/* ─── RESET & BASE ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: Inter, system-ui, sans-serif; background: #09080e; color: #fff; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
audio { width: 100%; }

/* ─── TOKENS ────────────────────────────────────────── */
:root {
  --g1: #f8e09a;
  --g2: #d4a040;
  --g3: #a56820;
  --gold: #e4b55c;
  --gold-dark: #b87828;
  --bg: #09080e;
  --bg2: #110f16;
  --panel: #141119;
  --card: #18141f;
  --border: rgba(228,181,92,.16);
  --border2: rgba(228,181,92,.28);
  --soft: rgba(255,255,255,.7);
  --muted: rgba(255,255,255,.4);
  --radius: 20px;
  --radius-lg: 28px;
}

/* ─── LUXURY BACKGROUND ─────────────────────────────── */
.lux-bg {
  background:
    radial-gradient(ellipse at 10% 20%, rgba(228,181,92,.13) 0%, transparent 40%),
    radial-gradient(ellipse at 90% 10%, rgba(255,210,130,.10) 0%, transparent 30%),
    radial-gradient(ellipse at 75% 85%, rgba(228,181,92,.10) 0%, transparent 35%),
    linear-gradient(180deg, #09080e 0%, #110f16 50%, #09080e 100%);
}

/* ─── CONTAINER ─────────────────────────────────────── */
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

/* ─── TYPOGRAPHY ────────────────────────────────────── */
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; line-height: 1.02; }
.gold-text, h1 em, h2 span {
  background: linear-gradient(130deg, var(--g1) 0%, var(--g2) 40%, #ffe8b0 65%, var(--g3) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ─── BUTTONS ───────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 28px; border-radius: 12px;
  font-family: Inter, sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  transition: transform .2s, opacity .2s, background .2s;
  cursor: pointer; border: none;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 18px 36px; font-size: 14px; border-radius: 14px; }
.btn-sm { padding: 11px 20px; font-size: 12px; border-radius: 10px; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #1a0e04; }
.btn-gold:hover { opacity: .9; }
.btn-ghost { border: 1px solid var(--border2); background: rgba(255,255,255,.04); color: #f2da9e; }
.btn-ghost:hover { background: rgba(228,181,92,.08); border-color: var(--gold); }
.btn-whatsapp { background: #25D366; color: #fff; font-size: 14px; padding: 18px 32px; border-radius: 14px; }
.btn-whatsapp:hover { background: #1fb459; }

/* ─── HEADER / NAV ──────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(9,8,14,.90); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; }
.brand {
  display: inline-flex; align-items: center;
}
.brand img { height: 100px; width: auto; }
.menu { display: flex; align-items: center; gap: 28px; }
.menu a { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--soft); transition: color .2s; }
.menu a:hover { color: var(--g1); }
.menu-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--gold); padding: 8px 12px; border-radius: 8px; font-size: 18px; cursor: pointer; }
@media (max-width:900px) {
  .menu-toggle { display: block; }
  .menu { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(9,8,14,.98); border-bottom: 1px solid var(--border); padding: 16px 24px 24px; z-index: 200; }
  .menu.open { display: flex; }
  .menu a { padding: 12px 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.05); }
  .menu .btn { margin-top: 12px; }
  .brand img { height: 72px; }
  .nav { padding: 10px 0; }
}
@media (max-width: 480px) {
  .brand img { height: 56px; }
  .nav { padding: 8px 0; }
  .hero { padding-top: 90px !important; }
  .eyebrow { margin-bottom: 10px !important; }
}

/* ─── HERO ──────────────────────────────────────────── */
.hero { padding: 150px 0 48px; position: relative; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; min-height: 82vh; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px; border: 1px solid var(--border2);
  border-radius: 999px; background: rgba(255,255,255,.04);
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: #dfc08e;
  margin-bottom: 24px;
}
.dot-anim {
  width: 9px; height: 9px; border-radius: 50%; background: var(--gold);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(228,181,92,.7)} 50%{box-shadow:0 0 0 8px rgba(228,181,92,0)} }

.hero h1 { font-size: clamp(54px, 6.5vw, 88px); font-weight: 700; margin-bottom: 24px; }
.hero h1 em { font-style: italic; }
.lead { font-size: 20px; line-height: 1.8; color: var(--soft); max-width: 580px; margin-bottom: 36px; font-weight: 300; }
.lead.small { font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }

.hero-stats { display: flex; align-items: center; gap: 0; }
.hstat { padding: 0 28px 0 0; }
.hstat:first-child { padding-left: 0; }
.hstat strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 700; background: linear-gradient(135deg,var(--g1),var(--g2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hstat span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.hstat-sep { width: 1px; height: 36px; background: var(--border); margin-right: 28px; }

/* Hero image */
.hero-image-wrap {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; border: 1px solid var(--border);
  box-shadow: 0 32px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(228,181,92,.08);
}
.hero-image-wrap > img { width: 100%; height: 600px; object-fit: cover; display: block; }
.hero-image-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,8,14,.95) 0%, rgba(9,8,14,.2) 50%, transparent 100%);
}

.hero-logo-float {
  position: absolute; top: 20px; left: 20px; z-index: 3;
  padding: 8px 14px; background: rgba(9,8,14,.7);
  border: 1px solid rgba(228,181,92,.25); border-radius: 14px;
  backdrop-filter: blur(8px);
}
.hero-logo-float img { height: 36px; width: auto; }

.hero-promise {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  padding: 24px 28px;
  background: linear-gradient(to top, rgba(9,8,14,.96), rgba(9,8,14,.6));
}
.promise-note { font-size: 28px; color: var(--gold); margin-bottom: 6px; line-height: 1; }
.hero-promise h3 { font-size: 38px; font-weight: 600; }
.hero-promise p { color: rgba(255,255,255,.6); font-size: 14px; margin-top: 8px; }

.hero-live-badge {
  position: absolute; top: 20px; right: 20px; z-index: 3;
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(9,8,14,.8); border: 1px solid rgba(255,255,255,.1);
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--soft);
  backdrop-filter: blur(8px);
}
.live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #4caf50;
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green { 0%,100%{box-shadow:0 0 0 0 rgba(76,175,80,.7)} 50%{box-shadow:0 0 0 6px rgba(76,175,80,0)} }

/* Scroll cue */
.scroll-cue {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding-top: 32px; color: var(--muted); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
}
.scroll-bar { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }

/* ─── TRUST BAR ─────────────────────────────────────── */
.trust-bar {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: rgba(228,181,92,.04); padding: 14px 0;
}
.trust-track {
  display: inline-flex; align-items: center; gap: 0;
  animation: marquee 28s linear infinite;
}
.trust-track span { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: rgba(228,181,92,.65); padding: 0 28px; }
.trust-track em { color: var(--gold); font-style: normal; font-size: 10px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── SECTIONS ──────────────────────────────────────── */
.section { padding: 100px 0; }
.section-dark {
  background: rgba(11,10,15,.8);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.section-title { margin-bottom: 0; }
.section-title.center { text-align: center; }
.section-title h2 { font-size: clamp(42px, 4.5vw, 64px); margin: 8px 0 16px; }
.section-sub { font-size: 18px; color: var(--soft); max-width: 560px; line-height: 1.75; font-weight: 300; }
.section-title.center .section-sub { margin: 0 auto; }
.eyebrow-sm {
  display: inline-block; font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}

/* ─── SERVICES MOSAIC ───────────────────────────────── */
.svc-mosaic {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 16px; margin-top: 56px;
}
.svc-col { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.svc-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg); background-size: cover; background-position: center;
  border: 1px solid var(--border);
  min-height: 320px;
  transition: transform .4s ease;
}
.svc-card:hover { transform: scale(1.015); }
.svc-col .svc-card { min-height: 0; }
.svc-big { min-height: 660px; }
.svc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,8,14,.9) 0%, rgba(9,8,14,.35) 50%, transparent 100%);
  transition: background .4s;
}
.svc-card:hover .svc-overlay { background: linear-gradient(to top, rgba(9,8,14,.95) 0%, rgba(9,8,14,.55) 55%, rgba(9,8,14,.15) 100%); }
.svc-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 32px; z-index: 2; }
.svc-num {
  display: inline-block; font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
  padding: 5px 12px; border: 1px solid rgba(228,181,92,.3); border-radius: 999px;
  background: rgba(228,181,92,.08);
}
.svc-content h3 { font-size: clamp(28px, 3vw, 44px); font-weight: 600; margin-bottom: 8px; }
.svc-content p { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 16px; }
.svc-cta {
  display: inline-flex; font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--g1); border-bottom: 1px solid rgba(228,181,92,.4); padding-bottom: 2px;
  transition: border-color .2s, color .2s;
}
.svc-cta:hover { color: #fff; border-color: #fff; }

/* ─── DEMOS ─────────────────────────────────────────── */
.demos-list { display: flex; flex-direction: column; gap: 1px; margin-top: 56px; }
.demo-card {
  display: grid; grid-template-columns: 80px 1fr;
  border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--card); overflow: hidden;
  transition: border-color .25s;
}
.demo-card:not(:last-child) { margin-bottom: 16px; }
.demo-card:hover { border-color: var(--border2); }
.demo-num {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700;
  color: #1a0d04; flex-shrink: 0;
}
.demo-body {
  padding: 24px 28px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; align-items: center;
}
.demo-info h3 { font-size: 34px; font-weight: 600; margin-bottom: 4px; }
.demo-info small { display: block; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.demo-info p { font-size: 14px; color: var(--soft); line-height: 1.7; }
.demo-audio { display: flex; align-items: center; }

/* ─── PROCESS ───────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 56px; background: var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.proc-card {
  background: var(--card); padding: 36px 28px; text-align: center;
  position: relative; transition: background .25s;
}
.proc-card:hover { background: #1c1825; }
.proc-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 20px;
  border: 1px solid rgba(228,181,92,.35);
  font-size: 26px; line-height: 1;
  background: linear-gradient(135deg, rgba(228,181,92,.12), rgba(228,181,92,.04));
  color: var(--g1);
}
.proc-card strong { display: block; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.proc-card h3 { font-size: 30px; font-weight: 600; margin-bottom: 12px; }
.proc-card p { font-size: 14px; color: var(--soft); line-height: 1.75; }

/* ─── TESTIMONIALS ──────────────────────────────────── */
.testi-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.testi-left h2 { font-size: clamp(36px,4vw,58px); margin: 8px 0 20px; }
.testi-scores { display: flex; gap: 24px; margin-top: 32px; }
.tscore {
  padding: 18px 24px; border: 1px solid var(--border);
  border-radius: 16px; background: var(--card); text-align: center;
}
.stars { color: var(--gold); font-size: 14px; letter-spacing: .1em; margin-bottom: 6px; }
.tscore strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 700; color: var(--g1); }
.tscore span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

.testi-cards { display: flex; flex-direction: column; gap: 16px; }
.quote-card {
  padding: 24px 28px; border: 1px solid var(--border);
  border-radius: var(--radius); background: var(--card);
}
.quote-card .stars { margin-bottom: 14px; }
.quote-card p { font-size: 15px; color: var(--soft); line-height: 1.8; margin-bottom: 18px; font-style: italic; }
.featured-q { border-color: rgba(228,181,92,.3); background: linear-gradient(145deg, #1c1724, #141119); }
.q-author { display: flex; align-items: center; gap: 12px; }
.q-av {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #1a0d04; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.q-author strong { display: block; font-size: 13px; font-weight: 600; }
.q-author span { font-size: 11px; color: var(--muted); letter-spacing: .1em; }

/* ─── PRICING ───────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 56px; }
.pricing-grid-secondary {
  display: flex; flex-wrap: wrap; justify-content: center;
  margin-top: 16px;
}
.pricing-grid-secondary .price-card { flex: 1 1 320px; max-width: 360px; }
.price-card {
  padding: 32px; border: 1px solid var(--border);
  border-radius: var(--radius-lg); background: var(--card);
  display: flex; flex-direction: column; gap: 0;
  transition: border-color .25s, transform .25s;
}
.price-card:hover { transform: translateY(-4px); border-color: var(--border2); }
.price-card.featured {
  border-color: rgba(228,181,92,.4);
  background: linear-gradient(175deg, #1e1829, #141119);
  box-shadow: 0 0 60px rgba(228,181,92,.08);
}
.demo-copyright {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 40px; padding-top: 28px;
  border-top: 1px solid var(--border);
  text-align: center;
}
.demo-copyright .dc-ic {
  color: var(--gold); font-size: 15px; flex-shrink: 0;
}
.demo-copyright p {
  font-size: 12.5px; letter-spacing: .04em; color: var(--muted);
}
.pill {
  display: inline-flex; align-self: flex-start;
  padding: 8px 16px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #1a0d04; font-weight: 700; font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 18px;
}
.price-card > small { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.pc-price { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 700; line-height: 1; color: #fff; }
.pc-price span { font-size: 28px; vertical-align: super; }
.pc-price.custom { font-size: 42px; }
.pc-mxn { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 16px; margin-top: 4px; }
.price-card > p { font-size: 14px; color: var(--soft); line-height: 1.7; margin-bottom: 24px; }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; flex: 1; margin-bottom: 28px; }
.price-card li { position: relative; padding-left: 20px; font-size: 14px; color: rgba(255,255,255,.72); }
.price-card li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.price-card .btn { align-self: stretch; justify-content: center; }

/* ─── CONTACT ───────────────────────────────────────── */
.contact-section {
  background:
    radial-gradient(ellipse at 0% 100%, rgba(228,181,92,.12) 0%, transparent 40%),
    #09080e;
  border-top: 1px solid var(--border);
}
.contact-single {
  max-width: 640px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.contact-single h2 { font-size: clamp(36px,4vw,58px); margin: 8px 0 20px; }
.contact-features-row {
  display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap;
  gap: 28px; margin: 36px 0 40px; text-align: left;
}
.contact-features-row .cf-item { max-width: 220px; }
.cf-item { display: flex; align-items: flex-start; gap: 16px; }
.cf-ic {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px;
  background: rgba(228,181,92,.1); border: 1px solid rgba(228,181,92,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--gold);
}
.cf-item strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.cf-item span { font-size: 13px; color: var(--muted); }

/* ─── DIFERENCIADOR: "Por qué elegir Robelio" ──────────── */
.diferenciador-title { margin-top: 88px; }
.diferenciador-title h2 { font-size: clamp(32px,4vw,48px); }
.diferenciador-row {
  display: grid; grid-template-columns: repeat(5,1fr); gap: 20px;
  margin-top: 44px; justify-content: unset;
}
.diferenciador-row .cf-item {
  max-width: none; flex-direction: column; align-items: center; text-align: center;
  gap: 14px; padding: 28px 20px; border: 1px solid var(--border);
  border-radius: var(--radius-lg); background: var(--card);
  transition: border-color .25s, transform .25s;
}
.diferenciador-row .cf-item:hover { transform: translateY(-4px); border-color: rgba(228,181,92,.4); }
.diferenciador-row .cf-ic {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #1a0d04; font-size: 18px; flex-shrink: 0;
}
.diferenciador-row .cf-item strong { font-size: 15px; }
.diferenciador-row .cf-item span { font-size: 13px; }

@media (max-width: 960px) {
  .diferenciador-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .diferenciador-row { grid-template-columns: 1fr; }
}
.contact-hint { margin-top: 20px; font-size: 13px; color: var(--muted); }
.contact-hint a { color: var(--gold); text-decoration: underline; }

/* ─── FOOTER ────────────────────────────────────────── */
.site-footer { background: #06050a; border-top: 1px solid var(--border); }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; padding: 64px 0 48px;
}
.footer-brand-img-unused { display: none; }
.footer-brand p { font-size: 14px; color: var(--muted); line-height: 1.75; }
.footer-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; background: linear-gradient(130deg, var(--g1), var(--g2)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col strong { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.footer-col a { font-size: 14px; color: var(--muted); transition: color .2s; }
.footer-col a:hover { color: var(--g1); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06);
  font-size: 12px; color: rgba(255,255,255,.3); letter-spacing: .05em;
  flex-wrap: wrap; gap: 12px;
}

/* ─── FLOATING WA ───────────────────────────────────── */
.floating-wa {
  position: fixed; right: 20px; bottom: 24px; z-index: 200;
  display: flex; align-items: center; gap: 8px;
  background: #25D366; color: #fff;
  padding: 13px 20px; border-radius: 999px;
  font-weight: 600; font-size: 13px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  transition: transform .2s, background .2s;
}
.floating-wa:hover { transform: translateY(-3px); background: #1fb459; }

/* ─── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-image-wrap > img { height: 440px; }
  .hero h1 { font-size: 52px; }
  .svc-mosaic { grid-template-columns: 1fr; }
  .svc-big { min-height: 420px; }
  .svc-col { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .svc-col .svc-card { min-height: 280px; }
  .demos-list .demo-body { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .testi-layout { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section-title h2 { font-size: 40px; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 42px; }
  .hstat strong { font-size: 28px; }
  .hstat { padding: 0 16px 0 0; }
  .hstat-sep { margin-right: 16px; }
  .eyebrow { font-size: 10px; letter-spacing: .18em; padding: 8px 12px; }
  .svc-col { grid-template-columns: 1fr; }
  .svc-col .svc-card { min-height: 260px; }
  .process-grid { grid-template-columns: 1fr; }
  .demo-card { grid-template-columns: 50px 1fr; }
  .demo-num { font-size: 28px; }
  .demo-body { padding: 16px; gap: 12px; }
  .demo-info h3 { font-size: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-features-row { gap: 20px; }
  .section { padding: 64px 0; }
  .lead { font-size: 17px; }
  .hero-stats { flex-wrap: wrap; gap: 12px; }
  .hstat-sep { display: none; }
  .floating-wa { right: 12px; bottom: 16px; padding: 11px 16px; font-size: 12px; }

  /* Centrar botones en mobile */
  .actions { justify-content: center; }
  .actions .btn { text-align: center; justify-content: center; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { display: inline-flex; }
  .hero-copy .lead { margin-left: auto; margin-right: auto; }
  .hero-stats { justify-content: center; }
  .price-card .btn { text-align: center; justify-content: center; }
  .contact-single .btn { width: 100%; text-align: center; justify-content: center; }
  .proc-card { text-align: center; }
  .section-title { text-align: center; }
  .section-title.left { text-align: center; }
}

/* ─── RESEÑAS DINÁMICAS DE CLIENTES ─────────────────── */
.reviews-dynamic-list {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
  margin: 48px 0 64px;
}
.reviews-empty {
  grid-column: 1 / -1; text-align: center; color: var(--muted);
  font-size: 14px; padding: 24px 0;
}
.q-av-photo { object-fit: cover; }

.review-form-wrap {
  max-width: 560px; margin: 0 auto;
  padding: 32px; border: 1px solid var(--border);
  border-radius: var(--radius-lg); background: var(--card);
}
.review-form-wrap h3 { font-size: 22px; margin-bottom: 6px; }
.review-form-sub { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.review-field { margin-bottom: 18px; }
.review-field label {
  display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--soft); margin-bottom: 8px;
}
.review-field input,
.review-field textarea {
  width: 100%; background: rgba(255,255,255,.03); border: 1px solid var(--border);
  border-radius: 10px; padding: 12px 14px; color: #fff; font-size: 14px;
  font-family: inherit; outline: none; transition: border-color .2s;
}
.review-field input:focus,
.review-field textarea:focus { border-color: var(--gold); }
.star-picker { display: flex; gap: 8px; font-size: 28px; }
.star-picker span {
  cursor: pointer; color: rgba(255,255,255,.2); transition: color .15s;
}
.star-picker span.active { color: var(--gold); }
.review-form-wrap .btn { width: 100%; justify-content: center; margin-top: 4px; }
.review-msg { font-size: 13px; margin-top: 12px; text-align: center; }
.review-msg-success { color: #8fd19e; }
.review-msg-error { color: #e08a7d; }

@media (max-width: 860px) {
  .reviews-dynamic-list { grid-template-columns: 1fr; }
}

.reviews-more-wrap { display: flex; justify-content: center; margin-bottom: 48px; }

.reviews-modal {
  position: fixed; inset: 0; z-index: 500;
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.reviews-modal.open { display: flex; }
.reviews-modal-backdrop {
  position: absolute; inset: 0; background: rgba(5,4,8,.82); backdrop-filter: blur(2px);
}
.reviews-modal-panel {
  position: relative; z-index: 1;
  width: 100%; max-width: 920px; max-height: 82vh;
  background: var(--card); border: 1px solid var(--border2);
  border-radius: var(--radius-lg); padding: 32px;
  overflow-y: auto;
}
.reviews-modal-panel h3 { margin-bottom: 20px; font-size: 22px; }
.reviews-modal-close {
  position: absolute; top: 18px; right: 20px;
  background: none; border: none; color: var(--soft);
  font-size: 26px; line-height: 1; cursor: pointer;
}
.reviews-modal-close:hover { color: var(--gold); }
.reviews-modal-list { grid-template-columns: repeat(2,1fr); margin: 0; }
@media (max-width: 640px) {
  .reviews-modal-list { grid-template-columns: 1fr; }
  .reviews-modal-panel { padding: 24px 18px; }
}
