:root {
  --ink: #10243a;
  --muted: #596b7d;
  --line: #dfe7ec;
  --paper: #f6f8f8;
  --white: #fff;
  --blue: #1261a0;
  --blue-dark: #0a416f;
  --teal: #159c8c;
  --green: #1fa855;
  --amber: #f0a323;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(16, 36, 58, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 12px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 750; color: var(--muted); }
.nav-actions { display: flex; gap: 9px; align-items: center; }
.lang-switch { display: flex; border: 1px solid var(--line); padding: 3px; border-radius: 999px; background: white; }
.lang-switch button { border: 0; background: transparent; color: var(--muted); font-weight: 800; padding: 6px 9px; border-radius: 999px; cursor: pointer; }
.lang-switch button[aria-pressed="true"] { background: var(--ink); color: white; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(18,97,160,.22); }
.btn-whatsapp { background: var(--green); color: white; box-shadow: 0 10px 24px rgba(31,168,85,.2); }
.btn-light { background: white; border-color: var(--line); }
.hero { padding: 70px 0 54px; background: radial-gradient(circle at 80% 10%, #d9f4ef 0, transparent 32%), linear-gradient(180deg,#fff 0,#f6f8f8 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); align-items: center; gap: 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; border: 1px solid var(--line); background: white; color: var(--muted); border-radius: 999px; font-size: 14px; font-weight: 750; }
.eyebrow:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
h1 { max-width: 780px; margin: 20px 0 18px; font-size: clamp(42px,7vw,76px); line-height: 1; letter-spacing: -.055em; }
.lead { max-width: 690px; margin: 0; color: var(--muted); font-size: clamp(18px,2vw,22px); }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.microcopy { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.hero-photo { position: relative; min-height: 550px; overflow: hidden; border-radius: 26px; background: #dfe8ec; box-shadow: var(--shadow); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-card { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px; border: 1px solid rgba(255,255,255,.78); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); }
.photo-card strong { display: block; font-size: 18px; }
.trust-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 26px; }
.trust { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: white; font-weight: 780; font-size: 14px; }
section { padding: 76px 0; }
.section-white { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.kicker { margin: 0 0 8px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(31px,5vw,52px); line-height: 1.08; letter-spacing: -.045em; }
.section-copy { max-width: 570px; margin: 0; color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.card { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 13px; color: var(--blue); background: #eaf3fa; font-size: 21px; }
.card h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.2; }
.card p { margin: 0; color: var(--muted); }
.card .price { margin-top: 15px; color: var(--blue-dark); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; counter-reset: step; }
.step { padding: 20px; border-top: 3px solid var(--blue); background: white; border-radius: 0 0 14px 14px; counter-increment: step; }
.step:before { content: "0" counter(step); display: block; margin-bottom: 16px; color: var(--amber); font-weight: 950; }
.step h3 { margin: 0 0 8px; font-size: 19px; }
.step p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.price-list { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row b { color: var(--blue-dark); }
.notice { margin-top: 15px; padding: 16px; border-left: 4px solid var(--amber); background: #fff9ed; color: #6c5425; border-radius: 0 12px 12px 0; }
.areas { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-weight: 750; font-size: 14px; }
.guide { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 28px; align-items: center; }
.guide img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.faq { display: grid; gap: 10px; }
details { padding: 17px 19px; border: 1px solid var(--line); border-radius: 13px; background: white; }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 11px 0 0; color: var(--muted); }
.cta { padding: 42px; border-radius: 26px; color: white; background: linear-gradient(135deg,var(--blue-dark),var(--blue)); box-shadow: var(--shadow); }
.cta h2 { max-width: 760px; }
.cta p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 18px; }
.cta .btn-light { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); color: white; }
footer { padding: 36px 0 90px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.sticky-contact { display: none; }
[data-lang] { display: none; }
html[data-site-lang="sk"] [data-lang="sk"], html[data-site-lang="uk"] [data-lang="uk"], html[data-site-lang="ru"] [data-lang="ru"] { display: revert; }

@media (max-width: 940px) {
  .nav-links { display: none; }
  .hero-grid, .split, .guide { grid-template-columns: 1fr; }
  .hero-photo { min-height: 440px; }
  .cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px,1160px); }
  .nav { min-height: 62px; }
  .brand span:last-child { display: none; }
  .nav-actions .btn { display: none; }
  .hero { padding: 42px 0; }
  h1 { font-size: clamp(39px,13vw,58px); }
  .actions { display: grid; }
  .actions .btn { width: 100%; }
  .trust-row, .cards, .steps { grid-template-columns: 1fr; }
  .hero-photo { min-height: 390px; }
  section { padding: 58px 0; }
  .section-head { display: block; }
  .section-copy { margin-top: 14px; }
  .cta { padding: 28px 21px; }
  .footer-row { display: grid; }
  footer { padding-bottom: 105px; }
  .sticky-contact { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
  .sticky-contact .btn { min-height: 46px; padding: 10px 12px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
