/* ======================salon-partner-page====================== */
.salon-partner-page {
  background:
    linear-gradient(90deg, rgba(15, 39, 71, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 39, 71, .05) 1px, transparent 1px),
    linear-gradient(180deg, #fff8fb 0%, #eef9f7 45%, #f7fbff 100%);
  background-size: 46px 46px, 46px 46px, auto;
  color: #102033;
  overflow-x: hidden;
}

.salon-partner-page .navbar {
  position: relative;
  z-index: 30;
  box-shadow: 0 10px 32px rgba(15, 39, 71, .07);
}

.salon-partner-main {
  overflow: hidden;
}

.salon-partner-page img {
  max-width: 100%;
}

.salon-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 54px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 74px;
}

.salon-hero__media {
  position: absolute;
  inset: 34px calc(50% + 70px) 70px -12vw;
  overflow: hidden;
  border-radius: 8px;
  opacity: .18;
  pointer-events: none;
}

.salon-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 251, .08), #fff8fb 88%);
}

.salon-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.salon-hero__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.salon-eyebrow,
.salon-section__heading span,
.salon-showcase__copy span,
.salon-final-cta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(200, 76, 118, .18);
  color: #b83266;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(184, 50, 102, .08);
}

.salon-eyebrow::before,
.salon-section__heading span::before,
.salon-showcase__copy span::before,
.salon-final-cta span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #13a89e;
  box-shadow: 0 0 0 5px rgba(19, 168, 158, .14);
}

.salon-hero h1 {
  max-width: 780px;
  margin: 24px 0 22px;
  color: #081c3a;
  font-family: Quicksand, "Google Sans", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.02;
}

.salon-hero p {
  max-width: 670px;
  color: #52627a;
  font-size: 18px;
  line-height: 1.78;
  margin: 0;
}

.salon-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.salon-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.salon-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.salon-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #b83266, #006fd6 72%);
  box-shadow: 0 18px 36px rgba(0, 111, 214, .22);
}

.salon-btn--primary:hover {
  color: #ffffff;
  box-shadow: 0 24px 46px rgba(184, 50, 102, .28);
}

.salon-btn--light {
  color: #102033;
  background: #ffffff;
  border: 1px solid rgba(15, 39, 71, .1);
}

.salon-btn--light:hover {
  color: #b83266;
}

.salon-hero__studio {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 580px;
  padding: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .2), transparent 28%),
    linear-gradient(145deg, #111827 0%, #0f766e 56%, #b83266 100%);
  box-shadow: 0 34px 84px rgba(15, 39, 71, .24);
}

.salon-hero__studio::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  pointer-events: none;
}

.salon-luxe-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 570px;
  min-height: 510px;
}

.salon-luxe-glow {
  position: absolute;
  inset: 7% 4% 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  filter: blur(34px);
}

.salon-luxe-glow::after {
  content: "";
  position: absolute;
  inset: 20% 8%;
  border-radius: 50%;
  background: rgba(184, 50, 102, .22);
}

.salon-device {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 28px 60px rgba(8, 28, 58, .28);
}

.salon-device--desktop {
  left: 50%;
  top: 48%;
  width: 78%;
  transform: translate(-50%, -50%) rotate(-2deg);
}

.salon-device-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  background: #fff7fb;
  border-bottom: 1px solid rgba(15, 39, 71, .08);
}

.salon-device-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b83266;
}

.salon-device-bar span:nth-child(2) {
  background: #f4b35f;
}

.salon-device-bar span:nth-child(3) {
  background: #13a89e;
}

.salon-device--desktop img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top center;
}

.salon-device--portrait {
  right: 0;
  bottom: 24px;
  width: 36%;
  transform: rotate(5deg);
}

.salon-device--portrait img {
  width: 100%;
  height: 245px;
  display: block;
  object-fit: cover;
  object-position: right center;
}

.salon-luxe-card {
  position: absolute;
  z-index: 4;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 22px 48px rgba(8, 28, 58, .18);
  backdrop-filter: blur(16px);
}

.salon-luxe-card small {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.salon-luxe-card strong {
  display: block;
  color: #102033;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  margin: 9px 0 6px;
}

.salon-luxe-card span {
  color: #60718a;
  font-weight: 800;
}

.salon-luxe-card--booking {
  left: 0;
  bottom: 78px;
  width: 190px;
}

.salon-luxe-card--rating {
  right: 8px;
  top: 58px;
  width: 175px;
}

.salon-service-orbit {
  position: absolute;
  left: 50%;
  bottom: 6px;
  z-index: 5;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.salon-service-orbit span {
  min-width: 76px;
  padding: 11px 14px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 28px rgba(8, 28, 58, .14);
}

.salon-metrics {
  width: min(1180px, calc(100% - 40px));
  margin: -16px auto 74px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.salon-metrics div {
  min-height: 150px;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 39, 71, .08);
  box-shadow: 0 18px 44px rgba(15, 39, 71, .07);
}

.salon-metrics strong {
  display: block;
  color: #b83266;
  font-family: Quicksand, "Google Sans", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
}

.salon-metrics span {
  display: block;
  max-width: 260px;
  color: #52627a;
  font-weight: 700;
  line-height: 1.55;
}

.salon-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.salon-section__heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.salon-section__heading h2,
.salon-showcase__copy h2,
.salon-final-cta h2 {
  color: #081c3a;
  font-family: Quicksand, "Google Sans", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
  margin: 20px 0 14px;
}

.salon-section__heading p,
.salon-showcase__copy p {
  color: #60718a;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.salon-launch-grid,
.salon-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.salon-step-card,
.salon-service-card {
  overflow: hidden;
  min-height: 292px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(15, 39, 71, .08);
  box-shadow: 0 18px 44px rgba(15, 39, 71, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.salon-step-card:hover,
.salon-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 50, 102, .22);
  box-shadow: 0 26px 58px rgba(15, 39, 71, .11);
}

.salon-step-card span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: #b83266;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 28px;
}

.salon-step-card:nth-child(2) span {
  background: #006fd6;
}

.salon-step-card:nth-child(3) span {
  background: #13a89e;
}

.salon-step-card h3,
.salon-service-card h3 {
  color: #102033;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.salon-step-card p,
.salon-service-card p {
  color: #60718a;
  line-height: 1.72;
  margin: 0;
}

.salon-showcase {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  padding: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 52px;
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(145deg, #102033, #16606d 58%, #b83266);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 30px 80px rgba(15, 39, 71, .2);
}

.salon-showcase__copy span,
.salon-final-cta span {
  color: #ffe1ec;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
}

.salon-showcase__copy h2,
.salon-showcase__copy p {
  color: #ffffff;
}

.salon-showcase__copy p {
  opacity: .78;
}

.salon-showcase__copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.salon-showcase__copy li {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
  line-height: 1.5;
}

.salon-showcase__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #8ee6dd;
  border-bottom: 2px solid #8ee6dd;
  transform: rotate(-45deg);
}

.salon-phone-scene {
  display: flex;
  justify-content: center;
}

.salon-phone-scene img {
  display: block;
  width: min(100%, 360px);
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .28));
  transition: opacity .26s ease, transform .26s ease;
}

.salon-phone-scene img.is-changing {
  opacity: .18;
  transform: translateY(8px) scale(.985);
}

.salon-services,
.salon-faq-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 0;
}

.salon-service-card {
  padding: 0;
}

.salon-service-card img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.salon-service-card h3,
.salon-service-card p {
  padding-left: 28px;
  padding-right: 28px;
}

.salon-service-card h3 {
  padding-top: 26px;
}

.salon-service-card p {
  padding-bottom: 30px;
}

.salon-faq {
  max-width: 920px;
  margin: 0 auto;
}

.salon-faq .accordion-item {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(15, 39, 71, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 16px 38px rgba(15, 39, 71, .07);
}

.salon-faq .accordion-button {
  min-height: 72px;
  padding: 20px 24px;
  color: #102033;
  background: #ffffff !important;
  border: 0;
  box-shadow: none;
  font-size: 18px;
  font-weight: 900;
}

.salon-faq .accordion-button:not(.collapsed) {
  color: #b83266;
  background: #fff8fb !important;
}

.salon-faq .accordion-button:focus {
  box-shadow: inset 0 0 0 2px rgba(184, 50, 102, .14);
}

.salon-faq .accordion-body {
  color: #60718a;
  line-height: 1.76;
  padding: 0 24px 24px;
}

.salon-final-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 92px auto;
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(135deg, #b83266, #006fd6);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 30px 70px rgba(0, 111, 214, .18);
}

.salon-final-cta h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.salon-final-cta .salon-btn {
  flex: 0 0 auto;
  color: #102033;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .14);
}

.salon-final-cta .salon-btn:hover {
  color: #b83266;
}

.salon-partner-page .reveal-on-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .65s ease, transform .65s ease;
}

.salon-partner-page .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .salon-hero,
  .salon-showcase {
    grid-template-columns: 1fr;
  }

  .salon-hero {
    min-height: auto;
  }

  .salon-hero__media {
    inset: 30px 0 auto;
    height: 280px;
  }

  .salon-hero h1 {
    font-size: 56px;
  }

  .salon-hero__studio {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .salon-metrics,
  .salon-launch-grid,
  .salon-service-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .salon-hero,
  .salon-metrics,
  .salon-section,
  .salon-showcase,
  .salon-services,
  .salon-faq-section,
  .salon-final-cta {
    width: calc(100% - 28px);
  }

  .salon-hero {
    padding: 58px 0 42px;
    gap: 32px;
    overflow: hidden;
  }

  .salon-hero__content,
  .salon-hero h1,
  .salon-hero p,
  .salon-section__heading,
  .salon-showcase__copy,
  .salon-final-cta div {
    max-width: 100%;
  }

  .salon-hero h1,
  .salon-hero p,
  .salon-eyebrow {
    max-width: 332px;
  }

  .salon-hero p,
  .salon-hero h1,
  .salon-section__heading p,
  .salon-showcase__copy p,
  .salon-step-card p,
  .salon-service-card p {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .salon-eyebrow,
  .salon-section__heading span,
  .salon-showcase__copy span,
  .salon-final-cta span {
    font-size: 11px;
    line-height: 1.25;
  }

  .salon-hero h1,
  .salon-section__heading h2,
  .salon-showcase__copy h2,
  .salon-final-cta h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .salon-hero p,
  .salon-section__heading p,
  .salon-showcase__copy p {
    font-size: 16px;
  }

  .salon-hero__studio,
  .salon-showcase,
  .salon-final-cta {
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
  }

  .salon-hero__studio {
    display: grid;
  }

  .salon-luxe-stage {
    max-width: 100%;
    overflow: hidden;
    min-height: 510px;
  }

  .salon-device--desktop {
    top: 72px;
    width: 100%;
    transform: translateX(-50%) rotate(0deg);
  }

  .salon-device--desktop img {
    height: 265px;
  }

  .salon-device--portrait {
    right: 16px;
    bottom: 54px;
    width: 36%;
  }

  .salon-device--portrait img {
    height: 180px;
  }

  .salon-luxe-card {
    padding: 15px;
  }

  .salon-luxe-card--booking {
    left: 0;
    bottom: 116px;
    width: 168px;
  }

  .salon-luxe-card--rating {
    display: none;
  }

  .salon-luxe-card strong {
    font-size: 18px;
  }

  .salon-service-orbit {
    width: 100%;
    justify-content: center;
    bottom: 0;
  }

  .salon-service-orbit span {
    min-width: auto;
    padding: 10px 12px;
    font-size: 12px;
  }

  .salon-metrics {
    margin-bottom: 42px;
  }

  .salon-section,
  .salon-services,
  .salon-faq-section {
    padding-top: 58px;
  }

  .salon-step-card {
    min-height: auto;
    padding: 24px;
  }

  .salon-service-card img {
    height: 190px;
  }

  .salon-faq .accordion-button {
    min-height: auto;
    padding: 18px;
    font-size: 16px;
  }

  .salon-faq .accordion-body {
    padding: 0 18px 20px;
  }

  .salon-final-cta {
    margin: 62px auto;
  }
}
