: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%;
  background: #0D0A15;
}

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;
}

.section--pricing {padding-bottom: 36px !important;}
.section--guarantee {padding-top: 0px;}

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

.hero {
  min-height: 100vh;
  background:
   linear-gradient(90deg, rgba(9, 7, 13, 0.96) 0%, rgba(9, 7, 13, 0.9) 38%, rgb(9 7 13 / 0%) 72%, rgba(9, 7, 13, 0) 100%), url(https://comunicacaoinvisivel.com/padroes/img/fundo-desk.webp) center right / cover no-repeat, #09070d;
}

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

.hero__content {
  width: min(100%, 42rem);
  padding: 0px;
}

.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;
    line-height: 23px;
    margin-bottom: 21px;
}

.hero__proof {
  margin-top: 0px;
}

.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;
}

.ci-section {
    background: linear-gradient(180deg, #09070d, #0d0915 34%, #0a0810 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
  }

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

  .ci-section::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;
  }

  .ci-heading {
    text-align: center;
    margin: 0 auto 48px;
    padding: 0 24px;
    max-width: 44rem;
  }

  .ci-kicker {
    display: block;
    color: #f4cf92;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-family: "Manrope", sans-serif;
  }

  .ci-heading h2 {
    color: #f7f4fc;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.06;
    font-family: "Manrope", sans-serif;
    margin: 0 0 10px;
    padding: 0;
    border: none;
    background: none;
    text-transform: none;
    letter-spacing: normal;
  }

  .ci-heading p {
    color: rgba(247,244,252,0.72);
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    background: none;
    border: none;
  }

  .ci-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .ci-row-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .ci-row-wrap::before,
  .ci-row-wrap::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
  }

  .ci-row-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #09070d, transparent);
  }

  .ci-row-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #09070d, transparent);
  }

  .ci-track {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: max-content;
    padding: 0px;
    margin: 0;
    list-style: none;
  }

  .ci-card {
    flex-shrink: 0;
    width: 240px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    box-shadow: 0 12px 32px rgba(0,0,0,0.28);
    transition: transform 340ms ease, border-color 340ms ease;
    cursor: default;
    display: block;
    padding: 0;
    margin: 0;
  }

  .ci-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,172,103,0.24);
  }

  .ci-card img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    max-width: 100%;
  }

  .ci-cta {
    display: flex;
    justify-content: center;
    margin: 48px 0 0;
    padding: 0;
  }

  .ci-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #170f0a;
    background: linear-gradient(135deg, #f5d39a, #d4ac67 55%, #bb7d2c);
    box-shadow: 0 16px 30px rgba(212,172,103,0.22);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    transition: transform 200ms ease, box-shadow 200ms ease;
    line-height: 1;
  }

  .ci-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(212,172,103,0.3);
  }

/* ===== 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;
}

 .mobirespo {
      display: none;
  }

/* ===== 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;
  }
  
  .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));
}

   .proof-pill {width: 100% !important}

    .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;
}

  .hero {
    min-height: 100vh;
    background:
      linear-gradient(180deg, rgb(9 7 13 / 0%) 0%, rgb(9 7 13 / 24%) 34%, rgba(9, 7, 13, 0.96) 56%, rgb(9 7 13) 100%), url(https://comunicacaoinvisivel.com/padroes/img/fundo-mobile.webp) center top / cover no-repeat, #09070d
  }

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

  .hero__content {
    width: min(100%, 34rem);
    margin: 0 auto;
    padding: clamp(4rem, 22vh, 22rem) 0 1rem;
    text-align: left;
  }
  
  .section--access-cards {padding-top: 4px;}
  
  .shell {
    width:  min(calc(100% - 4rem), var(--shell));
  }

  .hero__title {
    max-width: 100%;
    font-size: 25px;
    text-align: center;
    line-height: 29px;
  }

  .hero__subtitle {
    max-width: 100%;
    text-align: center;
        line-height: 21px;
        margin: 12px 0px;
  }

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

  .plans-grid {
    gap: var(--space-6);
  }

  .split__media {
    order: -1;
  }

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

  .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;
  }
  
  .scarcity-badge {
    display: flow;  
  }
  
  .deskrespo {
      display: none !important;
  }
  
  .mobirespo {
      display: inherit !important;
  }

  .button {
    min-height: 48px;
    padding: 0.82rem 1.05rem;
    font-size: 0.74rem;
    letter-spacing: 0.02em;
    width: 100%;
  }
  
  .proof-pill {
    padding: 0px;
        border: 0px;text-align: center;justify-content: center;
        
  }
  
  .hero__proof {
    margin-top: 11px;  
  }

  .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;
}

.section--guarantee {
  padding-bottom: 0;
}

.guarantee-wrap {
  border: 1px solid rgba(212, 172, 103, 0.28);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(212, 172, 103, 0.06), transparent 60%);
  box-shadow: var(--shadow-gold);
  padding: var(--space-7) var(--space-6);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.guarantee-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 172, 103, 0.07), transparent 70%);
  pointer-events: none;
}

.guarantee-wrap .section-heading {
  margin-bottom: var(--space-5);
}

.guarantee-body {
  max-width: 97ch;
  margin: 0 auto var(--space-5);
}

.guarantee-body p {
  color: var(--text-muted);
  font-size: var(--step-0);
  line-height: 1.7;
  margin: 0 0 var(--space-3);
}

.guarantee-highlight {
  color: var(--text) !important;
  font-style: italic;
  font-weight: 600;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: var(--space-3) var(--space-4);
  background: var(--surface-strong);
}

.guarantee-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

/* ── FAQ ── */

.faq-list {
  max-width: 680px;
  margin: 0 auto var(--space-7);
  display: grid;
  gap: var(--space-2);
}

.section--faq {padding-top: 59px;padding-bottom: 59px;}

.faq-item {
  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);
  overflow: hidden;
  transition: border-color 340ms ease, box-shadow 340ms ease;
}

.faq-item[open] {
  border-color: rgba(212, 172, 103, 0.24);
}

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  cursor: pointer;
  list-style: none;
  font-size: var(--step-0);
  font-weight: 700;
  color: var(--text);
  user-select: none;
  transition: color 200ms ease;
}

.faq-item__q::-webkit-details-marker { display: none; }

.faq-item[open] > .faq-item__q {
  color: var(--gold-strong);
}

/* Chevron: reutiliza o mesmo padrão do discover-item__icon */
.faq-item__chevron {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  position: relative;
  transition: transform 300ms ease, border-color 200ms ease, background 200ms ease;
}

.faq-item__chevron::before,
.faq-item__chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--text-muted);
  border-radius: 2px;
  transition: background 200ms ease;
}

.faq-item__chevron::before {
  width: 9px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.faq-item__chevron::after {
  width: 1.5px;
  height: 9px;
  transform: translate(-50%, -50%);
}

.faq-item[open] .faq-item__chevron {
  transform: rotate(45deg);
  border-color: rgba(212, 172, 103, 0.35);
  background: rgba(212, 172, 103, 0.1);
}

.faq-item[open] .faq-item__chevron::before,
.faq-item[open] .faq-item__chevron::after {
  background: var(--gold-strong);
}

.faq-item__a {
  padding: 0 var(--space-5) var(--space-4);
  border-top: 1px solid var(--border);
}

.faq-item__a p {
  margin: var(--space-3) 0 0;
  color: var(--text-muted);
  font-size: var(--step-0);
  line-height: 1.7;
}

.section--differentials {padding-bottom: 23px;}

@media (hover: hover) and (pointer: fine) {
  .faq-item:not([open]):hover {
    border-color: rgba(212, 172, 103, 0.18);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 768px) {
  .guarantee-wrap {
    padding: var(--space-6) var(--space-4);
    text-align: left;
  }

  .guarantee-wrap .section-heading {
    text-align: left;
  }

  .guarantee-pills {
    justify-content: flex-start;
  }

  .proof-pill {
    width: 100% !important;
  }
  
  .section--guarantee {padding-top: 0px;}

  .faq-item__q {
    padding: var(--space-3) var(--space-4);
    font-size: var(--step--1);
  }

  .faq-item__a {
    padding: 0 var(--space-4) var(--space-3);
  }
}