:root {
  --provider-first-client-readiness-release: "20260727-provider-first-client-readiness-os-2405";
}

.launch-surface-rescue-ready .launch-hero-media,
.launch-surface-rescue-ready .book-hero-photo,
.launch-surface-rescue-ready .launch-service-card picture,
.launch-surface-rescue-ready .provider-catalog-media,
.launch-surface-rescue-ready .portfolio-studio-preview-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 96, 168, 0.12), rgba(232, 183, 90, 0.1)),
    rgba(42, 18, 35, 0.08);
}

.launch-surface-rescue-ready .launch-hero-media::before,
.launch-surface-rescue-ready .book-hero-photo::before,
.launch-surface-rescue-ready .launch-service-card picture::before,
.launch-surface-rescue-ready .provider-catalog-media::before,
.launch-surface-rescue-ready .portfolio-studio-preview-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.03), rgba(255, 107, 170, 0.13), rgba(232, 183, 90, 0.09)),
    rgba(42, 18, 35, 0.12);
}

.launch-surface-rescue-ready .launch-hero-media > picture,
.launch-surface-rescue-ready .book-hero-photo > picture,
.launch-surface-rescue-ready .launch-service-card picture,
.launch-surface-rescue-ready .provider-catalog-media picture,
.launch-surface-rescue-ready .portfolio-studio-preview-media picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.launch-surface-rescue-ready .launch-hero-media > picture {
  position: absolute !important;
  inset: 0 !important;
}

.launch-surface-rescue-ready :is(
  .launch-hero-media,
  .book-hero-photo,
  .launch-service-card picture,
  .provider-catalog-media,
  .portfolio-studio-preview-media
) img {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

.launch-surface-rescue-ready .launch-hero-floating {
  z-index: 2;
}

@media (max-width: 980px) {
  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready .launch-nav.open,
  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready .launch-nav.open,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    align-items: stretch !important;
    border: 1px solid rgba(232, 183, 90, 0.2) !important;
    border-radius: 12px !important;
    background:
      linear-gradient(135deg, rgba(35, 12, 29, 0.98), rgba(14, 5, 12, 0.97)) !important;
    padding: 8px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 16px 34px rgba(0, 0, 0, 0.22) !important;
  }

  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready .launch-nav.open > a,
  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready .launch-nav.open > a,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a {
    min-width: 0 !important;
    min-height: 52px !important;
    border: 1px solid rgba(255, 129, 186, 0.3) !important;
    background:
      linear-gradient(135deg, rgba(58, 24, 47, 0.98), rgba(36, 13, 29, 0.98)) !important;
    background-color: #2d1425 !important;
    color: #fff4fa !important;
    opacity: 1 !important;
    filter: none !important;
    text-shadow: none !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 22px rgba(0, 0, 0, 0.16) !important;
  }

  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready .launch-nav.open > a:hover,
  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready .launch-nav.open > a.active,
  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a:hover,
  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a.active,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready .launch-nav.open > a:hover,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready .launch-nav.open > a.active,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a:hover,
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a.active {
    border-color: rgba(255, 129, 186, 0.62) !important;
    background:
      linear-gradient(135deg, rgba(255, 94, 158, 0.94), rgba(232, 183, 90, 0.86)) !important;
    background-color: #ec69a1 !important;
    color: #21131c !important;
  }

  .launch-surface-rescue-ready .launch-nav.open > a:last-child:nth-child(odd),
  .launch-surface-rescue-ready.launch-mobile-menu-open .launch-nav > a:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }

  html[data-theme="dark"] body.launch-body.launch-surface-rescue-ready :is(.launch-mobile-toggle, .launch-theme-toggle),
  body[data-theme="dark"].launch-body.launch-surface-rescue-ready :is(.launch-mobile-toggle, .launch-theme-toggle) {
    border-color: rgba(255, 129, 186, 0.36) !important;
    background:
      linear-gradient(135deg, rgba(55, 22, 45, 0.98), rgba(29, 10, 24, 0.96)) !important;
    color: #fff4fa !important;
  }

  .launch-surface-rescue-ready .launch-hero-media {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 10.4 !important;
    max-height: min(55vh, 420px);
  }
}

@media (max-width: 640px) {
  .launch-surface-rescue-ready .launch-hero {
    gap: 18px;
  }

  .launch-surface-rescue-ready .launch-hero-media {
    aspect-ratio: 16 / 10.8 !important;
    max-height: 380px;
    border-radius: 16px;
  }

  .launch-surface-rescue-ready .launch-hero-media > picture > img {
    object-position: center 38% !important;
  }

  .launch-surface-rescue-ready .launch-service-card picture {
    aspect-ratio: 4 / 3;
  }
}

.provider-first-client-readiness-os {
  display: grid;
  gap: 12px;
  scroll-margin-top: 120px;
  border: 1px solid rgba(198, 154, 86, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 96, 168, 0.1), rgba(232, 183, 90, 0.1)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(103, 36, 72, 0.08);
  padding: 14px;
}

.provider-first-client-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.provider-first-client-head h3 {
  margin: 2px 0 4px;
  color: #25121d;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.08;
}

.provider-first-client-head p,
.provider-first-client-card p,
.provider-first-client-next p {
  margin: 0;
  color: #715866;
  line-height: 1.42;
}

.provider-first-client-score {
  min-width: 96px;
  border: 1px solid rgba(198, 154, 86, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 253, 0.82);
  color: #25121d;
  padding: 9px 10px;
  text-align: right;
}

.provider-first-client-score span {
  display: block;
  color: #ad7b2d;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.provider-first-client-score strong {
  display: block;
  font-size: 20px;
  font-weight: 560;
}

.provider-first-client-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(95, 42, 68, 0.1);
}

.provider-first-client-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff5ca5, #efb955);
  transition: width 180ms ease;
}

.provider-first-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.provider-first-client-card,
.provider-first-client-next {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid rgba(198, 154, 86, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 10px;
}

.provider-first-client-card span,
.provider-first-client-next span {
  color: #ad7b2d;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.provider-first-client-card strong,
.provider-first-client-next strong {
  color: #291521;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.2;
}

.provider-first-client-card[data-ready="true"] {
  border-color: rgba(45, 154, 101, 0.22);
  background:
    linear-gradient(135deg, rgba(45, 154, 101, 0.06), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.82);
}

.provider-first-client-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.provider-first-client-actions button,
.provider-first-client-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(198, 154, 86, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 253, 0.84);
  color: #3b2532;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 520;
  text-decoration: none;
  cursor: pointer;
}

.provider-first-client-actions button:first-child,
.provider-first-client-actions a:first-child {
  border-color: rgba(236, 114, 161, 0.38);
  background: linear-gradient(135deg, rgba(255, 96, 168, 0.18), rgba(232, 183, 90, 0.14));
}

.provider-application-consents .provider-consent-card,
.provider-first-client-ready .provider-application-consents .provider-consent-card {
  min-height: 52px;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
}

.provider-application-consents input[type="checkbox"],
.provider-first-client-ready .provider-application-consents input[type="checkbox"],
.provider-first-client-ready .launch-checkbox-grid input[type="radio"],
.provider-first-client-ready #providerServiceList input[type="checkbox"] {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 1px;
  accent-color: #ec69a1;
}

.provider-consent-text a,
.provider-first-client-ready .provider-consent-text a {
  display: inline-flex !important;
  min-height: 32px !important;
  align-items: center !important;
  border-radius: 7px !important;
  padding: 0 4px !important;
  color: #8f2f62;
  line-height: 32px !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.provider-service-filter-row button,
.provider-first-client-ready .glownow-cookie-settings {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px;
  padding: 6px 10px;
}

.provider-first-client-ready .glownow-cookie-settings {
  border: 1px solid rgba(198, 154, 86, 0.18);
  background: rgba(255, 250, 253, 0.78);
  color: #5d4052;
}

.launch-footer nav a,
.launch-surface-rescue-ready .launch-footer nav a {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px;
  padding: 2px 4px;
  line-height: 1.2;
}

.launch-surface-rescue-ready .suite185-skip:not(:focus):not(:focus-visible) {
  width: auto !important;
  height: auto !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-220%) !important;
}

body[data-theme="dark"] .provider-first-client-readiness-os,
html[data-theme="dark"] .provider-first-client-readiness-os {
  border-color: rgba(255, 132, 185, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 96, 168, 0.1), rgba(232, 183, 90, 0.08)),
    rgba(28, 8, 21, 0.92);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.26);
}

body[data-theme="dark"] .provider-first-client-head h3,
body[data-theme="dark"] .provider-first-client-score,
body[data-theme="dark"] .provider-first-client-score strong,
body[data-theme="dark"] .provider-first-client-card strong,
body[data-theme="dark"] .provider-first-client-next strong,
html[data-theme="dark"] .provider-first-client-head h3,
html[data-theme="dark"] .provider-first-client-score,
html[data-theme="dark"] .provider-first-client-score strong,
html[data-theme="dark"] .provider-first-client-card strong,
html[data-theme="dark"] .provider-first-client-next strong {
  color: #fff7fb;
}

body[data-theme="dark"] .provider-first-client-head p,
body[data-theme="dark"] .provider-first-client-card p,
body[data-theme="dark"] .provider-first-client-next p,
html[data-theme="dark"] .provider-first-client-head p,
html[data-theme="dark"] .provider-first-client-card p,
html[data-theme="dark"] .provider-first-client-next p {
  color: #edd0df;
}

body[data-theme="dark"] .provider-first-client-score,
body[data-theme="dark"] .provider-first-client-card,
body[data-theme="dark"] .provider-first-client-next,
body[data-theme="dark"] .provider-first-client-actions button,
body[data-theme="dark"] .provider-first-client-actions a,
body[data-theme="dark"] .provider-first-client-ready .glownow-cookie-settings,
html[data-theme="dark"] .provider-first-client-score,
html[data-theme="dark"] .provider-first-client-card,
html[data-theme="dark"] .provider-first-client-next,
html[data-theme="dark"] .provider-first-client-actions button,
html[data-theme="dark"] .provider-first-client-actions a,
html[data-theme="dark"] .provider-first-client-ready .glownow-cookie-settings {
  border-color: rgba(255, 132, 185, 0.18);
  background: rgba(37, 12, 28, 0.82);
  color: #fff4fa;
}

body[data-theme="dark"] .provider-consent-text a,
body[data-theme="dark"] .provider-first-client-ready .provider-consent-text a,
html[data-theme="dark"] .provider-consent-text a,
html[data-theme="dark"] .provider-first-client-ready .provider-consent-text a {
  color: #ffc3df;
}

@media (max-width: 760px) {
  .provider-first-client-head {
    grid-template-columns: 1fr;
  }

  .provider-first-client-score {
    width: 100%;
    text-align: left;
  }

  .provider-first-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-first-client-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .provider-first-client-grid {
    grid-template-columns: 1fr;
  }
}
