:root {
  --bg: #0b0811;
  --bg-soft: #130f1d;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --text: #f7f4fc;
  --text-muted: rgba(247, 244, 252, 0.72);
  --text-soft: rgba(247, 244, 252, 0.5);
  --gold: #d4ac67;
  --gold-strong: #f4cf92;
  --gold-glow: rgba(212, 172, 103, 0.35);
  --purple: #8f43c1;
  --purple-glow: rgba(143, 67, 193, 0.25);
  --danger: #dc6767;
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.2);
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.24);
  --shadow-deep: 0 28px 70px rgba(0, 0, 0, 0.34);
  --shadow-gold: 0 20px 50px rgba(212, 172, 103, 0.18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;
  --shell: 1160px;
  --step--1: clamp(0.8rem, 0.76rem + 0.12vw, 0.9rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  --step-1: clamp(1.15rem, 1.02rem + 0.45vw, 1.35rem);
  --step-2: clamp(1.5rem, 1.26rem + 1vw, 2rem);
  --step-3: clamp(2rem, 1.54rem + 1.8vw, 3rem);
  --step-4: clamp(2.8rem, 2rem + 3vw, 4.6rem);
}

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

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

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(143, 67, 193, 0.08), transparent 24%),
    linear-gradient(180deg, #09070d, #0d0915 34%, #0a0810 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0);
  background-size: 3px 3px;
  z-index: 999;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

/* ===== LAYOUT ===== */

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page {
  overflow: clip;
}

.section,
.hero {
  position: relative;
  padding: var(--space-8) 0;
}

/* ===== HERO ===== */

.hero {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(9, 7, 13, 0.96) 0%, rgba(9, 7, 13, 0.9) 38%, rgba(9, 7, 13, 0.3) 72%, rgba(9, 7, 13, 0) 100%),
    url("../../img/hero-bg-confianca.webp") center right / cover no-repeat,
    #09070d;
}

.hero__grid {
  min-height: 100vh;
  display: grid;
  align-items: center;
}

.hero__content {
  width: min(100%, 42rem);
  padding: clamp(5rem, 10vh, 7rem) 0;
}

.hero__logo {
  width: 10rem;
  height: auto;
}

.hero__eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold-strong);
  font-size: var(--step--1);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__title {
  margin: 1.2rem 0 0;
  font-size: clamp(2.3rem, 4vw, 4.7rem);
  font-weight: 800;
  line-height: 0.98;
  max-width: 14ch;
}

.text-gold {
  background: linear-gradient(90deg, #f8d69e 0%, #d4ac67 45%, #f7b348 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero__subtitle,
.split__content p,
.section-heading p,
.info-card p,
.access-card p,
.testimonial-card p:last-child {
  color: var(--text-muted);
  font-size: var(--step-0);
  line-height: 1.7;
}

.hero__subtitle {
  max-width: 55ch;
  margin: 1.2rem 0 0;
}

.hero__proof {
  margin-top: 1.5rem;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-height: 2rem;
  padding: 0.3rem 0.75rem 0.3rem 0.55rem;
  border: 1px solid rgba(212, 172, 103, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--gold-strong);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.proof-pill::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f4cf92' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 4px rgba(212, 172, 103, 0.2));
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 2.5rem;
  padding: 0.5rem 1.2rem;
  border: 1px solid rgba(220, 103, 103, 0.3);
  border-radius: 999px;
  background: rgba(220, 103, 103, 0.08);
  color: #f4a0a0;
  font-size: var(--step--1);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: pulse-badge 2.4s ease-in-out infinite;
}

.scarcity-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dc6767;
  box-shadow: 0 0 8px rgba(220, 103, 103, 0.6);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(220, 103, 103, 0.6); }
  50% { opacity: 0.5; box-shadow: 0 0 12px rgba(220, 103, 103, 0.3); }
}

@keyframes pulse-badge {
  0%, 100% { border-color: rgba(220, 103, 103, 0.3); }
  50% { border-color: rgba(220, 103, 103, 0.15); }
}

.hero__actions,
.inline-cta {
  display: flex;
  margin-top: 2rem;
}

.inline-cta {
  justify-content: center;
}

/* ===== BUTTONS ===== */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: var(--step--1);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, border-color 200ms ease;
}

.button--primary {
  color: #170f0a;
  background: linear-gradient(135deg, #f5d39a, #d4ac67 55%, #bb7d2c);
  box-shadow: 0 16px 30px rgba(212, 172, 103, 0.22);
}

/* Shine sweep on primary button */
.button--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.button--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-strong);
}

.button--wide {
  width: 100%;
}

.section-heading {
  max-width: 44rem;
  margin: 0 auto var(--space-7);
  text-align: center;
}

.section-heading h2 {
  margin: 0.9rem 0 0;
  font-size: var(--step-3);
  font-weight: 800;
  line-height: 1.06;
}

/* ===== GRIDS ===== */

.discover-grid,
.testimonial-grid,
.cards-3,
.cards-2,
.plans-grid {
  display: grid;
  gap: var(--space-4);
}

.discover-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ===== SHARED CARD STYLE ===== */

.discover-item,
.info-card,
.access-card,
.testimonial-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(143, 67, 193, 0.04), transparent 60%);
  box-shadow: var(--shadow-soft);
  transition: transform 340ms ease, box-shadow 340ms ease, border-color 340ms ease;
}

/* ===== DISCOVER ITEMS ===== */

.discover-item {
  min-height: 100%;
  padding: var(--space-4);
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.discover-item__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 172, 103, 0.1);
  border: 1px solid rgba(212, 172, 103, 0.2);
  position: relative;
  flex-shrink: 0;
}

.discover-item__icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f4cf92' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.discover-item p,
.plan-list li {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.discover-item--highlight {
  background:
    linear-gradient(135deg, rgba(212, 172, 103, 0.18), rgba(212, 172, 103, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border-color: rgba(212, 172, 103, 0.2);
}

.discover-item--highlight .discover-item__icon {
  background: rgba(212, 172, 103, 0.2);
  border-color: rgba(212, 172, 103, 0.35);
}

.discover-item--highlight p {
  color: var(--gold-strong);
  font-weight: 800;
  text-transform: uppercase;
}

/* ===== ABOUT / SPLIT ===== */

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--space-6);
  align-items: center;
}

.portrait-shell {
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(212, 172, 103, 0.06), transparent 45%);
  box-shadow: var(--shadow-deep);
}

.portrait-shell img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 600ms ease;
}

.split__content h2 {
  margin: 0.9rem 0 0;
  font-size: var(--step-3);
  font-weight: 800;
  line-height: 1.06;
}

/* ===== TESTIMONIALS ===== */

.section--testimonials {
  position: relative;
}

.section--testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 67, 193, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

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

.testimonial-card {
  padding: var(--space-5);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  position: relative;
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 0.6rem;
  right: 1.2rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(212, 172, 103, 0.1);
  pointer-events: none;
}

.testimonial-card img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 172, 103, 0.22);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.testimonial-card h3,
.info-card h3,
.access-card h3,
.plan-card h3 {
  margin: 0;
  font-size: var(--step-1);
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-card__role {
  margin: 0.3rem 0 0.8rem;
  color: var(--gold-strong);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testimonial-card p:last-child {
  font-style: italic;
}

/* ===== DIFFERENTIALS ===== */

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card,
.access-card {
  padding: var(--space-5);
}

.info-card h3,
.access-card h3 {
  margin-top: 0.6rem;
  font-weight: 700;
}

.info-card p,
.access-card p:last-child {
  margin-top: 0.6rem;
}

.section--access-cards {
  padding-top: 0;
}

/* ===== PRICING ===== */

.section--pricing {
  position: relative;
}

.section--pricing::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 172, 103, 0.04), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.7rem 1.7rem 1.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(143, 67, 193, 0.04), transparent 60%);
  box-shadow: var(--shadow-soft);
  transition: transform 340ms ease, box-shadow 340ms ease, border-color 340ms ease;
  overflow: visible;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at top center, rgba(212, 172, 103, 0.1), transparent 38%);
  opacity: 0.65;
}

.plans-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  padding-top: 1.2rem;
}

/* === PLAN PRO — HERO CARD === */

.plan-card--pro {
  border-color: rgba(212, 172, 103, 0.46);
  background:
    linear-gradient(135deg, rgba(244, 207, 146, 0.1), rgba(212, 172, 103, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(143, 67, 193, 0.06), transparent 60%);
  box-shadow:
    0 0 0 1px rgba(212, 172, 103, 0.12),
    0 24px 60px rgba(212, 172, 103, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.3);
  transform: scale(1.015);
  z-index: 2;
  animation: plan-pro-pulse 2.6s ease-in-out infinite;
}

.plan-card--pro::before {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.08), transparent 22%),
    radial-gradient(circle at top center, rgba(212, 172, 103, 0.16), transparent 40%);
}

.plan-card__tag {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.2rem;
  line-height: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5d39a, #d4ac67 55%, #bb7d2c);
  color: #170f0a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(212, 172, 103, 0.35);
  white-space: nowrap;
  z-index: 3;
}

.plan-card__head {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  text-align: center;
}

.plan-card__brand {
  margin: 0;
  color: var(--text);
  font-size: var(--step--1);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-card__mode {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  font-weight: 500;
  line-height: 1.15;
}

.plan-card__mode-emphasis {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(90deg, #c9a966, #ffe9bc, #c9a966);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.plan-card__summary {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--step-0);
  line-height: 1.55;
  text-align: center;
}

.plan-card__divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin: 1.2rem 0 1rem;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.plan-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.3rem 0 0;
  list-style: none;
  flex: 1;
}

.plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.plan-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(212, 172, 103, 0.12);
  border: 1px solid rgba(212, 172, 103, 0.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f4cf92' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.plan-list__item--unavailable {
  color: rgba(247, 244, 252, 0.34) !important;
  text-decoration: line-through;
  text-decoration-thickness: 1.6px;
  text-decoration-color: rgba(247, 244, 252, 0.22);
}

.plan-list__item--unavailable::before {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a93a8' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E");
  background-size: 10px;
}

/* Pro card list items get stronger checkmarks */
.plan-card--pro .plan-list li::before {
  background-color: rgba(212, 172, 103, 0.2);
  border-color: rgba(212, 172, 103, 0.4);
}

.plan-card__offer {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  padding-top: 1.3rem;
}

.plan-card__offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.7rem;
  right: -1.7rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
}

.plan-price {
  display: grid;
  gap: 0.15rem;
  margin: 0 0 var(--space-4);
  text-align: center;
}

.plan-price__was {
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 600;
}

.plan-price__was span {
  color: var(--danger);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.plan-price__installments {
  margin: 0;
  color: var(--gold-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.plan-price__now {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

/* Pro card price gets gold accent */
.plan-card--pro .plan-price__now {
  background: linear-gradient(90deg, #f8d69e 0%, #d4ac67 45%, #f7b348 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.plan-card__cta {
  position: relative;
  z-index: 1;
}

@keyframes plan-pro-pulse {
  0%,
  100% {
    transform: scale(1.015);
    box-shadow:
      0 0 0 1px rgba(212, 172, 103, 0.12),
      0 24px 60px rgba(212, 172, 103, 0.12),
      0 8px 24px rgba(0, 0, 0, 0.3);
  }
  50% {
    transform: scale(1.028);
    box-shadow:
      0 0 0 1px rgba(212, 172, 103, 0.2),
      0 30px 72px rgba(212, 172, 103, 0.2),
      0 10px 28px rgba(0, 0, 0, 0.34);
  }
}

/* ===== FOOTER ===== */

.site-footer {
  padding: var(--space-5) 0;
  border-top: 1px solid var(--border);
  text-align: center;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.site-footer__ig {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-soft);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 300ms ease;
}

.site-footer__ig:hover {
  color: var(--gold-strong);
}

.site-footer__copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

/* ===== SCROLL REVEAL ===== */

[data-reveal] {
  opacity: 0;
  filter: blur(6px);
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    filter 600ms ease;
}

[data-reveal="up"] {
  transform: translateY(28px);
}

[data-reveal="left"] {
  transform: translateX(-30px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
}

/* Staggered delays for grid children */
.discover-grid [data-reveal]:nth-child(1) { transition-delay: 0ms; }
.discover-grid [data-reveal]:nth-child(2) { transition-delay: 60ms; }
.discover-grid [data-reveal]:nth-child(3) { transition-delay: 120ms; }
.discover-grid [data-reveal]:nth-child(4) { transition-delay: 180ms; }
.discover-grid [data-reveal]:nth-child(5) { transition-delay: 240ms; }
.discover-grid [data-reveal]:nth-child(6) { transition-delay: 300ms; }
.discover-grid [data-reveal]:nth-child(7) { transition-delay: 360ms; }
.discover-grid [data-reveal]:nth-child(8) { transition-delay: 420ms; }
.discover-grid [data-reveal]:nth-child(9) { transition-delay: 480ms; }

.testimonial-grid [data-reveal]:nth-child(1) { transition-delay: 0ms; }
.testimonial-grid [data-reveal]:nth-child(2) { transition-delay: 80ms; }
.testimonial-grid [data-reveal]:nth-child(3) { transition-delay: 160ms; }
.testimonial-grid [data-reveal]:nth-child(4) { transition-delay: 240ms; }

.cards-3 [data-reveal]:nth-child(1) { transition-delay: 0ms; }
.cards-3 [data-reveal]:nth-child(2) { transition-delay: 100ms; }
.cards-3 [data-reveal]:nth-child(3) { transition-delay: 200ms; }

/* ===== HOVER EFFECTS ===== */

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .button--primary:hover {
    box-shadow: 0 20px 40px rgba(212, 172, 103, 0.3);
  }

  .button--primary:hover::after {
    left: 100%;
  }

  .button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
  }

  .discover-item:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 172, 103, 0.18);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
  }

  .info-card:hover,
  .access-card:hover {
    transform: translateY(-4px);
    border-color: rgba(143, 67, 193, 0.2);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
  }

  .testimonial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 172, 103, 0.18);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
  }

  .plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 68px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.18);
  }

  .plan-card--pro:hover {
    transform: scale(1.02) translateY(-4px);
    box-shadow:
      0 0 0 1px rgba(212, 172, 103, 0.2),
      0 32px 70px rgba(212, 172, 103, 0.15),
      0 12px 30px rgba(0, 0, 0, 0.35);
  }

  .portrait-shell:hover img {
    transform: scale(1.03);
  }
}

/* ===== REDUCED MOTION ===== */

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

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .plan-card--pro {
    animation: none;
    transform: none;
  }
}

/* ===== TABLET ===== */

@media (max-width: 1080px) {
  .discover-grid,
  .cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .section,
  .hero {
    padding: var(--space-7) 0;
  }

  .hero {
    min-height: 100vh;
    background:
      linear-gradient(180deg, rgba(9, 7, 13, 0.32) 0%, rgba(9, 7, 13, 0.72) 34%, rgba(9, 7, 13, 0.96) 56%, rgba(9, 7, 13, 1) 100%),
      url("../../img/hero-bg-confianca-mobile.webp") center top / cover no-repeat,
      #09070d;
  }

  .hero__grid {
    min-height: 100vh;
    align-items: end;
  }

  .hero__content {
    width: min(100%, 34rem);
    margin: 0 auto;
    padding: clamp(17rem, 44vh, 22rem) 0 1rem;
    text-align: left;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero__subtitle {
    max-width: 100%;
  }

  .discover-grid,
  .testimonial-grid,
  .cards-3,
  .cards-2,
  .plans-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .split__media {
    order: -1;
  }

  .plan-card--pro {
    transform: none;
    order: -1;
  }

  .plan-card__tag {
    top: -1rem;
    padding: 0.42rem 0.95rem;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
    box-shadow: 0 5px 16px rgba(212, 172, 103, 0.28);
  }

  .inline-cta,
  .inline-cta--left,
  .hero__actions {
    justify-content: center;
  }

  .button {
    min-height: 48px;
    padding: 0.82rem 1.05rem;
    font-size: 0.74rem;
    letter-spacing: 0.02em;
  }

  .button--wide,
  .hero__actions .button,
  .inline-cta .button {
    width: 100%;
  }

  .plan-price__now {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .section-heading {
    margin-bottom: var(--space-6);
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .testimonial-card img {
    margin: 0 auto;
  }

  .testimonial-card::before {
    top: auto;
    bottom: 0.6rem;
    right: 1rem;
    font-size: 3rem;
  }

  .site-footer {
    padding: var(--space-4) 0;
  }

  .sticky-bar .button {
    font-size: 0.85rem;
    padding: 0.7rem 1.6rem;
  }
}

/* ── Sticky CTA Bar ── */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem var(--space-4);
  background: rgba(11, 8, 17, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(212, 172, 103, 0.15);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sticky-bar.show {
  transform: translateY(0);
}

.sticky-bar .button {
  font-size: 0.9rem;
  padding: 0.8rem 2rem;
  white-space: nowrap;
}
