/* JD Align brand tokens cloned from the existing JD Align solution shell. */
:root {
    --jd-brand: #ff7043;
    --jd-brand-strong: #c2410c;
    --jd-brand-soft: #fff3e0;
    --jd-contrast: #ffffff;
    --nav-pill-h: 36px;
    --nav-pill-px: 12px;
    --nav-pill-radius: 8px;
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7fafc;
    color: #172033;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
}

h1:focus {
    outline: none;
}

.mud-button-root,
.mud-button-root.mud-button {
    border-radius: 8px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.mud-button-root.mud-button-filled.mud-button-filled-primary {
    background-color: var(--jd-brand-strong);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(194, 65, 12, 0.22);
}

.mud-button-root.mud-button-filled.mud-button-filled-primary:hover,
.mud-button-root.mud-button-filled.mud-button-filled-primary:focus-visible {
    background-color: #9a3412;
}

.mud-button-root.mud-button-outlined.mud-button-outlined-primary {
    border-color: var(--jd-brand-strong);
    color: var(--jd-brand-strong);
}

.mud-button-root.mud-button-outlined.mud-button-outlined-primary:hover,
.mud-button-root.mud-button-outlined.mud-button-outlined-primary:focus-visible {
    background-color: var(--jd-brand-soft);
}

.blazor-error-boundary {
    padding: 1rem;
    color: white;
    background: #b32121;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.main-container {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #f7fafc;
    color: #172033;
}

.brand-primary {
    --mud-palette-primary: var(--jd-brand-strong);
    --mud-palette-primary-rgb: 194, 65, 12;
}

.body {
    display: flex;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

.content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;
    width: 100%;
    overflow-y: auto;
}

.top-nav {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0.5rem 1.5rem;
    background: var(--jd-brand);
    color: #ffffff;
}

.top-nav .mud-grid {
    align-items: center !important;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-img {
    display: block;
    width: auto;
    height: 70px;
}

.top-brand-tagline {
    margin: 0 !important;
    padding-left: 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.65);
    color: #ffffff;
    font-size: clamp(1.05rem, 1.3vw, 1.25rem);
    font-weight: 800 !important;
    line-height: 1.1;
    letter-spacing: 0.015em;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
}

.top-public-nav {
    width: 100%;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
}

.jd-nav-link,
.jd-nav-link:visited,
.jd-nav-link:active {
    display: inline-flex;
    align-items: center;
    height: var(--nav-pill-h);
    padding: 0 var(--nav-pill-px);
    border: 1px solid transparent;
    border-radius: var(--nav-pill-radius);
    box-sizing: border-box;
    color: #0f172a !important;
    font-size: 0.875rem;
    font-weight: 700 !important;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.jd-nav-link:hover,
.jd-nav-link:focus,
.jd-nav-link.active {
    background: #ffffff;
    color: var(--jd-brand-strong) !important;
    border-color: var(--jd-brand-strong);
}

.jd-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--jd-brand);
    color: #0f172a;
}

.jd-footer__container {
    padding: 12px clamp(24px, 6vw, 64px);
}

.jd-footer__copy {
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 700 !important;
    line-height: 1.1;
}

.jd-footer a {
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
}

.jd-footer a:hover,
.jd-footer a:focus {
    background: #ffffff;
    color: var(--jd-brand-strong) !important;
    border-radius: 6px;
}

.footer-social-link {
    gap: 0.4rem;
}

.footer-social-link__icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.hero-section {
    min-height: clamp(32rem, 43vw, 39rem);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
    padding: clamp(2rem, 5vh, 3.25rem) clamp(1rem, 4vw, 4rem);
    background:
        linear-gradient(135deg, rgba(255, 112, 67, 0.10), rgba(245, 158, 11, 0.10)),
        #f7fafc;
}

.hero-copy {
    max-width: 46rem;
}

.eyebrow {
    margin: 0 0 0.75rem;
    color: var(--jd-brand-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.25rem, 3.2vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.hero-lead {
    max-width: 100%;
    margin: 1rem 0 0;
    color: #334155;
    font-size: clamp(1.05rem, 1.55vw, 1.22rem);
    line-height: 1.55;
}

.hero-support {
    max-width: 100%;
    margin: 0.75rem 0 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.home-proof-strip {
    display: grid;
    grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1rem, 4vw, 4rem);
    border-top: 1px solid rgba(255, 112, 67, 0.24);
    border-bottom: 1px solid rgba(255, 112, 67, 0.24);
    background: rgba(255, 255, 255, 0.84);
}

.home-proof-strip__heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.2;
}

.home-proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-proof-strip__grid li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem;
    align-items: flex-start;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

.home-proof-strip__grid .mud-icon-root {
    margin-top: 0.05rem;
    color: var(--jd-brand-strong);
    font-size: 1.1rem;
}

.hero-visual-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-self: end;
    width: min(100%, 64rem);
    margin: 0;
    padding: clamp(0.75rem, 1.4vw, 1.15rem);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.hero-visual-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 36rem;
    object-fit: contain;
}

.hero-visual-card figcaption {
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.signal-board {
    min-height: 12.5rem;
    display: grid;
    align-content: center;
    gap: 0.45rem;
    padding: clamp(0.85rem, 1.6vw, 1.1rem);
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 8px;
    background:
        radial-gradient(circle at 22% 18%, rgba(14, 165, 233, 0.22), transparent 28%),
        radial-gradient(circle at 82% 12%, rgba(244, 63, 94, 0.18), transparent 30%),
        linear-gradient(145deg, #ffffff, #eef7f4);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.signal-board-header,
.signal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0.72rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
}

.signal-board-header {
    justify-content: flex-start;
    color: var(--jd-brand);
    font-size: 0.9rem;
    font-weight: 800;
}

.signal-row span {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
}

.signal-row strong {
    color: #172033;
    font-size: 0.88rem;
    text-align: right;
}

.content-section {
    padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1rem, 4vw, 4rem);
    background: #ffffff;
}

section[id] {
    scroll-margin-top: 5.5rem;
}

.section-heading {
    max-width: 42rem;
    margin-bottom: 1.25rem;
}

.services-heading {
    max-width: none;
}

.services-heading h2 {
    white-space: nowrap;
}

.section-heading p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: #475569;
    line-height: 1.65;
}

.section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: 0;
}

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

.feature-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.home-service-grid > .feature-card {
    grid-column: span 2;
}

.home-service-grid .feature-card {
    --service-accent: #ea580c;
    --service-tint: rgba(234, 88, 12, 0.10);
    position: relative;
    overflow: hidden;
    border-color: rgba(15, 23, 42, 0.12);
    background: linear-gradient(145deg, #ffffff 58%, var(--service-tint));
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-service-grid .feature-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--service-accent);
    content: "";
}

.home-service-grid .feature-card:nth-child(2) {
    --service-accent: #d97706;
    --service-tint: rgba(217, 119, 6, 0.10);
}

.home-service-grid .feature-card:nth-child(3) {
    --service-accent: #7c3aed;
    --service-tint: rgba(124, 58, 237, 0.09);
}

.home-service-grid .feature-card:nth-child(4) {
    --service-accent: #0284c7;
    --service-tint: rgba(2, 132, 199, 0.09);
}

.home-service-grid .feature-card:nth-child(5) {
    --service-accent: #0f766e;
    --service-tint: rgba(15, 118, 110, 0.09);
}

.home-service-grid .feature-card:nth-child(6) {
    --service-accent: #2563eb;
    --service-tint: rgba(37, 99, 235, 0.09);
}

.home-service-grid .feature-card .mud-icon-root {
    box-sizing: content-box;
    padding: 0.5rem;
    border-radius: 12px;
    background: var(--service-tint);
    color: var(--service-accent);
    font-size: 1.55rem;
}

@media (hover: hover) {
    .home-service-grid .feature-card:hover {
        transform: translateY(-3px);
        border-color: var(--service-accent);
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    }
}

.feature-card {
    min-height: 11rem;
    padding: 1rem;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
}

.feature-card .mud-icon-root {
    color: var(--jd-brand);
    font-size: 2.1rem;
}

.feature-card h3,
.approach-list h3 {
    margin: 1rem 0 0.55rem;
    color: #172033;
    font-size: 1.2rem;
}

.feature-card p,
.approach-list p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.feature-title-link {
    color: #172033 !important;
    font-weight: 800;
    text-decoration-color: transparent;
}

.feature-title-link:hover,
.feature-title-link:focus {
    color: var(--service-accent, var(--jd-brand)) !important;
    text-decoration-color: currentColor;
}

.services-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.35rem;
}

.approach-section {
    height: 100%;
    background: #f7fafc;
}

.work-section {
    height: 100%;
    background: #ffffff;
}

.work-section .section-heading {
    max-width: none;
}

.product-work-grid {
    margin-top: 0;
}

.work-card {
    height: 100%;
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.1rem;
    padding: 1.25rem;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 112, 67, 0.08), rgba(14, 165, 233, 0.08)),
        #ffffff;
}

.product-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(13rem, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    overflow: hidden;
    gap: 0.75rem 1rem;
    min-height: 0;
    padding: 0.9rem;
}

.work-card-media {
    grid-row: 1 / span 2;
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
}

.work-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.work-card-media-contain img {
    object-fit: contain;
}

.work-card .mud-icon-root {
    color: var(--jd-brand);
    font-size: 2.1rem;
}

.work-card h3 {
    margin: 0.75rem 0 0.45rem;
    font-size: 1.25rem;
}

.product-card .mud-icon-root {
    font-size: 1.65rem;
}

.product-card h3 {
    margin-top: 0.5rem;
}

.work-title-link {
    color: #172033 !important;
    font-weight: 800;
    text-decoration-color: transparent;
}

.work-title-link:hover,
.work-title-link:focus {
    color: var(--jd-brand) !important;
    text-decoration-color: currentColor;
}

.work-card p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.approach-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.approach-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
}

.approach-list span {
    color: #f59e0b;
    font-weight: 900;
}

.contact-page {
    flex: 1;
    width: 100%;
    padding: clamp(1.75rem, 3.5vw, 3.25rem) clamp(1rem, 4vw, 4rem) clamp(2.25rem, 4vw, 3.5rem);
    background:
        linear-gradient(135deg, rgba(255, 112, 67, 0.08), rgba(14, 165, 233, 0.08)),
        #f7fafc;
}

.contact-page__container {
    width: 100%;
    padding: 0 !important;
}

.contact-page__grid {
    align-items: stretch !important;
}

.contact-page__column {
    display: flex;
    min-width: 0;
}

.contact-page__content {
    display: grid;
    flex: 1;
    gap: clamp(1.75rem, 3vw, 2.5rem);
    min-width: 0;
}

.contact-page__intro {
    width: 100%;
}

.contact-page__intro h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.15rem, 3.2vw, 3.2rem);
    line-height: 1.06;
    letter-spacing: 0;
}

.contact-page__intro p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.65;
}

.contact-proof-card {
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(255, 112, 67, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.contact-proof-card__heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.35rem;
    line-height: 1.2;
}

.contact-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.contact-proof-grid li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem;
    align-items: flex-start;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

.contact-proof-grid .mud-icon-root {
    margin-top: 0.05rem;
    color: var(--jd-brand);
    font-size: 1.1rem;
}

.contact-page__section-heading {
    width: 100%;
    margin-bottom: 1rem;
}

.contact-page__section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.5rem, 1.9vw, 1.8rem);
    line-height: 1.15;
}

.contact-page__section-heading > p:not(.eyebrow) {
    margin: 0.65rem 0 0;
    color: #475569;
    line-height: 1.55;
}

.contact-form-panel__heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    line-height: 1.15;
}

.contact-service-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-service-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem 0;
    border-top: 1px solid #d9e1ec;
}

.contact-service-list li:last-child {
    border-bottom: 1px solid #d9e1ec;
}

.contact-service-list .mud-icon-root {
    margin-top: 0.1rem;
    color: var(--jd-brand);
    font-size: 1.45rem;
}

.contact-service-list h3 {
    margin: 0;
    color: #172033;
    font-size: 1.05rem;
}

.contact-service-list p {
    margin: 0.35rem 0 0;
    color: #475569;
    line-height: 1.55;
}

.contact-service-list p.contact-service-list__technology {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.55rem;
}

.contact-service-list__technology span {
    padding: 0.22rem 0.45rem;
    border: 1px solid #d9e1ec;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.25;
}

.contact-service-list__technology span.contact-service-list__more {
    border-style: dashed;
    background: transparent;
    color: #64748b;
    font-weight: 600;
}

.contact-product-list {
    display: grid;
    gap: 0.9rem;
}

.contact-product-card {
    display: grid;
    grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.25fr);
    overflow: hidden;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.contact-product-card__media {
    min-height: 10.5rem;
    overflow: hidden;
    border-right: 1px solid #e2e8f0;
    background: #ffffff;
}

.contact-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-product-card__media--contain img {
    object-fit: contain;
}

.contact-product-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
}

.contact-product-card__label {
    margin: 0;
    color: var(--jd-brand);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-product-card h3 {
    margin: 0.3rem 0 0.45rem;
    color: #172033;
    font-size: 1.25rem;
}

.contact-product-card__content > p:not(.contact-product-card__label) {
    margin: 0 0 0.85rem;
    color: #475569;
    line-height: 1.5;
}

.contact-below-fold {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

.contact-engagement,
.contact-faq {
    height: 100%;
    padding: clamp(1.15rem, 2vw, 1.5rem);
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

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

.contact-engagement-grid article {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    background: #ffffff;
}

.contact-engagement-grid .mud-icon-root {
    color: var(--jd-brand);
    font-size: 1.55rem;
}

.contact-engagement-grid h3 {
    margin: 0.55rem 0 0;
    color: #172033;
    font-size: 1rem;
    line-height: 1.3;
}

.contact-engagement-grid p {
    margin: 0.45rem 0 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.contact-process li {
    position: relative;
    display: grid;
    justify-items: center;
    padding: 0 0.45rem;
    text-align: center;
}

.contact-process li:not(:last-child)::after {
    position: absolute;
    top: 0.9rem;
    left: calc(50% + 1.2rem);
    width: calc(100% - 2.4rem);
    height: 1px;
    background: #cbd5e1;
    content: "";
}

.contact-process span {
    z-index: 1;
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--jd-brand);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
}

.contact-process strong {
    margin-top: 0.55rem;
    color: #172033;
    font-size: 0.9rem;
}

.contact-process small {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.35;
}

.contact-faq {
    margin: 0;
}

.contact-faq__heading {
    margin-bottom: 1rem;
    text-align: left;
}

.contact-faq__heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.6rem, 2.2vw, 2rem);
    line-height: 1.2;
}

.contact-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.contact-faq-list article {
    padding: 1rem 1.1rem;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.contact-faq-list article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.contact-faq-list h3 {
    margin: 0;
    color: #172033;
    font-size: 1rem;
    line-height: 1.35;
}

.contact-faq-list p {
    margin: 0.5rem 0 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
}

.contact-form-panel {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.10);
}

.contact-form-panel__heading {
    margin-bottom: 1.5rem;
}

.contact-form-panel__heading > p:not(.eyebrow) {
    margin: 0.75rem 0 0;
    color: #475569;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex: 1;
    width: 100%;
    min-height: 0;
}

.contact-form__grid {
    display: grid !important;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: stretch;
    width: 100%;
    min-height: 0;
    margin: 0 !important;
}

.contact-form__grid > .mud-grid-item {
    width: auto;
    max-width: none;
    padding: 0 !important;
}

.contact-form__field--full,
.contact-form__details-item,
.contact-form__actions-item {
    grid-column: 1 / -1;
}

.contact-form__details-item,
.contact-rich-text-field {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.contact-rich-text-field {
    flex: 1;
}

.contact-page__actions {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem 0.85rem !important;
    justify-content: flex-end;
}

.contact-rich-text-field__label {
    display: block;
    margin: 0 0 0.45rem 0.75rem;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.2;
}

.contact-rich-text-field__label span {
    color: #d32f2f;
}

.contact-rich-text-editor .ql-toolbar.ql-snow {
    border-color: #b7c1cf;
    border-radius: 4px 4px 0 0;
    background: #f8fafc;
}

.contact-rich-text-editor-placeholder__toolbar,
.contact-rich-text-editor-placeholder__body {
    border: 1px solid #b7c1cf;
}

.contact-rich-text-editor,
.contact-rich-text-editor-placeholder {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}

.contact-rich-text-editor-placeholder__toolbar {
    min-height: 42px;
    border-radius: 4px 4px 0 0;
    background: #f8fafc;
}

.contact-rich-text-editor-placeholder__body {
    min-height: 47rem;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background: #ffffff;
}

.contact-rich-text-editor .ql-container.ql-snow {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    border-color: #b7c1cf;
    border-radius: 0 0 4px 4px;
    color: #1e293b;
    font-family: inherit;
    font-size: 1rem;
}

.contact-rich-text-editor .ql-editor {
    flex: 1;
    width: 100%;
    min-height: 47rem;
    resize: vertical;
}

.contact-rich-text-editor .ql-editor.ql-blank::before {
    color: #64748b;
    font-style: normal;
}

.contact-rich-text-editor .ql-toolbar button:focus-visible {
    border-radius: 3px;
    outline: 2px solid #0f6cbd;
    outline-offset: 2px;
}

.contact-rich-text-field--error .contact-rich-text-editor .ql-toolbar.ql-snow,
.contact-rich-text-field--error .contact-rich-text-editor .ql-container.ql-snow {
    border-color: #d32f2f;
}

.contact-rich-text-field__helper,
.contact-rich-text-field__error {
    margin: 0.35rem 0.75rem 0;
    font-size: 0.75rem;
    line-height: 1.4;
}

.contact-rich-text-field__helper {
    color: #64748b;
}

.contact-rich-text-field__error {
    color: #d32f2f;
}

.contact-privacy-note {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.45;
}

.services-index,
.service-page {
    background: #ffffff;
}

.services-index__hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    padding: clamp(2rem, 5vh, 3.25rem) clamp(1rem, 4vw, 4rem);
    background:
        radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(255, 112, 67, 0.12), rgba(245, 158, 11, 0.07)),
        #f8fafc;
}

.services-index__hero-copy {
    max-width: 48rem;
}

.services-index__hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.25rem, 3.2vw, 3.6rem);
    line-height: 1.02;
}

.services-index__hero-copy > p:not(.eyebrow) {
    margin: 1.2rem 0 1.5rem;
    color: #475569;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.65;
}

.pre-engagement-consultation {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    max-width: 44rem;
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid #9ed8be;
    border-left: 4px solid #218c69;
    border-radius: 8px;
    background: #f0fbf6;
}

.pre-engagement-consultation > .mud-icon-root {
    margin-top: 0.1rem;
    color: #218c69;
    font-size: 1.45rem;
}

.pre-engagement-consultation strong {
    display: block;
    color: #145c46;
    font-size: 1rem;
    font-weight: 800;
}

.pre-engagement-consultation p {
    margin: 0.35rem 0 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.55;
}

.services-index__architecture {
    width: 100%;
}

.services-index__architecture img {
    max-height: 31rem;
}

.services-index__list {
    padding: clamp(2.25rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem);
}

.service-section__heading {
    max-width: 52rem;
    margin-bottom: 1.5rem;
}

.service-section__heading h2,
.services-index__proof h2,
.service-summary h2,
.service-related h2,
.service-cta h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    line-height: 1.12;
}

.service-section__heading > p:not(.eyebrow) {
    margin: 0.8rem 0 0;
    color: #475569;
    line-height: 1.65;
}

.services-index__grid {
    margin-top: -0.25rem;
}

.services-index__grid-item {
    display: flex;
}

.services-index-card {
    width: 100%;
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background:
        linear-gradient(145deg, #ffffff 66%, rgba(14, 165, 233, 0.07));
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.services-index-card > .mud-icon-root {
    color: var(--jd-brand);
    font-size: 1.8rem;
}

.services-index-card h3 {
    margin: 1rem 0 0;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.services-index-card h3 a {
    color: #172033;
    font-weight: 800;
}

.services-index-card > p {
    margin: 0.75rem 0 1.5rem;
    color: #475569;
    line-height: 1.65;
}

.services-index-card__capabilities {
    width: 100%;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.services-index-card__capabilities > p {
    margin: 0 0 0.8rem;
    color: var(--jd-brand-strong);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.services-index-card__capabilities ul {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-index-card__capabilities li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
}

.services-index-card__capabilities .mud-icon-root {
    margin-top: 0.05rem;
    color: #0f766e;
    font-size: 1.1rem;
}

.services-index__delivery {
    padding: clamp(2.75rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 88% 14%, rgba(14, 165, 233, 0.18), transparent 25%),
        #0f172a;
}

.services-index__delivery-heading {
    max-width: 58rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.services-index__delivery-heading .eyebrow {
    color: #fb923c;
}

.services-index__delivery-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.12;
}

.services-index__delivery-heading > p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.7;
}

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

.services-index__delivery-grid article {
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.services-index__delivery-grid .mud-icon-root {
    color: #fb923c;
    font-size: 1.8rem;
}

.services-index__delivery-grid h3 {
    margin: 1rem 0 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.25;
}

.services-index__delivery-grid p {
    margin: 0.7rem 0 0;
    color: #cbd5e1;
    line-height: 1.65;
}

.services-index__proof {
    display: grid;
    grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 5vw, 4rem);
    border-block: 1px solid #d9e1ec;
    background: #f8fafc;
}

.services-index__proof > p {
    margin: 0;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.75;
}

.services-index__proof a {
    color: var(--jd-brand-strong) !important;
    font-weight: 800;
}

.service-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 1rem clamp(1rem, 5vw, 4rem);
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    font-size: 0.86rem;
}

.service-breadcrumb a {
    color: var(--jd-brand-strong) !important;
    font-weight: 700;
}

.service-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.75fr);
    gap: clamp(1.5rem, 5vw, 4.5rem);
    align-items: center;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 88% 10%, rgba(14, 165, 233, 0.16), transparent 27%),
        linear-gradient(135deg, rgba(255, 112, 67, 0.11), rgba(245, 158, 11, 0.06)),
        #f8fafc;
}

.service-hero__copy h1 {
    max-width: 58rem;
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.25rem, 4.2vw, 4rem);
    line-height: 1.02;
}

.service-hero__lead {
    max-width: 52rem;
    margin: 1.2rem 0 0;
    color: #334155;
    font-size: clamp(1.05rem, 1.65vw, 1.25rem);
    line-height: 1.65;
}

.service-hero__actions {
    margin-top: 1.5rem;
}

.service-fit-card {
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    border: 1px solid rgba(255, 112, 67, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.service-fit-card h2 {
    margin: 0;
    color: #172033;
    font-size: 1.4rem;
    line-height: 1.25;
}

.service-fit-card ul {
    display: grid;
    gap: 0.8rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.service-fit-card li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: flex-start;
    color: #475569;
    line-height: 1.5;
}

.service-fit-card .mud-icon-root {
    margin-top: 0.1rem;
    color: var(--jd-brand-strong);
    font-size: 1.1rem;
}

.service-summary {
    display: grid;
    grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(1.5rem, 5vw, 4.5rem);
    align-items: start;
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem);
    border-bottom: 1px solid #e2e8f0;
}

.service-summary > p {
    margin: 0;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
}

.service-section {
    padding: clamp(2.25rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem);
}

.service-section--tint {
    border-block: 1px solid #e2e8f0;
    background: #f8fafc;
}

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

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

.service-content-card {
    padding: clamp(1.2rem, 2.2vw, 1.6rem);
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
}

.service-content-card .mud-icon-root {
    color: var(--jd-brand);
    font-size: 1.65rem;
}

.service-content-card h3,
.service-capability-list h3,
.service-process-list h3,
.service-faq-list h3 {
    margin: 0.8rem 0 0;
    color: #172033;
    font-size: 1.15rem;
    line-height: 1.35;
}

.service-content-card p,
.service-capability-list p,
.service-process-list p,
.service-faq-list p {
    margin: 0.55rem 0 0;
    color: #475569;
    line-height: 1.65;
}

.service-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #cbd5e1;
}

.service-capability-list article {
    padding: 1.25rem 1.25rem 1.25rem 0;
    border-bottom: 1px solid #cbd5e1;
}

.service-capability-list article:nth-child(even) {
    padding-right: 0;
    padding-left: 1.25rem;
    border-left: 1px solid #cbd5e1;
}

.service-capability-list h3 {
    margin-top: 0;
}

.service-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-process-list li {
    padding: 1.15rem;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
}

.service-process-list li > span {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--jd-brand);
    color: #ffffff;
    font-weight: 900;
}

.service-faq {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

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

.service-faq-list article {
    padding: 1.25rem;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
}

.service-faq-list h3 {
    margin-top: 0;
}

.service-related {
    display: grid;
    grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 5vw, 4rem);
    border-top: 1px solid #e2e8f0;
}

.service-related__links {
    display: grid;
    gap: 0.7rem;
}

.service-related__links a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #cbd5e1;
    color: var(--jd-brand-strong) !important;
    font-weight: 800;
}

.service-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(2.25rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem);
    background:
        linear-gradient(135deg, rgba(255, 112, 67, 0.14), rgba(14, 165, 233, 0.10)),
        #f8fafc;
}

.service-cta > div > p:not(.eyebrow) {
    max-width: 52rem;
    margin: 0.85rem 0 0;
    color: #475569;
    line-height: 1.65;
}

.terms-page {
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem);
    background:
        linear-gradient(135deg, rgba(255, 112, 67, 0.07), rgba(14, 165, 233, 0.07)),
        #f7fafc;
}

.terms-page__header {
    max-width: 52rem;
    margin-bottom: 1.5rem;
}

.terms-page__header h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.1rem, 3.4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.terms-page__header p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.65;
}

.terms-page__content {
    max-width: 56rem;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.terms-page__content h2 {
    margin: 1.5rem 0 0.5rem;
    color: #172033;
    font-size: 1.25rem;
}

.terms-page__content h2:first-child {
    margin-top: 0;
}

.terms-page__content p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.terms-page__content a {
    color: var(--jd-brand);
    font-weight: 800;
}

.not-found-page {
    min-height: 65vh;
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
}

.not-found-page h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.5rem, 7vw, 5rem);
    letter-spacing: 0;
}

.not-found-page p {
    margin: 0;
    color: #475569;
    font-size: 1.1rem;
}

.components-reconnect-first-attempt-visible,
.components-reconnect-repeated-attempt-visible,
.components-reconnect-failed-visible,
.components-pause-visible,
.components-resume-failed-visible,
.components-rejoining-animation {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible,
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-paused .components-pause-visible,
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible,
#components-reconnect-modal.components-reconnect-retrying,
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible,
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible {
    display: block;
}

#components-reconnect-modal {
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity 0.5s both;
}

#components-reconnect-modal[open] {
    animation: components-reconnect-modal-slideUp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

#components-reconnect-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button {
    padding: 0.45rem 1.5rem;
    border: 0;
    border-radius: 8px;
    background-color: var(--jd-brand);
    color: #ffffff;
    font-weight: 700;
}

#components-reconnect-modal button:hover {
    background-color: #e85f35;
}

#components-reconnect-modal button:active {
    background-color: var(--jd-brand);
}

.components-rejoining-animation {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div {
    position: absolute;
    border: 3px solid var(--jd-brand);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@media (max-width: 920px) {
    .hero-section,
    .services-index__hero,
    .feature-grid,
    .feature-grid-four {
        grid-template-columns: 1fr;
    }

    .home-proof-strip {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-service-grid > .feature-card {
        grid-column: auto;
    }

    .signal-board {
        min-height: 0;
    }

    .hero-visual-card {
        justify-self: stretch;
        width: 100%;
    }

    .services-index__hero-copy {
        max-width: 52rem;
    }

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

    .hero-section {
        min-height: 0;
    }

    .contact-page {
        padding-top: 1.5rem;
    }

    .contact-below-fold {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-rich-text-editor .ql-editor,
    .contact-rich-text-editor-placeholder__body {
        min-height: 24rem;
    }

    .services-heading h2 {
        white-space: normal;
    }

    .service-hero,
    .service-summary,
    .services-index__proof,
    .service-related,
    .service-cta {
        grid-template-columns: minmax(0, 1fr);
    }

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

@media (max-width: 1199px) {
    .top-brand-tagline {
        display: none;
    }
}

@media (max-width: 760px) {
    .top-nav {
        padding: 0.75rem 1rem;
    }

    .top-brand-stack {
        gap: 0.75rem !important;
    }

    .logo-img {
        height: 54px;
    }

    .top-public-nav {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        margin-top: 0.5rem;
        width: 100%;
    }

    .contact-engagement-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-faq-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-faq-list article:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .contact-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 0;
    }

    .contact-process li:nth-child(2)::after {
        display: none;
    }

    .product-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .work-card-media {
        grid-row: auto;
        aspect-ratio: 12 / 5;
    }

    .service-card-grid--three,
    .service-capability-list,
    .service-process-list,
    .service-faq-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .services-index__delivery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-capability-list article:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .service-cta .mud-button-root {
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .jd-footer__container {
        padding-inline: 1rem;
    }
}

@media (max-width: 600px) {
    .contact-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-form__field--half {
        grid-column: 1 / -1;
    }

    .contact-product-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-product-card__media {
        min-height: 0;
        aspect-ratio: 12 / 5;
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }
}

@media (max-width: 520px) {
    .home-proof-strip__grid,
    .contact-proof-grid,
    .contact-process {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-process li::after {
        display: none;
    }

    .contact-rich-text-editor .ql-editor,
    .contact-rich-text-editor-placeholder__body {
        min-height: 16rem;
    }

    .contact-page__actions {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .contact-page__actions .mud-button-root {
        width: 100%;
    }

    .hero-copy h1 {
        font-size: 1.95rem;
        line-height: 1.08;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .signal-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .signal-row strong {
        text-align: left;
    }
}
