/* ============================================================
   LP — API Oficial WhatsApp + Agentes IA + n8n
   ============================================================ */

/* --- Urgency Bar --- */
.urgency-bar {
  background: var(--plas-orange);
  color: var(--plas-white);
  text-align: center;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* --- Header --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 9, 0, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(250, 66, 0, 0.2);
  padding: 16px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo svg {
  height: 32px;
  width: auto;
}

.header-cta {
  font-size: 0.75rem;
  padding: 10px 20px;
  white-space: nowrap;
}

/* --- Hero --- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(250, 66, 0, 0.18) 0%, transparent 65%),
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(236, 236, 236, 0.03) 39px, rgba(236, 236, 236, 0.03) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(236, 236, 236, 0.03) 39px, rgba(236, 236, 236, 0.03) 40px),
    var(--plas-black);
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250, 66, 0, 0.12);
  border: 1px solid rgba(250, 66, 0, 0.4);
  border-radius: 2px;
  padding: 6px 14px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--plas-orange);
  margin-bottom: 28px;
}

.hero-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--plas-orange);
  border-radius: 50%;
  animation: pulse-dot 1.8s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.6); }
}

.hero h1 {
  font-size: var(--fs-hero);
  line-height: 0.95;
  margin-bottom: 24px;
  animation: hero-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1 em {
  font-style: normal;
  color: var(--plas-orange);
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: var(--plas-grey);
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.6;
  animation: hero-in 0.7s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes hero-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 56px;
  animation: hero-in 0.7s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.btn-hero {
  font-size: 1rem;
  padding: 18px 40px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.btn-hero:hover::after {
  transform: translateX(0);
}

.btn-pulse {
  animation: btn-pulse 2.5s ease-in-out infinite;
}

@keyframes btn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(250, 66, 0, 0.5); }
  50% { box-shadow: 0 0 0 12px rgba(250, 66, 0, 0); }
}

.hero-note {
  font-size: 0.75rem;
  color: var(--plas-grey);
  text-align: center;
  letter-spacing: 0.04em;
}

.hero-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.hero-text-content {
  text-align: left;
}

.hero-visual-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.hero-visual-content::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(250, 66, 0, 0.18) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.phone-mockup-container {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

.smartphone-frame {
  background: #000;
  border: 12px solid #222;
  border-radius: 36px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 30px rgba(250, 66, 0, 0.1);
  padding: 10px;
  position: relative;
  height: 480px;
  display: flex;
  flex-direction: column;
}

.phone-speaker {
  width: 50px;
  height: 4px;
  background: #444;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.phone-screen {
  background: #0b141a;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wa-ban-header {
  background: #1f2c34;
  padding: 16px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
}

.wa-logo-text {
  color: #e9edef;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wa-ban-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.wa-warning-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 149, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  animation: warningPulse 2s infinite ease-in-out;
}

@keyframes warningPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 149, 0, 0.2); }
  50% { transform: scale(1.05); box-shadow: 0 0 12px 4px rgba(255, 149, 0, 0.1); }
}

.wa-ban-content h2 {
  color: #f1f5f9;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
  text-transform: none;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.wa-ban-text {
  color: #8696a0;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 24px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.wa-btn-suporte {
  background: #00a884;
  color: #0b141a;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
}

.wa-btn-suporte:hover {
  background: #008f72;
  transform: scale(1.02);
}

@media (min-width: 769px) {
  .hero-grid-layout {
    grid-template-columns: 1.25fr 1fr;
    gap: 56px;
  }
}

/* Metrics */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(236, 236, 236, 0.08);
  border: 1px solid rgba(236, 236, 236, 0.08);
  border-radius: 4px;
  overflow: hidden;
  animation: hero-in 0.7s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.metric-item {
  background: rgba(13, 9, 0, 0.8);
  padding: 20px 16px;
  text-align: center;
}

.metric-num {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: var(--plas-orange);
  line-height: 1;
  display: block;
}

.metric-label {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plas-grey);
  margin-top: 4px;
  display: block;
}

/* --- Section shared --- */
.section {
  padding: 72px 0;
}

.section-label {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plas-orange);
  margin-bottom: 16px;
  display: block;
}

.section-title {
  font-size: var(--fs-h2);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1rem;
  color: var(--plas-grey);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 48px;
}

/* --- Comparison --- */
.comparison {
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(250, 66, 0, 0.07) 0%, transparent 70%),
    var(--plas-black);
  border-top: 1px solid rgba(236, 236, 236, 0.06);
  border-bottom: 1px solid rgba(236, 236, 236, 0.06);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}

.comp-card {
  border-radius: 4px;
  overflow: hidden;
}

.comp-card-header {
  padding: 16px 24px;
  font-family: var(--font-title);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comp-bad .comp-card-header {
  background: rgba(255, 50, 50, 0.12);
  color: #FF5555;
  border: 1px solid rgba(255, 50, 50, 0.25);
  border-bottom: none;
}

.comp-good .comp-card-header {
  background: rgba(0, 200, 100, 0.1);
  color: #00C878;
  border: 1px solid rgba(0, 200, 100, 0.2);
  border-bottom: none;
}

.comp-card-body {
  padding: 24px;
}

.comp-bad .comp-card-body {
  background: rgba(255, 50, 50, 0.04);
  border: 1px solid rgba(255, 50, 50, 0.15);
  border-top: none;
}

.comp-good .comp-card-body {
  background: rgba(0, 200, 100, 0.04);
  border: 1px solid rgba(0, 200, 100, 0.12);
  border-top: none;
}

.comp-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.9rem;
  color: var(--plas-grey);
  border-bottom: 1px solid rgba(236, 236, 236, 0.05);
}

.comp-item:last-child { border-bottom: none; }

.comp-icon {
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* --- For Who --- */
.for-who { padding: 72px 0; }

.personas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}

.persona-card {
  background: rgba(236, 236, 236, 0.03);
  border: 1px solid rgba(236, 236, 236, 0.08);
  border-radius: 4px;
  padding: 28px 24px;
  transition: border-color 0.25s var(--ease-out), background 0.25s var(--ease-out),
              transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.persona-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--plas-orange);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.persona-card:hover {
  border-color: rgba(250, 66, 0, 0.45);
  background: rgba(250, 66, 0, 0.04);
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(250, 66, 0, 0.14);
}

.persona-card:hover::before {
  transform: scaleY(1);
}

.persona-num {
  font-family: var(--font-title);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--plas-orange);
  margin-bottom: 12px;
  display: block;
}

.persona-title {
  font-family: var(--font-title);
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--plas-white);
}

.persona-pain {
  font-size: 0.85rem;
  color: var(--plas-grey);
  line-height: 1.6;
  margin-bottom: 12px;
}

.persona-gain {
  font-size: 0.85rem;
  color: var(--plas-white);
  line-height: 1.6;
  padding-left: 14px;
  border-left: 2px solid var(--plas-orange);
}

/* --- Curriculum --- */
.curriculum {
  background: rgba(236, 236, 236, 0.015);
  border-top: 1px solid rgba(236, 236, 236, 0.06);
  border-bottom: 1px solid rgba(236, 236, 236, 0.06);
  padding: 72px 0;
}

.modules-list {
  margin-top: 40px;
  border: 1px solid rgba(236, 236, 236, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.module-item {
  border-bottom: 1px solid rgba(236, 236, 236, 0.08);
}

.module-item:last-child { border-bottom: none; }

.module-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.module-toggle:hover { background: rgba(236, 236, 236, 0.03); }

.module-num {
  font-family: var(--font-title);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--plas-orange);
  white-space: nowrap;
  flex-shrink: 0;
}

.module-name {
  font-family: var(--font-title);
  font-size: 0.95rem;
  color: var(--plas-white);
  flex: 1;
}

.module-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(236, 236, 236, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, border-color 0.2s;
  color: var(--plas-grey);
  font-size: 0.7rem;
}

.module-item.open .module-arrow {
  transform: rotate(180deg);
  border-color: var(--plas-orange);
  color: var(--plas-orange);
}

.module-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.module-item.open .module-content {
  max-height: 600px;
}

.module-inner {
  padding: 0 24px 24px 24px;
  padding-left: calc(24px + 16px + 52px);
}

.module-inner ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.module-inner li {
  font-size: 0.875rem;
  color: var(--plas-grey);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.module-inner li::before {
  content: '→';
  color: var(--plas-orange);
  flex-shrink: 0;
  font-size: 0.75rem;
  margin-top: 2px;
}

/* --- Offer --- */
.offer {
  padding: 72px 0;
  text-align: center;
}

.offer-box {
  max-width: 560px;
  margin: 40px auto 0;
  background: rgba(236, 236, 236, 0.03);
  border: 1px solid rgba(236, 236, 236, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.offer-top {
  background: rgba(250, 66, 0, 0.1);
  border-bottom: 1px solid rgba(250, 66, 0, 0.2);
  padding: 20px 32px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plas-orange);
}

.offer-price-area {
  padding: 36px 32px 24px;
}

.offer-from {
  font-size: 0.9rem;
  color: var(--plas-grey);
  text-decoration: line-through;
  margin-bottom: 4px;
}

.offer-price {
  font-family: var(--font-title);
  font-size: var(--fs-stat);
  color: var(--plas-orange);
  line-height: 1;
}

.offer-price sup {
  font-size: 0.4em;
  vertical-align: top;
  margin-top: 0.3em;
}

.offer-installment {
  font-size: 0.85rem;
  color: var(--plas-grey);
  margin-top: 8px;
  margin-bottom: 32px;
}

.offer-includes {
  text-align: left;
  padding: 24px 32px;
  border-top: 1px solid rgba(236, 236, 236, 0.08);
  display: grid;
  gap: 10px;
}

.offer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--plas-grey);
}

.offer-item-check {
  color: #00C878;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.offer-cta {
  padding: 24px 32px 32px;
}

.offer-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  font-size: 0.7rem;
  color: var(--plas-grey);
  letter-spacing: 0.05em;
}

.offer-security span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* --- Guarantee --- */
.guarantee {
  padding: 96px 0;
  border-top: 1px solid rgba(236, 236, 236, 0.06);
  border-bottom: 1px solid rgba(236, 236, 236, 0.06);
  background: rgba(236, 236, 236, 0.01);
}

.guarantee-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.guarantee-stamp-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guarantee-stamp {
  border: 4px solid var(--plas-orange);
  width: 220px;
  height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-6deg);
  background: rgba(13, 9, 0, 0.6);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  position: relative;
  transition: transform 0.3s var(--ease-out);
}

.guarantee-stamp:hover {
  transform: rotate(0deg) scale(1.03);
}

.guarantee-stamp::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(250, 66, 0, 0.4);
  pointer-events: none;
}

.stamp-number {
  font-family: var(--font-title);
  font-size: 96px;
  font-weight: 800;
  color: var(--plas-orange);
  line-height: 0.95;
}

.stamp-line {
  width: 100%;
  height: 1px;
  background: rgba(250, 66, 0, 0.3);
  margin: 12px 0 16px;
}

.stamp-text {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  color: var(--plas-white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

.guarantee-text-content {
  text-align: left;
}

.guarantee-title {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--plas-white);
  margin-bottom: 24px;
}

.guarantee-title .orange {
  color: var(--plas-orange);
}

.guarantee-body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--plas-grey);
  max-width: 600px;
  margin-bottom: 24px;
}

.guarantee-body strong {
  color: var(--plas-white);
}

.guarantee-decision {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--plas-white);
  margin-bottom: 28px;
}

.guarantee-note {
  font-family: var(--font-mono);
  font-size: 10px;
  color: #666;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .guarantee-grid-layout {
    grid-template-columns: 280px 1fr;
    gap: 64px;
  }
}

/* --- Bio --- */
.bio {
  padding: 72px 0;
}

.bio-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.bio-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(250, 66, 0, 0.3);
  flex-shrink: 0;
  object-fit: cover;
  object-position: center top;
}

.bio-content {}

.bio-name {
  font-family: var(--font-title);
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.bio-role {
  font-size: 0.78rem;
  color: var(--plas-orange);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.bio-text {
  font-size: 0.95rem;
  color: var(--plas-grey);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: normal;
}

.bio-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.bio-stat {
  text-align: left;
}

.bio-stat-num {
  font-family: var(--font-title);
  font-size: 1.4rem;
  color: var(--plas-white);
}

.bio-stat-label {
  font-size: 0.7rem;
  color: var(--plas-grey);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
}

/* --- FAQ --- */
.faq {
  padding: 72px 0;
  border-top: 1px solid rgba(236, 236, 236, 0.06);
}

.faq-list {
  margin-top: 40px;
  max-width: 720px;
  display: grid;
  gap: 1px;
  background: rgba(236, 236, 236, 0.06);
  border: 1px solid rgba(236, 236, 236, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.faq-item {}

.faq-q {
  width: 100%;
  background: var(--plas-black);
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--plas-white);
  transition: background 0.2s;
}

.faq-q:hover { background: rgba(236, 236, 236, 0.03); }

.faq-q-icon {
  font-size: 1.2rem;
  color: var(--plas-orange);
  flex-shrink: 0;
  transition: transform 0.3s;
  line-height: 1;
}

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

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--plas-black);
}

.faq-item.open .faq-a { max-height: 300px; }

.faq-a-inner {
  padding: 4px 24px 20px;
  font-size: 0.875rem;
  color: var(--plas-grey);
  line-height: 1.7;
  border-top: 1px solid rgba(236, 236, 236, 0.06);
}

/* --- Final CTA --- */
.final-cta {
  padding: 80px 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(250, 66, 0, 0.14) 0%, transparent 70%),
    var(--plas-black);
  text-align: center;
  border-top: 1px solid rgba(250, 66, 0, 0.15);
}

.final-cta h2 {
  font-size: var(--fs-hero);
  margin-bottom: 16px;
}

.final-cta h2 em {
  font-style: normal;
  color: var(--plas-orange);
}

.final-cta p {
  color: var(--plas-grey);
  font-size: 1rem;
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Footer --- */
.site-footer {
  padding: 32px 0;
  border-top: 1px solid rgba(236, 236, 236, 0.06);
  text-align: center;
}

.footer-logo svg { height: 24px; width: auto; margin: 0 auto 16px; }

.footer-text {
  font-size: 0.72rem;
  color: var(--plas-grey);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* --- Scroll Reveal (só esconde com JS ativo) --- */
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* --- Responsive --- */
@media (min-width: 640px) {
  .hero-cta-group {
    flex-direction: row;
    align-items: center;
  }

  .hero-metrics {
    grid-template-columns: repeat(4, 1fr);
  }

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

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

  .bio-inner {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .hero { padding: 96px 0 80px; }

  .module-inner {
    padding-left: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 32px;
  }
}

/* ============================================================
   Seções claras (2ª seção + oferta) — contraste sobre branco
   ============================================================ */
.comparison.sec-light .section-sub,
.comparison.sec-light .comp-item { color: #4a4137; }
.comparison.sec-light .comp-item { border-bottom-color: rgba(13, 9, 0, .08); }
.comparison.sec-light .comp-bad .comp-card-body { background: rgba(255, 50, 50, .06); border-color: rgba(255, 50, 50, .3); }
.comparison.sec-light .comp-good .comp-card-body { background: rgba(0, 200, 100, .06); border-color: rgba(0, 200, 100, .3); }

/* oferta: card escuro destacado sobre o branco */
.offer.sec-light .offer-box {
  background: var(--plas-card);
  border-color: var(--plas-card-border);
}
