/* ScreenPilot marketing — light theme with blue-to-purple accents */
:root {
    --sp-white: #ffffff;
    --sp-bg: #ffffff;
    --sp-bg-subtle: #f8fafc;
    --sp-bg-muted: #f1f5f9;
    --sp-bg-hover: #e2e8f0;
    --sp-blue: #00aeef;
    --sp-blue-bright: #3b9dff;
    --sp-purple: #6a0dad;
    --sp-purple-deep: #4b0082;
    --sp-brand: #007bff;
    --sp-brand-hover: #0066d6;
    --sp-gradient: linear-gradient(135deg, var(--sp-blue) 0%, var(--sp-purple) 100%);
    --sp-gradient-soft: linear-gradient(135deg, rgba(0, 174, 239, 0.1) 0%, rgba(106, 13, 173, 0.1) 100%);
    --sp-brand-soft: rgba(0, 123, 255, 0.08);
    --sp-brand-glow: rgba(0, 174, 239, 0.25);
    --sp-text: #111827;
    --sp-muted: #64748b;
    --sp-border: rgba(15, 23, 42, 0.1);
    --sp-surface: #ffffff;
    --sp-radius: 12px;
    --sp-max: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.marketing {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--sp-bg);
    color: var(--sp-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

.marketing-container {
    width: min(100% - 2rem, var(--sp-max));
    margin-inline: auto;
}

/* Header */
.marketing-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--sp-border);
}

.marketing-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
}

.marketing-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.marketing-logo__text {
    background: var(--sp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marketing-logo__icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.marketing-nav {
    display: none;
    gap: 1.75rem;
    font-size: 0.9rem;
    color: var(--sp-muted);
}

.marketing-nav a:hover {
    color: var(--sp-text);
}

.marketing-nav a.is-active {
    color: var(--sp-brand);
    font-weight: 700;
    position: relative;
}

.marketing-nav a.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.35rem;
    height: 2px;
    border-radius: 999px;
    background: var(--sp-gradient);
}

.marketing-header__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.marketing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.15rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.marketing-btn--ghost {
    color: var(--sp-text);
    border-color: var(--sp-border);
    background: transparent;
}

.marketing-btn--ghost:hover {
    background: var(--sp-bg-muted);
    border-color: rgba(0, 174, 239, 0.35);
}

.marketing-btn--ghost-on-dark {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
}

.marketing-btn--ghost-on-dark:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.75);
}

.marketing-btn--primary {
    background: var(--sp-gradient);
    color: #fff;
    box-shadow: 0 4px 18px var(--sp-brand-glow);
}

.marketing-btn--primary:hover {
    box-shadow: 0 6px 24px rgba(106, 13, 173, 0.3);
    transform: translateY(-1px);
}

.marketing-btn--lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.marketing-btn--block {
    width: 100%;
}

.marketing-btn--sm {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    min-height: 2.25rem;
}

/* Hero */
.marketing-hero {
    padding: 2.75rem 0 3.25rem;
    background:
        radial-gradient(ellipse 70% 55% at 20% -10%, rgba(0, 174, 239, 0.08), transparent),
        radial-gradient(ellipse 60% 50% at 85% 10%, rgba(106, 13, 173, 0.08), transparent),
        var(--sp-white);
}

.marketing-hero--video {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(32rem, 88vh, 44rem);
    padding: clamp(4.5rem, 10vh, 6.5rem) 0 clamp(3.5rem, 8vh, 5rem);
    overflow: hidden;
    background: #0b1220;
}

.marketing-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.marketing-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(8, 15, 30, 0.92) 0%, rgba(8, 15, 30, 0.78) 42%, rgba(8, 15, 30, 0.45) 68%, rgba(8, 15, 30, 0.55) 100%),
        linear-gradient(180deg, rgba(8, 15, 30, 0.35) 0%, rgba(8, 15, 30, 0.15) 45%, rgba(8, 15, 30, 0.65) 100%);
    pointer-events: none;
}

.marketing-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}

.marketing-hero__inner {
    max-width: 42rem;
}

.marketing-hero--video .marketing-hero__badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #e2e8f0;
    backdrop-filter: blur(8px);
}

.marketing-hero--video h1 {
    color: #ffffff;
}

.marketing-hero--video h1 span {
    background: linear-gradient(135deg, #7dd3fc 0%, #c4b5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marketing-hero--video .marketing-hero__lead {
    color: rgba(226, 232, 240, 0.92);
}

.marketing-hero--video .marketing-hero__note {
    color: rgba(203, 213, 225, 0.85);
}

.marketing-hero__dots {
    display: flex;
    gap: 0.5rem;
    margin-top: clamp(2rem, 5vh, 3rem);
}

.marketing-hero__dot {
    width: 2.75rem;
    height: 0.25rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
}

.marketing-hero__dot::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 0;
    background: #ffffff;
    border-radius: inherit;
}

.marketing-hero__dot.is-active {
    background: rgba(255, 255, 255, 0.45);
}

.marketing-hero__dot.is-active::after {
    animation: marketing-hero-dot-progress var(--dot-duration, 5000ms) linear forwards;
}

@keyframes marketing-hero-dot-progress {
    from { width: 0; }
    to { width: 100%; }
}

.marketing-hero__grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.marketing-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--sp-gradient-soft);
    border: 1px solid rgba(0, 174, 239, 0.25);
    color: #0369a1;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.marketing-hero h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
    font-weight: 800;
    color: #FFF;
}

.marketing-hero h1 span {
    background: var(--sp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marketing-hero__lead {
    font-size: 1.125rem;
    color: var(--sp-muted);
    max-width: 32rem;
    margin: 0 0 1.75rem;
}

.marketing-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.marketing-hero__note {
    font-size: 0.8rem;
    color: var(--sp-muted);
}

.marketing-hero__visual {
    position: relative;
    border-radius: var(--sp-radius);
    overflow: hidden;
    border: 4px solid #101828;
    background: #0b1220;
    aspect-ratio: 16 / 9;
    box-shadow:
        0 20px 40px rgba(2, 6, 23, 0.35),
        0 0 0 1px rgba(15, 23, 42, 0.45);
}

.marketing-hero__logo {
    position: absolute;
    inset: 0;
    padding: 0.65rem;
    background: #04070d;
}

.marketing-hero__slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.marketing-hero__slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.8s ease, transform 1.2s ease;
    background: #000;
}

.marketing-hero--video .marketing-hero__slide {
    border-radius: 0;
    box-shadow: none;
}

.marketing-hero__visual .marketing-hero__slide {
    border-radius: 8px;
    transform: scale(1.02);
    transition: opacity 0.45s ease, transform 0.45s ease;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.marketing-hero__slide img,
.marketing-hero__slide video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}

.marketing-hero--video .marketing-hero__slide video {
    object-fit: cover;
    object-position: center;
}

.marketing-hero__visual .marketing-hero__slide img,
.marketing-hero__visual .marketing-hero__slide video {
    object-fit: contain;
    object-position: center;
}

.marketing-hero__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

/* Stats */
.marketing-stats {
    padding: 2.5rem 0;
    border-block: 1px solid var(--sp-border);
    background: var(--sp-bg-subtle);
}

.marketing-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.marketing-stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--sp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
}

.marketing-stat span {
    font-size: 0.85rem;
    color: var(--sp-muted);
}

/* Sections */
.marketing-section {
    padding: 4rem 0;
    background: var(--sp-white);
}

.marketing-section--alt {
    background: var(--sp-bg-subtle);
}

.marketing-section__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
}

.marketing-section__eyebrow {
    background: var(--sp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.marketing-section h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
    color: var(--sp-text);
}

.marketing-section__sub {
    color: var(--sp-muted);
    margin: 0;
}

/* Features */
.marketing-features {
    display: grid;
    gap: 1.25rem;
}

.marketing-feature {
    padding: 1.5rem;
    border-radius: var(--sp-radius);
    background: var(--sp-surface);
    border: 1px solid var(--sp-border);
    transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.marketing-feature:hover {
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.marketing-feature__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--sp-gradient-soft);
    color: #0369a1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 174, 239, 0.15);
}

.marketing-feature h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    color: var(--sp-text);
}

.marketing-feature p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--sp-muted);
}

.marketing-pricing-page {
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 174, 239, 0.08), transparent),
        radial-gradient(ellipse 60% 40% at 100% 0%, rgba(106, 13, 173, 0.06), transparent),
        var(--sp-white);
}

.marketing-pricing-plans {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.marketing-pricing-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 1.35rem 1.35rem;
    border: 1px solid var(--sp-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.marketing-pricing-plan:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.marketing-pricing-plan--featured {
    border-color: rgba(106, 13, 173, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 255, 1) 100%);
    box-shadow:
        0 18px 40px rgba(106, 13, 173, 0.14),
        inset 0 0 0 1px rgba(0, 174, 239, 0.08);
}

.marketing-pricing-plan--featured:hover {
    box-shadow:
        0 22px 48px rgba(106, 13, 173, 0.18),
        inset 0 0 0 1px rgba(0, 174, 239, 0.12);
}

.marketing-pricing-plan__badge {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--sp-gradient);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(106, 13, 173, 0.25);
}

.marketing-pricing-plan__head {
    text-align: center;
    padding-top: 0.35rem;
}

.marketing-pricing-plan__name {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--sp-text);
}

.marketing-pricing-plan__star {
    font-size: 0.95rem;
}

.marketing-pricing-plan__price {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    background: var(--sp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marketing-pricing-plan--featured .marketing-pricing-plan__price {
    font-size: 2.15rem;
}

.marketing-pricing-plan__tagline {
    margin: 0.45rem 0 0;
    font-size: 0.8125rem;
    color: var(--sp-muted);
}

.marketing-pricing-plan__highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
    flex: 1;
}

.marketing-pricing-plan__highlights li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: var(--sp-text);
}

.marketing-pricing-plan__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--sp-gradient);
    flex-shrink: 0;
}

.marketing-pricing-plan__action {
    margin-top: auto;
    padding-top: 0.25rem;
}

.marketing-pricing-compare__head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 1.5rem;
}

.marketing-pricing-compare__head h3 {
    margin: 0 0 0.45rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--sp-text);
}

.marketing-pricing-compare__head p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 0.9375rem;
}

.marketing-pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--sp-border);
    border-radius: 18px;
    background: var(--sp-surface);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.marketing-pricing-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.marketing-pricing-table th,
.marketing-pricing-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--sp-border);
    text-align: center;
    vertical-align: middle;
}

.marketing-pricing-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--sp-bg-subtle);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--sp-text);
}

.marketing-pricing-table tbody tr:nth-child(even) th[scope='row'] {
    background: var(--sp-bg-subtle);
}

.marketing-pricing-table tbody tr:nth-child(even) td {
    background: rgba(248, 250, 252, 0.65);
}

.marketing-pricing-table tbody th[scope='row'] {
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: left;
    font-weight: 600;
    color: var(--sp-text);
    background: var(--sp-white);
    min-width: 13rem;
    box-shadow: 1px 0 0 var(--sp-border);
}

.marketing-pricing-table__label-col {
    width: 14rem;
    text-align: left !important;
}

.marketing-pricing-table__plan-col {
    min-width: 9.5rem;
}

.marketing-pricing-table__plan-name {
    display: block;
}

.marketing-pricing-table__plan-badge {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(106, 13, 173, 0.1);
    color: var(--sp-purple);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.marketing-pricing-table__plan-col--featured {
    background: linear-gradient(180deg, rgba(106, 13, 173, 0.07) 0%, rgba(0, 123, 255, 0.04) 100%);
    box-shadow: inset 0 0 0 1px rgba(106, 13, 173, 0.1);
}

.marketing-pricing-table thead .marketing-pricing-table__plan-col--featured {
    background: linear-gradient(135deg, rgba(106, 13, 173, 0.12) 0%, rgba(0, 123, 255, 0.08) 100%);
}

.marketing-pricing-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
}

.marketing-pricing-icon svg {
    width: 0.875rem;
    height: 0.875rem;
}

.marketing-pricing-icon--yes {
    background: #dcfce7;
    color: #16a34a;
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.22);
}

.marketing-pricing-icon--no {
    background: #fee2e2;
    color: #ef4444;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.2);
}

.marketing-pricing-value--text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 123, 255, 0.08);
    color: var(--sp-text);
    font-size: 0.8125rem;
    font-weight: 700;
}

.marketing-pricing-grid {
    display: grid;
    gap: 1.25rem;
}

.marketing-pricing-table-wrap--features {
    margin-top: 0;
}

.marketing-pricing-table__cta-row th,
.marketing-pricing-table__cta-row td {
    border-bottom: 0;
    background: var(--sp-bg-subtle);
}

.marketing-pricing-value {
    display: inline-block;
    font-weight: 600;
    color: var(--sp-text);
}

.marketing-pricing-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius);
    background: var(--sp-surface);
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.marketing-pricing-card:hover {
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.marketing-pricing-card .marketing-feature {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.marketing-pricing-panel {
    width: 100%;
    border: 0;
    position: relative;
    padding: 1rem 1.1rem;
    background: transparent;
}

.marketing-pricing-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.1rem;
    right: 1.1rem;
    border-top: 1px solid var(--sp-border);
}

.marketing-pricing-panel h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    color: var(--sp-text);
}

.marketing-pricing-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.4rem;
}

.marketing-pricing-panel li {
    color: var(--sp-muted);
    font-size: 0.88rem;
    padding-left: 1.15rem;
    position: relative;
}

.marketing-pricing-panel li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 700;
}

/* Solutions */
.marketing-solutions {
    display: grid;
    gap: 1rem;
}

.marketing-solution {
    padding: 1.25rem 1.5rem;
    border-radius: var(--sp-radius);
    background: var(--sp-white);
    border: 1px solid var(--sp-border);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.marketing-solution:hover {
    border-color: rgba(106, 13, 173, 0.25);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.marketing-solution__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--sp-gradient-soft);
    border: 1px solid rgba(0, 174, 239, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-solution h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: var(--sp-text);
}

.marketing-solution p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--sp-muted);
}

.marketing-solutions-page {
    background: var(--sp-bg-subtle);
}

.marketing-solutions-cards {
    display: grid;
    gap: 1.25rem;
}

.marketing-solution-card {
    background: var(--sp-white);
    border: 1px solid var(--sp-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.marketing-solution-card:hover {
    transform: translateY(-3px);
    border-color: rgba(106, 13, 173, 0.26);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.marketing-solution-card__media {
    aspect-ratio: 16 / 9;
    background: #e2e8f0;
}

.marketing-solution-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.marketing-solution-card__body {
    padding: 1.2rem 1.25rem 1.3rem;
}

.marketing-solution-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.85rem;
    line-height: 1.2;
    color: var(--sp-text);
}

.marketing-solution-card p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 1rem;
}

/* Industry showcase (ScreenCloud-style) */
.marketing-industry-showcase {
    position: relative;
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
    overflow: hidden;
    color: #ffffff;
    --industry-bg-image: url('/images/industry-showcase-bg.jpg');
}

.marketing-industry-showcase__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.2) 45%, rgba(15, 23, 42, 0.35) 100%),
        var(--industry-bg-image) center center / cover no-repeat,
        linear-gradient(135deg, #dbeafe 0%, #e9d5ff 35%, #f8fafc 100%);
}

.marketing-industry-showcase__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 15% 50%, rgba(106, 13, 173, 0.18), transparent 60%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.22) 100%);
    pointer-events: none;
}

.marketing-industry-showcase__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

.marketing-industry-showcase__head {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.marketing-industry-showcase__nav h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(15, 23, 42, 0.35);
    max-width: 16ch;
}

.marketing-industry-showcase__tabs {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 22rem;
}

.marketing-industry-showcase__tab {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.85rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.72);
    color: #334155;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(8px);
}

.marketing-industry-showcase__tab:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.65);
    transform: translateX(4px);
}

.marketing-industry-showcase__tab.is-active {
    background: linear-gradient(135deg, #7c3aed 0%, #6a0dad 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(106, 13, 173, 0.35);
    transform: translateX(6px);
}

.marketing-industry-showcase__preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.marketing-industry-showcase__tv {
    width: min(100%, 36rem);
}

.marketing-industry-showcase__tv-bezel {
    padding: 0.85rem;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    box-shadow:
        0 28px 60px rgba(15, 23, 42, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.marketing-industry-showcase__screen {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 0.45rem;
    overflow: hidden;
    background: #000;
}

.marketing-industry-showcase__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.28s ease;
}

.marketing-industry-showcase__video.is-fading {
    opacity: 0.35;
}

.marketing-industry-showcase__tv-stand {
    width: 38%;
    height: 0.55rem;
    margin: 0.65rem auto 0;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(180deg, #334155 0%, #1e293b 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
}

.marketing-industry-showcase__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    background: #ffffff;
    color: #1e293b;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marketing-industry-showcase__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.28);
}

/* Steps */
.marketing-steps {
    display: grid;
    gap: 1.5rem;
    counter-reset: step;
}

.marketing-step {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.marketing-step__num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--sp-gradient);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    box-shadow: 0 4px 14px var(--sp-brand-glow);
}

.marketing-step h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    color: var(--sp-text);
}

.marketing-step p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 0.9rem;
}

/* CTA */
.marketing-cta {
    padding: 4rem 0;
    text-align: center;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(106, 13, 173, 0.06), transparent),
        var(--sp-bg-subtle);
    border-top: 1px solid var(--sp-border);
}

.marketing-cta h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 0.75rem;
    color: var(--sp-text);
}

.marketing-cta p {
    color: var(--sp-muted);
    margin: 0 0 1.5rem;
}

/* Footer */
.marketing-footer {
    padding: 2.5rem 0;
    border-top: 1px solid var(--sp-border);
    background: var(--sp-white);
}

.marketing-footer__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
}

.marketing-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.marketing-footer__stores-label {
    margin: 0 0 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sp-muted);
}

.marketing-footer__stores {
    max-width: 100%;
}

.marketing-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: var(--sp-muted);
}

.marketing-footer__links a:hover {
    color: var(--sp-text);
}

.marketing-footer__copy {
    font-size: 0.8rem;
    color: var(--sp-muted);
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sp-border);
    width: 100%;
}

@media (min-width: 768px) {
    .marketing-nav {
        display: flex;
    }

    .marketing-hero__grid {
        grid-template-columns: 1fr 1fr;
    }

    .marketing-stats__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .marketing-features {
        grid-template-columns: repeat(3, 1fr);
    }

    .marketing-pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .marketing-pricing-plans {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketing-solutions {
        grid-template-columns: repeat(2, 1fr);
    }

    .marketing-solutions-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketing-industry-showcase__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }

    .marketing-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .marketing-pricing-plans {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
    }

    .marketing-solutions-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .marketing-pricing-plan--featured {
        transform: translateY(-0.35rem);
    }

    .marketing-pricing-plan--featured:hover {
        transform: translateY(-0.65rem);
    }
}

@media (max-width: 767px) {
    .marketing-hero--video {
        min-height: clamp(28rem, 92vh, 36rem);
        padding-top: clamp(3.5rem, 8vh, 4.5rem);
    }

    .marketing-hero--video .marketing-hero__overlay {
        background:
            linear-gradient(180deg, rgba(8, 15, 30, 0.88) 0%, rgba(8, 15, 30, 0.72) 55%, rgba(8, 15, 30, 0.82) 100%);
    }

    .marketing-hero__visual .marketing-hero__slide {
        inset: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketing-hero__slide {
        transition: opacity 0.3s ease;
        transform: none;
    }

    .marketing-hero__dot.is-active::after {
        animation: none;
        width: 100%;
    }
}

/* Player app store links */
.player-app-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: stretch;
}

.player-app-links__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    min-height: 2.75rem;
    padding: 0.5rem 0.875rem;
    border-radius: 0.625rem;
    border: 1px solid var(--sp-border);
    background: var(--sp-white);
    color: var(--sp-text);
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.player-app-links__btn:hover {
    border-color: rgba(106, 13, 173, 0.35);
    box-shadow: 0 4px 14px rgba(106, 13, 173, 0.12);
    transform: translateY(-1px);
}

.player-app-links__btn--android {
    border-color: rgba(52, 168, 83, 0.35);
}

.player-app-links__btn--ios.player-app-links__btn--soon {
    opacity: 0.72;
    cursor: not-allowed;
    background: var(--sp-bg-subtle);
}

.player-app-links__icon {
    display: inline-flex;
    flex-shrink: 0;
}

.player-app-links__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.player-app-links__eyebrow {
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--sp-muted);
}

.player-app-links__store {
    font-size: 0.9375rem;
    font-weight: 700;
}

.marketing-feature__stores,
.marketing-step__stores,
.marketing-solution__stores {
    margin-top: 0.875rem;
}
