/* HOME PAGE STYLES */

.hero-section__intro {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-neutral-900);
    max-width: 800px;
    margin: 0 auto 1.0625rem;
    text-align: justify;
}

@media (min-width: 1024px) {
    .hero-section__intro {
        font-size: 1.125rem;
    }
}

/* Service Overview Section */
.service-overview-section {
    padding: 2rem 0;
    background-color: var(--color-neutral-50);
    position: relative;
    z-index: 2;
}

.service-overview-section__content {
    margin: 0 auto;
}

.service-overview-section__content p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-neutral-900);
    margin-bottom: 1.5rem;
    text-align: justify;
}

.service-overview-section__benefits {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-overview-section__benefits li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--color-neutral-800);
}

.service-overview-section__benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary-500);
    font-weight: bold;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .service-overview-section {
        padding: 3rem 0;
    }
}

@media (min-width: 1024px) {
    .service-overview-section {
        padding: 4rem 0;
    }
}

/* Thai Massage Education Section */
.thai-massage-education-section {
    padding: 3rem 0;
    background-color: var(--color-neutral-50);
}

.thai-massage-education-section__content {
    margin: 0 auto;
}

.thai-massage-education-section__content h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-primary-500);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.thai-massage-education-section__content h3:first-of-type {
    margin-top: 0;
}

.thai-massage-education-section__content p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-neutral-900);
    margin-bottom: 1.5rem;
    text-align: justify;
}

.thai-massage-education-section__benefits {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.thai-massage-education-section__benefits li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--color-neutral-800);
}

.thai-massage-education-section__benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary-500);
    font-weight: bold;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .thai-massage-education-section {
        padding: 5rem 0;
    }
    .thai-massage-education-section__content h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .thai-massage-education-section {
        padding: 6rem 0;
    }
    .thai-massage-education-section__content h3 {
        font-size: 2rem;
    }
}

/* Spa Discovery Section */
.spa-discovery-section {
    padding: 3rem 0;
    background-color: var(--color-neutral-50);
}

.spa-discovery-section h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-primary-500);
    margin-bottom: 2rem;
    text-align: center;
}

.spa-discovery-section__card {
    margin-bottom: 1.5rem;
    border: none;
    background-color: var(--color-neutral-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spa-discovery-section__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.spa-discovery-section__icon-placeholder {
    font-size: 2.5rem;
    color: var(--color-primary-500);
    margin-bottom: 1rem;
    text-align: center;
}

.spa-discovery-section__card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--color-primary-500);
    margin-bottom: 0.75rem;
    text-align: center;
}

.spa-discovery-section__card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-neutral-800);
    text-align: center;
}

@media (min-width: 768px) {
    .spa-discovery-section {
        padding: 4rem 0;
    }
    .spa-discovery-section h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .spa-discovery-section {
        padding: 5rem 0;
    }
}
