/* ==========================================================================
   DsArt's Planejados — Landing V4
   Inspirado em Buena Casa + By Arabi — paleta sóbria, mais ar, fotos protagonistas
   ========================================================================== */

:root {
  --gold-100: #FAF3E0;
  --gold-300: #E5C870;
  --gold-400: #D4AF37;
  --gold-500: #B8941F;
  --gold-700: #8C7012;

  --black: #0A0A0A;
  --ink: #1A1A1A;
  --graphite: #2A2A2A;
  --slate-700: #4A4A4A;
  --slate-500: #6A6A6A;
  --slate-300: #B5B5B5;
  --slate-200: #DDDDDD;
  --slate-100: #ECECEC;
  --slate-50:  #F5F5F5;
  --paper:     #FAFAFA;
  --white:     #FFFFFF;

  --wa: #25D366;

  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 16px;

  --shadow-sm: 0 2px 12px rgba(0,0,0,0.04);
  --shadow-md: 0 14px 40px rgba(0,0,0,0.08);
  --shadow-lg: 0 28px 70px rgba(0,0,0,0.15);

  --t-base: 220ms cubic-bezier(.2,.7,.3,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
img, video { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  letter-spacing: -0.5px;
}
em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--gold-500);
  font-weight: 400;
}

a { color: inherit; text-decoration: none; transition: color var(--t-base); }

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ====== KICKER (texto pequeno acima do título) ====== */
.kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--gold-500);
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  padding-left: 38px;
}
.kicker::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: var(--gold-400);
}
.kicker--light { color: var(--gold-300); }
.kicker--light::before { background: var(--gold-300); }

/* ====== HEAD CENTRAL ====== */
.head { max-width: 720px; margin: 0 auto 72px; }
.head--center { text-align: center; }
.head--center .kicker { padding-left: 0; }
.head--center .kicker::before { display: none; }
.head h2 {
  font-size: clamp(38px, 4.5vw, 56px);
  margin-bottom: 24px;
  font-weight: 400;
}
.head p {
  font-size: 17px;
  color: var(--slate-700);
  line-height: 1.75;
}

/* ====== BUTTONS ====== */
.bt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: none;
  border-radius: var(--r-sm);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--t-base);
  white-space: nowrap;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bt i { width: 16px; height: 16px; }

.bt--primary {
  background: var(--black);
  color: var(--white);
}
.bt--primary:hover {
  background: var(--gold-500);
  color: var(--white);
}

.bt--ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
}
.bt--ghost:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

/* WhatsApp icon SVG real via mask */
.icon-wa {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.71.306 1.263.489 1.695.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.71.306 1.263.489 1.695.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/></svg>") center/contain no-repeat;
}

/* BOTÃO WHATSAPP PREMIUM */
.bt--wa {
  background: linear-gradient(135deg, #25D366 0%, #1CB854 100%);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow:
    0 4px 14px rgba(37,211,102,0.35),
    inset 0 1px 0 rgba(255,255,255,0.18);
  position: relative;
}
.bt--wa::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--t-base);
}
.bt--wa:hover {
  background: linear-gradient(135deg, #2BDD6E 0%, #1FC85E 100%);
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(37,211,102,0.5),
    inset 0 1px 0 rgba(255,255,255,0.25);
}
.bt--wa:hover::after { opacity: 1; }
.bt--wa .icon-wa { width: 18px; height: 18px; }

.bt--lg { padding: 18px 40px; font-size: 13px; }
.bt--xl { padding: 22px 44px; font-size: 14px; }
.bt--full { width: 100%; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  transition: background var(--t-base), backdrop-filter var(--t-base);
}
/* Quando rolar a página, header fica sólido */
.hdr.is-scrolled {
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hdr__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hdr__logo img {
  height: 44px;
  width: auto;
  mix-blend-mode: screen;
  filter: brightness(1.3) contrast(1.05) drop-shadow(0 2px 8px rgba(212,175,55,0.4));
}
.hdr__nav {
  display: flex;
  gap: 36px;
}
.hdr__nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  transition: color var(--t-base);
}
.hdr__nav a:hover { color: var(--gold-300); }
.hdr__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #25D366 0%, #1CB854 100%);
  color: var(--white) !important;
  padding: 11px 22px;
  border-radius: var(--r-sm);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 3px 12px rgba(37,211,102,0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: all var(--t-base);
}
.hdr__cta .icon-wa { width: 15px; height: 15px; }
.hdr__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37,211,102,0.5), inset 0 1px 0 rgba(255,255,255,0.25);
  background: linear-gradient(135deg, #2BDD6E 0%, #1FC85E 100%);
}

/* ==========================================================================
   HERO FULLSCREEN — foto cobre tudo + form card flutuante (estilo JC)
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
  margin-top: 0;
  height: 100vh;
  min-height: 620px;
  max-height: 920px;
  background: var(--black);
  overflow: hidden;
}

.hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1800ms cubic-bezier(.4,.0,.2,1);
  transform: scale(1.04);
  animation: heroZoom 24s ease-in-out infinite alternate;
  filter: brightness(0.7) saturate(1.05);
}
.hero__slide.is-active { opacity: 1; }
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1.12); }
}

/* Veil — gradient sutil pra header ficar legível + escurecimento esquerda pro texto */
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    /* fade SUTIL no topo (90px) só pra header ficar legível, depois desaparece */
    linear-gradient(180deg, rgba(10,10,10,0.35) 0px, rgba(10,10,10,0.15) 60px, transparent 120px),
    /* escurecimento da lateral esquerda pro texto */
    linear-gradient(90deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.2) 35%, rgba(10,10,10,0.1) 60%, rgba(10,10,10,0.35) 100%),
    /* leve escuro no rodapé */
    linear-gradient(180deg, transparent 75%, rgba(10,10,10,0.45) 100%);
}

/* Texto sobreposto à foto — compacto, alinhado verticalmente ao form */
.hero__overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14%;
  right: auto;
  max-width: 38%;
  z-index: 2;
  color: var(--white);
  animation: fadeUp 1200ms cubic-bezier(.2,.7,.3,1);
}
.hero__overline {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 5px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gold-400);
}
/* Título compacto de 3 linhas — proporcional ao card do form */
.hero__display {
  margin: 0;
  text-shadow: 0 8px 30px rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
}
.hero__display-1,
.hero__display-2,
.hero__display-3 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: clamp(42px, 4.2vw, 68px);
  color: var(--white);
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 1.15;
  opacity: 0.97;
  margin: 0;
}

/* Selo removido */
.hero__seal { display: none; }

/* Navegação inferior: setas + dots */
.hero__nav {
  position: absolute;
  bottom: 36px;
  left: 8%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
}
.hero__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t-base);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.hero__arrow:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
  transform: translateY(-1px);
}
.hero__dots {
  display: flex;
  gap: 8px;
  margin-left: 12px;
}
.hero__dot {
  width: 28px;
  height: 2px;
  background: rgba(255,255,255,0.35);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  transition: background var(--t-base), transform var(--t-base);
}
.hero__dot.is-active {
  background: var(--gold-400);
  transform: scaleX(1.4);
  transform-origin: left;
}

/* === FORM CARD FLUTUANTE (sobre a foto, à direita, perto do título) === */
.hero__form-wrap {
  position: absolute;
  top: 50%;
  right: 14%;
  transform: translateY(-50%);
  z-index: 3;
  width: min(340px, 30%);
  animation: fadeUp 1200ms cubic-bezier(.2,.7,.3,1) 200ms backwards;
}
.hero__form-card {
  position: relative;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 26px 24px;
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.20),
    0 6px 16px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.8);
}
.hero__form-card::before {
  content: '';
  position: absolute;
  top: -1px; left: 18px; right: 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400), var(--gold-500), var(--gold-400), transparent);
  border-radius: 999px;
}
.hero__form-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
  letter-spacing: -0.5px;
  line-height: 1.05;
}
.hero__form-title em {
  color: var(--gold-600);
  font-style: normal;
}
.hero__form-sub {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: var(--slate-700);
  margin-bottom: 16px;
}
.hero__form-card .fld {
  display: block;
  margin-bottom: 10px;
}
.hero__form-card .fld input,
.hero__form-card .fld select,
.hero__form-card .fld textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid var(--slate-200);
  border-radius: var(--r-sm);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  background: var(--white);
  color: var(--ink);
  transition: border-color var(--t-base), box-shadow var(--t-base);
  resize: vertical;
}
.hero__form-card .fld input:focus,
.hero__form-card .fld select:focus,
.hero__form-card .fld textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
}
.hero__form-card .fld input::placeholder,
.hero__form-card .fld textarea::placeholder {
  color: var(--slate-500);
}
.hero__form-card .fld select {
  color: var(--slate-500);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236a6a6a' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 34px;
}
.hero__form-card .fld select:valid { color: var(--ink); }
.hero__form-card .fld { margin-bottom: 8px; }

.hero__form-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  background: linear-gradient(135deg, var(--gold-400) 0%, var(--gold-500) 100%);
  color: var(--black);
  border: none;
  border-radius: var(--r-sm);
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: all var(--t-base);
  margin-top: 4px;
}
.hero__form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212,175,55,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}


/* BOTÃO GOLD (substitui o preto que ficaria sumido no fundo escuro) */
.bt--gold {
  background: linear-gradient(135deg, var(--gold-400) 0%, var(--gold-500) 100%);
  color: var(--black);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 6px 18px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.2);
}
.bt--gold:hover {
  background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-400) 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212,175,55,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   SCROLL REVEAL — fade-up suave quando elemento entra na viewport
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 800ms cubic-bezier(.2,.7,.3,1), transform 800ms cubic-bezier(.2,.7,.3,1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   STATS — FAIXA DE NÚMEROS
   ========================================================================== */
.stats {
  background: var(--paper);
  border-top: 1px solid var(--slate-100);
  border-bottom: 1px solid var(--slate-100);
  padding: 60px 0;
  position: relative;
}
/* Transição suave do hero (escuro) pra stats (claro) */
.stats::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0; right: 0;
  height: 80px;
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.4) 100%);
  pointer-events: none;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stats__item {
  position: relative;
}
.stats__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px;
  background: var(--slate-200);
}
.stats__item strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  color: var(--black);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.stats__item span {
  font-size: 12px;
  color: var(--slate-500);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ==========================================================================
   FORMULÁRIO — SEÇÃO DESTACADA
   ========================================================================== */
.form-sec {
  padding: 120px 0;
  background: var(--white);
}
.form-sec__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.form-sec__intro h2 {
  font-size: clamp(36px, 4vw, 52px);
  margin-bottom: 24px;
}
.form-sec__intro p {
  font-size: 17px;
  color: var(--slate-700);
  line-height: 1.8;
  margin-bottom: 36px;
}
.form-sec__intro p strong {
  color: var(--ink);
  font-weight: 600;
}
.form-sec__trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-sec__trust div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--slate-700);
  font-weight: 500;
}
.form-sec__trust i {
  width: 18px;
  height: 18px;
  color: var(--gold-500);
  flex-shrink: 0;
}

/* CARD do formulário */
.card-form {
  background: var(--white);
  border: 1px solid var(--slate-100);
  border-radius: var(--r-lg);
  padding: 44px 36px;
  box-shadow: var(--shadow-md);
}
.fld {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.fld span {
  font-size: 12px;
  font-weight: 600;
  color: var(--slate-700);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fld input,
.fld select {
  padding: 14px 16px;
  border: 1px solid var(--slate-200);
  border-radius: var(--r-sm);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  background: var(--white);
  color: var(--ink);
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.fld input:focus,
.fld select:focus {
  outline: none;
  border-color: var(--black);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}
.card-form__legal {
  font-size: 12px;
  color: var(--slate-500);
  text-align: center;
  margin-top: 18px;
  line-height: 1.5;
}

/* ==========================================================================
   POR QUE NÓS (Tabela comparativa elegante)
   ========================================================================== */
.why {
  padding: 120px 0;
  background: var(--paper);
}
.why__cmp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
}
.why__col {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 44px 40px;
  border: 1px solid var(--slate-100);
}
.why__col--good {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.why__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.why__col--bad .why__badge {
  background: var(--slate-50);
  color: var(--slate-700);
}
.why__col--good .why__badge {
  background: var(--gold-400);
  color: var(--black);
}
.why__badge i { width: 14px; height: 14px; }
.why__col ul { list-style: none; }
.why__col li {
  padding: 14px 0;
  border-bottom: 1px solid;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--slate-700);
}
.why__col li strong {
  color: var(--ink);
  font-weight: 600;
}
.why__col--bad li { border-color: var(--slate-100); }
.why__col--good li {
  border-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
}
.why__col--good li strong { color: var(--gold-300); }
.why__col li:last-child { border-bottom: none; }

.why__final {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 30px);
  text-align: center;
  color: var(--ink);
  margin: 60px auto 36px;
  max-width: 760px;
  line-height: 1.4;
}
.why__cta { text-align: center; }

/* ==========================================================================
   PORTFÓLIO — galeria sofisticada
   ========================================================================== */
.port {
  padding: 120px 0;
  background: var(--white);
}
.port__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
  gap: 16px;
}
.port__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  cursor: pointer;
  display: block;
  background: var(--slate-100);
}
.port__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}
.port__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 800ms cubic-bezier(.2,.7,.3,1);
}
.port__item:hover .port__img {
  transform: scale(1.08);
}
.port__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,10,10,0.85) 100%);
  pointer-events: none;
}
.port__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 32px 28px;
  color: var(--white);
}
.port__cap span {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--gold-300);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.port__cap h3 {
  font-size: 22px;
  color: var(--white);
  font-weight: 400;
}

/* ==========================================================================
   BANNER WHATSAPP
   ========================================================================== */
.wa-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--black) 0%, var(--ink) 100%);
  color: var(--white);
}
.wa-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.wa-banner h2 {
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
  margin: 4px 0 8px;
}
.wa-banner p {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  max-width: 480px;
}

/* ==========================================================================
   PROCESSO
   ========================================================================== */
.proc {
  padding: 120px 0;
  background: var(--paper);
}
.proc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.proc__step {
  text-align: center;
  position: relative;
  padding: 32px 16px;
}
.proc__n {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 56px;
  color: var(--gold-400);
  margin-bottom: 18px;
  line-height: 1;
}
.proc__step h3 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 500;
}
.proc__step p {
  font-size: 14.5px;
  color: var(--slate-700);
  line-height: 1.7;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  padding: 120px 0;
  background: var(--white);
}
.faq__list {
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid var(--slate-100);
  padding: 24px 0;
}
.faq__item summary {
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 19px;
  color: var(--black);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 4px 0;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+';
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: var(--gold-500);
  flex-shrink: 0;
  transition: transform var(--t-base);
}
.faq__item[open] summary::after { content: '−'; }
.faq__item p {
  margin-top: 16px;
  font-size: 15px;
  color: var(--slate-700);
  line-height: 1.8;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ftr {
  background: var(--black);
  color: rgba(255,255,255,0.65);
  padding: 80px 0 28px;
}
.ftr__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ftr__brand img {
  height: 70px;
  width: auto;
  margin-bottom: 22px;
  mix-blend-mode: screen;
  filter: brightness(1.3) contrast(1.05) drop-shadow(0 6px 20px rgba(212,175,55,0.3));
}
.ftr__brand p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
}
.ftr__brand strong { color: var(--gold-300); font-weight: 500; }
.ftr__col h4 {
  color: var(--gold-300);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ftr__col a, .ftr__col p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  display: block;
  margin-bottom: 8px;
}
.ftr__col a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ftr__col a:hover { color: var(--gold-300); }
.ftr__col i { width: 14px; height: 14px; color: var(--gold-400); }
.ftr__bottom {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  line-height: 1.8;
}
.ftr__bottom strong { color: rgba(255,255,255,0.6); }

/* ==========================================================================
   WHATSAPP FLUTUANTE (com ícone real)
   ========================================================================== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #25D366 0%, #1CB854 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,0.15);
  box-shadow:
    0 10px 30px rgba(37,211,102,0.45),
    0 2px 8px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.3);
  z-index: 99;
  transition: transform var(--t-base);
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: var(--wa);
  opacity: 0.2;
  animation: pulse 2.4s ease-out infinite;
  z-index: -1;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.25; }
  100% { transform: scale(1.5); opacity: 0; }
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float .icon-wa {
  width: 30px;
  height: 30px;
  color: var(--white);
}

/* ==========================================================================
   BOTÃO VOLTAR AO TOPO
   ========================================================================== */
.to-top {
  position: fixed;
  bottom: 100px;          /* ACIMA do WhatsApp */
  right: 32px;            /* MESMO LADO do WhatsApp */
  width: 46px;
  height: 46px;
  background: rgba(10,10,10,0.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(212,175,55,0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 350ms, transform 350ms, background 200ms, border-color 200ms;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.to-top:hover {
  background: var(--gold-400);
  border-color: var(--gold-400);
  transform: translateY(-3px);
}
.to-top:hover svg { color: var(--black); }
.to-top svg {
  width: 20px;
  height: 20px;
  color: var(--gold-300);
  transition: color 200ms;
}

/* ==========================================================================
   RESPONSIVO — TABLET
   ========================================================================== */
@media (max-width: 1024px) {
  .wrap { padding: 0 24px; }
  .hdr__inner { padding: 12px 24px; }
  .hdr__nav { display: none; }

  /* Hero tablet — foto em cima, form embaixo (estilo JC) */
  .hero { height: auto; min-height: 0; max-height: none; background: var(--paper); }
  .hero__slider, .hero__veil { height: 60vh; min-height: 420px; }
  .hero__overlay {
    top: 28vh;
    transform: translateY(-50%);
    left: 8%; right: 8%;
    max-width: none;
  }
  .hero__display-1,
  .hero__display-2,
  .hero__display-3 { font-size: clamp(36px, 5vw, 54px); }
  .hero__nav {
    left: 8%;
    bottom: auto;
    top: calc(max(60vh, 420px) - 86px);
  }

  .hero__form-wrap {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 520px;
    margin-top: max(calc(60vh - 40px), 380px);
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
  }

  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .stats__item:nth-child(2)::after { display: none; }

  .form-sec__grid { grid-template-columns: 1fr; gap: 48px; }

  .why__cmp { grid-template-columns: 1fr; gap: 16px; }

  .port__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 280px;
  }
  .port__item--lg { grid-column: span 2; }

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

  .ftr__top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

/* ==========================================================================
   RESPONSIVO — MOBILE
   ========================================================================== */
@media (max-width: 720px) {
  .wrap { padding: 0 20px; }

  .hdr__inner { padding: 10px 20px; gap: 12px; }
  .hdr__logo img { height: 34px; }
  .hdr__cta { padding: 9px 14px; font-size: 12px; }
  .hdr__cta span { display: none; }

  /* Hero mobile */
  .hero { margin-top: 0; }
  .hero__slider, .hero__veil { height: 56vh; min-height: 380px; }
  .hero__overlay {
    top: 24vh;
    left: 22px;
    right: 22px;
  }
  .hero__overline { font-size: 10px; letter-spacing: 3px; margin-bottom: 14px; }
  .hero__display-1,
  .hero__display-2,
  .hero__display-3 { font-size: 32px; line-height: 1.15; letter-spacing: -0.3px; }
  .hero__nav {
    left: 22px;
    top: calc(max(56vh, 380px) - 78px);
    bottom: auto;
    gap: 10px;
  }
  .hero__arrow { width: 38px; height: 38px; }
  .hero__dot { width: 22px; }

  .hero__form-wrap {
    margin-top: max(calc(56vh - 36px), 344px);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
    max-width: none;
  }
  .hero__form-card {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .hero__form-title { font-size: 26px; }
  .hero__form-sub { font-size: 13px; margin-bottom: 14px; }

  /* Back-to-top mobile */
  .to-top { bottom: 88px; right: 18px; width: 42px; height: 42px; }
  .hero__p { font-size: 14.5px; margin-bottom: 30px; padding: 0 8px; }
  .hero__buttons { flex-direction: column; gap: 12px; width: 100%; padding: 0 20px; }
  .hero__buttons .bt { width: 100%; }
  .hero__scroll-hint { display: none; }

  /* Stats */
  .stats { padding: 40px 0; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .stats__item::after { display: none !important; }
  .stats__item strong { font-size: 36px; }
  .stats__item span { font-size: 10px; letter-spacing: 2px; }

  /* Form section */
  .form-sec { padding: 70px 0; }
  .form-sec__intro h2 { font-size: 32px; }
  .form-sec__trust { grid-template-columns: 1fr; gap: 10px; }
  .card-form { padding: 28px 22px; }

  /* Why */
  .why { padding: 70px 0; }
  .why__col { padding: 28px 22px; }
  .why__final { font-size: 19px; margin: 36px auto 28px; }

  /* Portfolio */
  .port { padding: 70px 0; }
  .port__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 12px;
  }
  .port__item--lg { grid-column: span 1; grid-row: span 1; }
  .port__cap { padding: 20px 18px; }
  .port__cap h3 { font-size: 18px; }

  /* Banner */
  .wa-banner { padding: 50px 0; }
  .wa-banner__inner { flex-direction: column; text-align: center; gap: 24px; }
  .wa-banner__inner > div:first-child { width: 100%; }

  /* Processo */
  .proc { padding: 70px 0; }
  .proc__grid { grid-template-columns: 1fr; gap: 16px; }
  .proc__step { padding: 20px 12px; }

  /* FAQ */
  .faq { padding: 70px 0; }
  .faq__item summary { font-size: 16px; }

  /* Footer */
  .ftr__top { grid-template-columns: 1fr; gap: 36px; padding-bottom: 36px; margin-bottom: 28px; }
  .ftr__brand img { height: 52px; }

  /* Head central */
  .head { margin-bottom: 50px; }
  .head h2 { font-size: 30px; }
  .head p { font-size: 14.5px; }

  /* WhatsApp float */
  .wa-float { width: 52px; height: 52px; bottom: 18px; right: 18px; }
  .wa-float i { width: 26px; height: 26px; }
}
