@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@500;600;700&display=swap');

:root{
  --navy:#111c26;
  --navy2:#0b141c;
  --gold:#c5963e;
  --gold2:#d8af5f;
  --cream:#f7f4ee;
  --white:#ffffff;
  --text:#17212a;
  --muted:#66707a;
  --line:#e4ddd2;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--text);background:var(--cream);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}

.site-header{position:sticky;top:0;z-index:20;background:rgba(247,244,238,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(17,28,38,.08)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:245px;max-height:72px;object-fit:contain;object-position:left center}
.nav-links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.nav-links a{text-decoration:none}
.nav-cta{padding:12px 18px;border:1px solid var(--gold);border-radius:999px}
.menu-button{display:none;border:0;background:transparent;font-size:26px;color:var(--navy)}

.hero{background:
radial-gradient(circle at 80% 20%,rgba(197,150,62,.20),transparent 28%),
linear-gradient(135deg,var(--navy2),var(--navy));color:#fff;padding:92px 0 80px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:700;color:var(--gold2);margin:0 0 18px}
.eyebrow.gold{color:#a87823}
h1,h2,h3{font-family:"Montserrat",Arial,sans-serif;line-height:1.12;margin-top:0}
h1{font-size:clamp(44px,6vw,76px);letter-spacing:-.04em;margin-bottom:26px}
h1 span{color:var(--gold2)}
.lead{font-size:20px;max-width:720px;color:#d9dfe4;margin-bottom:34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:8px;text-decoration:none;font-weight:700;border:1px solid transparent;cursor:pointer;font-family:inherit}
.primary{background:var(--gold);color:#101820}
.primary:hover{background:var(--gold2)}
.secondary{border-color:#53606c;color:white}
.secondary:hover{border-color:#fff}
.hero-panel{border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.03);box-shadow:0 30px 80px rgba(0,0,0,.22)}
.metric{padding:26px 28px;border-bottom:1px solid rgba(255,255,255,.11)}
.metric:last-child{border-bottom:0}
.metric-label{display:block;font-size:10px;letter-spacing:.2em;color:var(--gold2);margin-bottom:5px}
.metric strong{font-family:"Montserrat";font-size:22px}
.metric p{margin:7px 0 0;color:#cbd2d8;font-size:14px}

.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-items{min-height:72px;display:flex;justify-content:center;align-items:center;gap:22px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#58616a}
.trust-items i{width:5px;height:5px;background:var(--gold);border-radius:50%}

.section{padding:100px 0}
.section-heading{max-width:800px;margin-bottom:46px}
.section-heading.narrow{max-width:680px}
.section h2{font-size:clamp(34px,4.2vw,54px);letter-spacing:-.03em;margin-bottom:20px;color:var(--navy)}
.section-heading>p:last-child{font-size:18px;color:var(--muted);max-width:720px}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.card{background:#fff;padding:34px;border:1px solid var(--line);border-radius:14px;min-height:260px;transition:.2s ease}
.card:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(17,28,38,.07)}
.card-number{color:var(--gold);font-weight:700;letter-spacing:.12em;font-size:13px;margin-bottom:34px}
.card h3{font-size:24px;color:var(--navy);margin-bottom:12px}
.card p{color:var(--muted);margin-bottom:0}

.problem{background:#fff}
.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.check-list{border-top:1px solid var(--line)}
.check-list>div{display:grid;grid-template-columns:36px 1fr;gap:8px;padding:18px 0;border-bottom:1px solid var(--line)}
.check-list span{color:var(--gold);font-weight:700;font-size:20px}
.check-list p{margin:0}

.how{background:#efe9df}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.step{background:var(--cream);padding:34px;border-radius:14px}
.step>span{width:44px;height:44px;border:1px solid var(--gold);color:#8f6720;border-radius:50%;display:grid;place-items:center;font-weight:700;margin-bottom:28px}
.step h3{font-size:24px;margin-bottom:12px}
.step p{color:var(--muted);margin:0}

.about{background:var(--navy);color:#fff}
.about-grid{display:grid;grid-template-columns:300px 1fr;gap:70px;align-items:center}
.about h2{color:#fff}
.about p{color:#d5dbe0}
.about-lead{font-size:21px}
.about-mark{width:260px;height:260px;border:1px solid rgba(197,150,62,.55);border-radius:50%;display:grid;place-items:center;font-family:"Montserrat";font-size:78px;font-weight:700;color:var(--gold);position:relative}
.about-mark:after{content:"";position:absolute;width:160px;height:1px;background:var(--gold);bottom:52px}

.contact{background:#fff}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
.contact-lead{font-size:18px;color:var(--muted);max-width:520px}
.contact-details{display:flex;flex-direction:column;gap:8px;margin-top:28px}
.contact-details a{font-weight:700;text-decoration:none;color:var(--navy)}
.contact-form{background:var(--cream);padding:32px;border-radius:14px;border:1px solid var(--line)}
.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;margin-bottom:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,textarea{width:100%;border:1px solid #cfc7ba;border-radius:8px;background:#fff;padding:13px 14px;font:inherit;color:var(--text)}
textarea{resize:vertical}
input:focus,textarea:focus{outline:2px solid rgba(197,150,62,.25);border-color:var(--gold)}
.full{width:100%;font-size:15px}

footer{background:#0b141c;color:#cbd2d8;padding:34px 0}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-grid img{width:205px;filter:brightness(0) invert(1);opacity:.92}
.footer-grid p{text-align:right;margin:0}
.footer-grid .small{font-size:12px;color:#84909a;margin-top:5px}

@media (max-width:850px){
  .nav{height:78px}
  .brand img{width:205px}
  .menu-button{display:block}
  .nav-links{display:none;position:absolute;left:20px;right:20px;top:78px;background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:18px;flex-direction:column;align-items:stretch;box-shadow:0 20px 45px rgba(0,0,0,.14)}
  .nav-links.open{display:flex}
  .nav-links a{padding:7px 4px}
  .nav-cta{text-align:center}
  .hero{padding:64px 0 54px}
  .hero-grid,.two-col,.about-grid,.contact-grid{grid-template-columns:1fr;gap:42px}
  .hero-panel{max-width:640px}
  .cards{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .about-mark{width:190px;height:190px;font-size:58px}
  .section{padding:72px 0}
}
@media (max-width:560px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  h1{font-size:43px}
  .lead{font-size:18px}
  .trust-items{flex-wrap:wrap;padding:18px 0;gap:12px}
  .form-row{grid-template-columns:1fr;gap:0}
  .footer-grid{align-items:flex-start;flex-direction:column}
  .footer-grid p{text-align:left}
  .hero-actions .button{width:100%}
}


/* V2 mobile refinement */
.proof{
  background:#efe9df;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.proof-grid>div{
  padding:34px 28px;
  border-right:1px solid #d8d0c4;
}
.proof-grid>div:last-child{border-right:0}
.proof strong{
  display:block;
  font-family:"Montserrat",Arial,sans-serif;
  color:var(--navy);
  font-size:18px;
  margin-bottom:6px;
}
.proof span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

@media (max-width:850px){
  .site-header{position:sticky}
  .nav{height:70px}
  .brand img{width:172px;max-height:58px}
  .hero{padding:50px 0 44px}
  .hero-grid{gap:32px}
  h1{font-size:40px;line-height:1.04;margin-bottom:20px}
  .lead{font-size:17px;line-height:1.55;margin-bottom:26px}
  .eyebrow{font-size:10px;margin-bottom:14px}
  .hero-panel{border-radius:14px}
  .metric{padding:20px 22px}
  .metric strong{font-size:19px}
  .metric p{font-size:13px;line-height:1.5}

  .trust-items{
    min-height:58px;
    padding:13px 0;
    font-size:10px;
    gap:10px 12px;
  }

  .section{padding:58px 0}
  .section-heading{margin-bottom:30px}
  .section h2{font-size:36px;line-height:1.08;margin-bottom:16px}
  .section-heading>p:last-child{font-size:16px;line-height:1.55}

  .cards{gap:14px}
  .card{
    padding:26px;
    min-height:0;
    border-radius:12px;
  }
  .card-number{margin-bottom:18px}
  .card h3{font-size:21px;margin-bottom:10px}
  .card p{font-size:15px;line-height:1.55}

  .two-col{gap:24px}
  .check-list>div{padding:14px 0}
  .check-list p{font-size:15px;line-height:1.5}

  .steps{gap:14px}
  .step{padding:26px}
  .step>span{width:38px;height:38px;margin-bottom:20px}
  .step h3{font-size:21px}
  .step p{font-size:15px;line-height:1.55}

  .about-grid{gap:28px}
  .about-mark{width:140px;height:140px;font-size:46px}
  .about-mark:after{width:84px;bottom:31px}
  .about-lead{font-size:18px}
  .about p{font-size:15px;line-height:1.6}

  .proof-grid{grid-template-columns:1fr}
  .proof-grid>div{
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid #d8d0c4;
  }
  .proof-grid>div:last-child{border-bottom:0}

  .contact-grid{gap:30px}
  .contact-lead{font-size:16px}
  .contact-form{padding:24px}
}

@media (max-width:560px){
  .nav{height:66px}
  .brand img{width:160px}
  .menu-button{font-size:24px}
  .nav-links{top:66px}

  .hero{padding:44px 0 40px}
  h1{font-size:38px}
  .section{padding:52px 0}
  .section h2{font-size:34px}
  .card{padding:24px}
  .step{padding:24px}
}


/* V3 final brand polish */
.about-mark{
  overflow:hidden;
}
.about-mark img{
  width:68%;
  height:68%;
  object-fit:contain;
  display:block;
}
.footer-grid img{
  width:165px;
  max-width:165px;
}

@media (max-width:850px){
  .brand img{
    width:192px;
    max-height:62px;
  }
  .footer-grid img{
    width:145px;
    max-width:145px;
  }
  .about-mark img{
    width:72%;
    height:72%;
  }
}

@media (max-width:560px){
  .brand img{
    width:178px;
    max-height:60px;
  }
  .footer-grid img{
    width:132px;
    max-width:132px;
  }
}
