:root {
  --blue: #1976d2;
  --blue-dark: #0f5aa8;
  --blue-soft: #edf5ff;
  --navy: #102235;
  --navy-2: #0a1827;
  --ink: #17212b;
  --muted: #5b6875;
  --bg: #f5f8fc;
  --line: #dce4ec;
  --white: #ffffff;
  --green: #009246;
  --orange: #e68a00;
  --red: #e53935;
  --radius: 12px;
  --shadow: 0 16px 50px rgba(16,34,53,.10);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-small { padding: 80px 0; }
.section-tight { padding: 72px 0 0; }
.skip-link { position: fixed; left: 16px; top: -100px; background: var(--navy); color: white; padding: 12px 18px; z-index: 200; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,228,236,.85); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; min-width: 205px; }
.brand-name { font-weight: 900; letter-spacing: -.035em; font-size: 27px; line-height: 1; color: var(--navy); }
.brand-name > span { color: var(--blue); }
.brand-tagline { margin-top: 6px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 750; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 750; color: var(--ink); position: relative; padding: 30px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--blue); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--navy); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 27px; border-radius: 8px; border: 1px solid transparent; font-weight: 800; font-size: 15px; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: white; border-color: #a9b8c5; color: var(--navy); }
.btn-secondary:hover { background: var(--blue-soft); border-color: var(--blue); }
.header-cta { margin-left: 8px; min-height: 46px; padding-inline: 20px; white-space: nowrap; }

.eyebrow { color: var(--blue); font-size: 13px; line-height: 1.2; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 18px; }
.eyebrow.light { color: #82bdff; }
h1, h2, h3 { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.12; color: var(--navy); margin-top: 0; }
h1 { font-size: clamp(44px, 5vw, 68px); letter-spacing: -.047em; margin-bottom: 26px; }
h1 span, .why-title h2 span { color: var(--blue); }
h2 { font-size: clamp(34px, 3.6vw, 48px); letter-spacing: -.035em; margin-bottom: 20px; }
h3 { font-size: 24px; letter-spacing: -.02em; }

.hero { overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(25,118,210,.11), transparent 36%), linear-gradient(180deg,#fff,#f9fbfe); }
.hero-grid { display: grid; grid-template-columns: .96fr 1.14fr; gap: 70px; align-items: center; min-height: 570px; }
.hero-copy { padding-bottom: 26px; }
.hero-lead { font-size: 19px; color: var(--muted); max-width: 710px; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.system-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.dashboard-shell { width: min(100%,650px); border-radius: 16px; background: #0e1d2d; box-shadow: 0 30px 80px rgba(16,34,53,.27); overflow: hidden; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.08); }
.dashboard-topbar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; background: #081522; border-bottom: 1px solid #22384a; }
.dashboard-topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: #3f5668; }
.dashboard-title { margin-left: 8px; color: #d5e2e7; font-size: 12px; font-weight: 700; }
.dashboard-body { display: grid; grid-template-columns: 58px 1fr; min-height: 372px; }
.dashboard-sidebar { border-right: 1px solid #263d50; padding-top: 20px; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.dashboard-sidebar span { width: 17px; height: 17px; border-radius: 4px; border: 2px solid #426076; }
.dashboard-sidebar span:first-child { border-color: #4aa3ff; }
.dashboard-content { padding: 24px; }
.health-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.health-grid article { background: #152b3b; border: 1px solid #25445a; border-radius: 9px; padding: 14px 15px; position: relative; }
.health-grid small, .chart-card small, .activity-card small { color: #8da1b1; font-weight: 700; font-size: 11px; }
.health-grid strong { display: block; color: #dce8ef; font-size: 15px; margin-top: 7px; }
.health-grid i { position: absolute; right: 13px; top: 17px; width: 9px; height: 9px; border-radius: 50%; background: #22c773; box-shadow: 0 0 0 4px rgba(34,199,115,.12); }
.dashboard-lower { margin-top: 15px; display: grid; grid-template-columns: 1.45fr .9fr; gap: 14px; }
.chart-card, .activity-card { background: #152b3b; border: 1px solid #25445a; border-radius: 9px; padding: 15px; }
.chart-card svg { margin-top: 18px; }
.activity-card ul { padding: 0; margin: 12px 0 0; list-style: none; }
.activity-card li { color: #c9d5dc; font-size: 10px; padding: 8px 0; border-bottom: 1px solid #263e50; display: flex; align-items: center; gap: 8px; }
.activity-card li span { width: 7px; height: 7px; border-radius: 50%; background: #22c773; }
.status-pill { position: absolute; z-index: 3; background: white; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(16,34,53,.11); border-radius: 10px; padding: 9px 12px; color: var(--navy); font-size: 11px; font-weight: 700; display: grid; gap: 1px; }
.status-pill strong { color: var(--green); }
.status-server { left: 0; top: 86px; }.status-backup { top: 24px; right: 20px; }.status-security { right: 0; bottom: 100px; }.status-support { left: 35px; bottom: 43px; }
.trust-strip { margin-top: 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip div { padding: 28px 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-size: 16px; }.trust-strip span { color: var(--muted); font-size: 14px; }

.section-heading { margin-bottom: 44px; }
.section-heading.centered { text-align: center; max-width: 850px; margin-inline: auto; }
.section-heading.centered > p:last-child { color: var(--muted); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.text-link, .service-card a, .case-card a { color: var(--blue); font-weight: 800; font-size: 14px; }

.problems { background: var(--blue-soft); }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.problem-card { background: rgba(255,255,255,.82); border: 1px solid #d4e6f7; border-radius: 10px; padding: 22px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.problem-card span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff3da; color: var(--orange); font-weight: 900; }
.problem-card p { margin: 1px 0 0; font-size: 15px; color: var(--ink); }

.services { background: var(--bg); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { position: relative; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; min-height: 430px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(25,118,210,.35); }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-size: 32px; font-weight: 900; margin-bottom: 26px; }
.card-number { position: absolute; right: 28px; top: 30px; font-weight: 850; color: #a9b7c3; }
.service-card p { color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 8px; }
.service-card li { position: relative; padding-left: 22px; font-size: 14px; color: var(--ink); }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.plans { background: white; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.plan-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; background: white; position: relative; display: flex; flex-direction: column; }
.plan-card.featured { border: 2px solid var(--blue); box-shadow: 0 20px 55px rgba(25,118,210,.15); transform: translateY(-10px); }
.recommended { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--blue); color: white; border-radius: 999px; padding: 6px 13px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.plan-head span { display: inline-flex; color: var(--blue); background: var(--blue-soft); border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 850; margin-bottom: 16px; }
.plan-head strong { display: block; font-size: 21px; color: var(--navy); }
.plan-card > p { color: var(--muted); }
.plan-card ul { list-style: none; padding: 0; margin: 14px 0 28px; display: grid; gap: 10px; flex: 1; }
.plan-card li { position: relative; padding-left: 24px; font-size: 14px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.cases { background: var(--bg); }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.case-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; box-shadow: 0 8px 30px rgba(16,34,53,.05); transition: transform .25s ease, box-shadow .25s ease; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-preview { height: 230px; background: #0f2030; padding: 22px; }
.case-body { padding: 28px; }
.case-label { display: inline-flex; border: 1px solid rgba(25,118,210,.25); background: var(--blue-soft); color: var(--blue-dark); border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 800; margin-bottom: 15px; }
.case-body h3 { margin-bottom: 14px; }.case-body p { color: var(--muted); }
.benefits { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.benefits li { background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 700; }
.monitor-head { display: flex; gap: 7px; margin-bottom: 12px; }.monitor-head span { width: 8px; height: 8px; background: #425d71; border-radius: 50%; }
.server-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 13px; }.server-list i { height: 38px; border-radius: 7px; background: #173449; border: 1px solid #28516d; position: relative; }.server-list i::after { content: ""; position: absolute; right: 8px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: #22c773; }
.migration-preview { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; background: linear-gradient(145deg,#112536,#0c1926); }
.migration-preview b { color: #66b2ff; font-size: 27px; }.migration-node { padding: 22px 10px; text-align: center; border-radius: 9px; color: white; font-weight: 800; font-size: 13px; }.migration-node.old { background: #2a3947; border: 1px solid #4c6170; }.migration-node.new { background: #123c61; border: 1px solid #2b78b8; }
.migration-bottom { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.migration-bottom span { background: #173247; border: 1px solid #2a516d; border-radius: 7px; padding: 10px; color: #cfe2f0; font-size: 11px; font-weight: 750; text-align: center; }
.central-preview { position: relative; display: grid; place-items: center; background: radial-gradient(circle,#183f61,#0d1d2b 68%); }
.central-core { width: 105px; height: 105px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-size: 13px; font-weight: 900; box-shadow: 0 0 0 12px rgba(25,118,210,.13); }
.node { position: absolute; background: white; color: var(--navy); border-radius: 8px; padding: 7px 10px; font-size: 10px; font-weight: 800; box-shadow: 0 8px 20px rgba(0,0,0,.18); }.n1{top:25px;left:32px}.n2{top:25px;right:32px}.n3{bottom:25px;left:24px}.n4{bottom:25px;right:24px}.n5{left:50%;bottom:12px;transform:translateX(-50%)}

.why { background: linear-gradient(180deg,#eef5fb,#fff); border-block: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: 1.15fr repeat(4,1fr); gap: 28px; align-items: start; }
.why-title h2 { font-size: 38px; }.why-item { border-left: 2px solid rgba(25,118,210,.18); padding-left: 22px; }.why-item strong { font-size: 17px; }.why-item p { color: var(--muted); font-size: 15px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.process-step { position: relative; padding: 26px 18px 16px 72px; border-top: 1px solid var(--line); }
.process-step span { position: absolute; left: 0; top: 18px; width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: white; display: grid; place-items: center; font-weight: 850; }
.process-step h3 { font-size: 20px; margin-bottom: 10px; }.process-step p { color: var(--muted); font-size: 15px; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; right: -20px; top: 29px; color: var(--blue); font-weight: 900; }

.oneoff { background: var(--blue-soft); }
.oneoff-box { background: white; border: 1px solid #d4e6f7; border-radius: 18px; padding: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.oneoff-box h2 { font-size: 38px; }.oneoff-box p { color: var(--muted); }.oneoff-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.oneoff-list span { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; font-weight: 700; }.oneoff-box > .btn { justify-self: start; }

.group { background: white; }
.group-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }.group-copy p { color: var(--muted); }.group-cards { display: grid; gap: 12px; }.group-cards article { border: 1px solid var(--line); border-radius: 10px; padding: 20px 22px; display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 20px; }.group-cards strong { color: var(--navy); }.group-cards article:nth-child(2) { border-color: rgba(25,118,210,.45); background: var(--blue-soft); }.group-cards article:nth-child(2) strong { color: var(--blue); }.group-cards span { color: var(--muted); font-size: 14px; }

.contact-cta { background: #0a1827; color: #dbe5ed; padding: 90px 0; position: relative; overflow: hidden; }
.contact-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 30%, rgba(25,118,210,.25), transparent 34%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h2 { color: white; font-size: 46px; }.contact-copy > p { color: #b9c7d1; font-size: 18px; }.contact-details { display: grid; gap: 12px; margin-top: 30px; }.contact-details span { color: white; font-weight: 700; }
.link-button { background: none; border: 0; color: white; padding: 0; text-align: left; cursor: pointer; font-weight: 800; width: max-content; }
.contact-start { background: white; color: var(--ink); border-radius: 14px; padding: 34px; }.contact-start h3 { font-size: 28px; margin-bottom: 18px; }.contact-checklist { margin: 0; padding: 0; list-style: none; counter-reset: contact-step; display: grid; gap: 13px; }.contact-checklist li { counter-increment: contact-step; position: relative; padding: 12px 12px 12px 48px; background: var(--bg); border: 1px solid var(--line); border-radius: 8px; font-size: 15px; }.contact-checklist li::before { content: counter(contact-step); position: absolute; left: 13px; top: 10px; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--blue); font-weight: 850; font-size: 12px; }.contact-start-note { color: var(--muted); font-size: 14px; margin: 20px 0; }.contact-start-actions { display: flex; flex-wrap: wrap; gap: 12px; }.contact-revealed { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 8px; background: var(--blue-soft); border: 1px solid rgba(25,118,210,.35); color: var(--blue-dark); font-weight: 850; }

.site-footer { background: #07121d; color: #aab9c5; padding: 58px 0 24px; }.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 42px; }.footer-logo .brand-name { color: white; }.footer-logo .brand-name > span { color: #65aeff; }.footer-brand p { max-width: 320px; }.site-footer h3 { color: white; font-size: 15px; margin-bottom: 16px; }.site-footer a, .footer-contact { display: block; margin: 8px 0; font-size: 14px; }.site-footer a:hover { color: white; }.site-footer p { font-size: 14px; }.footer-contact { background: none; border: 0; color: #aab9c5; padding: 0; text-align: left; cursor: pointer; }.footer-bottom { border-top: 1px solid #20313f; padding-top: 22px; margin-top: 40px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; }.footer-bottom div { display: flex; flex-wrap: wrap; gap: 22px; }.footer-bottom a { margin: 0; }

.legal-page { padding: 90px 0; background: var(--bg); }.legal-content { max-width: 860px; background: white; border: 1px solid var(--line); border-radius: 14px; padding: clamp(28px,5vw,60px); }.legal-content h1 { font-size: clamp(40px,6vw,60px); }.legal-content h2 { font-size: 27px; margin-top: 38px; }.legal-content p { color: var(--muted); }.legal-content p strong { color: var(--ink); }.legal-note { margin-top: 38px; padding: 18px; background: #fff8e7; border: 1px solid #f0dca7; border-radius: 8px; font-size: 14px; }.not-found { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--bg); }.not-found p { color: var(--muted); font-size: 19px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-cta { display: none; }.main-nav { gap: 18px; }.hero-grid { grid-template-columns: 1fr; gap: 18px; }.hero-copy { max-width: 820px; }.system-visual { min-height: 470px; }.why-grid { grid-template-columns: 1fr 1fr; }.why-title { grid-column: 1/-1; }.footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
}

@media (max-width: 820px) {
  body { font-size: 16px; }.container { width: min(calc(100% - 28px),var(--container)); }.section { padding: 76px 0; }.section-small { padding: 62px 0; }.header-inner { min-height: 72px; }.brand { min-width: unset; }.brand-tagline { display: none; }.menu-toggle { display: block; margin-left: auto; }.main-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(16,34,53,.12); padding: 14px 20px 22px; }.main-nav.open { display: flex; }.main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }.main-nav a::after { display: none; }.main-nav::after { content: "Nezávazně probrat správu IT"; display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 18px; background: var(--blue); color: white; border-radius: 8px; font-weight: 800; }
  h1 { font-size: clamp(38px,11vw,49px); }.hero { padding-top: 46px; }.hero-grid { min-height: 0; }.hero-lead { font-size: 17px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .btn { width: 100%; }.system-visual { min-height: 390px; margin-top: 18px; }.dashboard-shell { width: 100%; }.dashboard-body { grid-template-columns: 1fr; }.dashboard-sidebar { display: none; }.dashboard-content { padding: 14px; }.dashboard-lower { grid-template-columns: 1fr; }.activity-card { display: none; }.status-pill { font-size: 10px; padding: 7px 9px; }.status-server { left: -4px; top: 32px; }.status-backup { right: -4px; top: 12px; }.status-security { right: -4px; bottom: 25px; }.status-support { left: -4px; bottom: 15px; }.trust-strip { grid-template-columns: 1fr 1fr; margin-top: 32px; }.trust-strip div { padding: 20px 14px; border-bottom: 1px solid var(--line); }.trust-strip div:nth-child(2) { border-right: 0; }
  .problem-grid { grid-template-columns: 1fr; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 28px; }.plan-grid { grid-template-columns: 1fr; }.plan-card.featured { transform: none; }.case-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; margin-inline: -14px; padding-inline: 14px; }.case-card { min-width: min(86vw,390px); scroll-snap-align: start; }.section-heading.split { align-items: start; }.section-heading.split .text-link { display: none; }.why-grid { grid-template-columns: 1fr; }.why-title { grid-column: auto; }.why-item { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }.process-grid { grid-template-columns: 1fr; gap: 8px; }.process-step { padding-left: 70px; }.process-step::after { display: none; }.oneoff-box { grid-template-columns: 1fr; padding: 34px 26px; }.group-grid { grid-template-columns: 1fr; gap: 35px; }.contact-grid { grid-template-columns: 1fr; gap: 38px; }.contact-copy h2 { font-size: 36px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .brand-name { font-size: 23px; }.hero h1 { font-size: 39px; }.system-visual { min-height: 325px; }.dashboard-shell { transform: scale(.96); }.dashboard-lower { margin-top: 10px; }.chart-card { padding: 10px; }.health-grid article { padding: 10px; }.health-grid strong { font-size: 13px; }.trust-strip strong { font-size: 14px; }.trust-strip span { font-size: 12px; }.oneoff-list { grid-template-columns: 1fr; }.group-cards article { grid-template-columns: 1fr; gap: 4px; }.contact-start-actions { display: grid; }.contact-start-actions .btn, .contact-start-actions .contact-revealed { width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
