/* ==========================================================================
   KineAdultoMayor.cl — Estilo Apple / minimal moderno
   + Venta de dominio destacada
   ========================================================================== */

:root {
  --bg: #fbfbfd;
  --bg-elevated: #ffffff;
  --bg-muted: #f5f5f7;
  --bg-dark: #000000;
  --bg-dark-2: #1d1d1f;
  --text: #1d1d1f;
  --text-secondary: #6e6e73;
  --text-tertiary: #86868b;
  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.12);
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --blue-soft: rgba(0, 113, 227, 0.08);
  --sale: #bf4800;
  --sale-bg: #fff4eb;
  --sale-bar: #1d1d1f;
  --green: #34c759;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --radius-full: 980px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --container: 1080px;
  --container-wide: 1200px;
  --header-h: 52px;
  --sale-bar-h: 44px;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --transition: 0.28s var(--ease);
}

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

html {
  scroll-behavior: smooth;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -0.022em;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: opacity var(--transition); }
a:hover { opacity: 0.8; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text);
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 0.65rem;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.55;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.container--wide {
  width: min(100% - 2.5rem, var(--container-wide));
  margin-inline: auto;
}

.section {
  padding: 6rem 0;
}

.section--alt { background: var(--bg-muted); }
.section--dark {
  background: var(--bg-dark);
  color: #f5f5f7;
}
.section--dark h2,
.section--dark h3 { color: #f5f5f7; }
.section--dark p { color: #a1a1a6; }

.section__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 0.75rem;
}

.section__intro {
  max-width: 560px;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  color: var(--text-secondary);
}

.text-center { text-align: center; }
.text-center .section__intro { margin-inline: auto; }

/* ========== DOMAIN SALE — máximo protagonismo ========== */
.domain-banner {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: var(--sale-bar);
  color: #f5f5f7;
  min-height: var(--sale-bar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.55rem 2.5rem 0.55rem 1rem;
  font-size: 0.82rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.01em;
}

.domain-banner strong {
  font-weight: 600;
  color: #fff;
}

.domain-banner__domain {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.domain-banner a {
  color: #2997ff;
  font-weight: 500;
  white-space: nowrap;
}
.domain-banner a:hover { opacity: 1; text-decoration: underline; }

.domain-banner__pill {
  display: inline-flex;
  align-items: center;
  background: var(--sale);
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-full);
  text-decoration: none !important;
}

.domain-banner__close {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.55);
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.35rem;
  width: 32px;
  height: 32px;
}
.domain-banner__close:hover { color: #fff; }

/* Sticky floating CTA — dominio en venta */
.domain-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.domain-float__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--bg-dark);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  padding: 0.9rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  transition: transform var(--transition), box-shadow var(--transition);
  opacity: 1 !important;
  max-width: min(320px, calc(100vw - 2rem));
}

.domain-float__btn:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0,0,0,0.28);
  opacity: 1 !important;
}

.domain-float__btn span {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0;
}

.domain-float__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9f0a;
  flex-shrink: 0;
  animation: pulse-dot 1.6s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255, 159, 10, 0.5); }
  50% { opacity: 0.85; box-shadow: 0 0 0 6px rgba(255, 159, 10, 0); }
}

/* Sale mega block — limpio, estilo Apple */
.sale-mega {
  background: #f5f5f7;
  color: var(--text);
  border-radius: var(--radius-xl);
  padding: clamp(2.75rem, 6vw, 4.25rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
}

.sale-mega::before { display: none; }

.sale-mega > * { position: relative; z-index: 1; }

.sale-mega__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--sale-bg);
  border: 1px solid rgba(191, 72, 0, 0.15);
  color: var(--sale);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.35rem;
}

.sale-mega h2 {
  color: var(--text);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
  line-height: 1.15;
}

.sale-mega__domain {
  display: block;
  font-size: clamp(1.45rem, 4.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--text);
  margin: 0.65rem auto 1.35rem;
  line-height: 1.15;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sale-mega__domain a {
  color: inherit !important;
  opacity: 1 !important;
  text-decoration: none;
}

.sale-mega p {
  color: var(--text-secondary);
  font-size: 1.08rem;
  max-width: 480px;
  margin: 0 auto 1.75rem;
  line-height: 1.5;
}

.sale-mega__contact {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0 auto 1.75rem;
  padding: 0.75rem 1.15rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
}

.sale-mega__contact a {
  color: var(--blue) !important;
  font-weight: 600;
  opacity: 1 !important;
}

.sale-mega__contact a:hover {
  text-decoration: underline;
}

.sale-mega__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.sale-mega .btn--outline-light {
  color: var(--text) !important;
  box-shadow: inset 0 0 0 1px var(--border-strong);
  background: #fff;
}

.sale-mega .btn--outline-light:hover {
  background: var(--bg-muted);
  opacity: 1 !important;
}

/* Inline sale strip */
.sale-strip {
  background: var(--sale-bg);
  border: 1px solid rgba(191, 72, 0, 0.15);
  border-radius: var(--radius-md);
  padding: 1.15rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 0;
}

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

.sale-strip p {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

/* ========== Header ========== */
.header {
  position: sticky;
  top: var(--sale-bar-h);
  z-index: 1000;
  height: var(--header-h);
  background: rgba(251, 251, 253, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
}

body:not(.has-banner) .header { top: 0; }
body:not(.has-banner) .domain-banner { display: none; }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
  width: min(100% - 2rem, var(--container-wide));
  margin-inline: auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text) !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  opacity: 1 !important;
  flex-shrink: 0;
}

.logo:hover { opacity: 0.7 !important; }

.logo__mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--text);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.logo__text span {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav a {
  color: var(--text) !important;
  font-size: 0.78rem;
  font-weight: 400;
  padding: 0.35rem 0.65rem;
  opacity: 0.88 !important;
  letter-spacing: -0.01em;
}

.nav a:hover,
.nav a.active {
  opacity: 1 !important;
  color: var(--text) !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  place-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
}

/* ========== Buttons (Apple style) ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.05rem;
  padding: 0.7rem 1.4rem;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  opacity: 1 !important;
}

.btn--primary {
  background: var(--blue);
  color: #fff !important;
}
.btn--primary:hover {
  background: var(--blue-hover);
  opacity: 1 !important;
}

.btn--dark {
  background: var(--text);
  color: #fff !important;
}
.btn--dark:hover {
  background: #000;
  opacity: 1 !important;
}

.btn--sale {
  background: var(--sale);
  color: #fff !important;
  font-weight: 500;
}
.btn--sale:hover {
  background: #a33e00;
  opacity: 1 !important;
}

.btn--outline {
  background: transparent;
  color: var(--blue) !important;
  box-shadow: inset 0 0 0 1px var(--blue);
}
.btn--outline:hover {
  background: var(--blue-soft);
  opacity: 1 !important;
}

.btn--outline-light {
  background: transparent;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}
.btn--outline-light:hover {
  background: rgba(255,255,255,0.1);
  opacity: 1 !important;
}

.btn--white {
  background: #fff;
  color: var(--text) !important;
}
.btn--white:hover {
  background: #f5f5f7;
  opacity: 1 !important;
}

.btn--lg {
  padding: 0.85rem 1.65rem;
  font-size: 1.1rem;
}

.btn--sm {
  padding: 0.45rem 0.95rem;
  font-size: 0.8rem;
}

.btn--link {
  background: none;
  color: var(--blue) !important;
  padding: 0;
  font-size: 1.05rem;
  border-radius: 0;
}
.btn--link::after { content: " ›"; }

/* ========== Hero Apple ========== */
.hero {
  padding: 4.5rem 0 5rem;
  text-align: center;
  position: relative;
}

/* Hero con imagen de fondo (images/fondo.png) */
.hero--photo {
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 0 6rem;
  background-color: #1d1d1f;
  background-image: url("../images/fondo.png");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
}

.hero--photo > .container {
  position: relative;
  z-index: 1;
}

.hero--photo .hero__eyebrow {
  color: #ffb340;
}

.hero--photo .hero__eyebrow .dot {
  background: #ffb340;
}

.hero--photo h1 {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  max-width: 16ch;
}

.hero--photo .hero__lead {
  color: rgba(255, 255, 255, 0.88);
}

.hero--photo .hero__lead strong {
  color: #fff !important;
}

.hero--photo .hero__domain-note {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

.hero--photo .hero__domain-note em {
  color: #fff;
}

.hero--photo .hero__domain-note a {
  color: #6eb5ff !important;
  opacity: 1 !important;
}

.hero--photo .btn--outline {
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero--photo .btn--outline:hover {
  background: rgba(255, 255, 255, 0.18);
  opacity: 1 !important;
}

.hero--photo .hero__actions {
  margin-bottom: 0;
}

.hero--split {
  text-align: left;
  padding: 3.5rem 0 5rem;
}

.hero--split .hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--sale);
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.hero__eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sale);
  animation: pulse-dot 1.6s ease infinite;
}

.hero h1 {
  margin-bottom: 1rem;
  max-width: 16ch;
}

.hero--split h1 { max-width: none; }

.hero--center h1 {
  max-width: 14ch;
  margin-inline: auto;
}

.hero__lead {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 34em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.015em;
}

.hero--center .hero__lead {
  margin-inline: auto;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.hero--center .hero__actions {
  justify-content: center;
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1.1;
}

.stat span {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  font-weight: 400;
}

.hero__visual { position: relative; }

.hero__img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-muted);
  box-shadow: var(--shadow-lg);
}

.hero__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__card {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255,255,255,0.5);
  text-align: left;
}

.hero__card strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  color: var(--text);
}

.hero__card span {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

/* Domain callout under hero title */
.hero__domain-note {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  padding: 0.55rem 1rem 0.55rem 0.65rem;
  margin-bottom: 1.75rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.hero--split .hero__domain-note {
  justify-content: flex-start;
}

.hero__domain-note em {
  font-style: normal;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

/* ========== Cards ========== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.card {
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  padding: 1.85rem 1.65rem;
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
}

.card:hover {
  transform: scale(1.015);
  box-shadow: var(--shadow-lg);
}

.card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bg-muted);
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
  font-size: 1.2rem;
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.95rem;
  flex-grow: 1;
  margin-bottom: 1.15rem;
  color: var(--text-secondary);
}

.card__link {
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--blue);
}
.card__link::after { content: " ›"; }

/* ========== Split ========== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.split--reverse .split__media { order: 2; }
.split--reverse .split__content { order: 1; }

.split__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bg-muted);
}

.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split__list { margin: 1.5rem 0 2rem; }

.split__list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.75rem;
  color: var(--text-secondary);
  font-size: 1rem;
}

.split__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text);
}

/* ========== Steps ========== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: step;
}

.step {
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.35rem;
  border: 1px solid var(--border);
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-tertiary);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 1rem;
}

.step h3 { font-size: 1.05rem; }
.step p { font-size: 0.9rem; margin-bottom: 0; }

/* ========== Testimonials ========== */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial {
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid var(--border);
}

.testimonial__stars {
  color: var(--text);
  letter-spacing: 2px;
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  opacity: 0.35;
}

.testimonial p {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.testimonial__author {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text);
}

.testimonial__author span {
  display: block;
  font-weight: 400;
  color: var(--text-tertiary);
  font-size: 0.8rem;
  margin-top: 0.15rem;
}

/* ========== CTA band ========== */
.cta-band {
  background: var(--bg-dark);
  color: #f5f5f7;
  border-radius: var(--radius-xl);
  padding: 3.5rem 2.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.cta-band h2 {
  color: #fff;
  margin-bottom: 0.4rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.cta-band p {
  color: #a1a1a6;
  margin-bottom: 0;
  max-width: 420px;
  font-size: 1.05rem;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ========== Blog ========== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.blog-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border);
}

.blog-card:hover {
  transform: scale(1.015);
  box-shadow: var(--shadow-lg);
}

.blog-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-muted);
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.blog-card:hover .blog-card__media img { transform: scale(1.04); }

.blog-card__body {
  padding: 1.35rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card__meta {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.blog-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.blog-card h3 a { color: inherit !important; opacity: 1 !important; }
.blog-card h3 a:hover { color: var(--blue) !important; }

.blog-card p {
  font-size: 0.9rem;
  flex-grow: 1;
  margin-bottom: 0.85rem;
}

/* ========== Page hero ========== */
.page-hero {
  padding: 4rem 0 3rem;
  text-align: center;
  background: var(--bg);
}

.page-hero .container { max-width: 720px; }

.page-hero .breadcrumb {
  font-size: 0.78rem;
  color: var(--text-tertiary);
  margin-bottom: 1.25rem;
}

.page-hero .breadcrumb a { color: var(--text-tertiary) !important; opacity: 1 !important; }
.page-hero .breadcrumb a:hover { color: var(--blue) !important; }
.page-hero .breadcrumb span { margin: 0 0.3rem; opacity: 0.4; }

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-bottom: 0.85rem;
  margin-inline: auto;
}

.page-hero__lead {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.45;
}

/* ========== Prose ========== */
.prose {
  max-width: 680px;
  margin-inline: auto;
}

.prose h2 {
  margin-top: 2.75rem;
  margin-bottom: 0.9rem;
  font-size: 1.75rem;
}

.prose h3 {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}

.prose p { margin-bottom: 1.15rem; font-size: 1.05rem; }

.prose ul, .prose ol {
  margin: 0 0 1.35rem 1.2rem;
  color: var(--text-secondary);
}

.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: 0.45rem; padding-left: 0.25rem; }
.prose strong { color: var(--text); font-weight: 600; }

.prose blockquote {
  border-left: 3px solid var(--text);
  padding: 0.5rem 0 0.5rem 1.25rem;
  margin: 2rem 0;
  font-size: 1.2rem;
  color: var(--text);
  letter-spacing: -0.02em;
  font-weight: 500;
}

.prose img {
  border-radius: var(--radius-md);
  margin: 1.75rem 0;
}

.article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 3rem;
  align-items: start;
}

.article-layout .prose { margin-inline: 0; max-width: none; }

.sidebar { position: sticky; top: calc(var(--header-h) + var(--sale-bar-h) + 1.5rem); }

.sidebar__box {
  background: var(--bg-muted);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  margin-bottom: 1rem;
}

.sidebar__box h3 {
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-tertiary);
  font-weight: 600;
}

.sidebar__box ul li { margin-bottom: 0.5rem; }
.sidebar__box a {
  font-size: 0.92rem;
  color: var(--text) !important;
  opacity: 0.85 !important;
  font-weight: 400;
}
.sidebar__box a:hover { color: var(--blue) !important; opacity: 1 !important; }

/* Sale sidebar box */
.sidebar__box--sale {
  background: var(--bg-dark);
  color: #f5f5f7;
}
.sidebar__box--sale h3 { color: #ff9f0a; }
.sidebar__box--sale p { color: #a1a1a6; font-size: 0.9rem; }

/* ========== Services ========== */
.service-list { display: grid; gap: 1.25rem; }

.service-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  align-items: stretch;
}

.service-item__media {
  min-height: 180px;
  background: var(--bg-muted);
}

.service-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item__body {
  padding: 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-item__body h2 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.service-item__body p {
  margin-bottom: 0.85rem;
  font-size: 0.98rem;
}

.tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.tag {
  font-size: 0.72rem;
  font-weight: 500;
  background: var(--bg-muted);
  color: var(--text-secondary);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-full);
}

/* ========== Contact ========== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
}

.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }

.contact-info__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-info__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-muted);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.contact-info__item strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.contact-info__item p,
.contact-info__item a {
  font-size: 0.95rem;
  color: var(--text-secondary) !important;
  margin: 0;
  opacity: 1 !important;
}

.form {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group { margin-bottom: 1.1rem; }

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: var(--text);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 1rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  background: var(--bg);
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  letter-spacing: -0.01em;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--blue-soft);
  background: #fff;
}

.form-group textarea { min-height: 120px; resize: vertical; }

.form-note {
  font-size: 0.78rem;
  color: var(--text-tertiary);
  margin-top: 0.85rem;
  margin-bottom: 0;
}

.form-success {
  display: none;
  background: #e8f8ed;
  border: 1px solid #b8e6c8;
  color: #1a7f37;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 0.95rem;
}

.form-success.is-visible { display: block; }

/* ========== Domain sale page ========== */
.sale-hero {
  text-align: center;
  padding: 5rem 0 3.5rem;
  background: var(--bg);
}

.sale-hero__live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--sale);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}

.sale-hero__domain {
  font-size: clamp(2.2rem, 7vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  color: var(--text);
  margin: 0.75rem 0 1.25rem;
  word-break: break-all;
  line-height: 1.05;
}

.sale-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.sale-benefit {
  background: var(--bg-muted);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
}

.sale-benefit__icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.sale-benefit h3 {
  font-size: 1.1rem;
}

.sale-benefit p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Price teaser */
.price-teaser {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--sale-bg);
  border-radius: var(--radius-full);
  font-size: 0.95rem;
  color: var(--sale);
  font-weight: 500;
}

/* ========== FAQ ========== */
.faq { max-width: 720px; margin-inline: auto; }

.faq-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.faq-item summary {
  padding: 1.25rem 0;
  font-weight: 500;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  letter-spacing: -0.015em;
  color: var(--text);
}

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

.faq-item summary::after {
  content: "+";
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--text-tertiary);
  flex-shrink: 0;
}

.faq-item[open] summary::after { content: "−"; }

.faq-item .faq-answer {
  padding: 0 0 1.25rem;
  color: var(--text-secondary);
  font-size: 1rem;
}

/* ========== Footer ========== */
.footer {
  background: var(--bg-muted);
  color: var(--text-secondary);
  padding: 0 0 2rem;
  margin-top: 0;
  border-top: 1px solid var(--border);
}

.footer a {
  color: var(--text-secondary) !important;
  opacity: 1 !important;
  font-size: 0.85rem;
}
.footer a:hover { color: var(--text) !important; }

.footer__sale {
  background: var(--bg-dark);
  color: #f5f5f7;
  padding: 1.35rem 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

/* Full-bleed cuando el aviso queda dentro de .container */
.footer > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.footer > .container > .footer__grid,
.footer > .container > .footer__bottom {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}
.footer > .container > .footer__grid {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
.footer > .container > .footer__bottom {
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.footer__sale strong {
  color: #fff;
  font-weight: 700;
}

.footer__sale a {
  color: #2997ff !important;
  font-weight: 500;
  margin-left: 0.35rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem 0 2.5rem;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.footer__brand .logo {
  margin-bottom: 0.75rem;
}

.footer__brand p {
  font-size: 0.85rem;
  color: var(--text-tertiary);
  max-width: 260px;
  margin: 0;
}

.footer h4 {
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.85rem;
}

.footer ul li { margin-bottom: 0.45rem; }

.footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

/* ========== Feature row (Apple product style) ========== */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.feature-tile {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-muted);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 2rem;
}

.feature-tile--dark {
  background: var(--bg-dark);
  color: #f5f5f7;
}

.feature-tile--dark h3 { color: #fff; }
.feature-tile--dark p { color: #a1a1a6; }

.feature-tile h3 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.feature-tile p {
  font-size: 1rem;
  margin-bottom: 1rem;
  max-width: 28ch;
}

.feature-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.feature-tile > *:not(img) { position: relative; z-index: 1; }

/* ========== Utilities ========== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ========== Responsive ========== */
@media (max-width: 960px) {
  .hero--split .hero__grid,
  .split,
  .split--reverse .split__media,
  .split--reverse .split__content,
  .contact-grid,
  .article-layout,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .split--reverse .split__media,
  .split--reverse .split__content { order: 0; }

  .cards,
  .blog-grid,
  .testimonials,
  .sale-benefits {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-item { grid-template-columns: 1fr; }
  .service-item__media { aspect-ratio: 16 / 9; min-height: auto; }

  .footer__grid { grid-template-columns: 1fr 1fr; }
  .sidebar { position: static; }

  .hero h1 { max-width: none; }
}

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

  .nav {
    position: fixed;
    inset: calc(var(--header-h) + var(--sale-bar-h)) 0 auto 0;
    background: rgba(251, 251, 253, 0.96);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
    gap: 0;
  }

  body:not(.has-banner) .nav {
    inset: var(--header-h) 0 auto 0;
  }

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

  .nav a {
    padding: 0.9rem 0.5rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }

  .header .btn--sm { display: none; }

  .cards,
  .blog-grid,
  .testimonials,
  .steps,
  .sale-benefits,
  .form-row {
    grid-template-columns: 1fr;
  }

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

  .cta-band {
    padding: 2.25rem 1.5rem;
    text-align: center;
    justify-content: center;
  }

  .cta-band__actions { justify-content: center; }

  .hero { padding: 2.5rem 0 3.5rem; }
  .hero--photo {
    min-height: min(78vh, 680px);
    padding: 4rem 0 4.5rem;
    background-position: center 25%;
  }
  .section { padding: 4rem 0; }

  .domain-float {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    align-items: stretch;
  }

  .domain-float__btn {
    justify-content: center;
    max-width: none;
  }

  .domain-banner {
    font-size: 0.75rem;
    padding-right: 2.25rem;
  }
}

@media (max-width: 480px) {
  html { font-size: 16px; }
  .domain-banner__pill { display: none; }
}
