:root {
    --navy-900: #071a3d;
    --navy-800: #0b2455;
    --navy-700: #12357d;
    --navy-100: #e9f0ff;
    --white: #ffffff;
    --text: #10213f;
    --muted: #6b7a99;
}

body {
    background: #f4f7ff;
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.panel-mode .sidebar {
    width: 285px;
    background: linear-gradient(180deg, var(--navy-900), var(--navy-800));
    color: var(--white);
    padding: 24px 18px;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.brand-icon {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #dce6ff);
    color: var(--navy-800);
}

.brand-title {
    font-size: 1.2rem;
    font-weight: 800;
}

.brand-subtitle,
.page-subtitle,
.nav-divider,
.small-muted {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.panel-link {
    color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 12px 14px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.panel-link:hover,
.panel-link:focus {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
}

.nav-divider {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 20px 12px 8px;
}

.topbar {
    background: rgba(255, 255, 255, 0.88);
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
}

.page-title {
    color: var(--navy-900);
    font-size: 1.7rem;
    font-weight: 800;
}

.page-subtitle {
    color: var(--muted);
}

.content-wrap {
    padding: 28px;
}

.card-panel,
.auth-card,
.metric-card {
    border: 0;
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 18px 45px rgba(11, 36, 85, 0.08);
}

.metric-card {
    padding: 22px;
    height: 100%;
}

.metric-label {
    color: var(--muted);
    font-weight: 600;
    font-size: 0.95rem;
}

.metric-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--navy-900);
}

.btn-primary {
    background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
    border: 0;
    box-shadow: 0 12px 24px rgba(18, 53, 125, 0.24);
}

.btn-outline-primary {
    border-color: var(--navy-700);
    color: var(--navy-700);
}

.btn-outline-primary:hover {
    background: var(--navy-700);
    border-color: var(--navy-700);
}

.form-control,
.form-select,
.form-check-input {
    border-radius: 16px;
    border-color: #d9e2f2;
    padding: 0.85rem 1rem;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: #7ba4ff;
    box-shadow: 0 0 0 0.2rem rgba(18, 53, 125, 0.12);
}

.section-title {
    font-weight: 800;
    color: var(--navy-900);
}

.slot-card {
    border: 1px solid #e5edff;
    border-radius: 22px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff, #f7faff);
    height: 100%;
}

.slot-preview {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    border: 2px solid rgba(112, 165, 255, 0.35);
    background: linear-gradient(180deg, #eff4ff, #dfeaff);
}

.table-panel {
    border-radius: 22px;
    overflow: hidden;
}

.table-panel thead {
    background: #eff4ff;
}

.auth-wrapper {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top right, rgba(18, 53, 125, 0.12), transparent 26%),
        linear-gradient(180deg, #f6f9ff, #edf3ff);
    padding: 20px;
}

.auth-card {
    width: min(100%, 520px);
    padding: 34px;
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    background: #eff4ff;
    color: var(--navy-700);
    font-weight: 700;
}

.clean-landing {
    min-height: 100vh;
    background:
        radial-gradient(circle at top center, rgba(45, 110, 255, 0.30), transparent 26%),
        radial-gradient(circle at bottom left, rgba(18, 53, 125, 0.24), transparent 28%),
        linear-gradient(180deg, #020816 0%, #071a3d 42%, #04112a 100%);
    padding: 22px 12px 40px;
}

.landing-grid {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.image-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
    align-items: start;
}

.landing-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.landing-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(9, 27, 66, 0.98), rgba(7, 22, 56, 0.98));
    border: 2px solid rgba(112, 165, 255, 0.55);
    box-shadow:
        0 22px 50px rgba(1, 8, 24, 0.42),
        0 0 0 1px rgba(141, 185, 255, 0.18) inset;
}

.landing-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.landing-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #0c1c44;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(4, 10, 27, 0.12), rgba(2, 8, 24, 0.32));
    pointer-events: none;
}

.play-button {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.30),
        0 0 24px rgba(59, 130, 246, 0.32);
}

.play-button::before {
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 24px solid #ffffff;
    margin-left: 6px;
}

.ad-row {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 255, 0.98));
    border: 1px solid rgba(92, 146, 255, 0.30);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
    padding: 14px;
    margin-bottom: 18px;
    overflow: hidden;
}

.landing-actions {
    display: flex;
}

.landing-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(129, 178, 255, 0.42);
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: linear-gradient(135deg, #2d6eff 0%, #12357d 55%, #0a245c 100%);
    box-shadow: 0 16px 30px rgba(8, 26, 66, 0.34);
}

.landing-btn:hover,
.landing-btn:focus {
    color: #ffffff;
    opacity: 0.98;
    transform: translateY(-1px);
}

.landing-btn.is-disabled {
    background: linear-gradient(135deg, rgba(88, 129, 194, 0.24), rgba(49, 75, 125, 0.24));
    color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .panel-mode .sidebar {
        display: none;
    }

    .topbar {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .content-wrap {
        padding: 18px;
    }

    .image-row {
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .clean-landing {
        padding: 14px 8px 28px;
    }

    .image-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 14px;
    }

    .landing-card {
        border-radius: 18px;
    }

    .landing-btn {
        min-height: 42px;
        padding: 0.7rem 0.85rem;
        border-radius: 13px;
        font-size: 0.92rem;
    }

    .play-button {
        width: 58px;
        height: 58px;
    }

    .play-button::before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #ffffff;
        margin-left: 4px;
    }
}



.btn-outline-info {
    border-color: #45a3ff;
    color: #1160b7;
}

.btn-outline-info:hover {
    background: #1160b7;
    border-color: #1160b7;
    color: #ffffff;
}

.analytics-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    background: #eff4ff;
    color: #12357d;
    font-weight: 700;
}

.metric-card-rich {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(86, 150, 255, 0.28), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    border: 1px solid rgba(91, 144, 255, 0.16);
}

.metric-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 1.25rem;
    background: linear-gradient(135deg, #1c64ff, #0b2455);
    box-shadow: 0 14px 24px rgba(18, 53, 125, 0.24);
}

.analytics-panel {
    border: 1px solid rgba(91, 144, 255, 0.12);
    background:
        radial-gradient(circle at top right, rgba(86, 150, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.chart-shell {
    position: relative;
    width: 100%;
}

.line-chart-shell {
    height: 320px;
}

.doughnut-chart-shell,
.bar-chart-shell {
    height: 280px;
}

.chart-empty {
    min-height: 220px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    border: 1px dashed rgba(91, 144, 255, 0.34);
    background: rgba(239, 244, 255, 0.72);
    color: var(--muted);
    font-weight: 600;
    text-align: center;
    padding: 24px;
}

.chart-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff4ff;
    color: #12357d;
    font-weight: 800;
    font-size: 0.85rem;
}

.country-list-wrap {
    padding: 18px;
}

.country-item {
    padding: 14px 14px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f7faff);
    border: 1px solid rgba(91, 144, 255, 0.16);
    box-shadow: 0 10px 24px rgba(11, 36, 85, 0.06);
}

.country-item + .country-item {
    margin-top: 12px;
}

.country-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.country-meta,
.country-inline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.country-flag {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    background: #eff4ff;
    border: 1px solid rgba(91, 144, 255, 0.18);
}

.country-flag.small {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 1rem;
}

.country-name {
    font-weight: 800;
    color: var(--navy-900);
}

.country-code,
.country-visits {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.country-bar {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #e8f0ff;
    overflow: hidden;
}

.country-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2d6eff 0%, #0b2455 100%);
    box-shadow: 0 6px 14px rgba(45, 110, 255, 0.28);
}

@media (max-width: 767px) {
    .line-chart-shell {
        height: 260px;
    }

    .doughnut-chart-shell,
    .bar-chart-shell {
        height: 240px;
    }

    .country-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.marketing-page {
    min-height: 100vh;
    color: #eaf1ff;
    background:
        radial-gradient(circle at top left, rgba(70, 135, 255, 0.34), transparent 28%),
        radial-gradient(circle at top right, rgba(19, 73, 187, 0.36), transparent 24%),
        linear-gradient(180deg, #020817 0%, #06183b 42%, #08112c 100%);
}

.marketing-shell {
    width: min(1320px, calc(100% - 28px));
    margin: 0 auto;
    padding: 22px 0 42px;
}

.marketing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 28px;
    border: 1px solid rgba(141, 185, 255, 0.16);
    background: rgba(6, 19, 47, 0.72);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.marketing-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.marketing-brand:hover,
.marketing-brand:focus {
    color: #ffffff;
}

.marketing-brand strong {
    display: block;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
}

.marketing-brand small {
    display: block;
    color: rgba(234, 241, 255, 0.72);
}

.marketing-brand-icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0b2455;
    background: linear-gradient(135deg, #ffffff 0%, #b7ccff 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.marketing-actions,
.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.marketing-main {
    padding-top: 26px;
}

.hero-panel,
.marketing-feature-band,
.marketing-section,
.bottom-cta-panel {
    border-radius: 34px;
    border: 1px solid rgba(141, 185, 255, 0.14);
    background: rgba(6, 19, 47, 0.64);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    padding: 34px;
}

.hero-copy h1,
.section-heading h2,
.marketing-info-panel h2,
.bottom-cta-panel h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
}

.section-heading h2,
.marketing-info-panel h2,
.bottom-cta-panel h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
}

.hero-copy p,
.section-heading p,
.marketing-feature-card p,
.marketing-info-panel small,
.marketing-info-panel .marketing-list li,
.bottom-cta-panel p {
    color: rgba(234, 241, 255, 0.76);
    font-size: 1.02rem;
    line-height: 1.7;
}

.marketing-pill,
.section-kicker,
.visual-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 700;
    background: rgba(93, 146, 255, 0.16);
    border: 1px solid rgba(141, 185, 255, 0.2);
    color: #d7e5ff;
    margin-bottom: 18px;
}

.hero-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.mini-stat,
.visual-metric,
.marketing-feature-card,
.marketing-info-panel,
.band-card {
    border-radius: 24px;
    border: 1px solid rgba(141, 185, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.mini-stat {
    padding: 16px 18px;
}

.mini-stat strong {
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
}

.mini-stat span {
    color: rgba(234, 241, 255, 0.7);
    font-size: 0.94rem;
}

.hero-visual {
    display: grid;
    gap: 18px;
}

.hero-visual-card {
    border-radius: 28px;
    border: 1px solid rgba(141, 185, 255, 0.16);
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(72, 137, 255, 0.24), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.05));
}

.visual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.visual-metric {
    padding: 18px;
}

.visual-metric span {
    display: block;
    color: rgba(234, 241, 255, 0.7);
    margin-bottom: 8px;
}

.visual-metric strong {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 800;
}

.visual-metric.wide {
    grid-column: 1 / -1;
}

.visual-bars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: end;
    height: 74px;
    margin-top: 8px;
}

.visual-bars div {
    border-radius: 999px 999px 12px 12px;
    background: linear-gradient(180deg, #69a2ff, #1d63ff);
    box-shadow: 0 10px 24px rgba(29, 99, 255, 0.22);
}

.visual-bars div:nth-child(1) { height: 42px; }
.visual-bars div:nth-child(2) { height: 68px; }
.visual-bars div:nth-child(3) { height: 56px; }
.visual-bars div:nth-child(4) { height: 74px; }

.feature-preview-card {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(129, 178, 255, 0.24);
    background: rgba(8, 23, 58, 0.78);
}

.feature-preview-image {
    position: relative;
    aspect-ratio: 3 / 4;
    background:
        linear-gradient(180deg, rgba(14, 36, 86, 0.2), rgba(4, 14, 36, 0.42)),
        radial-gradient(circle at center, rgba(70, 135, 255, 0.34), transparent 36%),
        #0c2256;
    border-bottom: 1px solid rgba(129, 178, 255, 0.22);
}

.feature-play-button {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    background: rgba(59, 130, 246, 0.24);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28), 0 0 24px rgba(59, 130, 246, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.feature-play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #ffffff;
}

.feature-preview-footer {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #ffffff;
    font-weight: 700;
}

.marketing-feature-band,
.bottom-cta-panel {
    margin-top: 22px;
}

.marketing-feature-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 18px;
}

.band-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
}

.band-card i,
.marketing-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    font-size: 1.2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #2d6eff 0%, #12357d 100%);
    box-shadow: 0 14px 24px rgba(18, 53, 125, 0.24);
}

.band-card strong,
.marketing-feature-card h3,
.marketing-step strong {
    display: block;
    color: #ffffff;
    font-size: 1.08rem;
    margin-bottom: 4px;
}

.band-card span {
    color: rgba(234, 241, 255, 0.72);
    font-size: 0.94rem;
    line-height: 1.55;
}

.marketing-section {
    margin-top: 22px;
    padding: 30px;
}

.center-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 26px;
}

.marketing-feature-card,
.marketing-info-panel {
    padding: 24px;
    height: 100%;
}

.marketing-info-panel {
    background:
        radial-gradient(circle at top right, rgba(69, 132, 255, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
}

.info-panel-accent {
    background:
        radial-gradient(circle at top right, rgba(115, 173, 255, 0.28), transparent 30%),
        linear-gradient(180deg, rgba(26, 79, 193, 0.30), rgba(255,255,255,0.06));
}

.marketing-steps {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.marketing-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(141, 185, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
}

.marketing-step span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #2d6eff 0%, #12357d 100%);
    color: #ffffff;
    font-weight: 800;
}

.marketing-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    gap: 12px;
}

.marketing-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.marketing-list i {
    color: #85b5ff;
    font-size: 1.05rem;
    margin-top: 2px;
}

.info-panel-cta {
    margin-top: 20px;
}

.compact-section {
    padding-top: 26px;
}

.bottom-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 30px;
    background:
        radial-gradient(circle at top left, rgba(87, 148, 255, 0.34), transparent 26%),
        linear-gradient(135deg, rgba(14, 43, 105, 0.92), rgba(7, 22, 56, 0.95));
}

.bottom-cta-panel p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .marketing-shell {
        width: min(100%, calc(100% - 16px));
    }

    .marketing-nav,
    .bottom-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-panel,
    .marketing-feature-band,
    .bottom-cta-panel {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        padding: 24px;
    }

    .marketing-feature-band {
        display: grid;
    }

    .hero-mini-stats,
    .visual-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .marketing-shell {
        width: min(100%, calc(100% - 10px));
        padding-top: 12px;
    }

    .marketing-nav,
    .hero-panel,
    .marketing-section,
    .bottom-cta-panel {
        padding: 18px;
        border-radius: 24px;
    }

    .marketing-feature-band {
        padding: 12px;
        border-radius: 24px;
    }

    .marketing-actions,
    .hero-cta {
        width: 100%;
    }

    .marketing-actions .btn,
    .hero-cta .btn {
        flex: 1 1 calc(50% - 6px);
    }

    .hero-copy h1,
    .section-heading h2,
    .marketing-info-panel h2,
    .bottom-cta-panel h2 {
        font-size: 1.8rem;
    }

    .hero-mini-stats,
    .visual-grid,
    .marketing-feature-band {
        grid-template-columns: 1fr;
    }

    .feature-play-button {
        width: 64px;
        height: 64px;
    }

    .feature-play-button::before {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 18px;
    }
}


.eyebrow-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(18, 53, 125, 0.08);
    color: var(--navy-700);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.page-form-actions-bar {
    border: 1px solid rgba(103, 149, 255, 0.16);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 255, 0.96));
}

.filter-wrap {
    background: linear-gradient(180deg, rgba(244, 248, 255, 0.9), rgba(255, 255, 255, 0.96));
}

.results-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.analytics-pagination .page-link {
    border: 0;
    border-radius: 12px;
    margin: 0 4px;
    min-width: 42px;
    text-align: center;
    color: var(--navy-700);
    background: #eff4ff;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(11, 36, 85, 0.06);
}

.analytics-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
    color: #ffffff;
}

.analytics-pagination .page-item.disabled .page-link {
    background: #eef2f9;
    color: #96a4bf;
    box-shadow: none;
}

.country-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767px) {
    .traffic-filter-form .btn {
        width: 100%;
    }
}
