/* Service security heroes: an open diagram of each product's role, not a
   fabricated application window. Scoped independently of legacy catalogs. */
html:root body.mvo-landing-next #main-content .service-security-hero {
    --security-inset: clamp(32px,4.4vw,60px);
    padding: 0;
}
html:root body.mvo-landing-next #main-content .service-security-hero .service-hero-layout {
    grid-template-columns: minmax(0,1.02fr) minmax(0,1fr);
    align-items: center;
    gap: clamp(32px,4vw,64px);
    padding: var(--security-inset);
}
html:root body.mvo-landing-next #main-content .service-security-hero h1 {
    max-width: 12ch;
    margin: 0 0 24px;
    font-size: clamp(36px,3.8vw,54px);
    line-height: 1.08;
    letter-spacing: -.035em;
}
html:root body.mvo-landing-next #main-content .service-security-hero h1 em {
    font-style: normal;
    color: var(--service-accent,var(--mvo-shell-focus));
}
html:root body.mvo-landing-next #main-content .service-security-hero .service-hero-copy > p {
    max-width: 54ch;
    margin: 0 0 24px;
    color: var(--service-muted,var(--mvo-shell-muted));
    font-size: 16px;
    line-height: 1.75;
}
html:root body.mvo-landing-next #main-content .service-security-hero .mvo-product-offer strong {
    color: var(--service-ink,var(--mvo-shell-ink));
    font-size: 24px;
    font-variant-numeric: tabular-nums;
}
html:root body.mvo-landing-next #main-content .service-security-hero :is(.guard-actions,.mvo-edge-actions,.mvo-antispam-actions,.mvo-ssl-v2-actions) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 28px 0;
}
html:root body.mvo-landing-next #main-content .service-security-hero :is(.guard-actions,.mvo-edge-actions,.mvo-antispam-actions,.mvo-ssl-v2-actions) > :is(a,button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    margin: 0;
    padding: 14px 22px;
    border-radius: 8px;
    border: 1px solid var(--mvo-shell-line);
    background: transparent;
    box-shadow: none;
    color: var(--service-ink,var(--mvo-shell-ink));
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}
html:root body.mvo-landing-next #main-content .service-security-hero :is(.guard-actions,.mvo-edge-actions,.mvo-antispam-actions,.mvo-ssl-v2-actions) > :first-child {
    color: #fff;
    background: #1670e5;
    border-color: #1670e5;
}
html:root body.mvo-landing-next #main-content .service-security-hero :is(.guard-actions,.mvo-edge-actions,.mvo-antispam-actions,.mvo-ssl-v2-actions) > :is(a,button):hover {
    border-color: var(--service-accent,var(--mvo-shell-focus));
    background: var(--mvo-shell-hover);
    color: var(--service-ink,var(--mvo-shell-ink));
}
html:root body.mvo-landing-next #main-content .service-security-hero :is(.guard-actions,.mvo-edge-actions,.mvo-antispam-actions,.mvo-ssl-v2-actions) > :first-child:hover { background: #125ebf; color: #fff; border-color: #125ebf; }
html:root body.mvo-landing-next #main-content .service-security-hero :is(a,button):focus-visible { outline: 3px solid var(--service-accent,var(--mvo-shell-focus)); outline-offset: 4px; }
html:root body.mvo-landing-next #main-content .security-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--service-muted,var(--mvo-shell-muted));
    font-size: 12px;
    line-height: 1.6;
}
html:root body.mvo-landing-next #main-content .security-hero-facts li { margin: 0; padding: 0; }
html:root body.mvo-landing-next #main-content .security-journey {
    display: block;
    align-self: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--service-ink,var(--mvo-shell-ink));
}
html:root body.mvo-landing-next #main-content .security-journey-title {
    max-width: 26ch;
    margin: 0 0 36px;
    color: var(--service-ink,var(--mvo-shell-ink));
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.02em;
}
html:root body.mvo-landing-next #main-content .security-route {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
html:root body.mvo-landing-next #main-content .security-route > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 16px 4px 20px;
    text-align: center;
}
html:root body.mvo-landing-next #main-content .security-route > li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 53px;
    left: calc(50% + 29px);
    width: calc(100% - 46px);
    height: 1px;
    background: var(--service-accent,var(--mvo-shell-focus));
    z-index: 1;
}
html:root body.mvo-landing-next #main-content .security-route > li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50px;
    left: calc(150% - 23px);
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--service-accent,var(--mvo-shell-focus));
    border-right: 1px solid var(--service-accent,var(--mvo-shell-focus));
    transform: rotate(45deg);
    z-index: 1;
}
html:root body.mvo-landing-next #main-content .security-route-symbol {
    display: grid;
    place-items: center;
    width: 58px;
    height: 76px;
    margin-bottom: 16px;
    color: var(--service-accent,var(--mvo-shell-focus));
    font-size: 36px;
}
html:root body.mvo-landing-next #main-content .security-route-gateway .security-route-symbol {
    width: 76px;
    color: #fff;
    background: #1670e5;
    border-radius: 16px;
    font-size: 40px;
}
html:root body.mvo-landing-next #main-content .security-route strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}
html:root body.mvo-landing-next #main-content .security-route li > span:last-child {
    margin-top: 6px;
    color: var(--service-muted,var(--mvo-shell-muted));
    font-size: 12px;
    line-height: 1.5;
}
html:root body.mvo-landing-next #main-content :is(.security-address,.security-command,.security-secondary-route,.security-filter-scope) {
    margin-top: 20px;
    padding: 20px 0;
    border-block: 1px solid var(--mvo-shell-line);
    color: var(--service-muted,var(--mvo-shell-muted));
    font-size: 13px;
    line-height: 1.6;
}
html:root body.mvo-landing-next #main-content .security-address { display: flex; align-items: center; justify-content: center; gap: 12px; overflow-wrap: anywhere; }
html:root body.mvo-landing-next #main-content .security-address :is(i,strong) { color: var(--service-accent,var(--mvo-shell-focus)); }
html:root body.mvo-landing-next #main-content .security-command > span { display: block; margin-bottom: 8px; }
html:root body.mvo-landing-next #main-content .security-command code { color: var(--service-ink,var(--mvo-shell-ink)); font-size: 13px; overflow-wrap: anywhere; white-space: normal; }
html:root body.mvo-landing-next #main-content .security-secondary-route { display: grid; grid-template-columns: 1fr auto 1.25fr auto 1.4fr; align-items: center; gap: 12px; font-size: 12px; }
html:root body.mvo-landing-next #main-content .security-secondary-route strong { color: var(--service-ink,var(--mvo-shell-ink)); font-weight: 700; }
html:root body.mvo-landing-next #main-content .security-secondary-route i { color: var(--service-accent,var(--mvo-shell-focus)); }
html:root body.mvo-landing-next #main-content .security-filter-scope { display: flex; flex-wrap: wrap; gap: 8px 16px; }
html:root body.mvo-landing-next #main-content .security-filter-scope strong { width: 100%; margin-bottom: 4px; color: var(--service-ink,var(--mvo-shell-ink)); }
html:root body.mvo-landing-next #main-content .security-journey figcaption { margin: 20px 0 0; color: var(--service-muted,var(--mvo-shell-muted)); font-size: 11px; line-height: 1.6; }
html:root body.mvo-landing-next #main-content .security-service-specs { display: flex; flex-wrap: wrap; gap: 12px 32px; margin: 0 var(--security-inset); padding: 24px 0 28px; list-style: none; border-top: 1px solid var(--mvo-shell-line); color: var(--service-muted,var(--mvo-shell-muted)); font-size: 12px; line-height: 1.6; }
html:root body.mvo-landing-next #main-content .security-service-specs li { margin: 0; padding: 0; }
html:root body.mvo-landing-next #main-content .security-service-specs strong { margin-right: 6px; color: var(--service-ink,var(--mvo-shell-ink)); font-size: 14px; font-weight: 700; }
@media (max-width: 1000px) {
    html:root body.mvo-landing-next #main-content .service-security-hero .service-hero-layout { grid-template-columns: minmax(0,1fr); gap: 44px; }
    html:root body.mvo-landing-next #main-content .service-security-hero h1 { max-width: 20ch; }
    html:root body.mvo-landing-next #main-content .security-journey { max-width: 580px; }
}
@media (max-width: 600px) {
    html:root body.mvo-landing-next #main-content .service-security-hero { --security-inset: 20px; }
    html:root body.mvo-landing-next #main-content .service-security-hero .service-hero-layout { padding: 28px var(--security-inset); }
    html:root body.mvo-landing-next #main-content .service-security-hero h1 { font-size: 36px; }
    html:root body.mvo-landing-next #main-content .service-security-hero .service-hero-copy > p { font-size: 15px; }
    html:root body.mvo-landing-next #main-content .security-journey-title { margin-bottom: 20px; font-size: 22px; }
    html:root body.mvo-landing-next #main-content .security-route { gap: 6px; }
    html:root body.mvo-landing-next #main-content .security-route strong { font-size: 13px; }
    html:root body.mvo-landing-next #main-content .security-route li > span:last-child { font-size: 11px; }
    html:root body.mvo-landing-next #main-content .security-route-symbol { width: 44px; height: 58px; font-size: 28px; }
    html:root body.mvo-landing-next #main-content .security-route-gateway .security-route-symbol { width: 58px; font-size: 30px; }
    html:root body.mvo-landing-next #main-content .security-route > li:not(:last-child)::after { top: 45px; left: calc(50% + 23px); width: calc(100% - 38px); }
    html:root body.mvo-landing-next #main-content .security-route > li:not(:last-child)::before { top: 42px; left: calc(150% - 22px); }
    html:root body.mvo-landing-next #main-content .security-secondary-route { grid-template-columns: 1fr auto 1.2fr auto 1.4fr; gap: 6px; font-size: 11px; }
    html:root body.mvo-landing-next #main-content .security-command code { font-size: 11px; }
    html:root body.mvo-landing-next #main-content .security-service-specs { gap: 10px 20px; }
}
