:root {
  --black: #0b0908;
  --ink: #15100d;
  --gold: #f5b91a;
  --gold-bright: #ffd84c;
  --red: #df301b;
  --muted: #b7a89e;
  --line: rgba(245, 185, 26, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #fff7ef; background: var(--black); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
.ember-field { position: fixed; inset: 0; pointer-events: none; opacity: .28; background-image: radial-gradient(circle at 74% 17%, #ffcc31 0 1px, transparent 2px), radial-gradient(circle at 17% 69%, #ff4c21 0 1px, transparent 2px), radial-gradient(circle at 85% 75%, #ff9f20 0 1px, transparent 2px); background-size: 180px 180px, 230px 230px, 300px 300px; }
.site-header { position: relative; z-index: 2; max-width: 1240px; margin: auto; padding: 28px 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 11px; align-items: center; color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-weight: 800; letter-spacing: 2px; text-decoration: none; }
.brand b { color: var(--gold); font-weight: 800; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 23px; font-style: italic; }
.header-cta { color: #f9c72d; font-size: 13px; font-weight: 700; text-decoration: none; letter-spacing: .4px; }
.header-cta span { margin-left: 7px; font-size: 18px; }
.hero { position: relative; z-index: 1; max-width: 1240px; min-height: calc(100vh - 91px); margin: auto; padding: 75px 5vw 62px; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 55px; }
.eyebrow { color: var(--gold); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 2.6px; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 10px 3px 0; background: var(--red); }
h1, h2 { margin: 16px 0 22px; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .86; letter-spacing: 1px; font-size: clamp(60px, 7vw, 108px); }
h1 em, h2 em { color: var(--gold-bright); font-style: normal; }
.hero-text { max-width: 460px; color: var(--muted); line-height: 1.75; font-size: 15px; }
.offer-line { display: flex; align-items: center; gap: 12px; margin: 27px 0; color: var(--gold); font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; }
.offer-line strong { font-size: 70px; line-height: .75; font-weight: 900; }
.offer-line span { color: #fff7ef; font-size: 28px; line-height: .78; font-weight: 800; }
.offer-line small { color: var(--gold); font-family: "DM Sans", sans-serif; font-size: 9px; letter-spacing: 1px; }
.primary-button { display: inline-flex; align-items: center; gap: 12px; padding: 17px 21px; border: 1px solid #ffdc4e; border-radius: 2px; color: var(--ink); background: linear-gradient(105deg, #ffbf1e, #ffe261); box-shadow: 0 10px 32px rgba(245, 185, 26, .2); font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(245, 185, 26, .36); }
.whatsapp-icon { display: grid; width: 23px; height: 23px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 18px; line-height: 1; }
.arrow { margin-left: 10px; font-size: 20px; }
.trust-row { display: flex; gap: 16px; margin-top: 27px; color: #8e8178; font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.trust-row span { color: var(--gold); }
.hero-art { position: relative; display: flex; justify-content: center; }
.art-frame { position: relative; width: min(100%, 510px); filter: drop-shadow(0 20px 45px rgba(255, 56, 11, .23)); }
.art-frame a { display: block; transition: transform .35s ease; }
.art-frame a:hover { transform: rotate(1deg) scale(1.02); }
.art-frame img { display: block; width: 100%; height: auto; border: 1px solid rgba(245, 185, 26, .55); }
.click-hint { position: absolute; right: -20px; bottom: 24px; padding: 10px 13px; color: var(--ink); background: var(--gold-bright); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; transform: rotate(-3deg); }
.click-hint b { margin-left: 5px; font-size: 15px; }
.benefits { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1240px; margin: auto; padding: 22px 5vw 32px; border-top: 1px solid var(--line); }
.benefits > div { display: flex; align-items: center; gap: 15px; padding: 10px 22px; border-right: 1px solid var(--line); }
.benefits > div:last-child { border: 0; }
.benefit-number { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 29px; font-weight: 800; }
.benefits strong, .benefits small { display: block; }
.benefits strong { color: #f4e5d6; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.benefits small { margin-top: 5px; color: #85766d; font-size: 11px; }
.modal-backdrop { position: fixed; z-index: 5; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(0, 0, 0, .78); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.modal-backdrop.is-visible { opacity: 1; visibility: visible; }
.offer-modal { position: relative; width: min(100%, 450px); max-height: calc(100vh - 44px); overflow-y: auto; padding: 44px; border: 1px solid var(--gold); background: radial-gradient(circle at 90% 0%, rgba(191, 37, 20, .5), transparent 42%), #17100d; box-shadow: 0 20px 80px rgba(0, 0, 0, .7); transform: translateY(18px); transition: transform .35s; }
.is-visible .offer-modal { transform: translateY(0); }
.modal-art { display: block; margin: -20px -20px 25px; border: 1px solid rgba(245, 185, 26, .55); }
.modal-art img { display: block; width: 100%; height: auto; transition: transform .3s ease; }
.modal-art:hover img { transform: scale(1.04); }
.offer-modal h2 { font-size: 58px; margin-bottom: 18px; }
.offer-modal p:not(.eyebrow) { color: var(--muted); line-height: 1.6; font-size: 14px; }
.offer-modal small { display: block; margin-top: 18px; color: #8e8178; font-size: 11px; letter-spacing: 1px; }
.close-modal { position: absolute; top: 13px; right: 17px; border: 0; color: #fff; background: none; font-size: 30px; cursor: pointer; }

@media (max-width: 820px) {
  .site-header { padding-top: 20px; padding-bottom: 20px; }
  .header-cta { font-size: 11px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 56px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-right: auto; margin-left: auto; }
  .offer-line, .trust-row { justify-content: center; }
  .hero-art { order: -1; }
  .art-frame { width: min(100%, 430px); }
  .click-hint { right: -5px; }
  .benefits { grid-template-columns: 1fr; gap: 10px; }
  .benefits > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 0; }
}
@media (max-width: 460px) {
  .brand { font-size: 18px; }
  .brand-mark { width: 29px; height: 29px; font-size: 19px; }
  .header-cta { max-width: 95px; text-align: right; line-height: 1.35; }
  h1 { font-size: 64px; }
  .hero { padding-right: 20px; padding-left: 20px; }
  .trust-row { flex-wrap: wrap; line-height: 1.5; }
  .offer-modal { padding: 36px 24px 30px; }
  .modal-art { margin: -12px -12px 22px; }
  .offer-modal h2 { font-size: 48px; }
}