:root {
  --black: #090909;
  --panel: #11110f;
  --gold: #d6ad4b;
  --gold-light: #f2d98c;
  --green: #25d366;
  --green-dark: #128c4a;
  --white: #f7f5ef;
  --muted: #aaa79d;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--black);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--black);
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  background:
    radial-gradient(circle at 50% -15%, rgba(214, 173, 75, .14), transparent 38rem),
    var(--black);
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  max-width: 32rem;
  margin: 0 auto;
  padding: calc(1.5rem + env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) calc(1.25rem + env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
  overflow: hidden;
}

.glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.glow-top {
  top: -10rem;
  right: -12rem;
  width: 25rem;
  height: 25rem;
  background: radial-gradient(circle, rgba(214, 173, 75, .12), transparent 68%);
}

.glow-bottom {
  bottom: 1rem;
  left: -15rem;
  width: 25rem;
  height: 25rem;
  background: radial-gradient(circle, rgba(37, 211, 102, .07), transparent 68%);
}

.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid rgba(242, 217, 140, .65);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(214, 173, 75, .2), rgba(214, 173, 75, .03));
  box-shadow: inset 0 0 0 4px var(--black), inset 0 0 0 5px rgba(214, 173, 75, .25);
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.brand-name {
  display: flex;
  flex-direction: column;
  color: #e9e6dd;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .17em;
  line-height: 1.28;
  text-transform: uppercase;
}

.brand-name strong {
  color: var(--gold-light);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .35em;
}

.hero {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 9vh, 5rem) 0 clamp(2.4rem, 7vh, 4rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.15rem;
  color: #d2cfc6;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.eyebrow span {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(37, 211, 102, .11), 0 0 18px rgba(37, 211, 102, .45);
}

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.65rem, 12vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
}

h1 em {
  color: var(--gold-light);
  font-style: normal;
}

.lead {
  max-width: 28rem;
  margin: 1.35rem 0 0;
  color: #bbb8af;
  font-size: clamp(1.05rem, 4.7vw, 1.25rem);
  line-height: 1.55;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem .95rem;
  margin: 1.8rem 0 2rem;
  padding: 0;
  color: #e6e3db;
  font-size: .82rem;
  font-weight: 650;
  list-style: none;
}

.benefits li {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.check {
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(214, 173, 75, .5);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: .62rem;
}

.whatsapp-button {
  display: grid;
  grid-template-columns: 2.35rem 1fr auto;
  align-items: center;
  gap: .75rem;
  min-height: 4.45rem;
  padding: .72rem 1.15rem .72rem .78rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 1.05rem;
  background: linear-gradient(135deg, var(--green), #1fc05c);
  box-shadow: 0 .8rem 2.5rem rgba(37, 211, 102, .18), inset 0 1px rgba(255, 255, 255, .22);
  color: #052c13;
  font-size: clamp(.94rem, 4.2vw, 1.08rem);
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.wa-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: #fff;
  color: var(--green-dark);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: -.03em;
}

.arrow {
  font-size: 1.35rem;
}

.whatsapp-button:hover {
  filter: brightness(1.06);
  box-shadow: 0 1rem 3rem rgba(37, 211, 102, .25), inset 0 1px rgba(255, 255, 255, .22);
}

.whatsapp-button:active {
  transform: scale(.985);
}

.whatsapp-button:focus-visible,
footer a:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.microcopy {
  margin: .85rem 0 0;
  color: #77756f;
  font-size: .7rem;
  letter-spacing: .035em;
  text-align: center;
}

.microcopy span {
  color: var(--green);
  font-size: .46rem;
  vertical-align: .12rem;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 173, 75, .17);
  color: #77756f;
  font-size: .7rem;
  letter-spacing: .045em;
}

footer a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: #d7d3c9;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.privacy-note {
  margin: .55rem 0 0;
  color: #5f5d58;
  font-size: .58rem;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 40rem) {
  .page-shell {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-height: 42rem) {
  .hero {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
  }

  .lead {
    margin-top: 1rem;
  }

  .benefits {
    margin-top: 1.3rem;
    margin-bottom: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-button {
    transition: none;
  }
}
