* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: #0a0f15;
    color: #f5f7fa;
    line-height: 1.6
}

.wrap {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.grid-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 68%);
    z-index: -1
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(10, 15, 21, .8);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
    letter-spacing: .06em;
    font-size: 14px
}

.brand b {
    color: #68a7ff
}

.brand-icon {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px
}

.nav-links a {
    color: #9ba7b4;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600
}

.nav-links a:hover,
.nav-links a.active {
    color: #68a7ff
}

.menu-btn {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 26px
}

.hero {
    padding: 110px 0 92px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 85px;
    align-items: center
}

.eyebrow,
.section-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #7f8a98
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px
}

.eyebrow span {
    width: 30px;
    height: 1px;
    background: #68a7ff
}

.hero h1 {
    font-size: clamp(52px, 6.5vw, 84px);
    line-height: 1;
    letter-spacing: -.055em;
    margin: 20px 0 28px
}

.hero h1 em {
    font-style: normal;
    color: #68a7ff
}

.hero-copy>p {
    font-size: 17px;
    color: #a5b0bc;
    max-width: 710px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 32px 0 42px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    padding: 14px 19px;
    border-radius: 9px;
    border: 1px solid transparent
}

.btn.primary {
    background: #68a7ff;
    color: #071019
}

.btn.ghost {
    border-color: #2b3541;
    color: #dce3ea;
    background: rgba(255, 255, 255, .02)
}

.stats {
    display: flex;
    gap: 38px;
    flex-wrap: wrap
}

.stats div {
    display: flex;
    flex-direction: column
}

.stats strong {
    font-size: 12px;
    color: #dce4ec
}

.stats span {
    font-size: 10px;
    color: #667484;
    margin-top: 3px
}

.commerce-visual{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.commerce-image{
    width:100%;
    max-width:680px;
    height:auto;
    display:block;
    object-fit:contain;
}

.screen {
    background: #10171f;
    border: 1px solid #25313d;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25)
}

.screen-top {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #252f3a
}

.screen-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #344250
}

.screen-top i:nth-child(2) {
    opacity: .7
}

.screen-top i:nth-child(3) {
    opacity: .4
}

.screen-top span {
    margin-left: auto;
    color: #566474;
    font-size: 9px;
    letter-spacing: .14em
}

.screen-body {
    padding: 25px
}

.product-block {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 24px;
    align-items: center
}

.product-image {
    height: 145px;
    border-radius: 16px;
    background: #68a7ff;
    display: grid;
    place-items: center
}

.product-image span {
    font-size: 54px;
    font-weight: 800;
    color: #0b1825
}

.product-info small {
    font-size: 9px;
    color: #66778a;
    letter-spacing: .13em
}

.product-info b {
    display: block;
    font-size: 20px;
    margin: 8px 0 20px
}

.line {
    height: 8px;
    background: #27323d;
    border-radius: 8px;
    margin-bottom: 10px
}

.line.short {
    width: 62%
}

.price {
    margin-top: 20px;
    color: #68a7ff;
    font-weight: 700
}

.workflow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    border-top: 1px solid #26313c;
    padding-top: 20px
}

.workflow div {
    padding: 10px;
    background: #141e27;
    border-radius: 9px;
    text-align: center
}

.workflow div span {
    display: block;
    font-size: 8px;
    color: #596879
}

.workflow div strong {
    font-size: 9px
}

.workflow>b {
    color: #4c5d6d
}

.floating-card {
    position: absolute;
    right: -18px;
    bottom: -24px;
    background: #68a7ff;
    color: #09131e;
    border-radius: 12px;
    padding: 16px 18px;
    min-width: 210px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2)
}

.floating-card small {
    display: block;
    font-size: 8px;
    letter-spacing: .14em;
    opacity: .65
}

.floating-card strong {
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.floating-card span {
    display: block;
    font-size: 10px;
    opacity: .65
}

.section {
    padding: 100px 0
}

.light {
    background: #f5f7fa;
    color: #111827
}

.intro-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 85px
}

.section h2,
.cta h2 {
    font-size: clamp(36px, 4.2vw, 54px);
    letter-spacing: -.045em;
    line-height: 1.08;
    margin: 10px 0
}

.intro-copy {
    font-size: 17px;
    color: #65717f
}

.operations {
    background: #0a0f15
}

.blue {
    color: #68a7ff
}

.section-head,
.stores-head {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    align-items: end;
    margin-bottom: 40px
}

.section-head>p,
.stores-head>p {
    max-width: 440px;
    color: #7f8b99
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.card {
    position: relative;
    min-height: 260px;
    padding: 28px;
    border: 1px solid #222d38;
    background: #10171e;
    border-radius: 16px
}

.card .num {
    position: absolute;
    top: 17px;
    right: 18px;
    color: #4d5b69;
    font-size: 10px
}

.card .icon {
    font-size: 29px;
    color: #68a7ff
}

.card h3 {
    margin: 48px 0 10px;
    font-size: 19px
}

.card p {
    font-size: 13px;
    color: #84909d
}

.stores {
    background: #eef3f8;
    color: #111827
}

.stores-head>p {
    color: #697686
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.store-card {
    min-height: 320px;
    background: #fff;
    border: 1px solid #d9e1e9;
    border-radius: 16px;
    padding: 24px;
    text-decoration: none;
    color: #111827;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .22s
}

.store-card:hover {
    transform: translateY(-4px);
    border-color: #96b9e7;
    box-shadow: 0 15px 38px rgba(42, 70, 103, .08)
}

.store-card.featured {
    background: #0f1720;
    color: #fff;
    border-color: #273543
}

.store-top {
    display: flex;
    justify-content: space-between
}

.store-top span {
    font-size: 10px;
    color: #7b8997
}

.store-top b {
    color: #68a7ff;
    font-size: 20px
}

.store-card small {
    font-size: 9px;
    color: #4b80c3;
    font-weight: 800;
    letter-spacing: .14em
}

.store-card h3 {
    font-size: 22px;
    margin: 10px 0
}

.store-card p {
    font-size: 13px;
    color: #74808e
}

.store-card.featured p {
    color: #8593a2
}

.store-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #e0e6ec;
    padding-top: 15px;
    font-size: 10px
}

.store-card.featured .store-footer {
    border-top-color: #293744
}

.store-footer span {
    color: #8995a1
}

.store-footer strong {
    color: #497ab6
}

.owner-note {
    margin-top: 16px;
    border: 1px dashed #c7d1dc;
    background: rgba(255, 255, 255, .55);
    border-radius: 10px;
    padding: 13px 15px;
    font-size: 11px;
    color: #758291
}

.owner-note code {
    background: #dde7f1;
    color: #34485e;
    padding: 2px 4px;
    border-radius: 4px
}

.flow {
    background: #0e151c
}

.flow-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 42px
}

.flow-row>div {
    border: 1px solid #26323e;
    border-radius: 13px;
    padding: 22px;
    min-height: 155px;
    background: #111922
}

.flow-row>div span {
    font-size: 9px;
    color: #536273
}

.flow-row>div strong {
    display: block;
    margin: 36px 0 6px;
    font-size: 12px
}

.flow-row>div p {
    font-size: 11px;
    color: #7c8997;
    margin: 0
}

.flow-row>i {
    font-style: normal;
    color: #4d5c6c
}

.cta {
    background: #68a7ff;
    color: #071019;
    padding: 80px 0
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 70px;
    align-items: end
}

.cta .section-tag {
    color: #335579
}

.cta-right p {
    font-size: 13px;
    opacity: .7
}

.cta .btn.primary {
    background: #0c1520;
    color: #fff
}

.footer {
    min-height: 110px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20px;
    color: #66717f;
    font-size: 11px
}

.footer>div:nth-child(2) {
    text-align: center
}

.footer>div:nth-child(3) {
    text-align: right
}

.footer-brand {
    font-size: 12px
}

@media(max-width:900px) {

    .hero-grid,
    .intro-grid,
    .cta-grid {
        grid-template-columns: 1fr
    }

    .hero-grid,
    .intro-grid {
        gap: 50px
    }

    .cards,
    .store-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .flow-row {
        grid-template-columns: 1fr
    }

    .flow-row>i {
        transform: rotate(90deg);
        text-align: center
    }

    .nav-links {
        display: none
    }

    .nav-links.open {
        display: flex;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        padding: 20px;
        background: #0d131a;
        flex-direction: column;
        border-bottom: 1px solid #25303b
    }

    .menu-btn {
        display: block
    }

    .section-head,
    .stores-head {
        align-items: start;
        flex-direction: column
    }

    .footer {
        grid-template-columns: 1fr;
        padding: 28px 0
    }

    .footer>div:nth-child(2),
    .footer>div:nth-child(3) {
        text-align: left
    }
}

@media(max-width:600px) {
    .wrap {
        width: min(100% - 26px, 1160px)
    }

    .hero {
        padding: 72px 0 60px
    }

    .hero h1 {
        font-size: 50px
    }

    .hero-actions {
        flex-direction: column
    }

    .product-block {
        grid-template-columns: 95px 1fr
    }

    .product-image {
        height: 95px
    }

    .workflow {
        grid-template-columns: 1fr
    }

    .workflow>b {
        transform: rotate(90deg);
        text-align: center
    }

    .floating-card {
        position: static;
        margin-top: 12px
    }

    .section {
        padding: 74px 0
    }

    .cards,
    .store-grid {
        grid-template-columns: 1fr
    }

    .cta {
        padding: 66px 0
    }
}