:root {
    --bd-bg: #051121;
    --bd-bg-alt: #0a1830;
    --bd-panel: rgba(8, 22, 42, 0.78);
    --bd-panel-strong: rgba(8, 22, 42, 0.92);
    --bd-panel-soft: rgba(17, 34, 61, 0.66);
    --bd-border: rgba(245, 191, 56, 0.18);
    --bd-border-strong: rgba(245, 191, 56, 0.32);
    --bd-text: #edf5ff;
    --bd-text-soft: #9db0c8;
    --bd-heading: #ffffff;
    --bd-lime: #f2c45a;
    --bd-lime-soft: rgba(242, 196, 90, 0.14);
    --bd-blue: #53a6ff;
    --bd-blue-soft: rgba(83, 166, 255, 0.18);
    --bd-gold: #f5bf38;
    --bd-gold-soft: rgba(245, 191, 56, 0.18);
    --bd-accent-ink: #041018;
    --bd-accent-shadow: rgba(245, 191, 56, 0.28);
    --bd-accent-shadow-soft: rgba(245, 191, 56, 0.18);
    --bd-shadow: 0 26px 80px rgba(1, 11, 24, 0.38);
    --bd-shadow-soft: 0 14px 40px rgba(4, 12, 24, 0.24);
    --bd-radius: 24px;
    --bd-radius-sm: 16px;
    --bd-container: min(1180px, calc(100% - 2rem));
    --bd-grid-line: rgba(83, 166, 255, 0.06);
    --bd-gradient: linear-gradient(135deg, #d49c2b 0%, #efc566 38%, #f5bf38 72%, #ffe3a6 100%);
    --bd-gradient-soft: linear-gradient(135deg, rgba(212, 156, 43, 0.18), rgba(245, 191, 56, 0.14));
    --bd-font-display: "Space Grotesk", sans-serif;
    --bd-font-body: "Manrope", sans-serif;
    --bd-font-arabic: "Cairo", "Manrope", sans-serif;
}

html[data-bd-theme="light"] {
    color-scheme: light;
    --bd-bg: #f5f9ff;
    --bd-bg-alt: #e6f0fb;
    --bd-panel: rgba(255, 255, 255, 0.92);
    --bd-panel-strong: rgba(255, 255, 255, 0.98);
    --bd-panel-soft: rgba(244, 248, 253, 0.9);
    --bd-border: rgba(12, 37, 73, 0.12);
    --bd-border-strong: rgba(188, 132, 34, 0.32);
    --bd-text: #18314f;
    --bd-text-soft: #5a6f8b;
    --bd-heading: #06182e;
    --bd-lime: #bd8422;
    --bd-lime-soft: rgba(189, 132, 34, 0.12);
    --bd-blue: #176bd8;
    --bd-blue-soft: rgba(23, 107, 216, 0.11);
    --bd-gold: #bd8422;
    --bd-gold-soft: rgba(189, 132, 34, 0.13);
    --bd-accent-ink: #071a31;
    --bd-accent-shadow: rgba(189, 132, 34, 0.24);
    --bd-accent-shadow-soft: rgba(23, 107, 216, 0.13);
    --bd-shadow: 0 24px 64px rgba(46, 77, 112, 0.15);
    --bd-shadow-soft: 0 12px 28px rgba(46, 77, 112, 0.1);
    --bd-grid-line: rgba(12, 37, 73, 0.045);
    --bd-gradient: linear-gradient(135deg, #d49c2b 0%, #efc566 38%, #f5bf38 72%, #ffe3a6 100%);
    --bd-gradient-soft: linear-gradient(135deg, rgba(189, 132, 34, 0.14), rgba(23, 107, 216, 0.08));
}

html[data-bd-theme="light"] body {
    background:
        radial-gradient(circle at top left, rgba(23, 107, 216, 0.11), transparent 34%),
        radial-gradient(circle at top right, rgba(189, 132, 34, 0.16), transparent 33%),
        linear-gradient(180deg, var(--bd-bg) 0%, var(--bd-bg-alt) 100%);
}

html[data-bd-theme="light"] body::after {
    background:
        radial-gradient(circle at 18% 18%, rgba(23, 107, 216, 0.1), transparent 23%),
        radial-gradient(circle at 82% 20%, rgba(189, 132, 34, 0.13), transparent 19%),
        radial-gradient(circle at 50% 82%, rgba(23, 107, 216, 0.08), transparent 18%);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(83, 166, 255, 0.12), transparent 38%),
        radial-gradient(circle at top right, var(--bd-gold-soft), transparent 36%),
        linear-gradient(180deg, var(--bd-bg) 0%, var(--bd-bg-alt) 100%);
    color: var(--bd-text);
    font-family: var(--bd-font-body);
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

html[lang^="ar"] body,
html[lang^="ar"] .bd-body {
    font-family: var(--bd-font-arabic);
}

html[lang^="ar"] h1,
html[lang^="ar"] h2,
html[lang^="ar"] h3,
html[lang^="ar"] h4,
html[lang^="ar"] h5,
html[lang^="ar"] h6,
html[lang^="ar"] .bd-brand-copy strong,
html[lang^="ar"] .bd-button,
html[lang^="ar"] .bd-kicker,
html[lang^="ar"] .bd-nav-list a {
    font-family: var(--bd-font-arabic);
    letter-spacing: 0;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body::before {
    background-image:
        linear-gradient(var(--bd-grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--bd-grid-line) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 92%);
}

body::after {
    background:
        radial-gradient(circle at 15% 18%, rgba(83, 166, 255, 0.18), transparent 24%),
        radial-gradient(circle at 82% 22%, var(--bd-gold-soft), transparent 20%),
        radial-gradient(circle at 50% 80%, rgba(83, 166, 255, 0.12), transparent 18%);
}

img {
    max-width: 100%;
    display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.8rem;
    color: var(--bd-heading);
    font-family: var(--bd-font-display);
    line-height: 1.08;
    letter-spacing: 0;
}

p {
    margin: 0 0 1rem;
}

ul {
    margin: 0;
    padding: 0;
}

.bd-lock-scroll {
    overflow: hidden;
}

.bd-skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    transform: translateY(-150%);
}

.bd-skip-link:focus {
    width: auto;
    height: auto;
    clip: auto;
    clip-path: none;
    background: var(--bd-panel-strong);
    border: 1px solid var(--bd-border-strong);
    padding: 0.75rem 1rem;
    border-radius: 999px;
    transform: translateY(0);
    z-index: 999;
}

.bd-container {
    width: var(--bd-container);
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.bd-site-main {
    position: relative;
    z-index: 1;
}

.bd-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 1rem 0;
    transition: padding 0.22s ease;
}

.bd-site-header.is-scrolled {
    padding: 0.55rem 0;
}

.bd-header-shell,
.bd-card,
.bd-dashboard-mock,
.bd-product-spotlight,
.bd-cta-band,
.bd-booking-shell,
.bd-generic-shell article,
.bd-site-footer,
.bd-mobile-panel__inner,
.bd-app-preview {
    background: var(--bd-panel);
    border: 1px solid var(--bd-border);
    box-shadow: var(--bd-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bd-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 999px;
    padding: 0.9rem 1.15rem;
}

html[data-bd-theme="light"] .bd-header-shell {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(12, 37, 73, 0.1);
    box-shadow: 0 18px 42px rgba(46, 77, 112, 0.12);
}

.bd-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.bd-brand-mark {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.bd-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.bd-brand-copy strong {
    font-family: var(--bd-font-display);
    font-size: 1rem;
    letter-spacing: 0;
}

.bd-brand-copy span {
    color: var(--bd-text-soft);
    font-size: 0.83rem;
}

.bd-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.bd-nav-list {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
}

.bd-nav-list a {
    color: var(--bd-text-soft);
    font-size: 0.95rem;
    transition: color 0.22s ease, transform 0.22s ease;
}

.bd-nav-list a:hover {
    color: var(--bd-heading);
    transform: translateY(-1px);
}

.bd-header-actions,
.bd-button-row,
.bd-chip-row,
.bd-footer-links,
.bd-mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bd-header-cta {
    white-space: nowrap;
}

.bd-language-links {
    position: relative;
}

.bd-language-trigger,
.bd-language-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.48rem 0.7rem;
    border-radius: 999px;
    color: var(--bd-text-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
}

.bd-language-trigger {
    min-width: 88px;
    justify-content: center;
    border-radius: 999px;
    border-color: var(--bd-border);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html[data-bd-theme="light"] .bd-language-trigger,
html[data-bd-theme="light"] .bd-icon-button,
html[data-bd-theme="light"] .bd-button--secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(12, 37, 73, 0.12);
    color: var(--bd-heading);
}

.bd-language-trigger:hover,
.bd-language-links.is-open .bd-language-trigger,
.bd-language-link:hover {
    color: var(--bd-heading);
    border-color: var(--bd-border);
    background: rgba(255, 255, 255, 0.05);
}

html[data-bd-theme="light"] .bd-language-trigger:hover,
html[data-bd-theme="light"] .bd-language-links.is-open .bd-language-trigger,
html[data-bd-theme="light"] .bd-language-link:hover,
html[data-bd-theme="light"] .bd-icon-button:hover,
html[data-bd-theme="light"] .bd-button--secondary:hover,
html[data-bd-theme="light"] .bd-button--ghost:hover {
    background: rgba(23, 107, 216, 0.08);
    border-color: rgba(23, 107, 216, 0.2);
    color: var(--bd-heading);
}

.bd-language-menu {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 100%;
    padding: 0.38rem;
    border: 1px solid var(--bd-border);
    border-radius: 22px;
    background: var(--bd-panel-strong);
    box-shadow: var(--bd-shadow-soft);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 45;
}

.bd-language-menu[hidden] {
    display: none;
}

.bd-language-link.is-active {
    color: var(--bd-accent-ink);
    background: var(--bd-gradient);
    box-shadow: 0 10px 24px rgba(15, 22, 34, 0.18);
}

.bd-language-flag {
    width: 18px;
    height: 12px;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
}

.bd-language-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    font-size: 0.96rem;
    line-height: 1;
}

.bd-button,
.bd-icon-button,
.bd-text-link {
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.bd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 48px;
    padding: 0.85rem 1.35rem;
    font-weight: 700;
    letter-spacing: 0;
}

.bd-button:hover,
.bd-icon-button:hover,
.bd-text-link:hover {
    transform: translateY(-2px);
}

.bd-button--primary {
    background: var(--bd-gradient);
    color: var(--bd-accent-ink);
    box-shadow: 0 12px 30px var(--bd-accent-shadow-soft);
}

.bd-button--secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--bd-border-strong);
    color: var(--bd-heading);
}

.bd-button--ghost {
    background: transparent;
    border: 1px solid var(--bd-border);
    color: var(--bd-text-soft);
}

html[data-bd-theme="light"] .bd-button--ghost {
    background: rgba(255, 255, 255, 0.52);
    color: var(--bd-heading);
}

.bd-button--block {
    width: 100%;
}

.bd-icon-button {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid var(--bd-border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--bd-text-soft);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

html[data-bd-theme="light"] .bd-icon-button[aria-pressed="true"] {
    border-color: rgba(189, 132, 34, 0.34);
    box-shadow: 0 10px 24px rgba(189, 132, 34, 0.13);
}

.bd-mobile-actions .bd-icon-button[data-theme-toggle] {
    width: 100%;
    gap: 0.45rem;
}

.bd-icon-button__sun,
.bd-icon-button__moon {
    line-height: 1;
}

html[data-bd-theme="dark"] .bd-icon-button__sun {
    display: none;
}

html[data-bd-theme="dark"] .bd-icon-button__moon {
    display: inline;
}

html[data-bd-theme="light"] .bd-icon-button__sun {
    display: inline;
}

html[data-bd-theme="light"] .bd-icon-button__moon {
    display: none;
}

.bd-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--bd-border);
    border-radius: 999px;
    background: transparent;
    position: relative;
}

.bd-mobile-toggle span {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    background: var(--bd-heading);
    transform: translateX(-50%);
}

.bd-mobile-toggle span:first-child {
    top: 17px;
}

.bd-mobile-toggle span:last-child {
    top: 24px;
}

.bd-mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(2, 6, 14, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.bd-mobile-panel.is-open {
    opacity: 1;
    pointer-events: auto;
}

.bd-mobile-panel__inner {
    width: min(92vw, 420px);
    height: 100%;
    margin-left: auto;
    padding: 1.25rem;
    border-radius: 32px 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transform: translateX(100%);
    transition: transform 0.22s ease;
}

.bd-mobile-panel.is-open .bd-mobile-panel__inner {
    transform: translateX(0);
}

.bd-mobile-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bd-mobile-title {
    font-family: var(--bd-font-display);
    font-size: 1.2rem;
}

.bd-mobile-nav .bd-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.bd-mobile-nav .bd-nav-list a {
    font-size: 1.1rem;
    color: var(--bd-heading);
}

.bd-section {
    padding: 5.5rem 0;
}

.bd-section--muted {
    background: linear-gradient(180deg, transparent, rgba(83, 166, 255, 0.05) 18%, transparent);
}

.bd-section--cta {
    padding-top: 0;
}

.bd-hero {
    min-height: calc(100vh - 86px);
    display: flex;
    align-items: center;
    padding: 4rem 0 5rem;
}

.bd-hero--compact {
    min-height: auto;
    padding-top: 2.5rem;
}

.bd-hero-grid,
.bd-grid {
    display: grid;
    gap: 1.25rem;
}

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

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

.bd-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bd-grid--align-start {
    align-items: start;
}

.bd-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: var(--bd-lime-soft);
    color: var(--bd-lime);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bd-title-xl {
    font-size: clamp(2.8rem, 5vw, 5.7rem);
}

.bd-title-lg {
    font-size: clamp(2rem, 3vw, 3.25rem);
}

.bd-lead {
    max-width: 62ch;
    font-size: 1.05rem;
    color: var(--bd-text-soft);
}

.bd-section-heading {
    margin-bottom: 2rem;
    max-width: 820px;
}

.bd-card,
.bd-product-spotlight,
.bd-app-preview,
.bd-dashboard-mock,
.bd-cta-band,
.bd-booking-shell,
.bd-generic-shell article {
    border-radius: var(--bd-radius);
    padding: 1.35rem;
    position: relative;
    overflow: hidden;
}

.bd-card::before,
.bd-product-spotlight::before,
.bd-app-preview::before,
.bd-dashboard-mock::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 36%);
    pointer-events: none;
}

html[data-bd-theme="light"] .bd-card,
html[data-bd-theme="light"] .bd-dashboard-mock,
html[data-bd-theme="light"] .bd-product-spotlight,
html[data-bd-theme="light"] .bd-cta-band,
html[data-bd-theme="light"] .bd-booking-shell,
html[data-bd-theme="light"] .bd-generic-shell article,
html[data-bd-theme="light"] .bd-app-preview,
html[data-bd-theme="light"] .bd-cart__items,
html[data-bd-theme="light"] .bd-cart__summary,
html[data-bd-theme="light"] .bd-store-checkout,
html[data-bd-theme="light"] .woocommerce div.product,
html[data-bd-theme="light"] .woocommerce ul.products li.product {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(12, 37, 73, 0.1);
    box-shadow: var(--bd-shadow-soft);
}

html[data-bd-theme="light"] .bd-card::before,
html[data-bd-theme="light"] .bd-product-spotlight::before,
html[data-bd-theme="light"] .bd-app-preview::before,
html[data-bd-theme="light"] .bd-dashboard-mock::before {
    background: linear-gradient(135deg, rgba(23, 107, 216, 0.07), transparent 34%);
}

.bd-card h3,
.bd-product-spotlight h3,
.bd-dashboard-mock h3,
.bd-app-preview h3 {
    font-size: 1.3rem;
}

.bd-card p,
.bd-product-spotlight p,
.bd-dashboard-mock p,
.bd-app-preview p,
.bd-product-meta,
.bd-empty-state,
.bd-list span {
    color: var(--bd-text-soft);
}

.bd-card--soft {
    background: var(--bd-panel-soft);
}

.bd-stat-card {
    padding: 1rem;
    border-radius: var(--bd-radius-sm);
    background: var(--bd-gradient-soft);
    border: 1px solid var(--bd-border);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.bd-stat-card span {
    color: var(--bd-text-soft);
    font-size: 0.82rem;
}

.bd-stat-card strong {
    font-family: var(--bd-font-display);
    font-size: 1.08rem;
    line-height: 1.2;
}

.bd-dashboard-mock__bar,
.bd-app-preview__chart {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: var(--bd-gradient);
    margin-bottom: 1.1rem;
}

.bd-chip-row {
    margin-top: 1.5rem;
}

.bd-chip,
.bd-product-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--bd-border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--bd-text-soft);
    font-size: 0.84rem;
}

.bd-product-chip strong {
    color: var(--bd-heading);
}

.bd-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--bd-gradient);
    color: var(--bd-accent-ink);
    font-family: var(--bd-font-display);
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.bd-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bd-lime);
    font-weight: 700;
}

.bd-text-link::after {
    content: "↗";
}

.bd-product-strip {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.bd-product-spotlight,
.bd-cta-band {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bd-cta-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bd-list {
    list-style: none;
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.bd-list li {
    display: grid;
    gap: 0.1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--bd-border);
}

.bd-list strong {
    color: var(--bd-heading);
}

.bd-empty-state {
    padding: 1.15rem;
    border-radius: var(--bd-radius-sm);
    border: 1px dashed var(--bd-border-strong);
    background: rgba(255, 255, 255, 0.03);
}

html[data-bd-theme="light"] .bd-empty-state,
html[data-bd-theme="light"] .bd-agency-hero-note,
html[data-bd-theme="light"] .bd-logi-console__brand,
html[data-bd-theme="light"] .bd-logi-panel-grid > div,
html[data-bd-theme="light"] .bd-form-notice {
    background: rgba(244, 248, 253, 0.88);
}

.bd-course-card,
.bd-prose {
    min-height: 100%;
}

.bd-prose {
    max-width: 780px;
}

.bd-prose > * + * {
    margin-top: 1rem;
}

.bd-prose ul {
    padding-left: 1.2rem;
}

.bd-agency-hero-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bd-agency-hero-note {
    padding: 1rem 1.1rem;
    border-radius: var(--bd-radius-sm);
    border: 1px solid var(--bd-border);
    background: rgba(255, 255, 255, 0.03);
}

.bd-agency-hero-note p {
    margin: 0;
}

.bd-agency-proof-copy {
    margin-top: 0.8rem;
    max-width: 72ch;
    color: var(--bd-text-soft);
}

.bd-agency-plan-grid,
.bd-agency-service-grid,
.bd-agency-process-grid {
    align-items: stretch;
}

.bd-agency-plan,
.bd-agency-problem-card,
.bd-agency-service-card,
.bd-agency-process-card,
.bd-agency-portfolio-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bd-agency-plan:hover,
.bd-agency-problem-card:hover,
.bd-agency-service-card:hover,
.bd-agency-process-card:hover,
.bd-agency-portfolio-card:hover {
    transform: translateY(-4px);
    border-color: var(--bd-border-strong);
    box-shadow: 0 18px 42px rgba(8, 15, 28, 0.18);
}

.bd-agency-plan--featured {
    border-color: var(--bd-border-strong);
    box-shadow: 0 18px 44px var(--bd-accent-shadow-soft);
}

.bd-agency-plan-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.48rem 0.78rem;
    border-radius: 999px;
    background: var(--bd-gradient-soft);
    border: 1px solid var(--bd-border);
    color: var(--bd-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bd-agency-plan-meta {
    margin: 0;
    color: var(--bd-heading);
    font-weight: 700;
}

.bd-agency-plan-list {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.82rem;
}

.bd-agency-plan-list li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--bd-text-soft);
}

.bd-agency-plan-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--bd-gradient);
    transform: translateY(-50%);
}

html[lang^="ar"] .bd-agency-plan-list li {
    padding-right: 1.25rem;
    padding-left: 0;
}

html[lang^="ar"] .bd-agency-plan-list li::before {
    right: 0;
    left: auto;
}

.bd-agency-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bd-gradient-soft);
    border: 1px solid var(--bd-border);
    color: var(--bd-heading);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bd-agency-icon svg {
    width: 24px;
    height: 24px;
}

.bd-agency-service-copy {
    display: grid;
    gap: 0.4rem;
}

.bd-agency-service-card .bd-text-link,
.bd-agency-portfolio-card .bd-text-link,
.bd-agency-plan .bd-button {
    margin-top: auto;
}

.bd-agency-inline-cta {
    margin-top: 1.5rem;
}

.bd-agency-booking-copy {
    margin-bottom: 1.5rem;
}

.bd-agency-booking-copy p {
    max-width: 72ch;
}

.bd-anchor-section {
    scroll-margin-top: 7.5rem;
}

.bd-video-hero-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bd-video-preview {
    display: grid;
    gap: 1rem;
}

.bd-video-preview__screen {
    position: relative;
    min-height: 280px;
    border-radius: calc(var(--bd-radius) - 4px);
    border: 1px solid var(--bd-border);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(250, 204, 21, 0.18), transparent 24%),
        radial-gradient(circle at 18% 20%, rgba(90, 171, 255, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(11, 19, 34, 0.98), rgba(15, 23, 42, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bd-video-preview__screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(var(--bd-grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--bd-grid-line) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.7;
}

.bd-video-preview__screen::after {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bd-video-preview__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bd-video-preview__play span {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.92), rgba(255, 228, 156, 0.88));
    box-shadow: 0 18px 40px rgba(250, 204, 21, 0.24);
}

.bd-video-preview__play span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    border-left: 22px solid var(--bd-accent-ink);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.bd-video-preview__meta {
    display: grid;
    gap: 0.45rem;
}

.bd-video-preview__meta strong {
    font-family: var(--bd-font-display);
    font-size: 1.08rem;
    color: var(--bd-heading);
}

.bd-video-preview__meta p {
    margin: 0;
}

.bd-video-signal-grid {
    align-items: stretch;
}

.bd-video-problem-card,
.bd-video-deliverable-card,
.bd-video-proof-card,
.bd-video-workflow-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bd-video-problem-card:hover,
.bd-video-deliverable-card:hover,
.bd-video-proof-card:hover,
.bd-video-workflow-card:hover {
    transform: translateY(-4px);
    border-color: var(--bd-border-strong);
    box-shadow: 0 18px 42px rgba(8, 15, 28, 0.16);
}

.bd-video-deliverable-card .bd-text-link,
.bd-video-proof-card .bd-text-link {
    margin-top: auto;
}

.bd-footer-shell,
.bd-footer-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bd-site-footer {
    margin: 4rem auto 1.5rem;
    padding: 1.5rem 0;
    border-radius: 30px;
}

.bd-footer-shell {
    padding: 0.4rem 0 1.25rem;
    border-bottom: 1px solid var(--bd-border);
    flex-wrap: wrap;
}

.bd-footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 480px;
}

.bd-footer-brand h2 {
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
}

.bd-footer-base {
    padding-top: 1rem;
    color: var(--bd-text-soft);
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.bd-floating-booking {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 35;
    min-width: 88px;
    min-height: 56px;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    background: var(--bd-gradient);
    color: var(--bd-accent-ink);
    font-weight: 800;
    box-shadow: 0 18px 44px var(--bd-accent-shadow);
}

.bd-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bd-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bd-app-preview {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1rem;
}

.bd-app-preview__sidebar {
    border-radius: var(--bd-radius-sm);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--bd-border);
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
    color: var(--bd-text-soft);
}

.bd-app-preview__surface {
    border-radius: var(--bd-radius-sm);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--bd-border);
    padding: 1rem;
}

.bd-app-preview__table {
    display: grid;
    gap: 0.6rem;
    margin-top: 1rem;
}

.bd-app-preview__table span {
    display: block;
    padding: 0.72rem 0.85rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--bd-text-soft);
}

.bd-booking-shell > * {
    max-width: 100%;
}

.bd-saas-shell .baha-saas-form-wrap {
    max-width: 100%;
    border-radius: 22px;
}

.bd-booking-shell .bookingpress-form-wrp,
.bd-booking-shell .bookingpress-booking-form,
.bd-booking-shell .bpa-front-form {
    max-width: 100%;
}

@media (max-width: 1100px) {
    .bd-nav {
        display: none;
    }

    .bd-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .bd-header-cta,
    .bd-language-switcher {
        display: none;
    }

    .bd-language-switcher--mobile {
        display: block;
    }

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

@media (max-width: 900px) {
    .bd-hero-grid,
    .bd-grid-2,
    .bd-grid-3,
    .bd-grid-4,
    .bd-app-preview,
    .bd-cta-band,
    .bd-footer-shell,
    .bd-footer-base {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .bd-title-xl {
        font-size: clamp(2.4rem, 9vw, 4rem);
    }

    .bd-video-signal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bd-section {
        padding: 4rem 0;
    }

    .bd-header-shell {
        border-radius: 24px;
        padding: 0.85rem;
    }

    .bd-brand-copy span {
        display: none;
    }

    .bd-card,
    .bd-product-spotlight,
    .bd-app-preview,
    .bd-dashboard-mock,
    .bd-cta-band,
    .bd-booking-shell,
    .bd-generic-shell article {
        padding: 1.05rem;
    }

    .bd-floating-booking {
        right: 1rem;
        bottom: 1rem;
        min-width: 72px;
        min-height: 52px;
    }

    .bd-agency-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .bd-agency-plan-list li {
        padding-left: 1rem;
    }

    html[lang^="ar"] .bd-agency-plan-list li {
        padding-right: 1rem;
    }

    .bd-video-preview__screen {
        min-height: 220px;
    }

    .bd-video-preview__play span {
        width: 74px;
        height: 74px;
    }

    .bd-video-preview__play span::before {
        border-left-width: 18px;
        border-top-width: 12px;
        border-bottom-width: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .bd-reveal,
    .bd-button,
    .bd-icon-button,
    .bd-text-link,
    .bd-mobile-panel,
    .bd-mobile-panel__inner {
        transition: none;
    }
}

.bd-language-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--bd-blue-soft);
    color: var(--bd-heading);
    font-size: 0.68rem;
    font-weight: 800;
}

.bd-page-hero {
    padding-top: clamp(4rem, 9vw, 7rem);
    direction: ltr;
    unicode-bidi: isolate;
}

.bd-page-hero .bd-container,
.bd-page-hero .bd-kicker,
.bd-page-hero .bd-title-xl,
.bd-page-hero .bd-lead,
.bd-store-checkout {
    direction: ltr;
    unicode-bidi: isolate;
}

.bd-store-checkout__legacy {
    direction: rtl;
    unicode-bidi: isolate;
}

.bd-store-checkout__legacy .baha-checkout-loading {
    direction: ltr;
    unicode-bidi: isolate;
}

.bd-logi-console {
    display: grid;
    gap: 1.2rem;
}

.bd-logi-console__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius-sm);
    background: rgba(255, 255, 255, 0.04);
}

.bd-logi-console__brand img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 14px;
    background: var(--bd-panel-strong);
}

.bd-logi-console__brand span,
.bd-logi-panel-grid span,
.bd-logi-flow span,
.bd-product-meta span:first-child,
.bd-cart-item__price span,
.bd-cart-item__subtotal span {
    color: var(--bd-text-soft);
    font-size: 0.84rem;
}

.bd-logi-console__brand strong,
.bd-logi-panel-grid strong {
    display: block;
    color: var(--bd-heading);
}

.bd-logi-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.bd-logi-flow span {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.7rem;
    border-radius: 999px;
    background: var(--bd-blue-soft);
    border: 1px solid var(--bd-border);
}

.bd-logi-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.bd-logi-panel-grid > div,
.bd-status-card,
.bd-product-card,
.bd-case-card {
    min-width: 0;
}

.bd-logi-panel-grid > div {
    padding: 1rem;
    border-radius: var(--bd-radius-sm);
    border: 1px solid var(--bd-border);
    background: var(--bd-panel-soft);
}

.bd-chip.is-active {
    background: rgba(70, 211, 146, 0.14);
    border-color: rgba(70, 211, 146, 0.34);
    color: #76f0b5;
}

html[data-bd-theme="light"] .bd-chip.is-active {
    color: #0b6d45;
}

.bd-chip.is-muted {
    background: rgba(255, 255, 255, 0.04);
    color: var(--bd-text-soft);
}

.bd-product-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.bd-product-card h3,
.bd-status-card h3,
.bd-case-card h3 {
    overflow-wrap: anywhere;
}

.bd-product-card__bottom,
.bd-product-meta,
.bd-cart-item__price,
.bd-cart-item__subtotal,
.bd-mini-cart__head,
.bd-mini-cart__total,
.bd-cart__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bd-product-card__bottom {
    margin-top: auto;
    flex-wrap: wrap;
}

.bd-product-meta {
    padding: 0.85rem 0;
    border-top: 1px solid var(--bd-border);
    border-bottom: 1px solid var(--bd-border);
}

.bd-woocommerce-shell,
.bd-woo-shell {
    position: relative;
    z-index: 1;
}

.bd-shop-intro {
    margin-bottom: 2rem;
    max-width: 760px;
}

.bd-woo-section ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.bd-woo-section ul.products::before,
.bd-woo-section ul.products::after {
    display: none;
}

.bd-woo-section ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 1rem;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius-sm);
    background: var(--bd-panel);
    box-shadow: var(--bd-shadow-soft);
}

.bd-woo-section ul.products li.product .button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
    min-height: 48px;
    border-radius: 999px;
    border: 1px solid var(--bd-border-strong);
    background: var(--bd-gradient);
    color: var(--bd-accent-ink);
    font-weight: 800;
    padding: 0.85rem 1.2rem;
}

.bd-product-delivery-note {
    display: grid;
    gap: 0.7rem;
    margin: 1.2rem 0;
    padding: 1rem;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius-sm);
    background: var(--bd-panel-soft);
}

.bd-product-delivery-note__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.bd-product-delivery-note__meta span {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: var(--bd-blue-soft);
    color: var(--bd-heading);
    font-size: 0.84rem;
}

.bd-contact-form {
    display: grid;
    gap: 1rem;
}

.bd-contact-form label {
    display: grid;
    gap: 0.4rem;
    color: var(--bd-heading);
    font-weight: 700;
}

.bd-contact-form input,
.bd-contact-form textarea,
.bd-cart__coupon input,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--bd-border);
    border-radius: 12px;
    background: var(--bd-panel-strong);
    color: var(--bd-text);
    padding: 0.85rem 1rem;
    font: inherit;
}

.bd-contact-form textarea,
.woocommerce textarea {
    min-height: 132px;
    resize: vertical;
}

.bd-contact-form input:focus,
.bd-contact-form textarea:focus,
.bd-cart__coupon input:focus,
.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
    outline: 2px solid var(--bd-blue);
    outline-offset: 2px;
}

.bd-form-notice {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: var(--bd-radius-sm);
    border: 1px solid var(--bd-border);
    background: var(--bd-panel-soft);
}

.bd-form-notice--success {
    border-color: rgba(70, 211, 146, 0.34);
}

.bd-form-notice--error {
    border-color: rgba(248, 113, 113, 0.45);
}

.bd-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 1.3rem;
    align-items: start;
}

.bd-cart__items,
.bd-cart__summary,
.bd-empty-state {
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius);
    background: var(--bd-panel);
    box-shadow: var(--bd-shadow-soft);
}

.bd-cart__items,
.bd-cart__summary {
    padding: clamp(1rem, 3vw, 1.4rem);
}

.bd-cart__head {
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
    border-bottom: 1px solid var(--bd-border);
    color: var(--bd-text-soft);
    font-weight: 800;
}

.bd-cart-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) minmax(180px, 230px);
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bd-border);
}

.bd-cart-item__media img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 14px;
    background: var(--bd-panel-soft);
}

.bd-cart-item__content h3 {
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.bd-cart-item__controls {
    display: grid;
    gap: 0.8rem;
    justify-items: end;
}

.bd-cart-item__quantity .quantity {
    display: flex;
    align-items: center;
}

.bd-cart-item__quantity input.qty {
    width: 82px;
    min-height: 48px;
    text-align: center;
}

.bd-cart-item__remove {
    color: var(--bd-text-soft);
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.bd-cart__actions {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.bd-cart__coupon {
    display: grid;
    gap: 0.35rem;
    min-width: min(100%, 260px);
}

.bd-mini-cart {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 60;
}

.bd-mini-cart__toggle {
    min-width: 64px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 1px solid var(--bd-border-strong);
    border-radius: 999px;
    background: var(--bd-gradient);
    color: var(--bd-accent-ink);
    font-weight: 900;
    box-shadow: 0 16px 42px var(--bd-accent-shadow-soft);
    cursor: pointer;
}

.bd-mini-cart__count {
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(4, 16, 24, 0.14);
}

.bd-mini-cart__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.7rem);
    width: min(360px, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius-sm);
    background: var(--bd-panel-strong);
    box-shadow: var(--bd-shadow);
}

.bd-mini-cart__items {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0;
    max-height: 280px;
    overflow: auto;
}

.bd-mini-cart__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    padding: 0.7rem;
    border-radius: 12px;
    background: var(--bd-panel-soft);
}

.bd-mini-cart__item span {
    overflow-wrap: anywhere;
}

.bd-mini-cart__total {
    padding: 0.85rem 0;
    border-top: 1px solid var(--bd-border);
}

.bd-mini-cart__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}

.baha-logi-my-software,
.baha-logi-order-access {
    display: grid;
    gap: 1rem;
}

.baha-logi-my-software__head,
.baha-logi-empty-access,
.baha-logi-access-card {
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius-sm);
    background: var(--bd-panel);
    box-shadow: var(--bd-shadow-soft);
    padding: clamp(1rem, 3vw, 1.25rem);
}

.baha-logi-my-software__head h2,
.baha-logi-access-card h3,
.baha-logi-order-access h2 {
    margin-bottom: 0.5rem;
}

.baha-logi-chip,
.baha-logi-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid var(--bd-border);
    background: var(--bd-blue-soft);
    color: var(--bd-heading);
    font-size: 0.78rem;
    font-weight: 800;
}

.baha-logi-access-card__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.baha-logi-access-card__meta,
.baha-logi-access-card__actions,
.baha-logi-plan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1rem 0;
}

.baha-logi-access-card__meta span {
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--bd-border);
    color: var(--bd-text-soft);
    font-size: 0.86rem;
}

.baha-logi-license-box,
.baha-logi-account-box,
.baha-logi-subscription-actions {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid var(--bd-border);
    border-radius: 12px;
    background: var(--bd-panel-soft);
}

.baha-logi-license-box code {
    display: inline-block;
    direction: ltr;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
    background: #06111f;
    color: var(--bd-gold);
}

.baha-logi-access-card .button,
.baha-logi-subscription-action .button {
    min-height: 44px;
    border-radius: 999px;
}

.baha-logi-subscription-action {
    display: inline-block;
    margin: 0;
}

.baha-logi-access-card__note,
.baha-logi-pending-plan {
    color: var(--bd-text-soft);
}

@media (max-width: 900px) {
    .bd-woo-section ul.products,
    .bd-cart__layout {
        grid-template-columns: 1fr;
    }

    .bd-cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .bd-cart-item__controls {
        grid-column: 1 / -1;
        justify-items: stretch;
    }
}

@media (max-width: 640px) {
    .bd-logi-flow,
    .bd-logi-panel-grid,
    .bd-mini-cart__actions {
        grid-template-columns: 1fr;
    }

    .bd-product-card__bottom,
    .bd-product-meta,
    .bd-cart__head,
    .bd-mini-cart__head,
    .bd-mini-cart__total {
        align-items: flex-start;
        flex-direction: column;
    }

    .bd-cart-item {
        grid-template-columns: 1fr;
    }

    .bd-cart-item__media img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .bd-mini-cart {
        right: 0.75rem;
        bottom: 0.75rem;
    }
}
