* {
    box-sizing: border-box
}
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: #07132a;
    background: #fff
}
.header {
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.4%;
    border-bottom: 1px solid #eee;
    background: #fff
}
.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #08142c;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -1.7px
}
.brand span span {
    color: #0f908b
}
.logo {
    width: 58px;
    height: 58px;
    display: block
}
.logo svg {
    width: 100%;
    height: 100%
}
nav {
    display: flex;
    gap: 220px;
    margin-right: 22px
}
nav a {
    text-decoration: none;
    color: #151827;
    font-size: 20px;
    font-weight: 600
}
.hero {
    position: relative;
    min-height: 745px;
    display: grid;
    grid-template-columns: 47% 53%;
    padding: 88px 4.4% 0;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fff 72%, #eafcfd 100%)
}
.copy {
    z-index: 2;
    align-content: center;
}
.copy h1 {
    font-size: 76px;
    line-height: 1.08;
    letter-spacing: -3px;
    margin: 15px 0 30px;
    font-weight: 900;
    color: #061129
}
.copy h1 span {
    color: #0f908b
}
.copy p {
    font-size: 23px;
    line-height: 1.45;
    color: #5d6674;
    margin: 0 0 70px
}
.tracker label {
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 26px
}
.input-row {
    width: 475px;
    height: 67px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .03);
    overflow: hidden
}
.input-row svg {
    width: 38px;
    margin: 0 5px;
    fill: #a8adb3;
}
.input-row input {
    border: 0;
    outline: 0;
    font-size: 18px;
    flex: 1;
    min-width: 0;
    color: #111;
    height: 100%;
    box-shadow: none !important;
}
.input-row input::placeholder {
    color: #a8adb3
}
.input-row button {
    height: 100%;
    width: 150px;
    border: 0;
    background: #0f908b;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer
}
.visual {
    position: relative;
    min-height: 560px
}
.circle {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: #cfe7f8;
    right: 65px;
    top: -60px
}
.van-wrap {
    position: absolute;
    left: 0;
    top: 45px;
    width: 760px;
    z-index: 2;
}
.van {
    width: 100%;
    height: auto
}
.bubble {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(28, 55, 70, .08);
    z-index: 3
}
.bubble.top {
    width: 300px;
    height: 113px;
    right: 20px;
    top: 10px
}
.bubble.bottom {
    width: 254px;
    height: 113px;
    left: 20px;
    bottom: 74px
}
.map {
    position: absolute;
    right: -84px;
    bottom: -10px;
    width: 330px;
    z-index: 4
}
.features {
    height: 147px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 0 4.9%;
    background: #fff;
    box-shadow: 0 -10px 35px rgba(6, 17, 41, .04)
}
.features article {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 90px;
    border-right: 1px solid #ececec;
    padding-left: 18px
}
.features article:last-child {
    border-right: 0
}
.features span {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d9f4f2;
    flex: 0 0 auto
}
.features span svg {
    width: 43px;
    fill: #0f908b
}
.features h3 {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 900;
    color: #08142c
}
.features p {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    color: #5d6674;
    font-weight: 500
}
@media(max-width:1100px) {
    nav {
        gap: 80px
    }
    .hero {
        grid-template-columns: 1fr;
        padding-top: 50px
    }
    .visual {
        min-height: 590px
    }
    .copy h1 {
        font-size: 58px
    }
    .circle {
        right: 10%;
        top: 0
    }
    .van-wrap {
        right: 2%;
        width: 690px
    }
    .features {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        padding: 20px
    }
    .features article {
        border: 0
    }
}
@media(max-width:700px) {
    .header {
        height: auto;
        padding: 20px;
        gap: 20px;
        flex-direction: column
    }
    .brand {
        font-size: 30px
    }
    .logo {
        width: 48px;
        height: 48px
    }
    nav {
        gap: 40px;
        margin: 0
    }
    .hero {
        padding: 35px 22px 0
    }
    .copy h1 {
        font-size: 45px;
        letter-spacing: -1.5px
    }
    .copy p {
        font-size: 18px;
        margin-bottom: 38px
    }
    .input-row {
        width: 100%;
        height: auto;
        flex-wrap: wrap
    }
    .input-row input {
        height: 58px
    }
    .input-row button {
        width: 100%;
        height: 56px
    }
    .visual {
        min-height: 410px;
        margin-top: 20px
    }
    .circle {
        width: 390px;
        height: 390px;
        right: -95px
    }
    .van-wrap {
        width: 520px;
        right: -140px;
        top: 35px
    }
    .bubble.top {
        width: 170px;
        height: 70px;
        right: 0
    }
    .bubble.bottom {
        display: none
    }
    .map {
        width: 220px;
        right: -65px
    }
    .features {
        grid-template-columns: 1fr
    }
    .features article {
        padding: 18px 0
    }
    .features span {
        width: 62px;
        height: 62px
    }
}