:root,
[data-bs-theme='light'] {
  --bs-primary: #B2E5FC;
  --bs-primary-rgb: 178, 229, 252;
  --bs-primary-text-emphasis: #000000;
  --bs-primary-bg-subtle: #FFF5F4;
  --bs-primary-border-subtle: #B2E5FC;

  --bs-info: #1A8B9D;
  --bs-info-rgb: 26, 139, 157;

  --bs-dark: #000000;
  --bs-dark-rgb: 0, 0, 0;

  --bs-body-bg: #FFF5F4;
  --bs-body-bg-rgb: 255, 245, 244;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0, 0, 0;

  --bs-heading-color: #000000;
  --bs-link-color: #1A8B9D;
  --bs-link-hover-color: #146c7a;
  --bs-link-color-rgb: 26, 139, 157;
  --bs-link-hover-color-rgb: 20, 108, 122;
}

[data-bs-theme='dark'] {
  --bs-primary: #B2E5FC;
  --bs-primary-rgb: 178, 229, 252;
  --bs-info: #1A8B9D;
  --bs-info-rgb: 26, 139, 157;
  --bs-dark: #000000;
  --bs-dark-rgb: 0, 0, 0;
  --bs-heading-color: #FFF5F4;
  --bs-link-color: #477023;
  --bs-link-hover-color: #477023;
}

h1, .h1,
h2, .h2 {
  color: #000000;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #1A8B9D;
}

main section:nth-of-type(even) {
  background-color: rgba(177, 212, 48, 0.08);
}

main section:nth-of-type(odd) {
  background-color: rgba(255, 245, 244, 1);
}

.btn-primary {
  background-color: #0A6A4E;
  border-color: #0A6A4E;
  color: #FFF5F4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #08563F !important;
  border-color: #08563F !important;
  color: #FFF5F4 !important;
}

.btn-outline-primary {
  border-color: #1A8B9D;
  color: #1A8B9D;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #1A8B9D !important;
  border-color: #1A8B9D !important;
  color: #FFF5F4 !important;
}

.bg-mode {
  background-color: rgba(255, 245, 244, 0.95);
}

.card {
  background-color: rgba(255, 245, 244, 0.94);
  border-color: rgba(26, 139, 157, 0.14);
  box-shadow: 0 10px 30px rgba(34, 28, 76, 0.08);
}

.badge.text-bg-primary {
  background-color: #0A6A4E !important;
  color: #FFF5F4 !important;
}

.text-primary {
  color: #1A8B9D !important;
}

.bg-primary {
  background-color: #0A6A4E !important;
}

.bg-primary i,
.bg-primary svg,
.badge.text-bg-primary i,
.badge.text-bg-primary svg,
.icon-xs.bg-primary,
.icon-sm.bg-primary,
.icon-md.bg-primary,
.icon-lg.bg-primary,
.icon-xl.bg-primary {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
}

.beauty-hero {
  background: linear-gradient(135deg, rgba(243, 243, 238, 0.98), rgba(196, 216, 229, 0.82));
  border: 1px solid rgba(25, 25, 25, 0.18);
  border-radius: 1rem;
  padding: 2rem;
}

.beauty-hero-visual {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 1rem;
  padding: 1.25rem;
}

.beauty-icon-tile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(25, 25, 25, 0.16);
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.beauty-icon-tile i {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #191919;
  color: #F3F3EE;
}

.beauty-kpi {
  background: rgba(243, 243, 238, 0.92);
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
}

.beauty-kpi .value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #191919;
  line-height: 1;
}

.beauty-section-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.beauty-timeline {
  position: relative;
  padding-left: 1.5rem;
}

.beauty-timeline::before {
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: rgba(25, 25, 25, 0.35);
}

.beauty-step {
  position: relative;
  background: rgba(243, 243, 238, 0.95);
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 0.85rem;
  padding: 1rem 1rem 1rem 1.25rem;
}

.beauty-step::before {
  content: '';
  position: absolute;
  left: -1.35rem;
  top: 1.2rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #191919;
  box-shadow: 0 0 0 4px rgba(25, 25, 25, 0.15);
}

.beauty-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(25, 25, 25, 0.2);
  background: rgba(243, 243, 238, 0.9);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.82rem;
}

.beauty-faq-card .accordion-button {
  background: rgba(243, 243, 238, 0.92);
}

.beauty-faq-card .accordion-button:not(.collapsed) {
  color: #191919;
  background: rgba(196, 216, 229, 0.45);
}

.beauty-contact-card {
  background: linear-gradient(160deg, rgba(243, 243, 238, 0.98), rgba(196, 216, 229, 0.55));
  border: 1px solid rgba(25, 25, 25, 0.18);
  border-radius: 1rem;
}

body {
  letter-spacing: 0.01em;
}

main section {
  position: relative;
}

main section + section {
  border-top: 1px solid rgba(25, 25, 25, 0.06);
}

.header-sticky.bg-mode {
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
  box-shadow: 0 12px 30px rgba(25, 25, 25, 0.08);
  backdrop-filter: blur(8px);
}

.navbar .nav-link {
  border-radius: 999px;
  padding: 0.45rem 0.9rem !important;
  font-weight: 500;
  transition: all 0.22s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  background: rgba(25, 25, 25, 0.08);
  color: #191919 !important;
}

.navbar-brand-item {
  max-height: 42px;
  width: auto;
}

.btn {
  border-radius: 0.65rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(25, 25, 25, 0.14);
}

.card {
  border-radius: 0.95rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(25, 25, 25, 0.28);
  box-shadow: 0 16px 34px rgba(25, 25, 25, 0.12);
}

.beauty-kpi {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.beauty-kpi:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(25, 25, 25, 0.12);
}

.beauty-step {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.beauty-step:hover {
  border-color: rgba(25, 25, 25, 0.35);
  box-shadow: 0 12px 24px rgba(25, 25, 25, 0.12);
}

.beauty-faq-card .accordion-button {
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.beauty-faq-card .accordion-button:focus {
  box-shadow: none;
}

.beauty-faq-card .accordion-item {
  border-color: rgba(25, 25, 25, 0.12);
}

.list-group-item {
  background: transparent;
}

footer a.nav-link,
footer .text-primary-hover a {
  transition: color 0.2s ease;
}

footer a.nav-link:hover,
footer .text-primary-hover a:hover {
  color: #1A8B9D !important;
}

@media (max-width: 991.98px) {
  .navbar .nav-link {
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem !important;
  }

  .card:hover,
  .beauty-kpi:hover,
  .beauty-step:hover,
  .btn:hover {
    transform: none;
  }
}
