.landing_summer_page {
    background: #fff6fb;
    padding-bottom: 42px;
    overflow: hidden;
}

.landing_summer_container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.landing_summer_page .landing_summer_btn,
.landing_summer_page .landing_summer_store-btn,
.landing_summer_page .landing_summer_btn:hover,
.landing_summer_page .landing_summer_store-btn:hover {
    text-decoration: none !important;
}

/* HERO */

.landing_summer_hero {
    position: relative;
    padding: 52px 0 38px;
    background: url("public/resources/img/landing_summer/background.webp") center/cover no-repeat;
}

.landing_summer_hero-inner {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
    min-height: 600px;
}

.landing_summer_hero-text {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}

.landing_summer_offer-label {
    width: 210px;
    max-width: 100%;
    margin-bottom: 18px;
}

.landing_summer_hero-text h1 {
    margin: 0 0 18px;
    color: #151515;
    font-size: clamp(42px, 5.8vw, 78px);
    line-height: .95;
    font-weight: 950;
}

.landing_summer_hero-text h1 span {
    display: block;
    color: #ec0076;
    font-size: 1.35em;
}

.landing_summer_hero-text h2 {
    margin: 0 0 8px;
    color: #171717;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.15;
    font-weight: 900;
}

.landing_summer_gift-label {
    display: block;
    width: 470px;
    max-width: 100%;
    margin: 0 0 18px;
}

.landing_summer_hero-text p {
    max-width: 510px;
    margin: 0 0 20px;
    color: #1f1f1f;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 650;
}

.landing_summer_hero-text p strong {
    color: #ec0076;
    font-weight: 950;
}

.landing_summer_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 14px;
    background: #ec0076;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 950;
    box-shadow: 0 14px 28px rgba(236, 0, 118, .24);
    transition: transform .2s ease, box-shadow .2s ease;
}

.landing_summer_btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(236, 0, 118, .32);
}

.landing_summer_btn i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #ec0076;
    font-size: 13px;
}

.landing_summer_hero-text small {
    display: block;
    max-width: 390px;
    margin-top: 14px;
    color: #333;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.landing_summer_hero-visual {
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.landing_summer_lady {
    position: absolute;
    right: -60px;
    bottom: -55px;
    width: 720px;
    max-width: none;
}

/* LOVE SECTION */

.landing_summer_love {
    position: relative;
    z-index: 5;
    margin-top: -26px;
    padding: 28px 38px 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(80, 0, 45, .09);
}

.landing_summer_love h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 28px;
    color: #111;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 950;
    text-align: center;
}

.landing_summer_love h2 img {
    width: 145px;
    transform: translateY(6px);
}

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

.landing_summer_love-grid > div {
    min-height: 104px;
    display: grid;
    place-items: center;
    padding: 6px 14px;
    border-right: 1px solid #dcdcdc;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 950;
}

.landing_summer_love-grid > div:last-child {
    border-right: 0;
}

.landing_summer_love-grid i {
    display: block;
    margin-bottom: 12px;
    color: #ec0076;
    font-size: 40px;
}

.landing_summer_love-grid span {
    display: block;
    line-height: 1.15;
}

/* VALUE SECTION */

.landing_summer_value {
    position: relative;
    display: grid;
    grid-template-columns: 390px 1fr 210px;
    align-items: center;
    gap: 34px;
    margin-top: 30px;
    padding: 42px 44px 64px;
    border-radius: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #fff0f7 100%);
    box-shadow: 0 18px 45px rgba(80, 0, 45, .08);
    overflow: visible;
}

.landing_summer_phone {
    position: relative;
    z-index: 2;
    align-self: end;
}

.landing_summer_phone img {
    display: block;
    width: 420px;
    max-width: none;
}

.landing_summer_phone::after {
    content: "";
    position: absolute;
    left: 48%;
    bottom: -86px;
    width: 260px;
    height: 42px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .18);
    filter: blur(24px);
    border-radius: 50%;
    z-index: -1;
}

.landing_summer_value-text h2 {
    margin: 0 0 14px;
    color: #111;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.1;
    font-weight: 950;
}

.landing_summer_value-text h3 {
    margin: 0 0 16px;
    color: #ec0076;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.08;
    font-weight: 950;
}

.landing_summer_value-text p {
    margin: 0 0 14px;
    color: #333;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
}

.landing_summer_yellow-note {
    display: inline-block;
    margin: 4px 0 20px;
    padding: 10px 15px;
    border-radius: 8px;
    background: #ffe777;
    color: #222;
    font-size: 17px;
    font-weight: 750;
}

.landing_summer_yellow-note strong {
    color: #ec0076;
    font-weight: 950;
}

.landing_summer_value-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing_summer_value-text li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 36px;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.25;
}

.landing_summer_value-text li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ec0076;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.landing_summer_one-plus-one img {
    width: 190px;
    max-width: 100%;
}

/* STEPS */

.landing_summer_steps {
    margin-top: 34px;
    padding: 0;
}

.landing_summer_steps h2 {
    margin: 0 0 22px;
    text-align: center;
    color: #111;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 950;
}

.landing_summer_steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    align-items: center;
}

.landing_summer_step {
    display: grid;
    grid-template-columns: 115px 1fr;
    align-items: center;
    column-gap: 16px;
    min-height: 120px;
}

.landing_summer_step img {
    grid-row: 1 / span 2;
    width: 110px;
    max-width: 100%;
}

.landing_summer_step h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 950;
}

.landing_summer_step p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

/* TIMER */

.landing_summer_timer {
    position: relative;
    display: grid;
    grid-template-columns: 240px 410px 1fr 380px;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    min-height: 210px;
    padding: 24px 42px 24px 22px;
    border-radius: 22px;
    background: #f70575;
    color: #fff;
    overflow: hidden;
}

.landing_summer_timer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .10), transparent 24%),
        radial-gradient(circle at 62% 62%, rgba(255, 255, 255, .08), transparent 22%);
    pointer-events: none;
}

.landing_summer_timer-art,
.landing_summer_timer-content,
.landing_summer_countdown-box,
.landing_summer_timer-right {
    position: relative;
    z-index: 2;
}

.landing_summer_timer-art img {
    width: 275px;
    max-width: none;
    display: block;
    transform: translateX(-18px) translateY(8px);
}

.landing_summer_timer-content h2 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 950;
}

.landing_summer_timer-content h2 span {
    color: #ffe600;
}

.landing_summer_countdown-box {
    padding: 22px 28px 18px;
    border-radius: 12px;
    background: #fff;
    color: #111;
    text-align: center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.landing_summer_countdown-box p {
    margin: 0 0 14px;
    color: #f70575;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.landing_summer_countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.landing_summer_countdown strong {
    display: block;
    color: #f70575;
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
}

.landing_summer_countdown span {
    display: block;
    margin-top: 7px;
    color: #111;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.landing_summer_timer-right {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 28px;
}

.landing_summer_timer-right img {
    position: absolute;
    left: 228px;
    top: -82px;
    width: 120px;
}

.landing_summer_timer-right p {
    max-width: 310px;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.landing_summer_btn-yellow {
    width: 310px;
    min-height: 58px;
    justify-content: center;
    padding: 0 28px;
    border-radius: 13px;
    background: #ffe600;
    color: #111;
    box-shadow: none;
    font-size: 16px;
    white-space: nowrap;
}

.landing_summer_btn-yellow:hover {
    color: #111;
}

.landing_summer_btn-yellow i {
    background: transparent;
    border: 2px solid #111;
    color: #111;
}

/* BOTTOM */

.landing_summer_bottom {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 24px;
    margin-top: 22px;
}

.landing_summer_faq,
.landing_summer_more-time {
    border-radius: 22px;
    background: linear-gradient(135deg, #fff 0%, #fff1f8 100%);
    box-shadow: 0 14px 35px rgba(80, 0, 45, .07);
}

.landing_summer_faq {
    padding: 26px 28px;
}

.landing_summer_faq h2 {
    margin: 0 0 16px;
    color: #111;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 950;
}

.landing_summer_faq details {
    margin-bottom: 10px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .04);
    overflow: hidden;
}

.landing_summer_faq summary {
    position: relative;
    display: block;
    padding: 12px 42px 12px 14px;
    color: #111;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.landing_summer_faq summary::-webkit-details-marker {
    display: none;
}

.landing_summer_faq summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    font-size: 24px;
    font-weight: 500;
}

.landing_summer_faq details[open] summary::after {
    content: "−";
}

.landing_summer_faq details p {
    margin: 0;
    padding: 0 14px 14px;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.landing_summer_more-time {
    display: grid;
    grid-template-columns: 1fr 310px;
    align-items: center;
    gap: 12px;
    padding: 26px 28px;
    background: linear-gradient(135deg, #fff8dd 0%, #fff1b8 100%);
    overflow: hidden;
}

.landing_summer_more-time-text h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 950;
}

.landing_summer_more-time-text h2 span {
    color: #ec0076;
}

.landing_summer_more-time-text p {
    max-width: 360px;
    margin: 0 0 18px;
    color: #111;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 750;
}

.landing_summer_more-time > img {
    width: 320px;
    max-width: none;
    justify-self: end;
}

/* APP BAR */

.landing_summer_app {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
    padding: 18px 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #ffe8f3 100%);
    box-shadow: 0 12px 30px rgba(80, 0, 45, .06);
}

.landing_summer_app-info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.landing_summer_app-info img {
    width: 66px;
    height: 66px;
    border-radius: 14px;
    object-fit: cover;
}

.landing_summer_app-info h3 {
    margin: 0 0 4px;
    color: #111;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 950;
}

.landing_summer_app-info p {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.landing_summer_store-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.landing_summer_store-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    padding: 16px 22px;
    background: #fff;
    border-radius: 18px;
    color: #111;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.landing_summer_store-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .12);
}

.landing_summer_store-btn i {
    font-size: 34px;
    color: #ff0080;
}

.landing_summer_store-btn small {
    display: block;
    margin-bottom: 3px;
    color: #777;
    font-size: 12px;
}

.landing_summer_store-btn strong {
    display: block;
    color: #111;
    font-size: 18px;
    font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .landing_summer_hero-inner {
        grid-template-columns: 48% 52%;
    }

    .landing_summer_lady {
        right: -120px;
        width: 690px;
    }

    .landing_summer_value {
        grid-template-columns: 300px 1fr;
    }

    .landing_summer_one-plus-one {
        grid-column: 1 / -1;
        text-align: center;
    }

    .landing_summer_one-plus-one img {
        width: 260px;
    }

    .landing_summer_love-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px 0;
    }

    .landing_summer_love-grid > div:nth-child(4) {
        border-right: 0;
    }
}

@media (max-width: 1100px) {
    .landing_summer_timer {
        grid-template-columns: 220px 1fr;
    }

    .landing_summer_timer-right {
        grid-column: 1 / -1;
        min-height: auto;
        display: grid;
        grid-template-columns: 100px 1fr auto;
        align-items: center;
        gap: 18px;
        padding-top: 0;
    }

    .landing_summer_timer-right img {
        position: static;
        width: 90px;
    }

    .landing_summer_timer-right p {
        max-width: none;
        margin: 0;
    }

    .landing_summer_bottom {
        grid-template-columns: 1fr;
    }

    .landing_summer_more-time {
        grid-template-columns: 1fr 280px;
    }

    .landing_summer_app {
        grid-template-columns: 1fr;
    }

    .landing_summer_store-buttons {
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .landing_summer_container {
        width: min(100% - 22px, 1180px);
    }

    .landing_summer_hero {
        padding-top: 34px;
    }

    .landing_summer_hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .landing_summer_hero-visual {
        min-height: 470px;
        margin-top: 10px;
    }

    .landing_summer_lady {
        left: 50%;
        right: auto;
        bottom: -42px;
        width: 560px;
        transform: translateX(-50%);
    }

    .landing_summer_love {
        padding: 24px 16px;
        border-radius: 24px;
    }

    .landing_summer_love h2 {
        display: block;
    }

    .landing_summer_love h2 img {
        display: inline-block;
        width: 125px;
    }

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

    .landing_summer_love-grid > div {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .landing_summer_value {
        grid-template-columns: 1fr;
        padding: 30px 22px 52px;
        text-align: center;
    }

    .landing_summer_value-text {
        order: 1;
    }

    .landing_summer_phone {
        order: 2;
    }

.landing_summer_phone img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateY(30px);
}

.landing_summer_phone::after {
    left: 50%;
    bottom: -48px;
    width: 180px;
    height: 34px;
}

    .landing_summer_one-plus-one {
        order: 3;
    }

    .landing_summer_value-text li {
        text-align: left;
    }

    .landing_summer_steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .landing_summer_step {
        max-width: 430px;
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .landing_summer_timer {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 18px;
    }

    .landing_summer_timer-art img {
        width: 210px;
        max-width: 100%;
        margin: 0 auto;
        transform: none;
    }

    .landing_summer_countdown {
        gap: 10px;
    }

    .landing_summer_countdown strong {
        font-size: 30px;
    }

    .landing_summer_timer-right {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .landing_summer_timer-right p {
        text-align: center;
    }

    .landing_summer_btn-yellow {
        width: 100%;
        max-width: 310px;
    }

    .landing_summer_more-time {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .landing_summer_more-time-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .landing_summer_more-time > img {
        width: 260px;
        justify-self: center;
    }

    .landing_summer_app {
        text-align: center;
    }

    .landing_summer_app-info {
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .landing_summer_hero-text h1 {
        font-size: 42px;
    }

    .landing_summer_hero-text h2 {
        font-size: 22px;
    }

    .landing_summer_hero-text p {
        font-size: 16px;
    }

    .landing_summer_btn {
        width: 100%;
        padding: 0 16px;
        font-size: 13px;
    }

    .landing_summer_offer-label {
        width: 175px;
    }

    .landing_summer_gift-label {
        width: 100%;
    }

    .landing_summer_hero-visual {
        min-height: 395px;
    }

    .landing_summer_lady {
        width: 430px;
    }

     .landing_summer_love{
        position:relative;
        overflow:hidden;
    }

    .landing_summer_love::after{
        content:"";
        position:absolute;
        top:0;
        right:0;
        width:50px;
        height:100%;
        pointer-events:none;
        background:linear-gradient(
            to right,
            rgba(246,244,251,0),
            rgba(246,244,251,1)
        );
    }

    .landing_summer_love-grid{
        overflow-x:auto;
        display:flex;
        flex-wrap:nowrap;
        padding:0 20px;
        gap:0;
    }

    .landing_summer_love-grid > div{
        flex:0 0 120px;
    }

    .landing_summer_love-grid::-webkit-scrollbar{
        display:none;
    }


    .landing_summer_step {
        grid-template-columns: 82px 1fr;
    }

    .landing_summer_step img {
        width: 82px;
    }
}

@media (max-width: 480px) {
    .landing_summer_timer-content h2,
    .landing_summer_more-time-text h2 {
        font-size: 26px;
    }

    .landing_summer_countdown-box {
        padding: 16px 12px;
    }

    .landing_summer_countdown {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 10px;
    }

    .landing_summer_faq {
        padding: 22px 16px;
    }

    .landing_summer_more-time {
        padding: 24px 16px;
    }

    .landing_summer_app-info {
        flex-direction: column;
    }

    .landing_summer_store-btn {
        width: 100%;
        justify-content: center;
    }
}
