@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;
}

/** --------------- CO JE AGENTURNÍ ZAMĚSTNÁVÁNÍ ---------------- */
.agency-about-section {
  padding: 100px 0;
}
.agency-about-section .agency-about__header {
  text-align: center;
  margin-bottom: 60px;
}
.agency-about-section .agency-about__header .h6 {
  margin-bottom: 12px;
}
.agency-about-section .agency-about__header .h2 {
  color: #1a1d26;
}
.agency-about-section .agency-about__grid {
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  align-items: center;
  gap: 24px;
}
.agency-about-section .agency-about__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
}
.agency-about-section .agency-about__column .agency-about__icon {
  margin-left: auto;
  margin-right: auto;
}
.agency-about-section .agency-about__item h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .agency-about-section .agency-about__item h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}
.agency-about-section .agency-about__item h6 {
  text-transform: none;
  color: #1a1d26;
  margin-bottom: 10px;
}
.agency-about-section .agency-about__item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .agency-about-section .agency-about__item p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1.6;
  }
}
.agency-about-section .agency-about__item p {
  color: #737373;
}
.agency-about-section .agency-about__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #D52828;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.agency-about-section .agency-about__image {
  border-radius: 20px;
  overflow: hidden;
}
.agency-about-section .agency-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .agency-about-section .agency-about__header {
    margin-bottom: 40px;
  }
  .agency-about-section .agency-about__grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .agency-about-section .agency-about__column {
    align-items: stretch;
    text-align: left;
    gap: 15px;
  }
  .agency-about-section .agency-about__item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    row-gap: 0;
    text-align: left;
  }
  .agency-about-section .agency-about__item h6 {
    grid-column: 2;
    grid-row: 1;
  }
  .agency-about-section .agency-about__item p {
    grid-column: 2;
    grid-row: 2;
  }
  .agency-about-section .agency-about__icon {
    grid-column: 1;
    grid-row: 1/3;
    margin: 0;
  }
  .agency-about-section .agency-about__image {
    order: -1;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 576px) {
  .agency-about-section {
    padding: 60px 0;
  }
}

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