body.service-page {
    background:
        radial-gradient(circle at top center, rgba(0, 204, 197, 0.10), transparent 38%),
        linear-gradient(180deg, #f6e7d2 0%, #fbf6ee 52%, #ffffff 100%);
    min-height: 100vh;
}

.service-page .header {
    background: rgba(246, 231, 210, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    z-index: 20;
}

.service-page .logo {
    width: 250px;
    max-width: 100%;
}

.service-page .navbar {
    min-height: 74px;
}

.service-shell {
    padding: 170px 0 90px 0;
}

.service-page-wrap {
    position: relative;
}

.service-page-wrap::before,
.service-page-wrap::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.service-page-wrap::before {
    width: 420px;
    height: 420px;
    top: -70px;
    right: 30px;
    background: radial-gradient(circle, rgba(210, 187, 163, 0.45) 0%, rgba(210, 187, 163, 0) 68%);
}

.service-page-wrap::after {
    width: 260px;
    height: 260px;
    left: -80px;
    top: 260px;
    background: radial-gradient(circle, rgba(0, 204, 197, 0.12) 0%, rgba(0, 204, 197, 0) 70%);
}

.service-hero {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 34px;
}

.service-hero-main,
.service-hero-side,
.service-card,
.service-link-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
}

.service-hero-main {
    border-radius: 36px;
    padding: 42px 44px;
}

.service-hero-side {
    border-radius: 36px;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 100%),
        radial-gradient(circle at top right, rgba(0, 204, 197, 0.12), transparent 55%);
}

.service-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000047;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
}

.service-back-link:hover {
    color: #00ccc5;
    text-decoration: none;
}

.service-eyebrow {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7c7c7c;
    font-weight: 600;
    font-size: 14px;
}

.service-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -1.8px;
    margin: 0 0 18px 0;
    color: #000047;
}

.service-hero-copy {
    font-size: 18px;
    line-height: 1.85;
    max-width: 780px;
    color: #4d5363;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.service-actions .create-btn {
    border-radius: 999px;
    padding: 16px 28px;
    min-width: 220px;
}

.service-outline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 26px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.88);
}

.service-outline-link:hover {
    color: #000000;
    text-decoration: none;
    border-color: #00ccc5;
    box-shadow: 0 12px 32px rgba(0, 204, 197, 0.12);
}

.service-side-kicker {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #7f7f7f;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 14px;
}

.service-side-value {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #000047;
    margin-bottom: 10px;
}

.service-side-copy {
    color: #4c5463;
    line-height: 1.8;
    font-size: 15px;
}

.service-mini-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.service-mini-item {
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(246, 231, 210, 0.66);
    color: #000047;
    font-weight: 600;
    line-height: 1.5;
}

.service-mini-item strong {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00a8a2;
    margin-bottom: 4px;
}

.service-service-list,
.service-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.service-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-link-card,
.service-card {
    border-radius: 32px;
    padding: 30px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-link-card:hover,
.service-card:hover {
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(0, 204, 197, 0.32);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.08);
}

.service-link-card h2,
.service-card h2,
.service-card h3 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 12px 0;
    color: #000047;
}

.service-link-card p,
.service-card p,
.service-card li {
    color: #525866;
    line-height: 1.82;
    font-size: 16px;
}

.service-link-card p:last-of-type,
.service-card p:last-of-type {
    margin-bottom: 0;
}

.service-link-card .service-link-arrow {
    display: inline-block;
    margin-top: 18px;
    color: #00bcb6;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.service-card ul {
    padding-left: 20px;
    margin: 0;
}

.service-section-title {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.service-section-title h2 {
    font-size: 34px;
    margin: 0;
}

.service-section-title p {
    margin: 10px 0 0 0;
    color: #606775;
}

@media screen and (max-width: 1199px) {
    .service-hero {
        grid-template-columns: 1fr;
    }

    .service-page-wrap::before {
        right: -60px;
    }
}

@media screen and (max-width: 991px) {
    .service-page .header {
        background: rgba(246, 231, 210, 0.98);
    }

    .service-shell {
        padding: 138px 0 60px 0;
    }

    .service-hero-main,
    .service-hero-side,
    .service-link-card,
    .service-card {
        padding: 26px;
        border-radius: 28px;
    }

    .service-service-list,
    .service-card-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-copy {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .service-page .logo {
        width: 215px;
    }

    .service-shell {
        padding-top: 118px;
    }

    .service-hero-main,
    .service-hero-side,
    .service-link-card,
    .service-card {
        padding: 22px;
        border-radius: 24px;
    }

    .service-actions {
        flex-direction: column;
    }

    .service-actions .create-btn,
    .service-outline-link {
        width: 100%;
        min-width: 0;
    }

    .service-hero h1 {
        letter-spacing: -1px;
    }
}
