/* ================================
   SINGLE SERVICE STYLES
   ================================ */

/* Service Hero Section */
.service-hero {
    background: var(--color-bg);
    padding-top: 120px !important;
    padding-bottom: 0px !important;
}

.service-hero-content {
    max-width: 846px;
    margin: 0 auto;
    text-align: left;
}

.service-breadcrumbs {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 23px;
    max-width: 846px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-separator svg {
    display: block;
}

.service-breadcrumbs a {
    color: var(--color-secondary);
    text-decoration: none;
    transition: var(--transition);
}

.service-breadcrumbs a:hover {
    opacity: 0.8;
}

.breadcrumb-separator {
    color: var(--color-secondary);
}

.current-service {
    color: var(--color-secondary);
}

.service-hero-content {
    max-width: 846px;
    margin: 0 auto;
    text-align: left;
}

.service-title {
    font-family: var(--font-logo);
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.service-description {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #EEEEEE;
}

/* Service Content Section */
.service-content-section {
    background: var(--color-bg);
    padding-top: 0px !important;
    padding-bottom: 220px !important;
}

.service-content-wrapper {
    max-width: 846px;
    margin: 0 auto;
}

/* Text Editor Content */
.service-text-content {
    margin: 40px 0;
}

/* Article Quote override - add border-left like blockquote */
.service-content-wrapper .article-quote {
    background: #4E30B3;
    border-radius: 20px;
    padding: 40px;
    margin: 56px 0;
    border-left: 12px solid var(--color-secondary);
    display: block;
}

.service-content-wrapper .article-quote-line {
    display: none;
}

.service-content-wrapper .article-quote-text {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}

/* Blockquote from WYSIWYG */
.service-content-wrapper blockquote {
    background: #4E30B3;
    border-radius: 20px;
    padding: 40px;
    margin: 56px 0;
    border-left: 12px solid var(--color-secondary);
}

.service-content-wrapper blockquote p {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}

.service-text-content p {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #EEEEEE;
    margin-bottom: 30px;
}

.service-text-content h2 {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 48px;
    margin-bottom: 24px;
}

.service-text-content h3 {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 48px;
    margin-bottom: 24px;
}

.service-text-content ul,
.service-text-content ol {
    font-family: var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #EEEEEE;
    margin: 24px 0;
    padding-left: 40px;
}

.service-text-content li {
    margin-bottom: 12px;
    padding-left: 8px;
}

.service-text-content li::marker {
    color: var(--color-secondary);
}

/* Benefits Cards Section */
.service-benefits-section {
    margin: 60px auto;
    max-width: 100%;
}

.service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-benefit-card {
    background: #4E30B3;
    border-radius: 20px;
    padding: 40px 40px 86px 40px;
}

.benefit-card-title {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.benefit-card-description {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #EEEEEE;
    margin: 0;
}

/* FAQ Section */
.service-faq-section {
    margin: 60px auto;
    max-width: 846px;
}

.faq-heading {
    font-family: 'Clash Grotesk Display', var(--font-logo);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: transparent;
    /*border-bottom: 2px solid rgba(255, 255, 255, 0.2);*/
    padding-bottom: 0px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 24px 0;
}

.faq-question span {
    font-family: 'Satoshi', var(--font-menu);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    flex: 1;
    padding-right: 20px;
}

.faq-toggle {
    background: var(--color-secondary);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
    color: #FFFFFF;
}

.faq-toggle svg {
    transition: transform 0.3s ease;
}

.faq-item.faq-open .faq-toggle svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.faq-open .faq-answer {
    max-height: 1000px;
}

.faq-answer-content {
    padding: 0 0 80px 0;
    font-family: 'Satoshi', var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #EEEEEE;
}

.faq-answer-content p {
    font-family: 'Satoshi', var(--font-menu);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #EEEEEE;
    margin-bottom: 30px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content br + br {
    display: block;
    content: "";
    margin-bottom: 30px;
}

/* ================================
   RESPONSIVE - TABLET
   ================================ */

@media (max-width: 1024px) {
    .service-hero {
        padding-top: 100px !important;
    }
    
    .service-breadcrumbs {
        margin-bottom: 32px;
    }
    
    .service-title {
        margin-bottom: 28px;
    }
    
    .service-content-section {
        padding-bottom: 160px !important;
    }
    
    .service-title {
        font-size: 56px;
        line-height: 56px;
    }
    
    .service-description {
        font-size: 20px;
        line-height: 28px;
    }
    
    .service-quote {
        padding: 32px;
    }
    
    .service-quote-text {
        font-size: 20px;
        line-height: 28px;
    }
    
    .service-text-content p {
        font-size: 20px;
        line-height: 28px;
    }
    
    .service-text-content h2 {
        font-size: 36px;
        line-height: 44px;
    }
    
    .service-text-content h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .service-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .faq-heading {
        font-size: 42px;
        line-height: 44px;
    }
    
    .faq-question span {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ================================
   RESPONSIVE - MOBILE
   ================================ */

@media (max-width: 768px) {
    .service-hero {
        padding-top: 80px !important;
    }
    
    .service-breadcrumbs {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .service-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    
    .service-content-section {
        padding-bottom: 120px !important;
    }
    
    .service-description {
        font-size: 18px;
        line-height: 26px;
    }
    
    .service-quote {
        padding: 24px;
        gap: 16px;
    }
    
    .service-quote-line {
        width: 8px;
    }
    
    .service-quote-text {
        font-size: 18px;
        line-height: 26px;
    }
    
    .service-text-content p,
    .service-text-content ul,
    .service-text-content ol {
        font-size: 18px;
        line-height: 26px;
    }
    
    .service-text-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .service-text-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .service-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .service-benefit-card {
        padding: 32px 32px 64px 32px;
    }
    
    .benefit-card-title {
        font-size: 26px;
        line-height: 34px;
    }
    
    .benefit-card-description {
        font-size: 18px;
        line-height: 26px;
    }
    
    .faq-heading {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 32px;
    }
    
    .faq-question span {
        font-size: 22px;
        line-height: 30px;
    }
    
    .faq-toggle {
        width: 40px;
        height: 40px;
    }
    
    .faq-answer-content p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .service-hero {
        padding-top: 60px !important;
    }
    
    .service-breadcrumbs {
        font-size: 14px;
        gap: 8px;
        margin-bottom: 20px;
    }
    
    .service-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    
    .service-content-section {
        padding-bottom: 80px !important;
    }
    
    .service-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .service-quote {
        padding: 20px;
    }
    
    .service-quote-text,
    .service-text-content p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .benefit-card-title {
        font-size: 22px;
        line-height: 30px;
    }
    
    .benefit-card-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .faq-heading {
        font-size: 32px;
        line-height: 36px;
    }
    
    .faq-question span {
        font-size: 20px;
        line-height: 28px;
    }
}