/* ══════════════════════════════════════════════════════════
   PQR PSICOLOGÍA — CLÍNICA PARTICULAR
   Color: #00ACC1 (agua/teal)
   ══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --primary:       #00ACC1;
  --primary-dark:  #00838F;
  --primary-deeper:#005F6B;
  --primary-light: #E0F7FA;
  --primary-mid:   #B2EBF2;
  --accent:        #FF7043;
  --accent-light:  #FFF3E0;
  --text-dark:     #0D1F2D;
  --text-body:     #374151;
  --text-light:    #6B7280;
  --bg-page:       #FFFFFF;
  --bg-alt:        #F8FFFE;
  --border:        #E5E7EB;
  --radius:        14px;
  --radius-lg:     20px;
  --shadow-sm:     0 2px 8px rgba(0,0,0,.06);
  --shadow:        0 8px 30px rgba(0,0,0,.1);
  --shadow-lg:     0 20px 60px rgba(0,0,0,.14);
  --font-display:  'DM Serif Display', Georgia, serif;
  --font-body:     'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-body); background: var(--bg-page); line-height: 1.65; }
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── NAVBAR ─────────────────────────────────────────────────────────────────── */
.navbar { background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,172,193,.12); padding: .9rem 0; position: sticky; top: 0; z-index: 100; transition: box-shadow .3s; }
.navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.navbar-brand { font-family: var(--font-display); font-size: 1.35rem; color: var(--primary-dark); letter-spacing: -.02em; }
.navbar-brand span { color: var(--primary); }
.nav-link { font-size: .88rem; font-weight: 500; color: var(--text-body); padding: .4rem .75rem !important; border-radius: 8px; transition: .2s; }
.nav-link:hover, .nav-link.active { color: var(--primary); background: var(--primary-light); }
.btn-nav { background: var(--primary); color: white !important; border-radius: 50px !important; padding: .45rem 1.2rem !important; font-weight: 600; transition: transform .2s, box-shadow .2s !important; }
.btn-nav:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,172,193,.35) !important; }

/* ── BUTTONS ─────────────────────────────────────────────────────────────────── */
.btn-primary-custom {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--primary); color: white;
  padding: .7rem 1.6rem; border-radius: 50px; font-weight: 600; font-size: .92rem;
  border: none; cursor: pointer; transition: all .25s;
  box-shadow: 0 4px 14px rgba(0,172,193,.3);
}
.btn-primary-custom:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,172,193,.4); color: white; }
.btn-primary-custom:active { transform: translateY(0); }

.btn-outline-custom {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent; color: var(--primary);
  padding: .65rem 1.5rem; border-radius: 50px; font-weight: 600; font-size: .92rem;
  border: 2px solid var(--primary); cursor: pointer; transition: all .25s; text-decoration: none;
}
.btn-outline-custom:hover { background: var(--primary); color: white; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,172,193,.28); }
/* On dark hero background, use white for better contrast */
.hero .btn-outline-custom { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.65); }
.hero .btn-outline-custom:hover { background: rgba(255,255,255,.18); color: white; border-color: white; }
.btn-primary-custom:disabled { opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important; }

/* ── HERO ────────────────────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(145deg, var(--primary-deeper) 0%, var(--primary-dark) 40%, var(--primary) 100%);
  min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero-bg-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.05) 1px, transparent 0);
  background-size: 30px 30px;
}
/* Floating blobs */
.hero::after {
  content: ''; position: absolute; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
  border-radius: 50%; top: -100px; right: -100px; pointer-events: none;
}
.hero h1 {
  font-family: var(--font-display); font-size: clamp(2.2rem,5.5vw,3.6rem);
  color: white; line-height: 1.12; margin: .6rem 0 1.2rem; letter-spacing: -.02em;
}
.hero h1 em { font-style: italic; color: #B2EBF2; }
.hero-subtitle { color: rgba(255,255,255,.88); font-size: 1.05rem; max-width: 480px; line-height: 1.75; margin-bottom: 2rem; }
.hero-eyebrow {
  display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; background: rgba(255,255,255,.15); color: white;
  border: 1px solid rgba(255,255,255,.25); padding: .3rem .9rem; border-radius: 50px; margin-bottom: .8rem;
}
.hero-trust-row { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.8rem; }
.hero-trust-item { display: flex; align-items: center; gap: .45rem; color: rgba(255,255,255,.75); font-size: .83rem; }
.hero-trust-item i { color: #B2EBF2; }

/* ── HERO RIGHT CARD ─────────────────────────────────────────────────────────── */
.hero-right-card {
  background: white; border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: 0 25px 70px rgba(0,0,0,.22);
  animation: cardIn .8s cubic-bezier(.22,1,.36,1) .2s both;
}
@keyframes cardIn { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }
.hero-rc-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--border); }
.hero-rc-avatar {
  width: 54px; height: 54px; background: var(--primary-light); border-radius: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hero-rc-title { font-weight: 700; font-size: 1.02rem; color: var(--text-dark); }
.hero-rc-sub { color: var(--text-light); font-size: .82rem; }
.hero-steps { display: flex; flex-direction: column; gap: .8rem; }
.hero-step { display: flex; align-items: center; gap: .9rem; font-size: .88rem; color: var(--text-body); }
.step-num { width: 28px; height: 28px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 700; flex-shrink: 0; }
.hero-rc-stats { display: flex; justify-content: space-around; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--border); }
.hrc-stat { text-align: center; }
.hrc-stat strong { display: block; font-size: 1.15rem; font-weight: 700; color: var(--text-dark); }
.hrc-stat span { font-size: .76rem; color: var(--text-light); }

/* ── SECTIONS ────────────────────────────────────────────────────────────────── */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-alt); }

.tag {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .3rem .9rem; border-radius: 50px; margin-bottom: .8rem;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(1.7rem,3.5vw,2.4rem);
  color: var(--text-dark); line-height: 1.2; margin-bottom: .6rem; letter-spacing: -.01em;
}
.section-subtitle { color: var(--text-light); font-size: 1rem; max-width: 540px; }

/* ── SERVICE CARDS ───────────────────────────────────────────────────────────── */
.service-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.8rem; height: 100%; transition: all .3s cubic-bezier(.34,1.56,.64,1);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--primary-light) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,172,193,.15); border-color: var(--primary-mid); }
.service-card:hover::before { opacity: 1; }
.service-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.service-card h5 { font-weight: 700; font-size: 1.02rem; color: var(--text-dark); margin-bottom: .5rem; }
.service-card p { color: var(--text-light); font-size: .88rem; line-height: 1.65; }
.price-badge { display: inline-block; background: var(--primary-light); color: var(--primary); font-size: .78rem; font-weight: 700; padding: .2rem .7rem; border-radius: 50px; margin-top: .8rem; }

/* ── SERVICE FULL CARD (servicios page) ─────────────────────────────────────── */
.service-full-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2rem; height: 100%; transition: all .3s;
}
.service-full-card:hover { box-shadow: var(--shadow); border-color: var(--primary-mid); transform: translateY(-4px); }
.service-full-card h4 { font-weight: 700; font-size: 1.08rem; color: var(--text-dark); margin-bottom: .5rem; }
.service-full-card p { color: var(--text-light); font-size: .9rem; line-height: 1.7; }
.price-pill { display: inline-block; background: var(--primary-light); color: var(--primary); font-weight: 700; font-size: .82rem; padding: .2rem .8rem; border-radius: 50px; margin-top: .8rem; }
.duration-pill { display: inline-block; background: #f5f5f5; color: var(--text-light); font-size: .78rem; padding: .15rem .7rem; border-radius: 50px; margin-top: .4rem; margin-left: .3rem; }

/* ── PSYCH CARDS ─────────────────────────────────────────────────────────────── */
.psych-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: all .3s; text-align: center;
}
.psych-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.psych-avatar {
  width: 72px; height: 72px; background: linear-gradient(135deg,var(--primary),var(--primary-dark));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 700; color: white; margin: 1.5rem auto .8rem;
  box-shadow: 0 6px 20px rgba(0,172,193,.3);
}
.psych-body { padding: 0 1.2rem 1.5rem; }
.psych-body h5 { font-weight: 700; font-size: .97rem; color: var(--text-dark); margin-bottom: .25rem; }
.psych-specialty { color: var(--primary); font-size: .82rem; font-weight: 600; margin-bottom: .6rem; }
.psych-bio { color: var(--text-light); font-size: .84rem; line-height: 1.6; margin-bottom: 1rem; }

/* ── PSYCH PROFILE CARD (equipo page) ───────────────────────────────────────── */
.psych-profile-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: all .3s; height: 100%;
}
.psych-profile-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.ppc-header {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-mid));
  padding: 1.5rem; display: flex; align-items: flex-end; justify-content: space-between;
}
.ppc-avatar {
  width: 68px; height: 68px; background: linear-gradient(135deg,var(--primary),var(--primary-dark));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 700; color: white; box-shadow: 0 6px 20px rgba(0,172,193,.3);
}
.ppc-badge { background: white; color: var(--primary); font-size: .72rem; padding: .2rem .6rem; border-radius: 20px; font-weight: 600; }
.ppc-body { padding: 1.2rem; }
.ppc-body h4 { font-weight: 700; font-size: 1rem; color: var(--text-dark); margin-bottom: .2rem; }
.ppc-specialty { color: var(--primary); font-size: .83rem; font-weight: 600; margin-bottom: .6rem; }
.ppc-bio { color: var(--text-light); font-size: .85rem; line-height: 1.6; margin-bottom: .8rem; }
.ppc-video-badge { display: inline-flex; align-items: center; gap: .3rem; background: #FFF3E0; color: #E65100; font-size: .75rem; padding: .2rem .6rem; border-radius: 20px; margin-bottom: .8rem; }
.ppc-actions { display: flex; gap: .5rem; flex-wrap: wrap; }

/* ── PSYCH PROFILE PAGE ─────────────────────────────────────────────────────── */
.psych-profile-header { background: linear-gradient(135deg,var(--primary-deeper) 0%,var(--primary) 100%); padding: 60px 0 40px; color: white; }
.psych-big-avatar {
  width: 100px; height: 100px; background: rgba(255,255,255,.2); border: 3px solid rgba(255,255,255,.4);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; font-weight: 700; color: white; margin-bottom: 1rem;
}
.psych-full-card { background: white; border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }
.tag-list span { background: var(--primary-light); color: var(--primary); font-size: .78rem; padding: .2rem .7rem; border-radius: 50px; font-weight: 600; }

/* ── EVENT CARDS ─────────────────────────────────────────────────────────────── */
.event-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .3s; height: 100%; }
.event-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.event-img { width: 100%; height: 160px; object-fit: cover; }
.event-img-placeholder { width: 100%; height: 160px; background: linear-gradient(135deg,var(--primary-light),var(--primary-mid)); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.event-header { background: linear-gradient(135deg,var(--primary-light) 0%,transparent 100%); padding: 1rem 1.2rem .5rem; }
.event-type { display: inline-block; background: var(--primary); color: white; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: .2rem .6rem; border-radius: 50px; margin-bottom: .5rem; }
.event-header h5 { font-weight: 700; font-size: .97rem; color: var(--text-dark); line-height: 1.3; }
.event-body { padding: .8rem 1.2rem; }
.event-meta { display: flex; align-items: center; gap: .5rem; font-size: .83rem; color: var(--text-light); margin-bottom: .3rem; }
.event-meta i { color: var(--primary); flex-shrink: 0; }
.event-price { display: inline-block; font-weight: 700; font-size: .83rem; padding: .2rem .7rem; border-radius: 50px; background: var(--primary-light); color: var(--primary); margin-top: .4rem; }
.event-footer { padding: .8rem 1.2rem 1.2rem; }

/* ── BOOKING FORM ────────────────────────────────────────────────────────────── */
.booking-form { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-sm); }

/* ── BOOKING STEPS ───────────────────────────────────────────────────────────── */
.booking-steps { display: flex; gap: 0; margin-bottom: 2rem; }
.bstep { flex: 1; text-align: center; padding: .6rem .4rem; font-size: .8rem; color: var(--text-light); border-bottom: 3px solid var(--border); position: relative; transition: .2s; }
.bstep.active { color: var(--primary); border-bottom-color: var(--primary); font-weight: 600; }
.bstep.done { color: #2E7D32; border-bottom-color: #4CAF50; }
.bstep .step-icon { font-size: 1.1rem; display: block; margin-bottom: .2rem; }

/* ── CALENDAR ────────────────────────────────────────────────────────────────── */
.cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.cal-nav { background: white; border: 1px solid var(--border); width: 36px; height: 36px; border-radius: 8px; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: .2s; }
.cal-nav:hover { background: var(--primary-light); border-color: var(--primary); color: var(--primary); }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.cal-dow { text-align: center; font-size: .7rem; font-weight: 700; color: var(--text-light); padding: .3rem 0; text-transform: uppercase; }
.cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: .87rem; cursor: default; transition: .15s; }
.cal-day.available { cursor: pointer; background: var(--primary-light); color: var(--primary); font-weight: 700; }
.cal-day.available:hover { background: var(--primary); color: white; transform: scale(1.1); }
.cal-day.selected-day { background: var(--primary) !important; color: white !important; box-shadow: 0 4px 12px rgba(0,172,193,.4); }
.cal-day.past, .cal-day.unavailable { color: #D1D5DB; }
.cal-day.today { outline: 2px solid var(--primary); outline-offset: -2px; }
.cal-day.empty { pointer-events: none; }
.slots-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; margin-top: .8rem; }
@media(max-width:480px){ .slots-grid { grid-template-columns: repeat(2,1fr); } }
.slot-btn { padding: .55rem; border: 2px solid var(--border); border-radius: 10px; background: white; font-size: .85rem; cursor: pointer; font-weight: 600; text-align: center; transition: .15s; color: var(--text-dark); }
.slot-btn:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.slot-btn.selected-slot { background: var(--primary); border-color: var(--primary); color: white; box-shadow: 0 4px 12px rgba(0,172,193,.3); }
.slot-btn.taken { background: #f9f9f9; color: #D1D5DB; cursor: not-allowed; border-color: #F3F4F6; }
.psych-mini-card { display: flex; align-items: center; gap: 1rem; background: var(--primary-light); padding: 1rem 1.2rem; border-radius: 12px; margin-bottom: 1.5rem; }
.psych-mini-avatar { width: 44px; height: 44px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: .9rem; flex-shrink: 0; }

/* ── FOOTER ──────────────────────────────────────────────────────────────────── */
footer { background: var(--text-dark); color: rgba(255,255,255,.8); padding: 60px 0 0; }
footer h6 { color: white; font-weight: 700; margin-bottom: 1rem; font-size: .88rem; letter-spacing: .05em; text-transform: uppercase; }
footer a { display: block; color: rgba(255,255,255,.6); font-size: .87rem; margin-bottom: .4rem; transition: .2s; }
footer a:hover { color: var(--primary); padding-left: 4px; }
.footer-brand { font-family: var(--font-display); font-size: 1.3rem; color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.2rem 0; margin-top: 2.5rem; font-size: .83rem; color: rgba(255,255,255,.4); }

/* ── MODALS ──────────────────────────────────────────────────────────────────── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); backdrop-filter: blur(4px); z-index: 1000; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal-overlay.open { display: flex; }
.modal-box { background: white; border-radius: var(--radius-lg); padding: 1.8rem; max-width: 500px; width: 100%; max-height: 90vh; overflow-y: auto; animation: modalIn .3s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes modalIn { from{opacity:0;transform:scale(.9)} to{opacity:1;transform:scale(1)} }
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.2rem; }
.modal-header h5 { font-weight: 700; font-size: 1.05rem; color: var(--text-dark); }
.modal-close { background: none; border: none; cursor: pointer; font-size: 1.2rem; color: var(--text-light); width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: .2s; }
.modal-close:hover { background: #f3f4f6; }

/* ── TOAST ───────────────────────────────────────────────────────────────────── */
.toast-custom { position: fixed; bottom: 1.5rem; right: 1.5rem; background: var(--text-dark); color: white; padding: .9rem 1.4rem; border-radius: 12px; font-size: .9rem; box-shadow: var(--shadow-lg); z-index: 9999; transform: translateY(100px); opacity: 0; transition: all .3s; max-width: 340px; }
.toast-custom.show { transform: translateY(0); opacity: 1; }
.toast-custom.success { background: #1B5E20; border-left: 4px solid #4CAF50; }
.toast-custom.error { background: #B71C1C; border-left: 4px solid #F44336; }

/* ── ACCORDION ──────────────────────────────────────────────────────────────── */
.accordion-button { font-weight: 600; font-size: .93rem; color: var(--text-dark); }
.accordion-button:not(.collapsed) { background: var(--primary-light); color: var(--primary); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }

/* ── ANIMATIONS ──────────────────────────────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-left { opacity: 0; transform: translateX(-30px); transition: opacity .7s ease, transform .7s ease; }
.fade-left.visible { opacity: 1; transform: translateX(0); }
.fade-right { opacity: 0; transform: translateX(30px); transition: opacity .7s ease, transform .7s ease; }
.fade-right.visible { opacity: 1; transform: translateX(0); }
.scale-in { opacity: 0; transform: scale(.95); transition: opacity .6s ease, transform .6s ease; }
.scale-in.visible { opacity: 1; transform: scale(1); }
[class*="fade-up"]:nth-child(2) { transition-delay: .1s; }
[class*="fade-up"]:nth-child(3) { transition-delay: .2s; }
[class*="fade-up"]:nth-child(4) { transition-delay: .3s; }
.stagger-1 { transition-delay: .05s !important; }
.stagger-2 { transition-delay: .15s !important; }
.stagger-3 { transition-delay: .25s !important; }
.stagger-4 { transition-delay: .35s !important; }

/* ── COUNTER ─────────────────────────────────────────────────────────────────── */
.counter-val { display: inline-block; }

/* ── CONTACT FORM ───────────────────────────────────────────────────────────── */
.contact-card { background: white; border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.form-control { border: 1.5px solid var(--border); border-radius: 10px; padding: .65rem 1rem; font-size: .92rem; font-family: var(--font-body); transition: border-color .2s, box-shadow .2s; }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,172,193,.12); outline: none; }
.form-select { border: 1.5px solid var(--border); border-radius: 10px; padding: .65rem 1rem; font-family: var(--font-body); font-size: .92rem; }
.form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,172,193,.12); outline: none; }
.form-label { font-weight: 600; font-size: .86rem; color: var(--text-dark); margin-bottom: .4rem; }

/* ── RESPONSIVE ─────────────────────────────────────────────────────────────── */
@media(max-width:768px) {
  .hero { min-height: auto; padding: 60px 0 50px; }
  .section { padding: 50px 0; }
  .booking-steps { font-size: .72rem; }
  .hero-right-card { display: none !important; }
}
