@font-face {
    font-family: 'GillSansBook';
    src: url('/style/font/gillsansnova_book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  min-height: 100vh;
  background: #ececec;
  color: #24406f;
  font-family: GillSansBook, Helvetica, sans-serif;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px 64px;
}

.brand-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 28px;
}

.product-box {
  /* max-width: 290px; */
  /* width: 100%; */
  /* height: auto; */
  display: block;
  margin: 0 auto 34px;
}

.language-card {
  max-width: 900px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 28px 18px 14px;
}

.page-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(2rem, 2.7vw, 3rem);
  margin-bottom: 26px;
  color: #415069;
}

.accordion-custom {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #1f3f78;
}

.accordion-custom .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 10px;
}

.accordion-custom .accordion-button {
  background: #fff;
  border: 1px solid #8096c9;
  border-radius: 8px;
  color: #1f3f78;
  padding: 10px 12px;
  font-size: 1rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-custom .accordion-button:not(.collapsed) {
  background: #f1f5ff;
  color: #16315f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-custom .accordion-button::after {
  display: none;
}

.accordion-custom .accordion-body {
  background: #fff;
  border: 1px solid #8096c9;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: left;
  color: #415069;
  padding: 14px 16px;
}

.lang-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-icon {
  width: 18px;
  text-align: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #1f3f78;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.accordion-custom .accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(90deg);
}

.site-footer {
  background: #7f96c3;
  color: #fff;
  text-align: center;
  padding: 18px 12px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.bg-light {
	background: #ececec !important;
}

.fs-sm {
	font-size: 2em;
	font-weight: bold;
}

.gast-img {
    width: 50%;
}
