*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fffeff;--off-white:#fcf8f8;--ink:#001219;--ink-light:#3d5a62;--accent:#216869;--accent-gold:#ffd166;--accent-dim:#e8f2f2;--border:#e0dcdc;--font-head:"Cormorant Garamond",Georgia,serif;--font-body:"DM Sans",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;justify-content:space-between;align-items:center;height:68px;padding:0 5%;display:flex;position:sticky;top:0}.nav-logo{font-family:var(--font-head);letter-spacing:.06em;color:var(--ink);align-items:center;gap:.55rem;font-size:1.1rem;font-weight:600;display:flex}.nav-logo img{width:40px}.nav-logo-mark{object-fit:contain;border-radius:4px;width:32px;height:32px}.nav-logo span{color:var(--accent)}.nav-links{color:var(--ink-light);gap:2.2rem;font-size:.88rem;font-weight:400;list-style:none;display:flex}.nav-links a:hover{color:var(--ink)}.nav-cta{background:var(--ink);color:var(--white);font-family:var(--font-body);border-radius:4px;padding:.6rem 1.4rem;font-size:.84rem;font-weight:500;transition:background .2s}.nav-cta:hover{background:var(--accent)}.hero{background:var(--white);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:calc(100vh - 68px);padding:0 5%;display:grid}.hero-left{max-width:560px}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.6rem;padding:.35rem .9rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.hero-h1{font-family:var(--font-head);letter-spacing:-.01em;color:var(--ink);margin-bottom:1.4rem;font-size:clamp(2.8rem,5vw,4.4rem);font-weight:300;line-height:1.12}.hero-h1 em{color:var(--accent);font-style:italic}.hero-sub{color:var(--ink-light);max-width:440px;margin-bottom:2.4rem;font-size:1rem;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--accent);color:var(--white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:5px;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:background .2s,transform .15s}.btn-primary:hover{background:#184f50;transform:translateY(-1px)}.btn-secondary{color:var(--ink);border-bottom:1px solid var(--ink);align-items:center;gap:.4rem;padding-bottom:2px;font-size:.88rem;font-weight:500;transition:color .2s,border-color .2s;display:flex}.btn-secondary:hover{color:var(--accent);border-color:var(--accent)}.btn-secondary svg{transition:transform .2s}.btn-secondary:hover svg{transform:translate(3px)}.hero-trust{align-items:center;gap:2rem;display:flex}.trust-item{color:var(--ink-light);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.trust-item strong{color:var(--ink);font-size:1rem;font-weight:600}.trust-divider{background:var(--border);width:1px;height:28px}.hero-right{justify-content:center;align-items:center;display:flex}.calc-card{background:var(--off-white);border:1px solid var(--border);border-radius:16px;width:100%;max-width:420px;padding:2.4rem;box-shadow:0 4px 40px #0000000f}.calc-header{font-family:var(--font-head);color:var(--ink);margin-bottom:.4rem;font-size:1.3rem;font-weight:600}.calc-sub{color:var(--ink-light);margin-bottom:1.8rem;font-size:.82rem}.calc-field{margin-bottom:1.4rem}.calc-label{color:var(--ink-light);justify-content:space-between;margin-bottom:.5rem;font-size:.82rem;font-weight:500;display:flex}.calc-label span{color:var(--accent);font-weight:600}input[type=range]{background:linear-gradient(to right,var(--accent)var(--pct,37.5%),var(--border)var(--pct,37.5%));cursor:pointer;border-radius:4px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--white);border:2px solid var(--accent);border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #2168694d}.calc-input-wrap{position:relative}.calc-input-prefix{color:var(--ink-light);font-size:.9rem;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.calc-input-wrap input[type=number]{border:1px solid var(--border);background:var(--white);width:100%;font-family:var(--font-body);color:var(--ink);border-radius:6px;outline:none;padding:.7rem .9rem .7rem 1.6rem;font-size:.9rem;transition:border-color .2s}.calc-input-wrap input[type=number]:focus{border-color:var(--accent)}.calc-result{background:var(--ink);text-align:center;border-radius:10px;margin-top:1.6rem;padding:1.4rem}.calc-result-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:.3rem;font-size:.75rem;font-weight:500}.calc-result-value{font-family:var(--font-head);color:var(--accent-gold);letter-spacing:-.01em;font-size:2.4rem;font-weight:600}.calc-result-sub{color:#ffffff80;margin-top:.3rem;font-size:.78rem}.calc-cta-sm{background:var(--accent);width:100%;color:var(--white);text-align:center;border-radius:6px;margin-top:1rem;padding:.75rem;font-size:.85rem;font-weight:600;transition:background .2s;display:block}.calc-cta-sm:hover{background:#184f50}.strip{background:var(--off-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.4rem 5%;overflow:hidden}.strip-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-light);text-align:center;margin-bottom:1rem;font-size:.73rem;font-weight:500}.strip-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.strip-logo-item{color:#ababab;letter-spacing:.04em;font-size:.82rem;font-weight:500}.section{padding:100px 5%}.section-alt{background:var(--off-white)}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;font-size:.75rem;font-weight:500}.section-title{font-family:var(--font-head);color:var(--ink);max-width:520px;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.9rem);font-weight:300;line-height:1.2}.section-title em{color:var(--accent);font-style:italic}.section-subtitle{color:var(--ink-light);max-width:480px;margin-bottom:3rem;font-size:.97rem;line-height:1.75}.how-card:hover{border-color:var(--accent);box-shadow:0 8px 32px #00000012}.how-number{font-family:var(--font-head);color:var(--accent);margin-bottom:1rem;font-size:2.6rem;font-weight:600;line-height:1}.service-link{color:var(--accent);align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;display:flex}.stats-band{background:var(--accent);grid-template-columns:repeat(4,1fr);gap:2rem;padding:60px 5%;display:grid}.stat-item{text-align:center}.stat-value span{color:var(--accent-gold);font-style:italic}.stat-label{color:#fff9;font-size:.82rem}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.8rem}.stars{color:#f5a623;margin-bottom:1rem;font-size:.85rem}.testimonial-quote{font-family:var(--font-head);color:var(--ink);margin-bottom:1.4rem;font-size:1.05rem;font-style:italic;font-weight:400;line-height:1.6}.cta-title{font-family:var(--font-head);color:var(--white);max-width:640px;margin:0 auto 1rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:300;line-height:1.15}.cta-sub{color:#ffffff80;max-width:440px;margin:0 auto 2.5rem;font-size:.97rem}.btn-white{background:var(--accent-gold);color:var(--ink);font-family:var(--font-body);cursor:pointer;border:none;border-radius:5px;padding:.9rem 2.2rem;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .2s,opacity .2s;display:inline-block}footer{background:var(--ink);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:24px 5%;display:flex}.footer-logo-wrap{align-items:center;gap:.7rem;display:flex}.footer-logo-img{object-fit:contain;opacity:.9;border-radius:4px;width:32px;height:32px}.footer-wordmark{font-family:var(--font-head);letter-spacing:.06em;color:#ffffffb3;font-size:.95rem;font-weight:600}.footer-links{flex-wrap:wrap;gap:1.8rem;list-style:none;display:flex}.footer-right{align-items:center;gap:1.4rem;display:flex}.footer-social{gap:.7rem;display:flex}.footer-social a{color:#ffffff59;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;transition:border-color .2s,color .2s;display:flex}.footer-social a:hover{border-color:var(--accent-gold);color:var(--accent-gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{animation:.6s .1s both fadeUp}.hero-h1{animation:.6s .2s both fadeUp}.hero-sub{animation:.6s .3s both fadeUp}.hero-actions{animation:.6s .4s both fadeUp}.hero-trust{animation:.6s .5s both fadeUp}.calc-card{animation:.7s .35s both fadeUp}.logo-strip{background:var(--off-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:40px 5%;overflow:hidden}.logo-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-light);margin-bottom:30px;font-size:.75rem}.carousel-track{gap:3rem;width:max-content;animation:30s linear infinite scroll;display:flex}.carousel-wrapper:hover .carousel-track{animation-play-state:paused}.carousel-item{opacity:.7;flex:none;justify-content:center;align-items:center;width:180px;height:80px;transition:transform .3s,opacity .3s;display:flex}.carousel-item img{object-fit:contain;max-width:100%;max-height:90px}.carousel-item:hover{opacity:1;transform:scale(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.how-section{background:var(--white);padding:120px 5%}.how-container{max-width:1200px;margin:0 auto}.how-header{max-width:600px}.how-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.how-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2.2rem;transition:all .3s;position:relative}.how-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.how-number{font-family:var(--font-head);color:var(--accent);margin-bottom:1.2rem;font-size:2.8rem;font-weight:600}.how-title{font-family:var(--font-head);color:var(--ink);margin-bottom:.8rem;font-size:1.25rem;font-weight:600}.how-desc{color:var(--ink-light);font-size:.9rem;line-height:1.7}.services-header{max-width:600px}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.8rem;margin-top:4rem;display:grid}.service-card{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:16px;padding:2rem;transition:all .3s}.service-icon{background:var(--accent-dim);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.3rem;font-size:1.4rem;display:flex}.service-title{font-family:var(--font-head);color:var(--ink);margin-bottom:.6rem;font-size:1.15rem;font-weight:600}.service-desc{color:var(--ink-light);margin-bottom:1rem;font-size:.88rem;line-height:1.65}.service-link{color:var(--accent);font-size:.85rem;font-weight:500;transition:transform .2s;display:inline-block}.service-card:hover .service-link{transform:translate(4px)}.services-footer{text-align:center;margin-top:3rem}.services-footer a{color:var(--accent);border-bottom:1px solid var(--accent-dim);padding-bottom:3px;font-size:.9rem;font-weight:500;transition:border-color .2s}.services-footer a:hover{border-color:var(--accent)}.stats-band{background:var(--accent);text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;padding:80px 5%;display:grid}.stat-item{position:relative}.stat-value{font-family:var(--font-head);color:var(--white);margin-bottom:.5rem;font-size:3rem;font-weight:600;line-height:1}.stat-value span{color:var(--accent-gold);margin-left:2px;font-style:italic}.stat-label{color:#fff9;letter-spacing:.02em;font-size:.85rem}.testimonials-section{background:var(--white);padding:120px 5%}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{max-width:600px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-top:4rem;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.testimonial-card:hover{border-color:var(--accent-dim);transform:translateY(-4px);box-shadow:0 14px 42px #0000000f}.stars{color:#f5a623;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem}.testimonial-quote{font-family:var(--font-head);color:var(--ink);margin-bottom:1.6rem;font-size:1.05rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:.9rem;display:flex}.author-avatar{background:var(--accent-dim);width:42px;height:42px;font-family:var(--font-head);color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.author-name{color:var(--ink);font-size:.9rem;font-weight:600}.author-role{color:var(--ink-light);font-size:.8rem}.cta-section{background:var(--ink);text-align:center;padding:120px 5%}.cta-container{max-width:700px;margin:0 auto}.cta-section .section-eyebrow{color:#fff6;letter-spacing:.14em}.cta-title{font-family:var(--font-head);color:var(--white);margin:1rem 0;font-size:clamp(2rem,4vw,3.4rem);font-weight:300;line-height:1.15}.cta-title em{color:var(--accent-gold);font-style:italic}.cta-sub{color:#fff9;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.btn-white{background:var(--accent-gold);color:var(--ink);border-radius:6px;padding:1rem 2.4rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-block}.btn-white:hover{opacity:.95;transform:translateY(-3px);box-shadow:0 12px 40px #ffd16659}.footer{background:var(--ink);border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:40px 5%;display:flex}.footer-logo{font-family:var(--font-head);letter-spacing:.06em;color:#ffffffb3;font-weight:600}.footer-links{gap:2rem;list-style:none;display:flex}.footer-links a{color:#ffffff80;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:#ffffffd9}.footer-copy{color:#ffffff59;font-size:.8rem}.nav-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-menu-toggle span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-menu-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-menu-toggle.open span:nth-child(2){opacity:0}.nav-menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.desktop-only{display:flex}.nav-mobile{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:99;background:#fffffffa;flex-direction:column;gap:0;padding:1rem 5%;list-style:none;display:none;position:fixed;top:68px;left:0;right:0}.nav-mobile.open{display:flex}.nav-mobile li a{color:var(--ink-light);border-bottom:1px solid var(--border);padding:.85rem 0;font-size:.95rem;font-weight:400;transition:color .2s;display:block}.nav-mobile li:last-child a{border-bottom:none}.nav-mobile li a:hover{color:var(--ink)}.nav-mobile li a.active{color:var(--accent);font-weight:500}.mobile-cta{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.nav-cta-mobile{background:var(--ink);color:#fff;font-family:var(--font-body);text-align:center;border-radius:5px;padding:.85rem 1.5rem;font-size:.9rem;font-weight:500;transition:background .2s;display:block}.nav-cta-mobile:hover{color:#fff;background:#1a1a1a}@media (max-width:1024px){.how-grid,.testimonials-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.stats-band{grid-template-columns:repeat(2,1fr);gap:2rem;padding:60px 5%}.how-section,.services-section,.testimonials-section,.cta-section{padding:90px 5%}}@media (max-width:768px){.nav-links,.desktop-only{display:none!important}.nav-menu-toggle{display:flex}.hero{grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding-top:3rem;padding-bottom:3rem}.hero-left{max-width:100%}.hero-right{width:100%}.calc-card{max-width:100%}.hero-trust{flex-wrap:wrap;gap:1rem}.section{padding:60px 5%}.how-section,.services-section,.testimonials-section,.cta-section{padding:70px 5%}.how-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.2rem}.stats-band{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:50px 5%}.stat-value{font-size:2.4rem}.carousel-wrapper:before,.carousel-wrapper:after{width:60px}.carousel-item{width:130px;height:60px}.carousel-item img{max-height:50px}.footer,footer{text-align:center;justify-content:center}.footer-links{display:none}}@media (max-width:480px){.nav{height:60px;padding:0 4%}.nav-logo{font-size:.95rem}.nav-logo img{width:32px}.hero{gap:2rem;padding:2rem 4%}.hero-h1{font-size:clamp(2.2rem,8vw,3rem)}.hero-sub{font-size:.93rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-primary{text-align:center;width:100%}.hero-trust{gap:.75rem}.trust-divider{display:none}.calc-card{padding:1.6rem}.section{padding:50px 4%}.how-section,.services-section,.testimonials-section{padding:55px 4%}.cta-section{padding:60px 4%}.section-title{font-size:clamp(1.7rem,7vw,2.3rem)}.stats-band{grid-template-columns:1fr;gap:1.2rem;padding:40px 4%}.stat-value{font-size:2rem}.logo-strip{padding:30px 4%}.how-card,.service-card,.testimonial-card{padding:1.5rem}.cta-title{font-size:clamp(1.8rem,7vw,2.5rem)}.btn-white{padding:.85rem 1.8rem;font-size:.9rem}.footer{flex-direction:column;align-items:center;gap:1rem;padding:30px 4%}}.services-page-hero{background:var(--ink);text-align:center;padding:5rem 5% 4.5rem}.page-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-gold);align-items:center;gap:.5rem;margin-bottom:1.4rem;font-size:.78rem;font-weight:500;display:inline-flex}.page-eyebrow:before,.page-eyebrow:after{content:"";background:var(--accent-gold);width:28px;height:1px}.page-h1{font-family:var(--font-head);color:var(--white);margin-bottom:1.2rem;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:300;line-height:1.1}.page-h1 em{color:var(--accent-gold);font-style:italic}.page-sub{color:#fff9;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.75}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;font-size:.75rem;font-weight:500}.section-h2{font-family:var(--font-head);color:var(--ink);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.15}.section-h2 em{color:var(--accent);font-style:italic}.section-intro{color:var(--ink-light);max-width:560px;font-size:1rem;line-height:1.75}.services-section{background:var(--white);padding:5.5rem 5%}.services-container{max-width:1200px;margin:0 auto}.services-header{max-width:640px;margin-bottom:3.5rem}.full-services-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.service-card{background:var(--off-white);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--accent);width:3px;height:0;transition:height .3s;position:absolute;top:0;left:0}.service-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 32px #2168691a}.service-card:hover:before{height:100%}.service-icon{background:var(--accent-dim);width:40px;height:40px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.service-icon svg{width:20px;height:20px}.service-name{font-family:var(--font-head);color:var(--ink);margin-bottom:.55rem;font-size:1.25rem;font-weight:600}.service-desc{color:var(--ink-light);font-size:.875rem;line-height:1.7}.service-tags{flex-wrap:wrap;gap:.4rem;margin-top:1.2rem;display:flex}.service-tag{letter-spacing:.04em;color:var(--accent);background:var(--accent-dim);border-radius:100px;padding:.2rem .6rem;font-size:.72rem;font-weight:500}.value-band{background:var(--ink);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.value-item{border-right:1px solid #ffffff12;padding:3.5rem 3rem}.value-item:last-child{border-right:none}.value-num{font-family:var(--font-head);color:var(--accent-gold);margin-bottom:.5rem;font-size:3.2rem;font-weight:300;line-height:1}.value-label{color:var(--white);margin-bottom:.4rem;font-size:.95rem;font-weight:500}.value-desc{color:#ffffff73;font-size:.85rem;line-height:1.6}.how-section.services-process{background:var(--off-white)}.step-items{margin-top:1rem;padding:0;list-style:none}.step-items li{color:var(--ink-light);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.3rem 0;font-size:.83rem;display:flex}.step-items li:last-child{border-bottom:none}.step-items li:before{content:"→";color:var(--accent);flex-shrink:0;font-size:.8rem}.cases-section{background:var(--white);padding:5.5rem 5%}.cases-container{max-width:1200px;margin:0 auto}.cases-header{max-width:600px;margin-bottom:4rem}.case-featured{background:var(--ink);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:2rem;padding:3rem;display:grid}.case-featured-content{max-width:480px}.case-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-gold);background:#ffd1661f;border-radius:100px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.7rem;font-weight:500;display:inline-block}.case-h3{font-family:var(--font-head);color:var(--white);margin-bottom:.6rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:300;line-height:1.2}.case-h3 em{color:var(--accent-gold);font-style:italic}.case-client{color:#ffffff73;margin-bottom:1.4rem;font-size:.85rem}.case-client strong{color:#ffffffbf;font-weight:500}.case-body{color:#fff9;font-size:.9rem;line-height:1.8}.case-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.case-stat{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:1.4rem}.case-stat-val{font-family:var(--font-head);color:var(--accent-gold);margin-bottom:.3rem;font-size:2rem;font-weight:300;line-height:1}.case-stat-label{color:#ffffff73;font-size:.78rem;line-height:1.4}.cases-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2rem;display:grid}.case-card{background:var(--ink);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:2.4rem 2rem;transition:border-color .2s,transform .2s;display:flex}.case-card:hover{border-color:#ffd1664d;transform:translateY(-3px)}.case-card .case-tag{color:var(--accent-gold);background:#ffd1661f;margin-bottom:1rem}.case-card .case-h3{margin-bottom:.4rem;font-size:1.35rem}.case-card .case-client{color:#fff6;margin-bottom:1rem;font-size:.83rem}.case-card .case-body{color:#ffffff8c;flex:1;margin-bottom:1.4rem;font-size:.85rem;line-height:1.75}.case-outcome{color:#ffd166bf;border-top:1px solid #ffffff14;padding-top:1rem;font-size:.8rem;font-weight:500;line-height:1.6}.industry-strip{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3.5rem;display:grid}.industry-card{border:1px solid var(--border);background:var(--white);border-radius:10px;padding:1.6rem}.industry-name{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.3rem;font-size:.8rem;font-weight:600}.industry-sub{color:var(--accent);margin-bottom:.8rem;font-size:.8rem;font-style:italic}.industry-result{color:var(--ink-light);font-size:.82rem;line-height:1.65}.industry-result strong{color:var(--ink);font-weight:500}.cta-section.cta-dark{background:var(--ink);text-align:center;padding:5rem 5%}.cta-section.cta-dark .section-eyebrow{color:#ffd166b3}.cta-h2{font-family:var(--font-head);color:var(--white);margin-bottom:1.2rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:300;line-height:1.15}.cta-h2 em{color:var(--accent-gold);font-style:italic}.cta-sub{color:#ffffff80;max-width:480px;margin-bottom:2.4rem;margin-left:auto;margin-right:auto;font-size:1rem}.btn-gold{background:var(--accent-gold);color:var(--ink);border-radius:5px;padding:.9rem 2.2rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-block}.btn-gold:hover{opacity:.88;transform:translateY(-1px)}.nav-links a.active{color:var(--accent);font-weight:500}.pricing-section{background:var(--off-white);text-align:center;padding:5.5rem 5%}.pricing-section .pricing-header{max-width:640px;margin:0 auto 3.5rem}.toggle-container{flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:3rem;display:flex}.toggle-group{flex-direction:column;align-items:center;gap:.75rem;display:flex}.toggle-label{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:600}.toggle{background:var(--white);border-radius:8px;gap:.25rem;padding:.25rem;display:inline-flex;box-shadow:0 2px 8px #0000000f}.toggle-option{cursor:pointer;color:var(--ink);white-space:nowrap;font-size:.8rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-radius:6px;flex-direction:column;align-items:center;gap:.15rem;padding:.6rem 1.2rem;transition:all .2s;display:flex}.toggle-option:hover{background:var(--off-white)}.toggle-option.active{background:var(--accent);color:var(--white)}.toggle-option .discount{opacity:.85;font-size:.65rem;font-weight:400;display:block}.tiers-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;margin-bottom:2rem;display:grid}.tier-card{background:var(--white);border:2px solid var(--border);text-align:left;border-radius:12px;flex-direction:column;min-height:100%;padding:2rem;transition:all .3s;display:flex;position:relative}.tier-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 24px #2168691a}.tier-card.recommended{border-color:var(--accent);border-width:3px}.tier-badge{background:var(--accent);color:var(--white);letter-spacing:.08em;border-radius:20px;padding:.35rem 1rem;font-size:.7rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.tier-name{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.tier-title{font-family:var(--font-head);color:var(--ink);margin-bottom:.75rem;font-size:1.75rem;font-weight:400}.tier-description{color:var(--ink-light);margin-bottom:1.5rem;font-size:.88rem;line-height:1.65}.tier-price{margin-bottom:1.5rem}.price-amount{font-family:var(--font-head);color:var(--ink);font-size:2.6rem;font-weight:400}.price-period{color:var(--ink-light);font-size:.9rem}.tier-features{margin-bottom:1.5rem;padding:0;list-style:none}.tier-features li{color:var(--ink-light);align-items:flex-start;gap:.6rem;padding:.5rem 0;font-size:.85rem;display:flex}.tier-features li:before{content:"✓";color:var(--accent);font-size:1rem;font-weight:600}.tier-cta{background:var(--accent);width:100%;color:var(--white);cursor:pointer;font-size:.88rem;font-weight:500;font-family:var(--font-body);border:none;border-radius:5px;flex-direction:column;gap:.25rem;margin-top:auto;padding:.85rem 1.5rem;transition:all .2s;display:flex}.tier-cta:hover{background:var(--ink)}.button-amount{opacity:.9;font-size:.75rem;font-weight:400}.tier-cta.secondary{color:var(--accent);border:2px solid var(--accent);background:0 0}.tier-cta.secondary:hover{background:var(--accent);color:var(--white)}.expand-toggle{width:100%;color:var(--accent);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;transition:opacity .2s;display:flex}.expand-toggle:hover{opacity:.7}.tier-details{opacity:0;max-height:0;transition:max-height .4s ease-out;overflow:hidden}.tier-details.expanded{opacity:1;max-height:2000px}.detail-section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.detail-section h4{color:var(--ink);font-size:.9rem;font-weight:600;font-family:var(--font-body);margin-bottom:.75rem}.detail-section ul{margin:0;padding:0;list-style:none}.detail-section li{color:var(--ink-light);padding:.35rem 0 .35rem 1.2rem;font-size:.8rem;position:relative}.detail-section li:before{content:"•";color:var(--accent);position:absolute;left:0}@media (max-width:1024px){.full-services-grid{grid-template-columns:repeat(2,1fr)}.tiers-grid,.value-band{grid-template-columns:1fr}.value-item{border-bottom:1px solid #ffffff12;border-right:none}.cases-grid{grid-template-columns:repeat(2,1fr)}.case-card{padding:2rem 1.6rem}.industry-strip{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.services-page-hero{padding:3.5rem 5% 3rem}.services-section,.cases-section,.pricing-section{padding:3.5rem 5%}.full-services-grid,.tiers-grid{grid-template-columns:1fr}.toggle-container{flex-direction:column;gap:1.5rem}.case-featured,.cases-grid,.industry-strip,.how-grid{grid-template-columns:1fr}.footer-links{display:none}footer{justify-content:space-between}}@media (max-width:480px){.services-page-hero{padding:2.5rem 4% 2rem}.services-section,.cases-section{padding:3rem 4%}.value-item{padding:2.5rem 1.5rem}.case-featured{padding:2rem}.case-stats{grid-template-columns:1fr}.page-h1{font-size:clamp(2.2rem,8vw,3rem)}.section-h2{font-size:clamp(1.7rem,7vw,2.3rem)}}
