/* ===== FONTS (Google Fonts) ===== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,400;0,700;0,900;1,400&display=swap');

/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== BODY ===== */
body {
    background-color: #000;
    font-family: 'Montserrat', Arial, sans-serif;
    color: white;
    overflow-x: hidden;
}

/* ===== UTILITY ===== */
.green-text {
    color: #1b9e0f;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.hero__svg {
    width: 75%;
    max-width: 1000px;
    margin-top: 2vh;
}

.svg-city {
    transform: scaleY(0.85);
    transform-origin: top;
}

.hero__buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 85%;
    max-width: 1200px;
    margin-top: auto;
    padding-bottom: 6vh;
}

/* ===== BUTTONS (reusable) ===== */
.btn-card {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s;
}

.btn-card:hover {
    transform: scale(1.05);
}

.btn-card img {
    display: block;
    width: 260px;
    height: auto;
}

.btn-card span {
    position: absolute;
    top: 45%;
    left: 0;
    width: 85%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 0.7rem;
    white-space: nowrap;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.btn-card--add {
    position: relative;
    top: 8px;
}

.btn-card--add span {
    top: 51%;
    left: 15%;
    width: 85%;
}

.btn-card--cart {
    position: relative;
    top: 3px;
}

.btn-green {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s;
}

.btn-green:hover {
    transform: scale(1.05);
}

.btn-green img {
    display: block;
    width: 320px;
    height: auto;
}

.btn-green span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 900;
    font-size: 1.2rem;
    white-space: nowrap;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-green--small img {
    width: 250px;
}

.btn-green--small span {
    font-size: 1.1rem;
}

.btn-black {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s;
}

.btn-black:hover {
    transform: scale(1.05);
}

.btn-black img {
    display: block;
    width: 260px;
    height: auto;
}

.btn-black span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 900;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

/* ===== WHY BEST ===== */
.why-best {
    display: flex;
    align-items: flex-start;
    padding: 50px 5% 140px;
}

.why-best__logo {
    flex-shrink: 0;
}

.why-best__logo img {
    display: block;
    width: 420px;
}

.why-best__text {
    margin-top: 30px;
    padding-right: 8%;
    margin-left: 30px;
    flex: 1;
}

.why-best__text h2 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    -webkit-text-stroke: 0.5px currentColor;
    text-shadow: -0.5px 0 0 currentColor, 0.5px 0 0 currentColor, 0 -0.5px 0 currentColor, 0 0.5px 0 currentColor;
    margin-bottom: 18px;
}

.why-best__p1 {
    color: #a09898;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.7;
}

.why-best__p2 {
    color: #a09898;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-top: 20px;
}

/* ===== ADVANTAGES ===== */
.advantages-wrap {
    background: white;
    padding: 40px 0 80px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.advantages {
    display: flex;
    align-items: stretch;
    width: 75%;
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 24px rgba(168, 168, 168, 0.6);
    overflow: visible;
    position: relative;
    min-height: 480px;
}

.advantages__girl-wrap {
    flex-shrink: 0;
    width: 260px;
    position: relative;
}

.advantages__girl {
    position: absolute;
    bottom: 0;
    left: -50px;
    height: 130%;
}

.advantages__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 40px 40px 20px;
}

.advantages__info h2 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    -webkit-text-stroke: 0.5px currentColor;
    text-shadow: -0.5px 0 0 currentColor, 0.5px 0 0 currentColor, 0 -0.5px 0 currentColor, 0 0.5px 0 currentColor;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #1a1a6e;
    display: inline-block;
}

.advantages__info > p {
    color: #555;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 320px;
}

.advantages__icons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.advantages__icons img {
    height: 130px;
}

/* ===== PHONE ===== */
.phone {
    background: white;
    padding: 0px 5% 80px;
    color: #222;
}

.phone__title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    -webkit-text-stroke: 0.5px currentColor;
    text-shadow: -0.5px 0 0 currentColor, 0.5px 0 0 currentColor, 0 -0.5px 0 currentColor, 0 0.5px 0 currentColor;
    text-align: left;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 4px solid #1a1a6e;
    display: inline-block;
    color: #111;
}

.phone__content {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    background: white;
}

.phone__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
}

.phone__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mask-image: radial-gradient(ellipse 400% 95% at 50% 90%, transparent 11%, black 60%);
    -webkit-mask-image: radial-gradient(ellipse 400% 95% at 50% 90%, transparent 11%, black 60%);
}

.phone__text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    min-height: 450px;
    padding: 0px 40px;
}

.phone__text-box {
    background: rgba(255, 255, 255, 0.69);
    border-radius: 40px;
    padding: 35px 40px;
    max-width: 480px;
}

.phone__text-box p {
    font-size: 1.3rem;
    color: #333;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
}

.phone__link {
    color: #1b9e0f;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    display: block;
    text-align: center;
}

/* ===== GIFT ===== */
.gift {
    background: white;
    color: #222;
    padding: 0 5% 60px;
    margin-top: -150px;
    position: relative;
    z-index: 3;
}

.gift__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.gift__images {
    flex-shrink: 0;
}

.gift__img-jar {
    width: 220px;
}

.gift__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift__title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    -webkit-text-stroke: 0.5px currentColor;
    text-shadow: -0.5px 0 0 currentColor, 0.5px 0 0 currentColor, 0 -0.5px 0 currentColor, 0 0.5px 0 currentColor;
    color: #111;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 4px solid #1a1a6e;
    display: inline-block;
}

.gift__text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
}

.gift__small {
    font-size: 0.9rem !important;
    color: #777 !important;
    font-style: italic;
}

.gift__btn {
    margin-top: 25px;
}

/* ===== FOOTER ===== */
.footer {
    background: white;
    padding: 30px;
    text-align: center;
}

.footer p {
    color: #555;
    font-size: 0.85rem;
}

/* ===== RESPONSIVE: TABLET (768px – 1024px) ===== */
@media (max-width: 1024px) {
    .hero__svg {
        width: 85%;
    }

    .hero__buttons {
        width: 90%;
        gap: 15px;
    }

    .btn-card img {
        width: 280px;
    }

    .btn-green img {
        width: 340px;
    }

    .btn-card span {
        font-size: 0.7rem;
    }

    .btn-green span {
        font-size: 1.2rem;
    }

    .why-best {
        padding: 40px 5% 120px;
    }

    .why-best__logo img {
        width: 340px;
    }

    .why-best__text h2 {
        font-size: 2.2rem;
    }

    .advantages {
        width: 85%;
        min-height: 400px;
    }

    .advantages__girl-wrap {
        width: 200px;
    }

    .advantages__girl {
        left: -30px;
        height: 120%;
    }

    .advantages__icons img {
        height: 100px;
    }

    .advantages__info h2 {
        font-size: 2.2rem;
    }

    .phone__title {
        font-size: 2.4rem;
    }

    .phone__text-box {
        max-width: 400px;
        padding: 25px 30px;
    }

    .phone__text-box p {
        font-size: 1.1rem;
    }

    .gift__content {
        gap: 30px;
    }

    .gift__img-jar {
        width: 180px;
    }
}

/* ===== RESPONSIVE: SMALL TABLET / LARGE PHONE (max-width: 768px) ===== */
@media (max-width: 768px) {
    .hero {
        height: 80vh;
    }

    .hero__svg {
        width: 90%;
        margin-top: 3vh;
    }

    .hero__buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
        padding-bottom: 4vh;
    }

    .btn-card img {
        width: 220px;
    }

    .btn-green img {
        width: 280px;
    }

    .btn-card span {
        font-size: 0.55rem;
    }

    .btn-card.btn-card--add {
        margin-left: -24px;
    }

    .btn-card.btn-card--cart {
        margin-left: 15px;
    }

    .btn-card.btn-card--add span {
        padding-left: 12px;
        font-size: 0.5rem;
    }

    .btn-green span {
        font-size: 1.1rem;
    }

    /* Why Best */
    .why-best {
        flex-direction: column;
        align-items: center;
        padding: 40px 8% 120px;
    }

    .why-best__logo {
        margin-bottom: 25px;
    }

    .why-best__logo img {
        width: 350px;
    }

    .why-best__text {
        margin-left: 0;
        margin-top: 0;
        padding-right: 0;
        text-align: center;
    }

    .why-best__text h2 {
        font-size: 2.2rem;
    }

    /* Advantages */
    .advantages-wrap {
        margin-top: -100px;
    }

    .advantages {
        flex-direction: column;
        width: 90%;
        border-radius: 30px;
        min-height: auto;
    }

    .advantages__girl-wrap {
        width: 100%;
        height: 280px;
        overflow: hidden;
    }

    .advantages__girl {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        height: 280px;
    }

    .advantages__info {
        padding: 30px 25px;
    }

    .advantages__info h2 {
        font-size: 2rem;
    }

    .advantages__icons {
        gap: 10px;
    }

    .advantages__icons img {
        height: 90px;
    }

    /* Phone */
    .phone {
        padding: 0px 5% 60px;
    }

    .phone__title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .phone__content {
        min-height: auto;
    }

    .phone__image {
        position: relative;
        width: 100%;
        height: 300px;
        right: auto;
        top: auto;
    }

    .phone__text {
        min-height: auto;
        padding: 0px 20px;
    }

    .phone__text-box {
        max-width: 100%;
        padding: 25px 30px;
        background: rgba(255, 255, 255, 0.9);
    }

    .phone__text-box p {
        font-size: 1rem;
    }

    .phone__text-box p br {
        display: none;
    }

    .phone__link {
        font-size: 1rem;
    }

    /* Gift */
    .gift {
        padding: 20px 5% 40px;
    }

    .gift__title {
        font-size: 1.6rem;
        text-align: center;
    }

    .gift__content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .gift__img-jar {
        width: 180px;
    }

    .gift__text {
        text-align: center;
    }

    .btn-black img {
        width: 220px;
    }

    .btn-black span {
        font-size: 0.8rem;
    }
}

/* ===== RESPONSIVE: MOBILE (max-width: 480px) ===== */
@media (max-width: 480px) {
    .hero {
        height: 70vh;
    }

    .hero__svg {
        width: 95%;
        margin-top: 2vh;
    }

    .hero__buttons {
        gap: 12px;
        padding-bottom: 3vh;
    }

    .btn-card img {
        width: 240px;
    }

    .btn-green img {
        width: 290px;
    }

    .btn-card--cart img {
        width: 260px;
    }

    .btn-card--cart span {
        font-size: 0.4rem;
    }

    .btn-card span {
        font-size: 0.45rem;
    }

    .btn-green span {
        font-size: 0.9rem;
    }

    /* Why Best */
    .why-best {
        padding: 0px 6% 100px;
    }

    .why-best__logo img {
        width: 300px;
    }

    .why-best__text h2 {
        font-size: 1.8rem;
    }

    .why-best__p1,
    .why-best__p2 {
        font-size: 0.85rem;
    }

    /* Advantages */
    .advantages-wrap {
        margin-top: -80px;
        padding: 30px 0 50px;
    }

    .advantages {
        width: 92%;
        border-radius: 25px;
    }

    .advantages__girl-wrap {
        height: 220px;
    }

    .advantages__girl {
        height: 220px;
    }

    .advantages__info {
        padding: 25px 20px;
    }

    .advantages__info h2 {
        font-size: 1.8rem;
    }

    .advantages__info > p {
        font-size: 0.8rem;
    }

    .advantages__icons img {
        height: 70px;
    }

    .btn-black img {
        width: 200px;
    }

    .btn-black span {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }

    /* Phone */
    .phone {
        padding: 0px 5% 40px;
    }

    .phone__title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .phone__image {
        height: 250px;
    }

    .phone__text {
        padding: 0px 15px;
    }

    .phone__text-box {
        padding: 20px 22px;
        border-radius: 25px;
    }

    .phone__text-box p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .phone__link {
        font-size: 0.9rem;
    }

    /* Gift */
    .gift {
        padding: 15px 5% 30px;
    }

    .gift__title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .gift__content {
        gap: 20px;
    }

    .gift__img-jar {
        width: 150px;
    }

    .gift__text p {
        font-size: 0.85rem;
    }

    /* Footer */
    .footer {
        padding: 20px 15px;
    }

    .footer p {
        font-size: 0.75rem;
    }
}

/* ===== RESPONSIVE: VERY SMALL MOBILE (max-width: 360px) ===== */
@media (max-width: 360px) {
    .hero {
        height: 65vh;
    }

    .btn-card img {
        width: 220px;
    }

    .btn-green img {
        width: 270px;
    }

    .btn-card span {
        font-size: 0.45rem;
    }

    .btn-green span {
        font-size: 1rem;
    }

    .why-best__logo img {
        width: 260px;
        margin-top: -30px
    }

    .why-best__text h2 {
        font-size: 1.5rem;
    }

    .advantages__icons img {
        height: 55px;
    }

    .advantages__info h2 {
        font-size: 1.5rem;
    }

    .phone__title {
        font-size: 1.3rem;
    }

    .phone__image {
        height: 200px;
    }

    .phone__text-box {
        padding: 15px 18px;
        border-radius: 20px;
    }

    .phone__text-box p {
        font-size: 0.8rem;
    }

    .gift__img-jar {
        width: 120px;
    }

    .gift__title {
        font-size: 1.2rem;
    }
}
