:root {
    --roi-navy: #061426;
    --roi-navy-2: #0a223c;
    --roi-blue: #247cff;
    --roi-cyan: #36c8ff;
    --roi-lime: #c8ff3d;
    --roi-paper: #f3f7fa;
    --roi-line: #d4e0e8;
    --roi-muted: #60758a;
}

.roi-page-v2 { background: var(--roi-paper); }

.roi-hero-v2 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 105px 0 110px;
    background:
        radial-gradient(circle at 82% 8%, rgba(36, 124, 255, .28), transparent 29%),
        linear-gradient(135deg, #061426 0%, #071a2e 55%, #092845 100%);
    color: #fff;
}

.roi-hero-grid-v2 {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .19;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent 6%, #000 58%, #000);
}

.roi-hero-v2::before,
.roi-hero-v2::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(102, 191, 255, .25);
    border-radius: 50%;
    content: '';
}

.roi-hero-v2::before { right: -120px; top: -280px; width: 620px; height: 620px; }
.roi-hero-v2::after { right: 70px; top: -90px; width: 245px; height: 245px; box-shadow: 0 0 0 65px rgba(36, 124, 255, .035); }

.roi-hero-layout-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(470px, .88fr);
    gap: 80px;
    align-items: center;
}

.roi-hero-copy-v2 .eyebrow { color: var(--roi-cyan); }
.roi-hero-copy-v2 h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 5.4vw, 78px);
    line-height: .98;
    letter-spacing: -.06em;
}

.roi-hero-copy-v2 > p {
    max-width: 680px;
    margin: 28px 0 36px;
    color: #b4c6d6;
    font-size: 18px;
    line-height: 1.7;
}

.roi-hero-signals-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 670px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.roi-hero-signals-v2 span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 17px 18px 18px 0;
    color: #e5edf4;
    font-size: 12px;
    font-weight: 750;
}

.roi-hero-signals-v2 i {
    color: var(--roi-lime);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-style: normal;
}

.roi-hero-model-v2 {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(125, 191, 240, .27);
    background: rgba(6, 25, 44, .72);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
}

.roi-hero-model-v2::before {
    position: absolute;
    right: -125px;
    top: -150px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(36, 124, 255, .13);
    box-shadow: 0 0 0 50px rgba(36, 124, 255, .045);
    content: '';
}

.roi-hero-model-v2 header,
.roi-hero-model-v2 footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.roi-hero-model-v2 header {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.roi-hero-model-v2 header span {
    color: #9fb6c9;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.roi-hero-model-v2 header b {
    display: grid;
    min-width: 48px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .17);
    color: var(--roi-lime);
    font-size: 12px;
}

.roi-model-flow-v2 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 24px 1fr 24px 1fr;
    align-items: center;
    padding: 43px 0 38px;
}

.roi-model-flow-v2 article { position: relative; min-width: 0; text-align: center; }
.roi-model-flow-v2 article > small {
    position: absolute;
    left: 4px;
    top: -14px;
    color: #57748b;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
}

.roi-model-icon {
    position: relative;
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    place-items: center;
    border: 1px solid rgba(95, 181, 244, .42);
    border-radius: 50%;
    background: #0a2946;
    box-shadow: 0 0 0 8px rgba(34, 123, 205, .065);
}

.roi-model-icon::before,
.roi-model-icon::after { position: absolute; content: ''; }
.roi-model-icon-clock::before { width: 22px; height: 22px; border: 2px solid var(--roi-cyan); border-radius: 50%; }
.roi-model-icon-clock::after { width: 8px; height: 6px; border-left: 2px solid var(--roi-lime); border-bottom: 2px solid var(--roi-lime); transform: translate(3px, -2px); }
.roi-model-icon-saving::before { width: 24px; height: 17px; border: 2px solid var(--roi-cyan); border-radius: 3px; }
.roi-model-icon-saving::after { width: 9px; height: 9px; border-right: 2px solid var(--roi-lime); border-top: 2px solid var(--roi-lime); transform: translate(5px, -5px); }
.roi-model-icon-return::before { width: 26px; height: 26px; border: 2px solid var(--roi-lime); border-left-color: transparent; border-radius: 50%; }
.roi-model-icon-return::after { left: 17px; top: 15px; width: 8px; height: 8px; border-left: 2px solid var(--roi-lime); border-bottom: 2px solid var(--roi-lime); transform: rotate(18deg); }
.roi-model-flow-v2 strong { display: block; color: #fff; font-size: 12px; }
.roi-model-flow-v2 article > span { display: block; margin-top: 5px; color: #7f98ab; font-size: 12px; line-height: 1.4; }
.roi-model-arrow-v2 { color: #58748b; font-size: 15px; font-style: normal; text-align: center; }
.roi-hero-model-v2 footer { justify-content: flex-start; gap: 9px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .13); color: #91a9bb; font-size: 12px; }
.roi-hero-model-v2 footer i { width: 8px; height: 8px; border-radius: 50%; background: var(--roi-lime); box-shadow: 0 0 15px rgba(200, 255, 61, .8); }

.roi-workbench-v2 { padding: 105px 0 115px; }
.roi-workbench-heading-v2,
.roi-method-heading-v2 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 42px;
}

.roi-workbench-heading-v2 h2,
.roi-method-heading-v2 h2 { margin: 0; font-size: clamp(42px, 4.3vw, 62px); line-height: 1; letter-spacing: -.055em; }
.roi-workbench-heading-v2 > p,
.roi-method-heading-v2 > p { max-width: 590px; margin: 0; color: var(--roi-muted); font-size: 16px; line-height: 1.7; }
.roi-layout-v2 { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); gap: 28px; align-items: start; }

.roi-form-v2 {
    overflow: hidden;
    border: 1px solid var(--roi-line);
    background: #fff;
    box-shadow: 0 22px 55px rgba(8, 28, 49, .07);
}

.roi-preset-section-v2,
.roi-input-group-v2 { padding: 32px 34px; border-bottom: 1px solid var(--roi-line); }
.roi-preset-section-v2 { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; align-items: center; background: #f8fbfd; }
.roi-preset-section-v2 > div:first-child { display: grid; grid-template-columns: 34px 1fr; }
.roi-preset-section-v2 > div:first-child > span,
.roi-input-group-v2 > header > span {
    color: var(--roi-blue);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-weight: 850;
}

.roi-preset-section-v2 h3 { margin: 0; font-size: 18px; }
.roi-preset-section-v2 p { grid-column: 2; margin: 5px 0 0; color: var(--roi-muted); font-size: 13px; }
.roi-presets-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.roi-presets-v2 button {
    min-height: 65px;
    padding: 10px;
    border: 1px solid #cddae4;
    background: #fff;
    color: var(--roi-navy);
    cursor: pointer;
    text-align: left;
    transition: .2s ease;
}
.roi-presets-v2 button:hover,
.roi-presets-v2 button.active { border-color: var(--roi-blue); background: #eaf4ff; box-shadow: inset 0 -3px var(--roi-blue); }
.roi-presets-v2 b,
.roi-presets-v2 small { display: block; }
.roi-presets-v2 b { font-size: 12px; }
.roi-presets-v2 small { margin-top: 3px; color: #72879a; font-size: 12px; }

.roi-input-group-v2 > header { display: grid; grid-template-columns: 34px 1fr; margin-bottom: 25px; }
.roi-input-group-v2 h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.roi-input-group-v2 header p { margin: 5px 0 0; color: var(--roi-muted); font-size: 12px; }
.roi-field-grid-v2 { display: grid; gap: 16px; }
.roi-field-grid-v2.three { grid-template-columns: repeat(3, 1fr); }
.roi-field-grid-v2.two { grid-template-columns: repeat(2, 1fr); }
.roi-field-grid-v2 label { min-width: 0; gap: 10px; color: var(--roi-navy); }
.roi-field-grid-v2 label > span:first-child { min-height: 51px; font-size: 12px; font-weight: 850; }
.roi-field-grid-v2 label small { display: block; margin-top: 4px; color: #7b8d9d; font-size: 12px; font-weight: 500; line-height: 1.45; }
.roi-input-shell-v2 { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; min-height: 52px; border: 1px solid #c9d8e3; background: #fff; transition: .2s ease; }
.roi-input-shell-v2:focus-within { border-color: var(--roi-blue); box-shadow: 0 0 0 3px rgba(36, 124, 255, .11); }
.roi-input-shell-v2.money { grid-template-columns: auto minmax(0, 1fr) auto; }
.roi-input-shell-v2 input { min-width: 0; height: 50px; padding: 0 13px; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--roi-navy); font-size: 18px; font-weight: 850; }
.roi-input-shell-v2 input:focus { border: 0; outline: 0; box-shadow: none; }
.roi-input-shell-v2 b { padding: 0 13px; color: #718497; font-size: 12px; white-space: nowrap; }
.roi-input-shell-v2 > i { padding-left: 13px; color: var(--roi-blue); font-size: 17px; font-style: normal; font-weight: 850; }

.roi-form-action-v2 { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 28px 34px; }
.roi-form-action-v2 > div { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; }
.roi-form-action-v2 i { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #eaf4ff; color: var(--roi-blue); font-size: 13px; font-style: normal; font-weight: 900; }
.roi-form-action-v2 p { margin: 0; color: var(--roi-muted); font-size: 12px; line-height: 1.55; }
.roi-form-action-v2 .button { min-width: 220px; min-height: 56px; justify-content: space-between; gap: 28px; padding-inline: 23px; background: var(--roi-blue); color: #fff; box-shadow: 0 15px 30px rgba(36, 124, 255, .2); }
.roi-form-action-v2 .button:hover { background: #126af0; }
.roi-form-action-v2 .button b { font-size: 20px; }

.roi-results-v2 {
    position: sticky;
    top: 105px;
    overflow: hidden;
    min-height: 760px;
    padding: 31px;
    background:
        radial-gradient(circle at 100% 0, rgba(36, 124, 255, .23), transparent 31%),
        linear-gradient(150deg, #061426, #092440);
    color: #fff;
    box-shadow: 0 28px 65px rgba(6, 20, 38, .19);
}
.roi-results-v2::before { position: absolute; inset: 0; pointer-events: none; opacity: .14; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 44px 44px; content: ''; }
.roi-results-v2 > * { position: relative; }
.roi-results-v2 > header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 23px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.roi-results-v2 > header span { color: var(--roi-cyan); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.roi-results-v2 > header h2 { margin: 6px 0 0; color: #fff; font-size: 27px; }
.roi-results-v2 > header > b { display: grid; min-width: 48px; height: 30px; place-items: center; border: 1px solid rgba(255, 255, 255, .17); color: var(--roi-lime); font-size: 12px; }
.roi-payback-v2 { display: grid; grid-template-columns: 158px 1fr; gap: 24px; align-items: center; padding: 29px 0; }
.roi-payback-ring-v2 { --roi-ring-progress: 64%; display: grid; width: 154px; height: 154px; place-items: center; border-radius: 50%; background: conic-gradient(var(--roi-lime) var(--roi-ring-progress), #24435d 0); box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 20px 45px rgba(0, 0, 0, .22); }
.roi-payback-ring-v2::before { position: absolute; width: 118px; height: 118px; border-radius: 50%; background: #0a2138; content: ''; }
.roi-payback-ring-v2 > span { position: relative; display: flex; flex-direction: column; align-items: center; }
.roi-payback-ring-v2 b { color: #fff; font-size: 43px; line-height: 1; letter-spacing: -.05em; }
.roi-payback-ring-v2 small { margin-top: 4px; color: #9fb2c2; font-size: 12px; }
.roi-payback-v2 > div:last-child > span { color: #7e98ac; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.roi-payback-v2 h3 { margin: 7px 0 8px; color: #fff; font-size: 21px; line-height: 1.15; }
.roi-results-v2.status-fast .roi-payback-v2 h3 { color: var(--roi-lime); }
.roi-results-v2.status-balanced .roi-payback-v2 h3 { color: var(--roi-cyan); }
.roi-results-v2.status-optimize .roi-payback-v2 h3 { color: #ffca79; }
.roi-payback-v2 p { margin: 0; color: #8ea4b6; font-size: 12px; line-height: 1.5; }

.roi-primary-metrics-v2 { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255, 255, 255, .15); border-left: 1px solid rgba(255, 255, 255, .15); }
.roi-primary-metrics-v2 article { min-width: 0; padding: 17px; border-right: 1px solid rgba(255, 255, 255, .15); border-bottom: 1px solid rgba(255, 255, 255, .15); }
.roi-primary-metrics-v2 small,
.roi-primary-metrics-v2 span { display: block; color: #8198aa; font-size: 12px; }
.roi-primary-metrics-v2 strong { display: block; margin: 6px 0 4px; overflow-wrap: anywhere; color: #fff; font-size: 22px; letter-spacing: -.035em; }
.roi-secondary-metrics-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 10px 0 25px; }
.roi-secondary-metrics-v2 article { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 12px; background: rgba(255, 255, 255, .055); }
.roi-secondary-metrics-v2 article > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(54, 200, 255, .1); color: var(--roi-cyan); font-size: 12px; font-weight: 900; }
.roi-secondary-metrics-v2 small { display: block; color: #7f97aa; font-size: 12px; }
.roi-secondary-metrics-v2 b { display: block; margin-top: 3px; color: #fff; font-size: 13px; }
.roi-result-section-title-v2 { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.roi-result-section-title-v2 span { color: #dbe7ef; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.roi-result-section-title-v2 small { color: #6f899e; font-size: 12px; }
.roi-breakdown-v2 { padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.roi-breakdown-row-v2 + .roi-breakdown-row-v2 { margin-top: 13px; }
.roi-breakdown-row-v2 > div { display: flex; justify-content: space-between; gap: 20px; color: #9fb1bf; font-size: 12px; }
.roi-breakdown-row-v2 b { color: #fff; }
.roi-breakdown-row-v2 > i { display: block; overflow: hidden; height: 5px; margin-top: 6px; border-radius: 6px; background: #203c54; }
.roi-breakdown-row-v2 > i span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--roi-blue), var(--roi-cyan)); transition: width .5s ease; }
.roi-breakdown-row-v2:last-child > i span { background: linear-gradient(90deg, #91c72c, var(--roi-lime)); }
.roi-cashflow-v2 { padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.roi-cashflow-track-v2 { position: relative; height: 6px; border-radius: 8px; background: linear-gradient(90deg, #2b5270 0 20%, #386986 20% 40%, #43809b 40% 60%, #69a56d 60% 80%, #9dcc52 80%); }
.roi-cashflow-track-v2 i { position: absolute; left: 0; top: 50%; width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50%; background: var(--roi-lime); box-shadow: 0 0 0 1px #6e8799; transform: translate(-50%, -50%); transition: left .5s ease; }
.roi-cashflow-years-v2 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 11px; }
.roi-cashflow-years-v2 span { min-width: 0; }
.roi-cashflow-years-v2 small,
.roi-cashflow-years-v2 b { display: block; }
.roi-cashflow-years-v2 small { color: #6e879a; font-size: 12px; }
.roi-cashflow-years-v2 b { margin-top: 2px; overflow: hidden; color: #cbd9e3; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.roi-result-actions-v2 { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding-top: 24px; }
.roi-result-actions-v2 .button { min-height: 49px; background: var(--roi-lime); color: var(--roi-navy); }
.roi-result-actions-v2 .button:hover { background: #d6ff70; }
.roi-expert-link-v2 { color: #cbd9e3; font-size: 12px; font-weight: 800; white-space: nowrap; }
.roi-expert-link-v2 span { margin-left: 5px; color: var(--roi-cyan); }

.roi-method-v2 { padding: 105px 0; border-top: 1px solid var(--roi-line); background: #fff; }
.roi-formula-v2 { display: grid; grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr; align-items: stretch; }
.roi-formula-v2 > article { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--roi-line); background: #f8fbfd; }
.roi-formula-v2 > article.result { border-color: var(--roi-navy); background: var(--roi-navy); color: #fff; }
.roi-formula-v2 > i { display: grid; place-items: center; color: #8aa0b2; font-size: 24px; font-style: normal; }
.roi-formula-v2 article > span { display: block; margin-bottom: 28px; color: var(--roi-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.roi-formula-v2 article.result > span { color: var(--roi-cyan); }
.roi-formula-v2 article > b { display: block; color: var(--roi-blue); font-size: 36px; line-height: 1; }
.roi-formula-v2 article.result > b { color: var(--roi-lime); }
.roi-formula-v2 h3 { margin: 22px 0 9px; font-size: 18px; }
.roi-formula-v2 p { margin: 0; color: var(--roi-muted); font-size: 13px; line-height: 1.6; }
.roi-formula-v2 article.result p { color: #9fb2c2; }
.roi-scope-note-v2 { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border: 1px solid var(--roi-line); }
.roi-scope-note-v2 > div { padding: 22px 25px; }
.roi-scope-note-v2 > div + div { border-left: 1px solid var(--roi-line); }
.roi-scope-note-v2 b { font-size: 12px; }
.roi-scope-note-v2 p { margin: 7px 0 0; color: var(--roi-muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 1120px) {
    .roi-hero-layout-v2 { grid-template-columns: 1fr; }
    .roi-hero-model-v2 { width: min(100%, 720px); }
    .roi-layout-v2 { grid-template-columns: 1fr; }
    .roi-results-v2 { position: relative; top: auto; min-height: 0; }
}

@media (max-width: 760px) {
    .roi-hero-v2 { padding: 72px 0 76px; }
    .roi-hero-layout-v2 { gap: 48px; }
    .roi-hero-copy-v2 h1 { font-size: clamp(45px, 13vw, 60px); }
    .roi-hero-copy-v2 > p { font-size: 15px; }
    .roi-hero-signals-v2 { grid-template-columns: 1fr; }
    .roi-hero-signals-v2 span { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
    .roi-hero-model-v2 { padding: 24px 19px; }
    .roi-model-flow-v2 { grid-template-columns: 1fr; gap: 17px; padding: 30px 0; }
    .roi-model-arrow-v2 { transform: rotate(90deg); }
    .roi-model-flow-v2 article > small { left: calc(50% - 52px); }
    .roi-workbench-v2,
    .roi-method-v2 { padding: 72px 0; }
    .roi-workbench-heading-v2,
    .roi-method-heading-v2 { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
    .roi-workbench-heading-v2 h2,
    .roi-method-heading-v2 h2 { font-size: 42px; }
    .roi-workbench-heading-v2 > p,
    .roi-method-heading-v2 > p { font-size: 14px; }
    .roi-preset-section-v2 { grid-template-columns: 1fr; gap: 19px; padding: 25px 20px; }
    .roi-presets-v2 { grid-template-columns: 1fr; }
    .roi-input-group-v2 { padding: 27px 20px; }
    .roi-field-grid-v2.three,
    .roi-field-grid-v2.two { grid-template-columns: 1fr; }
    .roi-field-grid-v2 label > span:first-child { min-height: 0; }
    .roi-form-action-v2 { grid-template-columns: 1fr; padding: 25px 20px; }
    .roi-form-action-v2 .button { width: 100%; }
    .roi-results-v2 { padding: 25px 20px; }
    .roi-payback-v2 { grid-template-columns: 130px 1fr; gap: 18px; }
    .roi-payback-ring-v2 { width: 126px; height: 126px; }
    .roi-payback-ring-v2::before { width: 96px; height: 96px; }
    .roi-payback-ring-v2 b { font-size: 36px; }
    .roi-primary-metrics-v2,
    .roi-secondary-metrics-v2 { grid-template-columns: 1fr; }
    .roi-primary-metrics-v2 { border-left: 0; }
    .roi-primary-metrics-v2 article { border-left: 1px solid rgba(255, 255, 255, .15); }
    .roi-cashflow-years-v2 b { font-size: 12px; }
    .roi-result-actions-v2 { grid-template-columns: 1fr; }
    .roi-expert-link-v2 { text-align: center; }
    .roi-formula-v2 { grid-template-columns: 1fr; gap: 0; }
    .roi-formula-v2 > i { min-height: 40px; transform: rotate(90deg); }
    .roi-formula-v2 > article { min-height: 0; }
    .roi-scope-note-v2 { grid-template-columns: 1fr; }
    .roi-scope-note-v2 > div + div { border-top: 1px solid var(--roi-line); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .roi-breakdown-row-v2 > i span,
    .roi-cashflow-track-v2 i { transition: none; }
}
