.hero {
    padding: clamp(72px, 9vw, 120px) 0 0;
    text-align: center;
    position: relative;
    isolation: isolate;
    overflow: clip;
    background: #fff;
}

.hero .wrap {
    position: relative;
    z-index: 2;
}

.hero-shape {
    position: absolute;
    z-index: 0;
    display: block;
    background: #1c42d9;
    border-radius: 24%;
    transform: rotate(42deg);
    opacity: 0.96;
}

.hero-shape::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #d9e7ff;
    border-radius: 30%;
}

.hero-shape-a {
    width: 92px;
    height: 82px;
    left: 4vw;
    top: 22%;
}

.hero-shape-a::after {
    width: 62px;
    height: 62px;
    left: -30px;
    top: 36px;
}

.hero-shape-b {
    width: 48px;
    height: 48px;
    right: 10vw;
    top: 28%;
    border-radius: 16px;
}

.hero-shape-b::after {
    width: 68px;
    height: 68px;
    right: -34px;
    bottom: -26px;
}

.hero-shape-c {
    width: 24px;
    height: 24px;
    left: 18vw;
    top: 58%;
    border-radius: 8px;
}

.hero .h1 {
    margin: 22px auto 0;
    max-width: 16ch;
    text-wrap: balance;
}

.hero-status {
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: #1636b8;
    text-align: center;
}

.hero .lead {
    margin: 20px auto 0;
    max-width: 58ch;
    text-wrap: pretty;
}

.hero .signup {
    margin: 30px auto 0;
}

.hero-facts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.hero-facts li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #5f6b7f;
}

.hero-facts svg {
    width: 14px;
    height: 14px;
    color: #1c42d9;
}

.product-stage {
    overflow: hidden;
    margin-top: clamp(48px, 7vw, 84px);
    padding: 8px;
    border: 1px solid rgba(201, 212, 232, .9);
    border-radius: 24px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 40px 90px -42px rgba(13, 34, 75, .42), 0 20px 48px -32px rgba(28, 66, 217, .35);
    backdrop-filter: blur(16px);
}

.product-stage-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 0 10px;
    margin: 5px 10px;
}

.product-stage-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5dbe7;
}

.product-stage-bar b {
    margin: auto;
    transform: translateX(-18px);
    color: #5f6b7f;
    font-size: 12px;
    font-weight: 600;
}

.product-stage-media {
    display: block;
    aspect-ratio: 1800 / 874;
}

.product-stage img {
    width: 100%;
    height: auto;
    aspect-ratio: 1800 / 874;
    object-fit: cover;
    border-radius: 16px;
}

.chans {
    padding: clamp(44px, 6vw, 68px) 0 clamp(72px, 8vw, 108px);
    background: #fff;
}

.chans-h {
    text-align: center;
    font-size: 13.5px;
    color: #5f6b7f;
    margin-bottom: 26px;
}

.chans-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 4.5vw, 54px);
    flex-wrap: wrap;
}

.chan {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14.5px;
    font-weight: 600;
    color: #565c6b;
    letter-spacing: -0.02em;
}

.chan svg {
    width: 20px;
    height: 20px;
}

.figs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin-top: clamp(48px, 6vw, 76px);
    padding: clamp(40px, 5vw, 60px);
    border: 1px solid #e6e9ee;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(10, 10, 11, 0.05);
}

.fig {
    text-align: center;
}

.fig-n {
    font-size: clamp(30px, 3.6vw, 42px);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}

.fig-l {
    font-size: 13.5px;
    color: #5f6b7f;
    margin-top: 9px;
}

.sec {
    padding: clamp(64px, 8vw, 108px) 0;
}

.sec-2 {
    background: #f6f8fc;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
}

.sec-head {
    max-width: 660px;
    margin-bottom: clamp(36px, 5vw, 58px);
}

.sec-head.mid {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sec-head .lead {
    margin-top: 16px;
}

.dark {
    background: #0b1020;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.dark::before {
    display: none;
}

.dark>* {
    position: relative;
}

.dark .h2,
.dark .h3 {
    color: #fff;
}

.dark .lead,
.dark .body {
    color: rgba(255, 255, 255, 0.76);
}

.dark .tag {
    color: #7dabff;
}

.split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.split-c {
    border: 1px solid #e6e9ee;
    border-radius: 14px;
    padding: 26px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(10, 10, 11, 0.05);
}

.split-c.on {
    border-color: #cbdcff;
    background: #eef4ff;
}

.split-k {
    font-size: 12.5px;
    font-weight: 600;
    color: #5f6b7f;
    margin-bottom: 16px;
}

.split-c.on .split-k {
    color: #1c42d9;
}

.split-l li {
    font-size: 14.5px;
    line-height: 1.5;
    color: #4d5668;
    padding: 11px 0;
    border-bottom: 1px solid #e6e9ee;
    display: flex;
    gap: 11px;
}

.split-l li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.split-l svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 0.5;
    color: #5f6b7f;
}

.split-c.on .split-l svg {
    color: #1c42d9;
    opacity: 1;
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
}

.cards .card:nth-child(3) {
    grid-column: 1 / -1;
}

.card {
    background: #ffffff;
    border: 1px solid #e6e9ee;
    border-radius: 14px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform .25s ease;
}

.card:hover {
    border-color: #d5dae2;
    box-shadow: 0 6px 16px -6px rgba(10, 10, 11, 0.10), 0 2px 5px -2px rgba(10, 10, 11, 0.05);
    transform: translateY(-4px);
}

.card-ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #eef4ff;
    border: 1px solid #cbdcff;
    display: grid;
    place-items: center;
    color: #1c42d9;
    margin-bottom: 18px;
}

.card-ico svg {
    width: 19px;
    height: 19px;
}

.card .h3 {
    margin-bottom: 8px;
}

.feat {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(32px, 5vw, 68px);
    align-items: center;
}

.feat+.feat {
    margin-top: clamp(60px, 8vw, 100px);
}

.feat.flip .feat-copy {
    order: 2;
}

.feat.flip .feat-vis {
    order: 1;
}

.feat-copy .h2 {
    margin-bottom: 16px;
}

.feat-l {
    margin-top: 22px;
}

.feat-l li {
    display: flex;
    gap: 11px;
    font-size: 14.5px;
    color: #4d5668;
    line-height: 1.5;
    padding: 10px 0;
}

.feat-l svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #1c42d9;
    margin-top: 2px;
}

.feat-vis .frame {
    margin-top: 0;
    box-shadow: 0 6px 16px -6px rgba(10, 10, 11, 0.10), 0 2px 5px -2px rgba(10, 10, 11, 0.05);
}

.tl {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding-top: 46px;
}

.tl::before,
.tl::after {
    content: '';
    position: absolute;
    top: 39.5px;
    height: 2px;
    left: calc(0% + 7px);
    right: calc(17% + 7px);
    border-radius: 2px;
}

.tl::before {
    background: #d5dae2;
}

.tl::after {
    background: #1c42d9;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 1.15s cubic-bezier(0.65, 0, 0.35, 1);
}

.tl.run::after {
    transform: scaleX(0.5);
}

.tl-i {
    position: relative;
    padding-right: 8px;
}

.tl-node {
    position: absolute;
    top: -46px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d5dae2;
    box-sizing: border-box;
    transform: scale(0.4);
    opacity: 0;
    transition: transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.tl.run .tl-node {
    transform: scale(1);
    opacity: 1;
}

.tl.run .tl-i:nth-child(1) .tl-node {
    transition-delay: 0.10s;
}

.tl.run .tl-i:nth-child(2) .tl-node {
    transition-delay: 0.32s;
}

.tl.run .tl-i:nth-child(3) .tl-node {
    transition-delay: 0.54s;
}

.tl.run .tl-i:nth-child(4) .tl-node {
    transition-delay: 0.76s;
}

.tl.run .tl-i:nth-child(5) .tl-node {
    transition-delay: 0.92s;
}

.tl.run .is-done .tl-node,
.tl.run .is-now .tl-node {
    background: #1c42d9;
    border-color: #1c42d9;
}

.tl.run .is-now .tl-node {
    animation: tl-glow 3.2s ease-in-out 1.5s infinite;
}

@keyframes tl-glow {

    0%,
    100% {
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.16), 0 0 10px 1px rgba(59, 130, 246, 0.30);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(59, 130, 246, 0.07), 0 0 22px 5px rgba(59, 130, 246, 0.55);
    }
}

.tl-i>p {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tl.run .tl-i>p {
    opacity: 1;
    transform: none;
}

.tl.run .tl-i:nth-child(1)>p {
    transition-delay: 0.16s;
}

.tl.run .tl-i:nth-child(2)>p {
    transition-delay: 0.38s;
}

.tl.run .tl-i:nth-child(3)>p {
    transition-delay: 0.60s;
}

.tl.run .tl-i:nth-child(4)>p {
    transition-delay: 0.82s;
}

.tl.run .tl-i:nth-child(5)>p {
    transition-delay: 0.98s;
}

.tl-k {
    font-size: 12px;
    font-weight: 600;
    color: #5f6b7f;
    letter-spacing: 0.02em;
}

.tl-t {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.tl-d {
    font-size: 13.5px;
    line-height: 1.5;
    color: #4d5668;
    margin-top: 7px;
    max-width: 26ch;
}

.tl-i:not(.is-done):not(.is-now) .tl-t,
.tl-i:not(.is-done):not(.is-now) .tl-d {
    color: #5f6b7f;
}

.tl-badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
    background: #1c42d9;
    border-radius: 999px;
    padding: 3px 9px;
}

.faq {
    border-top: 1px solid #e6e9ee;
}

.faq details {
    border-bottom: 1px solid #e6e9ee;
}

.faq details[open] {
    background: #f6f8fc;
}

.faq details[open] .faq-a {
    padding-left: 18px;
    padding-right: 18px;
}

.faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    font-size: 16.5px;
    font-weight: 500;
    letter-spacing: -0.018em;
    cursor: pointer;
    list-style: none;
}

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

.faq summary::after {
    content: '';
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    background: currentColor;
    opacity: 0.4;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
    mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

.faq summary:hover::after {
    opacity: 0.8;
}

.faq details[open] summary::after {
    transform: rotate(45deg);
}

.faq-a {
    padding: 0 0 24px;
    max-width: 74ch;
}

.cta {
    padding: clamp(64px, 8vw, 104px) 0;
    text-align: center;
}

.cta .h2 {
    max-width: 18ch;
    margin: 0 auto;
}

.cta .lead {
    margin: 18px auto 0;
    max-width: 50ch;
}

.cta .signup {
    margin: 30px auto 0;
}

.cta .field {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.cta .field::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.cta .field:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.cta .field:focus {
    border-color: #1c42d9;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.28);
}

.cta .sel-arrow {
    color: rgba(255, 255, 255, 0.5);
}

.cta .field-select-trigger.is-placeholder .field-select-value {
    color: rgba(255, 255, 255, 0.7);
}

.cta .field-select-trigger:not(.is-placeholder) .field-select-value {
    color: #fff;
}

.cta .signup-select:hover .sel-arrow {
    color: rgba(255, 255, 255, 0.8);
}

.cta .signup-select:focus-within .sel-arrow {
    color: #fff;
}

.cta .field-select-panel {
    background: #0f1729;
    border-color: rgba(134, 174, 255, 0.22);
    box-shadow: 0 22px 54px rgba(2, 6, 23, 0.42);
}

.cta .field-select-option {
    color: rgba(255, 255, 255, 0.74);
}

.cta .field-select-option:hover,
.cta .field-select-option:focus-visible,
.cta .field-select-option.is-active {
    background: rgba(59, 130, 246, 0.16);
    color: #fff;
}

.cta .note {
    color: rgba(255, 255, 255, 0.72);
}

.cta .done {
    background: rgba(59, 130, 246, 0.13);
    border-color: rgba(59, 130, 246, 0.35);
}

.cta .done-h {
    color: #fff;
}

.cta .done-b {
    color: rgba(255, 255, 255, 0.68);
}

.cta-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
    margin-top: clamp(40px, 5vw, 60px);
    text-align: left;
}

.cta-steps li {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 16px 18px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.5;
}

.cta-steps b {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #7dabff;
    margin-bottom: 6px;
}

@media (max-width: 940px) {
    .feat {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .feat.flip .feat-copy,
    .feat.flip .feat-vis {
        order: 0;
    }
}

@media (max-width: 860px) {
    .tl {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding: 0 0 0 32px;
    }

    .tl::before,
    .tl::after {
        top: 7px;
        bottom: 7px;
        height: auto;
        left: 6px;
        right: auto;
        width: 2px;
    }

    .tl::after {
        transform-origin: top center;
        transform: scaleY(0);
    }

    .tl.run::after {
        transform: scaleY(0.5);
    }

    .tl-i {
        padding-right: 0;
    }

    .tl-node {
        top: 1px;
        left: -32px;
    }

    .tl-d {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .tl::after,
    .tl.run::after {
        transform: none;
        transition: none;
    }

    .tl-node,
    .tl-i>p {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .tl .is-done .tl-node,
    .tl .is-now .tl-node {
        background: #1c42d9;
        border-color: #1c42d9;
    }

    .tl .is-now .tl-node {
        animation: none;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.16);
    }
}

@media (max-width: 720px) {
    .hero .h1 {
        max-width: none;
    }

    .hero-shape {
        opacity: 0.35;
        transform: rotate(42deg) scale(0.72);
    }

    .hero {
        padding-top: 52px;
    }

    .hero-status {
        max-width: min(100%, 34ch);
    }

    .hero .lead {
        font-size: 16px;
        max-width: 34ch;
    }

    .hero-facts {
        gap: 10px 16px;
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }

    .product-stage {
        padding: 5px;
        border-radius: 16px;
    }

    .product-stage-bar {
        height: 24px;
    }

    .product-stage img {
        border-radius: 10px;
    }

    .figs {
        grid-template-columns: repeat(2, 1fr);
        padding: 26px 16px;
        gap: 28px 12px;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .cards .card:nth-child(3) {
        grid-column: auto;
    }
}

@media (max-width: 540px) {
    .hero {
        padding-top: 44px;
    }

    .hero .h1 {
        margin-top: 18px;
        max-width: 12ch;
        font-size: clamp(34px, 13.5vw, 50px);
        line-height: 1.02;
    }

    .hero .lead {
        margin-top: 16px;
        font-size: 15.5px;
        max-width: 30ch;
    }

    .hero-shape {
        opacity: 0.24;
        transform: rotate(42deg) scale(0.58);
    }

    .hero-shape-a {
        left: -10px;
        top: 24%;
    }

    .hero-shape-b {
        right: -20px;
        top: 32%;
    }

    .hero-shape-c {
        display: none;
    }

    .hero-facts {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .hero-facts li {
        font-size: 12.5px;
        text-align: center;
    }

    .product-stage {
        margin-top: 40px;
    }

    .product-stage-bar {
        margin: 3px 6px;
        padding: 0 8px;
    }

    .product-stage-bar b {
        transform: none;
        font-size: 11px;
    }

    .chans {
        padding: 40px 0 60px;
    }

    .chans-row {
        gap: 14px 18px;
    }

    .chan {
        font-size: 13.5px;
    }

    .figs {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        padding: 22px 16px;
    }

    .sec {
        padding: 56px 0;
    }

    .split {
        margin-top: 32px;
    }

    .split-c,
    .card {
        padding: 22px 18px;
    }

    .tl {
        padding-left: 24px;
        gap: 24px;
    }

    .tl-node {
        left: -24px;
    }

    .faq summary {
        padding: 18px 0;
        font-size: 15.5px;
    }

    .faq details[open] .faq-a {
        padding-left: 14px;
        padding-right: 14px;
    }
}