:root {
  --bg: #0b0b0c;
  --bg-alt: #131315;
  --card: #1a1a1d;
  --line: #2a2a2e;
  --gold: #e0a526;
  --gold-dark: #b98413;
  --text: #f4f4f4;
  --muted: #b3b3b8;
  --wa: #25d366;
  --wa-dark: #1ebe5a;
  --radius: 14px;
  --max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5.5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.gold { color: var(--gold); }
.icon { width: 1.25em; height: 1.25em; flex: none; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 12, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { color: var(--gold); display: grid; place-items: center; }
.brand-mark .icon { width: 34px; height: 34px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-size: 1.35rem; letter-spacing: .04em; }
.brand-text small { color: var(--gold); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; font-weight: 700; }

.nav > ul { display: flex; align-items: center; gap: 4px; }
.nav a:not(.btn) { display: block; padding: 10px 14px; border-radius: 8px; font-weight: 600; font-size: .95rem; color: var(--text); }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--gold); }
.has-sub { position: relative; }
.sub {
  position: absolute; top: 100%; left: 0; min-width: 230px;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .5);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s;
}
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--text); border-radius: 10px; padding: 8px; cursor: pointer; }
.nav-toggle .icon { width: 26px; height: 26px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px; font-weight: 700; border: 2px solid transparent;
  cursor: pointer; transition: transform .12s, background .15s, border-color .15s; text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 8px 16px; font-size: .92rem; }
.btn-lg { padding: 16px 28px; font-size: 1.05rem; }
.btn-wa { background: var(--wa); color: #06210f; }
.btn-wa:hover { background: var(--wa-dark); }
.btn-ghost { border-color: var(--gold); color: var(--gold); }
.btn-ghost:hover { background: var(--gold); color: #1a1200; }

/* Hero */
.hero, .page-hero {
  background:
    radial-gradient(900px 400px at 85% -10%, rgba(224, 165, 38, .18), transparent 60%),
    linear-gradient(180deg, #111113, var(--bg));
  border-bottom: 1px solid var(--line);
}
.hero { padding: clamp(56px, 9vw, 110px) 0; }
.page-hero { padding: clamp(36px, 6vw, 72px) 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; }
.hero-lead { font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: var(--muted); max-width: 720px; margin: 1em 0 1.6em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 28px; color: var(--muted); font-size: .95rem; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points .icon { color: var(--gold); }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--gold); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; }
.hero-photos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; aspect-ratio: 1 / 1.05; }
.hero-photos img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }
.hero-photos .hp-main { grid-row: 1 / 3; }
.page-photo img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--gold-dark); box-shadow: 0 20px 50px rgba(0, 0, 0, .5); }

/* Sections */
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section-alt { background: var(--bg-alt); border-block: 1px solid var(--line); }
.section-lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 32px; }

.card-img { max-width: none; width: calc(100% + 48px); margin: -24px -24px 18px; height: 170px; object-fit: cover; border-radius: var(--radius) var(--radius) 0 0; border-bottom: 1px solid var(--line); }
.cards-sm .card-img { max-width: none; width: calc(100% + 40px); margin: -20px -20px 16px; height: 120px; }
.card-icon {
  display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
  background: rgba(224, 165, 38, .12); color: var(--gold); margin-bottom: 14px;
}
.card-icon .icon { width: 28px; height: 28px; }
.card-icon.big { width: 64px; height: 64px; }
.card-icon.big .icon { width: 34px; height: 34px; }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.card {
  display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px; transition: transform .15s, border-color .15s;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold); }
.card p { color: var(--muted); font-size: .95rem; }
.card-link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-weight: 700; font-size: .95rem; }
.card-link .icon { width: 1.1em; height: 1.1em; }
.cards-sm { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.cards-sm .card { padding: 20px; }

.why { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-top: 28px; }
.why p { color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 28px; }
.steps li { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.steps p { color: var(--muted); margin: 0; }
.step-n {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold); color: #1a1200; font-weight: 800; margin-bottom: 14px;
}

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.checklist { display: grid; gap: 14px; margin-top: 18px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist .icon { color: var(--gold); margin-top: 3px; width: 1.3em; height: 1.3em; }

/* FAQ */
.faq { display: grid; gap: 12px; margin-top: 24px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 0 20px; }
.faq summary { cursor: pointer; padding: 18px 0; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-bottom: 6px; }

/* CTA */
.cta-band { background: linear-gradient(120deg, #1d1606, #2a1f07); border-block: 1px solid var(--gold-dark); padding: 48px 0; }
.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner p { color: var(--muted); margin: 0; }
.cta-inner h2 { margin-bottom: .3em; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Footer */
.site-footer { background: #070708; border-top: 1px solid var(--line); padding-top: 48px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 36px; }
.footer-title { color: var(--text); font-weight: 800; margin-bottom: .8em; }
.footer-tag { color: var(--gold); font-weight: 700; }
.site-footer li { margin-bottom: 8px; }
.site-footer li a, .site-footer li span { display: inline-flex; align-items: center; gap: 8px; }
.site-footer li a:hover { color: var(--gold); }
.site-footer .icon { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 32px; padding: 18px 20px 90px; font-size: .85rem; }

/* Floating WhatsApp */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--wa); color: #06210f; font-weight: 800;
  padding: 14px 18px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0, 0, 0, .5);
  transition: transform .15s;
}
.wa-float:hover { transform: scale(1.05); }
.wa-float .icon { width: 26px; height: 26px; }

/* Mobile */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero-photos { aspect-ratio: 16 / 10; grid-template-columns: 1.4fr 1fr; }
  .hero-photos img { min-width: 0; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--bg);
    border-bottom: 1px solid var(--line); padding: 12px 20px 20px; display: none;
    max-height: calc(100vh - 68px); overflow-y: auto;
  }
  .nav.open { display: block; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav a:not(.btn) { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .sub { position: static; opacity: 1; visibility: visible; transform: none; background: none; border: 0; box-shadow: none; padding: 0 0 0 14px; min-width: 0; }
  .nav li:last-child { margin-top: 14px; }
  .nav .btn { width: 100%; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-actions .btn { width: 100%; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
}
@media (max-width: 520px) {
  .hero-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
