/* Infrastructure hero compositions: existing MVO imagery and honest relationship
   diagrams replace illustrative performance dashboards. Commercial controls below
   the hero retain their existing owners. */
html:root body.mvo-landing-next #main-content .service-hero:is(.service-hero--cloud,.service-hero--dedicated,.service-hero--reseller,.service-hero--drive) {
    position: relative;
    isolation: isolate;
    padding: 0;
    overflow: hidden;
}
html:root body.mvo-landing-next #main-content .service-hero > .container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-layout {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(32px,4.3vw,60px);
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
    align-items: center;
    gap: clamp(32px,4vw,56px);
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy {
    position: relative;
    min-width: 0;
    padding: 0;
    z-index: 1;
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy h1 {
    max-width: 17ch;
    margin: 0 0 24px;
    color: var(--service-ink,var(--ln-ink));
    font-size: clamp(36px,4.1vw,56px);
    line-height: 1.09;
    letter-spacing: -.035em;
    text-wrap: balance;
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy h1 > span {
    display: block;
    color: var(--service-accent,var(--ln-accent));
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy > p {
    max-width: 52ch;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: var(--service-muted,var(--ln-muted));
}
html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_actions,.cloud_hero_actions,.baremetal_actions,.mov-drive-actions) {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 0;
}
html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_actions,.cloud_hero_actions,.baremetal_actions,.mov-drive-actions) a {
    min-height: 52px;
    height: auto;
    padding: 14px 20px;
    white-space: normal;
    line-height: 1.5;
}
html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_hero_checks,.cloud_hero_checks,.baremetal_checks,.mov-drive-checks) {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px 18px;
    border-top: 1px solid var(--service-line,var(--ln-line));
    margin: 28px 0 0;
    padding-top: 22px;
}
html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_hero_checks,.cloud_hero_checks,.baremetal_checks,.mov-drive-checks) span {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: var(--service-muted,var(--ln-muted));
    font-size: 12px;
    font-weight: 600;
    line-height: 1.65;
}
html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_hero_checks,.cloud_hero_checks,.baremetal_checks,.mov-drive-checks) i {
    margin: 0;
    color: var(--service-accent,var(--ln-accent));
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-visual {
    position: relative;
    min-width: 0;
    margin: 0;
}

/* A photographic stage is intentionally dark in both site themes, like the home
   video; local tokens preserve contrast without changing the surrounding page. */
html:root body.mvo-landing-next #main-content .service-hero.service-hero--photographic {
    --service-bg: #051526;
    --service-surface: #051526;
    --service-ink: #f5f8fc;
    --service-muted: #c2d2e5;
    --service-accent: #80b9ff;
    --service-line: #31445b;
    --ln-ink: #f5f8fc;
    --ln-muted: #c2d2e5;
    --ln-accent: #80b9ff;
    background: #051526 !important;
}
html:root[data-mvo-theme] body.mvo-landing-next #main-content .service-hero.service-hero--photographic :is(.cloud_secondary_btn,.baremetal_secondary_btn) {
    background: #10283f !important;
    color: #f5f8fc !important;
    border-color: #59738d;
}
html:root[data-mvo-theme] body.mvo-landing-next #main-content .service-hero.service-hero--photographic :is(.cloud_secondary_btn,.baremetal_secondary_btn):hover {
    background: #203d59 !important;
    color: #fff !important;
}
html:root body.mvo-landing-next #main-content .service-hero.service-hero--photographic :is(a,button):focus-visible {
    outline-color: #80b9ff;
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-scene {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
}
html:root body.mvo-landing-next #main-content .service-hero .service-hero-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-layout {
    min-height: 590px;
    grid-template-columns: minmax(0,1.25fr) minmax(0,1fr);
}
html:root body.mvo-landing-next #main-content .service-hero .service-infra-caption {
    align-self: end;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #051526;
    border: 1px solid #31445b;
    border-radius: 12px;
}
html:root body.mvo-landing-next #main-content .service-hero .service-infra-caption > i {
    color: #80b9ff;
    font-size: 32px;
}
html:root body.mvo-landing-next #main-content .service-hero .service-infra-caption p {
    color: #c2d2e5;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}
html:root body.mvo-landing-next #main-content .service-hero .service-infra-caption strong { color: #fff; }
html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-layout {
    padding: 0;
    gap: 0;
    align-items: stretch;
    grid-template-columns: minmax(0,1.16fr) minmax(0,1fr);
}
html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-copy {
    align-self: center;
    padding: clamp(32px,4.3vw,60px);
}
html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 590px;
    overflow: hidden;
}
html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene figcaption {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px;
    background: #051526;
    color: #c2d2e5;
    font-size: 14px;
    line-height: 1.7;
}
html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene figcaption strong { color: #f5f8fc; font-size: 16px; }

/* Reseller: the visual explains ownership, not fabricated client or uptime data. */
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-map {
    padding: 12px 0;
    color: var(--service-ink,var(--ln-ink));
    text-align: center;
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-brand {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 0 12px 36px;
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-brand > i {
    font-size: 48px;
    color: var(--service-accent,var(--ln-accent));
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-brand > strong {
    color: var(--service-ink,var(--ln-ink));
    font-size: clamp(34px,3.2vw,46px);
    line-height: 1.1;
    letter-spacing: -.03em;
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-brand > span { color: var(--service-muted,var(--ln-muted)); font-size: 13px; }
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-branches {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0;
    padding: 28px 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid var(--service-accent,var(--ln-accent));
    border-bottom: 1px solid var(--service-accent,var(--ln-accent));
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-branches::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 24px;
    width: 1px;
    background: var(--service-accent,var(--ln-accent));
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-branches li {
    display: grid;
    justify-items: center;
    gap: 12px;
    min-width: 0;
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-branches li + li { border-left: 1px solid var(--service-line,var(--ln-line)); }
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-branches i { color: var(--service-accent,var(--ln-accent)); font-size: 26px; }
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-branches strong { color: var(--service-ink,var(--ln-ink)); font-size: 14px; }
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-foundation {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 4px 12px;
    text-align: left;
    padding: 28px 16px 20px;
}
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-foundation i { grid-row: span 2; align-self: center; color: var(--service-accent,var(--ln-accent)); font-size: 28px; }
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-foundation strong { color: var(--service-ink,var(--ln-ink)); font-size: 19px; }
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-foundation span,
html:root body.mvo-landing-next #main-content .service-hero .service-reseller-map figcaption { color: var(--service-muted,var(--ln-muted)); font-size: 12px; line-height: 1.7; }

/* Drive: a folder tree makes the information model tangible without simulated UI. */
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree { padding: 6px 0 0 20px; }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-root {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 26px;
}
html:root body.mvo-landing-next #main-content .service-hero .service-drive-root i { color: var(--service-accent,var(--ln-accent)); font-size: 54px; }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-root strong {
    color: var(--service-ink,var(--ln-ink));
    font-size: clamp(24px,2.4vw,32px);
    line-height: 1.2;
    letter-spacing: -.025em;
}
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree ul { margin: 0 0 0 25px; padding: 0 0 0 30px; list-style: none; border-left: 1px solid var(--service-accent,var(--ln-accent)); }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree li {
    position: relative;
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 4px 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--service-line,var(--ln-line));
}
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree li::before { content: ""; position: absolute; right: 100%; top: 27px; width: 30px; height: 1px; background: var(--service-accent,var(--ln-accent)); }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree li > i { grid-row: span 2; align-self: center; color: var(--service-accent,var(--ln-accent)); font-size: 24px; }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree li > strong { color: var(--service-ink,var(--ln-ink)); font-size: 16px; }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree li > span { color: var(--service-muted,var(--ln-muted)); font-size: 12px; line-height: 1.6; }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree figcaption { margin-top: 24px; color: var(--service-muted,var(--ln-muted)); font-size: 12px; line-height: 1.7; }
html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree figcaption > i { margin-right: 8px; color: var(--service-accent,var(--ln-accent)); }

@media (max-width: 1100px) {
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy h1 { font-size: 42px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-layout { gap: 28px; padding: 36px; }
    html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-layout { padding: 0; gap: 0; }
    html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-copy { padding: 36px; }
    html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_hero_checks,.cloud_hero_checks,.baremetal_checks,.mov-drive-checks) { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-layout { grid-template-columns: minmax(0,1fr); gap: 36px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy h1 { max-width: 22ch; font-size: 44px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy > p { max-width: 60ch; }
    html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_hero_checks,.cloud_hero_checks,.baremetal_checks,.mov-drive-checks) { grid-template-columns: repeat(2,minmax(0,1fr)); }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-layout { min-height: 0; padding-bottom: 240px; }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-scene { top: auto; height: 260px; }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-scene img { object-fit: contain; object-position: right bottom; }
    html:root body.mvo-landing-next #main-content .service-hero .service-infra-caption { display: none; }
    html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-layout { gap: 0; }
    html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene { min-height: 340px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene img { object-position: right 55%; }
    html:root body.mvo-landing-next #main-content .service-hero :is(.service-reseller-map,.service-drive-tree) { width: min(100%,520px); justify-self: center; padding: 0; }
}
@media (max-width: 600px) {
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-layout { padding: 28px 22px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy h1 { font-size: 34px; max-width: 18ch; }
    html:root body.mvo-landing-next #main-content .service-hero .service-hero-copy > p { font-size: 15px; }
    html:root body.mvo-landing-next #main-content .service-hero :is(.reseller_hero_checks,.cloud_hero_checks,.baremetal_checks,.mov-drive-checks) { grid-template-columns: 1fr; }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-layout { padding-bottom: 190px; }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-scene { height: 190px; }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .service-hero-scene img { object-fit: cover; }
    html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-layout { padding: 0; }
    html:root body.mvo-landing-next #main-content .service-hero--dedicated .service-hero-copy { padding: 28px 22px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene { min-height: 300px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-dedicated-scene figcaption { padding: 18px 22px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-drive-root { gap: 14px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-drive-root > i { font-size: 42px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-drive-root strong { font-size: 24px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree ul { margin-left: 20px; padding-left: 22px; }
    html:root body.mvo-landing-next #main-content .service-hero .service-drive-tree li::before { width: 22px; }
}
