/* Landing premium — Andrade Lima
   Direção visual: minimalista, espaçamento amplo, cards suaves e hierarquia limpa.
*/

:root {
  --bg: #f6f3ee;
  --surface: #fffdf9;
  --surface-2: #ebe5dc;
  --text: #151515;
  --muted: #6f6a62;
  --line: rgba(21, 21, 21, 0.10);
  --dark: #0f0f10;
  --dark-2: #1b1b1d;
  --cream: #f8efe1;
  --gold: #bf8f45;
  --gold-2: #e3c281;
  --green: #1f8f4d;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 28px 80px rgba(15, 15, 16, .12);
  --shadow-soft: 0 18px 46px rgba(15, 15, 16, .08);
  --container: 1120px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(191, 143, 69, .18), transparent 34%),
    var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  color: white;
  background: var(--dark);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 238, .78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
}

.header-content {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
}

.brand-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(191, 143, 69, .12);
}

.brand-text {
  letter-spacing: -.02em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-align: center;
}

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

.btn-dark {
  color: white;
  background: var(--dark);
  box-shadow: 0 18px 42px rgba(15, 15, 16, .20);
}

.btn-light {
  color: var(--dark);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 15, 16, .10);
  box-shadow: 0 16px 38px rgba(15, 15, 16, .07);
}

.btn-large {
  min-height: 58px;
  padding: 0 28px;
}

.btn-compact {
  min-height: 42px;
  padding: 0 17px;
  font-size: 14px;
}

.hero {
  padding: 78px 0 92px;
}

.hero-grid,
.split-grid,
.form-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 56px;
  align-items: center;
}

.hero-copy,
.copy-stack {
  display: grid;
  gap: 20px;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 950;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  letter-spacing: -.065em;
  line-height: .96;
}

h1 {
  font-size: clamp(48px, 6.2vw, 84px);
}

h2 {
  font-size: clamp(36px, 4.4vw, 62px);
}

h3 {
  font-size: 23px;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.microcopy,
.privacy-note,
.fine-print {
  color: var(--muted);
  font-size: 13px;
}

.scarcity-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.scarcity-strip span {
  padding: 8px 12px;
  border: 1px solid rgba(191, 143, 69, .22);
  border-radius: 999px;
  background: rgba(255, 253, 249, .68);
  color: #6b4a1e;
  font-size: 13px;
  font-weight: 850;
}

.price-card {
  width: min(100%, 450px);
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 249, .86);
  box-shadow: var(--shadow-soft);
}

.price-card small {
  color: var(--muted);
  font-weight: 800;
}

.price-card strong {
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -.06em;
  line-height: .95;
}

.price-card span {
  color: var(--muted);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.image-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 44px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: min(270px, 74%);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 24px;
  background: rgba(255, 253, 249, .82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.floating-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.floating-card strong {
  line-height: 1.12;
  letter-spacing: -.025em;
}

.floating-card-top {
  top: 28px;
  right: -22px;
}

.floating-card-bottom {
  left: -22px;
  bottom: 34px;
}

.section {
  padding: 92px 0;
}

.section-intro {
  max-width: 850px;
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.section-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 249, .78);
  box-shadow: 0 16px 40px rgba(15, 15, 16, .06);
}

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

.card-number {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--gold);
  background: rgba(191, 143, 69, .10);
  font-size: 12px;
  font-weight: 950;
}

.media-section {
  background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(235,229,220,.70));
}

.video-card {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 253, 249, .8);
  box-shadow: var(--shadow-soft);
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 26px;
  background: black;
}

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

.clean-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-weight: 760;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(191, 143, 69, .12);
}

.dark-section {
  color: white;
  background:
    radial-gradient(circle at 18% 22%, rgba(227, 194, 129, .18), transparent 34%),
    linear-gradient(135deg, var(--dark), var(--dark-2));
}

.dark-section .copy-stack p:not(.eyebrow),
.dark-section .criteria-box li,
.dark-section .premium-panel p {
  color: rgba(255,255,255,.72);
}

.criteria-box,
.premium-panel,
.quote-card,
.note-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.criteria-box {
  background: rgba(255,255,255,.06);
}

.criteria-box ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 16px 0 0;
}

.premium-panel {
  min-height: 500px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
}

.panel-label {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--dark);
  background: var(--gold-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.steps {
  display: grid;
  gap: 12px;
}

.steps div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}

.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--dark);
  background: var(--gold-2);
  font-weight: 950;
}

.quote-card {
  color: var(--text);
  background: rgba(255, 253, 249, .82);
  border-color: var(--line);
  font-size: 19px;
  font-weight: 780;
  letter-spacing: -.02em;
}

.form-section {
  background: var(--surface-2);
}

.form-grid {
  align-items: start;
}

.note-card {
  background: rgba(255, 253, 249, .62);
  border-color: var(--line);
}

.note-card strong {
  display: block;
  margin-bottom: 6px;
}

.note-card p {
  color: var(--muted);
  font-size: 15px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 253, 249, .88);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 860;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(15, 15, 16, .14);
  border-radius: 16px;
  color: var(--text);
  background: white;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 4px solid rgba(191, 143, 69, .18);
  border-color: var(--gold);
}

.final-section {
  background: var(--bg);
}

.final-card {
  max-width: 920px;
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
  padding: clamp(40px, 7vw, 84px);
  border: 1px solid var(--line);
  border-radius: 44px;
  background: rgba(255, 253, 249, .78);
  box-shadow: var(--shadow);
}

.final-card p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-weight: 950;
  box-shadow: 0 18px 48px rgba(31, 143, 77, .30);
}

.site-footer {
  padding: 32px 0 94px;
  color: rgba(255,255,255,.74);
  background: var(--dark);
}

.site-footer .container {
  display: grid;
  gap: 8px;
}

.fine-print {
  max-width: 900px;
  color: rgba(255,255,255,.52);
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .form-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero {
    padding: 54px 0 70px;
  }

  .hero-visual {
    min-height: 520px;
  }

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

  .floating-card-top {
    right: 16px;
  }

  .floating-card-bottom {
    left: 16px;
  }

  .floating-whatsapp {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .header-content {
    min-height: 66px;
  }

  .brand-text {
    font-size: 14px;
  }

  .btn-compact {
    padding: 0 13px;
  }

  h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section {
    padding: 66px 0;
  }

  .hero-actions,
  .hero-actions .btn,
  .lead-form .btn,
  .final-card .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .image-shell,
  .final-card {
    border-radius: 30px;
  }

  .floating-card {
    position: static;
    width: auto;
    margin: 12px 12px 0;
  }

  .floating-card-top {
    margin-top: -90px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .premium-panel {
    min-height: auto;
  }

  .reverse-mobile > .copy-stack {
    order: 2;
  }

  .reverse-mobile > .video-card {
    order: 1;
  }
}
