:root {
    --n: #082e5e;
    --b: #0b5bb7;
    --o: #f47700
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

:focus-visible {
    outline: 3px solid #f47700;
    outline-offset: 3px
}

.skip-link {
    position: absolute;
    left: 10px;
    top: -48px;
    background: #082e5e;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    z-index: 2000;
    transition: top .2s ease
}

.skip-link:focus-visible {
    top: 10px
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #092b56
}

main {
    padding-top: 130px
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    letter-spacing: -.045em
}

h1 {
    font-size: clamp(3rem, 5.2vw, 4.9rem);
    line-height: 1.04
}

h2 {
    font-size: clamp(2.3rem, 4vw, 3.45rem);
    line-height: 1.1
}

em {
    color: var(--o);
    font-style: normal
}

.navbar {
    background: #ffffffdf;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e9eef3
}

.navbar-brand img {
    width: 225px;
    height: 144px;
    object-fit: contain
}

.nav-link {
    font-weight: 700;
    color: #27486d !important
}

.btn-warning {
    background: var(--o);
    border-color: var(--o);
    color: white;
    font-weight: 700
}

.btn-warning:hover {
    background: var(--o);
    border-color: var(--o);
    color: white
}

.hero {
    min-height: 730px;
    background: linear-gradient(125deg, #fff, #f6faff 48%, #eaf4ff);
    overflow: hidden
}

.hero .lead {
    max-width: 590px;
    color: #3f5a74;
    line-height: 1.7;
    font-size: 1.13rem;
    margin: 25px 0
}

.tag {
    color: var(--b);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em
}

.ring {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    right: -130px;
    top: 100px;
    background: radial-gradient(circle, #b9ddff80, transparent 65%)
}

.stats {
    display: flex;
    gap: 25px;
    margin-top: 45px
}

.stats div {
    padding-left: 14px;
    border-left: 1px solid #d7e0ea
}

.stats b {
    font: 800 1.2rem Manrope;
    display: block
}

.stats span {
    display: block;
    font-size: .74rem;
    color: #445d75
}

.dash {
    padding: 13px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 27px 60px #0d4f942b;
    transform: rotate(1.5deg)
}

.dash>header {
    font-size: .63rem;
    letter-spacing: .1em;
    font-weight: 800;
    color: #35516b;
    padding: 6px 7px 14px
}

.dash>header i,
.dash aside i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00a879;
    margin-right: 7px
}

.dash>header b {
    float: right;
    color: #5d7690
}

.map {
    height: 315px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #e8f4fd
}

.grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#bed9ed 1px, transparent 1px), linear-gradient(90deg, #bed9ed 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: .55
}

.map svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.map span {
    position: absolute;
    background: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: .62rem;
    color: #2f4a63;
    box-shadow: 0 2px 7px #41719a25
}

.m1 {
    left: 7%;
    top: 72%
}

.m2 {
    left: 57%;
    top: 27%
}

.m3 {
    right: 7%;
    top: 50%
}

.map aside {
    position: absolute;
    right: 13px;
    bottom: 13px;
    background: #fff;
    border-radius: 6px;
    padding: 9px 12px;
    box-shadow: 0 5px 15px #35658e24
}

.map aside small {
    display: block;
    font-size: .54rem;
    letter-spacing: .07em;
    color: #3f5d78;
    font-weight: 800
}

.map aside b {
    font-size: .76rem
}

.dash>footer {
    padding: 15px 9px 4px
}

.dash footer small {
    color: #3f5d78;
    font-size: .59rem;
    font-weight: 800;
    letter-spacing: .1em;
    display: block
}

.dash footer strong {
    font: 800 1.45rem Manrope
}

.dash footer span {
    color: #006847;
    font-weight: 700;
    font-size: .72rem;
    margin-left: 8px
}

.bars {
    float: right;
    color: var(--o);
    font-size: 1.7rem;
    letter-spacing: 3px
}

.trust {
    border-bottom: 1px solid #edf1f5;
    padding: 23px
}

.trust small {
    font-size: .65rem;
    letter-spacing: .15em;
    color: #4a647f;
    font-weight: 800
}

.trust p {
    margin: 12px 0 0;
    color: #3f5b75;
    font: 600 .9rem Manrope;
    word-spacing: 15px
}

.trust i {
    font-style: normal;
    color: #c4d1de
}

.section {
    padding: 112px 0
}

.section,
.trust,
.cta,
.site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px
}

.intro {
    color: #425d77;
    line-height: 1.65;
    font-size: 1.02rem
}

article {
    height: 100%;
    padding: 29px;
    border: 1px solid #e6ecf2;
    border-radius: 6px;
    transition: .2s
}

article:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px #0b3f7414
}

article.highlight {
    border-top: 3px solid var(--o)
}

article mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #e9f2ff;
    color: var(--b);
    font-size: 1.5rem;
    margin-bottom: 24px
}

h3 {
    font-size: 1.15rem
}

article p {
    font-size: .91rem;
    line-height: 1.6;
    color: #425d77;
    min-height: 85px
}

article a {
    color: var(--b);
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none
}

.screens {
    background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%)
}

.screen-card {
    margin: 0;
    background: #fff;
    border: 1px solid #dfe9f4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px #0a3e7214;
    height: 100%
}

.screen-card img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background: #eef4fb;
    transform-origin: 50% 50%;
    border: 1px solid #ffffff85;
    box-shadow: inset 0 0 0 1px #ffffff52, 0 16px 24px #102d452e, 0 0 0 10px #20394f17;
    -webkit-mask-image: radial-gradient(ellipse 94% 88% at 50% 50%, #000 56%, #000000a6 72%, #00000059 86%, #00000026 93%, transparent 100%);
    mask-image: radial-gradient(ellipse 94% 88% at 50% 50%, #000 56%, #000000a6 72%, #00000059 86%, #00000026 93%, transparent 100%);
    transition: transform .25s ease
}

.screens .col-md-6:nth-child(odd) .screen-card img {
    transform: rotate(-1.2deg)
}

.screens .col-md-6:nth-child(even) .screen-card img {
    transform: rotate(1.1deg)
}

.screens .col-md-6:last-child .screen-card img {
    transform: rotate(-.8deg)
}

.screen-card:hover img {
    transform: rotate(0deg) scale(1.01)
}

.screen-card figcaption {
    padding: 14px 16px;
    font: 700 .92rem Manrope;
    color: #15385f;
    border-top: 1px solid #e8eff7
}

.dark {
    color: white;
    background: linear-gradient(120deg, #062e61, #08437f)
}

.dark .tag {
    color: #9dcbff
}

.dark>div p:not(.tag) {
    color: #e2ecf8;
    line-height: 1.7;
    font-size: 1.04rem
}

.chat {
    color: #092b56;
    background: #f8fbff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 55px #001d3a70
}

.chat>header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background: #fff;
    color: var(--o)
}

.chat header b,
.chat header small {
    display: block;
    font-size: .82rem
}

.chat header small {
    font-size: .65rem;
    color: #3e5b75
}

.chat header i {
    margin-left: auto;
    color: #00a578;
    font-style: normal
}

.chat .chat-body {
    padding: 20px;
    background: #f0f7fd
}

.chat .chat-body p {
    font-size: .76rem !important;
    color: #092b56 !important;
    line-height: 1.5 !important;
    padding: 11px 13px;
    border-radius: 9px;
    max-width: 85%;
    margin: 0 0 12px
}

.chat .user {
    background: lightblue;
    color: #fff !important;
    margin-left: auto
}

.chat .bot {
    background: #fff;
    box-shadow: 0 3px 12px #174c7715;
    display: flex;
    gap: 7px;
    color: var(--o) !important
}

.chat button {
    border: 0;
    background: #eaf4ff;
    color: var(--b);
    font-weight: 800;
    font-size: .65rem;
    padding: 5px;
    margin-top: 7px
}

.chat .chat-footer {
    padding: 11px 18px;
    color: #46627d;
    font-size: .75rem
}

.chat .chat-footer b {
    float: right;
    color: var(--o)
}

.partners {
    background: #f8f8f5
}

.partners ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none
}

.partners li {
    display: flex;
    gap: 15px;
    margin: 20px 0
}

.partners li>b {
    height: 34px;
    width: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7f2ff;
    color: var(--b)
}

.partners strong,
.partners small {
    display: block
}

.partners small {
    color: #3f5973;
    line-height: 1.5;
    margin-top: 3px
}

pre {
    background: #082d59;
    color: #d5e6fa;
    border-radius: 11px;
    box-shadow: 0 19px 40px #08305c28;
    transform: rotate(-1.3deg);
    overflow: hidden;
    margin: 0
}

pre header {
    padding: 13px 16px;
    background: #061d3a;
    color: #a7c2e0;
    font-size: .65rem
}

pre header i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #f07870;
    border-radius: 50%;
    margin-right: 5px
}

pre header i:nth-child(2) {
    background: #ffc455
}

pre header i:nth-child(3) {
    background: #42ca91
}

pre code {
    display: block;
    padding: 22px;
    color: #6ba6dd;
    font-size: .8rem;
    line-height: 1.45
}

pre code b {
    color: #eff6ff
}

pre code span {
    color: #74bdff
}

pre mark {
    background: #20a775;
    color: white;
    padding: 2px 4px
}

pre footer {
    padding: 11px 16px;
    background: #061d3a;
    color: #52d4a1;
    font-size: .6rem;
    letter-spacing: .04em
}

pre footer span {
    float: right;
    color: #8fb1d6
}

.cta {
    padding: 110px 0;
    background: linear-gradient(115deg, #f16e00, #fa8b08);
    color: white
}

.cta .tag {
    color: #0f2c4a
}

.cta h2 em {
    color: #05284a
}

.cta p:not(.tag) {
    color: #0f2c4a;
    font-size: 1.07rem;
    margin: 22px
}

.site-footer {
    background: #052c5a;
    padding: 25px;
    color: #bcd0e5
}

.site-footer img {
    width: 105px;
    height: 44px;
    object-fit: contain;
    background: transparent;
    border-radius: 3px
}

.site-footer small,
.site-footer a {
    font-size: .7rem
}

.site-footer a {
    color: #bcd0e5;
    text-decoration: none;
    margin-left: 14px
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #ffffff;
    text-decoration: underline
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important
    }
}

@media(max-width:991px) {
    main {
        padding-top: 92px
    }

    .navbar-brand img {
        width: 168px;
        height: 72px
    }

    .hero .row {
        min-height: auto
    }

    .section {
        padding: 78px 0
    }

    .dash {
        transform: none
    }

    .hero {
        padding-bottom: 60px
    }
}

@media(max-width:575px) {
    main {
        padding-top: 84px
    }

    .navbar-brand img {
        width: 146px;
        height: 60px
    }

    h1 {
        font-size: 2.7rem
    }

    .stats {
        gap: 10px
    }

    .stats div {
        padding-left: 8px
    }

    .trust p {
        font-size: .74rem;
        line-height: 2
    }

    .map {
        height: 260px
    }

    .section {
        padding: 62px 0
    }

    .cta {
        padding: 75px 0
    }

    .screen-card figcaption {
        font-size: .86rem
    }

    .screens .col-md-6:nth-child(odd) .screen-card img,
    .screens .col-md-6:nth-child(even) .screen-card img,
    .screens .col-md-6:last-child .screen-card img {
        transform: rotate(0deg)
    }

    .site-footer span {
        display: block;
        margin-top: 8px
    }
}

@media (prefers-contrast: more) {

    .hero .lead,
    .stats span,
    .intro,
    article p,
    .partners small,
    .chat .chat-footer,
    .trust small,
    .trust p {
        color: #1f3e5d !important
    }

    .cta .tag,
    .cta p:not(.tag) {
        color: #0f2c4a !important
    }

    .site-footer a {
        color: #ffffff;
        text-decoration: underline
    }
}