:root{--night-sky:#0a1628;--pitch-dark:#1a3d1f;--pitch-mid:#2d6a4f;--pitch-light:#40916c;--pitch-pale:#74c69d;--pitch-tint:#d8f3dc;--pitch-lines:#ffffff1f;--pitch-lines-bold:#ffffff40;--white:#fff;--off-white:#f8faf9;--chalk:#eef3f0;--border:#dce8e3;--text-primary:#0a1628;--text-secondary:#3d5a4f;--text-muted:#6b8c7d;--text-light:#f8faf9;--font-heading:"Barlow Condensed", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--space-xxl:8rem;--container-max:1120px;--container-pad:clamp(1.25rem, 5vw, 2.5rem);--shadow-sm:0 1px 4px #0a162814;--shadow-md:0 4px 16px #0a16281f;--shadow-lg:0 8px 32px #0a162829;--shadow-green:0 4px 20px #2d6a4f40;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--ease:.25s ease;--ease-out:.3s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background:var(--off-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{width:100%;max-width:100%}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.01em;line-height:1.1}.container{max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.section{padding:var(--space-xl) 0}.section--dark{background:var(--night-sky);color:var(--text-light)}.section--green{background:var(--pitch-mid);color:var(--text-light)}.section--tint{background:var(--chalk)}.pitch-bg{background-image:repeating-linear-gradient(90deg,#0000 0 60px,#2d6a4f0a 60px 120px)}.display{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;line-height:1}.heading-1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700}.heading-2{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--pitch-pale);font-size:.75rem;font-weight:600}.label--dark{color:var(--pitch-mid)}.btn{border-radius:var(--radius-full);font-family:var(--font-body);transition:transform var(--ease), box-shadow var(--ease), background var(--ease);white-space:nowrap;cursor:pointer;border:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--pitch-mid);color:var(--white);border-color:var(--pitch-mid);box-shadow:var(--shadow-green)}.btn-primary:hover{background:var(--pitch-light);border-color:var(--pitch-light);box-shadow:0 6px 24px #2d6a4f66}.btn-secondary{color:var(--white);background:0 0;border-color:#ffffff80}.btn-secondary:hover{background:#ffffff1a;border-color:#fffc}.btn-outline{color:var(--pitch-mid);border-color:var(--pitch-mid);background:0 0}.btn-outline:hover{background:var(--pitch-mid);color:var(--white)}.card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform var(--ease), box-shadow var(--ease)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.section-header{text-align:center;max-width:640px;margin:0 auto var(--space-lg)}.section-header .label{margin-bottom:.75rem;display:block}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.section-header--light p{color:#ffffffbf}.page-content{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(16px)}.page-content.visible{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes drawPath{to{stroke-dashoffset:0}}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);background:#0a1628b3;border-bottom:1px solid #ffffff0f;transition:background .3s,box-shadow .3s;position:sticky;top:0}.navbar--scrolled{background:#0a1628f2;box-shadow:0 1px 20px #0000004d}.navbar-inner{align-items:center;gap:2rem;height:68px;display:flex}.navbar-logo{flex-shrink:0;align-items:center;transition:opacity .2s;display:flex}.navbar-logo:hover{opacity:.85}.navbar-links{align-items:center;gap:.25rem;margin-left:auto;display:flex}.navbar-link{color:#ffffffbf;border-radius:var(--radius-full);padding:.4rem .85rem;font-size:.9375rem;font-weight:500;transition:color .2s,background .2s}.navbar-link:hover{color:var(--white);background:#ffffff14}.navbar-cta{flex-shrink:0;padding:.6rem 1.4rem;font-size:.9rem}.navbar-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:4px;display:none}.navbar-burger span{transform-origin:50%;background:#ffffffd9;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.navbar-burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-burger.is-open span:nth-child(2){opacity:0}.navbar-burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-mobile{padding:0 var(--container-pad) 1.25rem;background:#0a1628f7;border-top:1px solid #ffffff0f;flex-direction:column;display:none}.navbar-mobile.is-open{display:flex}.navbar-mobile ul{flex-direction:column;gap:.25rem;display:flex}.navbar-mobile-link{color:#fffc;border-bottom:1px solid #ffffff0f;padding:.75rem .5rem;font-size:1rem;font-weight:500;transition:color .2s;display:block}.navbar-mobile-link:hover{color:var(--white)}@media (width<=768px){.navbar-links,.navbar-cta{display:none}.navbar-burger{display:flex}}.hero{background:var(--night-sky);align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-pitch-lines{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-pitch-svg{object-fit:cover;width:100%;height:100%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:7rem;padding-bottom:5rem;display:grid;position:relative}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-content .label{font-size:.75rem}.hero-headline{color:var(--white);letter-spacing:-.03em;font-size:clamp(2.4rem,6vw,4.8rem);font-weight:700;line-height:1}.hero-subtext{color:#ffffffb8;max-width:480px;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.hero-trust{flex-wrap:wrap;gap:1.25rem;margin-top:.25rem;display:flex}.hero-trust-item{color:#ffffff8c;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.hero-illustration{justify-content:center;align-items:center;display:flex}.hero-pitch-mark{border-radius:10px;width:100%;max-width:380px;animation:.8s ease-out .3s both fadeUp;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0f}.hero-arc-anim{stroke-dasharray:350;stroke-dashoffset:350px;animation:1.2s ease-in-out .8s forwards drawPath}.hero-ball-anim{opacity:0;animation:.3s .5s forwards fadeIn}.hero-arrow-anim{opacity:0;animation:.3s 2.1s forwards fadeIn}.hero-scroll-hint{z-index:1;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-dot{background:#ffffff59;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.7;transform:translateY(10px)}}@media (width<=900px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding-top:6rem}.hero-subtext{max-width:100%}.hero-ctas,.hero-trust{justify-content:center}.hero-illustration{order:-1}.hero-pitch-mark{max-width:280px}}@media (width<=480px){.hero-ctas{flex-direction:column}.hero-ctas .btn{justify-content:center;width:100%}}.wnots{background:linear-gradient(165deg, var(--night-sky) 0%, #0d2a1a 100%);position:relative;overflow:hidden}.wnots:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.wnots-layout{grid-template-columns:1fr auto 1fr;align-items:start;gap:3rem;display:grid}.wnots-list{flex-direction:column;gap:1.25rem;display:flex}.wnots-item{border-radius:var(--radius-md);transition:background var(--ease);background:#ffffff0a;border:1px solid #ffffff12;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.wnots-item:hover{background:#ffffff12}.wnots-emoji{flex-shrink:0;margin-top:.1rem;font-size:1.4rem}.wnots-problem-title{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:block}.wnots-problem-detail{color:#ffffff8c;font-size:.875rem;line-height:1.6}.wnots-divider{flex-direction:column;align-items:center;gap:.75rem;padding-top:4rem;display:flex}.wnots-divider-line{background:#74c69d33;flex:1;width:1px;min-height:40px}.wnots-divider-arrow{flex-shrink:0}.wnots-benefits{flex-direction:column;gap:.75rem;display:flex}.wnots-benefit{color:#ffffffd1;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;display:flex}@media (width<=900px){.wnots-layout{grid-template-columns:1fr;gap:2.5rem}.wnots-divider{flex-direction:row;padding-top:0}.wnots-divider-line{flex:1;width:auto;height:1px;min-height:auto}.wnots-divider-arrow svg{transform:rotate(90deg)}}.hww-pitch{border-radius:var(--radius-lg);width:100%;height:auto;margin-bottom:2rem;display:block;box-shadow:0 8px 32px #0000002e,0 0 0 1px #ffffff0f}.hww-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.hww-step{border-radius:var(--radius);flex-direction:column;gap:.5rem;margin:-.75rem;padding:.75rem;transition:opacity .2s;display:flex}.hww-step--active{opacity:1}.hww-step--active .hww-step-num,.hww-step--active .hww-step-title{color:var(--pitch-mid)}.hww-step--dimmed{opacity:.35}.hww-step-num{font-family:var(--font-heading);letter-spacing:.12em;color:var(--pitch-pale);text-transform:uppercase;font-size:.75rem;font-weight:700}.hww-step-title{font-family:var(--font-heading);color:var(--text-primary);flex-direction:column;font-size:1.25rem;font-weight:700;line-height:1.2;display:flex}.hww-step-subtitle{color:var(--text-muted);font-size:.85rem;font-weight:600}.hww-step-description{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.hww-cta{justify-content:center;display:flex}@media (width<=900px){.hww-steps{grid-template-columns:1fr 1fr;gap:1.5rem 1.25rem}}@media (width<=600px){.hww-pitch{display:none}.hww-steps{grid-template-columns:1fr;gap:1.5rem}.hww-step{border-left:2px solid var(--pitch-pale);padding-left:.75rem}}.cs-list{flex-direction:column;gap:1.5rem;margin-bottom:3.5rem;display:flex}.cs-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border);background:var(--white);transition:box-shadow var(--ease), transform var(--ease);grid-template-columns:280px 1fr;display:grid;overflow:hidden}.cs-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.cs-card--flip{grid-template-columns:1fr 280px}.cs-card--flip .cs-stat-panel{order:2}.cs-card--flip .cs-text-panel{order:1}.cs-stat-panel{background:var(--accent,var(--pitch-mid));color:#fff;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;display:flex}.cs-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);background:#ffffff2e;width:fit-content;padding:.25rem .7rem;font-size:.7rem;font-weight:700;display:inline-block}.cs-org{color:#ffffffbf;font-size:.85rem;font-weight:500;line-height:1.4}.cs-results{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.cs-result-item{align-items:flex-start;gap:.6rem;font-size:.875rem;font-weight:500;line-height:1.45;display:flex}.cs-result-item svg{flex-shrink:0;margin-top:1px}.cs-text-panel{flex-direction:column;gap:1.25rem;padding:2rem 2.25rem;display:flex}.cs-headline{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.2}.cs-section strong{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.cs-section p{color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.cs-client-logo{border-radius:var(--radius);width:100%;max-width:160px;height:auto;margin-bottom:.75rem;display:block}.cs-quote{border-left:3px solid var(--pitch-mid);background:var(--surface);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-secondary);margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9375rem;font-style:italic;line-height:1.7}.cs-quote cite{color:var(--pitch-mid);margin-top:.5rem;font-size:.875rem;font-style:normal;font-weight:600;display:block}.cs-cta{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.cs-cta p{color:var(--text-secondary);max-width:480px;font-size:1rem}@media (width<=768px){.cs-card,.cs-card--flip{grid-template-columns:1fr}.cs-card--flip .cs-stat-panel,.cs-card--flip .cs-text-panel{order:unset}.cs-card--flip .cs-stat-panel{order:0}.cs-text-panel{padding:1.5rem}}.meet-the-team{background:linear-gradient(160deg, var(--night-sky) 0%, #0d2a1a 100%);position:relative;overflow:hidden}.meet-the-team:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.team-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.team-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background var(--ease), border-color var(--ease), transform var(--ease);background:#ffffff0d;border:1px solid #ffffff17;flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.team-card:hover{background:#ffffff17;border-color:#ffffff26;transform:translateY(-4px)}.team-card-top{align-items:center;gap:1.25rem;display:flex}.team-avatar-img{object-fit:cover;border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0}.team-avatar-initials{background:var(--pitch-mid);color:#fff;font-family:var(--font-heading);border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.75rem;font-weight:700;display:flex}.team-name{font-family:var(--font-heading);color:var(--white);margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.team-role{color:var(--pitch-pale);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.team-linkedin{color:#ffffff80;transition:color var(--ease);align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;display:inline-flex}.team-linkedin:hover{color:var(--pitch-pale)}.team-bio{color:#ffffffa6;font-size:.9375rem;line-height:1.7}.team-values{border-top:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding-top:2.5rem;display:grid}.team-value{color:#ffffffb3;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;line-height:1.4;display:flex}.team-value span:first-child{flex-shrink:0;font-size:1.3rem}@media (width<=640px){.team-card-top{text-align:center;flex-direction:column}}.cta-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.cta-contact-options{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.cta-contact-link{color:var(--pitch-mid);transition:color var(--ease);align-items:center;gap:.6rem;font-size:1rem;font-weight:600;display:inline-flex}.cta-contact-link:hover{color:var(--pitch-light)}.cta-response-note{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.cta-expect{flex-direction:column;gap:.6rem;margin-top:2rem;display:flex}.cta-expect-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.cta-expect-item{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.cta-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.cta-tabs{border-bottom:1px solid var(--border);background:var(--chalk);display:flex}.cta-tab{font-family:var(--font-body);color:var(--text-muted);cursor:pointer;transition:color var(--ease), border-color var(--ease), background var(--ease);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-size:.9rem;font-weight:600;display:flex}.cta-tab:hover{color:var(--pitch-mid);background:#2d6a4f0a}.cta-tab.is-active{color:var(--pitch-mid);border-bottom-color:var(--pitch-mid);background:var(--white)}.cta-tab-content{min-height:500px}.calendly-inline-widget{min-width:100%;height:660px}.cta-form-wrap{padding:1.75rem}.cta-form{flex-direction:column;gap:1.25rem;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{color:var(--text-primary);font-size:.875rem;font-weight:600}.form-field input,.form-field textarea{font-family:var(--font-body);color:var(--text-primary);background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-sm);resize:vertical;outline:none;padding:.7rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-muted)}.form-field input:focus,.form-field textarea:focus{border-color:var(--pitch-light);background:var(--white);box-shadow:0 0 0 3px #40916c1f}.form-error{color:#c0392b;font-size:.875rem;font-weight:500}.cta-submit{justify-content:center;width:100%}.form-privacy{text-align:center;color:var(--text-muted);font-size:.8rem}.cta-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;animation:.4s ease-out scaleIn;display:flex}.cta-success h3{font-family:var(--font-heading);color:var(--text-primary);font-size:1.75rem;font-weight:700}.cta-success p{color:var(--text-secondary)}@media (width<=960px){.cta-layout{grid-template-columns:1fr;gap:2.5rem}}@media (width<=480px){.cta-tab-content{min-height:auto}.calendly-inline-widget{height:580px}}.footer{background:var(--night-sky);border-top:1px solid #ffffff0f}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-top:4rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-tagline{color:#ffffff80;max-width:280px;font-size:.9rem;line-height:1.6}.footer-email{color:var(--pitch-pale);transition:color var(--ease);align-items:center;font-size:.9rem;font-weight:500;display:inline-flex}.footer-email:hover{color:var(--white)}.footer-linkedin{color:var(--pitch-pale);transition:color var(--ease);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;font-weight:500;display:inline-flex}.footer-linkedin:hover{color:var(--white)}.footer-col-title{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem;font-size:.75rem;font-weight:600}.footer-nav ul,.footer-services ul{flex-direction:column;gap:.6rem;display:flex}.footer-link{color:#fff9;transition:color var(--ease);font-size:.9rem}.footer-link:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff0f;padding:1.25rem 0}.footer-bottom-inner{color:#ffffff4d;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;display:flex}.footer-bottom-links{align-items:center;gap:1.5rem;display:flex}.footer-legal-link{color:#ffffff4d;transition:color var(--ease);font-size:.8rem}.footer-legal-link:hover{color:#ffffffb3}.footer-bottom-tagline{font-style:italic}@media (width<=768px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=480px){.footer-inner{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column}}.cookie-banner{z-index:200;background:var(--night-sky);border-top:1px solid #ffffff1a;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 32px #0006}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-inner{max-width:var(--container-max);padding:1.25rem var(--container-pad);align-items:flex-start;gap:2rem;margin:0 auto;display:flex}.cookie-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.cookie-title{color:var(--white);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.cookie-body{color:#ffffffa6;font-size:.875rem;line-height:1.6}.cookie-details-toggle{color:var(--pitch-pale);font-size:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.cookie-details-toggle:hover{color:var(--white)}.cookie-details{border-radius:var(--radius-sm);background:#ffffff0a;border:1px solid #ffffff14;margin-top:.75rem;padding:1rem}.cookie-details table{border-collapse:collapse;width:100%;margin-bottom:.75rem;font-size:.8rem}.cookie-details th{text-align:left;color:#fff6;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #ffffff14;padding:0 .75rem .5rem 0;font-size:.7rem}.cookie-details td{color:#ffffffb3;vertical-align:top;border-bottom:1px solid #ffffff0d;padding:.5rem .75rem .5rem 0}.cookie-details tr:last-child td{border-bottom:none}.cookie-details a{color:var(--pitch-pale);font-size:.75rem}.cookie-details a:hover{color:var(--white)}.cookie-details>p{color:#ffffff80;font-size:.8rem}.cookie-details>p a{color:var(--pitch-pale)}.cookie-actions{flex-direction:column;flex-shrink:0;align-items:stretch;gap:.5rem;display:flex}.cookie-btn{padding:.6rem 1.5rem;font-size:.875rem}.cookie-decline,.cookie-necessary{border-radius:var(--radius);color:#ffffffb3;font-family:var(--font-body);cursor:pointer;text-align:center;background:0 0;border:1px solid #fff3;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:color .2s,border-color .2s}.cookie-decline:hover,.cookie-necessary:hover{color:var(--white);border-color:#ffffff80}@media (width<=640px){.cookie-inner{flex-direction:column;gap:1rem}.cookie-actions{flex-direction:row;align-items:center;width:100%}.cookie-btn{flex:1;justify-content:center}.cookie-details table{display:block;overflow-x:auto}}.dp-dock{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#0a1628eb;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;gap:.25rem;padding:.35rem .5rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0006}.dp-dock-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;border-right:1px solid #ffffff1a;margin-right:.25rem;padding:0 .5rem 0 .25rem;font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:600}.dp-btn{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-family:Inter,system-ui,sans-serif;font-size:.8rem;font-weight:500;transition:color .2s,background .2s;display:flex}.dp-btn:hover{color:#ffffffe6;background:#ffffff12}.dp-btn--active{background:var(--pitch-mid,#2d6a4f);color:#fff}.dp-btn--active:hover{background:var(--pitch-light,#40916c);color:#fff}.dp-backdrop{background:#0f1923;justify-content:center;align-items:flex-start;min-height:100vh;padding:3rem 1rem 6rem;display:flex;overflow-y:auto}.dp-phone{background:#1a1a1a;border-radius:44px;flex-shrink:0;width:390px;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 0 0 8px #111,0 0 0 9px #ffffff0a,0 40px 80px #0009}.dp-phone-bar{background:#000;justify-content:center;align-items:center;gap:5px;height:36px;display:flex}.dp-phone-dot{background:#1a1a1a;border-radius:50%;width:6px;height:6px}.dp-phone-dot:nth-child(2){width:10px;height:10px}.dp-iframe{background:#fff;border:none;width:390px;height:844px;display:block}.nf-page{background:var(--night-sky);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.nf-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1628cc;border-bottom:1px solid #ffffff12}.nf-header-inner{align-items:center;height:64px;display:flex}.nf-pitch-bg{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.nf-main{padding:4rem var(--container-pad);flex:1;justify-content:center;align-items:center;display:flex;position:relative}.nf-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;max-width:640px;display:flex;position:relative}.nf-graphic{border-radius:var(--radius-lg);width:100%;max-width:480px;animation:.6s ease-out both fadeUp;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 24px 60px #00000080}.nf-svg{width:100%;height:auto;display:block}.nf-text{flex-direction:column;align-items:center;gap:1rem;animation:.6s ease-out .15s both fadeUp;display:flex}.nf-error-code{font-family:var(--font-heading);color:#ffffff14;letter-spacing:-.04em;margin-bottom:-1rem;font-size:5rem;font-weight:700;line-height:1}.nf-headline{font-family:var(--font-heading);color:var(--white);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1}.nf-subtext{color:#fff9;max-width:460px;font-size:1rem;line-height:1.7}.nf-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}@media (width<=480px){.nf-actions{flex-direction:column;width:100%}.nf-actions .btn{justify-content:center;width:100%}.nf-error-code{font-size:4rem}}
