:root {
  --black: #080808;
  --charcoal: #141414;
  --cream: #fffaf2;
  --gold: #d9b36b;
  --soft-gold: #f3dfb6;
  --muted: #6f675c;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, 92%); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 242, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 179, 107, 0.25);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { width: 150px; }
nav { display: flex; gap: 24px; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--gold); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--black);
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(217, 179, 107, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(217, 179, 107, 0.32); }
.btn-small { padding: 10px 16px; font-size: 14px; }
.btn-outline { background: transparent; color: var(--charcoal); box-shadow: none; }

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 80px 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(217,179,107,.35), transparent 26%),
    linear-gradient(135deg, #fffaf2 0%, #f6ead8 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--gold); font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; font-size: 12px; }
h1, h2, h3 { line-height: 1.1; margin: 0 0 18px; }
h1 { font-size: clamp(42px, 7vw, 76px); letter-spacing: -0.06em; max-width: 760px; }
h2 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -0.04em; }
h3 { font-size: 24px; }
.lead { font-size: 20px; color: var(--muted); max-width: 670px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.trust-row span { border: 1px solid rgba(217,179,107,.35); border-radius: 999px; padding: 9px 14px; font-size: 13px; background: rgba(255,255,255,.55); }
.hero-card {
  background: var(--black);
  color: var(--white);
  padding: 36px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  text-align: center;
  border: 1px solid rgba(217,179,107,.45);
}
.hero-card img { width: 220px; margin: 0 auto 24px; border-radius: 24px; padding: 12px; border: 1px solid rgba(217,179,107,.25); }
.price { color: var(--gold); font-size: 54px; font-weight: 900; margin: 8px 0; letter-spacing: -0.05em; }
.text-link { color: var(--gold); font-weight: 900; }

.section { padding: 90px 0; }
.cards, .reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.card, blockquote, .special-box, .contact-card, details {
  background: var(--white);
  border: 1px solid rgba(217,179,107,.28);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,.05);
}
.card p, .section p, blockquote { color: var(--muted); }
.special-section { background: var(--black); color: var(--white); }
.special-section p { color: #e8dfd0; }
.split { display: grid; grid-template-columns: 1fr 0.75fr; gap: 40px; align-items: center; }
.special-box { color: var(--charcoal); }
.special-box ul { padding-left: 20px; margin-bottom: 28px; font-weight: 800; }
blockquote { margin: 0; font-size: 18px; font-weight: 700; }
details { margin-bottom: 14px; }
summary { cursor: pointer; font-weight: 900; }
.contact-section { background: linear-gradient(135deg, #f9eddc 0%, #fffaf2 100%); }
.contact-card { max-width: 760px; }

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  background: #25D366;
  color: white;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
}
footer { background: var(--black); color: var(--white); padding: 28px 0; }
.footer-content { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: #cfc6b8; }

.nav-instagram { display: flex; align-items: center; color: var(--charcoal); transition: color 0.2s; }
.nav-instagram:hover { color: var(--gold); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.pricing-group h3 { color: var(--gold); font-size: 18px; margin-bottom: 18px; letter-spacing: 0.04em; text-transform: uppercase; }
.price-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.price-list li { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 12px; color: #e8dfd0; font-size: 15px; }
.price-list li span:last-child { color: var(--gold); font-weight: 900; white-space: nowrap; }
.pricing-cta-bar {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  border: 1px solid rgba(217,179,107,.25);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  flex-wrap: wrap;
}
.pricing-cta-bar p { color: #e8dfd0; margin: 0; flex: 1; }
.footer-instagram { display: flex; align-items: center; gap: 8px; color: #cfc6b8; transition: color 0.2s; }
.footer-instagram:hover { color: var(--gold); }

@media (max-width: 820px) {
  .nav { height: auto; padding: 14px 0; flex-wrap: wrap; }
  nav { order: 3; width: 100%; justify-content: center; gap: 16px; flex-wrap: wrap; }
  .logo { width: 130px; }
  .hero { padding: 46px 0; min-height: auto; }
  .hero-grid, .split, .cards, .reviews, .pricing-grid { grid-template-columns: 1fr; }
  h1 { font-size: 46px; }
  .btn { width: 100%; }
  .btn-small { width: auto; }
}
