/* Herbogel about content — page-specific styles only. */
.hro-main,
.hro-main * {
  box-sizing: border-box;
}

.hro-main {
  --hro-ink: #24102f;
  --hro-green: #7424b8;
  --hro-green-dark: #4d1b78;
  --hro-lime: #ff8fdf;
  --hro-soft: #f3eaff;
  --hro-cream: #fbf7ff;
  --hro-line: #dec8ef;
  --hro-muted: #6d5a79;
  color: var(--hro-ink);
  background: var(--hro-cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

.hro-main a {
  color: inherit;
  text-decoration: none;
}

.hro-main img {
  display: block;
  max-width: 100%;
}

.hro-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.hro-main h1,
.hro-main h2,
.hro-main h3,
.hro-main p {
  margin-top: 0;
}

.hro-main h1,
.hro-main h2,
.hro-main h3 {
  color: var(--hro-ink);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hro-main h1 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.3rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.hro-main h2 {
  margin-bottom: 19px;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 1.04;
}

.hro-main h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hro-eyebrow {
  margin-bottom: 20px;
  color: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hro-eyebrow-light {
  color: var(--hro-lime);
}

.hro-lead {
  max-width: 650px;
  margin-bottom: 0;
  color: #5c456a;
  font-size: 1.14rem;
  line-height: 1.65;
}

.hro-page-hero {
  background: linear-gradient(110deg, #f4eaff 0%, #f8f2ff 58%, #f0e3ff 100%);
}

.hro-page-hero-inner {
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.hro-page-hero-mark {
  width: 190px;
  height: 190px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--hro-ink);
  background: #ead8ff;
  transform: rotate(8deg);
}

.hro-page-hero-mark span {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}

.hro-page-hero-mark small {
  margin-top: 9px;
  color: var(--hro-green-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hro-page-hero-mark-leaf {
  border: 1px solid rgba(116, 36, 184, 0.16);
  background: transparent;
  transform: rotate(-9deg);
}

.hro-page-hero-mark-leaf span {
  color: var(--hro-green);
}

.hro-section {
  padding: 108px 0;
}

.hro-section-light {
  background: var(--hro-cream);
}

.hro-section-soft {
  background: var(--hro-soft);
}

.hro-section-dark,
.hro-final-cta {
  color: #f7fbf3;
  background: var(--hro-ink);
}

.hro-section-dark h2,
.hro-section-dark h3,
.hro-final-cta h2 {
  color: #fff;
}

.hro-section-dark .hro-section-heading > p:last-child {
  color: #c5a9d7;
}

.hro-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.hro-about-image {
  position: relative;
  min-height: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 42px;
  background: #f0e3ff;
}

.hro-about-image-backdrop {
  position: absolute;
  width: 73%;
  aspect-ratio: 1;
  border: 1px solid rgba(116, 36, 184, 0.2);
  border-radius: 50%;
  background: #e9d5ff;
}

.hro-about-image img {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 24px 16px rgba(76, 29, 120, 0.13));
}

.hro-content-column > p:not(.hro-eyebrow) {
  max-width: 600px;
  color: var(--hro-muted);
  font-size: 1.03rem;
}

.hro-content-column .hro-btn {
  margin-top: 12px;
}

.hro-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hro-btn:hover {
  transform: translateY(-2px);
}

.hro-btn-primary {
  color: #fff !important;
  background: var(--hro-green);
  box-shadow: 0 12px 24px rgba(116, 36, 184, 0.18);
}

.hro-btn-primary:hover {
  background: var(--hro-green-dark);
}

.hro-btn-light {
  color: var(--hro-ink) !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.hro-section-heading {
  max-width: 670px;
  margin-bottom: 46px;
}

.hro-section-heading > p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 1.02rem;
}

.hro-section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hro-section-heading-centered > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.hro-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hro-value-card {
  min-height: 245px;
  padding: 28px 25px;
  border: 1px solid #e5d3f2;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
}

.hro-card-index {
  color: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hro-value-card h3 {
  margin-top: 70px;
}

.hro-value-card p {
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 0.91rem;
}

.hro-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(48px, 10vw, 140px);
}

.hro-process-list {
  border-top: 1px solid rgba(212, 38, 168, 0.2);
}

.hro-process-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(212, 38, 168, 0.2);
}

.hro-process-step > span {
  color: var(--hro-lime);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hro-process-step h3 {
  margin-bottom: 6px;
  font-size: 1.18rem;
}

.hro-process-step p {
  max-width: 470px;
  margin-bottom: 0;
  color: #c5a9d7;
  font-size: 0.93rem;
}

.hro-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hro-offer-item {
  display: flex;
  min-height: 170px;
  align-items: flex-start;
  gap: 17px;
  padding: 25px;
  border: 1px solid var(--hro-line);
  border-radius: 24px;
  background: #fff;
}

.hro-offer-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.9rem;
  font-weight: 800;
}

.hro-offer-item h3 {
  margin-top: 4px;
  margin-bottom: 7px;
}

.hro-offer-item p {
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 0.87rem;
}

.hro-final-cta-inner {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 58px;
  padding-bottom: 58px;
}

.hro-final-cta h2 {
  max-width: 700px;
  margin-bottom: 14px;
}

.hro-final-cta p:last-child {
  max-width: 590px;
  margin-bottom: 0;
  color: #d5b9eb;
}

.hro-final-cta .hro-eyebrow {
  color: var(--hro-lime);
}

@media (max-width: 991px) {
  .hro-page-hero-inner {
    min-height: 0;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hro-page-hero-mark {
    width: 150px;
    height: 150px;
  }

  .hro-page-hero-mark span {
    font-size: 3.1rem;
  }

  .hro-section {
    padding: 82px 0;
  }

  .hro-split,
  .hro-process-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hro-about-image {
    min-height: 480px;
    max-width: 600px;
    margin: 0 auto;
  }

  .hro-process-layout .hro-section-heading {
    margin-bottom: 0;
  }

  .hro-value-grid,
  .hro-offer-grid {
    grid-template-columns: 1fr;
  }

  .hro-value-card {
    min-height: 0;
  }

  .hro-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .hro-container {
    width: min(100% - 32px, 1180px);
  }

  .hro-main h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .hro-page-hero-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .hro-page-hero-mark {
    width: 112px;
    height: 112px;
    align-self: flex-end;
  }

  .hro-page-hero-mark span {
    font-size: 2.3rem;
  }

  .hro-page-hero-mark small {
    margin-top: 4px;
    font-size: 0.5rem;
  }

  .hro-section {
    padding: 68px 0;
  }

  .hro-about-image {
    min-height: 390px;
    border-radius: 28px;
  }

  .hro-content-column .hro-btn {
    width: 100%;
  }

  .hro-offer-item {
    min-height: 0;
  }

  .hro-final-cta-inner {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hro-final-cta .hro-btn {
    width: 100%;
  }
}
