.domain-page-body {
    background:
        radial-gradient(circle at 10% 6%, rgba(22, 119, 255, 0.06), transparent 26%),
        linear-gradient(180deg, #f6faff 0%, #ffffff 640px);
}

.domain-landing {
    overflow: hidden;
}

.domain-breadcrumb {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: min(var(--max), calc(100% - 40px));
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.domain-breadcrumb a,
.domain-breadcrumb strong {
    color: rgba(255, 255, 255, 0.92);
}

.domain-hero {
    position: relative;
    width: 100vw;
    min-height: 650px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    place-items: center;
    padding: 118px 20px 92px;
    overflow: hidden;
    background: #071426;
    scroll-margin-top: 110px;
}

.domain-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--domain-hero-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(4px) saturate(1) contrast(1) brightness(1);
    opacity: 1;
    transform: scale(1.03);
    animation: domainHeroBgEntrance 1.4s cubic-bezier(.16, 1, .3, 1) both;
}

.domain-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 13, 31, 0.12), rgba(3, 13, 31, 0.28)),
        linear-gradient(90deg, rgba(3, 13, 31, 0.24), rgba(3, 13, 31, 0.06), rgba(3, 13, 31, 0.18));
    pointer-events: none;
}

.domain-hero-inner {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    display: grid;
    justify-items: center;
    text-align: center;
}

.domain-hero-inner > span,
.domain-hero-inner > h1,
.domain-hero-inner > p {
    opacity: 0;
    transform: translateY(18px);
}

.domain-hero-inner.is-visible > span,
.domain-hero-inner.is-visible > h1,
.domain-hero-inner.is-visible > p {
    animation: domainHeroItemEntrance .72s cubic-bezier(.16, 1, .3, 1) both;
}

.domain-hero-inner.is-visible > h1 {
    animation-delay: .08s;
}

.domain-hero-inner.is-visible > p {
    animation-delay: .16s;
}

.domain-hero-inner > span,
.domain-section-head span,
.domain-flow-copy > span,
.domain-final-cta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    color: #1677ff;
    background: rgba(22, 119, 255, 0.08);
    border: 1px solid rgba(22, 119, 255, 0.16);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.domain-hero-inner > span {
    color: #dff6ff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.domain-hero h1 {
    margin: 20px 0 16px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 16px 40px rgba(2, 8, 23, 0.42);
}

.domain-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.82;
    text-shadow: 0 6px 22px rgba(2, 8, 23, 0.38);
}

.domain-search-box {
    width: min(840px, 100%);
    margin-top: 34px;
    padding: 18px;
    display: grid;
    gap: 12px;
    text-align: left;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    box-shadow: 0 26px 66px rgba(2, 8, 23, 0.22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.domain-search-box.is-visible {
    animation: domainSearchEntrance .82s cubic-bezier(.16, 1, .3, 1) .2s both;
}

.domain-search-box label {
    color: #10284c;
    font-size: 13px;
    font-weight: 900;
}

.domain-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 10px;
}

.domain-search-row input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    color: #10284c;
    background: #f8fbff;
    border: 1px solid rgba(198, 214, 236, 0.92);
    border-radius: 8px;
    font: inherit;
    font-size: 15px;
    outline: none;
}

.domain-search-row input:focus {
    border-color: rgba(31, 93, 157, 0.72);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(31, 93, 157, 0.12);
}

.domain-search-box.has-error .domain-search-row input {
    border-color: rgba(217, 107, 11, 0.72);
    box-shadow: 0 0 0 4px rgba(217, 107, 11, 0.10);
}

.domain-search-error {
    margin: -2px 0 0;
    color: #b45309;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.domain-search-row button,
.domain-flow-copy a,
.domain-price-card a,
.domain-final-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #1677ff, #0b3d91);
    border: 0;
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.domain-search-row button:hover,
.domain-flow-copy a:hover,
.domain-price-card a:hover,
.domain-final-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(22, 119, 255, 0.22);
}

.domain-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.domain-search-tags a {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    color: #31506f;
    background: rgba(22, 119, 255, 0.06);
    border: 1px solid rgba(198, 214, 236, 0.82);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.domain-search-tags a:hover,
.domain-search-tags a:focus-visible {
    color: var(--brand-primary, #1F5D9D);
    background: var(--brand-soft, #EFF5FA);
    border-color: var(--border-default, #D7E0E9);
}

.domain-search-tags a.is-active {
    color: #ffffff;
    background: var(--brand-primary, #1F5D9D);
    border-color: var(--brand-primary, #1F5D9D);
    box-shadow: 0 4px 12px rgba(22, 58, 95, 0.12);
}

.domain-section {
    width: min(var(--max), calc(100% - 40px));
    margin-inline: auto;
    padding: 78px 0;
}

.domain-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.domain-section-head-center {
    margin-inline: auto;
    text-align: center;
}

.domain-section-head h2,
.domain-flow-copy h2,
.domain-final-cta h2 {
    margin: 14px 0 0;
    color: #071426;
    font-size: 35px;
    line-height: 1.18;
    letter-spacing: 0;
}

.domain-section-head p,
.domain-flow-copy p,
.domain-final-cta p {
    margin: 14px 0 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.78;
}

.domain-price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.domain-price-card {
    position: relative;
    display: grid;
    gap: 16px;
    min-height: 248px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(206, 220, 239, 0.9);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(11, 61, 145, 0.07);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.domain-price-card:hover {
    transform: translateY(-5px);
    border-color: rgba(22, 119, 255, 0.28);
    box-shadow: 0 24px 56px rgba(11, 61, 145, 0.12);
}

.domain-price-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.domain-price-title strong {
    color: #071426;
    font-size: 30px;
    line-height: 1;
}

.domain-price-title span {
    padding: 4px 8px;
    color: #1677ff;
    background: rgba(22, 119, 255, 0.08);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.domain-price-main {
    color: #0b3d91;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.domain-price-main span {
    margin-right: 2px;
    font-size: 20px;
    vertical-align: 12px;
}

.domain-price-main em {
    margin-left: 5px;
    color: #667085;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.domain-price-card dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.domain-price-card dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #667085;
    font-size: 13px;
}

.domain-price-card dt,
.domain-price-card dd {
    margin: 0;
}

.domain-price-card dd {
    color: #233b55;
    font-weight: 800;
}

.domain-price-card a {
    align-self: end;
    min-height: 40px;
}

.domain-feature-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(20px, calc((100vw - var(--max)) / 2));
    padding-right: max(20px, calc((100vw - var(--max)) / 2));
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
    border-top: 1px solid rgba(214, 226, 242, 0.8);
    border-bottom: 1px solid rgba(214, 226, 242, 0.8);
}

.domain-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.domain-feature-card {
    min-height: 260px;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid rgba(206, 220, 239, 0.9);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(11, 61, 145, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.domain-feature-card > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #1677ff;
    background: rgba(22, 119, 255, 0.08);
    border: 1px solid rgba(22, 119, 255, 0.14);
    border-radius: 8px;
}

.domain-feature-card svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.domain-feature-card h3 {
    margin: 18px 0 10px;
    color: #071426;
    font-size: 20px;
}

.domain-feature-card p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.82;
}

.domain-flow-section {
    display: grid;
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
    gap: 28px;
    align-items: center;
}

.domain-flow-copy a {
    width: fit-content;
    margin-top: 22px;
}

.domain-flow-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.domain-flow-list article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(206, 220, 239, 0.9);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(11, 61, 145, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.domain-flow-list em {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #0b3d91;
    background: rgba(22, 119, 255, 0.08);
    border-radius: 8px;
    font-style: normal;
    font-weight: 900;
}

.domain-flow-list h3 {
    margin: 0 0 8px;
    color: #071426;
    font-size: 19px;
}

.domain-flow-list p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.78;
}

.domain-faq-section {
    padding-top: 40px;
}

.domain-faq-section .domain-section-head {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.domain-faq-list {
    width: min(660px, 100%);
    margin-inline: auto;
    display: grid;
    gap: 12px;
}

.domain-faq-list details {
    background: #ffffff;
    border: 1px solid rgba(206, 220, 239, 0.9);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(11, 61, 145, 0.05);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.domain-faq-list details:hover {
    border-color: rgba(22, 119, 255, 0.24);
    box-shadow: 0 18px 42px rgba(11, 61, 145, 0.09);
    transform: translateY(-2px);
}

.domain-faq-list summary {
    min-height: 58px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #10284c;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.domain-faq-list summary::-webkit-details-marker {
    display: none;
}

.domain-faq-list summary::after {
    content: "+";
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #1677ff;
    background: rgba(22, 119, 255, 0.08);
    border-radius: 999px;
    flex: 0 0 24px;
}

.domain-faq-list details[open] summary::after {
    content: "-";
}

.domain-faq-list p {
    margin: 0;
    padding: 0 22px 20px;
    color: #667085;
    font-size: 14px;
    line-height: 1.82;
}

.domain-final-cta {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: none;
    margin: 0 -50vw 0 -50vw;
    padding: 46px max(140px, calc((100vw - var(--max)) / 2)) 46px max(20px, calc((100vw - var(--max)) / 2));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(7, 20, 38, 0.94), rgba(11, 61, 145, 0.78)),
        linear-gradient(180deg, rgba(7, 20, 38, 0.3), rgba(7, 20, 38, 0.72)),
        url("../images/cta/b5.avif") center center / cover no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(7, 20, 38, 0.18);
}

.domain-final-cta span {
    color: #dff6ff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.domain-final-cta h2,
.domain-final-cta p {
    color: #ffffff;
}

.domain-final-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.domain-page-body [data-cloud-reveal] {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(30px) scale(.985);
    transition: opacity .68s ease var(--cloud-delay, 0s), transform .72s cubic-bezier(.16, 1, .3, 1) var(--cloud-delay, 0s), filter .72s ease var(--cloud-delay, 0s);
    will-change: opacity, transform, filter;
}

.domain-page-body [data-cloud-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

.domain-page-body .domain-price-card.is-visible,
.domain-page-body .domain-feature-card.is-visible,
.domain-page-body .domain-flow-list article.is-visible,
.domain-page-body .domain-faq-list details.is-visible,
.domain-page-body .domain-final-cta.is-visible {
    animation: domainSurfaceEntrance .72s cubic-bezier(.16, 1, .3, 1) var(--cloud-delay, 0s) both;
}

.domain-page-body .domain-final-cta[data-cloud-reveal] {
    transform: translateY(30px);
}

.domain-page-body .domain-final-cta[data-cloud-reveal].is-visible {
    transform: translateY(0);
    animation-name: domainFullBleedEntrance;
}

.domain-page-body .domain-price-card.is-visible:hover,
.domain-page-body .domain-feature-card.is-visible:hover,
.domain-page-body .domain-flow-list article.is-visible:hover,
.domain-page-body .domain-faq-list details.is-visible:hover {
    transform: translateY(-5px) scale(1);
}

.domain-page-body .domain-feature-card.is-visible:hover,
.domain-page-body .domain-flow-list article.is-visible:hover {
    border-color: rgba(22, 119, 255, 0.26);
    box-shadow: 0 24px 56px rgba(11, 61, 145, 0.11);
}

@keyframes domainHeroBgEntrance {
    from {
        transform: scale(1.08);
    }
    to {
        transform: scale(1.015);
    }
}

@keyframes domainSearchEntrance {
    from {
        opacity: 0;
        transform: translateY(26px) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes domainSurfaceEntrance {
    from {
        opacity: 0;
        filter: blur(8px);
        transform: translateY(26px) scale(.985);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@keyframes domainFullBleedEntrance {
    from {
        opacity: 0;
        filter: blur(8px);
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes domainHeroItemEntrance {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .domain-hero::before {
        animation-duration: .72s;
    }

    .domain-hero-inner.is-visible > span,
    .domain-hero-inner.is-visible > h1,
    .domain-hero-inner.is-visible > p {
        animation-duration: .48s;
    }

    .domain-search-box.is-visible,
    .domain-page-body .domain-price-card.is-visible,
    .domain-page-body .domain-feature-card.is-visible,
    .domain-page-body .domain-flow-list article.is-visible,
    .domain-page-body .domain-faq-list details.is-visible,
    .domain-page-body .domain-final-cta.is-visible {
        animation-duration: .5s;
    }

    .domain-hero-inner > span,
    .domain-hero-inner > h1,
    .domain-hero-inner > p {
        transform: translateY(8px);
    }

    .domain-page-body [data-cloud-reveal],
    .domain-page-body [data-cloud-reveal].is-visible {
        filter: none;
    }

    .domain-page-body [data-cloud-reveal] {
        transform: translateY(10px) scale(.995);
        transition-duration: .42s, .46s, .42s;
    }

    .domain-page-body .domain-final-cta[data-cloud-reveal] {
        transform: translateY(10px);
    }

    .domain-page-body [data-cloud-reveal].is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .domain-page-body .domain-final-cta[data-cloud-reveal].is-visible {
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    .domain-price-grid,
    .domain-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domain-flow-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .domain-breadcrumb {
        width: calc(100% - 28px);
        margin-top: 12px;
    }

    .domain-hero {
        min-height: 600px;
        padding: 92px 14px 58px;
    }

    .domain-hero h1 {
        font-size: 38px;
    }

    .domain-hero p {
        font-size: 15px;
    }

    .domain-search-box {
        padding: 14px;
    }

    .domain-search-row {
        grid-template-columns: 1fr;
    }

    .domain-search-row button {
        width: 100%;
    }

    .domain-section {
        width: calc(100% - 28px);
        padding: 54px 0;
    }

    .domain-price-grid,
    .domain-feature-grid,
    .domain-flow-list {
        grid-template-columns: 1fr;
    }

    .domain-feature-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .domain-flow-list article {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .domain-flow-list em {
        width: 40px;
        height: 40px;
    }

    .domain-final-cta {
        width: 100vw;
        margin-bottom: 0;
        grid-template-columns: 1fr;
        padding: 30px 14px;
    }

    .domain-final-cta a {
        width: 100%;
    }

}

/* Enterprise visual polish */
.domain-page-body {
    background: #f8fafc;
}

.domain-hero {
    min-height: 520px;
    padding-top: 96px;
    padding-bottom: 72px;
    background: #020617;
}

.domain-hero::before {
    filter: blur(3px) saturate(0.98) contrast(1.04) brightness(1.06);
    transform: scale(1.025);
}

.domain-hero::after {
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.10), rgba(2, 6, 23, 0.24)),
        linear-gradient(90deg, rgba(2, 6, 23, 0.34), rgba(2, 6, 23, 0.10), rgba(2, 6, 23, 0.22));
}

.domain-hero h1 {
    font-size: 44px;
    font-weight: 820;
    text-shadow: 0 10px 28px rgba(2, 6, 23, 0.36);
}

.domain-hero p {
    text-shadow: 0 6px 18px rgba(2, 6, 23, 0.34);
}

.domain-search-box,
.domain-price-card,
.domain-feature-card,
.domain-flow-list article,
.domain-faq-list details {
    border-color: rgba(203, 213, 225, 0.82);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.domain-section {
    padding-top: 58px;
    padding-bottom: 58px;
}

.domain-feature-section,
.domain-price-section {
    background: #f4f7fb;
}

@media (max-width: 720px) {
    .domain-hero {
        min-height: 500px;
        padding: 78px 14px 48px;
    }

    .domain-hero h1 {
        font-size: 34px;
        line-height: 1.16;
    }

    .domain-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .domain-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

/* Product color system sync: domain page primary actions */
.domain-search-row button,
.domain-flow-copy a,
.domain-price-card a,
.domain-final-cta a {
    color: #fff;
    background: var(--brand-primary, #1F5D9D);
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(22, 58, 95, 0.12);
    filter: none;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.domain-search-row button:hover,
.domain-search-row button:focus-visible,
.domain-flow-copy a:hover,
.domain-flow-copy a:focus-visible,
.domain-price-card a:hover,
.domain-price-card a:focus-visible,
.domain-final-cta a:hover,
.domain-final-cta a:focus-visible {
    color: #fff;
    background: var(--brand-primary-hover, #194B80);
    box-shadow: 0 6px 16px rgba(22, 58, 95, 0.16);
    transform: translateY(-1px);
    filter: none;
}

.domain-search-row button:active,
.domain-flow-copy a:active,
.domain-price-card a:active,
.domain-final-cta a:active {
    background: var(--brand-primary-active, #143B66);
    box-shadow: 0 4px 12px rgba(22, 58, 95, 0.12);
    transform: translateY(0);
}

.domain-search-row button:disabled,
.domain-search-row button[disabled] {
    cursor: wait;
    color: rgba(255, 255, 255, 0.88);
    background: #8290A2;
    box-shadow: none;
    transform: none;
}

/* Global eyebrow policy: remove section-label capsules from the domain page. */
.domain-hero-inner > span,
.domain-section-head > span,
.domain-flow-copy > span {
    display: none;
}

.domain-hero h1,
.domain-section-head h2,
.domain-flow-copy h2 {
    margin-top: 0;
}

/* Keep heading copy centered after the global eyebrow capsules are hidden. */
.domain-section-head,
.domain-flow-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 12px;
}

.domain-section-head > h1,
.domain-section-head > h2,
.domain-section-head > p,
.domain-flow-copy > h1,
.domain-flow-copy > h2,
.domain-flow-copy > p {
    margin-top: 0;
    margin-bottom: 0;
}
