/* =============================================
   FUELING THE GROWING BODY - SERVICE PAGE STYLES
   FULLY RESPONSIVE
   ============================================= */

/* Page Header / Hero Section - Centered */
.service-page-header {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #021936 0%, #0a2a4a 100%);
    overflow: hidden;
    text-align: center;
}

.service-page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
}

.service-page-header__title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.service-page-header__subtitle {
    font-size: 18px;
    color: #cbd5e0;
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.service-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.service-breadcrumb li {
    color: #0EBD66;
    font-size: 14px;
}

.service-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-breadcrumb li a:hover {
    color: #0EBD66;
}

/* Service Overview Section */
.service-overview {
    padding: 80px 0;
    background: #ffffff;
}

.service-overview__content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.section-tag {
    color: #0EBD66;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title {
    color: #1a202c;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.section-text {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.7;
}

/* Two Column Layout */
.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.two-column-layout--reverse {
    flex-direction: row-reverse;
}

.two-column-layout__image {
    flex: 1;
}

.two-column-layout__image img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.two-column-layout__content {
    flex: 1;
}

.two-column-layout__title {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.two-column-layout__text {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* What It Analyzes Grid */
.analyze-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.analyze-card {
    flex: 1;
    min-width: calc(33.33% - 20px);
    background: #f8fafc;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.analyze-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #0EBD66;
}

.analyze-card__icon {
    width: 70px;
    height: 70px;
    background: #0EBD66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.analyze-card__icon i {
    font-size: 32px;
    color: #ffffff;
}

.analyze-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.analyze-card__text {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background: #f8fafc;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}

.benefit-card {
    flex: 1;
    min-width: calc(33.33% - 17px);
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.benefit-card__icon i {
    font-size: 45px;
    color: #0EBD66;
    margin-bottom: 20px;
    display: inline-block;
}

.benefit-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.benefit-card__text {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

/* Who It's For Section */
.whofor-section {
    padding: 80px 0;
    background: #ffffff;
}

.audience-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}

.audience-card {
    flex: 1;
    min-width: calc(25% - 19px);
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.audience-card:hover {
    transform: translateY(-5px);
    border-color: #0EBD66;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.audience-card__icon i {
    font-size: 45px;
    color: #0EBD66;
    margin-bottom: 20px;
    display: inline-block;
}

.audience-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a202c;
}

.audience-card__goal {
    color: #0EBD66;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.audience-card__text {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #0EBD66 0%, #0a9e55 100%);
    text-align: center;
}

.cta-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.cta-section__text {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    background: #ffffff;
    color: #0EBD66;
    padding: 14px 35px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #ffffff;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}

.faq-item {
    flex: 1;
    min-width: calc(50% - 12.5px);
    background: #f8fafc;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-question i {
    color: #0EBD66;
    font-size: 20px;
}

.faq-answer {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1199px) {
    .service-page-header__title { font-size: 44px; }
    .section-title { font-size: 32px; }
    .two-column-layout__title { font-size: 26px; }
    .cta-section__title { font-size: 32px; }
}

@media (max-width: 991px) {
    .service-page-header { padding: 80px 0; }
    .service-page-header__title { font-size: 38px; }
    .service-overview { padding: 60px 0; }
    .section-title { font-size: 28px; }
    .two-column-layout, .two-column-layout--reverse { flex-direction: column; }
    .analyze-card { min-width: calc(50% - 15px); }
    .benefit-card { min-width: calc(50% - 13px); }
    .audience-card { min-width: calc(50% - 13px); }
    .faq-item { min-width: 100%; }
    .cta-section { padding: 50px 0; }
    .cta-section__title { font-size: 28px; }
}

@media (max-width: 767px) {
    .service-page-header { padding: 60px 0; }
    .service-page-header__title { font-size: 32px; }
    .service-page-header__subtitle { font-size: 16px; }
    .section-title { font-size: 24px; }
    .two-column-layout__title { font-size: 22px; }
    .analyze-card { min-width: 100%; }
    .benefit-card { min-width: 100%; }
    .audience-card { min-width: 100%; }
    .faq-question { font-size: 16px; }
}

@media (max-width: 575px) {
    .service-page-header__title { font-size: 28px; }
    .service-breadcrumb { font-size: 12px; }
    .analyze-card { padding: 20px; }
    .analyze-card__icon { width: 55px; height: 55px; }
    .analyze-card__icon i { font-size: 25px; }
    .cta-btn { padding: 12px 25px; font-size: 14px; }
}