/*****************************************************************************/
/* Registrace 2026 landing (REG_2026)                                        */
/*****************************************************************************/

.promo-landing .breadcrumbs-wrapper .breadcrumbs,
.id--8 .breadcrumbs-wrapper .breadcrumbs {
  display: none;
}

.promo-landing #content,
.id--8 #content {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .promo-landing .sidebar,
  .id--8 .sidebar {
    width: 365px !important;
  }
}

/* Hero */
.REG_2026-image-fullwidth {
  width: 100%;
  height: auto;
  display: block;
}

.REG_2026-image-desktop {
  display: block;
}

.REG_2026-image-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .REG_2026-image-desktop {
    display: none;
  }

  .REG_2026-image-mobile {
    display: block;
  }
}

/* Section headings */
.REG_2026-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  text-align: center;
}

.REG_2026-h2 {
  color: #000;
  line-height: 1;
  margin: 0 auto 50px;
  font-family: "ABCROMCompressed-Black", sans-serif;
  text-transform: uppercase;
  font-size: 80px;
}

@media (max-width: 767px) {
  .REG_2026-h2 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 40px;
  }
}

/* Benefits grid (6 → responsive) */
.REG_2026-grid-benefits {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 16px;
  text-align: center;
}

.REG_2026-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}

.REG_2026-benefit-icon {
  width: 80px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
  transition: transform 0.3s ease;
}

.REG_2026-benefit-h4 {
  font-family: "ABCROMMono-Book", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
  line-height: 1.1;
  color: #000;
  transition: color 0.3s ease;
}

.REG_2026-benefit:hover .REG_2026-benefit-icon {
  transform: scale(0.85);
}

.REG_2026-benefit:hover .REG_2026-benefit-h4 {
  color: #ff2200;
}

.REG_2026-benefit-p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  color: #000;
}

@media screen and (max-width: 1199px) {
  .REG_2026-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .REG_2026-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 480px) {
  .REG_2026-grid-benefits {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Registration boxes */
.REG_2026-grid-register {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}

.REG_2026-register-box {
  padding: 48px 40px 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.REG_2026-register-box--consumer {
  background-color: #000;
  color: #fff;
}

.REG_2026-register-box--pro {
  background-color: #ff2000;
  color: #000;
}

/* Same base as .SNC_2026-tech-title */
.REG_2026-box-title {
  font-family: "ABCROMCompressed-Black", sans-serif;
  font-size: 80px;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.REG_2026-box-title--red {
  color: #ff2000;
}

.REG_2026-box-title--white {
  color: #fff;
}

.REG_2026-box-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 90%;
}

.REG_2026-box-text--dark {
  color: #fff;
}

.REG_2026-register-box--consumer .REG_2026-box-text {
  color: #fff;
}

.REG_2026-box-btn {
  display: inline-block;
  padding: 12px 28px;
  font-family: "ABCROMMono-Book", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.REG_2026-box-btn:hover {
  opacity: 0.85;
}

.REG_2026-box-btn--light {
  background-color: #fff;
  color: #000;
}

.REG_2026-box-btn--dark {
  background-color: #000;
  color: #fff;
}

.REG_2026-form-anchor {
  height: 1px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .REG_2026-grid-register {
    grid-template-columns: 1fr;
  }

  .REG_2026-box-title {
    font-size: 64px;
    line-height: 64px;
  }

  .REG_2026-register-box {
    padding: 40px 24px 48px;
  }

  .REG_2026-box-text {
    max-width: 100%;
  }
}
