/* BuyGat marketing site — matches the public landing design */
body.buygat-site {
    --buygat-blue: #273B84;
    --buygat-blue-dark: #1E2E69;
    --buygat-orange: #F36C21;
    --buygat-orange-soft: #FEF1E9;
    --buygat-muted: #F9FAFB;
    --buygat-muted-fg: #6B7280;
    --buygat-border: #E5E7EB;
    --buygat-body: #374151;

    --main-color-one: #273B84;
    --main-color-two: #F36C21;
    --main-color-three: #273B84;
    --main-color-four: #273B84;
    --secondary-color: #FEF1E9;
    --heading-color: #273B84;
    --body-color: #374151;
    --light-color: #F9FAFB;
    --section-bg-1: #ffffff;
    --section-bg-2: #F9FAFB;
    --section-bg-3: #FEF1E9;
    --sectionC: #273B84;

    background-color: #ffffff !important;
    color: #374151;
    color-scheme: light;
}

body.buygat-site .bg-cyan-50,
body.buygat-site footer.bg-cyan-50 {
    background-color: #1E2E69 !important;
}

body.buygat-site .navbar-home #mainNav ul li,
body.buygat-site .navbar-home #mainNav ul li a,
body.buygat-site .navbar-home #mainNav ul li i,
body.buygat-site .navbar-home #menuIcon,
body.buygat-site .navbar-inner #mainNav ul li,
body.buygat-site .navbar-inner #mainNav ul li a,
body.buygat-site .navbar-inner #mainNav ul li i,
body.buygat-site .navbar-inner #menuIcon {
    color: rgb(39 59 132 / 0.85) !important;
}

body.buygat-site .buygat-nav-desktop a,
body.buygat-site .buygat-nav-desktop button {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(39 59 132 / 0.8) !important;
    transition: color 0.15s ease;
}

body.buygat-site .buygat-nav-desktop a:hover,
body.buygat-site .buygat-mobile-menu a:hover {
    color: #F36C21 !important;
}

body.buygat-site .nav-auth-btn,
body.buygat-site .nav-mobile-auth-btn,
body.buygat-site .auth-btn,
body.buygat-site .primary-btn {
    background: #F36C21 !important;
    color: #fff !important;
    box-shadow: 0 1px 2px rgb(243 108 33 / 0.25);
}

body.buygat-site .nav-auth-btn:hover,
body.buygat-site .auth-btn:hover {
    background: rgb(243 108 33 / 0.92) !important;
}

body.buygat-site .nav-auth-btn-ghost,
body.buygat-site .nav-mobile-auth-btn_two {
    background: transparent !important;
    color: #273B84 !important;
    box-shadow: none !important;
}

body.buygat-site .buygat-breadcrumb {
    background: linear-gradient(90deg, rgb(39 59 132 / 0.05), rgb(243 108 33 / 0.08));
}

body.buygat-site .theme-card.selected_theme {
    border-color: #273B84 !important;
}

body.buygat-site .back-to-top {
    background: #F36C21;
    color: #fff;
}

body.buygat-site .buygat-lang {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

body.buygat-site .buygat-lang__icon {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.7);
}

body.buygat-site .buygat-lang__list {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 3px;
    list-style: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

body.buygat-site .buygat-lang__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.15rem;
    padding: 0.22rem 0.62rem;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

body.buygat-site .buygat-lang__btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

body.buygat-site .buygat-lang__btn.is-active {
    background: #fff;
    color: #273B84;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

body.buygat-site .buygat-lang--mobile {
    width: 100%;
    justify-content: flex-start;
}

body.buygat-site .buygat-lang--mobile .buygat-lang__icon {
    color: #273B84;
}

body.buygat-site .buygat-lang--mobile .buygat-lang__list {
    width: 100%;
    background: #F9FAFB;
    border-color: #E5E7EB;
}

body.buygat-site .buygat-lang--mobile .buygat-lang__btn {
    flex: 1;
    min-width: 0;
    color: #273B84;
    font-size: 13px;
}

body.buygat-site .buygat-lang--mobile .buygat-lang__btn:hover {
    background: rgb(243 108 33 / 0.08);
    color: #F36C21;
}

body.buygat-site .buygat-lang--mobile .buygat-lang__btn.is-active {
    background: #273B84;
    color: #fff;
}

html[dir="ltr"] body.buygat-site .buygat-dir-arrow {
    transform: rotate(180deg);
}

body.buygat-site .buygat-legal h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #273B84;
}

body.buygat-site .buygat-legal p,
body.buygat-site .buygat-legal li {
    font-size: 0.95rem;
    line-height: 1.85;
    color: #374151;
}

body.buygat-site .buygat-legal ul {
    margin: 0;
    padding-inline-start: 1.2rem;
    display: grid;
    gap: 0.45rem;
}

body.buygat-site .buygat-legal a {
    color: #F36C21;
    font-weight: 700;
}

body.buygat-site .buygat-legal a:hover {
    text-decoration: underline;
}

html:has(body.buygat-site) {
    scroll-behavior: smooth;
    scroll-padding-top: 9.5rem;
}

body.buygat-site .buygat-feat-hero__collage {
    padding-bottom: 1.75rem;
}

body.buygat-site .buygat-feat-nav {
    position: sticky;
    top: 6.5rem;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #E5E7EB;
}

body.buygat-site .buygat-feat-nav__inner {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.buygat-site .buygat-feat-nav__inner::-webkit-scrollbar {
    display: none;
}

body.buygat-site .buygat-feat-nav__link.is-active {
    background: #F36C21;
    color: #fff;
}

body.buygat-site .buygat-feat-showcase,
body.buygat-site #overview,
body.buygat-site #all-features {
    scroll-margin-top: 9.5rem;
}

@media (min-width: 1024px) {
    body.buygat-site .buygat-feat-showcase--reverse .buygat-feat-showcase__media {
        order: 2;
    }
}

body.buygat-site .buygat-price-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #273B84;
    background: #fff;
    border: 1px solid #E5E7EB;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

body.buygat-site .buygat-price-tab:hover {
    border-color: rgba(39, 59, 132, 0.35);
}

body.buygat-site .buygat-price-tab.is-active {
    background: #273B84;
    color: #fff;
    border-color: #273B84;
}

body.buygat-site .buygat-price-card--featured .buygat-price-card__check {
    color: #fff;
}

body.buygat-site #plans,
body.buygat-site #services,
body.buygat-site #addons,
body.buygat-site #integrations {
    scroll-margin-top: 9.5rem;
}

body.buygat-site .buygat-price-card {
    min-height: 100%;
}

body.buygat-site details.group summary::-webkit-details-marker {
    display: none;
}

body.buygat-site #form,
body.buygat-site #services {
    scroll-margin-top: 9.5rem;
}

body.buygat-site .buygat-svc-pick.is-selected {
    border-color: #F36C21;
    box-shadow: 0 0 0 3px rgba(243, 108, 33, 0.18);
}

body.buygat-site .buygat-contact-form .alert {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

body.buygat-site .buygat-contact-form .alert-success {
    background: #ECFDF3;
    color: #027A48;
}

body.buygat-site .buygat-contact-form .alert-danger {
    background: #FEF2F2;
    color: #B42318;
}

body.buygat-site .buygat-contact-form .alert-danger li {
    list-style: disc;
    margin-inline-start: 1.1rem;
}

/* ── Homepage migration banner ── */
.bg-mig {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(243, 108, 33, 0.28), transparent 55%),
        radial-gradient(90% 70% at 0% 100%, rgba(39, 59, 132, 0.55), transparent 50%),
        linear-gradient(135deg, #1a2a66 0%, #273B84 48%, #1E2E69 100%);
    color: #fff;
}

.bg-mig__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    animation: bgMigMesh 28s linear infinite;
    pointer-events: none;
}

.bg-mig__orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-mig__orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(2px);
    opacity: 0.45;
}

.bg-mig__orb--a {
    width: 180px;
    height: 180px;
    top: -40px;
    inset-inline-end: 8%;
    background: radial-gradient(circle, rgba(243, 108, 33, 0.55), transparent 70%);
    animation: bgMigFloat 9s ease-in-out infinite;
}

.bg-mig__orb--b {
    width: 240px;
    height: 240px;
    bottom: -80px;
    inset-inline-start: 4%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
    animation: bgMigFloat 12s ease-in-out infinite reverse;
}

.bg-mig__orb--c {
    width: 120px;
    height: 120px;
    top: 42%;
    inset-inline-end: 38%;
    background: radial-gradient(circle, rgba(243, 108, 33, 0.35), transparent 70%);
    animation: bgMigFloat 7s ease-in-out infinite 1s;
}

.bg-mig__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
    background: rgba(243, 108, 33, 0.18);
    border: 1px solid rgba(243, 108, 33, 0.45);
    color: #FFD7BF;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.bg-mig__pulse {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: #F36C21;
    box-shadow: 0 0 0 0 rgba(243, 108, 33, 0.55);
    animation: bgMigPulse 1.8s ease-out infinite;
}

.bg-mig__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8125rem;
    font-weight: 700;
}

.bg-mig__chip svg {
    color: #F36C21;
    flex-shrink: 0;
}

.bg-mig__stage {
    position: relative;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 40px rgba(8, 16, 48, 0.28);
}

.bg-mig__transfer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
}

.bg-mig__label {
    margin: 0 0 0.45rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
}

.bg-mig__source,
.bg-mig__target {
    min-width: 0;
    text-align: center;
}

.bg-mig__platform,
.bg-mig__buygat {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    font-size: 1.05rem;
    font-weight: 800;
    direction: ltr;
    unicode-bidi: isolate;
}

.bg-mig__platform {
    background: #fff;
    color: #273B84;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.bg-mig__platform.is-out {
    opacity: 0;
    transform: translateY(8px);
}

.bg-mig__platform.is-in {
    opacity: 1;
    transform: translateY(0);
}

.bg-mig__buygat {
    background: linear-gradient(135deg, #F36C21, #ff8a4c);
    color: #fff;
    letter-spacing: -0.02em;
}

.bg-mig__buygat span {
    color: #fff;
    opacity: 0.95;
}

.bg-mig__flow {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: #F36C21;
    min-width: 2rem;
}

.bg-mig__flow-dot {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 9999px;
    background: #F36C21;
    opacity: 0.25;
    animation: bgMigDot 1.4s ease-in-out infinite;
}

.bg-mig__flow-dot:nth-child(2) { animation-delay: 0.2s; }
.bg-mig__flow-dot:nth-child(3) { animation-delay: 0.4s; }

.bg-mig__flow-arrow {
    margin-top: 0.15rem;
    animation: bgMigArrow 1.6s ease-in-out infinite;
}

html[dir="rtl"] .bg-mig__flow-arrow {
    transform: scaleX(-1);
}

html[dir="rtl"] .bg-mig__flow-arrow {
    animation-name: bgMigArrowRtl;
}

.bg-mig__progress {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bg-mig__progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

.bg-mig__bar {
    height: 0.55rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.bg-mig__bar-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #F36C21, #ffb07a, #F36C21);
    background-size: 200% 100%;
    animation: bgMigShimmer 1.8s linear infinite;
}

.bg-mig__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}

.bg-mig__steps li {
    text-align: center;
    padding: 0.4rem 0.25rem;
    border-radius: 0.55rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid transparent;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.bg-mig__steps li.is-on {
    color: #fff;
    background: rgba(243, 108, 33, 0.22);
    border-color: rgba(243, 108, 33, 0.45);
}

@keyframes bgMigMesh {
    from { background-position: 0 0, 0 0; }
    to { background-position: 42px 42px, 42px 42px; }
}

@keyframes bgMigFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(12px, -16px, 0); }
}

@keyframes bgMigPulse {
    0% { box-shadow: 0 0 0 0 rgba(243, 108, 33, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(243, 108, 33, 0); }
    100% { box-shadow: 0 0 0 0 rgba(243, 108, 33, 0); }
}

@keyframes bgMigDot {
    0%, 100% { opacity: 0.2; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.15); }
}

@keyframes bgMigArrow {
    0%, 100% { transform: translateX(0); opacity: 0.7; }
    50% { transform: translateX(4px); opacity: 1; }
}

@keyframes bgMigArrowRtl {
    0%, 100% { transform: scaleX(-1) translateX(0); opacity: 0.7; }
    50% { transform: scaleX(-1) translateX(4px); opacity: 1; }
}

@keyframes bgMigShimmer {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}

@media (max-width: 640px) {
    .bg-mig__transfer {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .bg-mig__flow {
        flex-direction: row;
        min-height: 1.5rem;
    }

    .bg-mig__flow-arrow {
        transform: rotate(90deg);
    }

    html[dir="rtl"] .bg-mig__flow-arrow {
        transform: rotate(90deg) scaleX(-1);
        animation: none;
    }

    .bg-mig__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .bg-mig__mesh,
    .bg-mig__orb,
    .bg-mig__pulse,
    .bg-mig__flow-dot,
    .bg-mig__flow-arrow,
    .bg-mig__bar-fill {
        animation: none !important;
    }
}

/* Topbar news ticker */
.bg-ticker {
    overflow: hidden;
    mask-image: linear-gradient(to left, transparent, #000 12px, #000 calc(100% - 12px), transparent);
    -webkit-mask-image: linear-gradient(to left, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}

html[dir="rtl"] .bg-ticker {
    mask-image: linear-gradient(to right, transparent, #000 12px, #000 calc(100% - 12px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}

.bg-ticker__track {
    display: flex;
    flex-direction: row;
    direction: ltr;
    width: max-content;
    align-items: center;
    gap: 2.25rem;
    animation: bgTickerRtl 28s linear infinite;
}

.bg-ticker:hover .bg-ticker__track {
    animation-play-state: paused;
}

.bg-ticker__item {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: nowrap;
    direction: rtl;
    unicode-bidi: isolate;
}

html[dir="ltr"] .bg-ticker__item {
    direction: ltr;
}

.bg-ticker__item a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.bg-ticker__item a:hover {
    color: #F36C21;
}

@keyframes bgTickerRtl {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .bg-ticker__track {
        animation: none !important;
        width: 100%;
        justify-content: center;
    }

    .bg-ticker__item:nth-child(n+2) {
        display: none;
    }
}

/* BuyGat rotating merchant dashboard hero */
.bg-plat {
    position: relative;
    min-height: 30rem;
    padding: 0.35rem 0.15rem 3.25rem;
}

.bg-plat__glow {
    position: absolute;
    inset: 12% 6% auto;
    height: 68%;
    background: radial-gradient(ellipse at center, rgb(243 108 33 / 0.18), transparent 70%);
    pointer-events: none;
}

.bg-plat__dash {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 24px 52px rgb(39 59 132 / 0.18), 0 0 0 1px rgb(39 59 132 / 0.07);
    transform: perspective(1200px) rotateY(6deg) rotateX(2deg);
    animation: bgPlatFloat 5.5s ease-in-out infinite;
}

html[dir="rtl"] .bg-plat__dash {
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
    animation-name: bgPlatFloatRtl;
}

.bg-plat__nav {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    background: #1E2E69;
    color: #fff;
}

.bg-plat__brand {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 0.95rem;
    white-space: nowrap;
}

.bg-plat__brand img {
    height: 1.35rem;
    width: auto;
    filter: brightness(0) invert(1);
}

.bg-plat__brand span span { color: #F36C21; }

.bg-plat__nav-items {
    display: flex;
    gap: 0.3rem;
    font-size: 0.68rem;
    font-weight: 700;
}

.bg-plat__nav-items span {
    padding: 0.3rem 0.58rem;
    border-radius: 0.45rem;
    opacity: 0.72;
    transition: background 0.25s, color 0.25s, opacity 0.25s;
}

.bg-plat__nav-items span.is-on {
    background: #FEF1E9;
    color: #273B84;
    opacity: 1;
}

.bg-plat__stage {
    position: relative;
    min-height: 16.5rem;
    background: #F4F6FB;
}

.bg-plat__slide {
    position: absolute;
    inset: 0;
    display: grid;
    gap: 0.7rem;
    padding: 0.85rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
}

.bg-plat__slide.is-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.bg-plat__card {
    background: #fff;
    border-radius: 0.85rem;
    padding: 0.75rem 0.85rem;
    box-shadow: 0 1px 2px rgb(39 59 132 / 0.06);
}

.bg-plat__card-head,
.bg-plat__card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    color: #273B84;
}

.bg-plat__pill {
    background: #E8F8EF;
    color: #0F7B3A;
    border-radius: 999px;
    padding: 0.12rem 0.5rem;
    font-size: 0.62rem;
    font-weight: 800;
}

.bg-plat__pill--soft {
    background: #FEF1E9;
    color: #F36C21;
}

.bg-plat__chart-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 0.75rem;
    align-items: end;
}

.bg-plat__bars {
    display: flex;
    align-items: flex-end;
    gap: 0.28rem;
    height: 5.1rem;
}

.bg-plat__bars span {
    flex: 1;
    height: var(--h);
    border-radius: 0.28rem 0.28rem 0.1rem 0.1rem;
    background: linear-gradient(180deg, #4A63C4, #273B84);
    transform-origin: bottom;
}

.bg-plat__slide.is-on .bg-plat__bars span {
    animation: bgPlatBar 0.7s ease-out both;
    animation-delay: var(--d, 0s);
}

.bg-plat__bars span:nth-child(odd) {
    background: linear-gradient(180deg, #F7A066, #F36C21);
}

.bg-plat__stats { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.32rem; }
.bg-plat__stats small { display: block; color: #6B7280; font-size: 0.62rem; }
.bg-plat__stats strong { color: #273B84; font-size: 0.82rem; }

.bg-plat__goal { margin-top: 0.65rem; font-size: 0.68rem; font-weight: 700; color: #273B84; }
.bg-plat__goal-bar { margin-top: 0.3rem; height: 0.38rem; border-radius: 999px; background: #EEF1F8; overflow: hidden; }
.bg-plat__goal-bar i { display: block; width: 86%; height: 100%; border-radius: inherit; background: #273B84; }

.bg-plat__slide.is-on .bg-plat__goal-bar i { animation: bgPlatGoal 1.1s ease-out both; }

.bg-plat__orders ul { margin: 0; padding: 0; list-style: none; }
.bg-plat__orders li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
    align-items: center;
    padding: 0.38rem 0;
    border-top: 1px solid #F3F4F6;
    font-size: 0.72rem;
}
.bg-plat__orders li:first-child { border-top: 0; padding-top: 0; }
.bg-plat__orders b { display: block; color: #273B84; }
.bg-plat__orders small { color: #6B7280; }
.bg-plat__orders em { font-style: normal; font-weight: 800; color: #111827; }

.bg-plat__avatar {
    display: grid; place-items: center;
    width: 1.65rem; height: 1.65rem; border-radius: 999px;
    background: #FEF1E9; color: #F36C21; font-size: 0.7rem; font-weight: 800;
}
.bg-plat__avatar--2 { background: #E8ECF8; color: #273B84; }
.bg-plat__avatar--3 { background: #273B84; color: #fff; }

.bg-plat__addons { display: grid; gap: 0.45rem; }
.bg-plat__addons article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
    align-items: center;
    padding: 0.55rem 0.45rem;
    border: 1px solid #EEF1F8;
    border-radius: 0.7rem;
}
.bg-plat__addons .is-buy { border-color: #FDE4D2; background: #FFF8F3; }
.bg-plat__ico {
    display: grid; place-items: center;
    width: 2rem; height: 2rem; border-radius: 0.55rem;
    background: #F4F6FB; font-style: normal; font-size: 0.95rem;
}
.bg-plat__addons b { display: block; color: #273B84; font-size: 0.75rem; }
.bg-plat__addons small { color: #6B7280; font-size: 0.65rem; }
.bg-plat__tag {
    font-size: 0.62rem; font-weight: 800; color: #0F7B3A;
    background: #E8F8EF; border-radius: 999px; padding: 0.15rem 0.45rem;
}
.bg-plat__buy {
    font-size: 0.62rem; font-weight: 800; color: #fff;
    background: #F36C21; border-radius: 999px; padding: 0.2rem 0.55rem;
    animation: bgPlatCta 1.8s ease-in-out infinite;
}

.bg-plat__form { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 0.7rem; }
.bg-plat__drop {
    display: grid; place-items: center; text-align: center;
    min-height: 7.2rem; border-radius: 0.75rem;
    border: 1.5px dashed #D6DCEC; background: #FAFBFE; color: #6B7280; font-size: 0.68rem;
}
.bg-plat__drop span {
    width: 2.4rem; height: 2.4rem; border-radius: 0.55rem; margin-bottom: 0.35rem;
    background: linear-gradient(145deg, #1E2E69, #F36C21);
    animation: bgPlatPhone 3.2s ease-in-out infinite;
}
.bg-plat__fields { display: grid; gap: 0.45rem; align-content: start; }
.bg-plat__fields label {
    display: block; font-size: 0.62rem; color: #6B7280; background: #F7F8FC;
    border-radius: 0.55rem; padding: 0.4rem 0.5rem;
}
.bg-plat__fields b { display: block; margin-top: 0.12rem; color: #273B84; font-size: 0.78rem; }
.bg-plat__split { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }
.bg-plat__save {
    display: block; text-align: center; border-radius: 0.55rem;
    background: #F36C21; color: #fff; font-size: 0.75rem; font-weight: 800;
    padding: 0.55rem 0.4rem; animation: bgPlatCta 1.8s ease-in-out infinite;
}

.bg-plat__phone {
    position: absolute; width: 11rem; bottom: 0.15rem; inset-inline-start: 0.25rem; z-index: 3;
    padding: 0.65rem 0.7rem 0.8rem; border-radius: 1.15rem; background: #fff;
    box-shadow: 0 18px 40px rgb(39 59 132 / 0.22);
    animation: bgPlatPhone 4.8s ease-in-out infinite;
    overflow: hidden;
}
.bg-plat__phone-bar {
    margin: -0.65rem -0.7rem 0.55rem; padding: 0.5rem 0.7rem;
    border-radius: 1.15rem 1.15rem 0 0; background: #FEF1E9; color: #273B84;
    font-size: 0.7rem; font-weight: 800; text-align: center;
}
.bg-plat__phone-slide { display: none; }
.bg-plat__phone-slide.is-on { display: block; }
.bg-plat__phone-title { margin: 0 0 0.5rem; font-size: 0.8rem; font-weight: 800; color: #273B84; }
.bg-plat__product, .bg-plat__mini-list div {
    display: grid; grid-template-columns: auto 1fr auto; gap: 0.4rem; align-items: center;
    margin-bottom: 0.5rem; font-size: 0.68rem;
}
.bg-plat__swatch {
    width: 2.3rem; height: 2.3rem; border-radius: 0.5rem;
    background: linear-gradient(145deg, #1E2E69, #3d4f9a);
}
.bg-plat__product b, .bg-plat__live b { display: block; color: #111827; }
.bg-plat__product small, .bg-plat__live small { color: #6B7280; }
.bg-plat__qty { font-weight: 800; color: #273B84; }
.bg-plat__sum { display: flex; justify-content: space-between; margin-bottom: 0.5rem; font-size: 0.72rem; color: #6B7280; }
.bg-plat__sum strong { color: #273B84; }
.bg-plat__cta {
    width: 100%; border: 0; border-radius: 0.55rem; padding: 0.5rem 0.35rem;
    background: #F36C21; color: #fff; font-size: 0.72rem; font-weight: 800;
}
.bg-plat__slide.is-on ~ .bg-plat__phone .bg-plat__cta,
.bg-plat__cta { animation: bgPlatCta 1.8s ease-in-out infinite; }

.bg-plat__mini-list { display: grid; gap: 0.35rem; margin-bottom: 0.55rem; }
.bg-plat__mini-list div {
    grid-template-columns: 1fr auto; margin: 0; padding: 0.4rem 0.45rem;
    border-radius: 0.5rem; background: #F7F8FC;
}
.bg-plat__mini-list .is-new { background: #E8F8EF; }
.bg-plat__live { text-align: center; margin-bottom: 0.55rem; }
.bg-plat__live .bg-plat__swatch { width: 4.2rem; height: 4.2rem; margin: 0 auto 0.4rem; }

.bg-plat__cursor {
    position: absolute; width: 0.85rem; height: 0.85rem;
    inset-inline-end: 1.45rem; bottom: 1.05rem; background: #111;
    clip-path: polygon(0 0, 100% 70%, 48% 70%, 70% 100%, 55% 100%, 32% 68%, 0 88%);
    animation: bgPlatCursor 2.4s ease-in-out infinite;
}

.bg-plat__dots {
    position: absolute; left: 50%; bottom: 0.15rem; transform: translateX(-50%);
    display: flex; gap: 0.35rem; z-index: 4;
}
.bg-plat__dots button {
    width: 0.45rem; height: 0.45rem; border: 0; border-radius: 999px;
    background: rgb(39 59 132 / 0.22); cursor: pointer; padding: 0;
}
.bg-plat__dots button.is-on { width: 1.15rem; background: #F36C21; }

@keyframes bgPlatFloat {
    0%, 100% { transform: perspective(1200px) rotateY(6deg) rotateX(2deg) translateY(0); }
    50% { transform: perspective(1200px) rotateY(6deg) rotateX(2deg) translateY(-8px); }
}
@keyframes bgPlatFloatRtl {
    0%, 100% { transform: perspective(1200px) rotateY(-6deg) rotateX(2deg) translateY(0); }
    50% { transform: perspective(1200px) rotateY(-6deg) rotateX(2deg) translateY(-8px); }
}
@keyframes bgPlatPhone {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes bgPlatBar { from { transform: scaleY(0.12); opacity: 0.35; } }
@keyframes bgPlatGoal { from { width: 14%; } }
@keyframes bgPlatCta {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgb(243 108 33 / 0.3); }
    50% { transform: scale(1.03); box-shadow: 0 0 0 7px rgb(243 108 33 / 0); }
}
@keyframes bgPlatCursor {
    0%, 100% { transform: translate(0, 0); }
    40% { transform: translate(-8px, -6px); }
    55% { transform: translate(-8px, -4px) scale(0.9); }
}

@media (max-width: 640px) {
    .bg-plat { min-height: 24rem; padding-bottom: 2.4rem; }
    .bg-plat__dash, html[dir="rtl"] .bg-plat__dash { transform: none; animation: none; }
    .bg-plat__phone { width: 8.6rem; inset-inline-start: 0; }
    .bg-plat__chart-row, .bg-plat__form { grid-template-columns: 1fr; }
    .bg-plat__drop { min-height: 4.2rem; }
}

@media (prefers-reduced-motion: reduce) {
    .bg-plat__dash, .bg-plat__phone, .bg-plat__bars span, .bg-plat__goal-bar i,
    .bg-plat__cta, .bg-plat__buy, .bg-plat__save, .bg-plat__cursor, .bg-plat__drop span {
        animation: none !important;
    }
    .bg-plat__slide { transition: none; }
}
