:root {
  --bg-black: #0a0f0e;
  --bg-near-black: #0d1615;
  --dark-teal: #0f332e;
  --dark-teal-2: #124039;
  --dark-teal-3: #13665f;
  --cream: #ece7e2;
  --cream-2: #e3ded7;
  --cream-3: #f7efe7;
  --ink: #000000f5;
  --ink-soft: #445350;
  /* --orange: #f85d07; */
  --orange: #ff6813;
  --orange-dark: #d94e02;
  --teal-accent: #1fb3a0;
  --teal-accent-soft: rgba(31, 179, 160, 0.14);
  --white: #f8faf9;
  --text-muted: #b8c6c3;
  --text-muted-2: #a5adab;
  --text-muted-3: #778984;
  --text-faint: #7f918d;
  --border-soft: rgba(255, 255, 255, 0.12);
  --border-soft-ink: rgba(23, 33, 31, 0.12);
  --card-radius: 20px;
  --container-w: 1180px;
  --shadow-card: 0 30px 60px -25px rgba(0, 0, 0, 0.45);
  --ff: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--ff);
  background: var(--cream);
  color: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); font-weight: 400; }

h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }

h3 { font-size: 1.05rem; }

p { margin: 0 0 14px; color: var(--text-muted); }

strong { color: inherit; font-weight: 700; }

.eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--teal-accent);
  margin: 0 0 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: 0;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 24px -10px rgba(248, 93, 7, 0.55);
}

.btn-orange:hover { background: var(--orange-dark); transform: translateY(-1px); }

.btn-block { width: 100%; }

.btn-sm { padding: 10px 20px; font-size: 0.85rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 15, 14, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brand { display: flex; align-items: center; gap: 14px; }

.brand img { height: 67px; width: auto; }

.brand-tagline {
  font-size: 0.45rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  /* border-left: 1px solid var(--border-soft); */
}

.site-header .btn-sm { padding: 19px 32px; font-size: 0.95rem; }

.hero-bg { position: absolute; inset: 0; z-index: 0; }

.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,12,11,0.35) 0%, rgba(5,14,13,0.4) 55%, var(--bg-black) 100%),
    linear-gradient(90deg, rgba(4,10,9,0.45) 0%, rgba(4,10,9,0.05) 55%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "copy" "video" "card";
  gap: 32px;
  align-items: start;
}

.hero-copy { grid-area: copy; min-width: 0; }

.hero-video { grid-area: video; min-width: 0; }

.hero-card { grid-area: card; min-width: 0; }

.hero-meta {
    font-size: 0.91rem;
    font-weight: 400;
    color: var(--white);
    margin: 0 0px 13px;
}

.hero-ticker { display: none; }

.hero-card { display: flex; flex-direction: column; gap: 14px; width: 87%;}

.hero-card-panel {
  background: rgb(255 255 255 / 16%);
  border-radius: var(--card-radius);
  padding: 22px 24px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-card);
}

.hero-badges-calendar-icon img, .hero-badges-calendar-icon span{
  margin-left: 3px !important;
}

.hero-badges { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 15px; width: 92%;}

.hero-badges li { display: flex; align-items: center; gap: 12px; font-size: 1.05rem; font-weight: 400; color: #eef3f1; max-width: 27ch; }

.hero-badges img { width: 26px; height: 24px; object-fit: contain; flex: none; opacity: 0.95; }

.hero-price { text-align: center; padding-top: 4px; }

.hero-price-label { display: block; line-height: 1; font-size: 0.9rem; color: var(--text-faint); margin-bottom: -2px; }

.hero-price-value { font-size: 3.6rem; font-weight: 800; color: var(--orange); font-family: monospace;}

.hero-price-dollar-sign { font-size: 1.15rem; font-weight: 200; vertical-align: middle; color: var(--white); }

.hero-card .btn { margin-top: -22px; position: relative; z-index: 2; width: 80%; align-self: center; }

.hero-fine-print { text-align: center; font-size: 0.78rem; color: var(--text-faint); margin: 4px 0 0; }

.hero-video {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.hero-video-play svg { fill: var(--dark-teal); margin-left: 3px; }

.hero-video-play:hover { background: var(--white); transform: translate(-50%, -50%) scale(1.06); }

.method {
  position: relative;
  background-color: var(--dark-teal);
  background-image: url(../images/background-image-187.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 76px 0;
}

.method-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 auto 56px;
}

.method-title-accent { color: var(--teal-accent); }

.method-lead {
    color: var(--text-muted);
    font-size: 1.42rem;
    margin: 0;
    max-width: 28ch;
    line-height: normal;
}

.method-people { display: flex; flex-direction: column; gap: 40px; }

.method-person { display: flex; gap: 20px; align-items: flex-start; }

.method-person-photo img { width: 100%; height: 100%; object-fit: cover; }

.method-person-content h3 {
    color: var(--orange);
    font-size: 1.30rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.method-person-content h4 + p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }

.testimonial-video-thumb {
  position: relative;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease;
}

.testimonial-video-thumb:hover { transform: translateY(-4px); }

.testimonial-video-thumb img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-video-carousel { position: relative; }

.testimonial-video-arrow { display: none; }

.passport-wrap::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/wave-lines.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1330px 700px;
  opacity: 0.55;
  pointer-events: none;
}

.passport-card {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 auto;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--card-radius);
  padding: 38px 44px;
  box-shadow: var(--shadow-card);
}

.passport-card .eyebrow {
    color: #6e7c75;
    text-align: center;
    font-weight: 400;
    font-size: 0.84rem;
    letter-spacing: 0.18em;
}

.passport-card h3 { font-size: 1.6rem !important; color: #202524 !important; max-width: 14ch; text-align: center; margin: 0 auto;}

.passport-price { font-size: 3.6rem; font-weight: 800; color: var(--teal-accent); margin-bottom: 4px; text-align: center; font-family: monospace;}

.passport-price span { font-size: 1.4rem; font-weight: 700; vertical-align: middle; margin-right: 2px; }

.check-list { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 13px; }

.check-list li { position: relative; padding-left: 26px; font-size: 0.88rem; color: #294742; }

.check-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--teal-accent); border: none;
}

.check-list li::after {
    content: "";
    position: absolute;
    left: 4.5px;
    top: 8px;
    width: 5px;
    height: 3px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(-45deg);
}

.passport-cta {
  position: relative;
  z-index: 2;
  display: flex;
  margin: -22px auto 0;
  width: 22%;
  min-width: 260px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.passport-callout {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 940px;
  margin: 56px auto 0;
  background: linear-gradient(150deg, var(--dark-teal-2) 0%, var(--dark-teal) 100%);
  border-radius: var(--card-radius);
  padding: 30px 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.passport-callout-lead {
  color: var(--teal-accent);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  max-width: 23ch;
}

.passport-callout-body {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  flex: 1;
  max-width: 36ch;
}

.passport-callout-cta-wrap {
  position: relative;
  flex: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.passport-callout-wave {
    position: absolute;
    top: -39px;
    left: 50%;
    height: 228%;
    transform: translateX(-42%);
    opacity: 0.45;
    max-width: 170%;
    pointer-events: none;
}

.passport-callout-cta {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  padding: 8px 32px;
  font-size: 0.75rem;
}

.form-fit-bg {
    background-image: url(../images/background-image-187.png);
    background-size: 99%;
    opacity: 0.95;
    background-position: center;
}

.form-section {
  padding: 72px 0;
}

.form-inner { display: grid; grid-template-columns: 1fr; gap: 40px; }

.form-copy-logo-img { height: 46px; width: auto; margin-bottom: 22px; }

.form-copy-heading {
  color: var(--white);
  max-width: 17ch;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin: 0 0 14px;
}

.form-copy-subtext {
  color: var(--text-faint);
  font-size: 0.92rem;
  max-width: 38ch;
  margin: 0;
}

.signup-card {
  background: var(--white);
  border-radius: var(--card-radius);
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
}

.field { margin-bottom: 16px; }

.field label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 6px; color: #234943; }

.field input, .field select {
  width: 100%; padding: 13px 14px; border-radius: 10px;
  border: 1px solid #d3e0dd; background: #f4f6f5;
  font-family: var(--ff); font-size: 0.92rem; color: var(--ink);
}

.field select option { color: #111; }

.phone-group { display: flex; gap: 8px; }

.phone-group select { flex: none; width: auto; min-width: 92px; padding-left: 8px; padding-right: 4px; }

.phone-group input { flex: 1; min-width: 0; }

.field input::placeholder { color: #90a3a0; }

.field input:focus, .field select:focus {
  outline: none; border-color: var(--teal-accent); box-shadow: 0 0 0 3px var(--teal-accent-soft);
}

.field-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  color: #445350;
  cursor: pointer;
}

.consent-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex: none;
  margin-top: 2px;
  accent-color: var(--teal-accent);
  cursor: pointer;
}

.consent-check a { color: var(--dark-teal-3); font-weight: 700; text-decoration: underline; }

.btn:disabled { opacity: 0.5; cursor: not-allowed; }

.btn:disabled:hover { background: var(--orange); transform: none; }

.form-fine-print { font-size: 0.72rem; color: #5c716d; margin: 14px 0 0; text-align: center; }

.form-success { text-align: center; margin: 14px 0 0; }

.form-success-title { color: var(--ink); font-weight: 800; font-size: 1.15rem; margin: 0 0 6px; }

.form-success-text { color: var(--dark-teal-3); font-weight: 600; font-size: 0.9rem; margin: 0; }

.form-error { text-align: center; color: #b3261e; font-weight: 700; font-size: 0.85rem; margin: 14px 0 0; }

.faq { position: relative; overflow: hidden; background: var(--cream); padding: 64px 0; }

.faq-ghost {
  position: absolute;
  top: -0.28em;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(3.2rem, 9vw, 7rem);
  font-weight: 800;
  color: var(--ink);
  opacity: 0.06;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.faq .container { position: relative; z-index: 1; }

.faq h2 { color: var(--ink-soft); margin-bottom: 36px; }

.faq h2 strong { color: var(--orange); }

/* Coluna única em qualquer largura. Com 2 colunas, abrir um item esticava a
   linha inteira do grid e deixava um buraco vazio ao lado do item aberto.
   A ordem abaixo reproduz a leitura por coluna que a versão de 2 colunas
   tinha (coluna esquerda inteira, depois a direita). */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: start; max-width: 820px; }

.faq-item-presencial   { order: 1; }
.faq-item-data         { order: 2; }
.faq-item-passaporte   { order: 3; }
.faq-item-quem-deve    { order: 4; }
.faq-item-evento-serve { order: 5; }
.faq-item-formulario   { order: 6; }
.faq-item-instagram    { order: 7; }
.faq-item-venda-outro  { order: 8; }
.faq-item-diagnostico  { order: 9; }

.faq-item { background: var(--white); border-radius: 14px; overflow: hidden; }

.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 14px;
  background: transparent; border: none; color: var(--ink); font-family: var(--ff);
  font-size: 0.92rem; font-weight: 600; text-align: left; padding: 18px 20px; cursor: pointer;
}

.faq-icon {
  width: 26px; height: 26px; flex: none; padding: 5px; box-sizing: border-box;
  color: var(--teal-accent); border: 1.5px solid var(--teal-accent); border-radius: 50%;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-icon { transform: rotate(180deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }

.faq-answer p { padding: 0 20px 18px; margin: 0; font-size: 0.87rem; color: var(--ink-soft); }

.site-footer { background: var(--bg-near-black); border-top: 1px solid var(--border-soft); padding: 40px 0; }

.footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; }

.footer-brand { margin-bottom: 6px; gap: 0;}

.footer-brand img {
    height: 56px;
}

.footer-inner p {
  font-size: 0.8rem; color: var(--text-faint); margin: 0;
  text-transform: uppercase; letter-spacing: 0.06em;
}

.footer-social { margin-top: 4px; color: var(--text-muted); display: inline-flex; }

.footer-social:hover { color: var(--teal-accent); }

.video-modal { display: none; position: fixed; inset: 0; z-index: 200; }

.video-modal.open { display: block; }

.video-modal-backdrop { position: absolute; inset: 0; background: rgba(6, 12, 11, 0.85); }

.video-modal-dialog {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 92vw;
  max-height: 88vh;
}

.video-modal-frame {
  position: relative;
  display: inline-block;
  line-height: 0;
  max-width: 92vw;
  max-height: 88vh;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.video-modal-frame video {
  display: block;
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
  height: auto;
}

.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-close:hover { background: rgba(255, 255, 255, 0.22); }

.redirect-modal { display: none; position: fixed; inset: 0; z-index: 210; }

.redirect-modal.open { display: block; }

.redirect-modal-backdrop { position: absolute; inset: 0; background: rgba(6, 12, 11, 0.9); }

.redirect-modal-dialog {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(360px, 86vw);
  text-align: center;
  background: linear-gradient(150deg, var(--dark-teal) 0%, var(--dark-teal-3) 100%);
  border-radius: var(--card-radius);
  padding: 40px 28px;
  box-shadow: var(--shadow-card);
}

.redirect-modal-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: var(--orange);
  animation: redirect-spin 0.8s linear infinite;
  margin-bottom: 20px;
}

.redirect-modal-text { color: var(--white); font-size: 1rem; margin: 0; }

.redirect-modal-text strong { color: var(--white); }

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background: var(--bg-near-black);
  border-top: 1px solid var(--border-soft);
  padding: 18px 24px;
  box-shadow: 0 -12px 30px -10px rgba(0, 0, 0, 0.5);
}

.cookie-banner-inner {
  max-width: var(--container-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-banner-inner p { color: var(--text-muted); font-size: 0.82rem; margin: 0; max-width: 68ch; }

.cookie-banner-inner a { color: var(--white); font-weight: 700; text-decoration: underline; }

.cookie-banner-actions { display: flex; align-items: center; gap: 12px; flex: none; }

.cookie-reject {
  background: transparent;
  border: 1px solid var(--border-soft);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border-radius: 0;
  cursor: pointer;
}

.cookie-reject:hover { color: var(--white); border-color: var(--text-muted); }

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 150;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #198d44;
  color: var(--white);
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.15s ease;
}

.whatsapp-float:hover { transform: translateY(-2px); }

.whatsapp-float img { width: 24px; height: 24px; flex: none; }
