:root{--green-900:#0e1a14;--green-800:#14241a;--green-700:#1a3a24;--green-600:#1e4a2e;--green-500:#16a34a;--green-400:#4ade80;--green-300:#86efac;--gold-400:#fbbf24;--gold-300:#fcd34d;--white:#fff;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;--max-w:1120px;--px:clamp(16px,5vw,48px);--section-gap:80px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--green-900);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--green-400);text-decoration:none}a:hover{text-decoration:underline}.print-only{display:none!important}@media print{.no-print{display:none!important}.print-only{display:block!important}body,html{background:#fff!important;color:#111827!important;font-size:11pt}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}a[href]:after{content:none!important}@page{margin:16mm 14mm}.print-header{font-size:10pt;font-weight:700;color:#374151;border-bottom:1px solid #e5e7eb;padding-bottom:6pt;margin-bottom:12pt}div[style*="background: #0a0f1a"],div[style*="background:#0a0f1a"]{background:#fff!important}div[style*="background: #111827"],div[style*="background: #131f2e"],div[style*="background:#111827"],div[style*="background:#131f2e"],div[style*="linear-gradient(135deg, #0f2027"]{background:#f8fafc!important;border-color:#e2e8f0!important}div[style*="background: #1a2840"],div[style*="background:#1a2840"]{background:#f1f5f9!important;border-color:#cbd5e1!important}[style*="color: #0a0f1a"],[style*="color: #f1f5f9"],[style*="color:#0a0f1a"],[style*="color:#f1f5f9"]{color:#111827!important}[style*="color: #e2e8f0"],[style*="color:#e2e8f0"]{color:#374151!important}[style*="color: #94a3b8"],[style*="color:#94a3b8"]{color:#4b5563!important}[style*="color: #64748b"],[style*="color:#64748b"]{color:#6b7280!important}[style*="color: #cbd5e1"],[style*="color:#cbd5e1"]{color:#374151!important}[style*="color: #4ade80"],[style*="color:#4ade80"]{color:#15803d!important}div[style*="border-top: 1px solid #1e293b"],div[style*="border-top:1px solid #1e293b"],td[style*="border-top: 1px solid #1f2937"],td[style*="border-top:1px solid #1f2937"]{border-top-color:#e5e7eb!important}nav[style*="border-bottom: 1px solid #1e293b"],nav[style*="border-bottom:1px solid #1e293b"]{border-bottom-color:#e5e7eb!important}div[style*="border-radius: 10px"],div[style*="border-radius: 12px"],div[style*="border-radius:10px"],div[style*="border-radius:12px"]{page-break-inside:avoid;break-inside:avoid}div[style*="background: #334155"],div[style*="background:#334155"]{background:#cbd5e1!important}}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}section{padding:var(--section-gap) 0}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600}p{font-size:1rem;color:var(--gray-300,#d1d5db)}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-400)}.text-gold{color:var(--gold-400)}.text-green{color:var(--green-400)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green-500);color:var(--white);font-size:1rem;font-weight:700;padding:14px 28px;border-radius:8px;border:none;cursor:pointer;transition:background .2s,transform .1s;text-decoration:none}.btn-primary:hover{background:#15803d;text-decoration:none;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--white);font-size:1rem;font-weight:600;padding:14px 28px;border-radius:8px;border:2px solid hsla(0,0%,100%,.3);cursor:pointer;transition:border-color .2s,background .2s;text-decoration:none}.btn-outline:hover{border-color:var(--green-400);color:var(--green-400);text-decoration:none}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(14,26,20,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.07)}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;flex-direction:column;line-height:1;text-decoration:none}.nav-logo-name{font-size:1.25rem;font-weight:800;color:var(--white);letter-spacing:-.01em}.nav-logo-tagline{font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green-400);margin-top:2px}.nav-links{display:flex;align-items:center;gap:20px;list-style:none;flex-wrap:nowrap}.nav-links a{font-size:.8125rem;font-weight:500;color:var(--gray-300,#d1d5db);white-space:nowrap}.nav-links a:hover{color:var(--white);text-decoration:none}.nav-cta{background:var(--green-500);color:var(--white)!important;padding:7px 14px;border-radius:6px;font-weight:700;font-size:.8125rem!important;white-space:nowrap}.nav-cta:hover{background:#15803d}.nav-cta-score{background:transparent;border:2px solid var(--green-500);color:var(--green-400)!important;margin-left:2px}.nav-cta-score:hover{background:var(--green-500);color:var(--white)!important}@media (max-width:1100px){.nav-links .nav-hide-md{display:none}.nav-links{gap:14px}}@media (max-width:640px){.nav-links{display:none}}.hero{padding:80px 0 60px;background:radial-gradient(ellipse at 60% 0,rgba(22,163,74,.12) 0,transparent 70%)}.hero-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}@media (max-width:768px){.hero-inner{grid-template-columns:1fr}}.hero-content{display:flex;flex-direction:column;gap:24px}.hero-headline{color:var(--white)}.hero-sub{font-size:1.125rem;color:var(--gray-300,#d1d5db);max-width:520px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.hero-mockups{display:flex;gap:16px;justify-content:center;align-items:flex-end;flex-wrap:nowrap}@media (max-width:700px){.hero-mockups>:first-child{display:none!important}}@media (max-width:480px){.hero-mockups>:first-child,.hero-mockups>:last-child{display:none!important}.hero-mockups{gap:0}.phone-mockup-wrap{width:min(75vw,220px)!important}}.hero-manager{border-top:1px solid rgba(74,222,128,.18);background:radial-gradient(ellipse at 40% 100%,rgba(22,163,74,.1) 0,transparent 70%);padding-top:60px}.motif-band{background:linear-gradient(90deg,var(--green-700) 0,var(--green-600) 50%,var(--green-700) 100%);padding:24px 0;border-top:1px solid rgba(74,222,128,.15);border-bottom:1px solid rgba(74,222,128,.15)}.motif-band-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);display:flex;justify-content:center;gap:clamp(16px,4vw,80px);flex-wrap:wrap}.motif-item{text-align:center}.motif-item p{font-size:.875rem;font-weight:500;color:var(--green-300);margin:0}.how-it-works{background:var(--green-800)}.section-header{text-align:center;margin-bottom:48px}.section-header p{margin-top:12px;max-width:600px;margin-left:auto;margin-right:auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:32px;gap:32px}.step-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:16px}.step-number{width:40px;height:40px;border-radius:50%;background:var(--green-500);color:var(--white);font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.features{background:var(--green-900)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px}.feature-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s,background .2s}.feature-card:hover{border-color:rgba(74,222,128,.3);background:rgba(74,222,128,.04)}.feature-icon{font-size:2rem;line-height:1;color:var(--green-400);display:flex;align-items:center}.feature-card h3{font-size:1.1rem;color:var(--white)}.feature-card p{font-size:.9rem;color:var(--gray-400);line-height:1.6}.feature-mockup{margin-top:12px}.data-ownership{background:linear-gradient(135deg,var(--green-700) 0,var(--green-800) 100%);border-top:1px solid rgba(74,222,128,.2);border-bottom:1px solid rgba(74,222,128,.2)}.data-ownership-inner{max-width:760px;margin:0 auto;padding:0 var(--px);text-align:center;display:flex;flex-direction:column;gap:20px;align-items:center}.data-ownership h2{color:var(--white)}.data-ownership p{font-size:1.05rem;color:var(--green-300);max-width:640px}.data-ownership-bullets{display:flex;flex-direction:column;gap:12px;text-align:left;width:100%;max-width:560px}.data-ownership-bullet{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--green-300)}.data-bullet-icon{color:var(--green-400);font-size:1.1rem;flex-shrink:0;margin-top:2px}.audience-section{background:var(--green-800)}.audience-section.alt{background:var(--green-900)}.audience-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.audience-inner.reverse{direction:rtl}.audience-inner.reverse>*{direction:ltr}@media (max-width:768px){.audience-inner,.audience-inner.reverse{grid-template-columns:1fr;direction:ltr}}.audience-content{display:flex;flex-direction:column;gap:20px}.audience-content h2{color:var(--white)}.audience-content p{color:var(--gray-300,#d1d5db)}.audience-list{list-style:none;display:flex;flex-direction:column;gap:10px}.audience-list li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:var(--gray-300,#d1d5db)}.audience-list li:before{content:"✓";color:var(--green-400);font-weight:700;flex-shrink:0;margin-top:2px}.audience-closer{font-size:1rem;font-weight:700;color:var(--green-400)!important;margin-top:4px}.audience-visual{display:flex;justify-content:center;align-items:center}.pricing-section{background:var(--green-900)}.section-sub{color:var(--gray-400);font-size:1rem;margin-top:8px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;margin-top:48px}.pricing-card{position:relative;background:var(--green-800);border:1px solid rgba(74,222,128,.12);border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:20px}.pricing-card--featured{border-color:var(--green-400);background:var(--green-700);box-shadow:0 0 40px rgba(74,222,128,.1)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--green-400);color:var(--green-900);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 14px;border-radius:999px;white-space:nowrap}.pricing-name{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:6px}.pricing-desc{font-size:.875rem;color:var(--gray-400);line-height:1.5}.pricing-amount{display:flex;flex-direction:column;gap:4px}.pricing-price{font-size:2.5rem;font-weight:800;color:var(--white);line-height:1}.pricing-per{font-size:1rem;color:var(--gray-400);font-weight:400;margin-left:2px}.pricing-annual{font-size:.8rem;color:var(--gray-400);margin-top:4px}.pricing-save{color:var(--green-400);font-weight:600}@media (max-width:600px){.pricing-grid{grid-template-columns:1fr}}.faq{background:var(--green-800)}.faq-list{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;overflow:hidden}.faq-item{border-bottom:1px solid hsla(0,0%,100%,.08)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;cursor:pointer;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;color:var(--white);font-size:1rem;font-weight:600;font-family:var(--font-sans);transition:background .15s}.faq-question:hover{background:hsla(0,0%,100%,.03)}.faq-chevron{font-size:1rem;color:var(--green-400);transition:transform .2s;flex-shrink:0}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{padding:0 24px 20px;font-size:.95rem;color:var(--gray-400);line-height:1.7}.cta-section{background:radial-gradient(ellipse at 50% 100%,rgba(22,163,74,.18) 0,transparent 60%),var(--green-900);text-align:center}.cta-inner{max-width:720px;margin:0 auto;padding:0 var(--px);display:flex;flex-direction:column;align-items:center;gap:24px}.cta-inner h2{color:var(--white)}.beta-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px}.beta-spots-banner{text-align:center;font-size:.875rem;color:var(--gold-400)!important;background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.2);border-radius:8px;padding:10px 16px}.beta-form{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:28px;gap:16px}.beta-form,.beta-form-row{display:flex;flex-direction:column}.beta-form-row{gap:6px}.beta-form-row label{font-size:.8rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em}.beta-form-row input,.beta-form-row select{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:8px;padding:10px 14px;color:var(--white);font-size:.95rem;font-family:var(--font-sans);outline:none;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.beta-form-row input::placeholder{color:var(--gray-500)}.beta-form-row input:focus,.beta-form-row select:focus{border-color:var(--green-500)}.beta-form-row select option{background:var(--green-800);color:var(--white)}.beta-form-error{font-size:.875rem;color:#f87171;background:hsla(0,91%,71%,.1);border:1px solid hsla(0,91%,71%,.2);border-radius:6px;padding:8px 12px}.beta-form-success{width:100%;max-width:480px;background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.25);border-radius:16px;padding:40px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.beta-form-success-icon{width:48px;height:48px;border-radius:50%;background:var(--green-500);color:var(--white);font-size:1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700}.beta-form-success h3{color:var(--white);font-size:1.2rem}.beta-form-success p{font-size:.9rem;color:var(--gray-400)}.footer{background:var(--gray-900);border-top:1px solid hsla(0,0%,100%,.07);padding:48px 0 32px}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);display:flex;flex-direction:column;gap:32px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-brand-name{font-size:1.2rem;font-weight:800;color:var(--white)}.footer-brand-tagline{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-400)}.footer-brand-sub{font-size:.8rem;color:var(--gray-500)}.footer-links{display:flex;gap:48px;flex-wrap:wrap}.footer-link-group h4{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);margin-bottom:12px}.footer-link-group ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-link-group a{font-size:.875rem;color:var(--gray-400);text-decoration:none}.footer-link-group a:hover{color:var(--white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.07);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-bottom p{font-size:.8rem;color:var(--gray-500)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.blog-page{padding-top:96px;padding-bottom:80px;min-height:100vh;background:var(--surface)}.blog-header{text-align:center;padding:48px 24px 56px}.blog-header h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;color:var(--dark);margin:8px 0 16px}.blog-header-sub{font-size:1.1rem;color:var(--gray-600);max-width:520px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:28px;gap:28px;padding-bottom:48px}.blog-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .15s ease,transform .15s ease}.blog-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.blog-card-meta{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--gray-500)}.blog-card-dot{color:var(--gray-400)}.blog-card-title{font-size:1.15rem;font-weight:700;color:var(--dark);line-height:1.35;margin:0}.blog-card-title a{color:inherit;text-decoration:none}.blog-card-title a:hover{color:var(--green)}.blog-card-desc{font-size:.92rem;color:var(--gray-600);line-height:1.6;margin:0;flex:1 1}.blog-card-tags{display:flex;flex-wrap:wrap;gap:6px}.blog-tag{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--green-dark,#065f46);background:#ecfdf5;border-radius:999px;padding:3px 10px}.blog-card-cta{font-size:.88rem;font-weight:700;color:var(--green);text-decoration:none;margin-top:4px}.blog-card-cta:hover{text-decoration:underline}.blog-empty{color:var(--gray-500);text-align:center;padding:48px 0;grid-column:1/-1}.post-page{padding-top:96px;padding-bottom:80px;min-height:100vh;background:var(--surface)}.post-container{max-width:740px;margin:0 auto;padding:0 24px}.post-breadcrumb{padding:24px 0 32px}.post-breadcrumb a{font-size:.88rem;font-weight:600;color:var(--green);text-decoration:none}.post-breadcrumb a:hover{text-decoration:underline}.post-header{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--border)}.post-meta{display:flex;align-items:center;gap:6px;font-size:.82rem;color:var(--gray-500);margin-bottom:16px}.post-title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:var(--dark);line-height:1.2;margin:0 0 16px}.post-description{font-size:1.05rem;color:var(--gray-600);line-height:1.65;margin:0}.post-body{font-size:1.05rem;line-height:1.8;color:#1f2937}.post-body h1,.post-body h2,.post-body h3{font-weight:800;color:var(--dark);margin:2em 0 .6em;line-height:1.25}.post-body h1{font-size:1.8rem}.post-body h2{font-size:1.4rem;border-bottom:1px solid var(--border);padding-bottom:8px}.post-body h3{font-size:1.15rem}.post-body p{margin:0 0 1.4em}.post-body ol,.post-body ul{margin:0 0 1.4em 1.5em}.post-body li{margin-bottom:.5em}.post-body strong{font-weight:700;color:var(--dark)}.post-body a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.post-body a:hover{color:var(--green-dark,#065f46)}.post-body code{font-family:Courier New,monospace;font-size:.88em;background:#f3f4f6;border-radius:4px;padding:2px 6px;color:#374151}.post-body pre{background:#1f2937;color:#f3f4f6;border-radius:10px;padding:20px 24px;overflow-x:auto;margin:0 0 1.4em}.post-body pre code{background:none;padding:0;color:inherit;font-size:.9em}.post-body blockquote{border-left:4px solid var(--green);margin:0 0 1.4em;padding:8px 0 8px 20px;color:var(--gray-600);font-style:italic}.post-body hr{border:none;border-top:1px solid var(--border);margin:2.5em 0}.post-cta-block{margin:48px 0 32px;padding:32px;background:#0f172a;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.post-cta-block p{color:#cbd5e1;font-size:1.05rem;margin:0}.post-back{padding:16px 0 48px}.post-back a{font-size:.88rem;font-weight:600;color:var(--green);text-decoration:none}.post-back a:hover{text-decoration:underline}.sc-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:var(--green-900)}.sc-center{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:24px}.sc-body{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px 40px;max-width:480px;margin:0 auto;width:100%}.sc-card{border-radius:16px;padding:32px 24px}.sc-card,.sc-header{background:var(--green-800)}.sc-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid hsla(0,0%,100%,.08);position:-webkit-sticky;position:sticky;top:0;z-index:10}.sc-header-title{font-size:15px;font-weight:700;color:var(--white)}.sc-back{background:none;border:none;font-size:14px;cursor:pointer;padding:4px 0}.sc-back,.sc-running{color:var(--green-400)}.sc-running{font-size:15px;font-weight:700;min-width:32px;text-align:right}.sc-logo{font-size:48px;margin-bottom:8px}.sc-title{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:8px}.sc-muted{font-size:14px}.sc-label,.sc-muted{color:var(--gray-400)}.sc-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.sc-input{width:100%;background:var(--green-800);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;color:var(--white);font-size:16px;padding:14px 16px;outline:none;box-sizing:border-box}.sc-input:focus{border-color:var(--green-400)}.sc-btn-primary{background:var(--green-500);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;padding:16px 24px;cursor:pointer;display:inline-block;text-align:center}.sc-btn-primary:disabled{opacity:.5;cursor:not-allowed}.sc-btn-ghost{background:transparent;color:var(--gray-400);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;font-size:15px;font-weight:600;padding:14px 20px;cursor:pointer}.sc-btn-ghost:disabled{opacity:.3;cursor:not-allowed}.sc-tee-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.sc-tee-btn{background:var(--green-800);border:1.5px solid hsla(0,0%,100%,.1);border-radius:12px;padding:14px 12px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:2px}.sc-tee-btn.active{border-color:var(--green-400);background:rgba(22,163,74,.15)}.sc-tee-name{font-size:14px;font-weight:700;color:var(--white)}.sc-tee-meta{font-size:12px;color:var(--gray-400)}.sc-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.sc-chip{background:var(--green-800);border:1.5px solid hsla(0,0%,100%,.12);border-radius:20px;color:var(--gray-300);font-size:13px;font-weight:600;padding:8px 16px;cursor:pointer;white-space:nowrap}.sc-chip.active{border-color:var(--green-400);background:rgba(22,163,74,.18);color:var(--white)}.sc-hole-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:6px;gap:6px;margin-top:4px}@media (max-width:420px){.sc-hole-grid{grid-template-columns:repeat(4,1fr);gap:8px}}.sc-hole-chip{background:var(--green-800);border:1.5px solid hsla(0,0%,100%,.1);border-radius:8px;color:var(--gray-300);font-size:13px;font-weight:600;padding:10px 4px;cursor:pointer;text-align:center}@media (max-width:420px){.sc-hole-chip{padding:12px 4px;font-size:14px}}.sc-hole-chip.active{border-color:var(--green-400);background:rgba(22,163,74,.18);color:var(--white)}.sc-round-card{display:flex;justify-content:space-between;align-items:center;width:100%;background:var(--green-800);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:14px 16px;margin-bottom:8px;cursor:pointer;text-align:left}.sc-round-name{font-size:14px;font-weight:600;color:var(--white)}.sc-round-meta{font-size:13px;color:var(--green-400)}.sc-course-name{font-size:18px;font-weight:700;color:var(--white);margin-bottom:4px}.sc-hole-hero{text-align:center;padding:28px 0 20px}.sc-hole-num{display:block;font-size:32px;font-weight:800;color:var(--white)}.sc-hole-meta{font-size:15px;color:var(--gray-400);margin:4px 0}.sc-hole-progress{font-size:12px;color:var(--gray-500);margin-top:4px}.sc-hero-score{display:flex;align-items:baseline;justify-content:center;gap:12px}.sc-hero-num{font-size:64px;font-weight:900;color:var(--white);line-height:1}.sc-hero-label{font-size:28px;font-weight:700;color:var(--green-400)}.sc-counter{background:var(--green-800);border-radius:14px;padding:20px 16px;margin-bottom:12px}.sc-counter-label{display:block;font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.sc-counter-row{display:flex;align-items:center;justify-content:space-between}.sc-counter-btn{width:56px;height:56px;border-radius:50%;border:2px solid hsla(0,0%,100%,.15);background:var(--green-700);color:var(--white);font-size:28px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.sc-counter-btn:disabled{opacity:.3;cursor:not-allowed}.sc-counter-value{font-size:48px;font-weight:800;color:var(--white);min-width:64px;text-align:center}.sc-nav-row{display:flex;gap:12px;margin-top:24px}.sc-nav-row .sc-btn-ghost{flex:1 1}.sc-nav-row .sc-btn-primary{flex:2 1}.sc-strip-wrap{overflow-x:auto;background:var(--green-800);border-bottom:1px solid hsla(0,0%,100%,.06)}.sc-strip{display:flex;padding:8px 12px;gap:4px;min-width:max-content}.sc-strip-cell{display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 6px;border-radius:8px;min-width:36px}.sc-strip-cell.current{background:rgba(22,163,74,.2)}.sc-strip-num{font-size:10px;color:var(--gray-500);font-weight:600}.sc-pill{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;font-size:12px;font-weight:700;border-radius:0}.sc-pill-empty{color:var(--gray-600)}.sc-pill-eagle{background:#f59e0b;color:#fff;border-radius:50%}.sc-pill-birdie{background:#ef4444;color:#fff;border-radius:50%}.sc-pill-par{color:#9ca3af;font-weight:500}.sc-pill-bogey,.sc-pill-double{color:#d1d5db;border:1.5px solid #6b7280}.sc-pill-double{outline:1.5px solid #6b7280;outline-offset:-4px}.sc-pill-triple{background:#374151;color:#fff}.sc-table{width:100%;border-collapse:collapse;font-size:13px;min-width:400px}.sc-table td,.sc-table th{padding:8px 10px;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.06);color:var(--white)}.sc-table th{color:var(--gray-400);font-weight:700;font-size:11px;text-transform:uppercase}.sc-table-par td{color:var(--gray-400);font-size:12px}.sc-signin-card{background:var(--green-800);border-radius:20px;padding:36px 28px;width:100%;max-width:360px;text-align:center}.sc-auth-fields{display:flex;flex-direction:column;gap:10px;text-align:left;margin-bottom:20px}.sc-auth-error{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#fca5a5;font-size:13px;padding:10px 14px;margin-bottom:16px;text-align:left}.sc-auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--gray-500);font-size:12px}.sc-auth-divider:after,.sc-auth-divider:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.1)}.sc-auth-socials{display:flex;gap:10px;margin-bottom:20px}.sc-btn-social{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;color:var(--white);font-size:14px;font-weight:600;padding:12px 10px;cursor:pointer;transition:background .15s}.sc-btn-social:hover:not(:disabled){background:hsla(0,0%,100%,.12)}.sc-btn-social-disabled{opacity:.35;cursor:not-allowed}.sc-auth-switch{font-size:13px;color:var(--gray-400);margin:0}.sc-auth-switch-btn{color:var(--green-400);font-weight:700;padding:0;text-decoration:underline}.sc-auth-switch-btn,.sc-sign-out{background:none;border:none;font-size:13px;cursor:pointer}.sc-sign-out{color:var(--gray-400);padding:4px 0}.sc-sign-out:hover{color:var(--white)}.sc-section-label{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.sc-round-card-active{border-color:var(--green-500)}.sc-search-wrap{position:relative}.sc-search{width:100%;background:var(--green-800);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;color:var(--white);font-size:16px;padding:14px 16px;outline:none;box-sizing:border-box}.sc-search:focus{border-color:var(--green-400)}.sc-results{background:var(--green-800);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;margin-top:6px;max-height:min(380px,45dvh);overflow-y:auto}.sc-result-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;background:none;border:none;border-bottom:1px solid hsla(0,0%,100%,.06);padding:12px 16px;cursor:pointer;text-align:left}.sc-result-row:last-child{border-bottom:none}.sc-result-row:hover{background:hsla(0,0%,100%,.05)}.sc-result-name{font-size:14px;font-weight:600;color:var(--white);margin-bottom:2px}.sc-result-meta{font-size:12px;color:var(--gray-400)}.sc-result-row--nearby{flex-direction:row;align-items:center}.sc-result-dist{font-size:12px;font-weight:600;color:var(--green-400);white-space:nowrap;margin-left:12px;flex-shrink:0}.pt-page{min-height:100vh;background:var(--green-900);display:flex;flex-direction:column}.pt-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:12px;padding:0 20px;height:56px;background:rgba(3,28,18,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsla(0,0%,100%,.07)}.pt-logo{color:var(--white);font-weight:700;font-size:15px;text-decoration:none;flex-shrink:0}.pt-signout{margin-left:auto;background:none;border:none;color:var(--gray-400);font-size:13px;cursor:pointer;padding:4px 8px}.pt-signout:hover{color:var(--white)}.pt-mode-pill{display:flex;gap:2px;background:hsla(0,0%,100%,.07);border-radius:8px;padding:3px;margin:0 auto}.pt-mode-btn{background:none;border:none;color:var(--gray-400);font-size:13px;font-weight:600;padding:5px 14px;border-radius:6px;cursor:pointer;transition:all .15s}.pt-mode-btn.active{background:var(--green-600);color:var(--white)}.pt-mode-btn:not(.active):hover{color:var(--white)}.pt-body{flex:1 1;display:flex;justify-content:center;padding:24px 16px 60px}.pt-section{width:100%;max-width:540px;display:flex;flex-direction:column;gap:0}.pt-hcp-card{display:flex;align-items:center;justify-content:space-between;background:#0f172a;border-radius:14px;padding:16px 20px;margin-bottom:20px}.pt-hcp-label{color:var(--gray-400);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.pt-hcp-value{font-size:28px;font-weight:800}.pt-hcp-sub{color:var(--gray-500);font-size:12px;max-width:180px;text-align:right}.pt-primary-btn{width:100%;padding:15px;border-radius:12px;border:none;background:var(--green-600);color:var(--white);font-size:16px;font-weight:700;cursor:pointer;margin-bottom:4px;transition:background .15s}.pt-primary-btn:hover{background:var(--green-500)}.pt-group{margin-top:28px}.pt-group-label{font-size:10px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.pt-card{display:flex;flex-direction:column;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:10px;padding:14px 16px;margin-bottom:8px;cursor:default;text-align:left;width:100%;transition:background .12s}button.pt-card{cursor:pointer}button.pt-card:hover{background:hsla(0,0%,100%,.08)}.pt-card-accent{border-color:var(--green-500)}.pt-card-title{font-size:14px;font-weight:600;color:var(--white);margin-bottom:3px}.pt-card-meta{font-size:12px;color:var(--gray-400)}.pt-card-action{font-size:12px;color:var(--green-400);font-weight:600}.pt-manager-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:12px;padding:16px;margin-bottom:10px}.pt-manager-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.pt-badge{background:rgba(74,222,128,.12);color:#4ade80;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap}.pt-manager-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.pt-action-chip{font-size:12px;font-weight:600;color:var(--gray-300);background:hsla(0,0%,100%,.07);border-radius:20px;padding:4px 12px}.pt-admin-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:4px}.pt-stat-tile{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:10px;padding:14px 10px;text-align:center}.pt-stat-label{display:block;font-size:10px;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.pt-stat-value{display:block;font-size:20px;font-weight:800;color:var(--white)}.pt-empty{text-align:center;padding:48px 24px}.pt-empty-title{font-size:17px;font-weight:700;color:var(--white);margin-bottom:8px}.pt-empty-sub{font-size:14px;color:var(--gray-400)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sc-hole-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.sc-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px}.sc-badge-gps{background:rgba(96,165,250,.15);color:#93c5fd;border:1px solid rgba(96,165,250,.3)}.sc-badge-shots{background:rgba(74,222,128,.12);color:#4ade80;border:1px solid rgba(74,222,128,.25)}.sc-shot-logger{margin:8px 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.sc-shot-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb}.sc-shot-title{font-size:11px;font-weight:800;color:#6b7280;letter-spacing:.7px;text-transform:uppercase}.sc-shot-logged{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sc-shot-badge{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:12px;font-weight:700;padding:2px 8px;border-radius:6px}.sc-shot-log-btn{background:none;border:1.5px solid #0b6e4f;color:#0b6e4f;font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px;cursor:pointer}.sc-shot-log-btn:hover{background:#f0fdf4}.sc-shot-undo-btn{background:none;border:1px solid #e5e7eb;color:#9ca3af;font-size:14px;padding:2px 8px;border-radius:6px;cursor:pointer}.sc-shot-undo-btn:hover{background:#f3f4f6}.sc-shot-picker{padding:12px 14px;gap:10px;border-top:1px solid #e5e7eb}.sc-shot-group,.sc-shot-picker{display:flex;flex-direction:column}.sc-shot-group{gap:6px}.sc-shot-category{font-size:10px;font-weight:800;color:#9ca3af;text-transform:uppercase;letter-spacing:.6px}.sc-shot-club-row{display:flex;flex-wrap:wrap;gap:6px}.sc-shot-club-btn{background:#f8fafc;border:1.5px solid #e5e7eb;color:#0f172a;font-size:13px;font-weight:700;padding:7px 14px;border-radius:8px;cursor:pointer;min-width:48px;text-align:center}.sc-shot-club-btn:hover{background:#f0fdf4;border-color:#bbf7d0}.sc-round-page{--bg:#0a0f1a;--card-bg:#111827;--card-border:#1f2937;--text-1:#f1f5f9;--text-2:#e2e8f0;--text-3:#94a3b8;--text-muted:#6b7280;--text-faint:#4b5563;--btn-bg:#1f2937;--btn-text:#e2e8f0;--btn-border:#374151;--progress-track:#1f2937;--accent:#4ade80;--active-bg:#0a2018;--active-border:#14532d;--table-header-bg:#0f172a}@media (max-width:480px){.sc-round-page{--bg:#f9fafb;--card-bg:#fff;--card-border:#e5e7eb;--text-1:#111827;--text-2:#374151;--text-3:#6b7280;--text-muted:#6b7280;--text-faint:#9ca3af;--btn-bg:#f3f4f6;--btn-text:#374151;--btn-border:#d1d5db;--progress-track:#e5e7eb;--accent:#0b6e4f;--active-bg:#ecfdf5;--active-border:#bbf7d0;--table-header-bg:#f3f4f6}.sc-body,.sc-center,.sc-page{background:#f9fafb}.sc-header{background:#0f172a;border-bottom-color:hsla(0,0%,100%,.1)}.sc-title{color:#111827}.sc-label,.sc-muted,.sc-section-label{color:#6b7280}.sc-course-name,.sc-input{color:#111827}.sc-input{background:#fff;border-color:#e5e7eb}.sc-input::placeholder{color:#9ca3af}.sc-input:focus{border-color:#0b6e4f}.sc-search{background:#fff;border-color:#e5e7eb;color:#111827}.sc-search:focus{border-color:#0b6e4f}.sc-btn-primary{background:#0b6e4f;border-radius:999px;font-weight:800;font-size:15px;min-height:52px;width:100%}.sc-btn-primary:disabled{background:#d1d5db;color:#9ca3af;opacity:1}.sc-btn-ghost{background:#f3f4f6;border-color:#d1d5db;color:#374151;border-radius:999px}.sc-chip{background:#f9fafb;border-color:#e5e7eb;color:#374151}.sc-chip.active{background:#ecfdf5;border-color:#0b6e4f;color:#0b6e4f}.sc-hole-chip{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.sc-hole-chip.active{background:#ecfdf5;border-color:#0b6e4f;color:#0b6e4f}.sc-tee-btn{background:#fff;border-color:#e5e7eb}.sc-tee-btn.active{background:#ecfdf5;border-color:#0b6e4f}.sc-tee-name{color:#111827}.sc-tee-meta{color:#6b7280}.sc-round-card{background:#fff;border-color:#e5e7eb;border-radius:16px;box-shadow:0 1px 4px rgba(0,0,0,.05)}.sc-round-card-active{border-color:#bbf7d0;background:#f0fdf4}.sc-round-name{color:#111827}.sc-round-meta{color:#0b6e4f}.sc-results{background:#fff;border-color:#e5e7eb;border-radius:16px}.sc-result-row{border-bottom-color:#f3f4f6}.sc-result-row:hover{background:rgba(0,0,0,.03)}.sc-result-name{color:#111827}.sc-result-meta{color:#6b7280}.sc-result-dist{color:#0b6e4f}.sc-signin-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 24px rgba(0,0,0,.08)}.sc-btn-social{background:#f9fafb;border-color:#e5e7eb;color:#374151}.sc-auth-divider{color:#9ca3af}.sc-auth-divider:after,.sc-auth-divider:before{background:#e5e7eb}.sc-auth-switch{color:#6b7280}.sc-table td,.sc-table th{border-bottom-color:#e5e7eb;color:#111827}.sc-table th,.sc-table-par td{color:#6b7280}.sc-counter{background:#fff;border:1px solid #e5e7eb}.sc-counter-label{color:#6b7280}.sc-counter-btn{background:#f3f4f6;border-color:#e5e7eb;color:#111827}.sc-counter-value{color:#111827}.sc-strip-wrap{background:#fff;border-bottom-color:#e5e7eb}.sc-strip-cell.current{background:rgba(11,110,79,.1)}.sc-strip-num{color:#9ca3af}.sc-hole-num{color:#111827}.sc-hole-meta{color:#6b7280}.sc-hole-progress{color:#9ca3af}.sc-hero-num{color:#111827}.sc-hero-label{color:#0b6e4f}.sc-card{background:#fff;border:1px solid #e5e7eb}}.social-proof{padding:5rem 1.5rem;background:#0b1a12}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}.testimonial-card{background:#fff;border-radius:12px;padding:2rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.testimonial-quote-mark{font-size:3rem;line-height:1;color:#16a34a;margin:0;font-family:Georgia,serif}.testimonial-text{font-size:1rem;line-height:1.65;color:#374151;margin:0}.testimonial-author{font-size:.875rem;color:#6b7280;margin:0;font-style:italic}.feature-teaser{padding:5rem 1.5rem;background:#f9fafb}.feature-teaser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}.feature-teaser-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem 1.5rem;text-align:center;transition:box-shadow .2s}.feature-teaser-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.feature-teaser-icon{font-size:2.25rem;margin-bottom:.75rem}.feature-teaser-card h3{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .5rem}.feature-teaser-card p{font-size:.9rem;color:#6b7280;line-height:1.55;margin:0}.app-badges{padding:5rem 1.5rem;background:#fff}.badges-row{flex-wrap:wrap;gap:1.25rem;margin-top:2rem}.badge-placeholder,.badges-row{display:flex;justify-content:center}.badge-placeholder{flex-direction:column;align-items:center;gap:.25rem;width:180px;height:56px;background:#e5e7eb;border-radius:10px;padding:0 1.25rem}.badge-label{font-size:.875rem;font-weight:700;color:#374151}.badge-sub{font-size:.75rem;color:#9ca3af}.badges-note{text-align:center;margin-top:1.25rem;font-size:.9rem;color:#6b7280}.badges-note a{color:#16a34a;text-decoration:underline}.social-proof-bar{background:#111827;padding:1.25rem 1.5rem}.social-proof-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2.5rem}.proof-chip{display:flex;align-items:center;gap:.6rem}.proof-chip-icon{font-size:1.1rem;line-height:1;color:#4ade80}.proof-chip-text{font-size:.95rem;font-weight:600;color:#f9fafb;letter-spacing:.01em}.proof-chip-divider{width:1px;height:24px;background:hsla(0,0%,100%,.15)}@media (max-width:600px){.proof-chip-divider{display:none}.social-proof-bar-inner{gap:.75rem}}.feature-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}@media (max-width:768px){.feature-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.feature-card-grid{grid-template-columns:1fr}}.feature-chip-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s,transform .2s}.feature-chip-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.09);transform:translateY(-2px)}.feature-chip-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:#dcfce7;color:#16a34a;flex-shrink:0}.feature-chip-card h3{font-size:1.05rem;font-weight:700;color:#111827;margin:0}.feature-chip-card p{font-size:.875rem;color:#6b7280;line-height:1.55;margin:0}.cta-band{background:#16a34a;padding:5rem 1.5rem}.cta-band-inner{text-align:center;max-width:680px;margin:0 auto}.cta-band-heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.15}.cta-band-sub{font-size:1.1rem;color:hsla(0,0%,100%,.85);margin:0 0 2rem;line-height:1.6}.cta-band-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-band-actions .btn-primary{background:#fff;color:#16a34a;border-color:#fff}.cta-band-actions .btn-primary:hover{background:#f0fdf4;border-color:#f0fdf4}.btn-outline-light{color:#fff!important;border-color:hsla(0,0%,100%,.6)!important}.btn-outline-light:hover{background:hsla(0,0%,100%,.12)!important;border-color:#fff!important}.newsletter-bar{background:var(--green-800);border-top:1px solid rgba(74,222,128,.15);border-bottom:1px solid rgba(74,222,128,.15);padding:56px 24px}.newsletter-bar-inner{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.newsletter-bar-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--white);margin:0}.newsletter-bar-sub{font-size:1rem;color:var(--gray-400);margin:0}.newsletter-bar-form{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;width:100%;max-width:480px}.newsletter-bar-input{flex:1 1;min-width:220px;padding:12px 16px;border-radius:8px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.07);color:var(--white);font-size:.95rem;outline:none;transition:border-color .2s}.newsletter-bar-input::placeholder{color:var(--gray-500)}.newsletter-bar-input:focus{border-color:var(--green-400)}.newsletter-bar-btn{white-space:nowrap}.newsletter-bar-message{font-size:.9rem;font-weight:600;margin:0}.newsletter-bar-message--success{color:var(--green-400)}.newsletter-bar-message--error{color:#f87171}