/* =========================================
   KONKER DESIGN SYSTEM — service-page.css

   Load AFTER custom-page.css.

   MASTER SERVICE TEMPLATE (.service-page)
   Anchor Points is the visual reference.
   Future service pages reuse these components.

   LEGACY TEMPLATE (unscoped rules at the end)
   Kept so pages not yet redesigned still render.
========================================= */

/* =========================================
   SERVICE PAGE — LAYOUT
========================================= */

.service-page {
    --maxw: 1180px;
    background: var(--paper);
    color: var(--ink);
    overflow-x: clip;
}

.service-page .wrap {
    max-width: var(--maxw);
}

.service-page .service-basics,
.service-page .service-included,
.service-page .service-proof,
.service-page .service-results,
.service-page .service-faq,
.service-page .service-comparison,
.service-page .service-pricing {
    padding: 88px 0;
}

.service-page .service-basics,
.service-page .service-results,
.service-page .service-faq,
.service-page .service-comparison {
    background: var(--paper);
}

.service-page .service-included {
    background: var(--paper);
}

.service-page .service-proof,
.service-page .service-pricing {
    background: var(--card);
}

.service-page .service-pricing {
    padding: 112px 0 96px;
}

/* =========================================
   SERVICE BUTTONS — Home-style hover
========================================= */

.service-page .btn-primary,
.service-page .pricing-btn-primary,
.service-page a.btn-primary,
.service-page a.pricing-btn-primary {
    color: #041810 !important;
    background: var(--brand);
    box-shadow: 0 10px 24px -10px rgba(52, 214, 122, 0.55);
}

.service-page .btn-primary:hover,
.service-page .btn-primary:focus-visible,
.service-page .pricing-btn-primary:hover,
.service-page .pricing-btn-primary:focus-visible,
.service-page a.btn-primary:hover,
.service-page a.btn-primary:focus-visible,
.service-page a.pricing-btn-primary:hover,
.service-page a.pricing-btn-primary:focus-visible {
    color: #041810 !important;
    background: #45e98a;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(52, 214, 122, 0.28);
}

.service-page .pricing-btn-outline:hover,
.service-page .pricing-btn-outline:focus-visible {
    color: var(--ink);
    background: var(--paper-dim);
    border-color: rgba(31, 143, 82, 0.35);
    transform: translateY(-2px);
}

.service-page .btn-ghost:hover,
.service-page .btn-ghost:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.service-page .service-split-head {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 48px;
}

.service-page .service-split-head h2 {
    margin-top: 14px;
    font-size: clamp(32px, 4.2vw, 48px);
    letter-spacing: -1.6px;
    font-weight: 600;
}

.service-page .service-split-head p {
    max-width: 460px;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink-mute);
}

.service-page .section-head.center {
    max-width: 760px;
}

.service-page .section-head {
    margin-bottom: 40px;
}

.service-page .section-head h2 {
    letter-spacing: -1.4px;
    font-size: clamp(30px, 3.8vw, 44px);
}

.service-page .section-head p {
    font-size: 16px;
    line-height: 1.7;
}

/* =========================================
   SERVICE HERO
========================================= */

/* Trust Signals - subtle paper tilt */
.service-page .service-hero-ui {
    transform: rotate(-1.8deg) !important;
    transform-origin: center center;
}

.service-page .service-hero-dots span:nth-child(1) {
    background: #ff5f57;
}

.service-page .service-hero-dots span:nth-child(2) {
    background: #febc2e;
}

.service-page .service-hero-dots span:nth-child(3) {
    background: #28c840;
}

.service-page .service-hero {
    --hero-text: #f4f8f5;
    --hero-text-soft: rgba(232, 241, 236, 0.7);
    --hero-text-muted: rgba(214, 229, 220, 0.52);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 88px 0 80px;
    background:
        radial-gradient(
            ellipse 70% 60% at 78% 42%,
            rgba(18, 121, 75, 0.26) 0%,
            rgba(8, 75, 47, 0.12) 38%,
            transparent 72%
        ),
        radial-gradient(ellipse 50% 50% at 12% 20%, rgba(13, 103, 66, 0.16), transparent 70%),
        linear-gradient(135deg, #031b13 0%, #041f16 48%, #02150f 100%);
}

.service-page .service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        transparent 30%,
        transparent 78%,
        rgba(0, 0, 0, 0.22) 100%
    );
}

.service-page .service-hero-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(103, 190, 148, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(103, 190, 148, 0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: radial-gradient(ellipse 80% 78% at 50% 48%, black 0%, rgba(0, 0, 0, 0.45) 62%, transparent 92%);
    mask-image: radial-gradient(ellipse 80% 78% at 50% 48%, black 0%, rgba(0, 0, 0, 0.45) 62%, transparent 92%);
}

.service-page .service-hero-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 0;
}

.service-page .service-hero-glow-1 {
    width: 520px;
    height: 280px;
    right: 6%;
    bottom: 8%;
    background: rgba(32, 185, 109, 0.18);
}

.service-page .service-hero-glow-2 {
    width: 280px;
    height: 280px;
    left: -80px;
    top: 12%;
    background: rgba(15, 100, 62, 0.16);
}

.service-page .service-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
}

.service-page .service-hero .eyebrow {
    color: #38cf83;
    margin-bottom: 24px;
}

.service-page .service-hero .eyebrow::before {
    background: #38cf83;
}

.service-page .service-hero h1 {
    max-width: 11.8em;
    font-weight: 700;
    letter-spacing: -2.8px;
    line-height: 1.04;
    color: var(--hero-text);
}

.service-page .service-hero h1 em {
    font-style: normal;
    background: linear-gradient(100deg, #1fb96d 0%, #54e59a 48%, #20b96d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-page .service-hero .lead {
    margin-top: 24px;
    max-width: 52ch;
    font-size: 17px;
    line-height: 1.75;
    color: var(--hero-text-soft);
}

.service-page .service-hero-points {
    margin: 26px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-page .service-hero-points li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    line-height: 1.45;
    color: var(--hero-text-soft);
}

.service-page .service-hero-points li::before {
    content: "✓";
    flex-shrink: 0;
    width: 18px;
    color: #38cf83;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.service-page .service-hero .hero-cta {
    justify-content: flex-start;
    margin-top: 34px;
}

.service-page .service-hero-note {
    margin-top: 16px;
    max-width: 42ch;
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--hero-text-muted);
}

.service-page .service-hero-stage {
    position: relative;
    min-width: 0;
}

.service-page .service-hero-product {
    position: relative;
    display: block;
    align-items: start;
}

.service-page .service-hero-ui {
    position: relative;
    z-index: 1;
    width: calc(100% - 24px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    box-shadow:
        0 24px 60px -20px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(52, 214, 122, 0.08);
    overflow: hidden;
}

.service-page .service-hero-ui-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    background: #f4f6f2;
    border-bottom: 1px solid var(--line);
}

.service-page .service-hero-dots {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.service-page .service-hero-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(10, 19, 14, 0.16);
}

.service-page .service-hero-url {
    min-width: 0;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    color: var(--ink-mute);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-page .service-hero-badge {
    margin-left: auto;
    flex-shrink: 0;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(52, 214, 122, 0.12);
    color: var(--brand-2);
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.service-page .service-hero-ui-body {
    padding: 26px 26px 28px;
}

.service-page .service-hero-kicker {
    display: block;
    margin-bottom: 10px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-2);
    font-weight: 600;
}

.service-page .service-hero-ui-body h3 {
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 1.22;
    color: var(--ink);
}

.service-page .service-hero-ui-body p {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--ink-soft);
}

.service-page .service-hero-ui-body mark {
    background: rgba(52, 214, 122, 0.22);
    color: var(--ink);
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 650;
    box-shadow: inset 0 -1px 0 rgba(31, 143, 82, 0.35);
}

.service-page .service-hero-anchor-tag {
    display: inline-flex;
    margin-top: 14px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef8f1;
    color: var(--brand-2);
    font-family: "IBM Plex Mono", monospace;
    font-size: 9.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.service-page .service-hero-meta {
    position: absolute;
    z-index: 2;
    width: 208px;
    top: 54px;
    right: 0;
    margin: 0;
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 14px;
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.4);
}

.service-page .service-hero-meta::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 28px;
    width: 22px;
    height: 1px;
    background: rgba(52, 214, 122, 0.55);
}

.service-page .service-hero-meta-label {
    display: block;
    margin-bottom: 12px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-2);
    font-weight: 600;
}

.service-page .service-hero-meta dl {
    margin: 0;
}

.service-page .service-hero-meta div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
}

.service-page .service-hero-meta div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.service-page .service-hero-meta dt {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-mute);
}

.service-page .service-hero-meta dd {
    margin: 0;
    font-size: 12px;
    font-weight: 650;
    color: var(--ink);
    text-align: right;
}

.service-page .service-hero-status {
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(52, 214, 122, 0.16);
    color: var(--brand-2);
    font-size: 11px;
}

/* Placement / product preview */
.placement-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.placement-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
    background: #fbfcf9;
}

.placement-live,
.placement-example {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.placement-live {
    color: var(--brand-2);
}

.placement-example {
    color: var(--ink-mute);
}

.placement-browser {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: var(--paper-dim);
    border-bottom: 1px solid var(--line);
}

.placement-dots {
    display: flex;
    gap: 5px;
}

.placement-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(10, 19, 14, 0.16);
}

.placement-url {
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    color: var(--ink-mute);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placement-article {
    padding: 22px 20px 8px;
}

.placement-kicker {
    display: block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-2);
    font-weight: 600;
    margin-bottom: 10px;
}

.placement-article h3 {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 1.25;
}

.placement-article p {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.7;
    color: var(--ink-soft);
}

.placement-article mark {
    background: rgba(52, 214, 122, 0.18);
    color: var(--ink);
    padding: 0 3px;
    border-radius: 3px;
    font-weight: 600;
}

.placement-meta {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 18px 0 0;
    border-top: 1px solid var(--line);
    background: #fbfcf9;
}

.placement-meta div {
    padding: 12px 10px 14px;
    border-right: 1px solid var(--line);
}

.placement-meta div:last-child {
    border-right: 0;
}

.placement-meta dt {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-mute);
}

.placement-meta dd {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
}

.placement-status {
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(52, 214, 122, 0.14);
    color: var(--brand-2);
    font-size: 11px;
}

.placement-meta-stack {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0;
    margin: 18px 0 22px;
}

.placement-meta-stack div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
}

.placement-meta-stack div:last-child {
    border-bottom: 0;
}

/* =========================================
   COMPACT PROOF STRIP - NEW
========================================= */

.service-page .proof-strip {
    background: #eef6f1;
    border-top: 1px solid rgba(12, 111, 61, 0.1);
    border-bottom: 1px solid rgba(12, 111, 61, 0.1);
    padding: 16px 24px;
}

.service-page .proof-strip-inner {
    max-width: 1000px;
    min-height: 58px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.service-page .proof-stat {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 38px;
    white-space: nowrap;
}

.service-page .proof-stat svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;

    fill: none;
    stroke: #0c6f3d;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-page .proof-stat span {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #244b3a;
}

.service-page .proof-divider {
    width: 1px;
    height: 30px;
    flex: 0 0 1px;
    background: rgba(12, 111, 61, 0.16);
}

/* Mobile */
@media (max-width: 760px) {
    .service-page .proof-strip {
        padding: 18px 20px;
    }

    .service-page .proof-strip-inner {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .service-page .proof-stat {
        justify-content: center;
        padding: 0;
    }

    .service-page .proof-stat svg {
        width: 20px;
        height: 20px;
    }

    .service-page .proof-divider {
        display: none;
    }
}
/* =========================================
   SERVICE TRUST
========================================= */

.service-page .service-trust {
    padding: 40px 28px;
    background: var(--card);
}

.service-page .service-trust .trust-label {
    margin-bottom: 18px;
}

.service-page .service-trust .trust-number {
    font-size: 38px;
    letter-spacing: -1.4px;
    font-weight: 700;
}

.service-page .service-trust .trust-featured .trust-number {
    font-size: 42px;
}

.service-page .service-trust .trust-label-text {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--ink-soft);
}

/* =========================================
   SERVICE BASICS
   ========================================= */

.service-basics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.service-stat-card,
.service-why-card {
    position: relative;
    min-width: 0;
    min-height: 230px;
    padding: 28px 26px 26px;
    border-radius: 16px;
    overflow: hidden;
}

.service-stat-card {
    display: flex;
    flex-direction: column;
    background: var(--card);
    border: 1px solid var(--line);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.service-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 143, 82, 0.24);
    box-shadow: 0 14px 34px rgba(15, 35, 25, 0.07);
}

.service-stat-index {
    display: block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.14em;
    color: var(--brand-2);
}

.service-stat-card h3 {
    margin-top: auto;
    max-width: 220px;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.45px;
    font-weight: 600;
    color: var(--ink);
}

.service-stat-card p {
    margin-top: 10px;
    max-width: 245px;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-mute);
}

/* -----------------------------------------
   WHY IT MATTERS — FEATURED CARD
   ----------------------------------------- */

.service-why-card {
    margin-top: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    border: 1px solid rgba(52, 214, 122, 0.28);

    background:
        radial-gradient(circle at 88% 12%, rgba(52, 214, 122, 0.16), transparent 34%),
        linear-gradient(145deg, #0d3926 0%, #082a1c 62%, #061f15 100%);

    color: #fff;
}

.service-why-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -75px;
    bottom: -75px;
    border-radius: 50%;
    background: rgba(52, 214, 122, 0.1);
    filter: blur(30px);
    pointer-events: none;
}

.service-why-copy {
    position: relative;
    z-index: 1;
}

.service-why-card h3 {
    margin: 0;
    max-width: 190px;
    font-size: 24px;
    line-height: 1.02;
    letter-spacing: -1px;
    font-weight: 600;
    color: #fff;
}

.service-why-card p {
    margin-top: 16px;
    max-width: 225px;
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
}

.service-stat-icon {
    width: 34px;
    height: 34px;
    margin-top: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: var(--brand-2);
    color: #fff;

    border: 0;
}

.service-stat-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}
/* =========================================
   SERVICE PRICING
========================================= */

.service-pricing .pricing-head {
    margin-bottom: 32px;
}

.service-pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    gap: 14px;
}

.service-page .service-pricing .pricing-top {
    margin-bottom: 18px;
}

.service-page .service-pricing .pricing-amount {
    margin-top: 16px;
}

.service-page .service-pricing .pricing-amount strong {
    font-size: 34px;
}

.service-page .service-pricing .pricing-desc {
    font-size: 14px;
    line-height: 1.55;
}

.service-page .service-pricing .pricing-features {
    margin-bottom: 0;
}

.service-page .service-pricing .pricing-features li {
    font-size: 13.5px;
}

.service-page .service-pricing .pricing-card > .pricing-btn {
    margin-top: 18px;
    width: 100%;
}

.service-page .service-pricing .pricing-footer {
    margin-top: 40px;
}

.service-page .pricing-btn {
    white-space: nowrap;
}

/* =========================================
   SERVICE AGENCY CTA
========================================= */

.service-agency-cta {
    padding: 0 0 88px;
    background: var(--card);
}

.service-page .service-agency-cta .quiz-banner {
    margin-top: 0;
    padding: 22px 28px;
}

.service-page .service-agency-cta .quiz-banner h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: -0.45px;
}

.service-page .service-agency-cta .quiz-banner p {
    margin: 8px 0 0;
    max-width: 58ch;
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
}

/* =========================================
   SERVICE PROCESS
========================================= */

.service-page .service-process .eyebrow,
.service-page .service-final-cta .eyebrow {
    color: #38cf83;
}

.service-page .service-process .eyebrow::before,
.service-page .service-final-cta .eyebrow::before {
    background: #38cf83;
}

.service-process-grid {
    position: relative;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.service-page .service-process-grid .step-card {
    grid-column: auto;
    min-height: 280px;
    padding: 26px 22px 24px;
}

.service-page .service-process-grid .step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -8px;
    z-index: 2;
    width: 16px;
    height: 1px;
    background: rgba(52, 214, 122, 0.38);
}

.service-page .service-process-grid .step-card:nth-child(4),
.service-page .service-process-grid .step-card:nth-child(5) {
    grid-column: auto;
}

.service-page .service-process .step-number {
    font-size: 40px;
    letter-spacing: -1.4px;
    font-weight: 650;
    color: rgba(52, 214, 122, 0.92);
}

.service-page .service-process-grid .step-content {
    margin-top: 28px;
}

.service-page .service-process-grid .step-content h3 {
    font-size: 18px;
    line-height: 1.2;
}

.service-page .service-process-grid .step-content p {
    margin-top: 10px;
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
}

/* =========================================
   SERVICE INCLUDED
========================================= */

.service-page .data-cards {
    gap: 18px;
}

.service-page .data-card {
    padding: 30px 28px;
}

.service-page .data-card h3 {
    font-size: 18.5px;
    letter-spacing: -0.35px;
    line-height: 1.3;
}

.service-page .data-card p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.65;
}

.service-included {
    padding: 0 0 104px !important;
}

.service-page .service-included .section-head {
    margin-bottom: 56px;
}

.service-page .service-included .section-head p {
    margin-top: 18px;
}

.service-page .service-included .data-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

/* 4 cards */
.service-page .service-included .data-cards:has(> .data-card:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}
.service-page .service-included .data-card {
    min-height: 0;
    padding: 26px 18px 24px;
    background: var(--card);
}

.service-page .service-included .data-card h3 {
    font-size: 16px;
    letter-spacing: -0.35px;
    line-height: 1.28;
}

.service-page .service-included .data-card p {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.6;
}

.service-page .service-included .data-card:last-child {
    grid-column: auto;
    max-width: none;
    width: auto;
    justify-self: stretch;
}

/* =========================================
   SERVICE CASE PREVIEW
========================================= */

.service-case-preview {
    overflow: hidden;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.service-case-preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 28px;
    background: #fbfcf9;
    border-bottom: 1px solid var(--line);
}

.service-case-badge {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef8f1;
    color: var(--brand-2);
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.service-case-note {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--ink-mute);
}

.service-case-id,
.service-case-metrics {
    display: grid;
    margin: 0;
}

.service-case-id {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--line);
}

.service-case-metrics {
    grid-template-columns: repeat(5, 1fr);
}

.service-case-id div,
.service-case-metrics div {
    padding: 22px 24px;
    border-right: 1px solid var(--line);
}

.service-case-id div:last-child,
.service-case-metrics div:last-child {
    border-right: 0;
}

.service-case-preview dt {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--brand-2);
}

.service-case-preview dd {
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px dashed rgba(18, 45, 34, 0.16);
    border-radius: 8px;
    background: var(--paper-dim);
    color: var(--ink-mute);
    font-size: 13.5px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 500;
}

/* =========================================
   SERVICE PREVIEW
========================================= */

.service-preview-layout {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 18px;
    align-items: stretch;
}

.placement-card-lg .placement-article {
    padding: 28px 26px 24px;
}

.service-preview-panel {
    padding: 28px 24px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.service-preview-panel h3 {
    font-size: 22px;
    letter-spacing: -0.5px;
}

.service-preview-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--ink-mute);
    text-align: center;
}

/* =========================================
   SERVICE PROOF
========================================= */

.service-page .service-proof {
    padding: 88px 0;
}

.service-page .service-proof .section-head {
    margin-bottom: 40px;
}

.service-proof-head {
    max-width: 640px;
    margin: 0 auto 8px;
    text-align: center;
}

.service-proof-head h2 {
    margin-top: 12px;
    font-size: clamp(32px, 4.2vw, 48px);
    letter-spacing: -1.6px;
}

.service-proof-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 28px auto 0;
    padding: 28px 8px;
    max-width: 1000px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow:
        0 24px 60px -28px rgba(8, 36, 24, 0.28),
        0 0 0 1px rgba(52, 214, 122, 0.06);
    transform: translateY(18px);
}

.service-proof-stat {
    padding: 8px 22px;
    text-align: center;
    border-right: 1px solid var(--line);
}

.service-proof-stat:last-child {
    border-right: 0;
}

.service-proof-stat strong {
    display: block;
    font-size: clamp(26px, 3vw, 34px);
    letter-spacing: -1.2px;
    line-height: 1.1;
}

.service-proof-stat span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--ink-mute);
}

.service-case-slot {
    margin-top: 42px;
    padding: 28px 30px;
    border: 1px dashed rgba(31, 143, 82, 0.35);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.45);
}

.service-case-slot h3 {
    margin-top: 14px;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.service-case-slot p {
    margin-top: 8px;
    max-width: 62ch;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-mute);
}

/* =========================================
   SERVICE RESULTS
========================================= */

.service-page .service-results .section-head {
    margin-bottom: 48px;
}

.service-results-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.service-results-copy h2 {
    margin-top: 14px;
    max-width: 12ch;
    font-size: clamp(34px, 4.4vw, 52px);
    letter-spacing: -1.8px;
    line-height: 1.05;
}

.service-results-copy p {
    margin-top: 16px;
    max-width: 42ch;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink-mute);
}

.service-results-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-outcome {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 18px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
}

.service-outcome span {
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--brand-2);
}

.service-outcome h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
}

.service-outcome p {
    margin-top: 4px;
    font-size: 14px;
    color: var(--ink-mute);
}

/* =========================================
   SERVICE SOCIAL
========================================= */

.service-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.service-social-card {
    min-height: 220px;
    padding: 28px 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
}

.service-social-tag {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef8f1;
    color: var(--brand-2);
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.service-social-card h3 {
    margin-top: 22px;
    font-size: 20px;
    letter-spacing: -0.4px;
}

.service-social-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-mute);
}

.service-social-slot {
    border-style: dashed;
    background: var(--card);
}

/* =========================================
   SERVICE FAQ
========================================= */

.service-page .service-faq {
    padding: 96px 0 108px;
}

.service-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 1.15fr);
    gap: 48px 72px;
    align-items: start;
}

.service-faq-intro {
    position: relative;
    overflow: visible;
    min-height: 0;
    padding-bottom: 32px;
}

.service-faq-mark {
    position: absolute;
    left: -18px;
    top: 72px;
    z-index: 0;
    font-size: clamp(120px, 14vw, 180px);
    font-weight: 700;
    letter-spacing: -10px;
    line-height: 0.75;
    color: rgba(10, 19, 14, 0.045);
    pointer-events: none;
    user-select: none;
}

.service-faq-intro .eyebrow,
.service-faq-intro h2,
.service-faq-intro p {
    position: relative;
    z-index: 1;
}

.service-faq-intro h2 {
    margin-top: 14px;
    max-width: 14ch;
    font-size: clamp(36px, 4.4vw, 52px);
    letter-spacing: -1.6px;
    line-height: 1.08;
}

.service-faq-intro p {
    margin-top: 16px;
    max-width: 36ch;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink-mute);
}

.service-faq-list {
    max-width: none;
    border-top: 1px solid var(--line);
}

.service-faq-item {
    border-bottom: 1px solid var(--line);
}

.service-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0;
    cursor: pointer;
    list-style: none;
    font-size: 17.5px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.35;
    color: var(--ink);
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary::after {
    content: "+";
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--line);
    color: var(--brand-2);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.service-faq-item[open] summary::after {
    content: "–";
}

.service-faq-body {
    padding: 0 48px 22px 0;
}

.service-faq-body p {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink-mute);
}

/* =========================================
   SERVICE COMPARISON
========================================= */

.service-matrix-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.service-matrix {
    min-width: 920px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--card);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.service-matrix-row {
    display: grid;
    grid-template-columns: 1.15fr 1.25fr 1.1fr 1.1fr;
}

.service-matrix-row > * {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 400;
}

.service-matrix-row > *:first-child {
    justify-content: flex-start;
    text-align: left;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
}

.service-matrix-row:last-child > * {
    border-bottom: 0;
}

.service-matrix-head > * {
    min-height: 76px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 650;
    background: var(--paper-dim);
}

.service-matrix .is-konker {
    background: rgba(52, 214, 122, 0.08);
    border-left: 1px solid rgba(52, 214, 122, 0.22);
    border-right: 1px solid rgba(52, 214, 122, 0.22);
    color: var(--brand-deep);
    font-weight: 650;
}

.service-matrix-head .is-konker {
    background: rgba(52, 214, 122, 0.14);
    color: var(--brand-2);
}

.service-matrix-badge {
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--brand);
    color: #041810;
    font-size: 9px;
    letter-spacing: 0.08em;
}

.service-check {
    color: var(--brand-2);
    font-size: 18px;
    font-weight: 700;
}

.service-check.is-muted {
    color: var(--ink-mute);
    font-weight: 600;
}

.service-dash,
.service-unknown {
    color: var(--ink-mute);
    font-size: 16px;
}

/* =========================================
   SERVICE FINAL CTA
========================================= */

.service-final-cta {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background: var(--forest-2);
    color: #fff;
    text-align: center;
}

.service-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(52, 214, 122, 0.22) 1.4px, transparent 1.4px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, black, transparent 70%);
    mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, black, transparent 70%);
    pointer-events: none;
}

.service-final-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(103, 190, 148, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(103, 190, 148, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
}

.service-final-cta .wrap {
    position: relative;
}

.service-final-cta h2 {
    margin: 14px auto 0;
    max-width: 14.4em;
    font-size: clamp(26px, 3.2vw, 40px);
    letter-spacing: -1.4px;
    line-height: 1.15;
}

.service-final-cta p {
    margin: 16px auto 0;
    max-width: 560px;
    font-size: 16.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.service-final-cta .hero-cta {
    margin-top: 32px;
}

.service-final-note {
    margin-top: 18px !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* =========================================
   SERVICE RESPONSIVE
========================================= */

@media (max-width: 1100px) {
    .service-basics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .service-stat-card,
    .service-why-card {
        min-height: 235px;
    }

    .service-process-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-page .service-process-grid .step-card:not(:last-child)::after {
        display: none;
    }

    .service-page .service-included .data-cards {
        grid-template-columns: 1fr 1fr;
    }

    .service-page .service-included .data-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 6px);
        justify-self: center;
        width: 100%;
    }

    .service-case-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .service-case-metrics div:nth-child(2),
    .service-case-metrics div:nth-child(4) {
        border-right: 0;
    }

    .service-case-metrics div:nth-child(-n + 4) {
        border-bottom: 1px solid var(--line);
    }

    .service-proof-panel {
        grid-template-columns: 1fr 1fr;
        transform: none;
    }

    .service-proof-stat:nth-child(2) {
        border-right: 0;
    }

    .service-proof-stat:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
        padding-bottom: 20px;
        padding-top: 12px;
    }

    .service-page .service-hero-product {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-page .service-hero-ui {
        width: auto;
    }

    .service-page .service-hero-meta {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: 14px 0 0;
    }

    .service-page .service-hero-meta::before {
        display: none;
    }

    .service-page .service-hero-meta dl {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 18px;
    }
}

@media (max-width: 980px) {
    .service-page .service-hero-inner,
    .service-page .service-split-head,
    .service-page .service-preview-layout,
    .service-page .service-pricing-grid,
    .service-page .service-faq-layout {
        grid-template-columns: 1fr;
    }

    .service-page .service-hero {
        padding: 72px 0 56px;
    }

    .service-page .service-split-head p {
        max-width: none;
    }

    .service-faq-intro h2 {
        max-width: 14ch;
    }

    .placement-meta {
        grid-template-columns: repeat(3, 1fr);
    }

    .placement-meta div:nth-child(3) {
        border-right: 0;
    }

    .service-social-grid {
        grid-template-columns: 1fr;
    }

    .service-process-grid,
    .service-page .service-included .data-cards {
        grid-template-columns: 1fr;
    }

    .service-page .service-process-grid .step-card,
    .service-page .service-process-grid .step-card:nth-child(4),
    .service-page .service-process-grid .step-card:nth-child(5) {
        grid-column: auto;
        min-height: 0;
    }

    .service-page .service-included .data-card:last-child {
        max-width: none;
        width: auto;
        grid-column: auto;
    }

    .service-faq-mark {
        display: none;
    }

    .service-faq-intro {
        min-height: 0;
    }

    .service-proof-panel {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .service-page .service-basics,
    .service-page .service-included,
    .service-page .service-preview,
    .service-page .service-proof,
    .service-page .service-results,
    .service-page .service-fit,
    .service-page .service-faq,
    .service-page .service-social,
    .service-page .service-comparison,
    .service-page .service-pricing,
    .service-page .service-final-cta {
        padding: 64px 0;
    }

    .service-page .service-pricing {
        padding-bottom: 48px;
    }

    .service-page .service-hero {
        padding: 56px 0 48px;
    }

    .service-page .service-hero h1 {
        font-size: 38px;
        letter-spacing: -1.6px;
        max-width: none;
    }

    .service-page .service-hero .hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .service-page .service-hero .btn,
    .service-page .service-final-cta .btn,
    .service-page .service-agency-cta .btn {
        width: 100%;
    }

    .service-page .service-hero-meta dl {
        grid-template-columns: 1fr;
    }

    .service-page .service-hero-url {
        display: none;
    }

    .service-process-grid,
    .service-page .service-included .data-cards,
    .service-case-id,
    .service-case-metrics {
        grid-template-columns: 1fr;
    }

    .service-page .service-included .data-card:last-child {
        max-width: none;
        width: auto;
        grid-column: auto;
    }

    .service-case-preview-top {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
    }

    .service-case-id div,
    .service-case-metrics div {
        padding: 18px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .service-case-id div:last-child,
    .service-case-metrics div:last-child {
        border-bottom: 0;
    }

    .service-case-metrics div:nth-child(-n + 4),
    .service-case-metrics div:last-child {
        grid-column: auto;
    }

    .service-page .service-process-grid .step-card {
        min-height: 0;
        padding: 24px;
    }

    .service-page .service-process-grid .step-content {
        margin-top: 28px;
    }

    .placement-meta {
        grid-template-columns: 1fr 1fr;
    }

    .service-faq-item summary {
        font-size: 15px;
        gap: 16px;
    }

    .service-pricing .pricing-price-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-why-card {
        padding: 24px;
    }
}

/* =========================================
   LEGACY SERVICE TEMPLATE
   Unscoped rules for pages not yet redesigned.
   Do not use these on new .service-page templates.
========================================= */

/* =========================================
   LEGACY SERVICE TEMPLATE
   Unscoped rules for pages not yet redesigned.
========================================= */

.service-section {
    padding: 64px 0;
}

.service-section-dim {
    background: var(--paper-dim);
}

.service-section-dark {
    background: var(--ink);
    color: #fff;
}

.service-section-dark .section-head p {
    color: rgba(255, 255, 255, 0.72);
}

.wrap-center {
    text-align: center;
}

.btn-full {
    width: 100%;
}

.btn-mt {
    margin-top: 12px;
}

.btn-mt-lg {
    margin-top: 16px;
}

.data-card-accent {
    border-color: var(--brand-2);
}

/* =========================================
   SERVICE HERO
========================================= */

.service-hero,
.hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0 70px;
    background: var(--paper);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(15, 81, 50, 0.14) 1.4px, transparent 1.4px);
    background-size: 26px 26px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, black 30%, transparent 75%);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, black 30%, transparent 75%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}

.hero-kicker {
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-2);
    font-weight: 600;
    margin-bottom: 22px;
}

.service-hero h1,
.hero h1 {
    font-size: clamp(34px, 5.4vw, 60px);
    font-weight: 700;
}

.service-hero h1 em,
.hero h1 em {
    font-style: normal;
    color: var(--brand-2);
}

.service-hero p.lead,
.hero p.lead {
    margin: 26px auto 0;
    max-width: 660px;
    font-size: 17.5px;
    line-height: 1.65;
    color: var(--ink-soft);
}

.hero-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--ink-mute);
}

.hero-split {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 56px;
    align-items: center;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 32px;
}

.hero-split .hero-copy {
    text-align: left;
}

.hero-split .hero-kicker {
    margin-bottom: 16px;
}

.hero-split h1 {
    font-size: clamp(30px, 4.4vw, 46px);
    font-weight: 700;
    text-align: left;
}

.hero-split p.lead {
    margin: 20px 0 0;
    max-width: 560px;
    text-align: left;
    font-size: 16.5px;
    line-height: 1.65;
    color: var(--ink-soft);
}

.hero-checklist {
    position: relative;
    margin: 22px 0 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.hero-checklist li {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-left: 0;
    font-size: 13.5px;
    color: var(--ink-soft);
}

.hero-checklist li svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    color: var(--brand-2);
}

.hero-split .hero-cta {
    justify-content: flex-start;
    margin-top: 26px;
}

.hero-split .hero-note {
    text-align: left;
}

.lead-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.lead-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.lead-card input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13.5px;
    color: var(--ink);
    background: var(--paper);
}

.lead-card input::placeholder {
    color: var(--ink-mute);
}

.lead-card .btn {
    width: 100%;
    margin-top: 4px;
}

.lead-card .note {
    margin-top: 10px;
    font-size: 11.5px;
    color: var(--ink-mute);
    text-align: center;
}

.hero-illustration-wrap {
    margin-bottom: 20px;
}

/* =========================================
   SERVICE TRUST
========================================= */

.service-trust .trust-item .num {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    font-size: 32px;
    color: var(--ink);
}

.service-trust .trust-item .lbl {
    font-size: 13px;
    color: var(--ink-mute);
    margin-top: 4px;
}

/* =========================================
   SERVICE INTRO
========================================= */

.spec-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 36px;
}

.spec-chip {
    flex: 1;
    min-width: 160px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 20px;
}

.spec-chip .val {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--brand-2);
}

.spec-chip .cap {
    font-size: 12px;
    color: var(--ink-mute);
    margin-top: 3px;
}

.not-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 8px;
}

.not-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
}

.not-card h4 {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
}

.not-card p {
    margin-top: 6px;
    font-size: 13px;
    color: var(--ink-mute);
    line-height: 1.55;
}

/* =========================================
   SERVICE PACKAGES
========================================= */

.price-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.price-grid-3 .price-card {
    position: relative;
}

.price-card .count {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}

.price-card .specs {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-card .specs li {
    font-size: 13px;
    color: var(--ink-soft);
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.price-card .specs li svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    color: var(--brand-2);
}

.price-card .price-missing {
    font-size: 12.5px;
    color: #b5720b;
    font-weight: 600;
    margin-top: 14px;
}

.price-card .amt-sm {
    font-size: 26px;
    margin-top: 14px;
}

.price-card .btn-mt {
    margin-top: 12px;
}

/* =========================================
   SERVICE PROCESS
========================================= */

.steps,
.steps-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    position: relative;
}

.step {
    position: relative;
}

.step .n {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    color: var(--brand);
    border: 1px solid var(--line-dark);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.step h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.step p {
    margin-top: 8px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.steps-5 .step:nth-child(4) {
    grid-column: 1 / span 1;
}

@media (min-width: 981px) {
    .steps-5 {
        grid-template-columns: repeat(6, 1fr);
    }
    .steps-5 .step {
        grid-column: span 2;
    }
    .steps-5 .step:nth-child(4) {
        grid-column: 2 / span 2;
    }
    .steps-5 .step:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

/* =========================================
   SERVICE INCLUDED / FEATURES
========================================= */

/* Reuses global .data-cards / .data-card from custom-page.css */

/* =========================================
   SERVICE SAMPLE
========================================= */

.sample-box {
    border: 1px dashed var(--line);
    border-radius: var(--radius);
    padding: 40px;
    text-align: center;
    background: var(--paper-dim);
    margin-top: 32px;
}

.service-section-dim .sample-box {
    background: var(--card);
}

.sample-box p {
    font-size: 13.5px;
    color: var(--ink-mute);
}

.sample-box-narrow {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================
   SERVICE CASE STUDIES
========================================= */

.case-grid-single {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.case-card.reserved {
    background: var(--paper-dim);
    border: 1px dashed rgba(181, 114, 11, 0.5);
    color: var(--ink);
    padding: 28px 30px;
}

.case-card.reserved .tag {
    color: #b5720b;
    opacity: 1;
}

.case-card.reserved h4 {
    color: #b5720b;
    font-weight: 600;
    font-size: 15px;
    max-width: 100%;
}

.service-page .case-card.reserved {
    min-height: 240px;
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--paper);
    border: 1px dashed rgba(31, 143, 82, 0.34);
    border-radius: 18px;
    box-shadow: var(--shadow);
    color: var(--ink);
}

.service-page .case-card.reserved .tag {
    color: var(--brand-2);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 1;
}

.service-page .case-card.reserved h4 {
    margin-top: 16px;
    max-width: 34em;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: var(--ink-soft);
}

/* =========================================
   SERVICE BENEFITS
========================================= */

/* Reuses global .data-cards / .data-card */

/* =========================================
   SERVICE AUDIENCE
========================================= */

.serve-card .path {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    padding: 6px 10px;
    border-radius: 6px;
    background: #eef8f1;
    color: var(--brand-2);
    font-family: "IBM Plex Mono", monospace;
    font-size: 9.5px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =========================================
   SERVICE FAQ
========================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    max-width: 820px;
}

.faq-item {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
    border-top: 1px solid var(--line);
}

.faq-item h4 {
    font-size: 15.5px;
    font-weight: 600;
    color: var(--ink);
}

.faq-item p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-mute);
}

/* =========================================
   SERVICE TESTIMONIALS
========================================= */

/* Placeholder quotes reuse .sample-box / .sample-box-narrow.
   Live quotes reuse global .review-track / .review-card. */

/* =========================================
   SERVICE COMPARISON
========================================= */

.price-callout {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
    background: rgba(31, 143, 82, 0.08);
    border: 1px solid rgba(31, 143, 82, 0.25);
    border-radius: var(--radius);
    padding: 18px 26px;
    font-size: 15.5px;
    font-weight: 600;
    color: var(--brand-2);
}

.price-callout .note {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: var(--ink-mute);
}

.cmp-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cmp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
}

.cmp-table th,
.cmp-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.cmp-table tr:last-child td {
    border-bottom: none;
}

.cmp-table th {
    background: var(--paper-dim);
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cmp-table th.hl,
.cmp-table td.hl {
    background: rgba(52, 214, 122, 0.08);
}

.cmp-table tr.price-row td {
    font-weight: 600;
    color: var(--ink);
}

.cmp-table tr.price-row td.hl {
    color: var(--brand-2);
}

/* =========================================
   SERVICE AGENCY
========================================= */

/* Reuses global .quiz-banner from custom-page.css */

/* =========================================
   SERVICE FINAL CTA
========================================= */

.final-cta-note {
    position: relative;
    margin-top: 18px;
    font-size: 12.5px;
}

/* =========================================
   BREADCRUMB / PLACEHOLDERS
========================================= */

.breadcrumb {
    padding: 16px 0;
    font-size: 13px;
    color: var(--ink-mute);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: var(--ink-mute);
}

.breadcrumb a:hover {
    color: var(--ink);
}

.breadcrumb .cur {
    color: var(--ink);
    font-weight: 600;
}

.ph {
    background: rgba(245, 166, 35, 0.16);
    color: #b5720b;
    border-radius: 4px;
    padding: 1px 7px;
    font-weight: 600;
}

/* =========================================
   SERVICE RESPONSIVE
========================================= */

@media (max-width: 980px) {
    .hero-split {
        grid-template-columns: 1fr;
    }

    .price-grid-3,
    .steps,
    .steps-5,
    .not-grid {
        grid-template-columns: 1fr 1fr;
    }

    .steps-5 .step,
    .steps-5 .step:nth-child(4),
    .steps-5 .step:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .hero-split {
        padding: 0 20px;
    }

    .service-hero h1,
    .hero h1,
    .hero-split h1 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .price-grid-3,
    .steps,
    .steps-5,
    .not-grid {
        grid-template-columns: 1fr;
    }

    .cmp-table {
        font-size: 12px;
    }

    .cmp-table th,
    .cmp-table td {
        padding: 10px 12px;
        white-space: nowrap;
    }

    .lead-card {
        padding: 22px;
    }

    .sample-box {
        padding: 28px 20px;
    }
}
