:root {
    --navy: #071431;
    --blue: #075ef6;
    --cyan: #12aeea;
    --muted: #64708b;
    --line: #e8edf6;
    --bg: #f7fbff
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Segoe UI, Arial, sans-serif;
    color: var(--navy);
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

.wrapper {
    max-width: 1320px;
    margin: auto
}

.site-header {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px)
}

.brand img {
    width: 300px;
    display: block
}

.nav {
    display: flex;
    gap: 42px;
    font-weight: 700;
    font-size: 15px
}

.nav a:first-child {
    color: var(--blue)
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 700
}

.phone:before {
    content: "☎";
    color: var(--blue);
    margin-right: 9px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    padding: 15px 24px;
    font-weight: 800;
    border: 1px solid var(--blue);
    box-shadow: 0 10px 22px rgba(7, 94, 246, .12)
}

.btn.small {
    padding: 13px 20px
}

.primary {
    background: var(--blue);
    color: #fff
}

.secondary {
    background: #fff;
    color: var(--blue)
}

.section-pad {
    padding-left: 7%;
    padding-right: 7%
}

.hero {
    min-height: 640px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 40px;
    background: radial-gradient(circle at 48% 12%, #eef5ff 0 17%, transparent 35%)
}

.eyebrow {
    color: var(--blue);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em
}

.center {
    text-align: center
}

.hero h1 {
    font-size: 72px;
    line-height: .96;
    margin: 14px 0 24px;
    letter-spacing: -.06em;
    max-width: 720px
}

.hero h1::first-line {
    color: var(--navy)
}

.lead {
    font-size: 18px;
    line-height: 1.8;
    color: #536078;
    max-width: 690px
}

.cta-row{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:30px;
}

.cta-row .btn:only-child{
    min-width:260px;
}

.hero-visual {
    height: 520px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 18px 55px rgba(7, 20, 49, .18)
}

.hero-image {
    height: 100%;
    background: linear-gradient(120deg, rgba(7, 20, 49, .2), rgba(7, 94, 246, .05)), url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1400&q=85') center/cover
}

.stats {
    margin-top: -44px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(7, 20, 49, .08);
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 4
}

.stats>div {
    padding: 28px 34px;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column
}

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

.stats b {
    font-size: 31px
}

.stats small {
    color: var(--muted);
    margin-top: 7px
}

.rating {
    flex-direction: row !important;
    align-items: center;
    gap: 17px
}

.g {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef5ff;
    font-weight: 900;
    color: var(--blue);
    font-size: 28px
}

.intro {
    padding: 84px 24px 50px;
    text-align: center
}

.intro h2,
.dark-band h2,
.about h2,
.contact h2 {
    font-size: 39px;
    line-height: 1.15;
    letter-spacing: -.035em;
    margin: 10px 0 30px
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: left;
    margin-top: 42px
}

.card {
    padding: 34px 38px;
    border-right: 1px solid var(--line)
}

.card:last-child {
    border-right: 0
}

.card span {
    width: 58px;
    height: 58px;
    background: #eef5ff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 28px;
    margin-bottom: 22px
}

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

.card p,
.about p,
.contact p,
.solution-grid p {
    color: var(--muted);
    line-height: 1.75
}

.dark-band {
    margin-top: 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, #182022 0%, #11171a 58%, #071431 100%);
    color: #fff;
    padding: 58px 64px 48px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(7, 20, 49, .18)
}

.dark-band:after {
    content: "";
    position: absolute;
    right: 54px;
    bottom: 22px;
    width: 260px;
    height: 180px;
    background: radial-gradient(#dfe7ff 1.8px, transparent 3px);
    background-size: 22px 22px;
    transform: rotate(45deg);
    opacity: .22;
    pointer-events: none
}

.dark-band h2 {
    max-width: 780px;
    margin-bottom: 14px
}

.solution-lead {
    max-width: 760px;
    color: #c8d4e8;
    line-height: 1.75;
    margin: 0 0 34px
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2
}

.solution-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    padding: 28px 28px 24px;
    min-height: 300px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 38px rgba(0, 0, 0, .18);
    transition: transform .22s ease, border-color .22s ease, background .22s ease
}

.solution-card:hover {
    transform: translateY(-6px);
    border-color: rgba(18, 174, 234, .42);
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06))
}

.solution-card.featured {
    border-color: rgba(18, 174, 234, .38);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 22px 46px rgba(7, 94, 246, .16)
}

.solution-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 14px 28px rgba(7, 94, 246, .28);
    font-size: 24px;
    margin-bottom: 22px;
    color: #fff
}

.solution-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 8px;
    color: #fff
}

.solution-subtitle {
    margin: 0 0 18px !important;
    color: #c8d4e8 !important;
    font-weight: 800;
    line-height: 1.5 !important
}

.solution-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 10px
}

.solution-card li {
    color: #aebbd2;
    line-height: 1.45
}

.solution-card li:before {
    content: "✓";
    color: #52d4ff;
    font-weight: 900;
    margin-right: 9px
}

.solution-card a {
    display: inline-flex;
    color: #fff;
    font-weight: 900;
    border-bottom: 1px solid rgba(82, 212, 255, .55);
    padding-bottom: 4px
}

.solution-note {
    position: relative;
    z-index: 2;
    margin: 30px 0 0;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    color: #dbe8ff;
    line-height: 1.6;
    font-weight: 700
}

.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 24px
}

.contact {
    margin-bottom: 60px;
    background: linear-gradient(135deg, #071431, #075ef6);
    color: #fff;
    border-radius: 22px;
    padding: 46px 56px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center
}

.contact p {
    color: #dbe8ff
}

.contact-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 20px;
    font-weight: 800
}

.footer {
    text-align: center;
    padding: 28px;
    color: var(--muted);
    border-top: 1px solid var(--line)
}

@media(max-width:1000px) {
    .site-header {
        padding: 16px 22px;
        height: auto;
        gap: 18px;
        flex-wrap: wrap
    }

    .nav {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap
    }

    .header-actions {
        margin-left: auto
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 70px
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-visual {
        clip-path: none;
        height: 360px
    }

    .stats {
        margin: 22px 20px 0;
        grid-template-columns: 1fr 1fr
    }

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

    .card {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

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

@media(max-width:620px) {
    .brand img {
        width: 190px
    }

    .phone {
        display: none
    }

    .hero h1 {
        font-size: 40px
    }

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

    .hero-visual {
        height: 280px
    }

    .contact {
        padding: 34px 24px
    }

    .contact-box {
        font-size: 16px
    }
}