:root {
  --ink: #0c0d0c;
  --ink-2: #161816;
  --ink-3: #1e221f;
  --fog: #e8eee9;
  --mist: #b8c4ba;
  --grass: #2f6b3f;
  --red: #e10600;
  --red-hot: #ff2a1f;
  --white: #f7f8f6;
  --muted: #8a938c;
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 50; padding: 0.75rem 0;
  transition: background 0.4s var(--ease), backdrop-filter 0.4s;
}
.nav.scrolled {
  background: rgba(12, 13, 12, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand-logo {
  height: 58px;
  width: auto;
  display: block;
}
.brand-logo-roborock {
  height: 30px;
  width: auto;
  display: block;
  opacity: 0.95;
}
.brand-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.footer-logo {
  height: 52px;
  width: auto;
  display: block;
}
.footer-logo-roborock {
  height: 28px;
  width: auto;
  display: block;
}
.nav-links { display: flex; gap: 1.5rem; font-size: 0.9rem; font-weight: 500; color: var(--mist); flex-wrap: wrap; }
.nav-links a:hover, .nav-links a.is-active { color: var(--white); }
.nav-cta {
  display: inline-flex; align-items: center; padding: 0.55rem 1.15rem;
  background: var(--red); color: var(--white); font-weight: 600; font-size: 0.88rem;
  border-radius: 2px; transition: background 0.25s, transform 0.25s var(--ease); white-space: nowrap;
}
.nav-cta:hover { background: var(--red-hot); transform: translateY(-1px); }
.nav-toggle {
  display: none; width: 2.5rem; height: 2.5rem; place-items: center;
  border: 1px solid rgba(255,255,255,0.2); border-radius: 2px;
}
.nav-toggle span {
  display: block; width: 1.1rem; height: 2px; background: var(--white);
  box-shadow: 0 -6px 0 var(--white), 0 6px 0 var(--white);
}
@media (max-width: 860px) {
  .brand-logo { height: 46px; }
  .brand-logo-roborock { height: 22px; }
  .brand-sep { height: 28px; }
  .nav-toggle { display: grid; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; gap: 0; padding: 1rem 1.25rem 1.25rem;
    background: rgba(12,13,12,0.96); border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav.open .nav-links { display: flex; }
  .nav-links a { padding: 0.65rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-cta { display: none; }
}

.btn-primary, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.4rem;
  min-height: 3.5rem;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid transparent;
  line-height: 1.2;
  transition: background 0.25s, transform 0.25s var(--ease), border-color 0.25s;
  box-sizing: border-box;
}
.btn-primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-primary:hover { background: var(--red-hot); border-color: var(--red-hot); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255,255,255,0.28); font-weight: 500; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.05); }
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.section-label {
  display: inline-block; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 0.85rem;
}
.section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.75rem); letter-spacing: -0.035em;
  line-height: 1.1; margin-bottom: 0.9rem; max-width: 20ch;
}
.section-lead {
  color: var(--mist); font-size: 1.05rem; font-weight: 300;
  max-width: 38rem; margin-bottom: 2.5rem;
}

/* Home sections with centered composition */
#modeli > .wrap,
.guide > .wrap,
.benefits > .wrap,
.contact-band > .wrap {
  text-align: center;
}
#modeli .section-title,
#modeli .section-lead,
.guide .section-title,
.guide .section-lead,
.benefits .section-title,
.benefits .section-lead,
.contact-band .section-title,
.contact-band .section-lead {
  margin-inline: auto;
}
#modeli .models-grid {
  text-align: left;
}
.guide .guide-block,
.guide .guide-grid,
.guide .guide-note {
  text-align: left;
}
.benefits .benefits-grid {
  text-align: left;
}
.benefits .benefit-body {
  text-align: center;
}
.contact-band .contact-grid {
  text-align: center;
}
section { padding: 5rem 0; }

/* Home hero */
.home-hero {
  position: relative;
  min-height: min(100svh, 820px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}
.home-hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--ink);
}
.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: scale(1.02);
}
.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12,13,12,0.45) 0%, rgba(12,13,12,0.25) 40%, rgba(12,13,12,0.82) 75%, rgba(12,13,12,0.96) 100%),
    linear-gradient(90deg, rgba(12,13,12,0.45), rgba(12,13,12,0.2) 35%, rgba(12,13,12,0.2) 65%, rgba(12,13,12,0.45));
}
.home-hero-content {
  padding: clamp(6rem, 12vh, 8rem) 0 3.5rem;
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.home-hero-brand {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 4.4rem); line-height: 0.95;
  letter-spacing: -0.04em; margin-bottom: 1.1rem;
}
.home-hero-brand em { font-style: normal; color: var(--red); }
.home-hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.75rem); letter-spacing: -0.02em; margin-bottom: 0.85rem;
}
.home-hero p {
  color: var(--mist); font-size: 1.05rem; font-weight: 300;
  max-width: 34rem; margin-inline: auto; margin-bottom: 1.75rem;
}
.home-hero .cta-row {
  justify-content: center;
}

.pillars {
  border-block: 1px solid rgba(255,255,255,0.08); background: var(--ink-2);
}
.pillars-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding: 2.5rem 0;
  text-align: center;
}
.pillar strong {
  display: block; font-family: var(--font-display); font-size: 1.05rem;
  margin-bottom: 0.4rem; letter-spacing: -0.02em;
}
.pillar p { color: var(--muted); font-size: 0.9rem; }
@media (max-width: 800px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .pillars-grid { grid-template-columns: 1fr; }
}

.models-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
}
.model-card {
  position: relative; overflow: hidden; border-radius: 4px;
  min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid transparent;
  background-image:
    linear-gradient(var(--ink-3), var(--ink-3)),
    linear-gradient(to top right, var(--red) 0%, rgba(225, 6, 0, 0.4) 40%, var(--ink) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.model-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.model-card:hover img { transform: scale(1.05); }
.model-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(transparent 30%, rgba(12,13,12,0.92) 100%);
}
.model-area {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.65rem 0.95rem;
  background: rgba(12, 13, 12, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 2px;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  line-height: 1;
}
.model-area strong {
  display: inline;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--white);
}
.model-area span {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mist);
}
.model-card-body { position: relative; z-index: 1; padding: 1.75rem; }
.model-card h3 {
  font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -0.03em; margin-bottom: 0.35rem;
}
.model-card h3 em { font-style: normal; color: var(--red); }
.model-card p { color: var(--mist); font-size: 0.95rem; margin-bottom: 1rem; max-width: 34ch; }
.model-card .link {
  font-weight: 600; font-size: 0.9rem; color: var(--white);
  border-bottom: 1px solid var(--red); padding-bottom: 2px;
}
@media (max-width: 800px) {
  .models-grid { grid-template-columns: 1fr; }
  .model-card { min-height: 340px; }
}

/* Guide — izbira modela */
.guide {
  background: var(--ink-2);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.guide-block {
  margin-bottom: 2rem;
}
.guide-block h3,
.guide-panel h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}
.guide-scale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  overflow: hidden;
}
.guide-scale-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  padding: 1.5rem 1rem;
  background: var(--ink-3);
  transition: background 0.25s;
}
.guide-scale-item:hover {
  background: #252a26;
}
.guide-scale-item strong {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--white);
}
.guide-scale-item span {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.45rem;
}
.guide-scale-item em {
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.guide-panel {
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
}
.guide-list {
  display: grid;
  gap: 1rem;
}
.guide-list li {
  display: grid;
  gap: 0.2rem;
}
.guide-list strong {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--white);
}
.guide-list span {
  font-size: 0.9rem;
  color: var(--mist);
}
.guide-note {
  padding: 1.25rem 1.35rem;
  margin-bottom: 2rem;
  border-left: 3px solid var(--red);
  background: rgba(225, 6, 0, 0.06);
}
.guide-note p {
  color: var(--mist);
  font-size: 0.98rem;
  max-width: 52rem;
}
.guide-note strong {
  color: var(--white);
}
.guide-cta {
  padding: 2rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}
.guide-cta h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.guide-cta p {
  color: var(--mist);
  font-size: 1rem;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
.guide-cta .cta-row {
  justify-content: center;
}
@media (max-width: 800px) {
  .guide-scale { grid-template-columns: 1fr 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .guide-scale { grid-template-columns: 1fr; }
}

.benefits {
  background: var(--fog); color: var(--ink);
}
.benefits .section-label { color: var(--grass); }
.benefits .section-lead { color: #4a564e; }
.benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.benefit {
  overflow: hidden; border-radius: 4px; background: #fff;
}
.benefit img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.benefit-body { padding: 1.25rem 1.35rem 1.5rem; }
.benefit h3 { font-size: 1.1rem; margin-bottom: 0.35rem; }
.benefit p { color: #5a665e; font-size: 0.92rem; }
@media (max-width: 800px) {
  .benefits-grid { grid-template-columns: 1fr; }
}

.partner {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 52vh; display: grid; align-items: center;
}
.partner-media { position: absolute; inset: 0; z-index: -1; }
.partner-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.partner-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,13,12,0.55) 0%, rgba(12,13,12,0.72) 55%, rgba(12,13,12,0.88) 100%),
    linear-gradient(90deg, rgba(12,13,12,0.55), rgba(12,13,12,0.35) 40%, rgba(12,13,12,0.35) 60%, rgba(12,13,12,0.55));
}
.partner-content {
  max-width: 42rem;
  padding: 3.5rem 0;
  margin-inline: auto;
  text-align: center;
}
.partner-content .section-title {
  margin-inline: auto;
}
.partner-content .section-lead {
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.partner-content .cta-row {
  justify-content: center;
}

.contact-band { background: var(--ink-2); border-top: 1px solid rgba(255,255,255,0.06); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
}
.contact-card {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
}
.contact-card-wide {
  margin-top: 1.25rem;
  width: 100%;
  padding: 2rem 1.5rem;
}
.contact-card-wide h3 {
  font-size: clamp(1.55rem, 2.4vw, 1.85rem);
  margin-bottom: 0.55rem;
}
.contact-card-wide .line a {
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
}
.contact-card-wide .line a:hover {
  color: var(--white);
  opacity: 0.85;
}
.tech-cover {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: center;
  text-align: left;
}
.tech-cover-copy .line { margin-bottom: 0.85rem; }
.tech-cover-note {
  margin-top: 0;
  color: var(--mist);
  font-size: 1rem;
  max-width: 36ch;
  line-height: 1.5;
}
.tech-cover-note strong {
  color: var(--white);
  font-weight: 600;
}
.tech-cover-map {
  margin: 0;
  display: grid;
  place-items: center;
}
.tech-cover-map img {
  width: min(100%, 260px);
  height: auto;
}
@media (max-width: 700px) {
  .tech-cover {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .tech-cover-note {
    max-width: 34rem;
    margin-inline: auto;
  }
}
.contact-card h3 {
  font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 0.85rem;
}
.contact-card p, .contact-card a { color: var(--mist); font-size: 0.95rem; }
.contact-card a:hover { color: var(--white); }
.contact-card .line { margin-bottom: 0.4rem; }
.contact-card .map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.15rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 2px;
  color: var(--white);
  font-weight: 600;
  font-size: 0.88rem;
  transition: border-color 0.25s, background 0.25s;
}
.contact-card .map-link:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.05);
  color: var(--white);
}
.contact-more {
  margin-top: 1.75rem;
  font-size: 0.9rem;
  color: var(--muted);
}
.contact-more a {
  color: var(--mist);
  border-bottom: 1px solid rgba(225, 6, 0, 0.55);
  padding-bottom: 1px;
}
.contact-more a:hover { color: var(--white); }
@media (max-width: 700px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* Product page */
.hero {
  position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--ink);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,13,12,0.55) 0%, rgba(12,13,12,0.15) 38%, rgba(12,13,12,0.72) 72%, rgba(12,13,12,0.96) 100%),
    linear-gradient(90deg, rgba(12,13,12,0.7) 0%, transparent 55%);
}
.hero-area {
  position: absolute;
  top: 5.75rem;
  right: max(1.25rem, calc((100% - var(--max)) / 2));
  z-index: 2;
  padding: 0.85rem 1.15rem;
  background: rgba(12, 13, 12, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(225, 6, 0, 0.55);
  border-radius: 2px;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  line-height: 1;
}
.hero-area strong {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--white);
}
.hero-area span {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mist);
}
@media (max-width: 700px) {
  .hero-area {
    top: 5rem;
    right: 1.25rem;
    padding: 0.7rem 0.95rem;
  }
}
.hero-content { padding: 0 0 4.5rem; max-width: 38rem; }
.hero-brand {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 4.6rem); line-height: 0.95;
  letter-spacing: -0.04em; margin-bottom: 1.25rem;
}
.hero-brand em { font-style: normal; color: var(--red); }
.hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem); letter-spacing: -0.02em; margin-bottom: 0.85rem;
}
.hero p { color: var(--mist); font-size: 1.05rem; max-width: 32rem; margin-bottom: 1.75rem; font-weight: 300; }

.specs-strip { border-block: 1px solid rgba(255,255,255,0.08); background: var(--ink-2); }
.specs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 2.25rem 0; }
.spec { text-align: center; padding: 0.5rem; }
.spec strong {
  display: block; font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.15rem); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.35rem;
}
.spec strong em { font-style: normal; color: var(--red); }
.spec span {
  font-size: 0.82rem; color: var(--muted); text-transform: uppercase;
  letter-spacing: 0.08em; font-weight: 500;
}
@media (max-width: 700px) {
  .specs-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 0.5rem; }
}

.terrain { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.terrain-visual {
  position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/5; background: var(--ink-3);
}
.terrain-visual img { width: 100%; height: 100%; object-fit: cover; }
.terrain-badge {
  position: absolute; left: 1.25rem; bottom: 1.25rem; padding: 0.85rem 1.1rem;
  background: rgba(12,13,12,0.78); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 2px;
}
.terrain-badge strong { font-family: var(--font-display); font-size: 1.85rem; display: block; line-height: 1; }
.terrain-badge span { font-size: 0.8rem; color: var(--mist); }
.feature-list { display: grid; gap: 1.15rem; margin-top: 0.5rem; }
.feature-list li {
  display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; align-items: start;
  padding-bottom: 1.15rem; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.feature-list li:last-child { border-bottom: none; padding-bottom: 0; }
.feature-icon {
  width: 2.4rem; height: 2.4rem; display: grid; place-items: center;
  border: 1px solid rgba(225, 6, 0, 0.45); color: var(--red);
  font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; border-radius: 2px;
}
.feature-list h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.25rem; }
.feature-list p { color: var(--muted); font-size: 0.92rem; }
@media (max-width: 900px) {
  .terrain { grid-template-columns: 1fr; gap: 2rem; }
  .terrain-visual { aspect-ratio: 16/11; }
}

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.split-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem); background: var(--ink-2);
}
.split-media { position: relative; min-height: 320px; overflow: hidden; }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split.reverse .split-copy { order: 2; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split.reverse .split-copy { order: 0; }
  .split-media { min-height: 280px; aspect-ratio: 16/10; }
}

.avoid { background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(47,107,63,0.18), transparent 60%), var(--ink); }
.avoid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.avoid-item {
  position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 1/1.05; background: var(--ink-3);
}
.avoid-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.avoid-item:hover img { transform: scale(1.06); }
.avoid-item figcaption {
  position: absolute; inset: auto 0 0; padding: 2.5rem 1.15rem 1.15rem;
  background: linear-gradient(transparent, rgba(12,13,12,0.92));
}
.avoid-item h3 { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 0.25rem; }
.avoid-item p { font-size: 0.88rem; color: var(--mist); }
@media (max-width: 800px) {
  .avoid-grid { grid-template-columns: 1fr; }
  .avoid-item { aspect-ratio: 16/10; }
}

.edges { background: var(--fog); color: var(--ink); }
.edges .section-label { color: var(--grass); }
.edges .section-lead { color: #4a564e; }
.edges-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; }
.edges-hero { overflow: hidden; border-radius: 4px; min-height: 420px; }
.edges-hero img { width: 100%; height: 100%; object-fit: cover; }
.edges-side { display: grid; gap: 1rem; }
.edges-side figure { overflow: hidden; border-radius: 4px; min-height: 200px; position: relative; }
.edges-side img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.edges-note {
  margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid rgba(12,13,12,0.12);
  font-size: 0.88rem; color: #5a665e; max-width: 42rem;
}
@media (max-width: 860px) {
  .edges-layout { grid-template-columns: 1fr; }
  .edges-hero { min-height: 280px; }
}

.security-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px; overflow: hidden;
}
.security-item {
  background: var(--ink-2); padding: 1.75rem 1.35rem; min-height: 200px;
  display: flex; flex-direction: column; justify-content: flex-end; position: relative;
}
.security-item .num {
  position: absolute; top: 1.1rem; left: 1.25rem;
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  color: var(--red); line-height: 1;
}
.security-item h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.4rem; }
.security-item p { font-size: 0.88rem; color: var(--muted); }
@media (max-width: 900px) { .security-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .security-grid { grid-template-columns: 1fr; } }

.inbox { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.inbox-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.inbox-item { text-align: center; padding: 1.25rem 0.75rem; }
.inbox-item .thumb {
  height: 110px;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.inbox-item img {
  max-height: 100px; width: auto; margin-inline: auto;
}
.inbox-item h3 { font-size: 0.92rem; font-weight: 600; margin-bottom: 0.2rem; }
.inbox-item span { font-size: 0.78rem; color: var(--muted); }
@media (max-width: 900px) { .inbox-grid { grid-template-columns: repeat(2, 1fr); } }

.tech { background: var(--fog); color: var(--ink); }
.tech .section-label { color: var(--grass); }
.tech .section-lead { color: #4a564e; }
.tech-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; align-items: start; }
.tech-visual {
  position: sticky; top: 5.5rem; overflow: hidden; border-radius: 4px;
  border: 1px solid rgba(12, 13, 12, 0.12);
  background: #fff;
}
.tech-visual img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 1.5rem; }
.tech-groups { display: grid; gap: 1.75rem; }
.tech-group h3 {
  font-family: var(--font-display); font-size: 1rem; margin-bottom: 0.65rem;
  padding-bottom: 0.45rem; border-bottom: 2px solid var(--red); display: inline-block;
}
.tech-rows { width: 100%; border-collapse: collapse; }
.tech-rows tr { border-bottom: 1px solid rgba(12,13,12,0.1); }
.tech-rows td { padding: 0.55rem 0; font-size: 0.92rem; vertical-align: top; }
.tech-rows td:first-child { color: #5a665e; width: 55%; }
.tech-rows td:last-child { font-weight: 600; text-align: right; }
@media (max-width: 860px) {
  .tech-layout { grid-template-columns: 1fr; }
  .tech-visual { position: static; max-width: 360px; margin-inline: auto; }
}

.finale {
  position: relative; min-height: 65vh; display: grid; align-items: center;
  isolation: isolate; overflow: hidden;
}
.finale-media { position: absolute; inset: 0; z-index: -1; }
.finale-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.finale-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,13,12,0.45), rgba(12,13,12,0.82)),
    linear-gradient(90deg, rgba(12,13,12,0.5), rgba(12,13,12,0.35) 40%, rgba(12,13,12,0.35) 60%, rgba(12,13,12,0.5));
}
.finale-content {
  max-width: 40rem;
  padding: 4rem 0;
  margin-inline: auto;
  text-align: center;
}
.finale .hero-brand { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.finale .section-title { margin-inline: auto; }
.finale .section-lead { margin-inline: auto; }
.finale .cta-row { justify-content: center; }

/* Video predstavitev */
.video-present {
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(47, 107, 63, 0.16), transparent 55%),
    var(--ink-2);
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}
.video-present .wrap {
  text-align: center;
}
.video-present .section-title {
  margin-inline: auto;
}
.video-present .section-lead {
  margin-inline: auto;
  margin-bottom: 1rem;
}
.video-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist);
}
.video-meta::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--grass);
}
.video-frame {
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.site-footer {
  padding: 2.5rem 0 2rem; border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--muted); font-size: 0.85rem; background: var(--ink);
  text-align: center;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1.4fr; gap: 2rem; margin-bottom: 2rem;
  text-align: center;
  justify-items: center;
}
.footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 0;
  display: block;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.footer-brand {
  font-family: var(--font-display); font-weight: 700; color: var(--white);
  margin-bottom: 0.35rem; font-size: 1rem;
}
.footer-brand em { font-style: normal; color: var(--red); }
.footer-grid h4 {
  color: var(--white); font-size: 0.8rem; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 0.75rem;
}
.footer-grid a { display: block; margin-bottom: 0.35rem; }
.footer-grid a:hover { color: var(--white); }
.footer-pe {
  margin-bottom: 1rem;
}
.footer-pe:last-child { margin-bottom: 0; }
.footer-pe strong {
  display: block;
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}
.footer-pe a {
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
}
.footer-bottom {
  display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;
  padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.06);
  align-items: center;
}
.footer-bottom a,
.footer-bottom .legal-link-btn {
  color: var(--mist);
  font-size: 0.88rem;
}
.footer-bottom a:hover,
.footer-bottom .legal-link-btn:hover {
  color: var(--white);
}
.footer-bottom-legal {
  justify-content: space-between;
  width: 100%;
}
.legal-link-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Legal page */
.legal {
  padding: 7.5rem 0 4rem;
  background: var(--ink-2);
}
.legal-content {
  max-width: 42rem;
  margin-inline: auto;
}
.legal-content .section-title {
  max-width: none;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
}
.legal-updated {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 2rem;
}
.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 1.75rem 0 0.65rem;
  letter-spacing: -0.02em;
}
.legal-content p,
.legal-content li {
  color: var(--mist);
  font-size: 0.98rem;
  margin-bottom: 0.75rem;
}
.legal-content ul {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
  list-style: disc;
}
.legal-content a {
  color: var(--white);
  border-bottom: 1px solid rgba(225, 6, 0, 0.55);
}
.legal-content code {
  font-size: 0.85em;
  color: var(--white);
}
.legal-back {
  margin-top: 2.5rem;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  inset: auto 0 0;
  z-index: 80;
  padding: 1rem;
  background: rgba(12, 13, 12, 0.96);
  border-top: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
}
.cookie-banner-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-banner-copy {
  flex: 1 1 18rem;
  text-align: left;
}
.cookie-banner-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.cookie-banner-copy p {
  color: var(--mist);
  font-size: 0.9rem;
  max-width: 48rem;
  margin: 0;
}
.cookie-banner-copy a {
  color: var(--white);
  border-bottom: 1px solid rgba(225, 6, 0, 0.55);
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.cookie-btn {
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  font-size: 0.88rem;
}
@media (max-width: 700px) {
  .cookie-banner-actions {
    width: 100%;
  }
  .cookie-banner-actions .cookie-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

.totum-note {
  margin-top: 0.75rem; font-size: 0.8rem; color: var(--muted); max-width: 36ch;
  margin-inline: auto;
}

/* Dodatki */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.acc-hero {
  padding: 7.5rem 0 2.5rem;
  background:
    radial-gradient(ellipse 80% 70% at 15% 20%, rgba(47, 107, 63, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 10%, rgba(225, 6, 0, 0.12), transparent 50%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.acc-hero .section-title {
  max-width: 16ch;
  font-size: clamp(2rem, 5vw, 3.1rem);
}
.acc-hero .section-lead { max-width: 42rem; margin-bottom: 0; }
.acc-page {
  padding: 2.5rem 0 5rem;
  background: var(--ink-2);
}
.acc-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.25rem;
}
.acc-toolbar-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.acc-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.acc-filter {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mist);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.45rem 0.9rem;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.acc-filter:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}
.acc-filter.is-active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.acc-note {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  max-width: 52rem;
}
.acc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: var(--ink);
}
.acc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.acc-table th,
.acc-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.acc-table thead th {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  white-space: nowrap;
}
.acc-table thead th:nth-child(n + 3) {
  text-align: center;
  width: 5.5rem;
}
.acc-table tbody tr {
  transition: background 0.2s, opacity 0.25s;
}
.acc-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
.acc-table tbody tr.is-filtered-out {
  display: none;
}
.acc-product {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.acc-product img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem;
}
.acc-product-copy {
  min-width: 0;
}
.acc-product-copy strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.acc-product-copy span {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 36rem;
}
.acc-price {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--white);
  white-space: nowrap;
  font-size: 1rem;
}
.acc-yes,
.acc-no {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
}
.acc-yes { color: var(--grass); }
.acc-no { color: rgba(138, 147, 140, 0.45); }
.acc-empty {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.acc-cta {
  margin-top: 3rem;
  padding: 2.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 36rem;
}
.acc-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.acc-cta p {
  color: var(--mist);
  margin-bottom: 1.35rem;
}
@media (max-width: 700px) {
  .acc-table { min-width: 0; }
  .acc-table thead { display: none; }
  .acc-table,
  .acc-table tbody,
  .acc-table tr,
  .acc-table td {
    display: block;
    width: 100%;
  }
  .acc-table tr {
    padding: 1.15rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .acc-table td {
    padding: 0.35rem 0;
    border: none;
  }
  .acc-table td:first-child { margin-bottom: 0.55rem; }
  .acc-product {
    align-items: flex-start;
  }
  .acc-product img {
    width: 72px;
    height: 72px;
  }
  .acc-price {
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
  }
  .acc-yes,
  .acc-no {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0.2rem 0;
    font-size: 0.92rem;
  }
  .acc-yes::before,
  .acc-no::before {
    content: attr(data-label);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
