/* Home v2: page-specific presentation. */
.sr-home-v2 { margin-block-start: 0; background: linear-gradient(125deg, #fff 38%, #f5f6f8 100%); }
.sr-hero { max-width: 1440px; margin-inline: auto; padding: 72px 32px clamp(56px, 7vw, 108px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: start; }
.sr-hero-copy { min-width: 0; }
.sr-hero h1 { font-size: clamp(36px, 4.2vw, 60px); line-height: 1.08; font-weight: 800; letter-spacing: -.055em; margin: 0 0 24px; text-wrap: balance; }
.sr-hero h1 span { display: block; color: var(--sr-red); }
.sr-hero-description { max-width: 530px; margin: 0 0 30px; color: var(--sr-muted); font-size: 17px; line-height: 1.8; }
.sr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sr-benefits { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 22px; padding: 0; margin: 26px 0 0; list-style: none; font-size: 12px; font-weight: 500; color: var(--sr-muted); }
.sr-benefits li::before { content: '✓'; margin-right: 8px; color: var(--sr-red-dark); font-weight: 800; }
.sr-dashboard-stage { position: relative; min-width: 0; padding-block: 0 22px; isolation: isolate; container-type: inline-size; }
.sr-dashboard-stage::before { content: ''; position: absolute; z-index: -1; inset: 0 8% 0 16%; background: #c3454612; clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%); }
.sr-dashboard { overflow: hidden; border: 1px solid #dce0e7; border-radius: 13px; background: var(--sr-surface); box-shadow: 0 24px 60px #1f293318, 0 4px 12px #1f293308; }
.sr-window-bar { display: flex; justify-content: space-between; align-items: center; padding: 11px 16px; background: #fff; border-bottom: 1px solid var(--sr-border); font-size: 11px; color: var(--sr-muted); }
.sr-window-bar > :first-child { color: #c5c9d1; letter-spacing: 3px; }
.sr-app-layout { display: grid; grid-template-columns: 148px minmax(0, 1fr); }
.sr-sidebar { background: var(--sr-ink); color: #e3e7ed; padding: 22px 10px; display: flex; flex-direction: column; }
.sr-app-brand { font-size: 19px; font-weight: 800; color: #fff; padding: 0 6px 24px; letter-spacing: -.5px; }
.sr-app-brand span { display: block; font-size: 11px; letter-spacing: .5px; color: #c3c9d2; margin-top: 5px; font-weight: 500; }
.sr-sidebar ul { margin: 0; padding: 0; list-style: none; font-size: 12px; }
.sr-sidebar li { padding: 10px 8px; margin-bottom: 4px; border-radius: 5px; }
.sr-sidebar .sr-selected { background: var(--sr-red); color: #fff; font-weight: 700; }
.sr-sidebar-bottom { margin-top: auto; padding: 28px 6px 0; font-size: 11px; color: #c3c9d2; }
.sr-app-main { min-width: 0; padding: 22px 16px 18px; }
.sr-app-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sr-app-heading h2 { font-size: 19px; font-weight: 800; letter-spacing: -.6px; line-height: 1.3; margin: 0 0 5px; }
.sr-app-heading p, .sr-panel p { font-size: 11px; color: var(--sr-muted); margin: 0; }
.sr-app-avatar { display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 28px; background: #f4e5e5; border-radius: 50%; font-size: 11px; color: var(--sr-red-dark); font-weight: 700; }
.sr-demo-note { margin: 14px 0 10px; font-size: 11px; color: var(--sr-muted); }
.sr-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin: 0 0 12px; }
.sr-metrics > div { padding: 12px 9px; background: #fff; border: 1px solid var(--sr-border); border-radius: 7px; }
.sr-metrics dt { font-size: 12px; line-height: 1.5; min-height: 36px; color: var(--sr-muted); overflow-wrap: anywhere; }
.sr-metrics dd { margin: 6px 0 0; font-size: 26px; font-weight: 800; line-height: 1.2; letter-spacing: -1px; }
.sr-metrics dd span { font-size: 15px; }
.sr-dashboard-middle { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 10px; }
.sr-panel { padding: 14px 12px; border: 1px solid var(--sr-border); border-radius: 8px; background: #fff; min-width: 0; }
.sr-panel h3 { margin: 0 0 8px; font-size: 13px; font-weight: 700; line-height: 1.4; }
.sr-chart { display: flex; align-items: stretch; gap: 8px; height: 146px; margin-top: 12px; background: repeating-linear-gradient(to top, transparent 0, transparent 35px, #eef0f3 35px, #eef0f3 36px); }
.sr-chart > div { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }
.sr-chart i { display: block; width: 100%; max-width: 19px; height: var(--sr-bar); background: var(--sr-red); border-radius: 3px 3px 0 0; }
.sr-chart span { background: #fff; width: 100%; text-align: center; padding-top: 6px; color: var(--sr-muted); font-size: 11px; }
.sr-donut { width: 96px; height: 96px; margin: 12px auto; border-radius: 50%; background: conic-gradient(#526d65 0 87.5%, #b58437 87.5% 95.833%, #c34546 95.833%); padding: 9px; }
.sr-donut > span { height: 100%; border-radius: 50%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; line-height: 1.3; }
.sr-donut small { font-size: 11px; color: var(--sr-muted); font-weight: 400; }
.sr-fleet dl { margin: 0; font-size: 12px; }
.sr-fleet dl > div { display: flex; justify-content: space-between; gap: 6px; padding-top: 4px; }
.sr-fleet dd { margin: 0; font-weight: 700; }
.sr-attention { margin-top: 12px; }
.sr-attention h3 { display: flex; justify-content: space-between; }
.sr-attention h3 > span { color: var(--sr-red-dark); }
.sr-attention ul { list-style: none; padding: 0; margin: 0; font-size: 12px; }
.sr-attention li { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-top: 1px solid #f0f1f4; }
.sr-alert-icon { display: inline-grid; place-items: center; width: 20px; height: 20px; background: #f9eded; border-radius: 4px; color: var(--sr-red-dark); font-weight: 700; }
@media (max-width: 1199px) {
.sr-hero { gap: 24px; padding-top: 64px; padding-inline: 24px; }
.sr-sidebar { padding-inline: 6px; }
.sr-app-main { padding-inline: 12px; }
}
@media (max-width: 959px) {
.sr-hero { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 56px; }
.sr-hero-copy { max-width: 660px; }
.sr-hero h1 { font-size: clamp(38px, 6.5vw, 58px); }
.sr-dashboard-stage { width: 100%; max-width: 700px; justify-self: center; }
}
@media (max-width: 479px) {
.sr-hero { padding: 40px 18px 44px; gap: 22px; }
.sr-hero h1 { font-size: clamp(34px, 10vw, 46px); }
.sr-hero-description { font-size: 15px; }
.sr-hero-actions { flex-direction: column; }
.sr-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; font-size: 11px; }
}
@container (max-width: 580px) {
.sr-app-layout { grid-template-columns: minmax(0, 1fr); }
.sr-sidebar { padding: 12px; }
.sr-app-brand { padding: 0 0 10px; }
.sr-app-brand span, .sr-sidebar-bottom { display: none; }
.sr-sidebar ul { display: flex; flex-wrap: wrap; gap: 4px; }
.sr-sidebar li { margin: 0; padding: 5px 8px; }
.sr-app-main { padding: 18px 12px; }
.sr-dashboard-middle { grid-template-columns: minmax(0, 1fr); }
.sr-fleet dl > div { padding-top: 7px; }
.sr-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.sr-automation-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -.3px;
}
.sr-automation-card p {
    margin: 0;
    color: var(--sr-muted);
    font-size: 15px;
    line-height: 1.75;
}
.sr-efficiency-section { background: var(--sr-surface); }
.sr-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
}
.sr-capability-list li { display: flex; align-items: baseline; gap: 10px; }
.sr-capability-list li::before { content: '✓'; color: var(--sr-red-dark); }
.sr-operation-preview {
    padding: 26px;
    border: 1px solid var(--sr-border);
    border-radius: 16px;
    background: var(--sr-white);
    box-shadow: 0 18px 40px #1f29330a;
}
.sr-preview-heading { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.sr-preview-heading h3 { margin: 0; font-size: 18px; line-height: 1.4; }
.sr-preview-heading > span, .sr-preview-note { color: var(--sr-muted); font-size: 12px; }
.sr-event-list { display: grid; gap: 12px; }
.sr-event {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 16px 12px;
    border: 1px solid var(--sr-border);
    border-radius: 9px;
}
.sr-event-symbol { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: #f9eded; color: var(--sr-red-dark); font-weight: 700; }
.sr-event h4 { margin: 0 0 4px; font-size: 14px; line-height: 1.4; }
.sr-event p { margin: 0; color: var(--sr-muted); font-size: 12px; }
.sr-event-label { font-size: 12px; font-weight: 600; color: var(--sr-red-dark); }
.sr-preview-note { margin: 20px 0 0; }
.sr-automation-section { background: var(--sr-ink); color: var(--sr-white); }
.sr-automation-section h2, .sr-automation-section h3 { color: var(--sr-white); }
.sr-automation-section .sr-section-eyebrow { color: var(--sr-white); border-left: 3px solid var(--sr-red); padding-left: 12px; }
.sr-automation-section .sr-section-heading > p:not(.sr-section-eyebrow), .sr-automation-card p { color: #d0d5dd; }
.sr-automation-card { min-width: 0; padding: 28px; border: 1px solid #ffffff26; border-radius: 14px; background: #ffffff05; }
.sr-step-number { display: inline-block; margin-bottom: 24px; padding-bottom: 8px; border-bottom: 3px solid var(--sr-red); color: #d0d5dd; font-size: 13px; font-weight: 700; }
.sr-workflow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; list-style: none; padding: 28px 0 0; margin: 28px 0 0; border-top: 1px solid #ffffff26; }
.sr-workflow li { display: flex; align-items: center; gap: 20px; font-size: 15px; font-weight: 600; }
.sr-workflow li + li::before { content: '→'; color: #d0d5dd; }
.sr-section.sr-integrations-section { padding-block: clamp(40px, 5vw, 72px); }
.sr-integration-panel { padding: 28px; border: 1px solid var(--sr-border); border-radius: 16px; background: var(--sr-surface); }
.sr-integration-panel h3 { margin: 0 0 24px; font-size: 16px; line-height: 1.5; }
.sr-integration-list { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0; list-style: none; }
.sr-integration-list li { max-width: 100%; padding: 12px 16px; border: 1px solid var(--sr-border); border-radius: 8px; background: var(--sr-white); font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.sr-industries-section { background: var(--sr-surface); }
.sr-industries-section .sr-feature-card { border-top: 3px solid var(--sr-red); box-shadow: none; }
.sr-industries-section .sr-feature-icon { width: 54px; height: 54px; background: var(--sr-surface); }
.sr-industries-section .sr-feature-icon svg { width: 30px; height: 30px; }
.sr-home-v2 + footer { margin-block-start: 0; }
@media (max-width: 1199px) {
.sr-event { grid-template-columns: auto minmax(0, 1fr); }
.sr-event-label { grid-column: 2; }
}
@media (max-width: 599px) {
.sr-capability-list { grid-template-columns: minmax(0, 1fr); }
.sr-automation-card, .sr-integration-panel, .sr-operation-preview { padding: 22px; }
.sr-workflow, .sr-workflow li { gap: 12px; }
.sr-workflow li { font-size: 14px; }
}
