/* ============================================================
   DNA výroby — web v3
   Marketing: Attio/Linear kostra (Inter, cobalt, hairline, okna).
   Produktové mockupy (.app): 1:1 vzhled skutečné aplikace — Archivo + Spline Sans Mono,
   paleta stavů aplikace, třídy převzaté z web/src/styly.css (.pil, .pas, .dlazdice, .karta, .kapacita-karta…).
   ============================================================ */
:root {
  --canvas: #ffffff; --paper: #f4f5f6; --haze: #eeeff1; --line: #e4e7ec; --line-strong: #cad0d9;
  --ink: #1c1d1f; --ink-2: #2e3238; --muted: #6f7988; --faint: #9fa1a7;
  --accent: #266df0; --accent-hover: #407ff2; --accent-wash: #e4edff;
  --void: #08090a; --carbon: #0f1011; --graphite: #23252a; --fog: #8a8f98; --mist: #d0d6e0;
  --navy: #162136;
  --font: 'Inter', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Inter Tight', 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: 1200px; --r-btn: 10px; --r-card: 12px; --r-tag: 7px;
  --shadow-window: rgba(28, 40, 64, 0.06) 0 2px 6px 0, rgba(28, 40, 64, 0.10) 0 12px 40px -8px;
  --shadow-float: rgba(28, 40, 64, 0.08) 0 2px 6px 0, rgba(28, 40, 64, 0.14) 0 16px 40px -8px;
  --section: 112px; --ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* aplikace */
  --a-ink: #17181a; --a-ink-2: #5c5e63; --hair: #e3e2de; --hair-2: #f1f0ec;
  --u: #5ED147; --m: #EC3C3C; --p: #2ED1EA; --r: #2968D6; --c: #FFD91A; --d: #257E4A; --k: #8C45D3; --late: #c02626; --amber: #d97706;
  --a-font: 'Archivo', system-ui, sans-serif; --a-mono: 'Spline Sans Mono', ui-monospace, monospace;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); font-size: 15px; line-height: 1.5; font-weight: 500; letter-spacing: -0.01em; font-feature-settings: "cv01", "ss03", "zero"; color: var(--ink); background: var(--canvas); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.mono { font-family: var(--font-mono); font-weight: 400; letter-spacing: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(40px, 5.6vw, 64px); line-height: 1.0; letter-spacing: -0.02em; }
h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -0.018em; }
h3 { font-size: 18px; line-height: 1.3; letter-spacing: -0.01em; }

/* Fixa mistra — zvýrazňovač přes klíčové slovo nadpisu (jen světlé sekce) */
.fixa { position: relative; z-index: 0; }
.fixa::before {
  content: ""; position: absolute; z-index: -1;
  left: -0.14em; right: 0; top: 0.1em; bottom: -0.02em;
  background: #ffe454;
  border-radius: 0.45em 0.25em 0.5em 0.3em / 0.6em 0.4em 0.35em 0.55em;
  transform: rotate(-1.1deg);
}
h1 .fixa::before {
  transform-origin: 0 60%;
  animation: fixa-svih 0.65s var(--ease) 0.5s backwards;
}
@keyframes fixa-svih {
  from { transform: scaleX(0) rotate(-1.1deg); }
  to { transform: scaleX(1) rotate(-1.1deg); }
}
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

/* ---------- Buttons / tagy ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; padding: 0 16px; font-size: 15px; font-weight: 500; letter-spacing: -0.01em; border-radius: var(--r-btn); border: 1px solid transparent; white-space: nowrap; transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s; }
.btn-lg { height: 48px; padding: 0 22px; font-size: 16px; }
.btn .arrow { font-size: 14px; opacity: 0.7; transition: transform 0.15s; } .btn:hover .arrow { transform: translate(1px, -1px); }
.btn-primary { background: var(--ink); color: #fff; } .btn-primary:hover { background: #000; }
.btn-secondary { background: var(--canvas); color: var(--ink); border-color: var(--line); } .btn-secondary:hover { border-color: var(--line-strong); background: var(--paper); }
.btn-accent { background: var(--accent); color: #fff; } .btn-accent:hover { background: var(--accent-hover); }
.btn:disabled { opacity: 0.6; cursor: default; }
.pill-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; background: var(--canvas); transition: border-color 0.15s, background 0.15s; }
.pill-tag:hover { border-color: var(--line-strong); background: var(--paper); } .pill-static { pointer-events: none; }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.86); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; gap: 40px; height: 64px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 16px; letter-spacing: -0.02em; color: var(--ink); } .logo-light { color: #fff; }
.logo-mark { display: block; height: 28px; width: auto; }
.nav-links { display: flex; gap: 4px; } .nav-links a { padding: 8px 10px; border-radius: 8px; color: var(--ink-2); font-size: 15px; transition: background 0.15s, color 0.15s; } .nav-links a:hover { color: var(--ink); background: var(--haze); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }

/* ---------- Hero + prostorová mřížka ---------- */
.hero { position: relative; padding: 96px 0 0; overflow: hidden; }
.hero-stage { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-floor {
  position: absolute; left: -10vw; right: -10vw; top: -20%; bottom: 0;
  background:
    radial-gradient(55% 50% at 50% 88%, rgba(38, 109, 240, 0.16), transparent 70%),
    linear-gradient(rgba(28, 40, 64, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 40, 64, 0.06) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 78%, transparent 100%), radial-gradient(75% 95% at 50% 100%, #000 30%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 78%, transparent 100%), radial-gradient(75% 95% at 50% 100%, #000 30%, transparent 100%);
  -webkit-mask-composite: source-in; mask-composite: intersect;
}
.hero-glow { display: none; }
.hero-copy { max-width: 720px; margin: 0 auto; text-align: center; }
.hero-copy .pill-tag { margin-bottom: 28px; }
.lead { font-size: 18px; line-height: 1.5; color: var(--muted); margin: 24px auto 32px; max-width: 560px; }
.hero-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-hint { margin: 14px 0 0; text-align: center; font-size: 12px; color: var(--faint); }

/* ---------- Okno ---------- */
.window { position: relative; background: var(--canvas); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-window); overflow: hidden; }
.hero-window { margin-top: 72px; }
.win-bar { display: flex; align-items: center; gap: 16px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: var(--paper); }
.win-dots { display: inline-flex; gap: 6px; } .win-dots i { width: 10px; height: 10px; border-radius: 50%; }
.win-dots i:nth-child(1) { background: #fe5f57; } .win-dots i:nth-child(2) { background: #febc2e; } .win-dots i:nth-child(3) { background: #28c840; }
.win-url { flex: 1; text-align: center; font-size: 12px; color: var(--faint); background: var(--canvas); border: 1px solid var(--line); border-radius: 6px; padding: 3px 10px; max-width: 320px; margin: 0 auto; }
.bleed { width: 118%; } .sec:has(.bleed) { overflow: hidden; }

/* ============================================================
   APLIKACE — replika skutečného UI (web/src/styly.css)
   ============================================================ */
.app { font-family: var(--a-font); color: var(--a-ink); font-size: 13px; line-height: 1.35; font-weight: 500; letter-spacing: 0; font-feature-settings: normal; }
.app .mono, .app .cislo, .app .pis, .app .pocet, .app .termin, .app .vykres, .app .cas, .app .kusy, .app .proc { font-family: var(--a-mono); }
.app-head { display: flex; align-items: center; gap: 20px; padding: 0 16px; height: 54px; border-bottom: 2px solid var(--a-ink); }
.znacka { display: flex; align-items: baseline; gap: 9px; }
.dna-logo { font-family: var(--a-mono); font-weight: 700; font-size: 15px; letter-spacing: 0.3px; } .dna-logo i { color: var(--a-ink-2); font-style: normal; }
.znacka b { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; } .firma { color: var(--a-ink-2); font-weight: 500; }
.filtry { display: flex; gap: 6px; margin-left: 8px; }
.cip { display: flex; align-items: center; gap: 7px; border: 1px solid var(--hair); background: #fff; padding: 3px 9px 3px 5px; border-radius: 3px; }
.cip .pis { width: 20px; height: 20px; display: grid; place-items: center; font-weight: 700; font-size: 12px; border-radius: 2px; }
.cip .pocet { font-weight: 600; font-size: 12px; }
.konec { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.hledat { border: 1px solid var(--hair); padding: 6px 10px; color: var(--a-ink-2); min-width: 190px; border-radius: 3px; font-size: 12.5px; }
.ja { width: 30px; height: 30px; border-radius: 50%; background: var(--a-ink); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.app-nav { display: flex; align-items: center; gap: 2px; padding: 0 16px; height: 42px; border-bottom: 1px solid var(--hair); }
.app-nav a { color: var(--a-ink-2); font-weight: 600; padding: 12px 12px 10px; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.app-nav a.akt { color: var(--a-ink); border-bottom-color: var(--a-ink); }
.app-nav .tyden { margin-left: 18px; color: var(--a-ink-2); } .app-nav .tyden b { color: var(--a-ink); font-weight: 700; }
.app-nav .nova { margin-left: auto; background: var(--a-ink); color: #fff; font-weight: 700; padding: 7px 14px; border-radius: 3px; }
.pas { display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid var(--hair); }
.dlazdice { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-right: 1px solid var(--hair-2); min-width: 0; background: color-mix(in srgb, var(--t) 7%, white); border-bottom: 2px solid color-mix(in srgb, var(--t) 35%, white); }
.dlazdice:last-child { border-right: 0; }
.dlazdice .tecka { width: 8px; height: 8px; border-radius: 50%; background: var(--t); flex-shrink: 0; }
.dlazdice .nazev { font-size: 10.5px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--a-ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dlazdice .cislo { margin-left: auto; font-weight: 700; font-size: 17px; color: color-mix(in srgb, var(--t) 60%, var(--a-ink)); }
.plocha { overflow: auto; }
.plan-tab { border-collapse: collapse; width: 100%; min-width: 0; table-layout: fixed; }
.plan-tab th { font-size: 10.5px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--a-ink-2); border-bottom: 1.5px solid var(--a-ink); padding: 7px 8px; text-align: left; white-space: nowrap; background: #fff; }
.plan-tab th.op { text-align: center; font-family: var(--a-mono); letter-spacing: 0; width: 58px; }
.plan-tab th:nth-child(2) { width: 86px; } .plan-tab th:nth-child(3) { width: 76px; } .plan-tab th:nth-child(4) { width: 150px; } .plan-tab th:nth-child(5) { width: 78px; }
.plan-tab th.lepivy { border-right: 1.5px solid var(--a-ink); }
.plan-tab tbody.blok { border-bottom: 1px solid var(--hair); cursor: pointer; transition: background 0.5s; }
.plan-tab tbody.blok:hover td { background: #fcfbf9; }
.plan-tab tbody.blok.otevreny td { background: #fcfbf9; }
.plan-tab tbody.blok.pulse td { background: color-mix(in srgb, var(--p) 14%, white); transition: none; }
.plan-tab tbody.ztlumeny { opacity: 0.45; }
.plan-tab td { padding: 3px 8px; border-right: 1px solid var(--hair-2); vertical-align: middle; }
.plan-tab th.lepivy { width: 220px; }
.plan-tab td.lepivy { border-right: 1.5px solid var(--a-ink); overflow: hidden; }
.plan-tab td { overflow: hidden; }
.dil { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meta { flex-wrap: nowrap; } .meta span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vp { display: flex; align-items: baseline; gap: 8px; } .vp .sipka { color: var(--a-ink-2); font-size: 12px; } .vp .cislo { font-weight: 700; font-size: 13.5px; }
.dil { font-weight: 600; margin-top: 1px; }
.meta { color: var(--a-ink-2); font-size: 11.5px; margin-top: 1px; display: flex; gap: 4px 10px; flex-wrap: wrap; }
.radek-b td { padding-top: 6px; } .radek-e td { padding-bottom: 7px; }
.hero-window .plocha { max-height: 430px; overflow: auto; } .hero-window .plan-tab thead th { position: sticky; top: 0; z-index: 2; }
.termin { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; font-size: 12px; white-space: nowrap; }
.termin.pozde { color: var(--late); } .termin.pozde::before { content: ""; width: 7px; height: 7px; background: var(--late); border-radius: 50%; }
.termin.ok::before { content: ""; width: 7px; height: 7px; border: 1.5px solid var(--hair); border-radius: 50%; }
.termin.hotovo { color: var(--d); }
.skluz-dny { font-size: 10.5px; color: var(--late); font-weight: 600; margin-top: 2px; white-space: nowrap; }
.druh { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--a-ink-2); white-space: nowrap; }
.pil { width: 44px; height: 24px; margin: 0 auto; display: inline-grid; place-items: center; color: #fff; border-radius: 2px; font-family: var(--a-mono); font-weight: 700; font-size: 13px; }
.pil.velky { width: 64px; height: 40px; font-size: 22px; border-radius: 3px; }
.pU { background: var(--u); } .pM { background: var(--m); } .pP { background: var(--p); } .pR { background: var(--r); } .pC { background: var(--c); } .pD { background: var(--d); } .pK { background: var(--k); }
.pU, .pC, .pP { color: var(--a-ink); }
.pP { animation: tep 2.2s ease-out infinite; }
@keyframes tep { 0% { box-shadow: 0 0 0 0 rgba(46, 209, 234, 0.5); } 60% { box-shadow: 0 0 0 7px rgba(46, 209, 234, 0); } 100% { box-shadow: 0 0 0 0 rgba(46, 209, 234, 0); } }
@keyframes zmena { 0% { transform: scale(0.6); opacity: 0; } 100% { transform: none; opacity: 1; } }
.zmena { animation: zmena 0.35s var(--ease); }
td.op { text-align: center; }
.stroj { font-size: 10.5px; color: var(--a-ink-2); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cas { font-size: 11px; color: var(--a-ink-2); text-align: center; } .cas b { color: var(--a-ink); font-weight: 600; }
.vr { font-style: normal; font-size: 9px; font-weight: 700; color: var(--d); border: 1px solid var(--d); border-radius: 2px; padding: 0 3px; vertical-align: middle; }
.kusy { font-size: 11.5px; white-space: nowrap; } .kusy b { font-weight: 700; }
.postup { display: flex; align-items: center; gap: 7px; } .postup .draha { width: 64px; height: 5px; background: var(--hair-2); border-radius: 2px; overflow: hidden; display: block; } .postup .draha i { display: block; height: 100%; background: var(--a-ink); transition: width 0.8s var(--ease); } .postup .proc { font-size: 11px; font-weight: 600; }
.koop-pozn { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; color: var(--a-ink-2); border: 1px dashed var(--k); padding: 2px 6px; border-radius: 2px; white-space: nowrap; margin-top: 5px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .koop-pozn b { color: var(--k); font-weight: 700; }
.app-foot { display: flex; align-items: center; gap: 26px; border-top: 2px solid var(--a-ink); padding: 0 16px; height: 40px; font-size: 12px; background: #fff; }
.app-foot .pol { display: flex; align-items: baseline; gap: 7px; color: var(--a-ink-2); } .app-foot .pol b { font-size: 13px; color: var(--a-ink); font-weight: 700; } .zle { color: var(--late) !important; } .dobre { color: var(--d) !important; }
.app-foot .cas-akt { margin-left: auto; color: var(--a-ink-2); font-size: 11.5px; } .app-foot .cas-akt b { color: var(--a-ink); }
/* detail bloku */
tr.detail td { background: #f6f5f2 !important; padding: 14px 16px 16px; border-right: 0; cursor: default; }
.detail-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; font-size: 12px; }
.detail-ops { border-collapse: collapse; margin-top: 6px; } .detail-ops td { padding: 4px 8px 4px 0; border: 0; vertical-align: middle; } .detail-ops .pil { width: 24px; height: 20px; font-size: 11px; margin: 0; } .detail-ops .stroj-t { color: var(--a-ink-2); }
.koop-text { color: var(--k); font-weight: 600; }
.mat { margin-top: 6px; font-weight: 600; }
.denik { margin-top: 6px; display: flex; flex-direction: column; gap: 4px; font-size: 11.5px; color: var(--a-ink-2); }
.denik code { font-family: var(--a-mono); font-size: 10.5px; background: #fff; border: 1px solid var(--hair); padding: 0 5px; border-radius: 2px; color: var(--a-ink); }
/* seznam (Zakázky) */
.plocha.strankovana { padding: 18px 16px; }
.listovani { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; } .listovani h2 { font-family: var(--a-font); font-size: 17px; font-weight: 800; letter-spacing: -0.01em; color: var(--a-ink); line-height: 1.2; }
.pocet-mono { color: var(--a-ink-2); font-weight: 600; font-size: 14px; } .listovani-akce { margin-left: auto; display: flex; gap: 8px; }
.druhotne { border: 1px solid var(--hair); background: #fff; font-weight: 600; padding: 6px 12px; border-radius: 3px; color: var(--a-ink); display: inline-flex; align-items: center; gap: 6px; font: inherit; font-weight: 600; cursor: pointer; } .druhotne.maly { padding: 4px 9px; font-size: 12px; } .druhotne:hover { border-color: var(--a-ink-2); } .druhotne:disabled { opacity: 0.6; cursor: default; }
table.seznam { border-collapse: collapse; width: 100%; } table.seznam th { font-size: 10.5px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--a-ink-2); border-bottom: 1.5px solid var(--a-ink); padding: 7px 10px; text-align: left; }
table.seznam td { padding: 8px 10px; border-bottom: 1px solid var(--hair-2); font-size: 12.5px; } table.seznam tr.hotova td { opacity: 0.45; } table.seznam .tucne { font-weight: 700; } .vpravo { text-align: right; } .pozde-t { color: var(--late); font-weight: 700; }
.dna-mini { display: inline-flex; gap: 2px; } .dna-mini i { width: 19px; height: 19px; display: grid; place-items: center; color: #fff; border-radius: 2px; font-family: var(--a-mono); font-style: normal; font-weight: 700; font-size: 10.5px; } .dna-mini i.pU, .dna-mini i.pC, .dna-mini i.pP { color: var(--a-ink); }
.dna-mini.dna-big { gap: 6px; } .dna-mini.dna-big i { width: 40px; height: 40px; font-size: 18px; border-radius: 4px; }
.dna-mini i.hl { outline: 2px solid var(--a-ink); outline-offset: 2px; }
table.seznam.mini td { padding: 6px 8px; }
/* kapacity */
.kapacity-souhrn { margin-left: auto; display: flex; gap: 18px; font-size: 12px; color: var(--a-ink-2); } .kapacity-souhrn i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 5px; }
.kapacity-mriz { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.kapacita-karta { border: 1px solid var(--hair); padding: 12px 14px; border-radius: 3px; background: #fff; display: flex; flex-direction: column; }
.kapacita-karta.mini { width: 260px; }
.kapacita-hlava { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; gap: 8px; } .kapacita-hlava b { font-size: 13.5px; } .kapacita-hlava .pct { font-weight: 700; font-size: 15px; }
.kapacita-draha { height: 6px; background: var(--hair-2); border-radius: 3px; overflow: hidden; margin-bottom: 8px; } .kapacita-draha i { display: block; height: 100%; width: 0; transition: width 1.1s var(--ease); } .is-in .kapacita-draha i, .fig .kapacita-draha i { width: var(--w); }
.kapacita-cisla { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--a-ink-2); margin-bottom: 8px; } .kapacita-cisla .zle { font-weight: 700; } .kapacita-cisla .dobre { font-weight: 600; }
.kapacita-pata { border-top: 1px solid var(--hair-2); padding-top: 8px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 11.5px; color: var(--a-ink-2); }
.kapacita-tuzka { font: inherit; font-size: 11.5px; color: var(--a-ink-2); } .kapacita-tuzka:hover { color: var(--a-ink); } .kapacita-tuzka b { color: var(--a-ink); }
.kapacita-edit { display: flex; gap: 6px; align-items: center; } .kapacita-edit input { width: 58px; border: 1px solid var(--hair); padding: 3px 6px; font: inherit; font-size: 12px; border-radius: 3px; } .kapacita-edit button { border: 1px solid var(--hair); background: #fff; padding: 3px 8px; border-radius: 3px; font: inherit; font-size: 11px; font-weight: 700; }
.kapacity-pozn { margin-top: 16px; font-size: 11.5px; color: var(--a-ink-2); max-width: 560px; }
/* terminál */
.term-frame { border-radius: 14px; overflow: hidden; box-shadow: 0 0 0 1px var(--graphite), rgba(0, 0, 0, 0.55) 0 30px 80px -20px; }
.terminal { background: #f6f5f2; font-size: 15px; min-height: 560px; position: relative; }
.term-hlava { display: flex; align-items: center; gap: 18px; padding: 0 18px; height: 58px; background: var(--a-ink); color: #fff; }
.term-zpet-btn { border: 1px solid rgba(255, 255, 255, 0.35); padding: 8px 12px; border-radius: 3px; font-weight: 700; font-size: 13px; }
.term-nazev { font-weight: 800; letter-spacing: 0.04em; font-size: 15px; } .term-operator { margin-left: auto; font-weight: 600; opacity: 0.85; } .hodiny { font-weight: 700; letter-spacing: 0.05em; }
.sken { display: flex; align-items: center; gap: 12px; margin: 14px 18px 0; background: #fff; border: 2px dashed var(--a-ink-2); padding: 10px 14px; border-radius: 4px; }
.sken > span:first-child { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; color: var(--a-ink-2); white-space: nowrap; }
.sken-input { flex: 1; font-size: 15px; color: var(--a-ink); display: flex; align-items: center; min-height: 20px; } .sken-input em { font-style: normal; color: var(--a-ink-2); opacity: 0.7; }
.caret { display: inline-block; width: 2px; height: 16px; background: var(--a-ink); margin-left: 2px; animation: caret 1s steps(1) infinite; } @keyframes caret { 50% { opacity: 0; } }
.fronta { padding: 14px 18px 24px; display: flex; flex-direction: column; gap: 10px; }
.karta { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--hair); padding: 14px 16px; border-radius: 4px; transition: transform 0.45s var(--ease), opacity 0.45s var(--ease), outline-color 0.2s; }
.karta.mini { padding: 10px 12px; gap: 12px; }
.karta.ceka { opacity: 0.55; } .karta.zvyraznena { outline: 3px solid var(--p); outline-offset: 2px; } .karta.out { transform: translateX(-24px); opacity: 0; }
.karta .poradi { font-size: 22px; font-weight: 700; color: var(--a-ink-2); width: 34px; text-align: center; flex-shrink: 0; }
.karta .badge { width: 92px; height: 64px; border-radius: 4px; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; flex-shrink: 0; } .karta.mini .badge { width: 70px; height: 50px; }
.karta .badge b { font-size: 24px; font-family: var(--a-mono); } .karta.mini .badge b { font-size: 19px; } .karta .badge span { font-size: 9.5px; font-weight: 700; letter-spacing: 0.05em; } .karta.mini .badge span { font-size: 8px; }
.badge.pU, .badge.pC, .badge.pP { color: var(--a-ink); }
.karta .popis { min-width: 0; flex: 1; } .karta .radek1 { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; } .karta .vp { font-weight: 700; font-size: 16px; } .karta.mini .vp { font-size: 14px; } .karta .op-nazev { font-weight: 600; font-size: 14.5px; } .karta.mini .op-nazev { font-size: 13px; }
.karta .radek2 { color: var(--a-ink-2); font-size: 13px; margin-top: 2px; } .karta.mini .radek2 { font-size: 12px; } .karta .radek3 { color: var(--a-ink-2); font-size: 11.5px; margin-top: 2px; display: flex; gap: 14px; }
.karta .cisla { text-align: right; flex-shrink: 0; } .karta .ks { font-size: 15px; font-weight: 700; } .term-termin { font-size: 12px; color: var(--a-ink-2); margin-top: 3px; } .term-termin.pozde { color: var(--late); font-weight: 800; }
.karta-akce { min-width: 128px; min-height: 64px; border-radius: 4px; font-size: 13.5px; font-weight: 800; letter-spacing: 0.04em; background: var(--u); color: #fff; line-height: 1.3; flex-shrink: 0; display: grid; place-items: center; text-align: center; transition: transform 0.12s; }
.karta.mini .karta-akce { min-width: 96px; min-height: 48px; font-size: 11px; }
.karta-akce.konec { background: var(--a-ink); } .karta-akce.hotovo { background: var(--d); }
.karta-akce.neaktivni { background: none; border: 1px dashed var(--hair); color: var(--a-ink-2); font-weight: 600; }
.press { transform: scale(0.94) !important; }
.tap { position: relative; }
.tap::after { content: ""; position: absolute; inset: -6px; border-radius: 10px; border: 3px solid var(--p); animation: tap-ring 0.6s ease-out forwards; pointer-events: none; }
@keyframes tap-ring { 0% { opacity: 0.9; transform: scale(0.9); } 100% { opacity: 0; transform: scale(1.12); } }
.karta-akce small { display: block; font-family: var(--a-mono); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; opacity: 0.85; margin-top: 3px; }
.term-stred { opacity: 0; transform: translateY(10px); transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); pointer-events: none; }
.term-stred.in { opacity: 1; transform: none; pointer-events: auto; }
.fronta { transition: opacity 0.3s; } .fronta.dim { opacity: 0; }
.term-stred { position: absolute; inset: 58px 0 0; background: #f6f5f2; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 26px; }
.term-stred h2, .sec-dark .term-stred h2 { font-family: var(--a-font); font-size: 24px; font-weight: 800; color: var(--a-ink); letter-spacing: 0; } .term-pozn { color: var(--a-ink-2); font-size: 15px; margin-top: -8px; }
.numpad { width: 300px; } .numpad.mini { width: 260px; }
.numpad .displej { background: #fff; border: 2px solid var(--a-ink); font-size: 34px; font-weight: 700; text-align: center; padding: 10px; letter-spacing: 0.15em; margin-bottom: 10px; border-radius: 4px; min-height: 64px; } .numpad.mini .displej { font-size: 26px; min-height: 52px; }
.numpad .klavesy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.klavesa { height: 56px; font-size: 22px; font-weight: 700; border: 1px solid var(--hair); background: #fff; border-radius: 4px; display: grid; place-items: center; font-family: var(--a-mono); transition: transform 0.1s, background 0.1s; } .klavesa.press { background: var(--hair-2); }
.term-akce { min-height: 54px; min-width: 220px; background: var(--a-ink); color: #fff; font-size: 15px; font-weight: 800; letter-spacing: 0.05em; border-radius: 4px; padding: 0 22px; display: grid; place-items: center; transition: transform 0.12s; }
.term-akce.vedlejsi { background: #fff; color: var(--a-ink); border: 2px solid var(--a-ink); }
.term-dvojice { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 6px; } .numpad.mini .term-dvojice .term-akce { min-width: 0; min-height: 44px; font-size: 12px; padding: 0 14px; }
.koop-box { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }

/* ---------- Statement na videu ---------- */
.statement { position: relative; margin-top: var(--section); padding: 120px 0; background: #0c0d10; overflow: hidden; }
.bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.has-video .bg-video { opacity: 0.55; }
.statement::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 13, 16, 0.92) 20%, rgba(12, 13, 16, 0.55) 70%, rgba(12, 13, 16, 0.3)); pointer-events: none; }
.statement .container { position: relative; z-index: 1; }
.statement p { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; font-size: clamp(26px, 3.4vw, 44px); color: var(--fog); max-width: 1000px; text-wrap: pretty; }
.st-ink { color: #fff; }

/* ---------- FIG mřížka ---------- */
.figs { padding: 96px 0 0; }
.fig-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fig { padding: 0 40px 8px 40px; border-left: 1px solid var(--line); } .fig:first-child { border-left: 0; padding-left: 0; } .fig:last-child { padding-right: 0; }
.fig-n { display: block; font-size: 11px; color: var(--faint); letter-spacing: 0.04em; }
.fig-art .karta.mini { width: 100%; }
.fig-art { height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.fig h3 { margin-bottom: 8px; } .fig p { color: var(--muted); font-size: 15px; max-width: 300px; }
.mini-cap { font-size: 11px; color: var(--a-ink-2); font-family: var(--a-mono); }

/* ---------- Sekce ---------- */
.sec { padding: var(--section) 0 0; }
.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.sec-desc p { font-size: 19px; line-height: 1.4; color: var(--ink-2); font-weight: 500; letter-spacing: -0.012em; }
.sec-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-size: 15px; font-weight: 500; color: var(--ink); padding: 0; border-bottom: 1px solid var(--line-strong); transition: border-color 0.15s; } .sec-link:hover { border-color: var(--ink); }
/* Attio feature pairs */
.pairs { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; border-top: 1px solid var(--line); }
.pairs-3 { grid-template-columns: repeat(3, 1fr); }
.pairs > div { padding: 22px 24px 0 0; border-left: 1px solid var(--line); padding-left: 24px; font-size: 15px; line-height: 1.45; color: var(--muted); } .pairs > div:first-child { border-left: 0; padding-left: 0; }
.pairs b { color: var(--ink); font-weight: 600; }
.pairs-dark { border-top-color: var(--graphite); } .pairs-dark > div { border-left-color: var(--graphite); color: var(--fog); } .pairs-dark b { color: #fff; }

/* ---------- Tmavý pás ---------- */
.sec-dark { position: relative; margin-top: var(--section); padding-bottom: var(--section); background: var(--void); border-top: 1px solid var(--graphite); border-bottom: 1px solid var(--graphite); overflow: hidden; }
.sec-dark > .container { position: relative; z-index: 1; }
.sec-dark h2 { color: #fff; } .sec-dark .sec-desc p { color: var(--mist); } .sec-dark .sec-link { color: #fff; border-color: var(--graphite); } .sec-dark .sec-link:hover { border-color: #fff; }
.sec-dark .hero-hint { color: var(--fog); }
.bg-video-dark, .has-video .bg-video-dark { opacity: 0; transition: opacity 0.9s ease; } .has-video .bg-video-dark.on { opacity: 0.38; }
.bg-set { position: absolute; inset: 0; }
.sec-dark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--void) 0%, rgba(8, 9, 10, 0.4) 35%, rgba(8, 9, 10, 0.4) 65%, var(--void) 100%); pointer-events: none; }

/* ---------- Sedm stavů — jedna zakázka, scroll-driven ---------- */
.states-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 64px; align-items: start; }
.states-sticky { position: sticky; top: 84px; }
.states-track { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 14px; }
.states-track li { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 8px 4px; border-radius: 8px; font-size: 11px; color: var(--faint); cursor: pointer; text-align: center; transition: background 0.2s, color 0.2s; }
.states-track li .pil { margin: 0; width: 34px; height: 22px; font-size: 12px; opacity: 0.35; transition: opacity 0.2s, transform 0.2s; }
.states-track li.done .pil { opacity: 0.8; } .states-track li.done { color: var(--muted); }
.states-track li.akt { background: var(--paper); color: var(--ink); font-weight: 600; } .states-track li.akt .pil { opacity: 1; transform: scale(1.08); }
.states-window { box-shadow: var(--shadow-window); }
.story-head { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-bottom: 1px solid var(--hair); flex-wrap: wrap; }
.story-head .cislo { font-weight: 700; font-size: 15px; }
.story-head .dil { font-weight: 600; font-size: 13px; margin: 0; }
.story-head .vykres { color: var(--a-ink-2); font-size: 11.5px; }
.story-head .story-stat { margin-left: auto; display: flex; align-items: center; gap: 14px; font-size: 11.5px; color: var(--a-ink-2); white-space: nowrap; }
.story-head .postup .draha { width: 56px; }
.story-ops { display: grid; grid-template-columns: repeat(7, 1fr); padding: 16px 12px 14px; gap: 4px; }
.story-op { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 10px 4px 8px; border-radius: 6px; text-align: center; transition: background 0.3s; position: relative; }
.story-op.akt { background: color-mix(in srgb, var(--c) 16%, white); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c) 60%, white); }
.story-op .pil { margin: 0; width: 46px; height: 30px; font-size: 16px; border-radius: 3px; }
.story-op .op-n { font-size: 10px; color: var(--a-ink-2); font-family: var(--a-mono); }
.story-op .op-nazev { font-size: 11px; font-weight: 600; color: var(--a-ink); line-height: 1.2; min-height: 2.4em; display: flex; align-items: center; }
.story-op .op-stroj { font-size: 10.5px; color: var(--a-ink-2); }
.story-op .op-h { font-size: 10.5px; color: var(--a-ink-2); font-family: var(--a-mono); } .story-op .op-h b { color: var(--a-ink); font-weight: 600; }
.story-ks-line { display: flex; align-items: center; gap: 10px; padding: 0 16px 12px; font-size: 11.5px; color: var(--a-ink-2); }
.story-ks-line b { color: var(--a-ink); font-family: var(--a-mono); font-weight: 600; }
.story-ks-line .who { margin-left: auto; }
.story-denik { padding: 12px 16px 14px; border-top: 1px solid var(--hair); background: #fcfbf9; min-height: 150px; }
.story-denik .denik li { transition: opacity 0.4s; } .story-denik .denik li.novy { animation: zmena 0.35s var(--ease); }
.states-steps { padding-top: 8vh; padding-bottom: 24vh; }
.state-step { padding: 48px 0; border-top: 1px solid var(--line); opacity: 0.4; transition: opacity 0.45s; min-height: 58vh; display: flex; flex-direction: column; justify-content: center; }
.state-step.akt { opacity: 1; } .state-step:first-child { border-top: 0; }
.state-step-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; } .state-step-head .pil { margin: 0; }
.state-step-n { display: block; font-size: 11px; color: var(--faint); margin-bottom: 2px; }
.state-step h3 { font-size: 28px; }
.state-step dl { display: grid; grid-template-columns: 96px 1fr; gap: 12px 16px; font-size: 15px; }
.state-step dt { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); padding-top: 3px; } .state-step dd { color: var(--ink-2); line-height: 1.5; }
.state-event { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; background: var(--canvas); }
.state-event code { font-family: var(--a-mono); font-size: 11px; background: #fff; border: 1px solid var(--hair); padding: 1px 6px; border-radius: 2px; }
.state-who { margin-left: auto; color: var(--a-ink-2); }

/* ---------- Kontakt, CTA, footer, modal ---------- */
.contact { padding-bottom: var(--section); }
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
.contact-copy p { color: var(--muted); font-size: 17px; margin-top: 16px; max-width: 440px; } .contact-alt { font-size: 15px !important; } .contact-alt a { color: var(--ink); font-weight: 600; } .contact-alt a:hover { color: var(--accent); }
.card-form { border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; background: var(--canvas); }
.field { display: flex; flex-direction: column; gap: 6px; } .field-full { grid-column: 1 / -1; } .field label { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.field input, .cta-form input { font: inherit; font-size: 15px; color: var(--ink); background: var(--canvas); border: 1px solid var(--line-strong); border-radius: var(--r-btn); height: 40px; padding: 0 12px; transition: border-color 0.15s, box-shadow 0.15s; }
.field input:focus, .cta-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(38, 109, 240, 0.18); }
.card-form .btn { margin-top: 4px; } .hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-status { font-size: 14px; font-weight: 600; min-height: 1.2em; } .form-status.ok { color: var(--d); } .form-status.err { color: var(--m); } .form-note { font-size: 13px; color: var(--faint); font-weight: 400; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-2); line-height: 1.4; cursor: pointer; } .check input { margin-top: 3px; accent-color: var(--accent); width: 15px; height: 15px; flex: none; }
.cta-band { background: var(--navy); color: #fff; padding: 80px 0; } .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; } .cta-band h2 { color: #fff; } .cta-band p { color: rgba(255, 255, 255, 0.7); margin-top: 10px; font-size: 16px; max-width: 520px; }
.cta-form { display: flex; gap: 8px; flex: none; } .cta-form input { width: 280px; border-color: transparent; } .cta-form .btn { height: 40px; }
.footer { background: #000; color: #b5bdc9; padding: 64px 0 32px; } .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; } .footer-brand p { margin-top: 16px; font-size: 14px; max-width: 280px; color: #8f99a8; }
.footer h4 { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 14px; } .footer-grid a { display: block; font-size: 14px; padding: 5px 0; color: #b5bdc9; } .footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid #1c1d1f; font-size: 13px; color: #6f7988; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; } .modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(28, 29, 31, 0.45); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); animation: fade 0.2s; }
.modal-card { position: relative; width: 100%; max-width: 440px; background: var(--canvas); border: 1px solid var(--line); border-radius: 16px; padding: 32px; box-shadow: var(--shadow-float); animation: rise 0.3s var(--ease); }
@keyframes fade { from { opacity: 0; } } @keyframes rise { from { opacity: 0; transform: translateY(12px) scale(0.98); } }
.modal-x { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 8px; font-size: 20px; color: var(--muted); } .modal-x:hover { background: var(--haze); color: var(--ink); }
.modal-card h3 { font-size: 24px; margin: 14px 0 8px; } .modal-card > p { color: var(--muted); font-size: 15px; margin-bottom: 20px; } .modal-card form { display: flex; flex-direction: column; gap: 14px; }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); } .is-in[data-reveal] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .filtry, .hledat { display: none; }
  .pairs { grid-template-columns: 1fr 1fr; } .pairs > div:nth-child(3) { border-left: 0; padding-left: 0; } .pairs > div:nth-child(n+3) { margin-top: 8px; }
  .states-grid { grid-template-columns: 1fr; gap: 32px; } .states-sticky { position: static; } .states-steps { padding-top: 0; } .state-step { min-height: 0; opacity: 1; }
}
@media (max-width: 900px) {
  :root { --section: 80px; }
  .nav-links { display: none; } .hero { padding-top: 64px; } .hero-window { margin-top: 48px; }
  .app-head { height: 48px; } .app-nav .tyden, .app-nav .nova { display: none; } .app-nav { overflow-x: auto; scrollbar-width: none; } .app-nav a { padding: 12px 9px 10px; white-space: nowrap; }
  .app-foot { overflow: hidden; } .app-foot .cas-akt, .app-foot .pol:nth-child(4) { display: none; }
  .states-grid > * { min-width: 0; } .states-track li span { display: none; } .story-ops { grid-template-columns: repeat(4, 1fr); } .story-head .story-stat { margin-left: 0; }
  .znacka .firma { display: none; }
  .pas { grid-template-columns: repeat(3, 1fr); } .dlazdice:nth-child(3) { border-right: 0; }
  .plan-tab { min-width: 900px; }
  .sec-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .bleed { width: 100%; }
  .pairs, .pairs-3 { grid-template-columns: 1fr; } .pairs > div { border-left: 0; padding-left: 0; }
  .fig-grid { grid-template-columns: 1fr; } .fig { border-left: 0; padding: 24px 0 0; border-top: 1px solid var(--line); margin-top: 24px; } .fig:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
  .karta { flex-wrap: wrap; } .karta .poradi, .karta .radek3 { display: none; } .karta .cisla { text-align: left; }
  .term-nazev { font-size: 12px; } .term-zpet-btn { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; } .cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; }
  .detail-grid { grid-template-columns: 1fr; }
  .state-step dl { grid-template-columns: 1fr; gap: 4px 0; } .state-step dd { margin-bottom: 10px; }
}
/* mobilní karty zakázek v mockupech — DNA viditelná bez scrollu do strany */
.m-zaky { display: none; }
@media (max-width: 700px) {
  .m-zaky { display: block; padding: 4px 12px 10px; }
  #appPlan .plocha, #ordersTable { display: none; }
  .m-zak { padding: 10px 2px 11px; border-bottom: 1px solid var(--hair-2); font-family: var(--a-font); color: var(--a-ink); }
  .m-zak:last-child { border-bottom: 0; }
  .m-zak.ztlumeny { opacity: 0.45; }
  .m-r1 { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  .m-r1 .cislo { font-family: var(--a-mono); font-weight: 700; font-size: 13.5px; }
  .m-dil { font-weight: 600; font-size: 13px; margin-top: 1px; }
  .m-r2 { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 7px; }
  .m-cisla { font-size: 11px; color: var(--a-ink-2); white-space: nowrap; }
  .m-akce { margin-top: 8px; }
  .app-foot .pol:nth-child(2), .app-foot .pol:nth-child(3) { display: none; }
}

@media (max-width: 600px) {
  .nav-actions .btn-secondary { display: none; } .card-form { grid-template-columns: 1fr; padding: 20px; } .hero-actions .btn { width: 100%; }
  .cta-form { width: 100%; flex-direction: column; } .cta-form input { width: 100%; }
  .pas { grid-template-columns: 1fr 1fr; } .win-url { display: none; }
}
