/* =========================================
   KIT REFLUXO LEVE — Landing Page
   Design system
   ========================================= */

:root {
  --navy: #17375E;
  --navy-deep: #0F2845;
  --green: #38B87C;
  --green-soft: #E8F7EF;
  --orange: #F4A261;
  --orange-soft: #FDF0E2;
  --white: #FFFFFF;
  --bg: #F7F9FC;
  --bg-muted: #EEF2F7;
  --text: #1B2A3D;
  --text-soft: #5A6A7E;
  --border: #E3E8EF;
  --shadow-sm: 0 2px 8px rgba(23, 55, 94, 0.06);
  --shadow-md: 0 10px 30px rgba(23, 55, 94, 0.08);
  --shadow-lg: 0 24px 60px rgba(23, 55, 94, 0.14);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1140px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 112px; /* sticky bar space */
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  line-height: 1.2;
  color: var(--navy);
  font-weight: 800;
}
ul { list-style: none; }

/* Layout */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 780px; }
.text-center { text-align: center; }
.text-accent { color: var(--green); }

/* Sections */
.section { padding: 84px 0; position: relative; }
.section--muted { background: var(--bg); }
.section--tight { padding: 36px 0; }
.section__head { max-width: 760px; margin: 0 auto 48px; }
.section__head.text-center { text-align: center; }
.section__title {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section__title--light { color: var(--white); }
.section__text {
  color: var(--text-soft);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.section__text--light { color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 32px; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--green-soft);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.eyebrow--green { background: var(--green-soft); color: var(--green); }
.eyebrow--orange { background: var(--orange-soft); color: #C9712E; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-align: center;
  white-space: nowrap;
}
.btn__arrow {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn__arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
.btn__arrow { transition: transform .2s ease; }
.btn:hover .btn__arrow { transform: translateX(4px); }
.btn--primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(56, 184, 124, 0.35);
}
.btn--primary:hover { background: #2EA76C; transform: translateY(-2px); }
.btn--accent {
  background: var(--orange);
  color: var(--navy-deep);
  box-shadow: 0 10px 24px rgba(244, 162, 97, 0.4);
}
.btn--accent:hover { background: #EE934A; transform: translateY(-2px); }
.btn--secondary {
  background: var(--navy);
  color: var(--white);
}
.btn--secondary:hover { background: var(--navy-deep); transform: translateY(-2px); }
.btn--ghost {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.25);
}
.btn--ghost:hover { background: rgba(255,255,255,0.18); }
.btn--sm { padding: 10px 18px; font-size: 0.9rem; }
.btn--lg { padding: 18px 32px; font-size: 1.05rem; }
.btn--xl { padding: 20px 38px; font-size: 1.1rem; }

/* Image placeholder */
.image-placeholder {
  background: #EEF2F7;
  border: 2px dashed #B8C4D4;
  border-radius: var(--radius);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: #6E7E94;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.image-placeholder small { display: block; margin-top: 6px; font-size: 0.72rem; font-weight: 500; opacity: 0.7; }
.image-placeholder--hero { min-height: 420px; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); }
.image-placeholder--mini { min-height: 50px; padding: 8px 14px; flex-direction: row; gap: 8px; }
.image-placeholder--seal { min-height: 180px; max-width: 200px; border-radius: 50%; aspect-ratio: 1; }

/* ============ HERO ============ */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1E4373 55%, #235186 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero__bg-decor {
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(56,184,124,0.3) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -150px; left: -150px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(244,162,97,0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; position: relative; z-index: 2; }
.nav__brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px;
  background: var(--green);
  border-radius: 10px;
  display: grid; place-items: center;
  color: var(--white);
  font-weight: 800;
  font-size: 0.85rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.brand-name { font-weight: 700; font-size: 1.05rem; color: var(--white); }

.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 24px 100px;
  position: relative;
  z-index: 1;
}
.hero__content .eyebrow { background: rgba(56,184,124,0.2); color: #A6E6C6; }
.hero__title {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  color: var(--white);
  letter-spacing: -0.025em;
  margin-bottom: 22px;
}
.hero__subtitle {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
  max-width: 560px;
}
.hero__value-strip {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.hero__value-strip strong {
  font-size: 1.05rem;
  color: var(--white);
}
.hero__value-strip span {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.78);
}
.hero__note { margin-top: 18px; font-size: 0.92rem; color: rgba(255,255,255,0.75); }
.note-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.note-list__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.note-list__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A6E6C6;
}
.note-list__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.note-list__sep {
  opacity: 0.6;
}
.hero__media {
  display: flex;
  justify-content: center;
}
.hero-mockup {
  width: min(100%, 520px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 24px 45px rgba(0,0,0,.22));
}

/* ============ QUICK OFFER ============ */
.quick-offer__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.quick-offer__grid {
  max-width: 900px;
  margin: 0 auto;
}
.quick-offer__cta {
  margin-top: 32px;
}
.quick-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.quick-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(56, 184, 124, 0.42);
}
.quick-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #F3FBF7, var(--green-soft));
  border: 1px solid rgba(56, 184, 124, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--navy);
}
.feature-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.quick-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
}

/* ============ PAIN CARDS ============ */
.cards-grid {
  display: grid;
  gap: 20px;
}
.cards-grid--3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid--2 { grid-template-columns: repeat(2, 1fr); }

.pain-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pain-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green); }
.pain-card__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--orange-soft);
  display: grid; place-items: center;
  flex-shrink: 0;
  color: #D4793C;
}
.pain-card__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.pain-card h3 { font-size: 1rem; color: var(--navy); font-family: 'Inter', sans-serif; font-weight: 600; }

/* ============ VALUE CARDS ============ */
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(56, 184, 124, 0.45);
}
.value-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.value-card p {
  color: var(--text-soft);
  font-size: 0.98rem;
}

/* ============ CREATOR SECTION ============ */
.creator-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf8 100%);
}
.creator-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(23, 55, 94, 0.10);
  border: 1px solid rgba(56, 184, 124, 0.16);
  position: relative;
}
.creator-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(56, 184, 124, 0.45), rgba(23, 55, 94, 0.08), transparent);
}
.creator-card__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.creator-card__avatar {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 5px solid #ffffff;
  box-shadow: 0 12px 32px rgba(23, 55, 94, 0.18);
  background: #f5fbf8;
}
.creator-card__content h3 {
  margin: 12px 0 12px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #17375E;
}
.creator-card__content p {
  color: #4a5f73;
  line-height: 1.7;
  margin-bottom: 12px;
}
.creator-card__content small {
  display: block;
  margin-top: 14px;
  color: #6b7b8c;
  font-size: 0.88rem;
  line-height: 1.5;
}
.creator-card__content .tag {
  margin-bottom: 0;
}

/* ============ TESTIMONIALS ============ */
.testimonials-section {
  background:
    radial-gradient(circle at top left, rgba(56, 184, 124, 0.10), transparent 32%),
    linear-gradient(180deg, #F8FCF9 0%, #F2F8F4 100%);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: var(--white);
  border: 1px solid rgba(23, 55, 94, 0.08);
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  min-height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(56, 184, 124, 0.28);
}
.testimonial-card__stars {
  margin-bottom: 16px;
  color: #C9A24E;
  letter-spacing: 0.16em;
  font-size: 0.88rem;
}
.testimonial-card__text {
  color: var(--text);
  font-size: 1rem;
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.testimonial-card__author {
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}
.testimonial-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}
.testimonials-note {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.9rem;
}
.testimonials-cta {
  margin-top: 26px;
}

/* ============ BONUS SECTION ============ */
.bonus-section {
  background: linear-gradient(180deg, #F8FBFE 0%, #F1F7FC 100%);
}
.bonus-card {
  background: var(--white);
  border: 1px solid rgba(23, 55, 94, 0.08);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.bonus-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(56, 184, 124, 0.32);
}
.bonus-card__label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.bonus-card h3 {
  font-size: 1.18rem;
  margin-bottom: 12px;
}
.bonus-card p {
  color: var(--text-soft);
  font-size: 0.97rem;
  margin-bottom: 20px;
}
.bonus-card__value {
  margin-top: auto;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}

/* ============ ALERT BOX ============ */
.alert-box {
  background: var(--green-soft);
  border-left: 4px solid var(--green);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 880px;
  margin: 0 auto;
}
.alert-box__icon {
  width: 32px; height: 32px;
  background: var(--green);
  color: white;
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.alert-box__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.alert-box p { color: var(--text); font-size: 0.96rem; }

/* ============ TWO COL ============ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.two-col--equal { grid-template-columns: 1fr 1fr; }
.solution-illustration {
  width: min(100%, 420px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 35px rgba(23, 55, 94, 0.12));
}

/* ============ LEARN LIST ============ */
.learn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}
.learn-list li {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--text);
}
.learn-list .check {
  width: 26px; height: 26px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.learn-list .check svg {
  width: 14px;
  height: 14px;
  display: block;
}

/* ============ PRODUCT CARDS ============ */
.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card--main { border: 2px solid var(--green); position: relative; }
.product-card--main::before {
  content: 'PRINCIPAL';
  position: absolute;
  top: 16px; right: 16px;
  background: var(--green);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
}
.product-card__media {
  min-height: 240px;
  background: linear-gradient(135deg, #F0F4FA, #E3EAF5);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.product-mockup {
  max-width: 100%;
  max-height: 260px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 34px rgba(23,55,94,.12));
}
.product-card__body { padding: 28px; }
.tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.tag--green { background: var(--green-soft); color: var(--green); }
.tag--orange { background: var(--orange-soft); color: #C9712E; }
.product-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.product-card p { color: var(--text-soft); font-size: 0.96rem; }

/* ============ STEPS ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--border);
}
.step__num {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--navy), #2C4A6F);
  color: white;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 auto 18px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.step h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: var(--navy);
}
.step p { color: var(--text); }

/* ============ FOR / NOT FOR ============ */
.for-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.for-card h3 { font-size: 1.35rem; margin-bottom: 22px; }
.for-card ul { display: flex; flex-direction: column; gap: 12px; }
.for-card li {
  padding-left: 32px;
  position: relative;
  color: var(--text);
  font-size: 0.98rem;
}
.for-card--yes { border-top: 4px solid var(--green); }
.for-card--yes li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px;
  background: var(--green-soft); color: var(--green);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.8rem; font-weight: 700;
}
.for-card--no { border-top: 4px solid #E5797C; }
.for-card--no li::before {
  content: '✕';
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px;
  background: #FCEBEB; color: #D9534F;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.75rem; font-weight: 700;
}

/* ============ OFFER ============ */
.section--offer { background: linear-gradient(180deg, var(--bg) 0%, #E5ECF5 100%); }
.offer-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border-top: 6px solid var(--green);
}
.offer-card__title { font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 8px; }
.offer-card__sub { color: var(--text-soft); margin-bottom: 28px; font-size: 1.05rem; }
.offer-card__items {
  text-align: left;
  background: var(--bg);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 32px;
}
.offer-card__items li {
  padding: 6px 0;
  color: var(--text);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer-card__items--stacked li {
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.offer-card__items--stacked li span:nth-child(2) {
  flex: 1;
}
.offer-card__items--stacked li strong {
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  white-space: nowrap;
}
.offer-card__item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.offer-card__item-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.offer-card__price { margin-bottom: 28px; }
.price-old {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: var(--text-soft);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  opacity: 0.9;
}
.offer-card__price-label {
  display: block;
  font-size: 0.95rem;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
}
.offer-card__price-value {
  display: flex; align-items: baseline; justify-content: center; gap: 4px;
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
}
.offer-card__price-value .currency { font-size: 1.4rem; }
.offer-card__price-value .amount { font-size: 4.4rem; line-height: 1; letter-spacing: -0.03em; }
.offer-card__price-value .cents { font-size: 1.6rem; }
.offer-card__price-note { display: block; margin-top: 10px; font-size: 0.85rem; color: var(--text-soft); }
.offer-card__text { color: var(--text-soft); margin-bottom: 24px; font-size: 0.95rem; }
.offer-card__text--compare {
  font-size: 1rem;
  color: var(--navy);
  font-weight: 600;
}
.offer-card__trust { margin-top: 24px; font-size: 0.85rem; color: var(--text-soft); display: flex; flex-direction: column; align-items: center; gap: 12px; }
.checkout-secure-img {
  width: min(100%, 260px);
  max-width: 100%;
  height: auto;
  display: block;
  margin: 18px auto 10px;
  object-fit: contain;
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.trust-list__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.trust-list__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
}
.trust-list__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.trust-list__sep {
  opacity: 0.55;
}
.offer-mockup {
  width: min(100%, 720px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 32px;
  filter: drop-shadow(0 20px 40px rgba(23,55,94,.15));
}
.price-image {
  width: min(100%, 440px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 22px auto;
}

/* ============ GUARANTEE ============ */
.guarantee {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  background: var(--green-soft);
  padding: 40px;
  border-radius: var(--radius-lg);
}
.guarantee-seal-img {
  width: min(100%, 260px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 12px 24px rgba(23, 55, 94, 0.10));
}
.guarantee__content .btn {
  margin-top: 16px;
}

/* ============ FAQ ============ */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.faq__item.is-open { border-color: var(--green); box-shadow: var(--shadow-sm); }
.faq__q {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
}
.faq__icon {
  width: 32px; height: 32px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform .25s ease, background .25s ease;
}
.faq__item.is-open .faq__icon { transform: rotate(45deg); background: var(--green); color: white; }
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq__a p { padding: 0 24px 22px; color: var(--text-soft); }

/* ============ CTA FINAL ============ */
.section--cta-final {
  background: linear-gradient(135deg, var(--navy) 0%, #1E4373 100%);
  position: relative;
  overflow: hidden;
}
.section--cta-final::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(244,162,97,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.section--cta-final .container { position: relative; z-index: 1; }

/* ============ FOOTER ============ */
.footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.7);
  padding: 32px 0;
  text-align: center;
}
.footer__brand { font-weight: 600; color: var(--white); margin-bottom: 6px; }
.footer__disclaimer { font-size: 0.85rem; }

/* ============ STICKY BAR ============ */
.sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(14px);
  box-shadow: 0 -10px 30px rgba(23,55,94,0.12);
  padding: 16px 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform .35s ease;
}
.sticky-bar.is-visible { transform: translateY(0); }
.sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sticky-bar__text { font-size: 0.95rem; color: var(--text); }
.sticky-bar__text strong { color: var(--navy); }
.sticky-bar__btn {
  min-width: 210px;
  padding: 14px 24px;
  box-shadow: 0 12px 28px rgba(56, 184, 124, 0.38);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .section { padding: 64px 0; }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; padding: 40px 24px 80px; }
  .hero__title { font-size: 2.1rem; }
  .hero__value-strip {
    width: 100%;
    max-width: 520px;
  }
  .two-col, .two-col--equal { grid-template-columns: 1fr; gap: 40px; }
  .cards-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .learn-list { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .guarantee__seal { justify-self: center; }
  .sticky-bar__btn { min-width: 0; }
  .quick-card { padding: 22px 20px; }
  .hero__media { order: 2; }
  .hero__content { order: 1; }
  .creator-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 22px;
    gap: 22px;
  }
  .creator-card__avatar {
    width: 136px;
    height: 136px;
  }
  .creator-card__content .tag {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 108px; }
  .section { padding: 56px 0; }
  .container { padding: 0 18px; }
  .hero__title { font-size: 1.65rem; }
  .hero__subtitle { font-size: 1rem; }
  .hero__value-strip {
    gap: 6px;
    margin-bottom: 18px;
    padding: 14px 15px;
    border-radius: 16px;
  }
  .hero__value-strip strong {
    font-size: 0.98rem;
  }
  .hero__value-strip span {
    font-size: 0.84rem;
  }
  .section__title { font-size: 1.55rem; }
  .cards-grid--3, .cards-grid--2 { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { padding: 24px 20px; border-radius: 20px; }
  .offer-card { padding: 36px 24px; }
  .offer-card__price-value .amount { font-size: 3.2rem; }
  .offer-card__items--stacked li {
    flex-wrap: wrap;
  }
  .offer-card__items--stacked li strong {
    width: 100%;
    padding-left: 30px;
  }
  .for-card { padding: 28px 22px; }
  .product-card__media { min-height: 220px; padding: 16px; }
  .product-mockup { max-height: 220px; }
  .offer-mockup { margin-bottom: 24px; }
  .price-image { width: min(100%, 360px); }
  .checkout-secure-img { width: min(100%, 220px); }
  .quick-card {
    align-items: flex-start;
    gap: 14px;
  }
  .note-list {
    gap: 8px;
  }
  .note-list__sep,
  .trust-list__sep {
    display: none;
  }
  .quick-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  .feature-icon svg {
    width: 24px;
    height: 24px;
  }
  .btn--lg, .btn--xl { padding: 16px 22px; font-size: 1rem; width: 100%; }
  .sticky-bar { padding: 12px 0; }
  .sticky-bar__inner { gap: 12px; }
  .sticky-bar__text { font-size: 0.82rem; }
  .sticky-bar__text strong { display: block; }
  .sticky-bar__btn {
    width: auto;
    min-width: 148px;
    padding: 12px 18px;
  }
  .trust-list {
    gap: 8px 12px;
  }
  .nav { padding: 16px 18px; }
  .hero-mockup { width: min(100%, 360px); }
  .solution-illustration { width: min(100%, 340px); }
  .guarantee-seal-img { width: min(100%, 220px); }
  .creator-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .creator-card__avatar {
    width: 136px;
    height: 136px;
  }
  .creator-card__content p {
    font-size: 0.96rem;
    line-height: 1.75;
  }
}
