:root {
    --primary: #cc9900;
    --secondary: #ff9900;
    --accent: #ff9900;
    --accent-hover: #cc9900;
    --text-dark: #0b1220;
    --text-muted: #6c757d;
    --light-bg: #f6f7fb;
    --white: #ffffff;
    --surface: #ffffff;
    --border: rgba(15, 23, 42, 0.08);
    --shadow-1: 0 6px 16px rgba(15, 23, 42, 0.08);
    --shadow-2: 0 14px 34px rgba(15, 23, 42, 0.14);
    --shadow-3: 0 22px 60px rgba(15, 23, 42, 0.22);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    background-color: var(--light-bg);
    overflow-x: hidden;
}

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: rgba(2, 6, 23, 0.06); }
::-webkit-scrollbar-thumb { background: rgba(2, 6, 23, 0.22); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

.text-primary { color: var(--primary) !important; }
.text-accent { color: var(--accent) !important; }
.bg-primary { background-color: var(--primary) !important; }
.bg-surface { background: var(--surface); }
.bg-gradient-primary { background: linear-gradient(135deg, var(--primary), var(--secondary)); }
.z-index-1 { z-index: 1; position: relative; }
.section-padding { padding: 96px 0; }

.top-bar {
    background: #060a14;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    padding: 10px 0;
}
.top-bar-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 600;
}
.top-bar-link:hover { color: rgba(255, 255, 255, 0.95); }
.topbar-btn { border-color: rgba(255, 255, 255, 0.35) !important; }
.social-icon {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 14px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
}
.social-icon:hover { color: rgba(255, 255, 255, 0.95); transform: translateY(-1px); }

.navbar-custom {
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    transition: all 0.25s ease;
    padding: 14px 0;
    border-bottom: 1px solid rgba(2, 6, 23, 0.04);
}
.navbar-custom.scrolled {
    padding: 10px 0;
    box-shadow: 0 14px 32px rgba(2, 6, 23, 0.08);
}
.nav-link {
    color: rgba(2, 6, 23, 0.82) !important;
    margin: 0 10px;
    position: relative;
    font-weight: 700;
}
.nav-link:hover { color: rgba(2, 6, 23, 1) !important; }
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -6px;
    left: 0;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 0.2s ease;
    border-radius: 999px;
}
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.btn-accent {
    background: linear-gradient(135deg, var(--accent), var(--secondary));
    color: #0b1220;
    border: none;
    box-shadow: 0 14px 26px rgba(255, 153, 0, 0.22);
}
.btn-accent:hover { filter: brightness(0.98); transform: translateY(-1px); }
.btn-ripple { position: relative; overflow: hidden; }
.btn-ripple .ripple {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    animation: ripple 650ms ease-out forwards;
    pointer-events: none;
}
@keyframes ripple {
    from { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    to { opacity: 0; transform: translate(-50%, -50%) scale(26); }
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: rgba(2, 6, 23, 0.6);
}
.section-title {
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 10px 0 10px;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}
.section-subtitle {
    color: rgba(2, 6, 23, 0.6);
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-fintech {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(1200px 700px at 20% 10%, rgba(255, 153, 0, 0.25), transparent 65%),
                radial-gradient(900px 600px at 80% 20%, rgba(204, 153, 0, 0.22), transparent 62%),
                linear-gradient(180deg, #050815 0%, #070a16 40%, #0b1020 100%);
    color: white;
    overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.75;
    animation: orb 14s ease-in-out infinite;
}
.orb-1 { width: 520px; height: 520px; left: -160px; top: -180px; background: rgba(255, 153, 0, 0.6); }
.orb-2 { width: 420px; height: 420px; right: -160px; top: 6%; background: rgba(204, 153, 0, 0.5); animation-delay: -4s; }
.orb-3 { width: 520px; height: 520px; right: 12%; bottom: -220px; background: rgba(255, 153, 0, 0.35); animation-delay: -8s; }
@keyframes orb {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(0,-22px,0) scale(1.08); }
}
.hero-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 10px 14px;
}
.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 0 8px rgba(255, 153, 0, 0.12);
}
.hero-badge-text { font-weight: 800; letter-spacing: 0.02em; color: rgba(255, 255, 255, 0.85); }
.hero-title {
    font-weight: 1000;
    letter-spacing: -0.04em;
    font-size: clamp(2.6rem, 4.8vw, 4rem);
    line-height: 1.05;
}
.text-gradient {
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.75), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-subtitle { color: rgba(255, 255, 255, 0.72); font-size: 1.12rem; line-height: 1.75; max-width: 44rem; }
.hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 560px;
}
@media (min-width: 576px) {
    .hero-metrics { grid-template-columns: 1.2fr 1fr; }
}
.metric-card {
    border-radius: 18px;
    padding: 16px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}
.metric-label { font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; color: rgba(255, 255, 255, 0.7); }
.metric-value { display: flex; align-items: center; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.count-seg {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.count-seg > span { font-weight: 950; font-size: 1.35rem; letter-spacing: 0.02em; }
.count-seg small { font-weight: 700; color: rgba(255, 255, 255, 0.7); }
.count-sep { font-weight: 900; font-size: 1.2rem; color: rgba(255, 255, 255, 0.55); }
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
}
.chip-dark { background: rgba(255, 255, 255, 0.1); }
.mono { font-variant-numeric: tabular-nums; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.hero-visual { position: relative; max-width: 520px; }
.ticket-stack { position: relative; width: 100%; height: 520px; }
.ticket-card {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow-3);
}
.ticket-card-back { transform: rotate(-8deg) translate(-10px, 12px) scale(0.98); opacity: 0.5; }
.ticket-card-mid { transform: rotate(5deg) translate(12px, -6px) scale(0.99); opacity: 0.65; }
.ticket-card-front {
    transform: rotate(-1deg) translate(0, 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    animation: floatCard 9s ease-in-out infinite;
    overflow: hidden;
}
@keyframes floatCard {
    0%, 100% { transform: rotate(-1deg) translate(0, 0); }
    50% { transform: rotate(0.5deg) translate(0, -14px); }
}
.ticket-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 10px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 40px; height: 40px; border-radius: 12px; object-fit: contain; background: rgba(0,0,0,0.15); padding: 6px; }
.brand-mark { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #0b1220; font-weight: 900; }
.brand-name { font-weight: 900; letter-spacing: -0.02em; }
.ticket-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.14);
    font-weight: 800;
    color: rgba(255,255,255,0.86);
}
.ticket-body { padding: 10px 20px 20px; }
.ticket-prize .label, .kv .label { font-weight: 800; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.ticket-prize .value { margin-top: 6px; font-weight: 950; font-size: 1.35rem; letter-spacing: -0.02em; }
.ticket-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.kv {
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.12);
}
.kv .value { margin-top: 6px; font-weight: 900; color: rgba(255,255,255,0.9); }
.ticket-glow {
    position: absolute;
    inset: -60px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 153, 0, 0.28), transparent 55%),
                radial-gradient(circle at 70% 70%, rgba(204, 153, 0, 0.22), transparent 60%);
    filter: blur(26px);
    opacity: 0.9;
    pointer-events: none;
}
.float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.25);
}
.float-ic {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
}
.float-tx .t1 { font-weight: 900; color: rgba(255,255,255,0.92); line-height: 1.1; }
.float-tx .t2 { font-weight: 700; color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.float-1 { left: -10px; top: 80px; animation: floatMini 7.5s ease-in-out infinite; }
.float-2 { right: -8px; top: 210px; animation: floatMini 8.3s ease-in-out infinite; }
.float-3 { left: 26px; bottom: 62px; animation: floatMini 7.8s ease-in-out infinite; }
@keyframes floatMini {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

.raffle-card-premium {
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-1);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.raffle-card-premium:hover { transform: translateY(-8px); box-shadow: var(--shadow-2); }
.raffle-media { position: relative; display: block; text-decoration: none; }
.raffle-img { width: 100%; height: 210px; object-fit: cover; display: block; }
.raffle-fallback {
    height: 210px;
    display: grid;
    place-items: center;
    background: radial-gradient(600px 260px at 30% 10%, rgba(255, 153, 0, 0.45), transparent 55%),
                linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.68));
    color: rgba(255,255,255,0.9);
    font-size: 44px;
}
.raffle-badges { position: absolute; left: 14px; top: 14px; display: flex; gap: 8px; }
.raffle-body { padding: 18px 18px 18px; }
.raffle-title { font-weight: 950; letter-spacing: -0.02em; font-size: 1.06rem; }
.raffle-prize { color: rgba(2, 6, 23, 0.64); font-weight: 700; margin-top: 4px; }
.raffle-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.raffle-meta .label { font-weight: 900; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(2, 6, 23, 0.5); }
.raffle-meta .value { font-weight: 950; letter-spacing: -0.01em; }
.progress-soft { height: 10px; background: rgba(2, 6, 23, 0.06); border-radius: 999px; overflow: hidden; }
.progress-bar-gradient { background: linear-gradient(90deg, var(--primary), var(--secondary)); border-radius: 999px; }

.step-card {
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-1);
    padding: 18px 18px 18px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 153, 0, 0.18), rgba(204, 153, 0, 0.12));
    border: 1px solid rgba(255, 153, 0, 0.22);
    color: rgba(2, 6, 23, 0.88);
    font-size: 20px;
}
.step-num { font-weight: 950; font-size: 1.2rem; color: rgba(2, 6, 23, 0.22); }
.step-title { margin-top: 14px; font-weight: 950; letter-spacing: -0.02em; font-size: 1.12rem; }
.step-sub { margin-top: 8px; color: rgba(2, 6, 23, 0.6); line-height: 1.7; }

.stats-section {
    background: radial-gradient(900px 600px at 20% 0%, rgba(255, 153, 0, 0.22), transparent 60%),
                radial-gradient(900px 600px at 80% 0%, rgba(204, 153, 0, 0.18), transparent 60%),
                linear-gradient(180deg, #060a14, #0a1020);
}
.stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(12px);
}
.stat-ic {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.92);
    font-size: 18px;
}
.stat-val { font-weight: 1000; font-size: 1.55rem; color: rgba(255,255,255,0.96); letter-spacing: -0.02em; }
.stat-lbl { font-weight: 800; color: rgba(255,255,255,0.72); }

.winner-card {
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-1);
    padding: 18px 18px;
    height: 100%;
}
.winner-top { display: flex; align-items: center; gap: 12px; justify-content: space-between; flex-wrap: wrap; }
.winner-avatar { width: 52px; height: 52px; border-radius: 18px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #0b1220; font-weight: 1000; }
.winner-initial { font-size: 1.2rem; }
.winner-meta { flex: 1; min-width: 180px; }
.winner-name { font-weight: 950; letter-spacing: -0.02em; }
.winner-date { color: rgba(2, 6, 23, 0.55); font-weight: 700; font-size: 0.95rem; margin-top: 2px; }
.winner-badge-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    border: 1px solid rgba(255, 153, 0, 0.2);
    font-weight: 900;
    color: rgba(2, 6, 23, 0.9);
}
.winner-prize {
    margin-top: 14px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.04);
    border: 1px solid rgba(2, 6, 23, 0.06);
}
.winner-prize .label { font-weight: 900; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(2, 6, 23, 0.5); }
.winner-prize .value { margin-top: 6px; font-weight: 950; letter-spacing: -0.02em; }

.testimonial-card {
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-1);
    padding: 18px 18px 16px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.quote-ic {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 153, 0, 0.14), rgba(204, 153, 0, 0.1));
    border: 1px solid rgba(255, 153, 0, 0.18);
    color: rgba(2, 6, 23, 0.8);
}
.quote-text { margin-top: 14px; color: rgba(2, 6, 23, 0.72); font-weight: 700; line-height: 1.8; }
.quote-foot { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.quote-avatar {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(2, 6, 23, 0.06);
    border: 1px solid rgba(2, 6, 23, 0.08);
    font-weight: 950;
    color: rgba(2, 6, 23, 0.78);
}
.quote-meta { flex: 1; }
.quote-name { font-weight: 950; letter-spacing: -0.02em; }
.quote-loc { color: rgba(2, 6, 23, 0.55); font-weight: 700; font-size: 0.95rem; margin-top: 2px; }
.quote-stars { color: #f4b400; }
.rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.04);
    border: 1px solid rgba(2, 6, 23, 0.06);
    font-weight: 800;
}
.rating-pill .stars { color: #f4b400; }

.app-section {
    background: radial-gradient(900px 600px at 20% 0%, rgba(255, 153, 0, 0.22), transparent 60%),
                radial-gradient(900px 600px at 80% 0%, rgba(204, 153, 0, 0.18), transparent 60%),
                linear-gradient(180deg, #060a14, #0a1020);
    color: white;
}
.app-mock { position: relative; max-width: 520px; margin-left: auto; }
.app-screen {
    border-radius: 28px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 70px rgba(0,0,0,0.35);
    overflow: hidden;
}
.app-top { display: flex; gap: 10px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.app-pill { width: 14px; height: 14px; border-radius: 999px; background: rgba(255,255,255,0.18); }
.app-body { padding: 18px 18px 20px; }
.app-card {
    border-radius: 22px;
    padding: 16px 16px;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.12);
}
.app-card-head { display: flex; align-items: center; gap: 12px; }
.app-logo { width: 44px; height: 44px; border-radius: 16px; overflow: hidden; display: grid; place-items: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); }
.app-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.app-logo-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #0b1220; font-weight: 950; }
.app-card-title { font-weight: 950; letter-spacing: -0.02em; color: rgba(255,255,255,0.92); }
.app-card-sub { margin-top: 10px; color: rgba(255,255,255,0.68); font-weight: 700; }
.app-card-actions { margin-top: 12px; display: flex; gap: 10px; flex-wrap: wrap; }
.app-chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.86);
    font-weight: 800;
    font-size: 0.9rem;
}
.app-list { margin-top: 14px; display: grid; gap: 10px; }
.app-row { height: 14px; border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); }
.app-glow {
    position: absolute;
    inset: -90px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 153, 0, 0.24), transparent 55%),
                radial-gradient(circle at 70% 70%, rgba(204, 153, 0, 0.18), transparent 60%);
    filter: blur(30px);
    opacity: 0.9;
    pointer-events: none;
}

.cta-premium { padding-top: 0; }
.cta-box {
    border-radius: 28px;
    padding: 26px 22px;
    background: radial-gradient(900px 600px at 10% 0%, rgba(255, 153, 0, 0.18), transparent 55%),
                linear-gradient(135deg, #060a14, #0a1020);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 28px 70px rgba(0,0,0,0.28);
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .cta-box { flex-direction: row; align-items: center; padding: 34px 34px; }
}
.cta-title { font-weight: 1000; letter-spacing: -0.03em; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.empty-state {
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-1);
    padding: 28px 18px;
    text-align: center;
}
.empty-ic { width: 72px; height: 72px; border-radius: 26px; display: grid; place-items: center; background: rgba(2, 6, 23, 0.04); border: 1px solid rgba(2, 6, 23, 0.06); margin: 0 auto 14px; font-size: 28px; color: rgba(2, 6, 23, 0.72); }
.empty-title { font-weight: 950; letter-spacing: -0.02em; font-size: 1.2rem; }
.empty-sub { margin-top: 6px; color: rgba(2, 6, 23, 0.6); font-weight: 700; }

.footer-area {
    background-color: #050815;
    color: rgba(255, 255, 255, 0.74);
}
.footer-area p,
.footer-area li,
.footer-area .text-muted,
.footer-area .small,
.footer-area .footer-contact {
    color: rgba(255, 255, 255, 0.74) !important;
}
.footer-area .text-white { color: rgba(255, 255, 255, 0.94) !important; }
.footer-links a, .footer-social a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: all 0.2s ease; }
.footer-links li { margin-bottom: 12px; }
.footer-links a:hover { color: rgba(255, 255, 255, 0.92); padding-left: 6px; }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    margin-right: 10px;
}
.footer-social a:hover { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #0b1220; transform: translateY(-2px); }
.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
}
.newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: none;
    color: white;
}
