*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
picture,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  width: 100%;
}
body {
  min-height: 100vh;
}
@font-face {
  font-family: "Pacifico";
  src: url("/fonts/pacifico-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
  font-family: "Pacifico";
  src: url("/fonts/pacifico-latin-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunitosans-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunitosans-latin-ext.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
body {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #4A4038;
  background: #FFFDF9;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  color: #201A12;
  line-height: 1.2;
}
h1,
h2 {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
h3,
h4 {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 800;
}
h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
}
h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
}
h3 {
  font-size: 1.3rem;
}
.section-lead {
  color: #655A4D;
  font-size: 1.2rem;
  max-width: 46em;
}
a:focus-visible {
  outline: 3px solid rgba(241, 170, 16, 0.7);
  outline-offset: 2px;
}
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem / 2;
  color: #A85F00;
  font-weight: 700;
  transition: gap 150ms ease;
}
.link-more svg {
  transition: transform 150ms ease;
}
.link-more:hover svg {
  transform: translateX(3px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem / 2;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.35em 0.9em;
  border-radius: 999px;
  background: #FBF1DE;
  color: #655A4D;
  margin-bottom: 1rem;
}
.eyebrow svg {
  width: 16px;
  height: 16px;
}
.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;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: #201A12;
  color: #FFFDF9;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  z-index: 200;
  transition: top 150ms ease;
}
.skip-link:focus {
  top: 1rem;
}
section {
  padding-block: 4.5rem;
}
@media (max-width: 767px) {
  section {
    padding-block: 3rem;
  }
}
.page-hero {
  padding-block: 3rem 6rem;
  background: #FBF1DE;
}
.page-hero h1 {
  margin-bottom: 1rem;
}
.dotazy-section,
.navody-section,
.kontakty-section,
.downloads-section,
.pricing-section,
.tariff-comparison,
.page-content-section,
.tariff-picker-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}
.page-hero__cenik-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: center;
  padding-block: 2rem 0.5rem;
}
.page-content > * + * {
  margin-top: 1rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(10px) saturate(2);
  border-bottom: 1px solid #E9DCC7;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 88px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.logo__image {
  height: 48px;
  width: auto;
  flex-shrink: 0;
}
.nav-main {
  display: none;
}
@media (min-width: 1024px) {
  .nav-main {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1;
    justify-content: flex-end;
  }
}
.nav-main ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-main a:not(.button) {
  font-weight: 800;
  color: #4A4038;
  position: relative;
  padding-block: 0.5rem / 2;
}
.nav-main a:not(.button)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  transform: translateX(-50%) scale(0);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.nav-main a:not(.button):hover::after,
.nav-main a:not(.button).is-active::after {
  transform: translateX(-50%) scale(1);
}
.nav-main a:not(.button).is-active {
  color: #A85F00;
}
.nav-social {
  display: flex;
  gap: 0.5rem;
}
.nav-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FBF1DE;
  color: #655A4D;
  transition: background 150ms ease, color 150ms ease;
}
.nav-social a:hover {
  background: #FFF6E6;
  color: #A85F00;
}
.nav-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle__box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
}
.nav-toggle__bar {
  height: 2px;
  background: #201A12;
  border-radius: 2px;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(32, 26, 18, 0.45);
  z-index: 150;
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: #FFFDF9;
  z-index: 160;
  padding: 4.5rem 1.5rem 1.5rem;
  transform: translateX(100%);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 16px 40px rgba(32, 26, 18, 0.14);
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-nav a {
  font-size: 1.1rem;
  font-weight: 600;
}
.mobile-nav .button {
  display: inline-flex;
  margin-top: 0.5rem;
}
.mobile-nav.is-open {
  transform: translateX(0);
}
.nav-backdrop:not([hidden]) {
  opacity: 1;
}
.mobile-nav__contact {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E9DCC7;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #655A4D;
  font-size: 0.9rem;
}
.site-footer {
  background: #201A12;
  color: rgba(255, 253, 249, 0.8);
}
.site-footer__inner {
  display: grid;
  gap: 2rem;
  padding-block: 3rem 2rem;
}
@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}
.site-footer__brand .footer-logo {
  height: 44px;
  width: auto;
  margin-bottom: 1rem;
}
.site-footer__links ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__links a,
.site-footer__contact a {
  color: rgba(255, 253, 249, 0.8);
  transition: color 150ms ease;
}
.site-footer__links a:hover,
.site-footer__contact a:hover {
  color: #FFD98A;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__contact span {
  color: rgba(255, 253, 249, 0.55);
  font-size: 0.9rem;
}
.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding-block: 1rem;
  border-top: 1px solid rgba(255, 253, 249, 0.12);
  font-size: 0.9rem;
  color: rgba(255, 253, 249, 0.55);
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85em 1.7em;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.0625rem;
  transition: filter 150ms ease, box-shadow 150ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.button:focus-visible {
  outline: 3px solid rgba(241, 170, 16, 0.7);
  outline-offset: 2px;
}
.button--primary {
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  color: #FFFDF9;
  box-shadow: 0 10px 24px rgba(224, 142, 0, 0.35);
}
.button--primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 0 0 6px rgba(224, 142, 0, 0.18), 0 10px 24px rgba(224, 142, 0, 0.35);
}
.button--primary:active {
  filter: brightness(0.96);
}
.button--sm {
  padding: 0.5em 1.3em;
  font-size: 0.9rem;
}
.button--ghost {
  background: #FFFDF9;
  color: #201A12;
  border: 1.5px solid #E9DCC7;
}
.button--ghost:hover {
  border-color: #E08E00;
  color: #A85F00;
  box-shadow: 0 0 0 6px rgba(224, 142, 0, 0.12);
}
.hero {
  position: relative;
  overflow: hidden;
  padding-block: 6rem;
  background: #201A12;
  color: #FFF8EC;
}
@media (min-width: 1024px) {
  .hero {
    min-height: 44rem;
    display: flex;
    align-items: center;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(560px circle at 90% 5%, rgba(224, 142, 0, 0.32), transparent 60%), radial-gradient(480px circle at 100% 100%, rgba(214, 50, 26, 0.24), transparent 55%);
  pointer-events: none;
}
.hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero__dot {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  opacity: 0.5;
}
.hero__dot--1 {
  width: 14px;
  height: 14px;
  top: 18%;
  left: 6%;
}
.hero__dot--2 {
  width: 9px;
  height: 9px;
  top: 68%;
  left: 14%;
}
.hero__dot--3 {
  width: 11px;
  height: 11px;
  top: 40%;
  left: 46%;
}
.hero__decor svg {
  position: absolute;
  width: 22px;
  height: 22px;
  color: rgba(224, 142, 0, 0.3);
}
.hero__decor svg:nth-of-type(1) {
  top: 28%;
  left: 24%;
  transform: rotate(-12deg);
}
.hero__decor svg:nth-of-type(2) {
  top: 55%;
  left: 34%;
  transform: rotate(14deg) scale(0.8);
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero__inner {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.hero__nav-arrow {
  display: none;
}
@media (min-width: 1024px) {
  .hero__nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.12);
    color: #FFF8EC;
    transform: translateY(-50%);
    transition: background 150ms ease, transform 150ms ease;
  }
  .hero__nav-arrow:focus-visible {
    outline: 3px solid rgba(241, 170, 16, 0.7);
    outline-offset: 2px;
  }
  .hero__nav-arrow:hover {
    background: rgba(255, 253, 249, 0.22);
  }
}
.hero__nav-arrow--prev {
  left: 1.5rem;
}
.hero__nav-arrow--prev svg {
  transform: rotate(180deg);
}
.hero__nav-arrow--next {
  right: 1.5rem;
}
.hero__bubble {
  position: relative;
  z-index: 2;
  background: #FFFDF9;
  color: #4A4038;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(32, 26, 18, 0.14);
}
@media (min-width: 1024px) {
  .hero__bubble {
    order: 2;
  }
  .hero__bubble::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 64px;
    width: 36px;
    height: 36px;
    background: #FFFDF9;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transform: rotate(20deg);
  }
}
.hero__bubble h1 {
  color: #201A12;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  margin-bottom: 1rem;
}
.hero__dots {
  color: #D6321A;
}
.hero__lead {
  color: #655A4D;
  font-size: 1.2rem;
  max-width: 42em;
  margin-bottom: 1.5rem;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero__art {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
@media (min-width: 1024px) {
  .hero__art {
    order: 1;
    justify-content: flex-start;
    min-height: 420px;
  }
}
.hero__blob {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(640px, 145%);
  aspect-ratio: 1;
  filter: blur(36px) saturate(1.2);
  mix-blend-mode: screen;
  pointer-events: none;
  border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
}
.hero__blob--1 {
  background: radial-gradient(circle at 32% 30%, rgba(241, 170, 16, 0.9) 0%, rgba(241, 170, 16, 0.45) 50%, transparent 75%);
  opacity: 0.75;
}
.hero__blob--2 {
  background: radial-gradient(circle at 68% 38%, rgba(214, 50, 26, 0.85) 0%, rgba(214, 50, 26, 0.4) 50%, transparent 75%);
  opacity: 0.55;
}
.hero__blob--3 {
  background: radial-gradient(circle at 50% 72%, rgba(224, 142, 0, 0.85) 0%, rgba(224, 142, 0, 0.4) 50%, transparent 75%);
  opacity: 0.6;
}
.hero__mascot-wrap {
  position: relative;
  display: inline-block;
  width: min(420px, 88%);
}
.hero__mascot-bounce {
  position: relative;
}
.hero__mascot {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.35));
  animation: hero-float 5s ease-in-out infinite;
}
@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateY(-12px) rotate(1.5deg);
  }
}
.hero__mascot-bounce.is-bouncing {
  animation: hero-bounce 1.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@keyframes hero-bounce {
  0% {
    transform: scale(0.5) rotate(-5deg);
    opacity: 0;
  }
  55% {
    transform: scale(1.1) rotate(2deg);
    opacity: 1;
  }
  70% {
    transform: scale(0.8) rotate(-1.5deg);
  }
  85% {
    transform: scale(1.1) rotate(0);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.hero__mascot-bounce.is-leaving {
  animation: hero-bounce-out 280ms cubic-bezier(0.4, 0, 1, 1) forwards;
}
@keyframes hero-bounce-out {
  0% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.55) rotate(4deg);
    opacity: 0;
  }
}
.hero__bubble.is-swapping .eyebrow,
.hero__bubble.is-swapping h1,
.hero__bubble.is-swapping .hero__lead {
  animation: hero-text-in 0.5s ease both;
}
.hero__bubble.is-leaving .eyebrow,
.hero__bubble.is-leaving h1,
.hero__bubble.is-leaving .hero__lead {
  animation: hero-text-out 200ms ease-in forwards;
}
@keyframes hero-text-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-text-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__slide-dots {
  display: flex;
  margin-top: 1.5rem;
}
.hero__slide-dot {
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__slide-dot:focus-visible {
  outline: 3px solid rgba(241, 170, 16, 0.7);
  outline-offset: 2px;
}
.hero__slide-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E9DCC7;
  transition: background 150ms ease, transform 150ms ease;
}
.hero__slide-dot:hover::after {
  background: #FFD98A;
}
.hero__slide-dot.is-active::after {
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  transform: scale(1.2);
}
.hero__progress {
  width: min(220px, 100%);
  height: 4px;
  border-radius: 999px;
  background: rgba(32, 26, 18, 0.08);
  overflow: hidden;
  margin-top: 1rem;
}
.hero__progress-fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  animation: hero-progress 10s linear;
}
@keyframes hero-progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.hero.is-paused .hero__progress-fill {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .hero__mascot,
  .hero__mascot-bounce.is-bouncing,
  .hero__mascot-bounce.is-leaving {
    animation: none;
  }
  .hero__bubble.is-swapping .eyebrow,
  .hero__bubble.is-leaving .eyebrow,
  .hero__bubble.is-swapping h1,
  .hero__bubble.is-leaving h1,
  .hero__bubble.is-swapping .hero__lead,
  .hero__bubble.is-leaving .hero__lead {
    animation: none;
  }
  .hero__progress {
    display: none;
  }
}
.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at 100% 0%, rgba(241, 170, 16, 0.16), transparent 65%);
  pointer-events: none;
}
.page-hero .container {
  position: relative;
}
.page-hero .eyebrow {
  background: #FFFDF9;
  color: #655A4D;
}
.page-hero__cenik h1,
.page-hero h1 {
  margin-bottom: 0.5rem;
}
.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  line-height: 0;
  z-index: 1;
}
.wave svg {
  display: block;
  width: 100%;
  height: 42px;
}
@media (min-width: 768px) {
  .wave svg {
    height: 64px;
  }
}
.wave--cream {
  color: #FBF1DE;
}
.wave--yellow {
  color: #F1AA10;
}
.wave--surface {
  color: #FFFDF9;
}
.wave--dark {
  color: #201A12;
}
.footprint-trail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(61, 43, 0, 0.45);
  margin-block: 0.5rem;
}
.footprint-trail svg {
  width: 16px;
  height: 16px;
}
.footprint-trail svg:nth-child(2n) {
  transform: translateY(6px) rotate(-8deg);
}
.footprint-trail svg:nth-child(2n+1) {
  transform: rotate(8deg);
}
.footprint-trail--flip {
  transform: scaleX(-1) scaleY(-1);
  margin-top: 1.5rem;
}
.feature-grid {
  position: relative;
  background: #F1AA10;
  padding-bottom: 6rem;
}
.feature-grid h2 {
  color: #3D2B00;
}
.feature-grid .section-lead {
  color: rgba(61, 43, 0, 0.88);
}
.feature-grid__items {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 480px) {
  .feature-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .feature-grid__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-card {
  position: relative;
  background: #FFFDF9;
  border: 1.5px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  padding: 1.5rem;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms cubic-bezier(0.2, 0.8, 0.2, 1), rotate 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.feature-card:hover {
  transform: translateY(-4px) rotate(0deg) !important;
  box-shadow: 0 8px 24px rgba(32, 26, 18, 0.1), 0 0 0 2px rgba(241, 170, 16, 0.35);
}
.feature-card h3 {
  font-size: 1.0625rem;
  margin-block: 1rem 0.5rem;
}
.feature-card p {
  color: #655A4D;
  font-size: 0.9rem;
}
.feature-card:nth-child(4n+1) {
  transform: rotate(-1.4deg);
}
.feature-card:nth-child(4n+2) {
  transform: rotate(1.2deg);
}
.feature-card:nth-child(4n+3) {
  transform: rotate(-1deg);
}
.feature-card:nth-child(4n+4) {
  transform: rotate(1.6deg);
}
.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  color: #FFFDF9;
}
.tariff-teasers {
  position: relative;
  padding-bottom: 6rem;
}
.tariff-teasers__grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .tariff-teasers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tariff-teaser {
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  padding: 2rem;
  display: block;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tariff-teaser:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(32, 26, 18, 0.1), 0 0 0 2px rgba(241, 170, 16, 0.35);
  border-color: #E08E00;
}
.tariff-teaser .tariff-card__label {
  margin-top: 1rem;
}
.tariff-teaser h3 {
  margin-block: 0.2em 0.5rem;
}
.tariff-teaser p {
  color: #655A4D;
  margin-bottom: 1rem;
}
.tariff-teaser__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  color: #FFFDF9;
}
.tariff-comparison__grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .tariff-comparison__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tariff-card {
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tariff-card h3 {
  margin: 0;
}
.tariff-card__label {
  color: #A85F00;
  font-weight: 800;
  font-size: 0.9rem;
}
.tariff-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem / 2;
  align-self: flex-start;
  background: #FFF6E6;
  border-radius: 999px;
  padding: 0.4em 1em;
}
.tariff-card__price strong {
  font-size: 2.1rem;
  font-weight: 800;
  color: #A8230F;
}
.tariff-card__price span {
  color: #655A4D;
}
.tariff-card__highlights {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.tariff-card__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #4A4038;
}
.tariff-card__highlights svg {
  flex-shrink: 0;
  margin-top: 5px;
  color: #E08E00;
}
.tariff-card .button {
  align-self: flex-start;
  margin-top: auto;
}
.tariff-picker__grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .tariff-picker__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tariff-picker__card {
  background: #FFFDF9;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(32, 26, 18, 0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tariff-picker__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(32, 26, 18, 0.14), 0 0 0 3px rgba(241, 170, 16, 0.45);
}
.tariff-picker__card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  color: #FFFDF9;
}
.tariff-picker__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.2);
  flex-shrink: 0;
}
.tariff-picker__card-label {
  font-weight: 800;
  font-size: 1.2rem;
}
.tariff-picker__card-body {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tariff-picker__card-body h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.1rem);
  margin: 0;
}
.tariff-picker__card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}
.tariff-detail__inner {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .tariff-detail__inner {
    grid-template-columns: 1.3fr 1fr;
    align-items: start;
  }
}
.tariff-detail__side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  padding: 1.5rem;
}
.kontakty-section__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .kontakty-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-card {
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  padding: 2rem;
}
.contact-card h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.contact-card h2 + .contact-list {
  margin-bottom: 1.5rem;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.contact-list a {
  font-weight: 700;
  color: #A85F00;
}
.porting {
  position: relative;
  background: #F1AA10;
  padding-bottom: 6rem;
}
.porting h2 {
  color: #3D2B00;
}
.porting .section-lead {
  color: rgba(61, 43, 0, 0.88);
}
.porting .link-more {
  color: #3D2B00;
}
.porting__steps {
  display: grid;
  gap: 1.5rem;
  margin-block: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .porting__steps {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
  }
}
.porting__steps .porting__step {
  display: flex;
  gap: 1rem;
}
.porting__steps h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem / 2;
  color: #3D2B00;
}
.porting__steps p {
  color: rgba(61, 43, 0, 0.88);
  font-size: 0.9rem;
}
.porting__connector {
  display: none;
}
@media (min-width: 768px) {
  .porting__connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
  }
}
.porting__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  color: #FFFDF9;
  font-weight: 800;
}
.downloads-group {
  margin-bottom: 2rem;
}
.downloads-group h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.downloads-list {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .downloads-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.downloads-list a {
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 600;
  transition: border-color 150ms ease, transform 150ms ease;
}
.downloads-list a:hover {
  border-color: #E08E00;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06), 0 0 0 2px rgba(241, 170, 16, 0.35);
}
.downloads-list__ext {
  font-size: 0.9rem;
  font-weight: 700;
  color: #A8230F;
  background: #FBD9D2;
  padding: 0.15em 0.6em;
  border-radius: 8px;
}
.navody-summary {
  color: #655A4D;
  margin-bottom: 0.5rem;
}
.navody-fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem / 2;
  font-family: monospace, monospace;
  font-size: 0.9rem;
  background: #FBF1DE;
  padding: 1rem;
  border-radius: 8px;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion__item {
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  position: relative;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
.accordion__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: transparent;
  transition: background-color 150ms ease;
}
.accordion__item[open]::before {
  background: #F1AA10;
}
.accordion__item summary {
  cursor: pointer;
  font-weight: 700;
  color: #201A12;
  padding-block: 0.5rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.accordion__item summary::-webkit-details-marker {
  display: none;
}
.accordion__item summary svg {
  flex-shrink: 0;
  color: #A85F00;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.accordion__item[open] summary svg {
  transform: rotate(180deg);
}
.accordion__content {
  padding-block: 0.5rem 1rem;
  color: #4A4038;
}
.accordion__content p {
  margin: 0;
}
.accordion__content a {
  color: #A85F00;
  font-weight: 600;
  text-decoration: underline;
}
.pricing-table {
  background: #FFFDF9;
  border: 1px solid #E9DCC7;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(32, 26, 18, 0.06);
  padding: 1.5rem;
}
.pricing-table h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.pricing-table table {
  width: 100%;
}
.pricing-table th {
  text-align: left;
  font-size: 0.9rem;
  color: #655A4D;
  padding: 0 0.5rem 0.5rem;
  border-bottom: 1.5px solid #E9DCC7;
}
.pricing-table td {
  padding-block: 1rem;
  padding-inline: 0.5rem;
  border-bottom: 1px solid #E9DCC7;
}
.pricing-table td:last-child,
.pricing-table th:last-child {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}
.pricing-table tr:last-child td {
  border-bottom: 0;
}
.pricing-table--accent {
  border: none;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(224, 142, 0, 0.35);
}
.pricing-table--accent h3 {
  background: linear-gradient(135deg, #E08E00 0%, #D6321A 100%);
  color: #FFFDF9;
  margin: 0;
  padding: 1.5rem;
}
.pricing-table--accent .pricing-table__body {
  padding: 0.5rem 1.5rem 1.5rem;
}
.pricing-table--accent th,
.pricing-table--accent td {
  padding-inline: 1rem;
}
.pricing-table--accent th {
  color: #A85F00;
  border-bottom-color: #FFF6E6;
}
.pricing-table--accent td {
  border-bottom-color: #FFF6E6;
}
.pricing-table--accent tbody tr:nth-child(odd) td {
  background: #FFF6E6;
}
.pricing-table--accent tbody tr:nth-child(odd) td:first-child {
  border-radius: 8px 0 0 8px;
}
.pricing-table--accent tbody tr:nth-child(odd) td:last-child {
  border-radius: 0 8px 8px 0;
}
.pricing-table--accent td:last-child {
  color: #A8230F;
  font-size: 1.05em;
}
.pricing-table__zones {
  margin-top: 1rem;
}
.pricing-table__zones summary {
  cursor: pointer;
  font-weight: 600;
  color: #A85F00;
}
.pricing-table__zones p {
  font-size: 0.9rem;
  color: #655A4D;
  margin-top: 0.5rem;
}
.pricing-section__grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pricing-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.note {
  color: #655A4D;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.note ul {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5rem;
}
