:root {
  --color-primary: #a7194b;
  --color-primary-dark: #84123c;
  --color-primary-soft: #f8e8ef;
  --color-secondary: #0b9bdd;
  --color-secondary-dark: #087fb4;
  --color-secondary-soft: #e8f6fc;
  --color-text: #222222;
  --color-muted: #666666;
  --color-border: #eeeeee;
  --color-white: #ffffff;
  --site-header-height: 72px;

  --section-padding-desktop: 64px;
  --section-padding-mobile: 40px;
}

body{
  font-family: "Noto Sans", "Noto Sans Hebrew", "Noto Sans Arabic", Arial, sans-serif;
  color: var(--color-muted) !important;
  font-size: 1.1em;
  padding-top: var(--site-header-height);
}
.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: var(--color-primary) !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,
.container-xl h2, .container-xl h3{
    color: var(--color-text);
    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: var(--color-white);
  border-radius: 11px;
  padding: 15px;
  color: var(--color-muted);
  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: var(--color-primary) !important;
}

.color-primary{
  color: var(--color-primary);
}
.text-white{
  color: var(--color-white);
}
.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: var(--color-white) !important;
}

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

.footer-icons{
  padding: 0 25px

}

.site-footer {
  padding: 2rem 0 2.1rem;
  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: var(--color-white) !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: var(--color-white) !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: var(--color-text);
  background-color: #D8D8D8;
  border-color: #cacaca;
  cursor: default;
  line-height: 1 !important;
}

.btn-salonna-primary {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: default;
  line-height: 1 !important;
}

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

.trailBtn{
  background-color: var(--color-white);
  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: var(--color-white);
  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: var(--color-white);
  background-color: #65C258;
}

.float-parent .whatsapp-float-icon {
  font-size: 1.8em;
  color: var(--color-white);
  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 {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1030;
}

.site-header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.55rem 0;
  background: var(--color-white);
  border-bottom: 1px solid rgba(29, 36, 48, 0.08);
  box-shadow: 0 0.45rem 1.15rem rgba(25, 33, 46, 0.06);
}

html[dir="ltr"] .site-header-nav {
  direction: ltr;
}

html[dir="rtl"] .site-header-nav {
  direction: rtl;
}

.site-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  color: var(--color-text) !important;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.site-header-brand:hover,
.site-header-brand:focus {
  text-decoration: none;
  color: var(--color-primary) !important;
}

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

.site-header-brand__name {
  display: inline-block;
  letter-spacing: 0;
}

.site-header-nav .site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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 var(--color-border);
  border-radius: 0.9rem;
  background: var(--color-white);
  color: var(--color-text) !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-header-mobile-user {
  color: var(--color-text) !important;
}

.site-header-toggler:hover,
.site-header-toggler:focus,
.site-header-mobile-user:hover,
.site-header-mobile-user:focus {
  color: var(--color-primary) !important;
  border-color: var(--color-primary-soft);
  background: var(--color-primary-soft);
}

.site-header-collapse {
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 1rem;
}

.site-header-menu {
  /* align-items: center; */
  gap: 0.2rem;
  margin-block: 0;
  margin-inline-start: 2rem;
  padding-inline: 10px;
}

.site-header-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding-block: 0.48rem !important;
  padding-inline: 0.72rem !important;
  border-radius: 0.75rem;
  color: var(--color-text) !important;
  font-size: 0.93rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-header-link__icon,
.site-header-action__icon,
.site-header-mobile-user__icon,
.header-language__icon {
  display: inline-block;
}

.site-header-link__icon {
  width: 16px;
  height: 16px;
  margin-inline-end: 0.38rem;
  opacity: 0.72;
  vertical-align: -0.13em;
  stroke: currentColor;
}

.site-header-action__icon,
.site-header-mobile-user__icon,
.header-language__icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  stroke: currentColor;
}

.site-header-link:hover,
.site-header-link:focus,
.site-header-link.active {
  color: var(--color-primary) !important;
  background: rgba(167, 25, 75, 0.07);
  text-decoration: none;
}

.site-header-link.active .site-header-link__icon {
  opacity: 1;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-block: 0;
  margin-inline-start: auto;
  padding-inline: 0;
}

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

.site-header-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.52rem 0.95rem !important;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-text) !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-header-action--ghost {
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.site-header-action--ghost:hover,
.site-header-action--ghost:focus {
  color: var(--color-primary) !important;
  border-color: var(--color-primary-soft);
  background: var(--color-primary-soft);
}

.site-header-action--primary {
  background: var(--color-primary);
  color: var(--color-white) !important;
  border: 1px solid var(--color-primary);
  box-shadow: 0 0.7rem 1.35rem rgba(167, 25, 75, 0.2);
}

.site-header-action--primary:hover,
.site-header-action--primary:focus {
  color: var(--color-white) !important;
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  box-shadow: 0 0.85rem 1.7rem rgba(167, 25, 75, 0.26);
}

.header-language {
  padding: 0;
}

.header-language__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  color: var(--color-text) !important;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header-language__toggle:hover,
.header-language__toggle:focus {
  color: var(--color-primary) !important;
  border-color: var(--color-primary-soft);
  background: var(--color-primary-soft);
  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: 1px solid rgba(29, 36, 48, 0.08);
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 1rem 2.4rem rgba(57, 26, 37, 0.16);
}

.header-language__item {
  border-radius: 0.75rem;
  color: var(--color-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.header-language__item:hover,
.header-language__item:focus {
  background: rgba(167, 25, 75, 0.08);
  color: var(--color-primary-dark);
}

@media (max-width: 991.98px){
  :root {
      --site-header-height: 62px;
  }

  .site-header-nav {
      display: block;
      padding: 0.35rem 0;
  }

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

  .site-header-nav .site-header-container {
      display: block;
  }

  .site-header-collapse {
      margin-inline-start: 0;
      margin-top: 0.9rem;
      padding: 0.9rem 0 0.35rem;
      border-top: 1px solid var(--color-border);
  }

  .site-header-menu,
  .site-header-actions {
      gap: 0.3rem;
      margin-inline-start: 0;
  }

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

  .site-header-mobile-actions .header-language__toggle {
      width: auto;
      min-width: 2.7rem;
      justify-content: center;
  }

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

@media (max-width: 767.98px){
  h1, .title-color{
      color: var(--color-primary) !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-flow {
    display: grid;
    gap: 1.35rem;
}

.pricing-hero-shell,
.pricing-shell {
    padding: clamp(1.3rem, 2.5vw, 2rem)!important;
    /* border-radius: 1.45rem!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 0.85rem 2.3rem rgba(68, 39, 48, 0.08)!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: var(--color-primary);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.pricing-hero-title {
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    line-height: 1.12;
}

.pricing-hero-copy {
    margin-top: 1rem;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.85;
    max-inline-size: 42rem;
}

.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: var(--color-primary-dark);
    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, var(--color-primary), var(--color-primary-dark));
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
    color: var(--color-white) !important;
}

.pricing-hero-button--primary:hover,
.pricing-hero-button--primary:focus {
    color: var(--color-white) !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.35rem;
    box-shadow: 0 0.85rem 2.2rem rgba(33, 37, 41, 0.07);
    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: var(--color-primary-dark);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pricing-plan-card__header {
    color: var(--color-white);
    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: var(--color-primary);
}

.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: var(--color-muted);
    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: var(--color-muted);
    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: var(--color-primary);
    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: var(--color-muted);
    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: var(--color-text);
}

.pricing-plan-card__price-value span {
    font-size: 0.98rem;
    font-weight: 500;
    color: var(--color-muted);
    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, var(--color-primary), var(--color-primary-dark));
    color: var(--color-white);
    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, var(--color-primary-dark), var(--color-primary-dark));
    color: var(--color-white);
    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: var(--color-primary);
    margin-bottom: 1.5rem;
}

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

.pricing-editor-content {
    text-align: start;
    color: var(--color-muted);
    line-height: 1.8;
}

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

.pricing-editor-content > p:first-of-type {
    color: var(--color-primary-dark);
    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: var(--color-primary);
    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-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,
.salons-hero-section,
.salons-feature-section,
.salons-split-section,
.salons-extra-section,
.pricing-unified-section,
.pricing-split-section,
.marketing-hero-section,
.marketing-feature-section,
.marketing-split-section,
.contact-page > .container-fluid,
.guide-page > .container-fluid,
.legal-page > .container-fluid {
    padding-block: var(--section-padding-desktop);
}

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

.home-section-group .container-xl {
    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.3rem, 2.5vw, 2rem);
    /* border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 1rem 2.5rem rgba(71, 34, 46, 0.1); */
    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.35rem;
    padding: clamp(1.25rem, 2.4vw, 2rem);
    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 0.75rem 2rem rgba(63, 33, 43, 0.08);
}

.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.65rem 1.7rem rgba(95, 60, 71, 0.07);
}

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

.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: var(--color-primary) !important;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.home-section-title {
    margin: 0 0 1.25rem;
    color: var(--color-primary-dark);
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    line-height: 1.15;
    font-weight: 700;
}

.home-copy {
    color: var(--color-muted);
    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: 38rem;
}

.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: var(--color-primary);
    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.55rem;
    margin-top: 1.25rem;
}

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

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

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

.home-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.78rem 1.35rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.24);
    color: var(--color-white) !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, var(--color-primary), var(--color-primary-dark));
    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: var(--color-primary-dark) !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: var(--color-white) !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: var(--color-primary-dark) !important;
}

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

.home-hero-link {
    color: var(--color-primary-dark);
    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: var(--color-primary-dark);
    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-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;
    }

    .home-section-group,
    .salons-hero-section,
    .salons-feature-section,
    .salons-split-section,
    .salons-extra-section,
    .pricing-unified-section,
    .pricing-split-section,
    .marketing-hero-section,
    .marketing-feature-section,
    .marketing-split-section,
    .contact-page > .container-fluid,
    .guide-page > .container-fluid,
    .legal-page > .container-fluid,
    .page-faq-section {
        padding-block: var(--section-padding-mobile);
    }
}

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

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

.salons-hero-shell {
    padding: clamp(1.3rem, 2.5vw, 2rem);
    /* border-radius: 1.55rem;
    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 0.9rem 2.4rem rgba(68, 39, 48, 0.08); */
}

.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: var(--color-primary);
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.salons-panel {
    height: 100%;
    border-radius: 1.3rem;
    padding: clamp(1.2rem, 2.4vw, 1.9rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.8rem 2rem rgba(66, 39, 48, 0.07);
}

.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: var(--color-primary-dark);
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.16;
    font-weight: 700;
}

.salons-copy {
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.85;
    text-align: start;
}

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

.salons-copy h1,
.marketing-copy h1 {
    margin: 0 0 0.9rem;
    color: var(--color-primary-dark);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

.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: var(--color-primary);
    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.55rem;
    margin-top: 1.25rem;
}

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

.salons-hero-benefit::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--color-primary);
    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, var(--color-primary), var(--color-primary-dark));
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
    color: var(--color-white) !important;
}

.salons-cta-button--secondary {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(167, 25, 75, 0.14);
    color: var(--color-primary-dark) !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: var(--color-white) !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: var(--color-primary-dark) !important;
    box-shadow: 0 0.8rem 1.8rem rgba(138, 24, 65, 0.12);
}

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

.salons-inline-link {
    color: var(--color-primary-dark);
    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: var(--color-primary-dark);
    text-decoration: none;
    border-bottom-color: rgba(108, 19, 50, 0.4);
}

.salons-hero-image-frame {
    overflow: hidden;
    border-radius: 1.4rem;
    background: var(--color-white);
    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 button {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.58);
}

.salons-carousel .carousel-indicators .active {
    background: var(--color-white);
}

.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-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;
    }
}

/* =============================================================================
   REUSABLE SECTION PATTERNS
   Added: migration 00110 / item_role = 'section_header' support.

   These classes are page-agnostic and can be used by any marketing page that
   wants a centred section header above an item grid.  They are intentionally
   minimal so individual pages can layer their own panel styles on top.

   DATA-MODEL SIDE vs. DESIGN SIDE
   --------------------------------
   .sec-header and .section-content-grid cover the data-model work:
     - they render what the DB provides (title, subtitle from item_role='section_header').
   The DESIGN of each card/chip/feature inside .section-content-grid is still
   page-specific (e.g. .salons-panel) and requires per-page CSS decisions.
   Future card/chip/feature CSS should be added to separate, focused blocks.
   ============================================================================= */

/* ── Section header (item_role = 'section_header') ── */
.sec-header {
    /* margin-bottom: 1rem; */
    padding-bottom: 1.4rem;
    /* text-align: center; */
    /* border-bottom: 1px solid rgba(167, 25, 75, 0.07); */
}

.sec-header__title {
    margin: 0 0 0.6rem;
    color: var(--color-primary);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.sec-header__subtitle {
    /* margin: 0 auto; */
    max-inline-size: 46rem;
    color: var(--color-muted);
    font-size: 1.04rem;
    line-height: 1.8;
}

.sec-header__subtitle > :last-child {
    margin-bottom: 0;
}

/* ── Section content grid (wraps items below a sec-header) ── */
/*
   .section-content-grid is added as an extra class on the Bootstrap .row
   when a section header is present. It tweaks row-gap and alignment but
   does NOT override column widths (those are still driven by columns_per_row
   via Contents::colWidth()).
*/
.section-content-grid {
    row-gap: 1.1rem;
    align-items: stretch;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .sec-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .sec-header__title {
        font-size: 1.45rem;
    }
}

@media (max-width: 767.98px) {
    .sec-header {
        margin-bottom: 1.2rem;
        padding-bottom: 0.8rem;
        text-align: start;
    }

    .sec-header__title {
        font-size: 1.3rem;
    }

    .sec-header__subtitle {
        font-size: 1rem;
        max-inline-size: 100%;
    }
}

/* ── Chip grid (future: item_role = 'chip') ── */
/*
   Placeholder. When chips are designed, add visual styles here.
   The grid layout (flex-wrap, gap) is provided; individual chip appearance
   is a DESIGN DECISION that needs frontend sign-off before implementation.
*/
.section-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(167, 25, 75, 0.07);
    color: #6b3046;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.25;
    /* icon support */
}

.section-chip__icon {
    font-size: 0.85em;
    flex: 0 0 auto;
}

/* ── Feature card grid (future: item_role = 'feature' | 'card') ── */
/*
   Placeholder structural classes. Visual design (colours, shadows, border-
   radius) is a DESIGN DECISION that should be settled per-page or globally
   before a full implementation is built.
*/
.section-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 1fr));
    gap: 1.1rem;
}

.section-feature-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.6rem 1.8rem rgba(66, 39, 48, 0.07);
}

.section-feature-card__icon {
    font-size: 1.5rem;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.section-feature-card__title {
    margin: 0;
    color: var(--color-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.section-feature-card__copy {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

/* END REUSABLE SECTION PATTERNS */

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

.marketing-shell,
.contact-shell,
.guide-shell,
.legal-shell {
    padding: clamp(1.3rem, 2.5vw, 2rem);
    /* border-radius: 1.45rem;
    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 0.85rem 2.3rem rgba(68, 39, 48, 0.08); */
}

.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: var(--color-primary-dark);
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.guide-subtitle {
    margin: 1rem 0 0;
    color: var(--color-muted);
    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.25rem;
    padding: clamp(1.15rem, 2.3vw, 1.85rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(167, 25, 75, 0.08);
    box-shadow: 0 0.8rem 2rem rgba(66, 39, 48, 0.07);
}

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

.marketing-section-title {
    margin: 0 0 1rem;
    color: var(--color-primary-dark);
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    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: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.85;
}

.marketing-copy--lead {
    color: var(--color-muted);
    font-size: 1.07rem;
    max-inline-size: 38rem;
}

.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, var(--color-primary), var(--color-primary-dark));
    box-shadow: 0 1rem 2.2rem rgba(167, 25, 75, 0.22);
    color: var(--color-white) !important;
}

body#download .marketing-cta-button--primary {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-secondary-dark));
    box-shadow: 0 1rem 2.2rem rgba(11, 155, 221, 0.2);
}

.marketing-cta-button--secondary {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(167, 25, 75, 0.14);
    color: var(--color-primary-dark) !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: var(--color-white) !important;
    box-shadow: 0 1.15rem 2.5rem rgba(167, 25, 75, 0.28);
}

body#download .marketing-cta-button--primary:hover,
body#download .marketing-cta-button--primary:focus {
    box-shadow: 0 1.15rem 2.5rem rgba(11, 155, 221, 0.26);
}

.marketing-cta-button--secondary:hover,
.marketing-cta-button--secondary:focus {
    color: var(--color-primary-dark) !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: var(--color-primary-dark);
    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: var(--color-primary-dark);
    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: var(--color-white);
    color: var(--color-text);
    box-shadow: 0 0.9rem 2rem rgba(61, 45, 50, 0.08);
    text-decoration: none;
}

body#download .marketing-platform-link:hover,
body#download .marketing-platform-link:focus {
    color: var(--color-secondary-dark);
    background: var(--color-secondary-soft);
}

.marketing-platform-link:hover,
.marketing-platform-link:focus {
    color: var(--color-text);
    text-decoration: none;
}

.marketing-media-frame,
.marketing-video-frame {
    overflow: hidden;
    border-radius: 1.3rem;
    background: var(--color-white);
    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;
}

.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: var(--color-primary-dark);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.contact-intro__text {
    margin: 0;
    color: var(--color-muted);
    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: var(--color-muted);
    text-align: start;
}

.legal-copy h2,
.legal-copy h3,
.legal-copy h4 {
    color: var(--color-primary-dark);
    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-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;
    }
}

/* =====================================================================
   FAQ ACCORDION — modern card-per-item design (sfaq component)
   ===================================================================== */

.page-faq-section {
    padding-block: var(--section-padding-desktop);
    background: linear-gradient(to bottom, var(--color-white) 0%, #fdf5f8 100%);
}

/* Constrain width and centre the stack */
.page-faq-wrap {
    max-inline-size: 860px;
    margin-inline: auto;
}

/* Vertical stack with gap between cards */
.sfaq {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Each item is its own card ------------------------------------------ */
.sfaq__item {
    border-radius: 1rem;
    background: var(--color-white);
    /* Reserve 3px for start accent; starts transparent to avoid layout shift */
    border: 1px solid rgba(167, 25, 75, 0.1);
    border-inline-start-width: 3px;
    border-inline-start-color: transparent;
    box-shadow: 0 0.35rem 1.1rem rgba(68, 39, 48, 0.055);
    overflow: hidden;
    transition:
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        border-inline-start-color 0.22s ease;
}

.sfaq__item:hover {
    box-shadow: 0 0.55rem 1.45rem rgba(68, 39, 48, 0.085);
    border-color: rgba(167, 25, 75, 0.2);
}

.sfaq__item[data-open] {
    box-shadow: 0 0.7rem 1.8rem rgba(167, 25, 75, 0.11);
    border-color: rgba(167, 25, 75, 0.26);
    border-inline-start-color: var(--color-primary);
}

/* Heading — semantically wraps the trigger button ------------------- */
.sfaq__heading {
    margin: 0;
}

/* Trigger button ---------------------------------------------------- */
.sfaq__trigger {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 1rem 1.15rem;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: start;
    color: #3d2430;
    transition: background 0.18s ease, color 0.18s ease;
}

.sfaq__trigger:hover {
    background: rgba(167, 25, 75, 0.03);
}

.sfaq__trigger:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: -2px;
    border-radius: 1.1rem;
}

.sfaq__item[data-open] .sfaq__trigger {
    background: rgba(167, 25, 75, 0.05);
    color: var(--color-primary-dark);
}

/* Badge — branded circle with question mark ------------------------- */
.sfaq__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: var(--color-white);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    box-shadow: 0 2px 8px rgba(162, 25, 75, 0.25);
}

.sfaq__badge::after {
    content: '?';
    display: block;
}

.sfaq__item[data-open] .sfaq__badge {
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(162, 25, 75, 0.35);
}

/* Question text ----------------------------------------------------- */
.sfaq__question {
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

/* Chevron — rotates 180° when open ---------------------------------- */
.sfaq__chevron {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23a7194b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.55;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.sfaq__item[data-open] .sfaq__chevron {
    transform: rotate(180deg);
    opacity: 1;
}

/* Answer body — CSS grid height animation (no max-height hacks) ----- */
.sfaq__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s ease;
}

.sfaq__item[data-open] .sfaq__body {
    grid-template-rows: 1fr;
}

.sfaq__answer {
    overflow: hidden;
    min-height: 0;
    /* indent to align with question text (past badge + gap) */
    padding-inline-start: calc(1.25rem + 1.8rem + 0.85rem);
    padding-inline-end: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--color-muted);
    font-size: 0.99rem;
    line-height: 1.8;
    transition: padding-bottom 0.32s ease;
}

.sfaq__item[data-open] .sfaq__answer {
    padding-bottom: 1.35rem;
}

/* Mobile ------------------------------------------------------------ */
@media (max-width: 767.98px) {
    .sfaq__trigger {
        padding: 1rem;
        gap: 0.7rem;
    }

    .sfaq__badge {
        width: 1.55rem;
        height: 1.55rem;
        font-size: 0.73rem;
    }

    .sfaq__question {
        font-size: 0.95rem;
    }

    /* On small screens drop the indent — just use uniform padding */
    .sfaq__answer {
        padding-inline-start: 1rem;
        padding-inline-end: 1rem;
    }
}

/* -- Content heading icon alignment (renderContentHeading helper) -- */
/*
   Applied only when icon_key is set. The helper emits:
     <hN class="existing-class content-heading--with-icon">
       <svg class="content-heading__icon" ...></svg><span>Title</span>
     </hN>
   Rows with no icon_key receive no modifier class, so output stays
   exactly as before this feature was added.
*/
.content-heading--with-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.45em;
}

.content-heading--with-icon > i,
.content-heading--with-icon > .content-heading__icon {
    flex-shrink: 0;
    line-height: 1;
}

.content-heading--with-icon > .content-heading__icon {
    width: 1em;
    height: 1em;
    stroke: currentColor;
}
