.service-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto 14px;
    padding: 7px 12px;
    border: 1px solid rgba(47, 95, 156, 0.18);
    border-radius: 999px;
    background: rgba(47, 95, 156, 0.06);
    color: #2F5F9C;
    font-size: 13px;
    font-weight: 700;
}

html body.info-page .content-block h2 {
    display: block !important;
    width: auto !important;
    margin: 38px 0 14px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #173a63 !important;
    -webkit-text-fill-color: #173a63 !important;
    font-size: clamp(19px, 0.7vw + 16px, 24px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

html body.info-page .content-block h2::before,
html body.info-page .content-block h2::after {
    content: none !important;
    display: none !important;
}

html body.info-page .content-block h2 + .content-card {
    margin-top: 0 !important;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}

html body.info-page .content-card {
    margin-bottom: 22px !important;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0 0;
}
.service-founder {
    display: flex;
    align-items: stretch;
    gap: 22px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--lexi-border);
}
.service-founder-media,
.about-media {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    flex: 0 0 170px;
}
.service-founder-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2F5F9C, #57A4FF);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.service-founder-photo {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 34%;
    border: 4px solid #ffffff;
    outline: 1px solid #dbe4ee;
    background: #ffffff;
    box-shadow: none;
    display: block;
}
.service-founder-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.service-founder-name {
    color: #111827;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    line-height: 1.2;
}
.service-founder-role {
    color: #6b7280;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.6;
    margin-top: 8px;
}
.service-founder-handle {
    display: inline-flex;
    width: fit-content;
    margin-top: 4px;
    color: #2F5F9C;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}
.service-founder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.service-founder-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 14px;
    border: 1px solid rgba(47, 95, 156, 0.24);
    border-radius: 999px;
    color: #2F5F9C;
    background: rgba(47, 95, 156, 0.06);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.service-founder-actions a:hover,
.service-founder-actions a:focus-visible {
    border-color: rgba(47, 95, 156, 0.42);
    background: rgba(47, 95, 156, 0.1);
}
.service-card {
    border: 1px solid var(--lexi-border);
    border-radius: 12px;
    background: #fff;
    padding: 18px;
    box-shadow: none;
}
.service-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 17px;
    line-height: 1.35;
}
.service-card p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}
.service-human-note {
    margin: 0 0 18px;
    border: 1px solid rgba(47, 95, 156, 0.14);
    border-radius: 12px;
    background: #fbfdff;
    padding: 16px 18px;
    color: #334155;
    font-size: 15px;
    line-height: 1.72;
}
.service-human-note strong {
    color: #111827;
}
.service-path-card {
    border: 1px solid var(--lexi-border);
    border-radius: 12px;
    background: #ffffff;
    padding: 18px;
}
.service-path-label {
    display: block;
    align-items: center;
    min-height: 0;
    margin-bottom: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #2F5F9C;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.service-path-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 17px;
    line-height: 1.35;
}
.service-path-card p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}
.service-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-list li {
    position: relative;
    min-height: 48px;
    padding: 13px 16px 13px 48px;
    border: 1px solid var(--lexi-border);
    border-radius: 13px;
    background: #fff;
    color: #374151;
    line-height: 1.55;
}
.service-list li::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 17px;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    background: #2F5F9C;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.62);
}

.content-card ul.service-list,
body.info-page .content-card ul.service-list {
    display: grid !important;
    gap: 14px !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.content-card ul.service-list li,
body.info-page .content-card ul.service-list li {
    display: block !important;
    position: relative !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 15px 18px 15px 58px !important;
    border: 1px solid var(--lexi-border) !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #374151 !important;
    line-height: 1.55 !important;
}

.content-card ul.service-list li::before,
body.info-page .content-card ul.service-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    top: 19px !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 5px !important;
    background: #2F5F9C !important;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.62) !important;
}

.content-card ul.service-list li::marker,
body.info-page .content-card ul.service-list li::marker {
    content: "" !important;
    font-size: 0 !important;
}
.service-alert {
    border: 1px solid rgba(47, 95, 156, 0.18);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(47, 95, 156, 0.08), rgba(87, 164, 255, 0.08));
    padding: 18px 20px;
    color: #2F5F9C;
    line-height: 1.7;
}
.service-alert a {
    color: inherit;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.service-form {
    display: grid;
    gap: 16px;
}
.service-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.service-form label {
    display: grid;
    gap: 7px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
}
.service-form input,
.service-form select,
.service-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--lexi-border);
    border-radius: 11px;
    background: #fff;
    color: #111827;
    font-family: var(--lexi-font);
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 14px;
    outline: none;
}
.service-form textarea {
    min-height: 150px;
    resize: vertical;
}
.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus {
    border-color: #2F5F9C;
    box-shadow: 0 0 0 3px rgba(47, 95, 156, 0.12);
}
.service-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.service-small {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}
.support-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid rgba(47, 95, 156, 0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.support-cta-card h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 22px;
    line-height: 1.25;
}
.support-cta-card p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}
.support-cta-button,
.support-inline-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #2F5F9C;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(47, 95, 156, 0.16);
}
.support-cta-button::before,
.support-cta-button::after,
.support-inline-cta a::before,
.support-inline-cta a::after {
    content: none !important;
    display: none !important;
}
.support-cta-button:hover,
.support-inline-cta a:hover,
.support-cta-button:focus-visible,
.support-inline-cta a:focus-visible {
    background: #244f86;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-decoration: none;
}
.support-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid rgba(47, 95, 156, 0.16);
    border-radius: 13px;
    background: #f8fafc;
}
.support-inline-cta span {
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.service-success {
    display: none;
    border: 1px solid rgba(16, 185, 129, 0.24);
    border-radius: 14px;
    background: rgba(16, 185, 129, 0.08);
    color: #065f46;
    padding: 16px 18px;
    line-height: 1.7;
}
.service-success.is-visible {
    display: block;
}
.service-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.service-price {
    border: 1px solid var(--lexi-border);
    border-radius: 14px;
    background: #fff;
    padding: 20px;
}
.service-price strong {
    display: block;
    color: #111827;
    font-size: 17px;
    margin-bottom: 8px;
}
.service-price span {
    display: block;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}
.service-price p {
    margin: 10px 0 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}
@media (max-width: 850px) {
    .service-grid,
    .service-price-grid,
    .service-form-row {
        grid-template-columns: 1fr;
    }
    .service-founder {
        align-items: center;
    }
    .service-founder-photo {
        width: 156px;
        height: 156px;
        flex-basis: 156px;
    }
    .service-founder-media,
    .about-media {
        flex-basis: 156px;
    }
    .support-cta-card,
    .support-inline-cta {
        align-items: stretch;
        flex-direction: column;
    }
    .support-cta-button,
    .support-inline-cta a {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .service-founder {
        display: grid;
        justify-items: start;
        gap: 16px;
    }
    .service-founder-photo {
        width: 156px;
        height: 156px;
        flex-basis: 156px;
    }
    .service-founder-actions {
        width: 100%;
    }
    .service-founder-actions a {
        flex: 1 1 150px;
    }
}
html[data-theme="dark"] .service-hero-note,
html.theme-dark .service-hero-note,
body[data-theme="dark"] .service-hero-note {
    background: rgba(96, 165, 250, 0.12);
    border-color: rgba(147, 197, 253, 0.22);
    color: #bfdbfe;
}
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .service-human-note,
html[data-theme="dark"] .service-path-card,
html[data-theme="dark"] .service-price,
html[data-theme="dark"] .service-list li,
html[data-theme="dark"] .service-form input,
html[data-theme="dark"] .service-form select,
html[data-theme="dark"] .service-form textarea,
html.theme-dark .service-card,
html.theme-dark .service-human-note,
html.theme-dark .service-path-card,
html.theme-dark .service-price,
html.theme-dark .service-list li,
html.theme-dark .service-form input,
html.theme-dark .service-form select,
html.theme-dark .service-form textarea,
body[data-theme="dark"] .service-card,
body[data-theme="dark"] .service-human-note,
body[data-theme="dark"] .service-path-card,
body[data-theme="dark"] .service-price,
body[data-theme="dark"] .service-list li,
body[data-theme="dark"] .service-form input,
body[data-theme="dark"] .service-form select,
body[data-theme="dark"] .service-form textarea {
    background: #07111f;
    border-color: rgba(148, 163, 184, 0.24);
    color: #e5edf8;
}
html[data-theme="dark"] .service-card h3,
html[data-theme="dark"] .service-human-note strong,
html[data-theme="dark"] .service-path-card h3,
html[data-theme="dark"] .service-founder-name,
html[data-theme="dark"] .service-price strong,
html.theme-dark .service-card h3,
html.theme-dark .service-human-note strong,
html.theme-dark .service-path-card h3,
html.theme-dark .service-founder-name,
html.theme-dark .service-price strong,
body[data-theme="dark"] .service-card h3,
body[data-theme="dark"] .service-human-note strong,
body[data-theme="dark"] .service-path-card h3,
body[data-theme="dark"] .service-founder-name,
body[data-theme="dark"] .service-price strong {
    color: #f8fbff;
}
html[data-theme="dark"] .service-card p,
html[data-theme="dark"] .service-human-note,
html[data-theme="dark"] .service-path-card p,
html[data-theme="dark"] .service-price p,
html[data-theme="dark"] .service-list li,
html[data-theme="dark"] .service-founder-role,
html[data-theme="dark"] .service-founder-handle,
html[data-theme="dark"] .service-price span,
html[data-theme="dark"] .service-form label,
html.theme-dark .service-card p,
html.theme-dark .service-human-note,
html.theme-dark .service-path-card p,
html.theme-dark .service-price p,
html.theme-dark .service-list li,
html.theme-dark .service-founder-role,
html.theme-dark .service-founder-handle,
html.theme-dark .service-price span,
html.theme-dark .service-form label,
body[data-theme="dark"] .service-card p,
body[data-theme="dark"] .service-human-note,
body[data-theme="dark"] .service-path-card p,
body[data-theme="dark"] .service-price p,
body[data-theme="dark"] .service-list li,
body[data-theme="dark"] .service-founder-role,
body[data-theme="dark"] .service-founder-handle,
body[data-theme="dark"] .service-price span,
body[data-theme="dark"] .service-form label {
    color: #cbd5e1;
}
html[data-theme="dark"] .service-alert,
html[data-theme="dark"] .service-founder-actions a,
html.theme-dark .service-alert,
html.theme-dark .service-founder-actions a,
body[data-theme="dark"] .service-alert {
    background: rgba(96, 165, 250, 0.1);
    border-color: rgba(147, 197, 253, 0.22);
    color: #dbeafe;
}
body[data-theme="dark"] .service-founder-actions a {
    background: rgba(96, 165, 250, 0.1);
    border-color: rgba(147, 197, 253, 0.22);
    color: #dbeafe;
}
html[data-theme="dark"] .service-form input::placeholder,
html[data-theme="dark"] .service-form textarea::placeholder,
html.theme-dark .service-form input::placeholder,
html.theme-dark .service-form textarea::placeholder,
body[data-theme="dark"] .service-form input::placeholder,
body[data-theme="dark"] .service-form textarea::placeholder {
    color: #8aa0b8;
}
html[data-theme="dark"] .service-form select option,
html.theme-dark .service-form select option,
body[data-theme="dark"] .service-form select option {
    background: #07111f;
    color: #e5edf8;
}
html[data-theme="dark"] .service-small,
html.theme-dark .service-small,
body[data-theme="dark"] .service-small {
    color: #9ca3af;
}

html[data-theme="dark"] .support-cta-card,
html.theme-dark .support-cta-card,
body[data-theme="dark"] .support-cta-card {
    background: #111827;
    border-color: rgba(148, 163, 184, 0.28);
}

html[data-theme="dark"] .support-cta-card h2,
html.theme-dark .support-cta-card h2,
body[data-theme="dark"] .support-cta-card h2 {
    color: #f8fafc;
}

html[data-theme="dark"] .support-cta-card p,
html.theme-dark .support-cta-card p,
body[data-theme="dark"] .support-cta-card p {
    color: #cbd5e1;
}

html[data-theme="dark"] .support-inline-cta,
html.theme-dark .support-inline-cta,
body[data-theme="dark"] .support-inline-cta {
    background: #0f172a;
    border-color: rgba(148, 163, 184, 0.28);
}

html[data-theme="dark"] .support-inline-cta span,
html.theme-dark .support-inline-cta span,
body[data-theme="dark"] .support-inline-cta span {
    color: #dbeafe;
}

/* Support CTA must not inherit generic info-page section heading styles. */
html body.info-page .content-block .support-cta-card {
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
}

html body.info-page .content-block .support-cta-card h2 {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

html body.info-page .content-block .support-cta-card h2::before,
html body.info-page .content-block .support-cta-card h2::after {
    content: none !important;
    display: none !important;
}

html body.info-page .content-block .support-cta-card p {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

html[data-theme="dark"] body.info-page .content-block .support-cta-card h2,
html.theme-dark body.info-page .content-block .support-cta-card h2,
body[data-theme="dark"].info-page .content-block .support-cta-card h2 {
    color: #f8fafc !important;
}

html[data-theme="dark"] body.info-page .content-block .support-cta-card p,
html.theme-dark body.info-page .content-block .support-cta-card p,
body[data-theme="dark"].info-page .content-block .support-cta-card p {
    color: #cbd5e1 !important;
}

@media (max-width: 850px) {
    html body.info-page .content-block .support-cta-card {
        align-items: stretch !important;
    }
}

/* Service pages should feel like clean personal pages, not attached blue-strip blocks. */
html body.info-page .content-block h2 {
    display: block !important;
    margin: 34px 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #173a63 !important;
    font-size: clamp(20px, 0.7vw + 17px, 24px) !important;
    font-weight: 720 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

html body.info-page .content-block h2::before,
html body.info-page .content-block h2::after {
    content: none !important;
    display: none !important;
}

html body.info-page .content-block h2 + .content-card {
    margin-top: 0 !important;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}

html body.info-page .content-card {
    margin-bottom: 22px !important;
}

html body.info-page .service-grid,
html body.info-page .service-price-grid {
    gap: 18px !important;
}

html[data-theme="dark"] body.info-page .content-block h2,
html.theme-dark body.info-page .content-block h2,
body[data-theme="dark"].info-page .content-block h2 {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #dbeafe !important;
    -webkit-text-fill-color: #dbeafe !important;
}
