:root {
    --bf-black: #090d0f;
    --bf-ink: #111816;
    --bf-cream: #fff7df;
    --bf-paper: #f4efe3;
    --bf-line: rgba(255, 255, 255, 0.16);
    --bf-line-dark: rgba(17, 24, 22, 0.14);
    --bf-coral: #ff6f3d;
    --bf-mint: #57d7a8;
    --bf-cyan: #63c9f2;
    --bf-plum: #a883ff;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.bf-landing,
.bf-command-wrap {
    width: 100%;
    margin: 0;
}

.bf-landing {
    overflow-x: hidden;
    background: var(--bf-black);
    color: #ffffff;
}

body.bf-platform-home .bf-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(9, 13, 15, 0.58), rgba(9, 13, 15, 0.18));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.bf-platform-home .bf-nav .container {
    max-width: 1480px;
}

body.bf-platform-home .bf-logo,
body.bf-platform-home .bf-nav .nav-link {
    color: #ffffff;
}

body.bf-platform-home .bf-nav .nav-link {
    opacity: 0.82;
}

body.bf-platform-home .bf-nav .nav-link:hover {
    opacity: 1;
}

body.bf-platform-home .bf-nav .btn-dark {
    color: var(--bf-black);
    background: var(--bf-cream);
    border-color: var(--bf-cream);
}

body.bf-platform-home .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
}

body.bf-platform-home .navbar-toggler-icon {
    filter: invert(1);
}

.bf-landing *,
.bf-command-wrap * {
    box-sizing: border-box;
}

.bf-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.36rem 0.76rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    font-size: 0.76rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.bf-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.85rem 1.1rem;
    border-radius: 8px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.bf-action:hover {
    transform: translateY(-2px);
}

.bf-action--solid {
    color: var(--bf-black);
    border: 1px solid var(--bf-cream);
    background: var(--bf-cream);
}

.bf-action--outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
}

.bf-hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(9, 13, 15, 0.98) 0%, rgba(9, 13, 15, 0.82) 46%, rgba(9, 13, 15, 0.46) 100%),
        #090d0f;
}

.bf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, black 0%, transparent 78%);
}

.bf-hero__photo {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image: var(--hero-photo);
    background-size: cover;
    background-position: center;
    filter: saturate(1.08);
    transform: scale(1.02);
}

.bf-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(0deg, rgba(9, 13, 15, 0.84), rgba(9, 13, 15, 0.16) 54%, rgba(9, 13, 15, 0.72)),
        linear-gradient(110deg, rgba(255, 111, 61, 0.18), transparent 34%, rgba(87, 215, 168, 0.12) 72%, transparent);
}

.bf-hero__stage {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.76fr);
    align-items: center;
    gap: 3rem;
    min-height: 84vh;
    max-width: 1480px;
    margin: 0 auto;
    padding: 7rem 2rem 3rem;
}

.bf-hero__copy {
    max-width: 780px;
    min-width: 0;
    animation: bf-enter 680ms ease both;
}

.bf-hero h1 {
    max-width: 620px;
    margin: 1rem 0 1rem;
    color: #ffffff;
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
    text-shadow: 0 22px 70px rgba(0, 0, 0, 0.76);
}

.bf-hero p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
    line-height: 1.7;
    text-shadow: 0 12px 36px rgba(0, 0, 0, 0.66);
}

.bf-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.bf-product-theater {
    position: relative;
    min-width: 0;
    justify-self: end;
    width: min(100%, 34rem);
    padding: clamp(0.86rem, 2vw, 1.12rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 247, 223, 0.18), rgba(87, 215, 168, 0.08) 45%, rgba(255, 111, 61, 0.12)),
        rgba(9, 13, 15, 0.72);
    backdrop-filter: blur(22px);
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-7deg) rotateX(3deg);
    animation: bf-theater-float 7s ease-in-out infinite;
}

.bf-product-theater::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}

.bf-product-theater::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 247, 223, 0.7), transparent);
    transform: translateX(-100%);
    animation: bf-scan 6s ease-in-out infinite;
    pointer-events: none;
}

.bf-booking-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    min-height: 27rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    overflow: hidden;
    color: var(--bf-black);
    background: #fff9eb;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.bf-booking-photo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.72rem;
    min-width: 0;
    min-height: 100%;
    padding: 1.05rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(9, 13, 15, 0.08), rgba(9, 13, 15, 0.78)),
        var(--studio-photo);
    background-size: cover;
    background-position: center;
}

.bf-booking-photo::before {
    content: "";
    position: absolute;
    inset: auto 1.05rem 1.05rem 1.05rem;
    height: 3px;
    background: linear-gradient(90deg, var(--bf-coral), var(--bf-mint));
}

.bf-booking-photo span,
.bf-booking-photo strong {
    position: relative;
    z-index: 1;
}

.bf-booking-photo span {
    width: fit-content;
    max-width: 100%;
    padding: 0.34rem 0.52rem;
    border-radius: 999px;
    color: var(--bf-black);
    background: var(--bf-cream);
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.bf-booking-photo strong {
    max-width: 11rem;
    margin-bottom: 0.55rem;
    color: #ffffff;
    font-size: 1.36rem;
    line-height: 1.05;
    font-weight: 950;
}

.bf-booking-panel {
    display: grid;
    align-content: start;
    gap: 0.95rem;
    min-width: 0;
    padding: 1.05rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 247, 223, 0.5)),
        #fff9eb;
}

.bf-booking-status,
.bf-booking-provider,
.bf-booking-confirm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    min-width: 0;
}

.bf-booking-status {
    min-height: 2.3rem;
    color: rgba(17, 24, 22, 0.68);
    font-size: 0.78rem;
    font-weight: 900;
}

.bf-booking-status span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.bf-booking-status i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--bf-mint);
    box-shadow: 0 0 0 0 rgba(87, 215, 168, 0.62);
    animation: bf-node 2.4s ease-out infinite;
}

.bf-booking-status strong {
    color: var(--bf-black);
    font-size: 0.78rem;
}

.bf-booking-head {
    display: grid;
    gap: 0.32rem;
    min-width: 0;
}

.bf-booking-head span,
.bf-booking-provider small,
.bf-booking-confirm strong {
    color: rgba(17, 24, 22, 0.6);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.bf-booking-head strong {
    color: var(--bf-black);
    font-size: 1.42rem;
    line-height: 1.05;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.bf-booking-head em {
    color: rgba(17, 24, 22, 0.64);
    font-size: 0.88rem;
    font-style: normal;
}

.bf-booking-progress {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(17, 24, 22, 0.12);
}

.bf-booking-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bf-coral), var(--bf-mint));
    animation: bf-progress 3.8s ease-in-out infinite;
}

.bf-booking-days,
.bf-booking-times {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.bf-booking-days span,
.bf-booking-times span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border: 1px solid rgba(17, 24, 22, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    color: rgba(17, 24, 22, 0.74);
    font-size: 0.82rem;
    font-weight: 900;
    text-align: center;
}

.bf-booking-days span {
    flex-direction: column;
    gap: 0.35rem;
    min-height: 4.8rem;
}

.bf-booking-days strong {
    color: var(--bf-black);
    font-size: 1.2rem;
    line-height: 1;
}

.bf-booking-times span {
    min-height: 2.75rem;
}

.bf-booking-days .is-selected,
.bf-booking-times .is-selected {
    border-color: var(--bf-black);
    color: var(--bf-cream);
    background: var(--bf-black);
    box-shadow: 0 12px 28px rgba(9, 13, 15, 0.2);
}

.bf-booking-days .is-selected strong {
    color: var(--bf-cream);
}

.bf-booking-provider {
    min-height: 3.8rem;
    padding: 0.76rem;
    border: 1px solid rgba(17, 24, 22, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.bf-booking-avatar {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    color: var(--bf-black);
    background: linear-gradient(135deg, var(--bf-mint), var(--bf-cream));
    font-size: 0.78rem;
    font-weight: 950;
}

.bf-booking-provider > span:last-child {
    display: grid;
    flex: 1;
    gap: 0.1rem;
    min-width: 0;
}

.bf-booking-provider strong {
    color: var(--bf-black);
    line-height: 1.1;
}

.bf-booking-confirm {
    min-height: 3.45rem;
    padding: 0.78rem 0.9rem;
    border-radius: 8px;
    color: var(--bf-cream);
    background: var(--bf-black);
}

.bf-booking-confirm span {
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 950;
}

.bf-booking-confirm strong {
    flex: 0 0 auto;
    color: var(--bf-mint);
}

.bf-sector-rail {
    position: relative;
    display: flex;
    gap: 2.5rem;
    overflow: hidden;
    min-height: 4.1rem;
    align-items: center;
    padding-left: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(17, 24, 22, 0.12);
    color: var(--bf-black);
    background: var(--bf-cream);
    white-space: nowrap;
}

.bf-sector-rail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    height: 3px;
    background: linear-gradient(90deg, var(--bf-coral), var(--bf-mint), var(--bf-cyan));
    animation: bf-rail-scan 5s ease-in-out infinite;
}

.bf-sector-rail span {
    flex: 0 0 auto;
    font-size: 0.92rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bf-motion-spine,
.bf-journey-lab,
.bf-capability-radar,
.bf-pricing-heading,
.bf-plan-rows {
    max-width: 1480px;
}

.bf-motion-spine {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 3rem;
    align-items: center;
    margin: 0 auto;
    padding: 5rem 2rem;
    overflow: hidden;
    color: var(--bf-black);
    background:
        linear-gradient(115deg, transparent 0%, transparent 52%, rgba(17, 24, 22, 0.045) 52%, rgba(17, 24, 22, 0.045) 100%),
        #f5f0e6;
}

.bf-motion-spine::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--bf-coral), var(--bf-mint), var(--bf-cyan));
    transform: translateX(-100%);
    animation: bf-scan 5.4s ease-in-out infinite;
}

.bf-spine-copy {
    min-width: 0;
}

.bf-spine-copy .bf-kicker,
.bf-radar-copy .bf-kicker {
    color: var(--bf-black);
    background: rgba(17, 24, 22, 0.05);
}

.bf-spine-copy h2,
.bf-lab-copy h2,
.bf-radar-copy h2,
.bf-pricing-heading h2 {
    margin: 1rem 0 0;
    font-size: 2.25rem;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: 0;
}

.bf-spine-copy p,
.bf-lab-copy p,
.bf-radar-copy p {
    margin: 1rem 0 0;
    color: rgba(17, 24, 22, 0.68);
    font-size: 0.98rem;
    line-height: 1.72;
}

.bf-spine-visual {
    position: relative;
    display: grid;
    gap: 0.9rem;
    min-width: 0;
    padding: 1rem 0;
}

.bf-spine-line {
    position: absolute;
    left: 4.2rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--bf-coral), var(--bf-mint), var(--bf-cyan), transparent);
}

.bf-spine-line::after {
    content: "";
    position: absolute;
    left: -0.42rem;
    top: 0;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: var(--bf-cream);
    box-shadow: 0 0 0 8px rgba(255, 111, 61, 0.2);
    animation: bf-spine-dot 6.2s ease-in-out infinite;
}

.bf-spine-node {
    position: relative;
    display: grid;
    grid-template-columns: 6.2rem minmax(0, 1fr);
    gap: 0.3rem 1rem;
    align-items: center;
    min-height: 5.7rem;
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid rgba(17, 24, 22, 0.14);
}

.bf-spine-node:nth-child(2n) {
    margin-left: 4rem;
}

.bf-spine-node span {
    grid-row: span 2;
    color: var(--bf-coral);
    font-weight: 950;
    text-align: center;
}

.bf-spine-node strong {
    font-size: 1.28rem;
    line-height: 1.08;
}

.bf-spine-node em {
    color: rgba(17, 24, 22, 0.62);
    font-style: normal;
}

.bf-journey-lab {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
    margin: 0 auto;
    min-height: 680px;
    padding: 5rem 2rem;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(9, 13, 15, 0.92), rgba(9, 13, 15, 0.76)),
        var(--experience-photo);
    background-size: cover;
    background-position: center;
}

.bf-journey-lab::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 70px 70px;
    pointer-events: none;
}

.bf-lab-device,
.bf-lab-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.bf-lab-device {
    width: min(21rem, 100%);
    min-height: 32rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(9, 13, 15, 0.74);
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.45);
    animation: bf-phone 6s ease-in-out infinite;
}

.bf-lab-photo {
    min-height: 18rem;
    background-image:
        linear-gradient(180deg, transparent, rgba(9, 13, 15, 0.72)),
        var(--studio-photo);
    background-size: cover;
    background-position: center;
}

.bf-lab-confirm {
    display: grid;
    gap: 0.6rem;
    padding: 1.25rem;
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, var(--bf-coral), var(--bf-mint), var(--bf-cyan)) 1;
}

.bf-lab-confirm span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.8rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bf-lab-confirm strong {
    font-size: 1.45rem;
    line-height: 1.04;
}

.bf-lab-confirm em {
    color: var(--bf-mint);
    font-style: normal;
    font-weight: 950;
}

.bf-lab-copy .bf-kicker {
    color: rgba(255, 255, 255, 0.78);
}

.bf-lab-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.68);
}

.bf-journey-steps {
    display: grid;
    gap: 0;
    margin-top: 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.bf-journey-steps div {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 5.8rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bf-journey-steps span {
    color: var(--bf-cream);
    font-weight: 950;
    text-transform: uppercase;
}

.bf-journey-steps strong {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.45;
}

.bf-motion-spine[data-demo="platform-capabilities-clarity"] .bf-journey-steps {
    border-top-color: rgba(17, 24, 22, 0.14);
}

.bf-motion-spine[data-demo="platform-capabilities-clarity"] .bf-journey-steps div {
    border-bottom-color: rgba(17, 24, 22, 0.12);
}

.bf-motion-spine[data-demo="platform-capabilities-clarity"] .bf-journey-steps span {
    color: #8f3f24;
}

.bf-motion-spine[data-demo="platform-capabilities-clarity"] .bf-journey-steps strong {
    color: rgba(17, 24, 22, 0.78);
}

.bf-capability-radar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
    gap: 2rem;
    align-items: center;
    margin: 0 auto;
    min-height: 680px;
    padding: 5rem 2rem;
    overflow: hidden;
    color: var(--bf-black);
    background:
        linear-gradient(135deg, rgba(255, 111, 61, 0.08), transparent 34%),
        linear-gradient(225deg, rgba(87, 215, 168, 0.1), transparent 34%),
        #f5f0e6;
}

.bf-radar-copy {
    min-width: 0;
}

.bf-radar-map {
    position: relative;
    min-height: 540px;
    min-width: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 111, 61, 0.16) 0 2px, transparent 3px),
        radial-gradient(circle at 50% 50%, transparent 0 19%, rgba(17, 24, 22, 0.16) 19.2% 19.6%, transparent 19.8% 35%, rgba(17, 24, 22, 0.12) 35.2% 35.6%, transparent 35.8% 51%, rgba(17, 24, 22, 0.1) 51.2% 51.6%, transparent 51.8%),
        linear-gradient(rgba(17, 24, 22, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 24, 22, 0.05) 1px, transparent 1px);
    background-size: auto, auto, 58px 58px, 58px 58px;
    overflow: hidden;
}

.bf-radar-map::before,
.bf-radar-map::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: left center;
    width: 46%;
    height: 2px;
    background: linear-gradient(90deg, var(--bf-coral), transparent);
    animation: bf-radar-sweep 7s linear infinite;
}

.bf-radar-map::after {
    animation-delay: 3.5s;
    background: linear-gradient(90deg, var(--bf-mint), transparent);
}

.bf-radar-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 8.7rem;
    height: 8.7rem;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(17, 24, 22, 0.22);
    border-radius: 50%;
    color: #ffffff;
    background: var(--bf-black);
    box-shadow: 0 28px 80px rgba(17, 24, 22, 0.24);
}

.bf-radar-core span {
    align-self: end;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bf-radar-core strong {
    align-self: start;
    max-width: 7rem;
    text-align: center;
    font-size: 1.22rem;
    line-height: 1.05;
}

.bf-radar-point {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 0.35rem;
    width: min(15rem, 34%);
    padding: 0.8rem 0;
    border-top: 2px solid var(--bf-coral);
    background: rgba(244, 239, 227, 0.72);
    backdrop-filter: blur(8px);
}

.bf-radar-point strong {
    font-size: 0.98rem;
    line-height: 1.08;
}

.bf-radar-point span {
    color: rgba(17, 24, 22, 0.66);
    font-size: 0.86rem;
    line-height: 1.45;
}

.bf-radar-point--one { left: 4%; top: 12%; }
.bf-radar-point--two { right: 4%; top: 13%; border-top-color: var(--bf-mint); }
.bf-radar-point--three { right: 8%; top: 46%; border-top-color: var(--bf-cyan); }
.bf-radar-point--four { right: 22%; bottom: 7%; border-top-color: var(--bf-plum); }
.bf-radar-point--five { left: 10%; bottom: 11%; border-top-color: var(--bf-mint); }
.bf-radar-point--six { left: 3%; top: 48%; border-top-color: var(--bf-coral); }

.bf-pricing-rail {
    position: relative;
    padding: 5rem 2rem 5.5rem;
    overflow: hidden;
    background:
        linear-gradient(rgba(17, 24, 22, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 24, 22, 0.035) 1px, transparent 1px),
        #f4efe3;
    background-size: 54px 54px;
}

.bf-pricing-rail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bf-coral), var(--bf-mint), var(--bf-cyan));
    pointer-events: none;
}

.bf-pricing-heading,
.bf-plan-rows {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.bf-pricing-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.bf-pricing-heading h2 {
    max-width: 720px;
    color: var(--bf-black);
}

.bf-pricing-heading p {
    max-width: 560px;
    margin: 0.85rem 0 0;
    color: rgba(17, 24, 22, 0.66);
    line-height: 1.6;
}

.bf-pricing-rail .bf-kicker {
    color: var(--bf-black);
    background: rgba(17, 24, 22, 0.05);
}

.bf-pricing-rail .bf-action--outline {
    color: var(--bf-black);
    border-color: rgba(17, 24, 22, 0.22);
    background: rgba(255, 255, 255, 0.46);
}

.bf-plan-rows {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.bf-plan-row {
    position: relative;
    display: grid;
    align-content: start;
    gap: 1rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(17, 24, 22, 0.14);
    border-radius: 8px;
    color: var(--bf-black);
    background: rgba(255, 247, 223, 0.68);
    box-shadow: 0 22px 70px rgba(17, 24, 22, 0.08);
}

.bf-plan-row::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--bf-coral), var(--bf-mint));
}

.bf-plan-row.is-featured {
    background: #fff7df;
    box-shadow: 0 28px 86px rgba(17, 24, 22, 0.12);
}

.bf-plan-row__header {
    display: grid;
    gap: 0.36rem;
}

.bf-plan-row__header span {
    color: rgba(17, 24, 22, 0.58);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bf-plan-row__header h3 {
    margin: 0;
    color: var(--bf-black);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 950;
}

.bf-plan-row__header strong {
    color: var(--bf-black);
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 950;
}

.bf-plan-row__includes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.bf-plan-row__includes span {
    padding: 0.42rem 0.58rem;
    border: 1px solid rgba(17, 24, 22, 0.13);
    border-radius: 999px;
    color: rgba(17, 24, 22, 0.68);
    background: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    font-weight: 850;
}

.bf-plan-row__variants {
    display: grid;
    gap: 0.65rem;
}

.bf-plan-row__variants a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.22rem 0.8rem;
    align-items: center;
    min-width: 0;
    min-height: 4.4rem;
    padding: 0.82rem;
    border: 1px solid rgba(17, 24, 22, 0.14);
    border-radius: 8px;
    color: var(--bf-black);
    background: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.bf-plan-row__variants a:hover {
    transform: translateY(-2px);
    border-color: var(--bf-black);
    background: var(--bf-black);
}

.bf-plan-row__variants span {
    color: rgba(17, 24, 22, 0.58);
    font-size: 0.72rem;
    font-weight: 950;
}

.bf-plan-row__variants strong {
    grid-row: span 2;
    color: var(--bf-black);
    font-size: 1.18rem;
    line-height: 1;
    white-space: nowrap;
}

.bf-plan-row__variants em {
    color: rgba(17, 24, 22, 0.62);
    font-size: 0.86rem;
    font-style: normal;
}

.bf-plan-row__variants a:hover span,
.bf-plan-row__variants a:hover strong,
.bf-plan-row__variants a:hover em {
    color: var(--bf-cream);
}

.bf-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding: 3rem 2rem;
    color: #ffffff;
    background: #090d0f;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bf-footer__brand {
    max-width: 34rem;
}

.bf-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 950;
    text-decoration: none;
}

.bf-footer-mark {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 7px;
    background:
        linear-gradient(135deg, var(--bf-coral) 0 45%, transparent 45%),
        linear-gradient(315deg, var(--bf-mint) 0 45%, #ffffff 45%);
}

.bf-footer__brand p {
    max-width: 30rem;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.7;
}

.bf-footer__nav,
.bf-footer__meta {
    display: grid;
    gap: 0.75rem;
}

.bf-footer__nav a {
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
}

.bf-footer__nav a:hover {
    color: var(--bf-mint);
}

.bf-footer__meta {
    justify-content: end;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.88rem;
    text-align: right;
}

.bf-command-wrap {
    min-height: calc(100vh - 72px);
    padding: 2rem;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 111, 61, 0.12), transparent 36%),
        linear-gradient(225deg, rgba(87, 215, 168, 0.14), transparent 36%),
        var(--bf-black);
}

.bf-command-hero,
.bf-command-metrics,
.bf-command-grid {
    max-width: 1480px;
    margin: 0 auto;
}

.bf-command-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding: 4rem 0 2rem;
}

.bf-command-hero h1 {
    max-width: 900px;
    margin: 1rem 0;
    font-size: 4rem;
    line-height: 1;
    font-weight: 950;
}

.bf-command-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.08rem;
    line-height: 1.7;
}

.bf-command-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.bf-command-metrics div,
.bf-command-panel {
    background: rgba(255, 255, 255, 0.07);
}

.bf-command-metrics div {
    padding: 1.25rem;
}

.bf-command-metrics span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.bf-command-metrics strong {
    display: block;
    margin-top: 0.4rem;
    font-size: 2.6rem;
    line-height: 1;
}

.bf-command-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 1rem;
    margin-top: 1rem;
}

.bf-command-panel {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    overflow: hidden;
}

.bf-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    min-height: 4rem;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 950;
}

.bf-panel-heading a {
    color: var(--bf-cream);
    text-decoration: none;
}

.bf-business-list {
    display: grid;
}

.bf-business-row,
.bf-plan-line {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bf-business-row {
    grid-template-columns: minmax(0, 1fr) auto;
    color: #ffffff;
    text-decoration: none;
}

.bf-business-row:hover {
    background: rgba(255, 255, 255, 0.08);
}

.bf-business-row strong,
.bf-business-row small {
    display: block;
}

.bf-business-row small,
.bf-business-row em,
.bf-empty-state {
    color: rgba(255, 255, 255, 0.58);
    font-style: normal;
}

.bf-plan-line {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.bf-plan-line small {
    padding: 0.25rem 0.45rem;
    border-radius: 6px;
    color: var(--bf-cream);
    background: rgba(255, 247, 223, 0.12);
}

.bf-empty-state {
    padding: 1rem;
}

@keyframes bf-enter {
    from {
        transform: translateY(24px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes bf-theater-float {
    0%, 100% { transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) translateY(0); }
    50% { transform: perspective(1000px) rotateY(-5deg) rotateX(4deg) translateY(-12px); }
}

@keyframes bf-scan {
    0% { transform: translateX(-110%); }
    46%, 100% { transform: translateX(110%); }
}

@keyframes bf-now {
    0%, 100% { transform: translateY(-80px); }
    50% { transform: translateY(88px); }
}

@keyframes bf-route {
    0%, 100% { opacity: 0.24; }
    50% { opacity: 1; }
}

@keyframes bf-node {
    0% { box-shadow: 0 0 0 0 rgba(255, 247, 223, 0.62); }
    70% { box-shadow: 0 0 0 18px rgba(255, 247, 223, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 247, 223, 0); }
}

@keyframes bf-rail-scan {
    0% { transform: translateX(-110%); }
    48%, 100% { transform: translateX(290%); }
}

@keyframes bf-spine-dot {
    0%, 100% { top: 4%; }
    50% { top: 92%; }
}

@keyframes bf-radar-sweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes bf-phone {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes bf-progress {
    0%, 100% { transform: scaleX(0.28); transform-origin: left center; }
    50% { transform: scaleX(1); transform-origin: left center; }
}

@media (max-width: 1199.98px) {
    .bf-hero__stage,
    .bf-motion-spine,
    .bf-journey-lab,
    .bf-capability-radar,
    .bf-command-grid {
        grid-template-columns: 1fr;
    }

    .bf-hero__stage {
        gap: 2rem;
    }

    .bf-product-theater {
        justify-self: start;
        width: min(100%, 34rem);
        max-width: 100%;
        transform: none;
    }

    .bf-product-theater {
        animation: none;
    }

    .bf-journey-lab,
    .bf-capability-radar {
        min-height: 0;
    }

    .bf-lab-device {
        width: min(30rem, 100%);
        min-height: 34rem;
    }

    .bf-radar-map {
        min-height: 560px;
    }

    .bf-plan-rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.bf-platform-home .navbar-collapse {
        margin-top: 0.8rem;
        padding: 0.8rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 8px;
        background: rgba(9, 13, 15, 0.82);
    }

    .bf-hero__stage,
    .bf-motion-spine,
    .bf-journey-lab,
    .bf-capability-radar,
    .bf-pricing-rail,
    .bf-command-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bf-hero__stage {
        min-height: 0;
        padding-top: 6rem;
        padding-bottom: 1.25rem;
    }

    .bf-hero h1 {
        font-size: 2.65rem;
        line-height: 1;
    }

    .bf-hero p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .bf-product-theater {
        animation: none;
    }

    .bf-booking-shell {
        min-height: 25rem;
    }

    .bf-command-metrics {
        grid-template-columns: 1fr;
    }

    .bf-spine-copy h2,
    .bf-lab-copy h2,
    .bf-radar-copy h2,
    .bf-pricing-heading h2,
    .bf-command-hero h1 {
        font-size: 2.15rem;
        line-height: 1.04;
    }

    .bf-spine-node,
    .bf-spine-node:nth-child(2n) {
        margin-left: 0;
    }

    .bf-spine-node {
        grid-template-columns: 4.2rem minmax(0, 1fr);
    }

    .bf-spine-line {
        left: 3rem;
    }

    .bf-lab-device {
        min-height: 30rem;
    }

    .bf-lab-photo {
        min-height: 17rem;
    }

    .bf-journey-steps div {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        min-height: 5.2rem;
        padding: 0.9rem 0;
    }

    .bf-radar-map {
        min-height: 720px;
    }

    .bf-radar-core {
        width: 8.5rem;
        height: 8.5rem;
    }

    .bf-radar-point {
        width: 44%;
    }

    .bf-pricing-heading,
    .bf-command-hero {
        display: grid;
        align-items: start;
    }

    .bf-plan-rows {
        grid-template-columns: 1fr;
    }

    .bf-plan-row__variants strong {
        font-size: 1.08rem;
    }

    .bf-command-metrics strong {
        font-size: 2.2rem;
    }

    .bf-footer {
        grid-template-columns: 1fr;
        padding: 2.5rem 1rem;
    }

    .bf-footer__meta {
        justify-content: start;
        text-align: left;
    }
}

@media (max-width: 479.98px) {
    .bf-hero__stage {
        width: 22.25rem;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }

    .bf-hero__copy,
    .bf-product-theater {
        width: 100%;
        max-width: 100%;
    }

    .bf-hero h1 {
        font-size: 2.1rem;
        line-height: 1.06;
    }

    .bf-hero__actions {
        gap: 0.65rem;
    }

    .bf-action {
        flex: 1 1 0;
        min-width: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.92rem;
    }

    .bf-product-theater {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .bf-booking-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bf-booking-photo {
        min-height: 10.5rem;
    }

    .bf-booking-photo strong {
        max-width: 14rem;
        font-size: 1.15rem;
    }

    .bf-booking-panel {
        gap: 0.74rem;
        padding: 0.82rem;
    }

    .bf-booking-head strong {
        font-size: 1.18rem;
    }

    .bf-booking-days,
    .bf-booking-times {
        gap: 0.4rem;
    }

    .bf-booking-days span {
        min-height: 4.1rem;
    }

    .bf-booking-times span {
        min-height: 2.5rem;
        font-size: 0.78rem;
    }

    .bf-booking-confirm {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.28rem;
    }

    .bf-motion-spine,
    .bf-journey-lab,
    .bf-capability-radar,
    .bf-pricing-rail {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .bf-spine-copy h2,
    .bf-lab-copy h2,
    .bf-radar-copy h2,
    .bf-pricing-heading h2 {
        font-size: 2.05rem;
    }

    .bf-spine-node strong {
        font-size: 1.35rem;
    }

    .bf-radar-map {
        min-height: 0;
        display: grid;
        gap: 0.85rem;
        background:
            linear-gradient(rgba(17, 24, 22, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(17, 24, 22, 0.05) 1px, transparent 1px);
        background-size: 42px 42px;
    }

    .bf-radar-map::before,
    .bf-radar-map::after,
    .bf-radar-core {
        display: none;
    }

    .bf-radar-point,
    .bf-radar-point--one,
    .bf-radar-point--two,
    .bf-radar-point--three,
    .bf-radar-point--four,
    .bf-radar-point--five,
    .bf-radar-point--six {
        position: static;
        width: 100%;
        padding: 0.85rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bf-hero__copy,
    .bf-product-theater,
    .bf-product-theater::after,
    .bf-booking-status i,
    .bf-booking-progress span,
    .bf-sector-rail::after,
    .bf-motion-spine::before,
    .bf-spine-line::after,
    .bf-radar-map::before,
    .bf-radar-map::after,
    .bf-lab-device {
        animation: none !important;
    }

    .bf-action,
    .bf-plan-row {
        transition: none !important;
    }
}

body.bf-platform-home .theme-toggle--platform {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(9, 13, 15, 0.46);
    color: #ffffff;
}

body.bf-platform-home .theme-toggle--platform:hover,
body.bf-platform-home .theme-toggle--platform:focus-visible {
    border-color: rgba(87, 215, 168, 0.42);
    background: rgba(9, 13, 15, 0.68);
}

html[data-bs-theme="dark"] body.bf-platform-home {
    background: #070b13;
    color: #e5e7eb;
}

html[data-bs-theme="dark"] body.bf-platform-home .bf-nav {
    background: linear-gradient(180deg, rgba(7, 11, 19, 0.84), rgba(7, 11, 19, 0.28));
    border-bottom-color: rgba(148, 163, 184, 0.18);
}

html[data-bs-theme="dark"] .bf-booking-shell,
html[data-bs-theme="dark"] .bf-booking-panel,
html[data-bs-theme="dark"] .bf-sector-rail,
html[data-bs-theme="dark"] .bf-motion-spine,
html[data-bs-theme="dark"] .bf-capability-radar,
html[data-bs-theme="dark"] .bf-pricing-rail {
    color: #e5e7eb;
    background:
        linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 18% 6%, rgba(87, 215, 168, 0.1), transparent 28rem),
        #070b13;
    background-size: 54px 54px, 54px 54px, auto, auto;
}

html[data-bs-theme="dark"] .bf-booking-shell,
html[data-bs-theme="dark"] .bf-booking-provider,
html[data-bs-theme="dark"] .bf-booking-days span,
html[data-bs-theme="dark"] .bf-booking-times span,
html[data-bs-theme="dark"] .bf-radar-core,
html[data-bs-theme="dark"] .bf-radar-point,
html[data-bs-theme="dark"] .bf-plan-row,
html[data-bs-theme="dark"] .bf-plan-row__includes span,
html[data-bs-theme="dark"] .bf-plan-row__variants a {
    border-color: rgba(148, 163, 184, 0.18);
}

html[data-bs-theme="dark"] .bf-booking-panel,
html[data-bs-theme="dark"] .bf-booking-provider,
html[data-bs-theme="dark"] .bf-booking-days span,
html[data-bs-theme="dark"] .bf-booking-times span,
html[data-bs-theme="dark"] .bf-radar-point,
html[data-bs-theme="dark"] .bf-plan-row,
html[data-bs-theme="dark"] .bf-plan-row.is-featured,
html[data-bs-theme="dark"] .bf-plan-row__variants a,
html[data-bs-theme="dark"] .bf-plan-row__includes span {
    background: rgba(15, 23, 42, 0.78);
}

html[data-bs-theme="dark"] .bf-spine-copy h2,
html[data-bs-theme="dark"] .bf-radar-copy h2,
html[data-bs-theme="dark"] .bf-pricing-heading h2,
html[data-bs-theme="dark"] .bf-spine-node strong,
html[data-bs-theme="dark"] .bf-booking-status strong,
html[data-bs-theme="dark"] .bf-booking-head strong,
html[data-bs-theme="dark"] .bf-booking-provider strong,
html[data-bs-theme="dark"] .bf-booking-days strong,
html[data-bs-theme="dark"] .bf-radar-point strong,
html[data-bs-theme="dark"] .bf-plan-row__header h3,
html[data-bs-theme="dark"] .bf-plan-row__header strong,
html[data-bs-theme="dark"] .bf-plan-row__variants strong {
    color: #f8fafc;
}

html[data-bs-theme="dark"] .bf-spine-copy p,
html[data-bs-theme="dark"] .bf-radar-copy p,
html[data-bs-theme="dark"] .bf-pricing-heading p,
html[data-bs-theme="dark"] .bf-spine-node em,
html[data-bs-theme="dark"] .bf-booking-status,
html[data-bs-theme="dark"] .bf-booking-head span,
html[data-bs-theme="dark"] .bf-booking-head em,
html[data-bs-theme="dark"] .bf-booking-provider small,
html[data-bs-theme="dark"] .bf-booking-days span,
html[data-bs-theme="dark"] .bf-booking-times span,
html[data-bs-theme="dark"] .bf-radar-point span,
html[data-bs-theme="dark"] .bf-plan-row__header span,
html[data-bs-theme="dark"] .bf-plan-row__includes span,
html[data-bs-theme="dark"] .bf-plan-row__variants span,
html[data-bs-theme="dark"] .bf-plan-row__variants em {
    color: #94a3b8;
}

html[data-bs-theme="dark"] .bf-spine-copy .bf-kicker,
html[data-bs-theme="dark"] .bf-radar-copy .bf-kicker,
html[data-bs-theme="dark"] .bf-pricing-rail .bf-kicker {
    color: #f8fafc;
    border-color: rgba(148, 163, 184, 0.24);
    background: rgba(148, 163, 184, 0.1);
}

html[data-bs-theme="dark"] .bf-sector-rail {
    border-color: rgba(148, 163, 184, 0.16);
    color: #f8fafc;
}

html[data-bs-theme="dark"] .bf-booking-days .is-selected,
html[data-bs-theme="dark"] .bf-booking-times .is-selected,
html[data-bs-theme="dark"] .bf-plan-row__variants a:hover {
    border-color: #57d7a8;
    background: rgba(87, 215, 168, 0.14);
    color: #f8fafc;
}

html[data-bs-theme="dark"] .bf-booking-days .is-selected strong,
html[data-bs-theme="dark"] .bf-booking-times .is-selected,
html[data-bs-theme="dark"] .bf-plan-row__variants a:hover span,
html[data-bs-theme="dark"] .bf-plan-row__variants a:hover strong,
html[data-bs-theme="dark"] .bf-plan-row__variants a:hover em {
    color: #f8fafc;
}

html[data-bs-theme="dark"] .bf-booking-confirm,
html[data-bs-theme="dark"] .bf-radar-core {
    border-color: rgba(87, 215, 168, 0.28);
    background: rgba(5, 10, 18, 0.94);
}

html[data-bs-theme="dark"] .bf-capability-radar .bf-radar-map {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 111, 61, 0.24) 0 2px, transparent 3px),
        radial-gradient(circle at 50% 50%, transparent 0 19%, rgba(148, 163, 184, 0.2) 19.2% 19.6%, transparent 19.8% 35%, rgba(148, 163, 184, 0.15) 35.2% 35.6%, transparent 35.8% 51%, rgba(148, 163, 184, 0.11) 51.2% 51.6%, transparent 51.8%),
        linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
    background-size: auto, auto, 58px 58px, 58px 58px;
}
