/* UdoSchools Marketing — 2026 Modern Design */

:root {
    --mkt-nav-height: 72px;
    --mkt-glass: rgba(255, 255, 255, 0.72);
    --mkt-glass-border: rgba(255, 255, 255, 0.55);
    --mkt-ink: #12101F;
    --mkt-ink-soft: #3A3552;
    --mkt-violet: #5B4AE8;
    --mkt-violet-deep: #3D2DB8;
    --mkt-violet-glow: #7C6CF8;
    --mkt-coral: #FF6B4A;
    --mkt-mint: #12C99B;
    --mkt-gold: #F5A623;
    --mkt-rose: #FF4D8D;
    --mkt-mesh-1: #5B4AE8;
    --mkt-mesh-2: #8B5CF6;
    --mkt-mesh-3: #12C99B;
    --mkt-mesh-4: #FF6B4A;
    --mkt-mesh-5: #FF4D8D;
    --mkt-gradient-hero: linear-gradient(135deg, var(--mkt-violet) 0%, var(--mkt-violet-glow) 40%, var(--mkt-coral) 100%);
    --mkt-gradient-cta: linear-gradient(135deg, #1E164F 0%, #2A1F6E 35%, var(--mkt-violet-deep) 70%, var(--mkt-violet) 100%);
    --mkt-gradient-topbar: linear-gradient(90deg, #2A1F6E 0%, var(--mkt-violet) 45%, #7C3AED 100%);
}

body.marketing-body {
    font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, sans-serif;
    color: var(--gray-800);
    background: #fff;
    padding-top: 0;
    overflow-x: hidden;
}

/* ── Site header (transparent over hero) ── */
.mkt-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    background: transparent;
    pointer-events: none;
}

.mkt-navbar {
    position: relative;
    z-index: 1030;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

.mkt-navbar .mkt-nav-shell,
.mkt-navbar .navbar-collapse,
.mkt-navbar .navbar-brand,
.mkt-navbar .navbar-toggler,
.mkt-navbar .nav-link,
.mkt-navbar .mkt-nav-actions a {
    pointer-events: auto;
}

.mkt-nav-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.65rem 1.8rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.mkt-navbar .navbar-toggler {
    border: 1px solid rgba(18, 16, 31, 0.12);
    border-radius: 10px;
    padding: 0.35rem 0.5rem;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.35);
}

.mkt-navbar .navbar-collapse {
    flex-basis: 100%;
}

.mkt-nav-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
    width: 100%;
}

.mkt-navbar .navbar-brand {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--mkt-ink);
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.mkt-navbar .brand-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.7rem;
    background: var(--mkt-gradient-hero);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(91, 74, 232, 0.35);
}

.mkt-navbar .brand-text {
    line-height: 1;
}

.mkt-nav-links .nav-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--mkt-ink-soft);
    padding: 0.45rem 0.85rem !important;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease;
}

.mkt-nav-links .nav-link:hover {
    color: var(--mkt-violet-deep);
    background: rgba(91, 74, 232, 0.08);
}

.mkt-nav-links .nav-link.active {
    color: var(--mkt-violet-deep);
    background: rgba(91, 74, 232, 0.1);
}

.mkt-btn-ghost {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.5rem 1.15rem;
    border: 1.5px solid rgba(18, 16, 31, 0.12);
    color: var(--mkt-ink);
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.2s ease;
}

.mkt-btn-ghost:hover {
    border-color: rgba(91, 74, 232, 0.45);
    color: var(--mkt-violet-deep);
    background: rgba(91, 74, 232, 0.08);
}

.mkt-btn-glow {
    font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 1.3rem;
    background: var(--mkt-gradient-hero);
    border: none;
    color: #fff;
    box-shadow: 0 10px 28px rgba(91, 74, 232, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-btn-glow:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(91, 74, 232, 0.45);
}

.mkt-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(91, 74, 232, 0.15);
}

/* Solid/glass only after scroll or when mobile menu is open */
.mkt-navbar.scrolled .mkt-nav-shell,
.mkt-navbar:has(.navbar-collapse.show) .mkt-nav-shell {
    background: rgba(255, 255, 255, 0.95);
    border-color: transparent;
    box-shadow: 0 2px 20px rgba(18, 16, 31, 0.08);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

body.marketing-body > main {
    padding-top: 0;
}

/* Inner marketing pages need offset under fixed header */
body.marketing-body > main:not(:has(> .mkt-hero:first-child)) {
    padding-top: 5.5rem;
}

@media (min-width: 992px) {
    .mkt-navbar {
        padding: 0;
    }

    .mkt-nav-shell {
        padding: 0.65rem 1.8rem;
        flex-wrap: nowrap;
    }

    .mkt-navbar .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex: 1 1 auto;
    }

    .mkt-nav-actions {
        margin-top: 0;
        width: auto;
        flex-shrink: 0;
    }
}

/* ── Hero (full viewport under transparent header) ── */
.mkt-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 4.25rem 0 4.5rem;
    background:
        radial-gradient(ellipse 80% 60% at 10% 20%, rgba(124, 108, 248, 0.22), transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 15%, rgba(255, 107, 74, 0.16), transparent 50%),
        radial-gradient(ellipse 60% 45% at 70% 90%, rgba(18, 201, 155, 0.12), transparent 55%),
        linear-gradient(165deg, #F7F5FF 0%, #FFFFFF 48%, #F3FBFF 100%);
}

.mkt-hero__atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.mkt-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    animation: mktHeroDrift 14s ease-in-out infinite;
}

.mkt-hero__glow--a {
    width: min(42vw, 480px);
    height: min(42vw, 480px);
    background: var(--mkt-violet-glow);
    top: -8%;
    right: -4%;
}

.mkt-hero__glow--b {
    width: min(36vw, 380px);
    height: min(36vw, 380px);
    background: var(--mkt-coral);
    bottom: 4%;
    left: -6%;
    opacity: 0.28;
    animation-delay: -5s;
}

.mkt-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(91, 74, 232, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(91, 74, 232, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
}

.mkt-hero__stage {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2.75rem;
    align-items: center;
}

.mkt-hero__copy {
    max-width: 36rem;
    animation: mktHeroRise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mkt-hero__brand {
    margin: 0 0 0.85rem;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    background: var(--mkt-gradient-hero);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mkt-hero__title {
    margin: 0;
    font-size: clamp(2.1rem, 5.2vw, 3.55rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: var(--mkt-ink);
}

.mkt-hero__lead {
    margin: 1.15rem 0 0;
    font-size: 1.08rem;
    line-height: 1.6;
    color: var(--mkt-ink-soft);
    max-width: 32rem;
}

.mkt-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.mkt-hero__visual {
    animation: mktHeroRise 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.mkt-hero__product {
    position: relative;
    min-height: 280px;
}

.mkt-hero__desktop {
    border-radius: 1.15rem;
    overflow: hidden;
    background: linear-gradient(160deg, #1B1633 0%, #2A1F6E 55%, #3D2DB8 100%);
    box-shadow:
        0 30px 70px rgba(42, 31, 110, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: perspective(1200px) rotateY(-6deg) rotateX(4deg);
    transform-origin: left center;
}

.mkt-hero__desktop-bar {
    display: flex;
    gap: 0.35rem;
    padding: 0.7rem 0.9rem;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mkt-hero__desktop-bar span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.mkt-hero__desktop-bar span:nth-child(1) { background: #FF6B4A; }
.mkt-hero__desktop-bar span:nth-child(2) { background: #F5A623; }
.mkt-hero__desktop-bar span:nth-child(3) { background: #12C99B; }

.mkt-hero__desktop-body {
    display: grid;
    grid-template-columns: 72px 1fr;
    min-height: 260px;
}

.mkt-hero__desk-side {
    padding: 0.9rem 0.65rem;
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mkt-hero__desk-logo {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.45rem;
    background: var(--mkt-gradient-hero);
    margin-bottom: 0.35rem;
}

.mkt-hero__desk-nav {
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.mkt-hero__desk-nav.is-active {
    background: rgba(255, 255, 255, 0.45);
}

.mkt-hero__desk-main {
    padding: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mkt-hero__desk-kpi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
}

.mkt-hero__desk-kpi > div {
    height: 3.1rem;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mkt-hero__desk-chart {
    flex: 1;
    min-height: 6.5rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #A78BFA;
    padding: 0.65rem;
}

.mkt-hero__desk-chart svg {
    width: 100%;
    height: 100%;
    display: block;
}

.mkt-hero__desk-table {
    display: grid;
    gap: 0.4rem;
}

.mkt-hero__desk-table > div {
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.mkt-hero__desk-table > div:nth-child(2) { width: 88%; }
.mkt-hero__desk-table > div:nth-child(3) { width: 72%; }
.mkt-hero__desk-table > div:nth-child(4) { width: 80%; }

.mkt-hero__phone {
    position: absolute;
    right: -0.25rem;
    bottom: -1.25rem;
    width: min(38%, 168px);
    border-radius: 1.35rem;
    padding: 0.35rem;
    background: linear-gradient(160deg, #fff, #EDE9FE);
    box-shadow: 0 22px 48px rgba(18, 16, 31, 0.28);
    animation: mktPhoneFloat 5.5s ease-in-out infinite;
}

.mkt-hero__phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.05rem;
}

@keyframes mktHeroDrift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(18px, -14px) scale(1.06); }
}

@keyframes mktHeroRise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mktPhoneFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(1.5deg); }
}

@media (min-width: 992px) {
    .mkt-hero {
        padding: 7.25rem 0 5rem;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .mkt-hero__stage {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        gap: 3rem;
    }

    .mkt-hero__desktop {
        min-height: 340px;
    }

    .mkt-hero__desktop-body {
        min-height: 300px;
    }

    .mkt-hero__phone {
        width: 180px;
        right: -0.5rem;
        bottom: -1.5rem;
    }
}

@media (max-width: 575px) {
    .mkt-hero {
        padding: 5.75rem 0 3.25rem;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .mkt-hero__desktop {
        transform: none;
    }

    .mkt-hero__phone {
        width: 120px;
        right: 0.35rem;
        bottom: -0.85rem;
    }
}

/* Legacy phone float helper */
.mkt-hero-phone-float {
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 130px;
    z-index: 2;
    animation: mktPhoneFloat 5s ease-in-out infinite;
}

/* ── Trust strip ── */
.mkt-trust-strip {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--gray-100);
    background: linear-gradient(90deg, #FAFAFF 0%, #fff 50%, #F8FFFC 100%);
}

.mkt-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gray-600);
}

.mkt-trust-item i {
    color: var(--primary);
    font-size: 1.1rem;
}

/* ── Mobile App Section ── */
.mkt-app-section {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(180deg, #fff 0%, #F3EEFF 45%, #FFF8F3 100%);
    overflow: hidden;
}

.mkt-app-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(107, 86, 246, 0.12) 0%, transparent 70%);
    top: -200px;
    right: -150px;
    pointer-events: none;
}

.mkt-app-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: var(--radius-full);
    background: var(--primary-50);
    color: var(--primary-dark);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.mkt-app-copy {
    max-width: 560px;
    margin-right: auto;
}

.mkt-app-intro {
    max-width: 32rem;
    line-height: 1.8;
}

.mkt-app-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.mkt-app-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 0.95rem;
    color: var(--gray-700);
}

.mkt-app-features li i {
    color: var(--success);
    font-size: 1.1rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.mkt-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.mkt-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1.1rem;
    border-radius: 14px;
    background: var(--gray-900);
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    min-width: 160px;
}

.mkt-store-badge:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(29, 27, 35, 0.25);
}

.mkt-store-badge .small-label {
    font-size: 0.65rem;
    opacity: 0.75;
    display: block;
    line-height: 1;
}

.mkt-store-badge .store-name {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.mkt-store-badge--soon {
    background: var(--gray-100);
    color: var(--gray-600);
    border: 1px dashed var(--gray-300);
    cursor: default;
}

.mkt-store-badge--soon:hover {
    transform: none;
    box-shadow: none;
}

.mkt-store-badge--apple {
    background: linear-gradient(145deg, #1a1a1a 0%, #000 100%);
    color: #fff;
}

.mkt-store-badge--apple:hover {
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.mkt-store-badge--play {
    background: linear-gradient(145deg, #1a3a2a 0%, #0d2818 100%);
    color: #fff;
}

.mkt-store-badge--play:hover {
    color: #fff;
    box-shadow: 0 8px 24px rgba(18, 201, 155, 0.3);
}

.mkt-hero-slide .mkt-store-badges {
    align-items: center;
}

.mkt-hero-slide .mkt-store-badge {
    min-width: 150px;
    padding: 0.5rem 0.9rem;
}

/* Phone mockup + screenshot carousel */
.mkt-phone-stage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 0.5rem;
}

.mkt-phone-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--mkt-mesh-3) 100%);
    filter: blur(60px);
    opacity: 0.35;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mkt-phone-frame {
    position: relative;
    z-index: 1;
    width: 248px;
    padding: 10px;
    border-radius: 44px;
    background: linear-gradient(160deg, #2d2a35 0%, #1D1B23 50%, #111 100%);
    box-shadow:
        0 40px 80px rgba(29, 27, 35, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.mkt-phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 26px;
    background: #1D1B23;
    border-radius: 20px;
    z-index: 3;
}

.mkt-phone-screen {
    border-radius: 34px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9 / 19.5;
}

.mkt-phone-screen .carousel,
.mkt-phone-screen .carousel-inner,
.mkt-phone-screen .carousel-item {
    height: 100%;
}

.mkt-phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mkt-app-carousel-outer {
    max-width: 320px;
    margin: 1.35rem auto 0;
}

.mkt-app-thumb-carousel .carousel-item {
    padding: 0 0.5rem;
}

.mkt-app-thumb {
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
    aspect-ratio: 9/16;
    background: var(--gray-100);
}

.mkt-app-thumb.active,
.mkt-app-thumb:hover {
    border-color: var(--primary);
    transform: scale(1.03);
}

.mkt-app-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .mkt-app-section .row {
        align-items: center;
    }

    .mkt-app-copy {
        padding-right: 2rem;
    }
}

/* ── Sections ── */
.mkt-section {
    padding: 5rem 0;
}

.mkt-section-alt {
    background: var(--gray-50);
}

.mkt-section-title {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.mkt-section-sub {
    color: var(--gray-500);
    max-width: 620px;
    margin: 0 auto 2.5rem;
    font-size: 1.05rem;
}

.mkt-feature-card {
    background: #fff;
    border: 1px solid var(--gray-100);
    border-radius: 20px;
    padding: 1.65rem;
    height: 100%;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
}

.mkt-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-btn-primary);
    opacity: 0;
    transition: opacity 0.25s;
}

.mkt-feature-card:hover {
    border-color: rgba(107, 86, 246, 0.3);
    box-shadow: 0 16px 40px rgba(107, 86, 246, 0.12);
    transform: translateY(-4px);
    color: inherit;
}

.mkt-feature-card:hover::before {
    opacity: 1;
}

.mkt-feature-card .icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary-50) 0%, #fff 100%);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(107, 86, 246, 0.12);
}

.mkt-feature-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.mkt-feature-card p {
    font-size: 0.875rem;
    color: var(--gray-500);
    margin-bottom: 0;
}

.mkt-step-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--gray-100);
    height: 100%;
    transition: box-shadow 0.25s;
}

.mkt-step-card:hover {
    box-shadow: var(--shadow-lg);
}

.mkt-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-btn-primary);
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 6px 16px rgba(107, 86, 246, 0.35);
}

.mkt-pricing-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    height: 100%;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s;
}

.mkt-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.mkt-pricing-card.featured {
    border: 2px solid var(--mkt-violet);
    box-shadow: 0 20px 50px rgba(91, 74, 232, 0.22);
    transform: scale(1.02);
}

.mkt-pricing-card .plan-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gray-900);
}

.mkt-pricing-card .plan-price {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1;
}

.mkt-pricing-card .plan-price small {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-500);
}

.mkt-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
    font-size: 0.9rem;
}

.mkt-pricing-card ul li {
    padding: 0.4rem 0;
    color: var(--gray-600);
}

.mkt-pricing-card ul li i {
    color: var(--success);
    margin-right: 0.5rem;
}

.mkt-cta-band {
    background: var(--mkt-gradient-cta);
    color: #fff;
    padding: 3.5rem 2rem;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 1100px;
    margin: 0 auto;
}

.mkt-cta-band::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -100px;
    right: -50px;
}

.mkt-cta-band h2 {
    font-weight: 800;
    margin-bottom: 0.75rem;
    position: relative;
    letter-spacing: -0.02em;
    font-size: clamp(1.5rem, 3.4vw, 2.1rem);
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.mkt-cta-band p {
    position: relative;
    max-width: 720px;
    margin: 0 auto 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.mkt-cta-band__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.mkt-cta-band__lead {
    opacity: 0.95;
}

.mkt-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

/* Make sure CTA buttons match other landing-page buttons */
.mkt-cta-band .btn-light,
.mkt-cta-band .btn-outline-light {
    display: none; /* legacy bootstrap buttons */
}

.mkt-cta-band .mkt-btn-glow {
    box-shadow: 0 10px 28px rgba(91, 74, 232, 0.35);
}

.mkt-cta-band .mkt-btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
}

.mkt-cta-band .mkt-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.mkt-testimonial {
    background: #fff;
    border: 1px solid var(--gray-100);
    border-radius: 20px;
    padding: 1.75rem;
    height: 100%;
    position: relative;
}

.mkt-testimonial::before {
    content: '\201C';
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 3rem;
    color: var(--primary-50);
    font-family: Georgia, serif;
    line-height: 1;
}

.mkt-testimonial .quote {
    font-style: normal;
    color: var(--gray-600);
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    line-height: 1.65;
}

.mkt-testimonial strong {
    color: var(--primary-dark);
    font-size: 0.9rem;
}

/* ── Footer ── */
.mkt-footer {
    position: relative;
    background: linear-gradient(180deg, #1a1730 0%, #0e0c18 100%);
    color: var(--gray-400);
    padding: 0 0 1.5rem;
    margin-top: 0;
    overflow: hidden;
}

.mkt-footer-wave {
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: -1px;
}

.mkt-footer-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(107, 86, 246, 0.2) 0%, transparent 70%);
    top: 0;
    left: -100px;
    pointer-events: none;
}

.mkt-footer .footer-inner {
    padding: 3.5rem 0 2rem;
    position: relative;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.mkt-footer .brand-block {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.mkt-footer .brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--gradient-btn-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.mkt-footer .brand-name {
    font-weight: 800;
    font-size: 1.35rem;
    color: #fff;
}

.mkt-footer .brand-tagline {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 280px;
}

.mkt-footer h6 {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 1.25rem;
}

.mkt-footer ul li {
    margin-bottom: 0.65rem;
}

.mkt-footer a {
    color: var(--gray-400);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}

.mkt-footer a:hover {
    color: #fff;
    padding-left: 4px;
}

.mkt-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    font-size: 0.9rem;
}

.mkt-footer-contact-item .icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(107, 86, 246, 0.2);
    color: var(--primary-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mkt-footer-social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.mkt-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-300);
    padding: 0;
    transition: all 0.2s;
}

.mkt-footer-social a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    padding-left: 0;
    transform: translateY(-2px);
}

.mkt-footer-divider {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 2rem 0 1.5rem;
}

.mkt-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
}

.mkt-footer-bottom a {
    color: var(--gray-500);
}

/* ── Inner pages ── */
.mkt-detail-hero {
    background: linear-gradient(145deg, var(--primary-50) 0%, #fff 100%);
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--gray-100);
}

/* Features list hero */
.mkt-features-hero {
    position: relative;
    padding: 3.5rem 0 4.5rem;
    overflow: hidden;
    background: linear-gradient(148deg, #F5F3FF 0%, #fff 42%, #ECFDF8 100%);
    border-bottom: 1px solid var(--gray-100);
}

.mkt-features-hero .mkt-hero-blob--3 {
    opacity: 0.2;
    right: 5%;
    left: auto;
    bottom: 10%;
    top: auto;
}

.mkt-features-hero__title {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    color: var(--gray-900);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.mkt-features-hero__lead {
    font-size: 1.08rem;
    color: var(--gray-600);
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 0;
}

.mkt-features-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.75rem;
}

.mkt-features-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s;
}

.mkt-features-stat:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.mkt-features-stat__num {
    font-size: 1.35rem;
    font-weight: 800;
    background: var(--gradient-btn-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.mkt-features-stat__lbl {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gray-500);
    margin-top: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mkt-features-hero__visual {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.mkt-features-orbit {
    position: relative;
    width: min(100%, 380px);
    aspect-ratio: 1;
    margin: 0 auto;
}

.mkt-features-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--mkt-gradient-cta);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 16px 40px rgba(91, 74, 232, 0.35);
    z-index: 2;
}

.mkt-features-orbit__core i {
    font-size: 1.75rem;
}

.mkt-features-orbit__chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--gray-100);
    box-shadow: 0 8px 24px rgba(107, 86, 246, 0.1);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gray-700);
    text-decoration: none;
    white-space: nowrap;
    max-width: 160px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    animation: mktOrbitFloat 6s ease-in-out infinite;
}

.mkt-features-orbit__chip i {
    color: var(--primary);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.mkt-features-orbit__chip span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mkt-features-orbit__chip:hover {
    color: var(--primary-dark);
    border-color: rgba(107, 86, 246, 0.35);
    box-shadow: 0 12px 28px rgba(107, 86, 246, 0.18);
    transform: translateY(-3px) scale(1.03);
}

.mkt-features-orbit__chip--1 {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    animation-name: mktOrbitFloatCenterX;
    animation-delay: 0s;
}
.mkt-features-orbit__chip--2 { top: 18%; right: 0; animation-delay: -1s; }
.mkt-features-orbit__chip--3 { bottom: 18%; right: 0; animation-delay: -2s; }
.mkt-features-orbit__chip--4 {
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    animation-name: mktOrbitFloatCenterX;
    animation-delay: -3s;
}
.mkt-features-orbit__chip--5 { bottom: 18%; left: 0; animation-delay: -4s; }
.mkt-features-orbit__chip--6 { top: 18%; left: 0; animation-delay: -5s; }

.mkt-features-orbit__chip--1:hover,
.mkt-features-orbit__chip--4:hover {
    transform: translateX(-50%) translateY(-3px) scale(1.03);
}

@keyframes mktOrbitFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes mktOrbitFloatCenterX {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-6px); }
}

/* Feature detail page */
.mkt-fdetail-hero {
    position: relative;
    padding: 3rem 0 4rem;
    overflow: hidden;
    background: linear-gradient(148deg, #F5F3FF 0%, #fff 42%, #ECFDF8 100%);
    border-bottom: 1px solid var(--gray-100);
}

.mkt-fdetail-hero .mkt-hero-blob--3 {
    opacity: 0.22;
    right: 8%;
    left: auto;
    bottom: 8%;
    top: auto;
}

.mkt-fdetail-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: 760px;
}

@media (min-width: 768px) {
    .mkt-fdetail-hero__inner {
        flex-direction: row;
        align-items: flex-start;
        max-width: 920px;
        gap: 2rem;
    }
}

.mkt-fdetail-hero__icon-wrap {
    position: relative;
    flex-shrink: 0;
}

.mkt-fdetail-hero__icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: var(--gradient-btn-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 12px 32px rgba(107, 86, 246, 0.35);
    position: relative;
    z-index: 1;
}

.mkt-fdetail-hero__icon-glow {
    position: absolute;
    inset: -14px;
    border-radius: 28px;
    background: radial-gradient(circle, rgba(107, 86, 246, 0.3) 0%, transparent 70%);
    z-index: 0;
    animation: mktFdetailIconGlow 3s ease-in-out infinite;
}

@keyframes mktFdetailIconGlow {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}

.mkt-fdetail-hero .mkt-hero-badge {
    margin-bottom: 1rem;
}

.mkt-fdetail-hero__title {
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
    color: var(--gray-900);
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 0.75rem;
}

.mkt-fdetail-hero__summary {
    font-size: 1.1rem;
    color: var(--gray-600);
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 600px;
}

.mkt-fdetail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mkt-fdetail-main {
    padding: 3.5rem 0 4rem;
    background: #FFFFFF;
}

.mkt-fdetail-section-head {
    margin-bottom: 1.75rem;
}

.mkt-fdetail-section-head h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--gray-900);
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.mkt-fdetail-section-head p {
    color: var(--gray-500);
    margin: 0;
    font-size: 0.95rem;
}

.mkt-fdetail-cap-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

@media (min-width: 576px) {
    .mkt-fdetail-cap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.mkt-fdetail-cap-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
    background: #FAFAFC;
    border: 1px solid var(--gray-100);
    border-radius: 14px;
    transition: border-color 0.2s, background 0.2s;
}

.mkt-fdetail-cap-card:hover {
    border-color: #DDD8EE;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(29, 27, 35, 0.04);
    transform: none;
}

.mkt-fdetail-cap-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #EDF7F2;
    color: #3D8B6E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.mkt-fdetail-cap-card p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--gray-700);
    line-height: 1.5;
}

.mkt-fdetail-aside {
    position: sticky;
    top: calc(var(--mkt-nav-height) + 1.5rem);
}

.mkt-fdetail-trial-card {
    background: #FFFFFF;
    color: var(--gray-800);
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 8px 28px rgba(29, 27, 35, 0.06);
    position: relative;
    overflow: hidden;
}

.mkt-fdetail-trial-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #5C52A8 0%, #7B72B8 100%);
    pointer-events: none;
}

.mkt-fdetail-trial-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-full);
    background: #F3F1FA;
    color: #5C52A8;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}

.mkt-fdetail-trial-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 0.5rem;
    position: relative;
}

.mkt-fdetail-trial-card p {
    font-size: 0.88rem;
    color: var(--gray-600);
    line-height: 1.55;
    margin-bottom: 1.25rem;
    position: relative;
}

.mkt-fdetail-trial-card .mkt-btn-glow {
    position: relative;
    background: #5C52A8;
    color: #fff;
    box-shadow: 0 4px 14px rgba(92, 82, 168, 0.2);
}

.mkt-fdetail-trial-card .mkt-btn-glow:hover {
    background: #4F468F;
    color: #fff;
    box-shadow: 0 6px 18px rgba(92, 82, 168, 0.26);
}

.mkt-fdetail-trial-card .mkt-btn-ghost {
    position: relative;
    border-color: var(--gray-200);
    color: var(--gray-700);
    background: #FAFAFC;
}

.mkt-fdetail-trial-card .mkt-btn-ghost:hover {
    background: #F3F1FA;
    border-color: #DDD8EE;
    color: #5C52A8;
}

.mkt-fdetail-trust {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.mkt-fdetail-trust li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.55rem 0;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--gray-600);
}

.mkt-fdetail-trust li i {
    color: #7B72B8;
    font-size: 1rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.mkt-fdetail-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.25rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #5C52A8;
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}

.mkt-fdetail-back-link:hover {
    color: #4F468F;
    gap: 0.65rem;
}

.mkt-fdetail-related {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #FAFAFC;
}

/* Legacy feature detail (breadcrumb shared) */
.mkt-feature-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gray-500);
    margin-bottom: 1.25rem;
}

.mkt-feature-breadcrumb a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s;
}

.mkt-feature-breadcrumb a:hover {
    color: var(--primary-dark);
}

.mkt-feature-breadcrumb i {
    font-size: 0.65rem;
    opacity: 0.5;
}

.mkt-feature-breadcrumb span {
    color: var(--gray-600);
}

.mkt-detail-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: var(--gradient-btn-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    box-shadow: 0 8px 24px rgba(107, 86, 246, 0.35);
}

.mkt-screenshot-placeholder {
    background: var(--gray-50);
    border: 2px dashed var(--gray-200);
    border-radius: 20px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    text-align: center;
    padding: 2rem;
}

.mkt-comparison-table th,
.mkt-comparison-table td {
    font-size: 0.85rem;
    vertical-align: middle;
}

.mkt-comparison-table .check {
    color: var(--success);
}

.mkt-contact-info-card {
    background: linear-gradient(145deg, var(--primary-50) 0%, #fff 100%);
    border-radius: 20px;
    padding: 1.75rem;
    border: 1px solid rgba(107, 86, 246, 0.1);
}

.mkt-faq .accordion-button:not(.collapsed) {
    background: var(--primary-50);
    color: var(--primary-dark);
    font-weight: 600;
}

/* Legacy stat pills (other pages) */
.mkt-stat-pill {
    text-align: center;
    padding: 1.25rem;
    border-radius: 16px;
}

.mkt-stat-pill .num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-dark);
}

.mkt-stat-pill .lbl {
    font-size: 0.85rem;
    color: var(--gray-500);
    font-weight: 600;
}

/* ── Responsive — mobile & tablet ── */
@media (max-width: 991px) {
    .mkt-site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1040;
        background: transparent;
        box-shadow: none;
        pointer-events: none;
    }

    .mkt-navbar {
        position: relative;
        padding: 0;
        pointer-events: none;
    }

    .mkt-navbar .mkt-nav-shell {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: transparent;
        padding: 0.5rem 0.75rem;
        pointer-events: auto;
    }

    .mkt-navbar.scrolled .mkt-nav-shell,
    .mkt-navbar:has(.navbar-collapse.show) .mkt-nav-shell {
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 8px 28px rgba(18, 16, 31, 0.1);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .mkt-navbar .navbar-brand {
        font-size: 1.15rem;
    }

    .mkt-navbar .brand-icon {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .mkt-navbar .navbar-toggler {
        border: 1px solid rgba(18, 16, 31, 0.12);
        border-radius: 10px;
        padding: 0.35rem 0.55rem;
        background: rgba(255, 255, 255, 0.4);
        pointer-events: auto;
    }

    /* Mobile menu panel */
    .mkt-navbar .navbar-collapse {
        width: 100%;
        margin-top: 0.5rem;
        padding: 0.25rem 0 0.75rem;
        border-top: 1px solid transparent;
        pointer-events: auto;
    }

    .mkt-navbar .navbar-collapse.show,
    .mkt-navbar .navbar-collapse.collapsing {
        background: transparent;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        border-radius: 0 0 12px 12px;
        border-top-color: rgba(18, 16, 31, 0.08);
    }

    .mkt-navbar .navbar-nav {
        width: 100%;
        margin: 0 !important;
        padding: 0.35rem 0;
    }

    .mkt-navbar .nav-item {
        width: 100%;
    }

    .mkt-navbar .nav-link {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.75rem 0.85rem !important;
        border-radius: 10px;
        font-size: 0.95rem;
    }

    .mkt-navbar .nav-link.active {
        background: var(--primary-50);
        color: var(--primary-dark);
        font-weight: 700;
    }

    .mkt-nav-actions {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
        padding: 0.75rem 0.85rem 0.25rem;
        margin-top: 0.25rem;
        border-top: 1px solid rgba(18, 16, 31, 0.08);
    }

    .mkt-nav-actions .btn {
        width: 100%;
        padding: 0.65rem 1rem;
        font-size: 0.95rem;
    }

    .mkt-footer .footer-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mkt-footer-bottom {
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }

    .mkt-hero-phone-float {
        display: none;
    }

    .mkt-phone-frame {
        width: 240px;
    }

    .mkt-section {
        padding: 3.5rem 0;
    }

    .mkt-pricing-card.featured {
        transform: none;
    }

    .mkt-features-hero {
        padding: 2.5rem 0 3rem;
    }

    .mkt-features-hero__visual {
        margin-top: 0.5rem;
    }

    .mkt-features-orbit {
        width: min(100%, 320px);
    }

    .mkt-features-orbit__chip {
        font-size: 0.68rem;
        padding: 0.35rem 0.6rem;
        max-width: 130px;
    }

    .mkt-fdetail-hero {
        padding: 2rem 0 2.5rem;
    }

    .mkt-fdetail-aside {
        position: static;
    }

    .mkt-fdetail-main {
        padding: 2.5rem 0 3rem;
    }
}

@media (max-width: 575px) {
    .mkt-footer .footer-inner {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .mkt-store-badges {
        flex-direction: column;
    }

    .mkt-cta-band {
        padding: 2.5rem 1.25rem;
        border-radius: 18px;
    }

    .mkt-cta-band h2 {
        font-size: 1.35rem;
    }

    .mkt-cta-band p {
        font-size: 0.92rem;
        margin-bottom: 1.15rem;
    }

    .mkt-cta-band__label {
        font-size: 0.75rem;
        padding: 0.28rem 0.7rem;
        margin-bottom: 0.65rem;
    }

    .mkt-cta-band__label i {
        font-size: 0.85rem;
    }

    .mkt-cta-band__actions {
        flex-direction: column;
        gap: 0.6rem;
    }

    .mkt-cta-band__actions .btn {
        width: 100%;
    }
}

/* ── Udo AI chatbot widget ── */
.udo-chatbot {
    --chat-violet: var(--mkt-violet, #5B4AE8);
    --chat-violet-deep: var(--mkt-violet-deep, #3D2DB8);
    --chat-violet-glow: var(--mkt-violet-glow, #7C6CF8);
    --chat-coral: var(--mkt-coral, #FF6B4A);
    --chat-surface: #F7F5FF;
    --chat-ink: #1A1530;
    --chat-muted: #6B6580;
    --chat-grad: linear-gradient(135deg, #2A1F6E 0%, var(--chat-violet) 48%, var(--chat-coral) 120%);
    --chat-fab-grad: linear-gradient(145deg, var(--chat-violet-glow) 0%, var(--chat-violet) 45%, var(--chat-coral) 100%);
    position: fixed;
    z-index: 1080;
    bottom: 1.25rem;
    right: 1.25rem;
    font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, sans-serif;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0.85rem;
}

[dir="rtl"] .udo-chatbot {
    right: auto;
    left: 1.25rem;
}

.udo-chatbot__fab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: none;
    border-radius: 999px;
    padding: 0.8rem 1.2rem 0.8rem 0.9rem;
    background: var(--chat-fab-grad);
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 32px rgba(91, 74, 232, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: visible;
}

.udo-chatbot__fab-ring {
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    border: 2px solid rgba(124, 108, 248, 0.45);
    animation: udo-chat-pulse 2.4s ease-out infinite;
    pointer-events: none;
}

.udo-chatbot--open .udo-chatbot__fab-ring {
    display: none;
}

.udo-chatbot__fab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.udo-chatbot__fab:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 40px rgba(91, 74, 232, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.udo-chatbot__panel {
    display: none;
    flex-direction: column;
    width: min(400px, calc(100vw - 1.5rem));
    height: min(560px, calc(100vh - 6rem));
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 28px 64px rgba(42, 31, 110, 0.28),
        0 0 0 1px rgba(91, 74, 232, 0.12);
    animation: udo-chat-panel-in 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.udo-chatbot--open .udo-chatbot__panel {
    display: flex;
}

.udo-chatbot--open .udo-chatbot__fab-label {
    display: none;
}

.udo-chatbot--open .udo-chatbot__fab {
    width: 3.35rem;
    height: 3.35rem;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
}

.udo-chatbot__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 1rem 1.05rem;
    background: var(--chat-grad);
    color: #fff;
    position: relative;
}

.udo-chatbot__header::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 90% at 10% 0%, rgba(255, 255, 255, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 70% at 95% 100%, rgba(255, 107, 74, 0.25), transparent 50%);
    pointer-events: none;
}

.udo-chatbot__brand {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.udo-chatbot__avatar {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.12);
}

.udo-chatbot__avatar svg {
    display: block;
    border-radius: 50%;
}

.udo-chatbot__brand-text {
    min-width: 0;
}

.udo-chatbot__title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
    color: #fff;
    letter-spacing: -0.01em;
}

.udo-chatbot__subtitle {
    margin: 0.2rem 0 0;
    font-size: 0.72rem;
    opacity: 0.95;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
}

.udo-chatbot__status {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #12C99B;
    box-shadow: 0 0 0 3px rgba(18, 201, 155, 0.28);
    flex-shrink: 0;
    animation: udo-chat-status 2s ease-in-out infinite;
}

.udo-chatbot__header-actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.udo-chatbot__clear {
    border: none;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    height: 2.1rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    transition: background 0.15s ease, transform 0.15s ease;
}

.udo-chatbot__clear:hover {
    background: rgba(255, 255, 255, 0.28);
}

.udo-chatbot__clear-label {
    line-height: 1;
}

.udo-chatbot__close {
    border: none;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, transform 0.15s ease;
}

.udo-chatbot__close:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: rotate(90deg);
}

@media (max-width: 400px) {
    .udo-chatbot__clear-label {
        display: none;
    }

    .udo-chatbot__clear {
        width: 2.1rem;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}

.udo-chatbot__messages {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0.9rem;
    background:
        radial-gradient(ellipse 70% 50% at 0% 0%, rgba(124, 108, 248, 0.08), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(255, 107, 74, 0.06), transparent 50%),
        var(--chat-surface);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.udo-chatbot__row {
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
    max-width: 100%;
}

.udo-chatbot__row--user {
    justify-content: flex-end;
}

.udo-chatbot__row--assistant {
    justify-content: flex-start;
}

.udo-chatbot__msg-avatar {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: var(--chat-fab-grad);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(91, 74, 232, 0.3);
}

.udo-chatbot__bubble {
    max-width: min(92%, 320px);
    padding: 0.8rem 0.95rem;
    border-radius: 16px;
    font-size: 0.86rem;
    line-height: 1.5;
    word-wrap: break-word;
}

.udo-chatbot__bubble-text {
    color: inherit;
}

.udo-chatbot__inline-link {
    color: var(--chat-violet);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(91, 74, 232, 0.35);
}

.udo-chatbot__inline-link:hover {
    border-bottom-color: var(--chat-violet);
}

.udo-chatbot__bubble--assistant {
    background: #fff;
    border: 1px solid rgba(91, 74, 232, 0.12);
    color: var(--chat-ink);
    border-bottom-left-radius: 5px;
    box-shadow: 0 6px 18px rgba(42, 31, 110, 0.06);
}

.udo-chatbot__bubble--user {
    background: linear-gradient(135deg, var(--chat-violet) 0%, var(--chat-violet-deep) 100%);
    color: #fff;
    border-bottom-right-radius: 5px;
    box-shadow: 0 8px 20px rgba(91, 74, 232, 0.28);
}

.udo-chatbot__bubble--user .udo-chatbot__inline-link {
    color: #EDE9FE;
    border-bottom-color: rgba(237, 233, 254, 0.5);
}

.udo-chatbot__bubble--typing {
    color: var(--chat-muted);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.udo-chatbot__typing-text {
    font-size: 0.8rem;
    font-weight: 500;
}

.udo-chatbot__dots {
    display: inline-flex;
    gap: 4px;
}

.udo-chatbot__dots i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--chat-violet-glow);
    display: inline-block;
    animation: udo-chat-bounce 1s infinite ease-in-out;
}

.udo-chatbot__dots i:nth-child(2) { animation-delay: 0.15s; }
.udo-chatbot__dots i:nth-child(3) { animation-delay: 0.3s; }

.udo-chatbot__sources {
    margin-top: 0.75rem;
    padding-top: 0.7rem;
    border-top: 1px dashed rgba(91, 74, 232, 0.2);
}

.udo-chatbot__sources-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--chat-muted);
    margin-bottom: 0.45rem;
}

.udo-chatbot__sources-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.udo-chatbot__source-link {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.45rem;
    row-gap: 0.05rem;
    align-items: center;
    padding: 0.45rem 0.55rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(91, 74, 232, 0.07), rgba(255, 107, 74, 0.05));
    border: 1px solid rgba(91, 74, 232, 0.14);
    text-decoration: none;
    color: var(--chat-ink);
    transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.udo-chatbot__source-link:hover {
    border-color: rgba(91, 74, 232, 0.35);
    background: linear-gradient(135deg, rgba(91, 74, 232, 0.12), rgba(255, 107, 74, 0.08));
    transform: translateX(2px);
}

.udo-chatbot__link-icon {
    grid-row: 1 / span 2;
    color: var(--chat-violet);
}

.udo-chatbot__source-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--chat-violet-deep);
    line-height: 1.25;
}

.udo-chatbot__source-url {
    font-size: 0.68rem;
    color: var(--chat-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    word-break: break-all;
}

.udo-chatbot__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.55rem 0.9rem;
    background: #fff;
    border-top: 1px solid rgba(91, 74, 232, 0.08);
}

.udo-chatbot__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(91, 74, 232, 0.22);
    background: linear-gradient(180deg, #fff 0%, #F7F5FF 100%);
    color: var(--chat-violet-deep);
    border-radius: 999px;
    padding: 0.38rem 0.75rem;
    font-size: 0.74rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.udo-chatbot__chip-icon {
    display: inline-flex;
    color: var(--chat-violet);
    opacity: 0.85;
}

.udo-chatbot__chip:hover {
    background: rgba(91, 74, 232, 0.1);
    border-color: rgba(91, 74, 232, 0.4);
    transform: translateY(-1px);
}

.udo-chatbot__form {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.7rem 0.85rem 0.75rem;
    border-top: 1px solid rgba(91, 74, 232, 0.1);
    background: #fff;
}

.udo-chatbot__composer {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.udo-chatbot__input {
    flex: 1;
    border: 1px solid rgba(91, 74, 232, 0.18);
    border-radius: 999px;
    padding: 0.62rem 1rem;
    font-size: 0.875rem;
    outline: none;
    background: var(--chat-surface);
    color: var(--chat-ink);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.udo-chatbot__input:focus {
    border-color: var(--chat-violet);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(91, 74, 232, 0.16);
}

.udo-chatbot__send {
    width: 2.6rem;
    height: 2.6rem;
    border: none;
    border-radius: 50%;
    background: var(--chat-fab-grad);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(91, 74, 232, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.udo-chatbot__send:hover:not(:disabled) {
    transform: scale(1.06);
}

.udo-chatbot__send:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.udo-chatbot__footnote {
    margin: 0;
    font-size: 0.65rem;
    color: var(--chat-muted);
    text-align: center;
    line-height: 1.3;
}

@keyframes udo-chat-bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.5; }
    40% { transform: translateY(-4px); opacity: 1; }
}

@keyframes udo-chat-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    70% { transform: scale(1.12); opacity: 0; }
    100% { transform: scale(1.12); opacity: 0; }
}

@keyframes udo-chat-status {
    0%, 100% { box-shadow: 0 0 0 3px rgba(18, 201, 155, 0.28); }
    50% { box-shadow: 0 0 0 5px rgba(18, 201, 155, 0.12); }
}

@keyframes udo-chat-panel-in {
    from { opacity: 0; transform: translateY(12px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 575px) {
    .udo-chatbot {
        bottom: 0.75rem;
        right: 0.75rem;
    }

    [dir="rtl"] .udo-chatbot {
        left: 0.75rem;
    }

    .udo-chatbot__fab-label {
        display: none;
    }

    .udo-chatbot__fab {
        width: 3.4rem;
        height: 3.4rem;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .udo-chatbot__panel {
        width: calc(100vw - 1rem);
        height: min(72vh, 580px);
        border-radius: 18px;
    }
}

/* ── Marketing header + multi-banner hero overrides ── */
.mkt-nav-shell {
    max-width: none;
    margin: 0;
    padding: 0.8rem 1.2rem;
    border-radius: 0;
}

.mkt-navbar.scrolled .mkt-nav-shell,
.mkt-navbar:has(.navbar-collapse.show) .mkt-nav-shell {
    border-color: transparent;
    box-shadow: 0 12px 34px rgba(18, 16, 31, 0.08);
}

.mkt-hero-carousel {
    position: relative;
}

.mkt-hero-carousel .carousel-inner,
.mkt-hero-carousel .carousel-item {
    min-height: 100vh;
    min-height: 100dvh;
}

.mkt-hero-carousel .carousel-item > .mkt-hero {
    min-height: 100vh;
    min-height: 100dvh;
}

.mkt-hero--slide-1 {
    background:
        radial-gradient(ellipse 80% 60% at 10% 20%, rgba(124, 108, 248, 0.22), transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 15%, rgba(255, 107, 74, 0.16), transparent 50%),
        radial-gradient(ellipse 60% 45% at 70% 90%, rgba(18, 201, 155, 0.12), transparent 55%),
        linear-gradient(165deg, #F7F5FF 0%, #FFFFFF 48%, #F3FBFF 100%);
}

.mkt-hero--slide-2 {
    background:
        radial-gradient(ellipse 75% 55% at 15% 18%, rgba(124, 108, 248, 0.24), transparent 54%),
        radial-gradient(ellipse 68% 48% at 85% 20%, rgba(255, 107, 74, 0.18), transparent 48%),
        linear-gradient(160deg, #F1EEFF 0%, #FFFFFF 48%, #FFF5EF 100%);
}

.mkt-hero--slide-3 {
    background:
        radial-gradient(ellipse 70% 55% at 12% 75%, rgba(18, 201, 155, 0.16), transparent 50%),
        radial-gradient(ellipse 76% 55% at 86% 16%, rgba(124, 108, 248, 0.2), transparent 52%),
        linear-gradient(165deg, #F6FFFB 0%, #FFFFFF 45%, #F6F2FF 100%);
}

.mkt-hero__glow--c {
    width: min(34vw, 340px);
    height: min(34vw, 340px);
    background: var(--mkt-mint);
    right: 12%;
    bottom: 2%;
    opacity: 0.18;
    animation-delay: -3s;
}

.mkt-hero__glow--d {
    width: min(38vw, 400px);
    height: min(38vw, 400px);
    background: var(--mkt-violet);
    top: 10%;
    right: 0;
    opacity: 0.16;
    animation-delay: -7s;
}

.mkt-hero__phones-stack {
    position: relative;
    min-height: 420px;
}

.mkt-hero__phone-shot {
    position: absolute;
    width: min(42%, 210px);
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(42, 31, 110, 0.22);
}

.mkt-hero__phone-shot--main {
    left: 26%;
    top: 0;
    z-index: 3;
}

.mkt-hero__phone-shot--fees {
    left: 4%;
    top: 82px;
    transform: rotate(-8deg);
    z-index: 2;
}

.mkt-hero__phone-shot--attendance {
    right: 4%;
    top: 94px;
    transform: rotate(8deg);
    z-index: 1;
}

.mkt-hero__stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.mkt-hero__stat-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(91, 74, 232, 0.1);
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0 18px 40px rgba(42, 31, 110, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mkt-hero__stat-card strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1.1;
    color: var(--mkt-violet-deep);
}

.mkt-hero__stat-card span {
    display: block;
    margin-top: 0.35rem;
    color: var(--mkt-ink-soft);
    font-size: 0.9rem;
}

.mkt-hero__stat-card--wide {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(91, 74, 232, 0.1), rgba(255, 107, 74, 0.08));
}

.mkt-hero-carousel .carousel-indicators {
    margin-bottom: 1.5rem;
    gap: 0.5rem;
    z-index: 4;
}

.mkt-hero-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(18, 16, 31, 0.18);
    opacity: 1;
    transition: width 0.2s ease, background 0.2s ease;
}

.mkt-hero-carousel .carousel-indicators .active {
    width: 34px;
    background: linear-gradient(135deg, var(--mkt-violet) 0%, var(--mkt-violet-glow) 40%, var(--mkt-coral) 100%);
}

.mkt-hero-carousel .carousel-control-prev,
.mkt-hero-carousel .carousel-control-next {
    width: 54px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(91, 74, 232, 0.1);
    opacity: 1;
}

.mkt-hero-carousel .carousel-control-prev { left: 1.5rem; }
.mkt-hero-carousel .carousel-control-next { right: 1.5rem; }

.mkt-hero-carousel .carousel-control-prev-icon,
.mkt-hero-carousel .carousel-control-next-icon {
    filter: invert(17%) sepia(22%) saturate(1386%) hue-rotate(221deg) brightness(96%) contrast(94%);
}

@media (min-width: 992px) {
    .mkt-nav-shell {
        padding: 0.85rem 1.8rem;
    }

    .mkt-hero__phones-stack {
        min-height: 480px;
    }

    .mkt-hero__phone-shot {
        width: 210px;
    }
}

@media (max-width: 991px) {
    .mkt-hero-carousel .carousel-control-prev,
    .mkt-hero-carousel .carousel-control-next {
        display: none;
    }

    .mkt-hero__phones-stack {
        min-height: 360px;
    }

    .mkt-hero__phone-shot--main {
        left: 24%;
    }
}

@media (max-width: 575px) {
    .mkt-nav-shell {
        padding: 0.65rem 0.85rem;
    }

    .mkt-hero-carousel .carousel-indicators {
        margin-bottom: 1rem;
    }

    .mkt-hero__phones-stack {
        min-height: 280px;
    }

    .mkt-hero__phone-shot {
        width: 120px;
        border-radius: 1rem;
    }

    .mkt-hero__phone-shot--main {
        left: 26%;
    }

    .mkt-hero__phone-shot--fees {
        top: 64px;
    }

    .mkt-hero__phone-shot--attendance {
        top: 76px;
    }
}

