/* ═══════════════════════════════════════════════════════════
   JIMENEZ & LOZANO ABOGADOS — IDENTIDAD VISUAL v4.0
   Paleta: Marino · Dorado · Crema
   ═══════════════════════════════════════════════════════════ */

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

:root {
    /* ── Paleta legacy remapeada ── */
    --black: #1a2340;
    --black-deep: #0f1628;
    --black-mid: #24304f;
    --black-soft: #31405f;
    --red: #c9a84c;
    --red-dark: #a8893d;
    --red-light: #d4b96a;
    --red-dim: rgba(201, 168, 76, 0.10);
    --red-border: rgba(201, 168, 76, 0.30);
    --white: #ffffff;
    --gray-50: #faf7f1;
    --gray-100: #f2efe6;
    --gray-200: #e8e4da;
    --gray-400: #9a9588;
    --gray-500: #7b7b7b;
    --gray-600: #6b6b6b;
    --gray-800: #2a2a2a;
    --green-wa: #25d366;

    /* ── Tokens semánticos ── */
    --navy: #1a2340;
    --navy-deep: #0f1628;
    --gold: #c9a84c;
    --gold-light: #d4b96a;
    --gold-dark: #a8893d;
    --cream: #f8f6f0;
    --cream-warm: #f2efe6;
    --text-dark: #2a2a2a;
    --text-muted: #6b6b6b;
    --text-light: #9a9a9a;
    --border-light: #e8e4da;

    /* ── Tipografía ── */
    --display: 'Playfair Display', serif;
    --sans: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    --serif-accent: 'Cormorant Garamond', serif;

    /* ── Biblioteca fotográfica ── */
    --photo-authority: url('../img/larry-farr-BFJC05gzLXo-unsplash.webp');
    --photo-bars: url('../img/lawrence-krowdeed-p1cCZ3pOSBM-unsplash.webp');
    --photo-shadow: url('../img/tim-hufner-3R_GnBNRVI0-unsplash.webp');
    --photo-gavel: url('../img/wesley-tingey-9z9fxr_7Z-k-unsplash.webp');
    --photo-silhouette: url('../img/harry-shelton-ui-fbBKGW1I-unsplash.webp');
    --photo-grip: url('../img/milad-fakurian-1r0TPtmhEZA-unsplash.webp');
    --photo-briefcase: url('../img/lawrence-krowdeed-p1cCZ3pOSBM-unsplash.webp');
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--sans);
    color: var(--text-dark);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Container ── */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Section common ── */
.section-label {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 12px;
}

.section-title {
    font-family: var(--display);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.12;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.section-title .gold {
    color: var(--red);
}

.section-intro {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 700px;
    margin-bottom: 40px;
}

/* ═══ URGENCY BAR ═══ */
.urgency-bar {
    background: var(--black);
    border-bottom: 2px solid var(--red);
    padding: 10px 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 1100;
}

.dot {
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
    animation: blink 1.4s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.urgency-bar span {
    font-family: var(--sans);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
}

.urgency-bar a {
    font-weight: 800;
    color: var(--red);
    font-size: 0.88rem;
    letter-spacing: 0.05em;
}

.urgency-bar a:hover {
    color: var(--red-light);
}

/* ═══ HEADER ═══ */
.header {
    background: var(--white);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 42px;
    z-index: 1050;
    box-shadow: 0 2px 20px rgba(26, 35, 64, 0.08);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 52px;
    width: auto;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
}

.header-nav-link,
.header-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 11px 12px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gray-800);
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: var(--sans);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-nav-link::after,
.header-nav-trigger::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.header-nav-link:hover,
.header-nav-trigger:hover,
.header-nav-link.is-active,
.header-nav-trigger.is-active {
    color: var(--black);
    background: rgba(17, 17, 17, 0.035);
}

.header-nav-link:hover::after,
.header-nav-trigger:hover::after,
.header-nav-link.is-active::after,
.header-nav-trigger.is-active::after {
    transform: scaleX(1);
}

.header-nav-group {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: -14px;
}

.header-nav-group::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
}

.header-nav-chevron {
    width: 15px;
    height: 15px;
    color: #777;
    transition: transform 0.22s ease, color 0.22s ease;
    flex-shrink: 0;
}

.header-nav-group:hover .header-nav-chevron,
.header-nav-group:focus-within .header-nav-chevron,
.header-nav-group.is-open .header-nav-chevron,
.header-nav-trigger.is-active .header-nav-chevron {
    color: var(--red);
    transform: rotate(180deg);
}

.header-nav-group:hover .header-nav-trigger,
.header-nav-group:focus-within .header-nav-trigger,
.header-nav-group.is-open .header-nav-trigger {
    color: var(--black);
    background: rgba(17, 17, 17, 0.035);
}

.header-nav-group:hover .header-nav-trigger::after,
.header-nav-group:focus-within .header-nav-trigger::after,
.header-nav-group.is-open .header-nav-trigger::after {
    transform: scaleX(1);
}

.header-nav-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 270px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--gray-200);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 30;
}

.header-nav-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 28px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid var(--gray-200);
    border-left: 1px solid var(--gray-200);
    transform: rotate(45deg);
}

.header-nav-group:hover .header-nav-dropdown,
.header-nav-group:focus-within .header-nav-dropdown,
.header-nav-group.is-open .header-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header-nav-sublink {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gray-800);
    transition: background 0.2s ease, color 0.2s ease;
}

.header-nav-sublink::after {
    display: none;
}

.header-nav-sublink:hover,
.header-nav-sublink.is-active {
    background: var(--red-dim);
    color: var(--red);
}

.header-nav-dropdown--mega {
    left: 50%;
    right: auto;
    width: min(1080px, calc(100vw - 48px));
    min-width: 760px;
    padding: 20px 22px 24px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(246, 241, 230, 0.98));
    border-color: rgba(201, 168, 76, 0.26);
    box-shadow: 0 28px 54px rgba(15, 22, 40, 0.22);
    transform: translate(-50%, 6px);
}

.header-nav-dropdown--mega::before {
    right: auto;
    left: 50%;
    border-color: rgba(201, 168, 76, 0.24);
    transform: translateX(-50%) rotate(45deg);
}

.header-nav-group:hover .header-nav-dropdown--mega,
.header-nav-group:focus-within .header-nav-dropdown--mega,
.header-nav-group.is-open .header-nav-dropdown--mega {
    transform: translate(-50%, 0);
}

.header-nav-overview {
    display: grid;
    gap: 7px;
    padding: 18px 20px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.98), rgba(26, 35, 64, 0.92)),
        var(--photo-authority) center/cover no-repeat;
    color: var(--white);
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.18);
}

.header-nav-overview span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.header-nav-overview strong {
    font-family: var(--display);
    font-size: 1.38rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.header-nav-overview:hover,
.header-nav-overview.is-active {
    transform: translateY(-1px);
    box-shadow:
        inset 0 0 0 1px rgba(201, 168, 76, 0.32),
        0 18px 34px rgba(15, 22, 40, 0.18);
}

.header-nav-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.header-nav-mega-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.header-nav-mega-title {
    margin: 0 0 8px;
    padding: 0 12px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red-dark);
}

.header-nav-mega-link {
    display: block;
    padding: 11px 12px;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: var(--text-dark);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-nav-mega-link::after {
    display: none;
}

.header-nav-mega-link:hover,
.header-nav-mega-link.is-active {
    background: rgba(201, 168, 76, 0.12);
    color: var(--red-dark);
    transform: translateX(2px);
}

.header-phone a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: var(--white);
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    transition: background 0.2s, transform 0.2s;
}

.header-phone a:hover {
    background: var(--red-dark);
    transform: translateY(-1px);
}

.header-phone svg {
    width: 18px;
    height: 18px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.header-phone-link {
    background: var(--red) !important;
    color: var(--white) !important;
}

.header-appointment-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    border-radius: 6px;
    background: rgba(201, 168, 76, 0.1) !important;
    color: var(--navy-deep) !important;
    border: 1px solid rgba(201, 168, 76, 0.34);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.header-appointment-link svg {
    color: var(--red-dark);
    flex-shrink: 0;
}

.header-appointment-link span {
    color: var(--navy-deep);
}

.header-appointment-link:hover {
    background: rgba(201, 168, 76, 0.18) !important;
    border-color: rgba(201, 168, 76, 0.56);
    transform: translateY(-1px);
}

/* ═══ ESPECIALIDADES: HOME + LANDING ═══ */
.specialties-home,
.specialties-hero,
.specialties-featured,
.specialties-directory {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.specialties-home {
    padding: 92px 0 104px;
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.97), rgba(20, 29, 51, 0.92)),
        var(--photo-shadow) center/cover no-repeat;
    color: var(--white);
}

.specialties-home::before,
.specialties-directory::before,
.specialties-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(201, 168, 76, 0.18), transparent 42%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 36%);
    pointer-events: none;
    z-index: 0;
}

.specialties-home .container,
.specialties-hero .container,
.specialties-featured .container,
.specialties-directory .container {
    position: relative;
    z-index: 1;
}

.specialties-section-header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto;
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.specialties-section-header p {
    max-width: 760px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.05rem;
}

.specialties-home .section-title,
.specialties-directory .section-title,
.specialties-hero .section-title {
    color: var(--white);
}

.specialties-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.specialty-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(201, 168, 76, 0.18);
    color: var(--white);
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(10, 16, 30, 0.16);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.specialty-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.35);
    box-shadow: 0 24px 42px rgba(10, 16, 30, 0.22);
}

.specialty-card-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.12);
    color: var(--gold-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.specialty-card h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.52rem;
    font-weight: 600;
    line-height: 1.12;
}

.specialty-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
    font-size: 0.98rem;
}

.specialty-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.specialty-card-cta::after {
    content: '→';
    font-size: 0.95rem;
}

.specialty-card--light {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 230, 0.96));
    border-color: rgba(201, 168, 76, 0.16);
    color: var(--text-dark);
    box-shadow: 0 18px 32px rgba(15, 22, 40, 0.08);
}

.specialty-card--light:hover {
    box-shadow: 0 24px 42px rgba(15, 22, 40, 0.12);
}

.specialty-card--light p {
    color: var(--text-muted);
}

.specialty-card--light .specialty-card-tag {
    background: rgba(26, 35, 64, 0.08);
    color: var(--red-dark);
}

.specialties-section-cta {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.specialties-hero {
    padding: 78px 0 56px;
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.98), rgba(26, 35, 64, 0.9)),
        var(--photo-authority) center/cover no-repeat;
    color: var(--white);
}

.specialties-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
    gap: 34px;
    align-items: start;
}

.specialties-hero-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.72;
}

.specialties-hero-copy .hero-ctas {
    margin-top: 26px;
}

.specialties-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.specialties-hero-stat {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(201, 168, 76, 0.18);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.specialties-hero-stat strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--display);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--gold-light);
}

.specialties-hero-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.94rem;
    line-height: 1.5;
}

.specialties-hero-panel {
    padding: 30px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(245, 239, 227, 0.97));
    color: var(--text-dark);
    border: 1px solid rgba(201, 168, 76, 0.2);
    box-shadow: 0 26px 52px rgba(10, 16, 30, 0.22);
}

.specialties-hero-panel-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(26, 35, 64, 0.04);
    margin-bottom: 18px;
}

.specialties-hero-panel-logo img {
    height: 42px;
    width: auto;
}

.specialties-hero-panel h2 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-size: 2rem;
    line-height: 1.08;
}

.specialties-hero-panel p {
    margin: 0 0 16px;
    color: var(--text-muted);
    line-height: 1.68;
}

.specialties-hero-panel ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.specialties-hero-panel li {
    position: relative;
    padding-left: 22px;
    color: var(--text-dark);
    line-height: 1.58;
}

.specialties-hero-panel li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.16);
}

.specialties-featured {
    padding: 88px 0;
    background: linear-gradient(180deg, var(--cream), var(--cream-warm));
}

.specialties-featured .section-title,
.specialties-featured .section-label {
    color: var(--text-dark);
}

.specialties-featured .specialties-section-header p {
    color: var(--text-muted);
}

.specialties-directory {
    padding: 94px 0 108px;
    background:
        linear-gradient(180deg, rgba(15, 22, 40, 0.985), rgba(20, 29, 51, 0.96)),
        var(--photo-bars) center/cover no-repeat;
    color: var(--white);
}

.specialties-directory-group {
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.14);
    box-shadow: 0 20px 40px rgba(10, 16, 30, 0.16);
}

.specialties-directory-group + .specialties-directory-group {
    margin-top: 22px;
}

.specialties-directory-group-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 24px;
}

.specialties-directory-group-header h3 {
    margin: 0 0 10px;
    font-family: var(--display);
    font-size: 2rem;
    line-height: 1.04;
}

.specialties-directory-group-header p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.72;
}

.specialties-directory-group-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.12);
    color: var(--gold-light);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.specialties-directory-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

/* ═══ CITA ONLINE ═══ */
.appointment-options {
    padding: 88px 0;
    background: linear-gradient(180deg, var(--cream), var(--cream-warm));
}

.appointment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.appointment-card {
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 230, 0.96));
    border: 1px solid rgba(201, 168, 76, 0.16);
    box-shadow: 0 18px 32px rgba(15, 22, 40, 0.08);
}

.appointment-card h3 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-size: 2rem;
    line-height: 1.05;
    color: var(--text-dark);
}

.appointment-card p {
    margin: 0 0 18px;
    color: var(--text-muted);
    line-height: 1.72;
}

.appointment-card ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.appointment-card li {
    position: relative;
    padding-left: 20px;
    color: var(--text-dark);
    line-height: 1.6;
}

.appointment-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--gold);
}

.appointment-form-shell {
    padding: 92px 0;
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.98), rgba(26, 35, 64, 0.9)),
        var(--photo-authority) center/cover no-repeat;
}

.appointment-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
    gap: 28px;
    align-items: start;
}

.appointment-form-intro {
    color: var(--white);
}

.appointment-form-intro p {
    max-width: 680px;
    color: rgba(255,255,255,.76);
    line-height: 1.75;
    font-size: 1.04rem;
}

.appointment-form-panel {
    padding: 34px;
    border-radius: 26px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(201,168,76,.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 26px 52px rgba(10, 16, 30, 0.22);
}

.appointment-form {
    display: grid;
    gap: 18px;
}

.appointment-form label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.88);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(201,168,76,.2);
    border-radius: 10px;
    color: #fff;
    font-size: .96rem;
    outline: none;
    transition: border-color .2s ease, background .2s ease;
    font-family: var(--sans);
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
    border-color: rgba(201,168,76,.46);
    background: rgba(255,255,255,.12);
}

.appointment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.appointment-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.appointment-form-note {
    margin: 6px 0 0;
    color: rgba(255,255,255,.6);
    font-size: .82rem;
    line-height: 1.7;
}

.appointment-form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.appointment-form-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: var(--gold);
    flex-shrink: 0;
}

.appointment-form-check label {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.7;
    text-transform: none;
}

.appointment-form-check a {
    color: var(--gold-light);
    text-decoration: underline;
}

.appointment-form-status {
    min-height: 24px;
    margin: -4px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.appointment-form-status.is-success {
    color: #bce4c5;
}

.appointment-form-status.is-error {
    color: #ffd3d3;
}

.growth-form-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.growth-progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.growth-progress-label {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
}

.growth-progress-value {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--gold-light);
}

.growth-progress-track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.growth-progress-fill {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(201, 168, 76, 0.82), rgba(255, 205, 96, 0.98));
    transition: width 0.3s ease;
}

.growth-progress-hint {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.growth-situation-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 6px;
}

.growth-chip {
    border: 1px solid rgba(201, 168, 76, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.84);
    padding: 8px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.growth-chip:hover {
    border-color: rgba(201, 168, 76, 0.55);
    color: #fff;
    transform: translateY(-1px);
}

.growth-chip.is-active {
    border-color: rgba(201, 168, 76, 0.84);
    background: rgba(201, 168, 76, 0.2);
    color: #fff;
}

.growth-loss-note {
    margin: 2px 0 6px;
    padding: 11px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 145, 145, 0.32);
    background: rgba(189, 53, 53, 0.18);
    color: #ffe5e5;
    font-size: 0.83rem;
    line-height: 1.55;
}

.growth-inline-status {
    min-height: 20px;
    margin: 2px 0 0;
    font-size: 0.82rem;
    line-height: 1.5;
}

.growth-inline-status.is-success {
    color: #bce4c5;
}

.growth-inline-status.is-error {
    color: #ffd3d3;
}

/* ═══ SEO: BREADCRUMBS + INTERNAL LINK MAP ═══ */
.seo-breadcrumbs {
    padding: 16px 0;
    background: linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(245, 239, 227, 0.96));
    border-bottom: 1px solid rgba(201, 168, 76, 0.16);
}

.seo-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.seo-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.seo-breadcrumbs a {
    color: var(--red-dark);
    text-decoration: none;
}

.seo-breadcrumbs a:hover {
    text-decoration: underline;
}

.seo-breadcrumbs span[aria-current="page"] {
    color: var(--text-dark);
    font-weight: 700;
}

.seo-breadcrumbs-separator {
    color: rgba(26, 35, 64, 0.34);
}

.internal-link-map {
    position: relative;
    padding: 84px 0;
    background: linear-gradient(180deg, var(--cream), var(--cream-warm));
    overflow: hidden;
}

.internal-link-map::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(201, 168, 76, 0.12), transparent 34%),
        radial-gradient(circle at bottom right, rgba(26, 35, 64, 0.05), transparent 34%);
    pointer-events: none;
}

.internal-link-map .container {
    position: relative;
    z-index: 1;
}

.internal-link-map-header {
    margin-bottom: 30px;
}

.internal-link-map-header p {
    max-width: 840px;
    margin: 14px 0 0;
    color: var(--text-muted);
    line-height: 1.72;
}

.internal-link-map-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.internal-link-card {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 230, 0.96));
    border: 1px solid rgba(201, 168, 76, 0.16);
    box-shadow: 0 18px 32px rgba(15, 22, 40, 0.08);
}

.internal-link-card h3 {
    margin: 0 0 18px;
    font-family: var(--display);
    font-size: 1.55rem;
    line-height: 1.08;
    color: var(--text-dark);
}

.internal-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.internal-link-list li {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(26, 35, 64, 0.08);
}

.internal-link-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.internal-link-list a {
    display: inline-flex;
    color: var(--navy-deep);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
}

.internal-link-list a:hover {
    color: var(--red-dark);
    text-decoration: underline;
}

.internal-link-list p {
    margin: 6px 0 0;
    color: var(--text-muted);
    line-height: 1.65;
    font-size: 0.95rem;
}

/* ═══ BUTTONS ═══ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--red);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
    border: 2px solid var(--red);
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
}

.btn-primary svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-primary:hover {
    background: var(--red-dark);
    border-color: var(--red-dark);
    transform: translate3d(0, -2px, 0);
    color: var(--white);
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--green-wa);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
    text-transform: uppercase;
    border: 2px solid var(--green-wa);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
}

.btn-whatsapp svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-whatsapp:hover {
    background: #1da851;
    border-color: #1da851;
    transform: translate3d(0, -2px, 0);
    color: var(--white);
}

.btn-primary:focus-visible,
.btn-whatsapp:focus-visible {
    outline: 3px solid var(--navy-deep);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.68);
}

.btn-primary.is-highlighted:not(:hover):not(:focus-visible),
.btn-whatsapp.is-highlighted:not(:hover):not(:focus-visible) {
    animation: ctaFloatPulse 2.6s ease-in-out infinite;
}

@keyframes ctaFloatPulse {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -1px, 0) scale(1.02);
    }
}

/* ═══ GROWTH CTA ENHANCEMENTS ═══ */
.gd-cta-enhanced {
    position: relative;
}

.gd-cta-meta {
    width: 100%;
    margin: 4px 0 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.gd-cta-meta strong {
    color: var(--white);
}

.gd-cta-steps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.gd-cta-step {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.gd-cta-loss {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
    line-height: 1.65;
}

.gd-cta-loss strong {
    color: var(--white);
}

.final-cta .gd-cta-meta {
    text-align: center;
    max-width: 760px;
    margin: 8px auto 0;
}

/* ═══ GPU-FRIENDLY REVEAL ANIMATIONS ═══ */
.js-anim-ready .gd-reveal {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
        opacity 0.62s ease var(--gd-delay, 0ms),
        transform 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) var(--gd-delay, 0ms);
    will-change: transform, opacity;
}

.js-anim-ready .gd-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

/* ═══ HERO ═══ */
.hero {
    padding: 90px 0 80px;
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.88) 55%, rgba(0, 0, 0, 0.50) 100%),
        url('../img/milad-fakurian-1r0TPtmhEZA-unsplash.webp') center/cover no-repeat;
    position: relative;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: var(--white);
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.live-dot {
    width: 6px;
    height: 6px;
    background: var(--white);
    border-radius: 50%;
    animation: blink 1.2s ease-in-out infinite;
}

.hero h1 {
    font-family: var(--display);
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.0;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.hero h1 .gold {
    color: var(--red);
}

.hero h1 .block {
    display: block;
}

.hero-sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 28px;
}

.hero-sub strong {
    color: var(--white);
}

.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    font-weight: 500;
}

.hero-trust-item svg {
    width: 18px;
    height: 18px;
    color: var(--red);
    flex-shrink: 0;
}

.hero-trust-item strong {
    color: var(--white);
}

.hero-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    position: relative;
}

.hero-card-img {
    position: relative;
    overflow: hidden;
    background: var(--gray-100);
}

.hero-card-img img {
    width: 100%;
    display: block;
}

.hero-card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--red);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 2px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-card-name {
    padding: 16px 20px;
    background: var(--white);
    border-top: 3px solid var(--red);
}

.hero-card-name h3 {
    font-family: var(--display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
}

.hero-card-name p {
    color: var(--gray-600);
    font-size: 0.82rem;
    margin-top: 2px;
}

/* ═══ PROMISE BAR ═══ */
.promise-bar {
    background: var(--red);
    padding: 20px 0;
    text-align: center;
}

.promise-bar h2 {
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.promise-bar h2 .gold {
    color: var(--black);
}

/* ═══ BRAND PHOTO SECTION ═══ */
.brand-photo-section {
    position: relative;
    overflow: hidden;
    height: 400px;
    background: var(--black);
}

.brand-photo-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.85;
    transition: transform 0.6s ease;
}

.brand-photo-section:hover img {
    transform: scale(1.02);
}

.brand-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
    display: flex;
    align-items: center;
    pointer-events: none;
}

.brand-photo-text {
    padding: 0 60px;
    max-width: 500px;
}

.brand-photo-text h2 {
    font-family: var(--display);
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.0;
    margin-bottom: 10px;
}

.brand-photo-text h2 span {
    color: var(--red);
}

.brand-photo-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
}

/* ═══ WHY US ═══ */
.why-us {
    padding: 80px 0;
    background: var(--white);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.why-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-top: 3px solid var(--red);
    border-radius: 4px;
    padding: 32px 28px;
    transition: all 0.3s;
}

.why-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.why-card-icon {
    width: 48px;
    height: 48px;
    background: var(--red-dim);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.why-card-icon svg {
    width: 24px;
    height: 24px;
    color: var(--red);
}

.why-card h3 {
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-card p {
    color: var(--gray-600);
    font-size: 0.93rem;
    line-height: 1.75;
}

/* ═══ HOW WE ACT ═══ */
.how-act {
    padding: 80px 0;
    background: var(--gray-100);
}

.how-act-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    align-items: start;
    margin-top: 40px;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid var(--gray-200);
}

.step:last-child {
    border-bottom: none;
}

.step-num {
    width: 56px;
    height: 56px;
    background: var(--red);
    color: var(--white);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 800;
    flex-shrink: 0;
}

.step h3 {
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.step p {
    color: var(--gray-600);
    font-size: 0.93rem;
    line-height: 1.75;
}

/* WARNING BOX */
.warning-box {
    background: var(--black);
    border-radius: 4px;
    padding: 36px 28px;
    border-left: 4px solid var(--red);
    position: sticky;
    top: 80px;
}

.warning-box-icon {
    width: 48px;
    height: 48px;
    background: var(--red-dim);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.warning-box-icon svg {
    width: 24px;
    height: 24px;
    color: var(--red);
}

.warning-box h3 {
    font-family: var(--display);
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.warning-box p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 12px;
}

.warning-box strong {
    color: var(--red-light);
}

.warning-box .highlight {
    background: var(--red-dim);
    border: 1px solid var(--red-border);
    border-radius: 4px;
    padding: 14px 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    margin-top: 16px;
    line-height: 1.7;
}

/* ═══ SERVICES GRID ═══ */
.services {
    padding: 80px 0;
    background: var(--black);
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Cpath d='M40 0v40M0 40h40' stroke='rgba(201,168,76,0.05)' stroke-width='1'/%3E%3C/svg%3E");
}

.services .container {
    position: relative;
    z-index: 2;
}

.services .section-label {
    color: var(--red);
}

.services .section-title {
    color: var(--white);
}

.services .section-intro {
    color: rgba(255, 255, 255, 0.55);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 4px;
    padding: 16px 14px;
    transition: all 0.25s;
}

.service-item:hover {
    background: var(--red-dim);
    border-color: var(--red-border);
    transform: translateY(-2px);
}

.service-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--red-dim);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.service-check svg {
    width: 12px;
    height: 12px;
    color: var(--red);
}

.service-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ═══ TIPS ═══ */
.tips {
    padding: 80px 0;
    background: var(--white);
}

.tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.tip-card {
    background: var(--gray-100);
    border-radius: 4px;
    padding: 28px 24px;
    border-left: 3px solid var(--red);
    transition: all 0.25s;
}

.tip-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.tip-card h4 {
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 8px;
}

.tip-card p {
    color: var(--gray-600);
    font-size: 0.92rem;
    line-height: 1.75;
}

/* ═══ CONTENT SECTION ═══ */
.content-section {
    padding: 80px 0;
}

.content-section.alt {
    background: var(--gray-100);
}

.content-section .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.content-section .content-text h2 {
    font-family: var(--display);
    font-size: 2.2rem;
    color: var(--black);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.05;
}

.content-section .content-text h2 .gold {
    color: var(--red);
}

.content-section .content-text p {
    color: var(--gray-600);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

.content-section .content-text p strong {
    color: var(--gray-800);
}

/* ═══ INFO BOX ═══ */
.info-box {
    background: var(--gray-100);
    border-radius: 4px;
    padding: 32px 28px;
    border: 1px solid var(--gray-200);
    border-top: 3px solid var(--red);
}

.info-box.dark {
    background: var(--black);
    border: 1px solid var(--red-border);
    border-top: 3px solid var(--red);
}

.info-box.dark h3 {
    color: var(--red);
}

.info-box.dark p,
.info-box.dark li {
    color: rgba(255, 255, 255, 0.65);
}

.info-box h3 {
    font-family: var(--display);
    font-size: 1.2rem;
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.info-box ul {
    list-style: none;
}

.info-box ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: var(--gray-600);
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-box.dark ul li {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.info-box ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 700;
}

/* ═══ MEDIA SECTION ═══ */
.media-section {
    padding: 60px 0;
    background: var(--gray-100);
}

.media-section .container {
    text-align: center;
}

.media-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.media-logos img {
    height: 36px;
    width: auto;
    filter: grayscale(100%) opacity(0.55);
    transition: all 0.3s;
}

.media-logos img:hover {
    filter: grayscale(0%) opacity(1);
}

.media-screenshot {
    margin-top: 40px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ═══ REVIEWS ═══ */
.reviews {
    padding: 80px 0;
    background: var(--white);
}

.reviews-header {
    text-align: center;
    margin-bottom: 48px;
}

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

.reviews-score-number {
    font-family: var(--display);
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--black);
}

.reviews-score-stars {
    display: flex;
    gap: 3px;
}

.reviews-score-stars svg {
    width: 24px;
    height: 24px;
    color: #f59e0b;
}

.reviews-score-label {
    color: var(--gray-600);
    font-size: 0.88rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card {
    background: var(--white);
    border-radius: 4px;
    padding: 28px 24px;
    border: 1px solid var(--gray-200);
    border-top: 3px solid var(--red);
    transition: all 0.25s;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 14px;
}

.review-stars svg {
    width: 16px;
    height: 16px;
    color: #f59e0b;
}

.review-card h4 {
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 10px;
}

.review-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.75;
    margin-bottom: 14px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--gray-200);
}

.review-avatar {
    width: 36px;
    height: 36px;
    background: var(--black);
    color: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.review-author-info span {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--black);
}

.review-author-info small {
    color: var(--gray-600);
    font-size: 0.78rem;
}

/* ═══ LOCATIONS ═══ */
.locations {
    padding: 60px 0;
    background: var(--black);
}

.locations .container {
    text-align: center;
}

.locations .section-title {
    color: var(--white);
}

.locations .section-label {
    color: var(--red);
}

.location-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.location-tag {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    padding: 8px 18px;
    border-radius: 2px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: all 0.25s;
}

.location-tag:hover {
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
}

/* ═══ FINAL CTA ═══ */
.final-cta {
    padding: 100px 0;
    background: var(--black);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center bottom, rgba(255, 49, 49, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

.final-cta .container {
    position: relative;
    z-index: 2;
}

.final-cta h2 {
    font-family: var(--display);
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 18px;
    line-height: 1.0;
}

.final-cta h2 .gold {
    color: var(--red);
}

.final-cta p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.final-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.final-cta .btn-primary {
    font-size: 1.05rem;
    padding: 16px 40px;
}

/* ═══ FOOTER ═══ */
.footer {
    background: var(--black-deep);
    padding: 56px 0 28px;
    border-top: 3px solid var(--red);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.45fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    font-family: var(--display);
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 49, 49, 0.25);
}

.footer-col p,
.footer-col a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
    line-height: 1.85;
}

.footer-col a:hover {
    color: var(--red);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col--specialties ul {
    columns: 2;
    column-gap: 18px;
}

.footer-col--specialties ul li {
    break-inside: avoid;
}

.footer-specialty-link {
    display: inline-block;
}

.footer-specialty-link--overview {
    color: var(--gold-light);
    font-weight: 700;
}

.footer-logo {
    margin-bottom: 16px;
    height: 52px;
    width: auto;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    line-height: 1.8;
}

/* ═══ FLOATING BUTTONS ═══ */
.floating-wa {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: var(--green-wa);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.25s;
    animation: waPulse 2.5s ease-in-out infinite;
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0.12);
    }
}

.floating-wa:hover {
    transform: scale(1.1);
}

.floating-wa svg {
    width: 32px;
    height: 32px;
    color: var(--white);
}

.floating-wa::after {
    content: '¿Necesitas ayuda?';
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--black);
    color: var(--white);
    padding: 9px 14px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.floating-wa:hover::after {
    opacity: 1;
}

.mobile-cta-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    border-top: 2px solid var(--red);
    padding: 10px 16px;
    z-index: 998;
}

.mobile-cta-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--red);
    color: var(--white);
    padding: 13px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    animation: phonePulse 2s ease-in-out infinite;
}

@keyframes phonePulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 49, 49, 0.5);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 49, 49, 0);
    }
}

.mobile-cta-bar a svg {
    width: 22px;
    height: 22px;
}

/* ═══ ANIMATIONS ═══ */
.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .fade-up,
    .gd-reveal,
    .js-anim-ready .gd-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ═══════════════════════════════════════════════════════════
   COOKIE CONSENT BANNER (RGPD)
   ═══════════════════════════════════════════════════════════ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black-deep);
    border-top: 3px solid var(--red);
    padding: 22px 0;
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.35s ease;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.4);
}

.cookie-banner--visible {
    transform: translateY(0);
}

.cookie-banner .container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-banner-text {
    flex: 1;
    min-width: 280px;
}

.cookie-banner-text h3 {
    font-family: var(--display);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cookie-banner-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.86rem;
    line-height: 1.65;
}

.cookie-banner-text a {
    color: var(--red-light);
    text-decoration: underline;
    font-size: 0.84rem;
}

.cookie-banner-text a:hover {
    color: var(--white);
}

.cookie-banner-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 11px 22px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 0.88rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s;
    white-space: nowrap;
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cookie-btn--accept {
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
}

.cookie-btn--accept:hover {
    background: var(--red-dark);
    transform: translateY(-1px);
}

.cookie-btn--reject {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.cookie-btn--reject:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.07);
}

.cookie-btn--config {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.18);
}

.cookie-btn--config:hover {
    border-color: var(--white);
    color: var(--white);
}

/* Cookie Settings Panel */
.cookie-settings {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    padding: 20px;
}

.cookie-settings--visible {
    opacity: 1;
    pointer-events: auto;
}

.cookie-settings-box {
    background: var(--black-mid);
    border: 1px solid var(--red-border);
    border-top: 3px solid var(--red);
    border-radius: 4px;
    max-width: 520px;
    width: 100%;
    padding: 36px 32px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.cookie-settings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cookie-settings-header h3 {
    font-family: var(--display);
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cookie-settings-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.25s;
}

.cookie-settings-close:hover {
    color: var(--white);
}

.cookie-category {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cookie-category:last-of-type {
    border-bottom: none;
}

.cookie-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.cookie-category-header h4 {
    font-family: var(--display);
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cookie-category p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.84rem;
    line-height: 1.6;
}

.cookie-toggle {
    position: relative;
    width: 48px;
    height: 26px;
    flex-shrink: 0;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.cookie-toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-toggle-slider::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    background: var(--white);
    border-radius: 50%;
    transition: transform 0.3s;
}

.cookie-toggle input:checked+.cookie-toggle-slider {
    background: var(--red);
}

.cookie-toggle input:checked+.cookie-toggle-slider::before {
    transform: translateX(22px);
}

.cookie-toggle input:disabled+.cookie-toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.cookie-settings-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.cookie-settings-actions .cookie-btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   EXIT INTENT POPUP
   ═══════════════════════════════════════════════════════════ */
.exit-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
    padding: 20px;
}

.exit-popup--visible {
    opacity: 1;
    pointer-events: auto;
}

.exit-popup-box {
    background: var(--black-mid);
    border: 1px solid var(--red-border);
    border-top: 4px solid var(--red);
    border-radius: 4px;
    max-width: 480px;
    width: 100%;
    padding: 48px 36px 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
    transform: scale(0.92) translateY(16px);
    transition: transform 0.35s ease;
}

.exit-popup--visible .exit-popup-box {
    transform: scale(1) translateY(0);
}

.exit-popup-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.35);
    font-size: 1.6rem;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.25s;
}

.exit-popup-close:hover {
    color: var(--white);
}

.exit-popup-icon {
    width: 68px;
    height: 68px;
    background: var(--red-dim);
    border: 2px solid var(--red-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}

.exit-popup-icon svg {
    width: 32px;
    height: 32px;
    color: var(--red);
}

.exit-popup-box h2 {
    font-family: var(--display);
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 12px;
}

.exit-popup-box h2 .gold {
    color: var(--red);
}

.exit-popup-box p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 28px;
}

.exit-popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exit-popup-buttons .btn-primary,
.exit-popup-buttons .btn-whatsapp {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 1rem;
}

.exit-popup-dismiss {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.84rem;
    cursor: pointer;
    margin-top: 10px;
    padding: 6px;
    font-family: var(--sans);
    transition: color 0.25s;
}

.exit-popup-dismiss:hover {
    color: rgba(255, 255, 255, 0.65);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero .container {
        grid-template-columns: 1fr 300px;
        gap: 32px;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .how-act-grid {
        grid-template-columns: 1fr 300px;
        gap: 36px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-nav {
        gap: 8px;
    }

    .header-nav-link,
    .header-nav-trigger {
        font-size: 0.71rem;
        padding: 10px 11px;
    }

    .header-nav-dropdown {
        min-width: 240px;
    }

    .header-nav-dropdown--mega {
        width: min(920px, calc(100vw - 40px));
        min-width: 0;
    }

    .header-nav-mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialties-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialties-hero-grid {
        grid-template-columns: 1fr;
    }

    .specialties-directory-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .appointment-grid,
    .appointment-form-grid {
        grid-template-columns: 1fr;
    }

    .internal-link-map-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hero .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 2.6rem;
    }

    .hero h1 .block {
        display: inline;
    }

    .hero-sub {
        margin: 0 auto 28px;
        font-size: 0.98rem;
    }

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

    .hero-trust {
        justify-content: center;
        gap: 16px;
    }

    .hero-card {
        max-width: 300px;
        margin: 0 auto;
    }

    .hero {
        padding: 50px 0 60px;
    }

    .promise-bar h2 {
        font-size: 1.15rem;
    }

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

    .how-act-grid {
        grid-template-columns: 1fr;
    }

    .warning-box {
        position: static;
    }

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

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

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

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-col--specialties ul {
        columns: 1;
    }

    .content-section .content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .final-cta h2 {
        font-size: 2.2rem;
    }

    .reviews-score-number {
        font-size: 2.8rem;
    }

    .header-nav {
        display: none;
    }

    .mobile-cta-bar {
        display: block;
    }

    .floating-wa {
        bottom: 80px;
    }

    body {
        padding-bottom: 70px;
    }

    .brand-photo-section {
        height: 280px;
    }

    .brand-photo-text {
        padding: 0 28px;
    }

    .brand-photo-text h2 {
        font-size: 2rem;
    }

    .media-logos {
        gap: 28px;
    }

    .media-logos img {
        height: 28px;
    }

    .location-tags {
        gap: 8px;
    }

    .location-tag {
        padding: 6px 14px;
        font-size: 0.78rem;
    }

    .specialties-home,
    .specialties-featured,
    .specialties-directory {
        padding: 74px 0 82px;
    }

    .specialties-hero {
        padding: 62px 0 48px;
    }

    .specialties-section-header,
    .specialties-directory-group-header {
        grid-template-columns: 1fr;
    }

    .specialties-section-header {
        margin-bottom: 28px;
    }

    .specialties-hero-copy,
    .specialties-hero-panel {
        text-align: left;
    }

    .specialties-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialties-grid,
    .specialties-directory-group-grid {
        grid-template-columns: 1fr;
    }

    .specialty-card {
        padding: 22px;
    }

    .specialties-directory-group {
        padding: 24px;
    }

    .appointment-options,
    .appointment-form-shell {
        padding: 72px 0;
    }

    .appointment-card,
    .appointment-form-panel {
        padding: 24px;
    }

    .appointment-form-row {
        grid-template-columns: 1fr;
    }

    .growth-progress-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-breadcrumbs {
        padding: 12px 0;
    }

    .seo-breadcrumbs ol {
        font-size: 0.84rem;
    }

    .internal-link-map {
        padding: 72px 0;
    }

    .internal-link-map-grid {
        grid-template-columns: 1fr;
    }

    .internal-link-card {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .urgency-bar {
        font-size: 0.68rem;
        padding: 8px 12px;
        gap: 6px;
    }

    .urgency-bar span {
        font-size: 0.68rem;
    }

    .header-logo img {
        height: 42px;
    }

    .header-phone a {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-badge {
        font-size: 0.65rem;
        padding: 5px 12px;
    }

    .btn-primary,
    .btn-whatsapp {
        padding: 12px 18px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .hero-trust {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .why-card {
        padding: 24px 20px;
    }

    .step {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .step-num {
        width: 48px;
        height: 48px;
        font-size: 1.4rem;
    }

    .final-cta h2 {
        font-size: 1.8rem;
    }

    .final-cta .btn-primary {
        padding: 13px 28px;
        width: 100%;
        justify-content: center;
    }

    .final-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .final-cta-buttons .btn-whatsapp {
        width: 100%;
        justify-content: center;
    }

    .content-section .content-text h2 {
        font-size: 1.8rem;
    }

    .brand-photo-section {
        height: 240px;
    }

    .specialties-hero-stats {
        grid-template-columns: 1fr;
    }

    .specialties-hero-panel,
    .specialties-directory-group,
    .specialty-card {
        padding: 20px;
    }

    .specialties-hero-panel h2,
    .specialties-directory-group-header h3 {
        font-size: 1.7rem;
    }
}

/* ── Cookie/Popup mobile ── */
@media (max-width: 768px) {
    .cookie-banner .container {
        flex-direction: column;
        gap: 16px;
    }

    .cookie-banner-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
        min-width: 0;
        text-align: center;
        padding: 10px 14px;
        font-size: 0.82rem;
    }

    .cookie-settings-box {
        padding: 28px 20px;
    }

    .exit-popup-box {
        padding: 36px 24px 32px;
    }

    .exit-popup-box h2 {
        font-size: 1.5rem;
    }

    .floating-wa::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .cookie-banner-buttons {
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}
/* ═══════════════════════════════════════════════════════════
   OVERRIDE: FOOTER OSCURO REBRAND
   ═══════════════════════════════════════════════════════════ */
.footer {
    background: var(--navy-deep) !important;
    border-top: 1px solid rgba(201,168,76,0.18);
    border-bottom: none;
}
.footer-col h4 {
    color: var(--white) !important;
    border-bottom-color: rgba(201,168,76,0.22) !important;
}
.footer-col p, .footer-col a {
    color: rgba(255, 255, 255, 0.65) !important;
}
.footer-col a:hover { color: var(--red) !important; }
.footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.38) !important;
    background: rgba(255, 255, 255, 0.02) !important;
    margin: 0 -24px;
    padding: 18px 24px;
}

/* ═══════════════════════════════════════════════════════════
   LOGO STRIP — Identidad de marca con stats
   ═══════════════════════════════════════════════════════════ */
.logo-strip {
    background: var(--white);
    padding: 28px 0;
    border-top: 1px solid var(--gray-200);
    border-bottom: 4px solid var(--black);
}
.logo-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.logo-strip-img {
    height: 64px;
    width: auto;
    flex-shrink: 0;
}
.logo-strip-stats {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}
.logo-strip-stat { text-align: center; }
.logo-strip-stat strong {
    display: block;
    font-family: var(--display);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--black);
    line-height: 1;
    letter-spacing: -0.01em;
}
.logo-strip-stat strong em { color: var(--red); font-style: normal; }
.logo-strip-stat span {
    font-size: 0.72rem;
    color: var(--gray-600);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}
.logo-strip-divider {
    width: 1px;
    height: 40px;
    background: var(--gray-200);
    flex-shrink: 0;
}
@media (max-width: 900px) {
    .logo-strip .container { justify-content: center; gap: 16px; }
    .logo-strip-img { height: 50px; }
    .logo-strip-stats { gap: 24px; justify-content: center; }
    .logo-strip-stat strong { font-size: 1.8rem; }
    .logo-strip-divider { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   FAQ — ACCORDION  
   ═══════════════════════════════════════════════════════════ */
.faq { padding: 80px 0; background: var(--gray-100); }
.faq-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 60px;
    align-items: start;
}
.faq-intro { position: sticky; top: 110px; }
.faq-intro .section-title { font-size: 4.5rem; line-height: 1; margin-bottom: 12px; }
.faq-intro p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.75;
}
.faq-intro .faq-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--red);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.faq-intro .faq-cta:hover { border-color: var(--red); }

.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    overflow: hidden;
    transition: border-left 0.2s;
}
.faq-item:first-child { border-top: 1px solid var(--gray-200); border-radius: 4px 4px 0 0; }
.faq-item:last-child { border-radius: 0 0 4px 4px; }
.faq-item.faq-item--open { border-left: 3px solid var(--red); }
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    background: var(--white);
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    transition: background 0.2s, color 0.2s;
    line-height: 1.45;
}
.faq-question:hover { background: var(--gray-50); color: var(--red); }
.faq-item.faq-item--open .faq-question { color: var(--red); background: rgba(201,168,76,0.08); }
.faq-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--red);
    transition: transform 0.35s ease;
    stroke-width: 2.5;
}
.faq-item.faq-item--open .faq-icon { transform: rotate(180deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s ease;
    padding: 0 24px;
}
.faq-item.faq-item--open .faq-answer {
    max-height: 600px;
    padding: 4px 24px 22px;
}
.faq-answer p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 8px;
}
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--black); }
.faq-answer a { color: var(--red); text-decoration: underline; }

@media (max-width: 860px) {
    .faq-grid { grid-template-columns: 1fr; gap: 28px; }
    .faq-intro { position: static; }
    .faq-intro .section-title { font-size: 3rem; }
    .faq-question { font-size: 0.93rem; padding: 18px 18px; }
    .faq-answer { padding: 0 18px; }
    .faq-item.faq-item--open .faq-answer { padding: 0 18px 18px; }
}

/* ═══ LOGO CABECERA OPTIMIZADO ═══ */
.header-logo img {
    height: 66px !important;
    width: auto !important;
    max-width: none;
}
.footer-logo {
    height: 80px !important;
    width: auto !important;
}
.logo-strip-img {
    height: 80px !important;
    width: auto !important;
}

@media (max-width: 1180px) {
    .header-logo img {
        height: 60px !important;
    }
}

@media (max-width: 860px) {
    .header-logo img {
        height: 42px !important;
    }
}

/* ═══ GALERÍA DE MARCA ═══ */
.brand-gallery {
    padding: 64px 0;
    background: var(--black);
}
.brand-gallery .section-label { color: rgba(255,255,255,0.5); }
.brand-gallery .section-title { color: var(--white); margin-bottom: 40px; }
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 4/3;
    background: var(--black-deep);
}
.gallery-item.gallery-item--tall {
    aspect-ratio: 3/4;
    grid-row: span 2;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: transform 0.5s ease, filter 0.5s ease;
}
.gallery-item:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}
.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-tag {
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--red);
    padding: 4px 10px;
    border-radius: 2px;
}
.gallery-logo-overlay {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255,255,255,0.9);
    padding: 6px 10px;
    border-radius: 4px;
}
.gallery-logo-overlay img {
    height: 32px;
    width: auto;
    filter: none !important;
}
@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-item.gallery-item--tall { grid-row: auto; aspect-ratio: 4/3; }
}

/* ═══ FOOTER LOGO OVERRIDE ═══ */
.footer-logo,
.footer .footer-logo,
.footer-col img.footer-logo {
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
    display: block;
    margin-bottom: 16px;
}

/* ═══ FIX TELÉFONO — NO ROMPER EN DOS LÍNEAS ═══ */
.header-phone a {
    white-space: nowrap !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-phone a span {
    white-space: nowrap !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.header-phone a svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* ═══ SECCIÓN EVOLUCIÓN LOGOS ═══ */
.brand-identity {
    padding: 80px 0;
    background: var(--cream);
    border-top: 3px solid var(--red);
}
.brand-identity-intro {
    text-align: center;
    margin-bottom: 60px;
}
.brand-identity-intro .section-label {
    color: var(--red);
}
.brand-identity-intro .section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
}
.brand-identity-intro p {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
}
.logos-showcase {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
}
.logo-exhibit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.logo-exhibit-frame {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 180px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.logo-exhibit-frame:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.14);
    transform: translateY(-4px);
}
.logo-exhibit-frame img {
    max-height: 120px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    filter: none !important;
}
.logo-exhibit-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
}
.logo-exhibit-year {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--red);
    font-family: var(--font-heading);
}
.logos-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-size: 2rem;
}
.logos-arrow svg {
    width: 48px;
    height: 48px;
    color: var(--red);
}
@media (max-width: 768px) {
    .logos-showcase { grid-template-columns: 1fr; gap: 32px; }
    .logos-arrow { transform: rotate(90deg); }
}

/* ═══ FOTO INTEGRADA EN SECCIÓN ═══ */
.section-with-photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 500px;
}
.section-with-photo.photo-left { direction: rtl; }
.section-with-photo.photo-left > * { direction: ltr; }
.section-photo-side {
    position: relative;
    overflow: hidden;
}
.section-photo-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section-photo-logo-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255,0.92);
    padding: 10px 14px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}
.section-photo-logo-badge img {
    height: 40px;
    width: auto;
}
.section-photo-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--red);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    border-radius: 2px;
}
.section-content-side {
    background: var(--black);
    color: var(--white);
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.section-content-side.light-bg {
    background: var(--cream-warm);
    color: var(--black);
}
.section-content-side .section-label { color: var(--red); margin-bottom: 0; }
.section-content-side h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
.section-content-side h2 .gold { color: var(--red); }
.section-content-side p { color: rgba(255,255,255,0.75); line-height: 1.8; margin: 0; }
.section-content-side.light-bg p { color: #555; }
.section-content-side .btn-primary { align-self: flex-start; }
@media (max-width: 768px) {
    .section-with-photo { grid-template-columns: 1fr; }
    .section-photo-side { min-height: 280px; }
    .section-content-side { padding: 40px 24px; }
}

/* ═══ LOGO WATERMARK EN SECCIONES ═══ */
.section-logo-watermark {
    position: relative;
}
.section-logo-watermark::after {
    content: '';
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 80px;
    height: 40px;
    background: url('../img/Logo-nuevo-claro.webp') no-repeat center/contain;
    opacity: 0.08;
    pointer-events: none;
}

/* ═══ LOGO-STRIP CON FOTO DE FONDO ═══ */
.logo-strip[style*="photo-silueta"] {
    position: relative;
    background-blend-mode: overlay;
    background-color: rgba(255,255,255,0.88);
}
.logo-strip[style*="photo-silueta"]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85);
    pointer-events: none;
    z-index: 0;
}
.logo-strip .container {
    position: relative;
    z-index: 1;
}

/* ═══════════════════════════════════════════════
   OVERRIDES FINALES — TELÉFONO + LOGOS + FOTOS
   ═══════════════════════════════════════════════ */

/* FIX TELÉFONO — evitar partido en 2 líneas */
.header-phone {
    flex-shrink: 0;
    white-space: nowrap;
}
.header-phone a {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: var(--red);
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: -0.01em;
}
.header-phone a span {
    white-space: nowrap !important;
    font-size: 1rem;
    font-weight: 700;
}
.header-phone svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* LOGOS SHOWCASE — logos en GRANDE */
.logos-showcase {
    gap: 60px !important;
    max-width: 1100px !important;
    padding: 0 20px;
}
.logo-exhibit-frame {
    padding: 50px 60px !important;
    min-height: 240px !important;
    border-radius: 16px !important;
    border: 2px solid #e0e0e0 !important;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1) !important;
}
.logo-exhibit-frame img {
    max-height: 200px !important;
    max-width: 320px !important;
    object-fit: contain !important;
    width: auto !important;
    height: auto !important;
    filter: none !important;
}
.logo-exhibit-year {
    font-size: 1.8rem !important;
}
.logos-arrow svg {
    width: 64px !important;
    height: 64px !important;
}

/* SECCIONES CON FOTO — dinámicas y más impactantes */
.section-with-photo {
    min-height: 560px !important;
}
.section-photo-side {
    position: relative;
    overflow: hidden;
}
.section-photo-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.section-photo-side:hover img {
    transform: scale(1.04);
}
.section-photo-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--red);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 16px;
    border-radius: 4px;
    z-index: 2;
}
.section-photo-logo-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    padding: 10px 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 2;
}
.section-photo-logo-badge img {
    height: 36px !important;
    width: auto !important;
    object-fit: contain !important;
}
.section-content-side {
    padding: 60px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .section-with-photo {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
    }
    .section-photo-side {
        min-height: 300px !important;
    }
    .section-photo-side img {
        height: 300px;
        object-fit: cover;
    }
    .section-content-side {
        padding: 40px 24px !important;
    }
    .logos-showcase {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .logo-exhibit-frame {
        padding: 36px 40px !important;
    }
}

/* ═══════════════════════════════════════════════════════
   RESOLUCIONES DOCUMENTADAS
   Home + fichas de casos
   ═══════════════════════════════════════════════════════ */

.documented-results {
    padding: 78px 0;
    background:
        radial-gradient(circle at top left, rgba(201, 168, 76, 0.10), transparent 32%),
        linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
    border-top: 1px solid rgba(201, 168, 76, 0.10);
}

.documented-results-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 40px;
}

.documented-results-copy {
    max-width: 760px;
}

.documented-results-copy p {
    margin-top: 16px;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.documented-results-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--navy-deep);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(26, 35, 64, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.documented-results-header-cta:hover {
    background: var(--red);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(201, 168, 76, 0.24);
}

.documented-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.documented-case-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
    display: flex;
    flex-direction: column;
}

.documented-case-media {
    position: relative;
    min-height: 292px;
    padding: 22px 20px 20px;
    overflow: hidden;
    isolation: isolate;
}

.documented-case-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.55), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 56%);
    z-index: 0;
}

.documented-case-card--abusos .documented-case-media {
    background: linear-gradient(135deg, #e7c9d4 0%, #9ca7d8 46%, #1f417f 100%);
}

.documented-case-card--trafico .documented-case-media {
    background: linear-gradient(135deg, #dae5eb 0%, #93b09f 48%, #2d5d1d 100%);
}

.documented-case-card--apropiacion .documented-case-media {
    background: linear-gradient(135deg, #ece4d7 0%, #c9c0ae 44%, #4f4640 100%);
}

.documented-case-card--lesiones .documented-case-media {
    background: linear-gradient(135deg, #cad1db 0%, #9fb0c8 45%, #344f77 100%);
}

.documented-case-card--blanqueo .documented-case-media {
    background: linear-gradient(135deg, #d8cdbf 0%, #a39589 44%, #3c1f17 100%);
}

.documented-case-result {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.82);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.documented-case-result::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}

.documented-case-capture {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 246px);
    margin: 14px auto 0;
    border-radius: 18px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.documented-case-thumb {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 194px;
    padding: 10px 11px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    color: #111;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.documented-case-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.documented-case-thumb img {
    width: 52px;
    border-radius: 9px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    flex-shrink: 0;
}

.documented-case-thumb span {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 2px;
}

.documented-case-thumb strong {
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
    color: #111;
}

.documented-case-logo {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.documented-case-logo img {
    display: block;
    height: 28px;
    width: auto;
}

.documented-case-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.documented-case-area {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
}

.documented-case-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.68rem;
    line-height: 1.15;
    color: #111;
    margin: 0 0 12px;
}

.documented-case-body p {
    margin: 0;
    color: #555;
    line-height: 1.68;
    font-size: 0.94rem;
}

.documented-case-proof {
    margin-top: 16px;
    padding: 14px 15px;
    border-radius: 0 16px 16px 0;
    border-left: 3px solid var(--gold);
    background: linear-gradient(135deg, #fff8e8 0%, #f4ebd7 100%);
    color: #494949;
    font-size: 0.85rem;
    line-height: 1.58;
}

.documented-case-proof strong {
    color: #111;
}

.documented-case-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
}

.documented-case-link-primary,
.documented-case-link-secondary,
.case-document-action-primary,
.case-document-action-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.documented-case-link-primary,
.case-document-action-primary {
    background: var(--red);
    color: var(--navy-deep);
    box-shadow: 0 16px 32px rgba(201, 168, 76, 0.24);
}

.documented-case-link-primary:hover,
.case-document-action-primary:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}

.documented-case-link-secondary,
.case-document-action-secondary {
    background: transparent;
    color: #111;
    border: 1px solid rgba(17, 17, 17, 0.14);
}

.documented-case-link-secondary:hover,
.case-document-action-secondary:hover {
    border-color: var(--red);
    color: var(--red);
    transform: translateY(-2px);
}

.case-document-spotlight {
    padding: 84px 0 24px;
    background: #fff;
}

.case-document-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.07);
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.08);
}

.case-document-copy p {
    margin-top: 16px;
    font-size: 1.02rem;
    line-height: 1.82;
    color: #555;
}

.case-document-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 0;
}

.case-document-fact {
    padding: 16px;
    border-radius: 16px;
    background: #faf7f1;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.case-document-fact span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.case-document-fact strong {
    display: block;
    color: #111;
    line-height: 1.45;
    font-size: 0.92rem;
}

.case-document-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.case-document-visual {
    position: relative;
    min-height: 480px;
    padding: 34px 28px 32px;
    border-radius: 26px;
    overflow: hidden;
    isolation: isolate;
}

.case-document-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.45), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 54%);
    z-index: 0;
}

.case-document-visual--abusos {
    background: linear-gradient(135deg, #ead3dc 0%, #abb6df 46%, #20417b 100%);
}

.case-document-visual--trafico {
    background: linear-gradient(135deg, #dfe8ec 0%, #9bb3a2 48%, #295f1a 100%);
}

.case-document-visual--apropiacion {
    background: linear-gradient(135deg, #ece5d8 0%, #c8bcac 44%, #54453f 100%);
}

.case-document-visual--lesiones {
    background: linear-gradient(135deg, #d2d8e1 0%, #a6b3c9 46%, #355079 100%);
}

.case-document-visual--blanqueo {
    background: linear-gradient(135deg, #ddd2c4 0%, #ab9b8e 44%, #412119 100%);
}

.case-document-main {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 332px);
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 34px 56px rgba(0, 0, 0, 0.28);
}

.case-document-thumb-link {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 220px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #111;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.case-document-thumb-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
}

.case-document-thumb-link img {
    width: 64px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.case-document-thumb-link span {
    display: block;
    margin-bottom: 3px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
}

.case-document-thumb-link strong {
    display: block;
    font-size: 0.84rem;
    line-height: 1.35;
    color: #111;
}

.case-document-logo {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 12px 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.case-document-logo img {
    display: block;
    height: 36px;
    width: auto;
}

@media (max-width: 1100px) {
    .documented-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .case-document-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .documented-results {
        padding: 62px 0;
    }

    .documented-results-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .documented-results-grid {
        grid-template-columns: 1fr;
    }

    .documented-case-media {
        min-height: 286px;
        padding: 20px 18px 18px;
    }

    .documented-case-result {
        left: 16px;
        top: 16px;
        font-size: 0.68rem;
    }

    .documented-case-thumb,
    .case-document-thumb-link {
        position: static;
        margin-top: 18px;
        max-width: none;
    }

    .documented-case-logo,
    .case-document-logo {
        right: 16px;
        bottom: 16px;
    }

    .documented-case-body {
        padding: 20px 18px 20px;
    }

    .documented-case-body h3 {
        font-size: 1.56rem;
    }

    .documented-case-links,
    .case-document-actions {
        flex-direction: column;
    }

    .documented-case-link-primary,
    .documented-case-link-secondary,
    .case-document-action-primary,
    .case-document-action-secondary {
        width: 100%;
    }

    .case-document-spotlight {
        padding: 64px 0 10px;
    }

    .case-document-grid {
        padding: 22px;
        border-radius: 24px;
    }

    .case-document-facts {
        grid-template-columns: 1fr;
    }

    .case-document-visual {
        min-height: auto;
        padding: 24px 20px 20px;
    }

    .case-document-main {
        width: min(100%, 292px);
    }
}

/* ═══════════════════════════════════════════════════════
   EXTRADICIONES Y EUROORDENES
   Landing + casos de exito
   ═══════════════════════════════════════════════════════ */

.extradition-results {
    padding: 84px 0;
    background: linear-gradient(135deg, #06080d 0%, #10161e 48%, #191f28 100%);
    color: #fff;
}

.extradition-results-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.extradition-results-header .section-intro {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
}

.extradition-coverage-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
    margin-bottom: 34px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.18);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.extradition-coverage-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.78;
}

.extradition-coverage-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.extradition-coverage-stat {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.extradition-coverage-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    line-height: 1;
}

.extradition-coverage-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.5;
}

.extradition-country-cloud {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}

.extradition-country-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.extradition-country-chip em {
    font-style: normal;
    font-size: 1rem;
}

.extradition-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.extradition-result-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    min-height: 106px;
    padding: 0;
    border: 1px solid rgba(201, 168, 76, 0.24);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    color: #111;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.extradition-result-card:hover,
.extradition-result-card:focus-visible {
    transform: translateY(-3px);
    border-color: var(--gold);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
    outline: none;
}

.extradition-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f0c255 0%, #dca83b 100%);
    border-right: 1px solid rgba(17, 17, 17, 0.08);
    font-size: 2rem;
}

.extradition-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 18px 20px 18px 18px;
}

.extradition-card-title {
    display: block;
    color: #202020;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
}

.extradition-card-cause {
    display: block;
    color: #585858;
    font-size: 0.98rem;
    line-height: 1.42;
}

.extradition-card-meta {
    display: block;
    color: var(--red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.extradition-results-cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.extradition-results-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.extradition-results-cta a:hover {
    transform: translateY(-2px);
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.06);
}

.extradition-modal {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
}

.extradition-modal.is-open {
    display: flex;
}

.extradition-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 8, 13, 0.8);
    backdrop-filter: blur(8px);
}

.extradition-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    padding: 38px 38px 34px;
    border: 2px solid rgba(201, 168, 76, 0.62);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.extradition-modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    background: transparent;
    color: #888;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.extradition-modal-head {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding-right: 50px;
    margin-bottom: 22px;
}

.extradition-modal-flag {
    width: 92px;
    height: 92px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f0c255 0%, #dca83b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 2.5rem;
    box-shadow: 0 16px 30px rgba(201, 168, 76, 0.22);
}

.extradition-modal-head h3 {
    margin: 4px 0 10px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    line-height: 1.06;
}

.extradition-modal-reason {
    margin: 0;
    color: #4c4c4c;
    font-size: 1.12rem;
    line-height: 1.48;
}

.extradition-modal-summary {
    margin: 0 0 22px;
    color: #474747;
    font-size: 1.05rem;
    line-height: 1.78;
}

.extradition-modal-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.extradition-modal-data-item {
    padding: 16px 18px;
    border-radius: 16px;
    background: #faf7f1;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.extradition-modal-data-item span,
.extradition-story-fact span {
    display: block;
    margin-bottom: 8px;
    color: #8a8a8a;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.extradition-modal-data-item strong,
.extradition-story-fact strong {
    display: block;
    color: #111;
    font-size: 0.92rem;
    line-height: 1.46;
}

.extradition-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.extradition-stories {
    padding: 84px 0;
    background: linear-gradient(180deg, #f7f4ee 0%, #ffffff 100%);
}

.extradition-stories-intro {
    max-width: 860px;
    margin: 0 auto 30px;
    text-align: center;
}

.extradition-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 34px;
}

.extradition-anchor-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #fff;
    color: #111;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.extradition-anchor-nav a:hover {
    transform: translateY(-2px);
    color: var(--red);
    border-color: var(--red);
    box-shadow: 0 14px 28px rgba(201, 168, 76, 0.12);
}

.extradition-story-list {
    display: grid;
    gap: 20px;
}

.extradition-story-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #fff;
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.06);
    scroll-margin-top: 120px;
}

.extradition-story-flag {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f0c255 0%, #dca83b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    box-shadow: 0 16px 28px rgba(201, 168, 76, 0.2);
}

.extradition-story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.extradition-story-meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.extradition-story-card h3 {
    margin: 0 0 16px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    line-height: 1.1;
}

.extradition-story-card p {
    margin: 0 0 15px;
    color: #555;
    line-height: 1.76;
}

.extradition-story-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.extradition-story-fact {
    padding: 14px 16px;
    border-radius: 16px;
    background: #faf7f1;
    border: 1px solid rgba(201, 168, 76, 0.22);
}

@media (max-width: 1100px) {
    .extradition-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .extradition-coverage-panel {
        grid-template-columns: 1fr;
    }

    .extradition-modal-data,
    .extradition-story-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .extradition-results,
    .extradition-stories {
        padding: 64px 0;
    }

    .extradition-results-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .extradition-coverage-panel {
        padding: 22px;
        border-radius: 22px;
    }

    .extradition-coverage-stats,
    .extradition-results-grid,
    .extradition-modal-data,
    .extradition-story-facts {
        grid-template-columns: 1fr;
    }

    .extradition-result-card {
        grid-template-columns: 82px 1fr;
        min-height: 98px;
    }

    .extradition-card-body {
        padding: 16px;
    }

    .extradition-modal-dialog {
        padding: 28px 22px 22px;
        border-radius: 24px;
    }

    .extradition-modal-head {
        flex-direction: column;
        gap: 16px;
        padding-right: 44px;
    }

    .extradition-modal-flag {
        width: 78px;
        height: 78px;
        border-radius: 18px;
        font-size: 2.2rem;
    }

    .extradition-modal-actions {
        flex-direction: column;
    }

    .extradition-modal-actions .case-document-action-primary,
    .extradition-modal-actions .case-document-action-secondary {
        width: 100%;
    }

    .extradition-story-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .extradition-story-flag {
        width: 76px;
        height: 76px;
        border-radius: 18px;
        font-size: 2rem;
    }

    .extradition-story-card h3 {
        font-size: 1.8rem;
    }
}

/* ═══════════════════════════════════════════════════════
   CASOS DE EXITO
   Reorganizacion de biblioteca de casos
   ═══════════════════════════════════════════════════════ */

.case-directory {
    padding: 78px 0 26px;
    background: linear-gradient(180deg, #f7f4ee 0%, #ffffff 100%);
}

.case-directory-header {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

.case-directory-header p {
    color: #666;
    line-height: 1.8;
}

.case-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.case-directory-card {
    display: block;
    padding: 20px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.06);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.case-directory-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 168, 76, 0.28);
    box-shadow: 0 22px 38px rgba(26, 35, 64, 0.10);
}

.case-directory-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.case-directory-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    line-height: 1.05;
}

.case-directory-card p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 0.92rem;
}

.case-library {
    padding: 20px 0 84px;
    background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}

.case-library-group {
    max-width: 900px;
    margin: 0 auto;
}

.case-library-group + .case-library-group {
    margin-top: 42px;
}

.case-library-group-header {
    margin-bottom: 30px;
}

.case-library-group-header p {
    max-width: 760px;
    color: #666;
    line-height: 1.78;
}

.case-library-break {
    max-width: 900px;
    margin: 46px auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.14);
    background: #fff;
}

.case-library-break img {
    display: block;
    width: 100%;
    height: auto;
}

.case-library-break figcaption {
    padding: 16px 20px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════
   BLOG
   Landing + plantilla + articulo
   ═══════════════════════════════════════════════════════ */

.blog-landing {
    padding: 84px 0;
    background: linear-gradient(180deg, var(--cream-warm) 0%, var(--white) 100%);
}

.blog-landing-hero {
    max-width: 840px;
    margin: 0 auto 42px;
    text-align: center;
}

.blog-landing-hero p {
    color: #666;
    line-height: 1.8;
}

.blog-landing-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 24px;
}

.blog-featured-card,
.blog-mini-card {
    display: block;
    text-decoration: none;
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 38px rgba(17, 17, 17, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-featured-card:hover,
.blog-mini-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.24);
    box-shadow: 0 24px 44px rgba(26, 35, 64, 0.12);
}

.blog-featured-card-media {
    padding: 30px;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
    color: #fff;
}

.blog-card-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.18);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-card-title {
    display: block;
    margin: 18px 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.06;
    color: inherit;
}

.blog-card-excerpt {
    margin: 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
}

.blog-featured-card-body,
.blog-mini-card-body {
    padding: 24px 26px 26px;
}

.blog-featured-card-body p,
.blog-mini-card-body p {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.72;
}

.blog-link-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-size: 0.9rem;
    font-weight: 700;
}

.blog-side-stack {
    display: grid;
    gap: 18px;
}

.blog-mini-card h3 {
    margin: 14px 0 10px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    line-height: 1.08;
}

.blog-page-hero {
    padding: 88px 0 48px;
    background: linear-gradient(135deg, #111 0%, #2d3740 100%);
    color: #fff;
}

.blog-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.blog-breadcrumbs a {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
}

.blog-page-hero p {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.84;
}

.blog-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
}

.blog-post-shell {
    padding: 70px 0 90px;
    background: #fff;
}

.blog-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 30px;
    align-items: start;
}

.blog-post-sidebar {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 18px;
}

.blog-summary-box,
.blog-toc-box,
.blog-cta-box,
.blog-legal-note {
    padding: 22px 24px;
    border-radius: 22px;
    background: #faf7f1;
    border: 1px solid rgba(201, 168, 76, 0.2);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.04);
}

.blog-summary-box h3,
.blog-toc-box h3,
.blog-cta-box h3 {
    margin: 0 0 14px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    line-height: 1.06;
}

.blog-summary-box ul,
.blog-toc-box ol {
    margin: 0;
    padding-left: 18px;
    color: #555;
}

.blog-summary-box li,
.blog-toc-box li {
    margin-bottom: 10px;
    line-height: 1.65;
}

.blog-toc-box a {
    color: #333;
    text-decoration: none;
}

.blog-post-content {
    min-width: 0;
}

.blog-post-content section + section {
    margin-top: 34px;
}

.blog-post-content h2 {
    margin: 0 0 16px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    line-height: 1.08;
}

.blog-post-content h3 {
    margin: 22px 0 12px;
    color: var(--red);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    line-height: 1.12;
}

.blog-post-content p,
.blog-post-content li {
    color: #555;
    line-height: 1.82;
}

.blog-post-content ul,
.blog-post-content ol {
    padding-left: 20px;
}

.blog-post-content li + li {
    margin-top: 8px;
}

.blog-callout {
    padding: 18px 20px;
    border-left: 4px solid var(--gold);
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.10) 0%, rgba(248, 246, 240, 0.96) 100%);
    color: #444;
    line-height: 1.72;
}

.blog-important {
    padding: 22px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.08) 0%, rgba(242, 239, 230, 0.9) 100%);
    border: 1px solid rgba(201, 168, 76, 0.18);
}

.blog-important strong {
    color: var(--red);
}

.blog-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.05);
    background: #fff;
}

.blog-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.blog-table-wrap th,
.blog-table-wrap td {
    padding: 15px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    vertical-align: top;
}

.blog-table-wrap th {
    background: #111;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-table-wrap td {
    color: #555;
    line-height: 1.6;
}

.blog-table-wrap tr:last-child td {
    border-bottom: none;
}

.blog-qa {
    padding: 22px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.05);
}

.blog-qa strong {
    display: block;
    margin-bottom: 8px;
    color: #111;
}

.blog-cta-box p,
.blog-legal-note p {
    margin: 0;
    color: #555;
    line-height: 1.72;
}

.blog-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.blog-legal-note {
    background: #f7f7f7;
    border-color: rgba(17, 17, 17, 0.08);
}

@media (max-width: 1100px) {
    .case-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-landing-grid,
    .blog-post-layout {
        grid-template-columns: 1fr;
    }

    .blog-post-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .case-directory,
    .case-library,
    .blog-landing,
    .blog-page-hero,
    .blog-post-shell {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .case-directory-grid {
        grid-template-columns: 1fr;
    }

    .blog-featured-card-media,
    .blog-featured-card-body,
    .blog-mini-card-body,
    .blog-summary-box,
    .blog-toc-box,
    .blog-cta-box,
    .blog-legal-note,
    .blog-qa {
        padding: 20px;
    }

    .blog-card-title {
        font-size: 2.1rem;
    }

    .blog-post-content h2 {
        font-size: 1.95rem;
    }

    .blog-post-content h3,
    .blog-summary-box h3,
    .blog-toc-box h3,
    .blog-cta-box h3 {
        font-size: 1.45rem;
    }
}

/* ═══════════════════════════════════════════════════════
   MENÚ HAMBURGER RESPONSIVE
   Inyectado por shared.js en todos los archivos
   ═══════════════════════════════════════════════════════ */

/* Botón hamburger — oculto en desktop */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.14);
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: border-color .2s, box-shadow .2s;
    z-index: 1001;
    position: relative;
    margin-left: auto;
    box-shadow: 0 8px 22px rgba(17,17,17,.08);
}
.hamburger:hover {
    border-color: rgba(201,168,76,.35);
    box-shadow: 0 10px 26px rgba(17,17,17,.12);
}
.hamburger-bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease, width .3s ease;
    transform-origin: center;
}

/* Estado abierto: barras → X */
body.mobile-nav-open .hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
body.mobile-nav-open .hamburger-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
body.mobile-nav-open .hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Panel de navegación móvil */
.mobile-nav-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,10,10,.97);
    z-index: 1205;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 32px 32px;
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
body.mobile-nav-open .mobile-nav-panel {
    transform: translateY(0);
}

.mobile-nav-root {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 380px;
}

.mobile-nav-link,
.mobile-nav-group-toggle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    font-size: 1.15rem;
    font-weight: 600;
    color: rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: color .2s, background .2s;
    text-decoration: none;
    letter-spacing: .01em;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
    font-family: var(--sans);
}

.mobile-nav-link:first-child,
.mobile-nav-group:first-of-type .mobile-nav-group-toggle {
    border-top: 1px solid rgba(255,255,255,.08);
}

.mobile-nav-link:hover,
.mobile-nav-link:active,
.mobile-nav-link.is-active,
.mobile-nav-group-toggle:hover,
.mobile-nav-group-toggle:active,
.mobile-nav-group.is-open .mobile-nav-group-toggle {
    color: var(--red);
    background: rgba(201,168,76,.08);
}

.mobile-nav-group {
    width: 100%;
}

.mobile-nav-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-nav-group-toggle svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform .25s ease;
}

.mobile-nav-group.is-open .mobile-nav-group-toggle svg {
    transform: rotate(180deg);
}

.mobile-nav-submenu {
    display: none;
    padding: 0 0 12px;
    background: rgba(255,255,255,.02);
}

.mobile-nav-group.is-open .mobile-nav-submenu {
    display: block;
}

.mobile-nav-submenu a {
    display: block;
    padding: 12px 20px 12px 34px;
    font-size: 0.98rem;
    font-weight: 500;
    color: rgba(255,255,255,.72);
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color .2s, background .2s, border-color .2s;
}

.mobile-nav-submenu a:hover,
.mobile-nav-submenu a:active,
.mobile-nav-submenu a.is-active {
    color: #fff;
    background: rgba(201,168,76,.12);
    border-left-color: var(--red);
}

.mobile-nav-overview {
    display: grid !important;
    gap: 4px;
    margin: 14px 20px 18px;
    padding: 16px 18px !important;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.98), rgba(26, 35, 64, 0.92)),
        var(--photo-authority) center/cover no-repeat;
    color: #fff !important;
    border: 1px solid rgba(201,168,76,.24);
}

.mobile-nav-overview span {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.68);
}

.mobile-nav-overview strong {
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .01em;
    color: #fff;
}

.mobile-nav-submenu-group {
    padding: 0 0 8px;
}

.mobile-nav-submenu-heading {
    display: block;
    padding: 2px 20px 10px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.42);
}

.mobile-nav-submenu .mobile-nav-sublink {
    margin: 0 20px;
    padding: 11px 14px;
    border-left: none;
    border-radius: 12px;
}

.mobile-nav-cta {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 280px;
}
.mobile-nav-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .2s;
}
.mobile-nav-cta a:hover { opacity: .88; }
.mobile-nav-cta .mobile-cta-call {
    background: var(--red);
    color: var(--navy-deep);
}
.mobile-nav-cta .mobile-cta-appointment {
    background: rgba(201,168,76,.14);
    border: 1px solid rgba(201,168,76,.32);
    color: #fff;
}
.mobile-nav-cta .mobile-cta-wa {
    background: #25d366;
    color: #fff;
}
.mobile-nav-cta a svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Cerrar panel — botón X arriba derecha */
.mobile-nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,.08);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    transition: background .2s;
}
.mobile-nav-close:hover { background: rgba(255,255,255,.15); }

/* Mostrar hamburger en mobile */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    /* Ocultar phone button del header en mobile (ya hay mobile-cta-bar) */
    .header-phone {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════════
   PHOTO HARMONY LAYER
   Imágenes editoriales integradas en todo el sitio
   ═══════════════════════════════════════════════════════════ */

.why-us,
.content-section.alt,
.media-section,
.reviews,
.faq,
.documented-results,
.extradition-results,
.extradition-stories,
.case-directory,
.case-library,
.blog-landing,
.blog-page-hero,
.blog-post-shell,
.case-document-spotlight,
.lawyer-profile,
.contact-form-section,
.locations,
.final-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.why-us .container,
.content-section.alt .container,
.media-section .container,
.reviews .container,
.faq .container,
.documented-results .container,
.extradition-results .container,
.extradition-stories .container,
.case-directory .container,
.case-library .container,
.blog-landing .container,
.blog-page-hero .container,
.blog-post-shell .container,
.case-document-spotlight .container,
.lawyer-profile .container,
.contact-form-section .container,
.locations .container,
.final-cta .container,
section[style*="padding:110px 0 70px"][style*="#0a0a0a"] .container,
.hero[style*="padding:100px 0 60px"][style*="#1a1a1a"] .container {
    position: relative;
    z-index: 2;
}

/* ═══════════════════════════════════════════════════════════
   INICIO CORPORATIVO
   ═══════════════════════════════════════════════════════════ */

.home-page-hero {
    padding: 58px 0 42px;
    background:
        radial-gradient(circle at top left, rgba(201, 168, 76, 0.18), transparent 28%),
        linear-gradient(128deg, rgba(15, 22, 40, 0.98) 0%, rgba(26, 35, 64, 0.88) 100%),
        var(--photo-authority) center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.home-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 30px;
    align-items: center;
}

.home-page-hero-copy {
    max-width: 620px;
}

.home-page-hero .section-title {
    max-width: 8.2ch;
    color: var(--white);
    font-size: clamp(3rem, 4.8vw, 5rem);
    line-height: 0.9;
    margin-bottom: 16px;
}

.home-page-hero-copy p {
    margin: 0;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.02rem;
    line-height: 1.72;
}

.home-page-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-page-hero-highlights span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(248, 246, 240, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-page-hero-visual {
    display: grid;
    gap: 16px;
}

.home-page-hero-portrait-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-page-hero-portrait {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(201, 168, 76, 0.22);
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

.home-page-hero-portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 14, 26, 0.04), rgba(10, 14, 26, 0.18) 38%, rgba(10, 14, 26, 0.78));
}

.home-page-hero-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-page-hero-portrait-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 22px 20px 18px;
}

.home-page-hero-portrait-tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.16);
    color: var(--gold-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-page-hero-portrait-body strong {
    color: var(--white);
    font-family: var(--display);
    font-size: 2rem;
    line-height: 0.96;
}

.home-page-hero-portrait-body p {
    margin: 0;
    max-width: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}

.home-page-hero-mini-card {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 26px;
    background: rgba(248, 246, 240, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.18);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.home-page-hero-mini-card img {
    width: 84px;
    height: 96px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
}

.home-page-hero-mini-card-copy {
    display: grid;
    gap: 6px;
}

.home-page-hero-mini-card-copy strong {
    color: var(--white);
    font-family: var(--display);
    font-size: 1.55rem;
    line-height: 0.98;
}

.home-page-hero-mini-card-copy p {
    margin: 0;
    max-width: none;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.94rem;
    line-height: 1.58;
}

.home-page-hero-team-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 15px 18px;
    border-radius: 999px;
    background: rgba(248, 246, 240, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.18);
    color: var(--white);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-page-hero-team-link:hover {
    transform: translateY(-1px);
    background: rgba(201, 168, 76, 0.14);
    border-color: rgba(201, 168, 76, 0.28);
}

.home-desk-overview {
    padding: 72px 0;
    background:
        linear-gradient(180deg, rgba(248, 246, 240, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%),
        radial-gradient(circle at top right, rgba(201, 168, 76, 0.08), transparent 24%);
}

.home-desk-overview .specialties-section-header {
    margin-bottom: 28px;
}

.home-desk-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.home-desk-overview-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(201, 168, 76, 0.16);
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
    min-height: 100%;
}

.home-desk-overview-card--compact strong {
    display: block;
    margin-bottom: 12px;
    color: var(--gold-dark);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-desk-overview-card--compact p {
    margin: 0;
    color: var(--text-dark);
    font-family: var(--serif-accent);
    font-size: 1.46rem;
    line-height: 1.08;
}

@media (max-width: 1100px) {
    .home-page-hero-grid {
        grid-template-columns: 1fr;
    }

    .home-page-hero .section-title {
        max-width: none;
    }

    .home-page-hero-visual {
        max-width: 780px;
    }

    .home-desk-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-page-hero,
    .home-desk-overview {
        padding: 60px 0;
    }

    .home-page-hero .section-title {
        font-size: clamp(2.45rem, 12vw, 3.65rem);
    }

    .home-page-hero-portrait-grid,
    .home-desk-overview-grid {
        grid-template-columns: 1fr;
    }

    .home-page-hero-portrait {
        min-height: 300px;
    }

    .home-page-hero-mini-card {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .home-page-hero-mini-card img {
        width: 72px;
        height: 82px;
    }

    .home-page-hero-mini-card,
    .home-desk-overview-card {
        padding: 22px;
    }
}

.why-us {
    background:
        radial-gradient(circle at top left, rgba(201, 168, 76, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(248, 246, 240, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
        var(--photo-gavel) right 6% center / 250px auto no-repeat;
}

.content-section.alt {
    background:
        linear-gradient(90deg, rgba(242, 239, 230, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%),
        var(--photo-shadow) left -24px bottom -10px / 260px auto no-repeat !important;
}

.services {
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.84) 60%, rgba(15, 22, 40, 0.94) 100%),
        var(--photo-bars) center/cover no-repeat;
}

.media-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 239, 230, 0.96) 100%),
        var(--photo-gavel) right 5% center / 210px auto no-repeat;
}

.reviews {
    background:
        radial-gradient(circle at top right, rgba(201, 168, 76, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 246, 240, 0.98) 100%),
        var(--photo-shadow) left 0 bottom 0 / 250px auto no-repeat;
}

.locations {
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(15, 22, 40, 0.82) 100%),
        var(--photo-authority) center/cover no-repeat;
}

.final-cta {
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.78) 100%),
        var(--photo-silhouette) center/cover no-repeat;
}

.final-cta::before {
    background:
        radial-gradient(circle at center top, rgba(201, 168, 76, 0.16) 0%, transparent 48%),
        linear-gradient(90deg, rgba(15, 22, 40, 0.08) 0%, rgba(15, 22, 40, 0.22) 100%);
}

.faq {
    background:
        linear-gradient(90deg, rgba(248, 246, 240, 0.98) 0%, rgba(242, 239, 230, 0.96) 100%),
        var(--photo-grip) right -10px bottom 0 / 235px auto no-repeat;
}

.faq-item,
.why-card,
.review-card,
.case-directory-card,
.blog-featured-card,
.blog-mini-card,
.blog-summary-box,
.blog-toc-box,
.blog-cta-box,
.blog-legal-note,
.case-document-grid,
.extradition-story-card,
.extradition-coverage-panel {
    backdrop-filter: blur(7px);
}

.faq-item,
.why-card,
.review-card,
.case-directory-card,
.blog-featured-card,
.blog-mini-card {
    background: rgba(255, 255, 255, 0.92);
}

.service-item {
    backdrop-filter: blur(7px);
}

.documented-results {
    background:
        radial-gradient(circle at top left, rgba(201, 168, 76, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(248, 246, 240, 0.98) 0%, rgba(242, 239, 230, 0.98) 100%),
        var(--photo-gavel) right 3% top 44px / 190px auto no-repeat;
}

.extradition-results {
    background:
        linear-gradient(115deg, rgba(6, 8, 13, 0.95) 0%, rgba(16, 22, 30, 0.84) 52%, rgba(25, 31, 40, 0.92) 100%),
        var(--photo-authority) center/cover no-repeat;
}

.extradition-stories {
    background:
        linear-gradient(180deg, rgba(247, 244, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
        var(--photo-gavel) right 4% top 120px / 200px auto no-repeat;
}

.case-directory {
    background:
        linear-gradient(180deg, rgba(247, 244, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
        var(--photo-shadow) left -38px top 80px / 170px auto no-repeat;
}

.case-library {
    background:
        linear-gradient(180deg, rgba(248, 246, 240, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
        var(--photo-silhouette) right -54px bottom 100px / 180px auto no-repeat;
}

.blog-landing {
    background:
        linear-gradient(180deg, rgba(242, 239, 230, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
        var(--photo-gavel) right 5% top 72px / 215px auto no-repeat;
}

.blog-page-hero {
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.76) 100%),
        var(--photo-shadow) center/cover no-repeat;
}

.blog-post-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 246, 240, 0.96) 100%),
        var(--photo-gavel) right -20px top 124px / 180px auto no-repeat;
}

.case-document-spotlight {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 246, 240, 0.98) 100%),
        var(--photo-gavel) right 3% center / 180px auto no-repeat;
}

.lawyer-profile {
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.78) 100%),
        var(--photo-silhouette) center/cover no-repeat !important;
}

.lawyer-profile::before,
.contact-form-section::before,
section[style*="padding:110px 0 70px"][style*="#0a0a0a"]::before,
.hero[style*="padding:100px 0 60px"][style*="#1a1a1a"]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(201, 168, 76, 0.16), transparent 30%),
        linear-gradient(90deg, rgba(15, 22, 40, 0.28), rgba(15, 22, 40, 0.08));
    pointer-events: none;
    z-index: 1;
}

.contact-form-section {
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.82) 100%),
        var(--photo-bars) center/cover no-repeat !important;
}

section[style*="padding:110px 0 70px"][style*="#0a0a0a"] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.80) 100%),
        var(--photo-authority) center/cover no-repeat !important;
}

.hero[style*="padding:100px 0 60px"][style*="#1a1a1a"] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(15, 22, 40, 0.95) 0%, rgba(26, 35, 64, 0.76) 100%),
        var(--photo-silhouette) center/cover no-repeat !important;
}

.caso-section-alt {
    background:
        linear-gradient(180deg, rgba(248, 246, 240, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
        var(--photo-gavel) right 5% center / 160px auto no-repeat !important;
}

.blog-featured-card-media {
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.96) 0%, rgba(26, 35, 64, 0.72) 100%),
        var(--photo-shadow) center/cover no-repeat;
}

.case-library-break figcaption,
.documented-case-proof,
.blog-callout {
    backdrop-filter: blur(6px);
}

@media (max-width: 900px) {
    .why-us {
        background-size: auto, auto, 165px auto;
        background-position: center, center, right -10px top 44px;
    }

    .reviews,
    .documented-results {
        background-size: auto, auto, 150px auto !important;
        background-position: center, center, right -16px bottom -4px !important;
    }

    .content-section.alt,
    .faq,
    .extradition-stories,
    .case-directory,
    .case-library,
    .blog-landing,
    .blog-post-shell,
    .case-document-spotlight,
    .caso-section-alt {
        background-size: auto, 150px auto !important;
        background-position: center, right -16px bottom -4px !important;
    }

    .media-section {
        background-size: auto, 150px auto;
        background-position: center, right -14px top 32px;
    }
}

@media (max-width: 768px) {
    .why-us,
    .content-section.alt,
    .media-section,
    .reviews,
    .faq,
    .documented-results,
    .extradition-stories,
    .case-directory,
    .case-library,
    .blog-landing,
    .blog-post-shell,
    .case-document-spotlight,
    .caso-section-alt {
        background-image:
            linear-gradient(180deg, rgba(248, 246, 240, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%) !important;
    }

    .blog-page-hero,
    .services,
    .locations,
    .final-cta,
    .extradition-results,
    .lawyer-profile,
    .contact-form-section,
    section[style*="padding:110px 0 70px"][style*="#0a0a0a"],
    .hero[style*="padding:100px 0 60px"][style*="#1a1a1a"] {
        background-position: center !important;
    }
}

/* ═══════════════════════════════════════════════════════
   QUIENES SOMOS
   ═══════════════════════════════════════════════════════ */

.about-page-hero {
    padding: 64px 0 44px;
    background:
        linear-gradient(135deg, rgba(15, 22, 40, 0.97) 0%, rgba(26, 35, 64, 0.84) 100%),
        var(--photo-shadow) center/cover no-repeat;
    color: var(--white);
}

.about-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.26fr) minmax(300px, 0.74fr);
    gap: 26px;
    align-items: stretch;
}

.about-page-hero .section-title {
    max-width: 18ch;
    font-size: clamp(2.15rem, 3.05vw, 3.6rem);
    line-height: 0.92;
    margin-bottom: 18px;
    color: var(--white);
}

.about-page-hero-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.72;
}

.about-page-hero-panel {
    padding: 30px;
    border-radius: 28px;
    background: rgba(248, 246, 240, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    align-self: end;
}

.about-page-hero-panel h2 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.05;
    color: var(--white);
}

.about-page-hero-panel p,
.about-page-hero-panel li {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.76;
}

.about-page-hero-panel ul {
    margin: 18px 0 0;
    padding-left: 18px;
}

.about-page-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.about-page-stat {
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(201, 168, 76, 0.18);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.about-page-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-family: var(--display);
    font-size: 1.2rem;
}

.about-page-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.65;
}

.about-team-overview {
    padding: 84px 0 56px;
    background: linear-gradient(180deg, var(--cream-warm) 0%, var(--white) 100%);
}

.about-team-overview .specialties-section-header p {
    color: var(--text-muted);
}

.about-team-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.about-team-cards--duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-team-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 28px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 20px 42px rgba(17, 17, 17, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.about-team-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 168, 76, 0.22);
    box-shadow: 0 28px 48px rgba(26, 35, 64, 0.14);
}

.about-team-card-media {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 22, 40, 0.96) 0%, rgba(26, 35, 64, 0.72) 100%);
}

.about-team-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.55;
    object-fit: cover;
    object-position: center top;
    mix-blend-mode: normal;
}

.about-team-card-body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.about-team-card-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.16);
    color: var(--gold-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-team-card h3 {
    margin: 16px 0 12px;
    color: var(--text-dark);
    font-family: var(--serif-accent);
    font-size: 2rem;
    line-height: 1.02;
}

.about-team-card p {
    margin: 0 0 18px;
    color: var(--text-muted);
    line-height: 1.72;
}

.about-team-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--red);
    font-size: 0.92rem;
    font-weight: 700;
}

.about-team-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 22px;
}

.about-team-highlights span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.18);
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 600;
}

.about-team-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.about-team-bullets li {
    position: relative;
    padding-left: 22px;
    color: var(--text-muted);
    line-height: 1.76;
}

.about-team-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.14);
}

.about-team-values {
    padding: 84px 0;
    background-color: var(--navy-deep);
    background-image:
        linear-gradient(135deg, rgba(15, 22, 40, 0.97) 0%, rgba(26, 35, 64, 0.84) 100%),
        var(--photo-briefcase);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-team-values .section-label,
.about-team-values .section-title,
.about-team-values .specialties-section-header p {
    color: var(--white);
}

.about-team-values .specialties-section-header p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.76);
}

.about-team-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-team-value-card {
    padding: 24px 24px 26px;
    border-radius: 26px;
    background: rgba(248, 246, 240, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.18);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.about-team-value-card h3 {
    margin: 0 0 12px;
    color: var(--white);
    font-family: var(--serif-accent);
    font-size: 1.9rem;
    line-height: 1.04;
}

.about-team-value-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.76;
}

.team-profile-hero {
    padding: 86px 0 54px;
    background:
        linear-gradient(130deg, rgba(15, 22, 40, 0.97) 0%, rgba(26, 35, 64, 0.82) 100%),
        var(--photo-silhouette) center/cover no-repeat;
    color: var(--white);
}

.team-profile-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.86fr);
    gap: 36px;
    align-items: end;
}

.team-profile-hero .section-title {
    color: var(--white);
    max-width: 10ch;
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 0.94;
}

.team-profile-role {
    margin: 10px 0 20px;
    color: var(--gold);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.team-profile-quote {
    margin: 0 0 20px;
    padding: 16px 18px;
    border-left: 4px solid var(--gold);
    border-radius: 18px;
    background: rgba(248, 246, 240, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--serif-accent);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.12;
}

.team-profile-hero-copy p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.82;
}

.team-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 28px;
}

.team-profile-badges span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(248, 246, 240, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.18);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 600;
}

.team-profile-media {
    display: grid;
    gap: 14px;
}

.team-profile-media img {
    display: block;
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.2);
}

.team-profile-media--single {
    max-width: 420px;
    justify-self: end;
}

.team-profile-media--dual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
}

.team-profile-media--dual img {
    aspect-ratio: 4 / 5.1;
}

.team-profile-media--roberto {
    position: relative;
    min-height: 520px;
    align-items: end;
}

.team-profile-media-main {
    width: min(100%, 430px);
    justify-self: end;
}

.team-profile-media-main img {
    aspect-ratio: 4 / 5.2;
}

.team-profile-media-focus {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: min(52%, 260px);
    padding: 14px;
    border-radius: 26px;
    background: rgba(248, 246, 240, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.24);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.team-profile-media-focus img {
    aspect-ratio: 4 / 4.8;
    border-radius: 20px;
    margin-bottom: 12px;
}

.team-profile-media-note {
    display: grid;
    gap: 4px;
}

.team-profile-media-note span {
    color: var(--gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.team-profile-media-note strong {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.3;
}

.team-profile-shell {
    padding: 28px 0 84px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 246, 240, 0.96) 100%),
        var(--photo-gavel) right 3% top 120px / 180px auto no-repeat;
}

.team-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.team-profile-main,
.team-profile-side {
    display: grid;
    gap: 22px;
}

.team-profile-side {
    position: sticky;
    top: 110px;
}

.team-profile-card {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(201, 168, 76, 0.18);
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.07);
    backdrop-filter: blur(8px);
}

.team-profile-card h2,
.team-profile-card h3 {
    margin: 0 0 14px;
    color: var(--text-dark);
    font-family: var(--serif-accent);
    line-height: 1.02;
}

.team-profile-card h2 {
    font-size: clamp(2rem, 3vw, 2.5rem);
}

.team-profile-card h3 {
    font-size: 1.5rem;
}

.team-profile-card p {
    margin: 0 0 16px;
    color: var(--text-muted);
    line-height: 1.82;
}

.team-profile-card p:last-child {
    margin-bottom: 0;
}

.team-profile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.team-profile-list li {
    position: relative;
    padding-left: 22px;
    color: var(--text-muted);
    line-height: 1.74;
}

.team-profile-list li strong {
    color: var(--text-dark);
}

.team-profile-list--two-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
}

.team-profile-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.14);
}

.team-profile-timeline {
    display: grid;
    gap: 14px;
}

.team-profile-timeline-item {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(248, 246, 240, 0.7);
    border: 1px solid rgba(201, 168, 76, 0.14);
    border-left: 4px solid var(--gold);
}

.team-profile-timeline-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-dark);
    font-size: 1rem;
    letter-spacing: 0.03em;
}

.team-profile-timeline-item p {
    margin: 0;
}

.team-profile-certification {
    display: grid;
    gap: 16px;
    align-items: start;
}

.team-profile-certification img {
    width: min(100%, 180px);
    height: auto;
    object-fit: contain;
}

.team-profile-certification p {
    margin: 0;
}

.team-profile-orgs {
    display: grid;
    gap: 16px;
}

.team-profile-org {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(248, 246, 240, 0.62);
    border: 1px solid rgba(201, 168, 76, 0.16);
}

.team-profile-org img {
    width: min(100%, 180px);
    height: auto;
    object-fit: contain;
}

.team-profile-org p {
    margin: 0;
}

@media (max-width: 1100px) {
    .about-page-hero-grid,
    .about-team-values-grid,
    .about-team-cards {
        grid-template-columns: 1fr;
    }

    .about-page-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-profile-hero-grid,
    .team-profile-layout {
        grid-template-columns: 1fr;
    }

    .team-profile-media--single {
        max-width: 420px;
        justify-self: start;
    }

    .team-profile-media--roberto {
        min-height: 0;
        gap: 18px;
    }

    .team-profile-media-main {
        width: min(100%, 420px);
        justify-self: start;
    }

    .team-profile-media-focus {
        position: static;
        width: min(100%, 320px);
    }

    .team-profile-side {
        position: static;
    }

    .team-profile-list--two-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-page-hero {
        padding: 72px 0 56px;
    }

    .about-page-hero .section-title,
    .team-profile-hero .section-title {
        max-width: none;
        font-size: clamp(2.4rem, 10vw, 3.6rem);
    }

    .about-page-stat,
    .about-team-value-card,
    .about-page-hero-panel,
    .team-profile-card {
        padding: 22px;
    }

    .about-team-overview,
    .about-team-values {
        padding: 72px 0;
    }

    .about-page-stats,
    .team-profile-media--dual {
        grid-template-columns: 1fr;
    }

    .about-team-card h3,
    .about-team-value-card h3 {
        font-size: 1.75rem;
    }

    .team-profile-hero {
        padding: 72px 0 48px;
    }

    .team-profile-shell {
        padding: 22px 0 72px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 246, 240, 0.96) 100%);
    }
}
