:root{
      --black:#090909;
      --black2:#171717;
      --gold:#d6b21f;
      --gold2:#f0d64d;
      --cream:#fbf8ee;
      --white:#fff;
      --muted:#777;
      --line:#ece7d5;
      --shadow:0 18px 50px rgba(0,0,0,.10);
      --radius:22px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#171717;background:#fff}
    a{text-decoration:none;color:inherit}
    .container{width:min(1160px,92%);margin:auto}
    .topbar{background:var(--black);color:#fff;font-size:13px;padding:9px 0}
    .topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center}
    header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #eee}
    nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand img{height:57px;width:auto;display:block}
    .menu{display:flex;gap:25px;align-items:center;font-weight:700;font-size:14px}
    .menu a:hover{color:#a88700}
    .btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s}
    .btn-gold{background:var(--gold);color:#090909}
    .btn-gold:hover{background:var(--gold2);transform:translateY(-1px)}
    .btn-dark{background:var(--black);color:#fff}
    .btn-outline{border-color:#d7c46e;background:#fff}
    .hero{position:relative;overflow:hidden;background:
      radial-gradient(circle at 85% 20%,rgba(214,178,31,.25),transparent 28%),
      linear-gradient(120deg,#090909 0%,#161616 60%,#242016 100%);color:#fff}
    .hero:after{content:"";position:absolute;inset:auto -10% -130px auto;width:560px;height:300px;background:rgba(214,178,31,.13);filter:blur(5px);transform:rotate(-8deg);border-radius:50%}
    .hero-grid{min-height:610px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;position:relative;z-index:1}
    .eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--gold2);font-weight:900;letter-spacing:.13em;text-transform:uppercase;font-size:12px}
    h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:18px 0 20px;max-width:760px}
    .hero p{color:#ddd;line-height:1.75;font-size:17px;max-width:650px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
    .hero-card{background:#fff;color:#171717;border-radius:28px;padding:28px;box-shadow:var(--shadow);max-width:390px;margin-left:auto}
    .hero-card img{width:100%;height:180px;object-fit:contain;background:#faf8f0;border-radius:18px;padding:18px}
    .hero-card h3{margin:20px 0 8px;font-size:24px}
    .hero-card p{font-size:14px;color:#666;margin:0 0 18px}
    .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
    .stat{padding:15px;border:1px solid var(--line);border-radius:16px;text-align:center}
    .stat strong{display:block;font-size:20px}.stat span{font-size:11px;color:#777}
    section{padding:85px 0}
    .section-head{text-align:center;max-width:720px;margin:0 auto 45px}
    .section-head .eyebrow{color:#9a7d00}
    h2{font-size:clamp(30px,4vw,45px);margin:10px 0 12px}
    .section-head p{color:#777;line-height:1.7}
    .cream{background:var(--cream)}
    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .card{background:#fff;border:1px solid #eee8d7;border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(0,0,0,.04)}
    .icon{width:52px;height:52px;border-radius:16px;background:#fff8d8;color:#927500;display:grid;place-items:center;font-size:24px;margin-bottom:18px}
    .card h3{margin:0 0 9px}.card p{color:#707070;line-height:1.7;margin:0}
    .packages{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .package{overflow:hidden;border-radius:24px;border:1px solid #e9e4d2;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.06)}
    .package-top{height:180px;background:linear-gradient(135deg,#151515,#3a3218);display:grid;place-items:center;color:#fff}
    .package-top span{font-size:52px}
    .package-body{padding:25px}
    .tag{display:inline-block;background:#fff6c9;color:#8b7000;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase}
    .package h3{font-size:23px;margin:14px 0 8px}.package p{color:#777;line-height:1.6}
    .package .btn{width:100%;margin-top:8px}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .step{position:relative;padding:25px;border:1px solid #eae5d6;border-radius:20px;background:#fff}
    .num{font-size:36px;font-weight:900;color:var(--gold);line-height:1;margin-bottom:18px}
    .testi{background:#101010;color:#fff}.testi .section-head p{color:#aaa}.testi .section-head .eyebrow{color:var(--gold2)}
    .testimonial{background:#1b1b1b;border:1px solid #302d24;color:#eee}
    .testimonial p{color:#cfcfcf}
    .cta{padding:0 0 85px}.cta-box{background:linear-gradient(120deg,#171717,#080808);color:#fff;border-radius:30px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px}
    .cta-box h2{margin:0 0 10px}.cta-box p{color:#bbb;margin:0}
    footer{background:#070707;color:#fff;padding:55px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:35px}
    footer .brand img{filter:none;margin-bottom:15px}
    footer p,footer li{color:#aaa;line-height:1.7;font-size:14px}
    footer ul{padding:0;margin:0;list-style:none}.footer-title{font-weight:900;margin-bottom:12px;color:#fff}
    .copyright{border-top:1px solid #222;margin-top:35px;padding-top:20px;color:#777;font-size:12px}
    .wa{position:fixed;right:18px;bottom:18px;z-index:50;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:27px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
    @media(max-width:900px){
      .menu{display:none}.hero-grid{grid-template-columns:1fr;padding:70px 0}.hero-card{margin:0;max-width:none}
      .cards,.packages{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
    }
    @media(max-width:600px){
      .topbar .container{justify-content:center;text-align:center}.topbar span:last-child{display:none}
      nav{height:68px}.brand img{height:48px}.hero-grid{min-height:auto;padding:65px 0}
      h1{font-size:44px}.hero p{font-size:15px}.cards,.packages,.steps,.footer-grid{grid-template-columns:1fr}
      section{padding:65px 0}.cta-box{padding:35px 25px;display:block}.cta-box .btn{margin-top:22px;width:100%}
    }
