.she-hero{
  position: relative;
  overflow: hidden;
  background: var(--she-section-bg, #efefef);
  min-height: var(--she-height, 720px);
  color: var(--she-headline-color, #111);
}
.she-hero *{ box-sizing: border-box; }
.she-hero__inner{
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(320px, var(--she-content-max, 620px)) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(32px, 4vw, 84px);
  padding: 36px 0 54px;
}
.she-hero__content{
  position: relative;
  z-index: 3;
  margin-top: var(--she-headline-offset, 24px);
  max-width: var(--she-content-max, 620px);
}
.she-hero .she-top-text{
  font-size: var(--she-top-size-d, 44px);
  line-height: .98;
  letter-spacing: -0.03em;
  -webkit-text-stroke: 1px rgba(0,0,0,.34);
  color: transparent;
  margin-bottom: 10px;
}
.she-hero .she-headline{
  margin: 0;
  font-size: var(--she-headline-size-d, 94px);
  line-height: .92;
  letter-spacing: -0.065em;
  font-weight: 700;
  color: var(--she-headline-color, #090909);
}
.she-hero .she-headline span{ display:block; }
.she-hero .she-reveal-headline{
  opacity: 0;
  transform: translateY(24px);
  transition: transform 700ms ease, opacity 700ms ease;
  transition-delay: var(--she-headline-delay, 450ms);
}
.she-hero.is-visible .she-reveal-headline{
  opacity: 1;
  transform: translateY(0);
}
.she-hero .she-reviews-inline{
  margin-top: 28px;
  display: grid;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 450ms ease, transform 450ms ease;
}
.she-hero.is-visible .she-reviews-inline.is-visible, .she-hero.is-visible .she-reviews-inline{
  opacity: 1;
  transform: translateY(0);
}
.she-hero .she-review-summary{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: var(--she-reviews-color, #111);
  font-size: 17px;
  line-height: 1;
}
.she-hero .she-review-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.she-hero .she-review{
  color: var(--she-reviews-color, #111);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
}
.she-hero .she-reviews__meta{
  font-size: 12px;
  opacity: .72;
}
.she-hero__visual{
  position: relative;
  width: min(var(--she-circle-size, 760px), 100%);
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  overflow: visible;
  transform: translate(var(--she-hero-shift-x, 0), var(--she-hero-shift-y, 0));
  z-index: 2;
}
.she-hero__portrait-wrap, .she-hero__subcircle, .she-hero__subcontent{
  transition: transform var(--she-zoom-duration, 900ms) cubic-bezier(.19,1,.22,1), opacity var(--she-zoom-duration, 900ms) cubic-bezier(.19,1,.22,1);
  will-change: transform, opacity;
}
.she-hero .she-reveal-visual .she-hero__portrait-wrap, .she-hero .she-reveal-visual .she-hero__subcircle, .she-hero .she-reveal-visual .she-hero__subcontent{
  opacity: 0;
  transform: scale(.02);
}
.she-hero.is-visible .she-reveal-visual .she-hero__portrait-wrap, .she-hero.is-visible .she-reveal-visual .she-hero__subcircle, .she-hero.is-visible .she-reveal-visual .she-hero__subcontent{
  opacity: 1;
  transform: scale(1);
}
.she-hero__portrait-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #2f2f2f;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  z-index: 1;
}
.she-hero__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transform: scale(var(--she-image-scale, 1));
  filter: grayscale(1);
}
.she-hero__subcircle{
  position: absolute;
  right: max(-12px, -1%);
  bottom: max(-18px, -2%);
  width: var(--she-subcircle-size, 300px);
  height: var(--she-subcircle-size, 300px);
  border-radius: 50%;
  background: var(--she-subcircle-bg, #e5e5e5);
  z-index: 2;
  box-shadow: none;
}
.she-hero__subcontent{
  position: absolute;
  z-index: 3;
  left: calc(100% - var(--she-subcircle-size, 300px) + 58px);
  bottom: calc(max(-18px, -2%) + 86px);
  width: min(420px, 44vw);
  max-width: 420px;
  text-align: left;
  pointer-events: auto;
}
.she-hero .she-typing{
  overflow: visible;
}
.she-hero .she-typing__text{
  margin: 0;
  font-size: var(--she-body-size-d, 20px);
  line-height: 1.5;
  color: var(--she-body-color, #171717);
  min-height: auto;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.she-hero .she-cta-wrap{
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 400ms ease, transform 400ms ease;
  position: relative;
  z-index: 3;
}
.she-hero .she-cta-wrap.is-visible{
  opacity: 1;
  transform: translateY(0);
}
.she-hero .she-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--she-button-size-d, 19px);
  color: var(--she-button-text, #111);
  background: var(--she-button-bg, transparent);
  border: 1px solid var(--she-button-border, #111);
  border-radius: var(--she-button-radius, 999px);
  text-decoration: none;
  padding: 8px 8px 8px 18px;
  line-height: 1;
  transition: transform .2s ease;
}
.she-hero .she-cta:hover{ transform: translateY(-1px); }
.she-hero .she-cta__dot{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--she-button-border, #111);
  display: inline-block;
  position: relative;
  flex: 0 0 28px;
}
.she-hero .she-cta__dot::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .she-hero__inner{ grid-template-columns: 1fr; gap: 30px; }
  .she-hero__content{ order: 1; max-width: 100%; }
  .she-hero__visual{ order: 2; }
  .she-hero .she-top-text{ font-size: var(--she-top-size-t, 34px); }
  .she-hero .she-headline{ font-size: var(--she-headline-size-t, 72px); }
  .she-hero .she-typing__text{ font-size: var(--she-body-size-t, 18px); }
  .she-hero .she-cta{ font-size: var(--she-button-size-t, 18px); }
  .she-hero__subcontent{
    width: min(360px, 62vw);
    max-width: 360px;
    left: calc(100% - var(--she-subcircle-size, 300px) + 36px);
    bottom: calc(max(-18px, -2%) + 70px);
  }
}

@media (max-width: 767px) {
  .she-hero__inner{
    width: min(100% - 24px, 1120px);
    padding: 28px 0 40px;
    gap: 24px;
  }
  .she-hero .she-top-text{ font-size: var(--she-top-size-m, 24px); }
  .she-hero .she-headline{ font-size: var(--she-headline-size-m, 42px); }
  .she-hero .she-review-summary{ font-size: 15px; }
  .she-hero__visual{
    width: min(100%, 560px);
  }
  .she-hero__portrait-wrap{
    width: 100%;
  }
  .she-hero__subcircle{
    width: min(var(--she-subcircle-size, 300px), 54vw);
    height: min(var(--she-subcircle-size, 300px), 54vw);
    right: -4px;
    bottom: -4px;
  }
  .she-hero__subcontent{
    width: min(280px, 56vw);
    max-width: 280px;
    right: 18px;
    bottom: 32px;
  }
  .she-hero .she-typing__text{ font-size: var(--she-body-size-m, 16px); min-height: 4.8em; }
  .she-hero .she-cta{ font-size: var(--she-button-size-m, 16px); padding: 8px 8px 8px 15px; }
  .she-hero .she-cta__dot{ width: 26px; height: 26px; flex-basis: 26px; }
}


/* 1.0.14 hotfix review badges */
.she-hero .she-review-summary, .she-hero .she-reviews__meta, .she-hero .she-review__star{
  display: none !important;
}

.she-hero .she-review-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.she-hero .she-review{
  gap: 8px;
}

.she-hero .she-review__logo{
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.she-hero .she-review__logo--google{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M23.49 12.27c0-.79-.07-1.54-.21-2.27H12v4.3h6.44a5.52 5.52 0 0 1-2.39 3.62v3h3.87c2.27-2.09 3.57-5.17 3.57-8.65z'/%3E%3Cpath fill='%2334A853' d='M12 24c3.24 0 5.96-1.07 7.95-2.91l-3.87-3A7.19 7.19 0 0 1 12 19.3a7.22 7.22 0 0 1-6.77-4.98H1.23v3.1A12 12 0 0 0 12 24z'/%3E%3Cpath fill='%23FBBC05' d='M5.23 14.32A7.2 7.2 0 0 1 4.85 12c0-.8.14-1.57.38-2.32v-3.1H1.23A12 12 0 0 0 0 12c0 1.94.46 3.78 1.23 5.42l4-3.1z'/%3E%3Cpath fill='%23EA4335' d='M12 4.77c1.76 0 3.35.6 4.6 1.77l3.45-3.45C17.95 1.1 15.23 0 12 0A12 12 0 0 0 1.23 6.58l4 3.1A7.22 7.22 0 0 1 12 4.77z'/%3E%3C/svg%3E");
}

.she-hero .she-review__logo--trustpilot{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300B67A' d='M12 1.8l2.93 6.05 6.67.96-4.82 4.64 1.14 6.55L12 16.88 6.08 20l1.14-6.55L2.4 8.81l6.67-.96L12 1.8z'/%3E%3C/svg%3E");
}


/* 1.0.15 responsive refinement */
@media (max-width: 1024px) {
  .she-hero{
    min-height: auto;
  }
  .she-hero__inner{
    width: min(100% - 40px, 1120px);
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 34px 0 46px;
  }
  .she-hero__content{
    order: 1;
    margin-top: 0;
    max-width: 100%;
  }
  .she-hero__visual{
    order: 2;
    width: min(78vw, 620px);
    justify-self: center;
    transform: none;
  }
  .she-hero .she-reviews-inline{
    margin-top: 22px;
  }
  .she-hero__subcircle{
    width: min(var(--she-subcircle-size, 300px), 38vw);
    height: min(var(--she-subcircle-size, 300px), 38vw);
    right: max(-8px, -1%);
    bottom: max(-10px, -1%);
  }
  .she-hero__subcontent{
    left: auto;
    right: 5%;
    bottom: 12%;
    width: min(320px, 42vw);
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .she-hero__inner{
    width: min(100% - 24px, 1120px);
    padding: 24px 0 34px;
    gap: 20px;
  }
  .she-hero__content{
    text-align: left;
  }
  .she-hero .she-top-text{
    font-size: var(--she-top-size-m, 24px);
    margin-bottom: 8px;
  }
  .she-hero .she-headline{
    font-size: var(--she-headline-size-m, 42px);
    line-height: .94;
  }
  .she-hero .she-reviews-inline{
    gap: 10px;
    margin-top: 18px;
  }
  .she-hero .she-review-badges{
    gap: 10px;
  }
  .she-hero .she-review{
    font-size: 14px;
    padding: 9px 12px;
  }
  .she-hero__visual{
    width: min(92vw, 460px);
    max-width: 460px;
  }
  .she-hero__portrait-wrap{
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
  }
  .she-hero__subcircle{
    width: min(var(--she-subcircle-size, 300px), 40vw);
    height: min(var(--she-subcircle-size, 300px), 40vw);
    right: -2px;
    bottom: -2px;
  }
  .she-hero__subcontent{
    right: 8%;
    bottom: 18%;
    width: min(250px, 50vw);
    max-width: 250px;
  }
  .she-hero .she-typing__text{
    font-size: var(--she-body-size-m, 16px);
    line-height: 1.45;
  }
  .she-hero .she-cta-wrap{
    margin-top: 8px;
  }
  .she-hero .she-cta{
    font-size: var(--she-button-size-m, 16px);
    padding: 7px 7px 7px 14px;
  }
  .she-hero .she-cta__dot{
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

@media (max-width: 520px) {
  .she-hero__inner{
    width: calc(100% - 20px);
    padding: 18px 0 28px;
  }
  .she-hero .she-headline{
    font-size: clamp(34px, 10vw, var(--she-headline-size-m, 42px));
    letter-spacing: -0.055em;
  }
  .she-hero .she-top-text{
    font-size: clamp(20px, 7.2vw, var(--she-top-size-m, 24px));
  }
  .she-hero .she-review-badges{
    flex-direction: column;
    align-items: flex-start;
  }
  .she-hero__visual{
    width: min(94vw, 390px);
  }
  .she-hero__subcircle{
    width: min(var(--she-subcircle-size, 300px), 44vw);
    height: min(var(--she-subcircle-size, 300px), 44vw);
  }
  .she-hero__subcontent{
    width: min(220px, 56vw);
    max-width: 220px;
    right: 7%;
    bottom: 20%;
  }
  .she-hero .she-typing__text{
    font-size: 15px;
  }
  .she-hero .she-cta{
    font-size: 15px;
  }
}


/* 1.0.16 mobile-only hero layout refinement */
@media (max-width: 767px) {
  .she-hero__inner{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .she-hero__content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
  }

  .she-hero .she-top-text, .she-hero .she-headline{
    text-align: center;
  }

  .she-hero .she-reviews-inline{
    width: 100%;
    align-items: center;
    margin-top: 16px;
    order: 2;
  }

  .she-hero .she-review-badges{
    width: 100%;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .she-hero .she-review{
    white-space: nowrap;
  }

  .she-hero__visual{
    order: 3;
    width: min(92vw, 460px);
    max-width: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .she-hero__portrait-wrap{
    width: 100%;
  }

  .she-hero__subcircle{
    display: none !important;
  }

  .she-hero__subcontent{
    position: static;
    width: 100%;
    max-width: 320px;
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    z-index: 4;
  }

  .she-hero .she-typing__text{
    text-align: center;
    max-width: 100%;
  }

  .she-hero .she-cta-wrap{
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .she-hero__content{
    align-items: center;
  }

  .she-hero .she-review-badges{
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .she-hero .she-review{
    font-size: 13px;
    padding: 8px 11px;
  }

  .she-hero__visual{
    width: min(94vw, 390px);
    gap: 12px;
  }

  .she-hero__subcontent{
    max-width: 300px;
  }

  .she-hero .she-typing__text{
    font-size: 15px;
    line-height: 1.45;
  }
}


/* 1.0.17 tablet + mobile layout sync */
@media (max-width: 1024px) {
  .she-hero__inner{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .she-hero__content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    max-width: 100%;
  }

  .she-hero .she-top-text, .she-hero .she-headline{
    text-align: center;
  }

  .she-hero .she-reviews-inline{
    width: 100%;
    align-items: center;
    margin-top: 18px;
    order: 2;
  }

  .she-hero .she-review-badges{
    width: 100%;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .she-hero .she-review{
    white-space: nowrap;
  }

  .she-hero__visual{
    order: 3;
    width: min(82vw, 620px);
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transform: none;
  }

  .she-hero__portrait-wrap{
    width: 100%;
  }

  .she-hero__subcircle{
    display: none !important;
  }

  .she-hero__subcontent{
    position: static;
    width: 100%;
    max-width: 420px;
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    z-index: 4;
  }

  .she-hero .she-typing__text{
    text-align: center;
    max-width: 100%;
  }

  .she-hero .she-cta-wrap{
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}



/* v1.0.20 overflow fix */
.she-hero .she-hero__visual,
.she-hero .she-hero__subcontent,
.she-hero .she-typing,
.she-hero .she-typing__text {
  overflow: visible !important;
}

.she-hero .she-hero__visual {
  position: relative;
  isolation: isolate;
}

.she-hero .she-hero__subcontent {
  z-index: 5;
  max-width: 380px;
  width: min(380px, 40vw);
  transform: translateX(8px);
}

@media (max-width: 1200px) {
  .she-hero .she-hero__subcontent {
    max-width: 360px;
    width: min(360px, 44vw);
    transform: none;
  }
}

@media (max-width: 1024px) {
  .she-hero .she-hero__subcontent {
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .she-hero .she-hero__subcontent {
    max-width: 320px;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 520px) {
  .she-hero .she-hero__subcontent {
    max-width: 300px;
  }
}


/* v1.0.21 testimonial block */
.she-hero .she-testimonial {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  max-width: 540px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 28px rgba(0,0,0,.035);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.she-hero.is-visible .she-testimonial {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--she-headline-delay, 450ms) + 120ms);
}
.she-hero .she-testimonial__avatar-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(17,17,17,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}
.she-hero .she-testimonial__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.she-hero .she-testimonial__avatar-fallback {
  font-weight: 700;
  color: #111;
}
.she-hero .she-testimonial__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--she-body-color, #171717);
}
.she-hero .she-testimonial__meta {
  margin-top: 6px;
  display:flex;
  flex-wrap:wrap;
  gap: 6px;
  align-items:center;
  font-size: 13px;
  color: rgba(17,17,17,.78);
}
.she-hero .she-testimonial__name {
  color: #111;
}
.she-hero .she-testimonial__company::before {
  content: '•';
  margin-right: 6px;
}

@media (max-width: 1024px) {
  .she-hero .she-testimonial {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .she-hero .she-testimonial {
    max-width: 100%;
    text-align: left;
    grid-template-columns: 38px 1fr;
    padding: 12px 14px;
  }
  .she-hero .she-testimonial__avatar-wrap {
    width: 38px;
    height: 38px;
  }
}


/* v1.0.23 testimonial save + avatar circle hardening */
.she-hero .she-testimonial__avatar-wrap,
.she-hero .she-testimonial__avatar {
  border-radius: 50% !important;
}


/* v1.1.0 high-conversion trust section */
.she-hero .she-reviews-inline {
  margin-top: 22px;
  gap: 12px;
}

.she-hero .she-trust-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--she-reviews-color, #111);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,.03);
}

.she-hero .she-review-badges {
  gap: 14px;
}

.she-hero .she-review {
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 4px 10px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.she-hero .she-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,.06);
}

.she-hero .she-review__stars {
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(17,17,17,.82);
}

.she-hero .she-testimonial {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

.she-hero .she-testimonial__text {
  font-size: 15px;
}

@media (max-width: 767px) {
  .she-hero .she-reviews-inline {
    margin-top: 18px;
    gap: 10px;
    align-items: center;
  }
  .she-hero .she-trust-primary {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .she-hero .she-review-badges {
    gap: 10px;
  }
}


/* v1.1.1 clean trust */
.she-hero .she-trust-primary {
  display: none !important;
}

.she-hero .she-review-badges--rotating {
  position: relative;
}

.she-hero .she-review-badges--rotating .she-review {
  transition: opacity .25s ease, transform .25s ease;
}

@media (max-width: 767px) {
  .she-hero .she-review-badges--rotating {
    flex-wrap: nowrap;
  }
}


/* v1.2.0 conversion booster */
.she-hero .she-reviews-inline {
  margin-top: 20px;
  gap: 14px;
}

.she-hero .she-review-badges {
  gap: 12px;
  align-items: center;
}

.she-hero .she-review {
  padding: 8px 12px;
  font-size: 13px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 4px 10px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.she-hero .she-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.she-hero .she-review__stars {
  color: rgba(17,17,17,.85);
  letter-spacing: .04em;
  font-size: 11px;
}

.she-hero .she-testimonial {
  margin-top: 18px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 14px;
}

.she-hero .she-testimonial__avatar-wrap {
  box-shadow: 0 0 0 3px rgba(255,255,255,.5);
}

.she-hero .she-testimonial__text {
  line-height: 1.55;
}

.she-hero .she-cta-wrap {
  margin-top: 14px;
}

.she-hero .she-cta {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.she-hero .she-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.she-hero .she-cta-microcopy {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(17,17,17,.72);
}

@media (max-width: 767px) {
  .she-hero .she-reviews-inline {
    margin-top: 18px;
    gap: 12px;
  }
  .she-hero .she-review {
    font-size: 12px;
  }
  .she-hero .she-testimonial {
    margin-top: 16px;
  }
}


/* v1.2.1 mobile stabilization */
@media (max-width: 767px) {
  .she-hero {
    overflow: visible !important;
  }

  .she-hero .she-hero__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: min(100% - 24px, 1120px) !important;
    gap: 18px !important;
    padding: 24px 0 34px !important;
  }

  .she-hero .she-hero__content {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .she-hero .she-top-text,
  .she-hero .she-headline,
  .she-hero .she-headline span {
    text-align: center !important;
  }

  .she-hero .she-testimonial {
    order: 2 !important;
    width: calc(100% - 8px) !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    text-align: left !important;
  }

  .she-hero .she-reviews-inline {
    order: 3 !important;
    width: 100% !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .she-hero .she-review-badges {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .she-hero .she-review {
    flex: 0 0 auto !important;
    max-width: calc(100vw - 44px) !important;
    white-space: nowrap !important;
  }

  .she-hero .she-hero__visual {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    transform: none !important;
    overflow: visible !important;
  }

  .she-hero .she-hero__portrait-wrap {
    width: min(84vw, 320px) !important;
    height: min(84vw, 320px) !important;
    max-width: 320px !important;
    max-height: 320px !important;
    aspect-ratio: 1 !important;
    overflow: hidden !important;
  }

  .she-hero .she-hero__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .she-hero .she-hero__subcircle {
    display: none !important;
  }

  .she-hero .she-hero__subcontent {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: calc(100% - 8px) !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    text-align: center !important;
    overflow: visible !important;
  }

  .she-hero .she-typing,
  .she-hero .she-typing__text {
    overflow: visible !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .she-hero .she-cta-wrap {
    margin-top: 12px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .she-hero .she-cta-microcopy {
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  .she-hero .she-headline {
    font-size: clamp(34px, 9.8vw, 54px) !important;
    line-height: .94 !important;
  }

  .she-hero .she-top-text {
    font-size: clamp(20px, 7vw, 30px) !important;
  }

  .she-hero .she-review {
    font-size: 12px !important;
    padding: 8px 11px !important;
  }

  .she-hero .she-testimonial {
    max-width: 340px !important;
    padding: 14px 14px !important;
  }

  .she-hero .she-hero__portrait-wrap {
    width: min(86vw, 300px) !important;
    height: min(86vw, 300px) !important;
  }

  .she-hero .she-hero__subcontent {
    max-width: 300px !important;
  }
}


/* v1.2.2 mobile spacing + one-row review refinement */
@media (max-width: 767px) {
  .she-hero .she-hero__inner {
    gap: 22px !important;
    padding: 20px 0 30px !important;
  }

  .she-hero .she-top-text {
    margin-bottom: 10px !important;
  }

  .she-hero .she-headline {
    margin-bottom: 0 !important;
  }

  .she-hero .she-testimonial {
    margin: 6px auto 0 !important;
    max-width: 336px !important;
    padding: 16px 16px !important;
    border-radius: 18px !important;
  }

  .she-hero .she-testimonial__text {
    line-height: 1.5 !important;
  }

  .she-hero .she-testimonial__meta {
    margin-top: 10px !important;
  }

  .she-hero .she-reviews-inline {
    margin-top: 2px !important;
    gap: 0 !important;
  }

  .she-hero .she-review-badges {
    width: auto !important;
    max-width: 100% !important;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none;
    padding-bottom: 2px !important;
  }

  .she-hero .she-review-badges::-webkit-scrollbar {
    display: none;
  }

  .she-hero .she-review {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    gap: 6px !important;
    border-radius: 999px !important;
  }

  .she-hero .she-review__stars {
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
  }

  .she-hero .she-review__logo {
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }

  .she-hero .she-hero__visual {
    gap: 10px !important;
  }

  .she-hero .she-hero__portrait-wrap {
    width: min(82vw, 300px) !important;
    height: min(82vw, 300px) !important;
  }

  .she-hero .she-hero__subcontent {
    max-width: 304px !important;
    width: calc(100% - 20px) !important;
  }

  .she-hero .she-typing__text {
    line-height: 1.42 !important;
  }

  .she-hero .she-cta-wrap {
    margin-top: 10px !important;
  }
}

@media (max-width: 420px) {
  .she-hero .she-top-text {
    margin-bottom: 8px !important;
  }

  .she-hero .she-testimonial {
    max-width: 330px !important;
    padding: 15px 15px !important;
  }

  .she-hero .she-review-badges {
    gap: 6px !important;
  }

  .she-hero .she-review {
    padding: 7px 9px !important;
    font-size: 11.5px !important;
  }
}


/* v1.2.3 mobile spacing + review fit fix */
@media (max-width: 767px) {
  .she-hero .she-top-text {
    margin-bottom: 12px !important;
  }

  .she-hero .she-headline {
    margin-bottom: 6px !important;
    line-height: 0.9 !important;
  }

  .she-hero .she-testimonial {
    margin: 12px auto 0 !important;
  }

  .she-hero .she-reviews-inline {
    margin-top: 14px !important;
  }

  .she-hero .she-review-badges {
    width: calc(100vw - 28px) !important;
    max-width: 340px !important;
    gap: 4px !important;
    justify-content: center !important;
    overflow-x: auto !important;
    padding-inline: 2px !important;
  }

  .she-hero .she-review {
    padding: 7px 8px !important;
    font-size: 10.5px !important;
    gap: 4px !important;
    border-radius: 999px !important;
    flex: 0 0 auto !important;
  }

  .she-hero .she-review__logo {
    width: 14px !important;
    height: 14px !important;
    flex-basis: 14px !important;
  }

  .she-hero .she-review__stars {
    font-size: 9px !important;
    letter-spacing: 0 !important;
  }

  .she-hero .she-review__label {
    font-size: 10.5px !important;
  }

  .she-hero .she-review__rating,
  .she-hero .she-review__count {
    font-size: 10.5px !important;
  }
}

@media (max-width: 390px) {
  .she-hero .she-review-badges {
    width: calc(100vw - 22px) !important;
    max-width: 320px !important;
    gap: 3px !important;
  }

  .she-hero .she-review {
    padding: 7px 7px !important;
    font-size: 10px !important;
  }

  .she-hero .she-review__logo {
    width: 13px !important;
    height: 13px !important;
    flex-basis: 13px !important;
  }

  .she-hero .she-review__stars,
  .she-hero .she-review__label,
  .she-hero .she-review__rating,
  .she-hero .she-review__count {
    font-size: 10px !important;
  }
}


/* v1.2.4 Trust Stack certifications marquee */
.she-hero .she-certifications {
  margin-top: 18px;
  max-width: 540px;
  opacity: .92;
}

.she-hero .she-certifications__heading {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(17,17,17,.58);
  margin-bottom: 8px;
  font-weight: 600;
}

.she-hero .she-certifications__track-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 999px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.she-hero .she-certifications__track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: she-cert-scroll var(--she-cert-speed, 28s) linear infinite;
}

.she-hero .she-certifications:hover .she-certifications__track {
  animation-play-state: paused;
}

.she-hero .she-certification {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(0,0,0,.045);
  color: rgba(17,17,17,.72);
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}

.she-hero .she-certification:hover {
  transform: translateY(-1px);
}

.she-hero .she-certification__logo {
  width: var(--she-cert-logo-size, 34px);
  max-width: var(--she-cert-logo-size, 34px);
  height: var(--she-cert-logo-size, 34px);
  object-fit: contain;
  display: block;
  filter: grayscale(1);
  opacity: .76;
  transition: filter .2s ease, opacity .2s ease;
}

.she-hero .she-certification:hover .she-certification__logo {
  filter: grayscale(0);
  opacity: 1;
}

.she-hero .she-certification__label {
  font-weight: 600;
}

@keyframes she-cert-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1024px) {
  .she-hero .she-certifications {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .she-hero .she-certifications {
    width: calc(100% - 20px);
    max-width: 340px;
    margin-top: 14px;
  }

  .she-hero .she-certifications__heading {
    text-align: center;
  }

  .she-hero .she-certification {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .she-hero .she-certification__logo {
    width: min(var(--she-cert-logo-size, 34px), 28px);
    height: min(var(--she-cert-logo-size, 34px), 28px);
  }
}
