@media (max-width: 720px) {
    header {
        background-size: 65vw !important;
        padding-left: 8% !important;
        padding-right: 8% ;
    }

    div.header-main-section {
        padding-top: 8% !important;
        flex-direction: column;
    }

    h1.header-main-question {
        line-height: 5rem;
    }

    p.header-sub-text {
        margin-top: 8% !important;
    }

    div.header-main-section .main-text-wrapper {
        width: 100% !important;
        text-align: center;
    }

    .download-btns {
        flex-direction: column;
        gap: 15px;
    }

    .download-btns a {
        justify-content: center;
    }

    div.header-main-section .main-image-wrapper {
        margin-top: 20%;
    }

    div.coffee-separator-wrapper > img {
        width: 35vw !important;
        margin-top: 5vw !important;
    }

    .app-badge {
        justify-content: center;
    }
}

@media (min-width: 720px) and (max-width: 855px) {
    h1.header-main-question {
        font-size: calc(21px + 3.5vw) !important;
    }
}

/* ************************ */

header {
    background-color: #fff;
    padding-left: 4%;

    background-size: 35vw;
    background-image: url(../../images/top_bg.svg);
    background-repeat: no-repeat;
    background-position: top right;

    padding-top: 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*  */

div.header-main-section {
    padding-top: 4%;
    display: flex;
    align-items: center;
    height: 100%;
}

/*  */

div.header-main-section .main-image-wrapper > img {
    width: 100%;
}

/*  */

div.header-main-section .main-text-wrapper {
    width: 70%;
}

/* App badge — signals "this is a mobile app" immediately */

.app-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #f5ebe0;
    color: #3A2121;
    font-family: 'Gilroy-Light';
    font-size: calc(13px + 0.2vw);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

/*  */

h1.header-main-question {
    font-family: Magic Retro;
    font-weight: 100;
    font-size: calc(32px + 3.5vw);
    color: #3A2121;
}

.locale-el h1.header-main-question {
    font-family: Gilroy-Regular;
    font-weight: 600;
}

h1.header-main-question span.underlined-text {
    display: inline-block;
    background-image: url(../../images/double_underline.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 1%;
    background-size: 70%;
}

/*  */

p.header-sub-title {
    color: #3A2121;
    font-family: 'Just Another Hand';
    font-size: calc(20px + 1vw);
    margin-top: 8%;
    letter-spacing: 0.8px;
}

p.header-sub-text {
    margin-top: 4%;
    color: #3A2121;
    font-size: calc(14px + 0.3vw);
    font-family: Gilroy-Light;
    line-height: 1.6;
}

a.header-action-btn {
    display: inline-block;
    margin-top: 4%;
    border: none;
    background-color: transparent;
    color: #3A2121;
    font-family: 'Gilroy-Light';
    font-size: calc(14px + 0.3vw);
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s;
}

a.header-action-btn:hover,
a.header-action-btn:focus-visible {
    cursor: pointer;
    color: #B88A69;
}

/*  */

.download-btns {
    display: flex;
    gap: 16px;
    margin-top: 6%;
    flex-wrap: wrap;
}

.download-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Gilroy-Light';
    font-size: calc(14px + 0.2vw);
    transition: all 0.3s ease;
}

.download-btns a.app-store {
    background-color: #3A2121;
    color: #FFF;
    border: 2px solid #3A2121;
}

.download-btns a.app-store:hover {
    background-color: #5a3a3a;
    border-color: #5a3a3a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 33, 33, 0.3);
}

.download-btns a.app-store .original-icon {
    display: none;
}

.download-btns a.app-store .hover-icon {
    display: inline;
}

.download-btns a.play-store {
    background-color: transparent;
    color: #3A2121;
    border: 2px solid #3A2121;
}

.download-btns a.play-store:hover {
    background-color: #3A2121;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 33, 33, 0.3);
}

.download-btns img {
    width: 24px;
    height: 24px;
}
