/* =====================================================
   ELC DİL AKADEMİ — Premium Corporate v10
   Logo: Altın (#F9A825) + Antrasit (#212529)
   ===================================================== */

:root {
    --gold:         #F9A825;
    --gold-light:   #FFB800;
    --gold-dark:    #E09500;
    --gold-pale:    rgba(249, 168, 37, 0.10);
    --gold-glow:    rgba(249, 168, 37, 0.25);
    --charcoal:     #212529;
    --charcoal-2:   #343A40;
    --charcoal-3:   #495057;
    --gray:         #6C757D;
    --gray-light:   #ADB5BD;
    --gray-bg:      #F8F9FA;
    --gray-bg-2:    #F1F3F5;
    --white:        #FFFFFF;
    --cream:        #FFFBF5;
    --border:       rgba(33, 37, 41, 0.08);
    --border-gold:  rgba(249, 168, 37, 0.35);

    --grad-gold:    linear-gradient(135deg, #F9A825 0%, #FFB800 50%, #E09500 100%);
    --grad-text:    linear-gradient(135deg, #E09500, #F9A825, #FFB800);
    --grad-dark:    linear-gradient(135deg, #212529 0%, #343A40 100%);

    --shadow-sm:    0 2px 8px rgba(33, 37, 41, 0.06);
    --shadow-md:    0 8px 30px rgba(33, 37, 41, 0.08);
    --shadow-lg:    0 20px 60px rgba(33, 37, 41, 0.12);
    --shadow-gold:  0 8px 32px rgba(249, 168, 37, 0.22);

    --radius:       12px;
    --radius-lg:    20px;
    --radius-xl:    28px;
    --ease:         cubic-bezier(0.4, 0, 0.2, 1);
    --spring:       cubic-bezier(0.34, 1.56, 0.64, 1);
    --t:            all 0.4s var(--ease);

    /* Legacy aliases */
    --yellow:       var(--gold);
    --yellow-light: var(--gold-light);
    --yellow-dark:  var(--gold-dark);
    --yellow-pale:  var(--gold-pale);
    --black:        var(--charcoal);
    --black-soft:   var(--charcoal-2);
    --dark-bg:      var(--charcoal);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--charcoal);
    background: var(--white);
    overflow-x: hidden;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
::selection { background: var(--gold-pale); color: var(--charcoal); }

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 { font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: var(--charcoal); }
.grad-text {
    background: var(--grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section-label {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .14em;
    text-transform: uppercase; color: var(--gold-dark);
    margin-bottom: .75rem;
}
.section-label.justify-content-center { display: flex; width: 100%; justify-content: center; }
.section-label::before,
.section-label::after {
    content: ''; width: 24px; height: 2px; background: var(--grad-gold); border-radius: 2px;
}
.section-header h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: .6rem; }
.section-header p { color: var(--gray); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }

/* ══════════════════════════════════════════
   TOP BAR
══════════════════════════════════════════ */
.topbar {
    background: var(--charcoal);
    color: rgba(255,255,255,.65);
    font-size: .78rem;
    padding: .45rem 0;
    border-bottom: 2px solid var(--gold);
}
.topbar i { color: var(--gold); font-size: .85rem; }
.topbar a { color: rgba(255,255,255,.65); text-decoration: none; transition: color .25s; }
.topbar a:hover { color: var(--gold-light); }
.lang-switcher { display: flex; gap: .35rem; }
.lang-btn {
    padding: .15rem .6rem; border-radius: 6px;
    font-size: .7rem; font-weight: 700; letter-spacing: .06em;
    color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.12);
    text-decoration: none; transition: var(--t);
}
.lang-btn:hover, .lang-btn.active {
    background: var(--gold); border-color: var(--gold); color: var(--charcoal);
}

/* ══════════════════════════════════════════
   NAVBAR — Premium White
══════════════════════════════════════════ */
.navbar-elc {
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: .85rem 0;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: padding .35s var(--ease), box-shadow .35s var(--ease);
    position: sticky; top: 0; z-index: 1030;
}
.navbar-elc::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--grad-gold); opacity: .85;
}
.navbar-elc.scrolled {
    padding: .55rem 0;
    box-shadow: var(--shadow-md);
}
.navbar-brand img {
    height: 58px; width: auto; object-fit: contain;
    transition: transform .35s var(--spring);
}
.navbar-brand:hover img { transform: scale(1.02); }
.navbar-brand-text { font-size: 1.4rem; font-weight: 800; color: var(--charcoal); }
.navbar-brand-text .elc { color: var(--gold); }
.navbar-elc .nav-link,
.navbar-elc .nav-link-elc {
    color: var(--charcoal-2) !important;
    font-weight: 600; font-size: .9rem;
    padding: .5rem 1rem !important;
    border-radius: 8px; transition: var(--t);
    position: relative;
}
.navbar-elc .nav-link:hover,
.navbar-elc .nav-link-elc:hover {
    color: var(--gold-dark) !important;
    background: var(--gold-pale);
}
.navbar-elc .nav-link.active,
.navbar-elc .nav-link-elc.active {
    color: var(--gold-dark) !important;
    background: var(--gold-pale);
}
.navbar-toggler { border: 1px solid var(--border) !important; padding: .4rem .6rem; }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23212529' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.btn-nav-login {
    background: transparent; border: 1.5px solid var(--border);
    color: var(--charcoal); font-weight: 700; font-size: .84rem;
    padding: .45rem 1.1rem; border-radius: 8px; text-decoration: none; transition: var(--t);
}
.btn-nav-login:hover { border-color: var(--gold); color: var(--gold-dark); background: var(--gold-pale); }
.btn-nav-cta {
    background: var(--grad-gold); color: var(--charcoal) !important;
    font-weight: 800; font-size: .84rem; padding: .5rem 1.25rem;
    border-radius: 8px; text-decoration: none;
    display: inline-flex; align-items: center; gap: .4rem;
    box-shadow: var(--shadow-gold); transition: var(--t);
}
.btn-nav-cta:hover {
    transform: translateY(-2px); box-shadow: 0 12px 40px rgba(249,168,37,.35);
    color: var(--charcoal) !important;
}

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.btn-primary-elc {
    background: var(--grad-gold); color: var(--charcoal) !important;
    font-weight: 800; border: none; border-radius: 10px;
    padding: .75rem 1.75rem; box-shadow: var(--shadow-gold);
    transition: var(--t); text-decoration: none; display: inline-flex; align-items: center;
}
.btn-primary-elc:hover {
    transform: translateY(-3px); box-shadow: 0 14px 44px rgba(249,168,37,.4);
    color: var(--charcoal) !important;
}
.btn-outline-elc {
    background: transparent; color: var(--charcoal) !important;
    font-weight: 700; border: 2px solid var(--charcoal);
    border-radius: 10px; padding: .7rem 1.5rem;
    transition: var(--t); text-decoration: none; display: inline-flex; align-items: center;
}
.btn-outline-elc:hover {
    background: var(--charcoal); color: var(--white) !important;
    transform: translateY(-2px);
}
.badge-pill {
    display: inline-flex; align-items: center; gap: .4rem;
    background: var(--gold-pale); color: var(--gold-dark);
    border: 1px solid var(--border-gold);
    border-radius: 999px; padding: .35rem 1rem;
    font-size: .78rem; font-weight: 700; letter-spacing: .02em;
}

/* ══════════════════════════════════════════
   ANNOUNCEMENT BAR
══════════════════════════════════════════ */
.announcement-bar {
    background: var(--grad-gold);
    color: var(--charcoal);
    padding: .6rem 0;
    font-size: .86rem; font-weight: 600;
    animation: slideDown .5s var(--ease);
}
@keyframes slideDown { from { transform: translateY(-100%); opacity: 0; } to { transform: none; opacity: 1; } }
.ann-title { font-weight: 800; }
.ann-body { opacity: .8; }
.ann-btn {
    background: var(--charcoal); color: var(--gold-light);
    border-radius: 6px; padding: .25rem .85rem;
    font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap;
    transition: var(--t);
}
.ann-btn:hover { background: var(--charcoal-2); color: var(--white); }
.ann-close { background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--charcoal); opacity: .5; line-height: 1; }
.ann-close:hover { opacity: 1; }

/* ══════════════════════════════════════════
   HERO SLIDER — Kurumsal / marka renkleri
══════════════════════════════════════════ */
.hero-slider {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: linear-gradient(165deg, var(--cream) 0%, var(--white) 55%, var(--gray-bg) 100%);
}
.hero-slider::before {
    content: '';
    position: absolute;
    top: -100px; right: -60px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249,168,37,.07) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.hero-slider::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33,37,41,.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.hero-slider-bg {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.hero-slide-bg {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 1.1s ease;
}
.hero-slide-bg.is-active { opacity: 1; }
.hero-slide-bg.theme-gold {
    background:
        radial-gradient(ellipse 55% 45% at 88% 12%, rgba(249,168,37,.14) 0%, transparent 55%),
        linear-gradient(165deg, var(--cream) 0%, var(--white) 60%, var(--gray-bg) 100%);
}
.hero-slide-bg.theme-warm {
    background:
        radial-gradient(ellipse 50% 40% at 12% 85%, rgba(249,168,37,.10) 0%, transparent 50%),
        linear-gradient(165deg, var(--white) 0%, var(--cream) 50%, var(--gray-bg-2) 100%);
}
.hero-slide-bg.theme-cream {
    background:
        radial-gradient(ellipse 65% 35% at 50% 0%, rgba(249,168,37,.08) 0%, transparent 50%),
        linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}

.hero-slider-stage {
    position: relative; z-index: 2;
}
.hero-slider-container {
    position: relative; z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

/* Edge navigation */
.hero-edge-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 10;
    width: 48px; height: 48px;
    border: 1.5px solid var(--border);
    border-radius: 50%;
    background: var(--white);
    color: var(--charcoal);
    font-size: 1.4rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: var(--t);
    box-shadow: var(--shadow-sm);
}
.hero-edge-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
    transform: translateY(-50%) scale(1.06);
    box-shadow: var(--shadow-gold);
}
.hero-edge-btn.hero-prev { left: 1rem; }
.hero-edge-btn.hero-next { right: 1rem; }

/* Slide layout — 3 columns */
.hero-slide-layout {
    display: grid;
    grid-template-columns: minmax(180px, 28%) 1fr minmax(160px, 26%);
    align-items: end;
    gap: 1.5rem;
    min-height: 420px;
}

/* Slides */
.elc-hero-slide {
    display: none;
    width: 100%;
    animation: none;
}
.elc-hero-slide.is-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: heroSlideIn .7s var(--ease) both;
}
@keyframes heroSlideIn {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: none; }
}

/* Student photo — left */
.hero-slide-photo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    position: relative;
    z-index: 3;
}
.hero-slide-photo::before {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; transform: translateX(-50%);
    width: 70%; height: 6px;
    background: var(--grad-gold);
    border-radius: 3px;
    opacity: .5;
}
.hero-slide-photo img {
    max-height: 460px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: top center;
    filter: drop-shadow(0 12px 32px rgba(33,37,41,.10));
    -webkit-mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
    animation: heroPhotoIn .8s var(--ease) .1s both;
}
@keyframes heroPhotoIn {
    from { opacity: 0; transform: translateX(-24px); }
    to   { opacity: 1; transform: none; }
}

/* Center content */
.hero-slide-center {
    text-align: center;
    align-self: center;
    padding: 1rem 0 2rem;
    animation: heroContentIn .8s var(--ease) .15s both;
}
@keyframes heroContentIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: none; }
}

.hero-slide-brand {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .16em;
    text-transform: uppercase; color: var(--gold-dark);
    margin-bottom: .85rem;
}
.hero-slide-brand::before,
.hero-slide-brand::after {
    content: ''; width: 20px; height: 2px;
    background: var(--grad-gold); border-radius: 2px;
}

.hero-display-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.08;
    color: var(--charcoal);
    margin-bottom: 1rem;
    word-break: break-word;
    position: relative;
}
.hero-display-title::after {
    content: '';
    display: block;
    width: 56px; height: 4px;
    background: var(--grad-gold);
    margin: .85rem auto 0;
    border-radius: 2px;
    box-shadow: var(--shadow-gold);
}

.hero-slide-tagline {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 700;
    color: var(--charcoal-2);
    line-height: 1.45;
    margin-bottom: .65rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.hero-slide-desc {
    font-size: .95rem;
    color: var(--gray);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.hero-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    margin-bottom: .5rem;
}

/* Illustration — right */
.hero-slide-art {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    animation: heroArtIn .9s var(--ease) .2s both;
}
@keyframes heroArtIn {
    from { opacity: 0; transform: translateX(24px); }
    to   { opacity: 1; transform: none; }
}
.hero-slide-art img {
    max-height: 340px;
    width: auto;
    max-width: 100%;
    filter: drop-shadow(0 8px 20px rgba(33,37,41,.08));
    opacity: .92;
}

/* Dots bar */
.hero-dots-bar {
    position: relative; z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    padding: 0 0 1.75rem;
    border-top: 1px solid var(--border);
    margin: 0 1.5rem;
    padding-top: 1.25rem;
}
.hero-dots-bar::before {
    content: '';
    position: absolute;
    top: -2px; left: 50%; transform: translateX(-50%);
    width: 80px; height: 3px;
    background: var(--grad-gold);
    border-radius: 2px;
}
.hero-dots { display: flex; gap: .55rem; }
.hero-dot {
    width: 10px; height: 10px; border-radius: 50%;
    border: none; background: rgba(33,37,41,.15);
    padding: 0; cursor: pointer; transition: var(--t);
}
.hero-dot.is-active {
    background: var(--gold);
    box-shadow: 0 0 0 3px rgba(249,168,37,.25);
    transform: scale(1.15);
}
.hero-dot:hover:not(.is-active) { background: rgba(249,168,37,.45); }

.hero-progress-wrap {
    width: 120px; height: 3px;
    background: rgba(33,37,41,.08); border-radius: 999px; overflow: hidden;
}
.hero-progress-bar {
    height: 100%; width: 0%;
    background: var(--grad-gold); border-radius: 999px;
    transition: width .1s linear;
}

/* Legacy hero slide classes (fallback) */
.hero-slides-wrap { position: relative; min-height: 300px; }
.hero-slide-label {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .16em;
    text-transform: uppercase; color: var(--gold-dark);
    margin-bottom: 1rem;
}
.hero-label-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--gold);
    animation: pulseAnim 2s infinite;
    box-shadow: 0 0 0 3px rgba(249,168,37,.25);
}
.hero-slide-title {
    font-size: clamp(2.2rem, 4.8vw, 3.5rem);
    font-weight: 800; line-height: 1.1;
    color: var(--charcoal); margin-bottom: 1rem;
}
.hero-slide-sub {
    font-size: 1.08rem; color: var(--gray);
    line-height: 1.75; max-width: 500px; margin-bottom: 1.75rem;
}
.hero-slide-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .82rem; font-weight: 700; color: var(--charcoal-2);
    background: var(--white); border: 1px solid var(--border);
    border-radius: 999px; padding: .4rem 1rem;
    box-shadow: var(--shadow-sm); width: fit-content;
}
.hero-slide-badge i { color: var(--gold); font-size: 1rem; }

/* Legacy hero (other pages) */
.hero-section {
    position: relative; overflow: hidden;
    background: linear-gradient(180deg, var(--cream) 0%, var(--white) 60%, var(--gray-bg) 100%);
    min-height: 50vh; display: flex; align-items: center;
    padding: 3rem 0 4rem;
}
.hero-title { font-size: clamp(2.4rem, 5vw, 3.75rem); font-weight: 800; line-height: 1.08; color: var(--charcoal); }
.hero-sub { font-size: 1.12rem; color: var(--gray); max-width: 520px; line-height: 1.75; }
.hero-stats {
    display: flex; gap: 0; flex-wrap: wrap;
    border-top: 1px solid var(--border);
    padding-top: 1.75rem; margin-top: 2rem;
}
.hero-stat-item {
    flex: 1; min-width: 100px; padding: 0 1.5rem;
    border-right: 1px solid var(--border);
    display: flex; flex-direction: column;
}
.hero-stat-item:first-child { padding-left: 0; }
.hero-stat-item:last-child { border-right: none; }
.hs-num { font-size: 1.75rem; font-weight: 800; color: var(--gold-dark); line-height: 1; }
.hs-lbl { font-size: .72rem; font-weight: 600; color: var(--gray); text-transform: uppercase; letter-spacing: .08em; margin-top: .25rem; }
.hero-trust { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-trust-item { display: flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 600; color: var(--gray); }
.hero-trust-item i { color: var(--gold); font-size: 1rem; }
.hero-visual, .hero-logo-wrap, .hero-badge-float { display: none; }
.min-vh-hero { min-height: 75vh; }

/* ══════════════════════════════════════════
   SECTIONS
══════════════════════════════════════════ */
.section-pad { padding: 5.5rem 0; }
.section-pad-sm { padding: 2rem 0; }
.bg-dark-2 {
    background: var(--gray-bg);
    color: var(--charcoal);
}
.bg-dark-2 .section-header h2 { color: var(--charcoal); }
.bg-dark-2 .section-header p { color: var(--gray); }
.bg-charcoal {
    background: var(--grad-dark);
    color: var(--white);
}
.bg-charcoal h2, .bg-charcoal h3, .bg-charcoal h4, .bg-charcoal h5 { color: var(--white); }
.bg-charcoal p { color: rgba(255,255,255,.65); }

/* ══════════════════════════════════════════
   LANGUAGE CARDS
══════════════════════════════════════════ */
.lang-card {
    display: flex; flex-direction: column; align-items: center; gap: .6rem;
    padding: 1.75rem 1rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    text-decoration: none; transition: var(--t);
    position: relative; overflow: hidden;
}
.lang-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--lc, var(--gold)); transform: scaleX(0); transform-origin: left;
    transition: transform .4s var(--ease);
}
.lang-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.lang-card:hover::before { transform: scaleX(1); }
.flag-icon {
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
    vertical-align: middle;
    background-size: cover;
}
.lc-flag.flag-icon { width: 2.75rem; height: 2.06rem; transition: transform .4s var(--spring); }
.lang-card:hover .lc-flag { transform: scale(1.15); }
.cc2-flag.flag-icon { width: 1.5rem; height: 1.125rem; }
.ltc-flag.flag-icon { width: 2rem; height: 1.5rem; }
.result-flag.flag-icon { width: 4rem; height: 3rem; }
.prog-flag.flag-icon { width: 2rem; height: 1.5rem; display: block; margin-bottom: .65rem; }
.page-banner .flag-icon { width: 2.25rem; height: 1.69rem; }
.page-banner h1 .flag-icon { width: 1.75rem; height: 1.31rem; vertical-align: -0.15em; margin-right: .25rem; }
.related-course-card .flag-icon { width: 1.35rem; height: 1.01rem; flex-shrink: 0; }
.ltc-lang-btn .flag-icon { width: 1.15rem; height: .86rem; }
.lc-name { font-weight: 700; color: var(--charcoal); font-size: .92rem; }
.lc-badge {
    font-size: .68rem; background: var(--gold-pale); color: var(--gold-dark);
    border-radius: 999px; padding: .15rem .6rem; font-weight: 700;
}

/* ══════════════════════════════════════════
   COURSE CARDS v2
══════════════════════════════════════════ */
.course-card-v2 {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    display: flex; flex-direction: column;
    transition: var(--t); overflow: hidden; height: 100%;
}
.course-card-v2::before {
    content: ''; height: 4px; background: var(--lc, var(--gold));
    display: block;
}
.course-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-gold);
}
.cc2-top {
    display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
    padding: 1rem 1.4rem .6rem;
}
.cc2-lang { font-size: .75rem; font-weight: 800; color: var(--lc, var(--gold-dark)); text-transform: uppercase; letter-spacing: .04em; }
.cc2-level {
    font-size: .7rem; background: var(--gray-bg); color: var(--charcoal-2);
    border-radius: 6px; padding: .15rem .5rem; font-weight: 700;
}
.cc2-type-badge { font-size: .68rem; color: var(--gray); margin-left: auto; font-weight: 600; }
.cc2-body { padding: .5rem 1.4rem 1rem; flex: 1; }
.cc2-title { font-size: 1.05rem; font-weight: 800; color: var(--charcoal); margin-bottom: .45rem; }
.cc2-desc { font-size: .86rem; color: var(--gray); line-height: 1.6; margin-bottom: .8rem; }
.cc2-meta { display: flex; flex-wrap: wrap; gap: .5rem; }
.cc2-meta span {
    font-size: .74rem; color: var(--gray);
    display: flex; align-items: center; gap: .3rem;
    background: var(--gray-bg); padding: .2rem .55rem; border-radius: 6px;
}
.cc2-meta i { color: var(--gold); }
.cc2-footer {
    padding: .85rem 1.4rem;
    border-top: 1px solid var(--border);
    display: flex; align-items: center; justify-content: space-between;
    background: var(--gray-bg);
}
.cc2-btn {
    font-size: .82rem; font-weight: 800; color: var(--gold-dark);
    text-decoration: none; display: flex; align-items: center; gap: .35rem;
    transition: var(--t);
}
.cc2-btn:hover { gap: .65rem; color: var(--gold); }

/* Status badges */
.reg-badge {
    display: inline-flex; align-items: center; gap: .35rem;
    font-size: .72rem; font-weight: 800; border-radius: 6px; padding: .25rem .65rem;
    letter-spacing: .02em;
}
.badge-open { background: #D1FAE5; color: #065F46; }
.badge-upcoming { background: #FEF3C7; color: #92400E; }
.badge-full { background: #FEE2E2; color: #991B1B; }
.badge-closed { background: var(--gray-bg); color: var(--gray); }
.pulse-dot, .pulse-dot-sm {
    width: 7px; height: 7px; border-radius: 50%;
    background: #10B981; display: inline-block;
    animation: pulseAnim 1.8s infinite;
}
@keyframes pulseAnim { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.3); } }

/* ══════════════════════════════════════════
   EXAM SECTION
══════════════════════════════════════════ */
.exam-section { background: var(--charcoal); overflow-x: clip; }
.exam-section h2 { color: var(--white); }
.exam-section p { color: rgba(255,255,255,.6) !important; }
.exam-grid { display: flex; flex-wrap: wrap; gap: .65rem; }
.exam-chip {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px; padding: .55rem 1rem;
    color: rgba(255,255,255,.85); font-size: .85rem; font-weight: 700;
    transition: var(--t);
}
.exam-chip:hover {
    background: var(--gold-pale); border-color: var(--gold);
    color: var(--gold-light); transform: translateY(-2px);
}
.exam-chip i { color: var(--gold); }

/* ══════════════════════════════════════════
   TYPE CARDS
══════════════════════════════════════════ */
.type-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 2rem 1.75rem;
    transition: var(--t); height: 100%; display: flex; flex-direction: column;
}
.type-card:hover {
    transform: translateY(-6px); box-shadow: var(--shadow-lg);
    border-color: var(--border-gold);
}
.tc-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: var(--gold-pale); color: var(--gold-dark);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1.25rem;
    transition: var(--t);
}
.type-card:hover .tc-icon { background: var(--grad-gold); color: var(--charcoal); transform: scale(1.05); }
.type-card h5 { font-weight: 800; margin-bottom: .5rem; }
.type-card p { font-size: .88rem; color: var(--gray); line-height: 1.65; flex: 1; margin-bottom: 1rem; }
.tc-link { font-size: .85rem; font-weight: 800; color: var(--gold-dark); text-decoration: none; }
.tc-link:hover { color: var(--gold); }

/* ══════════════════════════════════════════
   LEVEL TEST CTA
══════════════════════════════════════════ */
.level-test-cta { background: var(--gray-bg); }
.ltc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 3rem;
    box-shadow: var(--shadow-md);
    position: relative; overflow: hidden;
}
.ltc-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%;
    background: var(--grad-gold);
}
.ltc-card h2 { color: var(--charcoal); }
.ltc-card p { color: var(--gray); }
.ltc-lang-btn {
    display: inline-flex; align-items: center; gap: .4rem;
    background: var(--gray-bg); border: 1px solid var(--border);
    border-radius: 8px; padding: .4rem .9rem;
    font-size: .84rem; font-weight: 700; color: var(--charcoal);
    text-decoration: none; transition: var(--t);
}
.ltc-lang-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--charcoal); transform: translateY(-2px); }
.ltc-visual { display: flex; flex-direction: column; align-items: center; }
.ltc-meter { background: var(--gray-bg); border-radius: 16px; padding: 1.5rem 2rem; border: 1px solid var(--border); }
.ltc-levels { display: flex; gap: .5rem; align-items: flex-end; }
.ltc-lv {
    display: flex; align-items: center; justify-content: center;
    font-size: .72rem; font-weight: 800; color: var(--gray-light);
    border-radius: 6px; background: var(--white); border: 1px solid var(--border);
    transition: var(--t);
}
.ltc-levels .ltc-lv:nth-child(1) { width: 28px; height: 28px; }
.ltc-levels .ltc-lv:nth-child(2) { width: 32px; height: 40px; }
.ltc-levels .ltc-lv:nth-child(3) { width: 36px; height: 52px; color: var(--gold-dark); border-color: var(--border-gold); }
.ltc-levels .ltc-lv:nth-child(4) { width: 36px; height: 64px; color: var(--gold-dark); background: var(--gold-pale); }
.ltc-levels .ltc-lv:nth-child(5) { width: 36px; height: 80px; color: var(--gold); background: var(--gold-pale); border-color: var(--gold); }
.ltc-levels .ltc-lv:nth-child(6) { width: 36px; height: 96px; color: var(--white); background: var(--grad-gold); border: none; box-shadow: var(--shadow-gold); }
.ltc-tagline { color: var(--gray); font-size: .85rem; margin-top: .75rem; }

/* ══════════════════════════════════════════
   STEPS, ABOUT, STATS, TESTIMONIALS
══════════════════════════════════════════ */
.steps-timeline {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}
.step-item {
    text-align: center; padding: 2rem 1.5rem;
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); position: relative;
    transition: var(--t);
}
.step-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-gold); }
.step-num { font-size: 2.5rem; font-weight: 900; color: var(--gold-pale); line-height: 1; margin-bottom: .5rem; }
.step-icon { font-size: 2rem; margin-bottom: .75rem; color: var(--gold); }
.step-icon i { display: inline-block; line-height: 1; }
.step-item h5 { font-weight: 800; margin-bottom: .4rem; }
.step-item p { font-size: .88rem; color: var(--gray); }

.about-placeholder {
    width: 100%; aspect-ratio: 3 / 2; border-radius: var(--radius-xl);
    background: var(--gray-bg); border: 2px dashed var(--border-gold);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem; color: var(--gold-pale);
}
.about-img-wrap {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.about-img-wrap img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-xl);
}
.vm-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.5rem; height: 100%;
    transition: var(--t);
}
.vm-card:hover { box-shadow: var(--shadow-md); border-color: var(--border-gold); }
.vmc-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: var(--gold-pale); color: var(--gold-dark);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; margin-bottom: .85rem;
}
.vm-card h6 { font-weight: 800; margin-bottom: .4rem; }
.vm-card p { font-size: .86rem; color: var(--gray); line-height: 1.65; }
.vm-card .rich-text { font-size: .86rem; color: var(--gray); line-height: 1.65; }
.vm-card-big {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 2.5rem; height: 100%;
    box-shadow: var(--shadow-sm); transition: var(--t);
}
.vm-card-big:hover { box-shadow: var(--shadow-lg); }
.vmcb-icon {
    width: 60px; height: 60px; border-radius: 16px;
    background: var(--grad-gold); color: var(--charcoal);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1.2rem;
}
.vm-card-big h3 { font-weight: 800; margin-bottom: 1rem; }
.vm-card-big p { color: var(--gray); line-height: 1.75; }
.vm-card-big .rich-text { color: var(--gray); line-height: 1.75; }

.stats-section { background: var(--charcoal); }
.stat-card { padding: 1.5rem; text-align: center; }
.stat-num { font-size: 2.75rem; font-weight: 900; color: var(--gold-light); display: block; line-height: 1; }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-top: .35rem; font-weight: 600; }

.testi-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 2rem;
    transition: var(--t); height: 100%;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--border-gold); }
.testi-stars { color: var(--gold); font-size: .95rem; margin-bottom: .85rem; letter-spacing: 2px; }
.testi-text { color: var(--charcoal-2); font-size: .92rem; line-height: 1.75; margin-bottom: 1.25rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.testi-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--grad-gold); color: var(--charcoal);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1rem; flex-shrink: 0;
}
.testi-author strong { display: block; font-size: .9rem; }
.testi-author small { color: var(--gray); font-size: .78rem; }

/* Packages */
.pkg-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 2.5rem 2rem;
    text-align: center; transition: var(--t); height: 100%; position: relative;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pkg-featured { border: 2px solid var(--gold) !important; box-shadow: var(--shadow-gold); }
.pkg-badge {
    position: absolute; top: 1rem; right: 1rem;
    background: var(--grad-gold); color: var(--charcoal);
    border-radius: 6px; padding: .2rem .65rem;
    font-size: .7rem; font-weight: 800; letter-spacing: .04em;
}
.pkg-card h5 { font-weight: 800; margin-bottom: .75rem; }
.pkg-lessons { font-size: 3rem; font-weight: 900; color: var(--gold-dark); line-height: 1; }
.pkg-lessons span { font-size: .95rem; color: var(--gray); font-weight: 500; }
.pkg-price { font-size: 1.35rem; font-weight: 800; margin: .5rem 0; }
.pkg-card p { font-size: .88rem; color: var(--gray); margin-bottom: 1.5rem; }

/* Info form */
.info-form-section { background: var(--gray-bg); }
.info-form-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 2.5rem;
    box-shadow: var(--shadow-md);
}
.form-control-dark {
    background: var(--gray-bg) !important;
    border: 1.5px solid var(--border) !important;
    color: var(--charcoal) !important;
    border-radius: 10px !important;
    padding: .7rem 1rem !important;
    transition: var(--t);
}
.form-control-dark::placeholder { color: var(--gray-light) !important; }
.form-control-dark:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 4px var(--gold-pale) !important;
    outline: none; background: var(--white) !important;
}
.ci-item { display: flex; align-items: center; gap: .75rem; padding: .65rem 0; border-bottom: 1px solid var(--border); }
.ci-item i { color: var(--gold); font-size: 1.1rem; }
.ci-item span { color: var(--charcoal-2); font-size: .9rem; }

/* ══════════════════════════════════════════
   PAGE BANNER
══════════════════════════════════════════ */
.page-banner {
    background: var(--grad-dark);
    color: var(--white);
    padding: 4.5rem 0 3.5rem;
    text-align: center;
    position: relative; overflow: hidden;
}
.page-banner::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(249,168,37,.12) 0%, transparent 70%);
}
.page-banner::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
    background: var(--grad-gold);
}
.page-banner h1 { font-size: clamp(2rem, 4vw, 2.75rem); color: var(--white); position: relative; }
.page-banner p { color: rgba(255,255,255,.6); position: relative; font-size: 1.05rem; max-width: 620px; margin: .75rem auto 0; }
.page-banner--compact { padding: 3.5rem 0 2.75rem; }
.page-banner-label {
    display: inline-flex; align-items: center; gap: .45rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .14em;
    text-transform: uppercase; color: var(--gold-light);
    background: rgba(249,168,37,.12); border: 1px solid rgba(249,168,37,.25);
    border-radius: 999px; padding: .35rem .9rem; margin-bottom: 1rem;
    position: relative;
}
.page-breadcrumb {
    display: inline-flex; align-items: center; gap: .5rem; flex-wrap: wrap;
    margin-top: 1.25rem; font-size: .82rem; position: relative;
}
.page-breadcrumb a {
    color: rgba(255,255,255,.55); text-decoration: none; transition: var(--t);
}
.page-breadcrumb a:hover { color: var(--gold-light); }
.page-breadcrumb i { font-size: .65rem; color: rgba(255,255,255,.35); }
.page-breadcrumb span { color: rgba(255,255,255,.85); font-weight: 600; }

/* Inner pages */
.inner-page-section { background: linear-gradient(180deg, var(--cream) 0%, var(--white) 120px); }
.inner-content-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 3rem;
    box-shadow: var(--shadow-md);
}
.inner-content-card h2, .inner-content-card h3 { margin-top: 1.5rem; margin-bottom: .75rem; }
.inner-content-card p { margin-bottom: 1rem; }
.inner-content-card ul, .inner-content-card ol { padding-left: 1.25rem; margin-bottom: 1rem; }
.inner-content-card li { margin-bottom: .35rem; }

.rich-text { line-height: 1.75; color: inherit; }
.rich-text p { margin-bottom: 0.75rem; }
.rich-text p:last-child { margin-bottom: 0; }
.rich-text ul, .rich-text ol { padding-left: 1.25rem; margin-bottom: 0.75rem; }
.rich-text a { color: var(--gold-dark); text-decoration: underline; }
.rich-text a:hover { color: var(--charcoal); }

/* Contact page */
.contact-info-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.contact-info-item {
    display: flex; align-items: flex-start; gap: 1rem;
    padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border);
    transition: var(--t);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item:hover { background: var(--gold-pale); }
.cii-icon {
    width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
    background: var(--gold-pale); border: 1px solid var(--border-gold);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-dark); font-size: 1.15rem;
}
.cii-label {
    font-size: .72rem; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; color: var(--gray); margin-bottom: .2rem;
}
.cii-val { font-size: .95rem; font-weight: 700; color: var(--charcoal); text-decoration: none; }
a.cii-val:hover { color: var(--gold-dark); }
.cii-icon-whatsapp,
.fci-icon-whatsapp {
    background: rgba(37, 211, 102, .12);
    border-color: rgba(37, 211, 102, .28);
    color: #128C7E;
}
.contact-quick-links { display: flex; flex-wrap: wrap; gap: .65rem; }

/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(37, 211, 102, .45);
    transition: transform .25s var(--spring), box-shadow .25s var(--spring);
    animation: whatsapp-pulse 2.5s ease-in-out infinite;
}
.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 10px 32px rgba(37, 211, 102, .55);
}
@keyframes whatsapp-pulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, .45); }
    50% { box-shadow: 0 6px 24px rgba(37, 211, 102, .45), 0 0 0 10px rgba(37, 211, 102, .12); }
}
@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 18px;
        right: 18px;
        width: 52px;
        height: 52px;
        font-size: 1.65rem;
    }
}

.form-captcha-head .form-captcha-refresh {
    font-size: .75rem;
    padding: .2rem .55rem;
    line-height: 1.2;
}
.form-captcha-refresh i.spinning {
    display: inline-block;
    animation: captcha-spin .7s linear infinite;
}
@keyframes captcha-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.info-form-card .form-captcha-refresh {
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .28);
}
.info-form-card .form-captcha-refresh:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .4);
}

/* Inner forms */
.inner-form-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 2.5rem;
    box-shadow: var(--shadow-lg);
}
.inner-form-head {
    display: flex; align-items: flex-start; gap: 1rem;
    margin-bottom: 1.75rem; padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}
.inner-form-icon {
    width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
    background: var(--grad-gold); color: var(--charcoal);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem; box-shadow: var(--shadow-gold);
}
.inner-form-head h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: .25rem; }
.inner-form-head p { font-size: .88rem; color: var(--gray); margin: 0; }
.form-label {
    font-size: .82rem; font-weight: 700; color: var(--charcoal-2);
    margin-bottom: .4rem;
}
.form-control-elc,
.form-select.form-control-elc {
    background: var(--gray-bg) !important;
    border: 1.5px solid var(--border) !important;
    color: var(--charcoal) !important;
    border-radius: 10px !important;
    padding: .72rem 1rem !important;
    transition: var(--t);
    font-size: .92rem;
}
.form-control-elc::placeholder { color: var(--gray-light) !important; }
.form-control-elc:focus,
.form-select.form-control-elc:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 4px var(--gold-pale) !important;
    outline: none; background: var(--white) !important;
}

/* ══════════════════════════════════════════
   AUTH / LOGIN — Premium Split Layout
══════════════════════════════════════════ */
body.page-login { background: var(--charcoal); }
body.page-login .site-footer { margin-top: 0; }

.auth-page {
    position: relative; overflow: hidden;
    min-height: calc(100vh - 72px);
    background: var(--charcoal);
}
.auth-page-bg {
    position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.auth-orb {
    position: absolute; border-radius: 50%;
    filter: blur(80px); opacity: .35;
    animation: authOrbDrift 12s ease-in-out infinite;
}
.auth-orb-1 {
    width: 420px; height: 420px; top: -8%; left: -5%;
    background: rgba(249,168,37,.45);
}
.auth-orb-2 {
    width: 320px; height: 320px; bottom: 10%; right: 15%;
    background: rgba(249,168,37,.25); animation-delay: -4s;
}
.auth-orb-3 {
    width: 200px; height: 200px; top: 40%; left: 35%;
    background: rgba(255,255,255,.06); animation-delay: -7s;
}
@keyframes authOrbDrift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(.95); }
}
.auth-grid-lines {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 30% 50%, black 20%, transparent 75%);
}

.auth-page-wrap { position: relative; z-index: 1; padding: 0; max-width: 100%; }
.auth-page-row { min-height: calc(100vh - 72px); }

/* Sol panel */
.auth-visual-col {
    background: linear-gradient(145deg, #1a1d21 0%, var(--charcoal) 45%, #2a2520 100%);
    position: relative; overflow: hidden;
    display: flex; align-items: center; padding: 3rem 4rem;
}
.auth-visual-col::after {
    content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 1px;
    background: linear-gradient(180deg, transparent, rgba(249,168,37,.35), transparent);
}
.auth-visual-inner { position: relative; z-index: 2; max-width: 520px; }
.auth-visual-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    color: var(--gold-light); background: rgba(249,168,37,.12);
    border: 1px solid rgba(249,168,37,.28); border-radius: 999px;
    padding: .4rem 1rem; margin-bottom: 1.5rem;
}
.auth-visual-title {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem); font-weight: 800;
    color: var(--white); line-height: 1.2; margin-bottom: 1rem;
}
.grad-text-gold {
    background: var(--grad-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.auth-visual-sub { color: rgba(255,255,255,.55); font-size: 1rem; line-height: 1.7; margin-bottom: 2rem; }

.auth-role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-bottom: 2.5rem; }
.auth-role-item {
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px; padding: 1rem .75rem; text-align: center;
    transition: var(--t);
}
.auth-role-item:hover {
    background: rgba(249,168,37,.08); border-color: rgba(249,168,37,.25);
    transform: translateY(-3px);
}
.auth-role-icon {
    width: 40px; height: 40px; border-radius: 10px; margin: 0 auto .5rem;
    background: rgba(249,168,37,.15); color: var(--gold-light);
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.auth-role-item strong { display: block; color: var(--white); font-size: .82rem; font-weight: 800; }
.auth-role-item span { font-size: .68rem; color: rgba(255,255,255,.4); }

/* Dekoratif görsel */
.auth-visual-deco {
    position: relative; width: 280px; height: 280px; margin-top: 1rem;
}
.auth-deco-ring {
    position: absolute; border-radius: 50%;
    border: 1.5px dashed rgba(249,168,37,.2);
    animation: authRingSpin 25s linear infinite;
}
.auth-deco-ring-1 { inset: 0; }
.auth-deco-ring-2 {
    inset: 18%; animation-direction: reverse; animation-duration: 18s;
    border-color: rgba(249,168,37,.12);
}
@keyframes authRingSpin { to { transform: rotate(360deg); } }
.auth-deco-center {
    position: absolute; inset: 28%;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    animation: authFloat 5s ease-in-out infinite;
}
@keyframes authFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.auth-deco-logo { max-height: 70px; width: auto; }
.auth-deco-elc { font-size: 2rem; font-weight: 900; color: var(--gold); }
.auth-float-icon {
    position: absolute; font-size: 1.35rem;
    animation: authIconFloat 4s ease-in-out infinite;
}
.auth-float-icon i { color: var(--gold-light); font-size: 1.2rem; }
.auth-float-icon .flag-icon { width: 1.35rem; height: 1.01rem; }
.af-1 { top: 0; left: 10%; animation-delay: 0s; }
.af-2 { top: 15%; right: 5%; animation-delay: .8s; }
.af-3 { bottom: 20%; left: 0; animation-delay: 1.6s; }
.af-4 { bottom: 5%; right: 15%; animation-delay: 2.4s; }
.af-5 { top: 45%; right: -5%; animation-delay: 3.2s; }
@keyframes authIconFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: .85; }
    50% { transform: translateY(-10px) scale(1.08); opacity: 1; }
}

/* Sağ panel — form */
.auth-form-col {
    background: linear-gradient(165deg, #FFFBF5 0%, var(--white) 40%, var(--gray-bg) 100%);
    display: flex; align-items: center; justify-content: center;
    padding: 3rem 2rem;
}
.auth-form-inner { width: 100%; max-width: 440px; }

.auth-card-premium {
    position: relative; background: var(--white);
    border: 1px solid var(--border); border-radius: var(--radius-xl);
    padding: 2.5rem 2.25rem; box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.auth-card-glow {
    position: absolute; top: -60px; right: -60px;
    width: 180px; height: 180px; border-radius: 50%;
    background: radial-gradient(circle, rgba(249,168,37,.18) 0%, transparent 70%);
    pointer-events: none;
}
.auth-card-top { text-align: center; margin-bottom: 1.75rem; }
.auth-card-logo { height: 64px; width: auto; object-fit: contain; margin-bottom: 1rem; }
.auth-card-top h1 {
    font-size: 1.65rem; font-weight: 800; color: var(--charcoal); margin-bottom: .35rem;
}
.auth-card-top p { font-size: .88rem; color: var(--gray); margin: 0; }

.auth-alert {
    display: flex; align-items: center; gap: .65rem;
    padding: .75rem 1rem; border-radius: 10px; font-size: .85rem; font-weight: 600;
    margin-bottom: 1.25rem;
}
.auth-alert-error {
    background: #FEF2F2; border: 1px solid #FECACA; color: #B91C1C;
}
.auth-shake { animation: authShake .5s ease; }
@keyframes authShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}

.auth-field { margin-bottom: 1.15rem; }
.auth-field .form-label {
    font-size: .8rem; font-weight: 700; color: var(--charcoal-2); margin-bottom: .4rem;
}
.auth-input-wrap { position: relative; }
.auth-input-icon {
    position: absolute; left: 1rem; top: 50%; transform: translateY(-50%);
    color: var(--gray-light); font-size: 1rem; pointer-events: none;
    transition: color .3s var(--ease);
}
.auth-input {
    width: 100%; background: var(--gray-bg) !important;
    border: 1.5px solid var(--border) !important; border-radius: 12px !important;
    padding: .85rem 1rem .85rem 2.85rem !important;
    font-size: .92rem; color: var(--charcoal) !important;
    transition: border-color .3s, box-shadow .3s, background .3s, transform .3s;
}
.auth-input-wrap:focus-within .auth-input-icon { color: var(--gold); }
.auth-input:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 4px var(--gold-pale) !important;
    background: var(--white) !important; outline: none;
    transform: translateY(-1px);
}
.auth-pw-toggle {
    position: absolute; right: .75rem; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: var(--gray-light);
    padding: .25rem .4rem; cursor: pointer; transition: var(--t); border-radius: 6px;
}
.auth-pw-toggle:hover { color: var(--gold-dark); background: var(--gold-pale); }

.auth-submit {
    position: relative; overflow: hidden;
    width: 100%; margin-top: .5rem;
    display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
    padding: .95rem 1.5rem; border: none; border-radius: 12px;
    background: var(--grad-gold); color: var(--charcoal);
    font-size: 1rem; font-weight: 800; cursor: pointer;
    box-shadow: var(--shadow-gold);
    transition: transform .3s var(--spring), box-shadow .3s;
}
.auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(249,168,37,.4);
}
.auth-submit:active { transform: translateY(0); }
.auth-submit-shine {
    position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    animation: authBtnShine 3s ease-in-out infinite;
}
@keyframes authBtnShine {
    0% { left: -100%; }
    50%, 100% { left: 150%; }
}

.auth-card-footer {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 1.5rem; padding-top: 1.25rem;
    border-top: 1px solid var(--border); flex-wrap: wrap; gap: .75rem;
}
.auth-back-link, .auth-help-link {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .82rem; font-weight: 700; text-decoration: none; transition: var(--t);
}
.auth-back-link { color: var(--gray); }
.auth-back-link:hover { color: var(--charcoal); }
.auth-help-link { color: var(--gold-dark); margin-left: auto; }
.auth-help-link:hover { color: var(--gold); gap: .6rem; }

.auth-secure-note {
    text-align: center; font-size: .78rem; color: var(--gray);
    margin-top: 1.25rem; display: flex; align-items: center; justify-content: center; gap: .4rem;
}
.auth-secure-note i { color: var(--gold); }

/* Giriş animasyonları */
.auth-anim { opacity: 0; animation: authFadeUp .7s var(--ease) forwards; }
.auth-anim-1 { animation-delay: .05s; }
.auth-anim-2 { animation-delay: .15s; }
.auth-anim-3 { animation-delay: .25s; }
.auth-anim-4 { animation-delay: .35s; }
.auth-anim-card { animation-delay: .2s; animation-duration: .8s; }
.auth-anim-f1 { animation-delay: .45s; }
.auth-anim-f2 { animation-delay: .55s; }
.auth-anim-f3 { animation-delay: .65s; }
.auth-anim-f4 { animation-delay: .75s; }
.auth-anim-f5 { animation-delay: .85s; }
@keyframes authFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 991px) {
    .auth-page { min-height: auto; }
    .auth-page-row { min-height: auto; }
    .auth-visual-col { padding: 2.5rem 1.5rem 2rem; }
    .auth-visual-deco { display: none; }
    .auth-role-grid { grid-template-columns: 1fr; max-width: 280px; }
    .auth-form-col { padding: 2rem 1.25rem 3rem; }
    .auth-card-premium { padding: 2rem 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
    .auth-anim, .auth-orb, .auth-deco-ring, .auth-deco-center,
    .auth-float-icon, .auth-submit-shine { animation: none !important; opacity: 1 !important; }
}

/* Legacy auth aliases */
.input-icon-wrap { position: relative; }
.input-icon-wrap > i {
    position: absolute; left: 1rem; top: 50%; transform: translateY(-50%);
    color: var(--gray-light); font-size: 1rem; pointer-events: none;
}
.input-icon-wrap .form-control-elc { padding-left: 2.75rem !important; }


/* Level test user info box */
.lt-user-info {
    background: var(--gray-bg); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.75rem;
}
.lt-user-info h5 { font-weight: 800; color: var(--charcoal); }


/* Filters */
.sticky-filter {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    position: sticky; top: 72px; z-index: 100;
}
.filter-bar { display: flex; flex-direction: column; gap: .85rem; }
.filter-group { display: flex; align-items: flex-start; gap: .75rem; flex-wrap: wrap; }
.filter-group label {
    font-size: .7rem; font-weight: 800; color: var(--gray);
    text-transform: uppercase; letter-spacing: .08em;
    padding-top: .4rem; min-width: 55px;
}
.filter-btns { display: flex; flex-wrap: wrap; gap: .35rem; }
.fbtn {
    display: inline-flex; align-items: center; gap: .3rem;
    padding: .35rem .85rem; border-radius: 8px;
    font-size: .8rem; font-weight: 600; color: var(--charcoal-2);
    background: var(--gray-bg); border: 1px solid var(--border);
    text-decoration: none; transition: var(--t);
}
.fbtn:hover { border-color: var(--gold); color: var(--gold-dark); background: var(--gold-pale); }
.fbtn.active { background: var(--gold); border-color: var(--gold); color: var(--charcoal); font-weight: 800; }
.fbtn .flag-icon { width: 1.1rem; height: .825rem; }
.info-cta-bar {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 2rem 2.5rem;
    box-shadow: var(--shadow-sm);
}
.info-cta-bar h5 { color: var(--charcoal); }

/* Course detail */
.course-info-box {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.75rem;
    box-shadow: var(--shadow-sm);
}
.course-info-box h5 {
    font-weight: 800; margin-bottom: 1rem;
    padding-bottom: .75rem; border-bottom: 2px solid var(--gold-pale);
}
.ci-list { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.ci-list li { display: flex; align-items: center; gap: .65rem; font-size: .88rem; color: var(--charcoal-2); }
.ci-list li i { color: var(--gold); width: 18px; }
.related-course-card {
    display: flex; align-items: center; gap: .5rem;
    background: var(--gray-bg); border: 1px solid var(--border);
    border-radius: 10px; padding: .75rem 1rem;
    font-size: .85rem; font-weight: 700; color: var(--charcoal);
    text-decoration: none; transition: var(--t);
}
.related-course-card:hover { border-color: var(--gold); color: var(--gold-dark); background: var(--gold-pale); }
.prose-content { color: var(--charcoal-2); line-height: 1.85; }

/* Level test */
.level-test-intro { text-align: center; }
.lti-features { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.ltif { display: flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--gray); font-weight: 600; }
.ltif i { color: var(--gold); font-size: 1.15rem; }
.lang-test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; }
.lang-test-card {
    display: flex; flex-direction: column; align-items: center; gap: .5rem;
    padding: 2rem 1rem; background: var(--white);
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    text-decoration: none; transition: var(--t);
}
.lang-test-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.lang-test-card.coming-soon { opacity: .45; pointer-events: none; }
.ltc-name { font-weight: 800; color: var(--charcoal); }
.ltc-count { font-size: .72rem; color: var(--gold-dark); font-weight: 700; }

.lt-progress-bar {
    display: flex; align-items: center; gap: 1rem;
    background: var(--gray-bg); border-radius: 999px; padding: .65rem 1.2rem;
    border: 1px solid var(--border);
}
.lt-progress-track { flex: 1; height: 6px; background: var(--border); border-radius: 999px; overflow: hidden; }
.lt-progress-fill { height: 100%; background: var(--grad-gold); border-radius: 999px; transition: width .5s var(--ease); }
.lt-level-badge {
    display: inline-flex; width: 44px; height: 44px; border-radius: 50%;
    background: var(--grad-gold); color: var(--charcoal);
    font-weight: 800; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.lt-question {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1rem;
    transition: var(--t);
}
.lt-question:hover { box-shadow: var(--shadow-sm); }
.ltq-text { font-weight: 700; color: var(--charcoal); margin-bottom: 1rem; }
.ltq-options { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.ltq-opt {
    display: flex; align-items: center; gap: .75rem;
    padding: .7rem 1rem; border-radius: 10px;
    border: 1.5px solid var(--border); cursor: pointer; transition: var(--t);
}
.ltq-opt:hover { border-color: var(--gold); background: var(--gold-pale); }
.ltq-opt input { display: none; }
.ltq-letter {
    width: 30px; height: 30px; border-radius: 8px;
    background: var(--gray-bg); color: var(--gray);
    display: flex; align-items: center; justify-content: center;
    font-size: .8rem; font-weight: 800; flex-shrink: 0; transition: var(--t);
}
.ltq-opt:has(input:checked) { border-color: var(--gold); background: var(--gold-pale); }
.ltq-opt:has(input:checked) .ltq-letter { background: var(--gold); color: var(--charcoal); }
.ltq-text-opt { font-size: .88rem; color: var(--charcoal-2); }

.result-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 3rem 2rem;
    box-shadow: var(--shadow-lg);
}
.result-level-badge {
    display: inline-flex; width: 100px; height: 100px; border-radius: 50%;
    border: 4px solid var(--gold); background: var(--gold-pale);
    font-size: 2rem; font-weight: 900; color: var(--gold-dark);
    align-items: center; justify-content: center; margin: 1rem auto;
}
.result-bar { height: 8px; background: var(--gray-bg); border-radius: 999px; overflow: hidden; }
.result-bar-fill { height: 100%; background: var(--grad-gold); border-radius: 999px; transition: width 1.2s var(--ease); }

/* Program cards (about) */
.program-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 2rem;
    transition: var(--t); height: 100%;
    border-left: 4px solid var(--lc, var(--gold));
}
.program-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.program-card h5 { font-weight: 800; margin-bottom: .45rem; }
.program-card p { font-size: .86rem; color: var(--gray); line-height: 1.65; margin-bottom: .85rem; }
.prog-link { font-size: .82rem; font-weight: 800; color: var(--gold-dark); text-decoration: none; }
.about-feature-item {
    display: flex; align-items: flex-start; gap: .75rem;
    padding: 1rem; background: var(--gray-bg);
    border-radius: 12px; border: 1px solid var(--border);
}
.about-feature-item i { font-size: 1.3rem; margin-top: .1rem; color: var(--gold); }
.about-feature-item strong { display: block; font-weight: 800; font-size: .9rem; }
.about-feature-item small { color: var(--gray); font-size: .8rem; }

/* ══════════════════════════════════════════
   FOOTER — Premium Corporate
══════════════════════════════════════════ */
.site-footer {
    position: relative; overflow: hidden;
    background: linear-gradient(180deg, #1a1d21 0%, var(--charcoal) 40%, #181b1f 100%);
    color: rgba(255,255,255,.6);
    margin-top: 0;
}
.site-footer::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--grad-gold); z-index: 2;
}
.footer-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.footer-orb {
    position: absolute; border-radius: 50%; filter: blur(90px); opacity: .2;
}
.footer-orb-1 { width: 360px; height: 360px; top: -10%; left: -5%; background: rgba(249,168,37,.5); }
.footer-orb-2 { width: 280px; height: 280px; bottom: 0; right: 5%; background: rgba(249,168,37,.25); }
.footer-grid-pattern {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, transparent, black 30%, black 70%, transparent);
}

/* CTA şeridi */
.footer-cta-bar {
    position: relative; z-index: 1;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: rgba(249,168,37,.06);
}
.footer-cta-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem; padding: 1.35rem 0; flex-wrap: wrap;
}
.footer-cta-text {
    display: flex; align-items: center; gap: 1rem;
}
.footer-cta-text > i {
    font-size: 1.75rem; color: var(--gold);
    background: rgba(249,168,37,.12); border-radius: 12px;
    width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
}
.footer-cta-text strong { display: block; color: var(--white); font-size: .95rem; font-weight: 800; }
.footer-cta-text span { font-size: .82rem; color: rgba(255,255,255,.5); }

.footer-main { position: relative; z-index: 1; padding: 4rem 0 2.5rem; }

.footer-brand { max-width: 320px; }
.footer-logo-img { height: 64px; width: auto; object-fit: contain; margin-bottom: 1rem; }
.footer-logo-text { font-size: 1.4rem; font-weight: 800; color: var(--white); margin-bottom: 1rem; }
.footer-logo-text .elc { color: var(--gold); }
.footer-desc { font-size: .88rem; line-height: 1.75; color: rgba(255,255,255,.5); margin-bottom: 1.25rem; }

.footer-trust-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.footer-trust-pill {
    display: inline-flex; align-items: center; gap: .35rem;
    font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px; padding: .35rem .75rem;
}
.footer-trust-pill i { color: var(--gold); font-size: .85rem; }

.footer-social { display: flex; gap: .55rem; }
.footer-social a {
    width: 42px; height: 42px; border-radius: 12px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.55); text-decoration: none;
    transition: var(--t); font-size: 1.05rem;
}
.footer-social a:hover {
    background: var(--gold); color: var(--charcoal);
    border-color: var(--gold); transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(249,168,37,.3);
}

.footer-col { height: 100%; }
.footer-heading {
    display: flex; align-items: center; gap: .65rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .14em;
    text-transform: uppercase; color: var(--gold-light);
    margin-bottom: 1.35rem;
}
.footer-heading-line {
    width: 20px; height: 2px; background: var(--grad-gold); border-radius: 2px; flex-shrink: 0;
}

.footer-links { list-style: none; display: flex; flex-direction: column; gap: .6rem; padding: 0; margin: 0; }
.footer-links a {
    color: rgba(255,255,255,.55); text-decoration: none;
    font-size: .88rem; font-weight: 600; transition: var(--t);
    display: inline-flex; align-items: center; gap: .5rem;
}
.footer-links a i { font-size: .78rem; color: var(--gold); transition: transform .3s var(--spring); }
.footer-links a:hover { color: var(--white); transform: translateX(4px); }
.footer-links a:hover i { transform: translateX(2px); color: var(--gold-light); }

.footer-contact-list { display: flex; flex-direction: column; gap: .75rem; }
.footer-contact-item {
    display: flex; align-items: flex-start; gap: .85rem;
    padding: .85rem 1rem; border-radius: 12px;
    background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
    text-decoration: none; transition: var(--t);
}
a.footer-contact-item:hover {
    background: rgba(249,168,37,.08); border-color: rgba(249,168,37,.2);
    transform: translateY(-2px);
}
.fci-icon {
    width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
    background: rgba(249,168,37,.12); border: 1px solid rgba(249,168,37,.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-light); font-size: .95rem;
}
.fci-body { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.fci-body small {
    font-size: .68rem; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; color: rgba(255,255,255,.35);
}
.fci-body strong {
    font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.85);
    word-break: break-word;
}

.footer-bottom-bar {
    position: relative; z-index: 1;
    border-top: 1px solid rgba(255,255,255,.06);
    background: rgba(0,0,0,.2);
}
.footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.25rem 0; flex-wrap: wrap; gap: .75rem;
}
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.35); }
.footer-bottom-links {
    display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
    font-size: .78rem;
}
.footer-bottom-links a {
    color: rgba(255,255,255,.45); text-decoration: none; font-weight: 600; transition: var(--t);
}
.footer-bottom-links a:hover { color: var(--gold-light); }
.footer-dot { color: rgba(255,255,255,.2); }
.footer-meta { color: rgba(255,255,255,.25); }
.footer-meta a {
    color: rgba(255,255,255,.45);
    text-decoration: none;
    font-weight: 600;
    transition: var(--t);
}
.footer-meta a:hover { color: var(--gold-light); }

@media (max-width: 767px) {
    .footer-cta-inner { justify-content: center; text-align: center; }
    .footer-cta-text { flex-direction: column; text-align: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-bottom-links { justify-content: center; }
}

.blog-card {
    background: #fff;
    border-radius: var(--radius-lg, 16px);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 4px 24px rgba(0,0,0,.04);
    transition: var(--t);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}
.blog-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog-card-cover {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f1f3f5;
}
.blog-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s var(--ease);
}
.blog-card:hover .blog-card-cover img {
    transform: scale(1.04);
}
.blog-article-cover {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f3f5;
}
.blog-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    border-color: rgba(249,168,37,.25);
}
.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    font-size: .78rem;
    color: var(--text-muted, #6c757d);
    margin-bottom: .75rem;
}
.blog-card-tag {
    background: rgba(249,168,37,.12);
    color: var(--charcoal, #212529);
    padding: .15rem .55rem;
    border-radius: 999px;
    font-weight: 600;
}
.blog-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .75rem;
}
.blog-card-title a {
    color: inherit;
    text-decoration: none;
}
.blog-card-title a:hover { color: var(--gold, #F9A825); }
.blog-card-excerpt {
    font-size: .9rem;
    color: var(--text-muted, #6c757d);
    flex-grow: 1;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-link {
    font-weight: 700;
    font-size: .85rem;
    color: var(--gold, #F9A825);
    text-decoration: none;
}
.blog-card-link:hover { color: var(--charcoal, #212529); }
.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .85rem;
    color: var(--text-muted, #6c757d);
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.blog-related-list li { margin-bottom: .75rem; }
.blog-related-list a {
    color: var(--charcoal, #212529);
    text-decoration: none;
    font-weight: 600;
}
.blog-related-list a:hover { color: var(--gold, #F9A825); }
.blog-similar-section {
    border-top: 1px solid rgba(0,0,0,.08);
}
.blog-similar-section .blog-card-title {
    font-size: 1rem;
}

/* ══════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
══════════════════════════════════════════ */
.reveal, .reveal-l, .reveal-r, .reveal-scale {
    opacity: 0;
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal { transform: translateY(40px); }
.reveal-l { transform: translateX(-40px); }
.reveal-r { transform: translateX(40px); }
.reveal-scale { transform: scale(.92); }
.reveal.up, .reveal-l.up, .reveal-r.up, .reveal-scale.up {
    opacity: 1; transform: none;
}
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* Hero entrance animation */
.hero-section .reveal { animation: heroFadeUp .8s var(--ease) forwards; }
.hero-section .reveal-r { animation: heroFadeUp .8s var(--ease) .2s forwards; opacity: 0; }
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: none; }
}

/* Stagger children */
.stagger-children > * { opacity: 0; animation: staggerIn .6s var(--ease) forwards; }
.stagger-children > *:nth-child(1) { animation-delay: .05s; }
.stagger-children > *:nth-child(2) { animation-delay: .1s; }
.stagger-children > *:nth-child(3) { animation-delay: .15s; }
.stagger-children > *:nth-child(4) { animation-delay: .2s; }
.stagger-children > *:nth-child(5) { animation-delay: .25s; }
.stagger-children > *:nth-child(6) { animation-delay: .3s; }
@keyframes staggerIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: none; }
}

/* ══════════════════════════════════════════
   ADMIN (minimal overrides)
══════════════════════════════════════════ */
.bg-dark-card { background: #1a1a1a !important; }
.nav-section-label {
    font-size: .65rem; font-weight: 800; letter-spacing: .12em;
    color: rgba(255,255,255,.25); text-transform: uppercase;
    padding: .75rem 1rem .2rem;
}
.table-active-row { border-left: 3px solid var(--gold); }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 991px) {
    .hero-slider { min-height: auto; }
    .hero-edge-btn { width: 40px; height: 40px; font-size: 1.3rem; }
    .hero-edge-btn.hero-prev { left: .5rem; }
    .hero-edge-btn.hero-next { right: .5rem; }
    .hero-slide-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        min-height: auto;
        gap: 0;
        text-align: center;
    }
    .hero-slide-photo { order: 2; }
    .hero-slide-photo img { max-height: 280px; }
    .hero-slide-center { order: 1; padding: 2rem 0 1rem; }
    .hero-slide-art { order: 3; display: none; }
    .hero-display-title { font-size: clamp(2.2rem, 8vw, 3.2rem); }
    .hero-dots-bar { padding-bottom: 1.25rem; }
    .ltq-options { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .reveal-l,
    .reveal-r {
        transform: translateY(40px);
    }
    .reveal-l.up,
    .reveal-r.up {
        transform: none;
    }
    .hero-slide-actions { flex-direction: column; align-items: center; }
    .hero-slide-actions .btn { width: 100%; max-width: 280px; justify-content: center; }
    .hero-slide-photo img { max-height: 220px; }
    .section-pad { padding: 3.5rem 0; }
    .ltc-card { padding: 2rem 1.5rem; }
    .info-form-card { padding: 1.75rem; }
    .container { overflow-x: clip; }
}
