/* Shared testimonial block used by every MyOPR module header. */
.hero {
  min-height: 306px;
  grid-template-columns: minmax(300px, .94fr) minmax(330px, 1fr) minmax(285px, .86fr) 176px;
  gap: 18px;
  padding: 34px 42px 28px;
}
.hero-testimonial { min-width: 0; height: 244px; margin: 0; position: relative; isolation: isolate; }
.hero .opr-positioning { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; margin: 0; line-height: 1.35; }
.hero .opr-positioning strong { display: block; color: #fff; font-size: 16px; }
.hero .opr-positioning em { display: block; color: #ddd6fe; font-size: 13px; }
.hero .opr-positioning br { display: none; }
.testimonial-card {
  width: calc(100% - 54px);
  min-height: 198px;
  padding: 20px 75px 16px 20px;
  position: absolute;
  left: 0;
  top: 19px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ffffffc9;
  border-radius: 27px 27px 58px 27px;
  color: #21183b;
  background: linear-gradient(145deg, #fff, #f2edff);
  box-shadow: 0 22px 55px #1206295e, inset 0 1px #fff;
}
.testimonial-card::after { content: ""; width: 48px; height: 48px; position: absolute; right: -20px; top: 46%; border-radius: 8px; background: #f4efff; transform: rotate(45deg); }
.testimonial-kicker { display: flex; align-items: center; gap: 8px; color: #5b21b6; font-size: 12px; font-weight: 900; }
.testimonial-kicker b { height: 24px; color: #7c3aed; font: 900 33px/1 Georgia, serif; }
.testimonial-card blockquote { margin: 10px 0 9px; color: #201733; font-size: 12px; font-weight: 800; line-height: 1.55; }
.testimonial-card figcaption { color: #514868; font-size: 10px; font-weight: 750; }
.testimonial-stars { margin-top: 9px; color: #fbbf24; font-size: 15px; letter-spacing: 2px; text-shadow: 0 1px #b45309; }
.hero-testimonial > img { width: 178px; height: 267px; position: absolute; right: -9px; bottom: -28px; z-index: 2; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 18px #10032670); pointer-events: none; }
html[data-module="paper"] .hero h1 { font-size: clamp(36px, 3.15vw, 44px); }
html[data-module="orgchart"] .hero h1 { font-size: clamp(34px, 2.8vw, 40px); }

@media (max-width: 1260px) {
  .hero { grid-template-columns: minmax(300px, .9fr) minmax(330px, 1fr) minmax(285px, .86fr); }
  .hero-visual, .suite-visual { display: none; }
}
@media (max-width: 980px) {
  .hero { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usage-pulse { grid-column: 1 / -1; }
  .hero-testimonial { width: min(100%, 440px); justify-self: end; }
}
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; padding: 28px 20px 24px; }
  .hero .opr-positioning { align-items: center; }
  .hero-testimonial { width: min(100%, 440px); margin: 0 auto; justify-self: center; text-align: left; }
  .usage-pulse { grid-column: auto; }
}
@media (max-width: 520px) {
  .hero-testimonial { height: 210px; }
  .testimonial-card { width: calc(100% - 42px); min-height: 176px; padding: 16px 58px 13px 16px; top: 13px; }
  .testimonial-card blockquote { margin-block: 7px; font-size: 11px; line-height: 1.45; }
  .testimonial-kicker { font-size: 11px; }
  .testimonial-kicker b { height: 21px; font-size: 29px; }
  .testimonial-stars { margin-top: 6px; font-size: 13px; }
  .hero-testimonial > img { width: 142px; height: 213px; right: -4px; bottom: -12px; }
}
@media print { .hero-testimonial { display: none !important; } }
