/* regional.css — additive only, reuses second-opinion.css + visa.css + app.css. Shared by /in/, /africa/, /china/ */

.section-wrap {
    padding-block: clamp(36px, 5vw, 64px);
}
.so-pair-row {
    gap: clamp(32px, 4vw, 56px);
}
.gold-rule {
    margin: 14px 0 20px;
}
.hosp-directory-header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

/* ── Why-choose numbered grid (2x2) ── */
.reg-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.reg-why-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.reg-why-num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--green-deep);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 0.95rem;
}
.reg-why-item strong {
    display: block;
    font-size: 13.5px;
    color: var(--green-dark);
    margin-bottom: 3px;
}
.reg-why-item p {
    font-size: 12px;
    color: var(--cream-text);
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 560px) {
    .reg-why-grid {
        grid-template-columns: 1fr;
    }
}

/* ── City / regional healthcare data cards ── */
.reg-city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.reg-city-card {
    background: var(--white);
    border: 1px solid var(--border-cream);
    border-radius: 16px;
    padding: 28px 26px;
    overflow-x: hidden;
}
.reg-city-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--green-dark);
    margin-bottom: 10px;
}
.reg-city-card p {
    font-size: 13px;
    color: var(--cream-text);
    line-height: 1.6;
    margin-bottom: 14px;
}
.reg-city-stats {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 14px;
    margin-top: 4px;
    border-top: 1px solid var(--border-cream);
}
.reg-city-stats div {
    font-size: 9.5px;
    color: var(--cream-text);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid var(--border-cream);
    white-space: nowrap;
}
.reg-city-stats div:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.reg-city-stats span {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 2px;
}

@media (max-width: 900px) {
    .reg-city-grid {
        grid-template-columns: 1fr 1fr;
    }
    .reg-city-stats {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .reg-city-stats div {
        border-right: none !important;
        padding-right: 0 !important;
        margin-right: 16px !important;
    }
}
@media (max-width: 560px) {
    .reg-city-grid {
        grid-template-columns: 1fr;
    }
    .reg-city-stats {
        flex-direction: column;
        row-gap: 10px;
    }
    .reg-city-stats div {
        border-right: none !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--border-cream);
    }
    .reg-city-stats div:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* ── RTL support for the Arabic page ── */
[dir="rtl"] .so-check-list li {
    padding-left: 0;
    padding-right: 30px;
}
[dir="rtl"] .so-check-list li::before {
    left: auto;
    right: 0;
}
[dir="rtl"] .reg-why-item,
[dir="rtl"] .cart-step,
[dir="rtl"] .ct-step {
    flex-direction: row-reverse;
    text-align: right;
}
[dir="rtl"] .s-eyebrow::before {
    display: none;
}
[dir="rtl"] .lead-label {
    text-align: right;
}

/* ── New hero (stats + full-bleed photo w/ quote overlay) — India page, July 2026 redesign ── */
.reg-hero2 {
    background:
        radial-gradient(
            ellipse 90% 70% at 75% 20%,
            rgba(184, 149, 106, 0.14),
            transparent 60%
        ),
        linear-gradient(155deg, #0d2b1a 0%, #071a0f 55%, #051208 100%);
    padding: clamp(48px, 6vw, 80px) 0;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
}

/* Full-bleed background photo covering the right ~55% of the hero, edge to edge */
.reg-hero2-bg-media {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 46%;
    height: 480px;
    max-height: 78%;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}
.reg-hero2-bg-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 25%;
    display: block;
}
.reg-hero2-bg-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            ellipse 90% 90% at 65% 45%,
            transparent 40%,
            rgba(7, 26, 15, 0.55) 85%,
            #071a0f 100%
        ),
        linear-gradient(90deg, #071a0f 0%, transparent 35%);
}

.reg-hero2-map {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
    background-image: radial-gradient(circle, var(--gold) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(
        ellipse 60% 60% at 20% 40%,
        black 40%,
        transparent 75%
    );
    -webkit-mask-image: radial-gradient(
        ellipse 60% 60% at 20% 40%,
        black 40%,
        transparent 75%
    );
}

/* Glowing global connection lines, layered over the dot map */
.reg-hero2-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.5;
    z-index: 1;
    mask-image: radial-gradient(
        ellipse 60% 60% at 20% 40%,
        black 30%,
        transparent 78%
    );
    -webkit-mask-image: radial-gradient(
        ellipse 60% 60% at 20% 40%,
        black 30%,
        transparent 78%
    );
}
.reg-hero2-lines svg {
    width: 100%;
    height: 100%;
}
.reg-hero2-lines path {
    stroke: var(--gold);
    stroke-width: 1;
    fill: none;
    opacity: 0.55;
    filter: drop-shadow(0 0 3px rgba(184, 149, 106, 0.6));
    stroke-dasharray: 4 5;
    animation: regHeroLineFlow 14s linear infinite;
}
.reg-hero2-lines circle {
    fill: var(--gold);
    filter: drop-shadow(0 0 4px rgba(184, 149, 106, 0.9));
}
@keyframes regHeroLineFlow {
    to {
        stroke-dashoffset: -180;
    }
}

/* Subtle floating particles */
.reg-hero2-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}
.reg-hero2-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.5;
    filter: drop-shadow(0 0 3px rgba(184, 149, 106, 0.8));
    animation: regHeroFloat 9s ease-in-out infinite;
}
@keyframes regHeroFloat {
    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0.25;
    }
    50% {
        transform: translateY(-22px) translateX(8px);
        opacity: 0.7;
    }
}

.reg-hero2-row {
    display: grid;
    grid-template-columns: minmax(0, 620px) 1fr;
    gap: clamp(24px, 3vw, 48px);
    align-items: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-inline: clamp(20px, 5vw, 64px);
    position: relative;
    z-index: 2;
}
.reg-hero2-copy {
    width: 100%;
}
.reg-hero2-copy h1 {
    color: var(--cream);
    margin: 10px 0 14px;
    font-family: "Cormorant Garamond", serif;
}
.reg-hero2-gold {
    color: var(--gold);
    background: linear-gradient(120deg, #d4b48c, var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reg-hero2-copy .hero-sub {
    margin: 0 0 28px;
    max-width: 520px;
}

.reg-hero2-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
.reg-hero2-stat {
    background: rgba(248, 244, 237, 0.04);
    border: 1px solid rgba(184, 149, 106, 0.18);
    border-radius: 14px;
    padding: 16px 14px;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}
.reg-hero2-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(184, 149, 106, 0.45);
}
.reg-hero2-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 1px solid rgba(184, 149, 106, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    box-shadow: 0 0 14px rgba(184, 149, 106, 0.25) inset;
}
.reg-hero2-icon svg {
    width: 18px;
    height: 18px;
}
.reg-hero2-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--gold);
}
.reg-hero2-label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--cream);
    margin-top: 2px;
}
.reg-hero2-sub {
    font-size: 11px;
    color: rgba(248, 244, 237, 0.5);
    margin-top: 4px;
    line-height: 1.4;
}

/* Gold gradient CTA */
.reg-hero2-copy .btn-lg-gold {
    background: linear-gradient(135deg, #d4b48c, var(--gold) 55%, #a67c4e);
    border: none;
    box-shadow: 0 10px 30px rgba(184, 149, 106, 0.35);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.reg-hero2-copy .btn-lg-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(184, 149, 106, 0.5);
}

/* Right column: just a positioning frame for the quote card over the full-bleed photo */
.reg-hero2-media {
    position: relative;
    height: 100%;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* True glassmorphism testimonial card */
.reg-hero2-quote {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    background: rgba(248, 244, 237, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(248, 244, 237, 0.2);
    border-radius: 14px;
    padding: 20px 22px;
    color: var(--cream);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 340px;
}
.reg-hero2-quote-mark {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    color: var(--gold);
    line-height: 1;
    text-shadow: 0 0 10px rgba(184, 149, 106, 0.5);
}
.reg-hero2-quote p {
    font-size: 12.5px;
    color: rgba(248, 244, 237, 0.9);
    line-height: 1.55;
    margin: 4px 0 10px;
}
.reg-hero2-quote-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11.5px;
}
.reg-hero2-stars {
    color: var(--gold);
    letter-spacing: 1px;
    filter: drop-shadow(0 0 3px rgba(184, 149, 106, 0.7));
}

@media (max-width: 900px) {
    .reg-hero2 {
        min-height: 0;
    }
    .reg-hero2-bg-media {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        height: 280px;
        max-height: none;
        border-radius: 0;
        order: -1;
    }
    .reg-hero2-row {
        grid-template-columns: 1fr;
    }
    .reg-hero2-media {
        min-height: 0;
        height: auto;
        margin-top: -80px;
    }
    .reg-hero2-quote {
        position: relative;
        left: 0;
        right: 0;
        max-width: none;
        margin: 0 20px;
    }
    .reg-hero2-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* ── Generic image frame for paired sections (July 2026 India page update) ── */
.reg-img-frame {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3.2;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.reg-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.reg-cta-img {
    margin-top: 24px;
    max-width: 420px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

/* ── Why-choose row list with icon + arrow (replaces the numbered 2x2 grid) ── */
.reg-why-list {
    display: grid;
    gap: 14px;
}
.reg-why-row {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--white);
    border: 1px solid var(--border-cream);
    border-radius: 12px;
    padding: 14px 18px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.reg-why-row:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.reg-why-row-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(184, 149, 106, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.reg-why-row-icon svg {
    width: 17px;
    height: 17px;
}
.reg-why-row-body {
    flex: 1;
}
.reg-why-row-body strong {
    display: block;
    font-size: 13.5px;
    color: var(--green-dark);
    margin-bottom: 2px;
}
.reg-why-row-body p {
    font-size: 12px;
    color: var(--cream-text);
    margin: 0;
    line-height: 1.45;
}
.reg-why-row-arrow {
    color: var(--gold);
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ── City landmark icons ── */
.reg-city-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 12px;
    background: rgba(184, 149, 106, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.reg-city-icon svg {
    width: 17px;
    height: 17px;
}
.reg-city-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: fit-content;
    margin: 28px auto 0;
    padding: 10px 20px;
    border: 1px solid var(--border-cream);
    border-radius: 100px;
    font-size: 11px;
    color: var(--cream-text);
    text-align: center;
}
.reg-city-footnote svg {
    flex-shrink: 0;
    color: var(--gold);
}

/* ══════════════════════════════════════════════════════════
   CHINA PAGE — July 2026 redesign (ch2- prefix)
══════════════════════════════════════════════════════════ */
.ch2-hero {
    padding-bottom: clamp(36px, 5vw, 64px);
    overflow: hidden;
}
.ch2-hero-row {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}
.ch2-hero-copy h1 {
    color: var(--cream);
    margin-top: 8px;
}
.ch2-hero-media {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/4.6;
    background: var(--cream-dark);
}
.ch2-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .ch2-hero-row {
        grid-template-columns: 1fr;
    }
    .ch2-hero-media {
        order: -1;
        aspect-ratio: 16/9;
    }
}

/* 4 stat items with icons (Why China chooses US) */
.ch2-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}
.ch2-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--green-dark);
}
.ch2-stat-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(184, 149, 106, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.ch2-stat-icon svg {
    width: 16px;
    height: 16px;
}

/* 4-step roadmap cards */
.ch2-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1300px;
    margin: 0 auto;
}
.ch2-roadmap-card {
    background: rgba(248, 244, 237, 0.05);
    border: 1px solid rgba(248, 244, 237, 0.14);
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
}
.ch2-roadmap-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 auto 12px;
    background: var(--gold);
    color: var(--green-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 1.05rem;
}
.ch2-roadmap-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cream);
    margin-bottom: 8px;
}
.ch2-roadmap-card p {
    font-size: 12px;
    color: rgba(248, 244, 237, 0.55);
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 900px) {
    .ch2-roadmap-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 500px) {
    .ch2-roadmap-grid {
        grid-template-columns: 1fr;
    }
}

/* City cards with images */
.ch2-city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.ch2-city-card {
    background: var(--white);
    border: 1px solid var(--border-cream);
    border-radius: 14px;
    overflow: hidden;
}
.ch2-city-img {
    height: 130px;
}
.ch2-city-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ch2-city-body {
    padding: 18px 18px 20px;
}
.ch2-city-body h3 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--green-dark);
    margin-bottom: 8px;
}
.ch2-city-body h3 svg {
    color: var(--gold);
    flex-shrink: 0;
}
.ch2-city-body h3 span {
    font-size: 10.5px;
    font-weight: 400;
    color: var(--gold);
    margin-left: auto;
}
.ch2-city-body p {
    font-size: 11.5px;
    color: var(--cream-text);
    line-height: 1.55;
    margin: 0;
}
@media (max-width: 900px) {
    .ch2-city-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 500px) {
    .ch2-city-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════
   FAQ PAGE — hero badge row, July 2026
══════════════════════════════════════════════════════════ */
.faq-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.faq-badge-row span {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border: 1px solid rgba(184, 149, 106, 0.3);
    border-radius: 100px;
    font-size: 11.5px;
    color: rgba(248, 244, 237, 0.8);
    font-weight: 600;
}
.faq-badge-row svg {
    color: var(--gold);
    flex-shrink: 0;
}
