/* ==========================================================================
   MRCP BOOTCAMP - PUBLIC MARKETING & INFORMATIONAL PAGES
   assets/css/pages.css
   ========================================================================== */

/* Universal Breadcrumbs & Eyebrow */
.eyebrow {
    color: var(--teal);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .78rem;
}
.crumbs {
    font-size: .85rem;
}
.crumbs a {
    color: var(--teal);
    text-decoration: none;
    font-weight: 600;
}
.crumbs span {
    color: var(--text-muted);
}

/* ==========================================================================
   1. HOMEPAGE (INDEX.PHP)
   ========================================================================== */
.hero-v2 {
    background: linear-gradient(160deg, var(--ink) 0%, #0d3f3a 100%);
    padding: 130px 0 90px;
    position: relative;
    overflow: hidden;
}
.hero-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 15%, rgba(20, 184, 166, .18), transparent 45%),
                radial-gradient(circle at 15% 85%, rgba(245, 158, 11, .1), transparent 40%);
}
.hero-eyebrow {
    color: var(--teal-bright);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .85rem;
}
.hero-h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.6rem);
    color: #fff;
    line-height: 1.25;
}
.hero-h1 .accent {
    color: var(--gold);
}
.hero-sub {
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 2vw, 1.15rem);
    max-width: 580px;
    line-height: 1.7;
}
.btn-cta {
    padding: .95rem 2.2rem;
    border-radius: 50px;
    font-weight: 700;
    transition: all .3s;
}
.btn-cta:hover {
    transform: translateY(-3px);
}
.btn-ghost {
    border: 2px solid rgba(255, 255, 255, .25);
    color: #fff;
}
.btn-ghost:hover {
    border-color: var(--teal-bright);
    color: var(--teal-bright);
}

.hero-panel {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    border-radius: 1.4rem;
    padding: 1.6rem;
}
.hero-panel .item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: .9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.hero-panel .item:last-child { border-bottom: none; }
.hero-panel .item i { color: var(--teal-bright); margin-top: 4px; }
.hero-panel .item strong { color: #fff; display: block; }
.hero-panel .item span { color: rgba(255, 255, 255, .65); font-size: .88rem; }

/* Stats band */
.stats-band { margin-top: -60px; position: relative; z-index: 5; }
.stats-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    box-shadow: 0 25px 60px rgba(11, 18, 32, .1);
}
.stat-num { font-size: 2rem; font-weight: 800; color: var(--ink); }
.stat-lbl { color: var(--text-muted); font-size: .82rem; font-weight: 600; text-transform: uppercase; }

.section-title { color: var(--ink); font-weight: 800; }
.lift { transition: transform .3s, box-shadow .3s; }
.lift:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(11, 18, 32, .1) !important; }

.pillar-card { background: #fff; border: 1px solid var(--line); border-radius: 1.2rem; height: 100%; }
.pillar-icon {
    width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem; margin-bottom: 1.2rem;
}

.course-card { background: #fff; border: 1px solid var(--line); border-radius: 1.4rem; overflow: hidden; height: 100%; }
.course-card .head { padding: 2rem 2rem 1.2rem; }
.course-tag { display: inline-block; font-weight: 800; font-size: 1.35rem; }

.accordion-button:not(.collapsed) { background: var(--teal-soft); color: var(--teal); box-shadow: none; }

/* ==========================================================================
   2. COURSE CATALOG (COURSES.PHP)
   ========================================================================== */
.course-hero {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--ink) 0%, #132a3a 60%, #0d3f3a 100%);
    border-bottom: 4px solid var(--gold);
    padding: 60px 0 55px;
}
.course-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 15%, rgba(20,184,166,.14), transparent 45%);
}
.hero-stat-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 1.1rem;
    text-align: center;
    backdrop-filter: blur(6px);
    flex: 1;
}
.btn-ghost-light {
    border: 2px solid rgba(255,255,255,.25);
    color: #fff;
    font-weight: 700;
    transition: all .3s;
}
.btn-ghost-light:hover {
    border-color: var(--teal-bright);
    color: var(--teal-bright);
}
.master-card {
    background: #fff;
    border-radius: 1.3rem;
    border: 1px solid var(--line);
    box-shadow: 0 5px 25px rgba(11,18,32,.05);
    overflow: hidden;
    margin-bottom: 2.5rem;
    transition: transform .3s, box-shadow .3s;
}
.master-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(11,18,32,.1);
}
.batch-header {
    background: linear-gradient(120deg, var(--teal-soft) 0%, #e6f7f4 100%);
    border-bottom: 1px solid #c7ece6;
}
.pricing-footer-dark {
    background: linear-gradient(135deg, var(--ink) 0%, #132a3a 100%);
    border-top: 1px solid #24344d;
    padding: 2rem 2.5rem;
}
.cohort-badge {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .5rem 1.2rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.badge-open     { background: var(--teal); color: #fff; }
.badge-soon     { background: #ef4444; color: #fff; animation: soft-pulse 2s infinite; }
.badge-upcoming { background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
.badge-running  { background: #f1f5f9; color: #475569; border: 1px solid #cbd5e1; }
@keyframes soft-pulse {
    0% { box-shadow: 0 0 0 0 rgba(220,38,38,.4); }
    70% { box-shadow: 0 0 0 8px rgba(220,38,38,0); }
    100% { box-shadow: 0 0 0 0 rgba(220,38,38,0); }
}
.formatted-desc {
    font-size: 1.05rem;
    color: var(--text);
    line-height: 1.8;
}
.formatted-desc p {
    margin-bottom: 1.2rem;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 1.1rem;
    background: var(--paper);
    padding: 1.1rem 1.2rem;
    border-radius: .9rem;
    border: 1px solid var(--line);
}

/* ==========================================================================
   3. ABOUT PAGE (ABOUT.PHP)
   ========================================================================== */
.about-hero {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--ink) 0%, #132a3a 60%, #0d3f3a 100%);
    border-bottom: 4px solid var(--gold);
    padding: 70px 0 60px;
}
.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(20,184,166,.14), transparent 45%);
}
.lift {
    transition: transform .3s ease, box-shadow .3s ease;
}
.lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(11,18,32,.1) !important;
}
.value-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    height: 100%;
}
.value-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 1.2rem;
}
.mentor-panel {
    background: linear-gradient(160deg, var(--ink) 0%, #0d3f3a 100%);
    border-radius: 1.4rem;
    color: #fff;
}

/* ==========================================================================
   4. CONTACT PAGE (CONTACT.PHP)
   ========================================================================== */
.contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    box-shadow: 0 20px 50px rgba(11,18,32,.08);
    overflow: hidden;
}
.contact-info-panel {
    background: linear-gradient(160deg, #090d16 0%, #0d3f3a 100%);
    color: #fff;
    padding: 3rem 2rem;
    position: relative;
    height: 100%;
}
.info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control {
    border-radius: 12px;
    padding: .8rem 1rem;
    border: 1px solid var(--line);
    background-color: #f8fafc;
    transition: all .3s;
}
.form-control:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(13,148,136,.12);
    background-color: #fff;
}
.form-label {
    font-weight: 600;
    color: #1e293b;
    font-size: .9rem;
}
.btn-send {
    background: #090d16;
    color: #fff;
    border: none;
    font-weight: 700;
    transition: all .3s;
}
.btn-send:hover {
    background: #0d9488;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(13,148,136,.3);
}
.hp-trap-container {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

/* ==========================================================================
   5. BATCHES / SCHEDULES (BATCHES.PHP)
   ========================================================================== */
.premium-hero {
    background: radial-gradient(circle at top right, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 90px 0 60px 0;
    margin-top: 76px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.premium-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
}
.premium-hero .container {
    position: relative;
    z-index: 2;
}
.spotlight-card {
    border-radius: 1.5rem;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(148, 163, 184, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.spotlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(148, 163, 184, 0.12);
}
.spotlight-running {
    border-top: 6px solid #6f42c1;
    box-shadow: 0 10px 30px rgba(111, 66, 193, 0.15);
}
.meta-box-new {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #f1f5f9;
}
.archive-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}
.archive-card:hover {
    background-color: #f8fafc;
}
@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(25, 135, 84, 0); }
    100% { box-shadow: 0 0 0 0 rgba(25, 135, 84, 0); }
}
.pulse-indicator {
    animation: pulse-ring 2s infinite;
}

/* ==========================================================================
   6. ARCHIVE COURSES (ARCHIVE_COURSES.PHP)
   ========================================================================== */
.archive-header {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--ink) 0%, #132a3a 60%, #0d3f3a 100%);
    border-bottom: 4px solid var(--gold);
}
.archive-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(20,184,166,.12), transparent 45%);
}
.btn-outline-light-custom {
    border: 2px solid rgba(255,255,255,.3);
    color: #fff;
    font-weight: 600;
    transition: all .3s;
}
.btn-outline-light-custom:hover {
    border-color: var(--teal-bright);
    color: var(--teal-bright);
}
.table-container {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
}
.custom-table thead {
    background-color: var(--paper);
    border-bottom: 2px solid var(--line);
}
.custom-table th {
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    font-size: .82rem;
    letter-spacing: .5px;
    padding: 1.25rem 1rem;
    border: none;
}
.custom-table td {
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    padding: 1rem;
}
.table-row-hover:hover td {
    background-color: var(--paper);
}
.badge-part1 {
    background-color: var(--teal-soft);
    color: var(--teal);
    font-weight: 600;
    border: 1px solid rgba(13,148,136,.25);
}
.badge-part2 {
    background-color: var(--gold-soft);
    color: #b45309;
    font-weight: 600;
    border: 1px solid rgba(245,158,11,.3);
}
.badge-status-done {
    background: #e2e8f0;
    color: #475569;
}
.nav-tabs.modern-tabs {
    border-bottom: 2px solid var(--line);
    gap: .5rem;
}
.nav-tabs.modern-tabs .nav-link {
    border: none;
    color: var(--text-muted);
    font-weight: 600;
    padding: .75rem 1.5rem;
    border-bottom: 3px solid transparent;
    transition: all .2s;
    background: transparent;
}
.nav-tabs.modern-tabs .nav-link:hover {
    color: var(--teal);
}
.nav-tabs.modern-tabs .nav-link.active {
    color: var(--teal);
    border-bottom-color: var(--teal);
}
.tab-count {
    background: #e2e8f0;
    color: var(--text-muted);
}
.nav-link.active .tab-count {
    background: var(--teal);
    color: #fff;
}
.pagination .page-link {
    color: var(--teal);
    border: 1px solid var(--line);
    margin: 0 3px;
    border-radius: 8px;
    font-weight: 600;
}
.pagination .page-item.active .page-link {
    background-color: var(--teal);
    border-color: var(--teal);
    color: #fff;
}
.pagination .page-link:hover {
    background-color: var(--teal-soft);
    color: var(--teal);
}
.pagination .page-item.disabled .page-link {
    color: #b0bcca;
}

/* ==========================================================================
   7. GUIDES DIRECTORY & SINGLE GUIDE (GUIDES.PHP, GUIDE.PHP)
   ========================================================================== */
.guides-hero {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--ink) 0%, #132a3a 60%, #0d3f3a 100%);
    border-bottom: 4px solid var(--gold);
    padding: 70px 0 60px;
}
.guide-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    text-decoration: none;
    padding: 2rem;
    position: relative;
}
.guide-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(11,18,32,.1);
    border-color: var(--teal);
}
.guide-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--teal);
    opacity: 0;
    transition: opacity .3s ease;
}
.guide-card:hover::before {
    opacity: 1;
}
.guide-cat {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 0.8rem;
    display: block;
}
.guide-title {
    font-weight: 700;
    color: var(--ink);
    font-size: 1.15rem;
    line-height: 1.45;
    margin: 0 0 1rem 0;
}
.guide-excerpt {
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}
.guide-meta {
    font-size: .8rem;
    color: var(--text-muted);
    border-top: 1px solid var(--line);
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-hero {
    margin-top: 70px;
    background: linear-gradient(160deg, var(--ink) 0%, #0d3f3a 100%);
    border-bottom: 4px solid var(--gold);
    padding: 45px 0 35px;
}
@media (min-width: 768px) {
    .article-hero { padding: 70px 0 60px; }
}
.article-body {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text);
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.article-body h2 {
    color: var(--ink);
    font-weight: 800;
    margin: 2.2rem 0 1rem;
    font-size: 1.45rem;
}
.article-body h3 {
    color: var(--ink);
    font-weight: 700;
    margin: 1.6rem 0 .75rem;
    font-size: 1.2rem;
}
.article-body p { margin-bottom: 1.3rem; }
.article-body ul, .article-body ol {
    margin-bottom: 1.3rem;
    padding-left: 1.4rem;
}
.article-body li { margin-bottom: .5rem; }
.article-body a { color: var(--teal); font-weight: 600; word-break: break-word; }
.article-body blockquote {
    border-left: 4px solid var(--gold);
    background: var(--gold-soft);
    padding: 1rem 1.2rem;
    border-radius: 0 12px 12px 0;
    margin: 1.5rem 0;
    font-style: italic;
}
.article-body img { max-width: 100%; height: auto; border-radius: 12px; }
.rating-box {
    background: #f8f9fa;
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 1.25rem;
    text-align: center;
}
.btn-rate {
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 700;
    transition: all 0.2s;
}
.btn-rate:hover {
    transform: translateY(-2px);
}

/* Mobile Sticky CRO Pill */
.guide-sticky-bottom {
    position: fixed;
    bottom: 14px;
    left: 12px;
    right: 12px;
    z-index: 1040;
    background: rgba(11, 18, 32, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(245, 158, 11, 0.45);
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.sticky-icon-avatar {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
@media (max-width: 767.98px) {
    body { padding-bottom: 75px; }
}

/* ==========================================================================
   8. HALL OF FAME (HALL_OF_FAME.PHP)
   ========================================================================== */
.hof-hero {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--ink) 0%, #132a3a 55%, #0d3f3a 100%);
    border-bottom: 4px solid var(--gold);
}
.hof-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 22px 22px;
}
.trophy-icon {
    font-size: 4.5rem;
    color: var(--gold);
    filter: drop-shadow(0 0 15px rgba(245,158,11,.4));
    animation: floatTrophy 3s ease-in-out infinite;
}
@keyframes floatTrophy {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.hof-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(11, 18, 32, 0.04);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hof-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(13, 148, 136, 0.12);
    border-color: rgba(13, 148, 136, 0.35);
}
.hof-card-header {
    background: linear-gradient(135deg, rgba(13,148,136,0.06) 0%, rgba(245,158,11,0.06) 100%);
    padding: 0.9rem 1.15rem;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.diet-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--ink);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
}
.diet-badge i { color: var(--gold); }
.score-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(13, 148, 136, 0.12);
    color: var(--teal);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
}
.score-chip i { color: var(--gold); }
.hof-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.doctor-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.75rem;
}
.doctor-avatar-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-soft) 0%, #ffffff 100%);
    border: 1px solid rgba(13,148,136,0.25);
    color: var(--teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.doctor-name-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ink);
    margin: 0;
    line-height: 1.3;
}
.country-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink);
    width: fit-content;
    margin-top: 4px;
}
.country-pill img {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    object-fit: cover;
}
.meta-details {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px dashed var(--line);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
}
.meta-icon {
    color: var(--teal);
    width: 18px;
    text-align: center;
    font-size: 0.85rem;
}
.meta-label {
    font-weight: 700;
    color: var(--text-muted);
    font-size: 0.8rem;
    min-width: 52px;
}
.course-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--teal);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}
.course-link-pill:hover { color: #0d766e; text-decoration: underline; }

.custom-pagination .page-link {
    color: var(--teal); border: none; margin: 0 4px; border-radius: 8px;
    font-weight: 600; background: #eef2f7; transition: all .2s;
}
.custom-pagination .page-item.active .page-link {
    background-color: var(--teal); color: #fff;
    box-shadow: 0 4px 10px rgba(13,148,136,.25);
}
.custom-pagination .page-link:hover:not(.active) { background-color: var(--teal-soft); color: var(--teal); }
.custom-pagination .page-item.disabled .page-link { color: #b0bcca; background: #f4f6f9; }

.btn-gold {
    background: var(--gold);
    color: var(--ink);
    border: none;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(245,158,11,.25);
    transition: all .3s;
}
.btn-gold:hover {
    background: #fbbf24;
    color: var(--ink);
    transform: translateY(-3px);
}

/* ==========================================================================
   9. LEGAL & POLICY PAGES (PRIVACY, TERMS, REFUND, COMPLAINTS, DELIVERY)
   ========================================================================== */
.legal-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    box-shadow: 0 20px 50px rgba(11,18,32,.06);
    padding: 3rem;
}
.legal-content h2 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink);
    margin-top: 2.2rem;
    padding-left: .9rem;
    border-left: 4px solid var(--teal);
}
.legal-content p, .legal-content li {
    color: #475569;
    line-height: 1.85;
    font-size: .95rem;
}
.legal-content ul {
    padding-left: 1.3rem;
}
.legal-meta {
    color: var(--text-muted);
    font-size: .85rem;
}
.entity-box {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
}
.highlight-box {
    background: rgba(13,148,136,.06);
    border: 1px solid rgba(13,148,136,.25);
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
}
.timeline-table,
.delivery-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}
.timeline-table th,
.delivery-table th {
    background: var(--ink);
    color: #fff;
    padding: .7rem 1rem;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: left;
}
.timeline-table td,
.delivery-table td {
    border: 1px solid var(--line);
    padding: .7rem 1rem;
    font-size: .92rem;
    color: #475569;
}
.timeline-table tr:nth-child(even) td,
.delivery-table tr:nth-child(even) td {
    background: var(--paper);
}
@media (max-width: 576px) {
    .legal-card { padding: 1.5rem; }
}
