/* Luxury healthcare CRO refinement — homepage only. */
.cro-home {
  background: #080808;
}

.cro-home .section {
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

.cro-home .hero {
  min-height: calc(100svh - 84px);
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

.cro-home .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, .72fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
}

.cro-home .hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(3.4rem, 5.8vw, 6.5rem);
  line-height: .91;
  letter-spacing: -.035em;
}

.cro-home .hero-lead {
  max-width: 48ch;
  color: rgba(255, 255, 255, .72);
}

.cro-home .hero-media {
  min-height: min(720px, calc(100svh - 128px));
  max-height: 760px;
  border-radius: 0 0 88px 0;
  border-color: rgba(201, 162, 74, .38);
  background: #f3f2ef;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .42);
}

.cro-home .hero-media img {
  min-height: min(720px, calc(100svh - 128px));
  object-fit: cover;
  object-position: center 12%;
  filter: saturate(.92) contrast(1.025);
}

.cro-home .hero-media::after {
  background:
    linear-gradient(180deg, transparent 60%, rgba(6, 6, 6, .05) 70%, rgba(6, 6, 6, .86) 100%),
    linear-gradient(90deg, rgba(157, 118, 34, .06), transparent 58%);
}

.cro-home .hero-media figcaption {
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.5rem;
}

.cro-home .hero-media figcaption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.cro-home .hero-proof {
  max-width: 670px;
  gap: .5rem;
}

.cro-home .hero-proof span {
  padding: .56rem .72rem .56rem 1.58rem;
  border-color: rgba(223, 194, 127, .2);
  background: rgba(255, 255, 255, .025);
  backdrop-filter: none;
}

.cro-home .therapist-trust {
  padding-block: clamp(3.75rem, 5.5vw, 5.5rem);
}

.cro-home .therapist-trust-grid {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
}

.cro-home .therapist-trust-intro h2 {
  max-width: 14ch;
  font-size: clamp(2.65rem, 4.6vw, 4.75rem);
}

.cro-home .therapist-trust-points li {
  min-height: 150px;
}

.cro-home .needs-section {
  background:
    radial-gradient(circle at 92% 10%, rgba(201, 162, 74, .11), transparent 25%),
    #0c0c0b;
}

.cro-home .needs-section .service-link-card {
  min-height: 230px;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  justify-content: flex-start;
  border-top: 2px solid transparent;
}

.cro-home .needs-section .service-link-card:hover {
  border-top-color: var(--gold);
}

.cro-home .need-kicker {
  color: var(--gold-soft);
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.cro-home .service-link-card h3 {
  margin: 1.25rem 0 .7rem;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.05;
}

.cro-home .service-link-card p {
  max-width: 38ch;
}

.cro-home .card-link {
  margin-top: auto;
  padding-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.icon-link::after,
.card-link::after {
  content: "";
  width: .48rem;
  height: .48rem;
  flex: 0 0 auto;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.icon-link:hover::after,
.service-link-card:hover .card-link::after {
  transform: translateX(3px) rotate(45deg);
}

.external-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.external-link::after {
  content: "";
  width: .7rem;
  height: .7rem;
  flex: 0 0 .7rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 9.5 9.5 2.5M4 2.5h5.5V8' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 9.5 9.5 2.5M4 2.5h5.5V8' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.clinical-methods {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(2rem, 4vw, 3.25rem);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 5vw, 5rem);
  border-top: 1px solid rgba(201, 162, 74, .25);
}

.clinical-methods h3 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
}

.clinical-methods p {
  margin: .8rem 0 0;
  color: rgba(255, 255, 255, .62);
}

.clinical-method-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
  background: rgba(201, 162, 74, .24);
}

.clinical-method-list li {
  padding: 1.2rem;
  background: #11110f;
  color: rgba(255, 255, 255, .76);
  line-height: 1.55;
}

.cro-home .review-strip {
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

.cro-home .review-strip-heading h2 {
  max-width: 16ch;
}

.cro-home .premium-reviews {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .7rem;
  padding: 0;
  background: transparent;
}

.cro-home .premium-review {
  grid-column: span 4;
  min-height: 360px;
  border: 1px solid rgba(201, 162, 74, .28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012)),
    #0d0d0c;
}

.cro-home .premium-review::before {
  content: "“";
  color: rgba(223, 194, 127, .34);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  line-height: .55;
}

.cro-home .premium-review blockquote {
  margin-top: .35rem;
  font-size: clamp(1.35rem, 1.85vw, 1.72rem);
  line-height: 1.42;
}

.rating-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.rating-stars {
  width: 92px;
  height: 18px;
  fill: var(--gold-soft);
}

.cro-home .care .section-heading {
  max-width: 890px;
}

.cro-home .care .context-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 460px;
}

.cro-home .care .context-card {
  grid-column: auto;
  grid-row: auto;
}

.cro-home .context-editorial > span {
  display: none;
}

.credibility-condensed {
  background:
    radial-gradient(circle at 8% 12%, rgba(157, 118, 34, .1), transparent 28%),
    #f0eadd;
}

.credibility-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.credibility-intro h2 {
  max-width: 13ch;
  margin: .4rem 0 1.1rem;
  color: var(--ink);
  font-size: clamp(2.75rem, 5vw, 5rem);
}

.credibility-intro .lead-dark {
  max-width: 55ch;
}

.clinical-scope-line {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(28, 33, 48, .17);
  color: #4f5360;
  font-size: .86rem;
  letter-spacing: .05em;
}

.credibility-ledger {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(28, 33, 48, .2);
}

.credibility-ledger li {
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: minmax(150px, .58fr) 1fr;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(28, 33, 48, .14);
}

.credibility-ledger strong {
  color: #2b2f39;
}

.credibility-ledger span {
  color: #60636d;
  line-height: 1.6;
}

.cro-home .faq {
  background: #f7f2e8;
}

.cro-home .faq-list details {
  padding-block: 1.25rem;
}

.cro-home .contact {
  background:
    radial-gradient(circle at 8% 15%, rgba(201, 162, 74, .14), transparent 28%),
    #080808;
}

.booking-desk-label {
  margin: 1.5rem 0 0;
  padding: .9rem 1rem;
  border: 1px solid rgba(223, 194, 127, .25);
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
}

.cro-home .contact-methods a {
  position: relative;
  padding-right: 3.5rem;
}

.cro-home .contact-methods a::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: .55rem;
  height: .55rem;
  border-top: 1px solid var(--gold-soft);
  border-right: 1px solid var(--gold-soft);
  transform: translateY(-50%) rotate(45deg);
}

.contact-method-priority {
  color: var(--gold-soft) !important;
}

.cro-home .booking-form {
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border-color: rgba(201, 162, 74, .28);
  background: linear-gradient(145deg, #15140f, #0e0e0d);
}

.cro-home .social-links a {
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(223, 194, 127, .32);
}

.rtl-home {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  text-align: right;
}

.rtl-home h1,
.rtl-home h2,
.rtl-home h3,
.rtl-home .hero-media figcaption strong {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  letter-spacing: 0;
}

.rtl-home h2 {
  line-height: 1.16;
}

.rtl-home h3 {
  line-height: 1.35;
}

.rtl-home .wordmark,
.rtl-home .footer-wordmark,
.rtl-home .language-switcher,
.rtl-home .rating-stars,
.rtl-home .nap-block a {
  direction: ltr;
}

.rtl-home .hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
  line-height: 1.08;
}

.rtl-home .eyebrow,
.rtl-home .need-kicker,
.rtl-home .review-source {
  letter-spacing: .07em;
}

.rtl-home .hero-media figcaption {
  right: 1.6rem;
  left: auto;
  text-align: right;
}

.rtl-home .hero-proof span {
  padding-right: 1.58rem;
  padding-left: .72rem;
}

.rtl-home .hero-proof span::before {
  right: .72rem;
  left: auto;
}

.rtl-home .icon-link::after,
.rtl-home .card-link::after {
  transform: rotate(-135deg);
}

.rtl-home .icon-link:hover::after,
.rtl-home .service-link-card:hover .card-link::after {
  transform: translateX(-3px) rotate(-135deg);
}

.rtl-home .contact-methods a {
  padding-right: inherit;
  padding-left: 3.5rem;
}

.rtl-home .contact-methods a::after {
  right: auto;
  left: 1.25rem;
  transform: translateY(-50%) rotate(-135deg);
}

.rtl-home input,
.rtl-home textarea,
.rtl-home select {
  text-align: right;
}

.rtl-home .external-link {
  direction: rtl;
}

.rtl-home .contact-copy h2 {
  max-width: 10ch;
}

@media (max-width: 1080px) {
  .cro-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
    gap: 2.5rem;
  }

  .cro-home .hero-copy h1 {
    font-size: clamp(3.15rem, 6vw, 5.2rem);
  }

  .cro-home .therapist-trust-grid,
  .credibility-grid {
    grid-template-columns: 1fr;
  }

  .cro-home .care .context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cro-home .language-switcher a {
    min-width: 34px;
    min-height: 38px;
    padding-inline: .35rem;
    font-size: .72rem;
  }

  .cro-home .header-actions {
    gap: .1rem;
  }

  .cro-home .section {
    padding-block: 4rem;
  }

  .cro-home .hero {
    height: auto;
    min-height: calc(100svh - 74px);
    padding: 0 0 1.25rem;
  }

  .cro-home .hero-grid {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: .9rem;
  }

  .cro-home .hero-media {
    position: relative;
    inset: auto;
    order: 2;
    width: min(calc(100% - 2rem), 430px);
    height: clamp(225px, 66vw, 285px);
    margin: 0 auto;
    min-height: 0;
    max-height: none;
    border-radius: 0 0 42px 0;
    background: #f3f2ef;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .36);
  }

  .cro-home .hero-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 17%;
  }

  .cro-home .hero-media::after {
    background: linear-gradient(180deg, transparent 72%, rgba(5, 5, 5, .36));
  }

  .cro-home .hero-media figcaption {
    display: grid;
    left: 1rem;
    right: 1rem;
    bottom: .75rem;
  }

  .cro-home .hero-media figcaption span {
    font-size: .62rem;
  }

  .cro-home .hero-media figcaption strong {
    display: block;
    font-size: .88rem;
    line-height: 1.2;
  }

  .cro-home .hero-copy {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    min-height: 0;
    padding: 1.25rem 0 0;
    justify-content: center;
    background: #050505;
  }

  .cro-home .hero-copy .eyebrow {
    margin-bottom: .4rem;
  }

  .cro-home .hero-copy h1 {
    max-width: 15ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: .98;
  }

  .cro-home .hero-lead {
    margin-top: .5rem;
    font-size: .82rem;
    line-height: 1.4;
  }

  .cro-home .hero-actions {
    margin-top: .65rem;
  }

  .cro-home .hero-actions .button {
    min-height: 44px;
  }

  .cro-home .hero-proof {
    margin-top: .48rem;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
  }

  .cro-home .hero-proof span {
    padding: .3rem .42rem .3rem 1rem;
    font-size: .58rem;
  }

  .cro-home .hero-proof span::before {
    left: .4rem;
    top: .52rem;
    width: 4px;
    height: 4px;
  }

  .cro-home .therapist-trust-points,
  .clinical-method-list,
  .cro-home .care .context-grid,
  .credibility-ledger li {
    grid-template-columns: 1fr;
  }

  .cro-home .therapist-trust-points li {
    min-height: 0;
    gap: .5rem;
  }

  .clinical-methods {
    grid-template-columns: 1fr;
  }

  .cro-home .premium-reviews {
    grid-template-columns: none;
  }

  .cro-home .premium-review {
    grid-column: auto;
    min-height: 330px;
  }

  .cro-home .care .context-grid {
    grid-auto-rows: 390px;
  }

  .credibility-ledger li {
    gap: .45rem;
  }

  .cro-home .contact-copy h2 {
    max-width: 14ch;
  }

  .cro-home .social-links {
    gap: .75rem 1rem;
  }

  .rtl-home .hero-copy h1 {
    max-width: 16ch;
    font-size: clamp(1.95rem, 8.2vw, 2.42rem);
    line-height: 1.12;
  }

  .rtl-home .hero-proof span {
    padding-right: 1rem;
    padding-left: .42rem;
  }

  .rtl-home .hero-proof span::before {
    right: .4rem;
    left: auto;
  }

  .rtl-home .hero-media {
    border-radius: 0 0 0 42px;
  }

  .rtl-home .hero-media figcaption {
    right: 1rem;
    left: 1rem;
  }
}

@media (max-height: 710px) and (max-width: 760px) {
  .cro-home .hero-copy {
    padding-top: .65rem;
  }

  .cro-home .hero-copy h1 {
    font-size: clamp(1.72rem, 7.8vw, 2.1rem);
  }

  .cro-home .hero-lead {
    font-size: .75rem;
    line-height: 1.32;
  }

  .cro-home .hero-actions {
    margin-top: .5rem;
  }

  .cro-home .hero-actions .button {
    min-height: 42px;
    font-size: .76rem;
  }

  .cro-home .hero-proof {
    margin-top: .35rem;
  }

  .cro-home .hero-media {
    height: 220px;
  }
}

@media (max-width: 390px) {
  .cro-home .wordmark {
    font-size: 1.02rem;
    letter-spacing: .045em;
  }

  .cro-home .language-switcher a {
    min-width: 31px;
    min-height: 36px;
    padding-inline: .28rem;
  }

  .cro-home .menu-button {
    width: 36px;
  }
}
