body{
  font-family: 'Noto Sans', 'Amiri', 'Open Sans', sans-serif, cursive;
  color: #999999 !important;
  font-size: 1.1em;
}
.text_small{
  font-size: 0.8em;
}

.textrtl{
  text-align: right;
  direction: rtl
}

.bg{
  background: url(https://www.salonna.app/images/en_salonna_bg.jpg);
  background-size: cover !important;
  background-position: top left !important;
}

.bgrtl{
  background: url(https://www.salonna.app/images/salonna_bg.jpg);
  background-size: cover !important;
  background-position: top right !important;
  background-attachment: fixed;
}

.ar_bgrtl{
  background: url(https://www.salonna.app/images/ar_salonna_bg.jpg);
  background-size: cover !important;
  background-position: top right !important;
  background-attachment: fixed;
}


.chair_bg{

  background-image: linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.4)), url(../images/hair_cut_bg.jpg);
  background-size: cover !important;
  background-position: top center !important;
  background-attachment: fixed;
}

.bg-light{
  background-color: #f3f3f3;
}

h1, .title-color{
  color: #a7194b !important;
  font-weight: 700;
  font-size: 1.8rem;
}

.lh1{
  font-size: 1.8rem;
  font-weight: 700;
}
.lh2{
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

ol {
  margin: 10px 0;
}
ol li {
  padding: 3px 0;
}

ul{
  list-style: none;
  margin: 20px 0 0 ;
  padding: 10px;
}

.container h2, .container h3{
    color: #343a40;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
}

.section ul{
  list-style: disc;
  margin: 0 ;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-block-start: 0px;
  padding-block-end: 0;
  padding-inline-start: 30px;
  padding-inline-end: 0;
}

.section ul.nostyle{
  list-style: none;
  margin: 0 ;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 30px;
  padding-inline-end: 0;
}

ul.downloadapp li{
  background: #FFFFFF;
  border-radius: 11px;
  padding: 15px;
  color: #999999;
  display: inline-block;
  font: normal bold 26px/1 "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 2px;
  -webkit-box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
  -moz-box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
  box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
}
ul.ulpricing{
  list-style: none;
  margin: 0 0 ;
  padding: 0 10px;
}
.bgprimary{
  background-color: #a7194b !important;
}

.color-primary{
  color: #a7194b;
}
.text-white{
  color: #FFFFFF;
}
.text-gray-light{
  color: #c8cacc !important;
}

a {
  outline : none;
}

a.text-gray-light{
  color: #c8cacc;
}

a.text-gray-light:hover{
  color: #a9afb6 !important;
  text-decoration: none;
}

a.active{
  color: #FFFFFF !important;
}

a.menu_guid {
  color: #333333;
}
a.menu_guid:hover {
  color: #000000;
}
.h3px{
  height: 3px;
}

.footer-icons{
  padding: 0 25px

}

.site-footer {
  padding: 1.4rem 0 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-footer__social {
  display: flex;
  justify-content: center;
}

.site-footer__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
  color: #fff !important;
  background: rgba(255,255,255,0.12);
  text-decoration: none;
  transform: translateY(-1px);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
}

.site-footer__links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.site-footer__link {
  padding: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255,255,255,0.74) !important;
}

.site-footer__link:hover,
.site-footer__link:focus {
  color: #fff !important;
}

.site-footer__brand {
  white-space: nowrap;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.66) !important;
}

.w45{
  width: 45%;
}

.bottom-line{
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.btn-salonna-light {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #cacaca;
  cursor: default;
  line-height: 1 !important;
}

.btn-salonna-primary {
  color: #FFFFFF;
  background-color: #a7194b;
  border-color: #a7194b;
  cursor: default;
  line-height: 1 !important;
}

a[href^="tel:"]{
  text-decoration: none;
}

.trailBtn{
  background-color: #ffffff;
  border-color: #ffed00;
}
.float-parent {
  position: fixed;
  bottom: 8px;
  right: 8px;
  border: none;
  outline: none;

}

.float-parent:active, .float-parent:focus {
  border: none;
  outline: none;
}

.float-parent.whatsapp-float-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #65C258;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.float-parent.whatsapp-float-btn:hover,
.float-parent.whatsapp-float-btn:focus {
  color: #ffffff;
  background-color: #65C258;
}

.float-parent .whatsapp-float-icon {
  font-size: 1.8em;
  color: #ffffff;
  line-height: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
select:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
a:active,
a:focus
{
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

.site-header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.35rem 0;
}

.site-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.site-header-brand:hover,
.site-header-brand:focus {
  text-decoration: none;
  color: #fff;
}

.site-header-brand__logo {
  border-radius: 999px;
  flex: 0 0 auto;
}

.site-header-bar {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-header-mobile-actions {
  align-items: center;
  gap: 0.5rem;
}

.site-header-toggler,
.site-header-mobile-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.04);
}

.site-header-mobile-user {
  color: rgba(255,255,255,0.86) !important;
}

.site-header-toggler:hover,
.site-header-toggler:focus,
.site-header-mobile-user:hover,
.site-header-mobile-user:focus {
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.site-header-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  /* margin-inline-start: 1.5rem; */
}

.site-header-menu {
  align-items: center;
  gap: 0.2rem;
}

.site-header-link {
  padding: 0.55rem 0.8rem !important;
  border-radius: 0.8rem;
  color: rgba(255,255,255,0.82) !important;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-header-link__icon {
  margin-inline-end: 0.5rem;
}

.site-header-link:hover,
.site-header-link:focus {
  color: #fff !important;
  background: rgba(255,255,255,0.08);
  text-decoration: none;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.site-header-actions__language {
  margin-inline-end: 0.25rem;
}

.site-header-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.7rem;
  padding: 0.58rem 0.95rem !important;
  border-radius: 0.9rem;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-header-action--ghost {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
}

.site-header-action--ghost:hover,
.site-header-action--ghost:focus {
  color: #fff !important;
  background: rgba(255,255,255,0.1);
}

.site-header-action--primary {
  background: linear-gradient(135deg, #ffffff, #ffe7ef);
  color: #8a1841 !important;
  box-shadow: 0 0.75rem 1.6rem rgba(39, 12, 20, 0.14);
}

.site-header-action--primary:hover,
.site-header-action--primary:focus {
  color: #7a1539 !important;
}

.header-language {
  padding: 0;
}

.header-language__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.7rem;
  padding: 0.58rem 0.9rem;
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88) !important;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.header-language__toggle:hover,
.header-language__toggle:focus {
  color: #fff !important;
  background: rgba(255,255,255,0.1);
  text-decoration: none;
}

.header-language__icon {
  margin-inline-end: 0.1rem;
}

.header-language__menu {
  margin-top: 0.65rem;
  padding: 0.45rem;
  min-width: 11rem;
  border: 0;
  border-radius: 1rem;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 1rem 2.4rem rgba(57, 26, 37, 0.16);
}

.header-language__item {
  border-radius: 0.75rem;
  color: #4b5258;
  font-size: 0.95rem;
  font-weight: 600;
}

.header-language__item:hover,
.header-language__item:focus {
  background: rgba(167, 25, 75, 0.08);
  color: #8a1841;
}

@media (max-width: 991.98px){
  .site-header-nav {
      display: block;
      padding: 0.25rem 0 0;
  }

  .site-header-bar {
      justify-content: space-between;
      width: 100%;
  }

  .site-header-collapse {
      display: block;
      margin-inline-start: 0;
      margin-top: 0.9rem;
      padding: 0.95rem 0 0;
      border-top: 1px solid rgba(255,255,255,0.12);
  }

  .site-header-menu,
  .site-header-actions {
      gap: 0.3rem;
  }

  .site-header-link,
  .site-header-action,
  .header-language__toggle {
      width: 100%;
      justify-content: flex-start;
  }

  .site-header-actions {
      margin-top: 0.75rem;
      padding-top: 0.75rem;
  }
}

@media (max-width: 767.98px){
  h1, .title-color{
      color: #a7194b !important;
      font-weight: 700;
      font-size: 1.5rem;
  }

  .lh1{
      font-size: 1.5rem;
      font-weight: 700;
  }
  .lh2{
      font-size: 1.5rem;
      line-height: 1.2;
      font-weight: 700;
  }

  .bg{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top left !important;
  }

  .bgrtl{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top right !important;
      background-attachment: scroll;
  }

  .ar_bgrtl{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top right !important;
      background-attachment: scroll;
  }


  .footer-icons{
      padding: 0 10px

  }

  .site-footer {
      padding: 1.2rem 0 1.3rem;
  }

  .site-footer__social-list {
      gap: 0.6rem;
  }

  .site-footer__bottom {
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }

  .site-footer__links {
      justify-content: center;
      gap: 0.9rem;
  }

  .site-footer__brand {
      white-space: normal;
  }
  .w45{
      width: 90%;
  }

  .float-parent.whatsapp-float-btn {
      width: 54px;
      height: 54px;
  }

  .float-parent .whatsapp-float-icon {
      font-size: 1.8em;
  }
  .navbar{
      display: block;
  }

  .site-header-toggler,
  .site-header-mobile-user,
  .header-language__toggle {
      min-height: 2.7rem;
  }

  .site-header-mobile-user {
      width: 2.55rem;
      height: 2.55rem;
  }

  .site-header-collapse {
      margin-top: 0.75rem;
      padding-top: 0.75rem;
  }
  
  

}

.pricing-cards-row {
    margin-top: 2rem;
}

.pricing-page {
    background: linear-gradient(180deg, #fcf8f8 0%, #f4efef 100%);
}

.pricing-unified-section {
    padding: 0 0 3.5rem;
}

.pricing-unified-flow {
    display: grid;
    gap: 1.35rem;
}

.pricing-hero-shell,
.pricing-shell {
    padding: clamp(1.4rem, 3vw, 2.35rem)!important;
    border-radius: 2rem!important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 250, 0.86));
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1.2rem 3.2rem rgba(68, 39, 48, 0.1)!important;
}

.pricing-shell {
    overflow: hidden;
}

.pricing-hero-eyebrow,
.pricing-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #8c6571;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pricing-hero-title,
.pricing-section-title {
    margin: 0;
    color: #a7194b;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.pricing-hero-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.04;
}

.pricing-hero-copy {
    margin-top: 1rem;
    color: #454a50;
    font-size: 1.05rem;
    line-height: 1.85;
    max-inline-size: 100%;
}

.pricing-hero-copy > :last-child {
    margin-bottom: 0;
}

.pricing-hero-note,
.pricing-section-note {
    /* margin-top: 1.2rem; */
    color: #565b61;
    font-size: 1.2rem;
    line-height: 1.75;
}

.pricing-hero-note span,
.pricing-section-note span {
    color: #5f8f7b;
    font-weight: 700;
}

.pricing-section-note span.primary {
    color: #8a1541;
    font-weight: 700;
}


.pricing-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.pricing-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.82rem 1.45rem;
    border-radius: 999px;
    border: 0;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pricing-hero-button--primary {
    background: linear-gradient(135deg, #a7194b, #d4437a);
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
    color: #fff !important;
}

.pricing-hero-button--primary:hover,
.pricing-hero-button--primary:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 1.15rem 2.5rem rgba(167, 25, 75, 0.28);
}

.pricing-section-head {
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(167, 25, 75, 0.08);
}

.pricing-section-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.12;
}

.pricing-cards-row {
    row-gap: 1rem;
}

.pricing-plan-card {
    position: relative;
    border: 1px solid rgba(167, 25, 75, 0.08);
    border-radius: 1.6rem;
    box-shadow: 0 1rem 2.8rem rgba(33, 37, 41, 0.08);
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 0 1.35rem 1.35rem;
}

.pricing-plan-card--free {
    border-color: rgba(95, 143, 123, 0.16);
}

.pricing-plan-card--pro {
    border-color: rgba(167, 25, 75, 0.16);
}

.pricing-plan-card--featured {
    transform: translateY(-0.35rem);
    box-shadow: 0 1.4rem 3rem rgba(167, 25, 75, 0.14);
}

.pricing-plan-card__badge {
    position: absolute;
    top: 1rem;
    inset-inline-end: 1rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: rgba(167, 25, 75, 0.1);
    color: #8a1841;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pricing-plan-card__header {
    color: #fff;
    border-radius: 1.2rem;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0 1rem;
}

.pricing-plan-card--free .pricing-plan-card__header {
    background: #5f8f7b;
}

.pricing-plan-card--pro .pricing-plan-card__header {
    background: #a7194b;
}

.pricing-plan-card__name {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pricing-plan-card__highlight {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(167, 25, 75, 0.04);
    color: #5d6167;
    font-size: 1rem;
    font-weight: 700;
}

.pricing-plan-card--free .pricing-plan-card__highlight {
    background: rgba(95, 143, 123, 0.08);
}

.pricing-plan-card__subtitle {
    color: #6c757d;
    margin: 1rem 0 1.2rem;
    font-size: 0.98rem;
    line-height: 1.7;
}

.pricing-plan-card__feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6rem;
    text-align: start;
}

.pricing-plan-card__feature-list li {
    position: relative;
    padding-inline-start: 1.7rem;
    margin-bottom: 0.85rem;
    color: #454a50;
    font-size: 1rem;
    line-height: 1.7;
}

.pricing-plan-card__feature-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-card__feature-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.9rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #a7194b;
    box-shadow: 0 0 0 0.3rem rgba(167, 25, 75, 0.12);
    transform: translateY(-50%);
}

.pricing-plan-card--free .pricing-plan-card__feature-list li::before {
    background: #5f8f7b;
    box-shadow: 0 0 0 0.3rem rgba(95, 143, 123, 0.12);
}

.pricing-plan-card__price-label {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.pricing-plan-card__price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 1.5rem;
}

.pricing-plan-card__price-row .pricing-plan-card__price-label,
.pricing-plan-card__price-row .pricing-plan-card__price-value {
    margin-bottom: 0;
}

.pricing-plan-card__price-value {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    color: #22272d;
}

.pricing-plan-card__price-value span {
    font-size: 0.98rem;
    font-weight: 500;
    color: #6c757d;
    margin-inline-start: 0.35rem;
}

.pricing-plan-card__cta {
    margin-top: auto;
}

.pricing-plan-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    width: 100%;
    border-radius: 999px;
    font-weight: 700;
    border: 0;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pricing-plan-card__button--free {
    background: rgba(95, 143, 123, 0.12);
    color: #416a59;
}

.pricing-plan-card__button--free:hover,
.pricing-plan-card__button--free:focus {
    background: rgba(95, 143, 123, 0.18);
    color: #416a59;
    transform: translateY(-1px);
}

.pricing-plan-card__button--pro {
    background: linear-gradient(135deg, #a7194b, #d4437a);
    color: #fff;
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
}

.pricing-plan-card__button--pro:hover,
.pricing-plan-card__button--pro:focus {
    background: linear-gradient(135deg, #991746, #ca3d73);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 1.15rem 2.5rem rgba(167, 25, 75, 0.28);
}

.pricing-common-box {
    margin-top: 1.25rem;
    padding: 2rem;
    border: 1px solid rgba(167, 25, 75, 0.08);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0.9rem 2.4rem rgba(66, 39, 48, 0.06);
}

.pricing-common-box__title {
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 700;
    color: #a7194b;
    margin-bottom: 1.5rem;
}

.pricing-common-feature {
    margin-bottom: 1rem;
}

.pricing-editor-content {
    text-align: start;
    color: #555b61;
    line-height: 1.8;
}

.pricing-editor-content > :last-child {
    margin-bottom: 0;
}

.pricing-editor-content > p:first-of-type {
    color: #8a1841;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.pricing-editor-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-editor-content li {
    position: relative;
    padding-inline-start: 1.75rem;
    margin-bottom: 0.75rem;
}

.pricing-editor-content li:last-child {
    margin-bottom: 0;
}

.pricing-editor-content li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.95rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #a7194b;
    box-shadow: 0 0 0 0.3rem rgba(167, 25, 75, 0.12);
    transform: translateY(-50%);
}

.pricing-final-cta {
    padding: 1.6rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.9rem 2.4rem rgba(66, 39, 48, 0.06);
}

.pricing-unified-flow__cta {
    margin-top: 0.1rem;
}

.pricing-final-cta__note {
    margin-top: 0.9rem;
    color: #5b6066;
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .pricing-hero-shell,
    .pricing-shell,
    .pricing-common-box,
    .pricing-final-cta,
    .pricing-plan-card {
        border-radius: 1.35rem;
    }

    .pricing-hero-title {
        max-inline-size: 100%;
    }

    .pricing-plan-card--featured {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .pricing-unified-section {
        padding-block: 2.5rem;
    }

    .pricing-hero-shell,
    .pricing-shell,
    .pricing-common-box,
    .pricing-final-cta,
    .pricing-plan-card {
        padding: 1rem;
    }

    .pricing-hero-title {
        font-size: 2rem;
    }

    .pricing-hero-copy,
    .pricing-hero-note,
    .pricing-section-note,
    .pricing-editor-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .pricing-hero-button,
    .pricing-plan-card__button {
        width: 100%;
    }

    .pricing-hero-actions {
        gap: 0.7rem;
    }

    .pricing-plan-card__price-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.salonna-home {
    background: linear-gradient(180deg, #fcf8f8 0%, #f5f1f1 100%);
    overflow: hidden;
}

.home-section-group {
    position: relative;
}

.home-section-group .container {
    position: relative;
    z-index: 1;
}

.home-section-group--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(251, 247, 248, 0.94) 0%, rgba(251, 247, 248, 0.86) 38%, rgba(251, 247, 248, 0.42) 100%);
}

html[dir="rtl"] .home-section-group--hero::before {
    background: linear-gradient(270deg, rgba(251, 247, 248, 0.94) 0%, rgba(251, 247, 248, 0.86) 38%, rgba(251, 247, 248, 0.42) 100%);
}

.home-section-shell {
    position: relative;
}

.home-section-shell--hero {
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border-radius: 2.2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34));
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 1.25rem 3.5rem rgba(71, 34, 46, 0.12);
    overflow: hidden;
}

.home-section-shell--hero::before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: min(42%, 27rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02));
    pointer-events: none;
}

html[dir="rtl"] .home-section-shell--hero::before {
    inset-inline-start: auto;
    inset-inline-end: 0;
}

.home-content-row {
    row-gap: 1.5rem;
}

.home-content-panel {
    height: 100%;
    border-radius: 1.75rem;
    padding: clamp(1.4rem, 3vw, 2.5rem);
    text-align: start;
}

.home-content-panel--hero {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1rem 2.6rem rgba(63, 33, 43, 0.1);
}

.home-content-panel--accent {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(255, 246, 248, 0.78));
    border: 1px solid rgba(167, 25, 75, 0.1);
    box-shadow: 0 0.8rem 2rem rgba(95, 60, 71, 0.08);
}

.home-content-panel--section {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1rem 2.8rem rgba(57, 36, 44, 0.08);
}

.home-hero-kicker {
    margin: 0 0 1rem;
    color: #8c6571;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-hero-title {
    margin: 0;
    color: #a7194b !important;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.home-section-title {
    margin: 0 0 1.25rem;
    color: #8a1841;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.15;
    font-weight: 700;
}

.home-copy {
    color: #5f6368;
    font-size: 1.04rem;
    line-height: 1.9;
}

.salonna-home .home-copy > :last-child {
    margin-bottom: 0;
}

.salonna-home .home-copy p {
    margin-bottom: 1rem;
}

.home-copy--lead {
    color: #45484d;
    font-size: 1.08rem;
    max-inline-size: 41rem;
}

.home-content-panel--hero .home-copy {
    max-inline-size: 38rem;
}

.home-content-panel--hero .home-copy p {
    margin-bottom: 0.8rem;
}

.salonna-home .home-copy strong {
    color: #24292f;
}

.salonna-home .home-copy ul {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}

.salonna-home .home-copy li {
    position: relative;
    margin-bottom: 0.9rem;
    padding-inline-start: 1.8rem;
}

.salonna-home .home-copy li:last-child {
    margin-bottom: 0;
}

.salonna-home .home-copy li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.95rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: #a7194b;
    box-shadow: 0 0 0 0.35rem rgba(167, 25, 75, 0.12);
    transform: translateY(-50%);
}

.home-cta-wrap {
    margin-top: 1.5rem;
    display: flex;
}

.home-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

.home-hero-benefit {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(167, 25, 75, 0.06);
    color: #6b3046;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.3;
}

.home-hero-benefit::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #a7194b;
    box-shadow: 0 0 0 0.25rem rgba(167, 25, 75, 0.12);
    flex: 0 0 auto;
}

.home-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.home-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.85rem 1.5rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #a7194b, #d4437a);
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.24);
    color: #fff !important;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.home-cta-button--primary {
    background: linear-gradient(135deg, #a7194b, #d4437a);
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.24);
}

.home-cta-button--secondary {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(167, 25, 75, 0.16);
    box-shadow: none;
    color: #8a1841 !important;
}

.home-cta-button:hover,
.home-cta-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 1.15rem 2.6rem rgba(167, 25, 75, 0.28);
    filter: saturate(1.05);
    color: #fff !important;
}

.home-cta-button--secondary:hover,
.home-cta-button--secondary:focus {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0.75rem 1.8rem rgba(138, 24, 65, 0.12);
    color: #8a1841 !important;
}

.home-hero-tertiary {
    margin-top: 0.9rem;
}

.home-hero-link {
    color: #8a1841;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 24, 65, 0.24);
}

.home-hero-link:hover,
.home-hero-link:focus {
    color: #6c1332;
    text-decoration: none;
    border-bottom-color: rgba(108, 19, 50, 0.4);
}

.home-content-row--hero > .home-content-col:first-child {
    flex: 0 0 58%;
    max-width: 58%;
}

.home-content-row--hero > .home-content-col:last-child {
    flex: 0 0 42%;
    max-width: 42%;
}

.home-content-col--hero-aside {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-content-panel--hero-aside {
    max-width: 29rem;
    padding: clamp(1.2rem, 2.6vw, 2rem);
}

.home-content-panel--hero-aside .home-section-title {
    margin-bottom: 0.85rem;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.home-content-panel--hero-aside .home-copy {
    font-size: 0.98rem;
    line-height: 1.8;
    max-inline-size: 30rem;
}

.home-hero-aside-media {
    margin-top: 1.2rem;
}

.home-hero-aside-image {
    display: block;
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.6rem rgba(48, 31, 38, 0.12);
}

.home-content-row--standard .home-content-col {
    display: flex;
}

.home-content-row--standard .home-content-panel {
    width: 100%;
}

@media (max-width: 991.98px) {
    .home-section-shell--hero {
        border-radius: 1.5rem;
        padding: 1.1rem;
    }

    .home-content-panel {
        border-radius: 1.35rem;
        padding: 1.35rem;
    }

    .home-content-row--hero > .home-content-col:first-child,
    .home-content-row--hero > .home-content-col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-content-panel--hero-aside {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .home-section-group {
        padding-block: 2.5rem;
    }

    .home-section-shell--hero {
        padding: 1rem;
    }

    .home-section-shell--hero::before {
        width: 100%;
        opacity: 0.35;
    }

    .home-content-row {
        row-gap: 1rem;
    }

    .home-hero-title {
        font-size: 2rem;
        max-inline-size: 100%;
    }

    .home-section-title {
        font-size: 1.35rem;
    }

    .home-copy,
    .home-copy--lead {
        font-size: 1rem;
        line-height: 1.75;
    }

    .home-hero-benefits,
    .home-hero-actions {
        gap: 0.65rem;
    }

    .home-cta-wrap {
        width: 100%;
    }

    .home-cta-button {
        width: 100%;
    }

    .home-hero-benefit {
        width: 100%;
        justify-content: flex-start;
    }
}

.salons-page {
    background: linear-gradient(180deg, #fcf8f8 0%, #f4efef 100%);
}

.salons-hero-shell,
.salons-section-shell {
    position: relative;
}

.salons-hero-shell {
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 250, 0.82));
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1.4rem 3.5rem rgba(68, 39, 48, 0.1);
}

.salons-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: #8c6571;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.salons-hero-title {
    margin: 0;
    color: #a7194b;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.salons-panel {
    height: 100%;
    border-radius: 1.6rem;
    padding: clamp(1.35rem, 2.8vw, 2.1rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1rem 2.8rem rgba(66, 39, 48, 0.08);
}

.salons-panel--hero {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 251, 0.92));
}

.salons-panel--media {
    background: linear-gradient(180deg, rgba(255, 247, 249, 0.96), rgba(255, 255, 255, 0.94));
}

.salons-panel--feature,
.salons-panel--split,
.salons-panel--extra {
    background: rgba(255, 255, 255, 0.96);
}

.salons-section-title {
    margin: 0 0 1rem;
    color: #8a1841;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.16;
    font-weight: 700;
}

.salons-copy {
    color: #5f6368;
    font-size: 1.02rem;
    line-height: 1.85;
    text-align: start;
}

.salons-copy--lead {
    color: #43474d;
    font-size: 1.07rem;
    max-inline-size: 40rem;
}

.salons-copy--support {
    margin-bottom: 1.25rem;
}

.salons-page .salons-copy > :last-child {
    margin-bottom: 0;
}

.salons-page .salons-copy p {
    margin-bottom: 0.9rem;
}

.salons-page .salons-copy ul {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
}

.salons-page .salons-copy li {
    position: relative;
    margin-bottom: 0.8rem;
    padding-inline-start: 1.7rem;
}

.salons-page .salons-copy li:last-child {
    margin-bottom: 0;
}

.salons-page .salons-copy li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.95rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #a7194b;
    box-shadow: 0 0 0 0.32rem rgba(167, 25, 75, 0.12);
    transform: translateY(-50%);
}

.salons-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.4rem;
}

.salons-hero-benefit {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.58rem 0.92rem;
    border-radius: 999px;
    background: rgba(167, 25, 75, 0.06);
    color: #6b3046;
    font-size: 0.93rem;
    font-weight: 600;
}

.salons-hero-benefit::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #a7194b;
    box-shadow: 0 0 0 0.24rem rgba(167, 25, 75, 0.12);
}

.salons-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.salons-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.82rem 1.45rem;
    border-radius: 999px;
    border: 0;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.salons-cta-button--primary {
    background: linear-gradient(135deg, #a7194b, #d4437a);
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
    color: #fff !important;
}

.salons-cta-button--secondary {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(167, 25, 75, 0.14);
    color: #8a1841 !important;
}

.salons-cta-button:hover,
.salons-cta-button:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.salons-cta-button--primary:hover,
.salons-cta-button--primary:focus {
    color: #fff !important;
    box-shadow: 0 1.15rem 2.5rem rgba(167, 25, 75, 0.28);
}

.salons-cta-button--secondary:hover,
.salons-cta-button--secondary:focus {
    color: #8a1841 !important;
    box-shadow: 0 0.8rem 1.8rem rgba(138, 24, 65, 0.12);
}

.salons-hero-tertiary {
    margin-top: 1rem;
}

.salons-inline-link {
    color: #8a1841;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 24, 65, 0.24);
}

.salons-inline-link:hover,
.salons-inline-link:focus {
    color: #6c1332;
    text-decoration: none;
    border-bottom-color: rgba(108, 19, 50, 0.4);
}

.salons-hero-image-frame {
    overflow: hidden;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 1rem 2.6rem rgba(71, 43, 52, 0.12);
}

.salons-hero-image {
    display: block;
    width: 100%;
    max-height: 28rem;
    object-fit: cover;
}

.salons-carousel-shell {
    padding: 1rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1rem 2.6rem rgba(66, 39, 48, 0.08);
}

.salons-carousel {
    overflow: hidden;
    border-radius: 1.2rem;
}

.salons-carousel-image {
    min-height: 26rem;
    object-fit: cover;
}

.salons-carousel .carousel-indicators {
    margin-bottom: 0.8rem;
}

.salons-carousel .carousel-indicators li {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.58);
}

.salons-carousel .carousel-indicators .active {
    background: #fff;
}

.salons-carousel .carousel-control-prev,
.salons-carousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(34, 24, 28, 0.36);
    border-radius: 999px;
    opacity: 1;
}

.salons-carousel .carousel-control-prev {
    left: 1rem;
}

.salons-carousel .carousel-control-next {
    right: 1rem;
}

.salons-extra-row .salons-panel,
.salons-split-row .salons-panel {
    height: 100%;
}

@media (max-width: 991.98px) {
    .salons-hero-shell,
    .salons-panel,
    .salons-carousel-shell {
        border-radius: 1.35rem;
    }

    .salons-hero-title {
        max-inline-size: 100%;
    }

    .salons-carousel-image {
        min-height: 20rem;
    }
}

@media (max-width: 767.98px) {
    .salons-hero-section,
    .salons-feature-section,
    .salons-split-section,
    .salons-extra-section {
        padding-block: 2.5rem;
    }

    .salons-hero-shell,
    .salons-panel,
    .salons-carousel-shell {
        padding: 1rem;
    }

    .salons-hero-title {
        font-size: 2rem;
    }

    .salons-copy,
    .salons-copy--lead {
        font-size: 1rem;
        line-height: 1.75;
    }

    .salons-hero-benefit,
    .salons-cta-button {
        width: 100%;
        justify-content: flex-start;
    }

    .salons-hero-actions {
        gap: 0.7rem;
    }

    .salons-carousel-image {
        min-height: 16rem;
    }
}

.marketing-shell,
.contact-shell,
.guide-shell,
.legal-shell {
    position: relative;
}

.marketing-shell,
.contact-shell,
.guide-shell,
.legal-shell {
    padding: clamp(1.4rem, 3vw, 2.3rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 250, 0.86));
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1.2rem 3.2rem rgba(68, 39, 48, 0.1);
}

.marketing-eyebrow,
.contact-eyebrow,
.guide-eyebrow,
.legal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #8c6571;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.marketing-title,
.contact-title,
.guide-title,
.legal-title {
    margin: 0;
    color: #7f153b;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.guide-subtitle {
    margin: 1rem 0 0;
    color: #50545a;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.7;
    font-weight: 500;
    max-inline-size: 46rem;
}

.marketing-panel,
.contact-panel,
.legal-card {
    border-radius: 1.5rem;
    padding: clamp(1.25rem, 2.6vw, 2rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 1rem 2.6rem rgba(66, 39, 48, 0.08);
}

.marketing-panel--download,
.marketing-panel--media,
.contact-panel--form,
.contact-panel--info,
.legal-card {
    height: 100%;
}

.marketing-section-title {
    margin: 0 0 1rem;
    color: #8a1841;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.16;
    font-weight: 700;
}

.marketing-section-title--center {
    text-align: center;
}

.marketing-copy,
.contact-note,
.legal-copy,
.guide-page .guide-content {
    color: #5f6368;
    font-size: 1.02rem;
    line-height: 1.85;
}

.marketing-copy--lead {
    color: #44484d;
    font-size: 1.07rem;
    max-inline-size: 40rem;
}

.marketing-subsection {
    margin-top: 2rem;
}

.marketing-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.marketing-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.82rem 1.45rem;
    border-radius: 999px;
    border: 0;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.marketing-cta-button--primary,
.contact-submit-button {
    background: linear-gradient(135deg, #a7194b, #d4437a);
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
    color: #fff !important;
}

.marketing-cta-button--secondary {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(167, 25, 75, 0.14);
    color: #8a1841 !important;
}

.marketing-cta-button:hover,
.marketing-cta-button:focus,
.contact-submit-button:hover,
.contact-submit-button:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.marketing-cta-button--primary:hover,
.marketing-cta-button--primary:focus,
.contact-submit-button:hover,
.contact-submit-button:focus {
    color: #fff !important;
    box-shadow: 0 1.15rem 2.5rem rgba(167, 25, 75, 0.28);
}

.marketing-cta-button--secondary:hover,
.marketing-cta-button--secondary:focus {
    color: #8a1841 !important;
    box-shadow: 0 0.8rem 1.8rem rgba(138, 24, 65, 0.12);
}

.marketing-inline-link-wrap {
    margin-top: 1rem;
}

.marketing-inline-link {
    color: #8a1841;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 24, 65, 0.24);
}

.marketing-inline-link:hover,
.marketing-inline-link:focus {
    color: #6c1332;
    text-decoration: none;
    border-bottom-color: rgba(108, 19, 50, 0.4);
}

.marketing-platform-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.marketing-platform-list li + li {
    margin-top: 1rem;
}

.marketing-platform-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 1.2rem;
    background: #fff;
    color: #2f3438;
    box-shadow: 0 0.9rem 2rem rgba(61, 45, 50, 0.08);
    text-decoration: none;
}

.marketing-platform-link:hover,
.marketing-platform-link:focus {
    color: #2f3438;
    text-decoration: none;
}

.marketing-media-frame,
.marketing-video-frame {
    overflow: hidden;
    border-radius: 1.3rem;
    background: #fff;
    box-shadow: 0 1rem 2.2rem rgba(70, 45, 52, 0.12);
}

.marketing-media-image,
.marketing-video {
    display: block;
    width: 100%;
}

.marketing-video {
    min-height: 24rem;
    object-fit: cover;
}

.marketing-spacer-band {
    min-height: 18rem;
}

.contact-layout {
    /* margin-top: 1.5rem; */
    align-items: start;
}

.contact-intro {
    margin-bottom: 1.25rem;
    padding: 1.15rem 1.35rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.7rem 1.8rem rgba(66, 39, 48, 0.06);
}

.contact-intro__title {
    margin: 0 0 0.55rem;
    color: #8a1841;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.contact-intro__text {
    margin: 0;
    color: #555b61;
    font-size: 1rem;
    line-height: 1.75;
}

.contact-note {
    margin: 0;
}

.contact-panel .form-control {
    min-height: 3rem;
    border-radius: 1rem;
    border-color: rgba(167, 25, 75, 0.12);
    box-shadow: none;
}

.contact-panel textarea.form-control {
    min-height: 8rem;
}

.contact-panel label {
    color: #4f5358;
    font-weight: 600;
}

.contact-submit-button {
    border: 0;
    border-radius: 999px;
    min-height: 3.15rem;
    padding-inline: 1.5rem;
}

.guide-sidebar {
    position: relative;
}

.guide-nav-list {
    margin: 0;
    padding: 1.15rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.9rem 2.2rem rgba(66, 39, 48, 0.08);
}

.guide-nav-list li + li {
    margin-top: 0.65rem;
}

.guide-nav-list .menu_guid {
    display: block;
    padding: 0.35rem 0;
}

.guide-content > .col-12 {
    padding: 1.4rem;
    margin-bottom: 1.5rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.9rem 2.3rem rgba(66, 39, 48, 0.08);
}

.guide-page img {
    border-radius: 1rem;
    box-shadow: 0 0.8rem 2rem rgba(66, 39, 48, 0.08);
}

.guide-page ol li {
    margin-bottom: 0.7rem;
}

.guide-page .btn-salonna-primary,
.guide-page .btn-salonna-light {
    border-radius: 999px;
}

.legal-copy {
    color: #454a50;
    text-align: start;
}

.legal-copy h2,
.legal-copy h3,
.legal-copy h4 {
    color: #8a1841;
    margin-top: 1.8rem;
}

.legal-copy p,
.legal-copy li {
    line-height: 1.9;
}

.legal-copy ul,
.legal-copy ol {
    padding-inline-start: 1.5rem;
}

@media (max-width: 991.98px) {
    .marketing-shell,
    .contact-shell,
    .guide-shell,
    .legal-shell,
    .marketing-panel,
    .contact-panel,
    .legal-card,
    .guide-nav-list,
    .guide-content > .col-12 {
        border-radius: 1.35rem;
    }

    .marketing-title,
    .contact-title,
    .guide-title,
    .legal-title {
        max-inline-size: 100%;
    }

    .marketing-video {
        min-height: 19rem;
    }
}

@media (max-width: 767.98px) {
    .marketing-hero-section,
    .marketing-feature-section,
    .marketing-extra-section,
    .contact-page .container-fluid,
    .guide-page .container-fluid,
    .legal-page .container-fluid {
        padding-block: 2.5rem;
    }

    .marketing-shell,
    .contact-shell,
    .guide-shell,
    .legal-shell,
    .marketing-panel,
    .contact-panel,
    .legal-card,
    .guide-nav-list,
    .guide-content > .col-12 {
        padding: 1rem;
    }

    .contact-intro {
        padding: 1rem;
        border-radius: 1rem;
    }

    .marketing-title,
    .contact-title,
    .guide-title,
    .legal-title {
        font-size: 2rem;
    }

    .marketing-copy,
    .marketing-copy--lead,
    .contact-note,
    .legal-copy,
    .guide-subtitle,
    .guide-page .guide-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .marketing-actions,
    .contact-layout {
        gap: 0.75rem;
    }

    .marketing-cta-button,
    .contact-submit-button,
    .marketing-platform-link {
        width: 100%;
        justify-content: flex-start;
    }

    .marketing-video {
        min-height: 14rem;
    }
}
