@charset "UTF-8";
.d1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .d1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}

.h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}

.h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}

.h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}

.h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}

.h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}

.h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.56px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
  }
}
.h6 {
  text-transform: uppercase;
}
.h6.red {
  color: #D52828;
}

.p1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p1 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}

.btn-default {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn-default {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}

.btn-active {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn-active {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn {
  padding: 11px 24px;
  border-radius: 25px;
}
.btn--primary {
  background-color: #D52828;
  color: #ffffff;
  border-color: transparent;
}
.btn--primary:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn--primary:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.btn--primary.on-dark {
  background-color: #7a83a3;
  color: #ffffff;
  border-color: transparent;
}
.btn--primary.on-dark:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn--primary.on-dark:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.btn--primary:hover:not(:disabled) {
  background-color: #9e2525;
  color: white;
}
.btn--secondary {
  background-color: transparent;
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn--secondary:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn--secondary:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.btn--secondary.on-dark {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn--secondary.on-dark:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn--secondary.on-dark:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.btn--secondary:hover:not(:disabled) {
  background: #f2f2f2;
  color: #404040;
}
.btn--muted {
  background-color: #8c8c8c;
  color: #ffffff;
  border-color: transparent;
}
.btn--muted:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn--muted:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.btn--muted:hover:not(:disabled) {
  background-color: #737373;
  color: white;
}
.btn--link {
  background: none;
  border: none;
  padding: 0;
  color: #e63535;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  letter-spacing: 0.04em;
}
.btn--link.on-dark {
  color: #fff;
}
.btn--link:hover:not(:disabled) {
  color: #9e2525;
}
.btn--icon {
  padding: 12px;
  border-radius: 50%;
  background-color: #D52828;
  color: #ffffff;
  border-color: transparent;
}
.btn--icon:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .btn--icon:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.btn--icon {
  color: white;
}
.btn--icon:hover:not(:disabled) {
  background-color: #9e2525;
}

.faq-item {
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.faq-item__header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq-item__header h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .faq-item__header h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}
.faq-item__header h3 {
  margin: 0;
}
.faq-item__icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #D52828;
  transition: transform 0.3s ease;
}
.faq-item__icon::before {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq-item__icon::after {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.faq-item__content {
  padding: 0 24px 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .faq-item__content {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.faq-item__content {
  color: #737373;
  display: none;
}
.faq-item--active {
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
}
.faq-item--active .faq-item__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.faq-item .faq-item__content ul {
  margin: 12px 0 0;
  padding-left: 20px;
}
.faq-item .faq-item__content ul li {
  margin-bottom: 6px;
}

.faq-section {
  padding: 60px 0;
}
.faq-section .faq-header {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}
.faq-section .faq-header .h6 {
  margin-bottom: 15px;
}
.faq-section .faq-header .h2 {
  margin-bottom: 25px;
}
.faq-section .faq-header .toggle-switch {
  display: inline-flex;
}
.faq-section .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faq-section .contact-button {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .faq-section .faq-header {
    text-align: center;
  }
  .faq-section .faq-header h2 {
    text-align: center;
  }
  .faq-section .faq-header .toggle-switch {
    display: inline-flex;
    margin: 0 auto;
    align-self: unset;
  }
}

/* --- PROCES SECTION (sdílené napříč stránkami) --- */
.process-section {
  padding: 40px 0;
}
.process-section .process-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.process-section .process-header > div:first-child {
  max-width: 780px;
}
.process-section .process-header .btn {
  flex-shrink: 0;
  white-space: nowrap;
}
.process-section .process-card {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  padding: 0;
}
.process-section .process-card .process-list {
  background: #f1f3f5;
  padding: 20px;
  border-radius: 20px;
}
.process-section .process-card .process-list .step-item {
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.process-section .process-card .process-list .step-item:hover {
  background-color: #ebedee !important;
}
.process-section .process-card .process-list .step-item.active {
  background-color: #dee0e3 !important;
  color: #212529 !important;
  font-weight: 600;
}
.process-section .process-card .process-detail-wrapper {
  display: flex;
  background: #f1f3f5;
  border-radius: 20px;
  overflow: hidden;
}
.process-section .process-card .process-detail-wrapper #processDetail,
.process-section .process-card .process-detail-wrapper [id$=ProcessDetail] {
  flex: 1;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 400px;
}
.process-section .process-card .process-detail-wrapper #processDetail h6,
.process-section .process-card .process-detail-wrapper [id$=ProcessDetail] h6 {
  margin-bottom: 15px;
}
.process-section .process-card .process-detail-wrapper #processDetail .icon-box,
.process-section .process-card .process-detail-wrapper [id$=ProcessDetail] .icon-box {
  background: #d9d9d9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-section .process-card .process-detail-wrapper #processDetail .nav-arrows,
.process-section .process-card .process-detail-wrapper [id$=ProcessDetail] .nav-arrows {
  margin-top: auto;
  padding-top: 20px;
}
.process-section .process-card .process-detail-wrapper .process-image {
  padding: 10px;
  width: 40%;
}
.process-section .process-card .process-detail-wrapper .process-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .process-section .process-list {
    display: none;
  }
  .process-section .process-header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    text-align: left;
  }
  .process-section .process-header .btn {
    align-self: center;
    width: auto;
    margin-top: 0px;
  }
  .process-section .process-header h2 {
    text-align: left;
  }
  .process-section .process-card {
    grid-template-columns: 1fr;
  }
  .process-section .process-detail-wrapper {
    flex-direction: column;
  }
  .process-section .process-image {
    width: 100% !important;
    height: 250px;
  }
  .process-section #processDetail,
  .process-section [id$=ProcessDetail] {
    min-height: unset !important;
  }
}

/** --------------- PROFIL KLIENTA ---------------- */
.client-profile-section {
  padding: 100px 0;
}
.client-profile-section .client-profile__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.client-profile-section--reverse .client-profile__inner {
  flex-direction: row-reverse;
}
.client-profile-section .client-profile__content {
  max-width: 460px;
  flex-shrink: 0;
}
.client-profile-section .client-profile__content .h6 {
  margin-bottom: 12px;
}
.client-profile-section .client-profile__content .h2 {
  color: #1a1d26;
  margin-bottom: 20px;
}
.client-profile-section .client-profile__content p {
  color: #737373;
  margin-bottom: 28px;
}
.client-profile-section .client-profile__content .btn {
  margin-top: 32px;
}
.client-profile-section .client-profile__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.client-profile-section .client-profile__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1a1d26;
  font-weight: 500;
}
.client-profile-section .client-profile__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e6e6e6;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-profile-section .client-profile__icon svg {
  width: 14px;
  height: 14px;
}
.client-profile-section .client-profile__image {
  width: 100%;
  max-width: 580px;
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
}
.client-profile-section .client-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .client-profile-section {
    padding: 60px 0;
  }
  .client-profile-section .client-profile__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 24px;
  }
  .client-profile-section .client-profile__content {
    display: contents;
  }
  .client-profile-section .h6.red {
    order: 1;
    margin: 0;
  }
  .client-profile-section .client-profile__content > .h2 {
    order: 1;
    margin: -14px 0 0;
  }
  .client-profile-section .client-profile__content > p {
    order: 1;
    margin: 0;
  }
  .client-profile-section .client-profile__list {
    order: 1;
  }
  .client-profile-section .client-profile__image {
    order: 2;
    max-width: 100%;
    aspect-ratio: 4/3;
  }
  .client-profile-section .client-profile__content > .btn {
    order: 3;
    align-self: center;
    width: auto;
    margin-top: 8px;
  }
  .client-profile-section .client-profile__list {
    align-items: flex-start;
    width: 100%;
  }
}

.benefits-section {
  padding: 40px 0;
}
.benefits-section .benefits-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch !important;
  margin-bottom: 25px;
}
.benefits-section .benefit-card {
  padding: 40px;
  border-radius: 24px;
  background: #f1f3f5;
  display: flex;
  flex-direction: column;
  height: fit-content;
  transition: height 0.3s ease;
  min-height: 300px !important;
}
.benefits-section .benefit-card .toggle-text-link {
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  margin-top: auto !important;
}
.benefits-section .benefit-card .toggle-text-link:hover {
  text-decoration: underline;
  filter: brightness(1.2);
  transform: translateX(3px);
}
.benefits-section .benefit-card.primary {
  background: #D52828;
  color: white;
  position: relative;
  overflow: hidden;
}
.benefits-section .benefit-card.primary::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -250px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, #7a1d1d 0%, #7a1d1d 20%, #9e2525 20%, #9e2525 40%, #D52828 40%, #D52828 60%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
.benefits-section .benefit-card.primary > * {
  position: relative;
  z-index: 1;
}
.benefits-section .benefit-card.primary .icon-box {
  background: #9e2525;
}
.benefits-section .benefit-card.primary .toggle-text-link {
  color: #f3f3f3;
}
.benefits-section .benefit-card .hidden-text {
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
}
.benefits-section .benefit-card .icon-box {
  width: 60px;
  height: 60px;
  background: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.benefits-section .benefit-card h3 {
  margin-bottom: 20px;
}
.benefits-section .benefit-card .link {
  color: #D52828;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .benefits-section .benefits-header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
  }
  .benefits-section .benefits-header h2 {
    text-align: left;
  }
  .benefits-section .toggle-switch {
    align-self: center;
  }
  .benefits-section .benefits-header .btn {
    align-self: center;
    width: auto;
  }
  .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .benefits-section .benefit-card {
    padding: 25px;
    min-height: auto !important;
  }
  .benefits-section .benefit-card .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .benefits-section .benefit-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding: 11px 65px;
  background-color: #ffffff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  margin: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding: 4px 24px;
}
.header__logo {
  font-size: 22px;
  font-weight: 700;
  color: #1a1d26;
  margin-top: 5px;
  margin-left: 5px;
}
.header__logo a {
  display: inline-flex;
  text-decoration: none;
}
.header__logo.navbar-brand {
  display: inline-flex;
  text-decoration: none;
  margin-top: 0;
}
.header__nav {
  display: flex;
  gap: 35px;
  margin-left: 20px;
}
.header__nav .nav-dropdown, .header__actions .nav-dropdown {
  position: relative;
}
.header__nav .nav-dropdown__menu, .header__actions .nav-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 20;
}
.header__nav .nav-dropdown__menu a, .header__actions .nav-dropdown__menu a {
  padding: 10px 24px;
  white-space: nowrap;
}
.header__nav .nav-dropdown__menu a::after, .header__actions .nav-dropdown__menu a::after {
  display: none;
}
.header__nav .nav-dropdown:hover .nav-dropdown__menu, .header__actions .nav-dropdown:hover .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__actions .nav-dropdown__menu {
  left: auto;
  right: 0;
}
.header__actions .nav-dropdown__menu .nav-dropdown__logout {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #f2f2f2;
  color: #D52828;
  font-weight: 600;
}
.header__nav a, .header__actions a:not(.btn) {
  text-decoration: none;
  color: #3d4457;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .header__nav a, .header__actions a:not(.btn) {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.header__nav a, .header__actions a:not(.btn) {
  font-size: 17px;
  position: relative;
  transition: color 0.2s;
}
.header__nav a::after, .header__actions a:not(.btn)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #D52828;
  transition: all 0.3s ease;
}
.header__nav a:hover, .header__actions a:not(.btn):hover {
  color: #D52828;
}
.header__nav a:hover::after, .header__actions a:not(.btn):hover::after {
  width: 100%;
  left: 0;
}
.header__nav a.active, .header__actions a:not(.btn).active {
  color: #D52828;
  font-weight: 700;
}
.header__nav a.active::after, .header__actions a:not(.btn).active::after {
  width: 100%;
  left: 0;
}
.header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header--mobile {
  justify-content: space-between;
}
.header--mobile .btn--icon {
  background-color: #e63535;
  color: #ffffff;
}

.navbar-collapse {
  padding: 20px 0;
  border-radius: 20px;
  margin-top: 15px;
}

.navbar-nav {
  align-items: center;
  gap: 5px;
}
.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #3d4457;
  padding: 10px 20px;
}
.navbar-nav .nav-link::after {
  display: none !important;
}
.navbar-nav .nav-link:hover {
  color: #e63535;
}
.navbar-nav .nav-link.active {
  color: #e63535;
  font-weight: 700;
}
.navbar-nav .nav-link.link-login {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.navbar-nav .btn--primary {
  padding: 12px 32px;
  font-size: 18px;
}

.nav-item--dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-item--dropdown .nav-link--dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nav-item--dropdown .nav-link--dropdown .nav-link__caret {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.nav-item--dropdown .nav-link--dropdown[aria-expanded=true] .nav-link__caret {
  transform: rotate(225deg) translateY(-1px);
}

.navbar-subnav {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  width: 100%;
}
.navbar-subnav .nav-item {
  width: 100%;
  text-align: center;
}
.navbar-subnav .nav-link--sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px !important;
  padding: 8px 16px !important;
  color: #656e8a;
}
.navbar-subnav .nav-link--sub::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.6;
}

.flash-messages {
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1080;
  width: calc(100% - 24px);
  max-width: 720px;
  pointer-events: none;
}
.flash-messages .alert {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 56px 20px 24px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.2px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
  animation: flash-slide-in 0.35s ease-out;
}
.flash-messages .alert::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.flash-messages .alert:last-child {
  margin-bottom: 0;
}
.flash-messages .alert a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.flash-messages .alert .btn-close {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  padding: 0;
  width: 14px;
  height: 14px;
  opacity: 0.85;
  filter: invert(1) grayscale(100%) brightness(200%);
}
.flash-messages .alert .btn-close:hover {
  opacity: 1;
}
.flash-messages .alert-success {
  background-color: #157347;
}
.flash-messages .alert-success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M13.5 3.5 6 11 2.5 7.5l1.2-1.2L6 8.6l6.3-6.3z'/%3E%3C/svg%3E");
}
.flash-messages .alert-danger {
  background-color: #D52828;
}
.flash-messages .alert-danger::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm.9 10.6H7.1v-1.8h1.8v1.8zm0-3H7.1V4.2h1.8v4.4z'/%3E%3C/svg%3E");
}
.flash-messages .alert-info {
  background-color: #2a2f3d;
}
.flash-messages .alert-info::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zM7.1 4.2h1.8V6H7.1V4.2zm0 3.4h1.8v4.4H7.1V7.6z'/%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
  .flash-messages {
    top: 78px;
  }
}
@media (max-width: 575px) {
  .flash-messages .alert {
    font-size: 16px;
    padding: 16px 48px 16px 18px;
    gap: 12px;
  }
  .flash-messages .alert::before {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    background-size: 16px 16px;
  }
}

@keyframes flash-slide-in {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/** --------------- HERO – Pro firmy podstránky ---------------- */
.subpage-hero {
  padding: 60px 0;
  background-color: #f1f3f5;
  overflow: hidden;
}
.subpage-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.subpage-hero__content {
  max-width: 480px;
}
.subpage-hero__content h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .subpage-hero__content h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}
.subpage-hero__content h1 {
  color: #1a1d26;
  margin-bottom: 24px;
  margin-top: 50px;
}
.subpage-hero__content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .subpage-hero__content p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.subpage-hero__content p {
  color: #737373;
  margin-bottom: 32px;
}
.subpage-hero__content button {
  margin-top: 30px;
}
.subpage-hero__gallery {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 500px;
  flex-shrink: 0;
}
.subpage-hero__circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.subpage-hero__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.subpage-hero__circle--top-left {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
.subpage-hero__circle--top-right {
  width: 280px;
  height: 280px;
  top: 0;
  left: 290px;
}
.subpage-hero__circle--bottom {
  width: 380px;
  height: 380px;
  top: 260px;
  left: -60px;
}
@media (max-width: 992px) {
  .subpage-hero__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .subpage-hero__content {
    padding-top: 40px;
    max-width: 480px;
    margin: 0 auto;
  }
  .subpage-hero__content h1 {
    margin-top: 0;
  }
  .subpage-hero__content p {
    margin-left: auto;
    margin-right: auto;
  }
  .subpage-hero__content button {
    margin-top: 0;
  }
  .subpage-hero__gallery {
    align-self: center;
    height: 340px;
    max-width: 440px;
    margin: auto 0;
  }
  .subpage-hero__circle--top-left {
    width: 160px;
    height: 160px;
    top: 10px;
    left: 0;
  }
  .subpage-hero__circle--top-right {
    width: 200px;
    height: 200px;
    top: -20px;
    left: 260px;
  }
  .subpage-hero__circle--bottom {
    width: 220px;
    height: 220px;
    top: 160px;
    left: 90px;
  }
}
@media (max-width: 450px) {
  .subpage-hero__gallery {
    height: 200px;
  }
  .subpage-hero__circle--top-left {
    width: 130px;
    height: 130px;
    top: 0px;
    left: -10px;
  }
  .subpage-hero__circle--top-right {
    width: 160px;
    height: 160px;
    top: -20px;
    left: 220px;
  }
  .subpage-hero__circle--bottom {
    width: 180px;
    height: 180px;
    top: 120px;
    left: 80px;
  }
}

.footer-cta-wrapper {
  margin-top: 40px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .footer-cta-wrapper {
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .footer-cta-wrapper {
    margin-bottom: -20px;
  }
}

.footer-cta {
  position: relative;
  overflow: visible;
  background-color: #D52828;
  border-radius: 32px;
  padding: 60px;
}
.footer-cta__content {
  position: relative;
  z-index: 2;
  max-width: 420px;
  color: #ffffff;
}
.footer-cta__content h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .footer-cta__content h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}
.footer-cta__content h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-cta__content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .footer-cta__content p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.footer-cta__content p {
  opacity: 0.9;
  margin-bottom: 25px;
}
.footer-cta__content .btn--secondary {
  background: #ffffff;
  color: #404040;
  border-color: #ffffff;
}
.footer-cta__content .btn--secondary:hover:not(:disabled) {
  background: #f2f2f2;
}
.footer-cta__image {
  position: absolute;
  top: -40px;
  bottom: 0;
  right: 40px;
  width: 42%;
  max-width: 380px;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.footer-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media (max-width: 768px) {
  .footer-cta {
    padding: 40px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .footer-cta__content {
    max-width: 100%;
    width: 100%;
  }
  .footer-cta__image {
    position: static;
    width: calc(100% + 60px);
    margin: 30px -30px 0;
    height: 280px;
    overflow: hidden;
    border-radius: 0;
  }
  .footer-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
  }
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #1a1d26;
  color: #ffffff;
  border-radius: 32px 32px 0 0;
  padding: 100px 0 30px;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #ec6565;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__logo {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .footer__logo {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}
.footer__logo {
  font-weight: 700;
  margin-bottom: 15px;
}
.footer__logo .red {
  color: #D52828;
}
.footer__tagline {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .footer__tagline {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}
.footer__tagline {
  margin: 0;
}
.footer__back-to-top {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.footer__back-to-top span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.56px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .footer__back-to-top span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
  }
}
.footer__back-to-top span {
  letter-spacing: 2px;
}
.footer__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__columns h6 {
  margin-bottom: 20px;
}
.footer__columns p, .footer__columns a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .footer__columns p, .footer__columns a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.footer__columns p, .footer__columns a {
  opacity: 0.85;
  margin-bottom: 10px;
}
.footer__columns .footer-link--underline {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  opacity: 1;
  margin-top: 5px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .footer__bottom-left {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.footer__bottom-left {
  opacity: 0.85;
}
.footer__bottom-left a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__bottom-social {
  display: flex;
  gap: 12px;
}
.footer__bottom-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.footer__bottom-social a:hover {
  background: #D52828;
}
.footer__bottom-social a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (max-width: 992px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .footer__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .footer__columns {
    grid-template-columns: 1fr;
  }
}

.toggle-switch {
  background: #f1f3f5;
  border-radius: 50px;
  display: inline-flex;
}
.toggle-switch button {
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: transparent;
  white-space: nowrap;
}
.toggle-switch button.active {
  background: #D52828;
  color: white;
}
@media (max-width: 992px) {
  .toggle-switch {
    align-self: center;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .toggle-switch button {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.nav-arrows {
  margin-top: 10px;
}
.nav-arrows img {
  margin: 3px;
  background: #D52828;
  padding: 16px;
  border-radius: 50%;
}
.nav-arrows img:hover {
  background: #9e2525;
  cursor: pointer;
}

/** --------------- AUTH (login / registrace) ---------------- */
.auth-section {
  padding: 140px 20px 60px;
  min-height: 100vh;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 8% 15%, rgba(213, 40, 40, 0.05) 0, rgba(213, 40, 40, 0.05) 140px, transparent 141px), radial-gradient(circle at 20% 28%, #e6e6e6 0, #e6e6e6 90px, transparent 91px), radial-gradient(circle at 6% 55%, #e6e6e6 0, #e6e6e6 50px, transparent 51px), radial-gradient(circle at 30% 88%, rgba(213, 40, 40, 0.04) 0, rgba(213, 40, 40, 0.04) 70px, transparent 71px), radial-gradient(circle at 92% 12%, #e6e6e6 0, #e6e6e6 60px, transparent 61px), radial-gradient(circle at 90% 78%, rgba(213, 40, 40, 0.05) 0, rgba(213, 40, 40, 0.05) 170px, transparent 171px), radial-gradient(circle at 78% 88%, #e6e6e6 0, #e6e6e6 110px, transparent 111px), radial-gradient(circle at 95% 45%, #e6e6e6 0, #e6e6e6 40px, transparent 41px);
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .auth-section {
    padding: 110px 16px 30px;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .auth-section {
    padding: 100px 12px 24px;
  }
}

.auth-card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(26, 29, 38, 0.08);
  padding: 26px;
}
@media (max-width: 1440px) and (min-width: 993px) {
  .auth-card {
    max-width: 380px;
    padding: 22px;
  }
}
@media (max-width: 480px) {
  .auth-card {
    max-width: 100%;
    padding: 22px 18px;
    border-radius: 16px;
  }
}
.auth-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fef5f5;
  color: #D52828;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.auth-card__icon svg {
  width: 18px;
  height: 18px;
}
.auth-card__header {
  text-align: center;
  margin-bottom: 16px;
}
.auth-card__header h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .auth-card__header h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}
.auth-card__header h3 {
  font-size: 22px;
  color: #1a1d26;
  margin-bottom: 4px;
}
.auth-card__header p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .auth-card__header p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.auth-card__header p {
  color: #737373;
}
.auth-card__footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.auth-card__footer p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .auth-card__footer p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.auth-card__footer p {
  color: #737373;
  margin: 0;
}

.auth-alert {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .auth-alert {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.auth-alert {
  background: #fef5f5;
  border: 1px solid #f8c6c6;
  color: #D52828;
  border-radius: 10px;
  padding: 9px 12px;
  margin-bottom: 14px;
  text-align: center;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth-form .btn {
  width: 100%;
  padding: 10px 20px;
  margin-top: 10px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #515971;
}
.form-group__label .required {
  color: #D52828;
}
.form-group__input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #d9d9d9;
  border-radius: 12px;
  padding: 11px 14px;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form-group__input-wrap svg {
  flex-shrink: 0;
  color: #7a83a3;
}
.form-group__input-wrap input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-group__input-wrap input {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-group__input-wrap input {
  color: #1a1d26;
}
.form-group__input-wrap input::placeholder {
  color: #959cb7;
}
.form-group__input-wrap:focus-within {
  border-color: #D52828;
  background: #ffffff;
  box-shadow: 0 0 0 4px #fef5f5;
}
.form-group__input-wrap--invalid {
  border-color: #D52828;
}
.form-group__toggle-visibility {
  border: none;
  background: none;
  padding: 2px;
  display: flex;
  cursor: pointer;
  color: #7a83a3;
}
.form-group__toggle-visibility:hover {
  color: #D52828;
}
.form-group__error {
  font-size: 13px;
  color: #D52828;
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-checkbox__box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: #ffffff;
}
.form-checkbox__box svg {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.15s ease;
  color: #ffffff;
}
.form-checkbox span.form-checkbox__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-checkbox span.form-checkbox__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-checkbox span.form-checkbox__label {
  color: #3d4457;
}
.form-checkbox input:checked + .form-checkbox__box {
  background: #D52828;
  border-color: #D52828;
}
.form-checkbox input:checked + .form-checkbox__box svg {
  opacity: 1;
  transform: scale(1);
}
.form-checkbox--invalid {
  padding: 10px 12px;
  border: 1.5px solid #D52828;
  border-radius: 8px;
  background: #fef5f5;
  animation: form-checkbox-shake 0.4s ease-in-out;
}
.form-checkbox--invalid .form-checkbox__box {
  border-color: #D52828;
  box-shadow: 0 0 0 4px #fef5f5;
}
.form-checkbox--invalid span.form-checkbox__label {
  color: #D52828;
  font-weight: 700;
}
.form-checkbox__error-text {
  display: none;
  color: #D52828;
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}
.form-checkbox--invalid + .form-checkbox__error-text {
  display: block;
}

@keyframes form-checkbox-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-5px);
  }
  40%, 80% {
    transform: translateX(5px);
  }
}
.auth-card__footer p a.btn--link {
  display: inline;
  vertical-align: baseline;
}

/** --------------- INQUIRY (poptávkový formulář) ---------------- */
.auth-card--inquiry {
  max-width: 480px;
}
@media (max-width: 1440px) and (min-width: 993px) {
  .auth-card--inquiry {
    max-width: 420px;
  }
}

/** --------------- REGISTRACE (vícekrokový formulář) ---------------- */
.auth-card--register {
  max-width: 720px;
}
@media (max-width: 1440px) and (min-width: 993px) {
  .auth-card--register {
    max-width: 620px;
  }
}

.auth-card__eyebrow {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D52828;
  margin-bottom: 8px;
}

/* Krokový indikátor */
.form-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.form-steps__step {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  background: #f2f2f2;
  color: #8c8c8c;
  border: 1.5px solid #e6e6e6;
  transition: all 0.2s ease;
}
.form-steps__step.is-active {
  background: #D52828;
  border-color: #D52828;
  color: #ffffff;
}
.form-steps__step.is-done {
  background: #fef5f5;
  border-color: #f8c6c6;
  color: #D52828;
}
.form-steps__line {
  width: 32px;
  height: 2px;
  background: #e6e6e6;
}
@media (max-width: 480px) {
  .form-steps__line {
    width: 16px;
  }
}

/* Řádky s více poli vedle sebe */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.form-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid--3 {
    grid-template-columns: 1fr;
  }
}

/* Select uvnitř form-group__input-wrap */
.form-group__input-wrap select {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-group__input-wrap select {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-group__input-wrap select {
  color: #1a1d26;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23656e8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 22px;
  padding-left: 8px;
}
.form-group__input-wrap select:invalid {
  color: #959cb7;
}
.form-group__input-wrap select option {
  color: #1a1d26;
}
.form-group__input-wrap textarea {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  resize: vertical;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-group__input-wrap textarea {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-group__input-wrap textarea {
  color: #1a1d26;
}
.form-group__input-wrap textarea::placeholder {
  color: #959cb7;
}
.form-group__hint {
  font-size: 12px;
  color: #8c8c8c;
}

/* Kroky formuláře - skrývání/zobrazování */
.form-step {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.form-step.is-active {
  display: flex;
}

.form-step__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.form-step__actions .btn {
  min-width: 140px;
}
.form-step__actions .btn--secondary {
  background-color: #ffffff;
  color: #3d4457;
  border-color: #d9d9d9;
}
.form-step__actions .btn--secondary:active:not(:disabled) {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-step__actions .btn--secondary:active:not(:disabled) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 1.6;
  }
}
.form-step__actions .btn--secondary:hover:not(:disabled) {
  background: #f2f2f2;
  color: #1a1d26;
  border-color: #bfbfbf;
}

/* Nadpis sekce uvnitř kroku (např. DOPLŇUJÍCÍ ÚDAJE) */
.form-section-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3d4457;
  margin: 4px 0 -2px;
}

/* Informační box s vysvětlujícím textem */
.form-info-box {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-info-box {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-info-box {
  font-size: 13px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 14px;
  color: #595959;
}
.form-info-box ol, .form-info-box ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.form-info-box ol ul, .form-info-box ul ul {
  margin-top: 4px;
}
.form-info-box li {
  margin-bottom: 4px;
}

/* Rozbalovací tlačítko s dropdown panelem (checkboxy měst) */
.form-dropdown {
  position: relative;
}
.form-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-dropdown__toggle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-dropdown__toggle:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-dropdown__toggle {
  background: #ffffff;
  border: 1.5px solid #d9d9d9;
  color: #2a2f3d;
  border-radius: 25px;
  padding: 10px 18px;
  width: 100%;
  justify-content: space-between;
}
.form-dropdown__toggle svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.form-dropdown__toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.form-dropdown__toggle:hover {
  border-color: #f29696;
}
.form-dropdown__panel {
  display: none;
  margin-top: 8px;
  border: 1.5px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 14px;
  max-height: 260px;
  overflow-y: auto;
  background: #ffffff;
}
.form-dropdown__panel.is-open {
  display: block;
}
.form-dropdown__group + .form-dropdown__group {
  margin-top: 10px;
}
.form-dropdown__group-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3d4457;
  margin-bottom: 6px;
}
.form-dropdown__cities {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 28px;
}

/* Checkbox typu karta (pro "chci urychlit nástup") */
.form-checkbox-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fef5f5;
  border: 1.5px solid #f8c6c6;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  user-select: none;
}
.form-checkbox-card input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-checkbox-card .form-checkbox__box {
  margin-top: 1px;
}
.form-checkbox-card input:checked + .form-checkbox__box {
  background: #D52828;
  border-color: #D52828;
}
.form-checkbox-card input:checked + .form-checkbox__box svg {
  opacity: 1;
  transform: scale(1);
}
.form-checkbox-card span.form-checkbox-card__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-checkbox-card span.form-checkbox-card__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-checkbox-card span.form-checkbox-card__label {
  font-weight: 600;
  color: #2a2f3d;
}
.form-checkbox-card--invalid {
  border-color: #D52828;
  background: #fef5f5;
  animation: form-checkbox-shake 0.4s ease-in-out;
}
.form-checkbox-card--invalid .form-checkbox__box {
  border-color: #D52828;
  box-shadow: 0 0 0 4px #fef5f5;
}
.form-checkbox-card--invalid span.form-checkbox-card__label {
  color: #D52828;
  font-weight: 700;
}

/* Blok, který se rozbaluje po zaškrtnutí (nástup na brigádu) */
.form-collapse {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding-top: 4px;
}
.form-collapse.is-open {
  display: flex;
}

/* Upload souborů */
.form-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.form-file__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-file__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-file__label {
  font-weight: 600;
  color: #2a2f3d;
  flex: 1 1 200px;
}
.form-file__label .required {
  color: #D52828;
}
.form-file__control {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 260px;
}
.form-file__control input[type=file] {
  display: none;
}
.form-file__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form-file__btn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.form-file__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-file__btn {
  background: #f2f2f2;
  color: #2a2f3d;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  white-space: nowrap;
}
.form-file__btn:hover {
  background: #e6e6e6;
}
.form-file__name {
  font-size: 13px;
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-file--invalid {
  border: 1.5px solid #D52828;
  border-radius: 12px;
  background: #fef5f5;
  padding: 10px 12px;
  margin: -1.5px -1px;
}
.form-file--invalid .form-file__label {
  color: #9e2525;
}
.form-file--invalid .form-file__btn {
  background: #fde8e8;
  color: #9e2525;
}
.form-file--invalid .form-file__btn:hover {
  background: #f8c6c6;
}
.form-file--invalid .form-file__name {
  color: #D52828;
  font-weight: 600;
}

/*# sourceMappingURL=forms.css.map */
