.care-page {
    background: #f8f1e9;
    color: #3c3028;
}

/* =================================
   HEADER
================================= */

.care-page .site-header {
    position: absolute;
    z-index: 20;
    width: 100%;
    background: rgba(248, 241, 233, 0.96);
}

.care-nav {
    width: min(1380px, 92%);
    min-height: 108px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.care-nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.care-nav-links a {
    color: #564638;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* =================================
   HERO
================================= */

.care-hero {
    position: relative;
    isolation: isolate;
    min-height: 790px;
    display: flex;
    align-items: flex-end;
    padding: 170px 6vw 85px;
    overflow: hidden;
    background: #352319;
    color: #fffaf4;
}

/* Στο PC η φωτογραφία καταλαμβάνει μεγαλύτερο τμήμα του hero */
.care-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    background: url("../el/image7 (1).jpeg") center 70% / cover no-repeat;
}

/* Ομαλή ένωση ανάμεσα στο καφέ φόντο και τη φωτογραφία */
.care-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(53, 35, 25, 1) 0%,
        rgba(53, 35, 25, 1) 52%,
        rgba(53, 35, 25, 0.72) 60%,
        rgba(53, 35, 25, 0.10) 77%,
        rgba(53, 35, 25, 0) 100%
    );
    pointer-events: none;
}

.care-hero-content {
    position: relative;
    z-index: 1;
    width: min(760px, 52vw);
    max-width: 760px;
}

.care-hero h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(72px, 8vw, 126px);
    font-weight: 400;
    line-height: 0.84;
}

.care-hero h1 em {
    display: block;
    color: #d1a66f;
    font-family: inherit;
    font-weight: 400;
    font-style: italic;
}

.care-hero p {
    max-width: 670px;
    margin: 35px 0 0;
    color: rgba(255, 250, 244, 0.94);
    font-size: 15px;
    line-height: 1.9;
    text-shadow: 0 2px 12px rgba(24, 14, 9, 0.38);
}

/* =================================
   LABELS ΣΤΟ ΚΕΝΤΡΟ ΜΕ 2 ΓΡΑΜΜΕΣ
================================= */

.care-page .care-eyebrow,
.care-page .section-label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    margin: 0 auto 25px !important;
    color: #b68142;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.care-page .care-eyebrow::before,
.care-page .care-eyebrow::after,
.care-page .section-label::before,
.care-page .section-label::after {
    content: "" !important;
    display: block !important;
    flex: 0 0 50px;
    width: 50px !important;
    height: 1px !important;
    margin: 0 !important;
    background: #b68142 !important;
}

/* =================================
   GENERAL SECTIONS
================================= */

.care-section {
    padding: 115px 0;
}

.care-container {
    width: min(1180px, 88%);
    margin: auto;
}

/* =================================
   INTRO
================================= */

.care-intro {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.care-intro > *,
.care-process > * {
    min-width: 0;
}

.care-title,
.care-title em {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 400 !important;
}

.care-title {
    margin: 0;
    color: #3c3028;
    font-size: clamp(45px, 5vw, 70px);
    font-style: normal !important;
    line-height: 1;
}

.care-title em {
    color: #aa7a3f !important;
    font-style: italic !important;
}

.care-copy p {
    margin: 0 0 22px;
    color: #6b5b4e;
    font-size: 14px;
    line-height: 1.95;
}

/* =================================
   FEATURES
================================= */

.care-features {
    background: #eadbcd;
}

.care-features-header {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.care-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.care-card {
    padding: 36px 30px;
    border: 1px solid rgba(143, 98, 47, 0.22);
    background: rgba(255, 250, 244, 0.5);
}

.care-number {
    display: block;
    margin-bottom: 28px;
    color: #aa7a3f;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
}

.care-card h3 {
    margin: 0 0 13px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 29px;
    font-weight: 500;
}

.care-card p {
    margin: 0;
    color: #6b5b4e;
    font-size: 13px;
    line-height: 1.8;
}

/* =================================
   PROCESS
================================= */

.care-process {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 90px;
    align-items: start;
}

.care-steps {
    display: grid;
    gap: 32px;
}

.care-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(143, 98, 47, 0.2);
}

.care-step > span {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #aa7a3f;
    border-radius: 50%;
    color: #aa7a3f;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}

.care-step h3 {
    margin: 0 0 8px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    font-weight: 500;
}

.care-step p {
    margin: 0;
    color: #6b5b4e;
    font-size: 13px;
    line-height: 1.8;
}

/* =================================
   CTA
================================= */

.care-cta {
    padding: 100px 0;
    text-align: center;
    background: #665444;
    color: #fffaf4;
}

.care-cta h2 {
    max-width: 850px;
    margin: auto;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(45px, 6vw, 76px);
    font-weight: 400;
    line-height: 1;
}

.care-cta p {
    max-width: 650px;
    margin: 25px auto 35px;
    color: rgba(255, 250, 244, 0.78);
    font-size: 14px;
    line-height: 1.8;
}

.care-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 56px;
    padding: 0 30px;
    border: 1px solid #c79a61;
    background: #c79a61;
    color: #302319;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* =================================
   FOOTER
================================= */

.care-footer {
    padding: 35px 0;
    text-align: center;
    background: #e9dacb;
    color: #5e4b3d;
    font-size: 11px;
}

/* =================================
   SMALL DESKTOP / LAPTOP
================================= */

@media (min-width: 1181px) and (max-width: 1366px) {
    .care-nav {
        min-height: 96px;
    }

    .care-hero {
        min-height: 700px;
        padding: 150px 7vw 75px;
    }

    .care-hero-content {
        width: min(720px, 52vw);
    }

    .care-hero h1 {
        font-size: clamp(72px, 8.5vw, 112px);
    }
}

/* =================================
   TABLET / iPAD
================================= */

@media (min-width: 621px) and (max-width: 1180px) {
    .care-nav {
        min-height: 88px;
    }

    .care-nav-links {
        display: none;
    }

    .care-hero {
        min-height: clamp(650px, 74svh, 820px);
        align-items: center;
        padding: 145px 8vw 80px;
        background: #352319;
    }

    .care-hero::before {
        width: 100%;
        background-position: center 66%;
    }

    .care-hero::after {
        background: linear-gradient(
            90deg,
            rgba(48, 31, 22, 0.78) 0%,
            rgba(48, 31, 22, 0.58) 52%,
            rgba(48, 31, 22, 0.18) 100%
        );
    }

    .care-hero-content {
        width: min(650px, 82vw);
        max-width: 650px;
    }

    .care-hero h1 {
        font-size: clamp(72px, 12vw, 108px);
    }

    .care-hero p {
        max-width: 580px;
        font-size: 14px;
    }

    .care-intro,
    .care-process {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .care-title {
        max-width: 720px;
        margin-inline: auto;
        font-size: clamp(48px, 6.2vw, 64px) !important;
        line-height: 0.98;
        text-align: center;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .care-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .care-page .care-eyebrow,
    .care-page .section-label {
        gap: 15px;
    }

    .care-page .care-eyebrow::before,
    .care-page .care-eyebrow::after,
    .care-page .section-label::before,
    .care-page .section-label::after {
        flex-basis: 40px;
        width: 40px !important;
    }
}

/* iPad σε οριζόντια προβολή */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .care-hero {
        min-height: 620px;
        align-items: flex-end;
        padding: 145px 7vw 70px;
    }

    .care-hero-content {
        width: min(650px, 66vw);
    }

    .care-hero h1 {
        font-size: clamp(70px, 9vw, 102px);
    }
}

/* =================================
   MOBILE
================================= */

@media (max-width: 620px) {
    .care-nav {
        min-height: 85px;
    }

    .care-nav-links {
        display: none;
    }

    .care-hero {
        min-height: 690px;
        align-items: flex-end;
        padding: 135px 7% 58px;
        background: #352319;
    }

    .care-hero::before {
        width: 100%;
        background-position: center 45%;
    }

    .care-hero::after {
        background: linear-gradient(
            180deg,
            rgba(48, 31, 22, 0.18) 0%,
            rgba(48, 31, 22, 0.35) 45%,
            rgba(48, 31, 22, 0.76) 100%
        );
    }

    .care-hero-content {
        width: 100%;
        max-width: none;
    }

    .care-hero h1 {
        font-size: clamp(58px, 18vw, 80px);
        line-height: 0.86;
    }

    .care-hero p {
        margin-top: 28px;
        font-size: 13px;
        line-height: 1.75;
    }

    .care-section {
        padding: 80px 0;
    }

    .care-container {
        width: min(88%, 520px);
    }

    .care-intro,
    .care-process {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .care-grid {
        grid-template-columns: 1fr;
    }

    .care-card {
        padding: 30px 24px;
    }

    .care-page .care-eyebrow,
    .care-page .section-label {
        gap: 10px;
        font-size: 9px;
        letter-spacing: 2px;
        white-space: normal;
    }

    .care-page .care-eyebrow::before,
    .care-page .care-eyebrow::after,
    .care-page .section-label::before,
    .care-page .section-label::after {
        flex-basis: 27px;
        width: 27px !important;
    }

    .care-title {
        font-size: clamp(42px, 13vw, 58px);
        text-align: center;
    }

    .care-step {
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .care-step > span {
        width: 44px;
        height: 44px;
    }
}
