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

:root {
    --teal: #00859B;
    --teal-deep: #006070;
    --teal-light: #3FCFF7;
    --teal-pale: #E8F7FA;
    --cream: #FAF8F4;
    --cream-dark: #F0EDE6;
    --sand: #D4C4A8;
    --charcoal: #1A2535;
    --charcoal-mid: #2E3F57;
    --gray-text: #556678;
    --white: #FFFFFF;
    --green: #22C55E;
    --amber: #F59E0B;
    --red: #EF4444;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--charcoal);
    overflow-x: hidden;
}

/* Lifeline theme uses .theme-layout { float:left } — can collapse header / overlap main with v2 chrome */
.theme-layout {
    float: none !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main.site-main {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    flex: 1 1 auto;
    position: relative;
    z-index: 0;
}

/* ── TOPBAR ── */
.topbar {
    background: var(--charcoal);
    color: rgba(255,255,255,0.7);
    font-size: 12.5px;
    padding: 9px 0;
}
.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.topbar a:hover { color: var(--teal-light); }
.topbar-links { display: flex; gap: 20px; align-items: center; }
.topbar-links span { width: 1px; height: 12px; background: rgba(255,255,255,0.2); }

/* ── NAV ── */
nav {
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    min-height: 68px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}
/* .site-brand: avoid class "logo" — lifeline/style.css applies float/background to .logo globally */
.site-brand {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    color: var(--charcoal);
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 2px;
    float: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex-shrink: 0;
    max-width: min(280px, 46vw);
}
.site-brand--text { text-decoration: none; }
.logo-accent { color: var(--teal); }
.logo-dot { width: 6px; height: 6px; background: var(--teal-light); border-radius: 50%; margin-left: 1px; align-self: flex-end; margin-bottom: 4px; }
.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}
.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-text);
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.2s;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--teal);
    border-radius: 2px;
    transition: width 0.25s;
}
        .nav-links a:hover { color: var(--teal); }
        .nav-links a:hover::after { width: 100%; }
        .nav-links a.is-active { color: var(--teal); }
        .nav-links a.is-active::after { width: 100%; }
.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 4px 14px rgba(37,211,102,0.3);
}
.nav-cta:hover { background: #1ea852; transform: translateY(-1px); }
.nav-cta svg { width: 16px; height: 16px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all 0.3s; }

/* ── HERO ── */
.hero {
    min-height: calc(100vh - 200px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    gap: 60px;
    align-items: center;
}
.hero-left { padding: 60px 0; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--teal-pale);
    color: var(--teal-deep);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 28px;
    border: 1px solid rgba(0,133,155,0.15);
}
.hero-badge::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--teal);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}
.hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.1;
    color: var(--charcoal);
    margin-bottom: 24px;
}
.hero h1 em {
    font-style: italic;
    color: var(--teal);
}
.hero-desc {
    font-size: 16px;
    line-height: 1.75;
    color: var(--gray-text);
    max-width: 440px;
    margin-bottom: 40px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
    background: var(--teal);
    color: white;
    font-weight: 600;
    font-size: 14.5px;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 6px 20px rgba(0,133,155,0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-primary:hover { background: var(--teal-deep); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,133,155,0.4); }
.btn-secondary {
    background: transparent;
    color: var(--charcoal);
    font-weight: 500;
    font-size: 14.5px;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    border: 1.5px solid rgba(0,0,0,0.15);
    transition: border-color 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-secondary:hover { border-color: var(--teal); color: var(--teal); }
.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--cream-dark);
}
.stat-item { }
.stat-num {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    color: var(--teal);
    line-height: 1;
}
.stat-label { font-size: 12px; color: var(--gray-text); margin-top: 4px; }
.hero-right {
    position: relative;
    height: 560px;
    border-radius: 24px;
    overflow: hidden;
}
.hero-img {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 50%, rgba(0,96,112,0.3));
    border-radius: 24px;
}
.hero-card {
    position: absolute;
    bottom: 28px;
    left: 28px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 260px;
}
.hero-card-icon {
    width: 44px; height: 44px;
    background: var(--teal-pale);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.hero-card-icon svg { width: 22px; height: 22px; color: var(--teal); }
.hero-card-text p { font-size: 12px; color: var(--gray-text); }
.hero-card-text strong { font-size: 14px; color: var(--charcoal); }
.hero-float-badge {
    position: absolute;
    top: 28px;
    right: -10px;
    background: var(--charcoal);
    color: white;
    border-radius: 100px 0 0 100px;
    padding: 10px 20px 10px 16px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.float-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: pulse-dot 2s infinite; }

/* ── SECTION WRAPPER ── */
.section { padding: 90px 24px; max-width: 1200px; margin: 0 auto; }
.section-full { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 12px;
}
.section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(28px, 4vw, 42px);
    color: var(--charcoal);
    line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--teal); }
.section-sub {
    font-size: 15px;
    color: var(--gray-text);
    max-width: 520px;
    margin: 12px auto 0;
    line-height: 1.7;
}

/* ── MEDIA LOGOS / TRUST ── */
.trust-bar {
    background: var(--charcoal);
    padding: 36px 24px;
}
.trust-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
}
.trust-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    white-space: nowrap;
}
.trust-divider { width: 1px; height: 30px; background: rgba(255,255,255,0.15); }
.trust-logos { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; justify-content: center; }
.trust-logo {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.04em;
    transition: color 0.2s;
}
.trust-logo:hover { color: rgba(255,255,255,0.9); }

/* ── MEDIA CARDS ── */
.media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.media-card {
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}
.media-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,0.12); }
.media-thumb {
    position: relative;
    padding-top: 58%;
    overflow: hidden;
}
.kanal-page-inner .section-header {display: none}
        .media-thumb img {
            position: absolute;
            inset: 0;
            width: 100%; height: 100%;
            object-fit: cover;
            transition: transform 0.4s;
        }
        .media-thumb .center-cropped {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center center;
        }
.media-card:hover .media-thumb img { transform: scale(1.06); }
.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.25s;
}
.media-card:hover .play-btn { opacity: 1; }
.play-btn svg { width: 48px; height: 48px; color: white; }
.media-source {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}
.media-body { padding: 16px; flex: 1; }
.media-body h3 { font-size: 13px; font-weight: 600; line-height: 1.45; color: var(--charcoal); }
.media-card--article .play-btn { display: none; }
.media-thumb--empty {
    background: linear-gradient(145deg, var(--cream-dark) 0%, #e8e4dc 50%, var(--cream) 100%);
}
.kanal-card-snippet {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--gray-text);
    font-weight: 400;
}

/* Kanal / category listing (kategori.php) */
.kanal-page {
    background: var(--cream);
    padding: 32px 24px 72px;
    min-height: 50vh;
    position: relative;
    z-index: 0;
}
.kanal-page-inner { max-width: 1200px; margin: 0 auto; }
.kanal-page .section-header { text-align: left; margin-bottom: 28px; }
.kanal-page .section-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(26px, 3.5vw, 36px);
    color: var(--charcoal);
    line-height: 1.2;
    margin: 0 0 8px;
    text-align: left;
}
.kanal-page .section-sub { margin-left: 0; text-align: left; }
.kanal-subnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}
.kanal-subnav__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans', system-ui, sans-serif;
    letter-spacing: 0.01em;
    background: #fff;
    color: var(--charcoal);
    border: 1px solid #e8e4dc;
    text-decoration: none;
    line-height: 1.2;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.kanal-subnav__pill:hover:not(.is-active) {
    border-color: #cfd6df;
    color: var(--charcoal);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.kanal-subnav__pill.is-active,
.kanal-subnav__pill[aria-current="page"] {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
    box-shadow: 0 4px 14px rgba(0, 133, 155, 0.35);
}
.kanal-subnav__pill.is-active:hover,
.kanal-subnav__pill[aria-current="page"]:hover {
    color: #fff;
    border-color: var(--teal);
    filter: brightness(1.05);
}
.kanal-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.kanal-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.kanal-pagination .pagination li { list-style: none; margin: 0; }
.kanal-pagination .pagination li a,
.kanal-pagination .pagination li span {
    display: inline-block;
    min-width: 40px;
    padding: 10px 14px;
    text-align: center;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--cream-dark);
    color: var(--charcoal);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.kanal-pagination .pagination li a:hover {
    border-color: var(--teal);
    color: var(--teal);
}
.kanal-pagination .pagination li.current a,
.kanal-pagination .pagination li.current span {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
}

/* ── FAQ ── */
.faq-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.faq-left-header { margin-bottom: 36px; }
.program-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.program-img { width: 100%; height: 220px; object-fit: cover; }
.program-body { padding: 28px; }
.program-tag {
    display: inline-block;
    background: var(--teal-pale);
    color: var(--teal-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.program-body h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.program-body p { font-size: 14px; color: var(--gray-text); line-height: 1.7; }

.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
    border-bottom: 1px solid var(--cream-dark);
}
.faq-btn {
    width: 100%;
    text-align: left;
    padding: 18px 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.faq-q {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--charcoal);
}
.faq-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--cream-dark);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.3s;
}
.faq-icon svg { width: 14px; height: 14px; transition: transform 0.3s; }
.faq-item.open .faq-icon { background: var(--teal); }
.faq-item.open .faq-icon svg { transform: rotate(45deg); color: white; }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s;
    font-size: 13.5px;
    color: var(--gray-text);
    line-height: 1.75;
}
        .faq-item.open .faq-answer { max-height: 480px; padding-bottom: 16px; }

/* ── TESTIMONIALS ── */
.testi-bg {
    background: var(--charcoal);
    padding: 90px 24px;
}
.testi-inner { max-width: 1200px; margin: 0 auto; }
.testi-inner .testi-section-title em { color: var(--teal-light); }
.testi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
}
.testi-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 32px;
    position: relative;
}
.testi-quote {
    font-family: 'DM Serif Display', serif;
    font-size: 56px;
    color: var(--teal);
    line-height: 0.8;
    margin-bottom: 16px;
    opacity: 0.6;
}
.testi-text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    margin-bottom: 24px;
}
.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testi-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--teal);
    display: flex; align-items: center; justify-content: center;
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    color: white;
}
.testi-name { font-size: 14px; font-weight: 600; color: white; }
.testi-role { font-size: 12px; color: rgba(255,255,255,0.4); }
.testi-stars { display: flex; gap: 2px; margin-bottom: 16px; }
.testi-stars span { color: #FBBF24; font-size: 14px; }

/* ── SCHEDULE ── */
.schedule-section { padding: 90px 24px; background: var(--cream); }
.schedule-inner { max-width: 1200px; margin: 0 auto; }
.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.sched-card {
    background: var(--white);
    border-radius: 20px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    border: 1.5px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.sched-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.sched-card.open-slot { border-color: rgba(0,133,155,0.25); }
.sched-card.limited { border-color: rgba(245,158,11,0.3); }
.sched-card.full { border-color: rgba(239,68,68,0.2); opacity: 0.75; }
.sched-card.coming { border-color: rgba(0,0,0,0.07); }

.sched-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.status-dot { width: 6px; height: 6px; border-radius: 50%; }
.sched-status.open { background: rgba(34,197,94,0.12); color: #16A34A; }
.sched-status.open .status-dot { background: var(--green); animation: pulse-dot 2s infinite; }
.sched-status.limited { background: rgba(245,158,11,0.12); color: #B45309; }
.sched-status.limited .status-dot { background: var(--amber); }
.sched-status.full { background: rgba(239,68,68,0.1); color: #DC2626; }
.sched-status.full .status-dot { background: var(--red); }
.sched-status.coming-soon { background: rgba(0,0,0,0.06); color: var(--gray-text); }
.sched-status.coming-soon .status-dot { background: var(--sand); }

.sched-city {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    color: var(--charcoal);
    margin-bottom: 4px;
}
.sched-loc {
    font-size: 12px;
    color: var(--gray-text);
    margin-bottom: 20px;
    line-height: 1.5;
}
.sched-meta {
    background: var(--cream);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sched-row {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
}
.sched-row span:first-child { color: var(--gray-text); }
.sched-row span:last-child { font-weight: 600; color: var(--charcoal); }
.sched-row.highlight span:last-child { color: var(--teal); }
.sched-row.warn span:last-child { color: var(--amber); }
.sched-row.danger span:last-child { color: var(--red); }

.sched-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 11px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.sched-btn.active { background: var(--teal); color: white; }
.sched-btn.active:hover { background: var(--teal-deep); }
.sched-btn.outlined { background: transparent; color: var(--teal); border: 1.5px solid var(--teal); }
.sched-btn.outlined:hover { background: var(--teal); color: white; }
.sched-btn.disabled { background: var(--cream-dark); color: var(--gray-text); cursor: not-allowed; }
        .sched-btn.ghost { background: transparent; color: var(--gray-text); border: 1.5px solid var(--cream-dark); }

        .sched-sheet-link {
            display: inline-block;
            margin-top: 12px;
            font-size: 12.5px;
            font-weight: 600;
            color: var(--teal);
            text-decoration: none;
        }
        .sched-sheet-link:hover { text-decoration: underline; }

.sched-more {
    text-align: center;
    margin-top: 36px;
}
.sched-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border: 1.5px solid rgba(0,133,155,0.3);
    border-radius: 100px;
    transition: all 0.2s;
}
.sched-more-link:hover { background: var(--teal); color: white; border-color: var(--teal); }

/* ── WHY US ── */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.why-card {
    background: var(--white);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid var(--cream-dark);
    transition: border-color 0.2s, transform 0.2s;
}
.why-card:hover { border-color: var(--teal); transform: translateY(-4px); }
.why-icon {
    width: 52px; height: 52px;
    background: var(--teal-pale);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.why-icon svg { width: 26px; height: 26px; color: var(--teal); }
.why-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.why-card p { font-size: 13.5px; color: var(--gray-text); line-height: 1.7; }

/* ── CTA BANNER ── */
.cta-banner {
    background: var(--teal);
    border-radius: 24px;
    padding: 56px 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    margin: 0 24px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.cta-banner h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(24px, 3vw, 36px);
    color: white;
    line-height: 1.2;
}
.cta-banner h2 em { font-style: italic; color: var(--teal-light); }
.cta-banner p { color: rgba(255,255,255,0.75); font-size: 15px; margin-top: 8px; }
.btn-white {
    background: white;
    color: var(--teal-deep);
    font-weight: 700;
    font-size: 14.5px;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-white:hover { background: var(--cream); transform: translateY(-2px); }

/* ── FOOTER ── */
footer {
    background: var(--charcoal);
    color: rgba(255,255,255,0.6);
    padding: 70px 24px 30px;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
}
.footer-brand h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    color: white;
    margin-bottom: 12px;
}
.footer-brand p { font-size: 13.5px; line-height: 1.75; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
}
.social-btn:hover { background: var(--teal); color: white; }
.footer-col h5 { font-size: 13px; font-weight: 700; color: white; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 13.5px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: white; }
.footer-contact-item { display: flex; gap: 10px; font-size: 13.5px; margin-bottom: 10px; }
.footer-contact-item span:first-child { color: var(--teal-light); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
}
.footer-bottom span { color: rgba(255,255,255,0.35); }

/* ── MOBILE NAV ── */
.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: white;
    flex-direction: column;
    padding: 24px;
}
.mobile-menu.active { display: flex; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-menu-header .site-brand { font-size: 20px; max-width: none; }
.mobile-close { background: none; border: none; cursor: pointer; font-size: 28px; color: var(--charcoal); }
.mobile-nav-links { display: flex; flex-direction: column; gap: 8px; }
.mobile-nav-links a {
    font-size: 20px;
    font-weight: 500;
    color: var(--charcoal);
    text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid var(--cream-dark);
}

/* ── ANIMATIONS ── */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s, transform 0.6s;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .media-grid { grid-template-columns: repeat(2, 1fr); }
    .schedule-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-right { height: 280px; }
    .hero-left { padding: 40px 0 20px; }
    .hero-stats { gap: 20px; }
    .hero-float-badge { display: none; }
    .faq-grid-wrap { grid-template-columns: 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .cta-banner { grid-template-columns: 1fr; padding: 36px 28px; }
    .footer-top { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .hamburger { display: flex; }
    .topbar .hidden { display: none; }
}

@media (max-width: 640px) {
    .schedule-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .media-grid { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .cta-banner { margin: 0 16px; }
}

/* ── Article / detail (lifeline-free) ── */
.site-main { min-height: 40vh; }
.article-page { padding: 48px 24px 90px; max-width: 900px; margin: 0 auto; }
.article-page .article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    font-size: 13px;
    color: var(--gray-text);
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--cream-dark);
}
.article-page h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    color: var(--charcoal);
    margin-bottom: 28px;
}
.article-gallery {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    background: var(--white);
}
.article-gallery img {
    width: 100%;
    display: block;
    max-height: min(70vh, 520px);
    object-fit: cover;
}
.article-gallery img + img { margin-top: 14px; }
.article-body {
    font-size: 16px;
    line-height: 1.8;
    color: var(--charcoal-mid);
}
.article-body p { margin-bottom: 1rem; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; }

/* Program thumbs (home) without carouFredSel */
.program-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.program-thumbs a {
    flex: 1 1 72px;
    max-width: 120px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}
.program-thumbs a:hover, .program-thumbs a.is-active { border-color: var(--teal); }
.program-thumbs img { width: 100%; height: 64px; object-fit: cover; display: block; }
