/* =========================================================
   Public marketing design system (B2F tokens, MyGymDesk structure)
   ========================================================= */

body.mkt-body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--navy, #121212);
    background: #f3f5f8;
    -webkit-font-smoothing: antialiased;
}

body.mkt-body--login {
    background: #0f1115;
}

.mkt-shell { min-height: 100vh; display: flex; flex-direction: column; }
.mkt-shell > *:not(.mkt-footer) { flex-shrink: 0; }
.mkt-shell > .mkt-main,
.mkt-shell > .mkt-login-stage { flex: 1; }

/* Trust strip */
.mkt-trust-strip {
    background: #0c0e12;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 18px;
    padding: 8px 16px;
}
.mkt-trust-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold, #E63946);
    opacity: .8;
    flex-shrink: 0;
}

@keyframes mkt-trust-zoom-in {
    0%   { opacity: 0; transform: scale(0.72); }
    65%  { opacity: 1; transform: scale(1.08); }
    100% { opacity: 1; transform: scale(1); }
}

/* Header */
.mkt-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(226,232,240,.9);
}
body.mkt-body--login .mkt-header {
    background: rgba(18,18,18,.92);
    border-bottom-color: rgba(255,255,255,.08);
}
body.mkt-body--login .mkt-brand-text,
body.mkt-body--login .mkt-nav a { color: rgba(255,255,255,.88); }
body.mkt-body--login .mkt-nav a:hover,
body.mkt-body--login .mkt-nav a.is-active { color: #fff; }

.mkt-header-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.mkt-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--navy, #121212);
    min-width: 0;
}
.mkt-brand img {
    height: 34px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
}
.mkt-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gold, #E63946), var(--gold-dark, #B82C38));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 15px;
    flex-shrink: 0;
}
.mkt-brand-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -.02em;
    white-space: nowrap;
}
.mkt-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 18px;
    font-size: 14px;
    font-weight: 600;
}
.mkt-nav a {
    color: var(--text-secondary, #4a5568);
    text-decoration: none;
    transition: color .15s;
}
.mkt-nav a:hover,
.mkt-nav a.is-active { color: var(--navy, #121212); }
.mkt-nav-cta {
    display: inline-flex !important;
    align-items: center;
    padding: 10px 18px !important;
    border-radius: 999px;
    background: var(--gold, #E63946);
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(230,57,70,.28);
    animation: mktCtaPulse 2.8s ease-in-out infinite;
}
.mkt-nav-cta:hover { background: var(--gold-dark, #B82C38) !important; color: #fff !important; }

.mkt-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border, #E2E8F0);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.mkt-nav-toggle span {
    display: block;
    height: 2px;
    background: var(--navy, #121212);
    border-radius: 2px;
}
body.mkt-body--login .mkt-nav-toggle {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.15);
}
body.mkt-body--login .mkt-nav-toggle span { background: #fff; }

@keyframes mktCtaPulse {
    0%, 100% { box-shadow: 0 8px 22px rgba(230,57,70,.28); }
    50% { box-shadow: 0 10px 28px rgba(230,57,70,.42); }
}

@keyframes mktFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.mkt-anim { animation: mktFadeUp .55s ease both; }
.mkt-anim-d1 { animation-delay: .08s; }
.mkt-anim-d2 { animation-delay: .16s; }

/* Never leave marketing content stuck at opacity 0 */
body.mkt-body .mkt-pricing-panel,
body.mkt-body .mkt-plan-card,
body.mkt-body .mkt-plan-price,
body.mkt-body .mkt-plan-cta,
body.mkt-body .mkt-plan-feat,
body.mkt-body .mkt-feat-card,
body.mkt-body .mkt-login-wrapper,
body.mkt-body .mkt-login-card {
    opacity: 1 !important;
}

/* Hero */
.mkt-hero-band {
    background:
        radial-gradient(circle at 18% 20%, rgba(230,57,70,.22) 0%, transparent 42%),
        radial-gradient(circle at 85% 10%, rgba(29,110,191,.16) 0%, transparent 38%),
        linear-gradient(145deg, #0c0e12 0%, #171a21 48%, #1e2430 100%);
    color: #fff;
    padding: 56px 20px 88px;
    position: relative;
    overflow: hidden;
}
.mkt-hero-band--compact {
    padding-bottom: 100px;
}
.mkt-hero-band::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(243,245,248,0) 0%, #f3f5f8 100%);
    pointer-events: none;
    z-index: 0;
}
.mkt-hero-inner { z-index: 1; }
.mkt-hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}
.mkt-hero-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
    margin-bottom: 16px;
}
.mkt-hero-band h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(34px, 6vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 16px;
    letter-spacing: -.03em;
}
.mkt-hero-band .mkt-hero-sub {
    max-width: 620px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,.76);
}
.mkt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.mkt-btn-primary,
.mkt-btn-ghost,
.mkt-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    transition: transform .15s, background .15s, box-shadow .15s;
}
.mkt-btn-primary {
    background: var(--gold, #E63946);
    color: #fff;
    box-shadow: 0 12px 30px rgba(230,57,70,.35);
}
.mkt-btn-primary:hover { background: var(--gold-dark, #B82C38); color: #fff; transform: translateY(-1px); }
.mkt-btn-ghost {
    border: 1.5px solid rgba(255,255,255,.35);
    color: #fff;
}
.mkt-btn-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
.mkt-btn-outline {
    border: 1.5px solid var(--border, #E2E8F0);
    color: var(--navy, #121212);
    background: #fff;
}
.mkt-btn-outline:hover { border-color: var(--navy, #121212); }

/* Stats */
.mkt-stats {
    max-width: 920px;
    margin: -40px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.mkt-stat {
    background: #fff;
    border: 1px solid var(--border, #E2E8F0);
    border-radius: 18px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15,23,42,.06);
}
.mkt-stat strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    color: var(--navy, #121212);
    letter-spacing: -.02em;
}
.mkt-stat span {
    font-size: 12px;
    color: var(--text-muted, #6B7B8D);
    font-weight: 600;
}

/* Main */
.mkt-main {
    max-width: 1160px;
    margin: 0 auto;
    padding: 48px 20px 72px;
    width: 100%;
    box-sizing: border-box;
}
.mkt-section { margin-bottom: 52px; }
.mkt-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}
.mkt-section-head h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(22px, 3vw, 28px);
    margin: 0;
    letter-spacing: -.02em;
}
.mkt-section-head p {
    margin: 6px 0 0;
    font-size: 14px;
    color: var(--text-muted, #6B7B8D);
}
.mkt-sub {
    color: var(--text-muted, #6B7B8D);
    font-size: 15px;
    line-height: 1.55;
}

/* Feature cards */
.mkt-feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}
.mkt-feat-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border, #E2E8F0);
    border-radius: 22px;
    padding: 24px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    box-shadow: 0 4px 16px rgba(15,23,42,.04);
    min-height: 100%;
}
.mkt-feat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(230,57,70,.35);
    box-shadow: 0 18px 40px rgba(18,18,18,.1);
}
.mkt-feat-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}
.mkt-feat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(145deg, #FFF0F0 0%, #fff 70%);
    color: var(--gold-dark, #B82C38);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(230,57,70,.12);
}
.mkt-feat-icon svg { width: 24px; height: 24px; }
.mkt-feat-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    margin: 0 0 8px;
    letter-spacing: -.02em;
}
.mkt-feat-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-muted, #6B7B8D);
    flex: 1;
}
.mkt-feat-link {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 700;
    color: var(--info, #1D6EBF);
}
.mkt-feat-card:hover .mkt-feat-link { color: var(--gold-dark, #B82C38); }

/* Status — muted on public */
.mkt-status {
    display: none;
}
.mkt-status--show {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
}

/* Pricing plans pull up into hero fade */
.mkt-pricing-panel {
    max-width: 1160px;
    margin: -56px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 4;
}
.mkt-main--pricing {
    padding-top: 28px;
}
.mkt-interval-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 0 28px;
    flex-wrap: wrap;
}
.mkt-interval-tab {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--border, #E2E8F0);
    background: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    color: var(--text-muted, #6B7B8D);
    font-family: inherit;
}
.mkt-interval-tab.active {
    background: var(--navy, #121212);
    color: #fff;
    border-color: var(--navy, #121212);
}
.mkt-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}
.mkt-plan-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid var(--border, #E2E8F0);
    padding: 28px 24px;
    box-shadow: 0 4px 16px rgba(15,23,42,.04);
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.mkt-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15,23,42,.08);
}
.mkt-plan-card.popular {
    border-color: var(--gold, #E63946);
    box-shadow: 0 16px 40px rgba(230,57,70,.14);
}
.mkt-plan-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--gold, #E63946);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: .04em;
}
.mkt-plan-card h2 {
    font-family: 'Outfit', sans-serif;
    margin: 0 0 8px;
    font-size: 22px;
    color: #121212;
}
.mkt-plan-price,
.mkt-plan-price .price-val {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #121212 !important;
    line-height: 1.1;
    letter-spacing: -.03em;
}
.mkt-plan-price small {
    font-size: 14px;
    font-weight: 500;
    color: #6B7B8D !important;
    font-family: 'DM Sans', sans-serif;
}
.mkt-plan-tax {
    font-size: 12px;
    color: #6B7B8D;
    margin-top: 4px;
}
.mkt-plan-limits {
    font-size: 13px;
    color: #6B7B8D;
    margin-top: 10px;
    font-weight: 600;
}
.mkt-plan-feat {
    font-size: 14px;
    color: #334155;
    margin: 18px 0 0;
    padding: 0;
}
.mkt-plan-feat li {
    margin: 8px 0;
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #334155;
}
.mkt-plan-feat li::before {
    content: '✓';
    color: #109E6E;
    font-weight: 800;
}
.mkt-plan-cta {
    display: block;
    margin-top: 22px;
    text-align: center;
    padding: 14px;
    background: #E63946 !important;
    color: #fff !important;
    border-radius: 14px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 15px;
}
.mkt-plan-cta:hover { background: #B82C38 !important; color: #fff !important; }
.mkt-gst-note {
    text-align: center;
    font-size: 13px;
    color: var(--text-muted, #6B7B8D);
    margin-top: 20px;
}

/* Matrix */
.mkt-matrix-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid var(--border, #E2E8F0);
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(15,23,42,.04);
}
.mkt-matrix {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 640px;
}
.mkt-matrix th,
.mkt-matrix td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border, #E2E8F0);
}
.mkt-matrix th {
    background: #f8fafc;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--text-muted, #6B7B8D);
    font-weight: 700;
}
.mkt-matrix td:not(:first-child),
.mkt-matrix th:not(:first-child) { text-align: center; }
.mkt-matrix tr:last-child td { border-bottom: 0; }
.mkt-matrix-cat {
    font-size: 10px;
    color: var(--text-muted, #6B7B8D);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 2px;
}

/* FAQ / detail / blocks */
.mkt-faq-item {
    background: #fff;
    border: 1px solid var(--border, #E2E8F0);
    border-radius: 14px;
    padding: 14px 18px;
    margin: 8px 0;
}
.mkt-faq-item summary {
    font-weight: 700;
    cursor: pointer;
}
.mkt-detail-hero {
    background: #fff;
    border: 1px solid var(--border, #E2E8F0);
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 28px;
    box-shadow: 0 4px 16px rgba(15,23,42,.04);
}
.mkt-detail-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 5vw, 38px);
    margin: 12px 0 10px;
}
.mkt-breadcrumb {
    font-size: 13px;
    color: var(--text-muted, #6B7B8D);
    margin-bottom: 20px;
}
.mkt-breadcrumb a { color: var(--info, #1D6EBF); text-decoration: none; font-weight: 600; }
.mkt-detail-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.mkt-cta-band {
    background: linear-gradient(135deg, #0c0e12 0%, #1a2332 100%);
    border-radius: 24px;
    padding: 44px 28px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}
.mkt-cta-band h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(24px, 4vw, 32px);
    margin: 0 0 10px;
}
.mkt-cta-band p {
    margin: 0 0 24px;
    color: rgba(255,255,255,.75);
    font-size: 15px;
}

/* Legacy CMS block classes */
.mkt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 16px; }
.mkt-card, .mkt-quote { background: #fff; border: 1px solid var(--border, #E2E8F0); border-radius: 16px; padding: 18px; box-shadow: 0 4px 12px rgba(15,23,42,.04); }
.mkt-block { margin: 28px 0; }
.mkt-rich { line-height: 1.65; }
.mkt-cta { display: inline-block; margin-top: 16px; padding: 12px 20px; background: var(--gold, #E63946); color: #fff; border-radius: 14px; text-decoration: none; font-weight: 700; }

/* Footer — legacy (keep for backward compat) */
.mkt-footer {
    margin-top: auto;
    border-top: 1px solid var(--border, #E2E8F0);
    background: #fff;
    padding: 36px 20px 24px;
    display: none; /* replaced by v2 */
}

/* ===== PREMIUM FOOTER V2 ===== */
.mkt-footer-v2 {
    margin-top: auto;
    background: #0a0c10;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 56px 24px 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}
body.mkt-body--login .mkt-footer-v2 {
    background: #060608;
}
.mkt-footer-top {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px 32px;
    padding-bottom: 40px;
}
.mkt-footer-brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.mkt-footer-logo-img {
    height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}
.mkt-footer-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gold, #E63946), var(--gold-dark, #B82C38));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 15px;
    flex-shrink: 0;
}
.mkt-footer-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    letter-spacing: -.02em;
}
.mkt-footer-about {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,.5);
    margin: 0 0 18px;
    max-width: 280px;
}
.mkt-footer-socials {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.mkt-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: background .2s, color .2s, transform .15s;
}
.mkt-social-icon:hover {
    background: var(--gold, #E63946);
    color: #fff;
    transform: translateY(-2px);
    border-color: var(--gold, #E63946);
}
.mkt-social-icon svg { width: 16px; height: 16px; }

.mkt-footer-col h4.mkt-footer-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    margin: 0 0 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.mkt-footer-col a {
    display: block;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
    transition: color .15s, padding-left .15s;
}
.mkt-footer-col a:hover {
    color: #fff;
    padding-left: 4px;
}

.mkt-footer-cta-sub {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    margin: 0 0 12px;
    line-height: 1.5;
}
.mkt-newsletter-form {
    display: flex;
    gap: 0;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
}
.mkt-nl-input {
    flex: 1;
    min-width: 0;
    padding: 11px 14px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}
.mkt-nl-input::placeholder { color: rgba(255,255,255,.35); }
.mkt-nl-btn {
    padding: 11px 18px;
    background: var(--gold, #E63946);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap;
}
.mkt-nl-btn:hover { background: var(--gold-dark, #B82C38); }
.mkt-nl-btn:disabled { background: #109E6E; cursor: default; }

.mkt-footer-contact-link {
    display: block;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    font-size: 12px;
    margin-top: 6px;
    transition: color .15s;
}
.mkt-footer-contact-link:hover { color: #fff; }

.mkt-footer-bottom {
    max-width: 1160px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.mkt-footer-copy {
    font-size: 12px;
    color: rgba(255,255,255,.3);
}
.mkt-footer-bottom-links {
    display: flex;
    gap: 16px;
}
.mkt-footer-bottom-links a {
    font-size: 12px;
    color: rgba(255,255,255,.35);
    text-decoration: none;
    transition: color .15s;
}
.mkt-footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* ===== ANNOUNCEMENT BAR ===== */
.mkt-announce {
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
}
.mkt-announce--info { background: linear-gradient(90deg, #1D4ED8, #2563EB); color: #fff; }
.mkt-announce--promo { background: linear-gradient(90deg, var(--gold, #E63946), #f97316); color: #fff; }
.mkt-announce--success { background: linear-gradient(90deg, #059669, #10B981); color: #fff; }
.mkt-announce--urgent { background: linear-gradient(90deg, #DC2626, var(--gold, #E63946)); color: #fff; }
.mkt-announce-inner { max-width: 1160px; margin: 0 auto; }
.mkt-announce-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.mkt-announce-link:hover { text-decoration: underline; color: #fff; }

/* ===== SCROLL REVEAL ===== */
.mkt-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease;
}
.mkt-reveal.mkt-revealed {
    opacity: 1;
    transform: translateY(0);
}
.mkt-reveal-d1 { transition-delay: .08s; }
.mkt-reveal-d2 { transition-delay: .16s; }
.mkt-reveal-d3 { transition-delay: .24s; }
.mkt-reveal-d4 { transition-delay: .32s; }

/* ===== HAMBURGER ANIMATION ===== */
.mkt-nav-toggle.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mkt-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.mkt-nav-toggle.is-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mkt-nav-toggle span { transition: transform .25s, opacity .2s; }

/* ===== WAVE SECTION DIVIDER ===== */
.mkt-wave-divider {
    display: block;
    width: 100%;
    line-height: 0;
    margin: -1px 0;
}
.mkt-wave-divider svg { width: 100%; height: auto; display: block; }

/* ===== GRADIENT MESH SECTIONS ===== */
.mkt-section-mesh {
    background:
        radial-gradient(ellipse at 20% 60%, rgba(230,57,70,.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 30%, rgba(29,110,191,.05) 0%, transparent 50%),
        #f3f5f8;
}
.mkt-section-dark {
    background: linear-gradient(180deg, #0d0f14 0%, #151820 100%);
    color: #fff;
}

/* ===== LANDING PAGE STYLES ===== */
.mkt-landing-hero {
    background:
        radial-gradient(circle at 15% 50%, rgba(230,57,70,.18) 0%, transparent 45%),
        radial-gradient(circle at 85% 20%, rgba(29,110,191,.14) 0%, transparent 40%),
        radial-gradient(circle at 50% 80%, rgba(16,158,110,.08) 0%, transparent 35%),
        linear-gradient(150deg, #0a0c10 0%, #121520 40%, #0f1218 100%);
    color: #fff;
    padding: 72px 24px 88px;
    position: relative;
    overflow: hidden;
}
.mkt-landing-hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.mkt-hero-eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(230,57,70,.12);
    color: var(--gold, #E63946);
    border: 1px solid rgba(230,57,70,.25);
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mkt-landing-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(32px, 5.5vw, 50px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 18px;
    letter-spacing: -.03em;
}
.mkt-landing-hero h1 .mkt-gradient-text {
    background: linear-gradient(135deg, #fff 20%, #9CA3AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mkt-landing-hero .mkt-hero-sub {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,.65);
    margin-bottom: 28px;
    max-width: 520px;
}
.mkt-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 8px;
}
.mkt-proof-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.7);
    font-weight: 500;
}
.mkt-proof-check { color: #10B981; }

.mkt-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mkt-hero-mockup {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 32px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08);
    overflow: hidden;
    position: relative;
    background: #1a1d24;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mkt-hero-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mkt-hero-mockup-placeholder {
    text-align: center;
    color: rgba(255,255,255,.3);
    padding: 24px;
}
.mkt-hero-mockup-placeholder svg { width: 48px; height: 48px; opacity: .4; margin-bottom: 12px; display: block; margin: 0 auto 12px; }

/* How it works */
.mkt-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.mkt-step-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 28px 24px;
    position: relative;
    transition: border-color .2s, transform .2s;
}
.mkt-step-card:hover {
    border-color: rgba(230,57,70,.3);
    transform: translateY(-3px);
}
.mkt-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(230,57,70,.15);
    color: var(--gold, #E63946);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.mkt-step-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.mkt-step-card p {
    font-size: 14px;
    color: rgba(255,255,255,.55);
    line-height: 1.55;
    margin: 0;
}

/* Integration logos bar (light strip between dark hero + features) */
.mkt-logos-bar {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding: 36px 24px;
    text-align: center;
}
.mkt-logos-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(18,18,18,.5);
    font-weight: 700;
    margin-bottom: 20px;
}
.mkt-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}
.mkt-logo-pill {
    background: #f3f5f8;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy, #121212);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color .2s, background .2s;
}
.mkt-logo-pill:hover { border-color: rgba(230,57,70,.35); background: #fff; }

/* Bottom CTA band (light gradient on page body) */
.mkt-bottom-cta {
    padding: 72px 24px;
    background: linear-gradient(135deg, rgba(230,57,70,.08) 0%, rgba(29,110,191,.08) 100%);
    border-top: 1px solid rgba(0,0,0,.06);
}
.mkt-bottom-cta h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    color: var(--navy, #121212);
    margin: 0 0 14px;
}
.mkt-bottom-cta p {
    font-size: 16px;
    color: rgba(18,18,18,.65);
    margin-bottom: 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Stats counter section */
.mkt-counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.mkt-counter-item {
    text-align: center;
    padding: 24px 16px;
}
.mkt-counter-val {
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 6px;
}
.mkt-counter-label {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    font-weight: 600;
}

/* Feature cards dark variant */
.mkt-feat-card-dark {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 24px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s, border-color .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
}
.mkt-feat-card-dark:hover {
    transform: translateY(-4px);
    border-color: rgba(230,57,70,.3);
    box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.mkt-feat-card-dark .mkt-feat-icon {
    background: rgba(230,57,70,.12);
    border-color: rgba(230,57,70,.2);
    color: var(--gold, #E63946);
}
.mkt-feat-card-dark h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    margin: 0 0 8px;
    color: #fff;
}
.mkt-feat-card-dark p {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    line-height: 1.55;
    flex: 1;
    margin: 0;
}

/* Testimonial cards */
.mkt-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.mkt-testimonial-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 28px 24px;
}
.mkt-testimonial-card blockquote {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,.75);
    margin: 0 0 16px;
    font-style: italic;
}
.mkt-testimonial-card cite {
    font-style: normal;
    font-size: 13px;
    color: rgba(255,255,255,.45);
    font-weight: 600;
}

/* ===== RESPONSIVE — MOBILE FIRST ===== */
@media (max-width: 900px) {
    .mkt-nav-toggle { display: inline-flex; }
    .mkt-nav {
        display: none;
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% + 8px);
        background: #fff;
        border: 1px solid var(--border, #E2E8F0);
        border-radius: 16px;
        padding: 12px;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        box-shadow: 0 16px 40px rgba(15,23,42,.12);
        animation: mktNavSlide .25s ease;
    }
    @keyframes mktNavSlide {
        from { opacity: 0; transform: translateY(-8px); }
        to { opacity: 1; transform: translateY(0); }
    }
    body.mkt-body--login .mkt-nav {
        background: #1a1a1a;
        border-color: rgba(255,255,255,.1);
    }
    .mkt-nav.is-open { display: flex; }
    .mkt-nav a { padding: 12px 14px; border-radius: 10px; }
    .mkt-nav-cta { justify-content: center; margin-top: 4px; }
    .mkt-header-inner { position: relative; }
    .mkt-stats { grid-template-columns: 1fr; margin-top: -28px; }
    .mkt-login-wrapper {
        max-width: 420px;
    }
    .mkt-trust-strip { font-size: 10px; gap: 8px 12px; }
    .mkt-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
    }
    .mkt-footer-brand-col { grid-column: 1 / -1; }
    .mkt-landing-hero-inner { grid-template-columns: 1fr; }
    .mkt-hero-visual { order: -1; }
    .mkt-hero-mockup { max-width: 400px; }
}

@media (max-width: 640px) {
    .mkt-trust-strip {
        position: relative;
        display: block;
        height: 38px;
        overflow: hidden;
        padding: 10px 16px;
    }
    .mkt-trust-strip .mkt-trust-dot { display: none; }
    .mkt-trust-strip .mkt-trust-item {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.75);
        white-space: nowrap;
        pointer-events: none;
    }
    .mkt-trust-strip:not(.mkt-trust-strip--rotate) .mkt-trust-item:first-child {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .mkt-trust-strip.mkt-trust-strip--rotate .mkt-trust-item.is-active {
        visibility: visible;
        pointer-events: auto;
        animation: mkt-trust-zoom-in 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    .mkt-hero-band { padding: 48px 16px 60px; }
    .mkt-main { padding: 36px 16px 56px; }
    .mkt-feat-grid { grid-template-columns: 1fr; }
    .mkt-section-head { flex-direction: column; align-items: flex-start; }
    .mkt-footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .mkt-footer-cta-col { grid-column: 1; }
    .mkt-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .mkt-landing-hero { padding: 48px 16px 56px; }
    .mkt-hero-mockup { max-width: 100%; }
    .mkt-counter-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .mkt-counter-val { font-size: 32px; }
    .mkt-hero-proof { flex-direction: column; gap: 10px; }
    .mkt-steps-grid { grid-template-columns: 1fr; }
    .mkt-logos-row { gap: 12px; }
    .mkt-logo-pill { font-size: 13px; padding: 8px 14px; }
    .mkt-testimonial-grid { grid-template-columns: 1fr; }
}

/* ===== LOGIN STAGE UI/UX STYLES ===== */
.mkt-login-stage {
    position: relative;
    padding: 60px 20px 80px;
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 15% 75%, rgba(230,57,70,.12) 0%, transparent 45%),
        radial-gradient(circle at 85% 25%, rgba(29,110,191,.12) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(16,158,110,.05) 0%, transparent 35%),
        linear-gradient(145deg, #0a0c10 0%, #121520 50%, #0d0f14 100%);
    overflow: hidden;
}
.mkt-login-bg {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    pointer-events: none;
    animation: mktFloatOrb 10s ease-in-out infinite;
}
@keyframes mktFloatOrb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-16px, 18px) scale(.96); }
}
.mkt-login-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 2;
    align-items: center;
}
.mkt-login-form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.mkt-login-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff !important;
    color: var(--navy, #121212);
    border-radius: 24px;
    border-top: 4px solid var(--gold, #E63946);
    padding: 40px 32px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .08);
}
.mkt-login-title {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--navy, #121212);
    margin: 0 0 6px;
    text-align: center;
    letter-spacing: -.02em;
}
.mkt-login-sub {
    font-size: 14px;
    color: var(--text-muted, #6B7B8D);
    margin: 0 0 24px;
    text-align: center;
    line-height: 1.5;
}
.mkt-login-card .form-group {
    margin-bottom: 18px;
}
.mkt-login-card .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-primary, #1A2332);
    margin-bottom: 6px;
}
.mkt-login-card .input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.mkt-login-card .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    pointer-events: none;
    transition: color .2s;
}
.mkt-login-card .form-control {
    width: 100%;
    height: 48px;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    padding: 0 16px 0 44px;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #0F172A;
    background: #FAFAFA;
    box-sizing: border-box;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.mkt-login-card .form-control:focus {
    outline: none;
    background: #ffffff;
    border-color: var(--gold, #E63946);
    box-shadow: 0 0 0 4px rgba(230, 57, 70, .12);
}
.mkt-login-card .form-control:focus + .input-icon,
.mkt-login-card .input-wrap:focus-within .input-icon {
    color: var(--gold, #E63946);
}
.mkt-login-forgot {
    display: block;
    text-align: right;
    font-size: 13px;
    color: var(--gold-dark, #B82C38);
    font-weight: 600;
    text-decoration: none;
    margin: -6px 0 20px;
    transition: color .15s;
}
.mkt-login-forgot:hover {
    color: var(--gold, #E63946);
    text-decoration: underline;
}
.mkt-btn-login {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, var(--gold, #E63946), var(--gold-dark, #B82C38));
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(230, 57, 70, .3);
    transition: transform .15s, box-shadow .15s, background .15s;
}
.mkt-btn-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(230, 57, 70, .4);
    background: linear-gradient(135deg, #EF4444, var(--gold-dark, #B82C38));
}
.mkt-btn-login:active {
    transform: translateY(0);
}
.mkt-login-meta {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: var(--text-muted, #6B7B8D);
}
.mkt-login-meta a {
    color: var(--gold, #E63946);
    font-weight: 700;
    text-decoration: none;
    transition: color .15s;
}
.mkt-login-meta a:hover {
    text-decoration: underline;
}
.mkt-alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}
.mkt-alert-danger {
    background: #FEF2F2;
    color: #DC2626;
    border: 1px solid #FCA5A5;
}
.mkt-alert-success {
    background: #ECFDF5;
    color: #059669;
    border: 1px solid #6EE7B7;
}

@media (max-width: 900px) {
    .mkt-login-stage {
        padding: 40px 16px;
    }
    .mkt-login-wrapper {
        max-width: 440px;
    }
    .mkt-login-card {
        padding: 32px 24px;
    }
}


