*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gold:#d4a843;--gold-light:#e8c96a;--gold-dark:#b8922e;
  --bg:#0d0f14;--bg-card:#161922;--bg-card-hover:#1c2030;
  --text:#e4e4e7;--text-muted:#9ca3af;--text-dim:#6b7280;
  --border:#2a2d3a;--border-light:#3a3d4a;
  --radius:12px;--max:1140px;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--gold);text-decoration:none}
a:hover{color:var(--gold-light)}
img{max-width:100%;display:block}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(13,15,20,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:var(--max);margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.nav-brand{display:block;line-height:0;flex-shrink:0}
.nav-brand:hover{opacity:.9}
.nav-logo{display:block;width:190px;height:auto}
@media(max-width:640px){.nav-logo{width:140px}}
.nav-links{display:flex;gap:1.5rem;align-items:center}
.nav-links a{color:var(--text-muted);font-size:.875rem;transition:color .2s}
.nav-links a:hover{color:var(--text)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;transition:all .2s;border:none;cursor:pointer}
.btn-primary{background:var(--gold);color:#0d0f14}.btn-primary:hover{background:var(--gold-light);color:#0d0f14}
.btn-outline{border:1px solid var(--border-light);color:var(--text);background:transparent}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.btn-lg{padding:.85rem 2.25rem;font-size:1rem}

/* HERO */
.hero{padding:9rem 1.5rem 4rem;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(212,168,67,.08),transparent)}
.hero-brand{display:flex;justify-content:center;margin-bottom:2.5rem}
.hero-brand .hero-logo{display:block;width:360px;max-width:85vw;height:auto;margin:0 auto}
@media(max-width:640px){.hero-brand .hero-logo{width:240px}}
.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:750px;margin:0 auto}
.hero h1 span{color:var(--gold)}
.hero p{margin-top:1.25rem;font-size:1.125rem;color:var(--text-muted);max-width:580px;margin-left:auto;margin-right:auto}
.hero-actions{margin-top:2.5rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero-sub{margin-top:1rem;font-size:.8rem;color:var(--text-dim)}

/* SECTIONS */
section{padding:5rem 1.5rem}
.section-inner{max-width:var(--max);margin:0 auto}
.section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem}
.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em}
.section-subtitle{color:var(--text-muted);margin-top:.5rem;max-width:560px}

/* PRODUCTS */
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2.5rem}
.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,transform .15s}
.product-card:hover{border-color:var(--gold-dark);transform:translateY(-2px)}
.product-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem;background:rgba(212,168,67,.1)}
.product-card h3{font-size:1.125rem;font-weight:700}
.product-card p{color:var(--text-muted);font-size:.875rem;margin-top:.5rem}
.product-price{margin-top:1.25rem;font-size:1.5rem;font-weight:800;color:var(--gold)}
.product-price span{font-size:.875rem;font-weight:400;color:var(--text-dim)}

/* HOW IT WORKS */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2.5rem}
.step{text-align:center}
.step-num{width:48px;height:48px;border-radius:50%;background:rgba(212,168,67,.12);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;margin-bottom:1rem}
.step h3{font-size:1rem;font-weight:700}
.step p{color:var(--text-muted);font-size:.875rem;margin-top:.35rem}

/* PRICING */
.pricing-table{margin-top:2.5rem;overflow-x:auto}
.pricing-table table{width:100%;border-collapse:collapse;min-width:540px}
.pricing-table th,.pricing-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--border)}
.pricing-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);font-weight:600}
.pricing-table td{font-size:.9rem}
.pricing-table tr:last-child td{border-bottom:none}
.pricing-highlight{color:var(--gold);font-weight:700}
.pricing-note{margin-top:1rem;font-size:.8rem;color:var(--text-dim);text-align:center}

/* BUNDLE */
.bundle-banner{margin-top:2rem;background:linear-gradient(135deg,rgba(212,168,67,.08),rgba(212,168,67,.02));border:1px solid var(--gold-dark);border-radius:var(--radius);padding:2rem;text-align:center}
.bundle-banner h3{color:var(--gold);font-size:1.25rem;font-weight:700}
.bundle-banner p{color:var(--text-muted);font-size:.9rem;margin-top:.5rem}
.bundle-price{font-size:2rem;font-weight:800;color:var(--gold);margin-top:.75rem}
.bundle-price span{font-size:.9rem;font-weight:400;color:var(--text-dim)}
.bundle-original{text-decoration:line-through;color:var(--text-dim);font-size:.9rem;margin-left:.5rem;font-weight:400}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem}
@media(max-width:700px){.contact-grid{grid-template-columns:1fr}}
.contact-info p{color:var(--text-muted);font-size:.9rem;margin-top:.5rem}
.contact-info a{color:var(--gold)}
.contact-form{display:flex;flex-direction:column;gap:1rem}
.contact-form label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.7rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.875rem;font-family:inherit;outline:none;transition:border-color .2s}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--gold)}
.contact-form textarea{resize:vertical;min-height:100px}
.form-status{font-size:.85rem;padding:.5rem 0}
.form-status.success{color:#22c55e}
.form-status.error{color:#ef4444}

/* FOOTER */
.footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem}
.footer-inner{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-brand{display:inline-flex;align-items:center;gap:.65rem}
.footer-brand .footer-logo{display:block;width:100px;height:auto;opacity:.7}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{color:var(--text-dim);font-size:.8rem}
.footer-links a:hover{color:var(--text)}
.footer-copy{font-size:.8rem;color:var(--text-dim)}

@media(max-width:640px){
  .nav-links a:not(.btn){display:none}
  .hero h1{font-size:1.75rem}
  .hero-actions{flex-direction:column;align-items:center}
  .footer-inner{flex-direction:column;text-align:center}
}
