:root{--color-bg:#f8fafc;--color-surface:#fff;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-accent:#0ea5e9;--color-text:#1e293b;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-border:#e2e8f0;--color-success:#10b981;--color-error:#ef4444;--font-family:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-family);background:linear-gradient(180deg, #fff 0%, var(--color-bg) 100%);color:var(--color-text);min-height:100vh;line-height:1.6}.nb-landing{position:relative;overflow:hidden}.nb-landing:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#0000 70%);width:80%;height:100%;position:fixed;top:-50%;right:-30%}.nb-content{z-index:1;max-width:1200px;margin:0 auto;padding:20px 16px 40px;position:relative}.nb-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px;display:flex}.nb-logo{max-width:120px}.nb-logo-img{object-fit:contain;width:auto;max-width:120px;height:28px;display:block}.nb-badge{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;text-transform:uppercase;box-shadow:var(--shadow-md);border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.nb-badge:before{content:"";background:#fff;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.nb-main{flex-direction:column;gap:32px;display:flex}.nb-text-section{flex-direction:column;gap:20px;display:flex}.nb-eyebrow{color:var(--color-primary);background:linear-gradient(135deg,#2563eb14 0%,#0ea5e90d 100%);border:1px solid #2563eb26;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.nb-eyebrow svg{width:16px;height:16px}.nb-headline{letter-spacing:-.03em;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.15}.nb-headline-accent{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nb-subheadline{color:var(--color-text-muted);font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.7}.nb-subheadline-highlight{color:var(--color-text);font-weight:600}.nb-author{border-radius:var(--radius-md);background:linear-gradient(135deg,#2563eb14 0%,#0ea5e90d 100%);border:1px solid #2563eb26;align-items:center;gap:14px;padding:16px 20px;display:flex}.nb-author-avatar{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}.nb-author-avatar-img{width:56px;height:56px;object-fit:cover!important;border:3px solid var(--color-primary)!important;border-radius:50%!important;box-shadow:0 2px 8px #2563eb33!important}.nb-author-name{font-size:15px;font-weight:700}.nb-author-role{color:var(--color-text-muted);font-size:13px}.nb-ebook-preview{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);padding:24px}.nb-ebook-preview-title{align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:700;display:flex}.nb-ebook-preview-title svg{width:20px;height:20px;color:var(--color-primary)}.nb-ebook-toc{flex-direction:column;gap:10px;list-style:none;display:flex}.nb-ebook-toc li{color:var(--color-text-muted);background:var(--color-bg);border-radius:var(--radius-md);align-items:center;gap:12px;padding:8px 12px;font-size:14px;display:flex}.nb-ebook-toc-number{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.nb-highlights{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);flex-direction:column;gap:12px;padding:20px;display:flex}.nb-highlight-item{align-items:flex-start;gap:12px;font-size:15px;font-weight:500;display:flex}.nb-highlight-icon{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.nb-highlight-icon svg{color:#fff;width:12px;height:12px}.nb-form-card{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--color-border);padding:28px 24px}.nb-form-header{text-align:center;margin-bottom:24px}.nb-form-icon{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex;box-shadow:0 4px 14px #2563eb4d}.nb-form-icon svg{color:#fff;width:28px;height:28px}.nb-form-title{margin-bottom:6px;font-size:20px;font-weight:700}.nb-form-subtitle{color:var(--color-text-muted);font-size:14px}.nb-form{flex-direction:column;gap:16px;display:flex}.nb-form-group{flex-direction:column;gap:6px;display:flex}.nb-form-label{align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.nb-form-label-required{color:var(--color-error)}.nb-form-input,.nb-form-select{width:100%;font-size:15px;font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);border:2px solid var(--color-border);border-radius:var(--radius-md);-webkit-appearance:none;padding:14px 16px;transition:all .2s}.nb-form-input:focus,.nb-form-select:focus{border-color:var(--color-primary);background:var(--color-surface);outline:none;box-shadow:0 0 0 4px #2563eb1a}.nb-form-input::placeholder{color:var(--color-text-light)}.nb-form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;padding-right:44px}.nb-form-row{grid-template-columns:1fr;gap:16px;display:grid}.nb-free-badge{color:#059669;border-radius:var(--radius-md);background:linear-gradient(135deg,#10b9811a 0%,#10b9810d 100%);border:1px solid #10b98140;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.nb-free-badge svg{width:16px;height:16px}.nb-form-cta{width:100%;font-size:16px;font-weight:700;font-family:var(--font-family);color:#fff;background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:18px 24px;transition:all .3s;display:flex;box-shadow:0 4px 14px #2563eb66}.nb-form-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80}.nb-form-cta svg{width:20px;height:20px}.nb-form-microcopy{color:var(--color-text-light);justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}.nb-form-microcopy svg{width:14px;height:14px;color:var(--color-success)}.nb-form-consent{color:var(--color-text-light);text-align:center;margin-top:8px;font-size:11px;line-height:1.5}.nb-footer{text-align:center;border-top:1px solid var(--color-border);margin-top:40px;padding:24px 16px}.nb-footer-text{color:var(--color-text-light);font-size:13px}.nb-footer-highlight{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}@media (min-width:768px){.nb-content{padding:40px 32px 60px}.nb-main{flex-direction:row;align-items:flex-start;gap:48px}.nb-text-section{flex:1;padding-top:20px}.nb-form-card{flex-shrink:0;width:400px;padding:32px;position:sticky;top:40px}.nb-form-row{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.nb-content{padding:50px 48px 80px}.nb-main{gap:64px}.nb-form-card{width:440px;padding:36px}.nb-header{margin-bottom:48px}}@media (max-width:480px){.nb-logo{max-width:100px}.nb-logo-img{max-width:100px;height:24px}.nb-badge{padding:6px 12px;font-size:11px}}.grecaptcha-badge{visibility:hidden!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
