.service-shell {
    position: relative;
    overflow: hidden;
    padding: 72px 0 48px;
    background:
        radial-gradient(circle at top left, rgba(27, 78, 155, 0.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.15), transparent 30%),
        linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.service-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(6px);
    opacity: 0.6;
    animation: serviceFloat 9s ease-in-out infinite;
}

.service-hero-orb--one {
    top: 90px;
    left: -100px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(27, 78, 155, 0.22), rgba(27, 78, 155, 0));
}

.service-hero-orb--two {
    right: -70px;
    bottom: 20px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0));
    animation-delay: -2s;
}

.service-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
    color: #4b5b76;
    font-size: 14px;
    font-weight: 500;
}

.service-breadcrumb a,
.service-breadcrumb strong {
    color: #1b4e9b;
}

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

.service-hero-copy {
    max-width: 640px;
}

.service-eyebrow,
.service-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(27, 78, 155, 0.1);
    color: #1b4e9b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-hero-copy h1,
.service-section-head h2,
.service-panel--content h2 {
    color: #12305f;
    font-weight: 700;
    line-height: 1.08;
}

.service-hero-copy h1 {
    margin: 18px 0 18px;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.service-summary,
.service-panel p,
.service-feature-card p,
.service-timeline-copy p,
.service-faq-answer p,
.service-cta-card p {
    color: #4f5f79;
    font-size: 17px;
    line-height: 1.8;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 26px;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.service-btn:hover {
    transform: translateY(-3px);
}

.service-btn--primary {
    background: linear-gradient(135deg, #1b4e9b, #2c6ad1);
    color: #fff;
    box-shadow: 0 18px 36px rgba(27, 78, 155, 0.22);
}

.service-btn--primary:hover,
.service-btn--primary:focus {
    color: #fff;
}

.service-btn--ghost {
    background: rgba(255, 255, 255, 0.8);
    color: #1b4e9b;
    border: 1px solid rgba(27, 78, 155, 0.14);
}

.service-btn--full {
    width: 100%;
}

.service-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #355178;
    border: 1px solid rgba(27, 78, 155, 0.12);
    box-shadow: 0 10px 25px rgba(11, 35, 73, 0.05);
    font-size: 14px;
    font-weight: 500;
}

.service-hero-visual {
    position: relative;
    padding: 28px;
    border-radius: 32px;
    background: linear-gradient(160deg, rgba(27, 78, 155, 0.12), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(27, 78, 155, 0.1);
    box-shadow: 0 30px 60px rgba(14, 35, 78, 0.14);
}

.service-hero-visual img,
.service-panel--image img {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.service-floating-card {
    position: absolute;
    max-width: 220px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(27, 78, 155, 0.14);
    box-shadow: 0 18px 36px rgba(14, 35, 78, 0.14);
    animation: serviceFloat 8s ease-in-out infinite;
}

.service-floating-card strong,
.service-stat-value,
.service-feature-card h3,
.service-timeline-copy h3,
.service-panel--sticky h3 {
    display: block;
    color: #12305f;
    font-weight: 700;
}

.service-floating-card span {
    color: #55657e;
    font-size: 14px;
    line-height: 1.5;
}

.service-floating-card--top {
    top: -18px;
    right: -14px;
}

.service-floating-card--bottom {
    bottom: -18px;
    left: -16px;
    animation-delay: -3s;
}

.service-stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
}

.service-stat-card,
.service-panel,
.service-feature-card,
.service-faq-item {
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(27, 78, 155, 0.08);
    box-shadow: 0 22px 50px rgba(14, 35, 78, 0.08);
}

.service-stat-card {
    padding: 24px;
}

.service-stat-value {
    margin-bottom: 8px;
    font-size: 28px;
}

.service-stat-card p {
    margin: 0;
    color: #5f6e85;
}

.service-section {
    padding: 40px 0 80px;
    background: #ffffff;
}

.service-section--overview {
    padding-top: 24px;
}

.service-section--timeline {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.service-panel {
    padding: 34px;
    height: 100%;
}

.service-panel--content h2 {
    margin: 18px 0 18px;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.service-panel--content p + p {
    margin-top: 16px;
}

.service-section-head {
    max-width: 700px;
    margin-bottom: 30px;
}

.service-section-head h2 {
    margin-top: 18px;
    font-size: clamp(2rem, 3.6vw, 3rem);
}

.service-feature-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-feature-card::before {
    content: '';
    position: absolute;
    inset: auto -30px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(27, 78, 155, 0.12), rgba(27, 78, 155, 0));
}

.service-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(14, 35, 78, 0.12);
}

.service-feature-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(27, 78, 155, 0.12), rgba(44, 106, 209, 0.18));
    color: #1b4e9b;
    font-size: 26px;
}

.service-feature-card h3,
.service-timeline-copy h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.service-timeline {
    display: grid;
    gap: 18px;
}

.service-timeline-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 22px;
    align-items: start;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(27, 78, 155, 0.08);
    box-shadow: 0 16px 40px rgba(14, 35, 78, 0.08);
}

.service-timeline-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 26px;
    background: linear-gradient(135deg, #1b4e9b, #4b8cff);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(27, 78, 155, 0.22);
}

.service-faq-list {
    display: grid;
    gap: 16px;
}

.service-faq-item {
    overflow: hidden;
}

.service-faq-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 26px;
    background: transparent;
    border: 0;
    color: #12305f;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.service-faq-button i {
    color: #1b4e9b;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.service-faq-button.is-open i {
    transform: rotate(45deg);
}

.service-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

.service-faq-answer.is-open {
    max-height: 220px;
    padding-bottom: 24px;
}

.service-panel--sticky {
    position: sticky;
    top: 108px;
}

.service-link-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.service-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #f6f9ff;
    color: #29456c;
    border: 1px solid rgba(27, 78, 155, 0.1);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.service-link-item:hover,
.service-link-item.is-current {
    background: linear-gradient(135deg, #1b4e9b, #2b67ca);
    color: #fff;
    transform: translateX(4px);
}

.service-cta-card {
    margin-top: 22px;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(160deg, #12305f, #1b4e9b);
}

.service-cta-card p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.86);
}

.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.reveal-delay-3 {
    transition-delay: 0.24s;
}

@keyframes serviceFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1199px) {
    .service-floating-card {
        position: static;
        max-width: none;
        margin-top: 18px;
    }

    .service-panel--sticky {
        position: static;
    }
}

@media (max-width: 991px) {
    .service-shell {
        padding-top: 52px;
    }

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

    .service-section {
        padding: 30px 0 64px;
    }
}

@media (max-width: 767px) {
    .service-hero-copy h1 {
        max-width: none;
    }

    .service-hero-visual,
    .service-panel,
    .service-feature-card,
    .service-timeline-item,
    .service-stat-card,
    .service-faq-button,
    .service-faq-answer {
        border-radius: 20px;
    }

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

    .service-timeline-index {
        width: 72px;
        height: 72px;
        border-radius: 22px;
        font-size: 24px;
    }

    .service-summary,
    .service-panel p,
    .service-feature-card p,
    .service-timeline-copy p,
    .service-faq-answer p,
    .service-cta-card p {
        font-size: 16px;
    }
}
