:root {
  /* Paleta principal de Mentora 24/7 */
  --navy: #0f172a;
  --navy-soft: #18243d;
  --navy-deep: #07111f;
  --white: #ffffff;
  --gold: #f59e0b;
  --gold-bright: #fbbf24;
  --gold-soft: #ffedd5;
  --ink: #111827;
  --muted: #64748b;
  --line: #e5e7eb;
  --surface: #f8fafc;
  --glass: rgba(255, 255, 255, 0.12);
  --glass-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --shadow-premium: 0 28px 80px rgba(15, 23, 42, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.6), rgba(255, 255, 255, 0) 360px),
    var(--white);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  /* Navbar fija con transicion al hacer scroll */
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(22px) saturate(1.25);
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.site-header:not(.scrolled) .brand {
  color: var(--white);
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 600;
}

.site-header.scrolled .nav-menu {
  color: var(--navy);
}

.nav-menu a {
  transition: color 180ms ease, transform 180ms ease;
}

.nav-menu a:hover {
  color: var(--gold);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 8px;
  color: var(--navy) !important;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.site-header.scrolled .nav-toggle {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.section,
.final-cta {
  padding: 112px 0;
}

.section-dark {
  color: var(--white);
  background: var(--navy);
}

.section-soft {
  background: var(--surface);
}

.hero {
  /* Primer viewport amplio para una percepcion premium */
  position: relative;
  min-height: 760px;
  padding: 150px 0 92px;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(245, 158, 11, 0.34), rgba(245, 158, 11, 0) 30%),
    radial-gradient(circle at 52% 72%, rgba(56, 189, 248, 0.16), rgba(56, 189, 248, 0) 32%),
    linear-gradient(115deg, rgba(7, 17, 31, 0.96), rgba(15, 23, 42, 0.9) 48%, rgba(15, 23, 42, 0.8)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), var(--navy));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: 58px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 7vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.hero-actions,
.trust-row,
.progress-label,
.footer-grid,
.footer-bottom {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
}

.hero-whatsapp {
  display: inline-flex;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.hero-whatsapp:hover {
  color: var(--gold);
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.38) 45%, transparent 60%);
  opacity: 0;
  transform: translateX(-90%);
  transition: transform 520ms ease, opacity 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:hover::after {
  opacity: 1;
  transform: translateX(90%);
}

.btn-primary {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 18px 42px rgba(245, 158, 11, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffd166, var(--gold));
  box-shadow: 0 22px 50px rgba(245, 158, 11, 0.36);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid var(--glass-line);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn-dark {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.trust-row {
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 42px;
}

.trust-row div {
  min-width: 112px;
  padding: 14px 18px;
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.trust-row strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.hero-panel {
  padding: 28px;
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-premium), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(24px) saturate(1.25);
}

.panel-top {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.66);
}

.panel-top strong {
  color: var(--white);
  font-size: 1.35rem;
}

.learning-card {
  display: flex;
  gap: 16px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.icon-wrap,
.course-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 8px;
  color: var(--navy);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.85), transparent 34%),
    linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 34px rgba(245, 158, 11, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.course-icon {
  width: 74px;
  height: 74px;
  flex-basis: 74px;
  color: var(--navy-deep);
  box-shadow: 0 20px 44px rgba(245, 158, 11, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.course-icon svg {
  width: 36px;
  height: 36px;
}

.course-card:hover .course-icon {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 26px 58px rgba(245, 158, 11, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.learning-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.progress-block {
  margin: 26px 0;
}

.progress-label {
  justify-content: space-between;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.progress-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.progress-bar span {
  display: block;
  width: 98%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
}

.mentor-note {
  display: flex;
  gap: 14px;
  align-items: center;
}

.avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.mentor-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.logos {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
}

.logo-strip {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, auto);
  gap: 26px;
  align-items: center;
  color: var(--muted);
  padding: 18px 22px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.86));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}

.logo-strip strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.transform-grid h2,
.final-cta-box h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p {
  color: var(--muted);
}

.narrow-section {
  max-width: 860px;
  text-align: center;
}

.narrow-section h2,
.guarantee-box h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.narrow-section p,
.guarantee-box p,
.final-cta-box p {
  color: var(--muted);
  font-size: 1.08rem;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.course-grid.five-cards {
  grid-template-columns: repeat(5, 1fr);
}

.course-card {
  /* Tarjetas limpias con hover orientado a conversion */
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92)),
    var(--white);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.16), transparent 38%),
    linear-gradient(315deg, rgba(15, 23, 42, 0.06), transparent 46%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.course-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    220px circle at var(--pointer-x, 50%) var(--pointer-y, 0%),
    rgba(245, 158, 11, 0.2),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 220ms ease;
}

.course-card:hover {
  transform: translateY(-10px);
  border-color: rgba(245, 158, 11, 0.36);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.course-card:hover::before,
.course-card:hover::after {
  opacity: 1;
}

.course-card > * {
  position: relative;
  z-index: 1;
}

.course-card h3 {
  margin: 22px 0 10px;
  color: var(--navy);
  font-size: 1.28rem;
}

.course-card p {
  color: var(--muted);
}

.course-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold);
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}

.course-card a:hover {
  color: var(--navy);
  transform: translateX(4px);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  display: grid;
  justify-items: center;
  padding: 34px 28px;
  text-align: center;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.9)),
    var(--white);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 158, 11, 0.34);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.testimonial-photo {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}

.rating {
  display: flex;
  gap: 4px;
  margin: 18px 0 12px;
  color: var(--gold);
  font-size: 0.98rem;
}

.testimonial-card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.18rem;
}

.testimonial-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.method-grid,
.faq-grid,
.transform-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 18px;
}

.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.step span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: var(--navy);
  background: var(--gold);
  font-weight: 800;
}

.step h3 {
  margin-bottom: 6px;
  color: var(--navy);
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
}

.transformation {
  padding: 120px 0;
}

.transform-grid {
  grid-template-columns: 0.9fr 1fr;
}

.transform-grid h2 {
  color: var(--white);
}

.testimonial {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.testimonial p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.testimonial strong,
.testimonial span {
  display: block;
}

.testimonial span {
  color: rgba(255, 255, 255, 0.58);
}

.results-list {
  grid-column: 2;
  display: grid;
  gap: 12px;
}

.results-list span {
  padding: 16px 18px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.faq-item summary {
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta {
  background:
    linear-gradient(180deg, var(--white), var(--surface)),
    radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.12), transparent 42%);
}

.final-cta-box {
  padding: 64px;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 158, 11, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(7, 17, 31, 0.97), rgba(24, 36, 61, 0.96)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1500&q=80") center/cover;
  box-shadow: var(--shadow-premium);
}

.final-cta-box h2 {
  max-width: 780px;
  color: var(--white);
}

.final-cta-box p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.cta-note {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 600;
}

.guarantee-box {
  max-width: 920px;
  padding: 56px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88)),
    var(--white);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.1);
}

.footer {
  padding: 54px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy);
}

.footer .brand {
  color: var(--white);
}

.footer p {
  margin: 14px 0 0;
}

.footer-grid {
  justify-content: space-between;
  gap: 32px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 48px rgba(37, 211, 102, 0.42);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.reveal {
  /* Animacion base activada desde JavaScript */
  opacity: 0;
  filter: blur(8px);
  transform: translateY(28px) scale(0.985);
  transition: opacity 760ms ease, transform 760ms ease, filter 760ms ease;
}

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

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 78px 16px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    color: var(--navy);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 14px;
    border-radius: 8px;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 130px;
  }

  .hero-grid,
  .method-grid,
  .faq-grid,
  .transform-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .course-grid.five-cards {
    grid-template-columns: 1fr 1fr;
  }

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

  .logo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .logo-strip span {
    grid-column: 1 / -1;
  }

  .results-list {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .navbar {
    width: min(100% - 24px, 1180px);
    height: 70px;
  }

  .nav-menu {
    inset: 70px 12px auto;
  }

  .section,
  .final-cta,
  .transformation {
    padding: 78px 0;
  }

  .hero {
    padding: 116px 0 70px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }

  .hero-panel,
  .course-card,
  .testimonial-card,
  .step,
  .testimonial {
    padding: 22px;
  }

  .course-grid,
  .course-grid.five-cards,
  .logo-strip {
    grid-template-columns: 1fr;
  }

  .trust-row {
    gap: 16px;
  }

  .trust-row div {
    width: calc(50% - 8px);
    min-width: 0;
  }

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

  .final-cta-box {
    padding: 38px 22px;
  }

  .guarantee-box {
    padding: 34px 22px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
