/* Kimi reference palette: a crisp cobalt-blue system without changing page structure. */
:root {
    --dabi-cobalt: #1d4cf2;
    --dabi-electric: #2b6dff;
    --dabi-ink: #071c61;
    --dabi-sky: #eaf1ff;
    --dabi-mist: #f6f8ff;
    --dabi-line: #c9d7ff;
    --primary: 225 91% 54%;
    --ring: 225 91% 54%;
}
html,
body {
    max-width: 100%;
    overflow-x: clip;
}
@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}
body {
    background: #f6f8ff;
    color: #10245e;
}
.dabi-skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 80;
    transform: translateY(-150%);
    border-radius: 0.6rem;
    background: #fff;
    color: var(--dabi-ink);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 16px 34px -20px rgba(7, 28, 97, 0.5);
    transition: transform 180ms ease;
}
.dabi-skip-link:focus {
    transform: translateY(0);
    outline: 3px solid var(--dabi-electric);
    outline-offset: 4px;
}
header.bg-white\/90 {
    border-bottom: 1px solid rgba(31, 45, 72, 0.08) !important;
}
header.dabi-header-over-hero {
    border-bottom: 0 !important;
    box-shadow: none !important;
}
header > div > a[href="#top"],
header nav a {
    transition:
        color 200ms ease,
        transform 180ms ease !important;
}
header > div > a[href="#top"]:active,
header nav a:active {
    transform: translateY(1px) scale(0.99);
}
.dabi-gradient {
    background: linear-gradient(
        118deg,
        #275ff4 0%,
        #1e4bef 49%,
        #152fc9 100%
    ) !important;
}
.dabi-gradient-soft {
    background: linear-gradient(180deg, #f4f7ff 0%, #eaf1ff 100%) !important;
}
.dabi-text-gradient {
    background-image: linear-gradient(104deg, #1649f1, #397bff) !important;
}
#scenarios,
#comparison {
    background: #fff !important;
}
#features,
#enterprise {
    background: linear-gradient(
        135deg,
        #07195c 0%,
        #0c2e9f 52%,
        #123fd1 100%
    ) !important;
}
#trust {
    background: linear-gradient(180deg, #f1f5ff 0%, #e7efff 100%) !important;
}
#pricing {
    background: #fff !important;
    position: relative;
    z-index: 30;
}
nav.bg-white\/95 {
    background-color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(167, 190, 255, 0.5) !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-\[\#0455ff\] {
    background-color: var(--dabi-cobalt) !important;
}
.bg-\[\#0455ff\]\/25 {
    background-color: rgba(29, 76, 242, 0.25) !important;
}
.bg-\[\#0455ff\]\/30 {
    background-color: rgba(29, 76, 242, 0.3) !important;
}
.bg-\[\#09a5fa\]\/15 {
    background-color: rgba(52, 131, 255, 0.15) !important;
}
.bg-\[\#09a5fa\]\/20 {
    background-color: rgba(52, 131, 255, 0.2) !important;
}
.border-\[\#0455ff\]\/30 {
    border-color: rgba(29, 76, 242, 0.32) !important;
}
.text-\[\#0455ff\] {
    color: var(--dabi-cobalt) !important;
}
.text-\[\#0b1b3f\] {
    color: #10245e !important;
}
.border-blue-100\/80 {
    border-color: rgba(185, 204, 255, 0.8) !important;
}
section a.rounded-full.bg-white,
#top a.rounded-xl.bg-white {
    color: var(--dabi-cobalt) !important;
    box-shadow: 0 12px 32px rgba(7, 28, 97, 0.2);
}
section a.rounded-full.border-white\/40,
#top a.rounded-xl.border-white\/40 {
    border-color: rgba(255, 255, 255, 0.52) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}
#advantages .rounded-2xl,
#scenarios .rounded-2xl,
#comparison .rounded-2xl,
#trust .rounded-2xl,
#pricing .rounded-2xl {
    border-color: rgba(156, 181, 255, 0.42) !important;
    box-shadow: 0 14px 38px rgba(31, 77, 190, 0.08);
}
#features .rounded-2xl,
#enterprise .rounded-2xl {
    border-color: rgba(159, 190, 255, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}
#features .rounded-2xl,
#enterprise .rounded-2xl {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    backdrop-filter: blur(18px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}
#features .rounded-2xl,
#enterprise .rounded-2xl {
    border-width: 0 !important;
    border-color: transparent !important;
}
#features .rounded-2xl:hover,
#enterprise .rounded-2xl:hover {
    background: rgba(255, 255, 255, 0.16) !important;
}
footer {
    background: #07195c !important;
}
@media (max-width: 767px) {
    .dabi-gradient {
        background: linear-gradient(
            145deg,
            #275ff4 0%,
            #193ed7 100%
        ) !important;
    }
}

/* Hero atmosphere adapted from the reference: preserve the cobalt base and mascot. */
#top {
    isolation: isolate;
    position: relative;
    z-index: 40;
    overflow: visible !important;
    min-height: 100vh;
    min-height: 100svh;
    background: linear-gradient(120deg, #1537a8 0%, #2456e8 48%, #3b78f3 100%) !important;
}
#contact:has(.download-popover-host) {
    overflow: visible !important;
}
#top .dabi-hero-light {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    contain: paint;
}
#top .dabi-hero-light:before,
#top .dabi-hero-light:after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
}
#top .dabi-hero-light:before {
    left: 50%;
    bottom: -62vw;
    width: 172vw;
    height: 72vw;
    min-height: 36rem;
    border-radius: 50%;
    background:
        radial-gradient(
            ellipse 92% 54% at 50% 8%,
            rgba(150, 228, 255, 0.3) 0%,
            rgba(42, 132, 250, 0.25) 30%,
            rgba(5, 43, 146, 0.31) 62%,
            rgba(2, 14, 70, 0.39) 100%
        );
    box-shadow:
        inset 0 2rem 4rem rgba(226, 253, 255, 0.24),
        inset 0 -7rem 9rem rgba(1, 19, 91, 0.38),
        0 -1.4rem 5rem rgba(116, 210, 255, 0.31);
    filter: blur(7px);
    opacity: 0.9;
    transform: translate3d(-50%, 0, 0);
    animation: dabi-hero-earth-breathe 14s ease-in-out infinite alternate;
    will-change: transform, opacity, filter;
}
#top .dabi-hero-light:after {
    left: 50%;
    bottom: -36vw;
    width: 162vw;
    height: 34vw;
    min-height: 20rem;
    border-radius: 50%;
    mix-blend-mode: screen;
    background:
        radial-gradient(
            ellipse 80% 4.5% at 50% 1.5%,
            rgba(108, 230, 255, 0.8) 0%,
            rgba(54, 186, 255, 0.62) 28%,
            rgba(27, 126, 255, 0.28) 54%,
            transparent 78%
        ),
        radial-gradient(
            ellipse 76% 8% at 50% 0%,
            rgba(255, 255, 255, 1) 0%,
            rgba(222, 252, 255, 0.84) 16%,
            rgba(100, 212, 255, 0.5) 40%,
            transparent 68%
        ),
        radial-gradient(
            ellipse 86% 18% at 50% 8%,
            rgba(174, 244, 255, 0.64) 0%,
            rgba(49, 171, 255, 0.38) 34%,
            transparent 76%
        ),
        radial-gradient(
            ellipse 110% 30% at 50% 20%,
            rgba(42, 138, 255, 0.38) 0%,
            rgba(16, 73, 218, 0.19) 46%,
            transparent 82%
        );
    filter: blur(8px);
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    animation: dabi-hero-arc-drift 12s ease-in-out infinite alternate;
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 40%, transparent 82%);
    mask-image: linear-gradient(to top, #000 0%, #000 40%, transparent 82%);
    will-change: transform, opacity;
}
#top .dabi-hero-light__halo,
#top .dabi-hero-light__sweep {
    position: absolute;
    display: block;
    pointer-events: none;
}
#top .dabi-hero-light__halo {
    display: block;
    left: 50%;
    bottom: -35vw;
    width: 158vw;
    height: 28vw;
    min-height: 17rem;
    border-radius: 50%;
    background:
        repeating-linear-gradient(
            176deg,
            transparent 0 1.05rem,
            rgba(235, 252, 255, 0.09) 1.05rem 1.17rem,
            transparent 1.17rem 2.2rem
        ),
        repeating-linear-gradient(
            8deg,
            transparent 0 1.9rem,
            rgba(88, 204, 255, 0.045) 1.9rem 2rem,
            transparent 2rem 3.4rem
        ),
        radial-gradient(
            ellipse 64% 12% at 50% 7%,
            rgba(255, 255, 255, 0.28),
            transparent 66%
        ),
        radial-gradient(
            ellipse 82% 18% at 50% 15%,
            rgba(90, 203, 255, 0.2),
            transparent 74%
        );
    filter: blur(9px);
    mix-blend-mode: screen;
    opacity: 0.74;
    transform: translate3d(-50%, 0, 0);
    animation: dabi-hero-atmosphere-texture 18s ease-in-out infinite alternate;
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 38%, transparent 78%);
    mask-image: linear-gradient(to top, #000 0%, #000 38%, transparent 78%);
    will-change: transform, opacity;
}
#top .dabi-hero-light__sweep {
    display: none;
    left: -50vw;
    top: -42%;
    bottom: -42%;
    width: 42vw;
    min-width: 24rem;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(177, 228, 255, 0.018) 16%,
        rgba(205, 241, 255, 0.07) 38%,
        rgba(241, 253, 255, 0.16) 50%,
        rgba(185, 230, 255, 0.055) 64%,
        transparent 86%
    );
    filter: blur(28px);
    mix-blend-mode: screen;
    backface-visibility: hidden;
    transform: translate3d(-20vw, 0, 0) rotate(13deg);
    animation: dabi-hero-soft-sweep 26s ease-in-out infinite;
    will-change: transform;
}
@keyframes dabi-hero-breathe {
    0% {
        opacity: 0.48;
        transform: translate3d(-50%, -50%, 0) scale(0.78);
    }
    100% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0) scale(1.18);
    }
}
@keyframes dabi-hero-arc-drift {
    0% {
        opacity: 0.58;
        transform: translate3d(calc(-50% - 0.45rem), 0.55rem, 0) rotate(-0.45deg) scale(0.975);
    }
    100% {
        opacity: 0.94;
        transform: translate3d(calc(-50% + 0.65rem), -0.45rem, 0) rotate(0.55deg) scale(1.055);
    }
}
@keyframes dabi-hero-earth-breathe {
    0% {
        opacity: 0.62;
        filter: blur(11px);
        transform: translate3d(calc(-50% - 0.3rem), 0.7rem, 0) rotate(-0.35deg) scale(0.985);
    }
    100% {
        opacity: 0.94;
        filter: blur(6px);
        transform: translate3d(calc(-50% + 0.45rem), -0.35rem, 0) rotate(0.35deg) scale(1.035);
    }
}
@keyframes dabi-hero-atmosphere-texture {
    0% {
        opacity: 0.3;
        transform: translate3d(calc(-50% - 0.65rem), 0.65rem, 0) rotate(-0.8deg) scaleX(0.975);
    }
    100% {
        opacity: 0.78;
        transform: translate3d(calc(-50% + 0.85rem), -0.35rem, 0) rotate(0.75deg) scaleX(1.045);
    }
}
@keyframes dabi-hero-soft-sweep {
    0%,
    12% {
        opacity: 0;
        transform: translate3d(-20vw, 0, 0) rotate(13deg);
    }
    16% {
        opacity: 1;
    }
    48% {
        opacity: 1;
        transform: translate3d(190vw, 0, 0) rotate(13deg);
    }
    53%,
    100% {
        opacity: 0;
        transform: translate3d(190vw, 0, 0) rotate(13deg);
    }
}
#top:before {
    content: none;
}
#top:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(8, 26, 120, 0) 48%,
            rgba(5, 16, 92, 0.24) 100%
        ),
        linear-gradient(180deg, rgba(120, 216, 255, 0.06), transparent 34%);
}
#top > :not(.absolute) {
    position: relative;
    z-index: 1;
}
#top a[href="#pricing"].bg-white {
    background: #fff !important;
    color: var(--dabi-cobalt) !important;
    box-shadow: 0 12px 30px rgba(7, 28, 97, 0.2) !important;
}
#top a[href="#pricing"].bg-white:hover {
    background: #eef4ff !important;
}
#top svg.lucide-mouse-pointer-2 {
    display: none !important;
}
#top > div.relative.mx-auto.max-w-7xl > .grid > div:first-child > p:first-of-type {
    font-size: clamp(3.5rem, 5.6vw, 4.1rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}
#top > div.relative.mx-auto.max-w-7xl > div.mt-16.grid {
    display: none !important;
}
#top > div.relative.mx-auto.max-w-7xl {
    display: block;
    min-height: 100vh;
    min-height: 100svh;
}
#top > div.relative.mx-auto.max-w-7xl > .grid {
    transform: translateY(clamp(-2.75rem, -5svh, -1.5rem));
    width: 100%;
}
#top > div.relative.mx-auto.max-w-7xl > .grid > div:first-child > div:first-of-type {
    margin-top: clamp(2.75rem, 6svh, 4rem);
}
#top > div.relative.mx-auto.max-w-7xl > .grid > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}
@media (min-width: 1024px) {
    #top > div.relative.mx-auto.max-w-7xl {
        min-height: 100vh;
        min-height: 100svh;
    }
    #top > div.relative.mx-auto.max-w-7xl > .grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    }
}
@media (max-width: 767px) {
    #top > div.relative.mx-auto.max-w-7xl > .grid > div:first-child > p:first-of-type {
        font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
        white-space: normal !important;
    }
    #top > div.relative.mx-auto.max-w-7xl > .grid > div:first-child > div:first-of-type {
        margin-top: clamp(2.25rem, 4svh, 3rem);
    }
    #top > div.relative.mx-auto.max-w-7xl > .grid > div:nth-child(2) {
        transform: none;
    }
}
#comparison .overflow-hidden > .grid:not(:first-child) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1.2fr) !important;
    min-height: 60px;
}
#comparison .overflow-hidden > .grid:not(:first-child) > :nth-child(2),
#comparison .overflow-hidden > .grid:not(:first-child) > :nth-child(3) {
    justify-content: flex-start !important;
    text-align: left !important;
    min-width: 0;
}
#comparison .overflow-hidden > .grid:not(:first-child) > :nth-child(3) {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#comparison .overflow-hidden > .grid:not(:first-child) svg {
    flex: 0 0 auto;
}
#comparison .overflow-hidden {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
#comparison .overflow-hidden > .grid:first-child {
    background: transparent !important;
    color: #5f6672 !important;
    padding: 0 1.25rem 1rem !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
#comparison .overflow-hidden > .grid:first-child {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1.2fr) !important;
}
#comparison .overflow-hidden > .grid:first-child > div {
    color: #5f6672 !important;
    text-align: left !important;
}
#comparison .overflow-hidden > .grid:first-child > div:nth-child(2),
#comparison .overflow-hidden > .grid:first-child > div:nth-child(3) {
    text-align: left !important;
}
#comparison .overflow-hidden > .grid:not(:first-child) {
    min-height: 68px !important;
    border: 0 !important;
    padding: 0 1.25rem !important;
    background: transparent !important;
    font-size: 16px !important;
}
#comparison .overflow-hidden > .grid:not(:first-child):nth-child(odd) {
    background: #f7f8f9 !important;
}
#comparison .overflow-hidden > .grid:not(:first-child) > div:first-child {
    font-size: 16px !important;
    font-weight: 600 !important;
}
#comparison .overflow-hidden > .grid:not(:first-child) > div:nth-child(2) {
    font-size: 16px !important;
    font-weight: 400 !important;
}
#comparison .overflow-hidden > .grid:not(:first-child) > div:nth-child(3) {
    font-size: 16px !important;
    font-weight: 500 !important;
}
#trust {
    background: #f1f2f4 !important;
}
#trust .max-w-3xl {
    max-width: 52rem !important;
}
#trust h2 {
    margin-top: 0 !important;
    color: #111318 !important;
    font-size: 3.25rem !important;
    line-height: 1.12 !important;
}
#trust .max-w-3xl > p {
    margin-top: 1.25rem !important;
    color: #666d78 !important;
    font-size: 1rem !important;
}
#trust .mt-14.grid {
    margin-top: 6rem !important;
    gap: 3rem !important;
}
#trust .mt-14.grid > div {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}
#trust .dabi-text-gradient {
    background: none !important;
    color: #111318 !important;
    -webkit-text-fill-color: #111318 !important;
    font-size: 3.75rem !important;
    line-height: 1 !important;
}
#trust .dabi-text-gradient span {
    font-size: 2.5rem !important;
}
#trust .mt-14.grid > div > div:last-child {
    margin: 1.25rem auto 0 !important;
    max-width: 18rem;
    color: #5f6672 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}
@media (min-width: 1024px) {
    #trust h2 {
        font-size: 4.25rem !important;
    }
}
#trust.dabi-gradient-soft {
    background: #f1f2f4 !important;
}
#trust .mt-14.grid.gap-6 {
    gap: 3rem !important;
}
#trust .mt-14.grid.gap-6 > div.dabi-reveal {
    padding: 0 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
#trust .mt-14.grid.gap-6 > div.dabi-reveal:hover {
    transform: none !important;
    box-shadow: none !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(1),
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(2) {
    background: transparent !important;
    border-width: 0 !important;
    border-color: transparent !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(1):hover,
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(2):hover {
    box-shadow: none !important;
}
@media (min-width: 1024px) {
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(1),
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(2) {
        min-height: 785px;
        margin-top: -12px !important;
        margin-bottom: -12px !important;
        box-shadow: none !important;
    }
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal {
    display: flex !important;
    flex-direction: column !important;
}
@media (min-width: 1024px) {
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal {
        min-height: 785px !important;
        padding: 40px 28px !important;
        margin-top: -12px !important;
        margin-bottom: -12px !important;
    }
}
#pricing
    .grid.lg\:grid-cols-4
    > div.dabi-reveal
    > .flex.items-center.justify-between {
    min-height: 28px;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > .mt-5 {
    min-height: 40px;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > p.mt-3 {
    min-height: 48px;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > ul.mt-6 {
    flex: 1 1 auto !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > button.mt-7 {
    margin-top: 28px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#pricing
    .grid.lg\:grid-cols-4
    > div.dabi-reveal:nth-child(1):hover
    > button.mt-7 {
    background: #0455ff !important;
    color: #fff !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > button.mt-7 {
    margin-top: 29px !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) {
    background: transparent !important;
    border-color: rgba(145, 161, 255, 0.42) !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) h3 {
    color: #fff !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > .flex > span {
    border-color: rgba(174, 190, 255, 0.45) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #dce5ff !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > .flex > span {
    border-color: #f0d98e !important;
    background: #d7b45b !important;
    color: #241a05 !important;
}
#pricing
    .grid.lg\:grid-cols-4
    > div.dabi-reveal:nth-child(4)
    > .flex
    > span
    svg {
    color: #241a05 !important;
}
#pricing
    .grid.lg\:grid-cols-4
    > div.dabi-reveal:nth-child(4)
    > .mt-5
    > span:first-child {
    background: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
#pricing
    .grid.lg\:grid-cols-4
    > div.dabi-reveal:nth-child(4)
    > .mt-5
    > span:last-child,
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > p {
    color: #b7becd !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > ul li,
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > ul li span {
    color: #dce2ef !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > ul svg {
    color: #b6c4ff !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4) > button {
    border: 0 !important;
    background: #fff !important;
    color: #101114 !important;
}
#advantages.dabi-gradient-soft {
    background: #f7f8f9 !important;
}
#advantages .rounded-2xl {
    background: #eef0f3 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
#advantages .rounded-2xl:hover {
    box-shadow: none !important;
}
#scenarios .rounded-2xl {
    background: #f7f8f9 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 2.25rem !important;
}
#scenarios .rounded-2xl > div:first-child {
    width: auto !important;
    height: auto !important;
    display: block !important;
    background: none !important;
    color: #111318 !important;
    box-shadow: none !important;
    font-size: 4.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
#scenarios .rounded-2xl > div:first-child {
    color: var(--dabi-cobalt) !important;
}
#scenarios .rounded-2xl > div:first-child svg {
    display: none !important;
}
#scenarios .rounded-2xl:nth-of-type(1) > div:first-child:before {
    content: "1";
}
#scenarios .rounded-2xl:nth-of-type(2) > div:first-child:before {
    content: "2";
}
#scenarios .rounded-2xl:nth-of-type(3) > div:first-child:before {
    content: "3";
}
#scenarios .rounded-2xl:nth-of-type(4) > div:first-child:before {
    content: "4";
}
#scenarios .rounded-2xl {
    display: flex !important;
    min-height: 320px;
    flex-direction: column !important;
}
#scenarios .rounded-2xl,
#scenarios .rounded-2xl * {
    color: #111318 !important;
}
#scenarios .rounded-2xl > div:first-child {
    color: var(--dabi-cobalt) !important;
}
#scenarios .rounded-2xl > h3 {
    margin-top: 3.5rem !important;
}
#scenarios .rounded-2xl > p {
    min-height: 48px !important;
}
#scenarios .rounded-2xl > div:last-child {
    margin-top: 1.25rem !important;
}
#scenarios .rounded-2xl > div:last-child > span {
    background: #eef0f3 !important;
    color: #111318 !important;
}
#enterprise .rounded-2xl > div:first-child {
    box-shadow: none !important;
}
#root * {
    box-shadow: none !important;
}
#root #top a[href="#pricing"].bg-white {
    box-shadow: none !important;
}
footer > div > div:first-child {
    align-items: start !important;
    grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)) !important;
    column-gap: 3rem !important;
    row-gap: 2.5rem !important;
}
footer > div > div:first-child > div {
    min-width: 0;
}
footer > div > div:first-child > div:first-child {
    grid-column: span 1 !important;
}
footer > div > div:first-child > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer > div > div:first-child > div:not(:first-child) > ul {
    margin-top: 1rem !important;
}
footer > div > div:first-child > div:not(:first-child) > p {
    min-height: 1.25rem;
}
footer > div > div:last-child {
    margin-top: 2.5rem !important;
    padding-top: 1.5rem !important;
}
main + section.dabi-gradient a[href="#pricing"] {
    border-radius: calc(var(--radius) + 4px) !important;
    padding: 0.875rem 2rem !important;
}
main + section.dabi-gradient a[href="#pricing"].bg-white {
    background: #fff !important;
    color: var(--dabi-cobalt) !important;
    box-shadow: 0 12px 30px rgba(7, 28, 97, 0.2) !important;
}
main + section.dabi-gradient a[href="#pricing"].border {
    border-color: rgba(255, 255, 255, 0.52) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
}
main + section.dabi-gradient a[href="#pricing"].border:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}
#advantages h2,
#scenarios h2,
#features h2,
#enterprise h2,
#comparison h2,
#trust h2,
#pricing h2 {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}
#advantages > div > div:first-child > p,
#scenarios > div > div:first-child > p,
#features > div > div:first-child > p,
#enterprise > div > div:first-child > p,
#comparison > div > div:first-child > p,
#trust > div > div:first-child > p,
#pricing > div > div:first-child > p {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}
@media (max-width: 767px) {
    #top .dabi-hero-light:before {
        left: 50%;
        bottom: -82vw;
        width: 210vw;
        height: 104vw;
        min-height: 24rem;
        opacity: 0.88;
        filter: blur(7px);
    }
    #top .dabi-hero-light:after {
        left: 50%;
        right: auto;
        bottom: -52vw;
        width: 196vw;
        height: 48vw;
        min-height: 15rem;
        opacity: 1;
        filter: blur(8px);
    }
    #top .dabi-hero-light__halo {
        display: block;
        left: 50%;
        bottom: -50vw;
        width: 188vw;
        height: 42vw;
        min-height: 12rem;
        opacity: 0.72;
        filter: blur(8px);
    }
    #top .dabi-hero-light__sweep {
        left: -68vw;
        width: 56vw;
        min-width: 16rem;
        animation-duration: 30s;
    }
}

/* UI refinement: clearer hierarchy, denser reading rhythm, and an asymmetric enterprise section. */
#top h1 {
    font-size: clamp(1.2rem, 1.35vw, 1.4375rem) !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    max-width: none !important;
    white-space: nowrap !important;
    color: rgba(255, 255, 255, 0.86) !important;
}
#top a[href="#pricing"].bg-white {
    background: #fff !important;
    color: var(--dabi-cobalt) !important;
    border: 1px solid #fff !important;
}
#top a[href="#pricing"].bg-white {
    align-items: center !important;
    justify-content: center !important;
    min-width: 13.75rem !important;
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
#top a[href="#pricing"].bg-white svg {
    display: block;
    transform: translateY(0.04em);
    color: currentColor;
}
#top a[href="#features"],
#top a[href="#scenarios"] {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    justify-content: center !important;
    min-width: 13.75rem !important;
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
}
#top a[href="#features"]:hover,
#top a[href="#scenarios"]:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}
@media (max-width: 1023px) {
    #top .dabi-hero-shell .download-popover-host,
    #top .dabi-hero-shell .download-popover-trigger,
    #top .dabi-hero-shell a[href="#scenarios"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}
#contact .download-popover-trigger,
#contact [data-contact-sales] {
    justify-content: center !important;
}
@media (max-width: 1023px) {
    #contact .download-popover-host,
    #contact .download-popover-trigger,
    #contact [data-contact-sales] {
        width: 100% !important;
        max-width: 100% !important;
    }
}
#top .dabi-hero-shell {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto;
    row-gap: clamp(1.75rem, 3vh, 2.5rem);
    position: relative !important;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 6rem !important;
    padding-bottom: clamp(1.75rem, 4vh, 2.75rem) !important;
}
#top .dabi-hero-shell > .grid {
    align-self: center;
    transform: none !important;
}
#top .dabi-hero-shell:after {
    content: "";
    display: block;
    height: clamp(4.5rem, 9vh, 5.75rem);
}
@media (max-width: 767px) {
    #top .dabi-hero-shell {
        display: block !important;
        min-height: auto;
        padding-bottom: 5rem !important;
    }
    #top .dabi-hero-shell:after {
        content: none;
    }
}
#advantages h2,
#scenarios h2,
#features h2,
#enterprise h2,
#comparison h2,
#trust h2,
#pricing h2 {
    line-height: 1.16 !important;
}
#advantages > div > div:first-child > p,
#scenarios > div > div:first-child > p,
#features > div > div:first-child > p,
#enterprise > div > div:first-child > p,
#comparison > div > div:first-child > p,
#trust > div > div:first-child > p,
#pricing > div > div:first-child > p {
    margin-top: 18px !important;
}
#advantages > div > div:first-child {
    max-width: 940px !important;
}
#advantages > div > div:first-child > p {
    display: -webkit-box;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#advantages .mx-auto.max-w-3xl + .mt-14,
#scenarios .mx-auto.max-w-3xl + .mt-14,
#features .mx-auto.max-w-3xl + .mt-14,
#enterprise .mx-auto.max-w-3xl + .mt-14,
#comparison .mx-auto.max-w-3xl + .mt-14,
#trust .mx-auto.max-w-3xl + .mt-14,
#pricing .mx-auto.max-w-3xl + .mt-14 {
    margin-top: 60px !important;
}
#scenarios .rounded-2xl {
    border-radius: 1.125rem !important;
}

#enterprise {
    background:
        radial-gradient(
            ellipse 48% 92% at 88% 18%,
            rgba(71, 166, 255, 0.26),
            transparent 56%
        ),
        linear-gradient(120deg, #07195c 0%, #102a85 48%, #2455d4 100%) !important;
}
#enterprise > div.relative.mx-auto.max-w-7xl {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    align-items: center !important;
    gap: clamp(3rem, 7vw, 8rem) !important;
}
#enterprise > div.relative.mx-auto.max-w-7xl > .mx-auto.max-w-3xl {
    margin: 0 !important;
    max-width: 34rem !important;
    text-align: left !important;
}
#enterprise > div.relative.mx-auto.max-w-7xl > .mx-auto.max-w-3xl h2 {
    max-width: 30rem !important;
}
#enterprise > div.relative.mx-auto.max-w-7xl > .mx-auto.max-w-3xl p {
    max-width: 28rem !important;
}
#enterprise .mt-14.grid {
    position: relative;
    margin-top: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    border-left: 1px solid rgba(196, 222, 255, 0.34) !important;
}
#enterprise .mt-14.grid > div {
    position: relative;
    display: grid !important;
    grid-template-columns: 4.5rem minmax(0, 1fr) !important;
    column-gap: 1.25rem !important;
    align-items: start !important;
    min-height: 108px !important;
    padding: 0 0 1.7rem 2.25rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
#enterprise .mt-14.grid > div:not(:first-child) {
    padding-top: 1.7rem !important;
}
#enterprise .mt-14.grid > div:before {
    content: "";
    position: absolute;
    left: -0.35rem;
    top: 0.2rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #8fcbff !important;
    box-shadow: none !important;
}
#enterprise .mt-14.grid > div > div:first-child {
    grid-row: span 2 !important;
    width: 4.5rem !important;
    height: 4.5rem !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #cfeaff !important;
}
#enterprise .mt-14.grid > div > h3 {
    margin-top: 0.15rem !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}
#enterprise .mt-14.grid > div > p {
    grid-column: 2 !important;
    margin-top: 0.5rem !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: rgba(235, 245, 255, 0.78) !important;
}

@media (min-width: 1024px) {
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal {
        min-height: 740px !important;
    }
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > ul.mt-6 {
        margin-top: 1.25rem !important;
    }
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > ul li {
        line-height: 1.35 !important;
    }
    #pricing .grid.lg\:grid-cols-4 > div.dabi-reveal > ul li + li {
        margin-top: 0.5rem !important;
    }
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal {
    position: relative !important;
    isolation: isolate;
    overflow: visible;
    transform: none !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:hover {
    transform: none !important;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #fff;
    transition: background-color 0.22s ease;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(1):before,
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(2):before {
    background: #f7f8f9;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(3):before {
    background: linear-gradient(118deg, #275ff4 0%, #1e4bef 49%, #152fc9 100%);
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(4):before {
    background:
        radial-gradient(
            ellipse at 82% 92%,
            #1738c7 0%,
            rgba(23, 56, 199, 0.5) 30%,
            transparent 58%
        ),
        linear-gradient(150deg, #030406 0%, #06070f 60%, #0a1041 100%);
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:hover:before {
    inset: 0;
}
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(1) > button:hover,
#pricing .grid.lg\:grid-cols-4 > div.dabi-reveal:nth-child(2) > button:hover {
    color: #fff !important;
}
#comparison .overflow-hidden > .grid:not(:first-child) {
    min-height: 68px !important;
}
#comparison .overflow-hidden > .grid:not(:first-child):nth-child(odd) {
    background: #fafafb !important;
}
main + section.dabi-gradient {
    border-top: 28px solid #f7f8f9 !important;
}

@media (max-width: 1023px) {
    #enterprise > div.relative.mx-auto.max-w-7xl {
        display: block !important;
    }
    #enterprise > div.relative.mx-auto.max-w-7xl > .mx-auto.max-w-3xl {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #enterprise > div.relative.mx-auto.max-w-7xl > .mx-auto.max-w-3xl h2,
    #enterprise > div.relative.mx-auto.max-w-7xl > .mx-auto.max-w-3xl p {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #enterprise .mt-14.grid {
        margin-top: 60px !important;
    }
}
@media (max-width: 767px) {
    #top h1 {
        font-size: 17.5px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        max-width: calc(100vw - 2rem) !important;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }
    #advantages h2,
    #scenarios h2,
    #features h2,
    #enterprise h2,
    #comparison h2,
    #trust h2,
    #pricing h2 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    #advantages > div > div:first-child > p,
    #scenarios > div > div:first-child > p,
    #features > div > div:first-child > p,
    #enterprise > div > div:first-child > p,
    #comparison > div > div:first-child > p,
    #trust > div > div:first-child > p,
    #pricing > div > div:first-child > p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    #advantages .rounded-2xl h3,
    #scenarios .rounded-2xl h3,
    #features .rounded-2xl h3,
    #enterprise .mt-14.grid > div > h3,
    #pricing .rounded-2xl h3 {
        font-size: 21px !important;
    }
    #trust .dabi-text-gradient {
        font-size: clamp(44px, 13vw, 52px) !important;
    }
    #trust .dabi-text-gradient span {
        font-size: 28px !important;
    }
    #enterprise .mt-14.grid > div {
        grid-template-columns: 3.5rem minmax(0, 1fr) !important;
        padding-left: 1.6rem !important;
    }
    #enterprise .mt-14.grid > div > div:first-child {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }
    #enterprise .mt-14.grid > div > p {
        font-size: 14px !important;
    }
    main + section.dabi-gradient {
        border-top-width: 24px !important;
    }
}

/* Mascot eye tracking. Coordinates are based on the 1096 x 905 source mascot. */
#top .dabi-mascot-stage {
    display: inline-block;
    width: min(420px, 100%);
    max-width: 100%;
    perspective: 900px;
    transform-style: preserve-3d;
}
#top .dabi-mascot-look {
    --logo-rotate-x: 0deg;
    --logo-rotate-y: 0deg;
    --logo-rotate-z: 0deg;
    --logo-z: 0px;
    --reaction-tilt-primary-negative: -8deg;
    --reaction-tilt-primary-positive: 8deg;
    --reaction-tilt-secondary-negative: -5deg;
    --reaction-tilt-secondary-positive: 5deg;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    transform: rotateX(var(--logo-rotate-x)) rotateY(var(--logo-rotate-y))
        rotateZ(var(--logo-rotate-z)) translateZ(var(--logo-z));
    transform-style: preserve-3d;
    transition: transform 0.16s ease-out;
    will-change: transform;
    cursor: pointer;
    touch-action: manipulation;
    outline: none;
}
#top .dabi-mascot-look:focus-visible {
    border-radius: 1.5rem;
    outline: 3px solid rgba(255, 255, 255, 0.82);
    outline-offset: 0.4rem;
}
#top .dabi-mascot-look.dabi-mascot-look--autonomous,
#top .dabi-mascot-look--autonomous .dabi-mascot-pupil,
#top .dabi-mascot-look--autonomous .dabi-mascot-glint {
    transition: none;
}
#top .dabi-mascot-look__image {
    display: block;
    width: 100% !important;
    max-width: 100%;
}
#top .dabi-mascot-eyes {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}
#top .dabi-mascot-eye {
    --pupil-x: 0px;
    --pupil-y: 0px;
    --glint-x: 0px;
    --glint-y: 0px;
    position: absolute;
    width: 28.3%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow:
        inset 0 -0.55em 0 rgba(125, 184, 255, 0.72),
        0 0 0 0.09em #0b54f0;
    transform: translate(-50%, -50%);
    transform-origin: center;
    will-change: transform;
}
#top .dabi-mascot-eye::before,
#top .dabi-mascot-eye::after {
    content: "";
    position: absolute;
    left: -6%;
    z-index: 3;
    width: 112%;
    height: 56%;
    pointer-events: none;
}
#top .dabi-mascot-eye::before {
    top: -56%;
    border-radius: 50% 50% 42% 42%;
    background: linear-gradient(180deg, #0873ff 0%, #0457f5 100%);
    box-shadow: inset 0 -0.08em 0 rgba(0, 41, 172, 0.22);
}
#top .dabi-mascot-eye::after {
    bottom: -56%;
    border-radius: 42% 42% 50% 50%;
    background: linear-gradient(180deg, #0457f5 0%, #073fe3 100%);
    box-shadow: inset 0 0.08em 0 rgba(117, 188, 255, 0.22);
}
#top .dabi-mascot-eye--left {
    left: 38.9%;
    top: 70.5%;
}
#top .dabi-mascot-eye--right {
    left: 74.6%;
    top: 70.5%;
}
#top .dabi-mascot-pupil {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 77.5%;
    aspect-ratio: 1;
    transform: translate(
        calc(-50% + var(--pupil-x)),
        calc(-50% + var(--pupil-y))
    );
    transition: transform 0.08s linear;
    transform-origin: center;
    will-change: transform;
}
#top .dabi-mascot-pupil-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}
#top .dabi-mascot-glint {
    transform: translate(var(--glint-x), var(--glint-y));
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.08s linear;
    will-change: transform;
}
#top .dabi-mascot-look--squinting .dabi-mascot-eye::before {
    animation: dabi-mascot-squint-eyelid-top 850ms
        cubic-bezier(0.4, 0, 0.2, 1) both;
}
#top .dabi-mascot-look--squinting .dabi-mascot-eye::after {
    animation: dabi-mascot-squint-eyelid-bottom 850ms
        cubic-bezier(0.4, 0, 0.2, 1) both;
}
#top .dabi-mascot-look--reacting {
    animation: dabi-mascot-click-look-tilt 1000ms ease-in-out both;
}
@keyframes dabi-mascot-click-look-tilt {
    0%,
    100% {
        rotate: y 0deg;
    }
    18% {
        rotate: y var(--reaction-tilt-primary-negative);
    }
    36% {
        rotate: y var(--reaction-tilt-primary-positive);
    }
    54% {
        rotate: y var(--reaction-tilt-secondary-negative);
    }
    72% {
        rotate: y var(--reaction-tilt-secondary-positive);
    }
}
@keyframes dabi-mascot-squint-eyelid-top {
    0%,
    100% {
        transform: translateY(0);
    }
    18%,
    53% {
        transform: translateY(38%);
    }
}
@keyframes dabi-mascot-squint-eyelid-bottom {
    0%,
    100% {
        transform: translateY(0);
    }
    18%,
    53% {
        transform: translateY(-30%);
    }
}
@media (prefers-reduced-motion: reduce) {
    #top .dabi-hero-light:before,
    #top .dabi-hero-light:after,
    #top .dabi-hero-light__halo {
        animation: none;
    }
    #top .dabi-hero-light__sweep {
        animation: none;
        opacity: 0;
    }
}

/* Section rhythm: bring module headings closer to the top edge without compressing the content below. */
#advantages,
#scenarios,
#features,
#enterprise,
#comparison,
#trust,
#pricing {
    padding-top: 56px !important;
}
@media (min-width: 1024px) {
    #advantages,
    #scenarios,
    #features,
    #enterprise,
    #comparison,
    #trust,
    #pricing {
        padding-top: 76px !important;
    }
}

/* Feature skills overview: replace the tab panel with a full skill inventory. */
#features .dabi-skill-overview {
    margin-top: 48px;
}
#features .dabi-skill-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
#features .dabi-skill-card {
    min-height: 360px;
    padding: 32px;
    border: 1px solid rgba(170, 202, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
}
#features .dabi-skill-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
#features .dabi-skill-card__head h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
#features .dabi-skill-card__head strong {
    color: #bfe1ff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
#features .dabi-skill-tags {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
    margin-top: 28px;
}
#features .dabi-skill-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    border-radius: 9px;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
}
#features .dabi-skill-capabilities {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
    padding: 24px 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
}
#features .dabi-skill-capability {
    display: block;
    padding: 0 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}
#features .dabi-skill-capability:first-child {
    border-left: 0;
    padding-left: 0;
}
#features .dabi-skill-capability:last-child {
    padding-right: 0;
}
#features .dabi-skill-capability b {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}
#features .dabi-skill-capability p {
    margin: 7px 0 0;
    color: rgba(218, 235, 255, 0.76);
    font-size: 13px;
    line-height: 1.45;
}
@media (max-width: 1023px) {
    #features .dabi-skill-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    #features .dabi-skill-card {
        min-height: 0;
    }
    #features .dabi-skill-capabilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
    #features .dabi-skill-capability:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    #features .dabi-skill-overview {
        margin-top: 36px;
    }
    #features .dabi-skill-card {
        padding: 24px;
    }
    #features .dabi-skill-card__head h3 {
        font-size: 21px;
    }
    #features .dabi-skill-tags {
        gap: 8px;
        margin-top: 22px;
    }
    #features .dabi-skill-tags span {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 13px;
        white-space: normal;
    }
    #features .dabi-skill-capabilities {
        grid-template-columns: 1fr;
        margin-top: 16px;
        padding: 22px 20px;
        gap: 18px;
    }
    #features .dabi-skill-capability,
    #features .dabi-skill-capability:nth-child(odd) {
        padding: 0;
        border-left: 0;
    }
}

#advantages .dabi-card-hover-frame,
#scenarios .dabi-card-hover-frame,
#pricing .dabi-card-hover-frame {
    padding: 0 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
    will-change: auto;
}

#advantages .dabi-card-hover-frame:hover,
#scenarios .dabi-card-hover-frame:hover,
#pricing .dabi-card-hover-frame:hover {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

#pricing .dabi-card-hover-frame:before {
    content: none !important;
}

#pricing .grid.lg\:grid-cols-4 > div.dabi-card-hover-frame {
    position: relative;
    z-index: 0;
    padding: 0 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
    overflow: visible;
}

#pricing .grid.lg\:grid-cols-4 > div.dabi-card-hover-frame:has(.download-popover-host:hover),
#pricing .grid.lg\:grid-cols-4 > div.dabi-card-hover-frame:has(.download-popover-host:focus-within) {
    z-index: 40;
}

#contact {
    overflow: visible !important;
    z-index: 20;
}

#scenarios .dabi-card-hover-frame {
    min-height: 0 !important;
}

#advantages .rounded-2xl > div.dabi-card-hover-surface:first-child,
#scenarios .rounded-2xl > div.dabi-card-hover-surface:first-child {
    display: flex !important;
    height: 100%;
    flex-direction: column !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 1rem !important;
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(40, 84, 150, 0.05) !important;
    color: #111318 !important;
    font-size: initial !important;
    font-weight: 400 !important;
    line-height: normal !important;
    transition:
        transform 220ms ease,
        box-shadow 300ms ease !important;
    will-change: transform, box-shadow;
}

#advantages .rounded-2xl > div.dabi-card-hover-surface:first-child {
    min-height: 100%;
    padding: 1.75rem !important;
}

#scenarios .mt-14.grid.gap-6 {
    column-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
}

#scenarios .rounded-2xl > div.dabi-card-hover-surface:first-child {
    display: grid !important;
    grid-template-columns: 4.75rem minmax(0, 1fr);
    column-gap: 1.25rem;
    align-items: start;
    min-height: 176px;
    padding: 1.75rem 2rem !important;
    border-radius: 1.125rem !important;
    background: #f7f8f9 !important;
}

#pricing .rounded-2xl > div.dabi-card-hover-surface:first-child {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: column !important;
    min-height: 740px !important;
    height: 100%;
    padding: 40px 28px !important;
    border-radius: inherit !important;
    outline: 2px solid transparent;
    outline-offset: 0;
    overflow: visible;
    box-shadow: 0 1px 3px rgba(40, 84, 150, 0.05) !important;
    transition:
        outline-color 180ms ease,
        box-shadow 220ms ease !important;
    will-change: auto;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(1)
    > div.dabi-card-hover-surface:first-child,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(2)
    > div.dabi-card-hover-surface:first-child {
    background: #f7f8f9 !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(3)
    > div.dabi-card-hover-surface:first-child {
    background: linear-gradient(118deg, #275ff4 0%, #1e4bef 49%, #152fc9 100%) !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(4)
    > div.dabi-card-hover-surface:first-child {
    background:
        radial-gradient(
            ellipse at 82% 92%,
            #1738c7 0%,
            rgba(23, 56, 199, 0.5) 30%,
            transparent 58%
        ),
        linear-gradient(150deg, #030406 0%, #06070f 60%, #0a1041 100%) !important;
}

#pricing
    .rounded-2xl.dabi-card-hover-frame:hover
    > div.dabi-card-hover-surface:first-child {
    transform: none !important;
    outline-color: #0455ff;
    box-shadow: 0 12px 30px -14px rgba(4, 85, 255, 0.45) !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(3):hover
    > div.dabi-card-hover-surface:first-child {
    outline-color: #0b1f6d;
    box-shadow: 0 12px 30px -14px rgba(11, 31, 109, 0.5) !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(4):hover
    > div.dabi-card-hover-surface:first-child {
    outline-color: #f0cf7a;
    box-shadow: 0 12px 30px -14px rgba(240, 207, 122, 0.5) !important;
}

#pricing .dabi-card-hover-surface > .flex.items-center.justify-between {
    min-height: 28px;
}

#pricing .dabi-card-hover-surface > .mt-5 {
    min-height: 40px;
}

#pricing .dabi-card-hover-surface > p.mt-3 {
    min-height: 48px;
}

#pricing .dabi-card-hover-surface > ul.mt-6 {
    flex: 1 1 auto !important;
    margin-top: 1.25rem !important;
}

#pricing .dabi-card-hover-surface > ul li {
    line-height: 1.35 !important;
}

#pricing .dabi-card-hover-surface > ul li + li {
    margin-top: 0.5rem !important;
}

#pricing .dabi-card-hover-surface > button.mt-7 {
    margin-top: 28px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#pricing .dabi-card-hover-surface > .download-popover-host--block {
    margin-top: 28px !important;
}

#pricing
    .dabi-card-hover-surface
    > .download-popover-host--block
    > .download-popover-trigger.mt-7 {
    margin-top: 0 !important;
    height: 46px !important;
    min-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(1)
    > .dabi-card-hover-surface
    .download-popover-trigger:hover,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(1)
    > .dabi-card-hover-surface
    > button:hover,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(2)
    > .dabi-card-hover-surface
    .download-popover-trigger:hover,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(2)
    > .dabi-card-hover-surface
    > button:hover {
    background-color: #0455ff !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(1):hover
    > .dabi-card-hover-surface
    .download-popover-trigger,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(1):hover
    > .dabi-card-hover-surface
    > button,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(2):hover
    > .dabi-card-hover-surface
    .download-popover-trigger,
#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(2):hover
    > .dabi-card-hover-surface
    > button {
    background-color: #0455ff !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(3):hover
    > .dabi-card-hover-surface
    > button {
    background-color: #eff6ff !important;
}

#pricing
    .grid.lg\:grid-cols-4
    > .dabi-card-hover-frame:nth-child(4):hover
    > .dabi-card-hover-surface
    > button {
    filter: brightness(1.1) !important;
}

#advantages
    .rounded-2xl.dabi-card-hover-frame:hover
    > div.dabi-card-hover-surface:first-child,
#scenarios
    .rounded-2xl.dabi-card-hover-frame:hover
    > div.dabi-card-hover-surface:first-child {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px -18px rgba(40, 84, 150, 0.28) !important;
}

#scenarios .dabi-card-hover-surface:before {
    content: none !important;
}

#scenarios .dabi-card-hover-surface > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: start;
    width: auto !important;
    height: auto !important;
    display: block !important;
    background: none !important;
    color: var(--dabi-cobalt) !important;
    box-shadow: none !important;
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: none !important;
}

#scenarios .dabi-card-hover-frame:nth-of-type(1)
    .dabi-card-hover-surface
    > div:first-child:before {
    content: "1";
}

#scenarios .dabi-card-hover-frame:nth-of-type(2)
    .dabi-card-hover-surface
    > div:first-child:before {
    content: "2";
}

#scenarios .dabi-card-hover-frame:nth-of-type(3)
    .dabi-card-hover-surface
    > div:first-child:before {
    content: "3";
}

#scenarios .dabi-card-hover-frame:nth-of-type(4)
    .dabi-card-hover-surface
    > div:first-child:before {
    content: "4";
}

#scenarios .dabi-card-hover-surface > div:first-child svg {
    display: none !important;
}

#scenarios .dabi-card-hover-frame:hover
    > .dabi-card-hover-surface
    > div:first-child {
    color: var(--dabi-cobalt) !important;
}

#scenarios .dabi-card-hover-surface > h3 {
    grid-column: 2;
    margin-top: 0.15rem !important;
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
}

#scenarios .dabi-card-hover-surface > p {
    grid-column: 2;
    min-height: 0 !important;
    margin-top: 0.9rem !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

#scenarios .dabi-card-hover-surface > div:last-child {
    grid-column: 2;
    margin-top: 1.15rem !important;
}

#scenarios .dabi-card-hover-surface > div:last-child > span {
    background: #eef0f3 !important;
    color: #111318 !important;
}

.download-popover-host {
    position: relative;
    display: inline-flex;
    width: max-content;
}

.download-popover-host:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.55rem;
}

.download-popover-host--block {
    display: block;
    width: 100%;
}

.download-popover-host--block > .download-popover-trigger {
    width: 100%;
}

.download-popover {
    position: absolute;
    z-index: 80;
    top: calc(100% + 0.35rem);
    left: 0;
    width: min(20rem, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
        #fff;
    box-shadow:
        0 28px 70px rgba(15, 23, 42, 0.2),
        0 12px 26px rgba(4, 85, 255, 0.12),
        0 2px 8px rgba(15, 23, 42, 0.08);
    color: #111827;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.35rem);
    transform-origin: top center;
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease,
        transform 0.18s ease;
    pointer-events: none;
}

.download-popover-host:hover > .download-popover,
.download-popover-host:focus-within > .download-popover,
.download-popover-trigger[aria-expanded="true"] + .download-popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.download-popover-host--header > .download-popover {
    right: 0;
    left: auto;
    transform: translateY(-0.35rem);
}

.download-popover-host--mobile-menu > .download-popover {
    right: auto;
    left: 0;
}

.download-popover-host--header:hover > .download-popover,
.download-popover-host--header:focus-within > .download-popover,
.download-popover-host--header
    > .download-popover-trigger[aria-expanded="true"]
    + .download-popover {
    transform: translateY(0);
}

.download-popover__group {
    display: grid;
    gap: 0.35rem;
}

.download-popover__heading {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    padding: 0.05rem 0.12rem 0.35rem;
}

.download-popover__heading strong {
    display: block;
    color: #111827;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.25;
}

.download-popover__heading small {
    display: block;
    color: #6b7280;
    font-size: 0.84rem;
    line-height: 1.35;
}

.download-popover__os-icon {
    display: grid;
    width: 1.35rem;
    height: 1.8rem;
    flex: 0 0 1.35rem;
    place-items: center;
    color: #111827;
}

.download-popover__os-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.download-popover__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    min-height: 2.55rem;
    padding: 0.5rem 0.62rem;
    border-radius: 8px;
    color: #111827;
    transition:
        background-color 0.16s ease,
        color 0.16s ease,
        transform 0.16s ease;
}

.download-popover__item:hover,
.download-popover__item:focus-visible {
    background: rgba(29, 76, 242, 0.08);
}

.download-popover__item:active {
    transform: scale(0.99);
}

.download-popover__item-copy {
    min-width: 0;
}

.download-popover__item-copy strong {
    color: currentColor;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.25;
}

.download-popover__item-copy small {
    margin-left: 0.25rem;
    color: #4b5563;
    font-size: 0.92rem;
    font-weight: 500;
}

.download-popover__badge {
    color: var(--dabi-cobalt);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.download-popover__divider {
    height: 1px;
    margin: 0.72rem 0;
    background: #e5e7eb;
}

.download-popover__item svg,
.download-popover-trigger svg {
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    .download-popover-host {
        width: 100%;
        max-width: 100%;
    }

    .download-popover-host > .download-popover-trigger {
        width: 100%;
    }

    .download-popover {
        right: auto;
        left: 0;
        width: min(20rem, calc(100vw - 3rem));
        transform: translateY(-0.35rem);
    }

    .download-popover-host:hover > .download-popover,
    .download-popover-host:focus-within > .download-popover {
        transform: translateY(0);
    }
}

.dabi-contact-modal[hidden] {
    display: none !important;
}

.dabi-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 1rem;
    pointer-events: none;
}

.dabi-contact-modal__panel {
    position: relative;
    isolation: isolate;
    width: min(660px, calc(100vw - 2rem));
    min-height: 338px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px 192px;
    column-gap: 38px;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(213, 219, 231, 0.92);
    background: linear-gradient(
        90deg,
        #e8efff 0%,
        #ebf2ff 8%,
        #edf4ff 12%,
        #f4f8ff 23%,
        #fefeff 40%,
        #ffffff 100%
    );
    box-shadow:
        0 16px 38px -20px rgba(34, 45, 67, 0.28),
        0 28px 72px -44px rgba(20, 31, 52, 0.38) !important;
    padding: 58px 48px 48px;
    color: #171d2f;
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    pointer-events: auto;
    transition:
        opacity 180ms ease,
        transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.dabi-contact-modal.is-open .dabi-contact-modal__panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#root .dabi-contact-modal__panel {
    box-shadow:
        0 16px 38px -20px rgba(34, 45, 67, 0.28),
        0 28px 72px -44px rgba(20, 31, 52, 0.38) !important;
}

.dabi-contact-modal__close {
    position: absolute;
    right: 19px;
    top: 18px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #22283a;
    transition:
        color 160ms ease,
        transform 160ms ease;
}

.dabi-contact-modal__close:hover {
    color: var(--dabi-cobalt);
    transform: translateY(-1px);
}

.dabi-contact-modal__close:focus {
    outline: none;
    box-shadow: none;
}

.dabi-contact-modal__close:focus-visible {
    outline: 2px solid rgba(23, 103, 255, 0.65);
    outline-offset: 2px;
}

.dabi-contact-modal__main {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    column-gap: 24px;
    align-items: center;
    align-self: center;
}

.dabi-contact-modal__avatar {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #e8f0ff;
}

.dabi-contact-modal__avatar img {
    width: 58px;
    height: auto;
    filter: drop-shadow(0 8px 14px rgba(30, 85, 221, 0.22));
}

.dabi-contact-modal__copy h2 {
    margin: 0;
    color: #171d2f;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.dabi-contact-modal__copy p {
    margin: 16px 0 0;
    color: #4a5167;
    font-size: 14px;
    line-height: 1.65;
}

.dabi-contact-modal__divider {
    width: 1px;
    height: 214px;
    background: rgba(194, 203, 224, 0.72);
}

.dabi-contact-modal__qr-wrap {
    justify-self: center;
    width: 190px;
    text-align: center;
}

.dabi-contact-modal__qr {
    position: relative;
    width: 190px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10px;
    border: 15px solid #fff;
    background: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dabi-contact-modal__qr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dabi-contact-modal__qr-wrap p {
    margin: 14px 0 0;
    color: #333a4f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .dabi-contact-modal__panel {
        transition: none;
    }
}

@media (max-width: 640px) {
    .dabi-contact-modal {
        padding: 1rem;
    }

    .dabi-contact-modal__panel {
        width: min(360px, calc(100vw - 2rem));
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 2.5rem 1.5rem 1.5rem;
    }

    .dabi-contact-modal__main {
        grid-template-columns: 70px minmax(0, 1fr);
        column-gap: 16px;
    }

    .dabi-contact-modal__avatar {
        width: 70px;
        height: 70px;
    }

    .dabi-contact-modal__avatar img {
        width: 48px;
    }

    .dabi-contact-modal__copy h2 {
        font-size: 24px;
    }

    .dabi-contact-modal__divider {
        width: 100%;
        height: 1px;
    }

    .dabi-contact-modal__qr-wrap {
        justify-self: center;
    }
}
