.faq-page {
  background: #f4f4f4;
}

.faq-hero {
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}
.faq-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.faq-hero__row {
  display: grid;
  grid-template-columns: 43% 57%;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .faq-hero__row {
    grid-template-columns: 45% 55%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-hero__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .faq-hero__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 765px) and (min-width: 600px) {
  .faq-hero__row {
    grid-template-columns: 1fr;
  }
}
.faq-hero__content {
  padding: 36px 48px 20px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .faq-hero__content {
    padding: 40px 32px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-hero__content {
    padding: 40px 32px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .faq-hero__content {
    padding: 20px 24px;
    order: 2;
  }
}
@media (max-width: 765px) and (min-width: 600px) {
  .faq-hero__content {
    padding: 32px 24px;
    order: 1;
  }
}
.faq-hero__title {
  font-family: "NickelCity-Book", Arial, sans-serif;
  font-size: 38px;
  font-weight: 200;
  color: #547e93;
  line-height: 1.15;
  margin-bottom: 24px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .faq-hero__title {
    font-size: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .faq-hero__title {
    font-size: 22px;
  }
}
@media (max-width: 765px) and (min-width: 600px) {
  .faq-hero__title {
    font-size: 32px;
  }
}
.faq-hero__text {
  font-family: "NickelCity-Book", Arial, sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 460px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-hero__text {
    font-size: 15px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .faq-hero__text {
    font-size: 14px;
  }
}
.faq-hero__image {
  position: relative;
  background: #f4f4f4;
  margin-left: -40px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .faq-hero__image {
    margin-left: -20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-hero__image {
    order: 2;
    margin-left: 0;
    min-height: 350px;
  }
  .faq-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 768px) {
  .faq-hero__image {
    order: 1;
    margin-left: 0;
  }
}
@media (max-width: 765px) and (min-width: 600px) {
  .faq-hero__image {
    order: 2;
    min-height: 300px;
    margin-left: 0;
  }
}
.faq-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-content {
  background: #f4f4f4;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .faq-content {
    padding-top: 0;
  }
}

.faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .faq-container {
    grid-template-columns: 1.8fr 1fr;
    gap: 32px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 765px) and (min-width: 600px) {
  .faq-container {
    padding: 0 20px;
  }
}

.faq-card,
.dates-card {
  background: #fff;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #ea7b1b;
}

.faq-card h2 {
  font-size: 26px;
  font-weight: 300;
  color: #547e93;
  margin-bottom: 20px;
}
.faq-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 24px 0 12px;
}

.dates-card h2 {
  font-size: 26px;
  font-weight: 300;
  color: #547e93;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dates-card {
    max-width: 100%;
  }
}

.faq-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  background: none;
  border: none;
  padding: 8px 0;
  text-align: left;
  cursor: pointer;
}
.faq-question[aria-expanded=true] .icon-plus {
  display: none;
}
.faq-question[aria-expanded=true] .icon-minus {
  display: block;
}

.faq-text {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}
.faq-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

.icon-minus {
  display: none;
}

.faq-answer {
  display: none;
  padding-left: 30px;
  margin: 6px 0 12px;
  font-size: 13px;
  line-height: 1.6;
}
.faq-answer.show {
  display: block;
}

.dates-card__icon {
  text-align: center;
  margin-bottom: 20px;
}
.dates-card__icon img {
  width: 55px;
  height: 55px;
  display: inline-block;
}

.date-item {
  margin-bottom: 20px;
}
.date-item ul {
  font-size: 14px;
}
.date-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.date-item p {
  font-size: 14px;
  color: #555;
}

.faq-ask {
  background: #f4f4f4;
  padding: 48px 0 80px;
}
@media (max-width: 768px) {
  .faq-ask {
    padding: 32px 0 60px;
  }
}
.faq-ask-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-ask label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .faq-ask label {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.faq-ask-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.faq-ask input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 14px 60px 14px 8px;
  font-size: 17px;
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
@media (max-width: 768px) {
  .faq-ask input {
    font-size: 16px;
    padding: 12px 50px 12px 6px;
  }
}
.faq-ask input:focus {
  border-bottom-color: #007856;
}
.faq-ask input::placeholder {
  color: #ccc;
  font-style: italic;
}
.faq-ask-submit {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .faq-ask-submit {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
.faq-ask-submit:hover {
  color: #007856;
}

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