﻿:root {
    --adb-bg: #08101c;
    --adb-bg-soft: rgba(255,255,255,.05);
    --adb-bg-softer: rgba(255,255,255,.07);
    --adb-border: rgba(255,255,255,.10);
    --adb-text: #eef4ff;
    --adb-muted: rgba(238,244,255,.72);
    --adb-shadow: 0 30px 80px rgba(0,0,0,.28);
    --adb-blue-1: #1f5eff;
    --adb-blue-2: #4f8cff;
    --adb-blue-3: #8ab4ff;
    --adb-blue-4: #bcd2ff;
    --adb-radius-xl: 32px;
    --adb-radius-lg: 24px;
    --adb-radius-md: 18px;
}

html[data-bs-theme="light"] {
    --adb-bg: #f5f8fd;
    --adb-bg-soft: rgba(255,255,255,.74);
    --adb-bg-softer: rgba(255,255,255,.92);
    --adb-border: rgba(18,32,62,.10);
    --adb-text: #0f1b33;
    --adb-muted: rgba(15,27,51,.70);
    --adb-shadow: 0 20px 50px rgba(17,36,79,.10);
    --adb-blue-1: #174ee6;
    --adb-blue-2: #3d74f2;
    --adb-blue-3: #6f9cff;
    --adb-blue-4: #c8d9ff;
}

body.layout-admindesk {
    color: var(--adb-text);
}

.adb-page {
    position: relative;
    overflow: clip;
    min-height: 100vh;
    background: transparent;
}

.adb-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.adb-bg-cover {
    position: absolute;
    inset: 0;
    background-image: url("../../img/cover.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .24;
}

html[data-bs-theme="light"] .adb-bg-cover {
    background-image: url("../../img/cover-light.png");
    opacity: .12;
}

.adb-bg-grid,
.adb-bg-grid-glow {
    position: absolute;
    inset: 0;
    background-size: 72px 72px;
}

.adb-bg-grid {
    opacity: .012;
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% - 1px), rgba(255,255,255,.08) calc(100% - 1px)), linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), rgba(255,255,255,.08) calc(100% - 1px));
}

html[data-bs-theme="light"] .adb-bg-grid {
    opacity: .014;
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% - 1px), rgba(15,27,51,.07) calc(100% - 1px)), linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), rgba(15,27,51,.07) calc(100% - 1px));
}

.adb-bg-grid-glow {
    opacity: 0;
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% - 1px), rgba(138,180,255,.34) calc(100% - 1px)), linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), rgba(138,180,255,.34) calc(100% - 1px));
    mask-image: radial-gradient( circle 110px at var(--adb-mx, 50%) var(--adb-my, 50%), rgba(0,0,0,.72) 0%, rgba(0,0,0,.42) 22%, rgba(0,0,0,.20) 46%, rgba(0,0,0,.08) 64%, rgba(0,0,0,.03) 76%, transparent 88% );
    -webkit-mask-image: radial-gradient( circle 110px at var(--adb-mx, 50%) var(--adb-my, 50%), rgba(0,0,0,.72) 0%, rgba(0,0,0,.42) 22%, rgba(0,0,0,.20) 46%, rgba(0,0,0,.08) 64%, rgba(0,0,0,.03) 76%, transparent 88% );
    filter: blur(.9px);
    transition: opacity .28s ease;
    mix-blend-mode: normal;
}

html[data-bs-theme="light"] .adb-bg-grid-glow {
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% - 1px), rgba(61,116,242,.22) calc(100% - 1px)), linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), rgba(61,116,242,.22) calc(100% - 1px));
}

body:has(.adb-lightbox:not([hidden])) #siteHeader {
    z-index: 1 !important;
}

.adb-page:hover .adb-bg-grid-glow {
    opacity: .72;
}

.adb-bg-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    opacity: .40;
    will-change: transform;
}

.adb-bg-orb-1 {
    width: 420px;
    height: 420px;
    left: -100px;
    top: 60px;
    background: rgba(31,94,255,.16);
}

.adb-bg-orb-2 {
    width: 520px;
    height: 520px;
    right: -120px;
    top: 120px;
    background: rgba(79,140,255,.14);
}

.adb-bg-orb-3 {
    width: 440px;
    height: 440px;
    left: 38%;
    bottom: 4%;
    background: rgba(138,180,255,.09);
}

.adb-page > .container,
.adb-page > .adb-scenes-range {
    position: relative;
    z-index: 1;
}

.adb-hero,
.adb-proof,
.adb-sticky-nav-wrap,
.adb-scene,
.adb-compact-band,
.adb-contact,
.adb-footer-links {
    padding-top: 32px;
    padding-bottom: 32px;
}

.adb-hero {
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: calc(100svh - var(--adb-header-offset, 0px));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adb-hero-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.adb-micro-pill,
.adb-section-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--adb-bg-soft);
    border: 1px solid var(--adb-border);
    color: var(--adb-muted);
    backdrop-filter: blur(12px);
    font-size: .84rem;
}

.adb-micro-pill--accent {
    color: var(--adb-text);
    background: linear-gradient(90deg, rgba(31,94,255,.16), rgba(79,140,255,.10));
    border-color: rgba(138,180,255,.26);
    box-shadow: 0 12px 28px rgba(20,50,120,.14);
}

.adb-pill-flag {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    flex: 0 0 auto;
}

.adb-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(440px, .78fr);
    gap: clamp(28px, 3.2vw, 56px);
    align-items: start;
    flex: 1 1 auto;
}

.adb-hero-copy {
    max-width: 900px;
    min-width: 0;
}

.adb-hero-overline {
    max-width: 58ch;
    color: var(--adb-blue-3);
    opacity: .92;
    font-size: .98rem;
    line-height: 1.5;
    margin-bottom: 14px;
    letter-spacing: .01em;
}

.adb-hero-title {
    font-weight: 800;
    font-size: clamp(56px, 6.2vw, 104px);
    line-height: .98;
    margin: 26px 0 24px;
}

.adb-hero-title span,
.adb-hero-title small {
    display: block;
}

.adb-hero-title small {
    max-width: 18ch;
    margin-top: 12px;
    color: var(--adb-blue-3);
    font-size: clamp(17px, 1.45vw, 24px);
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: .01em;
}

.adb-hero-kicker {
    margin-top: 0;
    max-width: 13ch;
    font-size: clamp(34px, 3.2vw, 54px);
    line-height: .96;
    font-weight: 820;
    letter-spacing: -.04em;
    background: linear-gradient(135deg, #dbe8ff 0%, #8ab4ff 38%, #4f8cff 68%, #1f5eff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

html[data-bs-theme="light"] .adb-hero-kicker {
    background: linear-gradient(135deg, #0f2f7a 0%, #174ee6 32%, #2f67ef 62%, #5b8cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.adb-hero-text {
    margin: 20px 0 0;
    max-width: 66ch;
    color: var(--adb-muted);
    font-size: 1.06rem;
    line-height: 1.62;
}

.adb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.adb-hero-foot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin-top: 26px;
    max-width: 760px;
}

    .adb-hero-foot > div {
        padding-top: 14px;
        border-top: 1px solid var(--adb-border);
    }

    .adb-hero-foot strong {
        display: block;
        color: var(--adb-text);
        font-size: 1rem;
    }

    .adb-hero-foot span {
        display: block;
        color: var(--adb-muted);
        font-size: .92rem;
        margin-top: 5px;
        line-height: 1.5;
    }

.adb-hero-visual {
    position: relative;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    flex-wrap: wrap;
}

.adb-hero-window-wrap {
    position: relative;
    width: min(100%, 620px);
    transition: transform .28s ease;
}

.adb-hero-visual:hover .adb-hero-window-wrap {
    transform: translate(-65px, -55px);
}

.adb-hero-visual:hover .adb-price-float {
    transform: translate(80px, 65px);
}

.adb-hero-window {
    position: relative;
    border-radius: var(--adb-radius-xl);
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(31,94,255,.18), transparent 28%), radial-gradient(circle at top right, rgba(79,140,255,.14), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
    border: 1px solid var(--adb-border);
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(16px);
    transform-style: preserve-3d;
    transition: box-shadow .28s ease;
}

.adb-hero-visual:hover .adb-hero-window {
    box-shadow: 0 36px 90px rgba(10,25,60,.24);
}

html[data-bs-theme="light"] .adb-hero-window {
    background: radial-gradient(circle at top left, rgba(31,94,255,.10), transparent 28%), radial-gradient(circle at top right, rgba(79,140,255,.08), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
}

.adb-window-bar {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--adb-border);
}

    .adb-window-bar span {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.24);
    }

html[data-bs-theme="light"] .adb-window-bar span {
    background: rgba(15,27,51,.18);
}

.adb-window-content {
    display: grid;
    grid-template-columns: minmax(290px, 1fr) minmax(180px, .72fr);
    gap: 12px;
    padding: 16px;
    min-height: 360px;
}

.adb-window-main {
    border-radius: 22px;
    padding: 20px;
    background: linear-gradient(145deg, rgba(31,94,255,.18), rgba(79,140,255,.14) 60%, rgba(138,180,255,.10));
    border: 1px solid rgba(255,255,255,.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

html[data-bs-theme="light"] .adb-window-main {
    border-color: rgba(18,32,62,.08);
    background: linear-gradient(145deg, rgba(31,94,255,.12), rgba(79,140,255,.08) 60%, rgba(138,180,255,.06));
}

.adb-window-label {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.12);
    color: var(--adb-text);
    font-size: .8rem;
    margin-bottom: 14px;
}

html[data-bs-theme="light"] .adb-window-label {
    background: rgba(255,255,255,.66);
    border-color: rgba(18,32,62,.08);
}

.adb-window-main h3 {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.5vw, 40px);
    line-height: .98;
    color: var(--adb-text);
    max-width: 10ch;
}

.adb-window-main p {
    margin: 0;
    color: var(--adb-muted);
    max-width: 30ch;
    font-size: .98rem;
    line-height: 1.5;
}

.adb-window-side {
    display: grid;
    gap: 10px;
}

.adb-mini-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--adb-border);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

    .adb-mini-line:hover,
    .adb-mini-line.is-active {
        transform: translateX(-4px);
        border-color: rgba(79,140,255,.34);
        background: rgba(79,140,255,.10);
        box-shadow: 0 16px 30px rgba(16,30,60,.16);
    }

html[data-bs-theme="light"] .adb-mini-line:hover,
html[data-bs-theme="light"] .adb-mini-line.is-active {
    background: rgba(79,140,255,.10);
}

.adb-mini-line span {
    color: var(--adb-muted);
    font-size: .82rem;
    margin-bottom: 4px;
}

.adb-mini-line b {
    color: var(--adb-text);
    font-size: 1rem;
    font-weight: 700;
}

.adb-price-float {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: min(290px, 82%);
    border-radius: 22px;
    padding: 16px;
    background: var(--adb-bg-softer);
    border: 1px solid var(--adb-border);
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(14px);
    transition: transform .28s ease, opacity .28s ease;
}

.adb-price-label {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--adb-blue-1), var(--adb-blue-2));
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.adb-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

    .adb-price-row .old {
        color: var(--adb-muted);
        text-decoration: line-through;
    }

    .adb-price-row .new {
        color: var(--adb-text);
        font-size: 1.65rem;
        font-weight: 900;
    }

    .adb-price-row .per {
        color: var(--adb-muted);
    }

.adb-price-float p {
    margin: 8px 0 0;
    color: var(--adb-muted);
    font-size: .92rem;
    line-height: 1.5;
}

.adb-proof {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px 22px;
    border: 1px solid var(--adb-border);
    border-radius: 24px;
    background: var(--adb-bg-soft);
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(14px);
}

    .adb-proof h2 {
        margin: 10px 0 8px;
        color: var(--adb-text);
        font-size: clamp(24px, 2.6vw, 34px);
        line-height: 1.02;
    }

    .adb-proof p {
        margin: 0;
        color: var(--adb-muted);
        max-width: 50ch;
    }

.adb-proof-stores {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.adb-scenes-range {
    position: relative;
}

.adb-sticky-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 20;
    padding-top: 14px;
    padding-bottom: 14px;
}

    .adb-sticky-nav-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

.adb-sticky-nav-wrap > * {
    position: relative;
    z-index: 1;
}

.adb-sticky-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: fit-content;
    padding: 8px;
    border-radius: 999px;
    background: rgba(8,16,28,.74);
    border: 1px solid var(--adb-border);
    backdrop-filter: blur(16px);
    box-shadow: var(--adb-shadow);
}

html[data-bs-theme="light"] .adb-sticky-nav {
    background: rgba(255,255,255,.82);
}

.adb-sticky-link {
    border: 0;
    background: transparent;
    color: var(--adb-muted);
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s ease;
}

    .adb-sticky-link.is-active {
        background: linear-gradient(90deg, var(--adb-blue-1), var(--adb-blue-2));
        color: #fff;
    }

.adb-scene {
    --adb-scene-focus: .35;
    min-height: 62vh;
    display: flex;
    align-items: center;
    opacity: 1;
    transform: scale(calc(.972 + var(--adb-scene-focus) * .028));
    transition: transform .22s linear;
    will-change: transform;
}

.adb-scene-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 30px;
    align-items: center;
    width: 100%;
    opacity: 1;
    filter: saturate(calc(.84 + var(--adb-scene-focus) * .16));
    transition: transform .18s linear, filter .18s linear, box-shadow .28s ease;
}

.adb-scenes-range .adb-compact-band {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 18px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--adb-border);
    border-radius: 28px;
    background: rgba(255,255,255,.06);
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

html[data-bs-theme="light"] .adb-scenes-range .adb-compact-band {
    background: rgba(255,255,255,.72);
}

.adb-scenes-range.is-engaged .adb-scene-grid {
    box-shadow: none;
}

.adb-scenes-range.is-engaged .adb-scene[data-scene-dominant="true"] .adb-scene-grid {
    box-shadow: 0 30px 90px rgba(10,25,60,.08);
}

.adb-scenes-range.is-engaged .adb-scene.is-primary .adb-scene-grid {
    box-shadow: 0 30px 90px rgba(10,25,60,.08);
}

.adb-scene-copy {
    max-width: 560px;
}

.adb-scene-no {
    font-size: clamp(64px, 10vw, 120px);
    line-height: .85;
    font-weight: 900;
    letter-spacing: -.06em;
    color: rgba(255,255,255,.08);
    margin-bottom: 4px;
}

html[data-bs-theme="light"] .adb-scene-no {
    color: rgba(15,27,51,.08);
}

.adb-scene-copy h2 {
    margin: 14px 0 14px;
    font-size: clamp(36px, 4vw, 60px);
    line-height: .96;
    letter-spacing: -.04em;
    color: var(--adb-text);
    max-width: 14ch;
}

.adb-scene-copy p {
    color: var(--adb-muted);
    font-size: 1.02rem;
    margin: 0 0 16px;
    max-width: 46ch;
}

.adb-scene-copy ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--adb-muted);
}

.adb-scene-copy li + li {
    margin-top: 6px;
}

.adb-scene-media {
    min-width: 0;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.adb-scene-stack {
    display: grid;
    gap: 12px;
    align-content: start;
}

.adb-scene-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 96px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--adb-border);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

    .adb-scene-card span {
        color: var(--adb-muted);
        font-size: .82rem;
        margin-bottom: 4px;
    }

    .adb-scene-card b {
        color: var(--adb-text);
        font-size: 1rem;
        font-weight: 700;
    }

    .adb-scene-card:hover,
    .adb-scene-card.is-active {
        transform: translateX(6px);
        border-color: rgba(79,140,255,.36);
        background: rgba(79,140,255,.10);
        box-shadow: 0 18px 34px rgba(17,36,79,.16);
    }

.adb-shot-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    touch-action: pan-y;
    border: 1px solid var(--adb-border);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    box-shadow: var(--adb-shadow);
    min-height: 460px;
    cursor: zoom-in;
}

.adb-shot-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 1px solid var(--adb-border);
    border-radius: 999px;
    background: rgba(8,16,28,.78);
    color: var(--adb-text);
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    cursor: pointer;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(0,0,0,.22);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

.adb-shot-frame {
    display: block;
    min-height: clamp(180px, 52vw, 420px);
}

    .adb-shot-frame > img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
    }

@media (max-width: 767.98px) {
    .adb-shot-frame {
        min-height: 220px;
    }

        .adb-shot-frame > img {
            min-height: 180px;
        }
}

html[data-bs-theme="light"] .adb-shot-nav {
    background: rgba(255,255,255,.88);
}

.adb-shot-nav--prev {
    left: 16px;
}

.adb-shot-nav--next {
    right: 16px;
}

.adb-shot-frame.has-gallery .adb-shot-nav {
    opacity: .96;
    pointer-events: auto;
}

.adb-shot-nav:hover {
    background: rgba(31,94,255,.78);
    transform: translateY(-50%) scale(1.04);
}

.adb-shot-gradient {
    background: radial-gradient(circle at top right, rgba(79,140,255,.20), transparent 32%), radial-gradient(circle at bottom left, rgba(138,180,255,.14), transparent 26%), linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}

.adb-shot-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: scale-down;
    transition: opacity .24s ease, transform .24s ease;
    will-change: transform, opacity;
}

.adb-shot-frame.is-switching img {
    opacity: .35;
    transform: scale(1.02);
}

.adb-swipe-anim {
    transition: transform .24s cubic-bezier(.22,.61,.36,1), opacity .24s ease;
}

.adb-swipe-exit-next {
    transform: translate3d(-12%, 0, 0) scale(.985);
    opacity: 0;
}

.adb-swipe-exit-prev {
    transform: translate3d(12%, 0, 0) scale(.985);
    opacity: 0;
}

.adb-swipe-enter-next,
.adb-swipe-enter-prev {
    transition: none;
    opacity: 0;
}

.adb-swipe-enter-next {
    transform: translate3d(12%, 0, 0) scale(.985);
}

.adb-swipe-enter-prev {
    transform: translate3d(-12%, 0, 0) scale(.985);
}

.adb-swipe-enter-active {
    transition: transform .3s cubic-bezier(.22,.61,.36,1), opacity .3s ease;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

.adb-zoomable {
    cursor: zoom-in;
}

.adb-compact-band {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 18px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--adb-border);
    border-radius: 28px;
    background: var(--adb-bg-soft);
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(16px);
}

.adb-compact-left h2 {
    margin: 10px 0 0;
    color: var(--adb-text);
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1;
}

.adb-compact-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .adb-compact-right span {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(255,255,255,.04);
        border: 1px solid var(--adb-border);
        color: var(--adb-text);
    }

.adb-seo-section {
    margin-top: 24px;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid var(--adb-border);
    border-radius: 32px;
    background:
        radial-gradient(circle at 10% 0, rgba(31,94,255,.12), transparent 32%),
        var(--adb-bg-soft);
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.adb-seo-intro {
    max-width: 920px;
}

.adb-seo-intro h2,
.adb-seo-faq h2 {
    margin: 10px 0 14px;
    color: var(--adb-text);
    font-size: clamp(28px, 3.8vw, 48px);
    line-height: 1.04;
}

.adb-seo-intro p {
    margin: 0;
    max-width: 76ch;
    color: var(--adb-muted);
    font-size: clamp(1rem, 1.35vw, 1.12rem);
    line-height: 1.7;
}

.adb-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.adb-seo-grid article {
    padding: 22px;
    border: 1px solid var(--adb-border);
    border-radius: 22px;
    background: rgba(255,255,255,.035);
}

.adb-seo-grid i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(79,140,255,.28);
    border-radius: 13px;
    color: #8fb5ff;
    background: rgba(31,94,255,.1);
}

.adb-seo-grid h3 {
    margin: 16px 0 8px;
    color: var(--adb-text);
    font-size: 1.08rem;
}

.adb-seo-grid p {
    margin: 0;
    color: var(--adb-muted);
    font-size: .94rem;
    line-height: 1.62;
}

.adb-seo-faq {
    margin-top: 36px;
}

.adb-seo-faq h2 {
    font-size: clamp(24px, 3vw, 36px);
}

.adb-seo-faq details {
    border-top: 1px solid var(--adb-border);
}

.adb-seo-faq details:last-child {
    border-bottom: 1px solid var(--adb-border);
}

.adb-seo-faq summary {
    position: relative;
    padding: 18px 44px 18px 0;
    color: var(--adb-text);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.adb-seo-faq summary::-webkit-details-marker {
    display: none;
}

.adb-seo-faq summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    color: #8fb5ff;
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    transform: translateY(-50%);
}

.adb-seo-faq details[open] summary::after {
    content: "−";
}

.adb-seo-faq details p {
    max-width: 82ch;
    margin: -4px 0 18px;
    color: var(--adb-muted);
    line-height: 1.65;
}

.adb-contact-shell {
    width: 100%;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid var(--adb-border);
    background: radial-gradient(circle at top left, rgba(31,94,255,.12), transparent 28%), radial-gradient(circle at top right, rgba(79,140,255,.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    box-shadow: var(--adb-shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transform: translateZ(0);
    will-change: transform;
    isolation: isolate;
}

.container.adb-contact {
    padding-left: 0;
    padding-right: 0;
}

.adb-contact-copy h2 {
    margin: 12px 0 10px;
    color: var(--adb-text);
    font-size: clamp(30px, 4vw, 54px);
    line-height: .98;
}

.adb-contact-copy p {
    margin: 0 0 20px;
    color: var(--adb-muted);
    max-width: 56ch;
}

.adb-footer-links-inner {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 0 22px;
}

.adb-footer-links-inner .btn {
    min-height: 50px;
    padding: 0 18px;
    border-radius: 16px;
    font-size: .98rem;
}

.adb-registry-docs {
    padding-top: 20px;
    padding-bottom: 30px;
}

.adb-registry-docs-header {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.adb-registry-docs-header h2 {
    margin: 10px 0 12px;
    color: var(--adb-text);
    font-size: clamp(28px, 3.5vw, 46px);
    line-height: 1.05;
}

.adb-registry-docs-header p {
    margin: 0;
    color: var(--adb-muted);
}

.adb-registry-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    max-width: 980px;
    margin: 26px auto 8px;
    overflow: hidden;
    border: 1px solid var(--adb-border);
    border-radius: 8px;
    background: var(--adb-border);
    backdrop-filter: blur(14px);
}

.adb-registry-facts > div {
    padding: 16px 18px;
    background: var(--adb-surface);
}

.adb-registry-facts dt {
    margin-bottom: 5px;
    color: var(--adb-muted);
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.adb-registry-facts dd {
    margin: 0;
    color: var(--adb-text);
    line-height: 1.45;
}

.adb-registry-downloads {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 18px;
}

.adb-lightbox[hidden] {
    display: none;
}

.adb-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 10, 18, .82);
    backdrop-filter: blur(10px);
    touch-action: none;
    padding: 24px;
    animation: adbLightboxFadeIn .22s ease;
}

html[data-bs-theme="light"] .adb-lightbox {
    background: rgba(245,248,253,.82);
}

.adb-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 54px;
    height: 54px;
    border: 1px solid var(--adb-border);
    border-radius: 999px;
    background: var(--adb-bg-softer);
    color: var(--adb-text);
    display: grid;
    place-items: center;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 50px rgba(0,0,0,.20);
}

.adb-lightbox:not(.has-gallery) .adb-lightbox-nav {
    display: none;
}

.adb-lightbox-nav--prev {
    left: 24px;
}

.adb-lightbox-nav--next {
    right: 24px;
}

.adb-lightbox-img {
    max-width: min(94vw, 1600px);
    max-height: 92vh;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0,0,0,.34);
    animation: adbLightboxZoomIn .22s ease;
    will-change: transform, opacity;
}

.adb-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--adb-border);
    border-radius: 999px;
    background: var(--adb-bg-softer);
    color: var(--adb-text);
    display: grid;
    place-items: center;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

@keyframes adbLightboxFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes adbLightboxZoomIn {
    from {
        opacity: 0;
        transform: scale(.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.adb-magnetic {
    position: relative;
    transition: transform .14s ease;
    will-change: transform;
}

html[data-bs-theme="light"] .btn.btn-outline-light {
    color: #0f1b33;
    border-color: rgba(15,27,51,.16);
    background: rgba(255,255,255,.72);
}

    html[data-bs-theme="light"] .btn.btn-outline-light:hover {
        color: #0f1b33;
        border-color: rgba(15,27,51,.28);
        background: rgba(255,255,255,.94);
    }

#demoSubmitBtn .btn-spinner {
    display: none;
}

#demoSubmitBtn[aria-busy="true"] .btn-text {
    display: none;
}

#demoSubmitBtn[aria-busy="true"] .btn-spinner {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

#demoSubmitBtn {
    min-width: 220px;
}

/* =========================================================
   TEAM SECTION
   ========================================================= */

.adb-team {
    position: relative;
    z-index: 1;
    margin-top: 42px;
    margin-bottom: 42px;
}

.adb-team-head {
    margin: 0 auto 26px;
    text-align: center;
}

    .adb-team-head h2 {
        margin: 10px 0 0;
        color: var(--adb-text);
        font-size: clamp(2rem, 4vw, 3.4rem);
        font-weight: 850;
        letter-spacing: -.01em;
        line-height: .98;
    }

    .adb-team-head p {
        margin: 14px auto 0;
        color: var(--adb-muted);
        font-size: 1.02rem;
        line-height: 1.65;
    }

.adb-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.adb-team-card {
    position: relative;
    overflow: hidden;
    padding: 30px 24px 26px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 32px;
    background: radial-gradient(circle at 50% 0%, rgba(79,140,255,.16), transparent 44%), linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
    box-shadow: 0 22px 80px rgba(0,0,0,.22);
    text-align: center;
    backdrop-filter: blur(14px);
}

    .adb-team-card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 38%), radial-gradient(circle at 50% 100%, rgba(31,94,255,.12), transparent 45%);
        opacity: .75;
    }

.adb-team-photo-wrap {
    position: relative;
    z-index: 1;
    width: 132px;
    height: 132px;
    margin: 0 auto 20px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), rgba(255,255,255,.06);
    box-shadow: 0 18px 50px rgba(0,0,0,.28), 0 0 0 8px rgba(79,140,255,.06);
}

.adb-team-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.adb-team-body {
    position: relative;
    z-index: 1;
}

    .adb-team-body h3 {
        margin: 0;
        color: var(--adb-text);
        font-size: 1.22rem;
        font-weight: 820;
        letter-spacing: -.02em;
    }

    .adb-team-body p {
        margin: 8px 0 0;
        color: var(--adb-muted);
        font-size: .96rem;
        line-height: 1.45;
    }

html[data-bs-theme="light"] .adb-team-card {
    border-color: rgba(18,32,62,.10);
    background: radial-gradient(circle at 50% 0%, rgba(31,94,255,.10), transparent 44%), linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
    box-shadow: 0 20px 60px rgba(17,36,79,.09);
}

    html[data-bs-theme="light"] .adb-team-card::before {
        background: linear-gradient(135deg, rgba(255,255,255,.75), transparent 40%), radial-gradient(circle at 50% 100%, rgba(31,94,255,.08), transparent 45%);
    }

html[data-bs-theme="light"] .adb-team-photo-wrap {
    border-color: rgba(18,32,62,.10);
    background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(241,245,249,.88)), rgba(255,255,255,.92);
    box-shadow: 0 16px 42px rgba(17,36,79,.12), 0 0 0 8px rgba(31,94,255,.045);
}

@media (max-width: 991.98px) {
    .adb-team-grid {
        grid-template-columns: 1fr;
    }

    .adb-team-card {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .adb-team {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .adb-team-head {
        text-align: left;
    }

        .adb-team-head p {
            margin-left: 0;
            margin-right: 0;
        }

    .adb-team-card {
        padding: 24px 18px 22px;
        border-radius: 26px;
    }

    .adb-team-photo-wrap {
        width: 118px;
        height: 118px;
    }
}

@media (max-width: 1399px) {
    .adb-hero-layout {
        grid-template-columns: minmax(0, 1.14fr) minmax(400px, .86fr);
        gap: 30px;
    }

    .adb-hero-title {
        font-size: clamp(52px, 5.8vw, 88px);
    }

    .adb-hero-kicker {
        max-width: 12ch;
        font-size: clamp(30px, 3vw, 48px);
    }

    .adb-window-content {
        grid-template-columns: minmax(0, 1.01fr) minmax(176px, .7fr);
        min-height: 330px;
    }

    .adb-price-float {
        width: min(270px, 78%);
    }
}

@media (max-width: 1199px) {
    .adb-hero-layout,
    .adb-proof,
    .adb-scene-grid,
    .adb-compact-band {
        grid-template-columns: 1fr;
    }

    .adb-hero {
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .adb-hero-copy {
        max-width: none;
    }

    .adb-hero-title {
        margin: 22px 0 18px;
    }

    .adb-hero-kicker {
        max-width: 14ch;
    }

    .adb-hero-foot {
        grid-template-columns: 1fr;
        max-width: none;
        margin-top: 22px;
    }

    .adb-hero-visual {
        min-height: auto;
        padding-top: 8px;
    }

    .adb-hero-window-wrap {
        width: 100%;
        max-width: 760px;
        transform: none !important;
    }

    .adb-hero-window {
        box-shadow: var(--adb-shadow) !important;
    }

    .adb-price-float {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 14px;
        width: 100%;
        max-width: none;
        transform: none !important;
    }

    .adb-proof-stores {
        justify-content: flex-start;
    }

    .adb-scene-grid.adb-compact-band.p-5,
    .adb-compact-band {
        padding: 20px !important;
    }

    .adb-scene {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .adb-scene-media {
        grid-template-columns: 1fr;
    }

    .adb-scene-stack {
        grid-template-columns: repeat(3, 1fr);
        align-content: stretch;
    }
}

@media (max-width: 767.98px) {
    .container.adb-sticky-nav-wrap {
        display: none;
    }

    .adb-hero {
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .adb-hero-copy {
        padding-inline: 6px;
    }

    .adb-hero-topline {
        gap: 6px;
        margin-bottom: 12px;
        justify-content: center;
    }

    .adb-micro-pill,
    .adb-section-label {
        min-height: 30px;
        padding: 0 10px;
        font-size: .76rem;
    }

    .adb-pill-flag {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .adb-hero-title {
        font-size: clamp(42px, 14vw, 64px);
    }

    .adb-hero-kicker,
    .adb-scene-copy h2,
    .adb-contact-copy h2 {
        max-width: none;
    }

    .adb-hero-overline {
        font-size: .92rem;
        margin-bottom: 10px;
    }

    .adb-hero-text {
        margin-top: 16px;
        font-size: .98rem;
        line-height: 1.56;
    }

    .adb-hero-foot {
        gap: 12px;
        margin-top: 20px;
    }

    .adb-window-content {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 12px;
        padding: 12px;
    }

    .adb-window-main {
        padding: 16px;
        border-radius: 18px;
    }

    .adb-window-main h3 {
        max-width: none;
        font-size: clamp(24px, 7vw, 32px);
    }

    .adb-window-main p {
        max-width: none;
        font-size: .94rem;
    }

    .adb-window-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .adb-mini-line {
        min-height: 84px;
        padding: 12px;
        border-radius: 16px;
    }

    .adb-footer-links-inner,
    .adb-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .adb-registry-facts {
        grid-template-columns: 1fr;
    }

    .container.adb-proof,
    .container.adb-compact-band,
    .container.adb-seo-section,
    .container.adb-contact {
        margin-inline: 12px;
        width: auto;
    }

    .adb-hero-actions > .btn,
    .adb-footer-links-inner > .btn {
        width: 100%;
        justify-content: center;
    }

    .adb-proof {
        padding: 16px;
        gap: 14px;
        border-radius: 22px;
    }

    .adb-proof-stores {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .adb-proof h2 {
        margin: 8px 0 6px;
    }

    .adb-scene {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .adb-scene-grid,
    .adb-scenes-range .adb-compact-band,
    .adb-scene-grid.adb-compact-band,
    .adb-scene-grid.adb-compact-band.p-5 {
        grid-template-columns: 1fr !important;
    }

    .adb-scene-grid.adb-compact-band.p-5,
    .adb-scene-grid.adb-compact-band,
    .adb-scenes-range .adb-compact-band,
    .adb-compact-band {
        gap: 20px;
        padding: 20px !important;
        border-radius: 22px;
    }

    .adb-scene-copy {
        max-width: none;
    }

    .adb-scene-no {
        font-size: clamp(46px, 11vw, 64px);
        margin-bottom: 8px;
    }

    .adb-scene-copy h2 {
        font-size: clamp(32px, 9vw, 42px);
        margin: 12px 0 12px;
    }

    .adb-scene-copy p {
        font-size: 1rem;
        max-width: none;
    }

    .adb-scene-copy ul {
        padding-left: 1rem;
        font-size: .94rem;
    }

    .adb-scene-media {
        gap: 16px;
    }

    .adb-shot-frame {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 22px;
    }

    .adb-contact-shell {
        padding: 16px;
        border-radius: 24px;
    }

    .adb-seo-section {
        padding: 20px;
        border-radius: 22px;
    }

    .adb-seo-grid {
        grid-template-columns: 1fr;
    }

    .adb-scene-stack {
        position: relative;
        display: block;
        overflow: visible;
        padding: 0 44px;
        touch-action: pan-y;
        user-select: none;
    }

    .adb-scene-card {
        display: none;
        width: 100%;
        min-height: 96px;
        padding: 16px 14px;
        text-align: center;
        align-items: center;
    }

    .adb-scene-card.is-active {
        display: flex;
    }

    .adb-scene-card span,
    .adb-scene-card b {
        width: 100%;
        text-align: center;
    }

    .adb-scene-card:hover,
    .adb-scene-card.is-active {
        transform: none;
        border-color: var(--adb-border);
        background: rgba(255,255,255,.04);
        box-shadow: none;
    }

    .adb-stack-nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 34px;
        height: 34px;
        border: 1px solid var(--adb-border);
        border-radius: 999px;
        display: grid;
        place-items: center;
        transform: translateY(-50%);
        background: rgba(8,16,28,.78);
        color: var(--adb-text);
        box-shadow: 0 10px 24px rgba(0,0,0,.18);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    html[data-bs-theme="light"] .adb-stack-nav {
        background: rgba(255,255,255,.92);
    }

    .adb-stack-nav--prev {
        left: 0;
    }

    .adb-stack-nav--next {
        right: 0;
    }

    .adb-lightbox {
        padding: 12px;
    }

    .adb-shot-frame.has-gallery .adb-shot-nav {
        opacity: 1;
    }

    .adb-shot-nav {
        width: 40px;
        height: 40px;
    }

    .adb-shot-nav--prev {
        left: 10px;
    }

    .adb-shot-nav--next {
        right: 10px;
    }

    .adb-lightbox-close {
        top: 12px;
        right: 12px;
    }

    .adb-lightbox-nav {
        width: 44px;
        height: 44px;
    }

    .adb-lightbox-nav--prev {
        left: 12px;
    }

    .adb-lightbox-nav--next {
        right: 12px;
    }

    #demoSubmitBtn,
    #contact .btn-outline-light,
    #demoNote {
        width: 100%;
    }

    .adb-contact .d-flex.gap-2.mt-3.align-items-center.flex-wrap {
        align-items: stretch !important;
    }
}

@media (max-width: 479.98px) {
    .adb-hero {
        padding-top: 12px;
    }

    .adb-hero-copy {
        padding-inline: 4px;
    }

    .adb-hero-title {
        font-size: clamp(36px, 13vw, 52px);
        margin: 18px 0 14px;
    }

    .adb-hero-kicker {
        font-size: clamp(26px, 10.5vw, 34px);
    }

    .adb-hero-text,
    .adb-scene-copy p,
    .adb-contact-copy p {
        font-size: .92rem;
    }

    .adb-window-bar {
        padding: 14px 14px 12px;
    }

    .adb-window-content {
        padding: 10px;
    }

    .adb-window-side {
        grid-template-columns: 1fr;
    }

    .adb-scene-grid.adb-compact-band.p-5,
    .adb-compact-band,
    .adb-contact-shell,
    .adb-proof {
        padding: 14px !important;
        border-radius: 20px;
    }

    .container.adb-proof,
    .container.adb-compact-band,
    .container.adb-contact {
        margin-inline: 10px;
    }

    .adb-scene-card {
        width: 100%;
    }

    .adb-shot-frame {
        aspect-ratio: 1.1 / 1;
    }

    .adb-shot-nav {
        width: 36px;
        height: 36px;
    }

    .adb-lightbox {
        padding: 8px;
    }

    .adb-lightbox-img {
        max-width: 100%;
        max-height: 80svh;
        border-radius: 14px;
    }
}
