* {
    box-sizing: border-box
}

html,
body {
    margin: 0
}

body {
    font-family: Inter, Arial, sans-serif;
    color: #071d3b;
    background: #fff
}

.disclosure {
    min-height: 86px;
    background: #fff7e6;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 6%;
    font-size: 15px;
    line-height: 1.55;
    color: #151515
}

.megaphone {
    font-size: 22px
}

.disclosure strong {
    font-weight: 800
}

header {
    height: 96px;
    padding: 0 3.2%;
    display: grid;
    grid-template-columns: 240px minmax(300px, 1fr) 270px;
    gap: 28px;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    background: #fff
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #071d3b
}

.bag {
    width: 48px;
    height: 52px;
    background: #fb0647;
    color: white;
    border-radius: 9px;
    display: grid;
    place-items: center;
    font-size: 40px;
    line-height: 1;
    box-shadow: 0 7px 18px #ff0b4c22
}

.brand b {
    display: block;
    font-size: 30px;
    line-height: 1
}

.brand small {
    display: block;
    font-size: 13px;
    margin-top: 7px
}

.search {
    height: 52px;
    border: 1px solid #d9dce2;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    color: #697181
}

.search span {
    padding-left: 24px;
    font-size: 14px
}

.search button {
    border: 0;
    height: 100%;
    width: 72px;
    background: #f70646;
    color: #fff;
    font-size: 32px;
    cursor: pointer
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

nav a {
    position: relative;
    text-decoration: none;
    color: #071d3b;
    text-align: center;
    min-width: 62px
}

nav i {
    font-style: normal;
    font-size: 31px;
    display: block;
    line-height: 1
}

nav span {
    font-size: 12px;
    display: block;
    margin-top: 7px
}

.deals em {
    position: absolute;
    right: 4px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    display: grid;
    place-items: center
}

.hero {
    height: calc(100vh - 182px);
    min-height: 410px;
    display: grid;
    grid-template-columns: 48% 52%;
    overflow: hidden;
    background: linear-gradient(90deg, #f9fbfe 0, #f8fbff 46%, #fff 100%)
}

.copy {
    padding: 6.5vh 3.2% 2vh 5%;
    z-index: 2
}

.copy h1 {
    font-size: clamp(38px, 4.1vw, 67px);
    line-height: 1.06;
    letter-spacing: -2.6px;
    margin: 0 0 22px;
    font-weight: 800
}

.copy h1 span {
    color: #f40545
}

.copy p {
    font-size: clamp(17px, 1.5vw, 25px);
    line-height: 1.35;
    margin: 0 0 28px
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 18px 34px;
    border-radius: 36px;
    background: #f70646;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(17px, 1.5vw, 24px);
    box-shadow: 0 10px 24px #f7064626
}

.cta b {
    font-size: 30px;
    font-weight: 400
}

.benefits {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 31px;
    font-size: 13px
}

.benefits span {
    display: flex;
    align-items: center;
    gap: 7px
}

.benefits span:first-child,
.benefits span:nth-child(2),
.benefits span:nth-child(4) {
    font-size: 20px
}

.benefits b {
    font-size: 12px
}

.visual {
    position: relative;
    overflow: hidden
}

.soft-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 40% 45%, #d7eef7 0, #eef7fa 30%, #f6eeee 68%, #fff 100%)
}

.visual img {
    position: absolute;
    z-index: 2;
    height: 118%;
    width: auto;
    left: -6%;
    bottom: -18%;
    object-fit: contain
}

.happy {
    position: absolute;
    z-index: 3;
    right: 5%;
    top: 9%;
    font-family: Pacifico, cursive;
    font-size: clamp(30px, 3vw, 50px);
    line-height: 1.08;
    text-align: center;
    transform: rotate(-4deg)
}

.happy span {
    color: #ff3b68
}

.sale {
    position: absolute;
    z-index: 4;
    right: 5%;
    top: 51%;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: #ffd748;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 8px 25px #0001
}

.sale strong {
    font-size: 50px;
    line-height: 1
}

.sale {
    color: #071d3b
}

@media(max-width:900px) {
    .disclosure {
        font-size: 11px;
        padding: 9px 4%;
        min-height: auto
    }

    header {
        height: auto;
        padding: 14px 4%;
        grid-template-columns: 1fr auto;
        gap: 14px
    }

    .brand b {
        font-size: 23px
    }

    .brand small {
        font-size: 10px
    }

    .bag {
        width: 40px;
        height: 42px;
        font-size: 32px
    }

    .search {
        grid-row: 2;
        grid-column: 1/-1;
        height: 44px
    }

    .search button {
        width: 58px
    }

    nav {
        gap: 8px
    }

    nav a {
        min-width: 48px
    }

    nav i {
        font-size: 24px
    }

    nav span {
        font-size: 9px
    }

    .hero {
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
        overflow: visible
    }

    .copy {
        padding: 38px 6% 25px;
        text-align: left
    }

    .copy h1 {
        font-size: 44px
    }

    .copy p {
        font-size: 18px
    }

    .desktop {
        display: none
    }

    .benefits {
        gap: 14px;
        margin-top: 25px
    }

    .visual {
        height: 520px
    }

    .visual img {
        height: 108%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -12%
    }

    .happy {
        right: 5%;
        top: 5%;
        font-size: 34px
    }

    .sale {
        width: 115px;
        height: 115px;
        right: 4%;
        top: 58%;
        font-size: 14px
    }

    .sale strong {
        font-size: 37px
    }
}

@media(max-width:560px) {
    .disclosure {
        font-size: 9px;
        line-height: 1.35
    }

    .megaphone {
        font-size: 16px
    }

    header {
        grid-template-columns: 1fr
    }

    .search {
        grid-row: auto;
        grid-column: auto;
        order: 3
    }

    nav {
        position: absolute;
        right: 3%;
        top: 82px
    }

    .brand {
        padding-right: 160px
    }

    .copy {
        padding-top: 28px
    }

    .copy h1 {
        font-size: 36px;
        letter-spacing: -1.7px
    }

    .copy p {
        font-size: 16px
    }

    .cta {
        font-size: 17px;
        padding: 15px 24px
    }

    .benefits {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .visual {
        height: 410px
    }

    .happy {
        font-size: 27px
    }

    .sale {
        width: 95px;
        height: 95px;
        top: 61%
    }

    .sale strong {
        font-size: 31px
    }
}