/* Service landing page styles */

/* Shared icon utilities */
.icon-svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.service-icon-box,
.hub-icon-box,
.related-icon-box,
.location-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(239, 94, 37, 0.2) 0%, rgba(239, 94, 37, 0.08) 100%);
    border: 1px solid rgba(239, 94, 37, 0.35);
    color: var(--primary-orange);
    margin-bottom: 16px;
}

.service-icon-box .icon-svg,
.hub-icon-box .icon-svg,
.related-icon-box .icon-svg,
.location-icon-box .icon-svg {
    width: 28px;
    height: 28px;
}

.service-hero-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.service-hero-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(239, 94, 37, 0.25) 0%, rgba(239, 94, 37, 0.1) 100%);
    border: 2px solid rgba(239, 94, 37, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
    box-shadow: 0 8px 32px rgba(239, 94, 37, 0.2);
}

.service-hero-icon .icon-svg {
    width: 40px;
    height: 40px;
}

.service-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(239, 94, 37, 0.15);
    border: 1px solid rgba(239, 94, 37, 0.3);
    color: var(--primary-orange);
    margin-bottom: 12px;
}

.section-icon-badge svg {
    width: 22px;
    height: 22px;
}

.service-section-header--light .section-icon-badge {
    background: rgba(239, 94, 37, 0.1);
}

.card-arrow {
    width: 20px;
    height: 20px;
    color: var(--primary-orange);
    margin-top: auto;
    transition: transform 0.2s ease;
}

/* Hero */
.service-page .service-hero {
    padding: 120px 20px 80px;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-page .service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(239, 94, 37, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.service-page .service-hero .container {
    position: relative;
    z-index: 1;
}

.service-page .breadcrumb {
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
}

.service-page .breadcrumb a {
    color: var(--primary-orange);
    text-decoration: none;
}

.service-page .breadcrumb a:hover {
    text-decoration: underline;
}

.service-page .breadcrumb span {
    margin: 0 8px;
}

.service-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.2;
}

.service-hero-subtitle {
    font-size: 1.15rem;
    color: #ccc;
    margin-bottom: 12px;
}

.service-hero-text {
    font-size: 1.1rem;
    color: #999;
    max-width: 720px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.service-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-hero-actions .cta-button {
    margin-bottom: 0;
}

.service-hero-actions .secondary-button {
    margin-bottom: 0;
    border-radius: 8px;
}

.service-pillar-badge {
    display: inline-block;
    background: var(--primary-orange);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
}

/* Intro */
.service-intro {
    padding: 80px 20px;
    background: var(--white);
}

.service-intro-content {
    max-width: 800px;
    margin: 0 auto;
}

.service-intro-content h2 {
    font-size: 2rem;
    color: var(--charcoal);
    margin-bottom: 24px;
    text-align: center;
}

.service-intro-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 16px;
}

.service-pillar-callout {
    background: var(--light-grey);
    border-left: 4px solid var(--primary-orange);
    padding: 20px 24px;
    margin: 32px auto;
    max-width: 800px;
    border-radius: 0 8px 8px 0;
}

.service-pillar-callout p {
    margin: 0;
    color: var(--text-dark);
    font-size: 1rem;
}

.service-pillar-callout a {
    color: var(--primary-orange);
    font-weight: 600;
    text-decoration: none;
}

.service-pillar-callout a:hover {
    text-decoration: underline;
}

/* Capabilities */
.service-capabilities {
    padding: 80px 20px;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
}

.service-section-title {
    color: var(--white) !important;
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
}

.service-section-header--light .service-section-title {
    color: var(--charcoal) !important;
}

.service-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.service-capability-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: var(--transition);
}

.service-capability-item:hover {
    border-color: rgba(239, 94, 37, 0.4);
    background: rgba(239, 94, 37, 0.06);
}

.capability-icon-wrap {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(239, 94, 37, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
}

.capability-icon {
    width: 22px;
    height: 22px;
}

/* Areas */
.service-areas {
    padding: 80px 20px;
    background: var(--light-grey);
}

.service-areas-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.service-areas-content p {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 32px;
}

.service-areas-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.service-area-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--white);
    color: var(--charcoal);
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid #ddd;
    transition: var(--transition);
    font-size: 0.95rem;
    font-weight: 500;
}

.service-area-chip .chip-icon {
    width: 16px;
    height: 16px;
    color: var(--primary-orange);
}

.service-area-chip:hover {
    background: var(--primary-orange);
    color: var(--white);
    border-color: var(--primary-orange);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 94, 37, 0.3);
}

.service-area-chip:hover .chip-icon {
    color: var(--white);
}

.service-area-chip--plain {
    cursor: default;
}

/* Trust */
.service-trust {
    padding: 80px 20px;
    background: var(--white);
}

.service-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-trust-item {
    background: var(--light-grey);
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid transparent;
    transition: var(--transition);
}

.service-trust-item:hover {
    border-color: rgba(239, 94, 37, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.trust-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(239, 94, 37, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    color: var(--primary-orange);
}

.trust-icon {
    width: 24px;
    height: 24px;
}

.service-trust-item strong {
    display: block;
    color: var(--charcoal);
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.service-trust-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* FAQ */
.service-page .service-faq .faq-item-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.service-page .service-faq .faq-icon {
    width: 22px;
    height: 22px;
    color: var(--primary-orange);
    flex-shrink: 0;
    margin-top: 2px;
}

.service-page .service-faq .faq-question {
    margin: 0;
}

/* Related services */
.service-related {
    padding: 60px 20px 80px;
    background: var(--charcoal);
    text-align: center;
}

.service-related .service-section-title {
    color: var(--white) !important;
    margin-bottom: 32px;
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.service-related-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: var(--transition);
}

.service-related-card .related-icon-box {
    margin-bottom: 12px;
    background: rgba(239, 94, 37, 0.15);
    border-color: rgba(239, 94, 37, 0.3);
}

.service-related-card .related-card-title {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.service-related-card .card-arrow {
    color: rgba(255, 255, 255, 0.6);
}

.service-related-card:hover {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(239, 94, 37, 0.35);
}

.service-related-card:hover .card-arrow {
    color: var(--white);
    transform: translateX(4px);
}

.service-related-card--pillar {
    border-color: rgba(239, 94, 37, 0.5);
    border-width: 2px;
}

.service-related-card--pillar .related-card-title {
    font-weight: 600;
}

.service-page .service-faq {
    padding: 80px 20px;
}

.service-contact .service-contact-content {
    max-width: 900px;
    margin: 0 auto;
}

.service-page .nav-brand {
    display: flex;
    align-items: center;
}

/* Services hub index page */
.services-hub-hero {
    padding: 120px 20px 60px;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
    text-align: center;
    position: relative;
}

.services-hub-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(239, 94, 37, 0.1) 0%, transparent 55%);
    pointer-events: none;
}

.services-hub-hero .container {
    position: relative;
    z-index: 1;
}

.services-hub-hero-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hub-hero-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    margin-bottom: 0;
}

.hub-hero-icon-box .icon-svg {
    width: 36px;
    height: 36px;
}

.services-hub-title {
    font-size: clamp(2rem, 5vw, 2.75rem);
    color: var(--white);
    margin-bottom: 16px;
}

.services-hub-subtitle {
    color: #999;
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-hub-section {
    padding: 60px 20px;
}

.services-hub-section.pillars {
    background: var(--white);
}

.services-hub-section.supporting {
    background: var(--light-grey);
}

.services-hub-section h2 {
    text-align: center;
    font-size: 1.75rem;
    color: var(--charcoal);
    margin-bottom: 12px;
}

.services-hub-section .section-desc {
    text-align: center;
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.services-hub-card {
    background: var(--white);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px;
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-hub-card--pillar {
    border-color: var(--primary-orange);
    border-width: 2px;
}

.services-hub-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-orange);
}

.services-hub-card:hover .card-arrow {
    transform: translateX(4px);
}

.services-hub-card h3 {
    color: var(--primary-orange);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.services-hub-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 12px;
    flex: 1;
}

.services-hub-card .hub-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-orange);
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .service-page .service-hero,
    .services-hub-hero {
        padding: 100px 16px 60px;
    }

    .service-hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .service-intro,
    .service-capabilities,
    .service-areas,
    .service-trust,
    .service-page .service-faq {
        padding: 60px 16px;
    }

    .service-related-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .service-related-grid {
        grid-template-columns: 1fr;
    }
}
