@font-face {
  font-family: "Preon Hard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://bezcyklenia.sk/wp-content/uploads/oxygen/fonts/PreonHard_Regular_1.woff2") format("woff2");
}

@font-face {
  font-family: "Preon Loopless";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://bezcyklenia.sk/wp-content/uploads/oxygen/fonts/PreonLoopless_Medium_1.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --ink: #080a09;
  --muted: #606662;
  --paper: #f5f7f4;
  --card: #ffffff;
  --line: #dfe5e1;
  --line-strong: #a8b4ad;
  --lime: #e8fc75;
  --lime-hover: #d9f05c;
  --forest: #3e9279;
  --mint: #bfe7d9;
  --soft-mint: #e8f6f0;
  --danger: #9e2c21;
  --shadow: 0 28px 80px rgba(5, 25, 18, 0.18);
  font-family: "Preon Hard", "Trebuchet MS", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 18%, rgba(232, 252, 117, 0.92) 0, rgba(232, 252, 117, 0.35) 18%, transparent 37%),
    radial-gradient(circle at 48% 7%, rgba(211, 242, 231, 0.88) 0, transparent 42%),
    linear-gradient(118deg, #3f9178 0%, #77bba6 42%, #c7e7dc 78%, #e8fc75 122%);
  background-repeat: no-repeat;
  background-size: 100% 920px;
}

body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 920px;
  pointer-events: none;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.06) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255,255,255,.045) 25%, transparent 25%);
  background-size: 88px 88px;
  opacity: .22;
}

button, input { font: inherit; }

.topbar {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

.brand-wordmark {
  display: block;
  font-family: "Preon Loopless", "Trebuchet MS", sans-serif;
  font-size: 1.58rem;
  font-weight: 500;
  letter-spacing: .055em;
  line-height: 1;
}

.secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px 8px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: white;
  font-family: "Preon Loopless", "Trebuchet MS", sans-serif;
  font-size: .84rem;
  line-height: 1;
}

.secure > span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: .68rem;
  font-weight: 900;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 92px) 0 84px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(470px, .72fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
}

.intro {
  color: white;
  padding-top: 26px;
}

.eyebrow,
.status-label {
  margin: 0 0 14px;
  font-family: "Preon Loopless", "Trebuchet MS", sans-serif;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px 5px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: white;
}

.status-label { color: #2d755f; }

h1,
h2,
h3,
strong,
.continue,
.document-link {
  font-family: "Preon Loopless", "Trebuchet MS", "Avenir Next", sans-serif;
}

h1 {
  max-width: 720px;
  margin: 0;
  color: white;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.035em;
}

.lede {
  max-width: 620px;
  margin: 28px 0 30px;
  color: rgba(255,255,255,.94);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.52;
}

.journey {
  position: relative;
  max-width: 560px;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
}

.journey::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16.5%;
  right: 16.5%;
  height: 1px;
  background: rgba(255,255,255,.45);
}

.journey li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
  color: rgba(255,255,255,.72);
}

.journey li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 2px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: rgba(54, 115, 94, .58);
  backdrop-filter: blur(8px);
  color: white;
  font-family: "Preon Loopless", sans-serif;
  font-size: .82rem;
}

.journey li.done > span,
.journey li.current > span {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.journey li.current { color: white; }
.journey li strong { font-size: .9rem; font-weight: 500; }
.journey li small { font-size: .72rem; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-row span {
  padding: 8px 11px 6px;
  border-radius: 999px;
  background: rgba(5, 45, 32, .17);
  color: rgba(255,255,255,.87);
  font-size: .72rem;
  line-height: 1;
}

.card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(8,10,9,.16);
  border-radius: 30px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow);
}

.card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--forest), var(--mint) 58%, var(--lime));
}

.card-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}

h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.025em;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 500;
}

.pill {
  flex: 0 0 auto;
  border: 1px solid #bad46b;
  border-radius: 999px;
  padding: 9px 13px 7px;
  background: var(--lime);
  font-family: "Preon Loopless", sans-serif;
  font-size: .76rem;
  font-weight: 500;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin: 0 0 30px;
}

.offer-grid div {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .74rem;
}

dd {
  margin: 0;
  font-family: "Preon Loopless", "Trebuchet MS", sans-serif;
  font-size: .98rem;
  font-weight: 500;
}

.choice-title {
  margin: 29px 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Preon Loopless", "Trebuchet MS", sans-serif;
  font-weight: 500;
}

.choice-title > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: .73rem;
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.plan-option,
.choice {
  border: 1px solid var(--line-strong);
  background: white;
  color: inherit;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.plan-option {
  min-width: 0;
  min-height: 112px;
  border-radius: 17px;
  padding: 15px 13px;
  display: grid;
  align-content: start;
  gap: 6px;
  text-align: left;
}

.plan-option:hover,
.choice:hover { transform: translateY(-2px); border-color: var(--ink); }

.plan-option > span {
  font-family: "Preon Loopless", sans-serif;
  font-size: .84rem;
}

.plan-option small,
.choice small {
  color: var(--muted);
  line-height: 1.35;
}

.plan-option.selected,
.choice.selected {
  border-color: var(--ink);
  background: var(--lime);
  box-shadow: 0 0 0 2px var(--ink);
}

.plan-option:focus-visible,
.choice:focus-visible,
.continue:focus-visible,
.document-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid white;
  outline-offset: 4px;
}

.card .plan-option:focus-visible,
.card .choice:focus-visible,
.card .continue:focus-visible,
.card .document-link:focus-visible {
  outline-color: var(--forest);
}

.vat-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .72rem;
}

.choices { display: grid; gap: 10px; }

.choice {
  width: 100%;
  border-radius: 17px;
  padding: 16px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.choice:disabled { cursor: wait; opacity: .58; transform: none; }
.choice span:nth-child(2) { display: grid; gap: 3px; }
.choice-icon { font-size: 1.08rem; }
.choice > span:last-child { visibility: hidden; font-weight: 900; }
.choice.selected > span:last-child { visibility: visible; }

.continue {
  width: 100%;
  margin-top: 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 17px 22px 15px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 5px 0 var(--ink);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.continue:not(:disabled):hover {
  transform: translateY(2px);
  background: var(--lime-hover);
  box-shadow: 0 3px 0 var(--ink);
}

.continue:disabled {
  border-color: var(--line);
  background: #eef0ed;
  color: #929792;
  cursor: not-allowed;
  box-shadow: none;
}

.notice {
  margin-top: 26px;
  border: 1px solid #acd8c8;
  border-radius: 20px;
  padding: 23px;
  background: var(--soft-mint);
}

.notice p:last-child { margin-bottom: 0; color: var(--muted); }

.document-link {
  display: inline-flex;
  margin: 8px 0 12px;
  border-radius: 999px;
  padding: 12px 17px 10px;
  background: var(--ink);
  color: white;
  font-weight: 500;
  text-decoration: none;
}

.loading,
.state {
  min-height: 350px;
  display: grid;
  place-content: center;
  text-align: center;
}

.state .status-label { color: var(--danger); }

.spinner {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 3px solid var(--line);
  border-top-color: var(--forest);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

.hidden { display: none !important; }

footer {
  min-height: 80px;
  padding: 0 max(20px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: .76rem;
}

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  body { background-size: 100% 720px; }
  body::before { height: 720px; }
  .shell { grid-template-columns: 1fr; padding-top: 32px; }
  .intro { max-width: 760px; padding-top: 0; }
  h1 { max-width: 760px; font-size: clamp(3.2rem, 10vw, 5.7rem); }
  .card { width: min(100%, 720px); justify-self: center; }
}

@media (max-width: 560px) {
  body {
    background-size: 100% 760px;
    background-image:
      radial-gradient(circle at 105% 5%, rgba(232, 252, 117, .83) 0, transparent 32%),
      linear-gradient(145deg, #3f9178 0%, #80bfaa 62%, #bee2d6 100%);
  }
  body::before { height: 760px; }
  .topbar { width: min(100% - 28px, 1240px); height: 78px; }
  .brand-wordmark { font-size: 1.12rem; }
  .secure { padding: 9px; }
  .secure > span { width: 20px; height: 20px; }
  .secure { font-size: 0; }
  .shell { width: min(100% - 24px, 1240px); gap: 34px; padding: 30px 0 48px; }
  h1 { font-size: clamp(3rem, 15.5vw, 4.6rem); line-height: .98; }
  .lede { margin-top: 22px; }
  .journey { gap: 6px; }
  .trust-row { display: none; }
  .card { min-height: 0; padding: 28px 20px; border-radius: 24px; }
  .card-heading { align-items: center; }
  .offer-grid { grid-template-columns: 1fr; gap: 13px; }
  .plan-options { grid-template-columns: 1fr; }
  .plan-option { min-height: 0; grid-template-columns: 1fr auto; align-items: center; }
  .plan-option small { grid-column: 1 / -1; }
  footer { min-height: 96px; padding: 20px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
