/* ============================================
   Services Page Styles
   Follows Figma design: node 18-2406
   ============================================ */

/* ---- Service Hero ---- */
.service-hero {
    background: linear-gradient(154deg, #E1A4A0 0%, #000000 39%, #E1A4A0 100%);
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 20px 0;
    position: relative;
    overflow: visible;
}

.service-hero-move{
    min-height: 650px;
}

.service-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1030px;
    width: 100%;
    text-align: center;
}

.service-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 1.1em;
    letter-spacing: -0.05em;
    background: linear-gradient(180deg, #FFFFFF 0%, #E1A4A0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.service-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    max-width: 534px;
    text-align: center;
}

.subtitleairbnb{
    max-width: 800px;
}

/* ---- Service Wide Image ---- */
.service-image-wrap {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: -150px;
    position: relative;
    z-index: 2;
}

.service-wide-image {
    width: 100%;
    max-width: 865px;
    height: 321px;
    object-fit: cover;
    display: block;
}

/* ---- Service Types (Regular + Deep) ---- */
.service-types-section {
    padding: 60px 20px 40px;
}

.service-container {
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
}

.service-type-row {
    display: flex;
    width: 100%;
}

.service-type-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 24px 0;
    border-top: 1px solid #DBE0EC;
}

.service-type-item + .service-type-item {
    padding-left: 24px;
    padding-right: 0;
    border-left: 1px solid #DBE0EC;
}

/* ---- Frequency Options (reused from homepage) ---- */
.service-frequency-section {
    padding: 0 20px;
}

/* ---- Checklist Section ---- */
.checklist-section {
    padding: 24px 20px 0;
    border-top: 1px solid #DBE0EC;
}

.checklist-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.checklist-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #BD7E7B;
    text-align: center;
}

.protocol-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 866px;
}

.protocol-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.protocol-label {
    font-family: 'Geist Mono', monospace;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #BD7E7B;
    text-transform: uppercase;
}

.protocol-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.8px;
    color: #000000;
}

.protocol-text li {
    list-style: none;
    padding: 4px 0;
    padding-left: 20px;
    position: relative;
}

.protocol-text li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #BD7E7B;
    font-size: 20px;
    line-height: 100%;
    top: 2px;
}

/* ---- Service breadcrumb ---- */
.service-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
}

.service-breadcrumb a {
    font-family: 'Geist Mono', monospace;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    text-decoration: none;
}

.service-breadcrumb span {
    font-family: 'Geist Mono', monospace;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .service-title {
        font-size: 56px;
    }

    .service-hero {
        padding: 140px 16px 0;
    }

    .service-image-wrap {
        margin-top: -120px;
    }

    .service-wide-image {
        height: 240px;
    }

    .service-types-section {
        padding: 40px 16px;
    }

    .checklist-section {
        padding: 24px 16px 40px;
    }

    .service-frequency-section {
        padding: 0 16px 40px;
    }
}

@media (max-width: 768px) {
    .service-title {
        font-size: 40px;
        letter-spacing: -0.03em;
    }

    .service-subtitle {
        font-size: 16px;
    }

    .service-hero {
        padding: 120px 16px 0;
        min-height: 480px;
    }

    .service-image-wrap {
        margin-top: -80px;
        padding: 0 16px;
    }

    .service-wide-image {
        height: 200px;
    }

    .service-type-row {
        flex-direction: column;
    }

    .service-type-item + .service-type-item {
        border-left: none;
        border-top: 1px solid #DBE0EC;
        padding-left: 0;
    }

    .checklist-title {
        font-size: 28px;
    }

    .frequency {
        flex-wrap: wrap;
        gap: 24px !important;
    }

    .freq-item {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 480px) {
    .service-title {
        font-size: 32px;
    }

    .freq-item {
        flex: 0 0 100%;
    }
}
