.why-us {
  background-color: #0A2F2B;
  color: #ffffff;
  border-top: 1px solid rgba(226, 199, 153, 0.1);
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

.why-us::before,
.why-us::after {
  content: "";
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(226, 199, 153, 0.05);
  filter: blur(80px);
  pointer-events: none;
}

.why-us::before {
  top: -25%;
  right: -25%;
}

.why-us::after {
  bottom: -25%;
  left: -25%;
}

.why-us__inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .why-us__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 0 2rem;
  }
}
.why-us__label {
  display: block;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E2C799;
  margin-bottom: 1rem;
}

.why-us__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .why-us__heading {
    font-size: 3rem;
  }
}
.why-us__features .field__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.why-us__feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.why-us__feature-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(226, 199, 153, 0.2);
}
.why-us__feature-icon .material-symbols-outlined {
  font-size: 1.5rem;
  color: #E2C799;
  line-height: 1;
}

.why-us__feature-text {
  min-width: 0;
}
.why-us__feature-text h3,
.why-us__feature-text h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E2C799;
  margin: 0 0 0.5rem;
  line-height: 1.375;
}
.why-us__feature-text p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  color: rgba(209, 250, 229, 0.6);
  margin: 0;
}

.why-us__feature-desc {
  color: rgba(209, 250, 229, 0.6);
}
.why-us__feature-desc p {
  margin: 0;
}
.why-us__feature-desc p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.why-us__body--fallback {
  color: rgba(209, 250, 229, 0.75);
}
.why-us__body--fallback p {
  margin-bottom: 1rem;
}
.why-us__body--fallback h3,
.why-us__body--fallback h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E2C799;
  margin: 1.5rem 0 0.5rem;
}

.why-us__quote {
  display: none;
  margin: 0;
  padding: 3rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: rgba(5, 18, 16, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 199, 153, 0.2);
}

@media (min-width: 1024px) {
  .why-us__quote {
    display: block;
  }
}
.why-us__quote-icon {
  display: block;
  font-size: 3.75rem;
  color: #E2C799;
  margin: 0 auto 1.5rem;
  line-height: 1;
}

.why-us__quote-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
.why-us__quote-inner p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  color: rgba(209, 250, 229, 0.95);
  line-height: 1.625;
  margin: 0 0 2rem;
}

.why-us__quote-rule {
  width: 5rem;
  height: 1px;
  background: rgba(226, 199, 153, 0.4);
  margin: 0 auto 1.5rem;
}

.why-us__quote-footer cite {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E2C799;
  font-style: normal;
}

.why-us__quote-role {
  display: block;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(209, 250, 229, 0.5);
  margin-top: 0.25rem;
}
/*# sourceMappingURL=why-us.css.map */
