/* ==========================================================================
   ROAM - 3 HEROES (FOTOS · SEO · IA) DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800&family=Space+Grotesk:wght@600;700&display=swap');

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

:root {
  /* Temas de Fondo exactos extraídos de las ilustraciones */
  --bg-fotos: #f6d995;
  --text-fotos: #1a140a;
  --text-fotos-muted: #574831;
  --card-fotos: rgba(255, 255, 255, 0.55);
  --btn-fotos: #1b1409;
  --btn-fotos-text: #ffffff;
  --badge-fotos: #1b1409;

  --bg-seo: #d3635f;
  --text-seo: #ffffff;
  --text-seo-muted: #ffe6e5;
  --card-seo: rgba(255, 255, 255, 0.18);
  --btn-seo: #ffffff;
  --btn-seo-text: #962f2b;
  --badge-seo: #ffffff;

  --bg-ia: #99c4e4;
  --text-ia: #0a1b2a;
  --text-ia-muted: #24415c;
  --card-ia: rgba(255, 255, 255, 0.55);
  --btn-ia: #0a1b2a;
  --btn-ia-text: #ffffff;
  --badge-ia: #0a1b2a;

  /* Variables activas (por defecto Fotos) */
  --current-bg: var(--bg-fotos);
  --current-text: var(--text-fotos);
  --current-muted: var(--text-fotos-muted);
  --current-card: var(--card-fotos);
  --current-btn: var(--btn-fotos);
  --current-btn-text: var(--btn-fotos-text);

  --pill: 9999px;
  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body {
  background-color: var(--current-bg);
  color: var(--current-text);
  font-family: var(--font-main);
  min-height: 100vh;
  transition: background-color 0.45s var(--ease), color 0.45s var(--ease);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

/* ── NAVEGACIÓN SUPERIOR CON LOS 3 APARTADOS GRANDES ── */
.nav-outer-wrap {
  position: sticky;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 1.5rem;
  max-width: 1340px;
  margin: 0 auto;
}

.nav-bar-container {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--pill);
  padding: 0.55rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.nav-brand-text {
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #111111;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding-left: 0.6rem;
}
.nav-brand-text span {
  color: #d3635f;
}

/* Los 3 Apartados en el Menú */
.nav-tabs-group {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-big-tab {
  border: none;
  background: transparent;
  padding: 0.65rem 1.3rem;
  border-radius: var(--pill);
  font-size: 0.95rem;
  font-weight: 800;
  color: #4a4a4a;
  opacity: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: all 0.25s var(--ease);
  font-family: var(--font-main);
}
.nav-big-tab:hover {
  color: #111111;
  background: rgba(0, 0, 0, 0.05);
}
.nav-big-tab.active {
  background: #111111;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.nav-tab-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}
.nav-tab-dot.fotos { background: #f59e0b; }
.nav-tab-dot.seo { background: #ef4444; }
.nav-tab-dot.ia { background: #3b82f6; }

.nav-tab-label { display: inline-flex; }
.label-short { display: none; }

/* Botón Contacto Header */
.nav-cta-btn {
  background: #111111;
  color: #ffffff;
  padding: 0.65rem 1.3rem;
  border-radius: var(--pill);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.nav-cta-btn:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

/* ── PANTALLA PRINCIPAL (HERO DE CADA APARTADO) ── */
.hero-stage {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
  padding: 4.5rem 3.5rem 6rem;
  width: 100%;
}

.hero-grid-2col {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  align-items: center;
  gap: 5rem;
  width: 100%;
}

/* Columna Izquierda: TÍTULO GIGANTE DE LA TRANSFORMACIÓN */
.hero-left-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.hero-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.3rem;
  border-radius: var(--pill);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: var(--current-text);
  margin-bottom: 1.8rem;
}

.hero-transformation-h1 {
  font-size: clamp(2.4rem, 4.4vw, 3.9rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--current-text);
  margin-bottom: 2.2rem;
}

.h1-from {
  display: block;
  font-size: 0.88em;
  opacity: 0.82;
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1-to {
  display: block;
  font-size: 1.02em;
  font-weight: 900;
  line-height: 1.15;
}

/* Caja de Transformación (Qué Consigue el Hotel) */
.transformation-card-box {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 1);
  border-radius: 28px;
  padding: 2.2rem 2.6rem;
  margin-bottom: 2.4rem;
  width: 100%;
  max-width: 620px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  color: #111111;
}

.transformation-before-after {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.trans-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 500;
  color: #2a2a2a;
}
.trans-icon-badge {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.trans-row strong {
  font-weight: 900;
  color: #111111;
}

/* Píldora de Condición / Oferta */
.hero-deal-pill {
  font-size: 1rem;
  font-weight: 800;
  color: #111111;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.8rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 0.8rem 1.6rem;
  border-radius: var(--pill);
  border: 1.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-width: 100%;
}

/* Botones Acción */
.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  flex-wrap: wrap;
  width: 100%;
}

.hero-main-btn {
  background: #111111;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 1.15rem 2.6rem;
  border-radius: var(--pill);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.25s var(--ease);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.hero-main-btn:hover {
  background: #000000;
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.ia-cta-btn {
  padding: 1.25rem 3.2rem;
  font-size: 1.12rem;
}

.hero-secondary-link {
  color: var(--current-text);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.2rem;
}
.hero-secondary-link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Columna Derecha: EL PERSONAJE MUY GRANDE */
.hero-right-character {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.character-visual-wrap {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.6);
  background: var(--current-card);
}

.character-img-big {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s var(--ease);
}
.character-visual-wrap:hover .character-img-big {
  transform: scale(1.03);
}

.character-tag-bottom {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 0.85rem 1.4rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.character-tag-name {
  font-size: 1.05rem;
  font-weight: 900;
}
.character-tag-role {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #666;
}

/* ── SECCIÓN DEBAJO: PASO A PASO SUPER CLARO Y FÁCIL ── */
.steps-section-wrapper {
  padding: 6.5rem 3.5rem 8rem;
  max-width: 1380px;
  margin: 0 auto;
  border-top: 1.5px solid rgba(255, 255, 255, 0.4);
}

.steps-title-header {
  text-align: center;
  margin-bottom: 4.5rem;
}
.steps-tag-small {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.85;
  margin-bottom: 0.8rem;
  display: block;
}
.steps-main-h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--current-text);
  margin-bottom: 1.1rem;
}
.steps-lead-sub {
  font-size: 1.2rem;
  color: var(--current-muted);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.65;
  font-weight: 500;
}

/* Grids de Pasos con más aire */
.steps-4grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem;
  margin-bottom: 5rem;
}
.steps-3grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 5rem;
}
.steps-2grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 5rem;
}

.step-card-clean {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1.5px solid rgba(255, 255, 255, 1);
  border-radius: 28px;
  padding: 2.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.25s var(--ease);
  color: #111111;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.step-card-clean:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.step-num-big {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 1.2rem;
  color: #111111;
}
.step-title-h3 {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  color: #111111;
}
.step-desc-p {
  font-size: 1.02rem;
  color: #4a4a4a;
  line-height: 1.65;
  font-weight: 500;
}

/* Cajas de Paquetes / Sesiones con más aire, margen y contraste nítido */
.package-grid-spacious {
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 6rem;
  width: 100%;
}

.package-card-clean {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 36px;
  padding: 3.5rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s var(--ease);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  color: #111111;
  width: 100%;
}
.package-card-clean:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.14);
}
.package-card-clean.featured {
  border: 2.5px solid #111111;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.package-card-inner {
  display: flex;
  flex-direction: column;
}

.package-top-pill-wrap {
  margin-bottom: 1.4rem;
}

.package-duration-tag {
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.45rem 1.15rem;
  border-radius: var(--pill);
  background: #111111;
  color: #ffffff;
  display: inline-block;
}
.package-duration-tag.featured-tag {
  background: #111111;
  color: #ffffff;
}

.package-clean-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111111;
  margin-bottom: 0.8rem;
  letter-spacing: -0.03em;
}

/* Gran bloque de duración ultra claro */
.package-duration-highlight {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
  padding: 0.7rem 0;
}
.dur-number {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #111111;
}
.dur-unit {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
}

.package-clean-sub {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.package-divider {
  height: 1.5px;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  width: 100%;
}

.package-gift-box {
  background: rgba(0, 0, 0, 0.04);
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  border-radius: 16px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #111111;
  margin-bottom: 2rem;
}

.package-clean-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3rem;
  flex-grow: 1;
}
.package-clean-list li {
  font-size: 1.05rem;
  color: #222222;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  line-height: 1.55;
}
.package-clean-list li strong {
  font-weight: 800;
  color: #111111;
}
.package-clean-list li span.chk {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #111111;
}

.package-card-footer {
  margin-top: 1rem;
}
.package-btn {
  width: 100%;
  justify-content: center;
  padding: 1.15rem 1.5rem;
  font-size: 1.05rem;
  background: #111111;
  color: #ffffff;
}
.package-btn:hover {
  background: #000000;
}

/* ── TARJETA QUIÉN REALIZARÁ ESTO CON CONTRASTE TOTAL ── */
.author-clean-card {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 32px;
  padding: 3rem 3.5rem;
  max-width: 820px;
  margin: 4.5rem auto 6rem;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  color: #111111;
  transition: transform 0.3s var(--ease);
  width: 100%;
}
.author-clean-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.author-avatar-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}

.author-avatar-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.author-clean-card:hover .author-avatar-img {
  transform: scale(1.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.author-tag-pill {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.45rem 1.25rem;
  border-radius: var(--pill);
  background: #111111;
  color: #ffffff;
  margin-bottom: 1.4rem;
}

.author-name-title {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 0.8rem;
}

.author-desc-text {
  font-size: 1.18rem;
  line-height: 1.65;
  font-weight: 600;
  color: #4a4a4a;
  max-width: 660px;
  margin: 0 auto;
}

/* ── FOOTER ── */
footer.clean-footer {
  padding: 2.5rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--current-text);
  border-top: 1.5px solid rgba(255, 255, 255, 0.35);
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
}
footer.clean-footer a {
  color: var(--current-text);
  text-decoration: none;
  transition: opacity 0.2s;
  padding: 0.5rem 0.2rem;
  display: inline-block;
}
footer.clean-footer a:hover {
  opacity: 0.7;
}

/* ── RESPONSIVE MÓVIL ESTRICTO: CERO DESPLAZAMIENTO LATERAL ── */
@media (max-width: 1024px) {
  .hero-stage {
    min-height: auto;
    padding: 3rem 1.8rem 4rem;
    overflow-x: clip;
  }
  .hero-grid-2col {
    grid-template-columns: 100%;
    gap: 3.5rem;
    width: 100%;
  }
  .character-visual-wrap {
    max-width: 440px;
    margin: 0 auto;
  }
  .steps-4grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  .steps-3grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .steps-2grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Etiquetas cortas en el menú para que quepan en una sola fila sin cortes raros */
  .label-full { display: none; }
  .label-short { display: inline; }
  .nav-tabs-group {
    flex-wrap: nowrap;
  }
  .nav-big-tab {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  /* Evitar todo movimiento lateral (overflow-x: clip, no "hidden", para no romper el header sticky) */
  html, body {
    overflow-x: clip;
    width: 100%;
    max-width: 100vw;
  }

  .nav-outer-wrap {
    top: 0.5rem;
    padding: 0 0.8rem;
    width: 100%;
  }
  .nav-bar-container {
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 24px;
    padding: 0.85rem 1rem;
    width: 100%;
  }
  .nav-brand-text {
    padding-left: 0;
  }
  .nav-tabs-group {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.4rem;
  }
  .nav-big-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 0.6rem 0.4rem;
    font-size: 0.86rem;
    gap: 0.35rem;
    white-space: nowrap;
    justify-content: center;
  }
  .label-full { display: none; }
  .label-short { display: inline; }
  .nav-cta-btn {
    width: 100%;
    justify-content: center;
    min-height: 46px;
    padding: 0.8rem 1rem;
    font-size: 0.92rem;
  }

  .hero-stage {
    padding: 2rem 1.2rem 3.5rem;
    overflow-x: clip;
    width: 100%;
  }
  .hero-transformation-h1 {
    font-size: clamp(1.9rem, 6.5vw, 2.5rem);
    margin-bottom: 1.6rem;
    word-break: break-word;
  }
  .transformation-card-box {
    padding: 1.6rem 1.4rem;
    border-radius: 22px;
    margin-bottom: 1.8rem;
  }
  .hero-deal-pill {
    font-size: 0.92rem;
    padding: 0.65rem 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.45;
  }
  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .hero-main-btn,
  .ia-cta-btn {
    width: 100% !important;
    justify-content: center;
    padding: 1rem 1.5rem !important;
    font-size: 0.98rem !important;
  }
  .hero-secondary-link {
    justify-content: center;
  }
  .character-visual-wrap {
    max-width: 320px;
    width: 100%;
    border-radius: 28px;
  }

  .steps-section-wrapper {
    padding: 3.5rem 1.2rem 4.5rem;
    overflow-x: clip;
    width: 100%;
  }
  .steps-main-h2 {
    font-size: clamp(1.8rem, 5.5vw, 2.4rem);
  }
  .steps-4grid {
    grid-template-columns: 100%;
    gap: 1.5rem;
  }
  .step-card-clean {
    padding: 2rem 1.5rem;
    border-radius: 22px;
  }
  .package-card-clean {
    padding: 2.2rem 1.5rem;
    border-radius: 26px;
  }
  .dur-number {
    font-size: 3rem;
  }
  .author-clean-card {
    padding: 2.2rem 1.5rem;
    border-radius: 24px;
    margin: 3rem auto 4.5rem;
  }
  .author-name-title {
    font-size: 1.8rem;
  }
  .author-desc-text {
    font-size: 1.05rem;
  }

  footer.clean-footer {
    flex-direction: column;
    gap: 1.2rem;
    text-align: center;
    padding: 2rem 1.2rem;
  }
  footer.clean-footer div:last-child {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem !important;
  }
}

@media (max-width: 480px) {
  .nav-big-tab {
    padding: 0.6rem 0.3rem;
    font-size: 0.8rem;
  }
  .hero-transformation-h1 {
    font-size: 1.85rem;
  }
}
