*{box-sizing:border-box}
:root{--dark:#101010;--red:#bd3036;--gold:#c79a45;--text:#161616;--muted:#5f5f5f;--soft:#f7f2ed;--line:#e9ded4}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#fff;color:var(--text)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.site-header{height:76px;padding:0 7vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}
.brand img{width:250px}
.desktop-nav{display:flex;gap:34px;font-weight:800}
.header-actions{display:flex;gap:16px;align-items:center}
.call-link{font-weight:900}
.header-zap{background:#111;color:#fff;padding:14px 24px;border-radius:999px;font-weight:900}

.hero{min-height:650px;background:radial-gradient(circle at 20% 0%,#25252b,#111 48%,#070707);color:#fff;display:grid;grid-template-columns:1fr .95fr;overflow:hidden}
.hero-copy{padding:86px 5vw 70px 13vw;display:flex;flex-direction:column;justify-content:center}
.eyebrow{margin:0 0 14px;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:13px}
.hero h1,.section h2,.final-cta h2{font-family:"Playfair Display",serif;line-height:1;letter-spacing:-.035em;margin:0}
.hero h1{font-size:clamp(52px,6vw,88px);max-width:720px}
.hero-text{font-size:22px;line-height:1.55;color:#eee;max-width:760px;margin:24px 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn-primary,.btn-secondary{min-height:56px;border-radius:999px;padding:0 28px;display:inline-flex;gap:10px;align-items:center;justify-content:center;font-weight:900}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 16px 40px rgba(189,48,54,.28)}
.btn-secondary{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.04)}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px}
.hero-points span{font-weight:800;color:#f1f1f1;display:inline-flex;gap:8px;align-items:center}
.hero-points i{color:var(--gold)}
.hero-photo{height:650px;position:relative}
.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111 0%,rgba(17,17,17,.35) 18%,transparent 42%);z-index:1}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}

.trust-strip{background:#15181c;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 7vw}
.trust-strip div{display:flex;gap:14px;align-items:center}
.trust-strip i{width:44px;height:44px;flex:0 0 44px;color:var(--gold);font-size:34px;display:flex;align-items:center;justify-content:center}
.trust-strip strong{display:block;font-size:16px}
.trust-strip small{display:block;color:#d7d7d7;margin-top:3px}

.section{padding:82px 13vw}
.section-head{max-width:900px;margin-bottom:34px}
.section h2{font-size:clamp(38px,4.8vw,68px)}
.section-head p:not(.eyebrow){color:#555;font-size:18px;line-height:1.65}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.method{background:var(--soft)}
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:28px;min-height:245px;transition:.25s ease}
.card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.06)}
.area-icon{width:72px;height:72px;border-radius:18px;background:#111;color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:20px}
.card h3{font-size:23px;margin:0 0 12px}
.card p,.about-copy p,.faq p,.final-cta p{color:#555;line-height:1.65;margin:0}

.about{background:#111;color:#fff;display:grid;grid-template-columns:520px 1fr;gap:64px;align-items:center}
.about-photo{height:650px;border-radius:28px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.35)}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.about-copy h2{font-size:58px;margin:0 0 22px;font-family:"Playfair Display",serif;line-height:1}
.about-copy p{color:#ddd;font-size:18px;margin-bottom:16px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.badges span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800}

.faq{background:#fafafa}
details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:12px}
summary{font-weight:900;cursor:pointer}

.final-cta{text-align:center;background:radial-gradient(circle at 50% 0%,#26262b,#111 60%,#080808);color:#fff;padding:70px 20px}
.final-cta p{color:#ddd;max-width:640px;margin:16px auto 26px}
.final-cta h2{font-size:clamp(36px,4.5vw,66px)}
.center{justify-content:center}

.footer{background:#080808;color:#fff;padding:40px 7vw 96px;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:30px;border-top:1px solid rgba(255,255,255,.1)}
.footer-brand strong{display:block;font-size:22px;margin-bottom:10px}
.footer a,.footer p{display:block;color:#ddd;line-height:1.75;margin:0}
.footer div > strong{color:var(--gold);display:block;margin-bottom:8px}
.mobile-sticky{display:none}

@media(max-width:900px){
  .desktop-nav,.call-link{display:none}
  .site-header{height:70px;padding:0 18px}
  .brand img{width:230px}
  .header-zap{padding:12px 18px}

  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:34px 22px 34px}
  .hero h1{font-size:42px}
  .hero-text{font-size:18px;margin:18px 0 24px}
  .hero-photo{height:330px;order:-1}
  .hero-photo:before{display:none}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .btn-primary,.btn-secondary{padding:0 12px;font-size:15px;min-height:54px}
  .hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
  .hero-points span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px;text-align:center;font-size:13px;justify-content:center}
  .hero-points span:last-child{grid-column:1/3}

  .trust-strip{grid-template-columns:1fr 1fr;padding:20px;gap:16px}
  .trust-strip div{align-items:flex-start}
  .trust-strip i{font-size:26px;width:34px;height:34px;flex-basis:34px}
  .trust-strip strong{font-size:13px}
  .trust-strip small{font-size:12px}

  .section{padding:50px 20px}
  .section h2{font-size:34px}
  .area-grid,.method-grid{grid-template-columns:1fr 1fr;gap:12px}
  .card{padding:18px;border-radius:18px;min-height:205px}
  .area-icon{width:54px;height:54px;border-radius:15px;font-size:25px;margin-bottom:13px}
  .card h3{font-size:17px;margin-bottom:8px}
  .card p{font-size:13px;line-height:1.45}

  .about{grid-template-columns:1fr;gap:24px;padding:55px 20px}
  .about-photo{height:420px;border-radius:22px}
  .about-copy h2{font-size:38px}
  .about-copy p{font-size:15px}

  .final-cta{padding:48px 20px}
  .footer{grid-template-columns:1fr;padding:34px 20px 90px}

  .mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:90;background:#101010;border-radius:999px;padding:7px;display:flex;box-shadow:0 18px 60px rgba(0,0,0,.35)}
  .mobile-sticky a{flex:1;color:#fff;font-weight:900;text-align:center;padding:14px;border-radius:999px}
  .mobile-sticky .zap{background:var(--red)}
}

@media(max-width:420px){
  .brand img{width:210px}
  .header-zap{font-size:14px;padding:11px 15px}
  .hero h1{font-size:38px}
  .area-grid,.method-grid{gap:10px}
  .card{padding:16px;min-height:198px}
}
