*{margin:0;padding:0;box-sizing:border-box;}
:root{
  --teal:#1BB5D8;--teal-dark:#1599B8;--teal-light:#E7F6FB;
  --navy:#0F172A;--black:#0F172A;--grey:#F8FAFC;--mid:#64748B;--white:#fff;--bg:#FFFFFF;
  --shadow:0 10px 40px rgba(15,23,42,.06);
}
html{scroll-behavior:smooth;}
body{font-family:'Montserrat',sans-serif;color:var(--black);background:var(--bg);overflow-x:hidden;}
h1,h2,h3,h4{font-family:'Libre Baskerville',serif;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;}
.page{display:none;animation:fadeIn .35s ease;}
.page.active{display:block;}
@keyframes fadeIn{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:translateY(0);}}

/* ── NAV ── */
nav{position:sticky;top:0;z-index:200;background:var(--white);border-bottom:1px solid #eee;padding:0 5%;}
.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:76px;}
.nav-logo{display:flex;align-items:center;gap:10px;cursor:pointer;}
.nav-logo-img{height:44px;width:auto;display:block;}
.nav-links{display:flex;align-items:center;gap:4px;}
.nav-links button{background:none;border:none;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:600;color:var(--mid);padding:8px 14px;border-radius:6px;cursor:pointer;transition:.2s;}
.nav-links button:hover,.nav-links button.active{color:var(--teal);}
.nav-cta{background:var(--teal);color:var(--white)!important;border-radius:25px!important;padding:8px 20px!important;}
.nav-cta:hover{background:var(--teal-dark)!important;color:var(--white)!important;}
.nav-mob{display:none;background:none;border:none;cursor:pointer;padding:8px;}
.hamburger{display:flex;flex-direction:column;gap:5px;}
.hamburger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px;transition:.3s;}
.mob-menu{display:none;position:fixed;inset:0;z-index:300;flex-direction:column;padding:22px 26px 40px;background:var(--white);overflow-y:auto;}
.mob-menu.open{display:flex;animation:mobIn .26s ease;}
@keyframes mobIn{from{opacity:0;transform:translateX(6%);}to{opacity:1;transform:translateX(0);}}
.mob-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;}
.mob-head .mob-logo{height:38px;width:auto;}
.mob-close{background:none;border:none;color:var(--navy);font-size:36px;line-height:1;cursor:pointer;padding:0 4px;}
.mob-links{display:flex;flex-direction:column;}
.mob-links a{font-family:'Libre Baskerville',serif;font-size:23px;color:var(--navy);padding:14px 0;border-bottom:1px solid #eef2f7;text-decoration:none;transition:.2s;}
.mob-links a:hover,.mob-links a:active{color:var(--teal);}
.mob-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin:26px 0 6px;}
.mob-sublinks{display:flex;flex-direction:column;}
.mob-sublinks a{font-size:15px;color:var(--mid);padding:9px 0;text-decoration:none;transition:.2s;}
.mob-sublinks a:hover{color:var(--teal);}
.mob-cta-btn{display:block;text-align:center;background:var(--teal);color:#fff;font-weight:700;font-size:15px;padding:15px;border-radius:30px;margin-top:30px;text-decoration:none;transition:.2s;}
.mob-cta-btn:hover{background:var(--teal-dark);}
.mob-contact{display:flex;flex-direction:column;gap:7px;margin-top:26px;}
.mob-contact a{font-size:13px;color:var(--mid);text-decoration:none;}
.mob-contact a:hover{color:var(--teal);}

/* ── UTILS ── */
.container{max-width:1100px;margin:0 auto;padding:0 5%;}
.section{padding:80px 5%;}
.section-inner{max-width:1100px;margin:0 auto;}
.label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:12px;}
.divider{width:48px;height:4px;background:var(--teal);border-radius:2px;margin:14px 0 24px;}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:30px;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;cursor:pointer;border:none;transition:.2s;letter-spacing:.3px;}
.btn-primary{background:var(--teal);color:var(--white);}
.btn-primary:hover{background:var(--teal-dark);}
.btn-outline{background:transparent;color:var(--teal);border:2px solid var(--teal);}
.btn-outline:hover{background:var(--teal);color:var(--white);}
.btn-white{background:var(--white);color:var(--teal);}
.btn-white:hover{background:var(--teal-light);}
.tag{display:inline-block;background:var(--teal-light);color:var(--teal-dark);font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px;}

/* ── ICON TILES ── */
.icon-tile{width:46px;height:46px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;}
.icon-tile svg{width:23px;height:23px;}
.it-teal{background:var(--teal);}
.it-navy{background:#21466e;}
.it-coral{background:#FF7A59;}
.it-amber{background:#F2A33C;}
.it-green{background:#22B07D;}
.it-purple{background:#6C5CE7;}
.si-icon svg{width:20px;height:20px;color:var(--teal);}
.cm-icon svg{width:21px;height:21px;color:#fff;}
.fc-ico svg{width:17px;height:17px;}
.insight-cover svg{width:40px;height:40px;color:#fff;}
.mb-ico svg{width:24px;height:24px;color:var(--teal);}
.btn svg,.sc-btn svg,.form-submit svg{width:17px;height:17px;}

/* ── HOME: HERO ── */
.hero{background:linear-gradient(105deg,rgba(16,18,20,.94) 0%,rgba(16,18,20,.88) 48%,rgba(16,18,20,.72) 100%),url('hero.jpg') center/cover no-repeat var(--black);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:80px 5%;}
.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%;}
.hero-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;}
.hero h1{font-size:clamp(32px,4vw,52px);color:var(--white);line-height:1.15;margin-bottom:24px;text-shadow:0 2px 24px rgba(0,0,0,.35);}
.hero h1 em{color:var(--teal);font-style:italic;}
.hero-sub{font-size:16px;color:#cfd2d4;line-height:1.8;margin-bottom:36px;font-weight:400;text-shadow:0 1px 12px rgba(0,0,0,.3);}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;}
.hero-visual{display:flex;flex-direction:column;gap:16px;}
.hero-card{background:rgba(20,24,28,.45);border:1px solid rgba(39,190,217,.28);border-radius:14px;padding:22px 24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);}
.hero-card .icon{font-size:24px;margin-bottom:10px;}
.hero-card h4{font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:var(--white);margin-bottom:6px;}
.hero-card p{font-size:12px;color:#999;line-height:1.6;}
.hero-card.featured{background:rgba(41,185,204,.12);border-color:var(--teal);}
.hero-wave{position:absolute;bottom:-2px;left:0;right:0;}

/* ── HOME: PAIN POINTS ── */
.pain{background:var(--bg);padding:80px 5%;}
.pain-inner{max-width:1100px;margin:0 auto;}
.pain h2{font-size:clamp(26px,3vw,38px);max-width:600px;margin-bottom:12px;line-height:1.3;}
.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:40px;}
.pain-item{border:1.5px solid #eee;border-radius:12px;padding:24px;transition:.2s;}
.pain-item:hover{border-color:var(--teal);box-shadow:var(--shadow);}
.pain-item .q{font-size:22px;margin-bottom:14px;}
.pain-item p{font-size:13px;color:var(--mid);line-height:1.7;font-style:italic;}

/* ── HOME: SERVICES OVERVIEW ── */
.services-overview{background:var(--grey);padding:80px 5%;}
.sov-inner{max-width:1100px;margin:0 auto;}
.sov-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:48px;}
.sov-card{background:var(--white);border-radius:16px;padding:36px;box-shadow:var(--shadow);position:relative;overflow:hidden;transition:.3s;}
.sov-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--teal);}
.sov-card:hover{transform:translateY(-4px);}
.sov-card h3{font-size:22px;margin-bottom:14px;line-height:1.3;}
.sov-card p{font-size:13px;color:var(--mid);line-height:1.8;margin-bottom:20px;}
.sov-list{list-style:none;margin-bottom:24px;}
.sov-list li{font-size:13px;padding:6px 0;border-bottom:1px solid var(--grey);color:var(--black);padding-left:18px;position:relative;}
.sov-list li::before{content:'→';position:absolute;left:0;color:var(--teal);font-size:12px;}

/* ── HOME: HOW WE WORK ── */
.process{background:var(--black);padding:80px 5%;}
.process-inner{max-width:1100px;margin:0 auto;}
.process-inner .label{color:var(--teal);}
.process h2{color:var(--white);font-size:clamp(26px,3vw,38px);margin-bottom:8px;}
.process-lead{font-size:14px;color:#aaa;line-height:1.8;max-width:620px;}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:48px;}
.process-step{position:relative;padding:28px 22px;background:rgba(255,255,255,.04);border:1px solid rgba(39,190,217,.22);border-radius:14px;transition:.2s;}
.process-step:hover{background:rgba(39,190,217,.08);border-color:var(--teal);transform:translateY(-4px);}
.process-step .step-num{width:44px;height:44px;background:var(--teal);color:var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Libre Baskerville',serif;font-weight:700;font-size:18px;margin-bottom:18px;}
.process-step h4{font-family:'Montserrat',sans-serif;font-size:15px;font-weight:700;color:var(--white);margin-bottom:8px;}
.process-step p{font-size:12.5px;color:#999;line-height:1.7;}

/* ── HOME: WHY ── */
.why{background:var(--bg);padding:80px 5%;}
.why-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.why-text h2{font-size:clamp(26px,3vw,38px);margin-bottom:16px;line-height:1.3;}
.why-text p{font-size:14px;color:var(--mid);line-height:1.9;margin-bottom:28px;}
.why-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.stat{background:var(--teal-light);border-radius:12px;padding:20px;}
.stat .num{font-family:'Libre Baskerville',serif;font-size:32px;color:var(--teal);font-weight:700;margin-bottom:4px;}
.stat .desc{font-size:12px;color:var(--mid);line-height:1.5;}
.why-pillars{display:flex;flex-direction:column;gap:16px;}
.pillar{display:flex;gap:16px;align-items:flex-start;padding:20px;border-radius:12px;background:var(--grey);}
.pillar .ico{width:44px;height:44px;min-width:44px;background:var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;}
.pillar h4{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;margin-bottom:4px;}
.pillar p{font-size:12px;color:var(--mid);line-height:1.6;}

/* ── HOME: TESTIMONIALS ── */
.testimonials{background:var(--black);padding:80px 5%;}
.test-inner{max-width:1100px;margin:0 auto;}
.test-inner h2{color:var(--white);font-size:clamp(26px,3vw,36px);margin-bottom:8px;}
.test-inner .divider{background:var(--teal);}
.test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px;}
.test-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:28px;}
.stars{color:var(--teal);font-size:16px;margin-bottom:14px;letter-spacing:2px;}
.test-card blockquote{font-family:'Libre Baskerville',serif;font-style:italic;font-size:14px;color:#ddd;line-height:1.8;margin-bottom:18px;}
.test-card .author{font-size:12px;font-weight:700;color:var(--white);}
.test-card .role{font-size:11px;color:var(--mid);margin-top:2px;}

/* ── HOME: CTA BAND ── */
.cta-band{background:var(--teal);padding:64px 5%;text-align:center;position:relative;overflow:hidden;}
.cta-band h2{font-size:clamp(24px,3vw,38px);color:var(--white);margin-bottom:14px;}
.cta-band p{font-size:15px;color:rgba(255,255,255,.85);margin-bottom:32px;line-height:1.7;max-width:580px;margin-left:auto;margin-right:auto;}
.cta-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;}

/* ── SERVICES PAGE ── */
.page-hero{background:linear-gradient(rgba(15,23,42,.9),rgba(15,23,42,.8)),url('hero2.jpg') center/cover no-repeat var(--navy);padding:80px 5% 60px;text-align:center;}
.page-hero .label{justify-content:center;}
.page-hero h1{font-size:clamp(30px,4vw,48px);color:var(--white);line-height:1.2;max-width:700px;margin:0 auto 16px;text-shadow:0 2px 22px rgba(0,0,0,.35);}
.page-hero p{font-size:15px;color:#cfd2d4;max-width:560px;margin:0 auto;line-height:1.8;}
.wave-sep{display:block;margin-top:-2px;}
.serv-section{padding:80px 5%;}
.serv-inner{max-width:1100px;margin:0 auto;}
.serv-block{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:80px;}
.serv-block:last-child{margin-bottom:0;}
.serv-block.reverse .serv-content{order:2;}
.serv-block.reverse .serv-detail{order:1;}
.serv-content h2{font-size:clamp(24px,2.5vw,34px);margin-bottom:14px;line-height:1.3;}
.serv-content p{font-size:14px;color:var(--mid);line-height:1.9;margin-bottom:20px;}
.serv-detail{background:var(--grey);border-radius:16px;padding:32px;}
.serv-detail h4{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;}
.serv-items{list-style:none;}
.serv-items li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #e8e8e8;}
.serv-items li:last-child{border-bottom:none;}
.serv-items .si-icon{font-size:18px;min-width:28px;}
.serv-items .si-text strong{display:block;font-size:13px;font-weight:700;margin-bottom:2px;}
.serv-items .si-text span{font-size:12px;color:var(--mid);line-height:1.5;}
.eor-highlight{background:var(--black);border-radius:16px;padding:32px;color:var(--white);}
.eor-highlight h4{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;font-family:'Montserrat',sans-serif;}
.eor-highlight li{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);list-style:none;font-size:13px;color:#ccc;}
.eor-highlight li:last-child{border-bottom:none;}
.eor-highlight li::before{content:"✓";color:var(--teal);font-weight:700;min-width:18px;}

/* ── ABOUT PAGE ── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 5%;}
.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.about-img{background:var(--teal-light);border-radius:20px;min-height:420px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.about-img-placeholder{text-align:center;padding:40px;}
.about-img-placeholder .big-icon{font-size:80px;margin-bottom:16px;}
.about-img-placeholder p{font-size:13px;color:var(--mid);font-style:italic;}
.about-text h2{font-size:clamp(26px,3vw,38px);margin-bottom:16px;line-height:1.3;}
.about-text p{font-size:14px;color:var(--mid);line-height:1.9;margin-bottom:16px;}
.about-text em{color:var(--teal-dark);font-style:italic;font-family:'Libre Baskerville',serif;}
.values{background:var(--grey);padding:80px 5%;}
.values-inner{max-width:1100px;margin:0 auto;}
.values h2{color:var(--navy);font-size:clamp(24px,2.5vw,34px);margin-bottom:8px;}
.val-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:40px;}
.val-card{background:#fff;border:1px solid #e6ebf0;box-shadow:0 6px 22px rgba(15,23,42,.05);border-radius:14px;padding:28px;transition:.2s;}
.val-card:hover{background:rgba(41,185,204,.1);}
.val-card .vi{font-size:28px;margin-bottom:14px;}
.val-card h4{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px;}
.val-card p{font-size:12px;color:var(--mid);line-height:1.6;}
.credentials{padding:80px 5%;background:var(--grey);}
.cred-inner{max-width:1100px;margin:0 auto;}
.cred-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:40px;}
.cred-item{background:var(--white);border-radius:12px;padding:24px;text-align:center;box-shadow:var(--shadow);}
.cred-item .ci{font-size:32px;margin-bottom:10px;}
.cred-item strong{display:block;font-family:'Libre Baskerville',serif;font-size:26px;color:var(--teal);margin-bottom:4px;}
.cred-item p{font-size:12px;color:var(--mid);}

/* ── CONTACT PAGE ── */
.contact-section{padding:80px 5%;}
.contact-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start;}
.contact-info h2{font-size:clamp(26px,3vw,36px);margin-bottom:12px;}
.contact-info p{font-size:14px;color:var(--mid);line-height:1.9;margin-bottom:32px;}
.contact-methods{display:flex;flex-direction:column;gap:16px;}
.contact-method{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--grey);border-radius:12px;}
.contact-method .cm-icon{width:44px;height:44px;background:var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;min-width:44px;}
.contact-method .cm-label{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--mid);margin-bottom:2px;}
.contact-method .cm-val{font-size:14px;font-weight:600;color:var(--black);}
.contact-form{background:var(--white);border-radius:16px;padding:36px;box-shadow:var(--shadow);}
.contact-form h3{font-size:20px;margin-bottom:6px;}
.contact-form .sub{font-size:13px;color:var(--mid);margin-bottom:28px;}
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--black);margin-bottom:8px;}
.form-group input,.form-group select,.form-group textarea{width:100%;font-family:'Montserrat',sans-serif;font-size:14px;padding:12px 16px;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;transition:.2s;background:var(--white);color:var(--black);}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(41,185,204,.12);}
.form-group textarea{resize:vertical;min-height:120px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-submit{width:100%;padding:15px;background:var(--teal);color:var(--white);border:none;border-radius:30px;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:.2s;margin-top:4px;}
.form-submit:hover{background:var(--teal-dark);}
.success-msg{display:none;background:#D4F5D4;border:1px solid #BBF7D0;border-radius:10px;padding:16px 20px;font-size:14px;color:#166534;margin-top:16px;text-align:center;}
.error-msg{display:none;background:#FDE2E1;border:1px solid #FBCFCB;border-radius:10px;padding:16px 20px;font-size:14px;color:#9B1C1C;margin-top:16px;text-align:center;}

/* ── FOOTER ── */
footer{background:var(--black);padding:72px 5% 28px;}
.footer-inner{max-width:1100px;margin:0 auto;}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:44px;margin-bottom:48px;}
.footer-logo-img{height:44px;width:auto;display:block;margin-bottom:18px;}
.footer-tagline{font-family:'Libre Baskerville',serif;font-style:italic;color:var(--teal);font-size:15px;line-height:1.6;max-width:280px;}
.footer-socials{display:flex;gap:10px;margin-top:24px;}
.footer-socials a{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:.2s;}
.footer-socials a:hover{background:var(--teal);border-color:var(--teal);transform:translateY(-2px);}
.footer-socials svg{width:17px;height:17px;fill:#bbb;transition:.2s;}
.footer-socials a:hover svg{fill:var(--white);}
.footer-col h5{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--white);margin-bottom:18px;}
.footer-col ul{list-style:none;}
.footer-col ul li{margin-bottom:11px;}
.footer-col ul li button{background:none;border:none;font-family:'Montserrat',sans-serif;font-size:13px;color:#9aa0a6;cursor:pointer;transition:.2s;text-align:left;padding:0;}
.footer-col ul li button:hover{color:var(--teal);}
.footer-col ul li a{font-size:13px;color:#9aa0a6;transition:.2s;}
.footer-col ul li a:hover{color:var(--teal);}
.footer-contact{list-style:none;}
.footer-contact li{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px;font-size:13px;color:#9aa0a6;line-height:1.55;}
.footer-contact li .fc-ico{color:var(--teal);min-width:20px;font-size:15px;margin-top:1px;}
.footer-contact li a,.footer-contact li button{font-family:'Montserrat',sans-serif;font-size:13px;color:#9aa0a6;transition:.2s;background:none;border:none;padding:0;text-align:left;cursor:pointer;}
.footer-contact li a:hover,.footer-contact li button:hover{color:var(--teal);}
.footer-hours{display:flex;gap:12px;align-items:flex-start;font-size:12.5px;color:#7e858c;line-height:1.7;margin-top:4px;}
.footer-hours .fc-ico{color:var(--teal);min-width:20px;font-size:15px;margin-top:1px;}
.footer-hours strong{color:#b9bec4;display:block;margin-bottom:3px;font-weight:600;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.footer-bottom p{font-size:12px;color:#666;}
.footer-legal{display:flex;gap:26px;flex-wrap:wrap;}
.footer-legal a{font-size:12px;color:#888;transition:.2s;}
.footer-legal a:hover{color:var(--teal);}

/* ── HOME: WHO WE SERVE ── */
.serve{background:var(--teal-light);padding:80px 5%;}
.serve-inner{max-width:1100px;margin:0 auto;}
.serve-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:44px;}
.serve-card{background:var(--white);border-radius:16px;padding:30px 26px;box-shadow:var(--shadow);transition:.25s;border-top:4px solid var(--teal);}
.serve-card:hover{transform:translateY(-4px);}
.serve-card .si{font-size:30px;margin-bottom:14px;}
.serve-card h4{font-family:'Libre Baskerville',serif;font-size:18px;margin-bottom:10px;line-height:1.3;}
.serve-card p{font-size:13px;color:var(--mid);line-height:1.7;}

/* ── CASE STUDIES (in testimonials section) ── */
.case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:40px;}
.case-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:28px;}
.case-tag{display:inline-block;background:rgba(39,190,217,.15);color:var(--teal);font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 12px;border-radius:20px;margin-bottom:18px;}
.case-row{margin-bottom:14px;}
.case-row .k{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--teal);margin-bottom:4px;}
.case-row .v{font-size:13px;color:#ccc;line-height:1.7;}

/* ── ABOUT: FOUNDER + TRUST ── */
.memberships{background:var(--white);padding:70px 5%;border-top:1px solid #f0f0f0;}
.memberships-inner{max-width:1100px;margin:0 auto;text-align:center;}
.mem-row{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px;}
.mem-badge{display:flex;align-items:center;gap:12px;background:var(--grey);border:1px solid #eee;border-radius:12px;padding:18px 24px;font-size:13px;font-weight:600;color:var(--black);text-align:left;}
.mem-badge .mb-ico{font-size:24px;}
.build-note{font-size:11.5px;color:var(--mid);font-style:italic;margin-top:22px;}

/* ── INSIGHTS PAGE ── */
.insights-section{padding:80px 5%;}
.insights-inner{max-width:1100px;margin:0 auto;}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px;}
.insight-card{background:var(--white);border:1px solid #eee;border-radius:16px;overflow:hidden;transition:.25s;}
.insight-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);}
.insight-cover{height:150px;background:linear-gradient(135deg,var(--teal),var(--teal-dark));display:flex;align-items:center;justify-content:center;font-size:40px;}
.insight-body{padding:22px 24px;}
.insight-body .date{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--teal);margin-bottom:8px;}
.insight-body h3{font-size:17px;line-height:1.4;margin-bottom:8px;}
.insight-body p{font-size:13px;color:var(--mid);line-height:1.7;}
.lead-magnet{background:var(--black);border-radius:20px;padding:48px;display:grid;grid-template-columns:1.1fr 1fr;gap:44px;align-items:center;margin-top:56px;}
.lead-magnet h3{color:var(--white);font-size:clamp(22px,2.5vw,30px);line-height:1.3;margin-bottom:12px;font-family:'Libre Baskerville',serif;}
.lead-magnet>div>p{font-size:14px;color:#aaa;line-height:1.8;}
.lm-points{list-style:none;margin:16px 0 0;}
.lm-points li{font-size:13px;color:#ccc;padding:6px 0 6px 24px;position:relative;}
.lm-points li::before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:700;}
.lead-form{display:flex;flex-direction:column;gap:12px;}
.lead-form input{width:100%;font-family:'Montserrat',sans-serif;font-size:14px;padding:13px 16px;border:1.5px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(255,255,255,.06);color:var(--white);outline:none;}
.lead-form input::placeholder{color:#888;}
.lead-form input:focus{border-color:var(--teal);}
.lead-form .form-submit{margin-top:0;}
.lead-success{display:none;font-size:13px;color:var(--teal);text-align:center;margin-top:4px;}

/* ── FAQ PAGE ── */
.faq-section{padding:80px 5%;}
.faq-inner{max-width:820px;margin:0 auto;}
.faq-item{background:var(--white);border:1px solid #e7edf2;border-radius:14px;margin-bottom:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s;}
.faq-item:hover{border-color:#d4e0e8;}
.faq-item[open]{border-color:var(--teal);box-shadow:0 12px 30px rgba(27,181,216,.10);}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 26px;font-family:'Libre Baskerville',serif;font-size:16px;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s;}
.faq-item summary:hover{color:var(--teal);}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';min-width:30px;height:30px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:20px;font-weight:400;line-height:1;transition:.25s;}
.faq-item[open] summary::after{transform:rotate(45deg);background:var(--teal);color:#fff;}
.faq-item .faq-a{padding:2px 26px 24px;font-size:14px;color:var(--mid);line-height:1.85;animation:faqIn .25s ease;}
@keyframes faqIn{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}

/* ── STICKY CTA BAR ── */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;gap:18px;padding:13px 56px 13px 5%;box-shadow:0 -4px 20px rgba(0,0,0,.12);transform:translateY(110%);transition:transform .35s ease;flex-wrap:wrap;}
.sticky-cta.show{transform:translateY(0);}
.sticky-cta p{font-size:13.5px;font-weight:600;}
.sticky-cta .sc-btns{display:flex;gap:10px;}
.sticky-cta .sc-btn{display:inline-flex;align-items:center;gap:7px;background:var(--white);color:var(--teal);font-size:12.5px;font-weight:700;padding:9px 18px;border-radius:25px;border:none;cursor:pointer;transition:.2s;}
.sticky-cta .sc-btn:hover{background:var(--teal-light);}
.sticky-cta .sc-btn.alt{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.6);}
.sticky-cta .sc-btn.alt:hover{background:rgba(255,255,255,.12);}
.sticky-cta .sc-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(255,255,255,.85);font-size:20px;cursor:pointer;line-height:1;}

/* ── READABILITY (larger type) ── */
.hero-sub{font-size:17px;}
.pain-item p{font-size:15px;}
.sov-card p{font-size:14.5px;}
.sov-list li{font-size:14px;}
.process-lead{font-size:15px;}
.process-step p{font-size:13.5px;}
.process-step h4{font-size:16px;}
.serve-card p{font-size:14.5px;}
.serve-card h4{font-size:19px;}
.why-text p{font-size:15.5px;}
.stat .desc{font-size:13px;}
.pillar h4{font-size:15px;}
.pillar p{font-size:13.5px;}
.serv-content p{font-size:15.5px;}
.si-text strong{font-size:14px;}
.si-text span{font-size:13px;}
.case-row .v{font-size:14px;}
.val-card p{font-size:13.5px;}
.val-card h4{font-size:15px;}
.cred-item p{font-size:13.5px;}
.contact-info p{font-size:15.5px;}
.contact-method .cm-val{font-size:15px;}
.insight-body p{font-size:14px;}
.insight-body h3{font-size:18px;}
.faq-item summary{font-size:17px;}
.faq-item .faq-a{font-size:15px;}
.lead-magnet>div>p{font-size:15px;}
.page-hero p{font-size:16px;}
.about-text p{font-size:15.5px;}

/* ── DEPTH / LIFT ── */
.pain-item{background:var(--white);box-shadow:0 4px 18px rgba(17,34,51,.04);}
.stat{box-shadow:0 4px 18px rgba(17,34,51,.05);}
.pillar{box-shadow:0 4px 18px rgba(17,34,51,.05);background:var(--white);}
.serve-card{box-shadow:0 10px 30px rgba(17,34,51,.08);}

/* ── RESPONSIVE ── */
@media(max-width:980px){
  .footer-top{grid-template-columns:repeat(3,1fr);gap:32px;}
  .footer-brand{grid-column:1 / -1;}
}
@media(max-width:768px){
  .nav-links{display:none;}
  .nav-mob{display:block;}
  .mob-menu.open{display:flex;}
  .hero-inner,.sov-grid,.why-inner,.serv-block,.about-inner,.contact-inner,.insight-grid,.lead-magnet{grid-template-columns:1fr;}
  .process-grid,.serve-grid{grid-template-columns:1fr 1fr;}
  .lead-magnet{padding:32px;}
  .sticky-cta{flex-direction:column;gap:10px;text-align:center;padding:14px 5%;}
  .sticky-cta .sc-close{top:12px;transform:none;}
  .serv-block.reverse .serv-content,.serv-block.reverse .serv-detail{order:unset;}
  .form-row{grid-template-columns:1fr;}
  .hero{min-height:auto;padding:60px 5% 80px;}
  .hero-visual{display:none;}
  .section,.serv-section,.pain,.services-overview,.why,.testimonials,.cta-band,.about-grid,.values,.credentials,.contact-section{padding:56px 5%;}
}

/* multi-page nav */
.nav-links a.navlink,.nav-links .dd-toggle{font-family:'Montserrat',sans-serif;font-size:13px;font-weight:600;color:var(--mid);padding:8px 14px;border-radius:6px;transition:.2s;text-decoration:none;display:inline-flex;align-items:center;background:none;border:none;cursor:pointer;}
.nav-links a.navlink:hover,.nav-links .dd-toggle:hover,.navlink.active{color:var(--teal);}
.nav-logo{text-decoration:none;}
.nav-dropdown{position:relative;}
.dd-menu{position:absolute;top:calc(100% + 6px);left:0;background:var(--white);border:1px solid #eee;border-radius:10px;box-shadow:var(--shadow);padding:8px;min-width:210px;display:none;flex-direction:column;z-index:210;}
.nav-dropdown:hover .dd-menu,.dd-menu.open{display:flex;}
.dd-menu a{font-size:13px;font-weight:500;color:var(--black);padding:10px 12px;border-radius:6px;text-decoration:none;transition:.2s;}
.dd-menu a:hover{background:var(--grey);color:var(--teal);}



/* ===================== HOMEPAGE (premium redesign) ===================== */
.h-wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
.h-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;}
.h-section{padding:96px 0;}
.h-section.alt{background:var(--grey);}
.h-head{max-width:680px;margin:0 auto 56px;text-align:center;}
.h-head h2{font-size:clamp(28px,3.4vw,42px);line-height:1.2;color:var(--navy);margin-bottom:14px;}
.h-head p{font-size:16px;line-height:1.7;color:var(--mid);}
.h-btn{display:inline-flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:15px;padding:15px 26px;border-radius:12px;transition:.2s;cursor:pointer;border:none;}
.h-btn svg{width:18px;height:18px;}
.h-btn-primary{background:var(--teal);color:#fff;box-shadow:0 8px 22px rgba(27,181,216,.32);}
.h-btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);}
.h-btn-ghost{background:transparent;color:var(--navy);border:1.5px solid #e2e8f0;}
.h-btn-ghost:hover{border-color:var(--teal);color:var(--teal);}
.h-btn-white{background:#fff;color:var(--teal);}
.h-btn-white:hover{transform:translateY(-2px);}

/* HERO */
.h-hero{padding:72px 0 88px;background:linear-gradient(180deg,#fff 0%,var(--grey) 100%);}
.h-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;}
.h-hero h1{font-size:clamp(32px,4.4vw,54px);line-height:1.12;color:var(--navy);margin-bottom:22px;letter-spacing:-.5px;}
.h-hero p.lead{font-size:18px;line-height:1.7;color:var(--mid);margin-bottom:34px;max-width:540px;}
.h-hero-btns{display:flex;flex-wrap:wrap;gap:14px;}
.h-hero-visual{position:relative;}
.h-hero-img{width:100%;height:520px;object-fit:cover;border-radius:24px;box-shadow:0 30px 70px rgba(15,23,42,.18);}
.h-hero-badge{position:absolute;background:#fff;border-radius:16px;box-shadow:0 16px 40px rgba(15,23,42,.14);padding:14px 18px;display:flex;align-items:center;gap:12px;}
.h-hero-badge.b1{bottom:24px;left:-22px;}
.h-hero-badge.b2{top:24px;right:-18px;}
.h-hero-badge .ico{width:42px;height:42px;border-radius:11px;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;}
.h-hero-badge .ico svg{width:20px;height:20px;}
.h-hero-badge .t{font-size:12px;color:var(--mid);}
.h-hero-badge .t strong{display:block;font-size:14px;color:var(--navy);font-family:'Libre Baskerville',serif;font-weight:700;}

/* TRUST BAR */
.h-trust-inner{background:var(--navy);border-radius:24px;padding:38px 48px;margin-top:-44px;position:relative;z-index:2;box-shadow:0 24px 60px rgba(15,23,42,.2);}
.h-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;text-align:center;}
.h-stat{padding:6px 16px;}
.h-stat+.h-stat{border-left:1px solid rgba(255,255,255,.12);}
.h-stat .num{font-family:'Libre Baskerville',serif;font-size:40px;color:#fff;margin-bottom:6px;}
.h-stat .num span{color:var(--teal);}
.h-stat .lbl{font-size:13px;color:#94a3b8;letter-spacing:.2px;}

/* accessibility focus states (WCAG) */
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(27,181,216,.55);outline-offset:2px;border-radius:6px;}
.h-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 40px;margin-top:30px;padding-top:26px;border-top:1px solid rgba(255,255,255,.1);}
.h-logos .cap{width:100%;text-align:center;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#64748b;margin-bottom:4px;}
.h-logo{font-family:'Libre Baskerville',serif;font-size:18px;color:#cbd5e1;opacity:.85;}

/* CARD GRID (services) */
.h-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.h-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:32px;transition:.25s;}
.h-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(15,23,42,.10);border-color:transparent;}
.h-card .tile{width:54px;height:54px;border-radius:14px;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.h-card .tile svg{width:26px;height:26px;}
.h-card h3{font-size:20px;color:var(--navy);margin-bottom:10px;}
.h-card p{font-size:14.5px;line-height:1.7;color:var(--mid);}
.h-card .more{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:var(--teal);font-weight:600;font-size:13px;}
.h-card .more svg{width:15px;height:15px;}

/* CHALLENGES */
.h-chal{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.h-chal-item{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #eef2f7;}
.h-chal-item .tile{width:48px;height:48px;border-radius:12px;background:#FFF1EC;color:#FF7A59;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.h-chal-item .tile svg{width:23px;height:23px;}
.h-chal-item h4{font-size:16px;color:var(--navy);margin-bottom:6px;font-family:'Montserrat',sans-serif;font-weight:700;}
.h-chal-item p{font-size:13.5px;color:var(--mid);line-height:1.6;}

/* PROCESS timeline */
.h-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative;}
.h-steps .connector{position:absolute;top:35px;left:17%;right:17%;height:2px;background:linear-gradient(90deg,var(--teal),#cbd5e1);z-index:1;}
.h-step{text-align:center;position:relative;z-index:2;}
.h-step .circle{width:70px;height:70px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Libre Baskerville',serif;font-size:26px;font-weight:700;margin:0 auto 22px;box-shadow:0 10px 26px rgba(27,181,216,.32);border:5px solid var(--bg);}
.h-step h4{font-size:19px;color:var(--navy);margin-bottom:8px;}
.h-step p{font-size:14px;color:var(--mid);line-height:1.7;max-width:300px;margin:0 auto;}

/* INDUSTRIES */
.h-grid-3.ind .h-card{display:flex;align-items:center;gap:16px;padding:24px 26px;}
.h-grid-3.ind .tile{margin-bottom:0;width:48px;height:48px;}
.h-grid-3.ind .tile svg{width:23px;height:23px;}
.h-grid-3.ind h3{font-size:17px;margin-bottom:0;}

/* TESTIMONIALS */
.h-tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.h-tcard{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:30px;box-shadow:var(--shadow);}
.h-stars{color:var(--teal);font-size:15px;letter-spacing:2px;margin-bottom:14px;}
.h-tcard blockquote{font-size:15px;line-height:1.8;color:#334155;margin-bottom:22px;font-style:italic;}
.h-tperson{display:flex;align-items:center;gap:12px;}
.h-tperson .ph{width:48px;height:48px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden;flex-shrink:0;}
.h-tperson .ph img{width:100%;height:100%;object-fit:cover;}
.h-tperson .nm{font-size:14px;font-weight:700;color:var(--navy);}
.h-tperson .co{font-size:12.5px;color:var(--mid);}

/* FINAL CTA */
.h-cta{background:linear-gradient(120deg,var(--teal) 0%,#0EA5C4 55%,var(--teal-dark) 100%);padding:84px 24px;text-align:center;}
.h-cta h2{font-size:clamp(28px,3.4vw,42px);color:#fff;margin-bottom:14px;}
.h-cta p{font-size:17px;color:rgba(255,255,255,.92);max-width:560px;margin:0 auto 30px;line-height:1.7;}

@media(max-width:1024px){
  .h-hero-grid{grid-template-columns:1fr;gap:40px;}
  .h-hero-badge{display:none;}
  .h-grid-3,.h-tgrid,.h-chal{grid-template-columns:repeat(2,1fr);}
  .h-hero-img{height:420px;}
}
@media(max-width:680px){
  .h-grid-3,.h-tgrid,.h-chal,.h-steps{grid-template-columns:1fr;}
  .h-steps .connector{display:none;}
  .h-stats{grid-template-columns:1fr;gap:18px;}
  .h-stat+.h-stat{border-left:none;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;}
  .h-section{padding:60px 0;}
  .h-hero{padding:44px 0 64px;}
  .h-trust-inner{padding:28px 22px;}
}

@media(max-width:560px){
  .footer-top{grid-template-columns:repeat(3,1fr);gap:14px;}
  .footer-brand{grid-column:1 / -1;}
  .footer-col h5{font-size:11px;margin-bottom:12px;letter-spacing:.5px;}
  .footer-col ul li{margin-bottom:9px;}
  .footer-col ul li a,.footer-col ul li button{font-size:12px;}
  .footer-contact li{font-size:11.5px;gap:7px;margin-bottom:12px;}
  .footer-contact li .fc-ico{min-width:15px;}
  .footer-contact li .fc-ico svg{width:14px;height:14px;}
  .footer-hours{font-size:11px;gap:7px;}
  .footer-contact a,.footer-contact span,.footer-hours span{word-break:break-word;}
  .footer-socials{gap:8px;}
}

/* teal-forward section treatments */
.h-section.tint{background:var(--teal-light);}
.h-section.tint .h-steps .connector{background:linear-gradient(90deg,var(--teal-dark),rgba(15,23,42,.18));}
.h-section.tint .h-step .circle{border-color:var(--teal-light);}
.h-section.dark{background:var(--navy);}
.h-section.dark .h-head h2{color:#fff;}
.h-section.dark .h-head p{color:#94a3b8;}

/* ===================== THEME TOGGLE + DARK MODE ===================== */
.theme-toggle{background:none;border:none;cursor:pointer;color:var(--mid);padding:8px;border-radius:8px;display:inline-flex;align-items:center;transition:.2s;}
.theme-toggle:hover{color:var(--teal);background:var(--grey);}
.theme-toggle svg{width:19px;height:19px;}
.mob-head-actions{display:flex;align-items:center;gap:4px;}
.mob-head .theme-toggle{color:var(--mid);}
.mob-head .theme-toggle:hover{background:rgba(255,255,255,.08);}

html.dark{--bg:#0B1220;--grey:#0E1726;--mid:#94A3B8;--teal-light:rgba(27,181,216,.16);color-scheme:dark;}
html.dark body{color:#CBD5E1;}
/* chrome */
html.dark nav{background:#0E1726;border-bottom-color:rgba(255,255,255,.07);}
html.dark .nav-links a.navlink,html.dark .nav-links .dd-toggle{color:#94A3B8;}
html.dark .nav-links a.navlink:hover,html.dark .nav-links .dd-toggle:hover,html.dark .navlink.active{color:var(--teal);}
html.dark .hamburger span{background:#CBD5E1;}
html.dark .dd-menu{background:#131C2B;border-color:rgba(255,255,255,.08);}
html.dark .dd-menu a{color:#CBD5E1;}
html.dark .dd-menu a:hover{background:#1B2738;color:var(--teal);}
/* sections */
html.dark .h-section{background:#0B1220;}
html.dark .h-section.alt{background:#0E1726;}
html.dark .h-section.tint{background:#0C1A26;}
html.dark .h-section.tint .h-step .circle{border-color:#0C1A26;}
html.dark .h-hero{background:linear-gradient(180deg,#0B1220,#0E1726);}
html.dark .pain,html.dark .why,html.dark .services-overview,html.dark .serv-section,html.dark .credentials,html.dark .insights-section,html.dark .faq-section,html.dark .contact-section,html.dark .memberships,html.dark .about-text{background:#0B1220;}
/* surfaces / cards */
html.dark .h-card,html.dark .h-tcard,html.dark .faq-item,html.dark .sov-card,html.dark .contact-form,html.dark .cred-item,html.dark .insight-card,html.dark .pain-item,html.dark .serv-detail,html.dark .contact-method,html.dark .mem-badge,html.dark .stat{background:#131C2B;border-color:rgba(255,255,255,.08);box-shadow:none;}
html.dark .h-card:hover{box-shadow:0 24px 50px rgba(0,0,0,.45);}
html.dark .form-group input,html.dark .form-group select,html.dark .form-group textarea{background:#0E1726;border-color:rgba(255,255,255,.12);color:#E2E8F0;}
/* headings + text -> light */
html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark .h-card h3,html.dark .h-step h4,html.dark .h-chal-item h4,html.dark .h-tperson .nm,html.dark .faq-item summary,html.dark .sov-card h3,html.dark .insight-body h3,html.dark .si-text strong,html.dark .contact-method .cm-val,html.dark .cred-item strong,html.dark .fname{color:#F1F5F9;}
html.dark .h-tcard blockquote{color:#CBD5E1;}
html.dark .serv-content p,html.dark .why-text p,html.dark .about-text p,html.dark .contact-info p,html.dark .insight-body p,html.dark .pain-item p,html.dark .faq-item .faq-a{color:#94A3B8;}
html.dark .sov-list li,html.dark .serv-items li{border-bottom-color:rgba(255,255,255,.08);}
html.dark .form-group label{color:#CBD5E1;}
/* buttons */
html.dark .h-btn-ghost{color:#E2E8F0;border-color:rgba(255,255,255,.18);}
html.dark .h-btn-ghost:hover{border-color:var(--teal);color:var(--teal);}

/* --- dark-mode fixes: challenge cards, logo swap, mobile bar toggle --- */
.nav-logo-img.logo-dark{display:none;}
html.dark .nav-logo-img.logo-light{display:none;}
html.dark .nav-logo-img.logo-dark{display:block;}

.nav-bar-right{display:none;align-items:center;gap:2px;}
@media(max-width:768px){.nav-bar-right{display:flex;}}

html.dark .h-chal-item{background:#131C2B;border-color:rgba(255,255,255,.08);}
html.dark .h-chal-item h4{color:#F1F5F9;}
html.dark .h-chal-item p{color:#94A3B8;}
html.dark .h-chal-item .tile{background:rgba(255,122,89,.16);}

/* ===================== LANDING: motion + benefits + hero trust ===================== */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;}
.reveal.in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important;}}

.h-hero-trust{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:24px;font-size:13.5px;color:var(--mid);}
.h-hero-trust span{display:inline-flex;align-items:center;gap:7px;}
.h-hero-trust svg{width:16px;height:16px;color:var(--teal);}

.h-split{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center;}
.h-split h2{font-size:clamp(26px,3vw,38px);color:var(--navy);line-height:1.2;}
.h-split .lead{font-size:16px;color:var(--mid);line-height:1.7;margin:14px 0 26px;max-width:440px;}
.h-benefits{display:flex;flex-direction:column;}
.h-benefit{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #eef2f7;}
.h-benefit:last-child{border-bottom:none;}
.h-benefit .tile{width:46px;height:46px;border-radius:12px;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.h-benefit .tile svg{width:22px;height:22px;}
.h-benefit h4{font-size:17px;color:var(--navy);margin-bottom:5px;font-family:'Libre Baskerville',serif;}
.h-benefit p{font-size:14px;color:var(--mid);line-height:1.65;}
@media(max-width:1024px){.h-split{grid-template-columns:1fr;gap:30px;}}

html.dark .h-benefit{border-bottom-color:rgba(255,255,255,.08);}
html.dark .h-benefit h4,html.dark .h-split h2{color:#F1F5F9;}
html.dark .h-benefit p,html.dark .h-split .lead,html.dark .h-hero-trust{color:#94A3B8;}

/* ===================== ARTICLE ===================== */
.article-main{padding:56px 5% 80px;background:var(--bg);}
.article{max-width:760px;margin:0 auto;}
.article h1{font-size:clamp(28px,4vw,42px);color:var(--navy);line-height:1.18;margin:10px 0 16px;}
.article-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--mid);margin-bottom:34px;padding-bottom:24px;border-bottom:1px solid #eef2f7;}
.article-meta span{display:inline-flex;align-items:center;gap:6px;}
.article-meta svg{width:15px;height:15px;color:var(--teal);}
.article p{font-size:16px;line-height:1.85;color:#334155;margin-bottom:20px;}
.article h2{font-size:24px;color:var(--navy);margin:38px 0 14px;}
.article h3{font-size:18px;color:var(--navy);margin:26px 0 10px;font-family:'Libre Baskerville',serif;}
.article ul{margin:0 0 20px 20px;}
.article li{font-size:16px;line-height:1.8;color:#334155;margin-bottom:8px;}
.article strong{color:var(--navy);}
.article .disclaimer{background:var(--grey);border-left:3px solid var(--teal);border-radius:8px;padding:16px 18px;font-size:13.5px;color:var(--mid);margin:30px 0;line-height:1.7;}
.article-cta{background:var(--navy);border-radius:18px;padding:36px;text-align:center;margin-top:44px;}
.article-cta h3{color:#fff;font-size:22px;margin-bottom:10px;font-family:'Libre Baskerville',serif;}
.article-cta p{color:#94a3b8;font-size:15px;margin-bottom:22px;}
html.dark .article p,html.dark .article li{color:#CBD5E1;}
html.dark .article h1,html.dark .article h2,html.dark .article h3,html.dark .article strong{color:#F1F5F9;}
html.dark .article-meta{border-bottom-color:rgba(255,255,255,.08);}


/* mobile menu theme-aware + light-mode surface visibility fixes */
.mob-logo.logo-dark{display:none;}
html.dark .mob-logo.logo-light{display:none;}
html.dark .mob-logo.logo-dark{display:block;}
html.dark .mob-menu{background:#0E1726;}
html.dark .mob-close{color:#fff;}
html.dark .mob-links a{color:#fff;border-bottom-color:rgba(255,255,255,.08);}
html.dark .mob-sublinks a,html.dark .mob-contact a{color:#94A3B8;}
html.dark .mob-head .theme-toggle{color:#fff;}
.nav-links a.navlink,.nav-links .dd-toggle{color:#334155;}
.memberships{background:var(--grey);}
.mem-badge{background:#fff;border:1px solid #e2e8f0;box-shadow:0 6px 20px rgba(15,23,42,.05);}
.memberships h2{color:var(--navy);}
.contact-method{background:#F1F5F9;}
.serv-detail{background:#fff;border:1px solid #eef2f7;box-shadow:0 6px 24px rgba(15,23,42,.05);}


/* About "Our Values" theme-aware in dark mode */
html.dark .values{background:#0E1726;}
html.dark .val-card{background:#131C2B;border-color:rgba(255,255,255,.08);box-shadow:none;}
html.dark .val-card h4{color:#F1F5F9;}
html.dark .val-card p{color:#94A3B8;}

/* dark-mode: membership badge label text was inheriting dark --black (invisible) */
html.dark .mem-badge{color:#CBD5E1;}

/* QA: brighter FAQ toggle in dark mode for clearer affordance */
html.dark .faq-item summary::after{background:rgba(27,181,216,.20);color:#5FD3EC;}
html.dark .faq-item[open] summary::after{background:var(--teal);color:#0F172A;}

/* ===================== IMPROVED MOBILE NAVIGATION ===================== */
.mob-menu{padding:18px 24px 44px;}
.mob-links a{display:flex;align-items:center;justify-content:space-between;font-size:22px;padding:16px 0;}
.mob-links a::after{content:'\203A';color:var(--mid);font-size:24px;font-weight:400;line-height:1;}
.mob-links a:hover::after,.mob-links a:active::after{color:var(--teal);}
html.dark .mob-links a::after{color:#64748B;}
.mob-sublinks a{display:flex;align-items:center;gap:9px;font-size:15px;padding:11px 0;}
.mob-sublinks a::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0;}
.mob-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;padding:16px;margin-top:26px;box-shadow:0 10px 24px rgba(27,181,216,.3);}
.mob-contact{border-top:1px solid #eef2f7;padding-top:18px;}
html.dark .mob-contact{border-top-color:rgba(255,255,255,.08);}
.mob-contact a{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;}
/* bigger, easier hamburger + bar spacing on mobile */
@media(max-width:768px){
  .nav-inner{height:64px;}
  .nav-logo-img{height:38px;}
  .nav-bar-right{gap:4px;}
  .nav-mob{padding:10px;}
  .hamburger span{width:24px;}
  .theme-toggle{padding:9px;}
}

/* ===================== MOBILE DRAWER NAV (rebuild) ===================== */
.mob-backdrop{position:fixed;inset:0;z-index:290;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;}
.mob-backdrop.open{opacity:1;visibility:visible;}
.mob-menu{display:flex;position:fixed;top:0;right:0;bottom:0;left:auto;width:min(340px,86vw);height:100%;z-index:300;flex-direction:column;padding:18px 22px 26px;background:var(--white);overflow-y:auto;transform:translateX(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);animation:none;box-shadow:-24px 0 60px rgba(15,23,42,.2);}
.mob-menu.open{display:flex;transform:translateX(0);animation:none;}
.mob-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.mob-head .mob-logo{height:34px;width:auto;}
.mob-close{background:none;border:none;color:var(--navy);cursor:pointer;padding:6px;display:inline-flex;border-radius:8px;transition:.2s;}
.mob-close svg{width:24px;height:24px;}
.mob-close:hover{background:var(--grey);color:var(--teal);}
.mob-nav{display:flex;flex-direction:column;margin-top:6px;}
.mob-nav a{display:flex;align-items:center;justify-content:space-between;font-family:'Libre Baskerville',serif;font-size:19px;color:var(--navy);padding:15px 2px;border-bottom:1px solid #eef2f7;text-decoration:none;transition:color .15s;}
.mob-nav a::after{content:'\2192';font-size:16px;color:#cbd5e1;opacity:0;transform:translateX(-6px);transition:.2s;}
.mob-nav a:hover,.mob-nav a:active,.mob-nav a.active{color:var(--teal);}
.mob-nav a:hover::after,.mob-nav a.active::after{opacity:1;transform:translateX(0);color:var(--teal);}
.mob-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--teal);color:#fff;font-weight:700;font-size:15px;padding:15px;border-radius:12px;margin-top:24px;text-decoration:none;box-shadow:0 10px 24px rgba(27,181,216,.3);transition:.2s;}
.mob-cta-btn:hover{background:var(--teal-dark);}
.mob-cta-btn svg{width:18px;height:18px;}
.mob-foot{margin-top:auto;padding-top:22px;display:flex;flex-direction:column;gap:11px;}
.mob-foot a{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;color:var(--mid);text-decoration:none;transition:.2s;}
.mob-foot a:hover{color:var(--teal);}
.mob-foot svg{width:16px;height:16px;color:var(--teal);}
html.dark .mob-menu{background:#0E1726;}
html.dark .mob-close{color:#fff;}
html.dark .mob-close:hover{background:rgba(255,255,255,.08);}
html.dark .mob-nav a{color:#F1F5F9;border-bottom-color:rgba(255,255,255,.08);}
html.dark .mob-foot a{color:#94A3B8;}
@media(min-width:769px){.mob-menu,.mob-backdrop{display:none;}}

/* ===================== LANDING: hero accent + mobile polish ===================== */
.h-hero h1 .accent{color:var(--teal);}
.h-hero h1{letter-spacing:-.6px;}
@media(max-width:680px){
  .h-hero{padding:40px 0 56px;}
  .h-hero h1{font-size:30px;line-height:1.16;}
  .h-hero p.lead{font-size:16px;margin-bottom:26px;}
  .h-hero-img{height:300px;border-radius:18px;}
  .h-hero-btns{flex-direction:column;align-items:stretch;}
  .h-hero-btns .h-btn{width:100%;justify-content:center;padding:15px;}
  .h-hero-trust{gap:8px 18px;font-size:13px;}
  .h-section{padding:52px 0;}
  .h-head{margin-bottom:34px;}
  .h-head h2{font-size:25px;}
  .h-card{padding:26px;}
  .h-stat .num{font-size:34px;}
  .h-split .lead{max-width:none;}
  .h-cta{padding:60px 22px;}
  .h-wrap{padding:0 20px;}
}

/* ===================== HOMEPAGE HERO (full-bleed overlay, inspiration redesign) ===================== */
.h-hero{position:relative;display:flex;align-items:center;min-height:80vh;padding:90px 0;
  background:linear-gradient(100deg, rgba(15,23,42,.97) 0%, rgba(15,23,42,.9) 38%, rgba(15,23,42,.55) 72%, rgba(15,23,42,.35) 100%), url('hero.jpg') center right/cover no-repeat var(--navy);}
html.dark .h-hero{background:linear-gradient(100deg, rgba(7,11,18,.98) 0%, rgba(7,11,18,.92) 38%, rgba(7,11,18,.6) 72%, rgba(7,11,18,.42) 100%), url('hero.jpg') center right/cover no-repeat var(--navy);}
.h-hero-content{max-width:620px;}
.h-hero .h-eyebrow{color:var(--teal);}
.h-hero h1{color:#fff;font-size:clamp(30px,4.2vw,52px);line-height:1.14;letter-spacing:-.5px;margin-bottom:20px;text-shadow:0 2px 24px rgba(0,0,0,.35);}
.h-hero h1 .accent{color:var(--teal);}
.h-hero p.lead{color:#cbd5e1;font-size:18px;line-height:1.7;max-width:520px;margin-bottom:30px;}
.h-hero .h-btn-ghost{color:#fff;border-color:rgba(255,255,255,.45);background:transparent;}
.h-hero .h-btn-ghost:hover{border-color:var(--teal);color:var(--teal);background:transparent;}
.h-hero-trust{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:26px;color:#cbd5e1;font-size:14px;}
.h-hero-trust span{display:inline-flex;align-items:center;gap:8px;}
.h-hero-trust svg{width:18px;height:18px;color:var(--teal);}
@media(max-width:760px){
  .h-hero{min-height:auto;padding:56px 0;background:linear-gradient(rgba(15,23,42,.93),rgba(15,23,42,.9)),url('hero.jpg') center/cover no-repeat var(--navy);}
  html.dark .h-hero{background:linear-gradient(rgba(7,11,18,.95),rgba(7,11,18,.93)),url('hero.jpg') center/cover no-repeat var(--navy);}
  .h-hero h1{font-size:30px;}
  .h-hero-btns{flex-direction:column;align-items:stretch;}
  .h-hero-btns .h-btn{width:100%;justify-content:center;}
}

/* ===================== BREADCRUMBS ===================== */
.crumbs{background:var(--grey);border-bottom:1px solid #eef2f7;font-size:13px;}
.crumbs .h-wrap{padding:11px 24px;display:flex;flex-wrap:wrap;align-items:center;}
.crumbs a{color:var(--mid);text-decoration:none;transition:.2s;}
.crumbs a:hover{color:var(--teal);}
.crumbs .sep{color:#cbd5e1;margin:0 9px;}
.crumbs .cur{color:var(--navy);font-weight:600;}
html.dark .crumbs{background:#0E1726;border-bottom-color:rgba(255,255,255,.07);}
html.dark .crumbs .cur{color:#F1F5F9;}
html.dark .crumbs .sep{color:#475569;}

/* ===================== ARTICLE AUTHOR BOX ===================== */
.author-box{display:flex;gap:16px;align-items:flex-start;margin:36px 0 8px;padding:20px 22px;background:var(--teal-light);border:1px solid #d6eef6;border-radius:14px;}
.author-box .ab-ico{flex-shrink:0;width:46px;height:46px;border-radius:11px;background:var(--teal);display:flex;align-items:center;justify-content:center;}
.author-box .ab-ico svg{width:24px;height:24px;color:#fff;}
.author-box .ab-body strong{display:block;color:var(--navy);font-size:15px;margin-bottom:4px;}
.author-box .ab-body p{margin:0;font-size:14px;color:var(--mid);line-height:1.6;}
.author-box .ab-body a{color:var(--teal-dark);font-weight:600;}
html.dark .author-box{background:#102230;border-color:rgba(255,255,255,.08);}
html.dark .author-box .ab-body strong{color:#F1F5F9;}
html.dark .author-box .ab-body a{color:var(--teal);}
