.hero {
  height: 650px;
  background-color: rgba(219, 201, 184, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(media/squirrel-acorn-background2.png);
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: repeat;
}

.hero-bubble {
  background-color: rgba(241, 241, 241, 0.65);
  width: 65%;
  padding: 30px;
  border-radius: 50px;
}
.funding-highlight {
  background: color-mix(in srgb, var(--buttonSelect) 85%, white);
  color: var(--darkText);
  border-left: 6px solid var(--backgroundBlock);
  padding: 12px 16px;
  margin: 12px 0 20px;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(54, 41, 37, 0.08);
  line-height: 1.35;
}

.hero-bubble h1 {
  font-size: 3.5rem;
  color: var(--mainText);
}
.hero-bubble h1 span {
  display: block;
  font-size: 2.5rem;
  color: var(--secondaryText);
}

.funding-promo {
  background: color-mix(in srgb, var(--buttonSelect) 92%, white);
  color: var(--mainText);
  border: 1px solid color-mix(in srgb, var(--secondaryText) 40%, white);
  border-left: 6px solid var(--secondaryText);
  padding: 12px 16px;
  margin-bottom: 50px !important;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(54, 41, 37, 0.06);
}

.about-us {
  text-align: center;
  padding-top: 70px;
}

.about-us h2 {
  color: var(--mainText);
  font-size: 3rem;
  margin-bottom: 40px;
}

.about-us h2 span {
  display: block;
}

.about-us p {
  width: 75%;
  margin: 15px auto;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;

  margin: 50px auto 0 auto;
}

.values-section h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--mainText);
  margin: 40px 0;
  padding: 0 30px;
}

.value-card {
  flex: 1 1 calc(33.333% - 30px);
  text-align: center;
  margin-bottom: 30px;
}

.value-card p {
  text-align: center;
}

.value-card img {
  margin-bottom: 30px;
  width: 100px;
}

.value-card h3 {
  color: var(--mainText);
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
}

.mini-morgans-description {
  margin-top: 90px;
  background-image: url("media/squirrel-acorn-background2.png");
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.91);
  background-blend-mode: lighten;
  padding-bottom: 30px;
}
.description-header {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 70px;
  color: var(--mainText);
}

.description-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
}

.description-img-wrapper {
  flex: 1 1 calc(50% - 30px);

  position: relative;
}
.description-img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.description-text-wrapper {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.description-text-wrapper p a {
  color: var(--mainText);
  font-weight: 600;
  text-decoration: none;
}
.description-text-wrapper p a:hover {
  color: var(--secondaryText);
}

.description-text-wrapper p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.description-text-wrapper h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--mainText);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.description-text-wrapper p span {
  color: var(--mainText);
  font-weight: bolder;
}

.description-text-wrapper p {
  margin-bottom: 15px;
}

.description-links-wrapper {
  width: 95%;
  margin: 0 auto;
}

.description-links-wrapper a {
  margin-right: 10px;
}

.ethos {
  background-image: url("media/squirrel-acorn-background2.png");
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.91);
  background-blend-mode: lighten;
  padding-bottom: 90px;
}

.ethos-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 30px;
  position: relative;
}

.ethos-img-wrapper {
  flex: 1 1 calc(50% - 30px);

  position: relative;
}

.ethos-img {
  position: relative;
  width: 420px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.ethos-text-wrapper {
  flex-basis: 70%;
  position: relative;
  top: 26%;

  min-width: 0;
}

.ethos-text-wrapper h2 {
  font-size: 2.5rem;
  text-align: center;
  color: var(--mainText);
  margin-bottom: 30px;
}
/* .ethos-text-wrapper h1 span {
  } */

.slide-wrapper {
  width: 100%;
  margin: 0 auto;

  position: relative;
}

.slide-wrapper img {
  width: 40px;
  position: absolute;
  left: 30px;
}

.slide-wrapper p {
  position: relative;
  width: 70%;
  left: 100px;
  font-size: 1.1rem;
}

.slide:hover {
  cursor: grab !important;
}

.swiper-btn {
  color: var(--darkText);
  font-size: 5px !important;
  font-weight: 1000;
}
.swiper-btn:hover {
  color: var(--backgroundBlock);
}

.apps-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  padding: 50px 0;
}

:root {
  --swiper-navigation-size: 20px;
}

/* Pop Up Window */
.pop-up-window {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  background-color: #fff5e3;
  border-radius: 20px;
  border: none;

  flex-direction: column;
}
.pop-up-window i {
  position: absolute;
  z-index: 1000;
  left: 90%;
  top: 2%;
  font-size: 1.7rem;
  color: white;
  background-color: var(--mainText);
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.pop-up-window i:hover {
  cursor: pointer;
  background-color: var(--secondaryText);
}

.pop-up-window img {
  width: 550px;
}
.pop-up-btn-wrapper {
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 55%;
}

.review-wrapper {
  flex-basis: 57%;
  margin-top: 40px;
}

.review-wrapper h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--mainText);
}

.review {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

@media (max-width: 994px) {
  .description-links-wrapper a {
    display: block;
    margin-bottom: 10px;
  }

  .value-card {
    flex-basis: 45%;
  }

  .apps-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .apps-wrapper .map-app iframe {
    height: 300px;
  }
}

@media (max-width: 920px) {
  .description-wrapper {
    display: block;
  }
  .description-img {
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .description-text-wrapper {
    margin-top: 30px;
    display: block;
  }

  .description-text-wrapper h3 {
    text-align: center;
  }

  .description-links-wrapper {
    width: fit-content;
  }
  .description-links-wrapper a {
    display: inline;
  }

  .ethos-wrapper {
    display: block;
  }

  .ethos-text-wrapper {
    position: static;
    margin-top: 30px;
  }

  .widgets-wrapper {
    display: block;
  }
}

@media (max-width: 767px) {
  .hero-bubble h1 {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }

  .hero-bubble h1 span {
    font-size: 1.6rem;
  }

  .hero-bubble {
    width: 90%;
  }
  .pop-up-window img {
    width: 370px;
  }

  .pop-up-window i {
    width: 30px;
  }
}

@media (max-width: 500px) {
  .mini-morgans-description {
    padding-bottom: 0px;
  }

  .values {
    display: block;
  }

  .value-card {
    margin-bottom: 40px;
  }

  .description-links-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .description-img-wrapper img {
    width: 300px;
  }

  .description-links-wrapper a {
    display: block;
    margin-bottom: 10px;
  }

  .description-wrapper {
    margin-bottom: 40px;
  }

  .description-img-wrapper h4 {
    text-align: center;
  }

  .block h2 {
    font-size: 1.6rem;
  }

  .ethos-img-wrapper {
    margin-top: 50px;
  }
  .ethos-img-wrapper img {
    width: 300px;
  }

  .slide-wrapper img {
    display: None;
  }

  .slide-wrapper p {
    width: 80%;
    margin: 0 auto;
    position: static;
  }
}

/* =========================
   FAQs (Home page)
   ========================= */
.faqs {
  padding: 70px 30px;
  background-image: url("media/squirrel-acorn-background2.png");
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.91);
  background-blend-mode: lighten;
}

.faqs > h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--mainText);
  margin-bottom: 50px;
}

.faqs .faq-item {
  width: min(900px, 92%);
  margin: 0 auto 18px auto;
  background-color: rgba(241, 241, 241, 0.7);
  border: 1px solid color-mix(in srgb, var(--secondaryText) 25%, white);
  border-left: 6px solid var(--secondaryText);
  border-radius: 18px;
  padding: 18px 18px;
  box-shadow: 0 2px 8px rgba(54, 41, 37, 0.06);
}

.faqs .faq-item h4 {
  color: var(--mainText);
  font-size: 1.9rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

.faqs .faq-item p {
  margin: 10px 0;
  color: var(--darkText);
}

.faqs .faq-item a {
  color: var(--mainText);
  font-weight: 700;
  text-decoration: none;
}

.faqs .faq-item a:hover {
  color: var(--secondaryText);
}

.faqs .faq-item ul {
  margin: 10px 0 0 0;
  padding-left: 22px;
}

.faqs .faq-item li {
  margin: 6px 0;
  color: var(--darkText);
  line-height: 1.5rem;
}

/* FAQs collapsible behaviour */
.faqs .faq-item h4 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faqs .faq-item h4::after {
  content: "+";
  font-family: "Open Sans", serif;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--secondaryText);
  flex: 0 0 auto;
}

.faqs .faq-item.is-open h4::after {
  content: "–";
}

.faqs .faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

.faqs .faq-item.is-open .faq-content {
  opacity: 1;
}

/* Responsive */
@media (max-width: 767px) {
  .faqs {
    padding: 50px 15px;
  }

  .faqs > h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .faqs .faq-item h4 {
    font-size: 1.6rem;
  }

  .faqs .faq-item {
    padding: 16px 14px;
    border-radius: 16px;
  }
}
