.country-page {
    --country-ink: #020617;
    --country-navy: #07184a;
    --country-blue: #0D1B8C;
    --country-cyan: #0ea5e9;
    --country-gold: #f2b84b;
    --country-paper: #f4f7fb;
    --country-line: rgba(7, 24, 74, 0.12);
    background: var(--country-ink);
    color: #172033;
    font-family: 'Inter', sans-serif;
}

.country-page p,
.country-page li,
.country-page td {
    font-size: 1rem;
    line-height: 1.8;
}

.country-hero-v2 {
    min-height: 100vh;
    color: #fff;
    isolation: isolate;
    /* White frame to match home-page hero — navbar's white concave shape blends into this strip */
    background: var(--white-bg, #FFFFFF);
    padding: 10px;
    box-sizing: border-box;
}

/* Rounded image frame — clips the hero bg layers, leaving the white frame visible around it */
.country-hero-v2 > .country-hero-image,
.country-hero-v2 > .country-hero-scrim,
.country-hero-v2 > .country-orbit {
    border-radius: 40px;
}

.country-hero-image {
    position: absolute;
    inset: 10px;
    background-image: url("https://cdn.kimkim.com/files/a/images/7aaa4a085a1b10a36146cf8fc252419e1ba3dec9/original-69fd4c20c9d29d5ec05e44cfca05be03.jpg");
    background-size: cover;
    background-position: 58% center;
    transform: scale(1.04);
    filter: saturate(1.12) brightness(1.08);
    border-radius: 40px;
    overflow: hidden;
}

.country-hero-scrim {
    position: absolute;
    inset: 10px;
    border-radius: 40px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(4, 26, 59, 0.76) 48%, rgba(2, 6, 23, 0.12) 100%),
        radial-gradient(circle at 78% 36%, rgba(14, 165, 233, 0.18), transparent 34%),
        linear-gradient(180deg, transparent 70%, #020617 100%);
}

.country-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.country-orbit-one {
    width: 36vw;
    height: 36vw;
    min-width: 360px;
    min-height: 360px;
    right: -8vw;
    top: 17vh;
    animation: orbitDrift 16s ease-in-out infinite;
}

.country-orbit-two {
    width: 18vw;
    height: 18vw;
    min-width: 180px;
    min-height: 180px;
    right: 17vw;
    bottom: 13vh;
    animation: orbitDrift 18s ease-in-out infinite reverse;
}

.country-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #7dd3fc;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-kicker-dark {
    color: var(--country-blue);
}

.country-hero-title {
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.4rem, 5vw, 4.5rem);
    line-height: 0.88;
    letter-spacing: 0;
    max-width: 920px;
    margin-bottom: 1.4rem;
}

.country-hero-subtitle {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    line-height: 1.35;
}

.country-primary-btn,
.country-ghost-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border-radius: 8px;
    padding: 0.9rem 1.25rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.country-primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #0D1B8C, #0ea5e9);
    box-shadow: 0 18px 45px rgba(14, 165, 233, 0.28);
}

.country-ghost-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.country-primary-btn:hover,
.country-ghost-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.hero-proof-panel {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22px);
    border-radius: 8px;
    padding: 1.4rem;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.micro-label {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.proof-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 700;
}

.proof-item i {
    color: #7dd3fc;
}

.section-pad {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.bg-ink {
    background: #020617;
}

.bg-paper {
    background:
        linear-gradient(180deg, rgba(244, 247, 251, 0.96), rgba(255, 255, 255, 0.98)),
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 28%);
}

.text-ink {
    color: #07184a;
}

.text-slate {
    color: #a9b7cd;
}

.section-title {
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.2rem, 4.6vw, 4.5rem);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
}

.section-lead {
    font-size: clamp(1.08rem, 1.5vw, 1.28rem);
    line-height: 1.85;
}

.section-copy {
    color: #5c677a;
    line-height: 1.8;
}

.intro-band .container{
    text-align: center;
}

.quick-grid,
.insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.quick-stat,
.content-panel,
.requirement-panel,
.article-block,
.detail-panel,
.insight-card {
    border: 1px solid var(--country-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(7, 24, 74, 0.08);
}

.quick-stat {
    min-height: 150px;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px !important;
    border: 1px solid var(--country-line);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(7, 24, 74, 0.04);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

.quick-stat:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(7, 24, 74, 0.08);
    border-color: rgba(13, 27, 140, 0.18);
}

.quick-stat span {
    color: #5c677a;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.quick-stat strong {
    color: #07184a;
    font-size: 1.45rem;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
}

.quick-stat small {
    color: #69758a;
    font-size: 0.82rem;
}

.quick-stat-accent {
    background: linear-gradient(135deg, #07184a, #0D1B8C);
    border-color: rgba(13, 27, 140, 0.2);
    box-shadow: 0 16px 36px rgba(13, 27, 140, 0.2);
}

.quick-stat-accent:hover {
    box-shadow: 0 24px 48px rgba(13, 27, 140, 0.3);
}

.quick-stat-accent span,
.quick-stat-accent strong,
.quick-stat-accent small {
    color: #fff;
}

.premium-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(7, 24, 74, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(7, 24, 74, 0.04);
    padding: 1.5rem;
}

.premium-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.premium-table th {
    background: transparent;
    color: #07184a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.75rem 1.2rem;
    border: 0;
}

.premium-table tr {
    background: #f8fafc;
    transition: transform 0.3s ease, background 0.3s ease;
}

.premium-table tr:hover {
    background: #f1f5f9;
    transform: translateX(4px);
}

.premium-table td {
    padding: 1.25rem 1.5rem;
    border: 0;
    vertical-align: middle;
}

.premium-table td:first-child {
    color: #07184a;
    font-weight: 800;
    width: 30%;
    border-radius: 12px 0 0 12px;
}

.premium-table td:last-child {
    border-radius: 0 12px 12px 0;
}

.sticky-col {
    position: sticky;
    top: 110px;
}

.content-panel {
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    border-left: 4px solid var(--country-cyan);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.content-panel:hover {
    transform: translateY(-4px);
    border-left-color: var(--country-blue);
    box-shadow: 0 24px 60px rgba(7, 24, 74, 0.12);
}

.panel-icon-box {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(13, 27, 140, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.content-panel:hover .panel-icon-box {
    transform: scale(1.1) rotate(6deg);
}

.content-panel p,
.article-block p,
.detail-panel p,
.insight-card p {
    color: #4a5568;
}

.why-band {
    position: relative;
    overflow: clip;
}

.why-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.stacked-story {
    position: relative;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 1rem;
    padding: 1.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stacked-story span {
    color: rgba(125, 211, 252, 0.48);
    font-family: "Outfit", sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
}

.stacked-story p {
    color: #cbd5e1;
    margin: 0;
}

.requirement-panel,
.article-block,
.detail-panel,
.insight-card {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.requirement-panel h3,
.article-block h3,
.detail-panel h3,
.insight-card h3 {
    color: #07184a;
    font-family: "Outfit", sans-serif;
    font-size: 1.55rem;
    margin-bottom: 1rem;
}

.requirement-panel-dark {
    background: #07184a;
    border-color: rgba(14, 165, 233, 0.28);
}

.requirement-panel-dark h3,
.requirement-panel-dark p {
    color: #fff;
}

.premium-list {
    padding: 0;
    margin: 1.2rem 0;
    list-style: none;
}

.premium-list li {
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    color: #4a5568;
    background: #f8fafc;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(7, 24, 74, 0.03);
}

.premium-list li:hover {
    transform: translateX(6px);
    background: #f1f5f9;
    box-shadow: 0 8px 24px rgba(7, 24, 74, 0.04);
}

.premium-list li::before {
    content: "\f058";
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0ea5e9;
    font-size: 1.05rem;
}

.doc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.3rem 0;
}

.doc-grid span {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.15rem;
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.doc-grid span:hover {
    transform: translateY(-3px) scale(1.02);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(14, 165, 233, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.doc-grid span i {
    color: #7dd3fc;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.doc-grid span:hover i {
    transform: scale(1.2);
}

.article-block {
    margin-bottom: 1rem;
}

/* Article lead paragraph */
.article-lead {
    font-size: 1.08rem;
    color: #4a5568;
    line-height: 1.85;
    margin-bottom: 1.5rem;
}

/* 2×2 Highlight Pills Grid */
.article-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    margin: 1.4rem 0 1.5rem;
}

.article-highlight-pill {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    background: #f8fafc;
    border: 1px solid rgba(7, 24, 74, 0.06);
    border-radius: 14px;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.article-highlight-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(7, 24, 74, 0.07);
    border-color: rgba(13, 27, 140, 0.13);
}

.ahp-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 1rem;
}

.ahp-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ahp-body strong {
    font-size: 0.88rem;
    font-weight: 700;
    color: #07184a;
    line-height: 1.3;
}

.ahp-body span {
    font-size: 0.8rem;
    color: #5c677a;
    line-height: 1.5;
}

/* Micro Stat Bar */
.article-stat-bar {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 0.5rem;
    padding: 1.1rem 1.35rem;
    background: linear-gradient(135deg, rgba(13, 27, 140, 0.04), rgba(14, 165, 233, 0.05));
    border: 1px solid rgba(14, 165, 233, 0.15);
    border-radius: 14px;
}

.asb-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1;
}

.asb-item > i {
    font-size: 1.1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.asb-item div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.asb-item strong {
    font-size: 0.85rem;
    font-weight: 700;
    color: #07184a;
}

.asb-item span {
    font-size: 0.78rem;
    color: #5c677a;
    line-height: 1.45;
}

.asb-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(14, 165, 233, 0.2);
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .article-highlights-grid {
        grid-template-columns: 1fr;
    }

    .article-stat-bar {
        flex-direction: column;
        gap: 1rem;
    }

    .asb-divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }
}


.advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.advantage-card {
    display: flex;
    gap: 1.2rem;
    background: #ffffff;
    border: 1px solid rgba(7, 24, 74, 0.06);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(7, 24, 74, 0.03);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    border-color: rgba(13, 27, 140, 0.15);
    box-shadow: 0 20px 40px rgba(7, 24, 74, 0.08);
}

.advantage-icon-box {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.advantage-card:hover .advantage-icon-box {
    transform: scale(1.15) rotate(6deg);
}

.advantage-content h4 {
    font-family: "Outfit", sans-serif;
    color: #07184a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.advantage-content p {
    color: #5c677a;
    font-size: 0.88rem !important;
    line-height: 1.6;
    margin: 0;
}

.detail-panel {
    padding: 2.2rem;
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(7, 24, 74, 0.05);
    box-shadow: 0 15px 40px rgba(7, 24, 74, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.detail-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(13, 27, 140, 0.1);
    box-shadow: 0 24px 50px rgba(7, 24, 74, 0.06);
}

.detail-panel h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #07184a;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-family: "Outfit", sans-serif;
}

.cost-callout,
.accommodation-highlight,
.living-highlight {
    transition: transform 0.3s ease;
}

.detail-panel:hover .cost-callout,
.detail-panel:hover .accommodation-highlight,
.detail-panel:hover .living-highlight {
    transform: scale(1.015);
}

.callout-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.compact-details-wrap {
    background: #ffffff;
}

.compact-info-item {
    position: relative;
}

.compact-icon-box {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(13, 27, 140, 0.12);
}

.compact-info-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-family: "Outfit", sans-serif;
}

.compact-info-item p {
    font-size: 0.86rem !important;
    line-height: 1.5;
}

.compact-details {
    display: grid;
    gap: 1.35rem;
}

.admission-section {
    position: relative;
}

.admission-timeline-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: admission;
}

.admission-timeline-v2 li {
    counter-increment: admission;
    position: relative;
    padding: 1.15rem 1.25rem 1.15rem 5.4rem;
    min-height: 88px;
    color: #dbeafe;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.admission-timeline-v2 li::before {
    content: counter(admission, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    background: linear-gradient(135deg, #0D1B8C, #0ea5e9);
}

.insight-card {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 2.2rem !important;
    border-radius: 20px;
    border: 1px solid rgba(7, 24, 74, 0.05);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(7, 24, 74, 0.03);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.insight-card:hover {
    transform: translateY(-5px);
    border-color: rgba(13, 27, 140, 0.12);
    box-shadow: 0 24px 60px rgba(7, 24, 74, 0.08);
}

.insight-card > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #0D1B8C, #0ea5e9);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
}

.insight-card:hover > i {
    transform: scale(1.1) rotate(5deg);
}

.insight-card h3 {
    font-family: "Outfit", sans-serif;
    color: #07184a;
    font-size: 1.25rem;
    font-weight: 750;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.insight-points {
    margin: 0;
    padding: 0;
}

.insight-points li {
    font-size: 0.9rem !important;
    line-height: 1.5;
    color: #5c677a;
    display: flex;
    align-items: flex-start;
}

.insight-points li i {
    font-size: 0.95rem;
    margin-top: 0.2rem;
}

.premium-table-dark {
    color: #dbeafe;
}

.premium-table-dark th {
    background: rgba(255, 255, 255, 0.08);
}

.premium-table-dark td {
    border-color: rgba(255, 255, 255, 0.12);
}

.premium-table-dark td:first-child {
    color: #fff;
}

.comparison-table-wrap {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.apply-band {
    padding: 5rem 0;
    background: linear-gradient(135deg, #eaf6ff, #ffffff);
}

.apply-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 8px;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: #07184a;
    color: #fff;
    box-shadow: 0 28px 80px rgba(7, 24, 74, 0.22);
}

.apply-shell h2 {
    max-width: 760px;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    margin: 0;
}

.reveal-up {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

@keyframes orbitDrift {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(-18px, 14px, 0) rotate(9deg);
    }
}

@media (max-width: 991px) {
    .country-hero-title {
        font-size: clamp(3rem, 14vw, 5rem);
    }

    .hero-proof-panel {
        margin-bottom: 4rem;
    }

    .quick-grid,
    .insight-grid,
    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .sticky-col {
        position: static;
    }

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

    .stacked-story {
        grid-template-columns: 1fr;
    }

    .apply-shell {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .country-primary-btn,
    .country-ghost-btn {
        width: 100%;
    }

    .admission-timeline-v2 li {
        padding-left: 0;
        padding-top: 5rem;
    }
}

/* Custom Accordion */
.accordion-box {
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.accordion-box.active {
    border-color: rgba(13, 27, 140, 0.25) !important;
    background-color: #f8fafc !important;
    box-shadow: 0 12px 30px rgba(13, 27, 140, 0.04);
}
.accordion-box .acc-icon {
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--country-cyan);
}
.accordion-box.active .acc-icon {
    transform: rotate(180deg);
}

/* Comparison Duality Dashboard Bullet Styling */
.comparison-list {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0;
}
.comparison-list li {
    position: relative;
    padding: 0.65rem 0 0.65rem 2.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    border: 0 !important;
    margin: 0 !important;
}
.comparison-list li::before {
    position: absolute;
    left: 0;
    top: 0.85rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.1rem;
}
.glass-card-danger .comparison-list li::before {
    content: "\f057"; /* circle-xmark */
    color: #f87171;
}
.glass-card-warning .comparison-list li::before {
    content: "\f071"; /* triangle-exclamation */
    color: #fbbf24;
}
.glass-card-success .comparison-list li::before {
    content: "\f058"; /* circle-check */
    color: #34d399;
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT-THEME COMPARISON ZONE
   ═══════════════════════════════════════════════════════════════ */

/* Soft ambient glows for white background */
.reality-glow-light-coral {
    top: 5%;
    left: -12%;
    background: radial-gradient(circle, rgba(248, 113, 113, 0.08), transparent 65%);
}
.reality-glow-light-cyan {
    bottom: -8%;
    right: -12%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08), transparent 65%);
}

/* Cards on light background — elevated white with colored left accent */
.comparison-zone-light .reality-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.comparison-zone-light .glass-card-danger {
    background: #ffffff;
    border: 1px solid rgba(220, 38, 38, 0.12);
    border-left: 4px solid rgba(220, 38, 38, 0.5);
    box-shadow: 0 8px 30px rgba(220, 38, 38, 0.06);
}
.comparison-zone-light .glass-card-danger:hover {
    border-color: rgba(220, 38, 38, 0.25);
    border-left-color: rgba(220, 38, 38, 0.8);
    box-shadow: 0 20px 50px rgba(220, 38, 38, 0.1);
}

.comparison-zone-light .glass-card-warning {
    background: #ffffff;
    border: 1px solid rgba(245, 158, 11, 0.12);
    border-left: 4px solid rgba(245, 158, 11, 0.5);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.06);
}
.comparison-zone-light .glass-card-warning:hover {
    border-color: rgba(245, 158, 11, 0.25);
    border-left-color: rgba(245, 158, 11, 0.8);
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.1);
}

.comparison-zone-light .glass-card-success {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.04), rgba(46, 63, 191, 0.06));
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-left: 4px solid rgba(14, 165, 233, 0.6);
    box-shadow: 0 8px 30px rgba(14, 165, 233, 0.08);
}
.comparison-zone-light .glass-card-success:hover {
    border-color: rgba(14, 165, 233, 0.4);
    border-left-color: rgba(14, 165, 233, 1);
    box-shadow: 0 20px 50px rgba(14, 165, 233, 0.14);
}

/* Card hover glow tamed for light bg */
.comparison-zone-light .reality-card:hover {
    box-shadow: 0 24px 48px rgba(7, 24, 74, 0.08);
}

/* Watermark — use dark ink at very low opacity on white */
.comparison-zone-light .card-watermark {
    display: none;
    color: #07184a !important;
    opacity: 0.03 !important;
}
.comparison-zone-light .reality-card:hover .card-watermark {
    display: none;
    opacity: 0.06 !important;
}

/* List items — dark readable text on white cards */
.comparison-zone-light .comparison-list li {
    color: #4a5568;
}
.comparison-zone-light .glass-card-danger .comparison-list li strong {
    color: #b91c1c;
}
.comparison-zone-light .glass-card-warning .comparison-list li strong {
    color: #b45309;
}
.comparison-zone-light .glass-card-success .comparison-list li strong {
    color: #0369a1;
}
.comparison-zone-light .glass-card-danger .comparison-list li::before {
    color: #ef4444;
}
.comparison-zone-light .glass-card-warning .comparison-list li::before {
    color: #f59e0b;
}
.comparison-zone-light .glass-card-success .comparison-list li::before {
    color: #0ea5e9;
}

/* Solution shine — softer for light bg */
.comparison-zone-light .solution-shine {
    background: linear-gradient(135deg, transparent 30%, rgba(14, 165, 233, 0.06) 50%, transparent 70%);
}

/* Requirements Section Initial States for Smooth GSAP Sequences */
#requirements .col-lg-7,
#requirements .col-lg-5,
#requirements .requirement-panel,
#requirements .requirement-panel-dark,
#requirements .premium-list li,
#requirements .doc-grid span {
    /* opacity: 0; */
}
