/*
Theme Name: Ro Estudio
Theme URI: https://roestudio.cl
Author: Ro Estudio
Author URI: https://roestudio.cl
Description: Tema a medida para Ro Estudio - agencia de diseño web, SEO, contenido digital y publicidad. Incluye panel de administración para editar todos los textos, paquetes, contacto y redes sociales desde wp-admin.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ro-estudio
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Tokens
   ========================================================================== */
:root{
  --ro-navy: #060644;
  --ro-navy-soft: #1B0F52;
  --ro-accent: #A231A2;
  --ro-accent-dark: #5C1F78;
  --ro-pink: #DE79A0;
  --ro-pink-light: #F0C9D9;
  --ro-lavender: #DAD0FC;
  --ro-lavender-dark: #C3B0F5;
  --ro-bg: #F8F5FF;
  --ro-muted: #8B84B5;
  --ro-text-soft: #C9C2E8;
  --ro-radius: 20px;
  --ro-radius-sm: 10px;
  --ro-max: 1440px;
  --ro-gutter: clamp(20px, 5vw, 100px);
  --ro-font-display: 'Poppins', system-ui, sans-serif;
  --ro-font-body: 'Open Sans', system-ui, sans-serif;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--ro-bg);
  color: var(--ro-navy);
  font-family: var(--ro-font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
button, input, textarea, select{ font-family: inherit; font-size: inherit; }
h1,h2,h3,h4{ font-family: var(--ro-font-display); margin: 0; }
ul{ margin: 0; padding: 0; list-style: none; }
.screen-reader-text{
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
:focus-visible{ outline: 3px solid var(--ro-pink); outline-offset: 2px; }

.ro-container{
  max-width: var(--ro-max);
  margin: 0 auto;
  padding-left: var(--ro-gutter);
  padding-right: var(--ro-gutter);
}
.ro-section{ padding: 150px 0; }
.ro-section--tight{ padding: 90px 0 160px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.ro-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: var(--ro-radius-sm);
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}
.ro-btn:hover{ transform: translateY(-1px); }
.ro-btn--accent{ background: var(--ro-accent); color: #fff; }
.ro-btn--ghost{ background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.ro-btn--white{ background: #fff; color: var(--ro-navy); }
.ro-btn--dark{ background: var(--ro-navy); color: #fff; }
.ro-btn--sm{ padding: 12px 18px; font-size: 14px; border-radius: 10px; }
.ro-btn--pill{ border-radius: 999px; padding: 12px 22px; }
.ro-btn svg{ width: 16px; height: 16px; flex-shrink: 0; }

/* ==========================================================================
   Top bar
   ========================================================================== */
.ro-topbar{ background: var(--ro-navy); }
.ro-topbar__inner{ display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; }
.ro-topbar__left{ display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.ro-topbar__left a, .ro-topbar__schedule{ display: inline-flex; align-items: center; gap: 8px; color: var(--ro-text-soft); font-size: 13px; }
.ro-topbar__left a:hover{ color: #fff; }
.ro-topbar__left svg{ width: 15px; height: 15px; flex-shrink: 0; color: var(--ro-pink); }
.ro-topbar__right a{ display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 700; }
.ro-topbar__right svg{ width: 15px; height: 15px; flex-shrink: 0; }
.ro-topbar__right a:hover{ color: var(--ro-pink-light); }

/* ==========================================================================
   Header
   ========================================================================== */
.ro-header{
  background: #fff;
  border-bottom: 1px solid #EDE7FA;
  position: sticky;
  top: 0;
  z-index: 50;
}
.ro-header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 32px;
}
.ro-logo{ display: flex; align-items: center; gap: 10px; }
.ro-logo__mark{
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--ro-accent);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 18px; flex-shrink: 0;
}
.ro-logo__text{ color: var(--ro-navy); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; }
.ro-logo__image{ height: 76px; width: auto; max-width: 280px; object-fit: contain; display: block; }

.ro-header__right{ display: flex; align-items: center; gap: 40px; }
.ro-nav{ display: flex; gap: 36px; }
.ro-nav a{ color: var(--ro-navy); font-size: 15px; font-weight: 500; }
.ro-nav a:hover{ color: var(--ro-accent); }

.ro-social{ display: flex; align-items: center; gap: 10px; }
.ro-social a{
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 999px;
  background: rgba(6,6,68,.06); color: var(--ro-navy);
  transition: background .2s ease, color .2s ease;
}
.ro-social a:hover{ background: rgba(6,6,68,.12); color: var(--ro-accent); }
.ro-social svg{ width: 18px; height: 18px; }
.ro-social--footer a{ background: rgba(255,255,255,.06); color: var(--ro-muted); width: 34px; height: 34px; }
.ro-social--footer svg{ width: 16px; height: 16px; }

.ro-burger{
  display: none;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(6,6,68,.06);
  border: none;
  align-items: center; justify-content: center;
  color: var(--ro-navy);
  cursor: pointer;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.ro-hero{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ro-navy) 0%, var(--ro-navy-soft) 100%);
  padding: 170px 0 120px;
}
.ro-hero--photo{
  background-color: var(--ro-navy);
  background-image: linear-gradient(180deg, rgba(6,6,68,var(--ro-hero-overlay,.75)) 0%, rgba(27,15,82,var(--ro-hero-overlay,.75)) 100%), var(--ro-hero-bg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center 25%;
}
.ro-hero__waves{
  position: absolute; bottom: -140px; left: -140px;
  width: 560px; height: 560px; opacity: .6; pointer-events: none;
}
.ro-hero__content{ position: relative; max-width: 640px; }
.ro-badge{
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 24px;
}
.ro-badge__dot{ width: 8px; height: 8px; border-radius: 50%; background: var(--ro-accent); flex-shrink: 0; }
.ro-badge span:last-child{ color: #E2E8F0; font-size: 13px; font-weight: 600; }
.ro-hero h1{
  color: #fff; font-size: clamp(32px, 4.6vw, 54px); line-height: 1.12;
  font-weight: 800; letter-spacing: -0.02em; margin-bottom: 20px;
}
.ro-hero p{ color: var(--ro-text-soft); font-size: 18px; line-height: 1.6; max-width: 560px; margin-bottom: 36px; }
.ro-hero__actions{ display: flex; gap: 16px; flex-wrap: wrap; }

/* ==========================================================================
   Section headers
   ========================================================================== */
.ro-section-head{ text-align: center; max-width: 640px; margin: 0 auto 88px; }
.ro-eyebrow{ color: var(--ro-accent); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.ro-section-head h2{ margin: 14px 0 16px; color: var(--ro-navy); font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -0.02em; }
.ro-section-head p{ color: #4A4570; font-size: 17px; line-height: 1.6; margin: 0; }
.ro-section-head--light h2, .ro-section-head--light p{ color: #fff; }
.ro-section-head--light p{ color: var(--ro-text-soft); }
.ro-section-head--start{ text-align: left; margin: 0 0 32px; max-width: none; }

/* ==========================================================================
   Packages
   ========================================================================== */
.ro-container--wide{ max-width: 1440px; }
.ro-packages{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ro-card{
  background: #fff;
  border: 1px solid #ECE6FA;
  border-top: 4px solid var(--ro-card-accent, var(--ro-accent));
  box-shadow: 0 14px 34px rgba(6,6,68,.06);
  border-radius: var(--ro-radius);
  padding: 40px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.ro-card:hover{ transform: translateY(-4px); box-shadow: 0 22px 46px rgba(6,6,68,.10); }
.ro-card__watermark{ display: none; }
.ro-card__top{ display: flex; align-items: center; justify-content: space-between; position: relative; }
.ro-card__icon{ width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--ro-card-tint); flex-shrink: 0; }
.ro-card__icon svg{ width: 26px; height: 26px; color: var(--ro-card-accent); }
.ro-card__badge{ font-size: 13px; font-weight: 800; color: var(--ro-card-accent); letter-spacing: .02em; }
.ro-card h3{ font-size: clamp(19px, 1.4vw, 22px); font-weight: 800; color: var(--ro-navy); line-height: 1.25; }
.ro-card__desc{ font-size: 14px; line-height: 1.65; margin: 0; color: #5B5580; }
.ro-card__ideal{ display: inline-flex; align-self: flex-start; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 999px; background: var(--ro-card-tint); color: var(--ro-card-accent); }
.ro-card__label{ font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-top: 4px; color: var(--ro-card-accent); }
.ro-card__list{ display: flex; flex-direction: column; gap: 13px; }
.ro-card__list li{ display: flex; align-items: flex-start; gap: 10px; }
.ro-card__list svg{ width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--ro-card-accent); }
.ro-card__list-title{ font-size: 14px; font-weight: 700; color: var(--ro-navy); }
.ro-card__list-desc{ font-size: 13px; line-height: 1.5; margin-top: 2px; color: #5B5580; }
.ro-card__spacer{ flex-grow: 1; }
.ro-card__footer{ display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding-top: 22px; border-top: 1px solid #ECE6FA; }
.ro-card__meta{ display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #5B5580; }
.ro-card__meta svg{ width: 14px; height: 14px; flex-shrink: 0; }
.ro-card__price{ font-size: 19px; font-weight: 800; margin-top: 6px; color: var(--ro-navy); }
.ro-card__price span{ font-size: 12px; font-weight: 500; color: #5B5580; }

button.ro-card__cta{
  background: #fff; border: 1.5px solid var(--ro-card-accent); color: var(--ro-card-accent);
  transition: background .18s ease, color .18s ease; flex-shrink: 0;
}
button.ro-card__cta svg{ transition: transform .18s ease; }
button.ro-card__cta:hover{ background: var(--ro-card-accent); color: #fff; }
button.ro-card__cta:hover svg{ transform: translateX(3px); }

/* Package cards: 3 columns, one row — icon on top, text, button pinned to the bottom. */
.ro-card--short{
  flex-direction: column; align-items: stretch; gap: 18px;
  padding: 40px 34px;
}
.ro-card--short .ro-card__aside{ flex-shrink: 0; }
.ro-card--short .ro-card__body{ flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.ro-card--short h3{ font-size: 21px; }
.ro-card--short .ro-card__badge{ position: absolute; top: 24px; right: 26px; }
.ro-card--short .ro-card__footer{ margin: 0; padding-top: 20px; border-top: 1px solid #ECE6FA; justify-content: flex-end; }

.ro-card--dark{ --ro-card-accent: var(--ro-navy); --ro-card-tint: rgba(6,6,68,.07); }
.ro-card--purple{ --ro-card-accent: var(--ro-accent); --ro-card-tint: rgba(162,49,162,.10); }
.ro-card--light{ --ro-card-accent: var(--ro-pink); --ro-card-tint: rgba(222,121,160,.16); }
.ro-card--lavender{ --ro-card-accent: var(--ro-lavender-dark); --ro-card-tint: rgba(195,176,245,.30); }

.ro-empty-packages{
  text-align: center; padding: 60px 24px; border-radius: var(--ro-radius);
  border: 1px dashed rgba(6,6,68,.25); color: #4A4570;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.ro-contact{ position: relative; background: var(--ro-navy); overflow: hidden; }
.ro-contact__waves{ position: absolute; top: -140px; right: -140px; width: 460px; height: 460px; opacity: .5; pointer-events: none; }
.ro-contact__grid{ position: relative; display: grid; grid-template-columns: minmax(300px, 380px) 1fr; gap: 56px; align-items: stretch; }
.ro-contact__info{ display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.ro-info{ display: flex; flex-direction: column; gap: 14px; }
.ro-info-row{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 64px; }
.ro-info-row .ro-info-card{ flex-direction: row; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 14px; height: 100%; }
.ro-info-row--stack{ grid-template-columns: 1fr; margin-bottom: 0; }
.ro-info-row--stack .ro-info-card{ padding: 18px 20px; }
.ro-info-row--stack .ro-info-card__label,
.ro-info-row--stack .ro-info-card__value{ white-space: normal; overflow: visible; text-overflow: clip; }
.ro-info-card{
  display: flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 18px 20px;
}
.ro-info-card__text{ min-width: 0; overflow: hidden; }
.ro-info-card__icon{
  width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ro-pink);
}
.ro-info-card__icon svg{ width: 19px; height: 19px; }
.ro-info-card__label{ color: var(--ro-text-soft); font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ro-info-card__value{
  color: #fff; font-size: 16px; font-weight: 700; margin-top: 2px; line-height: 1.35;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.ro-booking{
  margin-top: 4px;
  background: linear-gradient(135deg, var(--ro-accent-dark) 0%, var(--ro-accent) 100%);
  border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 14px;
}
.ro-booking__head{ display: flex; align-items: center; gap: 14px; }
.ro-booking__icon{ width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ro-booking__icon svg{ width: 21px; height: 21px; color: #fff; }
.ro-booking__head strong{ color: #fff; font-size: 16px; font-weight: 800; display: block; }
.ro-booking__head span{ color: rgba(255,255,255,.85); font-size: 13px; }
.ro-booking p{ margin: 0; color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.6; }

.ro-form{ background: #fff; border-radius: 18px; padding: 60px; display: flex; flex-direction: column; gap: 26px; max-width: 640px; }
.ro-form h3{ color: var(--ro-navy); font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.ro-field label{ display: block; color: #334155; font-size: 13px; font-weight: 600; margin-bottom: 9px; }
.ro-field input, .ro-field select, .ro-field textarea{
  width: 100%; padding: 15px 18px; border: 1px solid #E2DCF5; border-radius: 10px;
  font-size: 14px; color: var(--ro-navy); box-sizing: border-box;
}
.ro-field textarea{ resize: none; }
.ro-grid-2{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 768px){ .ro-grid-2{ grid-template-columns: 1fr; } }
.ro-honeypot{ position: absolute; left: -9999px; top: -9999px; }
.ro-form-msg{ border-radius: 10px; padding: 14px 16px; font-size: 14px; font-weight: 600; }
.ro-form-msg--ok{ background: #DCFCE7; color: #166534; }
.ro-form-msg--err{ background: #FEE2E2; color: #991B1B; }
.ro-schedule-note{ display: flex; align-items: center; gap: 8px; color: #4A4570; font-size: 13px; margin: -4px 0 16px; }
.ro-schedule-note__icon{ display: inline-flex; flex-shrink: 0; }
.ro-schedule-note__icon svg{ width: 16px; height: 16px; display: block; }
.ro-btn--ghost-dark{ background: transparent; color: var(--ro-navy); border: 1.5px solid #E2DCF5; }
.ro-btn--ghost-dark:hover{ background: var(--ro-bg); }

/* ==========================================================================
   Booking wizard
   ========================================================================== */
.ro-wizard{ gap: 0; }
.ro-wizard__steps{ display: flex; align-items: center; margin-bottom: 32px; }
.ro-wizard__step{ display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; }
.ro-wizard__num{
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--ro-bg); color: var(--ro-muted); font-weight: 800; font-size: 14px; border: 2px solid #E2DCF5;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.ro-wizard__label{ font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ro-muted); }
.ro-wizard__step.is-active .ro-wizard__num{ background: var(--ro-accent); border-color: var(--ro-accent); color: #fff; }
.ro-wizard__step.is-active .ro-wizard__label{ color: var(--ro-navy); }
.ro-wizard__step.is-done .ro-wizard__num{ background: var(--ro-navy); border-color: var(--ro-navy); color: #fff; }
.ro-wizard__line{ flex: 1; height: 2px; background: #E2DCF5; margin: 0 10px 22px; }

.ro-wizard__panel{ display: none; flex-direction: column; gap: 20px; }
.ro-wizard__panel.is-active{ display: flex; }
.ro-wizard__field-label{ font-size: 13px; font-weight: 700; color: var(--ro-navy); margin: 4px 0 -6px; }

.ro-service-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ro-service-card{
  display: flex; align-items: center; gap: 10px; text-align: left; cursor: pointer;
  background: #fff; border: 1.5px solid #E2DCF5; border-radius: 12px; padding: 14px 16px;
  font-family: inherit; transition: border-color .15s ease, background .15s ease;
}
.ro-service-card:hover{ border-color: var(--ro-accent); }
.ro-service-card.is-active{ background: var(--ro-bg); border-color: var(--ro-accent); box-shadow: 0 0 0 1px var(--ro-accent); }
.ro-service-card__icon{ width: 30px; height: 30px; border-radius: 9px; background: var(--ro-lavender); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ro-accent-dark); }
.ro-service-card__icon svg{ width: 15px; height: 15px; }
.ro-service-card__title{ font-size: 13px; font-weight: 700; color: var(--ro-navy); }

.ro-reason-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ro-reason-card{
  cursor: pointer; text-align: left; background: #fff; border: 1.5px solid #E2DCF5; border-radius: 12px;
  padding: 14px 16px; font-family: inherit; transition: border-color .15s ease, background .15s ease;
}
.ro-reason-card:hover{ border-color: var(--ro-accent); }
.ro-reason-card.is-active{ background: var(--ro-bg); border-color: var(--ro-accent); box-shadow: 0 0 0 1px var(--ro-accent); }
.ro-reason-card__title{ font-size: 13px; font-weight: 700; color: var(--ro-navy); }

.ro-wizard__nav{ display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.ro-wizard__next[disabled]{ opacity: .4; cursor: not-allowed; transform: none; }
.ro-wizard__disclaimer{ color: #4A4570; font-size: 13px; margin: 4px 0 0; }

.ro-calendar-layout{ display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; align-items: start; }
.ro-calendar{ background: var(--ro-bg); border-radius: 14px; padding: 20px; }
.ro-calendar__head{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ro-calendar__title{ font-size: 14px; font-weight: 800; color: var(--ro-navy); }
.ro-calendar__nav{
  width: 30px; height: 30px; border-radius: 8px; border: 1px solid #E2DCF5; background: #fff;
  color: var(--ro-navy); font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.ro-calendar__nav:hover{ background: var(--ro-lavender); }
.ro-calendar__weekdays{ display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; margin-bottom: 6px; }
.ro-calendar__weekdays span{ font-size: 11px; font-weight: 700; color: var(--ro-muted); }
.ro-calendar__grid{ display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.ro-calendar__day{
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 8px;
  border: none; background: transparent; color: var(--ro-navy); font-size: 13px; font-weight: 600; cursor: pointer;
}
.ro-calendar__day:hover:not(.is-disabled):not(.is-blank){ background: var(--ro-lavender); }
.ro-calendar__day.is-blank{ cursor: default; }
.ro-calendar__day.is-disabled{ color: #C9C2E8; cursor: not-allowed; }
.ro-calendar__day.is-muted{ color: var(--ro-muted); }
.ro-calendar__day.is-selected{ background: var(--ro-accent); color: #fff; font-weight: 800; }

.ro-slots{ background: var(--ro-bg); border-radius: 14px; padding: 20px; min-height: 100%; }
.ro-slots h4{ margin: 0 0 12px; font-size: 14px; font-weight: 800; color: var(--ro-navy); }
.ro-slots__empty{ color: var(--ro-muted); font-size: 13px; margin: 0; }
.ro-slots__day{ font-size: 13px; font-weight: 700; color: var(--ro-navy); margin: 0 0 10px; text-transform: capitalize; }
.ro-slots__buttons{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.ro-slot{
  border: 1px solid #E2DCF5; background: #fff; border-radius: 9px; padding: 10px 6px;
  font-size: 12px; font-weight: 700; color: var(--ro-navy); cursor: pointer; transition: all .15s ease;
}
.ro-slot:hover{ border-color: var(--ro-accent); }
.ro-slot.is-active{ background: var(--ro-accent); border-color: var(--ro-accent); color: #fff; }

.ro-summary-box{ background: var(--ro-bg); border-radius: 12px; padding: 18px 20px; }
.ro-summary-box strong{ display: block; color: var(--ro-navy); font-size: 13px; margin-bottom: 10px; }
.ro-summary-list{ display: flex; flex-direction: column; gap: 6px; list-style: none; margin: 0; padding: 0; }
.ro-summary-list li{ font-size: 13px; color: #4A4570; }
.ro-summary-list li strong{ display: inline; margin: 0; color: var(--ro-navy); }

@media (max-width: 640px){
  .ro-service-grid, .ro-reason-grid{ grid-template-columns: 1fr; }
  .ro-calendar-layout{ grid-template-columns: 1fr; }
  .ro-wizard__steps{ margin-bottom: 24px; }
  .ro-wizard__label{ display: none; }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.ro-footer{
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--ro-navy-soft) 0%, var(--ro-navy) 55%, #12043A 100%);
  padding: 72px 0 0;
}
.ro-footer::before{
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--ro-accent), var(--ro-pink), var(--ro-lavender));
}
.ro-footer::after{
  content: ""; position: absolute; top: -180px; right: -160px; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(circle, rgba(162,49,162,.35) 0%, rgba(162,49,162,0) 70%);
  pointer-events: none; z-index: 0;
}
.ro-footer__grid{ position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr 1fr 1.1fr; gap: 40px; padding-bottom: 48px; }
.ro-footer__brand{ display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.ro-footer__desc{ color: var(--ro-muted); font-size: 14px; line-height: 1.6; margin: 0; max-width: 320px; }
.ro-footer__col h4{ color: #fff; font-family: var(--ro-font-display); font-size: 16px; font-weight: 700; margin: 0 0 20px; }
.ro-footer__menu{ display: flex; flex-direction: column; gap: 12px; }
.ro-footer__menu li{ list-style: none; }
.ro-footer__menu a{ color: var(--ro-muted); font-size: 14px; }
.ro-footer__menu a:hover{ color: var(--ro-pink); }
.ro-footer__contact-list{ display: flex; flex-direction: column; gap: 14px; }
.ro-footer__contact-list li{ display: flex; align-items: flex-start; gap: 10px; color: var(--ro-muted); font-size: 14px; }
.ro-footer__contact-list li svg{ width: 17px; height: 17px; flex-shrink: 0; margin-top: 1px; color: var(--ro-pink); }
.ro-footer__contact-list a{ color: var(--ro-muted); }
.ro-footer__contact-list a:hover{ color: var(--ro-pink); }
.ro-footer__newsletter-row{ display: flex; gap: 0; margin-top: 14px; }
.ro-footer__newsletter-row input{
  flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid rgba(255,255,255,.15);
  border-right: none; border-radius: 10px 0 0 10px; background: rgba(255,255,255,.06); color: #fff; font-size: 14px;
}
.ro-footer__newsletter-row input::placeholder{ color: var(--ro-muted); }
.ro-footer__newsletter-row button{
  border: none; border-radius: 0 10px 10px 0; padding: 12px 20px; background: var(--ro-accent); color: #fff;
  font-weight: 700; font-size: 14px; cursor: pointer; transition: background .18s ease; flex-shrink: 0;
}
.ro-footer__newsletter-row button:hover{ background: var(--ro-accent-dark); }
.ro-footer__privacy{ display: block; color: var(--ro-muted); font-size: 12px; margin-top: 10px; }
.ro-footer__newsletter-msg{ font-size: 13px; font-weight: 600; margin: 4px 0 0; }
.ro-footer__newsletter-msg--ok{ color: #86EFAC; }
.ro-footer__newsletter-msg--err{ color: #FCA5A5; }
.ro-footer__bottom{
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08);
}
.ro-footer__copy{ color: var(--ro-muted); font-size: 13px; }

/* ==========================================================================
   Short package cards + "Seguir leyendo" modal
   ========================================================================== */
.ro-card--short .ro-card__desc{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
button.ro-card__cta{ cursor: pointer; font: inherit; }

body.ro-modal-open{ overflow: hidden; }

.ro-modal{ display: none; position: fixed; inset: 0; z-index: 1000; align-items: center; justify-content: center; padding: 24px; }
.ro-modal.is-open{ display: flex; }
.ro-modal__overlay{ position: absolute; inset: 0; background: rgba(6,6,68,.65); backdrop-filter: blur(2px); }
.ro-modal__panel{
  position: relative; background: #fff; border-radius: var(--ro-radius);
  max-width: 560px; width: 100%; max-height: 86vh; overflow-y: auto;
  padding: 44px 36px 36px; box-shadow: 0 30px 80px rgba(6,6,68,.35);
}
.ro-modal__close{
  position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%;
  border: none; background: var(--ro-bg); color: var(--ro-navy); font-size: 22px; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.ro-modal__close:hover{ background: var(--ro-lavender); }
.ro-modal__icon{
  width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  background: var(--ro-lavender); color: var(--ro-accent-dark); margin-bottom: 18px; flex-shrink: 0;
}
.ro-modal__icon svg{ width: 26px; height: 26px; }
.ro-modal__panel h3{ color: var(--ro-navy); font-family: var(--ro-font-display); font-size: 24px; margin: 0 0 12px; }
.ro-modal__desc{ color: var(--ro-muted); font-size: 15px; line-height: 1.6; margin: 0 0 16px; }
.ro-card__ideal--modal{ color: var(--ro-accent-dark); background: var(--ro-lavender); }
.ro-card__label--modal{ color: var(--ro-navy); margin-top: 22px; }
.ro-card__list--modal li{ border-color: #EDE7FA; }
.ro-card__list--modal .ro-card__list-title{ color: var(--ro-navy); }
.ro-card__list--modal .ro-card__list-desc{ color: var(--ro-muted); }
.ro-modal__cta{ margin-top: 26px; width: 100%; justify-content: center; }

/* ==========================================================================
   Blog — archive
   ========================================================================== */
.ro-blog-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ro-blog-card{ display: flex; flex-direction: column; }
.ro-blog-card__opener{
  display: flex; flex-direction: column; text-align: left; cursor: pointer; width: 100%;
  background: #fff; border: 1px solid #ECE6FA; border-radius: var(--ro-radius); overflow: hidden; padding: 0;
  box-shadow: 0 14px 34px rgba(6,6,68,.06); transition: transform .18s ease, box-shadow .18s ease; font-family: inherit;
}
.ro-blog-card__opener:hover{ transform: translateY(-4px); box-shadow: 0 22px 46px rgba(6,6,68,.10); }
.ro-blog-card__media{ position: relative; display: block; aspect-ratio: 16/11; background: var(--ro-bg); }
.ro-blog-card__media img{ width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--ro-radius) var(--ro-radius) 0 0; }
.ro-blog-card__placeholder{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--ro-lavender-dark); border-radius: var(--ro-radius) var(--ro-radius) 0 0; }
.ro-blog-card__placeholder svg{ width: 40px; height: 40px; }
.ro-blog-card__badge{
  position: absolute; left: 20px; bottom: -16px; background: var(--ro-accent); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 8px; box-shadow: 0 8px 18px rgba(162,49,162,.35);
}
.ro-blog-card__body{ padding: 34px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ro-blog-card__title{ font-family: var(--ro-font-display); font-size: 19px; font-weight: 800; color: var(--ro-navy); line-height: 1.3; }
.ro-blog-card__excerpt{ color: #5B5580; font-size: 14px; line-height: 1.6; flex: 1; }
.ro-blog-card__link{ display: inline-flex; align-items: center; gap: 6px; color: var(--ro-accent); font-weight: 800; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; margin-top: 8px; }
.ro-blog-card__link svg{ width: 13px; height: 13px; }
.ro-blog-pagination{ margin-top: 48px; display: flex; justify-content: center; gap: 8px; }
.ro-blog-pagination .page-numbers{ display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border-radius: 8px; border: 1px solid #E2DCF5; color: var(--ro-navy); font-size: 14px; font-weight: 600; }
.ro-blog-pagination .page-numbers.current{ background: var(--ro-accent); border-color: var(--ro-accent); color: #fff; }

/* Blog post reading modal */
.ro-modal__panel--post{ max-width: 720px; padding: 0 0 40px; }
.ro-modal__panel--post .ro-modal__close{ background: #fff; box-shadow: 0 4px 14px rgba(6,6,68,.25); }
.ro-modal__post-cover{ width: 100%; max-height: 340px; object-fit: cover; display: block; border-radius: var(--ro-radius) var(--ro-radius) 0 0; }
.ro-modal__post-date{ display: block; color: var(--ro-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin: 28px 40px 0; }
.ro-modal__panel--post h3{ font-family: var(--ro-font-display); font-size: 26px; font-weight: 800; color: var(--ro-navy); margin: 8px 40px 20px; line-height: 1.25; }
.ro-modal__post-content{ color: #333055; font-size: 15px; line-height: 1.8; margin: 0 40px; }
.ro-modal__post-content p{ margin: 0 0 18px; }
.ro-modal__panel--post .ro-single-post__section{ margin: 32px 40px 0; }
.ro-modal__panel--post .ro-post-gallery{ margin: 0; }
.ro-comments--modal{ margin: 40px 40px 0; padding-top: 28px; }
@media (max-width: 640px){
  .ro-modal__post-date, .ro-modal__panel--post h3, .ro-modal__post-content, .ro-modal__panel--post .ro-single-post__section, .ro-comments--modal{ margin-left: 22px; margin-right: 22px; }
}

/* ==========================================================================
   Blog — single post
   ========================================================================== */
.ro-single-post__meta{ display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; font-size: 13px; color: var(--ro-muted); }
.ro-single-post__meta a{ color: var(--ro-accent-dark); font-weight: 600; }
.ro-single-post h1{ font-family: var(--ro-font-display); font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--ro-navy); margin: 0 0 24px; line-height: 1.2; }
.ro-single-post__cover{ width: 100%; border-radius: var(--ro-radius); margin-bottom: 32px; display: block; }
.ro-single-post__content{ color: #333055; font-size: 16px; line-height: 1.8; }
.ro-single-post__content p{ margin: 0 0 20px; }
.ro-single-post__section{ margin-top: 40px; }
.ro-single-post__section h3{ font-size: 18px; font-weight: 800; color: var(--ro-navy); margin: 0 0 16px; }

.ro-video-embed{ position: relative; width: 100%; padding-bottom: 56.25%; border-radius: var(--ro-radius); overflow: hidden; background: #000; }
.ro-video-embed iframe{ position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.ro-video-fallback a{ color: var(--ro-accent-dark); font-weight: 700; }

.ro-post-gallery{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ro-post-gallery__item{ display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 1; border: none; padding: 0; cursor: pointer; background: var(--ro-bg); }
.ro-post-gallery__item img{ width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.ro-post-gallery__item:hover img{ transform: scale(1.05); }

/* Gallery lightbox */
.ro-lightbox{ display: none; position: fixed; inset: 0; z-index: 1100; align-items: center; justify-content: center; }
.ro-lightbox.is-open{ display: flex; }
.ro-lightbox__overlay{ position: absolute; inset: 0; background: rgba(6,6,68,.92); }
.ro-lightbox__img{ position: relative; max-width: min(90vw, 1000px); max-height: 86vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.ro-lightbox__close{
  position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.12); color: #fff; font-size: 24px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 1;
}
.ro-lightbox__close:hover{ background: rgba(255,255,255,.22); }
.ro-lightbox__prev, .ro-lightbox__next{
  position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.12); color: #fff; font-size: 26px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 1;
}
.ro-lightbox__prev:hover, .ro-lightbox__next:hover{ background: rgba(255,255,255,.22); }
.ro-lightbox__prev{ left: 20px; }
.ro-lightbox__next{ right: 20px; }
.ro-lightbox__counter{ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 13px; font-weight: 600; background: rgba(255,255,255,.12); padding: 6px 14px; border-radius: 999px; }
@media (max-width: 640px){
  .ro-lightbox__prev, .ro-lightbox__next{ width: 38px; height: 38px; font-size: 20px; }
  .ro-lightbox__prev{ left: 8px; }
  .ro-lightbox__next{ right: 8px; }
}

/* ==========================================================================
   Blog — comments
   ========================================================================== */
.ro-comments{ margin-top: 56px; padding-top: 40px; border-top: 1px solid #EDE7FA; }
.ro-comments__title{ font-size: 18px; font-weight: 800; color: var(--ro-navy); margin: 0 0 24px; }
.ro-comments__closed{ color: var(--ro-muted); font-size: 14px; }
.ro-comment-list{ list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.ro-comment-list .children{ list-style: none; margin: 20px 0 0; padding: 0 0 0 32px; display: flex; flex-direction: column; gap: 20px; }
.ro-comment-list .comment-body{ background: var(--ro-bg); border-radius: 14px; padding: 20px 22px; }
.ro-comment-list .comment-author{ display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ro-comment-list .comment-author img{ border-radius: 50%; display: block; }
.ro-comment-list .comment-author .fn{ font-style: normal; font-weight: 700; color: var(--ro-navy); font-size: 14px; }
.ro-comment-list .comment-metadata{ font-size: 12px; color: var(--ro-muted); margin-bottom: 10px; }
.ro-comment-list .comment-metadata a{ color: var(--ro-muted); }
.ro-comment-list .comment-content p{ margin: 0; color: #4A4570; font-size: 14px; line-height: 1.6; }
.ro-comment-list .comment-reply-link{ display: inline-block; margin-top: 10px; color: var(--ro-accent-dark); font-size: 12px; font-weight: 700; }
.ro-comment-list .comment-awaiting-moderation{ display: block; margin-top: 8px; color: #92400E; font-size: 12px; font-style: italic; }
.ro-comment-form{ max-width: 640px; }
.ro-comment-form p{ margin: 0 0 18px; }
.ro-comment-form input[type="text"], .ro-comment-form input[type="email"], .ro-comment-form input[type="url"], .ro-comment-form textarea{
  width: 100%; padding: 13px 16px; border: 1px solid #E2DCF5; border-radius: 10px; font-size: 14px; color: var(--ro-navy); box-sizing: border-box; font-family: inherit;
}
.ro-comment-form textarea{ resize: vertical; }
.ro-comment-form .comment-notes, .ro-comment-form .comment-form-cookies-consent{ font-size: 13px; color: var(--ro-muted); }
.ro-comment-form .comment-form-cookies-consent{ display: flex; align-items: center; gap: 8px; }
.ro-comment-form #reply-title{ font-size: 18px; font-weight: 800; color: var(--ro-navy); margin: 0 0 20px; }

/* ==========================================================================
   Responsive — standard breakpoints: 1024px (tablet), 768px (mobile
   landscape / small tablet), 480px (mobile portrait).
   ========================================================================== */
@media (max-width: 1024px){
  .ro-topbar{ display: none; }
  .ro-packages{ grid-template-columns: repeat(2, 1fr); }
  .ro-contact__grid{ grid-template-columns: 1fr; }
  .ro-footer__grid{ grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .ro-footer__brand{ grid-column: 1 / -1; }
  .ro-section-head--start{ text-align: center; }
  .ro-info-row--stack{ grid-template-columns: repeat(3, 1fr); margin-bottom: 48px; }
  .ro-info-row--stack .ro-info-card__label,
  .ro-info-row--stack .ro-info-card__value{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ro-header__right{ position: fixed; inset: 72px 0 auto 0; background: #fff; border-bottom: 1px solid #EDE7FA; flex-direction: column; align-items: flex-start; padding: 24px var(--ro-gutter); gap: 20px; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; box-shadow: 0 12px 24px rgba(0,0,0,.12); }
  .ro-header__right.is-open{ transform: translateY(0); opacity: 1; pointer-events: auto; }
  .ro-nav{ flex-direction: column; gap: 16px; }
  .ro-burger{ display: flex; }
  .ro-blog-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px){
  .ro-footer__grid{ grid-template-columns: 1fr; gap: 36px; }
  .ro-footer__bottom{ flex-direction: column; align-items: flex-start; }
  .ro-hero{ padding-top: 130px; }
  .ro-section{ padding: 90px 0; }
  .ro-section--tight{ padding: 60px 0 100px; }
  .ro-packages{ grid-template-columns: 1fr; }
  .ro-card--short{ padding: 32px 28px; }
  .ro-blog-grid{ grid-template-columns: 1fr; }
  .ro-post-gallery{ grid-template-columns: repeat(2, 1fr); }
  .ro-comment-list .children{ padding-left: 16px; }
}
@media (max-width: 480px){
  .ro-form{ padding: 32px 24px; }
  .ro-packages .ro-card{ padding: 36px 26px; }
  .ro-info-row{ gap: 8px; }
  .ro-info-row .ro-info-card{ padding: 10px 8px; gap: 6px; }
  .ro-info-card__icon{ width: 30px; height: 30px; border-radius: 9px; }
  .ro-info-card__icon svg{ width: 14px; height: 14px; }
  .ro-info-card__label{ font-size: 9px; }
  .ro-info-card__value{ font-size: 11px; }
}
