/* BullMarkets Landing Pages — Design System */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

:root {
    --lp-navy: #0d1b2a;
    --lp-navy-mid: #1b263b;
    --lp-blue: #0b5ed7;
    --lp-blue-light: #3d8bfd;
    --lp-gold: #ffc107;
    --lp-gold-hover: #ffcd39;
    --lp-green: #198754;
    --lp-surface: #f8fafc;
    --lp-surface-alt: #ffffff;
    --lp-border: #e2e8f0;
    --lp-text: #1e293b;
    --lp-text-muted: #64748b;
    --lp-radius: 1rem;
    --lp-radius-lg: 1.25rem;
    --lp-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
    --lp-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    --lp-shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
    --lp-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body.lp-body {
    font-family: 'Cairo', system-ui, -apple-system, sans-serif;
    padding-top: 72px;
    background: var(--lp-surface);
    color: var(--lp-text);
    -webkit-font-smoothing: antialiased;
}

/* ── Navbar ── */
.lp-navbar {
    background: rgba(13, 27, 42, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
    min-height: 72px;
}

.lp-navbar .navbar-brand {
    color: #fff !important;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.lp-navbar .nav-link-lp {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color var(--lp-transition);
}

.lp-navbar .nav-link-lp:hover {
    color: var(--lp-gold);
}

.lp-btn-subscribe {
    background: linear-gradient(135deg, var(--lp-gold), #e6a800);
    border: none;
    color: #111 !important;
    font-weight: 700;
    padding: 0.45rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(255, 193, 7, 0.35);
    transition: transform var(--lp-transition), box-shadow var(--lp-transition);
}

.lp-btn-subscribe:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.45);
    color: #111 !important;
}

/* ── Hero ── */
.lp-hero {
    position: relative;
    padding: 4rem 0 5rem;
    background: linear-gradient(160deg, var(--lp-navy) 0%, var(--lp-navy-mid) 45%, #0a3d6b 100%);
    color: #fff;
    overflow: hidden;
}

.lp-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 20%, transparent 75%);
    pointer-events: none;
}

.lp-hero-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 94, 215, 0.25) 0%, transparent 70%);
    top: -200px;
    inset-inline-end: -150px;
    pointer-events: none;
}

.lp-hero-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.1) 0%, transparent 70%);
    bottom: -100px;
    inset-inline-start: -100px;
    pointer-events: none;
}

.lp-hero-inner {
    position: relative;
    z-index: 1;
}

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 0.4rem 1rem 0.4rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.lp-eyebrow .market-flag {
    width: 1.25rem;
    height: 0.9rem;
    border-radius: 2px;
}

.lp-hero h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
    max-width: 18ch;
}

.lp-hero-lead {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    max-width: 38rem;
    margin-bottom: 1.75rem;
}

.lp-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.lp-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
}

.lp-trust-pill svg {
    flex-shrink: 0;
    color: #34d399;
}

.lp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-btn-primary {
    background: linear-gradient(135deg, var(--lp-gold), #e6a800);
    border: none;
    color: #111 !important;
    font-weight: 800;
    font-size: 1rem;
    padding: 0.85rem 1.75rem;
    border-radius: 0.625rem;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.35);
    transition: transform var(--lp-transition), box-shadow var(--lp-transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255, 193, 7, 0.45);
    color: #111 !important;
}

.lp-btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 1.75rem;
    border-radius: 0.625rem;
    transition: background var(--lp-transition), border-color var(--lp-transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff !important;
}

/* Stats / Visual Panel */
.lp-panel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--lp-radius-lg);
    padding: 1.5rem;
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.lp-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-panel-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
}

.lp-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #34d399;
    background: rgba(52, 211, 153, 0.12);
    border: 1px solid rgba(52, 211, 153, 0.3);
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}

.lp-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    animation: lp-pulse 2s ease-in-out infinite;
}

@keyframes lp-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.lp-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.lp-stat-item {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    padding: 1rem 0.5rem;
    text-align: center;
}

.lp-stat-value {
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.lp-stat-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.35rem;
    line-height: 1.3;
}

.lp-panel-cta {
    margin-top: 1.25rem;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.65rem;
    border-radius: 0.5rem;
    transition: background var(--lp-transition);
    text-decoration: none;
    display: block;
    text-align: center;
}

.lp-panel-cta:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* Decorative preview when no KPI */
.lp-preview-rows {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.lp-preview-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 0.5rem;
    padding: 0.65rem 0.85rem;
}

.lp-preview-bar {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--lp-blue), var(--lp-blue-light));
    flex: 1;
}

.lp-preview-bar.gold {
    background: linear-gradient(90deg, var(--lp-gold), #ffdb4d);
}

.lp-preview-bar.green {
    background: linear-gradient(90deg, #198754, #34d399);
}

.lp-stat-value--profit { color: #ffc107; }
.lp-stat-value--efficiency { color: #34d399; }

.lp-preview-label {
    min-width: 4rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
}

/* ── Trust Strip ── */
.lp-trust-strip {
    background: var(--lp-surface-alt);
    border-bottom: 1px solid var(--lp-border);
    padding: 1.25rem 0;
}

.lp-trust-strip-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem 2.5rem;
}

.lp-trust-strip-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lp-text-muted);
}

.lp-trust-strip-item strong {
    color: var(--lp-text);
}

/* ── Highlights (Expert Portfolios / Copy Trading) ── */
.lp-highlights {
    padding: 2.5rem 0;
    background: linear-gradient(180deg, #eef4ff 0%, var(--lp-surface) 100%);
    border-bottom: 1px solid var(--lp-border);
}

.lp-highlight-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: var(--lp-surface-alt);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.5rem 1.75rem;
    height: 100%;
    box-shadow: var(--lp-shadow);
    transition: transform var(--lp-transition), box-shadow var(--lp-transition);
}

.lp-highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--lp-shadow-lg);
}

.lp-highlight-card--experts {
    border-color: rgba(11, 94, 215, 0.25);
    background: linear-gradient(135deg, #fff 0%, #f0f6ff 100%);
}

.lp-highlight-card--copy {
    border-color: rgba(255, 193, 7, 0.45);
    background: linear-gradient(135deg, #fff 0%, #fffbeb 100%);
}

.lp-highlight-icon {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lp-blue);
    background: rgba(11, 94, 215, 0.1);
    border: 1px solid rgba(11, 94, 215, 0.15);
}

.lp-highlight-card--copy .lp-highlight-icon {
    color: #b45309;
    background: rgba(255, 193, 7, 0.2);
    border-color: rgba(255, 193, 7, 0.35);
}

.lp-highlight-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lp-blue);
    background: rgba(11, 94, 215, 0.08);
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
}

.lp-highlight-card--copy .lp-highlight-tag {
    color: #92400e;
    background: rgba(255, 193, 7, 0.2);
}

.lp-highlight-title {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--lp-navy);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.lp-highlight-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--lp-text-muted);
    line-height: 1.7;
    margin: 0;
}

.lp-highlights-single .lp-highlight-card {
    max-width: 42rem;
    margin: 0 auto;
}

/* ── Sections ── */
.lp-section {
    padding: 4.5rem 0;
}

.lp-section-alt {
    background: var(--lp-surface-alt);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
}

.lp-section-header {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 3rem;
}

.lp-section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lp-blue);
    background: rgba(11, 94, 215, 0.08);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}

.lp-section-title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 900;
    color: var(--lp-navy);
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.lp-section-subtitle {
    font-size: 1.05rem;
    color: var(--lp-text-muted);
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
}

/* ── Benefits ── */
.lp-benefit-card {
    background: var(--lp-surface-alt);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem;
    height: 100%;
    transition: transform var(--lp-transition), box-shadow var(--lp-transition), border-color var(--lp-transition);
}

.lp-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
    border-color: rgba(11, 94, 215, 0.2);
}

.lp-benefit-icon-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(11, 94, 215, 0.1), rgba(11, 94, 215, 0.04));
    border: 1px solid rgba(11, 94, 215, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.15rem;
}

.lp-benefit-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--lp-navy);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.lp-benefit-card p {
    font-size: 0.9rem;
    color: var(--lp-text-muted);
    line-height: 1.65;
    margin: 0;
    font-weight: 500;
}

/* ── Steps ── */
.lp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
}

.lp-steps::before {
    content: "";
    position: absolute;
    top: 2rem;
    inset-inline-start: 16.66%;
    inset-inline-end: 16.66%;
    height: 2px;
    background: linear-gradient(90deg, var(--lp-blue), rgba(11, 94, 215, 0.2));
    z-index: 0;
}

.lp-step {
    text-align: center;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.lp-step-num {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-blue), var(--lp-blue-light));
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: 0 4px 20px rgba(11, 94, 215, 0.35);
    border: 4px solid var(--lp-surface-alt);
}

.lp-step h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--lp-navy);
    margin-bottom: 0.5rem;
}

.lp-step p {
    font-size: 0.875rem;
    color: var(--lp-text-muted);
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* ── Pricing ── */
.lp-pricing-wrap {
    background: linear-gradient(180deg, var(--lp-surface) 0%, #eef2f7 100%);
}

.lp-trial-banner {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-top: 0.5rem;
}

.lp-pricing-card {
    background: var(--lp-surface-alt);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform var(--lp-transition), box-shadow var(--lp-transition);
    box-shadow: var(--lp-shadow-sm);
}

.lp-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-pricing-popular {
    border-color: var(--lp-blue);
    box-shadow: 0 8px 40px rgba(11, 94, 215, 0.15);
    position: relative;
}

.lp-popular-badge {
    position: absolute;
    top: -13px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--lp-blue), var(--lp-blue-light));
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.3rem 1.1rem;
    border-radius: 999px;
    white-space: nowrap;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 12px rgba(11, 94, 215, 0.4);
}

html[dir="rtl"] .lp-popular-badge {
    transform: translateX(50%);
}

.lp-pricing-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--lp-navy);
    margin-bottom: 0.25rem;
}

.lp-pricing-tagline {
    font-size: 0.85rem;
    color: var(--lp-text-muted);
    font-weight: 500;
    margin-bottom: 1rem;
    min-height: 2.5rem;
}

.lp-trial-badge {
    display: inline-block;
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #92400e;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.lp-price {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--lp-border);
}

.lp-price .lp-amount {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--lp-navy);
    letter-spacing: -0.03em;
    line-height: 1;
}

.lp-price .lp-amount-free {
    font-size: 2rem;
}

.lp-price .lp-currency {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text-muted);
    vertical-align: super;
    margin-inline-end: 2px;
}

.lp-price .lp-period {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lp-text-muted);
}

.lp-features {
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.lp-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.45rem 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--lp-text);
    line-height: 1.45;
    border-bottom: 1px solid #f1f5f9;
}

.lp-features li:last-child {
    border-bottom: none;
}

.lp-features li::before {
    content: "✓";
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #ecfdf5;
    color: var(--lp-green);
    font-size: 0.65rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.lp-pricing-btn {
    font-weight: 700;
    padding: 0.75rem;
    border-radius: 0.625rem;
    transition: transform var(--lp-transition), box-shadow var(--lp-transition);
}

.lp-pricing-btn:hover {
    transform: translateY(-1px);
}

.lp-pricing-btn-popular {
    background: linear-gradient(135deg, var(--lp-green), #20c997);
    border: none;
    box-shadow: 0 4px 16px rgba(25, 135, 84, 0.3);
}

/* ── FAQ accordion ── */
.faq-accordion,
.lp-faq-accordion {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
}

.faq-accordion .accordion-item,
.lp-faq-accordion .accordion-item {
    border: 1px solid var(--lp-border) !important;
    border-radius: 0.75rem !important;
    overflow: hidden;
    background: var(--lp-surface-alt);
}

.faq-accordion .accordion-button,
.lp-faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--lp-navy);
    padding: 1.1rem 1.35rem;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.faq-accordion .accordion-collapse.collapse:not(.show),
.lp-faq-accordion .accordion-collapse.collapse:not(.show) {
    display: none;
}

.faq-accordion .accordion-collapse.collapse.show,
.lp-faq-accordion .accordion-collapse.collapse.show {
    display: block;
}

.faq-accordion .accordion-button:not(.collapsed),
.lp-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(11, 94, 215, 0.06);
    color: var(--lp-blue);
}

.faq-accordion .accordion-button:focus,
.lp-faq-accordion .accordion-button:focus {
    box-shadow: none !important;
}

.faq-accordion .accordion-body,
.lp-faq-accordion .accordion-body {
    padding: 0 1.35rem 1.15rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.7;
}

/* ── Final CTA ── */
.lp-cta-final {
    position: relative;
    background: linear-gradient(160deg, var(--lp-navy) 0%, var(--lp-navy-mid) 60%, #0a3d6b 100%);
    color: #fff;
    padding: 5rem 0;
    text-align: center;
    overflow: hidden;
}

.lp-cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 120%, rgba(11, 94, 215, 0.2), transparent);
    pointer-events: none;
}

.lp-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    margin: 0 auto;
}

.lp-cta-final h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.lp-cta-final p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.lp-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* ── Footer ── */
.lp-footer {
    background: var(--lp-navy);
    color: rgba(255, 255, 255, 0.6);
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: color var(--lp-transition);
}

.lp-footer a:hover {
    color: var(--lp-gold);
}

/* ── Sticky CTA (mobile) ── */
.lp-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(13, 27, 42, 0.96);
    backdrop-filter: blur(12px);
    padding: 0.85rem 1rem;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-sticky-label {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .lp-hero {
        padding: 3rem 0 3.5rem;
    }

    .lp-hero h1 {
        max-width: none;
    }

    .lp-panel {
        margin-top: 1rem;
    }

    .lp-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .lp-steps::before {
        display: none;
    }

    .lp-step {
        display: flex;
        text-align: start;
        gap: 1.25rem;
        padding: 0;
        background: var(--lp-surface-alt);
        border: 1px solid var(--lp-border);
        border-radius: var(--lp-radius);
        padding: 1.25rem;
    }

    .lp-step-num {
        margin: 0;
        flex-shrink: 0;
        width: 3rem;
        height: 3rem;
        font-size: 1.1rem;
        border-width: 3px;
    }

    .lp-section {
        padding: 3rem 0;
    }
}

@media (max-width: 767.98px) {
    .lp-sticky-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.75rem;
    }

    body.lp-body {
        padding-bottom: 80px;
    }

    .lp-stat-value {
        font-size: 1.35rem;
    }

    .lp-trust-strip-inner {
        gap: 1rem;
    }
}
