body.id-802 {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #0a0f1e;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

body.id-802 hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 24px 0;
}

body.id-802 a {
  text-decoration: none;
  color: inherit;
}


body.id-802 .row {
  display: flex;
  gap: 24px;
}

body.id-802 .col {
  flex: 1;
  min-width: 0;
}

body.id-802 .btn {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background-color: #00e87a;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

body.id-802 .btn:hover {
  background-color: #00c96b;
}

body.id-802 .rozcestnik-sluzeb {
  width: 100%;
}

body.id-802 .rozcestnik-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 120px;
}

body.id-802 .rozcestnik-top h1 {
  font-size: 64px;
  font-weight: 800;
  font-style: italic;
  color: #00e87a !important;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

body.id-802 .rozcestnik-top h2:not(.rozcestnik-form h2) {
  font-size: 45Px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 24px;
  max-width: 70%;
}

body.id-802 .sluzby-block {
  grid-column: 1;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

body.id-802 .sluzby-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 16px;
  border: 1px solid #6E7583;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  min-height: 120px;
}

body.id-802 .sluzby-block a:hover {
  border-color: #00EF7E;
  background-color: #00EF7E;
}

body.id-802 .rozcestnik-form {
  padding: 40px 60px;
  background-color: #080C15;
  border-radius: 16px;
}

body.id-802 .rozcestnik-form h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
  color: white;
}

body.id-802 .rozcestnik-form h3 {
  font-size: 22px;
  font-weight: 400;
  color: #6E7583 !important;
  margin-bottom: 28px;
  margin-top: 0;
}

body.id-802 .rozcestnik-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}

body.id-802 .rozcestnik-form fieldset legend {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
}

body.id-802 .rozcestnik-form fieldset legend span {
  color: #00e87a;
}

body.id-802 .radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin-bottom: 20px;
}

body.id-802 .radio-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
body.id-802 .rozcestnik-form input[type="radio"] {
    accent-color: #00e87a;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    appearance: auto;
}

body.id-802 .rozcestnik-form label[for="upresneni"] {
  display: none;
}

body.id-802 .rozcestnik-form textarea {
  width: 100%;
  height: 100px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  padding: 14px 16px;
  resize: none;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 20px;
}

body.id-802 .rozcestnik-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

body.id-802 .rozcestnik-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

.rozcestnik-form label[for="jmeno"],
.rozcestnik-form label[for="telefon"],
body.id-802 .rozcestnik-form label[for="email"] {
  display: none;
}

.rozcestnik-form input[type="text"],
.rozcestnik-form input[type="email"],
body.id-802 .rozcestnik-form input[type="tel"] {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 12px;
}

body.id-802 .rozcestnik-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

body.id-802 .rozcestnik-form input:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

body.id-802 .phone-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

body.id-802 .phone-row input[type="tel"] {
  flex: 1;
  margin-bottom: 0;
}

body.id-802 .phone-prefix {
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}

body.id-802 .contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

body.id-802 .contact-row input {
  margin-bottom: 0;
}

body.id-802 .rozcestnik-form button[type="submit"] {
  width: 100%;
  padding: 16px;
  background-color: #00e87a;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 8px;
  transition: background-color 0.2s;
}

body.id-802 .rozcestnik-form button[type="submit"]:hover {
  background-color: #00c96b;
}

body.id-802 .rozcestnik-form > form > p {
  font-size: 12px;
  color: white;
  margin-top: 0;
  text-align: center;
}

body.id-802 .rozcestnik-reference {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 120px;
}
body.id-802 .rozcestnik-green-text {
  color: #00e87a !important;
  font-size: 26px;
  font-weight: 600;
}

body.id-802 .rozcestnik-reference p {
    font-size: 16px;
    color: white;
    line-height: 1;
}

body.id-802 .ref-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 1;
  margin-top: 8px;
}

body.id-802 .ref-nav button {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1628;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: border-color 0.2s;
}

body.id-802 .ref-nav button:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

body.id-802 .ref-nav a {
  color: #00e87a;
  font-size: 14px;
  font-weight: 500;
}

body.id-802 .ref-cards {
  grid-column: 2;
  grid-row: 1 / 5;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  align-self: stretch;
}

body.id-802 .ref-card {
  background-color: #0f1628;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  min-height: 280px;
}



body.id-802 .rozcestnik-shoptet-loga {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    justify-content: center;
}


body.id-802 .logo-divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  transform: rotate(15deg);
}

body.id-802 .rozcestnik-shoptet-porovnani > ul {
  margin-bottom: 48px;
}

body.id-802 .rozcestnik-shoptet-porovnani > ul li {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.4);
  padding: 8px 0 8px 24px;
  position: relative;
}

body.id-802 .rozcestnik-porovnani .col {
  padding: 36px 45px;
  display: flex;
  flex-direction: column;
}

body.id-802 .rozcestnik-porovnani .col:last-child {
  border-right: none;
}

body.id-802 .col__title {
  font-size: 28px;
  font-weight: 600;
}

body.id-802 .col__heading {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

body.id-802 .col__description {
  font-size: 16px;
}

body.id-802 .col__features {
  flex: 1;
}

body.id-802 .col__features-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
body.id-802 .col__features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

body.id-802 .col__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}

body.id-802 .col__list-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.id-802 .col__list-item::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

body.id-802 .col__list-item--pro::before {
  background-color: rgba(255, 255, 255, 0.3);
}

body.id-802 .col__list-item--pro.col__list-item--highlight {
  color: #00e87a;
}

body.id-802 .col__list-item--pro.col__list-item--highlight::before {
  background-color: #00e87a;
}

body.id-802 .col__list-item--con {
  color: rgba(255, 255, 255, 0.4);
}

body.id-802 .col__list-item--con::before {
  background-color: rgba(255, 255, 255, 0.15);
}

body.id-802 .col .btn {
  margin-top: 28px;
}

@media (max-width: 1024px) {
body.id-802 .rozcestnik-top {
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }

body.id-802 .rozcestnik-form {
    grid-column: 1;
    grid-row: auto;
  }

body.id-802 .rozcestnik-reference {
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }

body.id-802 .rozcestnik-reference .ref-cards {
    grid-column: 1;
    grid-template-columns: 1fr 1fr;
  }

body.id-802 .rozcestnik-shoptet-porovnani {
    padding: 48px 24px;
  }

body.id-802 .rozcestnik-porovnani .row {
    flex-direction: column;
  }

body.id-802 .rozcestnik-porovnani .col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

body.id-802 .rozcestnik-porovnani .col:last-child {
    border-bottom: none;
  }
}

@media (max-width: 640px) {
body.id-802 .sluzby-block {
    grid-template-columns: repeat(2, 1fr);
  }

body.id-802 .contact-row {
    grid-template-columns: 1fr;
  }

body.id-802 .ref-cards {
    grid-template-columns: 1fr;
  }

body.id-802 .col__features-grid {
    grid-template-columns: 1fr;
  }
}

.rozcestnik-top-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

body.id-802 div.sectionDescription>h1:first-of-type{
  display:none;
}


.form-radio-inputs>label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(50% - 20px);
}
.form-radio-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 60%;
}


body.id-802 h2 {
    font-size: 45Px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 24px;
}

section.rozcestnik-shoptet-porovnani>h2 {
    text-align: center;
}

section.rozcestnik-shoptet-porovnani ul{
  text-align: center;
  list-style-position: inside;
}

section.rozcestnik-shoptet-porovnani li::marker {
    font-size: 45px;
    text-align: center !important;
}

