/* Live homepage hero — loaded after app.css so it wins over the old gradient hero */

.home-hero-stack {
  position: relative;
  padding-top: 5.5rem;
  background: #fff !important;
  background-image: none !important;
}

.home-hero {
  position: relative;
  padding: 1.25rem 0 2rem !important;
  background: #fff !important;
  background-image: none !important;
  color: #000;
  min-height: 0 !important;
  display: block;
}

.home-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  flex: none;
  align-self: auto;
}

.home-hero__title {
  flex: none;
  min-width: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1 !important;
  margin: 0 0 1.35rem;
  font-size: clamp(2.1rem, 4.4vw, 3.35rem) !important;
}

.home-hero__brand,
.home-hero__line,
.home-hero__highlight {
  display: block;
  font-size: inherit;
  font-weight: 700;
}

.home-hero__brand,
.home-hero__line {
  color: #000;
}

.home-hero__brand-last {
  position: relative;
  display: inline-block;
}

.home-hero__shtrix {
  position: absolute;
  top: -17px;
  right: -35px;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.home-hero__highlight {
  color: #046233;
}

.home-hero__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 78%;
  max-width: 100%;
  padding: 0.8rem 1.75rem 0.8rem 2.75rem;
  border: 3px solid #fec628;
  border-radius: 999px;
  background: #fff;
  margin: 0 0 1.75rem;
  text-align: center;
}

.home-hero__pill-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: auto;
  display: block;
}

.home-hero__pill-text {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  width: 100%;
}

.home-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-hero__trust li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0 1.35rem;
}

.home-hero__trust li:first-child {
  padding-left: 0;
}

.home-hero__trust li:last-child {
  padding-right: 0;
}

.home-hero__trust li:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}

.home-hero__trust-icon {
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
}

.home-hero__trust-text {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.home-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  min-height: 34rem;
  overflow: visible;
}

.home-hero__globe {
  position: absolute;
  left: 62%;
  top: 64%;
  right: auto;
  bottom: auto;
  width: 150%;
  max-width: 56rem;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.95;
}

.home-hero__globe-mobile {
  display: none;
}

.home-hero__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 17.5rem));
  grid-auto-rows: 1fr;
  gap: 0.85rem 0.9rem;
  padding: 0.5rem 0;
  align-items: stretch;
  justify-content: center;
}

.home-hero-stat {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(4, 98, 51, 0.1);
  padding: 1.45rem 1.5rem;
  border: 1px solid rgba(4, 98, 51, 0.06);
}

.home-hero-stat__row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0;
}

.home-hero-stat__icon {
  display: inline-flex;
  width: 4.7rem;
  height: 4.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fef5d9;
  color: #f5be02;
  font-size: 2rem;
  flex-shrink: 0;
}

.home-hero-stat__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  margin: 0;
  min-width: 0;
}

.home-hero-stat__number {
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}

.home-hero-stat__label {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.home-hero-stat__text {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #252626;
}

.home-hero__deco-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: auto;
  max-width: min(28vw, 18rem);
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
}

.home-hero-deco-plane {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  right: -11%;
  top: -114px;
  z-index: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: none;
}

.home-hero-deco-plane img {
  width: min(46vw, 22rem);
  height: auto;
}

.home-hero-register__card-wrap {
  position: relative;
  overflow: visible;
}

.home-hero-register__card-wrap > .card {
  position: relative;
  z-index: 1;
}

.home-hero-register-section {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
  padding: 0 0 2rem !important;
  z-index: 1;
  overflow: visible;
}

.home-hero-register {
  position: relative !important;
  overflow: visible;
}

.home-hero-register__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
  color: #000;
  margin: 0 0 0.5rem;
}

.home-hero-register__lead-icon {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
  flex-shrink: 0;
}

.home-hero-register__lead-highlight {
  color: #046233;
  font-weight: 800;
}

.home-hero-register__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  white-space: normal;
  padding-left: 1rem;
  padding-right: 0.65rem;
  line-height: 1.15;
}

.home-hero-register__submit-text {
  display: inline-block;
  text-align: center;
  line-height: 1.15;
}

.home-hero-register__submit-arrow {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #046233;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.home-book-now {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.85rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: #fdcc2c;
  color: #000;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  pointer-events: auto;
}

.home-book-now i {
  color: #000;
  font-size: 1.15rem;
}

.home-book-now:hover,
.home-book-now:focus-visible {
  background: #fdcc2c;
  color: #000;
  transform: translateY(-1px);
}

body.is-auth .home-book-now {
  display: none !important;
}

.book-now-modal .modal-dialog {
  max-width: 52rem;
  width: calc(100% - 2rem);
  margin: 1.75rem auto;
}

.book-now-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.18);
}

.book-now-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.book-now-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 1.05fr);
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.book-now-modal__form-col {
  padding: 2.15rem 1.5rem 2.15rem 2.15rem;
}

.book-now-modal__title {
  margin: 0 0 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.book-now-modal__title-lead,
.book-now-modal__title-accent {
  display: block;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
}

.book-now-modal__title-lead {
  color: #111;
}

.book-now-modal__title-accent {
  color: #046233;
}

.book-now-modal__field {
  margin-bottom: 1rem;
}

.book-now-modal__label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
  color: #1e2358;
  font-weight: 700;
  font-size: 0.95rem;
}

.book-now-modal__label i {
  color: #046233;
}

.book-now-modal__input {
  border-radius: 0.85rem;
  border-color: #d9dde7;
  min-height: 3rem;
  padding: 0.7rem 1rem;
}

.book-now-modal__submit {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 0.85rem;
  background: #fdcc2c;
  color: #111;
  font-weight: 600;
  font-size: 1.05rem;
}

.book-now-modal__submit:hover,
.book-now-modal__submit:focus-visible {
  background: #f3c01f;
  color: #111;
}

.book-now-modal__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22rem;
  padding: 2.25rem 1.75rem 2.25rem 0.5rem;
}

.book-now-modal__photo {
  width: min(100%, 19.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #e7f3ea;
  box-shadow: 0 0 0 1.15rem #e7f3ea;
}

.book-now-modal__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-now-modal__deco {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #fff;
  color: #1e3a5f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(18, 24, 38, 0.1);
  z-index: 1;
}

.book-now-modal__deco--chat {
  left: 0.35rem;
  top: 22%;
}

.book-now-modal__deco--plane {
  right: 1.35rem;
  top: 1.35rem;
}

.book-now-modal__deco--book {
  right: 1.15rem;
  bottom: 26%;
}

@media (max-width: 767.98px) {
  .home-book-now {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
  }

  .book-now-modal__grid {
    grid-template-columns: 1fr;
  }

  .book-now-modal__form-col {
    padding: 2rem 1.25rem 1.35rem;
  }

  .book-now-modal__visual {
    min-height: 0;
    padding: 0 1.25rem 1.6rem;
  }

  .book-now-modal__photo {
    width: min(100%, 14.5rem);
    box-shadow: 0 0 0 0.85rem #e7f3ea;
  }
}

.home-hero-video-section {
  margin-top: 0 !important;
}

/* Why Choose LanguageON */
.home-why-choose {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7faf7;
  padding: 4.25rem 0 4.5rem;
}

.home-why-choose__container {
  position: relative;
  z-index: 1;
}

.home-why-choose__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.home-why-choose__deco--left {
  left: 0;
  top: 12%;
  height: 58%;
  width: auto;
  max-width: min(22vw, 14rem);
  object-fit: contain;
  object-position: left center;
}

.home-why-choose__deco--right {
  right: 0;
  top: 34%;
  height: 52%;
  width: auto;
  max-width: min(18vw, 11rem);
  object-fit: contain;
  object-position: right center;
}

.home-why-choose__dots {
  width: 7rem;
  height: auto;
  filter: invert(1);
  opacity: 0.16;
  z-index: -1;
}

.home-why-choose__dots--left {
  left: 0;
  top: 5%;
}

.home-why-choose__dots--right {
  right: 0;
  bottom: 6%;
}

.home-why-choose__blob {
  right: 0;
  top: 0;
  width: min(20vw, 14rem);
  height: auto;
  opacity: 0.9;
}

.home-why-choose__header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.75rem;
}

.home-why-choose__title {
  margin: 0 0 0.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #12161c;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
}

.home-why-choose__title-brand {
  color: #046233;
}

.home-why-choose__subtitle {
  margin: 0;
  color: #5b6470;
  font-size: 1.05rem;
  line-height: 1.6;
}

.home-why-choose__grid {
  margin-bottom: 2rem;
}

.home-why-choose-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 1.35rem;
  box-shadow: 0 10px 28px rgba(4, 98, 51, 0.07);
  border: 1px solid rgba(4, 98, 51, 0.05);
  padding: 1.85rem 1.25rem 1.7rem;
}

.home-why-choose-card__icon {
  display: inline-flex;
  width: 4.15rem;
  height: 4.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.7rem;
  margin-bottom: 1.05rem;
}

.home-why-choose-card__icon--gold {
  background: #fef6d4;
  color: #e0ad12;
}

.home-why-choose-card__icon--green {
  background: #e4f3e8;
  color: #046233;
}

.home-why-choose-card__title {
  margin: 0 0 0.7rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #12161c;
  line-height: 1.3;
}

.home-why-choose-card__title::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2px;
  margin: 0.55rem auto 0;
  background: #046233;
  border-radius: 99px;
}

.home-why-choose-card__text {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-why-choose-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 10px 28px rgba(4, 98, 51, 0.08);
  border: 1px solid rgba(4, 98, 51, 0.05);
  padding: 1rem 1.15rem 1rem 1.1rem;
}

.home-why-choose-bar__mission {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.home-why-choose-bar__star {
  width: 3.15rem;
  height: auto;
  flex-shrink: 0;
}

.home-why-choose-bar__mission-text {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  color: #12161c;
}

.home-why-choose-bar__mission-accent {
  color: #046233;
}

.home-why-choose-bar__together {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  border-left: 1px solid #e6ebe7;
  border-right: 1px solid #e6ebe7;
  min-width: 0;
}

.home-why-choose-bar__together-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3a4149;
  max-width: 8.5rem;
  line-height: 1.35;
}

.home-why-choose-bar__arrow {
  width: 4.4rem;
  height: auto;
  flex-shrink: 0;
}

.home-why-choose-bar__proof {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  flex: 1 1 16rem;
  padding-right: 1.15rem;
  border-right: 1px solid #e6ebe7;
}

.home-why-choose-bar__avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.home-why-choose-bar__avatar {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(4, 98, 51, 0.08);
}

.home-why-choose-bar__avatar + .home-why-choose-bar__avatar {
  margin-left: -0.7rem;
}

.home-why-choose-bar__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-why-choose-bar__join {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #3a4149;
  font-weight: 500;
}

.home-why-choose-bar__join span {
  color: #046233;
  font-weight: 800;
}

.btn.home-why-choose-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-shrink: 0;
  background: #046233;
  border: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 0.7rem;
  padding: 0.8rem 1.05rem 0.8rem 1.25rem;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: none;
}

.btn.home-why-choose-bar__btn:hover,
.btn.home-why-choose-bar__btn:focus {
  background: #035229;
  color: #fff;
}

.home-why-choose-bar__btn-arrow {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #046233;
  font-size: 0.72rem;
}

@media (max-width: 1199.98px) {
  .home-why-choose-bar__together-text {
    max-width: 7.25rem;
  }
}

@media (min-width: 992px) {
  .home-hero {
    padding-top: 1.75rem !important;
    padding-bottom: 1.5rem !important;
  }

  .home-hero__visual {
    min-height: 38rem;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .home-hero__title {
    font-size: clamp(1.85rem, 3.2vw, 2.75rem) !important;
  }

  .home-hero__pill {
    padding: 0.65rem 1.4rem 0.65rem 2.4rem;
    margin-bottom: 1.4rem;
  }

  .home-hero__pill-icon {
    width: 28px;
  }

  .home-hero__pill-text {
    font-size: 1.05rem;
  }

  .home-hero__trust li {
    gap: 0.55rem;
    padding: 0 1rem;
  }

  .home-hero__trust-icon {
    width: 34px;
  }

  .home-hero__trust-text {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .home-hero__visual {
    min-height: 32rem;
  }

  .home-hero__cards {
    grid-template-columns: repeat(2, minmax(0, 15rem));
    gap: 0.7rem 0.75rem;
  }

  .home-hero-stat {
    padding: 1.15rem 1.2rem;
  }

  .home-hero-stat__icon {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.6rem;
  }

  .home-hero-stat__number {
    font-size: 1.7rem;
  }

  .home-hero-stat__label {
    font-size: 0.8rem;
  }

  .home-hero-stat__text {
    margin-top: 0.65rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
  }

  .home-hero__globe-mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: min(140vw, 32rem);
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 0.5;
  }

  .home-hero__globe {
    display: none;
  }

  .home-hero__deco-left {
    display: none;
  }

  .home-hero__copy {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 2.25rem;
  }

  .home-hero__title {
    font-size: clamp(1.85rem, 8vw, 2.45rem) !important;
  }

  .home-hero__shtrix {
    top: -10px;
    right: -22px;
  }

  .home-hero__pill {
    width: 88%;
    max-width: 22rem;
    margin: 0 auto 1.25rem;
    padding: 0.5rem 1.15rem 0.5rem 2.15rem;
    border-width: 2px;
  }

  .home-hero__pill-icon {
    width: 24px;
    left: 0.7rem;
  }

  .home-hero__pill-text {
    font-size: 0.92rem;
  }

  .home-hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 36rem;
    margin: 0 auto;
  }

  .home-hero__trust li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    padding: 0 0.45rem;
    border: 0;
  }

  .home-hero__trust li:not(:last-child) {
    border: 0;
  }

  .home-hero__trust-icon {
    width: 28px;
  }

  .home-hero__trust-text {
    font-size: 0.72rem;
    line-height: 1.35;
    align-items: center;
  }

  .home-hero__visual {
    min-height: 0;
    justify-content: center;
  }

  .home-hero__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }

  .home-hero-stat {
    padding: 0.85rem 0.9rem;
    border-radius: 0.85rem;
  }

  .home-hero-stat__row {
    gap: 0.55rem;
  }

  .home-hero-stat__icon {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.15rem;
  }

  .home-hero-stat__number {
    font-size: 1.25rem;
  }

  .home-hero-stat__label {
    font-size: 0.72rem;
  }

  .home-hero-stat__text {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .home-hero-deco-plane {
    display: none;
  }

  .home-hero-register__submit {
    white-space: normal;
  }

  .home-why-choose {
    padding: 3.25rem 0 3.5rem;
  }

  .home-why-choose__deco--left,
  .home-why-choose__deco--right {
    max-width: min(28vw, 9rem);
    opacity: 0.85;
  }

  .home-why-choose-bar__together {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .home-why-choose-bar__proof {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  .home-hero-register__label {
    margin-bottom: 0.5rem !important;
  }

  .home-hero-register__form .row {
    --bs-gutter-y: 1rem;
    row-gap: 1rem;
  }

  .home-why-choose__dots,
  .home-why-choose__blob {
    display: none;
  }

  .home-why-choose-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 1rem 0.75rem;
    padding: 1.1rem;
    text-align: center;
  }

  .home-why-choose-bar__together,
  .home-why-choose-bar__arrow {
    display: none;
  }

  .home-why-choose-bar__mission {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .home-why-choose-bar__star {
    width: 2.35rem;
  }

  .home-why-choose-bar__mission-text {
    font-size: 0.82rem;
  }

  .home-why-choose-bar__proof {
    grid-column: 2;
    grid-row: 1;
    flex: none;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    gap: 0.5rem;
  }

  .home-why-choose-bar__avatar {
    width: 2.15rem;
    height: 2.15rem;
  }

  .home-why-choose-bar__join {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .btn.home-why-choose-bar__btn {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .home-hero-stack {
    padding-top: 4.75rem;
  }

  .home-why-choose {
    padding: 2.75rem 0 2.85rem;
  }

  .home-why-choose__header {
    margin-bottom: 1.75rem;
  }

  .home-why-choose-card {
    padding: 1.15rem 0.75rem 1.05rem;
  }

  .home-why-choose-card__icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }

  .home-why-choose-card__title {
    font-size: 0.92rem;
  }

  .home-why-choose-card__text {
    font-size: 0.78rem;
  }
}

/* Homepage FAQ — same visual language as Why Choose */
.home-faq {
  --home-faq-accent: #e0ad12;
  --home-faq-accent-soft: #fef6d4;
  --home-faq-accent-hover: #c7980e;
  --home-faq-accent-shadow: rgba(224, 173, 18, 0.12);
  --home-faq-accent-border: rgba(224, 173, 18, 0.14);
  --home-faq-green: #046233;
  --home-faq-green-soft: #e4f3e8;
  --home-faq-green-shadow: rgba(4, 98, 51, 0.07);
  --home-faq-green-border: rgba(4, 98, 51, 0.05);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7faf7;
  padding: 4.25rem 0 4.5rem;
}

.home-faq__container {
  position: relative;
  z-index: 1;
}

.home-faq__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.home-faq__deco--left {
  left: 0;
  top: 12%;
  height: 58%;
  width: auto;
  max-width: min(22vw, 14rem);
  object-fit: contain;
  object-position: left center;
}

.home-faq__dots {
  width: 7rem;
  height: auto;
  filter: invert(1);
  opacity: 0.16;
  z-index: -1;
}

.home-faq__dots--left {
  left: 0;
  top: 5%;
}

.home-faq__header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.75rem;
}

.home-faq__title {
  margin: 0 0 0.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #12161c;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
}

.home-faq__title-brand {
  color: var(--home-faq-accent);
}

.home-faq__subtitle {
  margin: 0;
  color: #5b6470;
  font-size: 1.05rem;
  line-height: 1.6;
}

.home-faq__body {
  margin-bottom: 2rem;
}

.home-faq__media {
  width: 100%;
  max-width: 26.5rem;
  margin: 0 auto;
  padding: 1.6rem 1.35rem;
  background: #fff;
  border-radius: 1.35rem;
  box-shadow: 0 10px 28px var(--home-faq-green-shadow);
  border: 1px solid var(--home-faq-green-border);
}

.home-faq__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-faq__list {
  --ar-accordion-bg: transparent;
  --ar-accordion-border-width: 0;
  --ar-accordion-btn-bg: transparent;
  --ar-accordion-active-bg: transparent;
  --ar-accordion-active-color: var(--home-faq-accent);
  --ar-accordion-spacer: 0.85rem;
  background: transparent;
}

.home-faq-item.accordion-item {
  background: #fff;
  border: 1px solid var(--home-faq-accent-border);
  border-radius: 1.35rem !important;
  box-shadow: 0 10px 28px var(--home-faq-accent-shadow);
  overflow: hidden;
}

.home-faq-item__header {
  margin: 0;
}

.home-faq .accordion-button.home-faq-item__button {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  text-align: left;
  background: transparent !important;
  box-shadow: none !important;
  color: #12161c;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 1.05rem 1.15rem;
  border-radius: 1.35rem !important;
}

.home-faq .accordion-button.home-faq-item__button:not(.collapsed) {
  color: var(--home-faq-accent);
  border-radius: 1.35rem 1.35rem 0 0 !important;
}

.home-faq .accordion-button.home-faq-item__button::after {
  display: none;
}

.home-faq-item__num {
  display: inline-flex;
  flex-shrink: 0;
  width: 2.55rem;
  height: 2.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-faq-item__num--gold {
  background: var(--home-faq-accent-soft);
  color: var(--home-faq-accent);
}

.home-faq-item__num--green {
  background: var(--home-faq-green-soft);
  color: var(--home-faq-green);
}

.home-faq-item__question {
  flex: 1 1 auto;
  min-width: 0;
}

.home-faq-item__toggle {
  position: relative;
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--home-faq-green-soft);
}

.home-faq-item__toggle::before,
.home-faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--home-faq-green);
  border-radius: 99px;
  transform: translate(-50%, -50%);
}

.home-faq-item:has(.home-faq-item__num--gold) .home-faq-item__toggle {
  background: var(--home-faq-accent-soft);
}

.home-faq-item:has(.home-faq-item__num--gold) .home-faq-item__toggle::before,
.home-faq-item:has(.home-faq-item__num--gold) .home-faq-item__toggle::after {
  background: var(--home-faq-accent);
}

.home-faq-item__toggle::before {
  width: 0.7rem;
  height: 2px;
}

.home-faq-item__toggle::after {
  width: 2px;
  height: 0.7rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-faq .accordion-button.home-faq-item__button:not(.collapsed) .home-faq-item__toggle {
  background: var(--home-faq-green);
}

.home-faq .accordion-button.home-faq-item__button:not(.collapsed) .home-faq-item__toggle::before,
.home-faq .accordion-button.home-faq-item__button:not(.collapsed) .home-faq-item__toggle::after {
  background: #fff;
}

.home-faq-item:has(.home-faq-item__num--gold) .accordion-button.home-faq-item__button:not(.collapsed) .home-faq-item__toggle {
  background: var(--home-faq-accent);
}

.home-faq .accordion-button.home-faq-item__button:not(.collapsed) .home-faq-item__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-item__body {
  padding: 0 1.15rem 1.15rem 4.6rem;
}

.home-faq-item__answer {
  margin: 0;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
}

.home-faq-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 10px 28px var(--home-faq-accent-shadow);
  border: 1px solid var(--home-faq-accent-border);
  padding: 1rem 1.15rem 1rem 1.1rem;
}

.home-faq-bar__mission {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  flex: 1 1 16rem;
  padding-right: 1.15rem;
}

.home-faq-bar__star {
  width: 3.15rem;
  height: auto;
  flex-shrink: 0;
}

.home-faq-bar__mission-text {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  color: #12161c;
}

.home-faq-bar__copy {
  min-width: 0;
  flex: 1 1 14rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  border-left: 1px solid #e6ebe7;
  border-right: 1px solid #e6ebe7;
}

.home-faq-bar__copy-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #3a4149;
  line-height: 1.45;
}

.btn.home-faq-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-shrink: 0;
  background: var(--home-faq-accent);
  border: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 0.7rem;
  padding: 0.8rem 1.05rem 0.8rem 1.25rem;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: none;
}

.btn.home-faq-bar__btn:hover,
.btn.home-faq-bar__btn:focus {
  background: var(--home-faq-accent-hover);
  color: #fff;
}

.home-faq-bar__btn-arrow {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--home-faq-accent);
  font-size: 0.72rem;
}

@media (max-width: 991.98px) {
  .home-faq {
    padding: 3.25rem 0 3.5rem;
  }

  .home-faq__deco--left {
    max-width: min(28vw, 9rem);
    opacity: 0.85;
  }

  .home-faq-bar__copy {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  .home-faq__dots {
    display: none;
  }

  .home-faq__media {
    max-width: 22rem;
    padding: 1.2rem 1.05rem;
  }

  .home-faq-item__body {
    padding-left: 1.15rem;
  }

  .home-faq-bar {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 1rem;
    padding: 1.1rem;
    text-align: left;
  }

  .home-faq-bar__mission {
    padding: 0;
  }

  .home-faq-bar__star {
    width: 2.35rem;
  }

  .home-faq-bar__mission-text {
    font-size: 0.92rem;
  }

  .home-faq-bar__copy-text {
    font-size: 0.86rem;
  }

  .btn.home-faq-bar__btn {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .home-faq {
    padding: 2.75rem 0 2.85rem;
  }

  .home-faq__header {
    margin-bottom: 1.75rem;
  }

  .home-faq .accordion-button.home-faq-item__button {
    gap: 0.7rem;
    padding: 0.9rem 0.95rem;
    font-size: 0.92rem;
  }

  .home-faq-item__num {
    width: 2.15rem;
    height: 2.15rem;
    font-size: 0.74rem;
  }

  .home-faq-item__body {
    padding: 0 0.95rem 1rem;
  }

  .home-faq-item__answer {
    font-size: 0.82rem;
  }
}
