/* ============================================================
   NURSEPASS — ESTILOS PREMIUM v2
   Paleta: Navy #1A3A8F · Cyan #00AECC · Gold #E8C97A
   ============================================================ */

:root {
  --navy: #1A3A8F;
  --navy-dark: #0B1A4F;
  --navy-deep: #07123A;
  --navy-light: #2448B0;
  --cyan: #00AECC;
  --cyan-light: #33C0D8;
  --cyan-dark: #008FAA;
  --gold: #E8C97A;
  --white: #FFFFFF;
  --off-white: #F5F8FC;
  --soft: #EEF3FA;
  --text-dark: #0D1B3E;
  --text-body: #2C3E6B;
  --text-muted: #5A6A8A;
  --border: #DCE4F0;
  --border-soft: #E8EDF5;
  --error: #D63B3B;
  --error-bg: #FFF0F0;
  --success: #1A8F5A;
  --success-bg: #F0FFF7;
  --shadow-sm: 0 2px 10px rgba(11, 26, 79, 0.06);
  --shadow-md: 0 12px 36px rgba(11, 26, 79, 0.10);
  --shadow-lg: 0 24px 70px rgba(11, 26, 79, 0.18);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --transition: 0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

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

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- LAYOUT --- */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- HEADER --- */
.site-header {
  background: #ffffff;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(26, 58, 143, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo-wrap img { height: 44px; width: auto; display: block; }
@media (max-width: 640px) { .logo-wrap img { height: 38px; } }

.header-cta {
  background: var(--navy);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  transition: background var(--transition), transform var(--transition);
  letter-spacing: -0.01em;
}
.header-cta:hover { background: var(--navy-light); text-decoration: none; transform: translateY(-1px); }
@media (max-width: 480px) {
  .header-cta { padding: 9px 14px; font-size: 0.8rem; }
}

/* --- HERO --- */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 80% 0%, rgba(0,174,204,0.18) 0%, transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(0,174,204,0.10) 0%, transparent 50%),
    linear-gradient(160deg, #07123A 0%, #0F2370 50%, #1A3A8F 100%);
  padding: 96px 0 88px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.4;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,174,204,0.4);
  color: rgba(255,255,255,0.92);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.hero h1 {
  font-size: clamp(2.1rem, 5.6vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--cyan) 0%, var(--cyan-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: rgba(255,255,255,0.82);
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.hero-sub strong { color: #fff; font-weight: 600; }

.hero-pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
}
.hp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  font-size: 0.86rem;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.btn-hero {
  display: inline-block;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-dark) 100%);
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 12px 32px rgba(0,174,204,0.45);
  letter-spacing: -0.01em;
  text-decoration: none;
}
.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,174,204,0.55);
  text-decoration: none;
  color: #fff;
}

.hero-microcopy {
  margin-top: 14px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}

.hero-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  flex-wrap: wrap;
}
.ht-item { text-align: center; }
.ht-item strong {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ht-item span {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.ht-divider {
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.15);
}

@media (max-width: 640px) {
  .hero { padding: 64px 0 64px; }
  .hero h1 { font-size: 2rem; line-height: 1.15; }
  .hero-sub { font-size: 1rem; margin-bottom: 28px; }
  .btn-hero { padding: 16px 28px; font-size: 1rem; width: 100%; max-width: 360px; }
  .hero-pillars { gap: 8px; }
  .hp-pill { font-size: 0.8rem; padding: 8px 12px; }
  .hero-trust { gap: 18px; margin-top: 32px; }
  .ht-divider { display: none; }
  .ht-item strong { font-size: 1.2rem; }
  .ht-item span { font-size: 0.7rem; }
}

/* --- SECTION HEADERS --- */
.section-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan-dark);
  margin-bottom: 14px;
  text-align: center;
}

.section-title {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  font-weight: 800;
  color: var(--text-dark);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.section-title em {
  font-style: normal;
  color: var(--cyan-dark);
}

.section-body {
  font-size: 1.06rem;
  color: var(--text-body);
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
  line-height: 1.7;
}
.section-body strong { color: var(--text-dark); }

@media (max-width: 640px) {
  .section-title { font-size: 1.55rem; }
  .section-body { font-size: 0.98rem; margin-bottom: 40px; }
}

/* --- PARA QUEM É --- */
.forwhom-section {
  padding: 96px 0;
  background: var(--white);
}
.forwhom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}
.forwhom-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.forwhom-card:hover {
  transform: translateY(-4px);
  border-color: var(--cyan);
  box-shadow: var(--shadow-md);
}
.fw-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, rgba(0,174,204,0.12), rgba(26,58,143,0.08));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.fw-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.fw-content p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .forwhom-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .forwhom-section { padding: 64px 0; }
  .forwhom-grid { grid-template-columns: 1fr; gap: 12px; }
  .forwhom-card { padding: 18px; }
}

/* --- DOR --- */
.pain-section {
  background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
  padding: 96px 0;
}
.pain-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}
.pain-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
  overflow: hidden;
}
.pain-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cyan), var(--navy));
}
.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.pain-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: rgba(0,174,204,0.08);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.pain-text {
  font-size: 0.98rem;
  color: var(--text-body);
  line-height: 1.6;
}
.pain-text strong { color: var(--text-dark); display: block; margin-bottom: 4px; }
.pain-cta { text-align: center; margin-top: 40px; }

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 14px 28px;
  border-radius: 999px;
  transition: all var(--transition);
}
.btn-secondary:hover {
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(26,58,143,0.25);
}

@media (max-width: 720px) {
  .pain-section { padding: 64px 0; }
  .pain-cards { grid-template-columns: 1fr; gap: 12px; }
  .pain-card { padding: 20px; }
}

/* --- MARIANA --- */
.mariana-section {
  padding: 96px 0;
  background: var(--white);
}
.mariana-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.mariana-photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 300px;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background: linear-gradient(160deg, #eaf3fb 0%, #cfe3f5 60%, #b9d4ec 100%);
  box-shadow: 0 24px 60px rgba(11,26,79,0.18);
  overflow: visible;
}
.mariana-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  border-radius: 28px;
}
.mariana-photo-placeholder {
  width: 240px; height: 240px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
  border: 4px solid #fff;
  box-shadow: 0 20px 50px rgba(11,26,79,0.18);
}
.mariana-badge {
  position: absolute;
  bottom: -10px; left: 50%;
  transform: translateX(-50%);
  background: var(--success);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(26,143,90,0.35);
}
.mariana-content { text-align: left; }
.mariana-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}
.mariana-title {
  color: var(--cyan-dark);
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 20px;
}
.mariana-bio {
  color: var(--text-body);
  line-height: 1.75;
  font-size: 1rem;
  margin-bottom: 18px;
}
.mariana-bio strong { color: var(--text-dark); font-weight: 700; }
.mariana-stats {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.stat-item { text-align: left; }
.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 760px) {
  .mariana-section { padding: 64px 0; }
  .mariana-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .mariana-content { text-align: center; }
  .mariana-photo-wrap { justify-self: center; width: 240px; }
  .mariana-photo-placeholder { width: 240px; height: 240px; }
  .mariana-stats { justify-content: center; gap: 24px; }
  .stat-item { text-align: center; }
}

/* --- COMO FUNCIONA (PILARES) --- */
.how-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,174,204,0.10) 0%, transparent 60%),
    linear-gradient(160deg, #07123A 0%, #0F2370 100%);
  padding: 96px 0;
}
.how-section .section-title { color: #fff; }
.how-section .section-title em {
  background: linear-gradient(120deg, var(--cyan), var(--cyan-light));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.how-section .section-eyebrow { color: var(--cyan-light); }
.how-section .section-body { color: rgba(255,255,255,0.78); }

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.pillar-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 28px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.pillar-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}
.pillar-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(0,174,204,0.4);
  transform: translateY(-4px);
}
.pillar-card:hover::before { opacity: 1; }
.pillar-icon {
  display: inline-flex;
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(0,174,204,0.25), rgba(0,174,204,0.05));
  border: 1px solid rgba(0,174,204,0.35);
  border-radius: 14px;
  align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.pillar-tag {
  display: inline-block;
  background: rgba(0,174,204,0.15);
  color: var(--cyan-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.pillar-card h3 {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.pillar-card p {
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
  line-height: 1.65;
}
@media (max-width: 720px) {
  .how-section { padding: 64px 0; }
  .pillars-grid { grid-template-columns: 1fr; gap: 14px; }
  .pillar-card { padding: 22px; }
}

/* --- MÓDULOS --- */
.modules-section {
  padding: 96px 0;
  background: var(--off-white);
}
.modules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 960px;
  margin: 0 auto 28px;
}
.module-chip {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  transition: all var(--transition);
}
.module-chip:hover {
  border-color: var(--cyan);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.module-icon { font-size: 1.6rem; }
.module-name {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.3;
}
.modules-plus {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-top: 12px;
  max-width: 720px;
  margin-left: auto; margin-right: auto;
}
.modules-plus strong { color: var(--navy); }

@media (max-width: 900px) { .modules-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) {
  .modules-section { padding: 64px 0; }
  .modules-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- BÔNUS --- */
.bonus-section {
  padding: 96px 0;
  background: var(--white);
}
.bonus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}
.bonus-item {
  background: linear-gradient(135deg, #FAFCFF 0%, #EEF6FE 100%);
  border: 1px solid rgba(0,174,204,0.15);
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  position: relative;
  transition: all var(--transition);
}
.bonus-item::after {
  content: "INCLUSO";
  position: absolute;
  top: 14px; right: 16px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--success);
  background: var(--success-bg);
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(26,143,90,0.2);
}
.bonus-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0,174,204,0.35);
}
.bonus-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: #fff;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,174,204,0.12);
}
.bonus-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan-dark);
  margin-bottom: 6px;
}
.bonus-content h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  padding-right: 70px;
}
.bonus-content p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.55;
}
@media (max-width: 760px) {
  .bonus-section { padding: 64px 0; }
  .bonus-list { grid-template-columns: 1fr; gap: 12px; }
  .bonus-item { padding: 20px; }
  .bonus-content h3 { padding-right: 80px; }
}

/* --- DEPOIMENTOS --- */
.testimonials-section {
  padding: 96px 0;
  background: var(--off-white);
}
.videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 720px;
  margin: 0 auto 56px;
}
.video-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-soft);
}
.video-embed {
  position: relative; padding-bottom: 56.25%; height: 0;
}
.video-embed iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: 0;
}
.video-info { padding: 16px 20px; }
.video-name { font-weight: 700; font-size: 0.95rem; color: var(--text-dark); margin-bottom: 4px; }
.video-result {
  font-size: 0.85rem; color: var(--success); font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.video-result::before { content: '✅'; }

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto 48px;
}
.quote-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px;
}
.quote-card blockquote {
  font-size: 0.98rem;
  color: var(--text-body);
  line-height: 1.6;
  font-style: italic;
  position: relative;
  padding-left: 18px;
  border-left: 3px solid var(--cyan);
}
.quote-card figcaption {
  display: flex; flex-direction: column; gap: 2px;
  border-top: 1px solid var(--border-soft);
  padding-top: 14px;
}
.quote-card figcaption strong { color: var(--text-dark); font-size: 0.92rem; font-weight: 700; }
.quote-card figcaption span { color: var(--success); font-size: 0.82rem; font-weight: 600; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.proof-strip > div { text-align: center; }
.proof-strip strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -0.02em;
}
.proof-strip span {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media (max-width: 900px) { .quotes-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .testimonials-section { padding: 64px 0; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); padding: 20px; }
  .proof-strip strong { font-size: 1.3rem; }
}

/* --- FAQ --- */
.faq-section {
  padding: 96px 0;
  background: var(--white);
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item.open {
  border-color: var(--cyan);
  box-shadow: var(--shadow-sm);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  padding: 20px 22px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: left;
  cursor: pointer;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.faq-chev {
  font-size: 1.6rem;
  color: var(--cyan-dark);
  font-weight: 400;
  flex-shrink: 0;
  width: 28px; text-align: center;
}
.faq-a {
  padding: 0 22px 22px;
  font-size: 0.96rem;
  color: var(--text-body);
  line-height: 1.7;
}
@media (max-width: 560px) {
  .faq-section { padding: 64px 0; }
  .faq-q { padding: 16px 18px; font-size: 0.95rem; }
  .faq-a { padding: 0 18px 18px; font-size: 0.92rem; }
}

/* --- FORMULÁRIO --- */
.form-section {
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,174,204,0.10) 0%, transparent 50%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy-dark) 100%);
  position: relative;
}
.form-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--navy-light));
}
.form-header { text-align: center; margin-bottom: 48px; }
.form-header .section-eyebrow { color: var(--cyan-light); }
.form-header .section-title { color: #fff; }
.form-header .section-title em {
  background: linear-gradient(120deg, var(--cyan), var(--cyan-light));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.form-header .section-body { color: rgba(255,255,255,0.78); margin-bottom: 0; }

/* --- BANNER RETOMAR --- */
.resume-banner {
  background: rgba(0,174,204,0.15);
  border: 1px solid rgba(0,174,204,0.35);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  margin-bottom: 24px; color: var(--white); font-size: 0.92rem;
}
.resume-banner.hidden { display: none; }
.resume-actions { display: flex; gap: 10px; }
.btn-resume {
  background: var(--cyan); color: #fff; border: none;
  padding: 8px 16px; border-radius: 8px;
  font-weight: 600; font-size: 0.85rem; cursor: pointer;
  transition: background var(--transition);
}
.btn-resume:hover { background: var(--cyan-dark); }
.btn-restart {
  background: transparent; color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 16px; border-radius: 8px;
  font-size: 0.85rem; cursor: pointer;
  transition: all var(--transition);
}
.btn-restart:hover { color: #fff; border-color: rgba(255,255,255,0.5); }

#funnel-container {
  max-width: 600px;
  margin: 0 auto;
}

/* --- FORM INTRO CARD --- */
.step-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  box-shadow: var(--shadow-lg);
}
.form-intro-card { text-align: center; }
.form-intro-badge {
  display: inline-block;
  background: var(--success-bg);
  color: var(--success);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.form-intro-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
.form-intro-text {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 460px;
  margin-left: auto; margin-right: auto;
}
.form-intro-list {
  list-style: none;
  text-align: left;
  max-width: 380px;
  margin: 0 auto 28px;
  display: flex; flex-direction: column; gap: 10px;
  padding: 18px 22px;
  background: var(--off-white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
}
.form-intro-list li {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.5;
}
.btn-next-hero {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark)) !important;
  box-shadow: 0 12px 28px rgba(0,174,204,0.35);
  font-size: 1rem !important;
  padding: 16px 24px !important;
  max-width: 380px;
  margin: 0 auto;
  display: block;
}
.btn-next-hero:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(0,174,204,0.45); }
.form-intro-ps {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* --- CAMPOS (kept for funnel) --- */
.step-title {
  font-size: 1.3rem; font-weight: 800; color: var(--text-dark);
  letter-spacing: -0.02em; margin-bottom: 8px; line-height: 1.3;
}
.step-subtitle {
  font-size: 0.95rem; color: var(--text-muted);
  margin-bottom: 28px; line-height: 1.6;
}
.trust-note {
  background: #F0F9FF; border: 1px solid #C8E8F8;
  border-radius: var(--radius-sm); padding: 12px 16px;
  font-size: 0.85rem; color: #2A6490;
  margin-bottom: 24px; display: flex; align-items: center; gap: 8px;
}
.field-group { margin-bottom: 24px; }
.field-label {
  display: block; font-weight: 600; font-size: 0.95rem;
  color: var(--text-dark); margin-bottom: 10px; line-height: 1.4;
  border: none; padding: 0;
}
.required { color: var(--error); margin-left: 2px; }
.optional { color: var(--text-muted); font-weight: 400; font-size: 0.85em; }
.field-hint {
  display: block; font-size: 0.82rem;
  color: var(--text-muted); margin-bottom: 8px; margin-top: -6px;
}
.field-input {
  display: block; width: 100%; padding: 14px 16px;
  border: 2px solid var(--border); border-radius: var(--radius-sm);
  font-size: 1rem; color: var(--text-dark); background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  font-family: inherit; -webkit-appearance: none;
}
.field-input:focus {
  outline: none; border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0,174,204,0.15);
}
.field-input[aria-invalid="true"] { border-color: var(--error); background: var(--error-bg); }

.radio-grid { display: flex; flex-direction: column; gap: 10px; }
.radio-option {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border: 2px solid var(--border);
  border-radius: var(--radius-sm); cursor: pointer;
  transition: all var(--transition); position: relative;
}
.radio-option:hover { border-color: var(--cyan); background: #F0FBFF; }
.radio-option input[type="radio"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.radio-option input[type="radio"]:focus-visible + .radio-custom {
  outline: 3px solid var(--cyan); outline-offset: 2px;
}
.radio-custom {
  width: 20px; height: 20px; border: 2px solid var(--border);
  border-radius: 50%; flex-shrink: 0;
  transition: all var(--transition); position: relative; background: #fff;
}
.radio-option input[type="radio"]:checked ~ .radio-custom {
  border-color: var(--cyan); background: var(--cyan);
}
.radio-option input[type="radio"]:checked ~ .radio-custom::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 8px; height: 8px; background: #fff; border-radius: 50%;
}
.radio-option:has(input:checked) { border-color: var(--cyan); background: #F0FBFF; }
.radio-text { font-size: 0.95rem; color: var(--text-body); line-height: 1.4; }

.error-summary {
  background: var(--error-bg); border: 1px solid #F5C2C2;
  border-radius: var(--radius-sm); padding: 14px 16px;
  font-size: 0.88rem; color: var(--error); margin-bottom: 20px;
}
.error-summary.hidden { display: none; }
.error-summary ul { margin: 8px 0 0 16px; }
.error-summary li { margin-bottom: 4px; }
.field-error {
  font-size: 0.82rem; color: var(--error);
  margin-top: 6px; display: flex; align-items: center; gap: 4px;
}
.field-error.hidden { display: none; }

.btn-group { display: flex; gap: 12px; margin-top: 32px; align-items: center; }
.btn-next {
  flex: 1; background: var(--navy); color: #fff; border: none;
  padding: 16px 24px; border-radius: var(--radius-sm);
  font-size: 1rem; font-weight: 700; cursor: pointer;
  transition: all var(--transition); font-family: inherit;
  letter-spacing: -0.01em;
}
.btn-next:hover:not(:disabled) {
  background: var(--navy-light); transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,58,143,0.3);
}
.btn-next:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-back {
  background: transparent; color: var(--text-muted);
  border: 2px solid var(--border); padding: 14px 18px;
  border-radius: var(--radius-sm); font-size: 0.9rem;
  font-weight: 600; cursor: pointer;
  transition: all var(--transition); font-family: inherit; white-space: nowrap;
}
.btn-back:hover { border-color: var(--text-muted); color: var(--text-dark); }

.special-screen {
  background: #fff; border-radius: var(--radius-lg);
  padding: 48px 32px; text-align: center; box-shadow: var(--shadow-lg);
}
.special-icon { font-size: 3rem; margin-bottom: 20px; }
.special-screen h2 {
  font-size: 1.5rem; font-weight: 800; color: var(--text-dark);
  margin-bottom: 16px; letter-spacing: -0.02em;
}
.special-screen p { color: var(--text-body); line-height: 1.7; margin-bottom: 16px; }
.alternative-text { font-size: 0.92rem; color: var(--text-muted) !important; }
.btn-special {
  display: inline-block; background: var(--cyan); color: #fff;
  padding: 14px 28px; border-radius: var(--radius-sm);
  font-weight: 700; font-size: 0.95rem; margin-top: 8px;
  transition: background var(--transition);
}
.btn-special:hover { background: var(--cyan-dark); text-decoration: none; color: #fff; }
.success-main { font-size: 1.05rem; margin-bottom: 28px !important; }
.next-steps {
  background: var(--off-white); border-radius: var(--radius-sm);
  padding: 20px 24px; text-align: left; margin-bottom: 20px;
}
.next-steps h3 {
  font-size: 0.9rem; font-weight: 700; color: var(--text-dark);
  margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em;
}
.next-steps ol {
  padding-left: 20px; display: flex; flex-direction: column; gap: 8px;
}
.next-steps li { font-size: 0.92rem; color: var(--text-body); line-height: 1.5; }
.success-ps { font-size: 0.85rem !important; color: var(--text-muted) !important; font-style: italic; }

@media (max-width: 480px) {
  .form-section { padding: 64px 0 96px; }
  .step-card { padding: 32px 22px; }
  .form-intro-title { font-size: 1.3rem; }
  .btn-group { flex-direction: column-reverse; }
  .btn-back { width: 100%; }
}

/* --- FOOTER --- */
.site-footer {
  background: var(--navy-deep);
  padding: 36px 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-text {
  color: rgba(255,255,255,0.5);
  font-size: 0.82rem;
  line-height: 1.7;
}
.footer-text a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}

/* --- STICKY MOBILE CTA --- */
.sticky-cta {
  position: fixed;
  left: 16px; right: 16px;
  bottom: 16px;
  z-index: 200;
  display: none;
  text-align: center;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 20px;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(0,174,204,0.45), 0 4px 14px rgba(11,26,79,0.25);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.sticky-cta.visible {
  transform: translateY(0);
  opacity: 1;
}
.sticky-cta:hover { text-decoration: none; color: #fff; }

@media (min-width: 720px) {
  .sticky-cta { display: none !important; }
}
@media (max-width: 720px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 0; }
}

/* === FUNIL PREMIUM v2 === */
.progress-bar-container { margin-bottom: 22px; }
.progress-bar-track {
  height: 6px; background: rgba(0,0,0,0.06);
  border-radius: 999px; overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-dark));
  border-radius: 999px;
  transition: width 480ms cubic-bezier(.4,0,.2,1);
}
.progress-text {
  display: block; margin-top: 8px;
  font-size: 0.78rem; color: var(--text-muted);
  letter-spacing: 0.02em; font-weight: 500;
}

.step-card-premium {
  padding: 40px 36px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 24px 60px -20px rgba(15,30,80,0.18), 0 4px 12px rgba(15,30,80,0.04);
}
.step-card-premium .step-title {
  font-size: 1.5rem; line-height: 1.25;
}
.step-card-premium .field-label { font-size: 1rem; }

.radio-grid { gap: 12px; }
.radio-option {
  padding: 18px 18px;
  border-radius: 14px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.radio-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px -10px rgba(0,174,204,0.35);
}
.radio-option:has(input:checked) {
  box-shadow: 0 10px 28px -12px rgba(0,174,204,0.55);
}
.radio-text { font-size: 1rem; font-weight: 500; }

.btn-next {
  padding: 18px 24px;
  font-size: 1.02rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  box-shadow: 0 12px 28px -10px rgba(0,174,204,0.55);
}
.btn-next:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--cyan-dark), var(--cyan));
  box-shadow: 0 18px 36px -12px rgba(0,174,204,0.65);
}
.step-footnote {
  margin-top: 14px; text-align: center;
  font-size: 0.82rem; color: var(--text-muted); line-height: 1.5;
}

/* Animação de transição entre etapas */
.step-animate { animation: stepIn .42s cubic-bezier(.2,.7,.2,1) both; }
.step-leave { animation: stepOut .26s ease forwards; }
@keyframes stepIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes stepOut {
  to { opacity: 0; transform: translateY(-10px); }
}

/* === SUCCESS PREMIUM === */
.success-premium {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  box-shadow: 0 30px 70px -22px rgba(15,30,80,0.22);
  text-align: center;
  border: 1px solid rgba(0,0,0,0.04);
}
.success-badge {
  display: inline-block;
  background: var(--success-bg, #E6F7EE);
  color: var(--success, #15803D);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.success-title {
  font-size: 1.7rem; font-weight: 800;
  color: var(--text-dark); letter-spacing: -0.02em;
  line-height: 1.2; margin-bottom: 12px;
}
.success-text {
  color: var(--text-body); font-size: 1rem;
  line-height: 1.65; max-width: 480px;
  margin: 0 auto 26px;
}
.btn-whatsapp {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; background: #25D366; color: #fff;
  padding: 16px 26px; border-radius: 14px;
  font-size: 1rem; font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px -10px rgba(37,211,102,0.55);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-whatsapp:hover {
  background: #1ebe5a; color: #fff; text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -10px rgba(37,211,102,0.65);
}
.success-video { margin: 32px auto 0; max-width: 480px; }
.success-video-label {
  font-size: 0.82rem; color: var(--text-muted);
  font-weight: 600; margin-bottom: 10px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.video-frame {
  position: relative; padding-bottom: 56.25%; height: 0;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 18px 40px -16px rgba(15,30,80,0.3);
}
.video-frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.success-testimonial {
  margin: 32px auto 0; max-width: 480px;
  background: var(--off-white, #F7F8FB);
  border-left: 3px solid var(--cyan);
  border-radius: 12px; padding: 20px 22px; text-align: left;
}
.success-testimonial blockquote {
  font-size: 0.98rem; color: var(--text-dark);
  line-height: 1.55; margin: 0 0 10px; font-style: italic;
}
.success-testimonial figcaption { font-size: 0.85rem; color: var(--text-muted); }
.success-testimonial figcaption strong { display: block; color: var(--text-dark); }
.success-foot {
  margin-top: 26px; font-size: 0.85rem; color: var(--text-muted);
}
.success-foot a { color: var(--cyan-dark); font-weight: 600; }

@media (max-width: 480px) {
  .step-card-premium { padding: 28px 20px; }
  .step-card-premium .step-title { font-size: 1.25rem; }
  .radio-option { padding: 16px 14px; }
  .radio-text { font-size: 0.96rem; }
  .btn-next { padding: 16px 20px; font-size: 1rem; }
  .success-premium { padding: 36px 22px; }
  .success-title { font-size: 1.35rem; }
  .btn-whatsapp { width: 100%; padding: 16px 20px; }
}

/* === DDI + Telefone === */
.tel-group {
  display: flex; gap: 8px; align-items: stretch;
}
.ddi-select {
  flex: 0 0 auto;
  max-width: 130px;
  padding: 14px 10px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-size: 0.95rem;
  color: var(--text-dark);
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1l4 4 4-4' stroke='%23667' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 26px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.ddi-select:focus {
  outline: none; border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0,174,204,0.15);
}
.tel-input { flex: 1; min-width: 0; }
@media (max-width: 480px) {
  .ddi-select { max-width: 110px; font-size: 0.92rem; padding-left: 8px; padding-right: 22px; }
}

/* === CTA inline entre seções === */
.section-cta {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; margin-top: 56px; text-align: center;
}
.section-cta .btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  color: #fff; font-weight: 700; font-size: 1rem;
  padding: 18px 32px; border-radius: 14px;
  text-decoration: none; letter-spacing: -0.01em;
  box-shadow: 0 14px 32px -10px rgba(0,174,204,0.55);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.section-cta .btn-primary:hover {
  transform: translateY(-2px); color: #fff; text-decoration: none;
  box-shadow: 0 20px 42px -12px rgba(0,174,204,0.7);
}
.section-cta-hint {
  font-size: 0.85rem; color: var(--text-muted); font-weight: 500;
}
@media (max-width: 480px) {
  .section-cta { margin-top: 40px; }
  .section-cta .btn-primary {
    width: 100%; max-width: 360px; padding: 16px 22px; font-size: 0.98rem;
  }
}

/* === Header nav === */
.header-nav {
  display: none;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  margin-right: 28px;
}
.header-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted, #64748b);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color .18s ease;
}
.header-nav a:hover { color: var(--navy, #1A3A8F); }

@media (min-width: 900px) {
  .header-nav { display: flex; }
}

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

/* URGENCY BANNER */
.urgency-section { padding: 56px 0; background: #ffffff; }
.urgency-banner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(232, 201, 122, 0.12), rgba(0, 174, 204, 0.08));
  border: 1px solid rgba(232, 201, 122, 0.45);
  border-left: 4px solid var(--gold, #E8C97A);
  border-radius: 16px;
  max-width: 880px;
  margin: 0 auto;
}
.urgency-icon { font-size: 2rem; line-height: 1; flex-shrink: 0; }
.urgency-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy-deep, #07123A);
  margin: 0 0 6px;
}
.urgency-text {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-dark, #0D1B3E);
  margin: 0;
}
@media (max-width: 640px) {
  .urgency-banner { flex-direction: column; padding: 22px 20px; gap: 12px; }
  .urgency-title { font-size: 1.1rem; }
}

/* Pillar cards inside light sections (BNA, Inglês para NCLEX) */
.forwhom-section .pillars-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
.forwhom-section .pillar-card {
  background: #ffffff;
  border: 1px solid rgba(26, 58, 143, 0.10);
  box-shadow: 0 6px 24px -16px rgba(13, 27, 62, 0.18);
}
.forwhom-section .pillar-card:hover {
  background: #ffffff;
  border-color: rgba(0, 174, 204, 0.45);
  box-shadow: 0 14px 36px -18px rgba(13, 27, 62, 0.22);
}
.forwhom-section .pillar-card h3 {
  color: var(--navy-deep, #07123A);
}
.forwhom-section .pillar-card p {
  color: var(--text-dark, #0D1B3E);
  opacity: 0.82;
}
.forwhom-section .pillar-tag {
  background: rgba(0, 174, 204, 0.12);
  color: #007a90;
}
@media (max-width: 720px) {
  .forwhom-section .pillars-grid { grid-template-columns: 1fr; }
}

/* SECTION ALTERNATION — dark/light rhythm */

/* "Para quem é" — DARK variant (between BNA light and Pain light) */
#para-quem.forwhom-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,174,204,0.10) 0%, transparent 60%),
    linear-gradient(160deg, #07123A 0%, #0F2370 100%);
}
#para-quem.forwhom-section .section-eyebrow { color: var(--cyan-light); }
#para-quem.forwhom-section .section-title { color: #fff; }
#para-quem.forwhom-section .section-title em {
  color: var(--cyan-light);
  background: none;
  -webkit-text-fill-color: var(--cyan-light);
}
#para-quem.forwhom-section .section-body { color: rgba(255,255,255,0.78); }
#para-quem .forwhom-card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.10);
}
#para-quem .forwhom-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(0,174,204,0.45);
  box-shadow: 0 14px 36px -18px rgba(0,0,0,0.4);
}
#para-quem .fw-icon {
  background: linear-gradient(135deg, rgba(0,174,204,0.25), rgba(0,174,204,0.05));
  border: 1px solid rgba(0,174,204,0.35);
}
#para-quem .fw-content h3 { color: #fff; }
#para-quem .fw-content p { color: rgba(255,255,255,0.72); }
#para-quem .section-cta-hint { color: rgba(255,255,255,0.6); }

/* Mariana — subtle tinted bg to differentiate from Pain (off-white) */
.mariana-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

/* Inglês para NCLEX — also tinted to differentiate from "Como funciona" dark above */
#ingles.forwhom-section {
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}
