:root{--primary:#0B6B57;--accent:#27A77A;--dark:#073A31;--light:#F2FAF7;}

*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:#18323a;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,calc(100% - 32px));margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:#fff;padding:8px;z-index:200}.topbar{background:var(--dark);color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:8px 0}
.header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.98);border-bottom:1px solid #e3ebee}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:18px}.brand{display:flex;align-items:center;gap:11px;color:var(--primary);font-weight:900;min-width:180px}.brand img{height:50px;width:auto}.brand small{display:block;color:#647880;font-size:11px;font-weight:700}.navlinks{display:flex;align-items:center;gap:19px;font-size:14px;font-weight:750}.navlinks a{padding:26px 0;border-bottom:3px solid transparent}.navlinks a:hover,.navlinks a[aria-current=page]{color:var(--primary);border-color:var(--accent)}.nav-cta{background:var(--accent);color:#fff!important;padding:11px 15px!important;border-radius:10px;border:0!important}.menu-btn{display:none;border:0;background:#eef4f5;border-radius:9px;padding:10px 12px;font-size:21px}
.hero{min-height:650px;display:flex;align-items:center;position:relative;background-size:cover;background-position:center;color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,25,35,.90) 0%,rgba(5,25,35,.70) 45%,rgba(5,25,35,.15) 76%)}.hero .container{position:relative;z-index:2}.hero-copy{max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#d6ecee}.hero h1{font-size:clamp(42px,5.8vw,72px);line-height:1.06;margin:12px 0 18px}.hero p{font-size:20px;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;font-weight:850;border:1px solid transparent}.btn-primary{background:var(--primary);color:#fff}.btn-accent{background:var(--accent);color:#fff}.btn-outline{border-color:#fff;color:#fff;background:transparent}
.trust-wrap{margin-top:-54px;position:relative;z-index:5}.trust{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-radius:18px;box-shadow:0 14px 44px rgba(15,45,55,.17);overflow:hidden}.trust>div{padding:22px;border-right:1px solid #e5ecef}.trust>div:last-child{border-right:0}.trust b{display:block;color:var(--primary);margin-bottom:5px}
.section{padding:78px 0}.section.alt{background:var(--light)}.section h2{font-size:38px;line-height:1.18;margin:0 0 12px;color:var(--dark)}.intro{max-width:790px;color:#61767e;margin:0 0 30px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #e0e8eb;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(16,42,51,.07)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:22px}.card h3{margin:0 0 9px;color:var(--dark);font-size:22px}.tag{display:inline-block;background:var(--light);color:var(--primary);padding:5px 9px;border-radius:999px;font-size:12px;font-weight:850;margin-bottom:10px}.grid2{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center}.visual img{border-radius:20px;box-shadow:0 18px 44px rgba(16,42,51,.15)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{background:#fff;border:1px solid #e1e9eb;border-radius:15px;padding:20px}.step b{color:var(--primary);font-size:20px}
.evidence{border-left:4px solid var(--accent);background:#fff8ee;padding:18px 20px;border-radius:0 12px 12px 0}.cta-band{background:var(--primary);color:#fff;padding:36px 0}.cta-grid{display:flex;justify-content:space-between;align-items:center;gap:20px}.cta-band h2{color:#fff;margin:0;font-size:30px}
.form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form .full{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:7px}.field input,.field select,.field textarea{padding:13px 14px;border:1px solid #c7d5da;border-radius:10px;font:inherit}.field textarea{min-height:135px}.status{font-weight:700;margin-left:10px}
.footer{background:#0b2630;color:#dbe7ea;padding:50px 0 92px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer h3,.footer b{color:#fff}.floating{position:fixed;right:18px;bottom:18px;z-index:80;display:flex;flex-direction:column;gap:10px}.floating a{background:var(--primary);color:#fff;border-radius:999px;padding:12px 16px;box-shadow:0 8px 24px rgba(0,0,0,.22);font-weight:850}
.mobile-bar{display:none}.breadcrumb{font-size:14px;color:#6e8188;margin-bottom:15px}.hero.compact{min-height:520px}.note{font-size:14px;color:#687d84}
@media(max-width:980px){.navlinks{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;padding:12px 22px 22px;box-shadow:0 15px 30px rgba(0,0,0,.15);flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.navlinks a{padding:10px 4px}.menu-btn{display:block}.hero{min-height:580px;background-position:66% center}.hero h1{font-size:46px}.trust{grid-template-columns:1fr 1fr}.trust>div{border-bottom:1px solid #e5ecef}.cards{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.form{grid-template-columns:1fr}.cta-grid{align-items:flex-start;flex-direction:column}.floating{display:none}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #dce5e8;justify-content:space-around;padding:9px 5px}.mobile-bar a{color:var(--primary);font-weight:850}.footer{padding-bottom:110px}}
@media(max-width:560px){.container{width:min(100% - 24px,1200px)}.topbar{font-size:12px}.topbar .container{padding:6px 0}.brand span{display:none}.brand img{height:44px}.hero{min-height:540px}.hero h1{font-size:38px}.hero p{font-size:17px}.trust{grid-template-columns:1fr}.section{padding:58px 0}.section h2{font-size:31px}.steps{grid-template-columns:1fr}.actions .btn{width:100%}}

/* V9 visual acceptance fixes */
.header{height:auto}.hero{min-height:610px;padding:64px 0 76px;background-position:center center}.hero.compact{min-height:500px;padding:60px 0}.hero-copy{padding-top:8px}.hero h1{font-size:clamp(40px,4.4vw,62px);max-width:780px}.hero p{max-width:700px}.hero:before{background:linear-gradient(90deg,rgba(5,25,35,.92) 0%,rgba(5,25,35,.75) 40%,rgba(5,25,35,.26) 68%,rgba(5,25,35,.06) 100%)}
.card img{background:#dfe8e9}.card-body{min-height:168px}.section:first-of-type{scroll-margin-top:90px}
@media(max-width:980px){.hero{min-height:560px;padding:54px 0 64px;background-position:64% center}.hero.compact{min-height:470px}.hero h1{font-size:42px}.hero-copy{max-width:600px}.trust-wrap{margin-top:-35px}}
@media(max-width:560px){.hero{min-height:530px;padding:44px 0 56px;background-position:68% center}.hero.compact{min-height:440px}.hero h1{font-size:36px}.hero p{font-size:16px}.topbar .container span:first-child{display:none}.trust-wrap{margin-top:-22px}.card-body{min-height:0}}

/* V10 self-review corrections */
html{overflow-x:hidden}
body{overflow-x:hidden}
.header{position:sticky;top:0}
.hero{min-height:560px;padding:48px 0 64px}
.hero.compact{min-height:430px;padding:42px 0 52px}
.hero h1{font-size:clamp(38px,4vw,58px);max-width:730px;letter-spacing:-.02em}
.hero p{font-size:18px;line-height:1.55;max-width:650px}
.hero-copy{max-width:680px}
.trust-wrap{margin-top:-38px}
.trust>div{padding:18px 20px}
.section{padding:68px 0}
.cards{align-items:stretch}
.card{height:100%}
.card-body{min-height:0}
.card img{aspect-ratio:16/9}
.note{display:none}
.public-note{font-size:15px;color:#61767e}
@media(max-width:980px){
  .topbar{display:none}
  .nav{min-height:66px}
  .navlinks{top:66px}
  .hero{min-height:500px;padding:38px 0 50px;background-position:66% center}
  .hero.compact{min-height:390px}
  .hero h1{font-size:40px}
  .hero p{font-size:16px}
  .trust-wrap{margin-top:-24px}
}
@media(max-width:560px){
  .brand{min-width:0}
  .brand img{height:42px}
  .hero{min-height:470px;padding:32px 0 44px}
  .hero.compact{min-height:350px}
  .hero h1{font-size:34px;line-height:1.08}
  .hero p{font-size:15px}
  .actions{gap:8px}
  .actions .btn{width:auto;min-width:0;flex:1}
  .trust{grid-template-columns:1fr}
  .trust>div{padding:14px 16px}
  .section{padding:52px 0}
}


/* V11 browser-evidence corrections */
.hero{min-height:520px;padding:40px 0 54px}
.hero.compact{min-height:390px;padding:34px 0 44px}
.hero h1{font-size:clamp(38px,3.8vw,54px);line-height:1.05;max-width:700px}
.hero p{font-size:17px;line-height:1.55;max-width:620px}
.eyebrow{font-size:14px}
.trust-wrap{margin-top:-30px}
.trust>div{padding:16px 18px}
.card img{aspect-ratio:16/9;object-position:center}
.section{padding:62px 0}
.mobile-bar{height:54px;align-items:center}
@media(max-width:980px){
  .hero{min-height:445px;padding:28px 0 40px;background-position:64% center}
  .hero.compact{min-height:330px}
  .hero h1{font-size:32px;line-height:1.08;max-width:360px}
  .hero p{font-size:15px;line-height:1.5}
  .eyebrow{display:none}
  .actions{margin-top:18px;gap:8px}
  .actions .btn{padding:11px 13px;font-size:14px}
  .trust-wrap{margin-top:-16px;overflow:hidden}
  .trust{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    border-radius:14px;
    box-shadow:0 10px 28px rgba(15,45,55,.14);
    -webkit-overflow-scrolling:touch;
  }
  .trust>div{
    flex:0 0 78%;
    scroll-snap-align:start;
    border-right:1px solid #e5ecef;
    border-bottom:0;
    padding:14px 16px;
  }
  .trust::-webkit-scrollbar{display:none}
  .section{padding:48px 0}
  .mobile-bar{height:52px}
  body{padding-bottom:52px}
}
@media(max-width:560px){
  .header .nav{min-height:64px}
  .brand img{height:40px}
  .hero{min-height:420px;padding:24px 0 34px}
  .hero h1{font-size:30px}
  .hero p{font-size:14px}
  .actions .btn{font-size:13px;padding:10px 11px}
  .trust>div{flex-basis:84%}
  .section{padding:44px 0}
}

.mobile-phone{display:none}
@media(max-width:560px){.desktop-phone{display:none}.mobile-phone{display:inline}}
