﻿/* bda-home-v2.css
   Scoped homepage stylesheet. Loaded only on Default.aspx.
   All selectors are prefixed with .bda-v2 to avoid clashing with the existing theme. */

:root {
    --navy-950: #050f24;
    --navy-900: #0a1d3f;
    --navy-800: #122a52;
    --navy-700: #1a3566;
    --navy-600: #2a4a86;
    --navy-100: #e8edf5;
    --navy-50: #f4f7fc;
    --red: #E63946;
    --red-dark: #a82230;
    --yellow: #F59E0B;
    --yellow-dark: #c2710a;
    --blue: #2196F3;
    --blue-dark: #0d4a8a;
    --green: #10b981;
    --purple: #8b5cf6;
    --text: #0a1d3f;
    --text-muted: #4a5a7a;
    --text-dim: #7a8bb6;
    --border: #e8edf5;
}

.bda-v2 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.bda-v2 {
    scroll-behavior: smooth
}

.bda-v2 {
    font-family: 'Inter',system-ui,sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

    .bda-v2 h1, .bda-v2 h2, .bda-v2 h3, .bda-v2 h4, .bda-v2 h5 {
        font-family: 'Plus Jakarta Sans',system-ui,sans-serif
    }

    .bda-v2 a {
        text-decoration: none;
        color: inherit
    }

    .bda-v2 ul {
        list-style: none
    }

    .bda-v2 img {
        max-width: 100%;
        display: block
    }

    .bda-v2 button {
        font-family: inherit;
        cursor: pointer;
        border: none
    }

    .bda-v2 .container {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 22px
    }

    .bda-v2 .topbar {
        background: var(--navy-950);
        color: #c8d4ec;
        font-size: 13px;
        padding: 11px 0;
        border-bottom: 1px solid var(--navy-800)
    }

        .bda-v2 .topbar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap
        }

    .bda-v2 .topbar-left {
        display: flex;
        gap: 24px;
        flex-wrap: wrap
    }

        .bda-v2 .topbar-left a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #c8d4ec;
            transition: color .2s
        }

            .bda-v2 .topbar-left a:hover {
                color: var(--yellow)
            }

        .bda-v2 .topbar-left .ico {
            width: 14px;
            height: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--yellow);
            font-size: 11px
        }

    .bda-v2 .topbar-center {
        flex: 1;
        text-align: center;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.3px
    }

        .bda-v2 .topbar-center .pulse {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: var(--red);
            border-radius: 50%;
            margin-right: 7px;
            animation: pulse 1.6s infinite
        }

@keyframes pulse {
    0%,100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(230,57,70,0.5)
    }

    50% {
        opacity: 0.7;
        box-shadow: 0 0 0 6px rgba(230,57,70,0)
    }
}

.bda-v2 .topbar-social {
    display: flex;
    gap: 6px
}

    .bda-v2 .topbar-social a {
        width: 28px;
        height: 28px;
        border-radius: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .25s;
        border: 1px solid rgba(255,255,255,0.1);
        overflow: hidden;
        text-decoration: none
    }

        .bda-v2 .topbar-social a:hover {
            transform: translateY(-3px) scale(1.08);
            box-shadow: 0 8px 16px rgba(0,0,0,0.4)
        }

        .bda-v2 .topbar-social a svg {
            width: 14px;
            height: 14px;
            transition: transform .25s
        }

        .bda-v2 .topbar-social a:hover svg {
            transform: scale(1.12)
        }

    .bda-v2 .topbar-social .ts-yt {
        background: #FF0000;
        border-color: rgba(255,0,0,0.5)
    }

    .bda-v2 .topbar-social .ts-ig {
        background: linear-gradient(45deg,#feda75 0%,#fa7e1e 25%,#d62976 50%,#962fbf 75%,#4f5bd5 100%);
        border-color: rgba(214,41,118,0.5)
    }

    .bda-v2 .topbar-social .ts-fb {
        background: #1877F2;
        border-color: rgba(24,119,242,0.5)
    }

    .bda-v2 .topbar-social .ts-x {
        background: #000;
        border-color: rgba(255,255,255,0.2)
    }

    .bda-v2 .topbar-social .ts-wa {
        background: #25D366;
        border-color: rgba(37,211,102,0.5)
    }

.bda-v2 .header {
    background: #fff;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 0 rgba(10,29,63,0.04)
}

    .bda-v2 .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 22px
    }

.bda-v2 .logo {
    display: flex;
    align-items: center;
    gap: 12px
}

    .bda-v2 .logo svg {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
        filter: drop-shadow(0 2px 6px rgba(10,29,63,0.12))
    }

    .bda-v2 .logo .brand {
        font-size: 19px;
        font-weight: 800;
        color: var(--navy-900);
        letter-spacing: 0.5px;
        line-height: 1;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

    .bda-v2 .logo .domain {
        font-size: 11px;
        color: var(--navy-700);
        font-weight: 500;
        margin-top: 3px
    }

.bda-v2 .nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px
}

    .bda-v2 .nav > a {
        color: var(--navy-900);
        padding: 6px 0;
        transition: color .2s;
        position: relative
    }

        .bda-v2 .nav > a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 2px;
            background: var(--red);
            border-radius: 2px;
            transform: scaleX(0);
            transition: transform .2s;
            transform-origin: left
        }

        .bda-v2 .nav > a:hover::after, .bda-v2 .nav > a.active::after {
            transform: scaleX(1)
        }

        .bda-v2 .nav > a:hover, .bda-v2 .nav > a.active {
            color: var(--red)
        }

.bda-v2 .nav-dropdown {
    position: relative
}

.bda-v2 .nav-trigger {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

    .bda-v2 .nav-trigger .caret {
        font-size: 10px;
        transition: transform .25s
    }

.bda-v2 .nav-dropdown:hover .nav-trigger .caret {
    transform: rotate(-180deg)
}

.bda-v2 .dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% + 18px);
    left: -20px;
    width: 580px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(10,29,63,0.18),0 0 0 1px var(--border);
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s cubic-bezier(.22,1,.36,1);
    z-index: 200
}

    .bda-v2 .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 38px;
        width: 16px;
        height: 16px;
        background: #fff;
        border-left: 1px solid var(--border);
        border-top: 1px solid var(--border);
        transform: rotate(45deg)
    }

    .bda-v2 .dropdown-menu::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        height: 30px
    }

.bda-v2 .nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.bda-v2 .dd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 14px
}

.bda-v2 .dd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 10px;
    transition: all .2s;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500
}

    .bda-v2 .dd-item:hover {
        background: var(--navy-50);
        transform: translateX(3px)
    }

.bda-v2 .dd-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1)
}

.bda-v2 .dd-item strong {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy-900);
    display: block;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.1px
}

.bda-v2 .dd-item span {
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 500;
    display: block;
    margin-top: 2px;
    letter-spacing: 0
}

.bda-v2 .dd-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
    gap: 8px
}

.bda-v2 .dd-all {
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    transition: gap .2s;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

    .bda-v2 .dd-all:hover {
        gap: 8px
    }

.bda-v2 .dd-info {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0
}

    .bda-v2 .dd-info strong {
        color: var(--navy-900);
        font-weight: 800;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

.bda-v2 .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 24px
}

.bda-v2 .btn-login {
    padding: 9px 18px;
    border: 1.5px solid var(--navy-700);
    color: var(--navy-700);
    background: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    transition: all .2s
}

    .bda-v2 .btn-login:hover {
        background: var(--navy-900);
        color: #fff;
        border-color: var(--navy-900)
    }

.bda-v2 .btn-register {
    padding: 10px 18px;
    background: var(--red);
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 4px 14px rgba(230,57,70,0.3);
    transition: all .2s
}

    .bda-v2 .btn-register:hover {
        background: var(--red-dark);
        transform: translateY(-1px)
    }

.bda-v2 .cart-btn {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--navy-50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--navy-900);
    transition: all .2s;
    margin-left: 4px
}

    .bda-v2 .cart-btn:hover {
        background: var(--navy-900);
        color: #fff
    }

    .bda-v2 .cart-btn .badge {
        position: absolute;
        top: -2px;
        right: -2px;
        width: 18px;
        height: 18px;
        background: var(--red);
        color: #fff;
        border-radius: 50%;
        font-size: 10px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff
    }

.bda-v2 .hero {
    position: relative;
    background: radial-gradient(circle at 85% 25%,rgba(245,158,11,0.13),transparent 55%),radial-gradient(circle at 10% 80%,rgba(33,150,243,0.1),transparent 55%),linear-gradient(135deg,var(--navy-950) 0%,var(--navy-800) 50%,var(--navy-900) 100%);
    color: #fff;
    padding: 70px 0 90px;
    overflow: hidden
}

    .bda-v2 .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle at 1px 1px,rgba(255,255,255,0.05) 1px,transparent 0);
        background-size: 32px 32px;
        pointer-events: none
    }

    .bda-v2 .hero .container {
        position: relative;
        z-index: 2
    }

.bda-v2 .hero-track {
    position: relative;
    min-height: 440px
}

.bda-v2 .hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 60px;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);
    pointer-events: none
}

    .bda-v2 .hero-slide.active {
        opacity: 1;
        transform: translateX(0);
        z-index: 2;
        pointer-events: auto
    }

    .bda-v2 .hero-slide.prev {
        opacity: 0;
        transform: translateX(-40px);
        z-index: 1
    }

    .bda-v2 .hero-slide.active .hero-badge {
        animation: slideUp .6s ease .1s both
    }

    .bda-v2 .hero-slide.active h1 {
        animation: slideUp .6s ease .2s both
    }

    .bda-v2 .hero-slide.active p {
        animation: slideUp .6s ease .3s both
    }

    .bda-v2 .hero-slide.active .hero-actions {
        animation: slideUp .6s ease .4s both
    }

    .bda-v2 .hero-slide.active .hero-media-wrap {
        animation: slideUp .7s ease .25s both
    }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.bda-v2 .hero-content {
    max-width: 560px
}

.bda-v2 .hero-stats-card {
    background: linear-gradient(180deg,#fff,#f8fafd);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(255,255,255,0.08);
    color: var(--navy-900);
    position: relative
}

.bda-v2 .hsc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border)
}

.bda-v2 .hsc-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--red),var(--red-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    box-shadow: 0 6px 18px rgba(230,57,70,0.35);
    flex-shrink: 0
}

.bda-v2 .hsc-name {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy-900);
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .hsc-role {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 2px
}

.bda-v2 .hsc-live {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e1f5ee;
    color: #0a7c5d;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px
}

.bda-v2 .hsc-live-dot {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse 1.4s infinite
}

.bda-v2 .hsc-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    margin-bottom: 18px
}

.bda-v2 .hsc-stat {
    background: var(--navy-50);
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid var(--navy-100)
}

.bda-v2 .hsc-stat-val {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy-900);
    line-height: 1;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px
}

.bda-v2 .hsc-stat-label {
    font-size: 10px;
    color: var(--text-muted);
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0.2px
}

.bda-v2 .hsc-progress-block {
    margin-bottom: 16px
}

.bda-v2 .hsc-progress-head {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 700;
    margin-bottom: 6px
}

.bda-v2 .hsc-progress-track {
    height: 8px;
    background: var(--navy-100);
    border-radius: 4px;
    overflow: hidden
}

.bda-v2 .hsc-progress-fill {
    width: 43%;
    height: 100%;
    background: linear-gradient(90deg,var(--green),#0a7c5d);
    border-radius: 4px;
    animation: fillBar 1.5s ease .5s both
}

@keyframes fillBar {
    from {
        width: 0
    }

    to {
        width: 43%
    }
}

.bda-v2 .hsc-bottom-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.bda-v2 .hsc-tag {
    background: var(--navy-50);
    border: 1px solid var(--navy-100);
    color: var(--text-muted);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px
}

.bda-v2 .hero-results-card {
    background: linear-gradient(180deg,#fff,#f8fafd);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(255,255,255,0.08);
    color: var(--navy-900)
}

.bda-v2 .hrc-top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border)
}

.bda-v2 .hrc-big {
    background: linear-gradient(135deg,var(--red),var(--red-dark));
    color: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(230,57,70,0.3);
    min-width: 120px
}

.bda-v2 .hrc-big-num {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -1px
}

.bda-v2 .hrc-big-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 6px;
    opacity: 0.95
}

.bda-v2 .hrc-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between
}

.bda-v2 .hrc-stat-line {
    display: flex;
    gap: 10px;
    align-items: center
}

.bda-v2 .hrc-flag {
    font-size: 18px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: var(--navy-50);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.bda-v2 .hrc-stat-line strong {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy-900);
    display: block;
    line-height: 1.1;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .hrc-stat-line span {
    font-size: 10px;
    color: var(--text-muted);
    display: block;
    margin-top: 2px
}

.bda-v2 .hrc-chart-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px
}

.bda-v2 .hrc-chart-title {
    font-size: 12px;
    font-weight: 800;
    color: var(--navy-900);
    letter-spacing: -0.2px
}

.bda-v2 .hrc-chart-period {
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 600
}

.bda-v2 .hrc-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 80px;
    padding: 0 4px
}

.bda-v2 .hrc-bar {
    flex: 1;
    background: linear-gradient(180deg,var(--navy-100),var(--navy-50));
    border-radius: 6px 6px 0 0;
    position: relative;
    transition: height .6s cubic-bezier(.22,1,.36,1)
}

    .bda-v2 .hrc-bar span {
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 9px;
        color: var(--text-muted);
        font-weight: 700;
        letter-spacing: 0.3px
    }

.bda-v2 .hrc-bar-active {
    background: linear-gradient(180deg,var(--red),var(--red-dark));
    box-shadow: 0 6px 14px rgba(230,57,70,0.3)
}

.bda-v2 .hero-slide.active .hrc-bar {
    animation: barGrow .8s cubic-bezier(.22,1,.36,1) both
}

    .bda-v2 .hero-slide.active .hrc-bar:nth-child(1) {
        animation-delay: .3s
    }

    .bda-v2 .hero-slide.active .hrc-bar:nth-child(2) {
        animation-delay: .4s
    }

    .bda-v2 .hero-slide.active .hrc-bar:nth-child(3) {
        animation-delay: .5s
    }

    .bda-v2 .hero-slide.active .hrc-bar:nth-child(4) {
        animation-delay: .6s
    }

    .bda-v2 .hero-slide.active .hrc-bar:nth-child(5) {
        animation-delay: .7s
    }

    .bda-v2 .hero-slide.active .hrc-bar:nth-child(6) {
        animation-delay: .8s
    }

@keyframes barGrow {
    from {
        height: 0 !important
    }
}

.bda-v2 .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg,var(--yellow),var(--yellow-dark));
    color: var(--navy-950);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    box-shadow: 0 6px 20px rgba(245,158,11,0.4)
}

.bda-v2 .hero h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin-bottom: 18px
}

    .bda-v2 .hero h1 .accent {
        background: linear-gradient(90deg,var(--yellow),#ffc857);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }

.bda-v2 .hero p {
    font-size: 16px;
    color: #c8d4ec;
    line-height: 1.65;
    margin-bottom: 30px;
    max-width: 540px
}

.bda-v2 .hero-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap
}

.bda-v2 .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s;
    font-family: inherit;
    cursor: pointer
}

.bda-v2 .btn-primary {
    background: var(--red);
    color: #fff;
    box-shadow: 0 8px 22px rgba(230,57,70,0.4)
}

    .bda-v2 .btn-primary:hover {
        background: var(--red-dark);
        transform: translateY(-2px);
        box-shadow: 0 12px 26px rgba(230,57,70,0.5)
    }

.bda-v2 .btn-outline-w {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff
}

    .bda-v2 .btn-outline-w:hover {
        background: rgba(255,255,255,0.08);
        border-color: #fff
    }

.bda-v2 .hero-media-wrap {
    position: relative;
    width: 100%
}

.bda-v2 .hero-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16/11;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg,var(--navy-700),var(--navy-900));
    box-shadow: 0 30px 60px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(255,255,255,0.08)
}

    .bda-v2 .hero-media::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.15
    }

.bda-v2 .hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--red);
    cursor: pointer;
    transition: all .25s;
    animation: playPulse 2.4s infinite
}

    .bda-v2 .hero-play:hover {
        transform: translate(-50%,-50%) scale(1.1)
    }

@keyframes playPulse {
    0%,100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5)
    }

    50% {
        box-shadow: 0 0 0 24px rgba(255,255,255,0)
    }
}

.bda-v2 .hero-floating {
    position: absolute;
    background: #fff;
    color: var(--navy-900);
    padding: 12px 16px;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    z-index: 3;
    white-space: nowrap
}

    .bda-v2 .hero-floating.tl {
        top: 20px;
        left: 16px;
        animation: float1 4s infinite ease-in-out
    }

    .bda-v2 .hero-floating.br {
        bottom: 24px;
        right: 16px;
        animation: float2 5s infinite ease-in-out
    }

    .bda-v2 .hero-floating .ico-circle {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px
    }

@keyframes float1 {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes float2 {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }
}

.bda-v2 .hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
    z-index: 5
}

    .bda-v2 .hero-arrow:hover {
        background: rgba(255,255,255,0.2);
        transform: translateY(-50%) scale(1.08)
    }

    .bda-v2 .hero-arrow.left {
        left: max(20px,calc((100vw - 1240px)/2 - 8px))
    }

    .bda-v2 .hero-arrow.right {
        right: max(20px,calc((100vw - 1240px)/2 - 8px))
    }

.bda-v2 .hero-dots {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 5
}

    .bda-v2 .hero-dots span {
        width: 10px;
        height: 4px;
        border-radius: 2px;
        background: rgba(255,255,255,0.25);
        transition: all .25s;
        cursor: pointer
    }

        .bda-v2 .hero-dots span.active {
            width: 32px;
            background: var(--yellow)
        }

.bda-v2 .divider-wave {
    position: relative;
    height: 80px;
    margin-top: -80px;
    pointer-events: none;
    z-index: 3
}

    .bda-v2 .divider-wave svg {
        display: block;
        width: 100%;
        height: 100%
    }

    .bda-v2 .divider-wave.from-hero svg path {
        fill: var(--navy-50)
    }

    .bda-v2 .divider-wave.alt-bottom svg path {
        fill: #fff
    }

    .bda-v2 .divider-wave.dark-top svg path {
        fill: var(--navy-950)
    }

.bda-v2 .section {
    padding: 90px 0;
    position: relative
}

    .bda-v2 .section.alt {
        background: var(--navy-50)
    }

.bda-v2 .section-head {
    text-align: center;
    margin-bottom: 50px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

    .bda-v2 .section-head .stars {
        color: var(--yellow);
        font-size: 14px;
        letter-spacing: 6px;
        margin-bottom: 12px
    }

    .bda-v2 .section-head h2 {
        font-size: 42px;
        font-weight: 800;
        color: var(--navy-900);
        display: inline-block;
        position: relative;
        letter-spacing: -1px;
        line-height: 1.1
    }

        .bda-v2 .section-head h2::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -14px;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--red);
            border-radius: 2px
        }

    .bda-v2 .section-head .tagline {
        margin-top: 30px;
        font-size: 15px;
        color: var(--text-muted);
        line-height: 1.7
    }

.bda-v2 .cat-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 42px
}

.bda-v2 .cat-tab {
    padding: 10px 22px;
    border-radius: 30px;
    background: #fff;
    border: 1.5px solid var(--border);
    color: var(--navy-900);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all .2s
}

    .bda-v2 .cat-tab:hover {
        border-color: var(--navy-700)
    }

    .bda-v2 .cat-tab.active {
        background: var(--navy-900);
        color: #fff;
        border-color: var(--navy-900);
        box-shadow: 0 6px 20px rgba(10,29,63,0.25)
    }

.bda-v2 .grid-pkg {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-bottom: 40px
}

.bda-v2 .pkg-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10,29,63,0.07);
    transition: all .25s;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid var(--border)
}

    .bda-v2 .pkg-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(10,29,63,0.14);
        border-color: transparent
    }

.bda-v2 .pkg-visual {
    aspect-ratio: 5/3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 1.15;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px
}

    .bda-v2 .pkg-visual::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 28px;
        background: #fff;
        clip-path: polygon(0 100%,100% 100%,100% 40%,75% 100%,50% 40%,25% 100%,0 40%)
    }

.bda-v2 .pkg-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--yellow);
    color: var(--navy-950);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    z-index: 2
}

    .bda-v2 .pkg-tag.dark {
        background: var(--navy-950);
        color: #fff
    }

.bda-v2 .pkg-popular {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--red);
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px
}

.bda-v2 .pkg-body {
    padding: 24px 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column
}

    .bda-v2 .pkg-body h3 {
        font-size: 18px;
        font-weight: 800;
        color: var(--navy-900);
        line-height: 1.3;
        margin-bottom: 14px;
        letter-spacing: -0.3px
    }

.bda-v2 .pkg-features {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.95;
    margin-bottom: 18px;
    flex: 1
}

    .bda-v2 .pkg-features li {
        padding-left: 22px;
        position: relative
    }

        .bda-v2 .pkg-features li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--green);
            font-weight: 800;
            font-size: 13px
        }

.bda-v2 .pkg-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
    padding-top: 14px;
    border-top: 1px dashed var(--border)
}

.bda-v2 .pkg-price {
    font-size: 26px;
    font-weight: 800;
    color: var(--red);
    letter-spacing: -0.5px
}

.bda-v2 .pkg-old {
    font-size: 13px;
    color: var(--text-dim);
    text-decoration: line-through
}

.bda-v2 .pkg-installment {
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 14px
}

.bda-v2 .pkg-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.bda-v2 .btn-buy {
    padding: 11px;
    background: var(--red);
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    transition: all .2s;
    text-align: center
}

    .bda-v2 .btn-buy:hover {
        background: var(--red-dark);
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(230,57,70,0.3)
    }

.bda-v2 .btn-detail {
    padding: 11px;
    background: #fff;
    border: 1.5px solid var(--navy-700);
    color: var(--navy-700);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    transition: all .2s;
    text-align: center
}

    .bda-v2 .btn-detail:hover {
        background: var(--navy-700);
        color: #fff
    }

.bda-v2 .show-more-row {
    text-align: center
}

.bda-v2 .btn-show-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 38px;
    background: var(--navy-900);
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all .2s;
    box-shadow: 0 8px 24px rgba(10,29,63,0.2);
    cursor: pointer;
    border: none;
    font-family: inherit
}

    .bda-v2 .btn-show-more:hover {
        background: var(--red);
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(230,57,70,0.35)
    }

    .bda-v2 .btn-show-more .arrow {
        display: inline-block;
        transition: transform .3s
    }

    .bda-v2 .btn-show-more.expanded .arrow {
        transform: rotate(180deg)
    }

.bda-v2 .pkg-extra {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease,transform .5s ease
}

    .bda-v2 .pkg-extra.show {
        display: flex;
        opacity: 1;
        transform: translateY(0)
    }

        .bda-v2 .pkg-extra.show:nth-child(4) {
            transition-delay: .05s
        }

        .bda-v2 .pkg-extra.show:nth-child(5) {
            transition-delay: .15s
        }

        .bda-v2 .pkg-extra.show:nth-child(6) {
            transition-delay: .25s
        }

.bda-v2 .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)
}

    .bda-v2 .reveal.in-view {
        opacity: 1;
        transform: translateY(0)
    }

.bda-v2 .reveal-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)
}

.bda-v2 .reveal-stagger.in-view > * {
    opacity: 1;
    transform: translateY(0)
}

    .bda-v2 .reveal-stagger.in-view > *:nth-child(1) {
        transition-delay: 0s
    }

    .bda-v2 .reveal-stagger.in-view > *:nth-child(2) {
        transition-delay: .08s
    }

    .bda-v2 .reveal-stagger.in-view > *:nth-child(3) {
        transition-delay: .16s
    }

    .bda-v2 .reveal-stagger.in-view > *:nth-child(4) {
        transition-delay: .24s
    }

    .bda-v2 .reveal-stagger.in-view > *:nth-child(5) {
        transition-delay: .32s
    }

    .bda-v2 .reveal-stagger.in-view > *:nth-child(6) {
        transition-delay: .4s
    }

    .bda-v2 .reveal-stagger.in-view > *:nth-child(7) {
        transition-delay: .48s
    }

.bda-v2 .features-section {
    background: linear-gradient(180deg,#fff 0%,var(--navy-50) 100%)
}

.bda-v2 .grid-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.bda-v2 .feat-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 4px 20px rgba(10,29,63,0.06);
    transition: all .25s;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden
}

    .bda-v2 .feat-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg,transparent 50%,var(--navy-50) 50%);
        opacity: 0.5;
        pointer-events: none
    }

    .bda-v2 .feat-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(10,29,63,0.12);
        border-color: transparent
    }

.bda-v2 .feat-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12)
}

    .bda-v2 .feat-icon.c1 {
        background: linear-gradient(135deg,var(--red),var(--red-dark))
    }

    .bda-v2 .feat-icon.c2 {
        background: linear-gradient(135deg,var(--blue),var(--blue-dark))
    }

    .bda-v2 .feat-icon.c3 {
        background: linear-gradient(135deg,var(--yellow),var(--yellow-dark))
    }

    .bda-v2 .feat-icon.c4 {
        background: linear-gradient(135deg,var(--green),#0a7c5d)
    }

    .bda-v2 .feat-icon.c5 {
        background: linear-gradient(135deg,var(--purple),#5e3aa3)
    }

    .bda-v2 .feat-icon.c6 {
        background: linear-gradient(135deg,var(--navy-700),var(--navy-900))
    }

.bda-v2 .feat-text h4 {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy-900);
    margin-bottom: 6px;
    letter-spacing: -0.2px
}

.bda-v2 .feat-text p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6
}

.bda-v2 .coach-section {
    background: linear-gradient(180deg,var(--navy-50) 0%,#fff 100%);
    position: relative;
    overflow: hidden
}

    .bda-v2 .coach-section::before {
        content: "";
        position: absolute;
        top: -80px;
        left: -80px;
        width: 300px;
        height: 300px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.04;
        pointer-events: none
    }

.bda-v2 .bg-red-grad {
    background: linear-gradient(135deg,var(--red),var(--red-dark))
}

.bda-v2 .bg-blue-grad {
    background: linear-gradient(135deg,var(--blue),var(--blue-dark))
}

.bda-v2 .bg-yellow-grad {
    background: linear-gradient(135deg,var(--yellow),var(--yellow-dark))
}

.bda-v2 .bg-purple-grad {
    background: linear-gradient(135deg,var(--purple),#5e3aa3)
}

.bda-v2 .coach-hero {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    margin-bottom: 48px;
    align-items: stretch
}

.bda-v2 .coach-preview {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.bda-v2 .coach-preview-frame {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg,var(--navy-800),var(--navy-950));
    box-shadow: 0 24px 50px rgba(10,29,63,0.25)
}

.bda-v2 .coach-video-bg {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px
}

.bda-v2 .coach-avatar-big {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--red),var(--red-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 16px 40px rgba(230,57,70,0.5);
    font-family: 'Plus Jakarta Sans',sans-serif;
    border: 4px solid rgba(255,255,255,0.15)
}

.bda-v2 .coach-screen-name {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.3px
}

.bda-v2 .coach-screen-role {
    font-size: 12px;
    color: #9aabd2;
    letter-spacing: 0.3px
}

.bda-v2 .live-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(230,57,70,0.95);
    color: #fff;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 3;
    backdrop-filter: blur(8px)
}

.bda-v2 .live-dot {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 1.4s infinite
}

.bda-v2 .coach-play-pulse {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    transition: all .2s;
    animation: playPulse 2.4s infinite
}

    .bda-v2 .coach-play-pulse:hover {
        transform: translateX(-50%) scale(1.1)
    }

.bda-v2 .coach-mini-controls {
    position: absolute;
    bottom: 24px;
    right: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 3
}

.bda-v2 .mc-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35)
}

    .bda-v2 .mc-dot:nth-child(2) {
        background: rgba(255,255,255,0.6)
    }

.bda-v2 .mc-time {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin-left: 6px;
    background: rgba(0,0,0,0.4);
    padding: 3px 8px;
    border-radius: 4px
}

.bda-v2 .coach-card-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px
}

.bda-v2 .coach-mini-card {
    background: #fff;
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all .2s;
    text-align: left;
    font-family: inherit
}

    .bda-v2 .coach-mini-card:hover {
        border-color: var(--navy-700);
        transform: translateY(-2px)
    }

    .bda-v2 .coach-mini-card.active {
        border-color: var(--red);
        background: linear-gradient(135deg,#fff,#fef2f3);
        box-shadow: 0 6px 18px rgba(230,57,70,0.18)
    }

.bda-v2 .cmc-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .cmc-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0
}

    .bda-v2 .cmc-info strong {
        font-size: 12px;
        color: var(--navy-900);
        font-weight: 800;
        white-space: nowrap
    }

    .bda-v2 .cmc-info span {
        font-size: 10px;
        color: var(--text-muted);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.bda-v2 .coach-week {
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 12px 36px rgba(10,29,63,0.08);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column
}

.bda-v2 .cw-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 14px;
    flex-wrap: wrap
}

.bda-v2 .cw-eyebrow {
    font-size: 10px;
    color: var(--red);
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 6px
}

.bda-v2 .cw-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--navy-900);
    letter-spacing: -0.4px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .cw-progress {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 120px
}

.bda-v2 .cw-progress-bar {
    width: 120px;
    height: 6px;
    background: var(--navy-100);
    border-radius: 3px;
    overflow: hidden
}

.bda-v2 .cw-progress-fill {
    width: 43%;
    height: 100%;
    background: linear-gradient(90deg,var(--green),#0a7c5d);
    border-radius: 3px
}

.bda-v2 .cw-progress-text {
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 600
}

.bda-v2 .cw-days {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 6px;
    margin-bottom: 18px
}

.bda-v2 .cw-day {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 10px 4px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-family: inherit;
    position: relative
}

    .bda-v2 .cw-day:hover {
        border-color: var(--navy-700);
        transform: translateY(-2px)
    }

    .bda-v2 .cw-day .cw-d-label {
        font-size: 10px;
        font-weight: 700;
        color: var(--text-muted);
        letter-spacing: 0.5px;
        text-transform: uppercase
    }

    .bda-v2 .cw-day .cw-d-num {
        font-size: 16px;
        font-weight: 800;
        color: var(--navy-900);
        font-family: 'Plus Jakarta Sans',sans-serif;
        line-height: 1
    }

    .bda-v2 .cw-day .cw-d-status {
        font-size: 10px;
        color: transparent
    }

    .bda-v2 .cw-day.done {
        background: linear-gradient(180deg,#e1f5ee,#d0eada);
        border-color: transparent
    }

        .bda-v2 .cw-day.done .cw-d-status {
            color: var(--green);
            font-weight: 800;
            font-size: 11px
        }

    .bda-v2 .cw-day.active {
        background: linear-gradient(135deg,var(--red),var(--red-dark));
        border-color: var(--red);
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(230,57,70,0.35)
    }

        .bda-v2 .cw-day.active .cw-d-label, .bda-v2 .cw-day.active .cw-d-num {
            color: #fff
        }

        .bda-v2 .cw-day.active .cw-d-status {
            color: #fff;
            animation: pulse 1.6s infinite
        }

.bda-v2 .cw-content {
    flex: 1;
    background: linear-gradient(180deg,var(--navy-50),#fff);
    border-radius: 14px;
    padding: 18px;
    border: 1px dashed var(--navy-100)
}

.bda-v2 .cw-day-title {
    margin-bottom: 16px
}

.bda-v2 .cw-time-pill {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 8px
}

.bda-v2 .cw-day-title h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy-900);
    letter-spacing: -0.3px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .cw-timeline {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bda-v2 .cw-event {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center
}

.bda-v2 .cw-event-time {
    font-size: 11px;
    font-weight: 800;
    color: var(--navy-700);
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: 0.3px
}

.bda-v2 .cw-event-body {
    background: #fff;
    border-radius: 8px;
    padding: 9px 12px;
    border-left: 3px solid var(--navy-700);
    box-shadow: 0 2px 8px rgba(10,29,63,0.05);
    display: flex;
    flex-direction: column;
    line-height: 1.3
}

    .bda-v2 .cw-event-body strong {
        font-size: 12px;
        font-weight: 700;
        color: var(--navy-900);
        margin-bottom: 2px
    }

    .bda-v2 .cw-event-body span {
        font-size: 11px;
        color: var(--text-muted)
    }

.bda-v2 .coach-values {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-bottom: 60px
}

.bda-v2 .cv-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 22px;
    border: 1px solid var(--border);
    transition: all .25s;
    text-align: center;
    position: relative;
    overflow: hidden
}

    .bda-v2 .cv-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg,var(--red),var(--yellow));
        transform: scaleX(0);
        transition: transform .3s;
        transform-origin: left
    }

    .bda-v2 .cv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 32px rgba(10,29,63,0.12);
        border-color: transparent
    }

        .bda-v2 .cv-card:hover::after {
            transform: scaleX(1)
        }

.bda-v2 .cv-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 14px
}

.bda-v2 .cv-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12)
}

.bda-v2 .cv-card h4 {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy-900);
    margin-bottom: 8px;
    letter-spacing: -0.2px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .cv-card p {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.55
}

.bda-v2 .seminars-block {
    margin-bottom: 50px
}

.bda-v2 .seminars-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 14px
}

.bda-v2 .sem-eyebrow {
    font-size: 11px;
    color: var(--red);
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 4px
}

.bda-v2 .seminars-head h3 {
    font-size: 26px;
    font-weight: 800;
    color: var(--navy-900);
    letter-spacing: -0.5px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .sem-all-link {
    font-size: 13px;
    color: var(--navy-700);
    font-weight: 800;
    letter-spacing: 0.4px;
    transition: all .15s
}

    .bda-v2 .sem-all-link:hover {
        color: var(--red);
        transform: translateX(4px)
    }

.bda-v2 .seminars-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.bda-v2 .seminar-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all .25s;
    display: grid;
    grid-template-columns: 80px 1fr;
    box-shadow: 0 4px 18px rgba(10,29,63,0.05)
}

    .bda-v2 .seminar-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(10,29,63,0.12);
        border-color: transparent
    }

    .bda-v2 .seminar-card.seminar-featured {
        border: 2px solid var(--yellow);
        box-shadow: 0 8px 24px rgba(245,158,11,0.18)
    }

.bda-v2 .seminar-date {
    background: linear-gradient(180deg,var(--navy-800),var(--navy-950));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 8px;
    position: relative
}

.bda-v2 .seminar-card.seminar-featured .seminar-date {
    background: linear-gradient(180deg,var(--yellow),var(--yellow-dark));
    color: var(--navy-950)
}

.bda-v2 .sd-day {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .sd-month {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-top: 4px;
    opacity: 0.85
}

.bda-v2 .seminar-body {
    padding: 18px 20px
}

.bda-v2 .seminar-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 8px
}

.bda-v2 .seminar-body h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy-900);
    line-height: 1.35;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .seminar-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 12px
}

    .bda-v2 .seminar-meta span {
        font-size: 11px;
        color: var(--text-muted);
        line-height: 1.4
    }

.bda-v2 .seminar-countdown {
    display: flex;
    gap: 6px;
    margin-bottom: 12px
}

.bda-v2 .sc-box {
    background: var(--navy-50);
    border-radius: 6px;
    padding: 5px 8px;
    text-align: center;
    flex: 1;
    border: 1px solid var(--navy-100)
}

    .bda-v2 .sc-box strong {
        font-size: 14px;
        font-weight: 800;
        color: var(--navy-900);
        display: block;
        line-height: 1;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

    .bda-v2 .sc-box span {
        font-size: 8px;
        color: var(--text-muted);
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-top: 2px;
        display: block
    }

.bda-v2 .seminar-cta {
    width: 100%;
    padding: 9px;
    background: var(--navy-900);
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .2s;
    font-family: inherit
}

    .bda-v2 .seminar-cta:hover {
        background: var(--red);
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(230,57,70,0.3)
    }

.bda-v2 .coach-cta {
    background: linear-gradient(135deg,var(--navy-900),var(--navy-950));
    border-radius: 24px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center
}

    .bda-v2 .coach-cta::before {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 280px;
        height: 280px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.08
    }

.bda-v2 .coach-cta-inner {
    position: relative;
    max-width: 620px;
    margin: 0 auto
}

.bda-v2 .cct-stars {
    color: var(--yellow);
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 14px
}

.bda-v2 .coach-cta h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
    color: #fff;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .coach-cta p {
    font-size: 14px;
    color: #c8d4ec;
    line-height: 1.6;
    margin-bottom: 24px
}

.bda-v2 .coach-cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.bda-v2 .btn-link-w {
    color: var(--yellow);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all .15s
}

    .bda-v2 .btn-link-w:hover {
        color: #fff;
        transform: translateX(4px)
    }

.bda-v2 .success-section {
    background: var(--navy-950);
    color: #fff;
    position: relative;
    overflow: hidden
}

    .bda-v2 .success-section::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -100px;
        width: 380px;
        height: 380px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.05
    }

    .bda-v2 .success-section .section-head h2 {
        color: #fff
    }

    .bda-v2 .success-section .section-head .tagline {
        color: #c8d4ec
    }

.bda-v2 .success-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
    margin-top: 30px;
    position: relative
}

.bda-v2 .success-card {
    background: linear-gradient(180deg,var(--navy-800),var(--navy-900));
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--navy-700);
    transition: all .25s;
    cursor: pointer;
    position: relative
}

    .bda-v2 .success-card:hover {
        transform: translateY(-6px);
        border-color: var(--yellow);
        box-shadow: 0 20px 40px rgba(245,158,11,0.2)
    }

.bda-v2 .success-photo {
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg,var(--navy-700),var(--navy-900))
}

    .bda-v2 .success-photo .avatar {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 64px;
        font-weight: 800;
        color: rgba(255,255,255,0.15);
        font-family: 'Plus Jakarta Sans',sans-serif
    }

    .bda-v2 .success-photo .gradient {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,transparent 30%,rgba(5,15,36,0.9))
    }

    .bda-v2 .success-photo .rank {
        position: absolute;
        top: 12px;
        left: 12px;
        background: var(--yellow);
        color: var(--navy-950);
        padding: 4px 10px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.4px;
        z-index: 2
    }

    .bda-v2 .success-photo .play-mini {
        position: absolute;
        bottom: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: var(--red);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        z-index: 2;
        box-shadow: 0 8px 22px rgba(230,57,70,0.5);
        transition: all .2s
    }

.bda-v2 .success-card:hover .play-mini {
    transform: scale(1.1)
}

.bda-v2 .success-info {
    padding: 16px
}

    .bda-v2 .success-info .name {
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 2px;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

    .bda-v2 .success-info .achievement {
        font-size: 11px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
        letter-spacing: 0.3px
    }

    .bda-v2 .success-info .quote {
        font-size: 11px;
        color: #9aabd2;
        line-height: 1.5;
        font-style: italic
    }

.bda-v2 .success-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 -20px
}

.bda-v2 .s-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--navy-950);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    pointer-events: auto;
    transition: all .2s;
    box-shadow: 0 8px 20px rgba(245,158,11,0.4)
}

    .bda-v2 .s-arrow:hover {
        transform: scale(1.1)
    }

    .bda-v2 .s-arrow.left {
        margin-left: -22px
    }

    .bda-v2 .s-arrow.right {
        margin-right: -22px
    }

.bda-v2 .try-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);
    color: #fff;
    overflow: hidden
}

    .bda-v2 .try-section::before {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 340px;
        height: 340px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='white'/><polygon points='100,90 175,55 175,140 100,180' fill='white'/><polygon points='100,90 25,55 25,140 100,180' fill='white'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.07;
        animation: rotate 40s linear infinite
    }

    .bda-v2 .try-section::after {
        content: "";
        position: absolute;
        bottom: -40px;
        left: -40px;
        width: 200px;
        height: 200px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='white'/><polygon points='100,90 175,55 175,140 100,180' fill='white'/><polygon points='100,90 25,55 25,140 100,180' fill='white'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.05;
        animation: rotate 60s linear infinite reverse
    }

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.bda-v2 .try-content {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto
}

.bda-v2 .try-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px
}

.bda-v2 .try-section h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

    .bda-v2 .try-section h2 .accent {
        color: var(--yellow)
    }

.bda-v2 .try-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
    opacity: 0.92;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.bda-v2 .try-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.bda-v2 .btn-try-primary {
    background: #fff;
    color: var(--red);
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: all .2s;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2)
}

    .bda-v2 .btn-try-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.28)
    }

.bda-v2 .btn-try-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all .2s
}

    .bda-v2 .btn-try-outline:hover {
        background: #fff;
        color: var(--red)
    }

.bda-v2 .try-footnote {
    font-size: 12px;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.bda-v2 .process-section {
    background: var(--navy-50);
    position: relative;
    overflow: hidden
}

    .bda-v2 .process-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at 1px 1px,rgba(10,29,63,0.06) 1px,transparent 0);
        background-size: 24px 24px;
        pointer-events: none
    }

.bda-v2 .process-wrap {
    position: relative;
    margin-top: 50px
}

.bda-v2 .process-track {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0;
    position: relative
}

.bda-v2 .process-line {
    position: absolute;
    top: 62px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg,var(--navy-700) 0,var(--navy-700) 8px,transparent 8px,transparent 16px);
    z-index: 0
}

.bda-v2 .process-step {
    position: relative;
    text-align: center;
    padding: 0 12px
}

.bda-v2 .process-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--navy-700);
    color: var(--navy-900);
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    position: relative;
    z-index: 2;
    transition: all .25s
}

.bda-v2 .process-step:hover .process-num {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
    transform: scale(1.1);
    box-shadow: 0 10px 26px rgba(230,57,70,0.35)
}

.bda-v2 .process-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 16px;
    box-shadow: 0 8px 24px rgba(10,29,63,0.1);
    position: relative;
    z-index: 2;
    transition: all .25s
}

.bda-v2 .process-step:hover .process-icon {
    transform: translateY(-4px) rotate(-5deg);
    box-shadow: 0 16px 32px rgba(10,29,63,0.18)
}

.bda-v2 .process-step h4 {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy-900);
    margin-bottom: 6px;
    letter-spacing: -0.2px
}

.bda-v2 .process-step p {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.5
}

.bda-v2 .process-arrow {
    position: absolute;
    top: 60px;
    color: var(--red);
    font-size: 20px;
    font-weight: 800;
    z-index: 1
}

.bda-v2 .process-track.reveal-stagger .process-step {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)
}

.bda-v2 .process-track.reveal-stagger.in-view .process-step {
    opacity: 1;
    transform: translateY(0)
}

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(1) {
        transition-delay: 0s
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(2) {
        transition-delay: .15s
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(3) {
        transition-delay: .3s
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(4) {
        transition-delay: .45s
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(5) {
        transition-delay: .6s
    }

.bda-v2 .compare-section {
    background: #fff;
    padding: 90px 0
}

.bda-v2 .compare-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.bda-v2 .compare-vs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--navy-900);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    z-index: 5;
    box-shadow: 0 14px 30px rgba(10,29,63,0.3);
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .compare-card {
    padding: 36px 32px;
    border-radius: 22px;
    position: relative
}

    .bda-v2 .compare-card.classic {
        background: linear-gradient(180deg,#f4f7fc 0%,#e8edf5 100%);
        border: 2px solid var(--border)
    }

    .bda-v2 .compare-card.online {
        background: linear-gradient(180deg,var(--navy-900) 0%,var(--navy-950) 100%);
        color: #fff;
        border: 2px solid var(--navy-700);
        box-shadow: 0 24px 60px rgba(10,29,63,0.3)
    }

.bda-v2 .compare-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 14px
}

.bda-v2 .classic .compare-tag {
    background: #fff;
    color: var(--text-muted);
    border: 1px solid var(--border)
}

.bda-v2 .online .compare-tag {
    background: var(--yellow);
    color: var(--navy-950)
}

.bda-v2 .compare-card h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .classic h3 {
    color: var(--navy-900)
}

.bda-v2 .online h3 {
    color: #fff
}

.bda-v2 .compare-card .sub {
    font-size: 13px;
    margin-bottom: 24px
}

.bda-v2 .classic .sub {
    color: var(--text-muted)
}

.bda-v2 .online .sub {
    color: #c8d4ec
}

.bda-v2 .compare-list {
    list-style: none
}

    .bda-v2 .compare-list li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 12px 0;
        border-bottom: 1px solid;
        font-size: 14px;
        line-height: 1.5
    }

.bda-v2 .classic .compare-list li {
    border-color: rgba(10,29,63,0.08);
    color: var(--text-muted)
}

.bda-v2 .online .compare-list li {
    border-color: rgba(255,255,255,0.08);
    color: #e0e8f3
}

.bda-v2 .compare-list li:last-child {
    border-bottom: none
}

.bda-v2 .compare-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    margin-top: 2px
}

.bda-v2 .classic .compare-icon {
    background: rgba(10,29,63,0.06);
    color: var(--text-dim)
}

.bda-v2 .online .compare-icon {
    background: var(--green);
    color: #fff
}

.bda-v2 .online .compare-list li strong {
    color: var(--yellow)
}

.bda-v2 .compare-tabs {
    display: none
}

.bda-v2 .compare-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-muted);
    cursor: pointer;
    flex: 1;
    justify-content: center;
    letter-spacing: 0.3px;
    transition: color .25s;
    position: relative;
    z-index: 2
}

    .bda-v2 .compare-tab.active {
        color: #fff
    }

    .bda-v2 .compare-tab .ct-ico {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 800;
        background: rgba(10,29,63,0.08);
        color: var(--text-dim);
        transition: all .25s
    }

    .bda-v2 .compare-tab.active .ct-ico {
        background: rgba(255,255,255,0.25);
        color: #fff
    }

.bda-v2 .compare-list li {
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity .5s ease,transform .5s ease
}

.bda-v2 .compare-section.in-view .compare-list li {
    opacity: 1;
    transform: translateX(0)
}

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(1) {
        transition-delay: .05s
    }

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(2) {
        transition-delay: .12s
    }

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(3) {
        transition-delay: .19s
    }

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(4) {
        transition-delay: .26s
    }

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(5) {
        transition-delay: .33s
    }

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(6) {
        transition-delay: .4s
    }

    .bda-v2 .compare-section.in-view .compare-list li:nth-child(7) {
        transition-delay: .47s
    }

.bda-v2 .blog-section {
    background: linear-gradient(180deg,var(--navy-50) 0%,#fff 100%)
}

.bda-v2 .blog-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px
}

.bda-v2 .blog-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all .25s;
    background: #fff;
    box-shadow: 0 6px 22px rgba(10,29,63,0.07)
}

    .bda-v2 .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 44px rgba(10,29,63,0.15)
    }

.bda-v2 .blog-featured {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg,var(--navy-800),var(--navy-950));
    color: #fff;
    min-height: 520px
}

    .bda-v2 .blog-featured .visual {
        flex: 1;
        background: linear-gradient(135deg,var(--red) 0%,var(--yellow) 100%);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 90px;
        color: rgba(255,255,255,0.2)
    }

        .bda-v2 .blog-featured .visual::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg,transparent 50%,rgba(5,15,36,0.6))
        }

    .bda-v2 .blog-featured .body {
        padding: 30px 28px
    }

    .bda-v2 .blog-featured .meta {
        display: flex;
        gap: 14px;
        font-size: 11px;
        color: var(--yellow);
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
        text-transform: uppercase
    }

    .bda-v2 .blog-featured h3 {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.25;
        color: #fff;
        margin-bottom: 12px;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

    .bda-v2 .blog-featured p {
        font-size: 13px;
        color: #9aabd2;
        line-height: 1.6;
        margin-bottom: 20px
    }

.bda-v2 .blog-read-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: gap .2s
}

    .bda-v2 .blog-read-link:hover {
        gap: 14px
    }

.bda-v2 .blog-card.regular .visual {
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(255,255,255,0.25);
    position: relative
}

.bda-v2 .blog-card.regular .body {
    padding: 20px 22px 24px
}

.bda-v2 .blog-card.regular .cat-pill {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px
}

.bda-v2 .blog-card.regular .meta {
    display: flex;
    gap: 14px;
    font-size: 11px;
    color: var(--text-dim);
    font-weight: 600;
    margin-bottom: 8px
}

.bda-v2 .blog-card.regular h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--navy-900);
    margin-bottom: 8px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.2px
}

.bda-v2 .blog-card.regular p {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 12px
}

.bda-v2 .blog-card.regular .read {
    font-size: 11px;
    color: var(--red);
    font-weight: 800;
    letter-spacing: 0.5px
}

.bda-v2 .footer {
    background: var(--navy-950);
    color: #c8d4ec;
    padding: 64px 0 0;
    font-size: 14px;
    position: relative;
    overflow: hidden
}

    .bda-v2 .footer::before {
        content: "";
        position: absolute;
        left: -100px;
        bottom: -100px;
        width: 380px;
        height: 380px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.04
    }

    .bda-v2 .footer .container {
        position: relative
    }

.bda-v2 .footer-cta {
    background: linear-gradient(135deg,var(--navy-800),var(--navy-700));
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    border: 1px solid var(--navy-600);
    box-shadow: 0 14px 40px rgba(0,0,0,0.3)
}

.bda-v2 .footer-cta-text h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.3px
}

.bda-v2 .footer-cta-text p {
    font-size: 13px;
    color: #9aabd2
}

.bda-v2 .footer-newsletter {
    display: flex;
    gap: 8px;
    flex: 1;
    max-width: 440px;
    min-width: 280px
}

    .bda-v2 .footer-newsletter input {
        flex: 1;
        padding: 13px 16px;
        border: 1px solid var(--navy-600);
        background: rgba(0,0,0,0.25);
        color: #fff;
        border-radius: 8px;
        font-size: 13px;
        font-family: inherit
    }

        .bda-v2 .footer-newsletter input::placeholder {
            color: #7a8bb6
        }

    .bda-v2 .footer-newsletter button {
        padding: 13px 22px;
        background: var(--yellow);
        color: var(--navy-950);
        border-radius: 8px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.5px;
        transition: all .2s
    }

        .bda-v2 .footer-newsletter button:hover {
            background: #ffc857;
            transform: translateY(-1px)
        }

.bda-v2 .footer-cols {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 44px;
    padding-bottom: 36px
}

    .bda-v2 .footer-cols h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 20px;
        letter-spacing: -0.2px;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

.bda-v2 .footer-about p {
    line-height: 1.8;
    color: #9aabd2;
    margin-bottom: 20px;
    font-size: 14px
}

.bda-v2 .footer-about .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #9aabd2
}

    .bda-v2 .footer-about .contact-item .ico {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: var(--navy-800);
        color: var(--yellow);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 13px
    }

.bda-v2 .footer-list ul li {
    line-height: 2.2;
    font-size: 13px
}

    .bda-v2 .footer-list ul li a {
        color: #9aabd2;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all .15s
    }

        .bda-v2 .footer-list ul li a::before {
            content: "›";
            color: var(--yellow);
            font-weight: 800
        }

        .bda-v2 .footer-list ul li a:hover {
            color: #fff;
            padding-left: 4px
        }

.bda-v2 .footer-social-block .socials {
    display: flex;
    gap: 9px;
    margin-bottom: 20px
}

.bda-v2 .socials a {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden
}

    .bda-v2 .socials a svg {
        width: 16px;
        height: 16px;
        transition: transform .25s
    }

    .bda-v2 .socials a:hover {
        transform: translateY(-4px) scale(1.06);
        box-shadow: 0 10px 22px rgba(0,0,0,0.5)
    }

        .bda-v2 .socials a:hover svg {
            transform: scale(1.12)
        }

.bda-v2 .socials .fs-yt {
    background: #FF0000;
    border-color: rgba(255,0,0,0.5)
}

.bda-v2 .socials .fs-ig {
    background: linear-gradient(45deg,#feda75 0%,#fa7e1e 25%,#d62976 50%,#962fbf 75%,#4f5bd5 100%);
    border-color: rgba(214,41,118,0.5)
}

.bda-v2 .socials .fs-fb {
    background: #1877F2;
    border-color: rgba(24,119,242,0.5)
}

.bda-v2 .socials .fs-x {
    background: #000;
    border-color: rgba(255,255,255,0.2)
}

.bda-v2 .socials .fs-wa {
    background: #25D366;
    border-color: rgba(37,211,102,0.5)
}

.bda-v2 .footer-social-block .socials a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all .2s
}

    .bda-v2 .footer-social-block .socials a:hover {
        transform: translateY(-3px)
    }

.bda-v2 .s-yt {
    background: var(--red)
}

.bda-v2 .s-ig {
    background: linear-gradient(135deg,#f09433 0%,#dc2743 50%,#bc1888 100%)
}

.bda-v2 .s-fb {
    background: var(--blue)
}

.bda-v2 .s-tw {
    background: #000
}

    .bda-v2 .s-yt:hover, .bda-v2 .s-ig:hover, .bda-v2 .s-fb:hover, .bda-v2 .s-tw:hover {
        box-shadow: 0 8px 22px rgba(0,0,0,0.3)
    }

.bda-v2 .footer-social-block .app-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px
}

.bda-v2 .app-btn {
    background: #000;
    border: 1px solid var(--navy-700);
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #fff;
    transition: all .2s
}

    .bda-v2 .app-btn:hover {
        transform: translateY(-2px);
        background: var(--navy-800)
    }

    .bda-v2 .app-btn .store-ico {
        font-size: 20px
    }

    .bda-v2 .app-btn .store-text small {
        display: block;
        color: #9aabd2;
        font-size: 9px;
        line-height: 1
    }

    .bda-v2 .app-btn .store-text strong {
        font-size: 12px;
        letter-spacing: 0.3px
    }

.bda-v2 .footer-bottom {
    border-top: 1px solid var(--navy-800);
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dim);
    font-size: 12px;
    flex-wrap: wrap;
    gap: 14px
}

    .bda-v2 .footer-bottom .legal {
        display: flex;
        gap: 22px
    }

        .bda-v2 .footer-bottom .legal a {
            transition: color .2s
        }

            .bda-v2 .footer-bottom .legal a:hover {
                color: var(--yellow)
            }

.bda-v2 .payment-row {
    display: flex;
    gap: 8px;
    align-items: center
}

    .bda-v2 .payment-row .pay-badge {
        background: rgba(255,255,255,0.06);
        border: 1px solid var(--navy-700);
        padding: 5px 11px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #c8d4ec
    }

    .bda-v2 .payment-row .iyzico {
        background: var(--blue);
        border-color: var(--blue);
        color: #fff
    }

@media (max-width:1024px) {
    .bda-v2 .hero {
        padding: 60px 0 80px
    }

        .bda-v2 .hero h1 {
            font-size: 38px
        }

    .bda-v2 .hero-slide {
        gap: 40px
    }

    .bda-v2 .hero-floating {
        font-size: 11px;
        padding: 10px 14px
    }

        .bda-v2 .hero-floating.tl {
            top: 14px;
            left: 12px
        }

        .bda-v2 .hero-floating.br {
            bottom: 18px;
            right: 12px
        }

    .bda-v2 .grid-pkg, .bda-v2 .grid-features {
        grid-template-columns: repeat(2,1fr)
    }

    .bda-v2 .success-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .bda-v2 .process-track {
        grid-template-columns: repeat(5,1fr);
        gap: 8px
    }

    .bda-v2 .blog-grid {
        grid-template-columns: 1fr 1fr
    }

    .bda-v2 .blog-featured {
        grid-row: span 1
    }

    .bda-v2 .coach-hero {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .bda-v2 .coach-values {
        grid-template-columns: repeat(2,1fr)
    }

    .bda-v2 .seminars-grid {
        grid-template-columns: 1fr 1fr
    }

    .bda-v2 .seminar-card:nth-child(3) {
        grid-column: span 2
    }
}

@media (max-width:768px) {
    .bda-v2 .topbar-center {
        display: none
    }
}

.bda-v2 .topbar {
    padding: 10px 0
}

    .bda-v2 .topbar .container {
        max-width: 1240px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px
    }

.bda-v2 .topbar-left {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    flex: 0 0 auto
}

    .bda-v2 .topbar-left a {
        font-size: 12.5px;
        letter-spacing: 0.2px
    }

.bda-v2 .topbar-center {
    flex: 1;
    text-align: center;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 0 12px
}

    .bda-v2 .topbar-center strong {
        font-weight: 800;
        color: var(--yellow)
    }

.bda-v2 .topbar-social {
    display: flex;
    gap: 7px;
    flex: 0 0 auto
}

    .bda-v2 .topbar-social a {
        width: 28px;
        height: 28px;
        border-radius: 7px;
        background: rgba(255,255,255,0.06);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .22s;
        border: 1px solid rgba(255,255,255,0.04)
    }

        .bda-v2 .topbar-social a:hover {
            transform: translateY(-2px);
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.18)
        }

        .bda-v2 .topbar-social a svg {
            width: 14px;
            height: 14px;
            transition: transform .22s
        }

        .bda-v2 .topbar-social a:hover svg {
            transform: scale(1.15)
        }

    .bda-v2 .topbar-social .ts-yt:hover {
        background: #FF0000;
        border-color: #FF0000
    }

    .bda-v2 .topbar-social .ts-ig:hover {
        background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
        border-color: transparent
    }

    .bda-v2 .topbar-social .ts-fb:hover {
        background: #1877F2;
        border-color: #1877F2
    }

    .bda-v2 .topbar-social .ts-x:hover {
        background: #000;
        border-color: #000
    }

    .bda-v2 .topbar-social .ts-wa:hover {
        background: #25D366;
        border-color: #25D366
    }

.bda-v2 .promo-bar {
    background: linear-gradient(90deg,#0a1d3f 0%,#a82230 35%,#E63946 65%,#F59E0B 100%);
    background-size: 200% 100%;
    animation: promoShift 8s linear infinite;
    color: #fff;
    padding: 11px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

@keyframes promoShift {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 200% 0%
    }
}

.bda-v2 .promo-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%,rgba(255,255,255,0.12) 0%,transparent 30%);
    pointer-events: none
}

.bda-v2 .promo-bar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 60%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
    animation: promoShine 4s ease-in-out infinite;
    pointer-events: none
}

@keyframes promoShine {
    0%,30% {
        left: -60%
    }

    70%,100% {
        left: 120%
    }
}

.bda-v2 .promo-bar .container {
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap
}

.bda-v2 .promo-fire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    animation: fireDance 1.2s ease-in-out infinite
}

@keyframes fireDance {
    0%,100% {
        transform: rotate(-8deg) scale(1)
    }

    50% {
        transform: rotate(8deg) scale(1.15)
    }
}

.bda-v2 .promo-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    line-height: 1.4
}

    .bda-v2 .promo-text strong {
        font-weight: 900;
        color: #FFE45C;
        background: rgba(0,0,0,0.18);
        padding: 2px 8px;
        border-radius: 5px;
        margin: 0 2px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.2)
    }

.bda-v2 .promo-countdown {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: rgba(0,0,0,0.22);
    padding: 5px 10px;
    border-radius: 6px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: 0.4px;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.15)
}

    .bda-v2 .promo-countdown .dot {
        width: 6px;
        height: 6px;
        background: #FFE45C;
        border-radius: 50%;
        animation: pulse 1.2s infinite;
        box-shadow: 0 0 8px #FFE45C
    }

.bda-v2 .promo-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #a82230;
    padding: 7px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    transition: all .2s;
    text-transform: uppercase;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2)
}

    .bda-v2 .promo-cta:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
        background: #FFE45C
    }

    .bda-v2 .promo-cta .arrow {
        transition: transform .2s
    }

    .bda-v2 .promo-cta:hover .arrow {
        transform: translateX(3px)
    }

.bda-v2 .promo-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: all .2s;
    line-height: 1
}

    .bda-v2 .promo-close:hover {
        background: rgba(255,255,255,0.25);
        transform: translateY(-50%) rotate(90deg)
    }

.bda-v2 .burger-btn {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border-radius: 9px;
    transition: background .15s
}

    .bda-v2 .burger-btn:hover {
        background: var(--navy-50)
    }

    .bda-v2 .burger-btn .bar {
        width: 24px;
        height: 2.5px;
        background: var(--navy-900);
        border-radius: 2px;
        transition: all .25s;
        transform-origin: center
    }

    .bda-v2 .burger-btn.active .bar:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg)
    }

    .bda-v2 .burger-btn.active .bar:nth-child(2) {
        opacity: 0;
        transform: scaleX(0)
    }

    .bda-v2 .burger-btn.active .bar:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg)
    }

.bda-v2 .drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(5,15,36,0.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 998
}

    .bda-v2 .drawer-backdrop.show {
        opacity: 1;
        visibility: visible
    }

.bda-v2 .mobile-drawer {
    position: fixed;
    top: 0;
    right: -380px;
    width: 340px;
    max-width: 88vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transition: right .35s cubic-bezier(.22,1,.36,1);
    box-shadow: -20px 0 60px rgba(5,15,36,0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

    .bda-v2 .mobile-drawer.open {
        right: 0
    }

.bda-v2 .md-header {
    padding: 18px 22px;
    background: linear-gradient(135deg,var(--navy-900),var(--navy-800));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

    .bda-v2 .md-header::before {
        content: "";
        position: absolute;
        top: -30px;
        right: -30px;
        width: 120px;
        height: 120px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.1;
        transform: rotate(15deg);
        pointer-events: none
    }

.bda-v2 .md-logo {
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    z-index: 2
}

    .bda-v2 .md-logo svg {
        width: 42px;
        height: 42px
    }

.bda-v2 .md-logo-text {
    line-height: 1.15
}

    .bda-v2 .md-logo-text .brand {
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 0.4px;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

    .bda-v2 .md-logo-text .domain {
        font-size: 10px;
        color: #c8d4ec;
        font-weight: 500;
        margin-top: 2px
    }

.bda-v2 .md-close {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all .2s;
    position: relative;
    z-index: 2
}

    .bda-v2 .md-close:hover {
        background: rgba(255,255,255,0.2);
        transform: rotate(90deg)
    }

.bda-v2 .md-auth {
    padding: 18px 18px 14px;
    background: linear-gradient(180deg,var(--navy-800),var(--navy-900));
    border-bottom: 1px solid rgba(255,255,255,0.08)
}

.bda-v2 .md-auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
}

.bda-v2 .md-auth-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 10px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all .25s;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: inherit
}

    .bda-v2 .md-auth-btn .ma-ico {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        transition: transform .2s
    }

    .bda-v2 .md-auth-btn:hover .ma-ico {
        transform: scale(1.1) rotate(-8deg)
    }

    .bda-v2 .md-auth-btn.login {
        background: rgba(255,255,255,0.08);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.15)
    }

        .bda-v2 .md-auth-btn.login:hover {
            background: rgba(255,255,255,0.14);
            border-color: rgba(255,255,255,0.3)
        }

        .bda-v2 .md-auth-btn.login .ma-ico {
            background: linear-gradient(135deg,#fff,#e8edf5);
            color: var(--navy-900)
        }

    .bda-v2 .md-auth-btn.register {
        background: linear-gradient(135deg,var(--red),var(--red-dark));
        color: #fff;
        box-shadow: 0 8px 20px rgba(230,57,70,0.4);
        position: relative
    }

        .bda-v2 .md-auth-btn.register::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
            transform: translateX(-100%);
            transition: transform .8s
        }

        .bda-v2 .md-auth-btn.register:hover::before {
            transform: translateX(100%)
        }

        .bda-v2 .md-auth-btn.register .ma-ico {
            background: rgba(255,255,255,0.18);
            color: #fff;
            backdrop-filter: blur(10px)
        }

        .bda-v2 .md-auth-btn.register .ma-badge {
            position: absolute;
            top: 5px;
            right: 6px;
            background: var(--yellow);
            color: var(--navy-900);
            font-size: 8px;
            font-weight: 900;
            letter-spacing: 0.3px;
            padding: 2px 5px;
            border-radius: 4px;
            text-transform: uppercase
        }

.bda-v2 .md-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0
}

.bda-v2 .md-section-label {
    padding: 14px 22px 8px;
    font-size: 10px;
    font-weight: 800;
    color: var(--text-dim);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .md-link {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 22px;
    color: var(--navy-900);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.1px;
    transition: all .15s;
    border-left: 3px solid transparent;
    font-family: 'Plus Jakarta Sans',sans-serif
}

    .bda-v2 .md-link:hover {
        background: var(--navy-50);
        border-left-color: var(--red);
        padding-left: 26px
    }

    .bda-v2 .md-link.has-sub {
        justify-content: space-between
    }

    .bda-v2 .md-link .ml-ico {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        flex-shrink: 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1)
    }

    .bda-v2 .md-link .ml-text {
        flex: 1;
        line-height: 1.2
    }

        .bda-v2 .md-link .ml-text small {
            display: block;
            font-size: 10px;
            color: var(--text-muted);
            font-weight: 600;
            margin-top: 2px;
            letter-spacing: 0;
            text-transform: none;
            font-family: 'Inter',sans-serif
        }

    .bda-v2 .md-link .ml-caret {
        font-size: 14px;
        color: var(--text-dim);
        transition: transform .25s;
        font-weight: 600
    }

    .bda-v2 .md-link.expanded .ml-caret {
        transform: rotate(180deg);
        color: var(--red)
    }

.bda-v2 .md-sub {
    max-height: 0;
    overflow: hidden;
    background: var(--navy-50);
    transition: max-height .35s ease
}

    .bda-v2 .md-sub.show {
        max-height: 500px
    }

.bda-v2 .md-sub-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 22px 11px 65px;
    color: var(--navy-700);
    font-size: 13px;
    font-weight: 600;
    transition: all .15s
}

    .bda-v2 .md-sub-link:hover {
        color: var(--red);
        padding-left: 70px;
        background: rgba(230,57,70,0.04)
    }

    .bda-v2 .md-sub-link .mls-dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--text-dim);
        transition: background .15s;
        flex-shrink: 0
    }

    .bda-v2 .md-sub-link:hover .mls-dot {
        background: var(--red)
    }

.bda-v2 .md-footer {
    padding: 16px 22px;
    background: var(--navy-50);
    border-top: 1px solid var(--border);
    flex-shrink: 0
}

.bda-v2 .md-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px
}

.bda-v2 .md-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--navy-900);
    transition: all .2s;
    font-size: 13px;
    font-weight: 700
}

    .bda-v2 .md-contact-item:hover {
        border-color: var(--red);
        transform: translateX(3px);
        box-shadow: 0 6px 14px rgba(10,29,63,0.05)
    }

    .bda-v2 .md-contact-item .mc-ico {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0
    }

    .bda-v2 .md-contact-item.phone .mc-ico {
        background: linear-gradient(135deg,var(--red),var(--red-dark))
    }

    .bda-v2 .md-contact-item.email .mc-ico {
        background: linear-gradient(135deg,var(--blue),var(--blue-dark))
    }

    .bda-v2 .md-contact-item .mc-text {
        flex: 1;
        line-height: 1.2
    }

        .bda-v2 .md-contact-item .mc-text small {
            display: block;
            font-size: 9px;
            color: var(--text-muted);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            margin-bottom: 1px;
            font-family: 'Plus Jakarta Sans',sans-serif
        }

.bda-v2 .md-social {
    display: flex;
    justify-content: center;
    gap: 9px
}

    .bda-v2 .md-social a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid var(--border);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .25s
    }

        .bda-v2 .md-social a:hover {
            transform: translateY(-3px)
        }

        .bda-v2 .md-social a svg {
            width: 16px;
            height: 16px;
            transition: all .2s
        }

    .bda-v2 .md-social .ms-yt:hover {
        background: #FF0000;
        border-color: #FF0000
    }

        .bda-v2 .md-social .ms-yt:hover svg {
            filter: brightness(0) invert(1)
        }

    .bda-v2 .md-social .ms-ig:hover {
        background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
        border-color: transparent
    }

        .bda-v2 .md-social .ms-ig:hover svg {
            filter: brightness(0) invert(1)
        }

    .bda-v2 .md-social .ms-fb:hover {
        background: #1877F2;
        border-color: #1877F2
    }

        .bda-v2 .md-social .ms-fb:hover svg {
            filter: brightness(0) invert(1)
        }

    .bda-v2 .md-social .ms-x:hover {
        background: #000;
        border-color: #000
    }

        .bda-v2 .md-social .ms-x:hover svg {
            filter: brightness(0) invert(1)
        }

    .bda-v2 .md-social .ms-wa:hover {
        background: #25D366;
        border-color: #25D366
    }

        .bda-v2 .md-social .ms-wa:hover svg {
            filter: brightness(0) invert(1)
        }

.bda-v2 .cart-drawer {
    position: fixed;
    top: 0;
    right: -440px;
    width: 400px;
    max-width: 92vw;
    height: 100vh;
    background: #f9fafc;
    z-index: 999;
    transition: right .35s cubic-bezier(.22,1,.36,1);
    box-shadow: -20px 0 60px rgba(5,15,36,0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

    .bda-v2 .cart-drawer.open {
        right: 0
    }

.bda-v2 .cd-header {
    padding: 18px 22px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0
}

.bda-v2 .cd-title {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy-900);
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.3px
}

    .bda-v2 .cd-title .cd-ico {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: linear-gradient(135deg,var(--red),var(--red-dark));
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        box-shadow: 0 6px 14px rgba(230,57,70,0.25);
        position: relative
    }

    .bda-v2 .cd-title .cd-count {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--yellow);
        color: var(--navy-900);
        font-size: 10px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        font-family: 'Plus Jakarta Sans',sans-serif
    }

.bda-v2 .cd-title-text small {
    display: block;
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 2px;
    letter-spacing: 0.2px;
    font-family: 'Inter',sans-serif
}

.bda-v2 .cd-close {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--navy-50);
    border: 1px solid var(--border);
    color: var(--navy-900);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all .2s
}

    .bda-v2 .cd-close:hover {
        background: var(--navy-900);
        color: #fff;
        transform: rotate(90deg)
    }

.bda-v2 .cd-body {
    flex: 1;
    overflow-y: auto;
    padding: 14px
}

.bda-v2 .cart-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 13px;
    display: flex;
    gap: 11px;
    margin-bottom: 10px;
    transition: all .2s;
    position: relative
}

    .bda-v2 .cart-item:hover {
        border-color: var(--navy-700);
        box-shadow: 0 6px 16px rgba(10,29,63,0.05)
    }

.bda-v2 .ci-visual {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12)
}

.bda-v2 .ci-info {
    flex: 1;
    line-height: 1.3;
    min-width: 0
}

.bda-v2 .ci-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy-900);
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.2px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bda-v2 .ci-meta {
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.1px
}

.bda-v2 .ci-price-row {
    display: flex;
    align-items: center;
    gap: 8px
}

.bda-v2 .ci-old-price {
    font-size: 11px;
    color: var(--text-dim);
    text-decoration: line-through;
    font-weight: 600
}

.bda-v2 .ci-price {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy-900);
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.3px
}

.bda-v2 .ci-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: transparent;
    border: none;
    color: var(--text-dim);
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s
}

    .bda-v2 .ci-remove:hover {
        background: #fef2f2;
        color: var(--error)
    }

.bda-v2 .cd-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px;
    display: none
}

    .bda-v2 .cd-empty.show {
        display: flex
    }

.bda-v2 .cd-empty-ico {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--navy-50);
    color: var(--text-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 18px;
    border: 3px dashed var(--border);
    position: relative
}

    .bda-v2 .cd-empty-ico::after {
        content: "";
        position: absolute;
        inset: -12px;
        border: 2px dashed rgba(230,57,70,0.15);
        border-radius: 50%;
        animation: spin 16s linear infinite
    }

.bda-v2 .cd-empty h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy-900);
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.3px;
    margin-bottom: 7px
}

.bda-v2 .cd-empty p {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 18px;
    max-width: 240px
}

.bda-v2 .cd-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 20px;
    background: var(--red);
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    transition: all .2s;
    text-decoration: none;
    font-family: inherit;
    border: none;
    cursor: pointer
}

    .bda-v2 .cd-empty-btn:hover {
        background: var(--red-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(230,57,70,0.35)
    }

.bda-v2 .cd-footer {
    background: #fff;
    border-top: 1px solid var(--border);
    padding: 16px 18px;
    flex-shrink: 0;
    box-shadow: 0 -8px 24px rgba(10,29,63,0.04)
}

.bda-v2 .cd-summary {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px
}

.bda-v2 .cd-sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 600
}

    .bda-v2 .cd-sum-row.discount {
        color: var(--green)
    }

    .bda-v2 .cd-sum-row .value {
        color: var(--navy-900);
        font-weight: 800;
        font-family: 'Plus Jakarta Sans',sans-serif;
        font-variant-numeric: tabular-nums
    }

    .bda-v2 .cd-sum-row.discount .value {
        color: var(--green)
    }

    .bda-v2 .cd-sum-row.total {
        padding-top: 10px;
        border-top: 1px dashed var(--border);
        margin-top: 5px
    }

        .bda-v2 .cd-sum-row.total .label {
            font-size: 13px;
            font-weight: 800;
            color: var(--navy-900);
            font-family: 'Plus Jakarta Sans',sans-serif
        }

        .bda-v2 .cd-sum-row.total .value {
            font-size: 22px;
            font-weight: 800;
            color: var(--navy-900);
            letter-spacing: -0.6px
        }

            .bda-v2 .cd-sum-row.total .value .currency {
                font-size: 14px;
                color: var(--text-muted);
                font-weight: 700;
                margin-left: 3px
            }

.bda-v2 .cd-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px
}

.bda-v2 .cd-btn {
    padding: 14px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    border: none;
    font-family: inherit;
    text-align: center
}

    .bda-v2 .cd-btn.checkout {
        background: linear-gradient(135deg,var(--red),var(--red-dark));
        color: #fff;
        box-shadow: 0 10px 24px rgba(230,57,70,0.35);
        position: relative;
        overflow: hidden
    }

        .bda-v2 .cd-btn.checkout::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);
            transform: translateX(-100%);
            transition: transform .8s
        }

        .bda-v2 .cd-btn.checkout:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(230,57,70,0.45)
        }

            .bda-v2 .cd-btn.checkout:hover::before {
                transform: translateX(100%)
            }

    .bda-v2 .cd-btn.continue {
        background: #fff;
        color: var(--navy-900);
        border: 1.5px solid var(--border);
        box-shadow: none
    }

        .bda-v2 .cd-btn.continue:hover {
            border-color: var(--navy-700);
            background: var(--navy-50)
        }

.bda-v2 .cd-trust {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid var(--border);
    flex-wrap: wrap
}

.bda-v2 .cd-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 9px;
    color: var(--text-muted);
    font-weight: 700;
    letter-spacing: 0.4px
}

    .bda-v2 .cd-trust-item .ico {
        color: var(--green);
        font-size: 11px
    }

.bda-v2 .cart-btn .badge {
    transition: transform .25s
}

.bda-v2 .cart-btn.bump .badge {
    animation: cartBump 0.4s ease
}

@keyframes cartBump {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.35);
        background: var(--yellow)
    }
}

.bda-v2 .hero-media-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg,var(--navy-800) 0%,var(--navy-900) 100%);
    box-shadow: 0 30px 80px rgba(5,15,36,0.4);
    cursor: pointer
}

    .bda-v2 .hero-media-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><polygon points='100,20 175,55 100,90 25,55' fill='%232196F3'/><polygon points='100,90 175,55 175,140 100,180' fill='%23E63946'/><polygon points='100,90 25,55 25,140 100,180' fill='%23F59E0B'/></svg>");
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.07;
        transition: all .5s
    }

    .bda-v2 .hero-media-card:hover::before {
        opacity: 0.12;
        transform: scale(1.05) rotate(5deg)
    }

    .bda-v2 .hero-media-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 30% 30%,rgba(33,150,243,0.15),transparent 50%),radial-gradient(circle at 70% 70%,rgba(245,158,11,0.12),transparent 50%);
        pointer-events: none
    }

.bda-v2 .hmc-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 30px;
    z-index: 3
}

.bda-v2 .hmc-play {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all .3s;
    border: 2px solid rgba(255,255,255,0.3);
    position: relative
}

    .bda-v2 .hmc-play::before {
        content: "";
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,0.15);
        animation: playRipple 2.4s ease-out infinite
    }

@keyframes playRipple {
    0% {
        transform: scale(1);
        opacity: 0.7
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.bda-v2 .hero-media-card:hover .hmc-play {
    transform: scale(1.1);
    background: rgba(255,255,255,0.28);
    border-color: rgba(255,255,255,0.5)
}

.bda-v2 .hmc-play .play-tri {
    margin-left: 6px;
    color: #fff;
    font-size: 24px
}

.bda-v2 .hmc-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Plus Jakarta Sans',sans-serif
}

.bda-v2 .hmc-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    font-family: 'Plus Jakarta Sans',sans-serif;
    letter-spacing: -0.3px;
    line-height: 1.3;
    max-width: 280px;
    margin-bottom: 6px
}

.bda-v2 .hmc-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    line-height: 1.5;
    max-width: 240px
}

.bda-v2 .hmc-duration {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 4;
    font-family: 'Plus Jakarta Sans',sans-serif
}

    .bda-v2 .hmc-duration::before {
        content: "";
        width: 6px;
        height: 6px;
        background: var(--red);
        border-radius: 50%;
        animation: pulse 1.6s infinite
    }

.bda-v2 .hero-floating-v {
    position: absolute;
    background: #fff;
    border-radius: 13px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 18px 40px rgba(5,15,36,0.18);
    z-index: 5
}

    .bda-v2 .hero-floating-v.tl {
        top: -14px;
        left: -18px;
        animation: floatA 6s ease-in-out infinite
    }

    .bda-v2 .hero-floating-v.br {
        bottom: -14px;
        right: -18px;
        animation: floatB 7s ease-in-out infinite
    }

    .bda-v2 .hero-floating-v .hfv-ico {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
        color: #fff;
        font-weight: 800
    }

    .bda-v2 .hero-floating-v .hfv-text {
        line-height: 1.2
    }

        .bda-v2 .hero-floating-v .hfv-text strong {
            display: block;
            font-size: 13px;
            font-weight: 800;
            color: var(--navy-900);
            font-family: 'Plus Jakarta Sans',sans-serif;
            letter-spacing: -0.2px
        }

        .bda-v2 .hero-floating-v .hfv-text span {
            font-size: 10px;
            color: var(--text-muted);
            font-weight: 600
        }

@media (max-width:1024px) {
    .bda-v2 .hero {
        padding: 40px 0 70px
    }

    .bda-v2 .hero-track {
        position: relative;
        min-height: auto
    }

    .bda-v2 .hero-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 28px;
        transform: translateX(20px)
    }

        .bda-v2 .hero-slide.active {
            position: relative;
            transform: translateX(0)
        }

        .bda-v2 .hero-slide.prev {
            transform: translateX(-20px)
        }

    .bda-v2 .hero-content {
        padding-top: 0;
        text-align: center
    }

    .bda-v2 .hero-actions {
        justify-content: center;
        flex-wrap: wrap
    }

    .bda-v2 .hero h1 {
        font-size: 34px;
        line-height: 1.18
    }

    .bda-v2 .hero-content p {
        font-size: 14px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto
    }

    .bda-v2 .hero-badge {
        margin: 0 auto
    }

    .bda-v2 .hero-media-wrap {
        max-width: 520px;
        margin: 0 auto;
        width: 100%
    }

    .bda-v2 .hero-arrow {
        display: flex;
        width: 36px;
        height: 36px;
        font-size: 22px;
        top: auto;
        bottom: 14px
    }

        .bda-v2 .hero-arrow.left {
            left: 30%
        }

        .bda-v2 .hero-arrow.right {
            right: 30%
        }

    .bda-v2 .hero-dots {
        position: relative;
        bottom: auto;
        margin-top: 24px;
        justify-content: center
    }
}

@media (max-width:768px) {
    .bda-v2 .hero {
        padding: 28px 0 64px
    }

        .bda-v2 .hero h1 {
            font-size: 26px;
            letter-spacing: -0.6px
        }

    .bda-v2 .hero-content p {
        font-size: 13px;
        line-height: 1.6
    }

    .bda-v2 .hero-badge {
        font-size: 10px;
        padding: 6px 12px
    }

    .bda-v2 .hero-actions .btn {
        font-size: 13px;
        padding: 11px 18px;
        flex: 1;
        max-width: 200px
    }

    .bda-v2 .hero-floating {
        display: none
    }

    .bda-v2 .hero-floating-v {
        padding: 7px 10px;
        border-radius: 10px
    }

        .bda-v2 .hero-floating-v.tl {
            top: -6px;
            left: 6px
        }

        .bda-v2 .hero-floating-v.br {
            bottom: -6px;
            right: 6px
        }

        .bda-v2 .hero-floating-v .hfv-ico {
            width: 26px;
            height: 26px;
            font-size: 13px;
            border-radius: 7px
        }

        .bda-v2 .hero-floating-v .hfv-text strong {
            font-size: 10px
        }

        .bda-v2 .hero-floating-v .hfv-text span {
            font-size: 8px
        }

    .bda-v2 .hero-arrow.left {
        left: 22%
    }

    .bda-v2 .hero-arrow.right {
        right: 22%
    }

    .bda-v2 .header .container {
        padding: 11px 14px
    }

    .bda-v2 .logo {
        gap: 9px
    }

        .bda-v2 .logo svg {
            width: 42px;
            height: 42px
        }

        .bda-v2 .logo .brand {
            font-size: 15px;
            letter-spacing: 0.3px
        }

        .bda-v2 .logo .domain {
            font-size: 9px;
            margin-top: 1px
        }

    .bda-v2 .header-actions {
        gap: 5px
    }

    .bda-v2 .cart-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
        position: relative
    }

        .bda-v2 .cart-btn .badge {
            width: 16px;
            height: 16px;
            font-size: 9px;
            top: -3px;
            right: -3px
        }

    .bda-v2 .burger-btn {
        width: 38px;
        height: 38px;
        padding: 8px;
        gap: 4px
    }

        .bda-v2 .burger-btn .bar {
            width: 20px;
            height: 2px
        }

        .bda-v2 .burger-btn.active .bar:nth-child(1) {
            transform: translateY(6px) rotate(45deg)
        }

        .bda-v2 .burger-btn.active .bar:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg)
        }

    .bda-v2 .mobile-drawer {
        width: 100%;
        max-width: 100vw
    }

    .bda-v2 .md-header {
        padding: 14px 18px
    }

    .bda-v2 .md-logo svg {
        width: 38px;
        height: 38px
    }

    .bda-v2 .md-logo-text .brand {
        font-size: 14px
    }

    .bda-v2 .md-logo-text .domain {
        font-size: 9px
    }

    .bda-v2 .md-close {
        width: 32px;
        height: 32px;
        font-size: 16px
    }

    .bda-v2 .md-auth {
        padding: 14px 14px 12px
    }

    .bda-v2 .md-auth-grid {
        gap: 8px
    }

    .bda-v2 .md-auth-btn {
        padding: 13px 8px;
        font-size: 11px;
        letter-spacing: 0.3px;
        min-height: 78px
    }

        .bda-v2 .md-auth-btn .ma-ico {
            width: 30px;
            height: 30px;
            font-size: 14px
        }

        .bda-v2 .md-auth-btn.register .ma-badge {
            font-size: 7px;
            top: 4px;
            right: 4px;
            padding: 2px 4px;
            letter-spacing: 0.2px
        }

    .bda-v2 .md-section-label {
        padding: 12px 18px 6px;
        font-size: 9px;
        letter-spacing: 0.6px
    }

    .bda-v2 .md-link {
        padding: 11px 18px;
        font-size: 13.5px;
        gap: 12px
    }

        .bda-v2 .md-link:hover {
            padding-left: 22px
        }

        .bda-v2 .md-link .ml-ico {
            width: 30px;
            height: 30px;
            font-size: 13px;
            border-radius: 8px
        }

        .bda-v2 .md-link .ml-text small {
            font-size: 9.5px;
            margin-top: 1px
        }

        .bda-v2 .md-link .ml-caret {
            font-size: 13px
        }

    .bda-v2 .md-sub-link {
        padding: 10px 18px 10px 56px;
        font-size: 12px
    }

    .bda-v2 .md-footer {
        padding: 14px 16px
    }

    .bda-v2 .md-contact-item {
        padding: 9px 11px;
        font-size: 12px;
        gap: 9px
    }

        .bda-v2 .md-contact-item .mc-ico {
            width: 26px;
            height: 26px;
            font-size: 12px
        }

        .bda-v2 .md-contact-item .mc-text small {
            font-size: 8px
        }

    .bda-v2 .md-social {
        gap: 8px
    }

        .bda-v2 .md-social a {
            width: 34px;
            height: 34px;
            border-radius: 9px
        }

            .bda-v2 .md-social a svg {
                width: 14px;
                height: 14px
            }

    .bda-v2 .cart-drawer {
        width: 100%;
        max-width: 100vw
    }

    .bda-v2 .cd-header {
        padding: 14px 18px
    }

    .bda-v2 .cd-body {
        padding: 12px
    }

    .bda-v2 .cart-item {
        padding: 11px;
        gap: 9px
    }

    .bda-v2 .ci-visual {
        width: 54px;
        height: 54px;
        font-size: 22px;
        border-radius: 9px
    }

    .bda-v2 .ci-name {
        font-size: 12.5px
    }

    .bda-v2 .ci-meta {
        font-size: 9.5px;
        margin-bottom: 5px
    }

    .bda-v2 .ci-price {
        font-size: 13px
    }

    .bda-v2 .ci-old-price {
        font-size: 10px
    }

    .bda-v2 .ci-remove {
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        font-size: 12px
    }

    .bda-v2 .cd-footer {
        padding: 13px 15px
    }

    .bda-v2 .cd-sum-row {
        font-size: 11.5px
    }

        .bda-v2 .cd-sum-row.total .value {
            font-size: 20px
        }

    .bda-v2 .cd-btn {
        padding: 13px;
        font-size: 12px;
        letter-spacing: 0.3px
    }

    .bda-v2 .cd-trust {
        gap: 10px
    }

    .bda-v2 .cd-trust-item {
        font-size: 8.5px
    }
}

@media (max-width:380px) {
    .bda-v2 .header .container {
        padding: 10px 12px
    }

    .bda-v2 .logo svg {
        width: 38px;
        height: 38px
    }

    .bda-v2 .logo .brand {
        font-size: 14px
    }

    .bda-v2 .header-actions {
        gap: 3px
    }

    .bda-v2 .cart-btn, .bda-v2 .burger-btn {
        width: 36px;
        height: 36px
    }

    .bda-v2 .promo-text {
        font-size: 9.5px
    }

    .bda-v2 .promo-cta {
        padding: 4px 7px;
        font-size: 9px
    }

    .bda-v2 .hero h1 {
        font-size: 23px
    }
}

@media (max-width:1024px) {
    .bda-v2 .promo-text {
        font-size: 12px
    }
}

@media (max-width:900px) {
    .bda-v2 .topbar {
        display: none
    }

    .bda-v2 .burger-btn {
        display: flex
    }

    .bda-v2 .nav {
        display: none
    }

    .bda-v2 .header-actions .btn-login, .bda-v2 .header-actions .btn-register {
        display: none
    }

    .bda-v2 .promo-bar {
        padding: 9px 0
    }

        .bda-v2 .promo-bar .container {
            gap: 10px
        }

    .bda-v2 .promo-text {
        font-size: 11px;
        text-align: center
    }

    .bda-v2 .promo-countdown {
        font-size: 10px;
        padding: 4px 8px
    }

    .bda-v2 .promo-cta {
        padding: 6px 11px;
        font-size: 10px
    }

    .bda-v2 .promo-fire {
        width: 24px;
        height: 24px;
        font-size: 18px
    }

    .bda-v2 .promo-close {
        display: none
    }
}

@media (max-width:768px) {
    .bda-v2 .hero-media-card {
        aspect-ratio: 16/10
    }

    .bda-v2 .hmc-play {
        width: 68px;
        height: 68px;
        font-size: 24px;
        margin-bottom: 14px
    }

    .bda-v2 .hmc-title {
        font-size: 15px
    }

    .bda-v2 .hmc-desc {
        font-size: 10px
    }

    .bda-v2 .hero-floating-v {
        padding: 8px 11px;
        gap: 7px
    }

        .bda-v2 .hero-floating-v .hfv-ico {
            width: 30px;
            height: 30px;
            font-size: 14px
        }

        .bda-v2 .hero-floating-v .hfv-text strong {
            font-size: 11px
        }

        .bda-v2 .hero-floating-v .hfv-text span {
            font-size: 9px
        }

        .bda-v2 .hero-floating-v.tl {
            top: -8px;
            left: -8px
        }

        .bda-v2 .hero-floating-v.br {
            bottom: -8px;
            right: -8px
        }

    .bda-v2 .promo-bar .container {
        padding: 0 14px
    }

    .bda-v2 .promo-text {
        font-size: 10.5px;
        line-height: 1.35
    }

        .bda-v2 .promo-text strong {
            padding: 1px 5px;
            font-size: 10px
        }

    .bda-v2 .promo-cta {
        padding: 5px 9px;
        font-size: 9.5px;
        letter-spacing: 0.3px
    }

        .bda-v2 .promo-cta .arrow {
            display: none
        }

    .bda-v2 .promo-countdown {
        display: none
    }

    .bda-v2 .promo-fire {
        width: 20px;
        height: 20px;
        font-size: 15px
    }

    .bda-v2 .cart-drawer {
        width: 100%;
        max-width: 100%
    }

    .bda-v2 .mobile-drawer {
        width: 100%;
        max-width: 100%
    }

    .bda-v2 .section {
        padding: 60px 0
    }

    .bda-v2 .section-head h2 {
        font-size: 30px
    }

    .bda-v2 .grid-pkg, .bda-v2 .grid-features {
        grid-template-columns: 1fr
    }

    .bda-v2 .grid-features {
        gap: 12px
    }

    .bda-v2 .feat-card {
        padding: 18px 16px;
        gap: 14px;
        border-radius: 14px
    }

        .bda-v2 .feat-card::before {
            display: none
        }

    .bda-v2 .feat-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        font-size: 22px
    }

    .bda-v2 .feat-text h4 {
        font-size: 15px;
        margin-bottom: 4px
    }

    .bda-v2 .feat-text p {
        font-size: 12px;
        line-height: 1.5
    }

    .bda-v2 .success-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .bda-v2 .process-section {
        padding: 50px 0
    }

    .bda-v2 .process-wrap {
        margin-top: 30px;
        position: relative
    }

    .bda-v2 .process-track {
        grid-template-columns: 1fr;
        gap: 0;
        position: relative
    }

    .bda-v2 .process-line {
        display: block;
        top: 0;
        bottom: 0;
        left: 30px;
        right: auto;
        width: 3px;
        height: auto;
        background: repeating-linear-gradient(180deg,var(--red) 0,var(--red) 6px,transparent 6px,transparent 12px);
        z-index: 0;
        opacity: 0.4
    }

    .bda-v2 .process-step {
        padding: 0 0 32px 70px;
        text-align: left;
        position: relative;
        min-height: 90px
    }

        .bda-v2 .process-step:last-child {
            padding-bottom: 0
        }

        .bda-v2 .process-step .process-num {
            position: absolute;
            left: 6px;
            top: 0;
            margin: 0;
            width: 48px;
            height: 48px;
            font-size: 16px;
            border-width: 3px;
            background: #fff;
            box-shadow: 0 4px 14px rgba(10,29,63,0.15);
            z-index: 2
        }

        .bda-v2 .process-step .process-icon {
            position: absolute;
            left: 80px;
            top: -6px;
            width: 54px;
            height: 54px;
            border-radius: 14px;
            font-size: 24px;
            margin: 0;
            z-index: 2;
            background: linear-gradient(135deg,var(--red),var(--red-dark));
            color: #fff;
            box-shadow: 0 10px 24px rgba(230,57,70,0.3)
        }

        .bda-v2 .process-step:nth-child(2) .process-icon {
            background: linear-gradient(135deg,var(--blue),var(--blue-dark))
        }

        .bda-v2 .process-step:nth-child(3) .process-icon {
            background: linear-gradient(135deg,var(--yellow),var(--yellow-dark))
        }

        .bda-v2 .process-step:nth-child(4) .process-icon {
            background: linear-gradient(135deg,var(--green),#0a7c5d)
        }

        .bda-v2 .process-step:nth-child(5) .process-icon {
            background: linear-gradient(135deg,var(--purple),#5e3aa3)
        }

        .bda-v2 .process-step h4 {
            font-size: 16px;
            margin-top: 0;
            margin-left: 64px;
            margin-bottom: 4px
        }

        .bda-v2 .process-step p {
            font-size: 13px;
            margin-left: 64px;
            line-height: 1.55
        }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(1) .process-num {
        animation: numPop .5s ease both
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(2) .process-num {
        animation: numPop .5s ease .15s both
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(3) .process-num {
        animation: numPop .5s ease .3s both
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(4) .process-num {
        animation: numPop .5s ease .45s both
    }

    .bda-v2 .process-track.reveal-stagger.in-view .process-step:nth-child(5) .process-num {
        animation: numPop .5s ease .6s both
    }

    @keyframes numPop {
        0% {
            transform: scale(0);
            opacity: 0
        }

        60% {
            transform: scale(1.2)
        }

        100% {
            transform: scale(1);
            opacity: 1
        }
    }

    .bda-v2 .compare-wrap {
        grid-template-columns: 1fr;
        gap: 0;
        position: relative
    }

    .bda-v2 .compare-tabs {
        display: flex;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 5px;
        margin-bottom: 18px;
        position: relative;
        box-shadow: 0 4px 14px rgba(10,29,63,0.05)
    }

    .bda-v2 .compare-tab-bg {
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 50%;
        width: calc(50% - 5px);
        background: linear-gradient(135deg,var(--navy-900),var(--navy-950));
        border-radius: 10px;
        transition: left .35s cubic-bezier(.65,.05,.36,1);
        z-index: 1;
        box-shadow: 0 6px 18px rgba(10,29,63,0.25)
    }

        .bda-v2 .compare-tab-bg.left {
            left: 5px
        }

    .bda-v2 .compare-card {
        padding: 24px 22px;
        border-radius: 18px;
        transition: opacity .35s ease,transform .35s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        transform: translateY(20px);
        pointer-events: none
    }

        .bda-v2 .compare-card.active-mob {
            opacity: 1;
            transform: translateY(0);
            position: relative;
            pointer-events: auto
        }

    .bda-v2 .compare-vs {
        display: none
    }

    .bda-v2 .compare-card .sub {
        margin-bottom: 18px
    }

    .bda-v2 .compare-card h3 {
        font-size: 22px
    }

    .bda-v2 .compare-list li {
        font-size: 13px;
        padding: 10px 0
    }

    .bda-v2 .blog-grid {
        grid-template-columns: 1fr
    }

    .bda-v2 .footer-cols {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .bda-v2 .footer-cta {
        padding: 26px;
        flex-direction: column;
        align-items: flex-start
    }

    .bda-v2 .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .bda-v2 .try-section h2 {
        font-size: 32px
    }

    .bda-v2 .coach-values {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .bda-v2 .cv-card {
        padding: 18px 14px
    }

    .bda-v2 .seminars-grid {
        grid-template-columns: 1fr
    }

    .bda-v2 .seminar-card:nth-child(3) {
        grid-column: auto
    }

    .bda-v2 .cw-days {
        gap: 3px
    }

    .bda-v2 .cw-day {
        padding: 6px 2px
    }

        .bda-v2 .cw-day .cw-d-num {
            font-size: 13px
        }

    .bda-v2 .coach-cta {
        padding: 32px 22px
    }

        .bda-v2 .coach-cta h3 {
            font-size: 22px
        }

    .bda-v2 .coach-card-row {
        grid-template-columns: 1fr
    }
}

/* === Ogrenci Basarilari: yatay kaydirmali carousel (dinamik N kayit, oklar calisir) === */
.bda-v2 .success-grid {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 18px;
    margin-top: 30px;
    padding: 4px 2px 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth
}

    .bda-v2 .success-grid::-webkit-scrollbar {
        display: none
    }

    .bda-v2 .success-grid > .success-card {
        flex: 0 0 calc((100% - 4*18px)/5);
        scroll-snap-align: start
    }

@media (max-width:1024px) {
    .bda-v2 .success-grid > .success-card {
        flex-basis: calc((100% - 2*18px)/3)
    }
}

@media (max-width:640px) {
    .bda-v2 .success-grid > .success-card {
        flex-basis: calc((100% - 18px)/2)
    }
}

.bda-v2 .s-arrow:disabled {
    opacity: .35;
    cursor: default;
    transform: none;
    box-shadow: none
}
