/* =========================================================
   GymsFlow public marketing design system
   ========================================================= */

body.mkt-body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--navy, #0F172A);
    background: #f3f5f8;
    -webkit-font-smoothing: antialiased;
}

body.mkt-body--login-shell {
    background: #F1F5F9;
}

.mkt-shell { min-height: 100vh; display: flex; flex-direction: column; width: 100%; box-sizing: border-box; }
.mkt-shell > .mkt-main,
.mkt-shell > .mkt-login-shell { flex: 1; width: 100%; }

/* Trust strip */
.mkt-trust-strip {
    background: #0F172A;
    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, #2563EB);
    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,.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid #E2E8F0;
}
.mkt-header-inner {
    max-width: 1160px; margin: 0 auto; padding: 14px 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.mkt-brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 0; }
.mkt-brand-img { height: 44px; max-height: 48px; width: auto; max-width: 220px; object-fit: contain; }
.mkt-nav {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 4px 20px; font-size: 14px; font-weight: 500;
}
.mkt-nav a {
    color: #475569; text-decoration: none; transition: color .15s;
}
.mkt-nav a:hover, .mkt-nav a.is-active { color: var(--navy, #0F172A); }
.mkt-nav-ghost {
    color: #64748B !important; font-weight: 500;
}
.mkt-nav-ghost:hover, .mkt-nav-ghost.is-active { color: var(--gold, #2563EB) !important; }
.mkt-nav-cta {
    display: inline-flex !important; align-items: center;
    padding: 10px 18px !important; border-radius: 8px;
    background: var(--gold, #2563EB) !important;
    color: #fff !important; font-weight: 600 !important;
    box-shadow: 0 4px 14px rgba(37,99,235,.25);
}
.mkt-nav-cta:hover { background: var(--gold-dark, #1D4ED8) !important; }
.mkt-nav-toggle {
    display: none; width: 42px; height: 42px;
    border: 1px solid #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, #0F172A); border-radius: 2px; transition: transform .25s, opacity .2s; }
.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); }

/* Wordmark */
.mkt-wordmark-row { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.mkt-wordmark-icon { width: 40px; height: 40px; flex-shrink: 0; }
.mkt-wordmark-text { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -.03em; line-height: 1; }

/* ===== LOGIN SHELL (split panel) ===== */
.mkt-login-shell {
    flex: 1; display: flex; align-items: center; justify-content: center;
    padding: 40px 20px; min-height: 100vh;
}
.mkt-login-frame {
    display: flex; width: 100%; max-width: 960px; min-height: 560px;
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 12px 40px rgba(15,23,42,.12);
    background: #fff;
}
.mkt-login-left {
    flex: 1; padding: 48px; display: flex; flex-direction: column; justify-content: space-between;
    background: linear-gradient(160deg, #0F172A 0%, #1a3a6e 60%, #2563EB 100%);
    color: #fff; position: relative; overflow: hidden;
}
.mkt-login-left::before {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; height: 300px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08); pointer-events: none;
}
.mkt-login-left::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 200px; height: 200px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.06); pointer-events: none;
}
.mkt-login-left-content { position: relative; z-index: 1; }
.mkt-login-left h3 {
    font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 700;
    line-height: 1.3; margin: 0 0 12px;
}
.mkt-login-left p { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.6; max-width: 280px; margin: 0; }
.mkt-login-left-footer { position: relative; z-index: 1; font-size: 13px; color: rgba(255,255,255,.5); }
.mkt-login-right {
    flex: 1; padding: 48px; display: flex; flex-direction: column; justify-content: center;
    background: #fff;
}
.mkt-login-right h3 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 700; margin: 0 0 6px; color: var(--navy, #0F172A); }
.mkt-login-right-sub { font-size: 14px; color: #64748B; margin: 0 0 28px; }
.mkt-login-field { margin-bottom: 20px; }
.mkt-login-field label { display: block; font-size: 13px; font-weight: 600; color: #475569; margin-bottom: 6px; }
.mkt-login-input {
    width: 100%; padding: 11px 14px; border: 1.5px solid #E2E8F0;
    border-radius: 8px; font-size: 14px; font-family: inherit; color: var(--navy, #0F172A);
    transition: border-color .2s, box-shadow .2s; box-sizing: border-box;
}
.mkt-login-input:focus {
    outline: none; border-color: var(--gold, #2563EB);
    box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.mkt-login-options {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 24px; font-size: 13px;
}
.mkt-login-remember { display: flex; align-items: center; gap: 6px; color: #475569; cursor: pointer; }
.mkt-login-options a { color: #2563EB; text-decoration: none; font-weight: 500; }
.mkt-login-options a:hover { text-decoration: underline; }
.mkt-login-submit {
    width: 100%; padding: 12px; border: none; border-radius: 8px;
    background: #2563EB; color: #fff;
    font-size: 15px; font-weight: 600; font-family: inherit; cursor: pointer;
    transition: background .15s;
}
.mkt-login-submit:hover { background: #1D4ED8; }
.mkt-login-signup { text-align: center; margin-top: 24px; font-size: 13px; color: #64748B; }
.mkt-login-signup a { color: var(--gold, #2563EB); font-weight: 600; text-decoration: none; }
.mkt-login-signup a:hover { text-decoration: underline; }

/* ===== LIGHT HOME HERO ===== */
.mkt-hero-light {
    position: relative; overflow: hidden; text-align: center;
    padding: 80px 24px 48px;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
}
.mkt-hero-light::before {
    content: ''; position: absolute; top: -120px; right: -80px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(6,182,212,.12) 0%, transparent 70%);
    pointer-events: none;
}
.mkt-hero-light::after {
    content: ''; position: absolute; bottom: -100px; left: -60px;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 70%);
    pointer-events: none;
}
.mkt-hero-light-inner { position: relative; max-width: 720px; margin: 0 auto; z-index: 1; }
.mkt-hero-beta-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(37,99,235,.08); color: var(--gold, #2563EB);
    font-size: 13px; font-weight: 600; padding: 6px 14px;
    border-radius: 999px; margin-bottom: 24px;
}
.mkt-hero-beta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green, #10B981); }
.mkt-hero-light h1 {
    font-family: 'Outfit', sans-serif; font-size: clamp(32px, 5.5vw, 52px);
    font-weight: 800; letter-spacing: -.03em; line-height: 1.1;
    color: var(--navy, #0F172A); margin: 0 0 20px;
}
.mkt-hero-highlight { color: var(--gold, #2563EB); }
.mkt-hero-light-sub {
    font-size: 18px; color: #64748B; line-height: 1.7;
    max-width: 560px; margin: 0 auto 36px;
}
.mkt-hero-light-actions {
    display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px;
}
.mkt-btn-primary-lg, .mkt-btn-primary {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 600;
    background: var(--gold, #2563EB); color: #fff; text-decoration: none; border: none; cursor: pointer;
    transition: background .15s;
}
.mkt-btn-primary-lg:hover, .mkt-btn-primary:hover { background: var(--gold-dark, #1D4ED8); color: #fff; }
.mkt-btn-outline-lg, .mkt-btn-ghost {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 600;
    background: transparent; color: var(--navy, #0F172A); text-decoration: none;
    border: 1.5px solid #CBD5E1; transition: border-color .15s, color .15s;
}
.mkt-btn-outline-lg:hover { border-color: var(--gold, #2563EB); color: var(--gold, #2563EB); }
.mkt-hero-light-stats {
    display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.mkt-hero-stat strong {
    display: block; font-family: 'Outfit', sans-serif;
    font-size: 28px; font-weight: 800; color: var(--navy, #0F172A);
}
.mkt-hero-stat span { font-size: 13px; color: #64748B; font-weight: 500; }

/* Home feature cards */
.mkt-home-cards-section { padding: 0 24px 48px; margin-top: -16px; }
.mkt-home-cards {
    max-width: 1160px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.mkt-home-card {
    background: #fff; border-radius: 12px; padding: 28px 20px; text-align: center;
    border: 1px solid #E2E8F0; box-shadow: 0 1px 3px rgba(15,23,42,.06);
    transition: box-shadow .2s;
}
.mkt-home-card:hover { box-shadow: 0 8px 24px rgba(15,23,42,.08); }
.mkt-home-card-icon {
    width: 48px; height: 48px; border-radius: 12px; margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.mkt-home-card--purple .mkt-home-card-icon { background: rgba(139,92,246,.1); }
.mkt-home-card--blue .mkt-home-card-icon { background: rgba(37,99,235,.1); }
.mkt-home-card--cyan .mkt-home-card-icon { background: rgba(6,182,212,.1); }
.mkt-home-card--green .mkt-home-card-icon { background: rgba(16,185,129,.1); }
.mkt-home-card h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700; margin: 0 0 6px; color: var(--navy, #0F172A); }
.mkt-home-card p { font-size: 13px; color: #64748B; margin: 0; line-height: 1.5; }

.mkt-dashboard-preview { padding: 24px 24px 64px; }
.mkt-dashboard-preview-inner {
    max-width: 1000px; margin: 0 auto; border-radius: 16px; overflow: hidden;
    box-shadow: 0 20px 60px rgba(15,23,42,.12); border: 1px solid #E2E8F0;
}
.mkt-dashboard-preview-inner img { width: 100%; height: auto; display: block; }

.mkt-link-accent {
    color: var(--gold, #2563EB); font-weight: 700; font-size: 15px;
    text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}
.mkt-link-accent:hover { text-decoration: underline; }

/* Dark hero bands (features, pricing) */
.mkt-hero-band {
    background:
        radial-gradient(circle at 18% 20%, rgba(37,99,235,.18) 0%, transparent 42%),
        radial-gradient(circle at 85% 10%, rgba(6,182,212,.12) 0%, transparent 38%),
        linear-gradient(var(--mkt-hero-angle, 145deg), var(--mkt-hero-bg-top, #0F172A) 0%, var(--mkt-hero-bg-mid, #1E293B) 48%, var(--mkt-hero-bg-bottom, #334155) 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: var(--mkt-hero-fade-height, 140px);
    opacity: var(--mkt-hero-fade-opacity, 1);
    background: linear-gradient(180deg, rgba(243,245,248,0) 0%, var(--mkt-hero-fade-color, #f3f5f8) 100%);
    pointer-events: none; z-index: 0;
    display: var(--mkt-hero-fade-display, block);
}
.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: .08em;
    text-transform: uppercase; color: var(--cyan, #06B6D4); margin-bottom: 14px;
}
.mkt-hero-band h1 {
    font-family: 'Outfit', sans-serif; font-size: clamp(28px, 5vw, 44px);
    font-weight: 800; letter-spacing: -.03em; margin: 0 0 14px; line-height: 1.1;
}
.mkt-hero-sub { font-size: 17px; color: rgba(255,255,255,.65); max-width: 620px; margin: 0 auto 24px; line-height: 1.65; }
.mkt-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Light Theme Hero Override (Homepage Style) */
body.mkt-hero-style-light .mkt-hero-band {
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%) !important;
    color: var(--navy, #0F172A) !important;
    padding: 64px 20px 56px !important;
}
body.mkt-hero-style-light .mkt-hero-band::after {
    display: none !important;
}
body.mkt-hero-style-light .mkt-hero-band h1 {
    color: var(--navy, #0F172A) !important;
}
body.mkt-hero-style-light .mkt-hero-band .mkt-hero-sub {
    color: #64748B !important;
}
body.mkt-hero-style-light .mkt-hero-band .mkt-hero-eyebrow {
    background: rgba(37,99,235,.08) !important;
    color: var(--gold, #2563EB) !important;
    padding: 6px 14px !important;
    border-radius: 999px !important;
    display: inline-block !important;
}
body.mkt-hero-style-light .mkt-hero-band .mkt-btn-ghost,
body.mkt-hero-style-light .mkt-hero-band .mkt-btn-outline-lg {
    color: var(--navy, #0F172A) !important;
    border-color: #CBD5E1 !important;
}
body.mkt-hero-style-light .mkt-hero-band .mkt-btn-ghost:hover,
body.mkt-hero-style-light .mkt-hero-band .mkt-btn-outline-lg:hover {
    border-color: var(--gold, #2563EB) !important;
    color: var(--gold, #2563EB) !important;
}

.mkt-stats {
    max-width: 1160px; margin: -40px auto 0; padding: 0 24px;
    display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; position: relative; z-index: 2;
}
.mkt-stat {
    background: #fff; border-radius: 14px; padding: 20px 28px; text-align: center;
    box-shadow: 0 8px 24px rgba(15,23,42,.08); border: 1px solid #E2E8F0; min-width: 140px;
}
.mkt-stat strong { display: block; font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800; color: var(--navy, #0F172A); }
.mkt-stat span { font-size: 12px; color: #64748B; font-weight: 600; }

.mkt-main { max-width: 1160px; margin: 0 auto; padding: 48px 24px 72px; }
.mkt-section { margin-bottom: 48px; }
.mkt-section-head h2 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800; margin: 0 0 4px; }
.mkt-section-head p { color: #64748B; font-size: 14px; margin: 0; }
.mkt-sub { color: #64748B; font-size: 15px; line-height: 1.65; }

.mkt-section-dark { background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%); color: #fff; }
.mkt-section-light {
    background:
        radial-gradient(ellipse at 20% 60%, rgba(37,99,235,.05) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 30%, rgba(6,182,212,.04) 0%, transparent 50%),
        #F8FAFC;
    color: var(--navy, #0F172A);
    padding: 72px 24px;
}
.mkt-section-light-inner { max-width: 1160px; margin: 0 auto; }
.mkt-section-light-head { text-align: center; margin-bottom: 48px; }
.mkt-section-light-head h2 {
    font-family: 'Outfit', sans-serif; font-size: clamp(26px, 4vw, 36px);
    font-weight: 800; margin: 0 0 12px; letter-spacing: -.02em; color: var(--navy, #0F172A);
}
.mkt-section-light-head p { color: #64748B; font-size: 16px; max-width: 560px; margin: 0 auto; line-height: 1.65; }
.mkt-section-light .mkt-step-card {
    background: #fff; border-color: #E2E8F0;
    box-shadow: 0 1px 3px rgba(15,23,42,.06);
}
.mkt-section-light .mkt-step-card:hover { box-shadow: 0 8px 24px rgba(15,23,42,.08); }
.mkt-section-light .mkt-step-num { background: rgba(37,99,235,.1); color: var(--gold, #2563EB); }
.mkt-section-light .mkt-step-card h3 { color: var(--navy, #0F172A); }
.mkt-section-light .mkt-step-card p { color: #64748B; }
.mkt-section-light .mkt-testimonial-card {
    background: #fff; border-color: #E2E8F0;
    box-shadow: 0 1px 3px rgba(15,23,42,.06);
}
.mkt-section-light .mkt-testimonial-card blockquote { color: #475569; }
.mkt-section-light .mkt-testimonial-cite strong { color: var(--navy, #0F172A); }
.mkt-section-light .mkt-testimonial-cite span { color: #64748B; }
.mkt-section-light.mkt-home-pricing { padding: 72px 24px; }
.mkt-section-light .mkt-gst-note { color: #64748B !important; }
.mkt-section-mesh {
    background:
        radial-gradient(ellipse at 20% 60%, rgba(37,99,235,.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 30%, rgba(6,182,212,.05) 0%, transparent 50%),
        #f3f5f8;
}

/* Card Surfaces */
.mkt-card-surface {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(15,23,42,.06);
    transition: box-shadow .2s ease, border-color .2s ease;
}
.mkt-card-surface:hover {
    box-shadow: 0 8px 24px rgba(15,23,42,.08);
    border-color: rgba(37,99,235,.25);
}
.mkt-card-title {
    font-family: 'Outfit', sans-serif;
    color: var(--navy, #0F172A) !important;
    font-weight: 800;
}
.mkt-card-text {
    color: #475569 !important;
    line-height: 1.65;
}

/* Feature cards */
.mkt-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; box-sizing: border-box; }
.mkt-feat-card, .mkt-feat-card-dark {
    display: block; padding: 24px; border-radius: 16px; text-decoration: none; color: inherit;
    border: 1px solid #E2E8F0; background: #fff; transition: box-shadow .2s, border-color .2s;
}
.mkt-feat-card-dark {
    background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); color: #fff;
}
.mkt-feat-card:hover, .mkt-feat-card-dark:hover {
    box-shadow: 0 12px 32px rgba(37,99,235,.12); border-color: rgba(37,99,235,.25);
}
.mkt-feat-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(37,99,235,.1); border: 1px solid rgba(37,99,235,.15);
    color: var(--gold, #2563EB); margin-bottom: 14px;
}
.mkt-feat-icon svg { width: 22px; height: 22px; }
.mkt-feat-card h3, .mkt-feat-card-dark h3 { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.mkt-feat-card p, .mkt-feat-card-dark p { font-size: 14px; color: #64748B; margin: 0; line-height: 1.55; }
.mkt-feat-card-dark p { color: rgba(255,255,255,.55); }

/* Logos bar */
.mkt-logos-bar { padding: 48px 24px; background: #fff; text-align: center; }
.mkt-logos-title { font-size: 13px; font-weight: 600; color: #64748B; margin-bottom: 24px; text-transform: uppercase; letter-spacing: .04em; }
.mkt-logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.mkt-integration-badge {
    display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px;
    border-radius: 999px; border: 1px solid #E2E8F0; background: #F8FAFC;
    font-size: 13px; font-weight: 600; color: var(--navy, #0F172A);
}
.mkt-integration-icon svg { width: 18px; height: 18px; color: var(--gold, #2563EB); }

/* Steps */
.mkt-steps-grid { display: grid; grid-template-columns: repeat(3, 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;
}
.mkt-step-num {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(37,99,235,.2); color: var(--cyan, #06B6D4);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 14px; margin-bottom: 16px;
}
.mkt-step-card h3 { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.mkt-step-card p { font-size: 14px; color: rgba(255,255,255,.55); margin: 0; line-height: 1.55; }

/* Testimonials */
.mkt-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; box-sizing: border-box; }
.mkt-testimonial-card {
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px; padding: 28px;
}
.mkt-testimonial-card blockquote { font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.75); margin: 0 0 20px; font-style: normal; }
.mkt-testimonial-meta { display: flex; align-items: center; gap: 12px; }
.mkt-testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.mkt-testimonial-avatar--initials {
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--cyan, #06B6D4), var(--gold, #2563EB));
    color: #fff; font-weight: 700; font-size: 14px;
}
.mkt-testimonial-cite strong { display: block; font-size: 14px; color: #fff; }
.mkt-testimonial-cite span { font-size: 12px; color: rgba(255,255,255,.45); }

/* Pricing */
.mkt-pricing-panel { max-width: 1160px; margin: -48px auto 0; padding: 0 24px 72px; position: relative; z-index: 2; width: 100%; box-sizing: border-box; }
.mkt-interval-tabs {
    display: flex; justify-content: center; gap: 8px; margin-bottom: 32px;
    background: #fff; padding: 6px; border-radius: 12px; width: fit-content; margin-left: auto; margin-right: auto;
    box-shadow: 0 4px 16px rgba(15,23,42,.08); border: 1px solid #E2E8F0;
}
.mkt-interval-tab {
    padding: 10px 20px; border: none; border-radius: 8px; background: transparent;
    font-size: 14px; font-weight: 600; color: #64748B; cursor: pointer; font-family: inherit;
}
.mkt-interval-tab.active { background: var(--gold, #2563EB); color: #fff; }
.mkt-plan-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.mkt-plan-card {
    flex: 1 1 240px;
    max-width: 270px;
    min-width: 230px;
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1.5px solid #E2E8F0;
    position: relative;
    box-shadow: 0 4px 16px rgba(15,23,42,.06);
    display: flex;
    flex-direction: column;
}
.mkt-plan-card .mkt-plan-cta { margin-top: auto; }
.mkt-plan-card.popular { border-color: var(--gold, #2563EB); box-shadow: 0 0 0 1px var(--gold, #2563EB), 0 16px 40px rgba(37,99,235,.12); }
.mkt-plan-badge {
    display: inline-block; padding: 4px 12px; border-radius: 999px;
    background: linear-gradient(135deg, var(--gold, #2563EB), var(--gold-dark, #1D4ED8));
    color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; margin-bottom: 12px;
}
.mkt-plan-card h2 { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 800; margin: 0 0 8px; }
.mkt-plan-price { font-family: 'Outfit', sans-serif; font-size: 32px; font-weight: 800; color: var(--navy, #0F172A); margin-bottom: 4px; }
.mkt-plan-price small { font-size: 14px; font-weight: 500; color: #64748B; }
.mkt-plan-tax, .mkt-plan-limits { font-size: 13px; color: #64748B; margin-bottom: 8px; }
.mkt-plan-feat { list-style: none; padding: 0; margin: 16px 0 20px; }
.mkt-plan-feat li { font-size: 13px; color: #475569; padding: 6px 0; padding-left: 20px; position: relative; }
.mkt-plan-feat li::before { content: '✓'; position: absolute; left: 0; color: var(--green, #10B981); font-weight: 700; }
.mkt-plan-cta {
    display: block; text-align: center; padding: 12px; border-radius: 10px;
    background: var(--navy, #0F172A); color: #fff; text-decoration: none;
    font-weight: 700; font-size: 14px; transition: background .15s;
}
.mkt-plan-card.popular .mkt-plan-cta { background: linear-gradient(135deg, var(--gold, #2563EB), var(--gold-dark, #1D4ED8)); }
.mkt-plan-cta:hover { opacity: .92; color: #fff; }

/* Bottom CTA */
.mkt-bottom-cta {
    padding: 72px 24px; background: #fff; text-align: center;
    border-top: 1px solid #E2E8F0;
}
.mkt-bottom-cta.mkt-section-light {
    border-top: 1px solid #E2E8F0;
}
.mkt-bottom-cta h2 { font-family: 'Outfit', sans-serif; font-size: clamp(24px, 4vw, 34px); font-weight: 800; margin: 0 0 12px; color: var(--navy, #0F172A); }
.mkt-bottom-cta p { font-size: 16px; color: #64748B; max-width: 560px; margin: 0 auto 28px; line-height: 1.65; }
.mkt-cta, .mkt-cta-lg {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 700;
    background: var(--gold, #2563EB); color: #fff; text-decoration: none;
    box-shadow: 0 8px 22px rgba(37,99,235,.28); transition: transform .15s, box-shadow .15s;
}
.mkt-cta-lg { padding: 16px 36px; font-size: 16px; border-radius: 14px; }
.mkt-cta:hover, .mkt-cta-lg:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(37,99,235,.35); color: #fff; }
.mkt-bottom-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 24px; margin-top: 28px; }
.mkt-bottom-trust-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #64748B; font-weight: 500; }

/* Footer */
.mkt-footer-v2 {
    margin-top: auto; background: #0F172A;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 56px 24px 0; color: rgba(255,255,255,.65); font-size: 14px;
}
.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: 44px; max-height: 48px; width: auto; max-width: 220px; object-fit: contain; }
.mkt-footer-about { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.5); margin: 0 0 16px; }
.mkt-footer-socials { display: flex; gap: 10px; }
.mkt-social-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(255,255,255,.06); color: rgba(255,255,255,.7);
    display: flex; align-items: center; justify-content: center; text-decoration: none;
    transition: background .15s, color .15s;
}
.mkt-social-icon:hover { background: rgba(37,99,235,.3); color: #fff; }
.mkt-social-icon svg { width: 16px; height: 16px; }
.mkt-footer-heading { font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 700; color: #fff; margin: 0 0 14px; text-transform: uppercase; letter-spacing: .04em; }
.mkt-footer-col a { display: block; color: rgba(255,255,255,.55); text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color .15s; }
.mkt-footer-col a:hover { color: #fff; }
.mkt-footer-cta-sub { font-size: 13px; color: rgba(255,255,255,.45); margin: 0 0 12px; }
.mkt-newsletter-form { display: flex; gap: 8px; margin-bottom: 12px; }
.mkt-nl-input { flex: 1; padding: 10px 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: #fff; font-size: 13px; }
.mkt-nl-btn { padding: 10px 16px; border-radius: 8px; border: none; background: var(--gold, #2563EB); color: #fff; font-weight: 600; font-size: 13px; cursor: pointer; }
.mkt-footer-contact-link { display: block; font-size: 13px; color: rgba(255,255,255,.55); text-decoration: none; margin-bottom: 8px; }
.mkt-footer-bottom {
    max-width: 1160px; margin: 0 auto; padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px;
}
.mkt-footer-copy { font-size: 13px; color: rgba(255,255,255,.4); }
.mkt-footer-bottom-links { display: flex; gap: 16px; }
.mkt-footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,.45); text-decoration: none; }
.mkt-footer-bottom-links a:hover { color: #fff; }

/* Announcement */
.mkt-announce { padding: 10px 16px; text-align: center; font-size: 13px; font-weight: 600; }
.mkt-announce--info { background: #EFF6FF; color: #1D4ED8; }
.mkt-announce--urgent { background: linear-gradient(90deg, #DC2626, var(--gold, #2563EB)); color: #fff; }
.mkt-announce-link { color: inherit; text-decoration: none; }
.mkt-announce-link span { margin-left: 4px; }

/* Alerts */
.mkt-alert { padding: 12px 16px; border-radius: 10px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.mkt-alert-danger { background: #FEF2F2; color: #DC2626; border: 1px solid #FCA5A5; }
.mkt-alert-success { background: #ECFDF5; color: #059669; border: 1px solid #6EE7B7; }

/* FAQ / detail */
.mkt-detail-hero { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.mkt-faq-item { border: 1px solid #E2E8F0; border-radius: 12px; padding: 16px 20px; margin-bottom: 10px; background: #fff; }
.mkt-faq-item summary { font-weight: 700; cursor: pointer; color: var(--navy, #0F172A); }
.mkt-rich { line-height: 1.7; color: #475569; }

/* Reveal animations */
.mkt-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.mkt-revealed { opacity: 1 !important; transform: translateY(0) !important; }
.mkt-reveal-d1 { transition-delay: .08s; }
.mkt-reveal-d2 { transition-delay: .16s; }
.mkt-reveal-d3 { transition-delay: .24s; }
.mkt-reveal-d4 { transition-delay: .32s; }

body.mkt-body .mkt-pricing-panel,
body.mkt-body .mkt-plan-card,
body.mkt-body .mkt-login-frame { opacity: 1 !important; }

/* Responsive */
@media (max-width: 900px) {
    .mkt-login-frame { flex-direction: column; min-height: auto; }
    .mkt-login-left { padding: 32px 28px; min-height: 220px; }
    .mkt-login-right { padding: 32px 28px; }
    .mkt-home-cards { grid-template-columns: repeat(2, 1fr); }
    .mkt-feat-grid,
    .mkt-plan-grid,
    .mkt-testimonial-grid { grid-template-columns: repeat(2, 1fr); }
    .mkt-steps-grid { grid-template-columns: 1fr; }
    .mkt-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .mkt-nav-toggle { display: flex; }
    .mkt-nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; flex-direction: column; align-items: stretch;
        padding: 16px 20px; border-bottom: 1px solid #E2E8F0;
        box-shadow: 0 12px 32px rgba(15,23,42,.1);
    }
    .mkt-nav.is-open { display: flex; }
    .mkt-header { position: relative; }
    .mkt-header-inner { position: relative; }
    .mkt-nav-cta { text-align: center; justify-content: center; }
}
@media (max-width: 640px) {
    .mkt-trust-strip--rotate .mkt-trust-item { display: none; }
    .mkt-trust-strip--rotate .mkt-trust-item.is-active {
        display: inline-flex; animation: mkt-trust-zoom-in .6s ease both;
    }
    .mkt-trust-strip--rotate .mkt-trust-dot { display: none; }
    .mkt-home-cards,
    .mkt-feat-grid,
    .mkt-plan-grid,
    .mkt-testimonial-grid { grid-template-columns: 1fr; }
    .mkt-footer-top { grid-template-columns: 1fr; }
    .mkt-hero-light-stats { gap: 24px; }
}
