:root {
    --landing-ink: #0b1326;
    --landing-muted: #5d687c;
    --landing-navy: #07142f;
    --landing-navy-soft: #0d1d42;
    --landing-surface: #ffffff;
    --landing-surface-soft: #f4f7fb;
    --landing-line: rgba(12, 31, 66, 0.1);
    --landing-accent: #c94c38;
    --landing-accent-hover: #b64031;
    --landing-blue: #5a7cff;
    --landing-cyan: #56d7ee;
    --landing-radius-sm: 14px;
    --landing-radius-md: 22px;
    --landing-radius-lg: 32px;
    --landing-shadow-sm: 0 14px 40px rgba(20, 38, 78, 0.08);
    --landing-shadow-lg: 0 32px 90px rgba(3, 13, 38, 0.28);
}

body {
    background: var(--landing-surface-soft);
    color: var(--landing-ink);
    font-family: "Segoe UI Variable Text", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    text-rendering: optimizeLegibility;
}

main.landing-v2 {
    animation: none;
    background: var(--landing-surface);
    opacity: 1;
    overflow: hidden;
}

.landing-v2 .container-cust {
    margin: 0 auto !important;
    padding-bottom: clamp(76px, 8vw, 118px) !important;
    padding-top: clamp(76px, 8vw, 118px) !important;
}

.landing-v2 .landing-section,
.landing-v2 #exchanges,
.landing-v2 #features,
.landing-v2 #tariff,
.landing-v2 #overview {
    /* The sticky-header offset is already provided by html scroll-padding. */
    scroll-margin-top: 0;
}

.landing-v2 .h2 {
    color: var(--landing-ink);
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.landing-v2 .h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.5;
}

.landing-v2 .text_body {
    font-size: 1.02rem;
    line-height: 1.62;
}

.landing-v2 a,
.landing-v2 button,
header a,
footer a {
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.landing-v2 a:focus-visible,
.landing-v2 button:focus-visible,
header a:focus-visible,
header button:focus-visible,
footer a:focus-visible {
    outline: 3px solid rgba(86, 215, 238, 0.75);
    outline-offset: 4px;
}

/* Homepage header */
header {
    background: rgba(7, 20, 47, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

#navbar {
    background: transparent !important;
    min-height: 82px;
}

#navbar .container-fluid {
    max-width: 1320px !important;
    padding-left: 22px;
    padding-right: 22px;
}

.navbar-brand img {
    height: auto;
    max-width: 186px;
}

#navbar .navbar-nav {
    align-items: center;
    gap: 5px;
}

#navbar .nav-link {
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.96rem;
    font-weight: 500;
    padding: 11px 13px;
    position: relative;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus-visible,
#navbar .nav-link.active {
    color: #ffffff;
}

#navbar a.nav-link::after {
    background: linear-gradient(90deg, var(--landing-accent), var(--landing-cyan));
    border-radius: 999px;
    bottom: 4px;
    content: "";
    display: block;
    height: 2px;
    left: 13px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
    width: auto;
}

#navbar a.nav-link:hover::after,
#navbar a.nav-link:focus-visible::after,
#navbar a.nav-link.active::after {
    transform: scaleX(1);
}

#SearchIcon {
    opacity: 0.82;
}

#SearchIcon:hover {
    opacity: 1;
}

#search-block {
    background: rgba(9, 24, 55, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--landing-radius-sm);
    box-shadow: var(--landing-shadow-lg);
    padding: 12px;
}

#search-block .form-control {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

header .button__create-sm,
header .mobile-link {
    background: var(--landing-accent);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(246, 116, 88, 0.2);
    color: #fff;
    font-weight: 650;
    letter-spacing: 0.01em;
    padding: 11px 20px;
    text-transform: none;
}

header .button__create-sm:hover,
header .mobile-link:hover {
    background: var(--landing-accent-hover);
    box-shadow: 0 14px 30px rgba(246, 116, 88, 0.28);
    color: #fff;
    transform: translateY(-1px);
}

/* Hero */
.landing-v2 #home {
    background:
        radial-gradient(circle at 76% 24%, rgba(90, 124, 255, 0.24), transparent 30%),
        radial-gradient(circle at 20% 18%, rgba(86, 215, 238, 0.1), transparent 28%),
        linear-gradient(135deg, #06112a 0%, #081744 56%, #0b1a42 100%) !important;
    isolation: isolate;
    margin-bottom: 0 !important;
    min-height: min(850px, calc(100vh - 82px));
    padding: clamp(70px, 8vw, 118px) 0 !important;
    position: relative;
}

.landing-v2 #home::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
    opacity: 0.55;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.landing-v2 #home::after {
    background: var(--landing-accent);
    border-radius: 50%;
    content: "";
    filter: blur(120px);
    height: 180px;
    opacity: 0.12;
    pointer-events: none;
    position: absolute;
    right: 8%;
    top: 22%;
    width: 180px;
    z-index: -1;
}

.landing-hero__grid {
    align-items: center;
    min-height: 590px;
    row-gap: 54px;
}

.landing-hero__content {
    align-content: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 !important;
    padding-right: clamp(20px, 5vw, 78px);
}

.landing-eyebrow {
    align-items: center;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.09em;
    margin-bottom: 25px;
    padding: 9px 13px;
    text-transform: uppercase;
}

.landing-eyebrow::before {
    background: var(--landing-cyan);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(86, 215, 238, 0.78);
    content: "";
    height: 7px;
    margin-right: 9px;
    width: 7px;
}

.landing-v2 .main__info_h1 {
    color: #ffffff;
    font-size: clamp(3.25rem, 6.2vw, 5.8rem);
    font-weight: 650;
    letter-spacing: -0.062em;
    line-height: 0.98;
    max-width: 760px;
    padding: 0 0 30px;
    text-wrap: balance;
}

.landing-hero__lead {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 1.45vw, 1.18rem) !important;
    line-height: 1.6 !important;
    max-width: 660px;
}

.landing-hero__support {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.96rem !important;
    line-height: 1.65 !important;
    margin-top: 18px !important;
    max-width: 640px;
}

.landing-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.landing-v2 .button__create,
.landing-v2 .button__sample,
.landing-v2 .button__ghost {
    align-items: center;
    border-radius: 13px;
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 650;
    justify-content: center;
    letter-spacing: 0.01em;
    min-height: 52px;
    padding: 14px 23px;
    text-transform: none;
}

.landing-v2 .button__create {
    background: var(--landing-accent);
    border: 1px solid var(--landing-accent);
    box-shadow: 0 16px 34px rgba(246, 116, 88, 0.23);
    color: #ffffff;
}

.landing-v2 .button__create:hover {
    background: var(--landing-accent-hover);
    border-color: var(--landing-accent-hover);
    box-shadow: 0 20px 40px rgba(246, 116, 88, 0.3);
    color: #ffffff;
    transform: translateY(-2px);
}

.landing-v2 .button__ghost {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.landing-v2 .button__ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    transform: translateY(-2px);
}

.landing-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 29px;
}

.landing-hero__proof span {
    align-items: center;
    color: rgba(255, 255, 255, 0.64);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 550;
}

.landing-hero__proof span:not(:last-child)::after {
    color: rgba(86, 215, 238, 0.75);
    content: "·";
    margin-left: 9px;
}

.landing-hero__visual {
    margin: 0 !important;
    padding: 24px 14px 24px 38px;
    perspective: 1300px;
}

.landing-hero__screen {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    box-shadow: var(--landing-shadow-lg);
    padding: 22px;
    position: relative;
    transform: rotateY(-4deg) rotateX(1deg);
}

.landing-hero__screen::before,
.landing-hero__screen::after {
    border-radius: 30px;
    content: "";
    inset: -1px;
    pointer-events: none;
    position: absolute;
}

.landing-hero__screen::before {
    background: linear-gradient(135deg, rgba(86, 215, 238, 0.2), transparent 34%, transparent 70%, rgba(246, 116, 88, 0.18));
    z-index: -1;
}

.landing-hero__screen::after {
    box-shadow: 0 0 90px rgba(90, 124, 255, 0.15);
}

.landing-hero__screen img {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.23);
    display: block;
    height: auto;
}

.landing-hero__screen-label {
    align-items: center;
    background: rgba(7, 20, 47, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 650;
    left: 42px;
    padding: 8px 12px;
    position: absolute;
    top: 42px;
    z-index: 2;
}

.landing-hero__screen-label::before {
    background: #59d88b;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(89, 216, 139, 0.65);
    content: "";
    height: 7px;
    margin-right: 8px;
    width: 7px;
}

/* Exchange integrations */
.landing-exchanges {
    background:
        radial-gradient(circle at 92% 0%, rgba(90, 124, 255, 0.09), transparent 28%),
        var(--landing-surface);
}

.landing-exchanges__header {
    margin-bottom: 42px;
}

.landing-section-kicker {
    color: var(--landing-blue);
    display: block;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.landing-exchanges .info__h2 {
    margin-bottom: 20px !important;
    max-width: 860px;
}

.landing-exchanges__lead {
    color: var(--landing-muted);
    font-size: 1.06rem;
    line-height: 1.68;
    margin: 0;
    max-width: 760px;
}

.landing-exchanges .gallery {
    margin: 0 -12px !important;
    padding-bottom: 50px;
}

.landing-exchanges .exchange-showcase-motion {
    position: relative;
}

.landing-exchanges .exchange-showcase-motion.is-ticker-running .flickity-slider {
    will-change: transform;
}

.landing-exchanges .gallery-cell {
    padding: 12px;
}

.landing-exchanges .info_card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid var(--landing-line);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(20, 38, 78, 0.055);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 184px;
    justify-content: space-between;
    margin: 0;
    min-width: 310px;
    overflow: hidden;
    padding: 25px 26px 23px;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 310px;
}

.landing-exchanges .info_card::before {
    background: linear-gradient(90deg, var(--landing-blue), #70d9ff);
    content: "";
    height: 2px;
    left: 26px;
    opacity: 0;
    position: absolute;
    right: 26px;
    top: 0;
    transform: scaleX(0.55);
    transform-origin: left;
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 2;
}

.landing-exchanges .info_card::after {
    background: linear-gradient(105deg, transparent 22%, rgba(113, 220, 255, 0.14) 48%, transparent 74%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-135%);
    z-index: 0;
}

.landing-exchanges .info_card:hover,
.landing-exchanges .info_card:focus-visible {
    border-color: rgba(90, 124, 255, 0.32);
    box-shadow: 0 24px 54px rgba(20, 38, 78, 0.12);
    transform: translateY(-3px);
}

.landing-exchanges .info_card:hover::before,
.landing-exchanges .info_card:focus-visible::before {
    opacity: 0.9;
    transform: scaleX(1);
}

.landing-exchanges .info_card:hover::after,
.landing-exchanges .info_card:focus-visible::after {
    animation: landing-exchange-sheen 920ms cubic-bezier(0.22, 0.72, 0.25, 1) both;
}

.landing-exchanges .flickity-enabled:focus-visible {
    border-radius: 24px;
    outline: 2px solid rgba(90, 124, 255, 0.68);
    outline-offset: 4px;
}

.landing-exchanges .exchange-showcase-motion .flickity-prev-next-button {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(90, 124, 255, 0.2);
    box-shadow: 0 10px 30px rgba(20, 38, 78, 0.12);
    color: #53627b;
    display: block;
    height: 42px;
    opacity: 1;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease, visibility 180ms ease;
    visibility: visible;
    width: 42px;
}

.landing-exchanges .exchange-showcase-motion .flickity-prev-next-button:hover {
    background: #ffffff;
    border-color: rgba(90, 124, 255, 0.38);
    color: var(--landing-blue);
}

.landing-exchanges .exchange-showcase-motion.is-ticker-running .flickity-prev-next-button {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.landing-exchanges .exchange-showcase__logo {
    align-items: center;
    display: flex;
    height: 66px;
    justify-content: flex-start;
    position: relative;
    transition: transform 320ms cubic-bezier(0.22, 0.72, 0.25, 1);
    width: 154px;
    z-index: 1;
}

.landing-exchanges .exchange-showcase__logo img {
    height: auto;
    max-height: 62px;
    max-width: 146px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.landing-exchanges .exchange-showcase__content {
    display: flex;
    flex-direction: column;
    gap: 9px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.landing-exchanges .info_card:hover .exchange-showcase__logo,
.landing-exchanges .info_card:focus-visible .exchange-showcase__logo {
    transform: translateY(-2px);
}

.landing-exchanges .info_card__title {
    color: var(--landing-ink);
    font-size: 1.18rem;
    font-weight: 680;
    line-height: 1.2;
}

.landing-exchanges .exchange-showcase__badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.landing-exchanges .exchange-showcase__badges span {
    color: #68758d;
    font-size: 0.69rem;
    font-weight: 650;
    letter-spacing: 0.015em;
}

.landing-exchanges .exchange-showcase__badges span + span::before {
    background: rgba(90, 124, 255, 0.45);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 8px 2px;
    width: 3px;
}

.landing-exchanges__trust {
    border-top: 1px solid var(--landing-line);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
    padding-top: 28px;
}

.landing-exchanges__trust span {
    align-items: center;
    color: var(--landing-muted);
    display: flex;
    font-size: 0.88rem;
    gap: 11px;
}

.landing-exchanges__trust span::before {
    background: linear-gradient(135deg, var(--landing-blue), var(--landing-cyan));
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(90, 124, 255, 0.08);
    content: "";
    flex: 0 0 auto;
    height: 7px;
    width: 7px;
}

.landing-exchanges .flickity-page-dots .dot,
.landing-news .flickity-page-dots .dot {
    background: rgba(11, 19, 38, 0.18);
    height: 6px;
    margin: 0 5px;
    opacity: 1;
    width: 6px;
}

.landing-exchanges .flickity-page-dots .dot.is-selected,
.landing-news .flickity-page-dots .dot.is-selected {
    background: var(--landing-blue);
    border-radius: 999px;
    width: 22px;
}

.landing-exchanges .exchange-showcase__motion-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(90, 124, 255, 0.18);
    border-radius: 999px;
    bottom: 2px;
    box-shadow: 0 8px 24px rgba(20, 38, 78, 0.08);
    color: #50607b;
    cursor: pointer;
    display: none;
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    gap: 8px;
    left: 50%;
    line-height: 1;
    min-height: 34px;
    padding: 9px 13px;
    position: absolute;
    transform: translateX(-50%);
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
    z-index: 4;
}

.landing-exchanges .exchange-showcase-motion.is-motion-ready .exchange-showcase__motion-toggle {
    display: inline-flex;
}

.landing-exchanges .exchange-showcase__motion-toggle:hover {
    border-color: rgba(90, 124, 255, 0.34);
    box-shadow: 0 10px 28px rgba(20, 38, 78, 0.12);
    color: var(--landing-blue);
    transform: translate(-50%, -1px);
}

.landing-exchanges .exchange-showcase__motion-toggle:focus-visible {
    outline: 2px solid rgba(90, 124, 255, 0.68);
    outline-offset: 3px;
}

.landing-exchanges .exchange-showcase__motion-icon {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
}

.landing-exchanges .exchange-showcase__motion-icon::before,
.landing-exchanges .exchange-showcase__motion-icon::after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 10px;
    position: absolute;
    top: 0;
    width: 2px;
}

.landing-exchanges .exchange-showcase__motion-icon::before {
    left: 1px;
}

.landing-exchanges .exchange-showcase__motion-icon::after {
    right: 1px;
}

.landing-exchanges .exchange-showcase__play-label {
    display: none;
}

.landing-exchanges .exchange-showcase-motion.is-user-paused .exchange-showcase__motion-icon::before {
    background: transparent;
    border-color: transparent transparent transparent currentColor;
    border-radius: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    height: 0;
    left: 2px;
    width: 0;
}

.landing-exchanges .exchange-showcase-motion.is-user-paused .exchange-showcase__motion-icon::after,
.landing-exchanges .exchange-showcase-motion.is-user-paused .exchange-showcase__pause-label {
    display: none;
}

.landing-exchanges .exchange-showcase-motion.is-user-paused .exchange-showcase__play-label {
    display: inline;
}

@keyframes landing-exchange-sheen {
    0% {
        opacity: 0;
        transform: translateX(-135%);
    }

    24% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: translateX(135%);
    }
}

/* Product capabilities */
.landing-features {
    background:
        radial-gradient(circle at 3% 9%, rgba(90, 124, 255, 0.08), transparent 24%),
        radial-gradient(circle at 94% 88%, rgba(86, 215, 238, 0.08), transparent 23%),
        var(--landing-surface-soft);
    position: relative;
}

.landing-features .opportunities__wrapper_info {
    align-items: end;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
    margin-bottom: 46px;
}

.landing-features .landing-section-kicker {
    display: block;
    margin-bottom: 18px;
}

.landing-features .opportunities__h2,
.landing-features .opportunities__body {
    max-width: none;
    width: auto;
}

.landing-features .opportunities__body {
    color: var(--landing-muted);
    justify-self: end;
    max-width: 480px;
}

.landing-features__spotlights {
    display: grid;
    gap: 20px;
    grid-auto-rows: minmax(340px, auto);
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.feature-spotlight {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(12, 31, 66, 0.1);
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(20, 38, 78, 0.07), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(28px, 3.2vw, 42px);
    position: relative;
    transition: border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.feature-spotlight::after {
    background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.58) 48%, transparent 76%);
    content: "";
    inset: -45% auto -45% -62%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: rotate(10deg) translateX(-25%);
    transition: opacity 240ms ease, transform 680ms cubic-bezier(0.2, 0.75, 0.25, 1);
    width: 44%;
    z-index: 4;
}

.feature-spotlight--stats {
    background:
        radial-gradient(circle at 88% 8%, rgba(90, 124, 255, 0.13), transparent 27%),
        linear-gradient(160deg, #ffffff 0%, #f7f9ff 100%);
    grid-column: span 7;
    grid-row: span 2;
    min-height: 700px;
}

.feature-spotlight--cloud,
.feature-spotlight--branding {
    grid-column: span 5;
}

.feature-spotlight--cloud {
    background:
        radial-gradient(circle at 82% 56%, rgba(86, 215, 238, 0.16), transparent 30%),
        radial-gradient(circle at 16% 0%, rgba(90, 124, 255, 0.22), transparent 32%),
        linear-gradient(145deg, #07142f 0%, #0b204a 100%);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(7, 20, 47, 0.18);
    color: #ffffff;
}

.feature-spotlight--cloud::after {
    background: linear-gradient(100deg, transparent 20%, rgba(86, 215, 238, 0.12) 48%, transparent 76%);
}

.feature-spotlight--branding {
    background:
        radial-gradient(circle at 5% 95%, rgba(246, 116, 88, 0.09), transparent 28%),
        linear-gradient(150deg, #ffffff 0%, #f6f8fd 100%);
}

.feature-spotlight__copy {
    position: relative;
    z-index: 2;
}

.feature-spotlight__eyebrow {
    color: var(--landing-blue);
    display: block;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.feature-spotlight--cloud .feature-spotlight__eyebrow {
    color: var(--landing-cyan);
}

.feature-spotlight h3 {
    color: var(--landing-ink);
    font-size: clamp(1.75rem, 2.8vw, 2.55rem);
    font-weight: 680;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin: 0 0 16px !important;
}

.feature-spotlight--cloud h3 {
    color: #ffffff;
}

.feature-spotlight p {
    color: var(--landing-muted);
    font-size: 0.98rem;
    line-height: 1.62;
    margin: 0 !important;
    max-width: 600px;
}

.feature-spotlight--cloud p {
    color: rgba(255, 255, 255, 0.67);
}

.feature-spotlight__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 21px;
    position: relative;
    z-index: 2;
}

.feature-spotlight__tags span {
    background: rgba(90, 124, 255, 0.08);
    border: 1px solid rgba(90, 124, 255, 0.12);
    border-radius: 999px;
    color: #44536c;
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.025em;
    padding: 6px 10px;
}

.feature-spotlight--cloud .feature-spotlight__tags span {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
}

/* Statistics miniature */
.feature-dashboard {
    background:
        radial-gradient(circle at 96% 8%, rgba(86, 215, 238, 0.13), transparent 25%),
        linear-gradient(145deg, #08152f 0%, #0c214b 100%);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    box-shadow: 0 28px 58px rgba(7, 20, 47, 0.2);
    color: #ffffff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: 32px;
    min-height: 520px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transform: translateY(4px);
    transition: box-shadow 260ms ease, transform 260ms ease;
    z-index: 2;
}

.feature-dashboard__topbar,
.feature-dashboard__chart-head,
.feature-dashboard__activity,
.feature-dashboard__metrics {
    align-items: center;
    display: flex;
}

.feature-dashboard__topbar {
    justify-content: space-between;
    margin-bottom: 17px;
}

.feature-dashboard__brand {
    align-items: center;
    display: flex;
    font-size: 0.76rem;
    font-weight: 700;
    gap: 8px;
}

.feature-dashboard__brand i {
    background: linear-gradient(135deg, var(--landing-blue), var(--landing-cyan));
    border-radius: 7px;
    box-shadow: 0 0 0 5px rgba(90, 124, 255, 0.1);
    height: 19px;
    width: 19px;
}

.feature-dashboard__demo {
    background: rgba(86, 215, 238, 0.09);
    border: 1px solid rgba(86, 215, 238, 0.17);
    border-radius: 999px;
    color: #97e8f6;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 5px 8px;
    text-transform: uppercase;
}

.feature-dashboard__metrics {
    gap: 9px;
    margin-bottom: 11px;
}

.feature-dashboard__metrics > span {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 11px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
    padding: 10px 11px;
}

.feature-dashboard__metrics small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-dashboard__metrics strong {
    font-size: 1.05rem;
    font-weight: 680;
    line-height: 1.25;
    margin-top: 4px;
}

.feature-dashboard__chart {
    background:
        repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 44px),
        rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 12px;
    flex: 1 1 auto;
    min-height: 240px;
    overflow: hidden;
    padding: 13px 14px 0;
    position: relative;
}

.feature-dashboard__chart-head {
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.feature-dashboard__chart-head span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.64rem;
    font-weight: 600;
}

.feature-dashboard__chart-head small {
    color: rgba(255, 255, 255, 0.37);
    font-size: 0.58rem;
}

.feature-dashboard__chart svg {
    bottom: 0;
    height: calc(100% - 22px);
    left: 0;
    overflow: visible;
    position: absolute;
    width: 100%;
}

.feature-dashboard__area {
    fill: url(#statsAreaGradient);
}

.feature-dashboard__line {
    fill: none;
    filter: drop-shadow(0 5px 9px rgba(86, 215, 238, 0.22));
    stroke: url(#statsLineGradient);
    stroke-linecap: round;
    stroke-width: 4;
    transition: filter 260ms ease, stroke-width 260ms ease;
}

.feature-dashboard__flow {
    fill: none;
    filter: drop-shadow(0 0 7px rgba(163, 241, 255, 0.75));
    opacity: 0;
    stroke: #b6f5ff;
    stroke-dasharray: 8 92;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 5;
    vector-effect: non-scaling-stroke;
}

.feature-dashboard__chart circle {
    fill: var(--landing-cyan);
    stroke: rgba(255, 255, 255, 0.95);
    stroke-width: 3;
}

.feature-dashboard__point {
    transform-box: fill-box;
    transform-origin: center;
}

.feature-spotlight--stats.is-motion-visible .feature-dashboard__area {
    animation: landing-dashboard-area 900ms ease-out both;
}

.feature-spotlight--stats.is-motion-visible .feature-dashboard__flow {
    animation: landing-dashboard-flow 2100ms 260ms cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.feature-spotlight--stats.is-motion-visible .feature-dashboard__point {
    animation: landing-dashboard-point 720ms 1250ms ease-out both;
}

@keyframes landing-dashboard-area {
    from {
        opacity: 0.48;
    }

    to {
        opacity: 1;
    }
}

@keyframes landing-dashboard-flow {
    0% {
        opacity: 0;
        stroke-dashoffset: 100;
    }

    18%, 72% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0;
    }
}

@keyframes landing-dashboard-point {
    0% {
        opacity: 0.65;
        transform: scale(0.72);
    }

    62% {
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.feature-dashboard__activity {
    gap: 8px;
    margin-top: 10px;
}

.feature-dashboard__activity > span {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    display: grid;
    flex: 1 1 0;
    gap: 7px;
    grid-template-columns: auto 1fr auto;
    min-width: 0;
    padding: 8px;
}

.feature-dashboard__activity i {
    align-items: center;
    border-radius: 7px;
    display: flex;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 750;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.feature-dashboard__activity i.is-blue {
    background: rgba(90, 124, 255, 0.18);
    color: #9caeff;
}

.feature-dashboard__activity i.is-cyan {
    background: rgba(86, 215, 238, 0.14);
    color: #83e1f1;
}

.feature-dashboard__activity b {
    font-size: 0.62rem;
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-dashboard__activity small {
    color: #75dfbd;
    font-size: 0.55rem;
}

/* Cloud miniature */
.feature-cloud {
    height: 142px;
    margin: 12px auto -4px;
    max-width: 310px;
    position: relative;
    transition: transform 260ms ease;
    width: 100%;
    z-index: 2;
}

.feature-cloud__orbit {
    border: 1px solid rgba(86, 215, 238, 0.13);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature-cloud__orbit--one {
    height: 118px;
    width: 230px;
}

.feature-cloud__orbit--two {
    animation: landing-cloud-orbit 24s linear infinite;
    border-style: dashed;
    height: 82px;
    width: 158px;
}

@keyframes landing-cloud-orbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.feature-cloud__core {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), 0 0 32px rgba(86, 215, 238, 0.07);
    display: flex;
    flex-direction: column;
    left: 50%;
    padding: 12px 17px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature-cloud__core > span {
    background: linear-gradient(135deg, #ffffff, #9be8f5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 1.25rem;
    font-weight: 780;
    letter-spacing: -0.04em;
}

.feature-cloud__core small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.52rem;
    margin-top: 2px;
    white-space: nowrap;
}

.feature-cloud__core i {
    align-items: center;
    color: #7ce0bc;
    display: flex;
    font-size: 0.5rem;
    font-style: normal;
    gap: 4px;
    margin-top: 4px;
}

.feature-cloud__core i::before {
    animation: landing-online-pulse 3.2s ease-in-out infinite;
    background: #65d7aa;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(101, 215, 170, 0.1);
    content: "";
    height: 5px;
    width: 5px;
}

@keyframes landing-online-pulse {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(101, 215, 170, 0.1);
        opacity: 0.78;
    }

    50% {
        box-shadow: 0 0 0 7px rgba(101, 215, 170, 0.04);
        opacity: 1;
    }
}

.feature-cloud__node {
    align-items: center;
    background: rgba(6, 17, 42, 0.88);
    border: 1px solid rgba(86, 215, 238, 0.18);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 0.56rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    letter-spacing: 0.08em;
    position: absolute;
    width: 54px;
}

.feature-cloud__node--api {
    left: 6px;
    top: 22px;
}

.feature-cloud__node--spot {
    right: 4px;
    top: 25px;
}

.feature-cloud__node--users {
    bottom: 4px;
    left: 22px;
}

/* White-label miniature */
.feature-brand {
    margin: 18px 0 0;
    perspective: 900px;
    position: relative;
    z-index: 2;
}

.feature-brand__browser {
    background: #ffffff;
    border: 1px solid rgba(12, 31, 66, 0.12);
    border-radius: 15px;
    box-shadow: 0 20px 46px rgba(22, 42, 88, 0.14);
    overflow: hidden;
    transform: rotateX(1deg);
    transition: box-shadow 260ms ease, transform 260ms ease;
}

.feature-brand__toolbar {
    align-items: center;
    background: #eff3f8;
    border-bottom: 1px solid rgba(12, 31, 66, 0.08);
    display: grid;
    grid-template-columns: 58px 1fr 58px;
    min-height: 29px;
    padding: 0 9px;
}

.feature-brand__toolbar > span {
    display: flex;
    gap: 4px;
}

.feature-brand__toolbar i {
    background: #c8d0dc;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

.feature-brand__toolbar i:first-child {
    background: #e87661;
}

.feature-brand__toolbar b {
    background: #ffffff;
    border: 1px solid rgba(12, 31, 66, 0.07);
    border-radius: 6px;
    color: #7d889b;
    font-size: 0.48rem;
    font-weight: 600;
    padding: 3px 8px;
    text-align: center;
}

.feature-brand__nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 9px 11px 5px;
}

.feature-brand__nav strong {
    align-items: center;
    color: #18233a;
    display: flex;
    font-size: 0.58rem;
    gap: 6px;
}

.feature-brand__nav strong i {
    align-items: center;
    background: linear-gradient(135deg, var(--landing-blue), #815cff);
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    font-size: 0.48rem;
    font-style: normal;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.feature-brand__nav > span {
    background: #eef1ff;
    border-radius: 999px;
    color: #5970d8;
    font-size: 0.45rem;
    font-weight: 650;
    padding: 4px 7px;
}

.feature-brand__hero {
    background:
        radial-gradient(circle at 88% 10%, rgba(86, 215, 238, 0.22), transparent 30%),
        linear-gradient(135deg, #101c3d, #182e64);
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    margin: 0 10px;
    min-height: 92px;
    padding: 16px;
    position: relative;
}

.feature-brand__hero > small {
    color: #8fddea;
    display: block;
    font-size: 0.42rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.feature-brand__hero > b {
    display: block;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.2;
    margin-top: 6px;
    max-width: 150px;
}

.feature-brand__hero > span {
    bottom: 14px;
    display: flex;
    gap: 4px;
    position: absolute;
    right: 14px;
}

.feature-brand__hero > span i {
    background: #5a7cff;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    height: 11px;
    width: 11px;
}

.feature-brand__hero > span i:nth-child(2) {
    background: #56d7ee;
}

.feature-brand__hero > span i:nth-child(3) {
    background: #f67458;
}

/* Supporting capabilities */
.landing-features__secondary {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.feature-mini {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(12, 31, 66, 0.09);
    border-radius: 20px;
    min-height: 218px;
    padding: 26px;
    position: relative;
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-mini__icon {
    align-items: center;
    background: linear-gradient(145deg, rgba(90, 124, 255, 0.11), rgba(86, 215, 238, 0.08));
    border: 1px solid rgba(90, 124, 255, 0.1);
    border-radius: 13px;
    color: var(--landing-blue);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 24px;
    transition: color 220ms ease, transform 220ms ease;
    width: 48px;
}

.feature-mini__icon svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 24px;
}

.feature-mini .h4 {
    color: var(--landing-ink);
    font-size: 1.12rem;
    font-weight: 660;
    line-height: 1.25;
    margin: 0 0 10px !important;
}

.feature-mini p {
    color: var(--landing-muted);
    font-size: 0.9rem;
    line-height: 1.58;
    margin: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
    .feature-spotlight:hover {
        border-color: rgba(90, 124, 255, 0.23);
        box-shadow: 0 24px 66px rgba(20, 38, 78, 0.11), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
    }

    .feature-spotlight--cloud:hover {
        border-color: rgba(86, 215, 238, 0.22);
        box-shadow: 0 28px 70px rgba(7, 20, 47, 0.23);
    }

    .feature-spotlight:hover::after {
        opacity: 1;
        transform: rotate(10deg) translateX(430%);
    }

    .feature-spotlight--stats:hover .feature-dashboard {
        box-shadow: 0 32px 68px rgba(7, 20, 47, 0.25);
        transform: translateY(0);
    }

    .feature-spotlight--stats:hover .feature-dashboard__line {
        filter: drop-shadow(0 6px 12px rgba(86, 215, 238, 0.4));
        stroke-width: 4.5;
    }

    .feature-spotlight--cloud:hover .feature-cloud {
        transform: scale(1.018);
    }

    .feature-spotlight--branding:hover .feature-brand__browser {
        box-shadow: 0 24px 54px rgba(22, 42, 88, 0.18);
        transform: rotateX(0deg) translateY(-2px);
    }

    .feature-mini:hover {
        background: rgba(255, 255, 255, 0.95);
        border-color: rgba(90, 124, 255, 0.2);
        box-shadow: 0 16px 42px rgba(20, 38, 78, 0.07);
    }

    .feature-mini:hover .feature-mini__icon {
        color: #3f62ed;
        transform: translateY(-2px);
    }
}

/* Mid-page CTA */
.landing-cta {
    background: var(--landing-surface);
}

.landing-cta__panel {
    background:
        radial-gradient(circle at 15% 20%, rgba(86, 215, 238, 0.14), transparent 27%),
        radial-gradient(circle at 88% 18%, rgba(246, 116, 88, 0.2), transparent 25%),
        linear-gradient(135deg, var(--landing-navy) 0%, #0b1d4c 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--landing-radius-lg);
    box-shadow: var(--landing-shadow-lg);
    color: #fff;
    overflow: hidden;
    padding: clamp(44px, 7vw, 78px);
    position: relative;
}

.landing-cta__panel::after {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
    height: 330px;
    opacity: 0.68;
    position: absolute;
    right: -95px;
    top: -180px;
    transform: translate3d(18px, -12px, 0) scale(0.94);
    width: 330px;
}

.landing-cta__panel.is-motion-visible::after {
    animation: landing-cta-ring 1100ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

@keyframes landing-cta-ring {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.landing-cta .feedback__info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    max-width: none;
    text-align: left;
}

.landing-cta .h2 {
    color: #fff;
    max-width: 850px;
}

.landing-cta .text_body {
    color: rgba(255, 255, 255, 0.64);
    font-size: 1.08rem;
    max-width: 640px;
}

.landing-cta .button__create {
    margin-top: 8px;
}

/* Pricing */
.landing-pricing {
    background: var(--landing-surface-soft);
}

.landing-pricing .tariff__header {
    gap: 17px;
    margin-bottom: 45px;
}

.landing-pricing .tariff__h2 {
    color: var(--landing-muted);
    max-width: 720px;
    padding: 0;
}

.landing-pricing .row {
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.landing-pricing .row > div {
    display: flex;
    padding: 10px !important;
}

.landing-pricing .tariff_card {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 25px;
    box-shadow: none;
    margin: 0;
    max-width: none;
    min-height: 610px;
    padding: 44px 38px 38px;
    position: relative;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.landing-pricing .tariff_card:hover {
    border-color: rgba(90, 124, 255, 0.28);
    box-shadow: var(--landing-shadow-sm);
    transform: translateY(-4px);
}

.landing-pricing .tariff_card__premium {
    background:
        radial-gradient(circle at 70% 10%, rgba(90, 124, 255, 0.22), transparent 30%),
        linear-gradient(155deg, #07142f, #0c2053);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 70px rgba(7, 20, 47, 0.2);
    color: #ffffff;
}

.landing-pricing .tariff_card__title {
    gap: 8px;
    padding-bottom: 26px;
}

.landing-pricing .tariff_card__title .h2 {
    font-size: 2rem;
    letter-spacing: -0.03em;
}

.landing-pricing .tariff_card__premium .h2,
.landing-pricing .tariff_card__premium .price,
.landing-pricing .tariff_card__premium .caption-big,
.landing-pricing .tariff_card__premium .text_body {
    color: #ffffff;
}

.landing-pricing .tariff_card__premium .premium__h2 {
    color: var(--landing-accent);
}

.landing-pricing .price {
    color: var(--landing-ink);
    font-size: 2.8rem;
    font-weight: 650;
    letter-spacing: -0.04em;
}

.landing-pricing .caption-big {
    color: var(--landing-ink);
    font-size: 1.22rem;
    font-weight: 620;
    line-height: 1.35;
}

.landing-pricing .tariff_card__info {
    align-items: stretch;
    gap: 14px;
    padding: 25px 0 34px;
    text-align: left;
    width: 100%;
}

.landing-pricing .tariff_card__info .text_body {
    align-items: flex-start;
    color: var(--landing-muted);
    display: flex;
    font-size: 0.94rem;
    line-height: 1.42;
}

.landing-pricing .tariff_card__info .text_body::before {
    align-items: center;
    background: rgba(90, 124, 255, 0.1);
    border-radius: 50%;
    color: var(--landing-blue);
    content: "✓";
    display: inline-flex;
    flex: 0 0 19px;
    font-size: 0.73rem;
    font-weight: 800;
    height: 19px;
    justify-content: center;
    margin-right: 10px;
    margin-top: 1px;
}

.landing-pricing .tariff_card__premium .tariff_card__info .text_body {
    color: rgba(255, 255, 255, 0.72);
}

.landing-pricing .tariff_card__premium .tariff_card__info .text_body::before {
    background: rgba(86, 215, 238, 0.13);
    color: var(--landing-cyan);
}

.landing-pricing .button__sample,
.landing-pricing .button__create {
    margin-top: auto;
    width: 100%;
}

.landing-pricing .button__sample {
    background: #fff;
    border: 1px solid rgba(12, 31, 66, 0.16);
    color: var(--landing-ink);
}

.landing-pricing .button__sample:hover {
    background: var(--landing-navy);
    border-color: var(--landing-navy);
    color: #fff;
    transform: translateY(-2px);
}

/* Video */
.landing-video {
    background: var(--landing-surface);
}

.landing-video__inner {
    margin: 0;
}

.landing-video .tariff__h2 {
    color: var(--landing-muted);
    margin: 16px auto 40px !important;
    max-width: 740px;
    padding: 0;
}

.landing-video .s-video-bg {
    border: 1px solid var(--landing-line);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(16, 37, 82, 0.18);
    margin: 0 auto;
    overflow: hidden;
}

.landing-video .s-video-bg::after {
    background: rgba(7, 20, 47, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(7, 20, 47, 0.3);
    color: #fff;
    content: "▶";
    font-size: 1.45rem;
    height: 78px;
    left: 50%;
    line-height: 78px;
    padding-left: 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
}

.landing-video .s-video-bg img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    transition: transform 400ms ease, filter 400ms ease;
}

.landing-video .s-video-bg:hover img {
    filter: brightness(0.92);
    transform: scale(1.018);
}

/* News */
.landing-news {
    background: var(--landing-surface-soft);
    max-width: none;
}

.landing-news > div:first-child {
    margin-bottom: 38px !important;
}

.landing-news > div:first-child > span {
    color: var(--landing-muted);
    display: inline-block;
    margin-top: 16px !important;
}

.landing-news .gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-bottom: 42px;
    width: 100%;
}

.landing-news .gallery-cell {
    min-width: 320px;
    padding: 9px;
    width: 390px;
}

.landing-news .news_body__card {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 21px;
    box-shadow: none;
    height: 450px;
    margin: 0;
    overflow: hidden;
    text-align: left;
}

.landing-news .news_body__card:hover {
    border-color: rgba(90, 124, 255, 0.26);
    box-shadow: var(--landing-shadow-sm);
    transform: translateY(-3px);
}

.landing-news .news_body__card img {
    display: block;
    height: 205px;
    object-fit: cover;
    width: 100%;
}

.landing-news .news_body__card_info {
    gap: 13px;
    padding: 22px 22px 24px;
}

.landing-news .news_body__card .caption-small {
    color: var(--landing-muted);
    font-size: 0.76rem;
}

.landing-news .news_body__card .caption-big {
    font-size: 1.22rem;
    font-weight: 650;
    line-height: 1.35;
}

.landing-news .news_body__card .caption-big,
.landing-news .news_body__card .text_body {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.landing-news .news_body__card .caption-big {
    -webkit-line-clamp: 2;
}

.landing-news .news_body__card .text_body {
    color: var(--landing-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
}

/* FAQ */
.landing-faq {
    background: var(--landing-surface);
    max-width: none;
}

.landing-faq > .row {
    align-items: end;
    margin: 0 auto;
    max-width: 1320px;
}

.landing-faq > .row > div {
    color: var(--landing-muted);
    font-size: 1rem !important;
}

.landing-faq > .d-flex {
    margin: 46px auto 0 !important;
    max-width: 1320px;
}

.landing-faq .accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.landing-faq .accordion-item {
    border: 1px solid var(--landing-line);
    border-radius: 18px !important;
    box-shadow: none;
    overflow: hidden;
}

.landing-faq .accordion-header {
    border: 0;
}

.landing-faq .accordion-button {
    background: #fff;
    box-shadow: none;
    color: var(--landing-ink);
    font-size: 1.08rem;
    font-weight: 630 !important;
    line-height: 1.4;
    padding: 24px 26px;
}

.landing-faq .accordion-button:not(.collapsed) {
    background: #f8faff;
    color: var(--landing-ink);
}

.landing-faq .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(90, 124, 255, 0.18);
}

.landing-faq .accordion-body {
    background: #f8faff;
    color: var(--landing-muted);
    font-size: 0.98rem;
    line-height: 1.65;
    padding: 0 26px 26px;
}

.landing-faq .accordion-body span[style] {
    background: rgba(90, 124, 255, 0.1) !important;
    border-radius: 6px;
    color: var(--landing-ink) !important;
    font-weight: 650;
    padding: 2px 6px !important;
}

/* Final CTA and contact form */
.landing-final {
    background: var(--landing-surface-soft);
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.landing-final__panel {
    background:
        radial-gradient(circle at 20% 10%, rgba(86, 215, 238, 0.15), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(246, 116, 88, 0.18), transparent 30%),
        linear-gradient(135deg, #07142f, #0a1e4c);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--landing-radius-lg);
    box-shadow: var(--landing-shadow-lg);
    color: #fff;
    overflow: hidden;
    padding: clamp(48px, 7vw, 82px);
}

.landing-final .h2 {
    color: #fff;
}

.landing-final__lead {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 18px auto 34px !important;
    max-width: 660px;
    text-align: center;
}

.landing-final .exchange__btns {
    gap: 14px;
    margin-bottom: 0;
}

.landing-final .button__sample {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
}

.landing-final .button__sample:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-2px);
}

.landing-form {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: var(--landing-radius-md);
    box-shadow: var(--landing-shadow-lg);
    color: var(--landing-ink);
    padding: 28px;
}

.landing-form .form-label,
.landing-form label {
    font-weight: 620;
    margin-bottom: 8px;
}

.landing-form .form-control {
    background: #f7f9fc;
    border: 1px solid rgba(12, 31, 66, 0.13);
    border-radius: 12px;
    min-height: 48px;
}

.landing-form .form-control:focus {
    background: #fff;
    border-color: var(--landing-blue);
    box-shadow: 0 0 0 4px rgba(90, 124, 255, 0.12);
}

.landing-form .form-text {
    color: var(--landing-muted);
}

.landing-form .dark_btn {
    background: var(--landing-navy);
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 650;
    min-width: 150px;
}

.landing-form .dark_btn:hover {
    background: var(--landing-navy-soft);
}

/* Homepage footer */
footer {
    background:
        radial-gradient(circle at 15% 0%, rgba(90, 124, 255, 0.1), transparent 28%),
        #050f28;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}

footer .container-xl {
    max-width: 1320px;
    padding-bottom: 42px !important;
    padding-top: 74px !important;
}

footer .footer-block img {
    max-width: 185px;
}

footer .footer-block p,
footer .copyright-text p {
    color: rgba(255, 255, 255, 0.48) !important;
    line-height: 1.65;
}

footer h5 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

footer .fw-link a {
    color: rgba(255, 255, 255, 0.58);
    display: inline-block;
    padding: 5px 0;
}

footer .fw-link a:hover {
    color: #fff;
    transform: translateX(2px);
}

footer .footer_btn {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    color: #fff;
    font-weight: 650;
    text-transform: none;
}

footer .footer_btn:hover {
    background: var(--landing-accent);
    border-color: var(--landing-accent);
}

footer .copyright-text img {
    opacity: 0.66;
    transition: opacity 180ms ease, transform 180ms ease;
}

footer .copyright-text a:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

.top-button {
    background: rgba(7, 20, 47, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.17);
    bottom: 22px;
    box-shadow: 0 14px 34px rgba(7, 20, 47, 0.25);
    height: 52px;
    left: 22px;
    padding: 3px;
    width: 52px;
    z-index: 20;
}

.top-button:hover {
    background: var(--landing-accent);
    transform: translateY(-3px);
}

.top-button img {
    height: 100%;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .landing-v2 .main__info_h1 {
        font-size: clamp(3.1rem, 6vw, 4.8rem);
    }

    .landing-hero__visual {
        padding-left: 20px;
    }

    .landing-pricing .tariff_card {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 991.98px) {
    #navbar {
        min-height: 62px;
    }

    #navbar .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .navbar-brand img {
        max-width: 166px;
    }

    #navbar .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 11px;
        box-shadow: none;
        padding: 8px 10px;
    }

    #navbar .navbar-collapse {
        background: rgba(7, 20, 47, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 16px;
        box-shadow: var(--landing-shadow-lg);
        margin-top: 8px;
        padding: 14px;
    }

    #navbar .navbar-nav {
        align-items: stretch;
    }

    #navbar #SearchIcon {
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }

    #navbar #Languages.dropdown {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #navbar a.nav-link::after {
        display: none;
    }

    #navbar .nav-link.active {
        background: rgba(255, 255, 255, 0.07);
    }

    .landing-v2 #home {
        min-height: auto;
        padding-top: 82px !important;
    }

    .landing-v2 .landing-section {
        scroll-margin-top: 0;
    }

    .landing-hero__grid {
        min-height: 0;
    }

    .landing-hero__content {
        padding-right: 12px;
    }

    .landing-hero__visual {
        display: block;
        padding: 0 12px;
    }

    .landing-hero__screen {
        margin: 0 auto;
        max-width: 760px;
        transform: none;
    }

    .landing-features .opportunities__wrapper_info {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .landing-features .opportunities__body {
        justify-self: start;
        max-width: 680px;
    }

    .feature-spotlight--stats {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 680px;
    }

    .feature-spotlight--cloud,
    .feature-spotlight--branding {
        grid-column: span 6;
    }

    .landing-features__secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-pricing .tariff_card {
        min-height: 580px;
    }

    .landing-faq > .d-flex {
        justify-content: stretch !important;
    }

    .landing-faq .accordion {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .landing-v2 .container-cust {
        padding-bottom: 74px !important;
        padding-top: 74px !important;
    }

    .landing-v2 .h2 {
        font-size: clamp(2.15rem, 9vw, 3rem);
        line-height: 1.08;
    }

    .landing-v2 #home {
        padding-bottom: 76px !important;
        padding-top: 74px !important;
    }

    .landing-eyebrow {
        font-size: 0.68rem;
        margin-bottom: 21px;
    }

    .landing-v2 .main__info_h1 {
        font-size: clamp(3rem, 13vw, 4.25rem) !important;
        line-height: 0.98 !important;
        padding-bottom: 25px;
    }

    .landing-hero__support {
        font-size: 0.92rem !important;
    }

    .landing-hero__screen {
        border-radius: 22px;
        padding: 14px;
    }

    .landing-hero__screen-label {
        left: 25px;
        top: 25px;
    }

    .landing-exchanges__header {
        margin-bottom: 28px;
    }

    .landing-exchanges .info__h2 {
        margin-bottom: 16px !important;
    }

    .landing-exchanges__trust {
        grid-template-columns: 1fr;
    }

    .landing-features .opportunities__wrapper_info {
        gap: 22px;
        margin-bottom: 30px;
    }

    .landing-features__spotlights {
        grid-template-columns: 1fr;
    }

    .feature-spotlight--stats,
    .feature-spotlight--cloud,
    .feature-spotlight--branding {
        grid-column: 1 / -1;
        min-height: 0;
    }

    .feature-dashboard {
        flex: none;
        margin-top: 32px;
        min-height: 0;
    }

    .feature-cloud {
        margin-top: 24px;
    }

    .landing-features__secondary {
        grid-template-columns: 1fr;
    }

    .feature-mini {
        min-height: 0;
    }

    .landing-cta__panel,
    .landing-final__panel {
        border-radius: 24px;
    }

    .landing-pricing .tariff_card {
        min-height: 0;
    }

    .landing-video .s-video-bg {
        border-radius: 20px;
    }

    .landing-video .s-video-bg::after {
        font-size: 1.1rem;
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    .landing-faq > .row > div {
        margin-top: 18px;
    }

    .landing-faq .accordion-button {
        font-size: 1rem;
        padding: 20px;
    }

    .landing-faq .accordion-body {
        padding: 0 20px 22px;
    }

    footer .container-xl {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 575.98px) {
    .landing-v2 .container-xxl,
    .landing-v2.container-xxl {
        padding-left: 18px;
        padding-right: 18px;
    }

    .landing-v2 .main__info_h1 {
        font-size: clamp(2.75rem, 13vw, 3.65rem) !important;
    }

    .landing-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .landing-hero__actions .button__create,
    .landing-hero__actions .button__ghost {
        width: 100%;
    }

    .landing-hero__proof {
        gap: 7px;
    }

    .landing-hero__proof span {
        font-size: 0.72rem;
    }

    .landing-hero__visual {
        padding: 0;
    }

    .landing-hero__screen-label {
        font-size: 0.67rem;
    }

    .landing-exchanges .gallery-cell {
        width: calc(100vw - 56px);
    }

    .landing-exchanges .info_card {
        height: 184px;
        min-width: 0;
        width: 100%;
    }

    .landing-exchanges .exchange-showcase__logo {
        height: 60px;
    }

    .landing-exchanges .exchange-showcase__logo img {
        max-height: 56px;
        max-width: 138px;
    }

    .feature-spotlight {
        border-radius: 22px;
        padding: 25px;
    }

    .feature-spotlight h3 {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .feature-dashboard {
        border-radius: 16px;
        padding: 15px;
    }

    .feature-dashboard__metrics > span {
        padding: 9px 8px;
    }

    .feature-dashboard__metrics small {
        font-size: 0.52rem;
    }

    .feature-dashboard__chart {
        flex: none;
        height: 160px;
        min-height: 0;
    }

    .feature-dashboard__chart svg {
        height: 125px;
    }

    .feature-dashboard__activity {
        align-items: stretch;
        flex-direction: column;
    }

    .feature-dashboard__activity > span {
        flex-basis: auto;
    }

    .feature-mini {
        padding: 24px;
    }

    .landing-cta__panel,
    .landing-final__panel {
        padding: 38px 24px;
    }

    .landing-pricing .tariff_card {
        padding: 36px 28px 30px;
    }

    .landing-news .gallery-cell {
        min-width: 280px;
        width: calc(100vw - 40px);
    }

    .landing-news .news_body__card {
        height: 440px;
    }

    .landing-final {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .landing-final .exchange__btns {
        align-items: stretch;
    }

    .landing-final .button__create,
    .landing-final .button__sample {
        width: 100%;
    }

    .landing-form {
        padding: 22px;
    }

    .top-button {
        bottom: 18px;
        height: 46px;
        left: 16px;
        width: 46px;
    }
}

@media (max-width: 767.98px), (pointer: coarse) {
    .feature-cloud__orbit--two,
    .feature-cloud__core i::before {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .landing-exchanges .exchange-showcase__motion-toggle {
        display: none !important;
    }

    .landing-cta__panel::after {
        opacity: 1;
        transform: none;
    }
}
