/* ===================================================================
   Tvoj Expert — HUB (funnel landing)
   Dizajn: light "Linear-clean" + amber akcent (Štáb idióm).
   JEDEN font: Switzer (vrátane pravej kurzívy pre zvýraznené slová).
   =================================================================== */
@import url('https://api.fontshare.com/v2/css?f[]=switzer@400,500,600,700,800,401,501,601,701&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Akcent — amber */
  --primary: #F4B400;
  --primary-2: #FF9E2C;        /* sýtejší koniec gradientu */
  --primary-ink: #2A2205;      /* text na amber ploche */
  --primary-text: #A9760A;     /* amber text na bielej (čitateľný) */
  --primary-soft: #FFF6DD;
  --primary-soft-2: #FFEFC2;
  --primary-glow: rgba(244,180,0,.45);

  /* Light "Linear-clean" paleta */
  --bg: #FAFBFC;
  --surface: #FFFFFF;
  --surface-2: #F4F5F7;
  --surface-3: #ECEEF1;
  --border: #E7E9EE;
  --border-strong: #D5D9E0;
  --ink: #0E1116;
  --ink-2: #2A2F37;
  --ink-3: #5C6370;
  --ink-4: #8A929E;

  --ink-dark-sec: #0B0D10;

  --r-md: 10px; --r-lg: 14px; --r-xl: 20px; --r-2xl: 26px; --r-pill: 999px;
  --sh-sm: 0 1px 2px rgba(15,12,8,.05), 0 0 0 1px rgba(15,12,8,.04);
  --sh-md: 0 6px 20px -6px rgba(15,12,8,.10), 0 0 0 1px rgba(15,12,8,.04);
  --sh-lg: 0 28px 70px -18px rgba(15,12,8,.20), 0 0 0 1px rgba(15,12,8,.05);
  --sh-amber: 0 14px 34px -12px var(--primary-glow);

  --font: 'Switzer', system-ui, -apple-system, sans-serif;
  --maxw: 1180px;
  --ease: cubic-bezier(.16,1,.3,1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01';
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
@media (max-width:768px){ .container{ padding: 0 18px; } }

/* ===== Typografia ===== */
.eyebrow {
  font-size: 12.5px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--primary-text);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  flex-wrap: wrap; max-width: 100%;
  background: #FBD982; border: 1px solid #EBBA4E;
  padding: 7px 14px; border-radius: var(--r-pill);
}
.eyebrow .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 0 var(--primary-glow); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 var(--primary-glow)} 70%{box-shadow:0 0 0 9px transparent} 100%{box-shadow:0 0 0 0 transparent} }
h1, h2, h3, h4 { font-family: var(--font); font-weight: 700; letter-spacing: -.022em; line-height: 1.08; }
.h1 { font-size: 74px; line-height: 1.02; font-weight: 800; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: break-word; }
.h2 { font-size: 48px; letter-spacing: -.03em; }
.italic { font-style: italic; font-weight: 600; color: var(--primary-text); }
.lead { font-size: 21px; color: var(--ink-2); line-height: 1.55; }
.kicker {
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--primary-text); font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
}
.kicker::before { content:''; width: 22px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
.sec-head { text-align: center; max-width: 730px; margin: 0 auto 56px; }
.sec-head .kicker { justify-content: center; margin-bottom: 16px; }
.sec-head p { font-size: 19px; color: var(--ink-3); margin-top: 16px; }
@media (max-width:1024px){ .h1{font-size:56px} .h2{font-size:38px} }
@media (max-width:640px){ .h1{font-size:36px} .h2{font-size:30px} .lead{font-size:18px} .eyebrow{font-size:11px; letter-spacing:.1em} }
@media (max-width:400px){ .h1{font-size:31px} }

/* ===== Tlačidlá ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font); font-weight: 600; font-size: 17px; border-radius: var(--r-md); border: 1px solid transparent; padding: 13px 24px; cursor: pointer; transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, border-color .18s; white-space: nowrap; }
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: var(--primary-ink); box-shadow: var(--sh-amber); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -12px var(--primary-glow); }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--border-strong); }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--ink-4); transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 18px; }
.btn-block { width: 100%; }
.btn-ghost-dark { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-ghost-dark:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }

/* ===== Navigácia (sticky glass) ===== */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,251,252,.72); backdrop-filter: blur(16px) saturate(160%); -webkit-backdrop-filter: blur(16px) saturate(160%); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.nav.scrolled { background: rgba(250,251,252,.92); border-bottom-color: var(--border); box-shadow: 0 8px 24px -12px rgba(15,12,8,.12); }
.nav-in { max-width: var(--maxw); margin: 0 auto; padding: 13px 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.brand-mark svg { width: 18px; height: 18px; }
.brand-mark { width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); display: grid; place-items: center; color: var(--primary-ink); font-weight: 800; box-shadow: 0 6px 16px -6px var(--primary-glow); }
.brand small { display: block; font-size: 10px; font-weight: 600; color: var(--ink-4); letter-spacing: .1em; text-transform: uppercase; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 16px; color: var(--ink-3); font-weight: 500; transition: color .15s; position: relative; }
.nav-links a::after { content:''; position:absolute; left:0; right:100%; bottom:-5px; height:2px; border-radius:2px; background: var(--primary); transition: right .25s var(--ease); }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }
.nav-links a + a::before { content:''; position: absolute; left: -14px; top: 50%; transform: translateY(-50%); width: 2px; height: 13px; background: currentColor; opacity: .22; }
.nav-tel { display: flex; align-items: center; gap: 10px; color: var(--ink-2); }
.nav-tel-ic { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; flex: none; background: rgba(0,0,0,.06); }
.nav-tel-ic svg { width: 18px; height: 18px; }
.nav-tel-tx { display: flex; flex-direction: column; line-height: 1.12; }
.nav-tel-tx small { font-size: 11px; font-weight: 500; opacity: .85; letter-spacing: .01em; }
.nav-tel-tx b { font-size: 18px; font-weight: 700; font-variant-numeric: tabular-nums; }
.nav-cta { padding: 9px 18px; font-size: 15px; }

/* mobilné akcie v nav: telefón + burger pill (Štáb idióm) */
.nav-mob { display: none; align-items: center; gap: 9px; }
.nav-mob-tel { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: var(--primary-ink); box-shadow: 0 6px 16px -6px var(--primary-glow); }
.nav-mob-tel svg { width: 20px; height: 20px; }
.burger { display: inline-flex; align-items: center; gap: 9px; height: 44px; padding: 0 16px; border: none; border-radius: 11px; background: var(--ink); color: #fff; cursor: pointer; font-family: var(--font); font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; transition: transform .15s, box-shadow .15s; }
.burger:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -6px rgba(15,12,8,.4); }
.burger svg { width: 18px; height: 18px; }

/* ===== Mobilné menu — celoplochový tmavý overlay ===== */
.mm { position: fixed; inset: 0; z-index: 100; display: flex; flex-direction: column; overflow-y: auto; background: linear-gradient(165deg, #0E1116 0%, #15120A 45%, #241B05 100%); animation: mm-fade .35s ease; }
.mm[hidden] { display: none; }
@keyframes mm-fade { from{opacity:0} to{opacity:1} }
@keyframes mm-up { from{opacity:0; transform:translateY(20px)} to{opacity:1; transform:none} }
.mm-bg { position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle 500px at 88% 8%, rgba(244,180,0,.42), transparent 60%),
    radial-gradient(circle 360px at 4% 92%, rgba(255,158,44,.20), transparent 60%); }
.mm::after { content:''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px); background-size: 3px 3px; opacity: .7; }
.mm-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mm-logo { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 700; font-size: 19px; }
.mm-logo .brand-mark { width: 34px; height: 34px; }
.mm-close { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #fff; cursor: pointer; transition: transform .25s, background .2s; }
.mm-close:hover { background: rgba(255,255,255,.16); transform: rotate(90deg); }
.mm-close svg { width: 22px; height: 22px; }
.mm-nav { position: relative; z-index: 2; display: flex; flex-direction: column; padding: 28px 20px 8px; }
.mm-nav a { display: flex; align-items: center; gap: 16px; color: #fff; padding: 17px 8px; border-bottom: 1px solid rgba(255,255,255,.07); opacity: 0; animation: mm-up .5s var(--ease) forwards; animation-delay: calc(.08s + var(--i,0) * .05s); transition: padding-left .2s ease; }
.mm-nav a:active { padding-left: 16px; }
.mm-num { font-size: 13px; font-weight: 600; color: var(--primary); letter-spacing: .1em; width: 26px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.mm-text { font-size: 27px; font-weight: 600; letter-spacing: -.02em; flex: 1; }
.mm-arr { color: rgba(255,255,255,.5); font-size: 22px; transition: transform .2s, color .2s; }
.mm-nav a:active .mm-arr { color: var(--primary); transform: translateX(6px); }
.mm-phone { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; margin: 16px 20px; padding: 17px; border-radius: 18px; color: var(--primary-ink); background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 14px 32px -10px var(--primary-glow); opacity: 0; animation: mm-up .5s var(--ease) forwards; animation-delay: calc(.08s + var(--i,0) * .05s); }
.mm-phone:active { transform: translateY(-2px); }
.mm-phone-ic { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: rgba(42,34,5,.14); flex-shrink: 0; }
.mm-phone-ic svg { width: 24px; height: 24px; }
.mm-phone-tx { flex: 1; display: flex; flex-direction: column; }
.mm-phone-eb { display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .7; margin-bottom: 3px; }
.mm-phone-no { display: block; font-size: 24px; font-weight: 800; letter-spacing: -.01em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mm-phone-arr { font-size: 22px; opacity: .6; }
.mm-foot { position: relative; z-index: 2; padding: 6px 20px 14px; opacity: 0; animation: mm-up .5s var(--ease) forwards; animation-delay: calc(.08s + var(--i,0) * .05s); }
.mm-foot .btn { font-size: 18px; padding: 16px; }
.mm-trust { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 20px 32px; margin-top: auto; font-size: 11.5px; font-weight: 500; letter-spacing: .04em; color: rgba(255,255,255,.5); opacity: 0; animation: mm-up .5s var(--ease) forwards; animation-delay: calc(.08s + var(--i,0) * .05s); }
body.menu-open { overflow: hidden; }

/* ===== HERO ===== */
.hero { position: relative; padding: 92px 0 80px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 52% 44% at 14% 4%, rgba(244,180,0,.20), transparent 60%),
    radial-gradient(ellipse 46% 40% at 90% -2%, rgba(255,158,44,.14), transparent 65%); }
.hero-grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 0%, transparent 75%); }
.hero .container { position: relative; z-index: 1; max-width: 940px; text-align: center; }
.hero .eyebrow { margin-bottom: 24px; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { max-width: 660px; margin: 0 auto 34px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 12px 26px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; color: var(--ink-3); font-weight: 500; }
.hero-trust svg { width: 18px; height: 18px; color: var(--primary-text); flex-shrink: 0; }

/* ===== Sekcie ===== */
.sec { padding: 84px 0; }
.sec-tint { background: var(--surface-2); }

/* ===== Problém → riešenie ===== */
.pain { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.pain-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 32px; box-shadow: var(--sh-sm); overflow: hidden; }
.pain-card.bad { background: var(--surface-2); }
.pain-card.good { border-color: var(--primary-soft-2); }
.pain-card.good::before { content:''; position:absolute; inset:0 0 auto 0; height:4px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
.pain-card h3 { font-size: 22px; margin-bottom: 16px; }
.pain-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.pain-card li { padding-left: 30px; position: relative; color: var(--ink-2); font-size: 16px; }
.pain-card.bad li::before { content: '✕'; position: absolute; left: 0; color: #C0392B; font-weight: 700; }
.pain-card.good li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; background: var(--primary-soft); color: var(--primary-text); border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 800; }

/* ===== Kroky ===== */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 30px 24px; box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.step:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--border-strong); }
.step .num { font-size: 15px; font-weight: 700; color: var(--primary-ink); background: linear-gradient(135deg, var(--primary), var(--primary-2)); width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 18px; font-variant-numeric: tabular-nums; box-shadow: 0 6px 14px -6px var(--primary-glow); }
.step h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--ink-3); }

/* ===== Odvetvia grid ===== */
.chips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: 38px; }
.chip { font-family: var(--font); font-size: 14px; font-weight: 500; padding: 9px 17px; border-radius: var(--r-pill); border: 1px solid var(--border-strong); background: var(--surface); color: var(--ink-2); cursor: pointer; transition: all .15s; }
.chip:hover { border-color: var(--ink-4); transform: translateY(-1px); }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-sm); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--border-strong); }
.card-media-wrap { position: relative; overflow: hidden; }
.card-media-wrap::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 55%, rgba(14,17,22,.28)); opacity: .9; transition: opacity .35s; }
.card:hover .card-media-wrap::after { opacity: .5; }
.card-media { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: var(--primary-soft); transition: transform .6s var(--ease); }
.card:hover .card-media { transform: scale(1.05); }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.card h3 { font-size: 19px; margin-bottom: 7px; }
.card p { font-size: 14.5px; color: var(--ink-3); flex: 1; margin-bottom: 16px; }
.card-go { display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 600; color: var(--primary-text); }
.card-go svg { width: 15px; height: 15px; transition: transform .2s; }
.card:hover .card-go svg { transform: translateX(4px); }

/* ===== Value stack ===== */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px 30px; }
.value { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.value:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.value .vi { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: var(--primary-soft); display: grid; place-items: center; }
.value .vi svg { width: 22px; height: 22px; color: var(--primary-text); }
.value h4 { font-size: 17px; margin-bottom: 5px; }
.value p { font-size: 15px; color: var(--ink-3); }

/* ===== Social proof ===== */
.proof { text-align: center; }
.proof-stats { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; margin: 12px 0 40px; }
.proof-stat b { display: block; font-size: 46px; font-weight: 800; letter-spacing: -.03em; background: linear-gradient(135deg, var(--ink), var(--primary-text)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.proof-stat > span { font-size: 14px; color: var(--ink-3); }
.proof-quote { max-width: 760px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-2xl); padding: 40px; box-shadow: var(--sh-md); position: relative; }
.proof-quote::before { content:'\201C'; position:absolute; top: 6px; left: 28px; font-size: 90px; line-height: 1; color: var(--primary-soft-2); font-weight: 800; }
.proof-quote p { font-style: italic; font-size: 22px; line-height: 1.5; color: var(--ink); position: relative; }
.proof-quote .who { font-style: normal; font-size: 14px; color: var(--ink-4); margin-top: 16px; font-weight: 500; }
.proof-socials { display: inline-flex; gap: 12px; margin-top: 28px; }
.proof-socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-strong); display: grid; place-items: center; color: var(--ink-3); transition: all .15s; }
.proof-socials a:hover { color: var(--primary-ink); background: var(--primary); border-color: var(--primary); transform: translateY(-2px); }
.proof-socials svg { width: 19px; height: 19px; }

/* ===== Cenník ===== */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 34px 28px; box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.price:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.price.hot { border: 1.5px solid var(--primary); box-shadow: var(--sh-md); overflow: hidden; }
.price.hot::before { content:''; position:absolute; inset:0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: var(--primary-ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 15px; border-radius: var(--r-pill); white-space: nowrap; box-shadow: 0 6px 14px -6px var(--primary-glow); }
.price-name { font-size: 19px; font-weight: 700; }
.price-tag { display: flex; align-items: baseline; gap: 4px; margin-top: 14px; }
.price-amount { font-size: 48px; font-weight: 800; letter-spacing: -.03em; }
.price-per { font-size: 16px; color: var(--ink-4); font-weight: 500; }
.price-setup { margin-top: 7px; font-size: 14px; color: var(--ink-4); }
.price-feats { list-style: none; margin: 24px 0 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.price-feats li { padding-left: 28px; position: relative; font-size: 15px; }
.price-feats li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; background: var(--primary-soft); color: var(--primary-text); border-radius: 50%; font-size: 10px; font-weight: 800; display: grid; place-items: center; }
.price-feats li b { font-weight: 600; }
.price-feats li.off { color: var(--ink-4); text-decoration: line-through; }
.price-feats li.off::before { content: '—'; background: var(--surface-3); color: var(--ink-4); }
.price-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 32px; font-size: 14.5px; color: var(--ink-3); text-align: center; }
.price-notes b { color: var(--ink); font-weight: 600; }
.price-vat { width: 100%; text-align: center; font-size: 13px; color: var(--ink-4); margin-top: 2px; }

/* ===== FAQ ===== */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); margin-bottom: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item.open { border-color: var(--primary-soft-2); box-shadow: var(--sh-sm); }
.faq-q { width: 100%; text-align: left; padding: 20px 24px; font-family: var(--font); font-size: 19.5px; font-weight: 600; color: var(--ink); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .pm { font-size: 22px; color: var(--primary-text); transition: transform .25s; flex-shrink: 0; line-height: 1; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 24px 22px; font-size: 18px; color: var(--ink-3); }

/* ===== CTA band ===== */
.cta-band { background: var(--ink-dark-sec); color: #fff; border-radius: var(--r-2xl); padding: 64px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 54% 70% at 50% 0%, rgba(244,180,0,.26), transparent 70%); pointer-events: none; }
.cta-band::after { content:''; position:absolute; inset:0; pointer-events:none; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 3px 3px; }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.72); font-size: 18px; max-width: 580px; margin: 0 auto 30px; }
.cta-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ===== Footer ===== */
.ft { position: relative; background: linear-gradient(165deg, #0E1116 0%, #15120A 45%, #241B05 100%); border-top: 1px solid rgba(255,255,255,.08); padding: 64px 0 30px; color: #fff; overflow: hidden; }
.ft::before { content:''; position:absolute; inset:0; pointer-events:none; background: radial-gradient(60% 80% at 88% -10%, rgba(244,180,0,.14), transparent 60%); }
.ft .container { position: relative; z-index: 2; }
.ft .brand { color: #fff; }
.ft .brand small { color: rgba(255,255,255,.5); }
.ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.ft-brand p { font-size: 14.5px; color: rgba(255,255,255,.6); margin-top: 14px; max-width: 280px; }
.ft-col h5 { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); margin-bottom: 14px; font-weight: 700; }
.ft-col a, .ft-col span { display: block; font-size: 14.5px; color: rgba(255,255,255,.68); margin-bottom: 9px; transition: color .15s; }
.ft-col a:hover { color: #fff; }
.ft-bot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13.5px; color: rgba(255,255,255,.5); }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width:980px){
  .steps{ grid-template-columns: repeat(2,1fr); }
  .grid{ grid-template-columns: repeat(3,1fr); }
  .values{ grid-template-columns: 1fr; }
  .ft-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width:820px){
  .nav-links, .nav-tel, .nav .nav-cta { display: none; }
  .nav-mob { display: flex; }
  .pricing{ grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .price.hot{ order: -1; }
  .pain{ grid-template-columns: 1fr; }
}
@media (max-width:560px){
  .hero{ padding: 64px 0 60px; }
  .sec{ padding: 64px 0; }
  .grid{ grid-template-columns: repeat(2,1fr); gap: 12px; }
  .steps{ grid-template-columns: 1fr; }
  .proof-stats{ gap: 32px; }
  .cta-band{ padding: 46px 22px; }
  .ft-grid{ grid-template-columns: 1fr 1fr; }
}
/* ===== Back to top (amber, ladí k značke) ===== */
.to-top{ position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 52px; height: 52px; border-radius: 15px; border: none; cursor: pointer; display: grid; place-items: center; color: var(--primary-ink); background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: var(--sh-amber); opacity: 0; transform: translateY(16px) scale(.92); pointer-events: none; transition: opacity .3s, transform .35s var(--ease), box-shadow .2s; }
.to-top.show{ opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover{ transform: translateY(-4px); box-shadow: 0 20px 40px -12px var(--primary-glow); }
.to-top svg{ width: 22px; height: 22px; stroke: var(--primary-ink); fill: none; stroke-width: 2.2; }
@media (max-width:560px){ .to-top{ right: 16px; bottom: 16px; width: 48px; height: 48px; } }

@media (prefers-reduced-motion: reduce){ *{ animation: none !important; transition: none !important; } .reveal{ opacity:1; transform:none; } }

/* ===================================================================
   HERO v2 — split + mozaika, feature strip, referencie (inšpiračný štýl)
   =================================================================== */
.hero2{position:relative;overflow:hidden;background:
  radial-gradient(70% 60% at 88% 0%, var(--primary-soft) 0%, transparent 60%),
  radial-gradient(50% 50% at 4% 8%, #FFF7E0 0%, transparent 55%),
  var(--bg);
  padding:30px 0 92px;border-bottom:1px solid var(--border)}
.hero2-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero2 .eyebrow{margin-bottom:22px}
.hero2 .h1{font-size:clamp(2.4rem,5.2vw,4.1rem)}
.h1-ai{font-size:.58em;}
.hero2 .lead{margin:20px 0 0;max-width:540px}
.hero2-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.hstat{display:flex;gap:40px;margin-top:42px;flex-wrap:wrap}
.hstat div b{font-size:2.3rem;font-weight:800;letter-spacing:-.03em;color:var(--ink);display:block;line-height:1}
.hstat div b .u{color:var(--primary-text)}
.hstat div > span{font-size:.82rem;color:var(--ink-3);letter-spacing:.02em}

.hero2-media{position:relative}
.mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,1fr);gap:14px;aspect-ratio:1/1}
.mosaic a{display:block;position:relative;border-radius:18px;overflow:hidden;box-shadow:var(--sh-md)}
.mosaic a::after{content:attr(data-label);position:absolute;left:10px;bottom:9px;color:#fff;font-size:.74rem;font-weight:600;letter-spacing:.01em;text-shadow:0 1px 6px rgba(0,0,0,.5);z-index:2}
.mosaic a::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(14,17,22,.45),transparent 55%);z-index:1}
.mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.mosaic a:hover img{transform:scale(1.07)}
/* mosaic = čistý vyrovnaný 2x2 grid (bez schodovitého posunu) */
.hero2-badge{position:absolute;left:-18px;bottom:26px;z-index:3;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:14px 18px;box-shadow:var(--sh-lg);display:flex;align-items:center;gap:12px}
.hero2-badge .bi{width:42px;height:42px;border-radius:11px;background:linear-gradient(135deg,var(--primary),var(--primary-2));display:grid;place-items:center;flex:none;color:var(--primary-ink)}
.hero2-badge .bi svg{width:22px;height:22px;stroke:var(--primary-ink);fill:none;stroke-width:1.9}
.hero2-badge b{font-size:1.05rem;font-weight:700;display:block;line-height:1.1;color:var(--ink)}
.hero2-badge span{font-size:.76rem;color:var(--ink-3)}

.fstrip{margin-top:-46px;margin-bottom:-46px;position:relative;z-index:5}
.fstrip-in{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-md);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.fstrip-item{display:flex;align-items:center;gap:13px;padding:22px 24px}
.fstrip-item+.fstrip-item{border-left:1px solid var(--border)}
.fstrip-item .fi{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-2));display:grid;place-items:center;flex:none;box-shadow:0 6px 16px -8px var(--primary-glow)}
.fstrip-item .fi svg{width:23px;height:23px;stroke:var(--primary-ink);fill:none;stroke-width:1.9}
.fstrip-item h4{font-size:1rem;font-weight:600;line-height:1.15;color:var(--ink)}
.fstrip-item p{font-size:.8rem;color:var(--ink-3);line-height:1.35}

.tst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px}
.tst-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:30px 28px;box-shadow:var(--sh-sm)}
.tst-card .stars{color:var(--primary);letter-spacing:2px;font-size:.95rem;margin-bottom:14px}
.tst-card p{font-size:.98rem;color:var(--ink-2);line-height:1.6;margin-bottom:22px}
.tst-who{display:flex;align-items:center;gap:13px}
.tst-av{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:var(--primary-ink);display:grid;place-items:center;font-weight:700;font-size:1.05rem;flex:none}
.tst-who b{font-weight:600;font-size:1rem;display:block;color:var(--ink)}
.tst-who span{font-size:.82rem;color:var(--ink-3)}

@media (max-width:920px){
  .hero2-grid{grid-template-columns:1fr;gap:42px}
  .hero2-media{max-width:480px}
  .fstrip-in{grid-template-columns:1fr 1fr}
  .fstrip-item:nth-child(3){border-left:none}
  .tst-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .fstrip-in{grid-template-columns:1fr}
  .fstrip-item:nth-child(even){border-left:none}
  .mosaic a:nth-child(1),.mosaic a:nth-child(4){margin-top:0}
  .hstat{gap:26px}
}

/* ===== Desktop hlavička — amber gradient + biely text ===== */
@media (min-width:821px){
  .nav, .nav.scrolled{
    background: linear-gradient(135deg, #C98A0C, #C2670E);
    backdrop-filter:none; -webkit-backdrop-filter:none;
    border-bottom-color: transparent;
  }
  .nav.scrolled{ box-shadow: 0 10px 28px -14px rgba(120,75,10,.6); }
  .nav .brand{ color:#fff; }
  .nav .brand-mark{ background:#fff; color:var(--primary-text); box-shadow:0 6px 16px -8px rgba(0,0,0,.28); }
  .nav .brand small{ color:rgba(255,255,255,.82); }
  .nav .nav-links a{ color:rgba(255,255,255,.92); }
  .nav .nav-links a:hover{ color:#fff; }
  .nav .nav-links a::after{ background:#fff; }
  .nav .nav-tel{ color:#fff; }
  .nav .nav-tel-ic{ background:rgba(255,255,255,.18); }
  .nav .nav-tel-tx small{ opacity:.9; }
  .nav .nav-cta{ background:#fff; color:var(--primary-ink); box-shadow:0 8px 20px -10px rgba(0,0,0,.35); }
  .nav .nav-cta:hover{ background:var(--ink); color:#fff; transform:translateY(-2px); }
}

/* ===== DÔKAZ / O nás — 2 stĺpce + video 9:16 placeholder ===== */
.proof-grid{ display:grid; grid-template-columns:.82fr 1.18fr; gap:48px; align-items:center; }
.proof-video .video-ph{ position:relative; aspect-ratio:9/16; width:100%; max-width:300px; margin:0 auto; border-radius:24px; overflow:hidden; background:linear-gradient(160deg,#15120A,#241B05 65%,#3a2e08); border:1px solid rgba(244,180,0,.18); box-shadow:var(--sh-lg); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:18px; }
.video-ph::before{ content:''; position:absolute; inset:0; background:radial-gradient(60% 40% at 50% 40%, rgba(244,180,0,.20), transparent 70%); }
.video-play{ position:relative; z-index:2; width:74px; height:74px; border-radius:50%; border:none; cursor:pointer; background:linear-gradient(135deg,var(--primary),var(--primary-2)); display:grid; place-items:center; box-shadow:0 16px 36px -10px var(--primary-glow); transition:transform .2s; }
.video-play:hover{ transform:scale(1.06); }
.video-play svg{ width:30px; height:30px; fill:var(--primary-ink); margin-left:4px; }
.video-tag{ position:relative; z-index:2; color:rgba(255,255,255,.72); font-size:12.5px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.proof-main{ text-align:left; }
.proof-main .sec-head{ text-align:left; max-width:none; margin:0 0 26px; }
.proof-main .sec-head .kicker{ justify-content:flex-start; margin-bottom:14px; }
.proof-main .sec-head .h2{ font-size:clamp(1.7rem,2.6vw,2rem); }
.proof-main .proof-stats{ justify-content:flex-start; gap:42px; margin:0 0 30px; }
.proof-main .proof-quote{ margin:0; max-width:none; }
@media (max-width:920px){
  .proof-grid{ grid-template-columns:1fr; gap:34px; }
  .proof-main{ text-align:center; }
  .proof-main .sec-head{ text-align:center; }
  .proof-main .sec-head .kicker{ justify-content:center; }
  .proof-main .proof-stats{ justify-content:center; }
  .video-ph{ max-width:258px; }
}

/* ===== Cenník — podtitul na jeden riadok (širší sec-head) ===== */
#cennik .sec-head{ max-width:1000px; }

/* ===== Cenník — oprava badge "Najobľúbenejší" (nech trčí nad kartu) ===== */
.price.hot{ overflow:visible; }
.price.hot::before{ border-radius:var(--r-xl) var(--r-xl) 0 0; }

/* ===== Prepínač periódy platby ===== */
.bill-toggle{ display:flex; width:fit-content; margin:0 auto 36px; background:var(--surface); border:1px solid var(--border); border-radius:var(--r-pill); padding:5px; gap:4px; box-shadow:var(--sh-sm); }
.bt{ border:none; background:none; font-family:var(--font); font-weight:600; font-size:14.5px; color:var(--ink-3); padding:9px 18px; border-radius:var(--r-pill); cursor:pointer; display:inline-flex; align-items:center; gap:7px; transition:background .2s,color .2s; white-space:nowrap; }
.bt em{ font-style:normal; font-size:11.5px; font-weight:700; color:var(--primary-text); background:var(--primary-soft); padding:2px 7px; border-radius:20px; }
.bt:hover{ color:var(--ink); }
.bt.on{ background:linear-gradient(135deg,var(--primary),var(--primary-2)); color:var(--primary-ink); box-shadow:var(--sh-amber); }
.bt.on em{ background:rgba(42,34,5,.16); color:var(--primary-ink); }
.price-save{ font-size:12.5px; font-weight:700; color:var(--primary-text); margin-top:6px; min-height:17px; opacity:0; transition:opacity .25s; }
.price-save.show{ opacity:1; }
@media (max-width:560px){ .bill-toggle{ width:100%; justify-content:space-between; } .bt{ padding:9px 10px; font-size:13px; } }

/* hero štatistiky — popis nad číslom */
.hstat-top{ display:block; margin-bottom:3px; }

/* hero štatistiky — ikona vľavo */
.hstat{ align-items:center; }
.hstat-ic{ width:46px; height:46px; border-radius:50%; flex:none; display:grid; place-items:center; background:var(--surface-2); border:1px solid var(--border); margin-right:6px; }
.hstat-ic svg{ width:22px; height:22px; stroke:var(--ink-4); fill:none; }
@media (max-width:560px){ .hstat-ic{ width:46px; height:46px; } }

/* "Čo dostanete" podtitul na jeden riadok */
#co .sec-head{ max-width:1000px; }

/* proof štatistiky — popis bližšie k číslu */
.proof-stat b{ line-height:1; margin-bottom:4px; }
.proof-stat > span{ display:block; }

/* O nás — citát v dizajne CTA bandu (tmavý + amber žiara, biely text) */
.proof-quote{ background: radial-gradient(ellipse 60% 75% at 50% 0%, rgba(244,180,0,.22), transparent 70%), var(--ink-dark-sec); color:#fff; border:none; box-shadow:var(--sh-lg); overflow:hidden; }
.proof-quote::before{ color: var(--primary); }
.proof-quote p{ color:#fff; }
.proof-quote .who{ color: rgba(255,255,255,.72); }
.proof-quote .proof-socials a{ border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.72); }
.proof-quote .proof-socials a:hover{ border-color: var(--primary); color: var(--primary); }

/* FAQ — 2 stĺpce */
.faq{ max-width:none; display:grid; grid-template-columns:1fr 1fr; gap:12px 20px; align-items:start; }
.faq-item{ margin-bottom:0; }
@media (max-width:680px){ .faq{ grid-template-columns:1fr; } }

/* O nás citát — horný padding, nech text nezasahuje do úvodzoviek */
.proof-quote{ padding-top:55px; }

/* Anchor scroll pod sticky hlavičku (oprava "scrollne nižšie") */
html{ scroll-padding-top: 84px; }

/* Mobilné menu — bez čísel, menší font, animovaný odchod */
.mm-num{ display:none; }
.mm-text{ font-size:20px; }
.mm.closing{ animation: mm-fade-out .3s ease forwards; }
.mm.closing .mm-nav a, .mm.closing .mm-phone, .mm.closing .mm-foot, .mm.closing .mm-trust{ animation:none; opacity:1; }
@keyframes mm-fade-out{ from{opacity:1} to{opacity:0} }

/* Hero štatistiky na mobile — bez ikony, vedľa seba */
@media (max-width:560px){
  .hstat-ic{ display:none; }
  .hstat{ flex-wrap:nowrap; gap:18px; }
  .hstat div b{ font-size:1.9rem; }
}

/* Hero mobile — 3 foto v rade (3x1) pod textom */
@media (max-width:560px){
  .mosaic{ grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows:auto; aspect-ratio:auto; gap:8px; }
  .mosaic a{ aspect-ratio:4/5; margin:0; }
  .mosaic a:nth-child(n+4){ display:none; }
  .mosaic a::after{ font-size:.62rem; left:7px; bottom:6px; }
  /* feature strip font +15% */
  .fstrip-item h4{ font-size:1.2rem; }
  .fstrip-item p{ font-size:.92rem; }
}

/* Mobile fix — hero mozaika nech nepretečie + footer credit na 2. riadok */
@media (max-width:560px){
  .hero2-grid{ display:flex; flex-direction:column; }
  .hero2-grid > *{ min-width:0; max-width:100%; width:100%; }
  .hero2-media{ max-width:100%; min-width:0; width:100%; }
  .mosaic{ width:100%; max-width:100%; }
  .ft-credit{ display:block; margin-top:3px; }
  .ft-dot{ display:none; }
}

/* Mobilné menu — trust hore pod hlavičkou */
.mm-trust{ margin-top:0; padding:14px 20px 16px; border-bottom:1px solid rgba(255,255,255,.08); }

/* Mobile dolaďovačky — hero padding hore, 2. štatistika sprava */
@media (max-width:560px){
  .hero2{ padding-top:8px; }
  .hstat{ justify-content:space-between; }
  .hstat div:last-child{ text-align:right; }
}

/* Mozaika na mobile = flex (spoľahlivé zmrštenie) + menu hneď pod trust */
@media (max-width:560px){
  .mosaic{ display:flex; gap:8px; width:100%; max-width:100%; }
  .mosaic a{ flex:1 1 0; min-width:0; aspect-ratio:4/5; }
  .mm-nav{ padding-top:10px; }
}


/* Mobile — štatistiky padding od krajov + tvrdé obmedzenie šírky hero média */
@media (max-width:560px){
  .hstat{ padding: 0 8%; }
  .hero2-media, .mosaic{ max-width:100%; overflow:hidden; }
}

/* Mobile hero — poradie: eyebrow, h1, lead, FOTO galéria, CTA, štatistiky */
@media (max-width:560px){
  .hero2-grid{ display:flex; flex-direction:column; gap:0; }
  .hero2-in{ display:contents; }
  .hero2 .eyebrow{ order:1; }
  .hero2 .h1{ order:2; margin-top:14px; }
  .hero2 .lead{ order:3; }
  .hero2-media{ order:4; margin-top:22px; }
  .hero2-cta{ order:5; margin-top:24px; }
  .hstat{ order:6; margin-top:26px; }
}

/* Menu položky — menšie riadkovanie */
.mm-nav a{ padding-top:12px; padding-bottom:12px; }

/* Mobile hero — tesnejšie badge→nadpis + menší lead (3 riadky) */
@media (max-width:560px){
  .hero2 .eyebrow{ margin-bottom:12px; }
  .hero2 .h1{ margin-top:2px; }
  .hero2 .lead{ font-size:16px; }
}

/* Mobile — hero CTA tlačidlá v jednom riadku */
@media (max-width:560px){
  .hero2-cta{ flex-wrap:nowrap; gap:10px; }
  .hero2-cta .btn{ font-size:13.5px; padding:13px 14px; }
  .hero2-cta .btn svg{ width:14px; height:14px; }
}

/* Menu bližšie k trust pruhu */
.mm-trust{ padding-bottom:8px; }
.mm-nav{ padding-top:2px; }

/* Mobile hero — štatistiky PRED tlačidlá + menší bočný padding */
@media (max-width:560px){
  .hstat{ order:5; padding:0 6.8%; margin-top:24px; }
  .hero2-cta{ order:6; margin-top:22px; }
}

/* Mobile hero — štatistiky ešte menší bočný padding */
@media (max-width:560px){ .hstat{ padding:0 3.4%; } }

/* Mobile hero — štatistiky vycentrované do skupiny (nie roztiahnuté k okrajom) */
@media (max-width:560px){
  .hstat{ justify-content:center; gap:34px; padding:0; }
  .hstat div:last-child{ text-align:left; }
}

/* Mobile hero — štatistiky tesná centrovaná skupina */
@media (max-width:560px){
  .hstat{ justify-content:center; gap:26px; padding:0; }
  .hstat div{ text-align:center; }
}

/* Kontakt — jednoduchý lead formulár */
.lead-form{ max-width:640px; margin:28px auto 0; background:var(--surface); border:1px solid var(--border); border-radius:var(--r-2xl); padding:28px; box-shadow:var(--sh-md); }
.lf-head{ text-align:center; font-size:18px; font-weight:600; color:var(--ink); margin-bottom:18px; }
.lf-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; }
.lead-form input{ width:100%; padding:14px 15px; border:1.5px solid var(--border); border-radius:var(--r-md); background:var(--bg); font-family:var(--font); font-size:15px; color:var(--ink); }
.lead-form input:focus{ outline:none; border-color:var(--primary); background:#fff; }
.lead-form .btn{ margin-top:4px; }
.lf-note{ text-align:center; font-size:13px; color:var(--ink-4); margin-top:12px; }
.lf-ok{ display:none; text-align:center; background:#E9F8EF; color:#1C7A44; border:1px solid #BCE7CC; border-radius:var(--r-md); padding:13px; margin-top:14px; font-weight:600; }
.lf-ok.show{ display:block; }
@media (max-width:560px){ .lf-row{ grid-template-columns:1fr; } .lead-form{ padding:22px 18px; } }

/* Mobile hero — štatistiky: zarovnanie zľava, spread, polovičný edge priestor */
@media (max-width:560px){
  .hstat{ justify-content:space-between; gap:12px; padding:0; margin-left:-9px; margin-right:-9px; }
  .hstat div{ text-align:left; }
  .hstat div:last-child{ text-align:right; }
}

/* Mobile hero — štatistiky ešte bližšie ku krajom */
@media (max-width:560px){
  .hstat{ margin-left:-14px; margin-right:-14px; }
}

/* Lead formulár — nadpis na mobile väčší, 2 riadky, bez pomlčky */
@media (max-width:560px){
  .lf-head{ font-size:21px; line-height:1.28; }
  .lf-head .lf-dash{ display:none; }
  .lf-head .lf-h1, .lf-head .italic{ display:block; }
}

/* Lead note — bold prvá veta, na mobile druhá veta na nový riadok */
.lf-note b{ color:var(--ink-3); font-weight:700; }
@media (max-width:560px){ .lf-note2{ display:block; } }

/* === Mobile hero štatistiky — finálne, autoritatívne === */
@media (max-width:560px){
  .hstat{ display:flex !important; justify-content:space-between !important; align-items:flex-start !important;
          gap:8px !important; padding:0 30px !important; margin:24px 0 0 0 !important; width:100% !important; order:5 !important; }
  .hstat .hstat-ic{ display:none !important; }
  .hstat > div{ flex:0 0 auto !important; }
  .hstat > div:first-child{ text-align:left !important; }
  .hstat > div:last-child{ text-align:right !important; }
}

/* Lead form — odkaz na zásady (drobný) */
.lf-priv{ text-align:center; font-size:12px; color:var(--ink-4); margin-top:8px; }
.lf-priv a{ color:var(--primary-text); font-weight:600; }
