/* ============================================================
   BillionairePrime Capital — Landing Page Stylesheet
   Premium / Luxury / Gold + Black design system
   ============================================================ */

/* ============================================================
   Design tokens (inherit app.css :root, add landing extras)
   ============================================================ */
:root {
    --ld-gold: #D4AF37;
    --ld-gold-bright: #E5C24A;
    --ld-gold-dark: #B8960F;
    --ld-black: #0B0B0F;
    --ld-black-2: #121218;
    --ld-black-3: #1A1A22;
    --ld-white: #FFFFFF;
    --ld-text: #B9C0CF;
    --ld-muted: #7A8296;
    --ld-border: rgba(255,255,255,.08);
    --ld-border-gold: rgba(212,175,55,.45);
    --ld-gold-glow: 0 15px 40px rgba(212,175,55,.35);
    --ld-card-radius: 20px;
    --ld-btn-radius: 16px;
    --ld-shadow: 0 20px 60px rgba(0,0,0,.45);
}

/* ============================================================
   Shared section scaffolding
   ============================================================ */
html { scroll-behavior: smooth; }
section[id$="-section"] { scroll-margin-top: 84px; }
.ld-section { position: relative; padding: 6rem 0; overflow: hidden; }
.ld-dark { background: var(--ld-black); color: var(--ld-text); }
.ld-light { background: #FFFFFF; color: #1A1A1A; }
.ld-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.ld-text-center { text-align: center; }
.ld-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px; font-weight: 600;
    letter-spacing: .24em; text-transform: uppercase;
    color: var(--ld-gold); margin-bottom: 18px;
}
.ld-eyebrow::before, .ld-eyebrow::after {
    content: ''; width: 28px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--ld-gold));
}
.ld-eyebrow::after { background: linear-gradient(90deg, var(--ld-gold), transparent); }
.ld-title {
    font-family: "Poppins", sans-serif;
    font-weight: 800; font-size: 2.6rem;
    line-height: 1.16; color: var(--ld-white);
    margin-bottom: 18px;
}
.ld-title .gold { color: var(--ld-gold); }
.ld-light .ld-title { color: #1A1A1A; }
.ld-subtitle { font-size: 1.05rem; line-height: 1.75; max-width: 640px; color: var(--ld-text); }
.ld-light .ld-subtitle { color: #5A6375; }
.ld-subtitle.center { margin-left: auto; margin-right: auto; }

/* ============================================================
   Hero — full screen
   ============================================================ */
.ld-hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    background: radial-gradient(1100px 600px at 80% -10%, rgba(212,175,55,.16), transparent 55%),
                radial-gradient(900px 500px at -10% 110%, rgba(212,175,55,.10), transparent 55%),
                linear-gradient(160deg, #0B0B0F 0%, #121218 50%, #0B0B0F 100%);
    overflow: hidden; padding: 8rem 0 5rem;
}
/* Animated star field */
.ld-stars { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.ld-star {
    position: absolute; border-radius: 50%;
    background: var(--ld-gold);
    box-shadow: 0 0 8px rgba(212,175,55,.8);
    animation: ldTwinkle 4s ease-in-out infinite;
}
@keyframes ldTwinkle {
    0%,100% { opacity: .15; transform: scale(.7); }
    50% { opacity: 1; transform: scale(1); }
}
/* Moving particles */
.ld-particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.ld-particle {
    position: absolute; width: 4px; height: 4px; border-radius: 50%;
    background: radial-gradient(circle, var(--ld-gold), transparent 70%);
    opacity: 0; animation: ldRise linear infinite;
}
@keyframes ldRise {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { opacity: .9; }
    90% { opacity: .4; }
    100% { transform: translateY(-110vh) translateX(30px); opacity: 0; }
}
/* Floating crypto coins */
.ld-coins { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.ld-coin {
    position: absolute; display: flex; align-items: center; gap: 8px;
    padding: 10px 16px; border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--ld-border);
    backdrop-filter: blur(12px);
    font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600;
    color: var(--ld-white);
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
    animation: ldFloat 7s ease-in-out infinite;
}
.ld-coin .ld-coin-dot {
    width: 22px; height: 22px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 800;
}
.ld-coin b { color: var(--ld-gold); font-family: "Manrope", sans-serif; }
.ld-coin.btc { top: 22%; left: 6%; animation-delay: 0s; }
.ld-coin.btc .ld-coin-dot { background: #F7931A; color: #fff; }
.ld-coin.ltc { top: 70%; left: 4%; animation-delay: 1.6s; }
.ld-coin.ltc .ld-coin-dot { background: #BFBBBB; color: #1A1A1A; }
.ld-coin.usdt { top: 18%; right: 42%; animation-delay: 2.4s; }
.ld-coin.usdt .ld-coin-dot { background: #26A17B; color: #fff; }
.ld-coin.usdc { bottom: 16%; right: 6%; animation-delay: .8s; }
.ld-coin.usdc .ld-coin-dot { background: #2775CA; color: #fff; }
@keyframes ldFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}
/* Gold glow orbs */
.ld-glow {
    position: absolute; border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, rgba(212,175,55,.28), transparent 70%);
    animation: ldPulse 6s ease-in-out infinite;
}
@keyframes ldPulse { 0%,100% { opacity: .5; transform: scale(1);} 50% { opacity: 1; transform: scale(1.15);} }
.ld-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.ld-hero-content { position: relative; z-index: 2; }
.ld-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px; border-radius: 999px; margin-bottom: 22px;
    background: rgba(212,175,55,.10); border: 1px solid var(--ld-border-gold);
    color: var(--ld-gold); font-family: "Poppins", sans-serif;
    font-size: 12px; font-weight: 600; letter-spacing: .08em;
}
.ld-hero-badge .ld-pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ld-gold); box-shadow: 0 0 10px var(--ld-gold); animation: ldDot 1.4s ease-in-out infinite; }
@keyframes ldDot { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.ld-hero h1 {
    font-family: "Poppins", sans-serif; font-weight: 800;
    font-size: 3.55rem; line-height: 1.12;
    color: var(--ld-white); margin-bottom: 22px;
    letter-spacing: -0.015em;
}
.ld-hero h1 .gold { color: var(--ld-gold); }
.ld-hero h1 .grad {
    background: linear-gradient(120deg, #E5C24A, #D4AF37 60%, #F6E27A);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ld-hero-sub {
    font-size: 1.12rem; line-height: 1.8; color: var(--ld-text);
    max-width: 560px; margin-bottom: 34px;
}
.ld-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.ld-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 30px; min-height: 52px; border-radius: var(--ld-btn-radius);
    font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600;
    text-decoration: none; cursor: pointer; border: none;
    transition: all .28s ease;
}
.ld-btn-gold {
    background: linear-gradient(135deg, #E5C24A, #D4AF37 55%, #C9A227);
    color: #1A1A1A; box-shadow: var(--ld-gold-glow);
}
.ld-btn-gold:hover { background: linear-gradient(135deg, #F0D45F, #E5C24A); transform: translateY(-3px); box-shadow: 0 20px 50px rgba(212,175,55,.5); }
.ld-btn-ghost {
    background: transparent; border: 1.5px solid var(--ld-border-gold);
    color: var(--ld-gold);
}
.ld-btn-ghost:hover { background: var(--ld-gold); color: #1A1A1A; transform: translateY(-3px); }
/* Live stats */
.ld-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ld-stat { padding: 4px 0; }
.ld-stat .ld-stat-num {
    font-family: "Manrope", sans-serif; font-weight: 800;
    font-size: 1.7rem; color: var(--ld-white);
    display: flex; align-items: center; gap: 6px;
}
.ld-stat .ld-stat-num .ld-trend { color: var(--ld-gold); font-size: 1rem; }
.ld-stat .ld-stat-label {
    font-size: 12px; color: var(--ld-muted);
    letter-spacing: .06em; text-transform: uppercase; margin-top: 4px;
}
/* Hero dashboard visual */
.ld-dash { position: relative; z-index: 2; }
.ld-dash-card {
    position: relative; border-radius: 22px; padding: 26px;
    background: linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border: 1px solid var(--ld-border);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--ld-shadow);
}
.ld-dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ld-dash-head .ld-dash-title { font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; color: var(--ld-white); }
.ld-dash-head .ld-dash-tag { font-size: 11px; color: var(--ld-gold); border: 1px solid var(--ld-border-gold); padding: 3px 10px; border-radius: 999px; }
.ld-dash-balance { margin-bottom: 20px; }
.ld-dash-balance .ld-bal-label { font-size: 12px; color: var(--ld-muted); text-transform: uppercase; letter-spacing: .1em; }
.ld-dash-balance .ld-bal-num { font-family: "Manrope", sans-serif; font-size: 2.1rem; font-weight: 800; color: var(--ld-white); }
.ld-dash-balance .ld-bal-num span { color: var(--ld-gold); }
.ld-dash-balance .ld-bal-change { font-family: "Manrope", sans-serif; font-size: 13px; color: #2ECC71; }
.ld-chart { position: relative; margin-bottom: 20px; }
.ld-chart svg { width: 100%; height: 100%; display: block; }
.ld-chart-head { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
.ld-chart-pair { display: inline-flex; align-items: center; gap: 8px; font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; color: var(--ld-white); }
.ld-chart-live { width: 8px; height: 8px; border-radius: 50%; background: #2ECC71; box-shadow: 0 0 8px rgba(46,204,113,.85); animation: ldDot 1.4s ease-in-out infinite; }
.ld-chart-price { font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--ld-white); margin-left: auto; }
.ld-chart-change { font-family: "Manrope", sans-serif; font-size: 12.5px; font-weight: 700; }
.ld-chart-change.ld-change-up { color: #2ECC71; }
.ld-chart-change.ld-change-down { color: #E74C3C; }
.ld-candle { display: block; width: 100%; height: 150px; }
.ld-coin b.up { color: #2ECC71; }
.ld-coin b.down { color: #E74C3C; }
.ld-dash-assets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ld-asset {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 14px; border-radius: 14px;
    background: rgba(255,255,255,.03); border: 1px solid var(--ld-border);
}
.ld-asset .ld-asset-icon { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; }
.ld-asset .ld-asset-name { font-family: "Poppins", sans-serif; font-size: 12px; color: var(--ld-text); }
.ld-asset .ld-asset-val { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; color: var(--ld-white); }
.ld-asset .ld-asset-pct { font-size: 11px; font-weight: 700; margin-left: auto; }
.ld-asset .up { color: #2ECC71; } .ld-asset .down { color: #E74C3C; }
.ld-float-card {
    position: absolute; display: flex; align-items: center; gap: 10px;
    padding: 14px 18px; border-radius: 16px;
    background: rgba(18,18,24,.85); border: 1px solid var(--ld-border-gold);
    backdrop-filter: blur(12px); box-shadow: var(--ld-gold-glow);
    font-family: "Poppins", sans-serif; font-size: 12px; color: var(--ld-white);
    animation: ldFloat 6s ease-in-out infinite; z-index: 3;
}
.ld-float-card .ld-fc-icon { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg,#E5C24A,#C9A227); display: flex; align-items: center; justify-content: center; color: #1A1A1A; }
.ld-float-card b { color: var(--ld-gold); font-family: "Manrope", sans-serif; font-size: 14px; display: block; }
.ld-fc-1 { top: -24px; right: -16px; }
.ld-fc-2 { bottom: 44px; left: -30px; animation-delay: 1.4s; }
.ld-fc-3 { top: 38%; right: -34px; animation-delay: 2.6s; }

/* ============================================================
   Trust / As Seen In
   ============================================================ */
.ld-trust { padding: 3.5rem 0; background: var(--ld-black-2); border-top: 1px solid var(--ld-border); border-bottom: 1px solid var(--ld-border); }
.ld-trust-label { text-align: center; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--ld-muted); margin-bottom: 28px; }
.ld-trust-logos { display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; filter: grayscale(1); opacity: .55; transition: all .4s ease; }
.ld-trust-logos:hover { filter: grayscale(0); opacity: 1; }
.ld-trust-logo {
    font-family: "Poppins", sans-serif; font-weight: 800;
    font-size: 1.25rem; letter-spacing: -.02em; color: var(--ld-white);
    white-space: nowrap; transition: all .3s ease;
}
.ld-trust-logo span { color: var(--ld-gold); }

/* ============================================================
   About
   ============================================================ */
.ld-about { background: #FFFFFF; color: #1A1A1A; }
.ld-about .ld-eyebrow { color: #1A1A1A; }
.ld-about .ld-title { color: #1A1A1A; }
.ld-about .ld-title .gold { color: var(--ld-gold); }
.ld-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ld-about-visual { position: relative; }
.ld-about-frame {
    border-radius: 24px; overflow: hidden;
    border: 1px solid var(--ld-border);
    box-shadow: var(--ld-shadow);
}
.ld-about-frame img { width: 100%; height: 460px; object-fit: cover; display: block; }
.ld-about-badge {
    position: absolute; bottom: -22px; right: 20px;
    display: flex; align-items: center; gap: 12px;
    padding: 16px 22px; border-radius: 16px;
    background: rgba(18,18,24,.92); border: 1px solid var(--ld-border-gold);
    backdrop-filter: blur(12px); box-shadow: var(--ld-gold-glow);
}
.ld-about-badge .ld-badge-num { font-family: "Manrope", sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--ld-gold); }
.ld-about-badge .ld-badge-label { font-size: 12px; color: var(--ld-text); }
.ld-about-copy .ld-about-text { font-size: 1rem; line-height: 1.8; color: #1F242D; margin-bottom: 28px; }
.ld-about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 30px; }
.ld-about-card { padding: 18px 20px; border-radius: 16px; background: var(--ld-black); border: 1px solid rgba(255,255,255,.1); box-shadow: var(--ld-shadow); transition: all .3s ease; }
.ld-about-card:hover { border-color: var(--ld-border-gold); background: #121218; transform: translateY(-4px); }
.ld-about-card .ld-about-ic { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg,#E5C24A,#C9A227); display: flex; align-items: center; justify-content: center; color: #1A1A1A; margin-bottom: 12px; }
.ld-about-card h4 { font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; color: var(--ld-white); margin-bottom: 6px; }
.ld-about-card p { font-size: 12.5px; color: rgba(255,255,255,.85); line-height: 1.6; }
.ld-about-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.ld-about-value { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--ld-border-gold); color: #1A1A1A; font-size: 12.5px; font-family: "Poppins", sans-serif; font-weight: 500; }
.ld-about-value .ld-about-check { color: var(--ld-gold); font-weight: 700; }

/* ============================================================
   Why Choose Us — 6 cards
   ============================================================ */
.ld-why { background: var(--ld-black-2); }
.ld-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ld-why-card {
    position: relative; padding: 34px 28px; border-radius: var(--ld-card-radius);
    background: linear-gradient(165deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
    border: 1px solid var(--ld-border); overflow: hidden;
    transition: all .38s ease;
}
.ld-why-card::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    background: radial-gradient(400px 200px at 50% 0%, rgba(212,175,55,.16), transparent 70%);
    opacity: 0; transition: opacity .38s ease;
}
.ld-why-card:hover { transform: translateY(-8px); border-color: var(--ld-border-gold); box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.ld-why-card:hover::before { opacity: 1; }
.ld-why-icon {
    width: 60px; height: 60px; border-radius: 18px;
    background: linear-gradient(135deg, #E5C24A, #C9A227);
    display: flex; align-items: center; justify-content: center;
    color: #1A1A1A; margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(212,175,55,.35);
    transition: all .38s ease;
}
.ld-why-card:hover .ld-why-icon { transform: scale(1.08) rotate(-4deg); }
.ld-why-card h3 { font-family: "Poppins", sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--ld-white); margin-bottom: 10px; position: relative; }
.ld-why-card p { font-size: 13.5px; line-height: 1.7; color: var(--ld-text); position: relative; }

/* ============================================================
   Investment Plans — 4 luxury black cards
   ============================================================ */
.ld-plans { background: radial-gradient(1000px 500px at 50% -10%, rgba(212,175,55,.10), transparent 55%), var(--ld-black); }
.ld-plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ld-plan-card {
    position: relative; padding: 32px 26px; border-radius: var(--ld-card-radius);
    background: linear-gradient(170deg, #181820, #101016);
    border: 1px solid var(--ld-border);
    display: flex; flex-direction: column;
    transition: all .4s ease;
}
.ld-plan-card:hover { transform: translateY(-10px); border-color: var(--ld-border-gold); box-shadow: var(--ld-gold-glow); }
.ld-plan-card.featured { border-color: var(--ld-border-gold); background: linear-gradient(170deg, #1D1A10, #141310); }
.ld-plan-card .ld-plan-flag {
    position: absolute; top: 18px; right: 18px;
    font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
    color: #1A1A1A; background: linear-gradient(135deg,#E5C24A,#C9A227);
    padding: 4px 12px; border-radius: 999px; font-family: "Poppins", sans-serif; font-weight: 700;
}
.ld-plan-name { font-family: "Poppins", sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--ld-white); margin-bottom: 6px; }
.ld-plan-tag { font-size: 12px; color: var(--ld-muted); margin-bottom: 20px; }
.ld-plan-amount { font-family: "Manrope", sans-serif; font-size: 1.9rem; font-weight: 800; color: var(--ld-gold); margin-bottom: 6px; }
.ld-plan-amount small { font-size: 14px; color: var(--ld-muted); font-weight: 500; }
.ld-plan-roi { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-radius: 12px; background: rgba(212,175,55,.08); border: 1px solid var(--ld-border-gold); margin-bottom: 18px; }
.ld-plan-roi .ld-roi-label { font-size: 11px; color: var(--ld-muted); text-transform: uppercase; letter-spacing: .08em; }
.ld-plan-roi .ld-roi-val { font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--ld-gold); }
.ld-plan-features { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.ld-plan-features li {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--ld-text); padding: 6px 0;
}
.ld-plan-features li .ld-check {
    width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
    background: rgba(212,175,55,.14); color: var(--ld-gold);
    display: flex; align-items: center; justify-content: center; font-size: 11px;
}
.ld-plan-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 14px; border-radius: 14px;
    background: linear-gradient(135deg, #E5C24A, #D4AF37 55%, #C9A227);
    color: #1A1A1A; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 14px;
    text-decoration: none; border: none; cursor: pointer;
    box-shadow: 0 10px 30px rgba(212,175,55,.28);
    transition: all .3s ease;
}
.ld-plan-btn:hover { transform: translateY(-2px); box-shadow: var(--ld-gold-glow); }
.ld-plan-card .ld-plan-duration { text-align: center; font-size: 12px; color: var(--ld-muted); margin-top: 12px; }

/* ============================================================
   Retirement Plans — 3 cards
   ============================================================ */
.ld-retire { background: #FFFFFF; color: #1A1A1A; }
.ld-retire .ld-eyebrow { color: #1A1A1A; }
.ld-retire .ld-title { color: #1A1A1A; }
.ld-retire .ld-title .gold { color: var(--ld-gold); }
.ld-retire .ld-subtitle { color: #1F242D; }
.ld-retire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ld-retire-card {
    padding: 34px 28px; border-radius: var(--ld-card-radius);
    background: var(--ld-black);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--ld-shadow);
    transition: all .4s ease;
}
.ld-retire-card:hover { transform: translateY(-8px); border-color: var(--ld-border-gold); background: #121218; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.ld-retire-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ld-retire-head .ld-retire-name { font-family: "Poppins", sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--ld-white); }
.ld-retire-icon { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg,#E5C24A,#C9A227); display: flex; align-items: center; justify-content: center; color: #1A1A1A; }
.ld-retire-risk { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; display: inline-block; margin-bottom: 14px; }
.ld-risk-low { color: #2ECC71; background: rgba(46,204,113,.1); border: 1px solid rgba(46,204,113,.3); }
.ld-risk-mid { color: var(--ld-gold); background: rgba(212,175,55,.1); border: 1px solid var(--ld-border-gold); }
.ld-risk-high { color: #E74C3C; background: rgba(231,76,60,.1); border: 1px solid rgba(231,76,60,.3); }
.ld-retire-projected { margin-bottom: 18px; }
.ld-retire-projected .ld-proj-label { font-size: 11px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .08em; }
.ld-retire-projected .ld-proj-num { font-family: "Manrope", sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--ld-gold); }
.ld-retire-bars { display: flex; align-items: flex-end; gap: 6px; height: 56px; margin-bottom: 18px; }
.ld-retire-bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #E5C24A, rgba(212,175,55,.25)); transition: all .3s ease; }
.ld-retire-card:hover .ld-retire-bars i { background: linear-gradient(180deg, #F0D45F, rgba(212,175,55,.4)); }
.ld-retire-feats { list-style: none; padding: 0; margin: 0; }
.ld-retire-feats li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.85); padding: 6px 0; }
.ld-retire-feats li .ld-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(212,175,55,.14); color: var(--ld-gold); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }

/* ============================================================
   Live Market — ticker
   ============================================================ */
.ld-market { background: var(--ld-black); }
.ld-market-ticker {
    overflow: hidden; border-top: 1px solid var(--ld-border); border-bottom: 1px solid var(--ld-border);
    margin-bottom: 52px; background: rgba(255,255,255,.02);
}
.ld-ticker-track { display: flex; gap: 0; width: max-content; animation: ldTicker 36s linear infinite; }
.ld-ticker-track:hover { animation-play-state: paused; }
@keyframes ldTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ld-ticker-item {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 34px; min-width: 240px;
    border-right: 1px solid var(--ld-border);
}
.ld-ticker-coin { display: flex; align-items: center; gap: 10px; }
.ld-ticker-coin .ld-ticker-ic { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.ld-ticker-name { font-family: "Poppins", sans-serif; font-size: 13px; color: var(--ld-white); font-weight: 600; }
.ld-ticker-symbol { font-size: 11px; color: var(--ld-muted); }
.ld-ticker-price { font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 700; color: var(--ld-white); margin-left: auto; }
.ld-ticker-change { font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 700; padding: 3px 8px; border-radius: 6px; }
.ld-change-up { color: #2ECC71; background: rgba(46,204,113,.12); }
.ld-change-down { color: #E74C3C; background: rgba(231,76,60,.12); }
@keyframes ldFlashUp { 0% { background-color: rgba(46,204,113,.30); } 100% { background-color: transparent; } }
@keyframes ldFlashDown { 0% { background-color: rgba(231,76,60,.30); } 100% { background-color: transparent; } }
.ld-flash-up { animation: ldFlashUp .9s ease; }
.ld-flash-down { animation: ldFlashDown .9s ease; }
.ld-live-note { margin-top: 4px; font-size: 12px; color: var(--ld-muted); display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.ld-live-note::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #2ECC71; box-shadow: 0 0 8px rgba(46,204,113,.8); animation: ldDot 1.4s ease-in-out infinite; }
/* Market widgets */
.ld-market-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.ld-market-card {
    padding: 22px; border-radius: var(--ld-card-radius);
    background: linear-gradient(165deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
    border: 1px solid var(--ld-border);
    transition: all .35s ease;
}
.ld-market-card:hover { transform: translateY(-6px); border-color: var(--ld-border-gold); box-shadow: var(--ld-gold-glow); }
.ld-market-card .ld-market-top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.ld-market-card .ld-market-top .ld-mk-ic { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; }
.ld-market-card .ld-market-top .ld-mk-name { font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600; color: var(--ld-white); }
.ld-market-card .ld-market-top .ld-mk-sym { font-size: 10px; color: var(--ld-muted); }
.ld-market-card .ld-mk-price { font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; color: var(--ld-white); }
.ld-market-card .ld-mk-change { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; margin-top: 6px; }
.ld-market-card .ld-mk-spark { margin-top: 14px; height: 54px; }
.ld-market-card .ld-mk-spark svg { width: 100%; height: 100%; }

/* ============================================================
   How It Works — 5 step timeline
   ============================================================ */
.ld-how { background: var(--ld-black-2); }
.ld-how-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.ld-how-track::before {
    content: ''; position: absolute; top: 40px; left: 8%; right: 8%;
    height: 2px; background: linear-gradient(90deg, transparent, var(--ld-border-gold), transparent);
}
.ld-how-step { text-align: center; position: relative; z-index: 1; }
.ld-how-num {
    width: 80px; height: 80px; margin: 0 auto 18px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--ld-black); border: 2px solid var(--ld-border-gold);
    color: var(--ld-gold); font-family: "Poppins", sans-serif; font-size: 1.5rem; font-weight: 800;
    box-shadow: 0 0 0 6px var(--ld-black-2);
    transition: all .35s ease;
}
.ld-how-step:hover .ld-how-num { background: linear-gradient(135deg,#E5C24A,#C9A227); color: #1A1A1A; box-shadow: var(--ld-gold-glow); transform: scale(1.08); }
.ld-how-step h4 { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600; color: var(--ld-white); margin-bottom: 8px; }
.ld-how-step p { font-size: 12.5px; color: var(--ld-muted); line-height: 1.6; max-width: 180px; margin: 0 auto; }

/* ============================================================
   Testimonials
   ============================================================ */
.ld-testi { background: var(--ld-black); }
.ld-testi-slider { position: relative; overflow: hidden; }
.ld-testi-track { display: flex; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.ld-testi-card {
    flex: 0 0 100%; max-width: 720px; margin: 0 auto;
    padding: 40px 44px; border-radius: var(--ld-card-radius);
    background: rgba(255,255,255,.04); border: 1px solid var(--ld-border);
    backdrop-filter: blur(20px); text-align: center;
    transition: all .4s ease;
}
.ld-testi-quote { font-family: "Poppins", sans-serif; font-size: 3.2rem; color: var(--ld-gold); line-height: 1; margin-bottom: 6px; opacity: .8; }
.ld-testi-text { font-size: 1.05rem; line-height: 1.8; color: var(--ld-text); margin-bottom: 26px; }
.ld-testi-stars { display: flex; justify-content: center; gap: 5px; color: var(--ld-gold); margin-bottom: 22px; }
.ld-testi-person { display: flex; align-items: center; justify-content: center; gap: 14px; }
.ld-testi-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#E5C24A,#C9A227); color: #1A1A1A; display: flex; align-items: center; justify-content: center; font-family: "Poppins", sans-serif; font-weight: 800; font-size: 18px; }
.ld-testi-name { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600; color: var(--ld-white); }
.ld-testi-meta { font-size: 12px; color: var(--ld-muted); display: flex; align-items: center; gap: 6px; justify-content: center; }
.ld-testi-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.ld-testi-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.15); border: none; cursor: pointer; transition: all .3s ease; }
.ld-testi-dot.active { background: var(--ld-gold); width: 30px; border-radius: 999px; box-shadow: 0 0 12px rgba(212,175,55,.6); }
.ld-testi-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--ld-border-gold); background: rgba(18,18,24,.8); color: var(--ld-gold); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease; z-index: 3; }
.ld-testi-nav:hover { background: var(--ld-gold); color: #1A1A1A; }
.ld-testi-prev { left: 0; } .ld-testi-next { right: 0; }

/* ============================================================
   FAQ
   ============================================================ */
.ld-faq { background: #FFFFFF; color: #1A1A1A; }
.ld-faq .ld-eyebrow { color: #1A1A1A; }
.ld-faq .ld-title { color: #1A1A1A; }
.ld-faq .ld-title .gold { color: var(--ld-gold); }
.ld-faq-wrap { max-width: 820px; margin: 0 auto; }
.ld-faq-item {
    margin-bottom: 14px; border-radius: 16px;
    background: var(--ld-black);
    border: 1px solid rgba(255,255,255,.1); overflow: hidden;
    box-shadow: var(--ld-shadow);
    transition: border-color .3s ease;
}
.ld-faq-item.open { border-color: var(--ld-border-gold); }
.ld-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 22px 24px; background: none; border: none; cursor: pointer; text-align: left;
    font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600; color: var(--ld-white);
}
.ld-faq-q .ld-faq-ic { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; background: rgba(212,175,55,.12); color: var(--ld-gold); display: flex; align-items: center; justify-content: center; transition: all .35s ease; }
.ld-faq-item.open .ld-faq-ic { background: linear-gradient(135deg,#E5C24A,#C9A227); color: #1A1A1A; transform: rotate(180deg); }
.ld-faq-a { max-height: 0; overflow: hidden; transition: max-height .45s ease, padding .35s ease; padding: 0 24px; }
.ld-faq-item.open .ld-faq-a { max-height: 320px; padding: 0 24px 22px; }
.ld-faq-a p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.85); }

/* ============================================================
   Contact
   ============================================================ */
.ld-contact { background: var(--ld-black); }
.ld-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ld-contact-card {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 26px 24px; border-radius: var(--ld-card-radius);
    background: linear-gradient(165deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
    border: 1px solid var(--ld-border);
    text-decoration: none;
    transition: all .35s ease;
}
.ld-contact-card:hover { transform: translateY(-6px); border-color: var(--ld-border-gold); background: rgba(212,175,55,.05); box-shadow: var(--ld-gold-glow); }
.ld-contact-ic {
    width: 50px; height: 50px; border-radius: 14px; margin-bottom: 16px;
    background: linear-gradient(135deg, #E5C24A, #C9A227);
    color: #1A1A1A; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(212,175,55,.3);
}
.ld-contact-label { font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600; color: var(--ld-gold); letter-spacing: .04em; margin-bottom: 6px; }
.ld-contact-value { font-size: 13.5px; line-height: 1.6; color: var(--ld-text); }

/* ============================================================
   CTA
   ============================================================ */
.ld-cta { position: relative; overflow: hidden; }
.ld-cta-inner {
    position: relative; border-radius: 28px; padding: 84px 48px; text-align: center;
    background: radial-gradient(700px 300px at 50% 0%, rgba(255,255,255,.25), transparent 60%),
                linear-gradient(135deg, #E5C24A, #D4AF37 50%, #C9A227);
    box-shadow: 0 30px 80px rgba(212,175,55,.4); overflow: hidden;
}
.ld-cta-inner::before, .ld-cta-inner::after {
    content: ''; position: absolute; border-radius: 50%;
    background: rgba(255,255,255,.18);
}
.ld-cta-inner::before { width: 320px; height: 320px; top: -140px; right: -80px; }
.ld-cta-inner::after { width: 260px; height: 260px; bottom: -120px; left: -60px; }
.ld-cta-title { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 2.7rem; color: #1A1A1A; margin-bottom: 16px; position: relative; z-index: 2; }
.ld-cta-sub { font-size: 1.1rem; color: rgba(26,26,26,.75); max-width: 560px; margin: 0 auto 34px; position: relative; z-index: 2; }
.ld-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 2; }
.ld-btn-cta {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 34px; border-radius: var(--ld-btn-radius);
    font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 700;
    text-decoration: none; border: none; cursor: pointer; transition: all .28s ease;
    background: #1A1A1A; color: var(--ld-gold); box-shadow: 0 15px 40px rgba(0,0,0,.3);
}
.ld-btn-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.ld-btn-cta-ghost { background: transparent; border: 1.5px solid #1A1A1A; color: #1A1A1A; }
.ld-btn-cta-ghost:hover { background: #1A1A1A; color: var(--ld-gold); }

/* ============================================================
   Animations (fade up, reveal, counters)
   ============================================================ */
.ld-reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.ld-reveal.visible { opacity: 1; transform: translateY(0); }
.ld-reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.ld-reveal-left.visible { opacity: 1; transform: translateX(0); }
.ld-reveal-right { opacity: 0; transform: translateX(50px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.ld-reveal-right.visible { opacity: 1; transform: translateX(0); }
.ld-reveal-zoom { opacity: 0; transform: scale(.92); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.ld-reveal-zoom.visible { opacity: 1; transform: scale(1); }
.ld-delay-1 { transition-delay: .1s; } .ld-delay-2 { transition-delay: .2s; } .ld-delay-3 { transition-delay: .3s; }
.ld-delay-4 { transition-delay: .4s; } .ld-delay-5 { transition-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
    .ld-reveal, .ld-reveal-left, .ld-reveal-right, .ld-reveal-zoom { opacity: 1; transform: none; transition: none; }
    .ld-particle, .ld-coin, .ld-float-card, .ld-ticker-track, .ld-star { animation: none !important; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
    .ld-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .ld-hero h1 { font-size: 2.8rem; }
    .ld-hero { padding: 7rem 0 4rem; }
    .ld-plans-grid { grid-template-columns: repeat(2, 1fr); }
    .ld-market-grid { grid-template-columns: repeat(3, 1fr); }
    .ld-why-grid { grid-template-columns: repeat(2, 1fr); }
    .ld-how-track { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
    .ld-how-track::before { display: none; }
    .ld-about-grid { grid-template-columns: 1fr; gap: 48px; }
    .ld-contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .ld-section { padding: 4rem 0; }
    .ld-hero { padding-top: 6rem; }
    .ld-hero h1 { font-size: 2.15rem; }
    .ld-hero-sub { font-size: 1rem; }
    .ld-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .ld-title { font-size: 2rem; }
    .ld-plans-grid { grid-template-columns: 1fr; }
    .ld-retire-grid { grid-template-columns: 1fr; }
    .ld-market-grid { grid-template-columns: repeat(2, 1fr); }
    .ld-why-grid { grid-template-columns: 1fr; }
    .ld-how-track { grid-template-columns: 1fr; }
    .ld-about-cards { grid-template-columns: 1fr; }
    .ld-testi-card { padding: 30px 22px; }
    .ld-cta-inner { padding: 56px 24px; }
    .ld-cta-title { font-size: 2rem; }
    .ld-contact-grid { grid-template-columns: 1fr; }
    .ld-float-card { display: none; }
    .ld-coin { display: none; }
    .ld-dash-card { padding: 20px 16px; }
    .ld-dash-balance .ld-bal-num { font-size: 1.55rem; }
    .ld-chart-price { margin-left: 0; }
    .ld-candle { height: 130px; }
    .ld-ticker-item { min-width: 210px; padding: 14px 22px; }
    .ld-hero-actions .ld-btn { flex: 1 1 auto; }
}
@media (max-width: 480px) {
    .ld-market-grid { grid-template-columns: 1fr; }
    .ld-hero-actions .ld-btn { width: 100%; }
    .ld-cta-actions .ld-btn-cta { width: 100%; justify-content: center; }
}

/* ============================================================
   Our Investment Solutions — premium white section
   Cards are CMS-ready: image/title/desc/cta/href live in the
   data-sol-* attributes and are mirrored in visible markup.
   Cover images load from /public/uploads/landing/ at runtime;
   a missing file triggers the "Upload Image" CSS placeholder.
   ============================================================ */
.ld-solutions {
    --ld-sol-media-h: 220px;
    --ld-sol-radius: 18px;
    background: #FFFFFF;
}
.ld-sol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
    margin-top: 56px;
}
.ld-sol-item { display: flex; }
.ld-sol-card {
    position: relative;
    display: flex; flex-direction: column;
    width: 100%; height: 100%;
    min-height: 380px;
    border-radius: var(--ld-sol-radius);
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(11, 11, 15, .07);
    box-shadow: 0 18px 48px rgba(11, 11, 15, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.ld-sol-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, .45);
    box-shadow: 0 34px 70px rgba(11, 11, 15, .16), 0 18px 40px rgba(212, 175, 55, .22);
}
.ld-sol-media {
    position: relative;
    height: var(--ld-sol-media-h);
    overflow: hidden;
    background: linear-gradient(160deg, #F7F3E9, #EFE8D8);
}
.ld-sol-img {
    width: 100%; height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
}
.ld-sol-card:hover .ld-sol-img { transform: scale(1.06); }
.ld-sol-img.ld-img-error { display: none; }
.ld-sol-img.ld-img-error + .ld-sol-upload { display: flex; }
.ld-sol-upload {
    position: absolute; inset: 0;
    display: none;
    flex-direction: column;
    align-items: center; justify-content: center;
    gap: 12px;
    color: #B3A98B;
    font-family: "Poppins", sans-serif;
    font-size: 12px; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase;
}
.ld-sol-upload svg { opacity: .8; }
.ld-sol-upload::before {
    content: '';
    position: absolute; inset: 14px;
    border: 1.5px dashed rgba(179, 169, 139, .55);
    border-radius: calc(var(--ld-sol-radius) - 4px);
}
.ld-sol-badge {
    position: absolute;
    top: var(--ld-sol-media-h);
    right: 24px;
    width: 60px; height: 60px;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #E5C24A, #C9A227);
    color: #1A1A1A;
    border: 4px solid #FFFFFF;
    box-shadow: 0 12px 28px rgba(212, 175, 55, .42);
    z-index: 2;
    transition: transform .3s ease, box-shadow .3s ease;
}
.ld-sol-card:hover .ld-sol-badge { transform: translateY(-50%) scale(1.12); box-shadow: 0 16px 36px rgba(212, 175, 55, .55); }
.ld-sol-body {
    flex: 1;
    display: flex; flex-direction: column;
    padding: 50px 26px 28px;
}
.ld-sol-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.15rem; font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 10px;
}
.ld-sol-desc {
    flex: 1;
    font-size: .92rem; line-height: 1.7;
    color: #5A6375;
    margin-bottom: 24px;
}
.ld-sol-btn {
    align-self: flex-start;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 13px; font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #E5C24A, #D4AF37);
    color: #1A1A1A;
    box-shadow: 0 10px 24px rgba(212, 175, 55, .32);
    transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.ld-sol-btn:hover {
    background: #1A1A1A;
    color: var(--ld-gold);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}
.ld-sol-btn svg { transition: transform .3s ease; }
.ld-sol-btn:hover svg { transform: translateX(3px); }

@media (max-width: 1024px) {
    .ld-sol-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .ld-sol-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .ld-sol-card, .ld-sol-img, .ld-sol-badge, .ld-sol-btn, .ld-sol-btn svg { transition: none; }
    .ld-sol-card:hover { transform: none; box-shadow: 0 18px 48px rgba(11, 11, 15, .07); }
    .ld-sol-card:hover .ld-sol-img { transform: none; }
    .ld-sol-card:hover .ld-sol-badge { transform: translateY(-50%); }
}
