:root {
    --mkt-navy: #1e2430;
    --mkt-navy-soft: #2c3444;
    --mkt-blue: #0d6efd;
    --mkt-blue-soft: #e8f0fe;
    --mkt-ink: #1a1d29;
    --mkt-muted: #5b6474;
    --mkt-border: #e6e9f0;
}

body.marketing-body {
    background: #fff;
    color: var(--mkt-ink);
}

/* ---------- Header ---------- */
.mkt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(8px);
    border-bottom: 1px solid var(--mkt-border);
}

.mkt-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--mkt-ink) !important;
}

.mkt-brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--mkt-blue), #6ea8fe);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.mkt-nav-link {
    color: var(--mkt-muted);
    font-weight: 500;
    text-decoration: none;
    font-size: 0.925rem;
}

.mkt-nav-link:hover {
    color: var(--mkt-ink);
}

/* ---------- Hero ---------- */
.mkt-hero {
    background: radial-gradient(1100px 500px at 15% -10%, #26304a 0%, var(--mkt-navy) 55%, var(--mkt-navy) 100%);
    color: #fff;
    padding: 5rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.mkt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #cfe0ff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.mkt-hero h1 {
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.mkt-hero .lead {
    color: #b9c2d6;
    font-size: 1.15rem;
    max-width: 540px;
}

.mkt-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.75rem;
}

.mkt-hero-badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #dbe3f5;
    font-size: 0.8rem;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
}

/* Decorative invoice mockup card */
.mkt-mockup {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
    padding: 1.25rem 1.35rem;
    color: var(--mkt-ink);
    transform: rotate(1.5deg);
    max-width: 380px;
}

.mkt-mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid var(--mkt-border);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.mkt-mockup-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--mkt-muted);
    padding: 0.35rem 0;
    border-bottom: 1px dashed var(--mkt-border);
}

.mkt-mockup-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.05rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 2px solid var(--mkt-ink);
}

.mkt-mockup-chip {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #0a7a3d;
    background: #e6f7ed;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
}

.mkt-float-card {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 40px -14px rgba(0, 0, 0, 0.5);
    padding: 0.65rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--mkt-ink);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ---------- Sections ---------- */
.mkt-section {
    padding: 5rem 0;
}

.mkt-section-alt {
    background: #f8f9fc;
}

.mkt-kicker {
    color: var(--mkt-blue);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mkt-h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-top: 0.4rem;
}

.mkt-sub {
    color: var(--mkt-muted);
    font-size: 1.05rem;
    max-width: 560px;
}

/* Feature cards */
.mkt-feature-card {
    background: #fff;
    border: 1px solid var(--mkt-border);
    border-radius: 14px;
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.mkt-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -24px rgba(20, 30, 60, 0.25);
    border-color: #d6dfef;
}

.mkt-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: var(--mkt-blue-soft);
    color: var(--mkt-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.mkt-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.mkt-feature-card p {
    color: var(--mkt-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Steps */
.mkt-step {
    text-align: center;
    padding: 0 1rem;
}

.mkt-step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--mkt-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mkt-step h3 {
    font-size: 1rem;
    font-weight: 700;
}

.mkt-step p {
    color: var(--mkt-muted);
    font-size: 0.9rem;
}

/* Pricing */
.mkt-price-card {
    border: 1px solid var(--mkt-border);
    border-radius: 16px;
    background: #fff;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mkt-price-card:hover {
    transform: translateY(-4px);
}

.mkt-price-card.is-featured {
    border-color: var(--mkt-blue);
    box-shadow: 0 24px 48px -20px rgba(13, 110, 253, 0.35);
}

.mkt-price-ribbon {
    background: var(--mkt-blue);
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.45rem;
    border-radius: 15px 15px 0 0;
}

.mkt-price-amount {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mkt-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mkt-price-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: #3b4152;
    padding: 0.4rem 0;
}

.mkt-price-list li svg {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #17a35c;
}

/* FAQ */
.mkt-accordion .accordion-item {
    border: 1px solid var(--mkt-border);
    border-radius: 10px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.mkt-accordion .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
}

.mkt-accordion .accordion-button:not(.collapsed) {
    background: var(--mkt-blue-soft);
    color: var(--mkt-ink);
    box-shadow: none;
}

.mkt-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Final CTA */
.mkt-cta-band {
    background: linear-gradient(135deg, var(--mkt-navy), #2a3350);
    color: #fff;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
}

/* Footer */
.mkt-footer {
    background: var(--mkt-navy);
    color: #aab2c4;
    padding: 3rem 0 2rem;
}

.mkt-footer a {
    color: #cfd6e6;
    text-decoration: none;
}

.mkt-footer a:hover {
    color: #fff;
}

.mkt-footer-heading {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

@media (max-width: 767.98px) {
    .mkt-hero {
        padding: 3.25rem 0 3.5rem;
        text-align: center;
    }

    .mkt-hero .lead {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .mkt-hero-badges,
    .mkt-hero .d-flex.gap-3 {
        justify-content: center;
    }

    .mkt-mockup {
        transform: none;
        margin: 2.5rem auto 0;
    }

    .mkt-float-card {
        display: none;
    }

    .mkt-section {
        padding: 3rem 0;
    }
}
