*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#000080;--accent:#1E90FF;--white:#ffffff;--light:#F5F6F7;--dark:#333333;--amber:#F59E0B;--amber-dark:#D97706;--amber-soft:rgba(245, 158, 11, 0.12)}@font-face{font-family:'Satoshi';src:url(https://everclif.com/assets/fonts/Satoshi-Variable.woff2) format('woff2'),url(https://everclif.com/assets/fonts/Satoshi-Variable.woff) format('woff');font-weight:300 900;font-style:normal;font-display:swap}@font-face{font-family:'Satoshi';src:url(https://everclif.com/assets/fonts/Satoshi-VariableItalic.woff2) format('woff2'),url(https://everclif.com/assets/fonts/Satoshi-VariableItalic.woff) format('woff');font-weight:300 900;font-style:italic;font-display:swap}body{font-family:'Satoshi',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--dark);line-height:1.6;overflow-x:hidden;font-variation-settings:'wght' 400}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:none;z-index:1000;transition:all 0.3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-size:26.4px;font-weight:700;color:var(--primary);text-decoration:none}a.logo{color:var(--primary);text-decoration:none}.logo-img{height:32px;width:auto}.logo-text{font-weight:700}.nav-menu{display:flex;list-style:none;gap:32px;align-items:center}.nav-link{color:var(--dark);text-decoration:none;font-weight:500;font-size:16.5px;transition:color 0.3s ease;position:relative}.nav-link:hover{color:var(--primary)}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width 0.3s ease}.nav-link:hover::after{width:100%}.cta-button{background:var(--primary);color:var(--white);padding:3.888px 24px;border-radius:6px;text-decoration:none;font-weight:700;font-size:19.8px;transition:all 0.3s ease;border:2px solid var(--primary);display:inline-block;box-shadow:0 4px 12px rgb(0 0 128 / .3)}.cta-button:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 6px 20px rgb(30 144 255 / .4)}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;gap:5px;z-index:1001}.hamburger span{width:25px;height:3px;background:var(--primary);border-radius:2px;transition:all 0.3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-cta{display:none}.cta-button.desktop{display:inline-block}.cta-button.mobile{display:none;width:100%;text-align:center;margin-top:16px}.menu-overlay{display:none}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:-16px;background:var(--white);border:1px solid rgb(30 144 255 / .15);border-radius:8px;box-shadow:0 8px 24px rgb(0 0 0 / .1);list-style:none;min-width:270px;padding:6px 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease;z-index:1002}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:10px 20px;color:var(--dark);text-decoration:none;font-size:15.5px;font-weight:500;transition:background 0.2s ease,color 0.2s ease,padding-left 0.2s ease;white-space:nowrap}.nav-dropdown-item:hover{background:rgb(30 144 255 / .06);color:var(--primary);padding-left:24px}.hero{padding:210px 0 100px;background:var(--white);text-align:center;position:relative;overflow:hidden}.hero-title{font-size:61.6px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);margin-bottom:24px;line-height:1.2;max-width:900px;margin-left:auto;margin-right:auto}.hero-title-accent{color:var(--accent)}.hero-description{font-size:24.2px;color:var(--dark);max-width:800px;margin:0 auto 32px;line-height:1.7}.hero-ctas{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap}.hero-reassurance{margin-top:16px;font-size:13.5px;font-weight:600;color:var(--dark);opacity:.65;letter-spacing:.2px}.hero-cta-primary{display:inline-block;padding:11px 26px;font-weight:700;font-size:17px;text-align:center}.hero-cta-secondary{display:inline-block;padding:11px 26px;font-weight:700;font-size:17px;background:#fff0;color:var(--primary);border:2px solid var(--primary);text-align:center}.hero-cta-secondary:hover{background:var(--accent);color:var(--white);border-color:var(--accent)}section{padding:80px 0}.section-title{font-size:46.2px;font-weight:500;font-variation-settings:'wght' 500;color:var(--primary);text-align:center;margin-bottom:20px}.section-description{font-size:19.8px;color:var(--dark);text-align:center;max-width:700px;margin:0 auto 60px;line-height:1.7}.contact-email{color:var(--accent);text-decoration:none;font-weight:600;transition:color 0.3s ease}.contact-email:hover{color:var(--primary);text-decoration:underline}.contact-promise{color:var(--primary);font-weight:600}.services{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%);position:relative}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:40px}.service-card{background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .03) 100%);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:32px;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(30 144 255 / .08);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent) 0%,var(--primary) 100%);transform:scaleX(0);transition:transform 0.3s ease}.service-card:hover::before{transform:scaleX(1)}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(30 144 255 / .2);border-color:var(--accent);background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .08) 100%)}.service-icon{font-size:44px;color:#333;margin-bottom:16px;filter:drop-shadow(0 2px 4px rgb(30 144 255 / .3));transition:transform 0.3s ease}.service-icon svg{width:44px;height:44px;display:block}.analytics-tech-icon svg{width:32px;height:32px;margin:0 auto}.analytics-uc-icon svg{width:36px;height:36px}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:24.2px;font-weight:600;color:var(--primary);margin-bottom:12px}.service-description{font-size:17.6px;color:var(--dark);line-height:1.6}.use-cases{background:var(--white);position:relative}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:40px}.use-case-card{background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .05) 100%);border-left:4px solid var(--accent);border-radius:12px;padding:32px;transition:all 0.3s ease;box-shadow:0 4px 16px rgb(30 144 255 / .1);position:relative}.use-case-card::after{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--accent) 0%,var(--primary) 100%);border-radius:12px 0 0 12px}.use-case-card:hover{transform:translateX(8px);box-shadow:0 12px 32px rgb(30 144 255 / .25);background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .1) 100%)}.use-case-title{font-size:24.2px;font-weight:600;color:var(--primary);margin-bottom:12px}.use-case-description{font-size:17.6px;color:var(--dark);line-height:1.6}.case-studies{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%);position:relative}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:40px}.case-study-card{background:var(--primary);border-radius:12px;padding:40px;color:var(--white);transition:all 0.3s ease;box-shadow:0 6px 20px rgb(30 144 255 / .25)}.case-study-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgb(30 144 255 / .4)}.case-study-metric{font-size:52.8px;font-weight:700;color:var(--accent);margin-bottom:16px}.case-study-title{font-size:24.2px;font-weight:600;margin-bottom:12px;color:var(--white)}.case-study-description{font-size:17.6px;line-height:1.6;margin-bottom:16px;opacity:.95}.case-study-tag{display:inline-block;background:rgb(255 255 255 / .15);padding:6px 12px;border-radius:4px;font-size:14.3px;font-weight:500}.about{background:var(--white);position:relative}.about-content{display:flex;justify-content:center;margin-top:40px}.about-card{background:var(--white);border:2px solid rgb(30 144 255 / .15);border-radius:16px;padding:48px;max-width:800px;width:100%;box-shadow:0 8px 24px rgb(30 144 255 / .1);transition:all 0.3s ease}.about-card:hover{box-shadow:0 12px 32px rgb(30 144 255 / .15);border-color:rgb(30 144 255 / .25);transform:translateY(-2px)}.founder-image{position:relative}.founder-photo,.founder-placeholder{width:100%;border-radius:12px;box-shadow:0 8px 24px rgb(30 144 255 / .25);object-fit:cover;aspect-ratio:1;background:linear-gradient(135deg,var(--primary) 0%,rgb(30 144 255 / .6) 50%,var(--accent) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.founder-placeholder::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(20px,20px) rotate(180deg)}}.founder-placeholder .placeholder-text{color:var(--white);font-size:19.8px;font-weight:500;opacity:.8}.founder-info{margin-top:24px;text-align:center}.founder-name{font-size:22px;font-weight:600;color:var(--primary);margin-bottom:8px;font-variation-settings:'wght' 600}.founder-position{font-size:17.6px;color:var(--dark);margin-bottom:16px;font-weight:500}.founder-linkedin{display:inline-flex;align-items:center;gap:8px;color:var(--accent);text-decoration:none;font-size:16px;font-weight:500;transition:all 0.3s ease}.founder-linkedin svg{width:20px;height:20px}.founder-linkedin:hover{color:var(--primary);transform:translateY(-2px)}.founder-linkedin:hover svg{transform:scale(1.1)}.about-text{font-size:18.7px;line-height:1.8;color:var(--dark)}.about-subtitle{font-size:30.8px;font-weight:600;color:var(--primary);margin-bottom:20px}.about-text p{margin-bottom:20px}.about-text strong{color:var(--primary);font-weight:600}.contact{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%);position:relative}.contact-content{display:flex;justify-content:center;margin-top:40px}.contact-expectations{padding-right:20px}.expectations-title{font-size:24.2px;font-weight:600;color:var(--primary);margin-bottom:24px;font-variation-settings:'wght' 600}.expectations-list{list-style:none;counter-reset:step-counter;padding:0;margin:0}.expectations-list li{counter-increment:step-counter;font-size:17.6px;color:var(--dark);line-height:1.8;margin-bottom:20px;padding-left:40px;position:relative}.expectations-list li::before{content:counter(step-counter);position:absolute;left:0;top:0;background:linear-gradient(135deg,var(--accent) 0%,var(--primary) 100%);color:var(--white);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14.3px;box-shadow:0 4px 12px rgb(30 144 255 / .4);transition:transform 0.3s ease}.expectations-list li:hover::before{transform:scale(1.15);box-shadow:0 6px 16px rgb(30 144 255 / .5)}.contact-form{max-width:600px;width:100%}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;color:var(--primary);margin-bottom:8px;font-size:16.5px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #C5C7C9;border-radius:6px;font-size:17.6px;font-family:inherit;transition:all 0.3s ease;background:var(--white);color:var(--dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgb(30 144 255 / .1)}.submit-button{background:var(--primary);color:var(--white);padding:5.4432px 32px;border:none;border-radius:6px;font-size:19.8px;font-weight:700;cursor:pointer;transition:all 0.3s ease;width:100%;box-shadow:0 4px 12px rgb(0 0 128 / .3)}.submit-button:hover{background:var(--accent);box-shadow:0 6px 20px rgb(30 144 255 / .4)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-status{margin-top:16px;padding:12px;border-radius:6px;text-align:center;font-size:16px;font-weight:500}.form-status.success{background:rgb(40 167 69 / .1);color:#28a745;border:1px solid #28a745}.form-status.error{background:rgb(220 53 69 / .1);color:#dc3545;border:1px solid #dc3545}.service-link{display:inline-block;margin-top:16px;color:var(--accent);text-decoration:none;font-weight:600;font-size:16px;transition:all 0.3s ease}.service-link:hover{color:var(--primary);transform:translateX(4px)}.geo-hero{padding:140px 0 100px;background:var(--white)}.geo-hero-content{display:flex;gap:60px;align-items:center}.geo-hero-text{flex:1;min-width:0}.geo-hero-title{font-size:52px;font-weight:700;color:var(--primary);margin-bottom:24px;line-height:1.2;font-variation-settings:'wght' 700}.geo-hero-description{font-size:20px;color:var(--dark);margin-bottom:32px;line-height:1.7}.geo-cta{display:inline-block}.geo-hero-visual{flex:1;min-width:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgb(30 144 255 / .2)}.geo-visual-placeholder{width:100%;max-width:500px;height:400px;background:linear-gradient(135deg,rgb(30 144 255 / .08) 0%,rgb(0 0 128 / .05) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;border:2px solid rgb(30 144 255 / .2)}.geo-visual-content{padding:32px;text-align:center}.ai-interface{color:var(--primary)}.ai-search{font-size:18px;font-weight:600;margin-bottom:24px;padding:16px;background:rgb(255 255 255 / .8);border-radius:8px}.ai-flow{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.flow-item{background:var(--primary);color:var(--white);padding:12px 20px;border-radius:8px;font-weight:600;font-size:16px}.flow-arrow{color:var(--accent);font-size:20px;font-weight:700}.geo-believe{padding:80px 0;background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%);text-align:center}.geo-believe-headline{font-size:48px;font-weight:700;color:var(--primary);margin-bottom:16px;font-variation-settings:'wght' 700}.geo-believe-copy{font-size:20px;color:var(--dark);max-width:600px;margin:0 auto}.geo-framework{padding:80px 0;background:var(--white)}.geo-framework-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}.geo-framework-card{background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .03) 100%);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:32px;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(30 144 255 / .08)}.geo-framework-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(30 144 255 / .2);border-color:var(--accent);background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .08) 100%)}.geo-framework-title{font-size:24.2px;font-weight:600;color:var(--primary);margin-bottom:12px;font-variation-settings:'wght' 600}.geo-framework-description{font-size:17.6px;color:var(--dark);line-height:1.7}.geo-timeline{padding:80px 0;background:var(--white)}.geo-timeline-container{margin-top:60px}.geo-timeline-track{display:flex;justify-content:space-between;position:relative;padding:40px 0;flex-wrap:wrap;gap:20px}.geo-timeline-track::before{content:'';position:absolute;top:50%;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent) 0%,var(--primary) 100%);transform:translateY(-50%);z-index:1}.geo-timeline-node{flex:1;min-width:200px;max-width:250px;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:24px;position:relative;z-index:2;text-align:center;box-shadow:0 4px 12px rgb(30 144 255 / .1);transition:all 0.3s ease}.geo-timeline-node:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 144 255 / .2);border-color:var(--accent)}.geo-timeline-phase{font-size:20px;font-weight:600;color:var(--primary);margin-bottom:8px;font-variation-settings:'wght' 600}.geo-timeline-duration{font-size:16px;font-weight:600;color:var(--accent);margin-bottom:12px}.geo-timeline-description{font-size:15px;color:var(--dark);line-height:1.6}.geo-timeline-note{text-align:center;margin-top:32px;font-size:16px;color:var(--dark);font-style:italic}.footer{background:var(--primary);color:var(--white);padding:48px 0 24px}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.footer-logo .logo-text{color:var(--white);font-size:26.4px;font-weight:700}.footer-links{display:flex;gap:32px}.footer-links a{color:var(--white);text-decoration:none;font-weight:500;transition:color 0.3s ease}.footer-links a:hover{color:var(--accent)}.footer-social{display:flex;align-items:center;gap:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid rgb(255 255 255 / .35);color:var(--white);transition:all 0.3s ease}.footer-social a svg{width:20px;height:20px}.footer-social a:hover{background:var(--white);color:var(--primary);border-color:var(--white)}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid rgb(255 255 255 / .2);opacity:.8}html{scroll-behavior:smooth}@media (max-width:768px){.hamburger{display:flex}.cta-button.desktop{display:none}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(0 0 0 / .5);opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;z-index:999}.menu-overlay.active{opacity:1;visibility:visible}.nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--white);flex-direction:column;align-items:flex-start;padding:80px 24px 24px;gap:0;box-shadow:-4px 0 12px rgb(0 0 0 / .15);transition:right 0.3s ease;z-index:1000;overflow-y:auto}.nav-menu.active{right:0}.nav-menu li{width:100%;margin-bottom:8px}.nav-link{display:block;padding:12px 0;font-size:17.6px;width:100%;border-bottom:1px solid var(--light)}.nav-link::after{display:none}.mobile-cta{display:block;width:100%;margin-top:24px}.nav-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;padding:0;background:#fff0;min-width:0}.nav-dropdown-menu li{width:100%;margin-bottom:0}.nav-dropdown-item{padding:10px 0 10px 16px;font-size:15.5px;color:var(--dark);opacity:.75;border-bottom:1px solid var(--light);white-space:normal}.nav-dropdown-item:hover{padding-left:20px;background:#fff0}.cta-button.mobile{display:block}.hero{padding:180px 0 80px}.hero-title{font-size:44px}.hero-description{font-size:19.8px}.section-title{font-size:35.2px}.section-description{font-size:17.6px}.services-grid,.use-cases-grid,.case-studies-grid{grid-template-columns:1fr}.geo-hero-content{flex-direction:column;gap:40px}.geo-hero-text,.geo-hero-visual{flex:none;width:50%}.geo-hero-title{font-size:36px}.geo-believe-headline{font-size:36px}.geo-framework-grid{grid-template-columns:1fr}.geo-timeline-track{flex-direction:column;align-items:center;gap:40px}.geo-timeline-track::before{display:none}.geo-timeline-node{max-width:100%;width:100%}.about-card{padding:32px}.contact-content{justify-content:center}.footer-content{flex-direction:column;gap:24px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.container{padding:0 16px}.nav-container{padding:12px 16px}.logo-text{font-size:24.2px}.nav-menu{gap:16px}.nav-link{font-size:14.3px}.hero-title{font-size:38px}.section-title{font-size:30px}.hero-description{font-size:17.6px}.geo-hero-title{font-size:28px}.geo-believe-headline{font-size:28px}.geo-visual-placeholder{height:300px}}.geo-feature-image{width:100%;min-height:520px;max-height:520px;object-fit:cover;object-position:center;display:block}.geo-seo-decline{background:var(--white)}.geo-seo-decline-tag{text-align:center;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:10px}.geo-seo-decline-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:48px}.geo-seo-chart-wrap{display:flex;align-items:center;justify-content:center}.geo-seo-chart{width:100%;border-radius:12px;box-shadow:0 4px 20px rgb(30 144 255 / .15)}.geo-seo-text p{font-size:17.6px;color:var(--dark);line-height:1.8;margin-bottom:20px}.geo-seo-text p:last-child{margin-bottom:0}.geo-aeo-framework{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.geo-aeo-framework-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.geo-aeo-cards{display:flex;flex-direction:column;gap:20px}.geo-aeo-card{display:flex;gap:20px;align-items:flex-start;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:24px;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(30 144 255 / .08)}.geo-aeo-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(30 144 255 / .18);border-color:var(--accent)}.geo-aeo-card-icon{width:52px;height:52px;object-fit:contain;flex-shrink:0}.geo-aeo-card-title{font-size:16px;font-weight:700;color:var(--primary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-variation-settings:'wght' 700}.geo-aeo-card-desc{font-size:16.5px;color:var(--dark);line-height:1.65}.geo-aeo-title{font-size:46.2px;font-weight:500;color:var(--primary);margin-bottom:12px;font-variation-settings:'wght' 500}.geo-aeo-subtitle{font-size:13px;font-style:italic;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:32px;font-weight:500}.geo-aeo-body p{font-size:17.6px;color:var(--dark);line-height:1.8;margin-bottom:20px}.geo-aeo-body p:last-child{margin-bottom:0}@media (max-width:768px){.geo-seo-decline-content{grid-template-columns:1fr;gap:40px}.geo-aeo-framework-content{grid-template-columns:1fr;gap:40px}.geo-aeo-title{font-size:35.2px}}@media (max-width:480px){.geo-aeo-title{font-size:28px}}.seo-page .cta-button,.seo-page .hero-cta-secondary,.seo-page .hp-ghost-btn,.seo-page .hp-spark-btn,.seo-page .hp-cta-strip-secondary{width:178px;height:53px;padding:0;font-size:17px;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:normal;line-height:1.15}.seo-hero{padding:150px 0 90px;background:var(--white);text-align:center}.seo-hero-title{font-size:56px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);margin-bottom:24px;line-height:1.18;max-width:900px;margin-left:auto;margin-right:auto}.seo-hero-description{font-size:20px;color:var(--dark);margin:0 auto;line-height:1.7;max-width:760px}.seo-testimonial{background:linear-gradient(135deg,var(--primary) 0%,#1A2A8C 55%,#103A9E 100%)}.seo-quote-card{max-width:820px;margin:0 auto;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .16);border-radius:20px;padding:44px 48px;text-align:center}.seo-quote-logo{display:inline-flex;align-items:center;justify-content:center;background:var(--white);border-radius:8px;padding:7px 10px;box-shadow:0 4px 14px rgb(0 0 0 / .2)}.seo-quote-logo img{display:block;width:54px;height:auto}.seo-quote-mark{display:block;font-family:Georgia,'Times New Roman',serif;font-size:72px;line-height:.6;color:var(--amber);margin-bottom:18px}.seo-quote-text{font-size:21px;font-style:italic;color:var(--white);line-height:1.7;margin:0 0 28px}.seo-quote-author{display:flex;align-items:center;justify-content:center;gap:14px;text-align:left}.seo-quote-person{display:block}.seo-quote-name{display:block;font-size:16px;font-weight:700;color:var(--white)}.seo-quote-role{display:block;font-size:14px;color:rgb(255 255 255 / .7)}.seo-framework{background:var(--white)}.seo-section-tag{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);text-align:center;margin-bottom:12px}.seo-framework-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.seo-framework-card{background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:32px;box-shadow:0 4px 16px rgb(30 144 255 / .08);transition:all 0.3s ease}.seo-framework-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 14px 36px rgb(30 144 255 / .18)}.seo-framework-icon{width:40px;height:40px;margin-bottom:18px}.seo-framework-title{font-size:21px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.35;margin-bottom:12px}.seo-framework-desc{font-size:16.5px;color:var(--dark);line-height:1.7}.seo-duo-section{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.seo-duo{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:stretch}.seo-duo-col{background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:36px 34px;box-shadow:0 4px 16px rgb(30 144 255 / .08)}.seo-duo-title{font-size:28px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.3;margin-bottom:16px}.seo-duo-text{font-size:17px;color:var(--dark);line-height:1.75;margin-bottom:16px}.seo-duo-text:last-child{margin-bottom:0}.seo-duo-text strong{color:var(--primary);font-weight:700;font-variation-settings:'wght' 700}.seo-adapt-line{max-width:860px;margin:36px auto 0;text-align:center;font-size:17.5px;color:var(--dark);line-height:1.75;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-left:5px solid var(--amber);border-radius:12px;padding:22px 28px}.seo-adapt-line strong{color:var(--primary);font-weight:700;font-variation-settings:'wght' 700}.seo-cases{background:var(--white)}.seo-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.seo-case-card{display:flex;flex-direction:column;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:20px;text-decoration:none;color:inherit;box-shadow:0 4px 16px rgb(30 144 255 / .08);transition:all 0.3s ease}.seo-case-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 14px 36px rgb(30 144 255 / .18)}.seo-case-card .cs-thumb{min-height:172px;margin-bottom:18px}.seo-case-card .cs-thumb-stat{font-size:50px}.seo-case-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.seo-case-title{font-size:20px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.35;margin-bottom:10px}.seo-case-cta{margin-top:auto;padding-top:4px;font-size:15.5px;font-weight:700;color:var(--accent);transition:color 0.2s ease}.seo-case-card:hover .seo-case-cta{color:var(--primary)}.seo-geo-cta{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%);text-align:center}.seo-geo-cta-inner{max-width:820px;margin:0 auto;background:var(--white);border:2px solid rgb(30 144 255 / .25);border-left:5px solid var(--accent);border-radius:16px;padding:44px 48px}.seo-geo-cta-title{font-size:32px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);margin-bottom:16px;line-height:1.25}.seo-geo-cta-body{font-size:18px;color:var(--dark);line-height:1.75;max-width:620px;margin:0 auto 28px}@media (max-width:900px){.seo-framework-grid,.seo-duo,.seo-cases-grid{grid-template-columns:1fr}}@media (max-width:768px){.seo-hero{padding:130px 0 70px}.seo-hero-title{font-size:36px}.seo-hero-description{font-size:17.5px}.seo-quote-card{padding:32px 24px}.seo-quote-text{font-size:18px}.seo-geo-cta-inner{padding:32px 24px}.seo-geo-cta-title{font-size:26px}.seo-duo-col{padding:28px 24px}.seo-duo-title{font-size:24px}.seo-adapt-line{font-size:16px;padding:18px 20px}}@media (max-width:480px){.seo-hero-title{font-size:30px}.seo-quote-text{font-size:16.5px}.seo-geo-cta-title{font-size:23px}.seo-framework-card{padding:24px}}.pm-hero{padding:140px 0 100px;background:var(--white);text-align:center}.pm-hero-tag{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:16px}.pm-hero-title{font-size:52px;font-weight:700;color:var(--primary);margin-bottom:24px;line-height:1.2;font-variation-settings:'wght' 700}.pm-hero-description{font-size:20px;color:var(--dark);margin:0 auto 32px;line-height:1.7;max-width:740px}.pm-hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.pm-cta-ghost{display:inline-block;padding:3.888px 24px;font-weight:700;font-size:19.8px;background:#fff0;color:var(--primary);border:2px solid var(--primary);border-radius:6px;text-decoration:none;transition:all 0.3s ease}.pm-cta-ghost:hover{background:var(--primary);color:var(--white);box-shadow:0 6px 20px rgb(0 0 128 / .25)}.pm-hero-note{font-size:14px;color:var(--dark);opacity:.5;margin:0}.pm-channels{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.pm-growth-stories{background:var(--white)}.pm-growth-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.pm-case-card{background:linear-gradient(135deg,rgb(30 144 255 / .04) 0%,rgb(0 0 128 / .03) 100%);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:40px;transition:all 0.3s ease;box-shadow:0 4px 16px rgb(30 144 255 / .08)}.pm-case-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(30 144 255 / .18);border-color:var(--accent)}.pm-case-metric{font-size:64px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:10px;font-variation-settings:'wght' 700}.pm-case-title{font-size:22px;font-weight:700;color:var(--primary);margin-bottom:16px;font-variation-settings:'wght' 700}.pm-case-body{font-size:16.5px;color:var(--dark);line-height:1.75;margin-bottom:20px}.pm-case-tag{display:inline-block;background:rgb(30 144 255 / .1);color:var(--accent);border-radius:99px;padding:4px 14px;font-size:13px;font-weight:600;letter-spacing:.3px}.pm-why{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.pm-why-list{max-width:780px;margin:40px auto 0;display:flex;flex-direction:column;gap:24px}.pm-why-item{display:flex;gap:16px;align-items:flex-start;font-size:18px;color:var(--dark);line-height:1.7}.pm-why-tick{width:24px;height:24px;min-width:24px;flex-shrink:0;margin-top:2px}.iml-checklist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:40px}.iml-checklist-item{display:flex;gap:14px;align-items:center;font-size:18px;font-weight:600;color:var(--primary);background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:18px 22px}.iml-checklist-tick{width:22px;height:22px;min-width:22px;flex-shrink:0}.iml-case-section{background:var(--white)}.iml-case-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:40px}.iml-case-chart{width:100%;height:auto;display:block}.iml-case-metric{font-size:56px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:12px;font-variation-settings:'wght' 700}.iml-case-title{font-size:24px;font-weight:700;color:var(--primary);margin-bottom:16px;font-variation-settings:'wght' 700}.iml-case-body{font-size:17.6px;color:var(--dark);line-height:1.75;margin-bottom:20px}.iml-case-tag{display:inline-block;background:rgb(30 144 255 / .1);color:var(--accent);border-radius:99px;padding:4px 14px;font-size:13px;font-weight:600;letter-spacing:.3px}.geo-timeline.iml-section-gradient{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.iml-section-white{background:var(--white)}@media (max-width:768px){.iml-case-grid{grid-template-columns:1fr;gap:32px}}@media (max-width:768px){.pm-hero-title{font-size:36px}.pm-growth-grid{grid-template-columns:1fr}.pm-hero-ctas{flex-direction:column;align-items:center}.pm-cta-ghost{width:100%;text-align:center}}@media (max-width:480px){.pm-hero-title{font-size:28px}.pm-case-metric{font-size:48px}}.analytics-hero{padding:140px 0 100px;background:var(--white);text-align:center}.analytics-hero-tag{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:16px}.analytics-hero-title{font-size:52px;font-weight:700;color:var(--primary);margin-bottom:24px;line-height:1.2;font-variation-settings:'wght' 700}.analytics-hero-description{font-size:20px;color:var(--dark);margin:0 auto 32px;line-height:1.7;max-width:740px}.analytics-problem{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.analytics-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.analytics-stat-card{background:var(--white);border:2px solid rgb(30 144 255 / .15);border-radius:12px;padding:28px 24px;text-align:center;box-shadow:0 4px 12px rgb(30 144 255 / .08);transition:all 0.3s ease}.analytics-stat-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgb(30 144 255 / .16);border-color:var(--accent)}.analytics-stat-heading{font-size:19.8px;font-weight:700;color:var(--primary);margin-bottom:10px;font-variation-settings:'wght' 700}.analytics-stat-descriptor{font-size:15.5px;color:var(--dark);line-height:1.65;margin:0}.analytics-services{background:var(--white)}.analytics-impact{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.analytics-uc-icon{font-size:36px;color:var(--accent);margin-bottom:14px}.analytics-tech-section{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.analytics-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.analytics-tech-card{background:var(--white);border:1.5px solid rgb(30 144 255 / .18);border-radius:10px;padding:24px 20px;text-align:center;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(30 144 255 / .06)}.analytics-tech-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgb(30 144 255 / .15);border-color:var(--accent)}.analytics-tech-icon{font-size:32px;color:var(--accent);margin-bottom:12px}.analytics-tech-name{font-size:15.5px;font-weight:700;color:var(--primary);margin-bottom:8px;font-variation-settings:'wght' 700}.analytics-tech-desc{font-size:13.5px;color:var(--dark);line-height:1.6;opacity:.72;margin:0}@media (max-width:768px){.analytics-hero-title{font-size:36px}.analytics-stat-strip{grid-template-columns:1fr}.analytics-tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.analytics-hero-title{font-size:28px}.analytics-tech-grid{grid-template-columns:1fr}}.ber-problem-body{max-width:760px;margin:32px auto 0;font-size:18px;color:var(--dark);line-height:1.8;text-align:center}.ber-problem-body p{margin-bottom:20px}.ber-problem-body p:last-child{margin-bottom:0}.ber-problem-body strong{color:var(--primary);font-weight:600}.ber-channel-icon svg{width:40px;height:40px;display:block}.ber-bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:140px;grid-auto-flow:dense;gap:14px;margin-top:40px}.ber-bento-card.ber-bento-wide{grid-column:span 2}.ber-bento-card.ber-bento-tall{grid-row:span 2}.ber-bento-card.ber-bento-large{grid-column:span 2;grid-row:span 2}.ber-bento-card.ber-bento-large .ber-item-title{font-size:20px}.ber-bento-card{display:flex;flex-direction:column;justify-content:center;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:20px 22px;transition:all 0.3s ease}.ber-bento-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 144 255 / .15);border-color:var(--accent)}.ber-item-title{font-size:17px;font-weight:600;color:var(--primary);margin-bottom:6px}.ber-item-desc{font-size:15px;color:var(--dark);line-height:1.6}.ber-engagement-track{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.ber-engagement-track::before{display:none}.ber-engagement-track .geo-timeline-node{text-align:left;min-width:0;max-width:none;width:auto;display:flex;flex-direction:column}.ber-engagement-track .geo-timeline-node:not(:last-child)::after{content:'';position:absolute;top:50%;right:-24px;transform:translateY(-50%);width:0;height:0;border-top:6px solid #fff0;border-bottom:6px solid #fff0;border-left:9px solid var(--accent);z-index:3}.ber-engagement-track .geo-timeline-phase,.ber-engagement-track .geo-timeline-duration{text-align:center}.ber-engagement-track .geo-timeline-description ul{margin:0;padding-left:18px}.ber-engagement-track .geo-timeline-description li{margin-bottom:6px}.ber-engagement-track .geo-timeline-description li:last-child{margin-bottom:0}@media (max-width:900px){.ber-bento-grid{grid-template-columns:1fr;grid-auto-rows:auto;grid-auto-flow:row}.ber-bento-card.ber-bento-wide,.ber-bento-card.ber-bento-tall,.ber-bento-card.ber-bento-large{grid-column:auto;grid-row:auto}.ber-bento-card.ber-bento-large .ber-item-title{font-size:17px}}@media (max-width:1100px){.ber-engagement-track{grid-template-columns:repeat(2,1fr);gap:40px 24px}.ber-engagement-track .geo-timeline-node:not(:last-child)::after{display:none}.ber-engagement-track .geo-timeline-node:last-child{grid-column:1 / -1;max-width:480px;width:100%;margin:0 auto}}@media (max-width:600px){.ber-engagement-track{grid-template-columns:1fr}.ber-engagement-track .geo-timeline-node:last-child{max-width:none}}.hp-hellobar{position:fixed;top:0;left:0;right:0;z-index:1001;text-align:center;padding:9px 24px;font-size:14px;font-weight:500;color:var(--white);background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 100%)}.hp-hellobar a{color:var(--white);text-decoration:none;font-weight:700;border-bottom:2px solid var(--amber);padding-bottom:1px;margin-left:4px;transition:color 0.2s ease;white-space:nowrap}.hp-hellobar a:hover{color:var(--amber)}.home .navbar{top:39px}.home .hero{padding-top:180px;padding-bottom:56px}.home .hero .section-description{margin-bottom:36px}.home .service-icon{color:var(--amber)}.hp-section-label{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.hp-section-label--center{text-align:center}.hp-section-label--light{color:#9DC4FF}.hp-center{text-align:center;margin-top:48px}.hp-ghost-btn{display:inline-block;padding:11px 26px;font-size:17px;font-weight:700;color:var(--primary);background:#fff0;border:2px solid var(--accent);border-radius:6px;text-decoration:none;transition:all 0.3s ease}.hp-ghost-btn:hover{background:var(--accent);color:var(--white);box-shadow:0 6px 20px rgb(30 144 255 / .3)}.home .cta-button,.home .hero-cta-primary,.home .hero-cta-secondary,.home .hp-ghost-btn,.home .hp-spark-btn,.home .hp-cta-strip-secondary{width:178px;height:53px;padding:0;font-size:17px;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:normal;line-height:1.15}.home .hero .hero-cta-secondary{border-color:var(--primary)}.home .hero .hero-cta-secondary:hover{background:var(--light);color:var(--primary);border-color:var(--primary)}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--primary);background:var(--amber-soft);border:1px solid rgb(245 158 11 / .3);padding:6px 16px;border-radius:99px;margin-bottom:24px}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px rgb(245 158 11 / .18)}.hp-logos{background:var(--white);padding:0 0 44px}.hp-logos-label{text-align:center;font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--dark);opacity:.55;margin-bottom:20px}.hp-logos-row{list-style:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px 64px;margin:0;padding:0}.hp-logos-item a{display:block;line-height:0;transition:transform 0.2s ease,opacity 0.2s ease}.hp-logos-item a:hover,.hp-logos-item a:focus-visible{transform:translateY(-2px)}.hp-logo{display:block;width:auto;height:auto;opacity:.9;transition:opacity 0.2s ease}.hp-logos-item a:hover .hp-logo,.hp-logos-item a:focus-visible .hp-logo{opacity:1}.hp-logo-recharm{max-height:27px}.hp-logo-augmintech{max-height:25px}.hp-logo-piaxis{max-height:44px}.hp-pain{background:var(--primary)}.hp-pain .section-title{color:var(--white)}.hp-process .section-title,.hp-cases .section-title,.hp-personas .section-title{margin-top:6px}.hp-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.hp-pain-item{padding:0 8px;border-left:2px solid rgb(245 158 11 / .3);padding-left:24px}.hp-pain-num{font-size:40px;font-weight:700;line-height:1;color:var(--amber);margin-bottom:16px;font-variation-settings:'wght' 700}.hp-pain-text{font-size:17.6px;color:rgb(255 255 255 / .88);line-height:1.6;margin-bottom:16px}.hp-pain-solution{font-size:15px;color:var(--amber);line-height:1.6;font-weight:600}.hp-cases{background:var(--white)}.hp-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:48px}.hp-case-card{display:block;color:inherit;text-decoration:none;background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .04) 100%);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:36px;transition:all 0.3s ease;box-shadow:0 4px 16px rgb(30 144 255 / .08)}.hp-case-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 14px 36px rgb(30 144 255 / .18)}.hp-case-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.hp-pill{font-size:12px;font-weight:600;padding:5px 13px;border-radius:99px;letter-spacing:.2px}.hp-pill-blue{background:rgb(30 144 255 / .12);color:var(--accent)}.hp-pill-gray{background:var(--light);color:var(--dark)}.hp-pill-amber{background:var(--amber-soft);color:var(--amber-dark)}.hp-case-stat{font-size:56px;font-weight:700;line-height:1;color:var(--primary);margin-bottom:10px;font-variation-settings:'wght' 700}.hp-case-stat--amber{color:var(--amber)}.hp-case-title{font-size:21px;font-weight:700;color:var(--primary);margin-bottom:14px;font-variation-settings:'wght' 700}.hp-case-challenge{font-size:15.5px;color:var(--dark);line-height:1.6;border-left:3px solid rgb(30 144 255 / .3);padding-left:14px;margin-bottom:16px}.hp-case-result{font-size:15.5px;color:var(--accent);font-weight:600;line-height:1.6;display:flex;gap:8px}.hp-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;border-radius:50%;background:rgb(30 144 255 / .12);color:var(--accent);font-size:13px;font-weight:700;margin-top:1px}.hp-case-cta{display:inline-block;margin-top:18px;font-size:14.5px;font-weight:700;color:var(--accent);transition:color 0.2s ease}.hp-case-card:hover .hp-case-cta{color:var(--primary)}.hp-process{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.hp-process .section-description{margin-bottom:0}.hp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:64px;position:relative}.hp-steps::before{content:'';position:absolute;top:22px;left:10%;right:10%;height:2px;background:rgb(245 158 11 / .3);z-index:0}.hp-step{text-align:center;position:relative;z-index:1;padding:0 10px}.hp-step:hover .hp-step-num{transform:scale(1.08)}.hp-step-num{width:44px;height:44px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--white);background:linear-gradient(135deg,var(--amber) 0%,var(--amber-dark) 100%);box-shadow:0 4px 12px rgb(245 158 11 / .4);transition:transform 0.3s ease}.hp-step-title{font-size:18px;font-weight:700;color:var(--primary);margin-bottom:8px;font-variation-settings:'wght' 700}.hp-step-text{font-size:15px;color:var(--dark);line-height:1.6}.hp-personas{background:var(--white)}.hp-persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.hp-persona-card{text-align:center;background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .04) 100%);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:36px 28px;box-shadow:0 4px 16px rgb(30 144 255 / .08);transition:all 0.3s ease}.hp-persona-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 12px 32px rgb(30 144 255 / .16)}.hp-persona-icon{width:56px;height:56px;margin:0 auto 18px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--amber);background:var(--amber-soft)}.hp-persona-icon svg{width:28px;height:28px}.hp-persona-card:hover .hp-persona-icon{color:var(--white);background:linear-gradient(135deg,var(--amber) 0%,var(--amber-dark) 100%)}.hp-persona-title{font-size:19px;font-weight:700;color:var(--primary);margin-bottom:10px;font-variation-settings:'wght' 700}.hp-persona-text{font-size:15.5px;color:var(--dark);line-height:1.6}.hp-testimonial{background:linear-gradient(135deg,var(--primary) 0%,#1A2A8C 55%,#103A9E 100%)}.hp-title-light{color:var(--white)}.hp-quote-card{max-width:760px;margin:40px auto 0;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .16);border-radius:20px;padding:44px 48px;position:relative}.hp-quote-mark{display:block;font-family:Georgia,'Times New Roman',serif;font-size:72px;line-height:.6;color:var(--amber);margin-bottom:18px}.hp-quote-text{font-size:21px;font-style:italic;color:var(--white);line-height:1.7;margin:0 0 28px}.hp-quote-author{display:flex;align-items:center;gap:14px}.hp-author-avatar{width:48px;height:48px;min-width:48px;border-radius:50%;object-fit:cover;background:var(--white)}.hp-author-name{display:block;font-size:16px;font-weight:700;color:var(--white)}.hp-author-role{display:block;font-size:14px;color:rgb(255 255 255 / .7)}.hp-founder{background:var(--white)}.hp-founder-box{display:grid;grid-template-columns:168px 1fr;gap:40px;align-items:start;margin-top:40px;max-width:920px;margin-left:auto;margin-right:auto;background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .04) 100%);border:2px solid rgb(30 144 255 / .18);border-radius:20px;padding:44px;box-shadow:0 6px 24px rgb(30 144 255 / .1)}.hp-founder-img{width:168px;height:168px;border-radius:50%;object-fit:cover;border:3px solid var(--amber);box-shadow:0 8px 24px rgb(0 0 128 / .25)}.hp-founder-nameline{display:flex;align-items:center;gap:10px;margin-bottom:2px}.hp-founder-name{font-size:24px;font-weight:700;color:var(--primary);font-variation-settings:'wght' 700}.hp-founder-linkedin{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:rgb(30 144 255 / .12);color:var(--accent);text-decoration:none;transition:background 0.2s ease,color 0.2s ease}.hp-founder-linkedin:hover{background:var(--accent);color:var(--white)}.hp-founder-linkedin svg{width:16px;height:16px}.hp-founder-role{font-size:15px;font-weight:700;color:var(--accent);margin-bottom:18px}.hp-founder-bio{font-size:16.5px;color:var(--dark);line-height:1.7;margin-bottom:14px}.hp-founder-bio--em{font-style:italic;font-weight:600;color:var(--primary)}.hp-founder-box .hp-ghost-btn{margin-top:8px}.hp-tools{background:linear-gradient(135deg,rgb(30 144 255 / .06) 0%,var(--light) 50%,rgb(0 0 128 / .04) 100%)}.hp-tools .section-description{margin-bottom:0}.hp-tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:48px}.hp-tool-card{background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:36px;box-shadow:0 4px 16px rgb(30 144 255 / .08);transition:all 0.3s ease}.hp-tool-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 14px 36px rgb(30 144 255 / .18)}.hp-tool-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.3px;color:var(--amber-dark);background:var(--amber-soft);border:1px solid rgb(245 158 11 / .3);padding:4px 12px;border-radius:99px;margin-bottom:16px}.hp-tool-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--white);background:linear-gradient(135deg,var(--amber) 0%,var(--amber-dark) 100%);margin-bottom:16px}.hp-tool-icon svg{width:26px;height:26px}.hp-tool-title{font-size:20px;font-weight:700;color:var(--primary);margin-bottom:10px;font-variation-settings:'wght' 700}.hp-tool-text{font-size:16px;color:var(--dark);line-height:1.65;margin-bottom:18px}.hp-tool-text em{color:var(--amber-dark);font-style:normal;font-weight:600}.hp-tool-cta{font-size:16px;font-weight:700;color:var(--accent);text-decoration:none;transition:all 0.2s ease}.hp-tool-cta:hover{color:var(--primary)}.hp-cta-strip{background:linear-gradient(135deg,var(--primary) 0%,#14207A 50%,#0E2E8F 100%);text-align:center}.hp-cta-strip-title{font-size:38px;font-weight:700;color:var(--white);margin-bottom:16px;font-variation-settings:'wght' 700}.hp-cta-strip-sub{font-size:18px;color:rgb(255 255 255 / .82);line-height:1.7;max-width:540px;margin:0 auto 32px}.hp-spark-btn{display:inline-block;padding:11px 26px;font-size:17px;font-weight:700;color:var(--primary);background:linear-gradient(135deg,#FBBF45 0%,var(--amber) 100%);border:2px solid var(--amber);border-radius:6px;text-decoration:none;box-shadow:0 6px 22px rgb(245 158 11 / .45);transition:all 0.3s ease}.hp-spark-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgb(245 158 11 / .6)}.hp-cta-strip-secondary{display:inline-block;padding:11px 26px;font-size:17px;font-weight:700;color:var(--amber);background:#fff0;border:2px solid var(--amber);border-radius:6px;text-decoration:none;transition:all 0.3s ease}.hp-cta-strip-secondary:hover{background:var(--amber-soft);color:var(--amber);border-color:var(--amber)}@media (max-width:900px){.hp-pain-grid,.hp-persona-grid{grid-template-columns:1fr}.hp-cases-grid,.hp-tools-grid{grid-template-columns:1fr}.hp-steps{display:flex;flex-direction:column;gap:32px;margin-top:48px}.hp-steps::before{top:0;bottom:0;left:21px;right:auto;width:2px;height:auto}.hp-step{display:flex;align-items:flex-start;gap:20px;text-align:left;padding:0}.hp-step-num{margin:0;flex-shrink:0}}@media (max-width:768px){.hp-hellobar{font-size:12.5px;padding:8px 16px}.home .navbar{top:37px}.home .hero{padding-top:150px;padding-bottom:40px}.hp-logos{padding-bottom:36px}.hp-logos-row{gap:20px 40px}.hp-cta-strip-title{font-size:28px}.hp-founder-box{grid-template-columns:1fr;justify-items:center;text-align:center;padding:36px 28px;gap:24px}.hp-founder-nameline{justify-content:center}.hp-case-stat{font-size:46px}.hp-quote-card{padding:32px 26px}.hp-quote-text{font-size:18px}}@media (max-width:480px){.hero-eyebrow{font-size:12.5px;padding:5px 12px}.hp-logos-label{font-size:11px;letter-spacing:.5px;margin-bottom:16px}.hp-logos-row{gap:18px 30px}.hp-logo-recharm{max-height:22px}.hp-logo-augmintech{max-height:20px}.hp-logo-piaxis{max-height:34px}.hp-cta-strip-title{font-size:24px}}.blog-hero{position:relative;padding:150px 0 70px;overflow:hidden;background:linear-gradient(135deg,var(--primary) 0%,#14207A 50%,#0E2E8F 100%)}.blog-hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:48px;align-items:center}.blog-hero-text{position:relative;z-index:1}.blog-hero-media{width:100%}.blog-hero-img{width:100%;aspect-ratio:5 / 3;object-fit:cover;display:block;border-radius:16px;box-shadow:0 12px 36px rgb(0 0 0 / .25)}.blog-hero-eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--white);background:rgb(245 158 11 / .22);border:1px solid rgb(245 158 11 / .55);padding:6px 14px;border-radius:99px;margin-bottom:20px}.blog-hero-title{font-size:40px;font-weight:700;font-variation-settings:'wght' 700;color:var(--white);line-height:1.25;margin-bottom:16px}.blog-hero-meta{font-size:15px;color:rgb(255 255 255 / .75)}.blog-body{padding:64px 0 40px;background:var(--white)}.blog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:64px;align-items:start}.blog-toc{position:sticky;top:100px;align-self:start;max-height:calc(100vh - 130px);overflow-y:auto}.blog-toc-label{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.blog-toc-list{list-style:none;border-left:2px solid rgb(30 144 255 / .18)}.toc-link{display:block;padding:7px 0 7px 16px;margin-left:-2px;border-left:2px solid #fff0;font-size:14.5px;color:var(--dark);text-decoration:none;line-height:1.4;transition:color 0.2s ease,border-color 0.2s ease}.toc-link--sub{padding-left:30px;font-size:13.5px;opacity:.85}.toc-link:hover{color:var(--primary)}.toc-link.is-active{color:var(--primary);font-weight:700;border-left-color:var(--amber)}.blog-content{max-width:720px;font-size:17px;line-height:1.8;color:var(--dark)}.blog-content>p{margin-bottom:22px}.blog-content h2{font-size:30px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);margin:52px 0 18px;line-height:1.3}.blog-content h2:first-of-type{margin-top:36px}.blog-content h3{font-size:22px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);margin:38px 0 14px;line-height:1.35}.blog-content h4{font-size:18px;font-weight:700;color:var(--accent);margin:28px 0 10px}.blog-content em{color:var(--primary);font-style:italic}.blog-closing-line{font-size:19px;font-weight:600;font-style:italic;color:var(--primary)}.blog-continent-heading{display:flex;align-items:center;gap:14px;padding-top:18px;border-top:1px solid rgb(30 144 255 / .18)}.continent-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:var(--light);border:2.5px solid var(--amber);box-shadow:0 3px 10px rgb(245 158 11 / .2)}.continent-icon svg{width:44px;height:44px}.continent-icon svg path{fill:var(--primary)}.blog-cta-banner{display:flex;align-items:center;gap:28px;background:linear-gradient(135deg,var(--primary) 0%,#14207A 50%,#0E2E8F 100%);border-radius:16px;padding:32px;margin:44px 0 48px;box-shadow:0 10px 30px rgb(0 0 128 / .22)}.blog-cta-img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--amber);flex-shrink:0}.blog-cta-body{flex:1}.blog-cta-text{color:var(--white);font-size:17px;line-height:1.6;margin-bottom:16px}.blog-cta-btn{display:inline-block;padding:11px 26px;font-size:16px;font-weight:700;color:var(--primary);background:linear-gradient(135deg,#FBBF45 0%,var(--amber) 100%);border:2px solid var(--amber);border-radius:6px;text-decoration:none;box-shadow:0 6px 22px rgb(245 158 11 / .4);transition:all 0.3s ease}.blog-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgb(245 158 11 / .55)}.blog-faq{background:var(--light);padding:80px 0}.blog-faq-container{max-width:800px}.blog-faq-title{font-size:34px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);text-align:center;margin-bottom:40px}.blog-faq-list{display:flex;flex-direction:column;gap:14px}.blog-faq-item{background:var(--white);border:1px solid rgb(30 144 255 / .18);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgb(30 144 255 / .06);transition:border-color 0.2s ease,box-shadow 0.2s ease}.blog-faq-item.is-open{border-color:var(--amber);box-shadow:0 6px 18px rgb(245 158 11 / .18)}.blog-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;cursor:pointer;text-align:left;padding:20px 24px;font-size:16px;font-weight:600;color:var(--primary);font-family:inherit}.blog-faq-toggle{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--amber-soft);color:var(--amber-dark);font-size:18px;font-weight:700;transition:transform 0.25s ease}.blog-faq-item.is-open .blog-faq-toggle{transform:rotate(45deg)}.blog-faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.blog-faq-item.is-open .blog-faq-answer{max-height:600px}.blog-faq-answer p{padding:0 24px 22px;color:var(--dark);font-size:15.5px;line-height:1.7}@media (max-width:900px){.blog-layout{grid-template-columns:1fr;gap:32px}.blog-toc{position:static;max-height:none;order:-1;border:1px solid rgb(30 144 255 / .18);border-radius:12px;padding:18px 20px}.blog-toc-list{max-height:220px;overflow-y:auto}.blog-hero-inner{grid-template-columns:1fr;gap:32px}.blog-hero-media{max-width:480px;margin:0 auto}.blog-hero-title{font-size:32px}}@media (max-width:600px){.blog-hero{padding:140px 0 48px}.blog-cta-banner{flex-direction:column;text-align:center}.blog-faq-title{font-size:26px}}button.cta-button,button.hp-spark-btn,button.hp-cta-strip-secondary{font-family:inherit;line-height:1.6;cursor:pointer}.ec-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.ec-modal[hidden]{display:none}.ec-modal-backdrop{position:absolute;inset:0;background:rgb(0 0 32 / .55);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:ecModalFade 0.25s ease}.ec-modal-dialog{position:relative;width:100%;max-width:560px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:16px;box-shadow:0 24px 60px rgb(0 0 128 / .28);padding:28px 36px;animation:ecModalRise 0.28s ease}@keyframes ecModalFade{from{opacity:0}to{opacity:1}}@keyframes ecModalRise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ec-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff0;border:none;border-radius:50%;color:var(--primary);cursor:pointer;transition:all 0.2s ease}.ec-modal-close:hover{background:var(--light);color:var(--accent)}.ec-modal-close svg{width:20px;height:20px}.ec-modal-title{font-size:30px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.25;text-align:center;margin-bottom:10px;padding:0 32px}.ec-modal-sub{font-size:16px;color:var(--dark);line-height:1.6;text-align:center;margin-bottom:24px}.ec-modal .contact-form{max-width:none}.ec-modal .form-group{margin-bottom:14px}.ec-modal .form-group label{font-size:15px;margin-bottom:6px}.ec-modal .form-group input,.ec-modal .form-group textarea{font-size:16px;padding:11px 14px}.ec-modal .submit-button{padding:12px 32px;font-size:17px}body.ec-modal-open{overflow:hidden}@media (max-width:600px){.ec-modal{padding:12px}.ec-modal-dialog{padding:32px 22px 28px;max-height:calc(100vh - 24px)}.ec-modal-title{font-size:25px}}.cs-hero{padding:140px 0 56px;background:var(--white);text-align:center}.cs-eyebrow{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:16px}.cs-hero-title{font-size:52px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.2;margin-bottom:20px}.cs-hero-description{font-size:19.8px;color:var(--dark);line-height:1.7;max-width:720px;margin:0 auto}.cs-hero-note{font-size:14.5px;color:#6B7280;max-width:720px;margin:20px auto 0;line-height:1.6}.cs-list-section{padding:24px 0 90px;background:var(--white)}.cs-list{display:flex;flex-direction:column;gap:24px}.cs-item{display:grid;grid-template-columns:272px 1fr;gap:32px;align-items:stretch;background:linear-gradient(135deg,var(--white) 0%,rgb(30 144 255 / .04) 100%);border:2px solid rgb(30 144 255 / .2);border-radius:16px;padding:24px;text-decoration:none;color:inherit;box-shadow:0 4px 16px rgb(30 144 255 / .08);transition:all 0.3s ease}.cs-item:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 14px 36px rgb(30 144 255 / .18)}.cs-thumb{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:190px;padding:24px 20px;border-radius:12px;background:linear-gradient(135deg,var(--primary) 0%,#14207A 55%,#0E2E8F 100%);position:relative;overflow:hidden}.cs-thumb::after{content:'';position:absolute;right:-40px;bottom:-60px;width:170px;height:170px;border-radius:50%;background:rgb(245 158 11 / .16)}.cs-thumb-stat{position:relative;font-size:60px;font-weight:700;font-variation-settings:'wght' 700;line-height:1;color:var(--white)}.cs-thumb-label{position:relative;margin-top:10px;font-size:13.5px;font-weight:600;letter-spacing:.4px;color:var(--amber);line-height:1.4}.cs-thumb-sector{position:relative;margin-top:14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;color:rgb(255 255 255 / .72)}.cs-item-body{display:flex;flex-direction:column;justify-content:center;padding:6px 4px}.cs-item-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.cs-item-title{font-size:25px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.3;margin-bottom:12px}.cs-item-summary{font-size:16.5px;color:var(--dark);line-height:1.65;margin-bottom:18px}.cs-item-stats{display:flex;flex-wrap:wrap;gap:28px;margin-bottom:18px}.cs-item-stat-num{font-size:22px;font-weight:700;font-variation-settings:'wght' 700;color:var(--accent);line-height:1.2}.cs-item-stat-label{font-size:13.5px;color:#6B7280}.cs-item-cta{font-size:16px;font-weight:700;color:var(--accent);transition:color 0.2s ease}.cs-item:hover .cs-item-cta{color:var(--primary)}.cs-detail-hero{padding:130px 0 60px;background:var(--white)}.cs-breadcrumb{font-size:14px;color:#6B7280;margin-bottom:18px}.cs-breadcrumb a{color:var(--accent);text-decoration:none;font-weight:600}.cs-breadcrumb a:hover{color:var(--primary);text-decoration:underline}.cs-detail-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.cs-detail-title{font-size:48px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.2;margin-bottom:20px;max-width:900px}.cs-detail-standfirst{font-size:20px;color:var(--dark);line-height:1.7;max-width:820px}.cs-anon-note{display:flex;gap:10px;align-items:flex-start;max-width:820px;margin-top:26px;padding:14px 18px;border-left:3px solid var(--amber);background:var(--amber-soft);border-radius:0 8px 8px 0;font-size:14.5px;color:var(--dark);line-height:1.6}.cs-band{background:linear-gradient(135deg,var(--primary) 0%,#14207A 50%,#0E2E8F 100%);padding:56px 0}.cs-band-title{font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#9DC4FF;text-align:center;margin-bottom:36px}.cs-band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cs-band-grid--3{grid-template-columns:repeat(3,1fr)}.cs-band-item{text-align:center;padding:0 12px}.cs-band-num{font-size:46px;font-weight:700;font-variation-settings:'wght' 700;color:var(--amber);line-height:1;margin-bottom:10px}.cs-band-label{font-size:15.5px;color:var(--white);font-weight:600;line-height:1.4;margin-bottom:6px}.cs-band-sub{font-size:13.5px;color:rgb(255 255 255 / .7);line-height:1.5}.cs-block{padding:80px 0;background:var(--white)}.cs-block--alt{background:var(--light)}.cs-block-head{max-width:820px;margin-bottom:36px}.cs-block-label{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:14px}.cs-block-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgb(30 144 255 / .12);font-size:12.5px;letter-spacing:0}.cs-block-title{font-size:38px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);line-height:1.25}.cs-prose{max-width:820px}.cs-prose p{font-size:17.5px;color:var(--dark);line-height:1.75;margin-bottom:18px}.cs-prose p:last-child{margin-bottom:0}.cs-prose strong,.cs-worklist strong{color:var(--primary);font-weight:700;font-variation-settings:'wght' 700}.cs-fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.cs-fact{background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:26px 24px;transition:all 0.3s ease}.cs-block--alt .cs-fact{background:var(--white)}.cs-fact:hover{border-color:var(--accent);box-shadow:0 8px 24px rgb(30 144 255 / .14)}.cs-fact-num{font-size:34px;font-weight:700;font-variation-settings:'wght' 700;color:var(--accent);line-height:1;margin-bottom:10px}.cs-fact-label{font-size:15.5px;color:var(--dark);line-height:1.55}.cs-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.cs-tier{background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:12px;padding:28px 26px;border-top:4px solid var(--accent)}.cs-tier--l2{border-top-color:#5AA9FF}.cs-tier--l3{border-top-color:var(--amber)}.cs-tier-tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--accent);background:rgb(30 144 255 / .12);padding:4px 12px;border-radius:99px;margin-bottom:14px}.cs-tier--l3 .cs-tier-tag{color:var(--amber-dark);background:var(--amber-soft)}.cs-tier-title{font-size:19px;font-weight:700;font-variation-settings:'wght' 700;color:var(--primary);margin-bottom:10px}.cs-tier-text{font-size:15.5px;color:var(--dark);line-height:1.65}.cs-worklist{list-style:none;margin-top:32px;max-width:820px}.cs-worklist li{position:relative;padding-left:34px;margin-bottom:16px;font-size:17px;color:var(--dark);line-height:1.7}.cs-worklist li::before{content:'\2713';position:absolute;left:0;top:3px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgb(30 144 255 / .12);color:var(--accent);font-size:13px;font-weight:700}.cs-table-wrap{margin-top:40px;overflow-x:auto;border:2px solid rgb(30 144 255 / .2);border-radius:12px;background:var(--white)}.cs-table{width:100%;border-collapse:collapse;min-width:620px}.cs-table caption{caption-side:top;text-align:left;padding:20px 24px 0;font-size:15px;font-weight:600;color:var(--primary)}.cs-table th,.cs-table td{padding:14px 24px;text-align:left;font-size:16px;border-bottom:1px solid rgb(30 144 255 / .14)}.cs-table thead th{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--primary);background:rgb(30 144 255 / .06)}.cs-table tbody th{font-weight:600;color:var(--dark)}.cs-table td{color:var(--dark);font-variant-numeric:tabular-nums}.cs-table .cs-td-growth{color:var(--accent);font-weight:700}.cs-table tbody tr:last-child th,.cs-table tbody tr:last-child td{border-bottom:none}.cs-source{font-size:13.5px;color:#6B7280;margin-top:14px;line-height:1.6}.cs-callout{max-width:820px;margin-top:40px;padding:28px 32px;background:linear-gradient(135deg,rgb(30 144 255 / .08) 0%,rgb(0 0 128 / .05) 100%);border-left:4px solid var(--accent);border-radius:0 12px 12px 0}.cs-callout p{font-size:19px;color:var(--primary);font-weight:500;line-height:1.6;margin:0}.cs-quote{position:relative;max-width:820px;margin:48px 0 0;padding:36px 40px 32px;background:var(--white);border:2px solid rgb(30 144 255 / .2);border-radius:16px;box-shadow:0 4px 16px rgb(30 144 255 / .08)}.cs-quote-mark{position:absolute;top:6px;left:24px;font-size:74px;line-height:1;color:var(--amber);opacity:.45;font-weight:700}.cs-quote-text{position:relative;font-size:19.5px;line-height:1.65;color:var(--primary);font-weight:500;margin:0 0 20px}.cs-quote-author{font-size:15px;color:#6B7280;line-height:1.5}.cs-quote-author strong{display:block;color:var(--dark);font-weight:700;font-variation-settings:'wght' 700}.cs-compare{max-width:820px;margin-top:40px;display:flex;flex-direction:column;gap:16px}.cs-compare-row{display:grid;grid-template-columns:170px 1fr 84px;gap:16px;align-items:center}.cs-compare-name{font-size:15.5px;color:var(--dark);font-weight:600}.cs-compare-row--self .cs-compare-name{color:var(--primary);font-weight:700}.cs-compare-track{height:14px;background:rgb(0 0 128 / .07);border-radius:99px;overflow:hidden}.cs-compare-fill{display:block;height:100%;border-radius:99px;background:rgb(30 144 255 / .35)}.cs-compare-row--self .cs-compare-fill{background:linear-gradient(90deg,var(--amber) 0%,#FBBF45 100%)}.cs-compare-row--down .cs-compare-fill{background:rgb(51 51 51 / .22)}.cs-compare-val{font-size:15.5px;font-weight:700;color:var(--dark);text-align:right;font-variant-numeric:tabular-nums}.cs-compare-row--self .cs-compare-val{color:var(--amber-dark)}.cs-detail-cta{background:linear-gradient(135deg,var(--primary) 0%,#14207A 50%,#0E2E8F 100%);text-align:center}.cs-detail-cta-title{font-size:38px;font-weight:700;font-variation-settings:'wght' 700;color:var(--white);margin-bottom:16px}.cs-detail-cta-sub{font-size:18px;color:rgb(255 255 255 / .82);line-height:1.7;max-width:600px;margin:0 auto 32px}.cs-detail-cta .hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width:900px){.cs-item{grid-template-columns:1fr;gap:22px}.cs-thumb{min-height:150px}.cs-band-grid{grid-template-columns:repeat(2,1fr);gap:32px 16px}.cs-fact-grid,.cs-tier-grid{grid-template-columns:1fr}}@media (max-width:768px){.cs-hero{padding:120px 0 40px}.cs-hero-title{font-size:36px}.cs-detail-hero{padding:110px 0 44px}.cs-detail-title{font-size:33px}.cs-detail-standfirst{font-size:18px}.cs-block{padding:56px 0}.cs-block-title,.cs-detail-cta-title{font-size:28px}.cs-item-title{font-size:21px}.cs-thumb-stat{font-size:48px}.cs-band-num{font-size:38px}.cs-compare-row{grid-template-columns:130px 1fr 70px;gap:12px}.cs-callout p{font-size:17px}.cs-quote{padding:30px 24px 26px}.cs-quote-mark{left:16px;font-size:58px}.cs-quote-text{font-size:17.5px}}@media (max-width:480px){.cs-hero-title{font-size:30px}.cs-detail-title{font-size:27px}.cs-band-grid{grid-template-columns:1fr}.cs-item{padding:18px}.cs-compare-row{grid-template-columns:1fr;gap:4px}.cs-compare-val{text-align:left}}