:root {
  --purple-950: #160622;
  --purple-900: #210a34;
  --purple-800: #351051;
  --purple-700: #511b7d;
  --purple-600: #6825a2;
  --purple-500: #7a35bd;
  --gold-500: #f4c853;
  --gold-400: #ffdc7c;
  --white: #ffffff;
  --muted: #ddd1e7;
  --line: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }

html { min-height: 100%; background: #160622; }

body {
  min-height: 100%;
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 8%, rgba(135, 60, 195, .26), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(239, 187, 67, .12), transparent 28%),
    linear-gradient(135deg, var(--purple-950) 0%, var(--purple-900) 42%, #170722 100%);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.page-shell {
  position: relative;
  width: min(1540px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 34px 0 18px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.ambient {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .48;
}

.ambient-one {
  width: 520px;
  height: 520px;
  top: -280px;
  left: -180px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 100px rgba(138, 62, 197, .18);
}

.ambient-two {
  width: 760px;
  height: 220px;
  right: -180px;
  bottom: -130px;
  transform: rotate(-8deg);
  background: linear-gradient(90deg, transparent, rgba(244, 200, 83, .28));
}

.dot-grid {
  position: absolute;
  z-index: -1;
  right: -12px;
  top: 118px;
  width: 112px;
  height: 150px;
  opacity: .42;
  background-image: radial-gradient(var(--gold-500) 1.6px, transparent 1.8px);
  background-size: 17px 17px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.brand-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--purple-600), var(--purple-800));
  box-shadow: 0 14px 35px rgba(0, 0, 0, .3), inset 0 1px rgba(255,255,255,.16);
}

.brand-mark img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: clamp(1.5rem, 2vw, 2.2rem); letter-spacing: .035em; }
.brand-copy small { margin-top: 9px; color: var(--gold-400); letter-spacing: .24em; font-weight: 700; }

.header-benefits {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #f5ebfb;
  font-size: .98rem;
}

.header-benefits i { width: 1px; height: 18px; background: rgba(255,255,255,.28); }

.hero {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(580px, 2.25fr) minmax(270px, 1fr);
  align-items: center;
  gap: 26px;
}

.benefit-list { display: grid; gap: 6px; }
.benefit-item { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.benefit-item:last-child { border-bottom: 0; }
.benefit-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-400); background: linear-gradient(145deg, rgba(130,55,192,.48), rgba(59,18,88,.75)); border: 1px solid rgba(255,220,124,.3); box-shadow: inset 0 0 24px rgba(141,73,198,.24); }
.benefit-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-item div { display: flex; flex-direction: column; gap: 6px; }
.benefit-item strong { font-size: 1.02rem; }
.benefit-item small { color: #c9bad4; line-height: 1.35; }

.move-card {
  position: relative;
  text-align: center;
  padding: clamp(38px, 5vw, 70px) clamp(28px, 5vw, 76px) 38px;
  border: 1px solid rgba(255, 216, 117, .44);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(101, 38, 148, .72), rgba(35, 10, 53, .86));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px rgba(255,255,255,.12);
  overflow: hidden;
  backdrop-filter: blur(15px);
}

.move-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.1), transparent 35%);
}

.route-symbol {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  color: var(--gold-400);
  border-radius: 50%;
  border: 1px solid rgba(255,220,124,.72);
  background: linear-gradient(145deg, #7f3bb2, #35104f);
  box-shadow: 0 0 0 10px rgba(255,255,255,.035), 0 10px 30px rgba(0,0,0,.25);
}
.route-symbol svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.eyebrow { margin: 7px 0 14px; color: var(--gold-400); font-weight: 800; letter-spacing: .18em; font-size: .82rem; }
.move-card h1 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.5rem); line-height: .94; letter-spacing: -.05em; }
.move-card h1 span { display: inline-block; margin-top: 9px; color: var(--gold-500); text-shadow: 0 4px 22px rgba(244,200,83,.16); }
.lead { margin: 28px auto 0; font-size: clamp(1.15rem, 1.55vw, 1.42rem); line-height: 1.45; }
.lead strong { color: var(--gold-400); }
.support { max-width: 660px; margin: 10px auto 28px; color: var(--muted); font-size: 1.04rem; line-height: 1.55; }

.primary-button {
  width: min(590px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 30px 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 999px;
  color: #2b103d;
  text-decoration: none;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 900;
  background: linear-gradient(180deg, #ffe28a, #e9af29);
  border: 1px solid #ffecb2;
  box-shadow: 0 16px 34px rgba(232, 172, 35, .24), inset 0 2px rgba(255,255,255,.45);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.primary-button:hover { transform: translateY(-3px); filter: brightness(1.04); box-shadow: 0 22px 42px rgba(232,172,35,.3), inset 0 2px rgba(255,255,255,.45); }
.primary-button:focus-visible { outline: 4px solid rgba(255,255,255,.75); outline-offset: 5px; }
.button-icon { width: 49px; height: 49px; flex: 0 0 49px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-400); background: #2d103e; font-size: 1.8rem; }

.safe-note { margin: 18px 0 0; color: #d8cadf; display: flex; justify-content: center; align-items: center; gap: 9px; font-size: .91rem; }
.safe-note svg { width: 19px; fill: none; stroke: var(--gold-400); stroke-width: 1.8; }

.visual-panel { position: relative; min-height: 550px; }
.pin-orbit { position: absolute; top: 64px; left: 40px; width: 230px; height: 230px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(244,200,83,.28), rgba(89,27,126,.3) 45%, transparent 67%); }
.pin-orbit::after { content: ""; position: absolute; bottom: 8px; width: 150px; height: 34px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,212,102,.75), rgba(244,200,83,.1) 48%, transparent 70%); filter: blur(3px); }
.pin { position: relative; z-index: 1; width: 142px; height: 172px; display: grid; place-items: center; color: var(--gold-400); filter: drop-shadow(0 25px 20px rgba(0,0,0,.38)); }
.pin svg { width: 100%; fill: url(#none); stroke: currentColor; stroke-width: 1.3; }
.pin::before { content: ""; position: absolute; inset: 20px 20px 36px; z-index: -1; border-radius: 50%; background: linear-gradient(145deg, #8241b8, #42125f); box-shadow: inset 0 5px 10px rgba(255,255,255,.18); }
.route-line { position: absolute; top: 75px; left: -40px; width: 210px; height: 120px; border-top: 2px dashed rgba(255,213,105,.62); border-radius: 50%; transform: rotate(17deg); }
.reward { position: absolute; display: grid; place-items: center; color: #3b164e; background: linear-gradient(145deg, #ffdf7e, #c98b18); border: 1px solid #ffe99c; box-shadow: 0 22px 36px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.35); }
.reward-ticket { right: 16px; bottom: 94px; width: 134px; height: 84px; border-radius: 16px; transform: rotate(8deg); font-size: 2.4rem; font-weight: 900; }
.reward-gift { left: 10px; bottom: 18px; width: 124px; height: 124px; border-radius: 28px; color: var(--gold-400); background: linear-gradient(145deg, #7232a6, #35104f); border-color: rgba(255,220,124,.3); }
.reward-gift svg { width: 68px; fill: none; stroke: currentColor; stroke-width: 1.2; }

.footer-zone {
  margin-top: 24px;
  padding-top: 0;
}

.address-strip {
  width: min(900px, calc(100% - 300px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 25px;
  background: rgba(40, 12, 61, .72);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
.address-block { display: flex; align-items: center; gap: 14px; }
.address-block:last-child { justify-content: flex-end; text-align: right; }
.address-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-400); border: 1px solid rgba(255,220,124,.4); background: rgba(120,50,177,.25); font-size: 1.45rem; }
.address-block div { display: flex; flex-direction: column; gap: 5px; }
.address-block small { color: #cdbfd6; }
.address-block strong { font-size: 1.08rem; }
.new-address strong { color: var(--gold-400); }
.change-arrow { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-400); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); font-size: 1.5rem; }

footer {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 18px;
  padding-bottom: 2px;
  color: #a997b5;
  font-size: .82rem;
}

@media (max-width: 1180px) {
  .hero { grid-template-columns: 190px minmax(0, 1fr); }
  .visual-panel { display: none; }
  .address-strip { width: min(850px, 100%); }
}

@media (max-width: 820px) {
  .page-shell { width: min(100% - 28px, 720px); padding-top: 22px; }
  .site-header { justify-content: center; }
  .header-benefits { display: none; }
  .hero { display: block; }
  .benefit-list { display: none; }
  .move-card { margin-top: 56px; padding: 62px 20px 28px; border-radius: 28px; }
  .move-card h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .primary-button { min-height: 66px; padding-right: 16px; gap: 12px; }
  .button-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .address-strip { grid-template-columns: 1fr; gap: 14px; text-align: center; padding: 20px; }
  .address-block, .address-block:last-child { justify-content: center; text-align: center; }
  .change-arrow { margin: 0 auto; transform: rotate(90deg); }
}

@media (max-width: 520px) {
  .brand-copy strong { font-size: 1.3rem; }
  .brand-copy small { font-size: .63rem; letter-spacing: .14em; }
  .brand-mark { width: 54px; height: 54px; border-radius: 15px; }
  .brand-mark img { width: 42px; height: 42px; }
  .move-card { margin-top: 46px; }
  .support { font-size: .96rem; }
  .primary-button { font-size: .98rem; }
  .safe-note { align-items: flex-start; line-height: 1.4; }
  footer { flex-wrap: wrap; text-align: center; }
}


/* Em telas realmente altas, mantém o rodapé no fim da viewport.
   Em telas mais baixas, a página termina naturalmente logo após o rodapé,
   sem criar uma área vazia artificial. */
@media (min-height: 900px) and (min-width: 821px) {
  body { min-height: 100vh; }

  .page-shell {
    min-height: 100vh;
  }

  .footer-zone {
    margin-top: auto;
    padding-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
