:root{--background:#0f1e3c;--background-deep:#091528;--foreground:hsl(0,0%,95%);--card:#162849;--primary:#00ff7f;--primary-fg:#091528;--secondary:hsl(220,15%,40%);--muted:#1e3a6e;--muted-fg:hsl(220,10%,60%);--border:hsl(220,15%,35%);--destructive:hsl(0,84%,60%);--electric:#00ff7f;--max-w:1400px;--px:1.5rem;--nav-h:64px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;background-color:var(--background);color:var(--foreground);font-weight:300;line-height:1.625;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 3rem}@media (max-width:768px){.container{padding:0 1.25rem}}.eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:var(--primary);border:none;border-radius:0;padding:0;margin-bottom:1.25rem}.eyebrow.electric{color:var(--primary)}h1,h2,h3,h4{font-weight:800;line-height:1.08}h1{font-size:clamp(2rem,5.5vw,4rem);letter-spacing:-0.02em}h2{font-size:clamp(1.6rem,3.5vw,2rem);line-height:1.2}h3{font-size:1rem;font-weight:700}p{color:var(--muted-fg);font-weight:300}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,hsl(160,80%,60%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-green{color:var(--primary)}.text-red{color:var(--destructive)}.btn{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.8125rem;font-weight:500;padding:0.625rem 1.25rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--foreground);transition:border-color 0.2s,color 0.2s,background 0.2s}.btn:hover{border-color:var(--primary);color:var(--primary)}.btn-primary{background:var(--primary);color:var(--primary-fg);border-color:var(--primary);font-weight:600}.btn-primary:hover{background:hsl(135,100%,42%);border-color:hsl(135,100%,42%);color:var(--primary-fg)}.glass-card{background:var(--card);border:1px solid var(--border);border-radius:0.5rem;transition:border-color 0.25s}.glass-card:hover{border-color:hsl(135 100% 50% / 0.3)}.glass-card.red-accent{border-color:hsl(0 84% 60% / 0.2)}.glass-card.red-accent:hover{border-color:hsl(0 84% 60% / 0.45)}section{padding:5rem 0}.section-header{text-align:center;max-width:580px;margin:0 auto 3rem}.section-header p{margin-top:0.6rem;font-size:0.9rem;line-height:1.45}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:900px){.grid-3{grid-template-columns:1fr}}@media (max-width:700px){.grid-2{grid-template-columns:1fr}}.tag{display:inline-flex;font-size:0.625rem;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;padding:0.2rem 0.55rem;border-radius:999px;border:1px solid hsl(135 100% 50% / 0.3);color:var(--primary)}.tag.muted{border-color:var(--border);color:var(--muted-fg)}.tag.red{border-color:hsl(0 84% 60% / 0.3);color:var(--destructive)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:#0f1e3c !important;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center}.navbar .container{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo img{height:32px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:0.8125rem;font-weight:500;color:var(--muted-fg);transition:color 0.2s}.nav-links a:hover,.nav-links a.active{color:var(--foreground)}.nav-cta,a.nav-cta,a.btn.nav-cta{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.8125rem;font-weight:500;padding:0.625rem 1.25rem;border-radius:999px;border:1px solid var(--border);background:transparent !important;color:var(--foreground);transition:border-color 0.2s,color 0.2s;text-decoration:none;cursor:pointer}.nav-cta:hover,a.nav-cta:hover,a.btn.nav-cta:hover{border-color:var(--primary);color:var(--primary);background:transparent !important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:0.25rem}.hamburger span{display:block;width:22px;height:2px;background:var(--foreground);transition:transform 0.3s,opacity 0.3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:0;z-index:99;background:var(--background);flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;padding-top:calc(var(--nav-h) + 3rem);opacity:0;pointer-events:none;transition:opacity 0.3s;overflow-y:auto}.mobile-nav.open{opacity:1;pointer-events:all}.mobile-nav a{font-size:1.5rem;font-weight:700;color:var(--muted-fg);transform:translateX(-16px);opacity:0;transition:transform 0.35s,opacity 0.35s,color 0.2s}.mobile-nav.open a{transform:translateX(0);opacity:1}.mobile-nav.open a:nth-child(1){transition-delay:0.05s}.mobile-nav.open a:nth-child(2){transition-delay:0.1s}.mobile-nav.open a:nth-child(3){transition-delay:0.15s}.mobile-nav.open a:nth-child(4){transition-delay:0.2s}.mobile-nav.open a:nth-child(5){transition-delay:0.25s}.mobile-nav a:hover{color:var(--primary)}.mobile-nav .btn{font-size:1rem;background:transparent;color:var(--foreground);border:1px solid var(--border);font-weight:500;padding:0.875rem 2.5rem;margin-top:auto;margin-bottom:3rem}.mobile-nav .btn:hover{border-color:var(--primary);color:var(--primary)}@media (max-width:768px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}.mobile-nav{display:flex}}@media (max-width:1050px) and (min-width:769px){.nav-links{gap:1.25rem}.nav-links a{font-size:0.75rem}.nav-cta{padding:0.45rem 0.875rem;font-size:0.75rem}}@media (max-width:840px) and (min-width:769px){.nav-links{display:none}.hamburger{display:flex}.mobile-nav{display:flex}.nav-cta{display:none}}footer{border-top:1px solid var(--border);padding:1.75rem 0;background:var(--background)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer-logo img{height:26px;width:auto}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{font-size:0.8125rem;color:var(--muted-fg);transition:color 0.2s}.footer-links a:hover{color:var(--foreground)}.footer-copy{font-size:0.75rem;color:var(--muted-fg)}@media (max-width:700px){.footer-inner{flex-direction:column;align-items:center;text-align:center}.footer-links{justify-content:center;gap:1rem 1.5rem}.footer-copy{text-align:center}}.nav-logo,.nav-logo img,.footer-logo,.footer-logo img{background:transparent !important;background-color:transparent !important;mix-blend-mode:normal;display:block}.hero{min-height:100vh;padding-top:var(--nav-h);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(hsl(135 100% 50% / 0.03) 1px,transparent 1px),linear-gradient(90deg,hsl(135 100% 50% / 0.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:3}.hero-video{position:absolute;top:50%;left:50%;width:75%;height:auto;transform:translate(-50%,-50%);object-fit:contain;z-index:0;pointer-events:none;opacity:0.12}.hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:var(--background);opacity:0.65}.hero-vignette{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 60% 50% at center,transparent 10%,var(--background) 70%)}.hero .container{display:flex;justify-content:center;align-items:center}.hero-content{position:relative;z-index:4;max-width:700px;text-align:center}.hero h1{margin-bottom:1rem;word-break:normal;overflow-wrap:normal;hyphens:none;color:#fff}.hero h1 .text-gradient{display:inline;white-space:nowrap}.hero p{font-size:0.9375rem;line-height:1.65;margin-bottom:1.75rem}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp 0.8s ease forwards}.fade-up-delay-1{animation:fadeUp 0.8s 0.15s ease both}.fade-up-delay-2{animation:fadeUp 0.8s 0.3s ease both}.fade-up-delay-3{animation:fadeUp 0.8s 0.45s ease both}.reveal{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:0.1s}.reveal-delay-2{transition-delay:0.2s}.reveal-delay-3{transition-delay:0.3s}.sub-hero{padding:calc(var(--nav-h) + 3.5rem) 0 3.5rem}.sub-hero h1{font-size:clamp(1.75rem,4.5vw,3rem);margin-bottom:0.75rem}.sub-hero p{font-size:1rem;max-width:520px}.trust-bar{padding:2.5rem 0}.trust-card{max-width:780px;margin:0 auto;padding:2rem 2.25rem;text-align:left}.trust-h2{font-size:clamp(1rem,2.2vw,1.35rem);font-weight:700;line-height:1.45}.diagram-wrap{position:relative;max-width:680px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:0.5rem;padding:1.5rem;display:flex;justify-content:center}.scatter-svg{width:100%;height:auto}.process-steps{display:flex;flex-direction:column;gap:0.75rem}.diagnostic{background:var(--card);border:1px solid var(--border);border-radius:0.5rem;padding:2rem;max-width:640px;margin:0 auto}.diagnostic h2{font-size:1.25rem;margin-bottom:0.2rem}.diagnostic-q{display:flex;align-items:flex-start;gap:0.875rem;padding:0.75rem 0;border-bottom:1px solid hsl(220 15% 35% / 0.3);cursor:pointer;user-select:none;-webkit-user-select:none;pointer-events:all;border-radius:4px;transition:background 0.15s}.diagnostic-q:last-of-type{border-bottom:none}.diagnostic-q *{pointer-events:none}.diagnostic-q:hover .check-circle{border-color:hsl(135 100% 50% / 0.5)}.check-circle{width:18px;height:18px;min-width:18px;border:1.5px solid hsl(220 15% 40%);border-radius:3px;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:border-color 0.2s,background 0.2s}.check-circle svg{display:none}.diagnostic-q.checked .check-circle{border-color:var(--primary);background:var(--primary)}.diagnostic-q.checked .check-circle svg{display:block}.diagnostic-q span:last-child{font-size:0.8375rem;color:var(--muted-fg);font-weight:300;line-height:1.55;padding-top:1px}.diagnostic-q.checked span:last-child{color:var(--foreground)}.diagnostic-footer{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid hsl(220 15% 35% / 0.3)}.diagnostic-result{display:none;animation:fadeUp 0.4s ease}.diagnostic-result.show{display:block}.diag-result-inner{padding:1.25rem 1.5rem;border-radius:0.5rem;border:1px solid var(--border);background:#091528;margin-bottom:1rem}.diag-score-row{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.5rem}.diag-score{font-size:1.75rem;font-weight:800;color:var(--foreground);line-height:1}.diag-label{font-size:0.875rem;font-weight:600}.diag-label-critical{color:var(--destructive)}.diag-label-under{color:var(--primary)}.diag-label-strong{color:var(--primary)}.diag-message{font-size:0.8125rem;color:var(--muted-fg);margin-bottom:1rem;line-height:1.6}.diag-cta{display:inline-flex !important;width:auto !important}.highlight-pills{display:flex;flex-wrap:wrap;gap:0.4rem;margin:0.875rem 0}.check-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:0.75rem}.check-item{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.9375rem;color:var(--muted-fg);line-height:1.6}.check-item .icon{color:var(--primary);flex-shrink:0;margin-top:0.1rem}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.875rem;max-width:680px}@media (max-width:600px){.comparison-grid{grid-template-columns:1fr}}.comparison-card{padding:1.5rem;border:1px solid var(--border);border-radius:0.5rem}.comparison-card h3{font-size:0.9375rem;margin-bottom:0.5rem}.comparison-card p{font-size:0.85rem}.insight-card{padding:1.5rem;display:flex;flex-direction:column}.insight-card .tag{margin-bottom:0.875rem;align-self:flex-start}.insight-card h3{font-size:0.9375rem;font-weight:700;margin-bottom:0.5rem;line-height:1.45;color:var(--foreground)}.insight-card p{font-size:0.825rem;flex:1;line-height:1.6}.insight-card .card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:0.875rem;border-top:1px solid hsl(220 15% 35% / 0.3)}.insight-card .date{font-size:0.7rem;color:var(--muted-fg)}.insight-card .read-more{font-size:0.75rem;font-weight:500;color:var(--primary);display:flex;align-items:center;gap:0.25rem}.grid-3 article.glass-card.insight-card{display:flex;flex-direction:column}.newsletter-wrap{max-width:660px;margin:0 auto;text-align:center;padding:2rem 2.5rem}.newsletter-wrap h2{font-size:1.5rem;margin-bottom:0.25rem}.newsletter-wrap > p{font-size:0.875rem;margin-bottom:1.25rem}section:has(.newsletter-wrap){background:var(--background)}.newsletter-form{display:flex;background:#091528;border:1px solid var(--border);border-radius:0.4rem;overflow:hidden;gap:0;margin-top:1.25rem;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:180px;border:none !important;background:transparent !important;padding:0.75rem 1rem;color:var(--foreground);font-family:inherit;font-size:0.875rem;border-radius:0 !important}.newsletter-form input::placeholder{color:var(--muted-fg)}.newsletter-form input:focus{outline:none}.newsletter-form button{padding:0.75rem 1.25rem;background:var(--primary);color:var(--primary-fg);border:none;border-radius:0 !important;font-weight:600;font-size:0.8125rem;transition:background 0.2s;white-space:nowrap;border-left:1px solid var(--border);flex-shrink:0}.newsletter-form button:hover{background:hsl(135,100%,42%)}.newsletter-form--wide{max-width:420px}@media (max-width:480px){.newsletter-form{flex-direction:column;border-radius:0.5rem}.newsletter-form input{border-bottom:1px solid var(--border) !important;border-radius:0.5rem 0.5rem 0 0 !important;width:100%}.newsletter-form button{border-left:none;border-top:1px solid var(--border);border-radius:0 0 0.5rem 0.5rem !important;width:100%;padding:0.875rem}}.cookie-banner{position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%) translateY(calc(100% + 3rem + 60px));z-index:9999;width:calc(100% - 2.5rem);max-width:640px;background:#162849;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:0.75rem;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;transition:transform 0.4s ease,opacity 0.4s ease;pointer-events:none;opacity:0;visibility:hidden}.cookie-banner.show{transform:translateX(-50%) translateY(0);pointer-events:auto;opacity:1;visibility:visible}.cookie-banner p{font-size:0.775rem;color:var(--muted-fg);flex:1;min-width:180px}.cookie-actions{display:flex;gap:0.4rem;flex-wrap:wrap}.cookie-actions button{font-size:0.7rem;font-weight:500;padding:0.4rem 0.8rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--foreground);font-family:inherit;transition:all 0.2s}.cookie-actions button.accept-all{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}.cookie-actions button:hover{border-color:var(--primary);color:var(--primary)}.cookie-actions button.accept-all:hover{background:hsl(135,100%,42%)}.booking-form{max-width:680px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0.875rem}@media (max-width:500px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:0.35rem;margin-bottom:0.875rem}.form-group label{font-size:0.775rem;font-weight:500;color:var(--muted-fg)}.form-group input,.form-group textarea{background:#091528;border:1px solid var(--border);border-radius:0.4rem;padding:0.65rem 0.875rem;color:var(--foreground);font-family:inherit;font-size:0.8125rem;transition:border-color 0.2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group input.error,.form-group textarea.error{border-color:var(--destructive)}.form-error{font-size:0.7rem;color:var(--destructive)}.form-submit{width:100%;padding:0.8rem;background:var(--primary);color:var(--primary-fg);border:none;border-radius:0.4rem;font-weight:600;font-size:0.8125rem;font-family:inherit;transition:background 0.2s}.form-submit:hover{background:hsl(135,100%,42%)}.form-submit:disabled{opacity:0.6;cursor:not-allowed}.confirmation{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.confirmation .icon-wrap{width:72px;height:72px;border-radius:50%;background:hsl(135 100% 50% / 0.1);border:2px solid hsl(135 100% 50% / 0.3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.75rem;color:var(--primary)}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}body.insights-index{background:#fff;color:#111;padding-top:var(--nav-h)}body.insights-index main{background:#fff}body.insights-index footer{background:#0f1e3c;border-top:none}body.insights-index .footer-copy,body.insights-index .footer-links a{color:rgba(255,255,255,0.55)}body.insights-index .footer-links a:hover{color:#fff}body.insights-index .footer-logo img{filter:brightness(0) invert(1)}.not-card{padding:1.75rem}.not-card h3{margin-bottom:0.4rem}.are-card{padding:1.75rem}.are-card .tag{margin-bottom:0.875rem}.are-card h3{margin-bottom:0.4rem}.cta-section{text-align:center}.cta-section h2{margin-bottom:1.25rem}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--background-deep)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}:root{--content-w:760px}.page-col{max-width:var(--content-w)}body:not(.home) main > .sub-hero{padding-top:calc(var(--nav-h) + 3rem);padding-bottom:0}.page-hero-content{max-width:var(--content-w);padding-bottom:1.5rem}.page-hero-content h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:0.875rem;line-height:1.1}.page-hero-content p{color:var(--muted-fg);font-size:1.05rem;line-height:1.7;max-width:560px}.page-hero-content .btn{margin-top:1.5rem;display:inline-flex}body:not(.home) main > section{padding:3rem 0}body:not(.home) main > .cta-section{padding:4rem 0}.inner-section{max-width:var(--content-w);margin:0 auto}.inner-section .eyebrow{margin-bottom:0.75rem}.inner-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1.25rem;line-height:1.2}.inner-section p{color:var(--muted-fg);line-height:1.75;margin-bottom:1rem}.inner-grid-header{max-width:var(--content-w);margin:0 auto 2rem}.inner-grid-header .eyebrow{margin-bottom:0.75rem}.inner-grid-header h2{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;line-height:1.2}.step-list{max-width:var(--content-w);margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.step-card{display:flex;align-items:flex-start;gap:1.75rem;padding:1.75rem 2rem}.step-num{font-size:1.4rem;font-weight:800;color:var(--primary);opacity:0.55;flex-shrink:0;min-width:2.5rem;line-height:1;padding-top:0.15rem}.step-card h3{font-size:1rem;font-weight:700;margin-bottom:0.4rem}.step-card p{color:var(--muted-fg);line-height:1.7;font-size:0.9375rem}.inner-grid-2{max-width:var(--content-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.inner-grid-3{max-width:var(--content-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}body:not(.home) .cta-section .reveal{max-width:var(--content-w);text-align:left}body:not(.home) .cta-section h2{max-width:460px;line-height:1.2;font-size:clamp(1.5rem,3vw,2rem)}body:not(.home) .cta-section .btn{display:inline-flex}.cta-panel{background:var(--background-deep);border-top:1px solid rgba(0,255,127,0.2)}body:not(.home) main > .cta-panel{padding:5rem 0 5.5rem}.cta-panel-inner{max-width:900px;margin:0 auto}.cta-panel-inner .eyebrow{margin-bottom:0.875rem}.cta-panel-inner h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-0.025em;line-height:1.2;margin-bottom:0.75rem;max-width:600px}.cta-panel-inner > p{color:var(--muted-fg);font-size:0.9375rem;margin-bottom:2rem;max-width:520px}.cta-panel-inner .btn{margin-top:1.75rem;display:inline-flex}.page-related{border-top:1px solid var(--border)}body:not(.home) main > .page-related{padding:3rem 0 4rem}.page-related-inner{max-width:900px;margin:0 auto}.page-related-label{font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--muted-fg);margin-bottom:1.25rem}.page-related-link{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0;border-bottom:1px solid hsl(220 15% 35% / 0.4);color:inherit;text-decoration:none;transition:color 0.2s}.page-related-link:last-child{border-bottom:none}.page-related-link:hover{color:var(--primary)}.page-related-link-title{font-size:0.9375rem;font-weight:500;line-height:1.4}.page-related-link-arrow{flex-shrink:0;opacity:0.35;transition:opacity 0.2s,transform 0.2s}.page-related-link:hover .page-related-link-arrow{opacity:1;transform:translateX(3px)}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:1.5rem 0}.compare-grid h3{font-size:0.9375rem;font-weight:700;margin-bottom:0.4rem}.compare-grid p{color:var(--muted-fg);font-size:0.875rem;line-height:1.7}@media (max-width:640px){.inner-grid-2,.inner-grid-3,.compare-grid{grid-template-columns:1fr}.step-card{flex-direction:column;gap:0.5rem}.page-hero-content{padding:2rem 0 1rem}}.page-header{border-bottom:1px solid var(--border)}body:not(.home) main > .page-header{padding:calc(var(--nav-h) + 5rem) 0 4.5rem}.page-header-wrap{display:grid;grid-template-columns:1fr auto;align-items:end;gap:3rem;max-width:900px;margin:0 auto}.page-header-rule{display:block;width:36px;height:2px;background:var(--primary);margin-bottom:1.25rem}.page-header-wrap .eyebrow{margin-bottom:0.875rem}.page-header-wrap h1{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;letter-spacing:-0.035em;line-height:1.05;margin-bottom:1.25rem}.page-header-wrap > div > p{color:var(--muted-fg);font-size:1.0625rem;line-height:1.75;max-width:540px;font-weight:300}.page-header-wrap .btn{margin-top:2rem;display:inline-flex}.page-header-deco{padding-bottom:0.5rem;flex-shrink:0;user-select:none}.page-header-icon{width:100px;height:100px;opacity:0.07;stroke:var(--foreground);display:block}@media (max-width:700px){.page-header-deco{display:none}.page-header-wrap{grid-template-columns:1fr}}.hero-content{max-width:700px;text-align:center}body.home .section-header{text-align:center;margin-left:auto;margin-right:auto;max-width:700px}body.home .section-header p{margin-left:auto;margin-right:auto}body.home .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:100%;margin-left:auto;margin-right:auto}body.home .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}body.home .cta-section .reveal{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}body.home .cta-section h2{max-width:520px;margin-left:auto;margin-right:auto}.why-grid{align-items:stretch}.why-grid article{display:flex;flex-direction:column;padding:2rem !important}.why-grid article p{font-size:0.875rem;line-height:1.7}.why-grid .glass-card{display:flex;flex-direction:column}section[aria-label="Our services"] .glass-card{display:flex;flex-direction:column}section[aria-label="Our services"] .glass-card p{flex:1}section[aria-label="Our services"] .glass-card .highlight-pills{margin-top:auto;padding-top:1rem}section[aria-label="Our services"] .glass-card .btn{margin-top:1rem !important;width:100%;justify-content:center}@media (max-width:900px){body.home .grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px) and (min-width:769px){.hero h1{font-size:clamp(1.75rem,5vw,3rem)}.hero-content{max-width:480px;text-align:center}.grid-3{grid-template-columns:1fr 1fr}.grid-3 > *:last-child:nth-child(odd){grid-column:1 / -1;max-width:480px;margin:0 auto;width:100%}}@media (max-width:600px){body.home .grid-3,body.home .grid-2{grid-template-columns:1fr}}@media (max-width:768px){.nav-cta{display:none !important}}@media (max-width:1200px){.hero-video{width:150%;opacity:0.22}}@media (max-width:1024px){.hero-video{width:200%;opacity:0.22}}@media (max-width:768px){.hero-video{width:250%;opacity:0.08}.hero-overlay,.hero-vignette{display:block}.hero-content{text-align:center}.hero .container{justify-content:center}}@media (max-width:480px){.hero .eyebrow{display:block;max-width:none;line-height:1.6;white-space:normal;text-align:center}.hero-video{width:350%}}@media (max-width:700px){.article-body{padding-top:40px !important}}

/* ── Nav mega-dropdown ───────────────────────────────────── */
.nav-dropdown{position:static}.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:0.3rem;font-size:0.8125rem;font-weight:500;color:var(--muted-fg);transition:color 0.2s;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.nav-dropdown-toggle:hover,.nav-dropdown.open .nav-dropdown-toggle{color:var(--foreground)}.nav-dropdown-toggle svg{width:10px;height:10px;transition:transform 0.2s}.nav-dropdown.open .nav-dropdown-toggle svg{transform:rotate(180deg)}
.mega-menu{position:absolute;top:var(--nav-h);left:0;right:0;background:var(--background-deep);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;transition:opacity 0.25s,transform 0.25s;transform:translateY(-6px);z-index:110}.nav-dropdown.open .mega-menu{opacity:1;pointer-events:all;transform:translateY(0)}
.mega-inner{max-width:900px;margin:0 auto;padding:2rem 3rem;display:grid;grid-template-columns:1fr 1fr 280px;gap:2.5rem}
.mega-col-label{font-size:0.6rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--primary);margin-bottom:0.875rem}
.mega-col{display:flex;flex-direction:column;gap:0.2rem}
.mega-col:first-child{border-right:1px solid var(--border);padding-right:2.5rem}
.mega-link{display:block;padding:0.4rem 0;color:var(--muted-fg);font-size:0.8125rem;font-weight:500;transition:color 0.15s}.mega-link:hover{color:var(--foreground)}.mega-link.active{color:var(--foreground)}
.mega-link-desc{display:block;font-size:0.7rem;font-weight:300;color:var(--muted-fg);opacity:0.7;margin-top:0.1rem;line-height:1.4}
.mega-featured{background:var(--card);border:1px solid var(--border);border-radius:0.5rem;padding:1.25rem;display:flex;flex-direction:column;gap:0.75rem;transition:border-color 0.2s}.mega-featured:hover{border-color:hsl(135 100% 50% / 0.3)}
.mega-featured-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0.35rem;background:var(--muted)}
.mega-featured-label{font-size:0.6rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--primary)}
.mega-featured-title{font-size:0.875rem;font-weight:700;color:var(--foreground);line-height:1.35}
.mega-featured-desc{font-size:0.75rem;color:var(--muted-fg);line-height:1.5}
.mega-featured-cta{font-size:0.75rem;font-weight:600;color:var(--primary);display:inline-flex;align-items:center;gap:0.3rem;transition:gap 0.2s}.mega-featured:hover .mega-featured-cta{gap:0.5rem}
/* Mobile nav accordion */
.mobile-nav-group{display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px}
.mobile-nav-toggle{display:inline-flex;align-items:center;gap:0.4rem;font-size:1.5rem;font-weight:700;color:var(--muted-fg);background:none;border:none;font-family:inherit;cursor:pointer;padding:0;transition:color 0.2s}.mobile-nav-toggle:hover{color:var(--foreground)}.mobile-nav-toggle svg{width:14px;height:14px;transition:transform 0.25s}.mobile-nav-group.open .mobile-nav-toggle svg{transform:rotate(180deg)}.mobile-nav-group.open .mobile-nav-toggle{color:var(--foreground)}
.mobile-nav-sub{display:flex;flex-direction:column;align-items:center;gap:0.5rem;max-height:0;overflow:hidden;transition:max-height 0.3s ease,margin 0.3s ease,padding 0.3s ease;background:var(--card);border-radius:0.5rem;width:100%;padding:0 1.5rem;margin-top:0}.mobile-nav-group.open .mobile-nav-sub{max-height:200px;padding:1rem 1.5rem;margin-top:0.75rem}.mobile-nav-sub a{font-size:1.25rem !important;color:var(--muted-fg) !important;font-weight:600 !important}
@media (max-width:1050px) and (min-width:769px){.nav-dropdown-toggle{font-size:0.75rem}}
@media (max-width:840px) and (min-width:769px){.nav-dropdown-toggle{display:none}}
@media (max-width:840px){.mega-menu{display:none}}
