/** Shopify CDN: Minification failed

Line 181:19 Unexpected "{"
Line 181:28 Expected ":"
Line 181:35 Unexpected "{"
Line 182:10 Expected identifier but found whitespace
Line 182:12 Unexpected "{"
Line 182:21 Expected ":"
Line 182:48 Unexpected "0"
Line 182:51 Unexpected "{"
Line 182:60 Expected ":"
Line 182:89 Expected ":"
... and 22 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:brand-belief-hero (INDEX:2) */
.belief-hero {
  background: #F5EEFB;
  padding: 72px 24px 0;
  overflow: hidden;
}

.belief-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}

.belief-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--belief-accent, #7B3FE4);
  margin: 0 0 14px;
}

.belief-heading {
  font-size: 34px;
  font-weight: 700;
  color: var(--belief-heading-color, #1A1A1A);
  margin: 0 0 16px;
  line-height: 1.25;
}

.belief-subheading {
  font-size: 15px;
  line-height: 1.7;
  color: var(--belief-text-color, #6b6b6b);
  margin: 0;
}

.belief-visual {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.belief-bg {
  display: block;
  width: 100%;
  height: auto;
}

.belief-bg--placeholder {
  aspect-ratio: 16 / 9;
  background: repeating-linear-gradient(45deg, #EDE4F7, #EDE4F7 12px, #F5EEFB 12px, #F5EEFB 24px);
}

.belief-card {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.belief-card-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--belief-card-bg, #FFFFFF);
  border-radius: 12px;
  padding: 10px 14px 10px 10px;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.12);
  white-space: nowrap;
}

.belief-card-inner--empty {
  padding: 14px 18px;
  font-size: 12.5px;
  color: #9a9a9a;
  white-space: normal;
  max-width: 180px;
}

.belief-card-thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  background: #F2EDF8;
}

.belief-card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.belief-card-step {
  margin: 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--belief-accent, #7B3FE4);
}

.belief-card-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--belief-heading-color, #1A1A1A);
}

.belief-card-add {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--belief-accent, #7B3FE4);
  background: transparent;
  color: var(--belief-accent, #7B3FE4);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.belief-card-add:hover:not(:disabled) {
  background: var(--belief-accent, #7B3FE4);
  color: #fff;
}

.belief-card-add:disabled {
  opacity: 0.6;
  cursor: default;
}

@media screen and (max-width: 749px) {
  .belief-hero {
    padding: 48px 16px 0;
  }
  .belief-heading {
    font-size: 24px;
  }
  .belief-card-inner {
    padding: 8px 10px 8px 8px;
    gap: 8px;
  }
  .belief-card-thumb {
    width: 42px;
    height: 42px;
  }
  .belief-card-name {
    font-size: 12.5px;
  }
  .belief-card-step {
    font-size: 9px;
  }
}
/* END_SECTION:brand-belief-hero */

/* START_SECTION:breadcrumb-trail (INDEX:3) */
.breadcrumb-trail-{{ section.id }} {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
}
.breadcrumb-trail-{{ section.id }} .wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 24px 0px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: {{ section.settings.font_size }}px;
}
.breadcrumb-trail-{{ section.id }} a,
.breadcrumb-trail-{{ section.id }} .current {
  color: {{ section.settings.text_color }};
}
.breadcrumb-trail-{{ section.id }} a {
  text-decoration: none;
}
.breadcrumb-trail-{{ section.id }} a:hover {
  text-decoration: underline;
}
.breadcrumb-trail-{{ section.id }} .sep {
  color: {{ section.settings.text_color }};
  opacity: 0.6;
}
/* END_SECTION:breadcrumb-trail */

/* START_SECTION:compare-table (INDEX:17) */
.compare-table-section {
  background: var(--ct-section-bg);
  padding: var(--ct-padding-top) 0 var(--ct-padding-bottom);
  font-family: 'Manrope', sans-serif;
}

.compare-table-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.compare-table-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 32px;
}

.compare-table-eyebrow {
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ct-eyebrow-color);
  margin: 0 0 10px;
}

.compare-table-heading {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--ct-heading-color);
  margin: 0 0 12px;
}

.compare-table-subheading {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ct-subheading-color);
  margin: 0;
}

.compare-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--ct-border-color);
  border-radius: 16px;
  background: var(--ct-table-bg);
}

table.compare-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 13.5px;
}

table.compare-table thead th {
  background: var(--ct-header-row-bg);
  color: var(--ct-heading-color);
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  padding: 16px 20px;
}

table.compare-table .row-label-col {
  width: 30%;
}

table.compare-table tbody th,
table.compare-table tbody td {
  padding: 14px 20px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  border-top: 1px solid var(--ct-border-color);
}

table.compare-table tbody th.row-label {
  font-weight: 700;
  color: var(--ct-label-color);
  white-space: nowrap;
}

table.compare-table tbody td {
  color: var(--ct-value-color);
}

table.compare-table tbody tr:nth-child(even) {
  background: var(--ct-stripe-bg);
}

.compare-table-footer-note {
  text-align: center;
  font-size: 13.5px;
  color: var(--ct-subheading-color);
  margin-top: 24px;
}

.compare-table-footer-note p {
  margin: 0;
}

.compare-table-footer-note a {
  color: var(--ct-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 540px) {
  .compare-table-section {
    padding: calc(var(--ct-padding-top) * 0.6) 0 calc(var(--ct-padding-bottom) * 0.6);
  }
  .compare-table-heading {
    font-size: 20px;
  }
}
/* END_SECTION:compare-table */

/* START_SECTION:contact-cta (INDEX:19) */
.cta-wrap{ --brand:#8941bb; --brand-tint:#f7f1fb; --head:#000000; --ink:#6a6a6a; max-width:1240px; margin:0 auto; padding:0 24px 60px; }
  .cta-box{ background:var(--brand-tint); border-radius:20px; text-align:center; padding:52px 32px; }
  .cta-heading{ font-family:'Urbanist',sans-serif; font-size:32px; font-weight:800; color:var(--head); margin-bottom:10px; }
  .cta-subtext{ font-family:'Manrope',sans-serif; font-size:17px; color:var(--ink); margin-bottom:26px; }
  .cta-button{ display:inline-flex; align-items:center; gap:10px; background:var(--brand); color:#fff; font-family:'Urbanist',sans-serif; font-weight:700; font-size:16px; text-decoration:none; padding:16px 28px; border-radius:12px; transition:background .15s; }
  .cta-button:hover{ background:#000; }
  .cta-button svg{ width:18px; height:18px; }
/* END_SECTION:contact-cta */

/* START_SECTION:contact-section (INDEX:21) */
.contact-section {
  background: #FFFFFF;
  padding: 64px 0;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--ct-title-color, #1A1A1A);
  margin: 0 0 10px;
}

.contact-subheading {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ct-text-color, #8a8a8a);
  margin: 0 0 28px;
}

.contact-subheading p {
  margin: 0;
}

.contact-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 24px;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #F7F1FB 0%, #EBDCF7 100%);
}

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

.contact-photo img.contact-photo-contain {
  object-fit: contain;
  object-position: center bottom;
}

.contact-photo-caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #1A1A1A;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(20, 10, 40, 0.12);
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--ct-border-color, #ECE6F5);
  border-radius: 12px;
  padding: 14px 18px;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ct-icon-bg, #F7F1FB);
  color: var(--ct-accent, #8941BB);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-info-icon svg {
  width: 18px;
  height: 18px;
}

.contact-info-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-info-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ct-title-color, #1A1A1A);
}

.contact-info-subtitle {
  font-size: 12.5px;
  color: var(--ct-text-color, #9a9a9a);
}

.contact-social-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ct-title-color, #1A1A1A);
  margin: 0 0 12px;
}

.contact-social-links {
  display: flex;
  gap: 10px;
}

.contact-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--ct-border-color, #ECE6F5);
  color: var(--ct-accent, #8941BB);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}

.contact-social-icon svg {
  width: 15px;
  height: 15px;
}

.contact-social-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  display: block;
}

.contact-form-card {
  background: var(--ct-card-bg, #FFFFFF);
  border: 1px solid var(--ct-border-color, #ECE6F5);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(20, 10, 40, 0.06);
  padding: 32px;
}

.contact-form-heading {
  font-size: 19px;
  font-weight: 700;
  color: var(--ct-title-color, #1A1A1A);
  margin: 0 0 6px;
}

.contact-form-subheading {
  font-size: 13.5px;
  color: var(--ct-text-color, #8a8a8a);
  margin: 0 0 22px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form-field {
  margin-bottom: 18px;
}

.contact-form-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ct-title-color, #1A1A1A);
  margin-bottom: 6px;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ct-border-color, #E2DCF0);
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ct-title-color, #1A1A1A);
  background: #FFFFFF;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: var(--ct-accent, #8941BB);
}

.contact-form-field textarea {
  resize: vertical;
}

.contact-form-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  background: var(--ct-accent, #8941BB);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14.5px;
  border-radius: 12px;
  padding: 14px;
  transition: opacity 0.15s ease;
}

.contact-form-submit:hover {
  opacity: 0.88;
}

.contact-form-message {
  margin: 0 0 18px;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
}

.contact-form-message--success {
  color: #1f7a44;
  background: #EAF7EF;
}

.contact-form-message--error {
  color: #b3261e;
  background: #FBEAEA;
}

@media screen and (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }
}

#shopify-section-template--21624718721255__breadcrumb_trail_EhjhFM{padding-bottom:30px!important;}
/* END_SECTION:contact-section */

/* START_SECTION:faq-section (INDEX:29) */
.faq-section {
  background: var(--faq-bg, #F1ECFB);
  padding: 64px 0;
}

.faq-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-header {
  text-align: center;
  margin: 0 auto 36px;
}

.faq-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faq-accent, #7B3FE4);
  margin: 0 0 12px;
}

.faq-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--faq-title-color, #1A1A1A);
  margin: 0 0 12px;
  line-height: 1.25;
}

.faq-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--faq-text-color, #8a8a8a);
  margin: 0;
}

.faq-subheading p {
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--faq-card-bg, #FFFFFF);
  border: 1.5px solid var(--faq-border-color, #FFFFFF);
  border-radius: 12px;
  padding: 4px 22px;
  transition: border-color 0.15s ease;
}

.faq-item[open] {
  border-color: var(--faq-accent, #7B3FE4);
}

.faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--faq-title-color, #1A1A1A);
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--faq-accent-soft, #ECE4FB);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--faq-accent, #7B3FE4);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background 0.15s ease;
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
}

.faq-item[open] .faq-icon {
  background: var(--faq-accent, #7B3FE4);
}

.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background: #FFFFFF;
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.faq-answer {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--faq-text-color, #8a8a8a);
}

.faq-answer p {
  margin: 0;
}

.faq-cta {
  text-align: center;
  margin-top: 28px;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--faq-card-bg, #FFFFFF);
  color: var(--faq-accent, #7B3FE4);
  border: 1.5px solid var(--faq-accent, #7B3FE4);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.faq-cta-btn:hover {
  background: var(--faq-accent, #7B3FE4);
  color: #FFFFFF;
}

@media screen and (max-width: 749px) {
  .faq-section {
    padding: 48px 0;
  }
  .faq-heading {
    font-size: 22px;
  }
  .faq-question {
    font-size: 14px;
  }
  .faq-cta-btn {
    width: 100%;
    justify-content: center;
  }
}
/* END_SECTION:faq-section */

/* START_SECTION:features-bar (INDEX:35) */
.features-bar-section {
  border-top: 1px solid var(--border-color, #e5e5e5);
  border-bottom: 1px solid var(--border-color, #e5e5e5);
  padding: 40px 0;
}

.features-bar-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.features-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features-bar-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: var(--icon-bg, #f2e9fb);
  color: var(--icon-color, #7b3fe4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* Force filled/solid icon rendering, independent of any theme-level svg
   styles, so the icons always render as solid colored shapes. */
.features-bar-icon-svg,
.features-bar-icon-svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 0.6 !important;
}

.features-bar-icon-svg {
  width: 28px;
  height: 28px;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.features-bar-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.features-bar-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: var(--title-color, #1a1a1a);
  margin: 0 0 6px;
}

.features-bar-subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color, #7a7a7a);
  margin: 0;
}

@media screen and (max-width: 749px) {
  .features-bar-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
/* END_SECTION:features-bar */

/* START_SECTION:newsletter-section (INDEX:84) */
.newsletter-section {
  background: var(--nl-bg, #8B3FC9);
  padding: 64px 24px;
}

.newsletter-container {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-heading {
  font-size: 32px;
  font-weight: 800;
  color: var(--nl-title-color, #FFFFFF);
  margin: 0 0 16px;
  line-height: 1.25;
}

.newsletter-subheading {
  font-size: 16px;
  line-height: 1.6;
  color: var(--nl-text-color, #EAD9F7);
  margin: 0 0 32px;
}

.newsletter-subheading p {
  margin: 0;
}

.newsletter-form {
  margin: 0;
}

.newsletter-field {
  display: flex;
  align-items: center;
  background: var(--nl-input-bg, #FFFFFF);
  border-radius: 999px;
  padding: 6px 6px 6px 24px;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: var(--nl-input-text, #1A1A1A);
  padding: 12px 8px;
}

.newsletter-input::placeholder {
  color: #9a9a9a;
}

.newsletter-button {
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  background: var(--nl-button-bg, #1E1E1E);
  color: var(--nl-button-text, #FFFFFF);
  font-weight: 700;
  font-size: 14.5px;
  border-radius: 999px;
  padding: 14px 26px;
  transition: opacity 0.15s ease;
}

.newsletter-button:hover {
  opacity: 0.85;
}

.newsletter-message {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.newsletter-message--success {
  color: #FFFFFF;
}

.newsletter-message--error {
  color: #FFD9D9;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 749px) {
  .newsletter-section {
    padding: 48px 20px;
  }
  .newsletter-heading {
    font-size: 24px;
  }
  .newsletter-field {
    flex-direction: column;
    border-radius: 20px;
    padding: 16px;
    gap: 10px;
  }
  .newsletter-input {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
  .newsletter-button {
    width: 100%;
  }
}
/* END_SECTION:newsletter-section */

/* START_SECTION:page-hero-section (INDEX:88) */
.page-hero-section {
  background: var(--hero-bg, #F1ECFB);
  padding: 56px 24px;
}

.page-hero-section--banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--hero-min-height, 320px);
  padding: 64px 24px;
  overflow: hidden;
  isolation: isolate;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(26,26,26,calc(var(--hero-overlay) * 0.55)) 0%, rgba(26,26,26,var(--hero-overlay)) 100%);
}

.page-hero-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.page-hero-heading {
  font-size: 42px;
  font-weight: 800;
  color: var(--hero-title-color, #1A1A1A);
  margin: 0 0 16px;
  line-height: 1.2;
}

.page-hero-section--banner .page-hero-heading {
  text-shadow: 0 2px 18px rgba(0,0,0,0.28);
}

.page-hero-subheading {
  font-size: 16px;
  line-height: 1.6;
  color: var(--hero-text-color, #7A7A7A);
  margin: 0;
}

.page-hero-section--banner .page-hero-subheading {
  text-shadow: 0 1px 12px rgba(0,0,0,0.3);
}

.page-hero-subheading p {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .page-hero-section {
    padding: 40px 20px;
  }
  .page-hero-section--banner {
    min-height: 240px;
    padding: 48px 20px;
  }
  .page-hero-heading {
    font-size: 30px;
  }
  .page-hero-subheading {
    font-size: 15px;
  }
}
/* END_SECTION:page-hero-section */

/* START_SECTION:ritual-section (INDEX:115) */
.ritual-section {
  background: var(--ritual-bg, #F1ECFB);
  padding: 64px 0;
}

.ritual-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.ritual-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.ritual-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ritual-accent, #7B3FE4);
  margin: 0 0 12px;
}

.ritual-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--ritual-title-color, #1A1A1A);
  margin: 0 0 14px;
  line-height: 1.25;
}

.ritual-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ritual-text-color, #7A7A7A);
  margin: 0;
}

.ritual-subheading p {
  margin: 0;
}

.ritual-phases {
  display: flex;
  grid-template-columns: repeat(auto-fit, auto-fit);
  gap: 24px;
  margin-bottom: 32px;
}

.ritual-phase-card {
  background: var(--ritual-card-bg, #FFFFFF);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20, 10, 40, 0.06);
  display: flex;
  flex-direction: column;
}

.ritual-phase-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9e4f5;
}

.ritual-phase-image img,
.ritual-phase-image .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ritual-phase-content {
  padding: 24px 28px 28px;
}

.ritual-phase-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ritual-accent, #7B3FE4);
  margin: 0 0 10px;
}

.ritual-phase-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--ritual-title-color, #1A1A1A);
  margin: 0 0 10px;
  line-height: 1.3;
}

.ritual-phase-description {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ritual-text-color, #7A7A7A);
}

.ritual-phase-description p {
  margin: 0;
}

.ritual-tip {
  background: var(--ritual-card-bg, #FFFFFF);
  border-left: 4px solid var(--ritual-accent, #7B3FE4);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(20, 10, 40, 0.05);
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 24px;
}

.ritual-tip-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ritual-text-color, #4a4a4a);
}

.ritual-tip-text p {
  margin: 0;
}

.ritual-tip-text a {
  color: var(--ritual-accent, #7B3FE4);
  font-weight: 700;
  text-decoration: none;
}

.ritual-tip-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .ritual-section {
    padding: 48px 0;
  }
  .ritual-heading {
    font-size: 24px;
  }
  .ritual-phases {
    grid-template-columns: 1fr;
  }
  .ritual-phases{display:flex;flex-direction: column;}
}
/* END_SECTION:ritual-section */

/* START_SECTION:section-botanicals (INDEX:117) */
.botanicals-section {
  background: var(--bot-bg, #FFFFFF);
  padding: 64px 0;
}

.botanicals-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 24px;
}

.botanicals-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.botanicals-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bot-accent, #7B3FE4);
  margin: 0 0 12px;
}

.botanicals-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--bot-title-color, #1A1A1A);
  margin: 0 0 14px;
  line-height: 1.25;
}

.botanicals-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--bot-text-color, #7A7A7A);
  margin: 0;
}

.botanicals-subheading p {
  margin: 0;
}

.botanicals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 28px;
}

.botanical-card {
  display: flex;
  flex-direction: column;
   background: var(--bot-card-bg, #FFFFFF);
   border:1px solid #e2e7eb;
border-radius:15px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.botanical-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 44px rgb(242, 248, 255);
}

.botanical-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
border-radius:15px 15px 0px 0px;  overflow: hidden;
  background: #eee;
  margin-bottom: 16px;
}

.botanical-image img,
.botanical-image .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.botanical-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: var(--bot-badge-bg, rgba(20, 20, 20, 0.55));
  color: var(--bot-badge-color, #FFFFFF);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  backdrop-filter: blur(2px);
}

.botanical-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--bot-title-color, #1A1A1A);
  margin: 0 0 2px;
}

.botanical-latin {
  font-size: 13px;
  font-style: italic;
  color: var(--bot-text-color, #9a9a9a);
  margin: 0 0 12px;
}

.botanical-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.botanical-benefits li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bot-text-color, #6b6b6b);
}

.botanical-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--bot-accent, #7B3FE4);
  border-bottom: 2px solid var(--bot-accent, #7B3FE4);
  transform: rotate(-45deg);
}

.botanical-found-in {
  margin: 14px 0 0;
  font-size: 12.5px;
  color: var(--bot-text-color, #9a9a9a);
}

.botanical-found-in a,
.botanical-found-in span {
  color: var(--bot-accent, #7B3FE4);
  font-weight: 700;
  text-decoration: none;
}

.botanical-found-in a:hover {
  text-decoration: underline;
}

.botanicals-cta {
  text-align: center;
  margin: 0 0 40px;
}

.botanicals-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bot-card-bg, #FFFFFF);
  color: var(--bot-accent, #7B3FE4);
  border: 1.5px solid var(--bot-accent, #7B3FE4);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.botanicals-cta-btn:hover {
  background: var(--bot-accent, #7B3FE4);
  color: #FFFFFF;
}

.botanicals-inci {
  margin: 0 auto;
  border: 1px solid #e5e0f0;
  border-radius: 10px;
  overflow: hidden;
}

.botanicals-inci-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bot-title-color, #1A1A1A);
}

.botanicals-inci-summary::-webkit-details-marker {
  display: none;
}

.botanicals-inci-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.botanicals-inci-icon::before,
.botanicals-inci-icon::after {
  content: "";
  position: absolute;
  background: var(--bot-accent, #7B3FE4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.botanicals-inci-icon::before {
  width: 14px;
  height: 2px;
}

.botanicals-inci-icon::after {
  width: 2px;
  height: 14px;
  transition: transform 0.2s ease;
}

.botanicals-inci[open] .botanicals-inci-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.botanical-content{padding:0px 20px 20px 20px;}


.botanicals-inci-content {
  padding: 0 24px 22px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--bot-text-color, #6b6b6b);
}

.botanicals-inci-content p {
  margin: 0 0 10px;
}

@media screen and (max-width: 989px) {
  .botanicals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .botanicals-section {
    padding: 48px 0;
  }
  .botanicals-heading {
    font-size: 24px;
  }
  .botanicals-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .botanicals-cta-btn {
    width: 100%;
    justify-content: center;
  }
}
/* END_SECTION:section-botanicals */

/* START_SECTION:section-pairs-with-product (INDEX:118) */
.pairs-with-section {
  background: var(--pw-bg, #F1ECFB);
  padding: 64px 0;
}

.pairs-with-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.pairs-with-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 36px;
}

.pairs-with-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pw-accent, #7B3FE4);
  margin: 0 0 12px;
}

.pairs-with-heading {
  font-size: 28px;
  font-weight: 700;
  color: var(--pw-title-color, #1A1A1A);
  margin: 0 0 14px;
  line-height: 1.25;
}

.pairs-with-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pw-text-color, #7A7A7A);
  margin: 0;
}

.pairs-with-subheading p {
  margin: 0;
}

.pairs-with-card {
  background: var(--pw-card-bg, #FFFFFF);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(20, 10, 40, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pairs-with-image {
  min-height: 380px;
  background: #eee;
}

.pairs-with-image img,
.pairs-with-image .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pairs-with-content {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pairs-with-step {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pw-accent, #7B3FE4);
  margin: 0 0 10px;
}

.pairs-with-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--pw-title-color, #1A1A1A);
  margin: 0 0 10px;
  line-height: 1.3;
}

.pairs-with-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.pairs-with-stars {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.pairs-with-stars-bg {
  color: #e2ddec;
}

.pairs-with-stars-fg {
  position: absolute;
  top: 0;
  left: 0;
  color: #f5a623;
  overflow: hidden;
  width: calc(var(--rating, 0) / 5 * 100%);
  white-space: nowrap;
}

.pairs-with-rating-text {
  font-size: 13px;
  color: var(--pw-text-color, #7A7A7A);
}

.pairs-with-description {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-text-color, #7A7A7A);
  margin-bottom: 18px;
}

.pairs-with-description p {
  margin: 0;
}

.pairs-with-checklist {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.pairs-with-checklist li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--pw-text-color, #5c5c5c);
}

.pairs-with-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--pw-accent, #7B3FE4);
  border-bottom: 2px solid var(--pw-accent, #7B3FE4);
  transform: rotate(-45deg);
}

.pairs-with-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.pairs-with-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--pw-title-color, #1A1A1A);
}

.pairs-with-bundle-note {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pw-accent, #7B3FE4);
  background: var(--pw-badge-bg, #F1ECFB);
  padding: 5px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pairs-with-bundle-original {
  color: var(--pw-text-color, #7A7A7A);
  font-weight: 500;
  opacity: 0.75;
  text-decoration: line-through;
}

.pairs-with-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pairs-with-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid var(--pw-accent, #7B3FE4);
  transition: opacity 0.15s ease;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
}

.pairs-with-btn:hover {
  opacity: 0.85;
}

.pairs-with-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pairs-with-btn--primary {
  background: var(--pw-accent, #7B3FE4);
  color: #FFFFFF;
}

.pairs-with-btn--secondary {
  background: transparent;
  color: var(--pw-accent, #7B3FE4);
}

@media screen and (max-width: 900px) {
  .pairs-with-card {
    grid-template-columns: 1fr;
  }
  .pairs-with-image {
    min-height: 280px;
  }
  .pairs-with-content {
    padding: 32px 28px;
  }
}

@media screen and (max-width: 749px) {
  .pairs-with-section {
    padding: 48px 0;
  }
  .pairs-with-heading {
    font-size: 22px;
  }
  .pairs-with-buttons {
    flex-direction: column;
  }
  .pairs-with-btn {
    width: 100%;
  }
}
/* END_SECTION:section-pairs-with-product */

/* START_SECTION:section-review (INDEX:119) */
.reviews-section {
  background: #FFFFFF;
  padding: 64px 0;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.reviews-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 44px;
}

.reviews-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rev-accent, #7B3FE4);
  margin: 0 0 12px;
}

.reviews-heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--rev-title-color, #1A1A1A);
  margin: 0 0 14px;
  line-height: 1.25;
}

.reviews-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--rev-text-color, #7A7A7A);
  margin: 0;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}

.reviews-summary {
  position: sticky;
  top: 32px;
  border: 1px solid var(--rev-border-color, #ECECEC);
  border-radius: 16px;
  padding: 28px;
  align-self: start;
}

.reviews-average {
  font-size: 48px;
  font-weight: 800;
  color: var(--rev-title-color, #1A1A1A);
  margin: 0;
  line-height: 1;
}

.reviews-average-stars {
  color: var(--rev-star-color, #a9895f);
  font-size: 18px;
  letter-spacing: 2px;
  margin: 10px 0 8px;
}

.reviews-count-text {
  font-size: 13.5px;
  color: var(--rev-text-color, #8a8a8a);
  margin: 0 0 22px;
}

.reviews-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews-breakdown-row {
  display: grid;
  grid-template-columns: 24px 1fr 22px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--rev-text-color, #6b6b6b);
}

.reviews-breakdown-bar {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #EDEDED;
  overflow: hidden;
}

.reviews-breakdown-bar-fill {
  display: block;
  height: 100%;
  background: var(--rev-star-color, #a9895f);
  border-radius: 999px;
  transition: width 0.3s ease;
}

.reviews-breakdown-count {
  text-align: right;
}

.reviews-app-block-slot {
  margin-top: 22px;
}

.reviews-main {
  min-width: 0;
}

.reviews-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.reviews-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--rev-border-color, #E2E2E2);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13.5px;
  color: var(--rev-title-color, #1A1A1A);
  white-space: nowrap;
}

.reviews-tag strong {
  color: var(--rev-accent, #7B3FE4);
  font-weight: 700;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.reviews-card {
  background: var(--rev-card-bg, #FFFFFF);
  border: 1px solid var(--rev-border-color, #ECECEC);
  border-radius: 14px;
  padding: 24px 26px;
}

.reviews-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.reviews-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EFE6FA;
  color: var(--rev-accent, #7B3FE4);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-card-head-text {
  flex: 1;
  min-width: 0;
}

.reviews-name {
  margin: 0;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--rev-title-color, #1A1A1A);
}

.reviews-verified {
  margin-left: 6px;
  font-weight: 600;
  font-size: 12.5px;
  color: #2e9e5b;
}

.reviews-subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--rev-text-color, #9a9a9a);
}

.reviews-date {
  flex-shrink: 0;
  font-size: 12.5px;
  color: var(--rev-text-color, #b0b0b0);
}

.reviews-card-stars {
  color: var(--rev-star-color, #a9895f);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.reviews-card-title {
  font-weight: 700;
  font-size: 15.5px;
  color: var(--rev-title-color, #1A1A1A);
  margin: 0 0 8px;
}

.reviews-card-body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--rev-text-color, #6b6b6b);
}

.reviews-card-body p {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }
  .reviews-summary {
    position: static;
  }
}

@media screen and (max-width: 749px) {
  .reviews-section {
    padding: 48px 0;
  }
  .reviews-heading {
    font-size: 24px;
  }
  .reviews-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
}
/* END_SECTION:section-review */

/* START_SECTION:standard-section (INDEX:126) */
.standard-section {
  background: var(--std-bg, #F1ECFB);
  padding: 64px 0;
}

.standard-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.standard-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
}

.standard-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--std-accent, #7B3FE4);
  margin: 0 0 12px;
}

.standard-heading {
  font-size: 32px;
  font-weight: 800;
  color: var(--std-title-color, #1A1A1A);
  margin: 0 0 14px;
  line-height: 1.25;
}

.standard-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--std-text-color, #7A7A7A);
  margin: 0;
}

.standard-subheading p {
  margin: 0;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.standard-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.standard-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--std-icon-bg, #E7DDF7);
  color: var(--std-accent, #7B3FE4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

/* Force outline-only rendering regardless of any theme-level svg styles */
.standard-icon-svg,
.standard-icon-svg * {
  fill: none !important;
  stroke: currentColor !important;
}

.standard-icon-svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.standard-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.standard-title {
  font-weight: 700;
  font-size: 15.5px;
  color: var(--std-title-color, #1A1A1A);
  margin: 0 0 6px;
}

.standard-subtitle {
  font-size: 13.5px;
  color: var(--std-text-color, #8a8a8a);
  margin: 0;
}

@media screen and (max-width: 749px) {
  .standard-section {
    padding: 48px 0;
  }
  .standard-heading {
    font-size: 24px;
  }
  .standard-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
/* END_SECTION:standard-section */

/* START_SECTION:testimonial-quotes-section (INDEX:129) */
.testimonial-quotes-section {
  background: #FFFFFF;
  padding: 64px 0;
}

.testimonial-quotes-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.testimonial-quotes-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.testimonial-quotes-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tq-accent, #7B3FE4);
  margin: 0 0 12px;
}

.testimonial-quotes-heading {
  font-size: 32px;
  font-weight: 800;
  color: var(--tq-title-color, #1A1A1A);
  margin: 0 0 14px;
  line-height: 1.25;
}

.testimonial-quotes-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tq-text-color, #7A7A7A);
  margin: 0;
}

.testimonial-quotes-subheading p {
  margin: 0;
}

.testimonial-quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.testimonial-quote-card {
  border: 1px solid var(--tq-border-color, #ECECEC);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.testimonial-quote-stars {
  color: var(--tq-star-color, #A9895F);
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.testimonial-quote-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--tq-text-color, #5c5c5c);
  margin: 0 0 24px;
  flex: 1;
}

.testimonial-quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-quote-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tq-avatar-bg, #EFE6FA);
  color: var(--tq-accent, #7B3FE4);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-quote-name {
  margin: 0;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--tq-title-color, #1A1A1A);
}

.testimonial-quote-meta {
  margin: 2px 0 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #2e9e5b;
}

.testimonial-quotes-footer {
  text-align: center;
  font-size: 13.5px;
  color: var(--tq-text-color, #9a9a9a);
  max-width: 720px;
  margin: 0 auto;
}

.testimonial-quotes-footer p {
  margin: 0;
}

.testimonial-quotes-footer a {
  color: var(--tq-accent, #7B3FE4);
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 989px) {
  .testimonial-quotes-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .testimonial-quotes-section {
    padding: 48px 0;
  }
  .testimonial-quotes-heading {
    font-size: 24px;
  }
}
/* END_SECTION:testimonial-quotes-section */

/* START_SECTION:testimonials-carousel (INDEX:130) */
.tc-section {
  background: var(--tc-bg, #F3EEFB);
  padding: 72px 0;
  overflow: hidden;
}
.tc-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
}
.tc-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tc-accent, #7B2FBE);
}
.tc-heading {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1A1A1A;
}
.tc-sub {
  margin: 0 0 24px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #6b6b6b;
}
.tc-arrows { display: flex; gap: 12px; margin-top: 8px; }

/* Hardened arrow button — resets theme/global button + icon-font styles that
   commonly override custom SVG icon buttons (background, border-radius,
   filled icons, font-icon pseudo-elements, box-shadow, text, etc.) */
.tc-section .tc-arrows button.tc-arrow {
  all: unset;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(26,26,26,0.25);
  background-color: transparent;
  background-image: none;
  color: #1A1A1A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.tc-section .tc-arrows button.tc-arrow::before,
.tc-section .tc-arrows button.tc-arrow::after {
  content: none !important;
}
.tc-section .tc-arrows button.tc-arrow svg {
  width: 20px;
  height: 20px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8;
  pointer-events: none;
  display: block;
}
.tc-section .tc-arrows button.tc-arrow:hover,
.tc-section .tc-arrows button.tc-arrow:focus-visible {
  background-color: var(--tc-accent, #7B2FBE);
  border-color: var(--tc-accent, #7B2FBE);
  color: #fff;
}
.tc-viewport { overflow: hidden; }
.tc-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.tc-card {
  flex: 0 0 320px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(26,26,26,0.06);
}
.tc-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.tc-star { width: 15px; height: 15px; fill: #F5A623; }
.tc-star--off { fill: #DDD6E6; }
.tc-title {
  margin: 0 0 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.35;
}
.tc-quote {
  margin: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4a4a4a;
}
.tc-person {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tc-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EFE4F8;
  color: var(--tc-accent, #7B2FBE);
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-person-text { display: flex; flex-direction: column; gap: 2px; }
.tc-name { font-size: 14.5px; font-weight: 700; color: #1A1A1A; }
.tc-meta { font-size: 12.5px; font-weight: 600; color: #2e7d51; }

@media screen and (max-width: 989px) {
  .tc-inner { grid-template-columns: 1fr; gap: 28px; }
  .tc-card { flex-basis: 280px; }
}
@media screen and (max-width: 600px) {
  .tc-section { padding: 48px 0; }
  .tc-card { flex-basis: 78vw; }
}
/* END_SECTION:testimonials-carousel */

/* START_SECTION:testimonials-home (INDEX:131) */
.testimonials-section {
  background: var(--tm-section-bg);
  padding: var(--tm-padding-top) 0 var(--tm-padding-bottom);
  font-family: 'Manrope', sans-serif;
}

.testimonials-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.testimonials-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 44px;
}

.testimonials-eyebrow {
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--tm-accent);
  margin: 0 0 10px;
}

.testimonials-heading {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--tm-heading-color);
  margin: 0 0 12px;
}

.testimonials-subheading {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tm-subheading-color);
  margin: 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(var(--tm-columns), 1fr);
  gap: 24px;
  align-items: stretch;
}

@media screen and (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: var(--tm-card-bg);
  border: 1px solid var(--tm-card-border);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(123, 63, 228, 0.10);
}

.testimonial-stars {
  color: var(--tm-star-color);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.testimonial-quote {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--tm-quote-color);
  margin: 0 0 24px;
  flex: 1;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--tm-avatar-bg);
  color: var(--tm-avatar-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.testimonial-person-text {
  min-width: 0;
}

.testimonial-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--tm-name-color);
  margin: 0 0 2px;
}

.testimonial-verified {
  font-size: 12px;
  color: var(--tm-verified-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial-verified .check {
  font-weight: 700;
}

.testimonials-footer-note {
  text-align: center;
  font-size: 13px;
  color: var(--tm-subheading-color);
  margin-top: 28px;
}

.testimonials-footer-note p {
  margin: 0;
}

.testimonials-footer-note a {
  color: var(--tm-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 540px) {
  .testimonials-heading {
    font-size: 22px;
  }
}
/* END_SECTION:testimonials-home */