* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

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

.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, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
    z-index: -1
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(11, 15, 20, .78);
    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
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    letter-spacing: .06em;
    font-size: 14px
}

.logo b {
    color: #68a7ff
}

.logo-mark {
    width: 34px;
    height: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    transform: skewX(-12deg)
}

.logo-mark i {
    background: #68a7ff;
    border-radius: 2px
}

.logo-mark i:nth-child(2) {
    opacity: .62
}

.logo-mark i:nth-child(3) {
    opacity: .3
}

.nav-links {
    display: flex;
    gap: 30px
}

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

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

.hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 100px 0 90px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: center
}

.kicker,
.section-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #8d98a7
}

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

.kicker span {
    width: 32px;
    height: 1px;
    background: #68a7ff
}

.hero h1 {
    font-size: clamp(52px, 7vw, 88px);
    line-height: .98;
    letter-spacing: -.055em;
    margin: 22px 0 28px
}

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

.hero-copy>p {
    max-width: 680px;
    color: #aeb7c3;
    font-size: 18px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 34px 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: 8px;
    border: 1px solid transparent
}

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

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

.full {
    width: 100%
}

.meta-row {
    display: flex;
    gap: 34px;
    flex-wrap: wrap
}

.meta-row div {
    display: flex;
    flex-direction: column
}

.meta-row strong {
    font-size: 13px
}

.meta-row span {
    font-size: 11px;
    color: #788391;
    margin-top: 3px
}

.visual-card {
    height: 480px;
    border: 1px solid #25303c;
    border-radius: 22px;
    position: relative;
    background: linear-gradient(145deg, #111821, #0c1117);
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32)
}

.visual-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(104, 167, 255, .17), transparent 42%)
}

.orb {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(104, 167, 255, .55);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 70px rgba(104, 167, 255, .12)
}

.orb:after {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: 50%;
    background: #68a7ff;
    opacity: .12
}

.panel {
    position: absolute;
    width: 128px;
    height: 76px;
    border: 1px solid #2c3947;
    background: #121a23;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .22)
}

.panel span {
    font-size: 10px;
    color: #637083
}

.panel b {
    font-size: 12px;
    letter-spacing: .12em
}

.p1 {
    left: 34px;
    top: 52px
}

.p2 {
    right: 30px;
    top: 108px
}

.p3 {
    left: 48px;
    bottom: 78px
}

.p4 {
    right: 44px;
    bottom: 42px
}

.route {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, #68a7ff, transparent);
    transform-origin: left
}

.r1 {
    width: 170px;
    left: 143px;
    top: 132px;
    transform: rotate(22deg)
}

.r2 {
    width: 172px;
    left: 176px;
    top: 250px;
    transform: rotate(-27deg)
}

.r3 {
    width: 172px;
    left: 164px;
    top: 343px;
    transform: rotate(-12deg)
}

.r4 {
    width: 160px;
    left: 237px;
    top: 211px;
    transform: rotate(52deg)
}

.visual-label {
    position: absolute;
    left: 24px;
    bottom: 22px;
    font-size: 10px;
    letter-spacing: .18em;
    color: #536171
}

.section {
    padding: 100px 0
}

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

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px
}

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

.about-copy {
    color: #5f6b79;
    font-size: 17px
}

.pill-row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 26px
}

.pill-row span {
    border: 1px solid #d8dee6;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    color: #46515f;
    background: white
}

.services {
    background: #0b0f14
}

.blue {
    color: #68a7ff
}

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

.section-head>p {
    max-width: 430px;
    color: #8793a1
}

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

.card {
    position: relative;
    min-height: 265px;
    padding: 28px;
    border: 1px solid #222c37;
    border-radius: 16px;
    background: #10161d;
    transition: .25s
}

.card:hover {
    transform: translateY(-4px);
    border-color: #3f5877
}

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

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

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

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

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

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #cfd7e0;
    margin-top: 46px;
    border: 1px solid #cfd7e0
}

.step {
    background: #eef3f8;
    padding: 30px;
    min-height: 230px
}

.step span {
    font-size: 11px;
    color: #6f7d8d
}

.step h3 {
    margin: 72px 0 8px;
    font-size: 21px
}

.step p {
    font-size: 13px;
    color: #647181
}

.feature-strip {
    padding: 0;
    background: #68a7ff;
    color: #071019
}

.strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.strip>div {
    padding: 28px 24px;
    border-right: 1px solid rgba(7, 16, 25, .18);
    display: flex;
    flex-direction: column
}

.strip>div:last-child {
    border-right: 0
}

.strip strong {
    font-size: 14px
}

.strip span {
    font-size: 11px;
    opacity: .65;
    margin-top: 4px
}

.contact {
    background: #0f151c
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 90px;
    align-items: center
}

.contact p {
    color: #8a96a4;
    max-width: 600px
}

.contact-box {
    border: 1px solid #26313d;
    border-radius: 16px;
    background: #121922;
    padding: 26px
}

.contact-line {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #232e39
}

.contact-line span {
    font-size: 11px;
    color: #687687
}

.contact-line strong {
    font-size: 12px;
    text-align: right
}

.contact-box .btn {
    margin-top: 22px
}

.contact-box small {
    display: block;
    color: #5e6a77;
    margin-top: 12px;
    font-size: 10px
}

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

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

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

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

.footer-logo .logo-mark {
    width: 28px;
    height: 28px
}

@media(max-width:900px) {

    .hero-grid,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .hero-grid {
        gap: 50px
    }

    .visual-card {
        height: 420px
    }

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

    .steps,
    .strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .nav-links {
        display: none
    }

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

    .menu {
        display: block
    }

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

    .footer {
        grid-template-columns: 1fr;
        text-align: left !important;
        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-top: 70px;
        min-height: auto
    }

    .hero h1 {
        font-size: 52px
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .meta-row {
        gap: 20px
    }

    .visual-card {
        height: 390px
    }

    .panel {
        width: 105px;
        height: 68px
    }

    .p1 {
        left: 18px
    }

    .p2 {
        right: 16px
    }

    .p3 {
        left: 22px
    }

    .p4 {
        right: 18px
    }

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

    .section {
        padding: 76px 0
    }

    .contact-line {
        flex-direction: column;
        gap: 4px
    }

    .contact-line strong {
        text-align: left
    }
}

.commerce-showcase {
    background: #f7f9fc;
    color: #111827;
    position: relative;
    overflow: hidden
}

.commerce-showcase:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -240px;
    top: -180px;
    background: radial-gradient(circle, rgba(104, 167, 255, .18), transparent 68%)
}

.commerce-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 80px;
    align-items: center
}

.commerce-copy p {
    color: #657180;
    font-size: 16px;
    max-width: 650px
}

.blue-link {
    display: inline-block;
    color: #326fbf;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    margin-top: 8px
}

.commerce-visual {
    position: relative
}

.commerce-window {
    background: #0f151d;
    border: 1px solid #22303e;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 28px 70px rgba(16, 24, 40, .16);
    transform: rotate(1deg)
}

.window-top {
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #27323e;
    padding-bottom: 14px;
    color: #667587;
    font-size: 9px;
    letter-spacing: .16em
}

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

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

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

.window-top span {
    margin-left: auto
}

.product-layout {
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 22px;
    align-items: center;
    padding: 34px 10px
}

.product-art {
    height: 125px;
    border-radius: 18px;
    background: linear-gradient(145deg, #68a7ff, #324a68);
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15)
}

.product-art span {
    font-size: 48px;
    font-weight: 800;
    color: #09111a
}

.product-lines b {
    color: white;
    font-size: 15px
}

.product-lines span {
    display: block;
    height: 8px;
    background: #273340;
    border-radius: 8px;
    margin-top: 13px
}

.product-lines .short {
    width: 58%
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.mini-stats div {
    background: #131c25;
    border: 1px solid #263340;
    border-radius: 10px;
    padding: 12px
}

.mini-stats small {
    display: block;
    font-size: 8px;
    color: #5e6d7e;
    letter-spacing: .12em
}

.mini-stats strong {
    font-size: 10px;
    color: #a9cdfd
}

.business-links {
    margin-top: 82px
}

.business-links-head {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: end;
    margin-bottom: 24px
}

.business-links-head h3 {
    font-size: 27px;
    margin: 8px 0 0
}

.business-links-head p {
    max-width: 450px;
    color: #73808f;
    font-size: 13px
}

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

.link-card {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr 28px;
    gap: 12px;
    min-height: 190px;
    padding: 24px;
    border: 1px solid #dce3eb;
    border-radius: 15px;
    text-decoration: none;
    color: #111827;
    background: white;
    transition: .22s
}

.link-card:hover {
    transform: translateY(-3px);
    border-color: #99bce9;
    box-shadow: 0 14px 35px rgba(36, 73, 118, .08)
}

.link-index {
    font-size: 10px;
    color: #8794a3
}

.link-card small {
    font-size: 9px;
    color: #477dbf;
    font-weight: 800;
    letter-spacing: .14em
}

.link-card h4 {
    font-size: 18px;
    margin: 10px 0 6px
}

.link-card p {
    font-size: 12px;
    color: #707d8c;
    margin: 0
}

.link-card .arrow {
    font-size: 20px;
    color: #4479bb;
    text-align: right
}

.link-note {
    margin-top: 16px;
    padding: 13px 16px;
    border: 1px dashed #cbd5df;
    border-radius: 10px;
    color: #73808f;
    font-size: 11px;
    background: rgba(255, 255, 255, .55)
}

.link-note code {
    background: #eaf0f6;
    color: #334155;
    border-radius: 4px;
    padding: 2px 4px
}

@media(max-width:900px) {
    .commerce-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .business-links-head {
        flex-direction: column;
        align-items: start
    }

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

@media(max-width:600px) {
    .product-layout {
        grid-template-columns: 90px 1fr
    }

    .product-art {
        height: 90px
    }

    .mini-stats {
        grid-template-columns: 1fr
    }

    .business-links {
        margin-top: 58px
    }
}

.company-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.footer-logo img {
    width: 50px;
    height: auto;
}