html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #f0f2f5;
  color: #2d2d2d;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.mopar-blue {
  color: #0046ad;
}

.site-header {
  position: relative;
  z-index: 100;
}

.site-nav {
  padding: 0;
  background: #2d2d2d;
}
.site-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1.5rem;
  min-height: 100px;
}
@media (max-width: 991px) {
  .site-nav__inner {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .site-nav__logo, .site-nav__toggler {
    height: 100px;
    display: flex !important;
    align-items: center;
  }
}
.site-nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.site-nav__logo-img {
  height: 72px;
  width: auto;
  filter: brightness(0) invert(1);
}
.site-nav__toggler {
  border-color: rgba(255, 255, 255, 0.4);
}
.site-nav__toggler .navbar-toggler-icon {
  filter: invert(1);
}
.site-nav__collapse {
  justify-content: flex-end;
}
.site-nav__list {
  gap: 0.25rem;
  align-items: center;
}
.site-nav__link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  color: #fff !important;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.9rem;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s;
  white-space: nowrap;
}
.site-nav__link:hover, .site-nav__link.active {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .site-nav__collapse {
    flex-basis: 100%;
    background: #2d2d2d;
    padding: 0.75rem 1.25rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav__link {
    display: block;
    padding: 0.6rem 0.5rem;
  }
}
strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-bg {
  display: block;
  width: 100%;
  line-height: 0;
}
.hero-bg picture {
  display: block;
  width: 100%;
}
.hero-bg .hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.how-section {
  background: #ffffff;
}

.intro-section {
  background: #ffffff;
}
.intro-section .container {
  background: url("../img/hatterben_mopar_logo.png") no-repeat bottom center;
  background-size: contain;
}
.intro-section .intro-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .intro-section .intro-text {
    font-size: 1.25rem;
  }
}

.bg-light-custom {
  background: #ffffff;
}

.round-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 22px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: #fff;
  min-width: 140px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.round-badge__name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}
.round-badge__dates {
  font-size: 0.8rem;
  color: #666;
  margin-top: 4px;
}
.round-badge__live {
  font-size: 0.7rem;
  font-weight: 700;
  color: #0046ad;
  margin-top: 6px;
  letter-spacing: 0.05em;
}
.round-badge--active {
  border-color: #0046ad;
  box-shadow: 0 0 0 3px rgba(0, 70, 173, 0.15);
  background: rgb(162.8, 200.1063583815, 255);
}
.round-badge--past {
  opacity: 0.5;
}

.prize-section {
  background: #fff;
}

.prize-img {
  max-height: 400px;
  object-fit: cover;
}

.prize-list li {
  padding: 8px 0;
  font-size: 1.05rem;
  border-bottom: 1px solid #eee;
}
.prize-list li:last-child {
  border: none;
}

.section-title {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 12px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #0046ad;
  border-radius: 2px;
}

.play-card {
  background: #2d2d2d;
  color: #fff;
  border-radius: 0;
  height: 100%;
}
.play-card__header {
  background: #2d2d2d;
  padding: 4rem 1.5rem 2rem;
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-card__header::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 142px;
  height: 86px;
  background: url("../img/haromszog.png") no-repeat center top;
  background-size: contain;
}
.play-card__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .play-card__title {
    font-size: 1.5rem;
  }
}
.play-card__image {
  line-height: 0;
}
.play-card__image img {
  object-fit: cover;
  height: 250px;
}
.play-card__body {
  font-weight: 400;
}
.play-card__text {
  font-size: 1.7rem;
  margin: 0;
}
@media (max-width: 768px) {
  .play-card__text {
    font-size: 1.4rem;
  }
}
.play-card__small {
  font-size: 1.2rem;
}
.play-card__footer {
  padding: 3rem !important;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0046ad;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.btn-pill i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .btn-pill {
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem;
  }
  .btn-pill i {
    right: 1.2rem;
    font-size: 1.2rem;
  }
}

.btn-mopar.btn-pill {
  background-color: #0046ad;
}
.btn-mopar.btn-pill:hover {
  background-color: rgb(0, 80.3179190751, 198.5);
}

.page-header {
  background: #ffffff;
  border-bottom: 3px solid #0046ad;
}
.page-header .page-title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.alert-mopar {
  background-color: rgb(162.8, 200.1063583815, 255);
  border-color: #0046ad;
  color: rgb(0, 49.3641618497, 122);
}

.quiz-card {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}

.quiz-header {
  position: relative;
  background-image: url("../img/kviz_header.jpg");
  background-size: cover;
  background-position: center;
  padding: 0;
  text-align: center;
  color: #fff;
}
.quiz-header__overlay {
  background-color: rgba(0, 70, 173, 0.85);
  padding: 1.5rem 1rem 1rem;
}
.quiz-header__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .quiz-header__title {
    font-size: 1.4rem;
  }
}
.quiz-header__subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.9;
}

.quiz-progress-container {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
.quiz-progress-container .progress {
  flex-grow: 1;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.quiz-progress-container .progress-bar {
  background-color: #0046ad;
  border-radius: 2px;
}
.quiz-progress-container .progress-count {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.quiz-question-area {
  position: relative;
  background-image: url("../img/kviz_header.jpg");
  background-size: cover;
  background-position: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
}
.quiz-question-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.quiz-question-area .quiz-progress-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.quiz-question-area .quiz-progress-container .progress {
  width: 100%;
  max-width: 400px;
  height: 16px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  overflow: hidden;
}
.quiz-question-area .quiz-progress-container .progress .progress-bar {
  background-color: #92b8d1;
  height: 100%;
  border-radius: 50px;
}
.quiz-question-area .quiz-progress-container .progress-count {
  position: absolute;
  right: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .quiz-question-area .quiz-progress-container {
    justify-content: space-between;
    gap: 1rem;
  }
  .quiz-question-area .quiz-progress-container .progress {
    max-width: none;
  }
  .quiz-question-area .quiz-progress-container .progress-count {
    position: static;
    font-size: 1rem;
  }
}
.quiz-question-area .quiz-question-capsule {
  position: relative;
  z-index: 2;
  margin: auto 0;
  width: 100%;
  aspect-ratio: 978/140;
  background-image: url("../img/kerdes_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
@media (max-width: 768px) {
  .quiz-question-area .quiz-question-capsule {
    aspect-ratio: 978/230;
    padding: 0;
  }
}
.quiz-question-area .quiz-question-capsule h2 {
  color: #fff;
  font-size: clamp(1rem, 2.8vw, 1.4rem);
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  width: 63%;
  left: -5px;
  position: relative;
}

.quiz-body {
  padding: 2.5rem 2rem;
  background: #fff;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 700px;
  margin: 0 auto;
}

.quiz-option {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 2px solid #0046ad;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.quiz-option input[type=radio] {
  display: none;
}
.quiz-option__circle {
  width: 68px;
  height: 68px;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin: 0.5rem;
}
@media (max-width: 768px) {
  .quiz-option__circle {
    width: 40px;
    height: 40px;
    margin: 0.2rem;
    font-size: 1.2rem;
  }
}
.quiz-option__text {
  flex-grow: 1;
  text-align: left;
  padding-right: 44px;
  font-size: 1.6rem;
  line-height: 110%;
  font-weight: 700;
  color: #2d2d2d;
  margin-left: 1rem;
}
.quiz-option__text span {
  font-size: 1.3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .quiz-option__text {
    font-size: 1.1rem;
  }
}
.quiz-option:hover {
  background: rgba(0, 70, 173, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.quiz-option.selected .quiz-option__circle {
  background-color: #0046ad;
}

.quiz-footer {
  padding: 2rem;
  text-align: center;
  border-top: 1px solid #eee;
}
.quiz-footer .btn-next {
  background-color: #0046ad;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 3.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.quiz-footer .btn-next:hover:not(:disabled) {
  background-color: rgb(0, 80.3179190751, 198.5);
  transform: scale(1.02);
}
.quiz-footer .btn-next:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .quiz-footer .btn-next {
    font-size: 1.2rem;
    padding: 0.6rem 2.5rem;
  }
}
.quiz-footer .quiz-helper-text {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: #555;
}
.quiz-footer .quiz-helper-text a {
  color: #2d2d2d;
  text-decoration: underline;
  font-weight: 500;
}
.quiz-footer .quiz-helper-text a:hover {
  color: #0046ad;
}

.quiz-card--registration .quiz-body {
  padding: 3rem 4rem;
}
@media (max-width: 768px) {
  .quiz-card--registration .quiz-body {
    padding: 2rem 1.5rem;
  }
}

.quiz-header-registration__top {
  background-color: #0046ad;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .quiz-header-registration__top {
    font-size: 1.4rem;
  }
}
.quiz-header-registration__bottom {
  position: relative;
  background-image: url("../img/kviz_header.jpg");
  background-size: cover;
  background-position: center;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz-header-registration__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.quiz-header-registration__overlay p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .quiz-header-registration__overlay p {
    font-size: 1rem;
  }
}

.quiz-input {
  border: 1px solid #ced4da;
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  height: auto;
}
.quiz-input:focus {
  border-color: #0046ad;
  box-shadow: 0 0 0 0.25rem rgba(0, 70, 173, 0.1);
}
.quiz-input::placeholder {
  color: #495057;
  font-weight: 500;
}

.btn-info-popover {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #0046ad;
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  transition: opacity 0.2s;
}
.btn-info-popover:hover {
  opacity: 0.8;
}

.quiz-card--success .quiz-body--success {
  padding: 3rem 4rem;
}
@media (max-width: 768px) {
  .quiz-card--success .quiz-body--success {
    padding: 2rem 1.5rem;
  }
}

.quiz-header-success__top {
  background-color: #0046ad;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .quiz-header-success__top {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.quiz-header-success__bottom {
  position: relative;
  background-image: url("../img/kviz_header.jpg");
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz-header-success__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.quiz-header-success__overlay p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .quiz-header-success__overlay p {
    font-size: 1.2rem;
  }
}

.draw-dates {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 1.6;
}
.draw-dates li {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .draw-dates {
    font-size: 1.1rem;
  }
}

.btn-success-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0046ad;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-success-home:hover {
  background-color: rgb(0, 80.3179190751, 198.5);
  transform: scale(1.02);
  color: #fff;
}
@media (max-width: 768px) {
  .btn-success-home {
    font-size: 1.35rem;
    padding: 0.6rem 2rem;
  }
}

.custom-check {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 1rem;
}
.custom-check .form-check-input {
  flex-shrink: 0;
  margin: 0;
  margin-top: 4px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.custom-check .form-check-input:checked {
  background-color: #0046ad;
  border-color: #0046ad;
}
.custom-check .form-check-label {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
}
.custom-check .form-check-label a {
  color: #2d2d2d;
  text-decoration: underline;
  font-weight: 600;
}
.custom-check .form-check-label a:hover {
  color: #0046ad;
}
.custom-check .form-check-label strong {
  font-weight: 700;
}

.btn-registration-submit {
  background-color: #0046ad;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-registration-submit:hover {
  background-color: rgb(0, 80.3179190751, 198.5);
  transform: scale(1.02);
  color: #fff;
}
.btn-registration-submit i {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .btn-registration-submit {
    font-size: 1.3rem;
    padding: 0.6rem 3rem;
  }
}

.quiz-page-wrapper {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  background-color: #f0f2f5;
  background-image: url("../img/hatterben_mopar_logo2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .quiz-page-wrapper {
    background-size: contain;
    padding: 1rem;
    min-height: auto;
  }
}

.quiz-landing-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
  margin: 0 auto;
}
.quiz-landing-card__header {
  position: relative;
  line-height: 0;
}
@media (max-width: 768px) {
  .quiz-landing-card__header {
    min-height: 200px;
    background-color: #2d2d2d;
  }
  .quiz-landing-card__header .quiz-landing-card__header-img {
    height: 200px;
    object-fit: cover;
  }
}
.quiz-landing-card__header-img {
  width: 100%;
  height: auto;
  display: block;
}
.quiz-landing-card__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 70, 173, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .quiz-landing-card__header-overlay {
    height: 60px;
  }
}
.quiz-landing-card__header-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .quiz-landing-card__header-title {
    font-size: 1.8rem;
  }
}
.quiz-landing-card__header-text {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .quiz-landing-card__header-text {
    font-size: 1.2rem;
    bottom: 12%;
    padding: 0 1rem;
  }
}
.quiz-landing-card__header-text a {
  color: #fff;
  text-decoration: underline;
}
.quiz-landing-card__header-text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.quiz-landing-card__body {
  padding: 3rem 2rem;
  text-align: center;
}
.quiz-landing-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0046ad;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
}
.quiz-landing-card__btn i {
  margin-left: 1rem;
  font-size: 1.4rem;
}
.quiz-landing-card__btn:hover {
  background-color: rgb(0, 80.3179190751, 198.5);
  color: #fff;
}
@media (max-width: 768px) {
  .quiz-landing-card__btn {
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
  }
}

.bg-mopar {
  background-color: #0046ad !important;
}

.quality-section {
  background-color: #f0f2f5;
  overflow: hidden;
}
.quality-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.quality-section .quality-text {
  font-size: 1.7rem;
  color: #2c2c2c;
}
.quality-section .quality-text p {
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .quality-section .quality-text p {
    font-size: 1.1rem;
  }
}
.quality-section .quality-text strong {
  font-weight: 700;
}

.elonyok-section,
.booking-section {
  background-color: #2d2d2d;
  color: #fff;
  overflow: hidden;
}
.elonyok-section .elonyok-intro,
.booking-section .elonyok-intro {
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .elonyok-section .elonyok-intro,
  .booking-section .elonyok-intro {
    font-size: 1.2rem;
  }
}

.logo-slider {
  position: relative;
  width: 100%;
  padding: 2rem 0;
}
.logo-slider__viewport {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.logo-slider__viewport::-webkit-scrollbar {
  display: none;
}
.logo-slider__track {
  display: flex;
  width: 300%;
  padding: 1rem 0;
}
.logo-slider__item {
  flex: 0 0 4.7619047619%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.logo-slider__item img {
  max-width: 85%;
  height: auto;
  max-height: 80px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.logo-slider__item:hover img {
  filter: brightness(1) invert(0);
  transform: scale(1.05);
}
.logo-slider__overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 70, 173, 0.5);
  transition: background-color 0.3s ease, width 0.3s ease;
}
.logo-slider__overlay:hover {
  background-color: #0046ad !important;
  width: 100px;
}
.logo-slider__overlay--left {
  left: 0;
}
.logo-slider__overlay--right {
  right: 0;
}

@media (max-width: 1400px) {
  .logo-slider__item {
    flex-basis: 5.5555555556%;
  }
}
@media (max-width: 1200px) {
  .logo-slider__item {
    flex-basis: 6.6666666667%;
  }
}
@media (max-width: 991px) {
  .logo-slider__item {
    flex-basis: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .logo-slider__item {
    flex-basis: 11.1111111111%;
    padding: 0 0.5rem;
  }
  .logo-slider__item img {
    max-height: 60px;
  }
  .logo-slider__overlay {
    width: 50px;
    font-size: 1.5rem;
  }
  .logo-slider__overlay:hover {
    width: 60px;
  }
  .elonyok-section .elonyok-intro {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .logo-slider__item {
    flex-basis: 16.6666666667%;
  }
}
.quality-bar {
  background-color: #2c2c2c;
  color: #fff;
  font-size: 1.3rem;
}
.quality-bar strong {
  color: #fff;
}

@media (max-width: 991px) {
  .quality-section {
    text-align: center;
  }
  .quality-section .quality-text {
    font-size: 1.1rem;
  }
  .quality-section .order-lg-1 {
    order: 1;
  }
  .quality-section .order-lg-2 {
    order: 2;
  }
  .quality-bar {
    font-size: 0.95rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.brand-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: border-color 0.15s, background-color 0.15s, opacity 0.2s;
  user-select: none;
}
.brand-option input[type=checkbox] {
  accent-color: #0046ad;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.brand-option:hover {
  border-color: #0046ad;
}
.brand-option.selected {
  border-color: #0046ad;
  background: rgb(152.6, 194.0335260116, 255);
  font-weight: 600;
}
.brand-option.disabled-brand {
  opacity: 0.4;
  pointer-events: none;
}

.section-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0046ad;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 2px solid rgb(122, 175.8150289017, 255);
  padding-bottom: 6px;
}

.video-section video {
  max-width: 100%;
  height: auto;
  display: block;
}

.brand-info-section {
  background-color: #f0f2f5;
}
.brand-info-section .brand-info-intro {
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .brand-info-section .brand-info-intro {
    font-size: 1.1rem;
  }
}
.brand-info-section .brand-info-intro strong {
  font-weight: 700;
}

.brand-pillar-img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .brand-info-section .brand-info-intro {
    font-size: 1.1rem;
  }
}
.footer {
  background: #2d2d2d;
  color: #fff;
  padding: 4rem 0;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.footer__logo img {
  height: 90px;
  width: auto;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.footer__copyright {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.footer__links a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 300;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .footer__links a {
    font-size: 1rem;
  }
}
.footer__links a:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    padding: 3rem 1.5rem;
  }
  .footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
}
.invoice-header-registration__top {
  background-color: #0046ad;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .invoice-header-registration__top {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.invoice-header-registration__bottom {
  position: relative;
  background-image: url("../img/szamla_header.jpg");
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .invoice-header-registration__bottom {
    min-height: 140px;
  }
}
.invoice-header-registration__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.invoice-header-registration__overlay p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .invoice-header-registration__overlay p {
    font-size: 1.1rem;
  }
}

.invoice-input-group {
  position: relative;
}
.invoice-input-group .btn-info-popover {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #0046ad;
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoice-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232d2d2d' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.2rem;
  padding-right: 3.5rem !important;
}

.brand-checkbox-group .brand-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}
@media (max-width: 576px) {
  .brand-checkbox-group .brand-options {
    grid-template-columns: 1fr 1fr;
  }
}

.invoice-footer {
  padding: 3rem 2rem;
  text-align: center;
}
.invoice-footer .btn-invoice-submit {
  background-color: #0046ad;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 1rem 5rem;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
}
.invoice-footer .btn-invoice-submit i {
  font-size: 1.5rem;
}
.invoice-footer .btn-invoice-submit:hover:not(:disabled) {
  background-color: rgb(0, 80.3179190751, 198.5);
  transform: scale(1.02);
  color: #fff;
}
.invoice-footer .btn-invoice-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #aaa;
}
@media (max-width: 768px) {
  .invoice-footer .btn-invoice-submit {
    font-size: 1.5rem;
    padding: 0.8rem 3rem;
  }
}

.invoice-success-card .draw-dates-container {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .invoice-success-card .draw-dates-container {
    padding: 1.5rem;
    width: 100%;
  }
}
.invoice-success-card .btn-invoice-success {
  min-width: 280px;
  margin: 0.5rem;
}
@media (max-width: 768px) {
  .invoice-success-card .btn-invoice-success {
    width: 100%;
    margin: 0.5rem 0;
  }
}

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