/* ========================================
   SERVICES OVERVIEW + NEW SERVICE PAGES
   Codex-owned lane
   ======================================== */

.service-shell {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.service-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 520px;
    background:
        radial-gradient(circle at top right, rgba(67, 56, 202, 0.16), transparent 38%),
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(247, 250, 255, 0.95), transparent 80%);
    pointer-events: none;
}

[data-theme="dark"] .service-shell::before {
    background:
        radial-gradient(circle at top right, rgba(99, 102, 241, 0.2), transparent 36%),
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.1), transparent 24%),
        linear-gradient(180deg, rgba(9, 13, 24, 0.88), transparent 82%);
}

.services-overview-hero,
.service-launch-hero {
    position: relative;
    padding: 8.5rem 0 5rem;
}

.services-overview-hero__grid,
.service-launch-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.5rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

.services-overview-hero__copy,
.service-launch-hero__copy {
    max-width: 62rem;
}

.services-overview-hero h1,
.service-launch-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.45rem, 4.2vw, 4.3rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.services-overview-hero p,
.service-launch-hero p {
    margin: 0 0 1.6rem;
    max-width: 58ch;
    color: var(--color-text-secondary);
    line-height: 1.85;
    font-size: 1.05rem;
}

.services-overview-hero__actions,
.service-launch-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.services-overview-hero__panel,
.service-launch-hero__panel,
.services-overview-spotlight,
.service-launch-panel,
.service-launch-proof,
.service-launch-cta .cta-box,
.service-category,
.service-launch-section,
.service-launch-faq,
.service-launch-related {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}

[data-theme="dark"] .services-overview-hero__panel,
[data-theme="dark"] .service-launch-hero__panel,
[data-theme="dark"] .services-overview-spotlight,
[data-theme="dark"] .service-launch-panel,
[data-theme="dark"] .service-launch-proof,
[data-theme="dark"] .service-launch-cta .cta-box,
[data-theme="dark"] .service-category,
[data-theme="dark"] .service-launch-section,
[data-theme="dark"] .service-launch-faq,
[data-theme="dark"] .service-launch-related {
    background: rgba(10, 15, 25, 0.9);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 28px 56px rgba(2, 6, 23, 0.34);
}

.services-overview-hero__panel,
.service-launch-hero__panel {
    padding: 1.35rem;
}

.service-launch-hero__panel {
    display: grid;
    gap: 1rem;
}

.service-launch-hero__media {
    margin: -0.15rem -0.15rem 0;
}

.service-launch-hero__media-frame {
    position: relative;
    min-height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background: #dbe4f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.service-launch-hero__media-frame img,
.service-launch-hero__media-video {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    display: block;
}

.service-launch-hero__media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 18, 31, 0.08) 0%, rgba(9, 18, 31, 0.34) 100%),
        linear-gradient(145deg, rgba(55, 48, 163, 0.2), transparent 48%);
    pointer-events: none;
}

.service-launch-hero__media-tag {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

[data-theme="dark"] .service-launch-hero__media-tag {
    background: rgba(15, 23, 42, 0.84);
    color: rgba(191, 219, 254, 0.95);
}

.services-overview-hero__panel-head,
.service-launch-hero__panel-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
}

.services-overview-hero__panel-body,
.service-launch-hero__panel-body {
    display: grid;
    gap: 0.9rem;
}

.services-overview-hero__metric,
.service-launch-hero__metric {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

[data-theme="dark"] .services-overview-hero__metric,
[data-theme="dark"] .service-launch-hero__metric {
    background: rgba(15, 23, 42, 0.76);
    border-color: rgba(148, 163, 184, 0.1);
}

.services-overview-hero__metric span,
.service-launch-hero__metric span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--color-text-muted);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-overview-hero__metric strong,
.service-launch-hero__metric strong {
    color: var(--color-text);
    font-size: 0.98rem;
    line-height: 1.55;
}

.services-overview-hero__metric--link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.services-overview-hero__metric--link:hover {
    transform: translateY(-3px);
    border-color: rgba(67, 56, 202, 0.28);
    box-shadow: 0 18px 34px rgba(55, 48, 163, 0.12);
}

.services-overview-spotlight {
    position: relative;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.services-overview-spotlight::after {
    content: "";
    position: absolute;
    inset: auto -10% -35% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(67, 56, 202, 0.14), transparent 70%);
    pointer-events: none;
}

.services-overview-spotlight__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.5rem;
    align-items: center;
}

.services-overview-spotlight h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.02;
}

.services-overview-spotlight p {
    margin-bottom: 1rem;
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.services-overview-spotlight__headline-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.services-overview-spotlight__headline-link:hover {
    color: var(--color-accent);
}

.services-overview-spotlight__actions {
    margin-top: 1rem;
}

.services-overview-spotlight__chips,
.service-launch-proof__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.services-overview-spotlight__chips a,
.services-overview-spotlight__chips span,
.service-launch-proof__chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    background: rgba(239, 246, 255, 0.82);
    border: 1px solid rgba(129, 140, 248, 0.16);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.services-overview-spotlight__chips a:hover {
    transform: translateY(-2px);
    border-color: rgba(67, 56, 202, 0.32);
    box-shadow: 0 12px 28px rgba(55, 48, 163, 0.12);
    color: var(--color-text);
}

[data-theme="dark"] .services-overview-spotlight__chips a,
[data-theme="dark"] .services-overview-spotlight__chips span,
[data-theme="dark"] .service-launch-proof__chips span {
    background: rgba(15, 23, 42, 0.76);
    border-color: rgba(129, 140, 248, 0.14);
    color: rgba(226, 232, 240, 0.82);
}

.services-overview-spotlight__media img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.services-overview-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.services-overview-nav__card {
    display: block;
    padding: 1.2rem 1.1rem;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.services-overview-nav__card:hover {
    transform: translateY(-3px);
    border-color: rgba(67, 56, 202, 0.28);
    box-shadow: 0 24px 44px rgba(55, 48, 163, 0.12);
}

[data-theme="dark"] .services-overview-nav__card {
    background: rgba(10, 15, 25, 0.84);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 22px 42px rgba(2, 6, 23, 0.3);
}

.services-overview-nav__card strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--color-text);
}

.services-overview-nav__card span {
    color: var(--color-text-secondary);
    line-height: 1.65;
    font-size: 0.9rem;
}

.why-us-page .page-header {
    position: relative;
    overflow: hidden;
}

.why-us-page .page-header::after {
    content: "";
    position: absolute;
    inset: auto -8% -26% auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.16), transparent 70%);
    pointer-events: none;
}

.why-us-hero-grid,
.why-us-pressure-grid,
.why-us-outcomes,
.why-us-proof-grid {
    display: grid;
    gap: 1.25rem;
}

.why-us-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: stretch;
}

.why-us-summary {
    padding: 1.8rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

[data-theme="dark"] .why-us-summary {
    background: rgba(10, 15, 25, 0.84);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 24px 46px rgba(2, 6, 23, 0.3);
}

.why-us-summary__lead {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--color-text-secondary);
    margin-bottom: 1.2rem;
}

.why-us-summary__points {
    display: grid;
    gap: 0.85rem;
}

.why-us-summary__point {
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    background: rgba(239, 246, 255, 0.72);
    border: 1px solid rgba(129, 140, 248, 0.14);
}

[data-theme="dark"] .why-us-summary__point {
    background: rgba(30, 41, 59, 0.45);
    border-color: rgba(129, 140, 248, 0.14);
}

.why-us-summary__point span,
.why-us-engagement-card span,
.why-us-pressure-card span,
.why-us-outcome-card span,
.why-us-proof-card span {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-accent);
}

.why-us-summary__point strong {
    display: block;
    font-size: 1rem;
    line-height: 1.65;
}

.why-us-visual {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
}

.why-us-visual img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.why-us-visual__caption {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 1.1rem;
    background: rgba(7, 17, 31, 0.78);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.why-us-visual__caption span {
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(191, 219, 254, 0.88);
    margin-bottom: 0.35rem;
}

.why-us-engagement-grid,
.why-us-pressure-grid,
.why-us-outcomes,
.why-us-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-us-engagement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-us-engagement-card,
.why-us-pressure-card,
.why-us-outcome-card,
.why-us-proof-card {
    padding: 1.4rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

[data-theme="dark"] .why-us-engagement-card,
[data-theme="dark"] .why-us-pressure-card,
[data-theme="dark"] .why-us-outcome-card,
[data-theme="dark"] .why-us-proof-card {
    background: rgba(10, 15, 25, 0.84);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 20px 38px rgba(2, 6, 23, 0.28);
}

.why-us-engagement-card h3,
.why-us-pressure-card h3,
.why-us-outcome-card h3,
.why-us-proof-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.2;
}

.why-us-engagement-card p,
.why-us-pressure-card p,
.why-us-outcome-card p,
.why-us-proof-card p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.78;
}

.service-category-grid {
    display: grid;
    gap: 1.5rem;
}

.service-category {
    padding: 1.5rem;
}

.service-category__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.2rem;
}

.service-category__head h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.service-category__head p {
    margin: 0;
    max-width: 56ch;
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.service-category__tag {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.service-category__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.section-lead {
    max-width: 70ch;
    color: var(--color-text-secondary);
    line-height: 1.75;
    margin: 0.75rem 0 0;
}

.why-us-network-grid,
.why-us-trust-grid,
.services-fulfillment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.why-us-network-card,
.why-us-trust-card,
.services-fulfillment-card {
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.why-us-network-card span,
.why-us-trust-card span,
.services-fulfillment-card span {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-text-muted);
}

.why-us-network-card h3,
.why-us-trust-card h3,
.services-fulfillment-card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.why-us-network-card p,
.why-us-trust-card p,
.services-fulfillment-card p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.75;
}

[data-theme="dark"] .why-us-network-card,
[data-theme="dark"] .why-us-trust-card,
[data-theme="dark"] .services-fulfillment-card {
    background: rgba(10, 15, 25, 0.84);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 20px 38px rgba(2, 6, 23, 0.28);
}

.service-link-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.14);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

[data-theme="dark"] .service-link-card {
    background: rgba(15, 23, 42, 0.74);
    border-color: rgba(148, 163, 184, 0.12);
}

.service-link-card:hover {
    transform: translateY(-3px);
    border-color: rgba(67, 56, 202, 0.26);
    background: rgba(239, 246, 255, 0.95);
}

[data-theme="dark"] .service-link-card:hover {
    background: rgba(20, 30, 48, 0.92);
}

.service-link-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-link-card h3 {
    margin: 0;
    font-size: 1.15rem;
    color: var(--color-text);
}

.service-link-card p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.72;
}

.service-link-card__arrow {
    margin-top: auto;
    color: var(--color-text);
    font-weight: 600;
}

.service-launch-section {
    padding: 1.4rem;
}

.service-launch-section + .service-launch-section {
    margin-top: 1.25rem;
}

.service-launch-section__head {
    margin-bottom: 1rem;
}

.service-launch-section__head h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
}

.service-launch-section__head p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.78;
}

.service-launch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.services-entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.services-entry-card {
    padding: 1.45rem;
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

[data-theme="dark"] .services-entry-card {
    background: rgba(10, 15, 25, 0.84);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 20px 38px rgba(2, 6, 23, 0.28);
}

.services-entry-card span {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-accent);
}

.services-entry-card h3 {
    margin: 0;
    font-size: 1.2rem;
}

.services-entry-card p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.76;
}

.services-entry-card ul {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--color-text-secondary);
    display: grid;
    gap: 0.5rem;
}

.services-entry-card li {
    line-height: 1.7;
}

.services-entry-card__actions {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.services-entry-card__actions a:first-child {
    color: var(--color-text);
    font-weight: 600;
}

.services-offer-detail-stack {
    display: grid;
    gap: 1.25rem;
    margin: 1.6rem 0 2rem;
}

.services-offer-detail {
    padding: 1.5rem;
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

[data-theme="dark"] .services-offer-detail {
    background: rgba(10, 15, 25, 0.84);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 20px 38px rgba(2, 6, 23, 0.28);
}

.services-offer-detail__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.2rem;
}

.services-offer-detail__head h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.7rem, 2vw, 2.2rem);
}

.services-offer-detail__head p {
    margin: 0;
    max-width: 64ch;
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.services-offer-detail__meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.services-offer-detail__meta-card {
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

[data-theme="dark"] .services-offer-detail__meta-card {
    background: rgba(15, 23, 42, 0.58);
    border-color: rgba(148, 163, 184, 0.12);
}

.services-offer-detail__meta-card strong {
    color: var(--color-text);
    font-size: 0.86rem;
}

.services-offer-detail__meta-card span {
    color: var(--color-text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
}

.services-offer-detail__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.services-offer-detail__panel {
    padding: 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

[data-theme="dark"] .services-offer-detail__panel {
    background: rgba(15, 23, 42, 0.58);
    border-color: rgba(148, 163, 184, 0.12);
}

.services-offer-detail__panel h3 {
    margin: 0 0 0.7rem;
    font-size: 1rem;
}

.services-offer-detail__panel ul,
.services-offer-detail__panel ol {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--color-text-secondary);
    display: grid;
    gap: 0.55rem;
}

.services-offer-detail__panel li {
    line-height: 1.7;
}

.service-launch-card {
    padding: 1.15rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

[data-theme="dark"] .service-launch-card {
    background: rgba(15, 23, 42, 0.76);
    border-color: rgba(148, 163, 184, 0.12);
}

.service-launch-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.05rem;
}

.service-launch-card p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.72;
}

.service-launch-proof {
    padding: 1.35rem;
}

.service-launch-proof p {
    margin: 0 0 1rem;
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.service-launch-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-launch-faq dl {
    margin: 0;
    display: grid;
    gap: 1rem;
}

.service-launch-faq dt {
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 0.35rem;
}

.service-launch-faq dd {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .services-overview-hero__grid,
    .service-launch-hero__grid,
    .services-overview-spotlight__grid,
    .services-entry-grid,
    .services-offer-detail__meta,
    .services-offer-detail__grid,
    .service-category__items,
    .service-launch-grid,
    .service-launch-related__grid,
    .why-us-hero-grid,
    .why-us-engagement-grid,
    .why-us-pressure-grid,
    .why-us-outcomes,
    .why-us-proof-grid,
    .why-us-network-grid,
    .why-us-trust-grid,
    .services-fulfillment-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-overview-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .services-overview-hero,
    .service-launch-hero {
        padding: 7rem 0 4rem;
    }

    .services-overview-hero h1,
    .service-launch-hero h1 {
        font-size: clamp(2.05rem, 11vw, 3rem);
        line-height: 1.02;
        letter-spacing: -0.035em;
    }

    .services-overview-hero__grid,
    .service-launch-hero__grid,
    .services-overview-spotlight__grid,
    .services-entry-grid,
    .services-offer-detail__meta,
    .services-offer-detail__grid,
    .service-category__items,
    .service-launch-grid,
    .service-launch-related__grid,
    .services-overview-nav,
    .why-us-hero-grid,
    .why-us-engagement-grid,
    .why-us-pressure-grid,
    .why-us-outcomes,
    .why-us-proof-grid,
    .why-us-network-grid,
    .why-us-trust-grid,
    .services-fulfillment-grid {
        grid-template-columns: 1fr;
    }

    .service-category__head {
        flex-direction: column;
        align-items: start;
    }

    .services-entry-card__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .services-offer-detail__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .services-overview-hero__actions,
    .service-launch-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .service-launch-hero__media-frame,
    .service-launch-hero__media-frame img,
    .service-launch-hero__media-video {
        min-height: 220px;
    }
}
