:root {
  --green: #009246;
  --green-dark: #007a3b;
  --green-soft: #eff8f3;
  --ink: #0d171d;
  --ink-2: #172127;
  --muted: #59656c;
  --bg: #f7f9f8;
  --line: #dde4e1;
  --white: #ffffff;
  --blue: #1976d2;
  --red: #e53935;
  --radius: 12px;
  --shadow: 0 16px 50px rgba(15, 32, 39, .09);
  --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-2);
  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(--ink); 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,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(221,228,225,.8);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; min-width: 185px; }
.brand-name { font-weight: 850; letter-spacing: .02em; font-size: 27px; line-height: 1; color: var(--ink); }
.brand-tagline { margin-top: 5px; 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: 28px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 700; color: var(--ink-2); position: relative; padding: 30px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--green); 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(--ink); }

.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(--green); color: white; }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { background: white; border-color: #aab7b1; color: var(--ink); }
.btn-secondary:hover { background: var(--green-soft); border-color: var(--green); }
.header-cta { margin-left: 8px; min-height: 46px; padding-inline: 20px; white-space: nowrap; }

.eyebrow { color: var(--green); font-size: 13px; line-height: 1.2; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 18px; }
.eyebrow.light { color: #66dd9d; }
h1, h2, h3 { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.12; color: var(--ink); margin-top: 0; }
h1 { font-size: clamp(44px, 5vw, 68px); letter-spacing: -.045em; margin-bottom: 26px; }
h1 span, .why-title h2 span { color: var(--green); }
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 74% 18%, rgba(0,146,70,.08), transparent 35%), linear-gradient(180deg, #fff, #fbfcfb); }
.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: #0f1c23; box-shadow: 0 30px 80px rgba(13,23,29,.25); 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: #0b151b; border-bottom: 1px solid #1f343e; }
.dashboard-topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: #38505a; }
.dashboard-title { margin-left: 8px; color: #d5e2e7; font-size: 12px; font-weight: 700; }
.dashboard-body { display: grid; grid-template-columns: 58px 1fr; min-height: 360px; }
.dashboard-sidebar { border-right: 1px solid #233741; 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 #42616d; }
.dashboard-sidebar span:first-child { border-color: #22c773; }
.dashboard-content { padding: 24px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.metric-row article { background: #14262f; border: 1px solid #203944; border-radius: 9px; padding: 15px; }
.metric-row small, .chart-card small, .activity-card small { color: #8ba0a9; font-weight: 700; font-size: 11px; }
.metric-row strong { display: block; color: #32d87f; font-size: 19px; line-height: 1.25; margin-top: 8px; }
.metric-row article:nth-child(2) strong { color: #f4b63f; }
.metric-row article:nth-child(3) strong { color: #50a9ff; }
.dashboard-lower { margin-top: 16px; display: grid; grid-template-columns: 1.55fr .85fr; gap: 14px; }
.chart-card, .activity-card { background: #14262f; border: 1px solid #203944; border-radius: 9px; padding: 16px; }
.chart-card svg { margin-top: 20px; }
.activity-card ul { padding: 0; margin: 15px 0 0; list-style: none; }
.activity-card li { color: #c5d2d7; font-size: 11px; padding: 9px 0; border-bottom: 1px solid #233943; display: flex; align-items: center; gap: 8px; }
.activity-card li span { width: 7px; height: 7px; border-radius: 50%; background: #22c773; }
.orbit-label { position: absolute; z-index: 3; background: white; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(13,23,29,.1); border-radius: 10px; padding: 9px 12px; color: var(--ink); font-size: 12px; font-weight: 800; }
.orbit-label::after { content: ""; position: absolute; background: rgba(0,146,70,.55); height: 1px; width: 56px; }
.label-docs { left: 0; top: 120px; }.label-docs::after { left: 100%; top: 50%; }
.label-db { top: 10px; left: 42%; }.label-db::after { top: 100%; left: 50%; width: 1px; height: 45px; }
.label-ai { top: 62px; right: 0; }.label-ai::after { right: 100%; top: 50%; }
.label-iot { right: 2px; bottom: 90px; }.label-iot::after { right: 100%; top: 50%; }
.label-api { left: 43%; bottom: 10px; }.label-api::after { bottom: 100%; left: 50%; width: 1px; height: 44px; }
.label-infra { left: 0; bottom: 72px; }.label-infra::after { left: 100%; top: 50%; }
.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; }

.audience { background: var(--green-soft); }
.audience-box { display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; align-items: center; }
.audience-box h2 { margin-bottom: 0; font-size: clamp(30px,3vw,42px); }
.audience-box p:last-child { font-size: 19px; color: var(--muted); margin: 0; }

.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, .pillar-card a, .case-card a, .division-card a { color: var(--green); font-weight: 800; font-size: 14px; }

.solutions { background: var(--bg); }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pillar-card { position: relative; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; min-height: 330px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.pillar-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(0,146,70,.3); }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); font-size: 34px; font-weight: 900; margin-bottom: 26px; }
.code-icon { font-size: 23px; }
.card-number { position: absolute; right: 28px; top: 30px; font-weight: 850; color: #a8b5af; }
.pillar-card p { color: var(--muted); margin-bottom: 26px; }

.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(13,23,29,.05); transition: transform .25s ease, box-shadow .25s ease; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-preview { height: 230px; background: #0f1d24; padding: 22px; }
.case-body { padding: 28px; }
.case-label { display: inline-flex; border: 1px solid rgba(0,146,70,.25); background: var(--green-soft); color: var(--green-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; }
.light-preview { background: #e9eff0; }
.mini-window { background: white; height: 100%; border-radius: 9px; box-shadow: 0 10px 30px rgba(13,23,29,.15); overflow: hidden; }
.mini-top { height: 24px; background: #12232b; }
.mini-layout { display: grid; grid-template-columns: 52px 1fr; height: calc(100% - 24px); }
.mini-layout aside { background: #eef4f2; border-right: 1px solid #dce5e1; }
.mini-layout > div { padding: 20px; }
.mini-layout > div > span { display: inline-block; width: 27%; height: 31px; margin-right: 8px; border-radius: 6px; background: #eaf6ef; border: 1px solid #d1e8db; }
.mini-table { margin-top: 18px; }
.mini-table i { display: block; height: 18px; margin: 10px 0; border-radius: 4px; background: #edf1f0; }
.workflow-preview { background: linear-gradient(145deg,#11232b,#0c171d); display: flex; flex-direction: column; justify-content: center; gap: 25px; }
.workflow-track { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.workflow-track span { background: #18323c; border: 1px solid #2b515e; color: #d5e3e8; padding: 10px; border-radius: 7px; font-size: 11px; font-weight: 750; }
.workflow-track b { color: #27cf77; }
.workflow-panels { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.workflow-panels i { display: block; height: 80px; border-radius: 8px; background: linear-gradient(180deg,#1a3640,#12272f); border: 1px solid #2d4b56; }
.monitor-preview { background: #0f1d24; }
.monitor-head { display: flex; gap: 7px; margin-bottom: 16px; }
.monitor-head span { width: 8px; height: 8px; background: #36515c; border-radius: 50%; }

.why { background: linear-gradient(180deg,#f3f8f5,#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(0,146,70,.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(--green); 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(--green); font-weight: 900; }

.divisions { background: var(--bg); }
.division-grid { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 22px; }
.division-card { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.division-logo { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 13px; font-size: 42px; font-weight: 850; }
.pc-logo { color: var(--blue); background: #ecf5ff; }.electric-logo { color: var(--red); background: #fff0ef; }.complex-logo { color: var(--green); background: var(--green-soft); }
.division-card h3 { margin-bottom: 4px; }
.pc-card h3, .pc-card a { color: var(--blue); }.electric-card h3, .electric-card a { color: var(--red); }
.division-card strong { display: block; font-size: 15px; }
.division-card p { color: var(--muted); font-size: 15px; }
.complex-card { grid-template-columns: 58px 1fr; }

.trust-proof { background: white; }
.fact-box { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; background: var(--ink); color: #dbe5e8; border-radius: 18px; padding: 54px; overflow: hidden; position: relative; }
.fact-box::after { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(0,146,70,.14); right: -180px; top: -220px; }
.fact-box h2 { color: white; font-size: 39px; }
.fact-box p { color: #b9c8ce; }
.fact-box ul { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.fact-box li { padding: 13px 0 13px 28px; border-bottom: 1px solid #293e47; position: relative; }
.fact-box li::before { content: "✓"; color: #51dd92; position: absolute; left: 0; font-weight: 900; }

.contact-cta { background: #0d1a21; color: #dbe5e8; padding: 90px 0; position: relative; overflow: hidden; }
.contact-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 30%, rgba(0,146,70,.2), transparent 32%); }
.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: #b8c6cc; font-size: 18px; }
.contact-details { display: grid; gap: 12px; margin-top: 30px; }
.contact-details a, .contact-details span { color: white; font-weight: 700; }
.contact-form { background: white; color: var(--ink); border-radius: 14px; padding: 34px; position: relative; }
.form-badge { position: absolute; top: 18px; right: 18px; background: #fff4d8; color: #7b5d00; border-radius: 999px; padding: 5px 10px; font-size: 11px; font-weight: 850; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 14px; font-weight: 750; margin-bottom: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cbd6d1; border-radius: 7px; padding: 12px 13px; color: var(--ink); background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(0,146,70,.16); border-color: var(--green); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; margin-top: 2px; }
.form-note { color: var(--muted); font-size: 12px; margin: 14px 0 0; }
.form-success { display: none; margin-top: 16px; background: var(--green-soft); border: 1px solid #b9dec8; color: var(--green-dark); border-radius: 8px; padding: 13px; font-size: 14px; font-weight: 750; }
.form-success.show { display: block; }

.site-footer { background: #081116; color: #aab9bf; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4,1fr); gap: 42px; }
.footer-logo .brand-name { color: white; }
.footer-brand p { max-width: 300px; }
.site-footer h3 { color: white; font-size: 15px; margin-bottom: 16px; }
.site-footer a { display: block; margin: 8px 0; font-size: 14px; }
.site-footer a:hover { color: white; }
.site-footer p { font-size: 14px; }
.footer-bottom { border-top: 1px solid #20323a; 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; }

.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: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { max-width: 800px; }
  .system-visual { min-height: 470px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-title { grid-column: 1 / -1; }
  .division-grid { grid-template-columns: 1fr 1fr; }
  .complex-card { 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(13,23,29,.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 projekt"; display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 18px; background: var(--green); 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: 42px 1fr; }
  .dashboard-sidebar { display: none; }
  .metric-row article { padding: 10px; }
  .metric-row strong { font-size: 23px; }
  .dashboard-content { padding: 14px; }
  .dashboard-lower { grid-template-columns: 1fr; }
  .activity-card { display: none; }
  .orbit-label { font-size: 10px; padding: 7px 9px; }
  .label-docs { left: -4px; top: 30px; }.label-db { left: auto; right: 24%; top: 2px; }.label-ai { top: 45px; right: -4px; }.label-iot { right: -4px; bottom: 28px; }.label-api { left: 36%; bottom: -4px; }.label-infra { display: none; }
  .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; }
  .audience-box { grid-template-columns: 1fr; gap: 22px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; padding: 28px; }
  .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; }
  .division-grid { grid-template-columns: 1fr; }
  .complex-card { grid-column: auto; }
  .division-card { grid-template-columns: 56px 1fr; padding: 26px; }
  .division-logo { width: 50px; height: 50px; font-size: 34px; }
  .fact-box { grid-template-columns: 1fr; gap: 26px; padding: 34px 26px; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy h2 { font-size: 36px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .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: 24px; }
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .system-visual { min-height: 310px; }
  .dashboard-shell { transform: scale(.96); }
  .dashboard-lower { margin-top: 10px; }
  .chart-card { padding: 10px; }
  .orbit-label::after { display: none; }
  .trust-strip strong { font-size: 14px; }
  .trust-strip span { font-size: 12px; }
  .audience-box p:last-child { font-size: 17px; }
  .case-preview { height: 190px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .contact-form { padding: 28px 20px; }
  .form-badge { position: static; display: inline-flex; margin-bottom: 18px; }
}

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

/* Kontakt se zobrazí až po vědomé interakci uživatele. */
.contact-reveal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.contact-reveal:hover,
.contact-reveal:focus-visible {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.7);
  transform: translateY(-1px);
}
.contact-reveal-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.contact-revealed {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.contact-revealed:hover { color: #bff0d3; }
.contact-reveal-footer {
  display: flex;
  min-height: 38px;
  margin: 7px 0;
  padding: 7px 10px;
  border-color: #31434c;
  background: transparent;
  color: #c2d0d5;
  font-size: 14px;
  font-weight: 650;
}
.footer-contact .contact-revealed {
  min-height: 38px;
  margin: 7px 0;
  color: #c2d0d5;
  font-size: 14px;
}
.footer-contact .contact-revealed:hover { color: #fff; }


/* Ostrá kontaktní karta bez nefunkčního demonstračního formuláře */
.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(--green); 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-start-actions .contact-revealed { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 8px; background: var(--green-soft); border: 1px solid rgba(0,146,70,.35); color: var(--green-dark); font-weight: 850; }
@media (max-width: 520px) { .contact-start-actions { display: grid; } .contact-start-actions .btn, .contact-start-actions .contact-revealed { width: 100%; } }

.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; }
