/* ============================================================
   CLÍNICA DENTAL CHAGÜITES — GLOBAL STYLES v4.0
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
    --navy: #0a2d4d;
    --navy-mid: #10406c;
    --navy-light: #1a5490;
    --sky: #3a9fd5;
    --sky-light: #6fc3ea;
    --sky-pale: #e8f6fd;
    --accent: #c8a97e;
    --accent-light: #f0e4d0;
    --gray-bg: #f5f7fa;
    --white: #ffffff;
    --text-dark: #0d1f33;
    --text-mid: #4a5568;
    --text-light: #8896a8;
    --border: rgba(10,45,77,0.09);
    --shadow-sm: 0 2px 12px rgba(10,45,77,0.07);
    --shadow-md: 0 8px 32px rgba(10,45,77,0.12);
    --shadow-lg: 0 20px 60px rgba(10,45,77,0.16);
    --transition: all 0.38s cubic-bezier(0.4,0,0.2,1);
    --radius: 14px;
    --radius-sm: 8px;
    --radius-lg: 24px;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'DM Sans', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
    background: var(--white);
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── LAYOUT ── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 5%; }
.section { padding: 96px 0; }
.section-sm { padding: 60px 0; }
.text-center { text-align: center; }
.bg-light { background: var(--gray-bg); }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, .logo-text { font-family: 'Cormorant Garamond', serif; line-height: 1.2; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 600; color: var(--navy); margin-bottom: 16px; }
h3 { font-size: 1.25rem; font-weight: 600; }
p { color: var(--text-mid); }

.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--sky);
    margin-bottom: 14px;
}
.tag::before { content: ''; display: block; width: 22px; height: 2px; background: var(--sky); border-radius: 2px; }
.tag-letters { display: inline-flex; }
.tag-letters span { display: inline-block; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), color 0.4s ease; }
.tag:hover .tag-letters span { transform: translateY(-3px); color: var(--navy); }
.tag-light { color: rgba(111,195,234,0.9); }
.tag-light::before { background: rgba(111,195,234,0.9); }

.lead { font-size: 1.1rem; line-height: 1.8; color: var(--text-mid); max-width: 560px; }
.text-white { color: var(--white) !important; }
.text-white-muted { color: rgba(255,255,255,0.72) !important; }

/* ── BUTTONS ── */
.btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--sky); color: var(--white);
    padding: 14px 34px; border-radius: 50px;
    font-weight: 600; font-size: 0.95rem;
    transition: var(--transition); border: 2px solid var(--sky); cursor: pointer;
}
.btn-primary:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(58,159,213,0.35); }

.btn-outline {
    display: inline-flex; align-items: center; gap: 10px;
    background: transparent; color: var(--white);
    padding: 14px 34px; border-radius: 50px;
    font-weight: 600; font-size: 0.95rem;
    border: 2px solid rgba(255,255,255,0.5); transition: var(--transition);
}
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }

.btn-outline-dark {
    display: inline-flex; align-items: center; gap: 10px;
    background: transparent; color: var(--navy);
    padding: 13px 32px; border-radius: 50px;
    font-weight: 600; font-size: 0.95rem;
    border: 2px solid var(--border); transition: var(--transition);
}
.btn-outline-dark:hover { border-color: var(--sky); color: var(--sky); transform: translateY(-2px); }

.btn-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sky); font-weight: 600; font-size: 0.95rem; transition: var(--transition); }
.btn-link:hover { gap: 14px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }

/* ── FONDO DIENTES FLOTANTES ── */
.bg-teeth-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.section > .container,
.section-sm > .container,
.payments-section > .container,
.stats-bar > .container {
    position: relative;
    z-index: 1;
}
@keyframes bgToothFloat {
    0%   { transform: translateY(0px)   rotate(var(--rot, 0deg)) scale(1);    opacity: var(--op, 0.05); }
    25%  { transform: translateY(-18px) rotate(calc(var(--rot, 0deg) + 8deg)) scale(1.04); opacity: calc(var(--op, 0.05) * 1.4); }
    50%  { transform: translateY(-8px)  rotate(calc(var(--rot, 0deg) - 4deg)) scale(1.01); opacity: var(--op, 0.05); }
    75%  { transform: translateY(-22px) rotate(calc(var(--rot, 0deg) + 12deg)) scale(1.05); opacity: calc(var(--op, 0.05) * 1.6); }
    100% { transform: translateY(0px)   rotate(var(--rot, 0deg)) scale(1);    opacity: var(--op, 0.05); }
}
.stats-bar .bg-teeth-layer svg path {
    fill: rgba(255, 255, 255, 0.6);
    stroke: rgba(111, 195, 234, 0.4);
}

/* ── HERO PILLS ── */
.hero-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.85); font-size: 0.8rem; font-weight: 500;
    padding: 7px 16px; border-radius: 50px; backdrop-filter: blur(8px);
}
.hero-pill i { color: var(--sky-light); font-size: 0.78rem; }

/* ── TOP BAR ── */
.top-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1001; background: var(--navy-mid); }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; font-size: 0.78rem; color: rgba(255,255,255,0.8); }
.top-bar-contact { display: flex; align-items: center; gap: 22px; }
.top-bar-contact a, .top-bar-hours { color: rgba(255,255,255,0.8); display: inline-flex; align-items: center; gap: 6px; transition: color 0.3s ease; }
.top-bar-contact a:hover { color: var(--sky-light); }
.top-bar-contact i, .top-bar-hours i { color: var(--sky-light); font-size: 0.74rem; }
.lang-switch { display: inline-flex; align-items: center; gap: 4px; background: rgba(255,255,255,0.1); border-radius: 50px; padding: 3px; margin-left: 14px; }
.lang-switch button { background: none; border: none; color: rgba(255,255,255,0.6); font-size: 0.72rem; font-weight: 700; padding: 3px 9px; border-radius: 50px; cursor: pointer; transition: var(--transition); }
.lang-switch button.active { background: var(--sky); color: var(--white); }
@media (max-width: 768px) { .top-bar { display: none; } }

/* ── NAVBAR ── */
.navbar {
    position: fixed; top: 0; width: 100%;
    z-index: 1000; padding: 24px 0; transition: var(--transition);
    background: transparent;
}
@media (min-width: 769px) { .navbar { top: 32px; } }
.navbar.scrolled {
    background: var(--white); padding: 14px 0;
    box-shadow: 0 2px 24px rgba(10,45,77,0.1);
}
.navbar.scrolled .logo-text,
.navbar.scrolled .nav-links > li > a { color: var(--navy) !important; }
.navbar.scrolled .btn-nav { background: var(--sky) !important; color: var(--white) !important; }

.nav-wrapper { display: flex; justify-content: space-between; align-items: center; }
.logo-text { font-size: 1.6rem; font-weight: 700; color: var(--white); letter-spacing: -0.5px; }
.logo-text span { color: var(--accent); }

.nav-links { display: flex; list-style: none; gap: 4px; align-items: center; }
.nav-links > li > a { color: rgba(255,255,255,0.9); font-weight: 500; font-size: 0.9rem; padding: 8px 14px; border-radius: 50px; transition: var(--transition); display: block; }
.nav-links > li > a:hover { color: var(--white); background: rgba(255,255,255,0.12); }
.btn-nav { background: rgba(255,255,255,0.18) !important; color: var(--white) !important; font-weight: 600 !important; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.25) !important; padding: 10px 22px !important; border-radius: 50px !important; }

/* Dropdown */
.has-dropdown { position: relative; }
.has-dropdown > a::after { content: ' ▾'; font-size: 0.65rem; opacity: 0.7; }
.dropdown-menu {
    display: none; position: absolute;
    top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
    background: var(--white); border-radius: var(--radius);
    box-shadow: var(--shadow-lg); min-width: 260px; padding: 10px 0;
    z-index: 100; border: 1px solid var(--border);
    opacity: 0; pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: translateX(-50%) translateY(-8px);
}
.has-dropdown:hover .dropdown-menu {
    display: block; opacity: 1; pointer-events: all;
    transform: translateX(-50%) translateY(0);
    animation: dropIn 0.22s ease forwards;
}
@keyframes dropIn {
    from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.dropdown-menu li { list-style: none; }
.dropdown-menu a {
    color: var(--text-dark) !important; display: block; padding: 11px 20px !important;
    font-size: 0.87rem !important; border-radius: 0 !important; background: transparent !important;
    transition: var(--transition); border-left: 3px solid transparent;
}
.dropdown-menu a:hover {
    background: var(--sky-pale) !important; color: var(--sky) !important;
    padding-left: 26px !important; border-left-color: var(--sky) !important;
}

/* Mobile hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: rgba(255,255,255,0.12); border-radius: 8px; border: none; z-index: 1001; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }
.navbar.scrolled .hamburger span { background: var(--navy); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── HERO ── */
.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #061a2e 0%, #0a2d4d 45%, #0e3d6e 100%);
    display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center; position: relative; z-index: 3; padding: 160px 0 100px; }
.hero-content { color: var(--white); }
.hero-content-centered { max-width: 720px; margin: 0 auto; text-align: center; }
.hero-content-centered .hero-btns { justify-content: center; }
.hero-content-centered .hero-pills { justify-content: center; }
.hero-content-centered p { margin: 0 auto 32px; }
.hero-tag {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 18px; border-radius: 50px;
    font-size: 0.78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--sky-light); margin-bottom: 24px; backdrop-filter: blur(10px);
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--sky-light); }
.hero p { color: rgba(255,255,255,0.72); font-size: 1.08rem; max-width: 460px; line-height: 1.85; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-img-wrap {
    width: 420px; height: 520px; border-radius: var(--radius-lg);
    overflow: hidden; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.08);
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-img-glow {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 70%, rgba(58,159,213,0.18) 0%, transparent 70%);
    pointer-events: none;
}
.hero-badge {
    position: absolute; bottom: 28px; left: -28px;
    background: var(--white); border-radius: var(--radius); padding: 16px 22px;
    box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 14px; min-width: 200px;
}
.hero-badge-icon { width: 42px; height: 42px; background: var(--sky-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sky); font-size: 1.1rem; flex-shrink: 0; }
.hero-badge-text strong { display: block; color: var(--navy); font-size: 1.1rem; font-family: 'Cormorant Garamond', serif; font-weight: 700; }
.hero-badge-text span { font-size: 0.78rem; color: var(--text-light); }
.hero-badge2 {
    position: absolute; top: 28px; right: -28px;
    background: var(--navy); border-radius: var(--radius); padding: 16px 22px;
    box-shadow: var(--shadow-md); text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge2 strong { display: block; color: var(--white); font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 700; }
.hero-badge2 span { font-size: 0.75rem; color: var(--sky-light); font-weight: 500; }

.hero-bg-slider { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg-img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    opacity: 0; transition: opacity 1.6s ease;
}
.hero-bg-img.active { opacity: 1; }
.hero-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(6,26,46,0.88) 0%, rgba(10,45,77,0.82) 45%, rgba(14,61,110,0.78) 100%);
}
.teeth-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.hero-grid-overlay {
    position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background: radial-gradient(ellipse 80% 60% at var(--mx, 50%) var(--my, 40%), rgba(58,159,213,0.06) 0%, transparent 60%);
}
/* ── STATS ── */
.stats-bar { background: var(--navy); position: relative; overflow: hidden; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.stat-item { padding: 36px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); transition: var(--transition); }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(255,255,255,0.04); }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--white); line-height: 1; margin-bottom: 6px; }
.stat-number span { color: var(--sky-light); }
.stat-item p { font-size: 0.82rem; color: rgba(255,255,255,0.5); font-weight: 500; }

/* ── SECTION DARK / NAVY ── */
.section-dark {
    background: linear-gradient(135deg, #061a2e 0%, #0a2d4d 60%, #0d3560 100%);
    position: relative; overflow: hidden;
}
.section-navy { background: var(--navy); position: relative; overflow: hidden; }

.section-wave { position: absolute; left: 0; right: 0; height: 60px; overflow: hidden; z-index: 1; }
.section-wave.top { top: -1px; }
.section-wave.bottom { bottom: -1px; }
.section-wave::before { content: ''; display: block; width: 200%; height: 100%; background: var(--white); border-radius: 0 0 50% 50%; }
.section-wave.top::before { border-radius: 0 0 50% 50%; margin-top: -40px; }
.section-wave.bottom::before { border-radius: 50% 50% 0 0; margin-top: 20px; }
.section-wave.navy::before { background: var(--navy); }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-img-accent { position: absolute; bottom: -28px; right: -28px; width: 170px; height: 170px; object-fit: cover; border-radius: var(--radius); border: 5px solid var(--white); box-shadow: var(--shadow-md); }
.about-badge { position: absolute; top: 28px; right: -18px; background: var(--sky); color: var(--white); padding: 14px 20px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow-md); }
.about-badge strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; }
.about-badge span { font-size: 0.72rem; font-weight: 500; opacity: 0.9; }
.about-text p { margin-bottom: 18px; line-height: 1.85; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.feature-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 500; color: var(--text-dark); }
.feature-item i { color: var(--sky); font-size: 0.8rem; }
.feature-light { color: rgba(255,255,255,0.85) !important; }
.feature-light i { color: var(--sky-light) !important; }

/* ── SERVICES GRID ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; margin-top: 48px; counter-reset: card-count; }
.service-card {
    background: var(--white); padding: 32px 28px; border-radius: var(--radius);
    border: 1px solid var(--border); transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.5s ease, border-color 0.4s ease;
    position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 12px;
    counter-increment: card-count;
}
.service-card::before {
    content: counter(card-count, decimal-leading-zero);
    position: absolute; top: -10px; right: 6px; font-family: 'Cormorant Garamond', serif;
    font-size: 4.6rem; font-weight: 700; line-height: 1; color: var(--navy);
    opacity: 0.05; transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.4,0,0.2,1); pointer-events: none;
}
.service-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--sky), var(--accent)); transform: scaleY(0); transform-origin: top; transition: transform 0.4s ease; }
.service-card:hover::after { transform: scaleY(1); }
.service-card:hover::before { opacity: 0.1; transform: translateY(-6px) scale(1.06); }
.service-card:nth-child(odd):hover { transform: translateY(-8px) rotate(-0.6deg); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:nth-child(even):hover { transform: translateY(-8px) rotate(0.6deg); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card > * { position: relative; z-index: 1; }
.service-icon { width: 50px; height: 50px; background: var(--sky-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--sky); font-size: 1.25rem; transition: var(--transition); }
.service-card:hover .service-icon { background: var(--sky); color: var(--white); transform: rotate(-8deg) scale(1.08); }
.service-card h3 { color: var(--navy); font-size: 1.05rem; }
.service-card p { font-size: 0.87rem; line-height: 1.7; }
.service-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.84rem; font-weight: 600; color: var(--sky); margin-top: auto; transition: var(--transition); }
.service-link:hover { gap: 12px; }

/* Values variant: same .service-card markup, diamond icon + accent gold instead of sky */
.values-grid .service-icon, .service-card.value .service-icon { background: var(--accent-light); color: var(--accent); border-radius: 50%; transform: rotate(45deg); }
.values-grid .service-icon i, .service-card.value .service-icon i { transform: rotate(-45deg); }
.values-grid .service-card:hover .service-icon, .service-card.value:hover .service-icon { background: var(--accent); color: var(--white); transform: rotate(45deg) scale(1.1); }
.values-grid .service-card::after, .service-card.value::after { background: linear-gradient(180deg, var(--accent), var(--sky)); }

/* ── HOVER SLIDER (services) ── */
.hover-slider { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hover-slider-list { display: flex; flex-direction: column; }
.hover-slider-item {
    display: flex; align-items: baseline; gap: 16px; padding: 16px 4px;
    border-bottom: 1px solid var(--border); cursor: pointer; transition: var(--transition);
}
.hover-slider-item:first-child { border-top: 1px solid var(--border); }
.hsi-num { font-family: 'Cormorant Garamond', serif; font-size: 0.85rem; font-weight: 700; color: var(--text-light); transition: color 0.35s ease; flex-shrink: 0; }
.hsi-text {
    display: block; font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem); font-weight: 700; text-transform: uppercase; letter-spacing: -0.3px;
    color: var(--text-light); line-height: 1.25; transition: color 0.35s ease, transform 0.35s cubic-bezier(0.4,0,0.2,1), letter-spacing 0.35s ease;
}
.hover-slider-item.active .hsi-num, .hover-slider-item:hover .hsi-num { color: var(--sky); }
.hover-slider-item.active .hsi-text, .hover-slider-item:hover .hsi-text { color: var(--navy); transform: translateX(10px); letter-spacing: 0.2px; }
.hover-slider-imgwrap { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--gray-bg); }
.hover-slider-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity 0.6s ease, transform 1.4s cubic-bezier(0.16,1,0.3,1); }
.hover-slider-img.active { opacity: 1; transform: scale(1); }
@media (max-width: 860px) {
    .hover-slider { grid-template-columns: 1fr; }
    .hover-slider-imgwrap { order: -1; aspect-ratio: 16/10; }
}

/* ── DIVIDER BANNER ── */
.divider-banner {
    background: linear-gradient(90deg, var(--sky) 0%, var(--navy-light) 100%);
    padding: 28px 0; position: relative; overflow: hidden;
}
.divider-teeth-row { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.divider-teeth-row svg { width: 100%; height: 100%; }
.divider-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.divider-text { color: var(--white); font-size: 1.05rem; font-weight: 500; }
.divider-text strong { font-weight: 700; }
.btn-wa-sm { padding: 11px 26px !important; font-size: 0.9rem !important; }

/* ── TEAM (portrait wall) ── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; margin-top: 48px; }
.team-card[id] { scroll-margin-top: 120px; }
.team-card[id].highlight { animation: highlightPulse 1.8s ease; }
@keyframes highlightPulse { 0%, 100% { box-shadow: var(--shadow-sm); } 30% { box-shadow: 0 0 0 4px var(--sky); } }

/* ── TEAM CIRCLES (homepage preview) ── */
.team-circles { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; margin-top: 48px; }
.team-circle { display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.team-circle:hover { transform: translateY(-6px); }
.team-circle-avatar {
    width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(150deg, var(--navy) 0%, var(--sky) 100%); color: rgba(255,255,255,0.9);
    font-size: 2.6rem; box-shadow: var(--shadow-md); border: 4px solid var(--white);
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.4s ease;
}
.team-circle:hover .team-circle-avatar { transform: scale(1.08); box-shadow: var(--shadow-lg); }
.team-circle h3 { font-size: 1rem; color: var(--navy); margin: 0; }
.team-circle span { font-size: 0.78rem; color: var(--sky); font-weight: 600; }
@media (max-width: 640px) { .team-circles { gap: 32px; } .team-circle-avatar { width: 96px; height: 96px; font-size: 2.1rem; } }
.team-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.4s ease; }
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.team-grid > .team-card:nth-child(even) { margin-top: 30px; }
.team-grid > .team-card:nth-child(3n) { margin-top: 14px; }
.team-img-wrap { height: 280px; overflow: hidden; filter: grayscale(0.55) contrast(1.05); transition: filter 0.5s ease; }
.team-card:hover .team-img-wrap { filter: grayscale(0) contrast(1); }
.team-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.5s ease; }
.team-card:hover .team-img-wrap img { transform: scale(1.06); }
.avatar-placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(150deg, var(--navy) 0%, var(--sky) 100%);
    color: rgba(255,255,255,0.9); font-size: 4.2rem; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.team-card:hover .avatar-placeholder { transform: scale(1.1) rotate(-2deg); }
.team-info { position: relative; }
.team-info h3 { display: inline; }
.team-info > p:first-of-type { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.6px; }
.team-info .bio { font-size: 0.82rem; color: var(--text-mid); line-height: 1.7; margin-top: 10px; }
.team-info .credential { font-size: 0.78rem; color: var(--text-light); margin-top: 8px; display: block; }
@media (max-width: 640px) {
    .team-grid > .team-card:nth-child(even), .team-grid > .team-card:nth-child(3n) { margin-top: 0; }
}
.avatar-placeholder-sm {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(150deg, var(--navy) 0%, var(--sky) 100%);
    font-family: 'Cormorant Garamond', serif; font-weight: 700; color: var(--white);
    font-size: 1rem; border-radius: 50%;
}
.team-info { padding: 20px 22px; }
.team-info h3 { color: var(--navy); margin-bottom: 4px; }
.team-info p { font-size: 0.84rem; color: var(--sky); font-weight: 600; }
.team-socials { display: flex; gap: 8px; margin-top: 12px; }
.team-socials a { width: 30px; height: 30px; background: var(--gray-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-mid); font-size: 0.75rem; transition: var(--transition); }
.team-socials a:hover { background: var(--sky); color: var(--white); }

/* ── TESTIMONIALS ── */
.testimonials-wrap { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; margin-top: 48px; position: relative; z-index: 2; }
.google-rating-box { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(12px); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; color: var(--white); }
.google-logo { width: 72px; margin: 0 auto 18px; }
.google-score { font-family: 'Cormorant Garamond', serif; font-size: 3.8rem; font-weight: 700; color: var(--white); line-height: 1; margin-bottom: 8px; }
.stars { color: #f1c40f; font-size: 1rem; letter-spacing: 2px; margin-bottom: 8px; }
.google-rating-box p { font-size: 0.83rem; color: rgba(255,255,255,0.55); }

.reviews-stack { display: flex; flex-direction: column; gap: 18px; }
.review-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border-radius: var(--radius); padding: 26px;
    box-shadow: var(--shadow-sm); transition: var(--transition); position: relative;
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateX(4px); background: rgba(255,255,255,0.1); }
.review-card::before { content: '"'; position: absolute; top: 14px; right: 22px; font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: rgba(111,195,234,0.2); line-height: 1; font-weight: 700; }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--sky-pale); flex-shrink: 0; }
.review-meta h4 { font-size: 0.92rem; color: var(--white); margin-bottom: 2px; }
.review-meta span { font-size: 0.76rem; color: rgba(255,255,255,0.4); }
.review-stars { color: #f1c40f; font-size: 0.82rem; margin-left: auto; }
.review-card p { font-size: 0.88rem; line-height: 1.78; color: rgba(255,255,255,0.75); }

/* ── CTA WHATSAPP ── */
.cta-wa { background: linear-gradient(135deg, #061a2e, #0a2d4d); padding: 88px 0; position: relative; overflow: hidden; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-text { color: var(--white); }
.cta-text h2 { color: var(--white); font-size: clamp(1.8rem,3vw,2.6rem); margin-bottom: 10px; }
.cta-text p { color: rgba(255,255,255,0.7); font-size: 1.05rem; }
.btn-wa { display: inline-flex; align-items: center; gap: 12px; background: #25D366; color: var(--white); padding: 16px 36px; border-radius: 50px; font-weight: 700; font-size: 1rem; white-space: nowrap; transition: var(--transition); box-shadow: 0 8px 28px rgba(37,211,102,0.35); }
.btn-wa:hover { transform: scale(1.05) translateY(-2px); box-shadow: 0 12px 40px rgba(37,211,102,0.45); }
.btn-wa i { font-size: 1.3rem; }

/* ── LOCATION ── */
.location-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.info-card { display: flex; gap: 16px; padding: 22px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow-sm); margin-bottom: 14px; transition: var(--transition); }
.info-card:hover { box-shadow: var(--shadow-md); transform: translateX(4px); }
.info-icon { width: 44px; height: 44px; background: var(--sky-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--sky); font-size: 1rem; flex-shrink: 0; }
.info-body h4 { color: var(--navy); margin-bottom: 3px; }
.info-body p, .info-body a { font-size: 0.88rem; color: var(--text-mid); }
.info-body a:hover { color: var(--sky); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border); height: 420px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ── PAYMENTS ── */
.payments-section { padding: 50px 0; border-top: 1px solid var(--border); position: relative; }
.pay-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-light); margin-bottom: 26px; text-align: center; }
.pay-grid { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; position: relative; z-index: 1; }
.pay-grid img { height: 36px; filter: grayscale(1) opacity(0.45); transition: var(--transition); }
.pay-grid img:hover { filter: grayscale(0) opacity(1); transform: scale(1.08); }
.pay-text-badge { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.1rem; color: var(--text-light); opacity: 0.6; transition: var(--transition); }
.pay-text-badge:hover { opacity: 1; color: var(--sky); transform: scale(1.08); }

/* ── FOOTER ── */
.footer { background: var(--navy); color: var(--white); padding: 64px 0 28px; }
.footer p a { color: rgba(255,255,255,0.6); text-decoration: underline; text-decoration-color: rgba(255,255,255,0.25); transition: color 0.3s ease; }
.footer p a:hover { color: var(--sky-light); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 26px; }
.footer-brand-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; margin-bottom: 14px; }
.footer-brand-logo span { color: var(--accent); }
.footer-about { font-size: 0.87rem; color: rgba(255,255,255,0.5); line-height: 1.85; max-width: 270px; }
.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.footer-socials a {
    width: 40px; height: 40px; background: rgba(255,255,255,0.09);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6); font-size: 0.95rem; transition: var(--transition);
    border: 1.5px solid rgba(255,255,255,0.14);
}
.footer-socials a:hover { background: var(--sky); color: var(--white); border-color: var(--sky); transform: translateY(-4px); box-shadow: 0 8px 20px rgba(58,159,213,0.4); }
.footer-col h4 { color: var(--white); font-size: 0.82rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; font-family: 'DM Sans', sans-serif; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 0.87rem; transition: var(--transition); }
.footer-links a:hover { color: var(--sky-light); padding-left: 5px; }
.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact-item i { color: var(--sky); font-size: 0.88rem; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item span { font-size: 0.87rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.32); }
.footer-bottom strong { color: rgba(255,255,255,0.55); }
.footer-bottom a { color: rgba(255,255,255,0.45); transition: color 0.3s ease; }
.footer-bottom a:hover { color: var(--sky-light); }

/* ── PAGE HERO ── */
.page-hero { padding: 160px 0 80px; background: linear-gradient(135deg, #061a2e 0%, #0a2d4d 50%, #0e4070 100%); position: relative; overflow: hidden; text-align: center; color: var(--white); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 50% 50%, rgba(58,159,213,0.18) 0%, transparent 70%); }
.page-hero-inner { position: relative; z-index: 2; }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.breadcrumb a { color: var(--sky-light); }
.breadcrumb i { font-size: 0.6rem; }
.page-hero .lead { color: rgba(255,255,255,0.68); margin: 0 auto; }

/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden;
    background: var(--white); transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.faq-item:hover { border-color: rgba(58,159,213,0.3); box-shadow: var(--shadow-sm); transform: translateX(3px); }
.faq-item.open { border-color: var(--sky); box-shadow: var(--shadow-md); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-family: 'Cormorant Garamond', serif; font-size: 1.12rem; font-weight: 600; color: var(--navy); transition: var(--transition); }
.faq-question:hover { color: var(--sky); }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--sky-pale); display: flex; align-items: center; justify-content: center; color: var(--sky); font-size: 0.78rem; flex-shrink: 0; transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), background 0.35s ease, color 0.35s ease; }
.faq-item.open .faq-icon { background: var(--sky); color: var(--white); transform: rotate(135deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease; opacity: 0; }
.faq-answer p { padding: 0 22px 20px; font-size: 0.93rem; line-height: 1.88; color: var(--text-mid); }
.faq-item.open .faq-answer { max-height: 320px; opacity: 1; }

/* ── SPECIALTY DETAIL PAGE (split panel) ── */
.specialty-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.specialty-intro > div { position: relative; }
.specialty-intro > div:has(.specialty-img) { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.specialty-img {
    width: 100%; height: 560px; object-fit: cover; display: block;
    transform: scale(1.18) translateY(30px); transition: transform 1.1s cubic-bezier(0.16,1,0.3,1);
    will-change: transform;
}
.specialty-intro > div:has(.specialty-img)::after {
    content: ''; position: absolute; inset: 0; background: var(--navy);
    transform-origin: left; transform: scaleX(1); transition: transform 0.9s cubic-bezier(0.76,0,0.24,1) 0.1s;
    pointer-events: none;
}
.specialty-intro.in-view .specialty-img { transform: scale(1) translateY(0); }
.specialty-intro.in-view > div:has(.specialty-img)::after { transform: scaleX(0); }
.benefits-list { display: flex; flex-direction: column; gap: 12px; margin: 26px 0; }
.benefit-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: var(--gray-bg); border-radius: var(--radius-sm); transition: var(--transition); border: 1px solid transparent; }
.benefit-item:hover { background: var(--sky-pale); border-color: rgba(58,159,213,0.2); transform: translateX(4px); }
.benefit-icon { width: 36px; height: 36px; background: var(--sky); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 0.85rem; flex-shrink: 0; transition: var(--transition); }
.benefit-item:hover .benefit-icon { transform: rotate(-8deg) scale(1.1); }
.benefit-item h4 { font-size: 0.9rem; color: var(--navy); margin-bottom: 3px; }
.benefit-item p { font-size: 0.83rem; }
@media (max-width: 768px) {
    .specialty-img { height: 320px; transform: scale(1.1) translateY(15px); }
}

/* ── CONTACT FORM ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-size: 0.84rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.form-field input, .form-field select, .form-field textarea {
    width: 100%; padding: 13px 18px; border-radius: var(--radius-sm);
    border: 1.5px solid var(--border); background: var(--white);
    font-family: 'DM Sans', sans-serif; font-size: 0.93rem; color: var(--text-dark);
    transition: var(--transition); outline: none;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(58,159,213,0.1); }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ── ANIMATIONS ── */
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.float { animation: float 4s ease-in-out infinite; }
.img-hidden { opacity: 0 !important; transform: scale(0.95) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .hero-grid { gap: 36px; }
    .hero-img-wrap { width: 350px; height: 420px; }
    .about-grid { gap: 48px; }
    .specialty-intro { gap: 40px; }
}
@media (max-width: 900px) {
    .testimonials-wrap { grid-template-columns: 1fr; }
    .location-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .stat-item:nth-child(2) { border-right: none; }
}
@media (max-width: 768px) {
    .hamburger { display: flex; }
    .nav-links {
        position: fixed; top: 0; right: -100%;
        width: min(320px, 85vw); height: 100vh;
        background: var(--navy); flex-direction: column;
        align-items: flex-start; padding: 90px 28px 40px; gap: 2px;
        transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
        box-shadow: -8px 0 40px rgba(0,0,0,0.3); z-index: 1000; overflow-y: auto;
    }
    .nav-links.open { right: 0; }
    .nav-links > li { width: 100%; }
    .nav-links > li > a { color: rgba(255,255,255,0.85) !important; padding: 12px 16px; border-radius: 10px; font-size: 1rem; display: block; width: 100%; }
    .nav-links > li > a:hover { background: rgba(255,255,255,0.1) !important; color: white !important; }
    .btn-nav { background: var(--sky) !important; color: white !important; margin-top: 12px; text-align: center; justify-content: center; }
    .has-dropdown > a::after { content: ' +'; }
    .has-dropdown .dropdown-menu { position: static; transform: none; display: none; box-shadow: none; background: rgba(255,255,255,0.06); border-radius: 10px; padding: 6px; margin-top: 4px; border: 1px solid rgba(255,255,255,0.1); animation: none; }
    .has-dropdown.open .dropdown-menu { display: block; }
    .dropdown-menu a { color: rgba(255,255,255,0.75) !important; border-radius: 8px !important; font-size: 0.9rem !important; }
    .dropdown-menu a:hover { background: rgba(255,255,255,0.1) !important; color: white !important; padding-left: 20px !important; border-left-color: var(--sky-light) !important; }

    .hero-grid { grid-template-columns: 1fr; padding: 130px 0 60px; gap: 40px; text-align: center; }
    .hero-content .hero-btns { justify-content: center; }
    .hero-content p { margin: 0 auto; }
    .hero-visual { justify-content: center; }
    .hero-img-wrap { width: 100%; max-width: 340px; height: 380px; }
    .hero-badge { left: 0; bottom: -20px; min-width: unset; }
    .hero-badge2 { right: 0; top: -20px; }
    .hero-pills { justify-content: center; }
    .about-grid { grid-template-columns: 1fr; gap: 60px; }
    .about-img-accent { display: none; }
    .about-badge { right: 16px; }
    .specialty-intro { grid-template-columns: 1fr; }
    .specialty-img { height: 280px; }
    .cta-inner { flex-direction: column; text-align: center; }
    .btn-wa { width: 100%; justify-content: center; }
    .divider-content { flex-direction: column; text-align: center; }
    .hero-btns { justify-content: center; }
    .section { padding: 64px 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .bg-teeth-layer svg { display: none; }
    .bg-teeth-layer svg:nth-child(-n+4) { display: block; }
}
@media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .hero-badge, .hero-badge2 { display: none; }
    h2 { font-size: 1.7rem; }
    .services-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .about-features { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════
   BULLET NAV LATERAL
   ════════════════════════════════════════ */
#bullet-nav {
    position: fixed; right: 22px; top: 50%; transform: translateY(-50%);
    z-index: 900; display: flex; flex-direction: column; gap: 14px;
}
.bullet {
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(255,255,255,0.25); border: 2px solid rgba(255,255,255,0.5);
    cursor: pointer; transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    position: relative; display: block; text-decoration: none;
}
.bullet.active, .bullet:hover { background: var(--sky); border-color: var(--sky); transform: scale(1.35); }
.bullet-label {
    position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
    background: var(--navy); color: var(--white); font-size: 11px; font-weight: 600;
    font-family: 'DM Sans', sans-serif; padding: 4px 11px; border-radius: 20px;
    white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.bullet:hover .bullet-label { opacity: 1; }
#bullet-nav.on-light .bullet { background: rgba(10,45,77,0.15); border-color: rgba(10,45,77,0.3); }
#bullet-nav.on-light .bullet.active, #bullet-nav.on-light .bullet:hover { background: var(--sky); border-color: var(--sky); }
@media (max-width: 768px) { #bullet-nav { display: none; } }

/* ════════════════════════════════════════
   SERVICIOS — HOVER MEJORADO
   ════════════════════════════════════════ */
.service-card:hover .service-icon {
    animation: iconBounce 0.45s cubic-bezier(0.34,1.56,0.64,1) forwards;
    background: var(--sky); color: var(--white);
}
@keyframes iconBounce {
    0%   { transform: scale(1) rotate(0deg); }
    40%  { transform: scale(1.22) rotate(-10deg); }
    70%  { transform: scale(0.95) rotate(5deg); }
    100% { transform: scale(1.08) rotate(0deg); }
}
.service-card:hover { border-color: var(--sky) !important; }

/* ════════════════════════════════════════
   TESTIMONIOS — WAVE MEJORADA
   ════════════════════════════════════════ */
.section-navy .section-wave.top::before {
    background: var(--white); border-radius: 0 0 55% 55% / 0 0 40px 40px;
    height: 80px; margin-top: -60px;
}
.section-navy .section-wave.bottom::before {
    background: var(--white); border-radius: 55% 55% 0 0 / 40px 40px 0 0;
    height: 80px; margin-top: 0;
}

/* ════════════════════════════════════════
   REVIEWS — CARRUSEL CON FLECHAS
   ════════════════════════════════════════ */
.reviews-stack-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Las cards ocultas no ocupan espacio */
.review-card.hidden-card {
    display: none;
}

.reviews-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.review-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.25);
    background: transparent;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}
.review-btn:hover { background: var(--sky); border-color: var(--sky); color: var(--white); transform: scale(1.1); }
.review-btn:disabled { opacity: 0.25; cursor: not-allowed; transform: none; }

.reviews-dots { display: flex; gap: 8px; align-items: center; }
.reviews-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,0.25);
    border: none; cursor: pointer;
    transition: all 0.3s; padding: 0;
}
.reviews-dot.active { background: var(--sky); width: 22px; border-radius: 4px; }

/* ════════════════════════════════════════
   SCROLL REVEAL PROPIO (gs-observe)
   ════════════════════════════════════════ */
.gs-observe {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1),
                transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.gs-observe.gs-visible { opacity: 1; transform: translateY(0); }