/* Product-specific composition for Revenda, Dedicado and Drive.
   Uses the shared theme; no catalog, checkout, slider or configurator states. */
body.mvo-landing-next #main-content .infra-next-hero {
    padding-block: 80px 64px;
}
body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_grid,.baremetal_hero_grid,.mov-drive-hero-grid) {
    grid-template-columns: minmax(0,1.1fr) minmax(0,.95fr);
    gap: clamp(36px,5vw,72px);
    align-items: center;
}
body.mvo-landing-next #main-content .infra-next-hero h1 {
    max-width: 19ch;
    font-size: clamp(36px,3.6vw,52px);
    line-height: 1.12;
    text-wrap: balance;
    margin: 0 0 24px;
}
body.mvo-landing-next #main-content .infra-next-hero h1 > span { color: var(--ln-accent); }
body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_actions,.baremetal_actions,.mov-drive-actions) {
    margin: 28px 0 0;
    gap: 12px;
}
body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_actions,.baremetal_actions,.mov-drive-actions) a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding-inline: 20px;
}
body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_checks,.baremetal_checks,.mov-drive-checks) {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 20px;
    margin: 28px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--ln-line);
}
body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_checks,.baremetal_checks,.mov-drive-checks) span {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}
body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_checks,.baremetal_checks,.mov-drive-checks) i {
    margin: 0;
    color: var(--ln-accent);
}

/* Real groups within one demonstration window, not overlapping mini-cards. */
body.mvo-landing-next #main-content .infra-next-demo {
    min-width: 0;
    min-height: 0;
    margin: 0;
    position: relative;
}
body.mvo-landing-next #main-content .infra-next-demo :is(.reseller_panel,.baremetal_server_card,.mov-drive-dashboard) {
    margin: 0;
    padding: 28px;
    background: #fff;
    border: 1px solid #cad7e5;
    border-radius: 16px;
    box-shadow: none;
    backdrop-filter: none;
    overflow: hidden;
}
body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: -28px -28px 28px;
    padding: 16px 28px;
    background: #edf3fa;
    border-bottom: 1px solid #cad7e5;
    color: #4b6075;
    font-size: 12px;
    font-weight: 600;
}
body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-toolbar span {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
}
body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-toolbar i { color: #1769d6; font-size: 18px; }
body.mvo-landing-next #main-content .infra-next-demo > figcaption {
    margin-top: 14px;
    color: var(--ln-muted);
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
}
body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-footer {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    margin: 24px -28px -28px;
    padding: 18px 28px;
    border-radius: 0;
    background: #102942;
    color: #e1edfa;
    box-shadow: none;
    font-size: 11px;
    line-height: 1.6;
}
body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-footer :is(span,strong) {
    color: #e1edfa;
    font-size: inherit;
}
body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-footer i { color: #80b9ff; font-size: 16px; margin: 0 5px 0 0; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_float_card { width: auto; gap: 8px; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_float_card > span { margin-left: auto; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_panel_header strong { font-size: 26px; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_stats { gap: 0; margin-block: 26px; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_stats > div {
    background: transparent;
    border: 0;
    border-right: 1px solid #cad7e5;
    border-radius: 0;
    padding: 0 18px;
}
body.mvo-landing-next #main-content .infra-next-demo .reseller_stats > div:first-child { padding-left: 0; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_stats > div:last-child { border: 0; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_stats strong { font-size: 30px; color: #1769d6; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_client_list { gap: 0; border-top: 1px solid #cad7e5; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_client_list > div {
    padding: 17px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e2e9f1;
    border-radius: 0;
    gap: 12px;
}
body.mvo-landing-next #main-content .infra-next-demo .reseller_client_list span { min-width: 0; overflow-wrap: anywhere; font-size: 13px; }
body.mvo-landing-next #main-content .infra-next-demo .reseller_client_list b { color: #17613d; font-size: 11px; }
body.mvo-landing-next #main-content .infra-next-demo .server_machine { min-height: 150px; border-radius: 10px; box-shadow: none; }
body.mvo-landing-next #main-content .infra-next-demo .server_lines b { background: #304358; border-radius: 3px; height: 14px; }
body.mvo-landing-next #main-content .infra-next-demo .server_leds i { width: 7px; height: 7px; box-shadow: none; }
body.mvo-landing-next #main-content .infra-next-demo .server_status { border: 0; border-radius: 0; padding: 0; margin: 24px 0; }
body.mvo-landing-next #main-content .infra-next-demo .server_metrics { gap: 0; border-top: 1px solid #cad7e5; padding-top: 20px; margin-top: 0; }
body.mvo-landing-next #main-content .infra-next-demo .server_metrics > div { padding: 0 12px; border: 0; border-right: 1px solid #cad7e5; border-radius: 0; background: transparent; }
body.mvo-landing-next #main-content .infra-next-demo .server_metrics > div:first-child { padding-left: 0; }
body.mvo-landing-next #main-content .infra-next-demo .server_metrics > div:last-child { border: 0; }
body.mvo-landing-next #main-content .infra-next-demo .server_metrics strong { font-size: 22px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-panel-head { padding: 0; border: 0; border-radius: 0; gap: 16px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-panel-head strong { font-size: 26px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-storage { margin: 26px 0 18px; padding: 0 0 22px; border: 0; border-bottom: 1px solid #cad7e5; border-radius: 0; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-storage-top { font-size: 12px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-progress { height: 5px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-progress i { background: #1670e5; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-files { grid-template-columns: 1fr; gap: 0; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-files > div { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border: 0; border-bottom: 1px solid #e2e9f1; border-radius: 0; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-files i { margin: 0; color: #1769d6; font-size: 20px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-files span { font-size: 13px; }
body.mvo-landing-next #main-content .infra-next-demo .mov-drive-files small { font-size: 11px; }

/* Benefits read as connected capabilities; only actual offers are cards. */
body.mvo-landing-next #main-content .infra-next-features { padding-block: 72px; }
body.mvo-landing-next #main-content .infra-next-features :is(.reseller_features_grid,.mov-drive-features-grid) { gap: 28px; }
body.mvo-landing-next #main-content .infra-next-features :is(.reseller_features_grid,.mov-drive-features-grid) > div {
    background: transparent;
    border: 0;
    border-top: 1px solid var(--ln-line);
    border-radius: 0;
    padding: 28px 0 0;
    box-shadow: none;
    transform: none;
}
body.mvo-landing-next #main-content .infra-next-features :is(.reseller_features_grid,.mov-drive-features-grid) > div > i { width: auto; height: auto; justify-content: start; margin-bottom: 20px; border-radius: 0; background: none; color: var(--ln-accent); font-size: 24px; }
body.mvo-landing-next #main-content .infra-next-features h3 { font-size: 20px; line-height: 1.35; margin-bottom: 12px; }
body.mvo-landing-next #main-content .infra-next-features p { font-size: 14px; line-height: 1.8; }
body.mvo-landing-next #main-content .mov-drive-story-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 80px; align-items: start; }
body.mvo-landing-next #main-content .mov-drive-story-cards { display: block; }
body.mvo-landing-next #main-content .mov-drive-story-card { padding: 24px 0; border: 0; border-top: 1px solid var(--ln-line); border-radius: 0; background: none; }
body.mvo-landing-next #main-content .mov-drive-story-card strong { font-size: 19px; }
body.mvo-landing-next #main-content .mov-drive-story-card p { margin: 8px 0 0; font-size: 14px; }
body.mvo-landing-next #main-content .reseller_management_grid { gap: 72px; }
body.mvo-landing-next #main-content .management_cards { grid-template-columns: 1fr; gap: 0; }
body.mvo-landing-next #main-content .management_cards > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 16px; padding: 22px 0; background: none; border: 0; border-top: 1px solid var(--ln-line); border-radius: 0; }
body.mvo-landing-next #main-content .management_cards i { grid-row: span 2; margin: 5px 0 0; color: var(--ln-accent); font-size: 24px; }
body.mvo-landing-next #main-content .management_cards strong { font-size: 20px; }
body.mvo-landing-next #main-content .management_cards span { font-size: 14px; color: var(--ln-muted); }
body.mvo-landing-next #main-content .compare_card { background: transparent; border: 0; border-top: 1px solid var(--ln-line); border-radius: 0; padding: 32px 0; }
body.mvo-landing-next #main-content .compare_card h3 { font-size: 26px; }

/* Commercial headings, controls and cards use commercial-system.css.
   Keep the dedicated table surface and product-specific feature lists here. */
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_wrap {
    --ln-ink: var(--mvo-shell-ink,#f5f8fc);
    --ln-muted: var(--mvo-shell-muted,#b4c1d0);
    --ln-accent: var(--mvo-shell-focus,#80b9ff);
    background: var(--ln-bg);
    color: var(--ln-ink);
    border: 1px solid var(--ln-line);
    border-radius: 12px;
    box-shadow: none;
}
body.mvo-landing-next #main-content .infra-next-offers :is(.reseller_plan_card,.mov-drive-plan) ul { border-top: 1px solid var(--ln-line); padding-top: 24px; gap: 14px; }
body.mvo-landing-next #main-content .infra-next-offers :is(.reseller_plan_card,.mov-drive-plan) li { align-items: baseline; color: var(--ln-muted); font-size: 13px; line-height: 1.7; }
body.mvo-landing-next #main-content .infra-next-offers :is(.reseller_plan_card,.mov-drive-plan) li i { color: var(--ln-accent); }
body.mvo-landing-next #main-content .infra-next-offers .pricing-terms-link { display: inline-flex; margin-top: 28px; color: var(--ln-accent); text-underline-offset: 4px; }
body.mvo-landing-next #main-content .infra-next-offers .mov-drive-plan.is-slider-hidden { display: none; }

/* Dedicated specifications: a real comparison table on desktop, labeled rows
   on narrow screens. The same native rows/links retain pricing and country hooks. */
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_header { background: transparent; padding: 24px 28px; border-color: var(--ln-line); gap: 24px; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_header strong { font-size: 23px; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_header span { padding: 0; border-radius: 0; background: none; color: var(--ln-accent); }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table { min-width: 0; width: 100%; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table thead { background: var(--ln-surface); }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table :is(th,td) { padding: 20px 16px; color: var(--ln-muted); border-color: var(--ln-line); white-space: normal; font-size: 12px; line-height: 1.6; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table th { font-weight: 600; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table :is(th,td):first-child { padding-left: 28px; width: 21%; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table :is(th,td):last-child { padding-right: 28px; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table tbody tr.featured { background: var(--ln-surface); }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table tbody tr:hover { background: var(--ln-surface); }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table tbody tr.featured td:first-child { border-left: 0; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_plan_name strong { font-size: 17px; line-height: 1.35; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_plan_name span { background: none; padding: 0; color: var(--ln-accent); font-size: 10px; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_plan_name small { font-size: 11px; line-height: 1.6; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_price > strong { font-size: 17px; line-height: 1.4; color: var(--ln-ink); font-variant-numeric: tabular-nums; white-space: normal; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_price > small { color: var(--ln-muted); font-size: 10px; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_btn { min-width: 128px; min-height: 48px; height: auto; padding: 12px 15px; font-size: 12px; text-align: center; }
body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_scroll { max-height: none; scrollbar-color: var(--ln-line) var(--ln-bg); }
.infra-next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
    body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_grid,.baremetal_hero_grid,.mov-drive-hero-grid) { gap: 32px; }
    body.mvo-landing-next #main-content .infra-next-hero h1 { font-size: 38px; }
    body.mvo-landing-next #main-content .infra-next-demo :is(.reseller_panel,.baremetal_server_card,.mov-drive-dashboard) { padding: 22px; }
    body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-toolbar { margin: -22px -22px 24px; padding: 16px 22px; }
    body.mvo-landing-next #main-content .infra-next-demo .infra-next-demo-footer { margin: 24px -22px -22px; padding: 16px 22px; }
    body.mvo-landing-next #main-content .infra-next-demo .reseller_stats strong { font-size: 25px; }
    body.mvo-landing-next #main-content .infra-next-demo .reseller_stats > div { padding-inline: 12px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table :is(th,td) { padding-inline: 10px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table :is(th,td):first-child { padding-left: 18px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table :is(th,td):last-child { padding-right: 18px; }
}
@media (max-width: 900px) {
    body.mvo-landing-next #main-content .infra-next-hero { padding-block: 48px; }
    body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_grid,.baremetal_hero_grid,.mov-drive-hero-grid) { grid-template-columns: 1fr; gap: 40px; }
    body.mvo-landing-next #main-content .infra-next-hero h1 { max-width: 24ch; font-size: clamp(34px,5.6vw,48px); }
    body.mvo-landing-next #main-content .infra-next-demo { width: 100%; max-width: 620px; }
    body.mvo-landing-next #main-content :is(.mov-drive-story-grid,.reseller_management_grid) { grid-template-columns: 1fr; gap: 36px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table { display: block; }
    body.mvo-landing-next #main-content .infra-next-offers .mvo-table-hint { display: none; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table tbody { display: block; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table tbody tr:not(.baremetal_hidden_row) { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; padding: 28px; border-bottom: 1px solid var(--ln-line); }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td,
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td:is(:first-child,:last-child) { display: block; padding: 14px 0; width: auto; min-width: 0; overflow-wrap: anywhere; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td:first-child { grid-column: 1 / -1; padding-top: 0; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td:nth-last-child(-n+2) { border: 0; padding-top: 22px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td:last-child { align-self: end; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 6px; font-size: 10px; color: var(--ln-muted); }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_btn { width: 100%; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_plan_name strong { font-size: 23px; }
}
@media (max-width: 600px) {
    body.mvo-landing-next #main-content .infra-next-hero h1 { font-size: 34px; }
    body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_actions,.baremetal_actions,.mov-drive-actions) { display: grid; grid-template-columns: 1fr; }
    body.mvo-landing-next #main-content .infra-next-hero :is(.reseller_hero_checks,.baremetal_checks,.mov-drive-checks) { gap: 10px 16px; }
    body.mvo-landing-next #main-content .infra-next-demo .reseller_float_card { display: flex; }
    body.mvo-landing-next #main-content .infra-next-demo .reseller_float_card > span { flex-basis: 100%; margin-left: 26px; }
    body.mvo-landing-next #main-content .infra-next-demo .reseller_stats > div { padding-inline: 8px; }
    body.mvo-landing-next #main-content .infra-next-demo .reseller_stats strong { font-size: 25px; }
    body.mvo-landing-next #main-content .infra-next-demo .server_metrics strong { font-size: 18px; }
    body.mvo-landing-next #main-content .infra-next-demo .server_status { align-items: start; }
    body.mvo-landing-next #main-content .infra-next-demo .server_status b { font-size: 10px; padding: 6px 9px; }
    body.mvo-landing-next #main-content .infra-next-demo .mov-drive-files > div { gap: 8px; }
    body.mvo-landing-next #main-content .infra-next-features :is(.reseller_features_grid,.mov-drive-features-grid) { grid-template-columns: 1fr; gap: 28px; }
    body.mvo-landing-next #main-content .infra-next-features :is(.reseller_features_grid,.mov-drive-features-grid) > div { display: grid; grid-template-columns: 26px 1fr; column-gap: 18px; padding-top: 24px; }
    body.mvo-landing-next #main-content .infra-next-features :is(.reseller_features_grid,.mov-drive-features-grid) > div > i { grid-row: span 2; margin: 3px 0 0; }
    body.mvo-landing-next #main-content .infra-next-features h3 { margin: 0 0 10px; }
    body.mvo-landing-next #main-content .infra-next-features p { margin: 0; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_header { display: block; padding: 24px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_header p { display: block; margin-top: 14px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table tbody tr:not(.baremetal_hidden_row) { padding: 24px; gap: 0 16px; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td:nth-last-child(-n+2) { grid-column: 1 / -1; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table td:last-child { padding-top: 0; }
    body.mvo-landing-next #main-content .infra-next-offers .baremetal_table_price > strong { font-size: 24px; }
}
