/* =========================================================
   A+ Milhas — Landing page
   Mobile-first · Identidade roxo + amarelo
   ========================================================= */

/* -------- Tokens / variáveis -------- */
:root {
  --purple-900: #2D0A5C;
  --purple-800: #3F0F7E;
  --purple-700: #5B189A;     /* primária */
  --purple-600: #6B2BB5;
  --purple-500: #8338D4;
  --purple-100: #EDE0FF;
  --purple-50:  #F6F0FF;

  --yellow-500: #FFC72C;     /* destaque */
  --yellow-400: #FFD75C;
  --yellow-300: #FFE48A;

  --orange-500: #FF8A00;

  --black:    #0B0319;
  --gray-900: #1A0B30;
  --gray-700: #4A3F5C;
  --gray-500: #847A95;
  --gray-300: #D8D2E2;
  --gray-200: #ECE7F2;
  --gray-100: #F6F4FA;
  --white:    #FFFFFF;

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-sm: 0 4px 12px rgba(45, 10, 92, 0.08);
  --shadow:    0 10px 30px rgba(45, 10, 92, 0.15);
  --shadow-lg: 0 20px 60px rgba(45, 10, 92, 0.25);

  --container: 1180px;

  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Poppins', var(--font-sans);
}

/* -------- Reset / base -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0; font-weight: 800; letter-spacing: -0.02em; }
p  { margin: 0 0 1em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--purple-700);
  color: var(--white);
  padding: 10px 16px;
  z-index: 1000;
}
.skip-link:focus { left: 8px; top: 8px; }

/* -------- Botões -------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  text-align: center;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn:focus-visible { outline: 3px solid var(--yellow-400); outline-offset: 3px; }
.btn-sm { padding: 11px 18px; font-size: 14px; }
.btn-lg { padding: 18px 32px; font-size: 17px; }
.btn-xl { padding: 22px 38px; font-size: 19px; }

.btn-primary {
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  color: var(--purple-900);
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.35), inset 0 -2px 0 rgba(0,0,0,0.08);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 138, 0, 0.45), inset 0 -2px 0 rgba(0,0,0,0.08);
}

.btn-yellow {
  background: var(--yellow-500);
  color: var(--purple-900);
  box-shadow: 0 12px 28px rgba(255, 199, 44, 0.5), inset 0 -2px 0 rgba(0,0,0,0.1);
}
.btn-yellow:hover {
  transform: translateY(-2px);
  background: var(--yellow-400);
  box-shadow: 0 16px 36px rgba(255, 199, 44, 0.6), inset 0 -2px 0 rgba(0,0,0,0.1);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.7);
}

/* -------- Logo -------- */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.logo-mark {
  display: inline-flex;
  align-items: baseline;
  font-size: 28px;
  color: var(--yellow-500);
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
  line-height: 1;
}
.logo-mark.big { font-size: 80px; }
.logo-plus {
  font-size: 0.7em;
  color: var(--yellow-500);
  margin-left: 1px;
}
.logo-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  font-style: italic;
}
.site-footer .logo-text { color: var(--white); }

/* -------- Header -------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(45, 10, 92, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(20, 5, 50, 0.98);
  box-shadow: 0 6px 24px rgba(0,0,0,0.25);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 16px;
}
.main-nav { display: none; }
.main-nav ul {
  display: flex;
  gap: 28px;
}
.main-nav a {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 15px;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--yellow-500); }
.header-cta { display: none; }

@media (min-width: 860px) {
  .main-nav { display: block; }
  .header-cta { display: inline-flex; }
}

/* -------- Hero -------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--purple-900) 0%, var(--purple-700) 60%, var(--purple-600) 100%);
  color: var(--white);
  padding: 70px 0 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.orb-1 { width: 360px; height: 360px; background: var(--orange-500); top: -120px; right: -80px; }
.orb-2 { width: 420px; height: 420px; background: var(--purple-500); bottom: -160px; left: -120px; opacity: 0.6; }
.orb-3 { width: 240px; height: 240px; background: var(--yellow-500); top: 40%; left: 50%; opacity: 0.25; }

.hero-inner {
  position: relative;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 980px) {
  .hero { padding: 100px 0 120px; }
  .hero-inner { grid-template-columns: 1.15fr 1fr; gap: 70px; }
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 199, 44, 0.15);
  border: 1px solid rgba(255, 199, 44, 0.4);
  color: var(--yellow-300);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}
.badge-dot {
  width: 8px; height: 8px;
  background: var(--yellow-500);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 199, 44, 0.6);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 199, 44, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(255, 199, 44, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 199, 44, 0); }
}

.hero h1 {
  font-size: clamp(34px, 6.5vw, 60px);
  font-weight: 900;
  margin: 0 0 22px;
}
.hero .highlight {
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: clamp(17px, 2.4vw, 20px);
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 32px;
  max-width: 600px;
}
.hero-sub strong { color: var(--yellow-300); font-weight: 700; }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}
.hero-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.hero-perks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-perks svg {
  width: 18px; height: 18px;
  padding: 3px;
  background: var(--yellow-500);
  border-radius: 50%;
  color: var(--purple-900);
}

/* -------- Hero card / ticket -------- */
.hero-card {
  position: relative;
  display: none;
}
@media (min-width: 980px) { .hero-card { display: block; } }

.ticket {
  background: var(--white);
  color: var(--gray-900);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-3deg);
  position: relative;
  z-index: 1;
}
.ticket-top { padding-bottom: 24px; }
.ticket-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.ticket-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray-500);
  margin-bottom: 4px;
  font-weight: 600;
}
.ticket-city {
  display: block;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 900;
  color: var(--purple-700);
  line-height: 1;
}
.ticket-sub {
  display: block;
  font-size: 13px;
  color: var(--gray-700);
  margin-top: 2px;
}
.ticket-route > div:last-child { text-align: right; }
.ticket-plane {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  color: var(--white);
  display: grid;
  place-items: center;
}
.ticket-plane svg { width: 22px; height: 22px; }

.ticket-divider {
  position: relative;
  border-top: 2px dashed var(--gray-300);
  margin: 0 -28px;
  display: flex;
  justify-content: space-between;
}
.ticket-divider span {
  width: 24px; height: 24px;
  background: var(--purple-700);
  border-radius: 50%;
  margin-top: -13px;
}
.ticket-divider span:first-child { margin-left: -12px; }
.ticket-divider span:last-child { margin-right: -12px; }

.ticket-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  gap: 20px;
}
.ticket-bottom > div:last-child { text-align: right; }
.ticket-value {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--purple-700);
}
.ticket-value.highlight {
  background: linear-gradient(135deg, var(--orange-500), #d50);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.floating-card {
  position: absolute;
  background: var(--white);
  color: var(--gray-900);
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  z-index: 2;
}
.floating-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--purple-700);
}
.floating-card span { color: var(--gray-700); font-size: 12px; }
.fc-icon {
  width: 36px; height: 36px;
  background: var(--purple-100);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.card-1 { top: -20px; left: -30px; transform: rotate(-5deg); }
.card-2 { bottom: -10px; right: -20px; transform: rotate(4deg); }

/* -------- Strip de logos -------- */
.strip {
  background: var(--gray-100);
  padding: 36px 0;
}
.strip-title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gray-700);
  margin: 0 0 20px;
  font-weight: 600;
}
.strip-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 36px;
}
.strip-logos span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--purple-700);
  opacity: 0.75;
}

/* -------- Sections base -------- */
section { padding: 70px 0; }
@media (min-width: 768px) { section { padding: 100px 0; } }

.section-head { margin-bottom: 50px; max-width: 720px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(28px, 4.6vw, 44px);
  margin-bottom: 14px;
}
.section-sub {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--gray-700);
  margin: 0;
}
.kicker {
  display: inline-block;
  background: var(--purple-100);
  color: var(--purple-700);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.kicker.yellow {
  background: rgba(255, 199, 44, 0.2);
  color: var(--yellow-500);
}
.highlight {
  color: var(--orange-500);
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.muted { color: var(--gray-500); font-size: 14px; }
.muted-sm { color: var(--gray-500); font-size: 12px; margin: 6px 0 0; }
.cta-row { text-align: center; margin-top: 40px; }

/* -------- Problem -------- */
.problem { background: var(--white); }
.problem-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .problem-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .problem-grid { grid-template-columns: repeat(4, 1fr); } }

.problem-card {
  background: var(--gray-100);
  padding: 26px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--purple-100);
}
.problem-emoji {
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1;
}
.problem-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--purple-800);
}
.problem-card p {
  font-size: 15px;
  color: var(--gray-700);
  margin: 0;
}
.problem-cta {
  text-align: center;
  margin: 50px auto 0;
  font-size: 18px;
  max-width: 720px;
  color: var(--gray-700);
}
.problem-cta strong { color: var(--purple-700); }

/* -------- Benefits -------- */
.benefits {
  background: linear-gradient(180deg, var(--gray-100) 0%, var(--white) 100%);
}
.benefits-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .benefits-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }

.benefit {
  background: var(--white);
  padding: 30px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  transition: transform .2s ease, box-shadow .2s ease;
}
.benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--purple-700), var(--purple-500));
  color: var(--white);
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(91, 24, 154, 0.3);
}
.benefit-icon svg { width: 28px; height: 28px; }
.benefit h3 {
  font-size: 19px;
  margin-bottom: 10px;
  color: var(--purple-800);
}
.benefit p { color: var(--gray-700); font-size: 15px; margin: 0; }

/* -------- Impact -------- */
.impact {
  background: linear-gradient(135deg, var(--purple-900), var(--purple-700));
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.impact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 199, 44, 0.15), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255, 138, 0, 0.18), transparent 40%);
  pointer-events: none;
}
.impact-inner {
  position: relative;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 980px) { .impact-inner { grid-template-columns: 1.1fr 1fr; gap: 70px; } }

.impact-text .kicker {
  background: rgba(255, 199, 44, 0.18);
  color: var(--yellow-300);
}
.impact-text h2 { font-size: clamp(28px, 4.6vw, 42px); margin-bottom: 18px; }
.impact-text p { color: rgba(255,255,255,0.88); font-size: 17px; }
.impact-text strong { color: var(--yellow-300); }
.impact-list { margin: 24px 0 30px; display: grid; gap: 12px; }
.impact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: rgba(255,255,255,0.92);
}
.impact-list span { font-size: 18px; }

.impact-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.stat {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 26px 20px;
  border-radius: var(--radius);
  text-align: center;
  backdrop-filter: blur(10px);
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 900;
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
  line-height: 1;
}
.stat span { color: rgba(255,255,255,0.75); font-size: 13px; }

/* -------- Course / módulos -------- */
.course { background: var(--white); }
.modules {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .modules { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .modules { grid-template-columns: 1fr 1fr 1fr; } }

.module {
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
}
.module::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--purple-700), var(--orange-500));
}
.module:hover {
  border-color: var(--purple-100);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.module-tag {
  display: inline-block;
  background: var(--purple-700);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.module h3 {
  font-size: 20px;
  color: var(--purple-800);
  margin-bottom: 8px;
}
.module-head p {
  font-size: 14px;
  color: var(--gray-700);
  margin-bottom: 18px;
}
.lessons {
  display: grid;
  gap: 8px;
  border-top: 1px dashed var(--gray-300);
  padding-top: 18px;
}
.lessons li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--gray-900);
  font-weight: 500;
  padding: 6px 0;
}
.lessons .num {
  display: inline-grid;
  place-items: center;
  width: 28px; height: 28px;
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  color: var(--purple-900);
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

/* -------- For who -------- */
.for-who { background: var(--gray-100); }
.for-who-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 780px) { .for-who-grid { grid-template-columns: 1fr 1fr; } }
.for-who-card {
  background: var(--white);
  padding: 36px 30px;
  border-radius: var(--radius-lg);
  border: 2px solid var(--gray-200);
}
.for-who-card.yes { border-color: var(--purple-100); background: linear-gradient(180deg, #fff, var(--purple-50)); }
.for-who-card.no  { background: var(--gray-100); }
.for-who-card h3 {
  font-size: 22px;
  color: var(--purple-800);
  margin-bottom: 18px;
}
.for-who-card.no h3 { color: var(--gray-700); }
.for-who-card ul { display: grid; gap: 12px; }
.for-who-card li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: var(--gray-900);
}
.for-who-card.yes li::before {
  content: "✓";
  position: absolute;
  left: 0; top: -2px;
  width: 22px; height: 22px;
  background: var(--purple-700);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}
.for-who-card.no li::before {
  content: "✕";
  position: absolute;
  left: 0; top: -2px;
  width: 22px; height: 22px;
  background: var(--gray-300);
  color: var(--gray-700);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
}

/* -------- Instructor -------- */
.instructor { background: var(--white); }
.instructor-inner {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 860px) { .instructor-inner { grid-template-columns: 360px 1fr; gap: 70px; } }

.instructor-photo { display: flex; justify-content: center; }
.photo-placeholder {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--purple-900), var(--purple-700));
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255, 199, 44, 0.3), transparent 50%);
}
.photo-placeholder .logo-mark.big {
  position: relative;
  z-index: 1;
}
.instructor-name-small {
  position: absolute;
  bottom: 28px;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 1;
}
.instructor-text h2 { font-size: clamp(26px, 4vw, 38px); margin-bottom: 18px; }
.instructor-text p { color: var(--gray-700); font-size: 17px; }
.instructor-text strong { color: var(--purple-700); }

/* -------- Testimonials -------- */
.testimonials {
  background: linear-gradient(180deg, var(--white) 0%, var(--gray-100) 100%);
}
.testimonials-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial {
  background: var(--white);
  padding: 28px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  margin: 0;
  box-shadow: var(--shadow-sm);
}
.stars {
  color: var(--yellow-500);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testimonial blockquote {
  margin: 0 0 18px;
  font-size: 16px;
  color: var(--gray-900);
  line-height: 1.6;
  quotes: """ """;
}
.testimonial figcaption strong {
  display: block;
  color: var(--purple-700);
  font-size: 15px;
  margin-bottom: 2px;
}
.testimonial figcaption span {
  color: var(--gray-500);
  font-size: 13px;
}

/* -------- Guarantee -------- */
.guarantee {
  background: var(--gray-100);
}
.guarantee-inner {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
  align-items: center;
  background: var(--white);
  border: 2px dashed var(--purple-100);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 720px) { .guarantee-inner { grid-template-columns: 180px 1fr; gap: 50px; padding: 50px; } }

.guarantee-seal { display: flex; justify-content: center; }
.seal {
  width: 160px; height: 160px;
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--purple-900);
  box-shadow: 0 14px 30px rgba(255, 138, 0, 0.35);
  position: relative;
  transform: rotate(-8deg);
}
.seal::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px dashed rgba(45, 10, 92, 0.4);
  border-radius: 50%;
}
.seal-num {
  display: block;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}
.seal-text {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.guarantee-text h2 {
  font-size: clamp(24px, 3.4vw, 32px);
  color: var(--purple-800);
  margin-bottom: 12px;
}
.guarantee-text p { color: var(--gray-700); font-size: 16px; }
.guarantee-text strong { color: var(--purple-700); }

/* -------- FAQ -------- */
.faq { background: var(--white); }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  transition: background .2s ease, border-color .2s ease;
}
.faq-item[open] {
  background: var(--white);
  border-color: var(--purple-100);
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  color: var(--purple-800);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 26px;
  font-weight: 300;
  color: var(--purple-700);
  transition: transform .2s ease;
  line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-answer {
  padding: 0 24px 22px;
  color: var(--gray-700);
  font-size: 15px;
}
.faq-answer p { margin: 0; }

/* -------- Final CTA -------- */
.final-cta {
  background: linear-gradient(135deg, var(--purple-900), var(--purple-700));
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.final-cta::before, .final-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.final-cta::before { width: 400px; height: 400px; background: var(--orange-500); top: -150px; right: -100px; }
.final-cta::after  { width: 320px; height: 320px; background: var(--yellow-500); bottom: -150px; left: -80px; opacity: 0.3; }

.final-cta-box {
  position: relative;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.final-cta-box h2 {
  font-size: clamp(30px, 5vw, 48px);
  margin-bottom: 18px;
}
.final-cta-box p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 32px;
}
.final-cta-sub {
  margin-top: 20px !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.65) !important;
}

/* -------- Footer -------- */
.site-footer {
  background: var(--gray-900);
  color: rgba(255, 255, 255, 0.75);
  padding: 60px 0 24px;
}
.site-footer .logo-text { color: var(--white); }
.footer-inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
@media (min-width: 760px) { .footer-inner { grid-template-columns: 1.2fr 2fr; gap: 60px; } }

.footer-brand p {
  margin: 14px 0 0;
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  font-style: italic;
}
.footer-cols {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-cols h4 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--yellow-500);
  margin-bottom: 16px;
}
.footer-cols ul { display: grid; gap: 8px; }
.footer-cols a {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  transition: color .2s ease;
}
.footer-cols a:hover { color: var(--white); }

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom p { margin: 0; }

/* -------- Floating CTA mobile -------- */
.floating-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 90;
  background: linear-gradient(135deg, var(--yellow-500), var(--orange-500));
  color: var(--purple-900);
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(255, 138, 0, 0.5);
  transition: transform .2s ease;
}
.floating-cta:hover { transform: translateY(-2px); }
@media (min-width: 860px) { .floating-cta { display: none; } }

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