@import url('https://fonts.cdnfonts.com/css/laviossa');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1200px, 90%);
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  font-family: "Laviossa", serif;
  color: #1f1f1f;
  font-weight: 600;
}

p {
  color: #555;
  font-size: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 11px 12px 26px;
  background: #d8a84f;
  border-radius: 40px;
  border: none;
  font-size: 0.95rem;
  font-family: "Laviossa", serif;
  color: #fff;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #d8a84f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}

.btn.small {
  font-size: 0.85rem;
  padding: 6px 5px 6px 20px;
}

.btn.primary {
  background: #d8a84f;
  color: #fff;
}

.btn.primary:hover {
  background: #c8973d;
}

.btn.ghost {
  background: transparent;
  border: 2px solid #d8a84f;
  color: #d8a84f;
}

.btn.ghost .icon-circle {
  background: #d8a84f;
  color: #fff;
}

.btn.ghost:hover {
  background: #d8a84f;
  color: #fff;
}

.btn.ghost:hover .icon-circle {
  background: #fff;
  color: #d8a84f;
}

.btn.disabled {
  background: #eee;
  color: #aaa;
  cursor: not-allowed;
}

.icon-circle .fas.fa-arrow-right {
  transform: rotate(-45deg);
}

.topbar {
  background: #fff;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #777;
}

.topbar-inner {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}

.contact-left span {
  margin-right: 20px;
  font-weight: 600;
}

.social-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-right .dot {
  width: 6px;
  height: 6px;
  background: #d8a84f;
  border-radius: 50%;
}

.site-header {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  width: 42px;
  height: auto;
  display: block;
}

.logo-text .brand {
  font-family: "Laviossa", serif;
  font-weight: 700;
  font-size: 1.3rem;
}

.logo-text .tag {
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #c8973d;
}

.main-nav a {
  margin: 0 14px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: #d8a84f;
}

/* .hero {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,#f8f1e9 0%,#f2e8dd 45%,#eaddcf 100%);
} */

.hero {
  /* padding: 90px 0; */
  padding-top: 80px;
  padding-bottom: 360px;
  position: relative;
  overflow: hidden;
  background: none;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.shutterstock.com/image-photo/multiethnic-group-happy-mature-women-600w-2306718977.jpg");
  background-size: cover;
  background-position: center 30%;
  z-index: -2;
}

.hero::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url() repeat-x top left; */
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom,rgba(248, 241, 233, 0.65) 10%,rgba(248, 241, 233, 0.55) 30%,rgba(248, 241, 233, 0.55) 50%, rgba(248, 241, 233, 0.15) 65%, rgba(248, 241, 233, 0.0) 75%);
}

/* .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%,rgba(248, 241, 233, 0.65),rgba(248, 241, 233, 0.85) 65%);
  z-index: -1;
} */

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-title {
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-sub {
  max-width: 480px;
  margin-bottom: 30px;
}

.hero-right {
  position: relative;
}

.hero-composition {
  position: absolute;
  top: -40px;
  right: -70px;
  width: 520px;
  height: 520px;
  pointer-events: none;
}

.blob {
  position: absolute;
}

.blob-circle {
  width: 420px;
  top: 40px;
  right: 40px;
  opacity: 0.7;
}

.blob-organic {
  width: 520px;
  top: -10px;
  right: -10px;
  opacity: 0.35;
}

.leaf {
  width: 320px;
  position: absolute;
  top: 180px;
  right: 140px;
  opacity: 0.55;
}

.hero-image-wrap-organic {
  width: 350px;
  height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 160px 40px 160px 40px;
}

.hero-image-organic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0,0,0,0.2), transparent 60%);
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.about {
  padding: 100px 0;
  background-image: url(/assets/images/bg/flower-bottom-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 130px;
}

.about-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.rounded-x {
  width: 700px;
  height: 400px;
  overflow: hidden;
  border-radius: 200px 40px 200px 40px;
}

.rounded-x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.about-copy h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.about-copy p {
  margin-bottom: 30px;
}

.services {
  padding: 100px 0;
  background: #faf7f1;
}

.services-inner {
  display: flex;
  gap: 60px;
  align-items: center;
}

.services-cards {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.services-cards.dragging {
  cursor: grabbing;
}

.services-cards.dragging .services-track {
  animation-play-state: paused;
}

.services-cards::-webkit-scrollbar {
  display: none;
}

.services-left {
  max-width: 350px;
}

.services-left h4.small {
  font-size: 0.9rem;
  color: #d8a84f;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.services-track {
  display: flex;
  gap: 25px;
  width: max-content;
  margin-bottom: 30px;
  will-change: transform;
}

.services-track .card {
  /* width: 300px; */
  width: 250px;
  flex-shrink: 0;
}

.services-cards .card p {
  font-size: 0.9rem;
}

.services p.lead {
  margin-bottom: 30px;
}

.services h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.card {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.card h3 {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.muted-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  color: #d8a84f;
  cursor: pointer;
  font-family: "Laviossa", serif;
  text-decoration: none;
}

.stats-quote {
  padding: 120px 0 60px;
  position: relative;
  background-image: url(/assets/images/bg/flower-left.png);
  background-position: 0px 132px;
  background-repeat: no-repeat;
  background-size: 100px;
}

.stats-quote h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.stats-inner {
  display: flex;
  align-items: center;
  gap: 70px;
}

.stats-left {
  max-width: 550px;
}

.stats-left .kicker {
  font-size: 0.9rem;
  color: #d8a84f;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.numbers {
  display: flex;
  gap: 40px;
  margin: 30px 0;
}

.num strong {
  font-size: 2rem;
  display: block;
  color: #d8a84f;
  font-family: "Laviossa", serif;
}

.rounded-image {
  width: 580px;
  height: 420px;
  border-radius: 160px 40px 160px 40px;
  overflow: hidden;
}

.rounded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote {
  margin-top: 80px;
  text-align: center;
}

.quote blockquote {
  font-family: "Laviossa", serif;
  font-style: italic;
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 20px;
}

.quote-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.contact {
  padding: 120px 0;
  background: #faf6ef;
}

textarea:focus-visible, input:focus-visible, select:focus-visible, .field textarea:focus-visible, .field input:focus-visible, .field select:focus-visible {
  outline: none;
  border-color: #d8a84f;
  box-shadow: 0 0 0 3px rgba(216, 168, 79, 0.1);
}

.contact-inner {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.contact-form {
  flex: 1;
}

.contact-form h2 {
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.contact-form .muted {
  color: #777;
  margin-bottom: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 26px;
}

.field {
  display: flex;
  flex-direction: column;
}

.field.full {
  grid-column: span 2;
}

label {
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: #444;
}

input, textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
}

textarea {
  resize: vertical;
  min-height: 130px;
}

.actions {
  margin-top: 10px;
}

.contact-map img {
  width: 420px;
  border-radius: 26px;
  object-fit: cover;
}

.footer {
  background: #2c2c2c;
  color: #fff;
  padding: 60px 50px 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-brand img {
  width: 150px;
  margin-bottom: 20px;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.8;
  color: #aaa;
  margin-bottom: 20px;
}

footer .logo-text .brand {
  font-size: 3.3rem;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #fff;
}

.footer-bottom p {
  color: grey;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: #D4AF37;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #aaa;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-social a:hover {
  background: #D4AF37;
  color: #2c2c2c;
}

.payment-methods {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-size: 30px;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #444;
  font-size: 13px;
  color: #888;
}

.footer-bottom a {
  color: #D4AF37;
  text-decoration: none;
}

.footer-bottom p.first {
  font-size: 1rem;
}

.footer-bottom p.second {
  margin: 5px 0;
  font-size: 0.9rem;
}

.footer-contact span .circle-bg {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d8a84f;
  color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

.image-scroll {
  padding: 10px 0;
  overflow-x: hidden;
  position: relative;
}

.image-scroll-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 0px;
}

.image-scroll-container img {
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.2s;
}

.image-scroll-container::-webkit-scrollbar {
  display: none;
}

.topbar a, .footer a {
  color: inherit;
  text-decoration: none !important;
}

.topbar a:hover, .footer a:hover {
  cursor: pointer;
}

.orange-custom {
    color: #d8a84f !important;
}

.red-custom {
    color: #e04e4e !important;
}

.page-hero {
  background: linear-gradient(135deg, #f8f1e9 0%, #f2e8dd 45%, #eaddcf 100%);
  padding: 100px 0 60px;
  text-align: center;
}

.page-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  color: #1f1f1f;
}

.page-hero .breadcrumb {
  font-size: 0.95rem;
  color: #666;
}

.page-hero .breadcrumb a {
  color: #d8a84f;
  text-decoration: none;
  transition: color 0.3s;
}

.page-hero .breadcrumb a:hover {
  color: #c8973d;
}

.cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f1e9 0%, #f2e8dd 45%, #eaddcf 100%);
}

.cta-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #1f1f1f;
}

.cta p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 35px;
  line-height: 1.7;
}

body.client-login {
  font-family: 'Montserrat', sans-serif !important;
}

a {
  color: #d8a84f;
  text-decoration: none;
}

.privacy-intro {
  padding: 80px 0 60px;
}

.privacy-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.privacy-intro h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.privacy-intro h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.privacy-intro .lead {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.privacy-content {
  padding: 60px 0 100px;
  background: #faf7f1;
}

.privacy-content-inner {
  max-width: 900px;
  margin: 0 auto;
}

.privacy-section {
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.privacy-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.privacy-section h3 {
  font-size: 1.8rem;
  color: #1f1f1f;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.section-number {
  width: 45px;
  height: 45px;
  background: #d8a84f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
}

.privacy-section p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}

.privacy-section ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.privacy-section ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}

.privacy-section ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #d8a84f;
  font-weight: 600;
}

.privacy-section strong {
  color: #1f1f1f;
  font-weight: 600;
}

.highlight-box {
  background: #f8f1e9;
  border-left: 4px solid #d8a84f;
  padding: 20px 25px;
  margin: 20px 0;
  border-radius: 10px;
}

.highlight-box p {
  margin-bottom: 0;
  color: #444;
}

.last-updated {
  text-align: center;
  padding: 30px 0;
  color: #999;
  font-size: 0.9rem;
  font-style: italic;
}

.contact-box {
  background: linear-gradient(135deg, #f8f1e9 0%, #f2e8dd 100%);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  margin-top: 40px;
}

.contact-box h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1f1f1f;
}

.contact-box p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.7;
}

.contact-box a {
  color: #d8a84f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.contact-box a:hover {
  color: #c8973d;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
  padding: 25px 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 3px solid #d8a84f;
}

.cookie-consent.show {
  transform: translateY(0);
}

.cookie-consent-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cookie-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.cookie-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f8f1e9 0%, #f2e8dd 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #d8a84f;
  flex-shrink: 0;
}

.cookie-text h4 {
  font-family: "Laviossa", serif;
  font-size: 1.3rem;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.cookie-text p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.cookie-text a {
  color: #d8a84f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.cookie-text a:hover {
  color: #c8973d;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.btn-cookie {
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  font-family: "Laviossa", serif;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  white-space: nowrap;
}

.btn-cookie.primary {
  background: #d8a84f;
  color: #fff;
}

.btn-cookie.primary:hover {
  background: #c8973d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(216, 168, 79, 0.3);
}

.btn-cookie.secondary {
  background: transparent;
  color: #d8a84f;
  border: 2px solid #d8a84f;
}

.btn-cookie.secondary:hover {
  background: #d8a84f;
  color: #fff;
}

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal.show {
  display: flex;
}

.cookie-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.cookie-modal-content {
  position: relative;
  background: #fff;
  border-radius: 25px;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cookie-modal-header {
  padding: 30px 30px 20px;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-modal-header h3 {
  font-family: "Laviossa", serif;
  font-size: 2rem;
  color: #1f1f1f;
  margin: 0;
}

.cookie-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f5f5f5;
  color: #666;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-close:hover {
  background: #d8a84f;
  color: #fff;
  transform: rotate(90deg);
}

.cookie-modal-body {
  padding: 30px;
}

.cookie-intro {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.cookie-category {
  background: #faf7f1;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.cookie-category:hover {
  background: #f5f0e5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-category-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}

.cookie-category-info > i {
  font-size: 1.5rem;
  color: #d8a84f;
  margin-top: 3px;
}

.cookie-category-info h4 {
  font-family: "Laviossa", serif;
  font-size: 1.1rem;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.cookie-category-info p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.cookie-toggle {
  flex-shrink: 0;
}

.cookie-toggle input[type="checkbox"] {
  display: none;
}

.toggle-label {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
  background: #ddd;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.toggle-label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.toggle-switch {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"]:checked + .toggle-label {
  background: #d8a84f;
}

input[type="checkbox"]:checked + .toggle-label .toggle-switch {
  transform: translateX(26px);
}

.cookie-modal-footer {
  padding: 20px 30px 30px;
  border-top: 2px solid #f5f5f5;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.about-intro {
  padding: 100px 0;
}

.about-intro-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  /* gap: 10px; */
}

.about-intro-content {
  flex: 1;
}

.about-intro-content h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.about-intro-content h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  line-height: 1.3;
}

.about-intro-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555;
}

.about-intro .rounded-x {
  flex-shrink: 0;
}

.mission {
  padding: 100px 0;
  background: #faf7f1;
}

.mission-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.mission-content {
  flex: 1;
}

.mission-content h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.mission-content h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  line-height: 1.3;
}

.mission-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555;
}

.values {
  padding: 100px 0;
}

.values-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.values-header h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.values-header h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.values-header .lead {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.value-card {
  background: #faf7f1;
  padding: 40px 35px;
  border-radius: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: #d8a84f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
  color: #fff;
}

.value-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1f1f1f;
}

.value-card p {
  color: #666;
  line-height: 1.7;
  font-size: 0.95rem;
}

.team {
  padding: 100px 0;
  background: #faf7f1;
}

.team-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.team-header h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.team-header h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.team-header .lead {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.team-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.team-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid #d8a84f;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #1f1f1f;
}

.team-card .role {
  color: #d8a84f;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-card .bio {
  color: #666;
  line-height: 1.7;
  font-size: 0.95rem;
}

.stats-section {
  padding: 100px 0;
}

.stats-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.stats-content h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.stats-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.stats-content p {
  color: #666;
  line-height: 1.7;
  font-size: 1.05rem;
}

.stats-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-box {
  background: #faf7f1;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.stat-number {
  font-family: "Laviossa", serif;
  font-size: 3.2rem;
  color: #d8a84f;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
}

.treatments-intro {
  padding: 100px 0;
}

.treatments-intro-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.treatments-intro-content {
  flex: 1;
}

.treatments-intro-content h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.treatments-intro-content h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  line-height: 1.3;
}

.treatments-intro-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555;
}

.all-treatments {
  padding: 100px 0;
  background: #faf7f1;
}

.treatments-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.treatments-header h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.treatments-header h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.treatments-header .lead {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

.treatment-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.tab-button {
  padding: 14px 35px;
  border: 2px solid #d8a84f;
  background: transparent;
  border-radius: 30px;
  font-family: "Laviossa", serif;
  font-size: 1rem;
  color: #d8a84f;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
}

.tab-button:hover {
  background: #f8f1e9;
  transform: translateY(-2px);
}

.tab-button.active {
  background: #d8a84f;
  color: #fff;
  box-shadow: 0 4px 15px rgba(216, 168, 79, 0.3);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.treatments-accordion {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.treatment-accordion-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s;
}

.treatment-accordion-item.active {
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.treatment-main-header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}

.treatment-main-header:hover {
  background: #fafaf8;
}

.treatment-main-image {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
}

.treatment-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-main-info {
  flex: 1;
}

.treatment-main-info h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  gap: 15px;
}

.treatment-count {
  font-size: 0.75rem;
  background: #d8a84f;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.treatment-main-info p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.treatment-main-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d8a84f;
  font-family: "Laviossa", serif;
}

.price-note {
  font-size: 0.8rem;
  color: #999;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  margin-left: 5px;
}

.accordion-toggle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d8a84f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.treatment-accordion-item.active .accordion-toggle {
  transform: rotate(180deg);
}

.treatment-sub-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.treatment-accordion-item.active .treatment-sub-content {
  /* max-height: fit-content; */
  max-height: 3000px;
}

.sub-treatments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 30px;
  padding-top: 0;
  border-top: 2px solid #f5f5f5;
}

.sub-treatment-card {
  background: #fafaf8;
  padding: 25px;
  border-radius: 15px;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.sub-treatment-card:hover {
  background: #fff;
  border-color: #d8a84f;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.sub-treatment-card h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-treatment-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #d8a84f;
  font-family: "Laviossa", serif;
}

.sub-treatment-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.sub-treatment-features {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.sub-treatment-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #666;
}

.sub-treatment-features i {
  color: #d8a84f;
  font-size: 0.9rem;
}

.sub-treatment-card .btn {
  width: 100%;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.9rem;
}

.packages-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 40px;
  background: linear-gradient(135deg, #f8f1e9 0%, #f2e8dd 100%);
  border-radius: 20px;
}

.packages-intro h3 {
  font-size: 1.8rem;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.packages-intro p {
  color: #666;
  line-height: 1.7;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.package-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #d8a84f, #c8973d);
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #d8a84f;
}

.package-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: #e74c3c;
  color: #fff;
  padding: 8px 40px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 3px 10px rgba(231, 76, 60, 0.4);
}

.package-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.package-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f8f1e9 0%, #f2e8dd 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.8rem;
  color: #d8a84f;
}

.package-header h4 {
  font-size: 1.6rem;
  color: #1f1f1f;
  margin-bottom: 8px;
  font-family: "Laviossa", serif;
}

.package-subtitle {
  font-size: 0.9rem;
  color: #999;
  font-weight: 500;
}

.package-pricing {
  text-align: center;
  margin-bottom: 25px;
}

.package-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 8px;
}

.original-price {
  font-size: 1.3rem;
  color: #999;
  text-decoration: line-through;
  font-family: "Laviossa", serif;
}

.package-price-main {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d8a84f;
  font-family: "Laviossa", serif;
}

.savings-badge {
  display: inline-block;
  background: #27ae60;
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.package-includes {
  margin-bottom: 25px;
}

.package-includes h5 {
  font-size: 0.9rem;
  color: #d8a84f;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.package-includes ul {
  list-style: none;
  padding: 0;
}

.package-includes ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  color: #555;
  line-height: 1.6;
  font-size: 0.9rem;
}

.package-includes ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: 700;
  font-size: 1.1rem;
}

.package-cta {
  text-align: center;
}

.package-cta .btn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 14px 20px;
}

.why-choose {
  padding: 100px 0;
}

.why-choose-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-choose-header h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.why-choose-header h2 {
  font-size: 2.5rem;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.why-card {
  text-align: center;
  padding: 30px 20px;
  background: #faf7f1;
  border-radius: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.why-icon {
  width: 80px;
  height: 80px;
  background: #d8a84f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #fff;
}

.why-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1f1f1f;
}

.why-card p {
  color: #666;
  line-height: 1.7;
  font-size: 0.9rem;
}
p.contact-details {
  margin-bottom: 20px;
  font-weight: 600;
  color: #555;
}

p.contact-details a {
  color: #555;
  text-decoration: none;
}

.testimonial-section {
  padding: 100px 0;
  text-align: center;
}

.testimonial-section h3.subtle {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #d8a84f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.testimonial-section h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.testimonials-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: #f9eee3;
  padding: 35px;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.stars {
  margin-bottom: 20px;
  color: #d8a84f;
  font-size: 1rem;
}

.stars i {
  margin-right: 3px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 3px;
}

.author-treatment {
  font-size: 0.85rem;
  color: #d8a84f;
}

:where(.main-nav a:hover, .btn:hover, .btn.ghost:hover, .contact-box a:hover, .footer ul li a:hover, .footer-social a:hover) {
  transition: all 0.3s ease-in-out;
}