.venusAboutPage {
  background:
    radial-gradient(
      circle at top left,
      rgba(202, 163, 58, 0.08),
      transparent 24%
    ),
    linear-gradient(180deg, #faf8f1 0%, #f7f3ea 16%, #f4efe5 100%);
}

.venusAboutPage .mainHeading span,
.venusAboutPage .mainBlogPostCard h3 span {
  color: inherit;
}

.venusAboutPage .mainAboutUs {
  margin-top: 0;
}

.venusAboutIntro__media {
  min-height: 620px;
}

.venusAboutIntro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.venusAboutIntro__badge {
  max-width: 290px;
}

.venusAboutIntro__content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(251, 248, 240, 0.96) 100%
  );
  padding: 42px 44px !important;
}

.venusAboutRichText {
  color: #455248;
  max-width: 64ch;
}

.venusAboutIntro__content .aboutUsEyebrow {
  margin-bottom: 12px;
  color: #8b7a52;
}

.venusAboutIntro__content .mainHeading {
  color: #173120;
  font-size: clamp(2.2rem, 3.3vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.venusAboutIntro__content .aboutUsLead {
  margin: 18px 0 0;
  color: #8d6b1f;
  font-size: 1.06rem;
  line-height: 1.75;
  font-weight: 500;
  max-width: 58ch;
}

.venusAboutIntro__content .aboutUsSummary {
  margin-top: 22px;
  gap: 14px;
}

.venusAboutIntro__content .aboutUsSummary p {
  margin: 0;
  color: #4f5d53;
  font-size: 1rem;
  line-height: 1.9;
}

.venusAboutIntro__content .aboutUsSummary p:first-child {
  position: relative;
  padding-left: 20px;
  color: #233629;
}

.venusAboutIntro__content .aboutUsSummary p:first-child::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f4c100;
  transform: translateY(-50%);
}

.venusAboutIntro__content .aboutUsHighlights {
  margin-top: 26px;
}

.venusAboutRichText p:last-child {
  margin-bottom: 0;
}

.venusAboutSectionIntro {
  width: min(780px, 100%);
  margin-bottom: 30px;
}

.venusAboutSectionIntro__text {
  margin: 14px 0 0;
  color: #687268;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 680px;
}

.venusAboutServices {
  background:
    radial-gradient(
      circle at 20% 12%,
      rgba(255, 255, 255, 0.16),
      transparent 22%
    ),
    linear-gradient(180deg, #1d5033 0%, #123822 100%) !important;
}

.venusAboutServices .overHeading,
.venusAboutServices .mainHeading,
.venusAboutServices .venusAboutSectionIntro__text {
  color: #fff9ef;
}

.venusAboutServices .venusAboutSectionIntro__text {
  opacity: 0.86;
}

.venusAboutServices__grid {
  row-gap: 24px;
}

.venusAboutFeatureCard {
  height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(7, 18, 11, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.venusAboutFeatureCard__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(244, 193, 0, 0.18);
  color: #f4cd53;
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.venusAboutFeatureCard h3 {
  margin: 0 0 12px;
  color: #fff9ef;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 700;
}

.venusAboutFeatureCard p {
  margin: 0;
  color: rgba(255, 249, 239, 0.82);
  font-size: 0.95rem;
  line-height: 1.7;
}

.venusAboutStory,
.venusAboutOffices,
.venusAboutTeam {
  background: transparent;
}

.venusAboutStory__grid,
.venusAboutOffices__grid,
.venusAboutTeam__grid {
  row-gap: 28px;
}

.venusAboutStoryCard,
.venusAboutOfficeCard,
.venusAboutTeamCard {
  height: 100%;
}

.venusAboutStoryCard__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #125123;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.venusAboutStoryCard__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f4c100;
}

.venusAboutStoryCard__content p,
.venusAboutOfficeCard p,
.venusAboutTeamCard p {
  color: #5d665e;
  font-size: 0.95rem;
  line-height: 1.72;
}

.venusAboutOfficeCard__map {
  overflow: hidden;
  aspect-ratio: 1 / 0.72;
}

.venusAboutOfficeCard__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.venusAboutPartners {
  background:
    radial-gradient(
      circle at right top,
      rgba(244, 193, 0, 0.13),
      transparent 20%
    ),
    linear-gradient(180deg, #faf8f1 0%, #f3ecde 100%) !important;
}

.venusAboutPartners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.venusAboutPartnerCard {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 81, 35, 0.09);
  box-shadow: 0 14px 32px rgba(17, 36, 26, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.venusAboutPartnerCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(18, 81, 35, 0.12);
  border-color: rgba(244, 193, 0, 0.22);
}

.venusAboutPartnerCard img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  display: block;
}

.venusAboutTeamCard__media {
  overflow: hidden;
  aspect-ratio: 1 / 1.12;
  background: linear-gradient(
    180deg,
    rgba(18, 81, 35, 0.08),
    rgba(244, 193, 0, 0.08)
  );
}

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

.venusAboutTeamCard__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.venusAboutTeamCard__social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(18, 81, 35, 0.08);
  border: 1px solid rgba(18, 81, 35, 0.12);
  color: #125123;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.venusAboutTeamCard__social a:hover {
  background: #125123;
  color: #ffffff;
  transform: translateY(-2px);
}

.venusAboutTeam__footer {
  margin-top: 18px;
}

.venusAboutPage .mainCustomersSay {
  background: transparent;
}

@media only screen and (max-width: 1199.98px) {
  .venusAboutPartners__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991.98px) {
  .venusAboutIntro__media {
    min-height: 0;
  }

  .venusAboutIntro__content {
    padding: 34px 30px !important;
  }

  .venusAboutPartners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767.98px) {
  .venusAboutSectionIntro {
    margin-bottom: 22px;
  }

  .venusAboutIntro__content {
    padding: 26px 22px !important;
  }

  .venusAboutIntro__content .mainHeading {
    font-size: 2rem;
    line-height: 1.02;
  }

  .venusAboutIntro__content .aboutUsLead {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .venusAboutIntro__content .aboutUsSummary {
    margin-top: 18px;
    gap: 12px;
  }

  .venusAboutIntro__content .aboutUsSummary p {
    font-size: 0.92rem;
    line-height: 1.78;
  }

  .venusAboutSectionIntro__text {
    font-size: 0.92rem;
    line-height: 1.66;
  }

  .venusAboutFeatureCard {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .venusAboutFeatureCard h3 {
    font-size: 1.18rem;
  }

  .venusAboutStoryCard__content p,
  .venusAboutOfficeCard p,
  .venusAboutTeamCard p {
    font-size: 0.9rem;
    line-height: 1.66;
  }

  .venusAboutPartners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .venusAboutPartnerCard {
    min-height: 92px;
    padding: 14px;
    border-radius: 18px;
  }

  .venusAboutPartnerCard img {
    max-height: 44px;
  }

  .venusAboutTeamCard__social {
    padding-top: 14px;
  }

  .venusAboutTeamCard__social a {
    width: 36px;
    height: 36px;
  }
}
