@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a0e27;--deep-navy:#060817;--blue:#2563eb;--blue-hover:#1d4ed8;--teal:#0d9488;--electric:#38bdf8;--white:#fff;--off-white:#f8fafc;--light-grey:#e2e8f0;--border:#cbd5e1;--text:#0f172a;--muted:#64748b;--card-bg:#fff;--hero-grad:linear-gradient(135deg,#060817,#0a1a4e 50%,#0a0e27);--section-pad:5rem 1.5rem;--radius:12px;--shadow:0 4px 24px rgba(0,0,0,.08);--shadow-lg:0 12px 48px rgba(0,0,0,.14);--transition:0.25s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5{font-weight:800;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.1rem;font-weight:700}p{font-size:1.05rem;color:var(--muted);line-height:1.75}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:rgba(37,99,235,.08);padding:.35rem .9rem;border-radius:50px;margin-bottom:1rem}.section-label.light{color:var(--electric);background:rgba(56,189,248,.12)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition);border:none;white-space:nowrap}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.35)}.btn-outline{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.5)}.btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:var(--white)}.btn-outline-dark{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline-dark:hover{background:var(--navy);color:var(--white)}.btn-lg{padding:1rem 2.4rem;font-size:1rem}.btn-sm{padding:.6rem 1.4rem;font-size:.875rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 1.5rem;transition:background .3s,box-shadow .3s,padding .3s}.navbar.scrolled{background:rgba(6,8,23,.96);box-shadow:0 1px 0 hsla(0,0%,100%,.08);padding:.85rem 1.5rem}.navbar.light-page,.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar.light-page{background:hsla(0,0%,100%,.96);box-shadow:0 1px 0 var(--border)}.navbar.light-page .nav-logo{color:var(--navy)}.navbar.light-page .nav-link{color:var(--text)}.navbar.light-page .nav-link:hover{color:var(--blue)}.nav-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.25rem;font-weight:800;color:var(--white);letter-spacing:-.03em}.nav-logo span{color:var(--electric)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.8);transition:color var(--transition)}.nav-cta,.nav-link.active,.nav-link:hover{color:var(--white)}.nav-cta{background:var(--blue);padding:.6rem 1.4rem;border-radius:7px;font-size:.875rem;font-weight:600;transition:var(--transition)}.nav-cta:hover{background:var(--blue-hover);transform:translateY(-1px)}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--white);transition:var(--transition);border-radius:2px}.hero{background:var(--hero-grad);min-height:100vh;display:flex;align-items:center;padding:8rem 1.5rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 50%,rgba(37,99,235,.18) 0,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(13,148,136,.12) 0,transparent 60%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 420px;grid-gap:4rem;gap:4rem;align-items:center;max-width:1140px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--electric);background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.2);padding:.4rem 1rem;border-radius:50px;margin-bottom:1.5rem}.hero-badge .dot{width:6px;height:6px;background:var(--electric);border-radius:50%;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero h1{color:var(--white);margin-bottom:1.25rem}.hero h1 em{font-style:normal;background:linear-gradient(135deg,#38bdf8,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.15rem;color:hsla(0,0%,100%,.7);margin-bottom:2.5rem;max-width:520px;line-height:1.7}.hero-actions{gap:1rem;margin-bottom:3rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:2.5rem}.hero-stat-num{font-size:1.8rem;font-weight:800;color:var(--white);line-height:1;margin-bottom:.2rem}.hero-stat-label{font-size:.8rem;color:hsla(0,0%,100%,.5);font-weight:500}.hero-photo-wrap{position:relative}.hero-photo{width:100%;aspect-ratio:3/4;background:linear-gradient(145deg,#1e3a8a,#0f2461);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 32px 80px rgba(0,0,0,.4)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-card{position:absolute;bottom:-1.5rem;left:-2rem;background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 16px 48px rgba(0,0,0,.2);display:flex;align-items:center;gap:.75rem}.hero-photo-card-icon{width:40px;height:40px;background:rgba(37,99,235,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.hero-photo-card-text .num{font-size:1.1rem;font-weight:800;color:var(--text);line-height:1}.hero-photo-card-text .label{font-size:.75rem;color:var(--muted)}.authority{background:var(--navy);padding:3rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.06)}.authority-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center}.authority-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.4);white-space:nowrap}.authority-divider{width:1px;height:24px;background:hsla(0,0%,100%,.1)}.authority-items{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.authority-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.7)}.authority-item svg{color:var(--electric);flex-shrink:0}.section{padding:var(--section-pad)}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.service-card{background:var(--card-bg);border:1px solid var(--light-grey);border-radius:var(--radius);padding:2.25rem 2rem;transition:var(--transition);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--teal));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:52px;height:52px;border-radius:14px;background:rgba(37,99,235,.08);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.25rem}.service-card h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--text)}.service-card p{font-size:.95rem}.service-card .card-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--blue);margin-top:1.25rem;transition:gap var(--transition)}.service-card .card-link:hover{gap:.6rem}.founder-section{background:var(--off-white)}.founder-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.founder-image-wrap{position:relative}.founder-image{width:100%;aspect-ratio:4/5;background:linear-gradient(145deg,#dbeafe,#eff6ff);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.founder-image img{width:100%;height:100%;object-fit:cover}.founder-content{padding:1rem 0}.founder-content h2{margin-bottom:1.5rem}.founder-story p{margin-bottom:1rem;font-size:1rem}.founder-signature{margin-top:2rem;display:flex;align-items:center;gap:1rem}.founder-sign-text .name{font-size:1.5rem;font-weight:800;color:var(--text);font-style:italic;line-height:1}.founder-sign-text .title{font-size:.8rem;color:var(--muted);margin-top:.25rem}.case-studies-section{background:var(--white)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.case-card{background:var(--white);border:1px solid var(--light-grey);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.case-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.case-card-top{padding:2rem;background:linear-gradient(135deg,var(--navy),#1e3a8a);position:relative;overflow:hidden}.case-card-top:after{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;background:hsla(0,0%,100%,.04);border-radius:50%}.case-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--electric);background:rgba(56,189,248,.12);padding:.25rem .7rem;border-radius:50px;margin-bottom:.75rem}.case-card-top h3{color:#fff;font-size:1.1rem;line-height:1.35}.case-card-body{padding:1.5rem 2rem 2rem}.case-card-body p{font-size:.92rem;margin-bottom:1.25rem}.case-metric{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--off-white);border-radius:8px}.case-metric-num{font-size:1.6rem;font-weight:800;color:var(--blue);line-height:1}.case-metric-text{font-size:.8rem;color:var(--muted);line-height:1.3}.lead-magnet{background:var(--hero-grad);position:relative;overflow:hidden}.lead-magnet:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 30% 50%,rgba(37,99,235,.2) 0,transparent 70%);pointer-events:none}.lead-magnet-inner{display:grid;grid-template-columns:1fr 400px;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.lead-magnet h2{color:#fff;margin-bottom:1rem}.lead-magnet p{color:hsla(0,0%,100%,.7);margin-bottom:2rem}.lead-features{display:flex;flex-direction:column;gap:.75rem}.lead-feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:hsla(0,0%,100%,.8)}.lead-feature svg{color:var(--electric);flex-shrink:0}.lead-form-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 24px 80px rgba(0,0,0,.3)}.lead-form-card h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text)}.lead-form-card .subtitle{font-size:.85rem;color:var(--muted);margin-bottom:1.75rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--light-grey);border-radius:8px;font-family:inherit;font-size:.9rem;color:var(--text);background:var(--white);transition:border-color var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-group textarea{resize:vertical;min-height:100px}.form-submit-full{width:100%;padding:.9rem;font-size:.95rem;border-radius:8px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer;border:none;transition:var(--transition)}.form-submit-full:hover{background:var(--blue-hover);transform:translateY(-2px)}.form-submit-full:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-privacy{text-align:center;font-size:.75rem;color:var(--muted);margin-top:.75rem}.products-section{background:var(--off-white)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.product-card{background:#fff;border:1px solid var(--light-grey);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card-header{padding:2rem;text-align:center;background:var(--off-white);border-bottom:1px solid var(--light-grey);position:relative}.product-emoji{font-size:2.5rem;margin-bottom:.75rem}.product-badge{position:absolute;top:1rem;right:1rem;font-size:.7rem;font-weight:700;background:var(--blue);color:#fff;padding:.25rem .6rem;border-radius:50px}.product-card h3{font-size:1.1rem;color:var(--text)}.product-card-body{padding:1.75rem}.product-card-body p{font-size:.9rem;margin-bottom:1.25rem}.product-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.product-feature{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted)}.product-feature:before{content:"✓";font-weight:700;color:var(--teal);font-size:.8rem}.product-pricing{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.25rem}.product-price{font-size:2rem;font-weight:900;color:var(--text)}.product-price-label{font-size:.8rem;color:var(--muted)}.testimonials-section{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.testimonial-card{background:var(--white);border:1px solid var(--light-grey);border-radius:var(--radius);padding:2rem;position:relative}.testimonial-text{font-size:.95rem;color:var(--text);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--teal));display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.875rem;flex-shrink:0}.testimonial-name{font-weight:700;font-size:.9rem;color:var(--text)}.testimonial-role{font-size:.8rem;color:var(--muted)}.stars{color:#f59e0b;font-size:.85rem;letter-spacing:1px;margin-bottom:.75rem}.cta-banner{background:var(--hero-grad);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 50% 50%,rgba(37,99,235,.25) 0,transparent 70%)}.cta-banner-inner{text-align:center;position:relative;z-index:1}.cta-banner h2{color:#fff;margin-bottom:1rem}.cta-banner p{color:hsla(0,0%,100%,.7);font-size:1.1rem;margin-bottom:2.5rem;max-width:540px;margin-left:auto;margin-right:auto}.cta-banner-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer{background:var(--deep-navy);padding:4rem 1.5rem 2rem;border-top:1px solid hsla(0,0%,100%,.06)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1140px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.footer-brand .logo{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:1rem}.footer-brand .logo span{color:var(--electric)}.footer-brand p{font-size:.9rem;color:hsla(0,0%,100%,.5);max-width:260px}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.footer-social a{width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:hsla(0,0%,100%,.6);transition:var(--transition)}.footer-social a:hover{background:var(--blue);border-color:var(--blue);color:#fff}.footer-col h4{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a{font-size:.875rem;color:hsla(0,0%,100%,.6);transition:color var(--transition)}.footer-col ul li a:hover{color:#fff}.footer-bottom{max-width:1140px;margin:2rem auto 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:hsla(0,0%,100%,.35);margin:0}.page-hero{background:var(--hero-grad);padding:8rem 1.5rem 5rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 50% 50%,rgba(37,99,235,.15) 0,transparent 70%)}.page-hero-inner{position:relative;z-index:1}.page-hero h1{color:#fff;margin-bottom:1.25rem}.page-hero p{color:hsla(0,0%,100%,.7);font-size:1.1rem;max-width:600px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}.about-img{width:100%;aspect-ratio:3/4;background:linear-gradient(145deg,#dbeafe,#eff6ff);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-content h2{margin-bottom:1.5rem}.about-content p{margin-bottom:1.25rem}.pillars-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2.5rem}.pillar-item{background:var(--off-white);border-radius:10px;padding:1.25rem}.pillar-item h4{font-size:.9rem;color:var(--text);margin-bottom:.35rem}.pillar-item p{font-size:.82rem;color:var(--muted)}.timeline{position:relative;padding-left:2rem;margin-top:1.5rem}.timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--blue),transparent)}.timeline-item{position:relative;padding-bottom:2rem}.timeline-item:before{content:"";position:absolute;left:-1.5rem;top:6px;width:10px;height:10px;border-radius:50%;background:var(--blue);border:2px solid #fff;box-shadow:0 0 0 3px rgba(37,99,235,.2)}.timeline-year{font-size:.75rem;font-weight:700;color:var(--blue);margin-bottom:.25rem}.timeline-item h4{font-size:.95rem;color:var(--text);margin-bottom:.25rem}.timeline-item p{font-size:.85rem;color:var(--muted)}.service-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.service-detail.reverse{direction:rtl}.service-detail.reverse>*{direction:ltr}.service-detail-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem;background:rgba(37,99,235,.08)}.service-detail h2{margin-bottom:1rem}.service-detail p{margin-bottom:1.5rem}.service-includes h4{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.service-includes ul{display:flex;flex-direction:column;gap:.6rem}.service-includes ul li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text)}.service-includes ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.service-visual{background:linear-gradient(145deg,var(--navy),#1e3a8a);border-radius:20px;height:360px;display:flex;align-items:center;justify-content:center;font-size:5rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.blog-card{background:#fff;border:1px solid var(--light-grey);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.blog-card-img{height:180px;background:linear-gradient(135deg,var(--navy),#1e3a8a);display:flex;align-items:center;justify-content:center;font-size:2.5rem}.blog-card-body{padding:1.5rem}.blog-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted);margin-bottom:.75rem}.blog-meta .cat{color:var(--blue);font-weight:600}.blog-card h3{font-size:1rem;color:var(--text);margin-bottom:.6rem;line-height:1.4}.blog-card p{font-size:.875rem;margin-bottom:1rem}.blog-read-more{font-size:.825rem;font-weight:600;color:var(--blue);display:flex;align-items:center;gap:.3rem;transition:gap var(--transition)}.blog-read-more:hover{gap:.5rem}.exit-popup-overlay{position:fixed;inset:0;background:rgba(6,8,23,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.exit-popup-overlay.active{opacity:1;pointer-events:all}.exit-popup{background:#fff;border-radius:20px;padding:3rem;max-width:480px;width:90%;position:relative;transform:scale(.9);transition:transform .3s ease}.exit-popup-overlay.active .exit-popup{transform:scale(1)}.exit-popup-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:var(--off-white);border:none;cursor:pointer;font-size:1rem;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.exit-popup-close:hover{background:var(--light-grey)}.exit-popup-emoji{font-size:2.5rem;margin-bottom:1rem}.exit-popup h3{font-size:1.4rem;margin-bottom:.75rem;color:var(--text)}.exit-popup p{font-size:.9rem;color:var(--muted);margin-bottom:1.5rem}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.bg-dark{background:var(--navy)}.bg-off{background:var(--off-white)}.text-white{color:#fff}.grid-2{grid-template-columns:1fr 1fr;grid-gap:1.5rem}.grid-2,.grid-3{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:1.5rem}.video-card{position:absolute;bottom:-1.5rem;left:-2rem;width:220px;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 16px 48px rgba(0,0,0,.3);transition:transform .25s ease,box-shadow .25s ease;background:var(--navy)}.video-card:hover{transform:scale(1.04);box-shadow:0 24px 64px rgba(0,0,0,.4)}.video-thumb{width:100%;height:130px;object-fit:cover;display:block;pointer-events:none}.video-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,8,23,.88) 40%,rgba(6,8,23,.2));flex-direction:column;gap:.5rem;padding:.75rem}.video-card-overlay,.video-play-ring{display:flex;align-items:center;justify-content:center}.video-play-ring{width:52px;height:52px;border-radius:50%;border:2.5px solid hsla(0,0%,100%,.9);background:rgba(37,99,235,.75);transition:background .2s,transform .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-card:hover .video-play-ring{background:var(--blue);transform:scale(1.1)}.video-card-label{display:flex;flex-direction:column;align-items:center;gap:.15rem;margin-top:.25rem}.video-card-title{font-size:.78rem;font-weight:700;color:#fff}.video-card-dur{font-size:.68rem;color:hsla(0,0%,100%,.55)}.video-modal-overlay{position:fixed;inset:0;background:rgba(4,6,18,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9998;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.video-modal-overlay.active{opacity:1;pointer-events:all}.video-modal-inner{position:relative;width:100%;max-width:960px;border-radius:16px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.6);transform:scale(.94);transition:transform .3s ease;background:#000}.video-modal-overlay.active .video-modal-inner{transform:scale(1)}.video-modal-player{width:100%;max-height:80vh;display:block;background:#000}.video-modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-modal-close:hover{background:hsla(0,0%,100%,.28)}.case-full-card{background:var(--white);border:1px solid var(--light-grey);border-radius:16px;overflow:hidden;margin-bottom:2rem;display:grid;grid-template-columns:320px 1fr}.case-full-left{background:var(--hero-grad);padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}.case-full-left .tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--electric);background:rgba(56,189,248,.12);padding:.3rem .75rem;border-radius:50px;margin-bottom:1rem}.case-full-left h3{color:#fff;font-size:1.3rem;margin-bottom:.75rem}.case-full-left .sub{color:hsla(0,0%,100%,.6);font-size:.875rem}.case-metrics{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.case-metric-row{display:flex;align-items:center;gap:.75rem}.case-metric-row .num{font-size:1.5rem;font-weight:800;color:#fff;line-height:1}.case-metric-row .lbl{font-size:.78rem;color:hsla(0,0%,100%,.5)}.case-full-right{padding:2.5rem}.case-full-right h4{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem}.case-full-right p{font-size:.95rem;margin-bottom:1.5rem}.case-steps{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.case-step{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--text)}.step-num{width:22px;height:22px;font-size:.7rem;font-weight:700;margin-top:1px}.result-chips{display:flex;flex-wrap:wrap;gap:.5rem}.result-chip{font-size:.8rem;font-weight:600;padding:.35rem .9rem;border-radius:50px;background:rgba(37,99,235,.08);color:var(--blue);border:1px solid rgba(37,99,235,.15)}.product-full{display:grid;grid-template-columns:1fr 380px;grid-gap:4rem;gap:4rem;align-items:start;padding:4rem 0;border-bottom:1px solid var(--light-grey)}.product-full:last-child{border-bottom:none}.product-full.alt{direction:rtl}.product-full.alt>*{direction:ltr}.product-hero-card{background:var(--hero-grad);border-radius:20px;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.product-hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 30%,rgba(37,99,235,.3) 0,transparent 70%)}.product-hero-card .icon{font-size:4rem;margin-bottom:1rem;position:relative;z-index:1}.product-hero-card h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem;position:relative;z-index:1}.product-hero-card .price-display{font-size:3rem;font-weight:900;color:#fff;margin-top:1.5rem;position:relative;z-index:1}.product-hero-card .price-sub{font-size:.875rem;color:hsla(0,0%,100%,.6);position:relative;z-index:1}.product-detail h2{margin-bottom:1rem}.product-detail p{margin-bottom:1.25rem}.product-detail .includes-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem;margin:1.5rem 0}.include-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text);padding:.6rem .75rem;background:var(--off-white);border-radius:8px}.include-item:before{content:"✓";color:var(--teal);font-weight:700;font-size:.8rem}.faq-list{margin-top:1.5rem}.faq-item{border-bottom:1px solid var(--light-grey);padding:1rem 0}.faq-q{font-weight:600;font-size:.9rem;color:var(--text);margin-bottom:.4rem}.faq-a{font-size:.875rem;color:var(--muted)}.resources-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:3rem;gap:3rem;align-items:start}.blog-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.filter-btn{padding:.45rem 1.1rem;border-radius:50px;border:1.5px solid var(--light-grey);background:#fff;font-size:.82rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s}.filter-btn.active,.filter-btn:hover{border-color:var(--blue);background:var(--blue);color:#fff}.sidebar-card{background:#fff;border:1px solid var(--light-grey);border-radius:14px;padding:1.75rem;margin-bottom:1.5rem}.sidebar-card h4{font-size:1rem;color:var(--text);margin-bottom:1rem}.sidebar-links{display:flex;flex-direction:column;gap:.6rem}.sidebar-link{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--muted);padding:.6rem;border-radius:8px;transition:background .2s}.sidebar-link:hover{background:var(--off-white);color:var(--text)}.sidebar-link .dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.featured-post{background:var(--hero-grad);border-radius:16px;padding:2.5rem;margin-bottom:2rem;position:relative;overflow:hidden}.featured-post:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 70% 40%,rgba(37,99,235,.25) 0,transparent 70%)}.featured-post>*{position:relative;z-index:1}.featured-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--electric);background:rgba(56,189,248,.15);padding:.3rem .75rem;border-radius:50px;margin-bottom:1rem}.featured-post h2{color:#fff;font-size:1.6rem;margin-bottom:.75rem}.featured-post p{color:hsla(0,0%,100%,.7);font-size:.95rem;margin-bottom:1.5rem}.featured-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.featured-meta span{font-size:.8rem;color:hsla(0,0%,100%,.5)}.booking-page-wrap{background:var(--off-white);min-height:100vh;padding-top:80px}.booking-hero{background:var(--hero-grad);padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.booking-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 70% at 50% 50%,rgba(37,99,235,.2) 0,transparent 70%)}.booking-hero-inner{position:relative;z-index:1}.booking-hero h1{color:#fff;margin-bottom:1rem}.booking-hero p{color:hsla(0,0%,100%,.7);font-size:1.05rem;max-width:540px;margin:0 auto}.booking-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.booking-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.7)}.booking-meta-item svg{color:var(--electric)}.booking-section{padding:4rem 1.5rem}.booking-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.who-for-list{display:flex;flex-direction:column;gap:.75rem;margin:1.25rem 0 2rem}.who-for-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-radius:10px;border:1px solid var(--light-grey)}.who-for-icon{font-size:1.25rem;flex-shrink:0}.who-for-item h4{font-size:.9rem;color:var(--text);margin-bottom:.2rem}.who-for-item p{font-size:.82rem;color:var(--muted)}.agenda-list{display:flex;flex-direction:column;gap:0;margin:1.25rem 0;position:relative}.agenda-list:before{content:"";position:absolute;left:18px;top:24px;bottom:24px;width:2px;background:linear-gradient(to bottom,var(--blue),rgba(37,99,235,.1))}.agenda-item{align-items:flex-start;gap:1rem;padding:.9rem 0}.agenda-item,.agenda-num{display:flex;position:relative}.agenda-num{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;font-size:.8rem;font-weight:700;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.agenda-text h4{font-size:.9rem;color:var(--text);margin-bottom:.2rem}.agenda-text p{font-size:.82rem;color:var(--muted)}.outcomes-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-top:1.25rem}.outcome-item{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--text);padding:.75rem 1rem;background:rgba(37,99,235,.05);border-radius:8px;border:1px solid rgba(37,99,235,.1)}.outcome-item:before{content:"✓";color:var(--teal);font-weight:700}.booking-form-wrap{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid var(--light-grey);position:-webkit-sticky;position:sticky;top:100px}.booking-form-wrap h3{font-size:1.4rem;color:var(--text);margin-bottom:.4rem}.booking-form-wrap .sub{font-size:.875rem;color:var(--muted);margin-bottom:2rem}.form-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.form-divider:after,.form-divider:before{content:"";flex:1 1;height:1px;background:var(--light-grey)}.form-divider span{font-size:.75rem;color:var(--muted);white-space:nowrap}.guarantee-strip{display:flex;align-items:center;gap:.75rem;background:rgba(13,148,136,.06);border:1px solid rgba(13,148,136,.15);border-radius:10px;padding:1rem 1.25rem;margin-top:1rem}.guarantee-strip .icon{font-size:1.5rem;flex-shrink:0}.guarantee-strip p{font-size:.82rem;color:var(--text);margin:0}.guarantee-strip strong{color:var(--teal)}.ty-hero{background:var(--hero-grad);padding:7rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.ty-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 50% 50%,rgba(37,99,235,.2) 0,transparent 70%)}.ty-hero-inner{position:relative;z-index:1}.success-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(13,148,136,.15);border:1px solid rgba(13,148,136,.3);color:#5eead4;font-size:.85rem;font-weight:700;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1.5rem;letter-spacing:.05em}.success-dot{width:8px;height:8px;background:#2dd4bf;border-radius:50%;animation:pulse 2s ease infinite}.ty-hero h1{color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem)}.ty-hero .sub{color:hsla(0,0%,100%,.7);font-size:1.1rem;max-width:520px;margin:0 auto}.ty-card{background:#fff;border-radius:20px;box-shadow:0 8px 48px rgba(0,0,0,.1);overflow:hidden;margin-bottom:2rem}.ty-card-header{background:var(--hero-grad);padding:2.5rem 2.5rem 2rem;position:relative;overflow:hidden}.ty-card-header:after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:hsla(0,0%,100%,.04);border-radius:50%}.ty-product-emoji{font-size:3rem;margin-bottom:.75rem}.ty-card-header h2{color:#fff;font-size:1.6rem;margin-bottom:.4rem}.ty-card-header p{color:hsla(0,0%,100%,.65);font-size:.95rem;margin:0}.ty-card-body{padding:2.5rem}.download-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.1rem 2rem;background:#059669;color:#fff;font-size:1.05rem;font-weight:700;border-radius:10px;transition:all .2s;margin-bottom:.75rem;cursor:pointer;border:none;text-decoration:none}.download-btn:hover{background:#047857;transform:translateY(-2px);box-shadow:0 8px 24px rgba(5,150,105,.35);color:#fff}.download-note{text-align:center;font-size:.8rem;color:var(--muted);margin-bottom:2rem}.includes-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.875rem}.include-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.include-row{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text);padding:.75rem 1rem;background:var(--off-white);border-radius:8px}.include-row .check{width:20px;height:20px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.7rem;color:#16a34a;font-weight:700}.setup-steps{border-top:1px solid var(--light-grey);padding-top:2rem;margin-top:2rem}.setup-step{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.step-circle{width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.setup-step h4{font-size:.9rem;color:var(--text);margin-bottom:.2rem}.setup-step p{font-size:.82rem;color:var(--muted);margin:0}.support-card{background:#fff;border:1px solid var(--light-grey);border-radius:14px;padding:1.75rem 2rem;gap:1.25rem;margin-bottom:2rem}.support-card,.support-icon{display:flex;align-items:center}.support-icon{width:48px;height:48px;border-radius:12px;background:rgba(37,99,235,.08);justify-content:center;font-size:1.4rem;flex-shrink:0}.support-card h4{font-size:.95rem;color:var(--text);margin-bottom:.25rem}.support-card p{font-size:.85rem;color:var(--muted);margin:0}.support-card a{color:var(--blue);font-weight:600}.upsell-section{margin-top:3rem}.upsell-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.upsell-card{background:#fff;border:1px solid var(--light-grey);border-radius:12px;padding:1.5rem;transition:all .2s}.upsell-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.08)}.upsell-emoji{font-size:1.75rem;margin-bottom:.75rem}.upsell-card h4{font-size:.95rem;color:var(--text);margin-bottom:.3rem}.upsell-card p{font-size:.82rem;color:var(--muted);margin-bottom:1rem}.upsell-price{font-size:1.25rem;font-weight:800;color:var(--blue);margin-bottom:.75rem}.admin-wrap{padding:6rem 1.5rem 3rem;min-height:100vh;background:var(--off-white)}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:1.8rem;color:var(--text)}.admin-header p{color:var(--muted);font-size:.95rem}.admin-table-wrap{background:#fff;border-radius:16px;border:1px solid var(--light-grey);overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{background:var(--off-white);padding:.875rem 1.25rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.admin-table td,.admin-table th{border-bottom:1px solid var(--light-grey)}.admin-table td{padding:1rem 1.25rem;color:var(--text)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--off-white)}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.admin-tab{padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:1.5px solid var(--light-grey);background:#fff;color:var(--muted);transition:all .2s}.admin-tab.active{background:var(--blue);color:#fff;border-color:var(--blue)}.admin-stat-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border:1px solid var(--light-grey);border-radius:12px;padding:1.5rem}.admin-stat-card .num{font-size:2rem;font-weight:800;color:var(--blue)}.admin-stat-card .lbl{font-size:.8rem;color:var(--muted);margin-top:.25rem}.article-hero{background:var(--hero-grad);padding:8rem 0 4rem}.article-hero-inner{max-width:760px;margin:0 auto;padding:0 1.5rem}.article-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.article-meta span{font-size:.8rem;color:hsla(0,0%,100%,.55)}.article-cat{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--electric);background:rgba(56,189,248,.15);padding:.3rem .8rem;border-radius:50px}.article-hero h1{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2;margin-bottom:1rem}.article-hero .lead{color:hsla(0,0%,100%,.7);font-size:1.1rem;line-height:1.7}.article-author{gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.article-author,.author-avatar{display:flex;align-items:center}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);justify-content:center;font-weight:700;color:#fff;font-size:.9rem;flex-shrink:0}.author-info strong{display:block;color:#fff;font-size:.9rem}.author-info span{color:hsla(0,0%,100%,.5);font-size:.8rem}.article-body{max-width:760px;margin:0 auto;padding:3.5rem 1.5rem 5rem}.article-body h2{font-size:1.55rem;color:var(--text);margin:2.5rem 0 .9rem}.article-body h3{font-size:1.15rem;color:var(--text);margin:1.75rem 0 .6rem}.article-body p{margin-bottom:1.25rem}.article-body ol,.article-body p,.article-body ul{color:var(--muted);line-height:1.8;font-size:1.025rem}.article-body ol,.article-body ul{margin:0 0 1.25rem 1.5rem}.article-body li{margin-bottom:.5rem}.article-body strong{color:var(--text)}.pull-quote{border-left:3px solid var(--blue);margin:2rem 0;padding:1.25rem 1.75rem;background:rgba(37,99,235,.05);border-radius:0 8px 8px 0}.pull-quote p{font-size:1.1rem;color:var(--text);font-weight:500;line-height:1.6;margin:0;font-style:italic}.step-box{background:var(--off-white);border:1px solid var(--light-grey);border-radius:14px;padding:1.75rem;margin:1.5rem 0}.step-header{gap:.75rem;margin-bottom:.9rem}.step-header,.step-num{display:flex;align-items:center}.step-num{width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800;font-size:.85rem;justify-content:center;flex-shrink:0}.step-box h3{margin:0;font-size:1.05rem;color:var(--text)}.step-box p{margin-bottom:.75rem}.step-box p:last-child{margin-bottom:0}.code-block{background:#1a1f3a;border-radius:10px;padding:1.25rem 1.5rem;margin:1rem 0;font-family:Courier New,monospace;font-size:.85rem;color:#a5b4fc;line-height:1.7;overflow-x:auto;white-space:pre-wrap}.tools-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.tool-chip{font-size:.75rem;font-weight:600;color:var(--blue);background:rgba(37,99,235,.1);padding:.3rem .75rem;border-radius:50px}.article-cta{background:var(--hero-grad);border-radius:20px;padding:2.5rem;margin:3rem 0;text-align:center}.article-cta h3{color:#fff;font-size:1.4rem;margin-bottom:.75rem}.article-cta p{color:hsla(0,0%,100%,.65);margin-bottom:1.5rem}.related-articles{margin-top:4rem;border-top:1px solid var(--light-grey);padding-top:2.5rem}.related-articles h3{font-size:1.1rem;color:var(--text);margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.related-card{display:block;padding:1.25rem;border:1px solid var(--light-grey);border-radius:12px;transition:border-color .2s,box-shadow .2s}.related-card:hover{border-color:var(--blue);box-shadow:0 4px 16px rgba(37,99,235,.1)}.related-card span{font-size:.75rem;color:var(--blue);font-weight:600;display:block;margin-bottom:.4rem}.related-card strong{font-size:.9rem;color:var(--text);line-height:1.4;display:block}@media (max-width:640px){.related-grid{grid-template-columns:1fr}}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr}.hero-photo-wrap{display:none}.founder-grid{grid-template-columns:1fr;gap:3rem}.founder-image-wrap{max-width:380px}.case-grid,.footer-grid,.products-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr 1fr}.about-grid,.lead-magnet-inner,.service-detail{grid-template-columns:1fr}.service-detail.reverse{direction:ltr}.booking-grid,.resources-layout{grid-template-columns:1fr}.booking-form-wrap{position:static}.case-full-card,.outcomes-grid,.product-full{grid-template-columns:1fr}.product-full.alt{direction:ltr}.admin-stat-cards{grid-template-columns:1fr 1fr}}@media (max-width:768px){:root{--section-pad:4rem 1.25rem}.nav-links{display:none}.nav-hamburger{display:flex}.nav-links.open{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--deep-navy);align-items:center;justify-content:center;gap:2rem;z-index:999}.nav-links.open .nav-link{font-size:1.4rem;color:#fff}.nav-links.open .nav-cta{font-size:1rem;padding:.85rem 2rem}.case-grid,.footer-grid,.products-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr}.footer-grid{gap:2rem}.blog-grid,.grid-2,.grid-3,.pillars-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem}.cta-banner-actions,.hero-actions{flex-direction:column}.cta-banner-actions{align-items:center}.upsell-grid{grid-template-columns:1fr}.support-card{flex-direction:column;text-align:center}.ty-card-body{padding:1.5rem}.admin-stat-cards{grid-template-columns:1fr}}