:root {
  --ink: #121410;
  --ink-2: #1c2118;
  --paper: #f4ecd8;
  --paper-2: #ebe1c8;
  --muted: #6e6758;
  --line: rgba(18, 20, 16, 0.12);
  --gold: #e8b43c;
  --gold-2: #c9921a;
  --wa: #128c7e;
  --wa-2: #075e54;
  --wa-text: #f4fff9;
  --spark: #ffe08a;
  --max: 1120px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(8, 10, 6, 0.28);
  --font-d: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
  --font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

img,
svg {
  max-width: 100%;
}

a {
  color: var(--wa-2);
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 80;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(18, 20, 16, 0.92);
  color: var(--paper);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(244, 236, 216, 0.08);
}

.top.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.top__bar {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  margin-right: auto;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--gold);
  color: var(--ink);
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__text strong {
  font-family: var(--font-d);
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.brand__text small {
  color: rgba(244, 236, 216, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav {
  display: none;
  gap: 18px;
}

.nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
  opacity: 0.82;
}

.nav a:hover,
.nav a:focus-visible {
  opacity: 1;
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 18px;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.btn--wa {
  background: var(--wa);
  color: var(--wa-text);
}

.btn--wa:hover {
  background: var(--wa-2);
}

.btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(244, 236, 216, 0.28);
}

.btn--sm {
  padding: 8px 14px;
  font-size: 0.9rem;
}

.btn--xl {
  padding: 16px 22px;
  font-size: 1.05rem;
}

.btn--block {
  width: 100%;
}

.hero {
  position: relative;
  background: radial-gradient(1200px 500px at 80% -10%, rgba(232, 180, 60, 0.18), transparent 50%),
    var(--ink);
  color: var(--paper);
  overflow: hidden;
  padding: 48px 0 72px;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244, 236, 216, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 236, 216, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  gap: 32px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

.kicker--dark {
  color: var(--gold-2);
}

.pin {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(232, 180, 60, 0.2);
}

h1,
h2,
h3 {
  font-family: var(--font-d);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

h1 {
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  font-weight: 900;
  max-width: 14ch;
}

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

h2 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 800;
}

h3 {
  font-size: 1.55rem;
  font-weight: 800;
}

.lede {
  font-size: 1.12rem;
  color: rgba(244, 236, 216, 0.82);
  max-width: 42ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 16px;
}

.hero__phone {
  color: rgba(244, 236, 216, 0.7);
  font-size: 0.95rem;
}

.mono {
  font-family: var(--mono);
  color: var(--spark);
}

.hero__panel {
  background: linear-gradient(180deg, #2a2618, #19170f);
  border: 1px solid rgba(232, 180, 60, 0.28);
  border-radius: var(--radius);
  padding: 22px 22px 18px;
  box-shadow: var(--shadow);
}

.stamp {
  font-family: var(--font-d);
  font-size: clamp(3.2rem, 10vw, 4.4rem);
  font-weight: 900;
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.06em;
  line-height: 0.8;
}

.hero__panel-k {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 236, 216, 0.55);
  margin: 8px 0 18px;
}

.ticket {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ticket li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px dashed rgba(244, 236, 216, 0.16);
  padding-top: 10px;
  font-size: 0.92rem;
}

.ticket span {
  color: rgba(244, 236, 216, 0.55);
}

.hero__panel-foot {
  margin: 16px 0 0;
  font-size: 0.82rem;
  color: rgba(244, 236, 216, 0.55);
}

.section {
  padding: 72px 0;
}

.section__head {
  max-width: 620px;
  margin-bottom: 32px;
}

.section__head p,
.place p {
  color: var(--muted);
}

.section__head--light p:not(.kicker) {
  color: rgba(244, 236, 216, 0.75);
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.card {
  position: relative;
  background: #fffdf6;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 20px 20px;
}

.card__n {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--muted);
}

.card__icon {
  width: 40px;
  height: 40px;
  color: var(--gold-2);
  margin-bottom: 10px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.proof {
  background: var(--ink-2);
  color: var(--paper);
  padding: 72px 0;
}

.stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.stats li {
  background: rgba(244, 236, 216, 0.05);
  border: 1px solid rgba(244, 236, 216, 0.1);
  border-radius: 16px;
  padding: 20px;
}

.stats strong {
  display: block;
  font-family: var(--font-d);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 6px;
}

.stats span {
  color: rgba(244, 236, 216, 0.75);
}

.note {
  margin: 28px 0 0;
  padding: 20px 22px;
  border-left: 4px solid var(--gold);
  background: rgba(232, 180, 60, 0.08);
}

.note p {
  margin: 0;
}

.split {
  display: grid;
  gap: 28px;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  font-family: var(--mono);
  color: var(--gold-2);
}

.faq details[open] summary::after {
  content: "–";
}

.faq p {
  color: var(--muted);
  margin: 10px 0 4px;
}

.place {
  background: #fffdf6;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.place__list {
  padding-left: 18px;
  color: var(--muted);
  margin: 0 0 20px;
}

.cta {
  background:
    linear-gradient(135deg, rgba(18, 20, 16, 0.92), rgba(18, 20, 16, 0.78)),
    repeating-linear-gradient(-45deg, #e8b43c 0 12px, #c9921a 12px 24px);
  color: var(--paper);
  padding: 64px 0;
}

.cta__inner {
  display: grid;
  gap: 22px;
  align-items: center;
}

.cta .kicker {
  color: var(--spark);
}

.cta p:not(.kicker) {
  color: rgba(244, 236, 216, 0.82);
  max-width: 46ch;
}

.foot {
  background: var(--ink);
  color: rgba(244, 236, 216, 0.7);
  padding: 28px 0 96px;
  font-size: 0.9rem;
}

.foot a {
  color: var(--gold);
}

.foot__inner {
  display: grid;
  gap: 6px;
}

.foot p {
  margin: 0;
}

.float-wa {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wa);
  color: var(--wa-text);
  text-decoration: none;
  font-weight: 700;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(7, 94, 84, 0.45);
}

.float-wa:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 719px) {
  .float-wa {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
  }

  .float-wa span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .hero {
    padding-bottom: 88px;
  }

  .ticket li {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .hero__panel {
    padding-right: 20px;
    padding-bottom: 28px;
  }
}

@media (min-width: 720px) {
  .nav {
    display: flex;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    padding: 72px 0 96px;
  }
}

@media (min-width: 960px) {
  .hero__inner,
  .split,
  .cta__inner {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .foot {
    padding-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .float-wa {
    transition: none;
  }
}
