/* =========================================================
   CERTHA — design system + componentes
   Paleta oficial: #1F0135 · #400067 · #FF0055 · #FFFFFF
   ========================================================= */

:root {
  /* ---- Roxo (da marca) ---- */
  --plum-950: #12001f;
  --plum-900: #1f0135;   /* ROXO PROFUNDO DA MARCA */
  --plum-800: #2b0148;
  --plum-700: #400067;   /* ROXO DA MARCA */
  --plum-600: #560089;
  --plum-500: #6d18a4;
  --plum-300: #b98fd4;
  --plum-200: #ddc9ec;
  --plum-100: #f0e6f8;
  --plum-50:  #f8f4fc;

  /* ---- Magenta (acento da marca) ---- */
  --pink-700: #b8003d;
  --pink-600: #d6004a;
  --pink-500: #ff0055;   /* MAGENTA DA MARCA */
  --pink-400: #ff4a83;
  --pink-200: #ffbdd2;
  --pink-100: #ffe8ef;

  --white: #ffffff;

  /* ---- Tokens semânticos ---- */
  --bg-primary:   var(--white);
  --bg-secondary: var(--plum-50);
  --bg-elevated:  var(--white);
  --bg-deep:      var(--plum-900);

  --text-primary:   var(--plum-900);
  --text-secondary: #5b4a68;
  --text-muted:     #7d6f88;
  --text-on-deep:        #f6f1fa;
  --text-on-deep-muted:  #b9a8c8;

  --border-subtle:  #ebe3f1;
  --border-strong:  var(--plum-200);
  --border-on-deep: rgba(255, 255, 255, .14);
  --border-on-deep-strong: rgba(255, 255, 255, .3);

  --accent:       var(--pink-500);
  --accent-hover: var(--pink-600);

  /* ---- Gradientes da marca ---- */
  --grad-deep:   linear-gradient(140deg, #400067 0%, #1f0135 62%, #2b0148 100%);
  --grad-accent: linear-gradient(120deg, #ff0055 0%, #b8005f 55%, #6d18a4 100%);
  --grad-text:   linear-gradient(96deg, #ff0055 0%, #ff6aa0 55%, #c07bef 100%);

  /* ---- Tipografia ---- */
  --font-display: 'Poppins', system-ui, -apple-system, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  --fs-display: clamp(2.35rem, 5.6vw, 4rem);
  --fs-h2:      clamp(1.75rem, 3.6vw, 2.6rem);
  --fs-lead:    clamp(1.02rem, 1.5vw, 1.15rem);
  --fs-body:    1rem;
  --fs-sm:      .9rem;
  --fs-xs:      .78rem;

  /* ---- Espaçamento (8pt) ---- */
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 16px; --sp-4: 24px;
  --sp-5: 32px; --sp-6: 48px; --sp-7: 64px; --sp-8: 96px; --sp-9: 128px;

  /* ---- Raios ---- */
  --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --r-xl: 32px; --r-full: 999px;

  /* ---- Sombras ---- */
  --sh-1: 0 1px 2px rgba(31,1,53,.06), 0 2px 8px rgba(31,1,53,.05);
  --sh-2: 0 4px 14px rgba(31,1,53,.07), 0 16px 36px rgba(31,1,53,.08);
  --sh-3: 0 10px 26px rgba(31,1,53,.12), 0 34px 74px rgba(31,1,53,.18);
  --sh-accent: 0 10px 26px rgba(255,0,85,.32);

  /* ---- Motion ---- */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --dur: 260ms;

  --container: 1180px;
  --header-h: 74px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -.028em;
  margin: 0;
  font-weight: 700;
  text-wrap: balance;
}

p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-4);
}

.skip-link {
  position: absolute;
  left: -9999px; top: 0;
  z-index: 999;
  background: var(--plum-900);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

.svg-sprite { position: absolute; }

.ic {
  width: 1.1em; height: 1.1em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ic-solid { fill: currentColor; stroke: none; }

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px; width: 0;
  background: var(--grad-accent);
  z-index: 200;
  transition: width 90ms linear;
}

/* =========================================================
   TIPOGRAFIA UTILITÁRIA
   ========================================================= */
.eyebrow {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--sp-3);
}
.section--deep .eyebrow, .hero .eyebrow, .cta-band .eyebrow { color: var(--pink-400); }

.section-sub {
  font-size: var(--fs-lead);
  color: var(--text-secondary);
  max-width: 62ch;
}
.section--deep .section-sub { color: var(--text-on-deep-muted); }

.grad {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grad-ink {
  background: linear-gradient(96deg, #ff0055 0%, #a3008c 60%, #6d18a4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================================================
   BOTÕES
   ========================================================= */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--text-primary);
  --btn-bd: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--r-full);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 600;
  cursor: pointer;
  transition: transform var(--dur) var(--ease),
              background-color var(--dur) var(--ease),
              color var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              filter var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .ic { width: 1.05em; height: 1.05em; }

/* magenta — CTA principal em qualquer fundo */
.btn-accent {
  background: var(--grad-accent);
  background-size: 160% 100%;
  --btn-fg: var(--white);
  --btn-bd: transparent;
  box-shadow: var(--sh-accent);
}
.btn-accent:hover { background-position: 100% 0; box-shadow: 0 14px 32px rgba(255,0,85,.42); }

/* branco sólido — CTA em fundo escuro */
.btn-light { --btn-bg: var(--white); --btn-fg: var(--plum-900); --btn-bd: var(--white); }
.btn-light:hover { --btn-bg: var(--plum-100); --btn-bd: var(--plum-100); box-shadow: 0 12px 30px rgba(0,0,0,.3); }

/* roxo sólido */
.btn-dark { --btn-bg: var(--plum-900); --btn-fg: var(--white); --btn-bd: var(--plum-900); }
.btn-dark:hover { --btn-bg: var(--plum-700); --btn-bd: var(--plum-700); box-shadow: var(--sh-2); }

/* contornado em fundo claro */
.btn-outline { --btn-fg: var(--plum-900); --btn-bd: var(--border-strong); }
.btn-outline:hover { --btn-bd: var(--plum-700); --btn-bg: var(--plum-50); }

/* contornado em fundo escuro */
.btn-outline-light { --btn-fg: var(--white); --btn-bd: var(--border-on-deep-strong); }
.btn-outline-light:hover { --btn-bd: var(--white); --btn-bg: rgba(255,255,255,.1); }

/* fantasma sobre o hero */
.btn-ghost {
  --btn-bg: rgba(255,255,255,.07);
  --btn-fg: var(--white);
  --btn-bd: rgba(255,255,255,.3);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { --btn-bg: rgba(255,255,255,.16); --btn-bd: var(--white); }

.btn-sm { min-height: 42px; padding: 10px 20px; font-size: var(--fs-xs); }
.btn-lg { min-height: 56px; padding: 16px 32px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--plum-900);
  color: var(--text-on-deep);
  transition: box-shadow var(--dur) var(--ease);
}
.site-header.scrolled { box-shadow: 0 10px 34px rgba(31,1,53,.42); }

.topbar {
  background: var(--plum-950);
  border-bottom: 1px solid var(--border-on-deep);
  font-size: var(--fs-xs);
  color: var(--text-on-deep-muted);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  min-height: 38px;
}
.topbar-right { display: flex; align-items: center; gap: var(--sp-3); }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; transition: color var(--dur) var(--ease); }
.topbar-item .ic { color: var(--pink-400); }
a.topbar-item:hover { color: var(--white); }
.topbar-sep { width: 1px; height: 14px; background: var(--border-on-deep); }
.topbar-item, .topbar-right { white-space: nowrap; }
/* mantém a topbar sempre em UMA linha — o menu mobile é posicionado assumindo 38px */
@media (max-width: 860px) { .topbar-slogan { display: none; } }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  min-height: var(--header-h);
}

.brand { display: flex; align-items: center; }
.brand-logo { width: auto; height: 27px; transition: opacity var(--dur) var(--ease); }
.brand:hover .brand-logo { opacity: .8; }
@media (min-width: 900px) { .brand-logo { height: 31px; } }

.main-nav { display: none; }
@media (min-width: 1080px) {
  .main-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
  .mobile-extra { display: none; }
}

.nav-link {
  position: relative;
  padding: 9px 12px;
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--text-on-deep-muted);
  border-radius: var(--r-full);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.nav-link:hover { color: var(--white); background: rgba(255,255,255,.08); }
.nav-link.active { color: var(--white); }
.nav-link.active::after {
  content: '';
  position: absolute;
  left: 12px; right: 12px; bottom: 3px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-accent);
}

.header-actions { display: flex; align-items: center; gap: var(--sp-2); }
@media (max-width: 620px) { .header-actions .btn { display: none; } }

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 0 10px;
  background: none;
  border: 1px solid var(--border-on-deep);
  border-radius: var(--r-full);
  cursor: pointer;
}
.nav-toggle span {
  display: block; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 1080px) { .nav-toggle { display: none; } }

@media (max-width: 1079px) {
  .main-nav {
    position: fixed;
    inset: calc(var(--header-h) + 38px) 0 auto 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: var(--plum-900);
    border-top: 1px solid var(--border-on-deep);
    padding: var(--sp-3) var(--sp-4) var(--sp-5);
    max-height: calc(100dvh - var(--header-h) - 38px);
    overflow-y: auto;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-link { padding: 14px 4px; font-size: 1.05rem; border-radius: 0; border-bottom: 1px solid var(--border-on-deep); }
  .nav-link.active::after { display: none; }
  .mobile-extra { margin-top: var(--sp-4); }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: var(--grad-deep);
  color: var(--text-on-deep);
  overflow: hidden;
  isolation: isolate;
}
.hero-glow {
  position: absolute;
  inset: -30% -20% auto -20%;
  height: 130%;
  z-index: -1;
  background:
    radial-gradient(45% 45% at 78% 22%, rgba(255,0,85,.42), transparent 70%),
    radial-gradient(40% 40% at 12% 78%, rgba(109,24,164,.5), transparent 70%);
  filter: blur(10px);
}

.hero-grid {
  display: grid;
  gap: var(--sp-6);
  padding-block: var(--sp-7);
}
@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    align-items: center;
    gap: var(--sp-7);
    padding-block: var(--sp-9) var(--sp-8);
  }
}

.hero-title {
  font-size: var(--fs-display);
  font-weight: 800;
  letter-spacing: -.04em;
  margin-bottom: var(--sp-4);
  text-wrap: initial;
}
.hero-lead {
  font-size: var(--fs-lead);
  color: var(--text-on-deep-muted);
  max-width: 52ch;
  margin-bottom: var(--sp-5);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

/* Cartões flutuantes do hero */
.hero-cards { display: grid; gap: var(--sp-3); }
@media (min-width: 980px) { .hero-cards { padding-left: var(--sp-5); } }

.hcard {
  display: grid;
  gap: 3px;
  padding: var(--sp-4);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.07);
  border: 1px solid var(--border-on-deep);
  backdrop-filter: blur(8px);
  transition: transform 400ms var(--ease-out), background-color var(--dur) var(--ease);
}
.hcard:hover { transform: translateX(6px); background: rgba(255,255,255,.12); }
.hcard .ic { font-size: 1.4rem; color: var(--pink-400); margin-bottom: 6px; }
.hcard strong { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--white); }
.hcard span { font-size: var(--fs-sm); color: var(--text-on-deep-muted); }
@media (min-width: 980px) {
  .hcard-1 { margin-right: 14%; }
  .hcard-2 { margin-left: 8%; margin-right: 6%; }
  .hcard-3 { margin-left: 16%; }
}

.hero-strip { border-top: 1px solid var(--border-on-deep); background: rgba(0,0,0,.22); }
.hero-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3) var(--sp-4);
  padding-block: var(--sp-4);
  font-size: var(--fs-xs);
  color: var(--text-on-deep-muted);
}
.strip-item { display: flex; align-items: center; gap: 9px; }
.strip-item .ic { color: var(--pink-400); }
@media (min-width: 900px) {
  .hero-strip-inner { grid-template-columns: repeat(4, 1fr); font-size: var(--fs-sm); }
}

/* =========================================================
   SEÇÕES
   ========================================================= */
.section { padding-block: var(--sp-8); }
@media (max-width: 640px) { .section { padding-block: var(--sp-7); } }

.section--alt { background: var(--bg-secondary); }
.section--deep { background: var(--grad-deep); color: var(--text-on-deep); }

.section-head { max-width: 720px; margin: 0 auto var(--sp-6); text-align: center; }
.section-head h2 { font-size: var(--fs-h2); margin-bottom: var(--sp-3); }
.section-head .section-sub { margin-inline: auto; }
.section-head--left { margin-inline: 0; text-align: left; }
.section-head--left .section-sub { margin-inline: 0; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out);
}
.reveal.visible { opacity: 1; transform: none; }

/* =========================================================
   SOLUÇÕES
   ========================================================= */
.sol-grid { display: grid; gap: var(--sp-4); }
@media (min-width: 640px) { .sol-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .sol-grid { grid-template-columns: repeat(4, 1fr); } }

.sol-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-5) var(--sp-4);
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
  transition: transform 400ms var(--ease-out), box-shadow 400ms var(--ease-out), border-color var(--dur) var(--ease);
}
.sol-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms var(--ease-out);
}
.sol-card:hover { transform: translateY(-7px); box-shadow: var(--sh-3); border-color: var(--plum-200); }
.sol-card:hover::before { transform: scaleX(1); }

.sol-ic {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  background: var(--plum-100);
  color: var(--plum-700);
  font-size: 1.35rem;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.sol-card:hover .sol-ic { background: var(--grad-accent); color: var(--white); }
.sol-card h3 { font-size: 1.2rem; }
.sol-card p { font-size: var(--fs-sm); color: var(--text-secondary); }

.sol-tag {
  align-self: flex-start;
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--plum-700);
  background: var(--plum-50);
  border: 1px solid var(--border-subtle);
  padding: 5px 12px;
  border-radius: var(--r-full);
}
.sol-go {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-sm);
  color: var(--accent);
  transition: gap var(--dur) var(--ease);
}
.sol-card:hover .sol-go { gap: 14px; }

/* =========================================================
   CERTIFICADO DIGITAL
   ========================================================= */
.cert-grid { display: grid; gap: var(--sp-4); }
@media (min-width: 760px) { .cert-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .cert-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }

.cert-card, .cert-note {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-5);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.cert-card {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border-on-deep);
  backdrop-filter: blur(6px);
  transition: transform 400ms var(--ease-out), border-color var(--dur) var(--ease);
}
.cert-card:hover { transform: translateY(-6px); border-color: var(--border-on-deep-strong); }

.cert-card--featured {
  background: var(--grad-accent);
  border-color: transparent;
  box-shadow: 0 18px 48px rgba(255,0,85,.28);
}
.cert-card--featured .cert-text,
.cert-card--featured .cert-list { color: rgba(255,255,255,.9); }
.cert-card--featured .cert-ic { background: rgba(255,255,255,.2); color: var(--white); }
.cert-card--featured .cert-badge { background: rgba(255,255,255,.2); color: var(--white); border-color: rgba(255,255,255,.34); }
.cert-card--featured .cert-list .ic { color: var(--white); }

.cert-flag {
  position: absolute;
  top: var(--sp-4); right: var(--sp-4);
  background: var(--white);
  color: var(--pink-600);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  padding: 5px 13px;
  border-radius: var(--r-full);
}

.cert-ic {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 50px; height: 50px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.12);
  color: var(--pink-400);
  font-size: 1.3rem;
}
.cert-ic--soft { background: rgba(255,255,255,.1); color: var(--plum-300); }

.cert-code {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--white);
}
.cert-card h3, .cert-note h3 { font-size: 1.12rem; color: var(--white); font-weight: 600; }
.cert-text { font-size: var(--fs-sm); color: var(--text-on-deep-muted); }

.cert-list { display: grid; gap: 9px; font-size: var(--fs-sm); color: var(--text-on-deep-muted); }
.cert-list li { display: flex; align-items: flex-start; gap: 10px; }
.cert-list .ic { margin-top: .28em; color: var(--pink-400); stroke-width: 2.6; width: .95em; height: .95em; }

.cert-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--white);
  background: rgba(255,255,255,.1);
  border: 1px solid var(--border-on-deep);
  padding: 7px 14px;
  border-radius: var(--r-full);
}
.cert-card .btn, .cert-note .btn { margin-top: auto; }

.cert-note {
  background: rgba(255,255,255,.04);
  border: 1px dashed var(--border-on-deep-strong);
}
.cert-note p { font-size: var(--fs-sm); color: var(--text-on-deep-muted); }
.cert-note-hint {
  padding: var(--sp-3);
  border-radius: var(--r-md);
  background: rgba(255,0,85,.12);
  border: 1px solid rgba(255,0,85,.25);
  color: #ffd3e0 !important;
}

/* =========================================================
   SPLIT (marca / crédito / consulta)
   ========================================================= */
.split { display: grid; gap: var(--sp-5); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: var(--sp-7); }
  .split--reverse .split-media { order: 2; }
}

.split-media {
  position: relative;
  margin: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--plum-800);
  box-shadow: var(--sh-2);
}
.split-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out);
}
.split-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(64,0,103,.5), rgba(255,0,85,.28) 55%, rgba(31,1,53,.6));
  mix-blend-mode: multiply;
}
.split-media:hover img { transform: scale(1.05); }

.split-chip {
  position: absolute;
  left: var(--sp-4); bottom: var(--sp-4);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--plum-900);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  padding: 9px 16px;
  border-radius: var(--r-full);
  box-shadow: var(--sh-1);
}

.split-copy h2 { font-size: var(--fs-h2); margin-bottom: var(--sp-3); }
.split-copy .section-sub { margin-bottom: var(--sp-4); }

.check-list { display: grid; gap: var(--sp-3); margin-bottom: var(--sp-5); }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--fs-sm);
  color: var(--text-secondary);
}
.check-list .ic {
  margin-top: .18em;
  flex: none;
  width: 20px; height: 20px;
  padding: 3px;
  border-radius: var(--r-full);
  background: var(--pink-100);
  color: var(--pink-600);
  stroke-width: 3;
}
.check-list strong { color: var(--text-primary); font-weight: 600; }

/* =========================================================
   DESCUBRA SUA SOLUÇÃO
   ========================================================= */
.finder { display: grid; gap: var(--sp-5); align-items: center; }
@media (min-width: 900px) {
  .finder { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: var(--sp-7); }
}
.finder-copy h2 { font-size: var(--fs-h2); margin-bottom: var(--sp-3); }
.finder-copy .section-sub { margin-bottom: var(--sp-4); }

.finder-hints { display: grid; gap: 10px; font-size: var(--fs-sm); color: var(--text-muted); }
.finder-hints li { display: flex; align-items: center; gap: 10px; }
.finder-hints .ic { color: var(--accent); }

.finder-form {
  display: grid;
  gap: var(--sp-3);
  background: var(--white);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-xl);
  padding: var(--sp-5);
  box-shadow: var(--sh-2);
}

.finder-result[hidden] { display: none; }
.finder-result {
  margin-top: var(--sp-2);
  padding: var(--sp-4);
  border-radius: var(--r-lg);
  background: var(--grad-deep);
  color: var(--text-on-deep);
  display: grid;
  gap: 10px;
  animation: pop 380ms var(--ease-out) both;
}
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
.finder-result-label {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pink-400);
}
.finder-result h3 { font-size: 1.3rem; color: var(--white); }
.finder-result p { font-size: var(--fs-sm); color: var(--text-on-deep-muted); }
.finder-result .btn { --btn-bg: var(--white); --btn-fg: var(--plum-900); --btn-bd: var(--white); margin-top: var(--sp-1); }

/* =========================================================
   POR QUE A CERTHA
   ========================================================= */
.perks { display: grid; gap: var(--sp-4); }
@media (min-width: 620px) { .perks { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .perks { grid-template-columns: repeat(3, 1fr); } }

.perks li {
  display: grid;
  gap: 6px;
  padding: var(--sp-4);
  border-radius: var(--r-lg);
  border: 1px solid var(--border-subtle);
  background: var(--white);
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.perks li:hover { transform: translateY(-5px); border-color: var(--plum-200); box-shadow: var(--sh-2); }
.perks .ic { font-size: 1.5rem; color: var(--accent); margin-bottom: 6px; }
.perks strong { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.perks span { font-size: var(--fs-sm); color: var(--text-muted); }

/* =========================================================
   FAQ
   ========================================================= */
.faq-wrap { display: grid; gap: var(--sp-5); }
@media (min-width: 980px) {
  .faq-wrap { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: var(--sp-7); align-items: start; }
  .faq-wrap .section-head { position: sticky; top: calc(var(--header-h) + 32px); margin-bottom: 0; }
}
.faq-wrap .section-head .btn { margin-top: var(--sp-4); }

.faq-list {
  display: grid;
  background: var(--white);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 0 var(--sp-4);
  box-shadow: var(--sh-1);
}
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: var(--sp-4) 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color var(--dur) var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  flex: none;
  width: 26px; height: 26px;
  border-radius: var(--r-full);
  background: var(--plum-50) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff0055' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center / 15px;
  transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.faq-item[open] summary::after { transform: rotate(180deg); background-color: var(--pink-100); }
.faq-item summary:hover { color: var(--accent); }
.faq-answer { padding-bottom: var(--sp-4); color: var(--text-secondary); font-size: var(--fs-sm); max-width: 64ch; }
.faq-answer strong { color: var(--text-primary); }
.faq-item[open] .faq-answer { animation: fadeDown 320ms var(--ease-out) both; }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band {
  position: relative;
  background: var(--grad-accent);
  color: var(--white);
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: -50% -10% auto auto;
  width: 60%; height: 200%;
  background: radial-gradient(closest-side, rgba(255,255,255,.16), transparent);
}
.cta-band-inner {
  position: relative;
  display: grid;
  gap: var(--sp-4);
  padding-block: var(--sp-7);
  align-items: center;
}
@media (min-width: 900px) { .cta-band-inner { grid-template-columns: 1fr auto; gap: var(--sp-6); } }
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.86); font-size: var(--fs-sm); }

/* =========================================================
   CONTATO
   ========================================================= */
.contact { display: grid; gap: var(--sp-6); }
@media (min-width: 900px) {
  .contact { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--sp-7); align-items: start; }
}
.contact-copy h2 { font-size: var(--fs-h2); margin-bottom: var(--sp-3); }
.contact-copy .section-sub { margin-bottom: var(--sp-5); }

.contact-list { display: grid; gap: var(--sp-2); }
.contact-list li {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--border-subtle);
}
.contact-list li:last-child { border-bottom: 0; }
.contact-ic {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  flex: none;
  border-radius: var(--r-full);
  background: var(--plum-50);
  border: 1px solid var(--border-subtle);
  color: var(--plum-700);
}
.contact-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.contact-list a { font-weight: 500; border-bottom: 1px solid transparent; transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.contact-list a:hover { color: var(--accent); border-color: var(--accent); }
.contact-plain { color: var(--text-secondary); }

.contact-form {
  background: var(--plum-50);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-xl);
  padding: var(--sp-5);
  display: grid;
  gap: var(--sp-3);
}
.contact-form h3 { font-size: 1.3rem; margin-bottom: var(--sp-1); }

.field { display: grid; gap: 7px; }
.field label {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.field .opt { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--text-muted); }

.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  color: var(--text-primary);
  background: var(--white);
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--r-sm);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.field textarea { min-height: 96px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a498ae; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255,0,85,.14);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23400067' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 17px;
  padding-right: 44px;
}
.form-note { font-size: var(--fs-xs); color: var(--text-muted); text-align: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--plum-950);
  color: var(--text-on-deep-muted);
  padding-top: var(--sp-7);
  font-size: var(--fs-sm);
}
.footer-grid { display: grid; gap: var(--sp-5); padding-bottom: var(--sp-6); }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: var(--sp-6); } }

.footer-logo { width: auto; height: 34px; margin-bottom: var(--sp-3); }
.footer-text { max-width: 40ch; margin-bottom: var(--sp-4); }
.footer-social { display: flex; gap: var(--sp-2); }
.footer-social a {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border: 1px solid var(--border-on-deep);
  border-radius: var(--r-full);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.footer-social a:hover { color: var(--white); background: var(--grad-accent); border-color: transparent; }

.footer-col { display: grid; gap: 10px; align-content: start; }
.footer-col h4 {
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 4px;
}
.footer-col a { width: fit-content; transition: color var(--dur) var(--ease); }
.footer-col a:hover { color: var(--pink-400); }
.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--border-on-deep);
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white) !important;
}
.footer-cta .ic { transition: transform var(--dur) var(--ease); }
.footer-cta:hover .ic { transform: translateX(4px); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-4);
  justify-content: space-between;
  padding-block: var(--sp-4);
  border-top: 1px solid var(--border-on-deep);
  font-size: var(--fs-xs);
}
.footer-slogan { color: var(--plum-300); }

/* =========================================================
   FLUTUANTES
   ========================================================= */
.fab {
  position: fixed;
  right: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border: 0;
  border-radius: var(--r-full);
  background: var(--grad-accent);
  color: var(--white);
  cursor: pointer;
  box-shadow: var(--sh-accent);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 16px 38px rgba(255,0,85,.45); }
.fab .ic { width: 1.55rem; height: 1.55rem; }

.fab-wa { bottom: 18px; }
.fab-top {
  bottom: 86px;
  width: 44px; height: 44px;
  background: var(--plum-900);
  box-shadow: var(--sh-2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}
.fab-top.show { opacity: 1; visibility: visible; transform: none; }
.fab-top .ic { width: 1.2rem; height: 1.2rem; }

@media (min-width: 900px) {
  .fab { right: 26px; }
  .fab-wa { bottom: 26px; }
  .fab-top { bottom: 96px; }
}

/* =========================================================
   IMPRESSÃO
   ========================================================= */
@media print {
  .site-header, .fab, .scroll-progress, .hero-glow { display: none !important; }
  body { color: #000; background: #fff; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
