.btn-outline,
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-weight: 600;
}
#preloader,
.bg-background,
body {
  background: var(--background);
}
.policy-content p,
.policy-content ul,
.terms-content p,
.terms-content ul {
  line-height: 1.7;
  margin-bottom: 1rem;
  color: var(--muted-foreground);
}
:root {
  --background: oklch(0.99 0.005 200);
  --foreground: oklch(0.21 0.04 230);
  --card: oklch(1 0 0);
  --primary: oklch(0.52 0.1 185);
  --primary-foreground: oklch(0.99 0.005 200);
  --secondary: oklch(0.21 0.04 230);
  --secondary-foreground: oklch(0.99 0.005 200);
  --muted-foreground: oklch(0.48 0.03 230);
  --accent: oklch(0.72 0.13 185);
  --accent-foreground: oklch(0.21 0.04 230);
  --border: oklch(0.92 0.015 200);
  --soft: oklch(0.97 0.025 195);
  --gradient-hero: linear-gradient(
    135deg,
    oklch(0.97 0.025 195) 0%,
    oklch(0.92 0.05 195) 50%,
    oklch(0.85 0.08 185) 100%
  );
  --gradient-healing: linear-gradient(
    135deg,
    oklch(0.52 0.1 185),
    oklch(0.72 0.13 185)
  );
  --shadow-soft: 0 10px 40px -10px oklch(0.52 0.1 185 / 0.15);
  --shadow-card: 0 4px 20px -4px oklch(0.21 0.04 230 / 0.08);
}
* {
  border-color: var(--border);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--foreground);
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.loader-text,
.policy-content h2,
.terms-content h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit, system-ui, sans-serif;
  letter-spacing: -0.02em;
}
.bg-card {
  background: var(--card);
}
.bg-secondary {
  background: var(--secondary);
}
.bg-soft,
.btn-outline:hover,
.hover\:bg-soft:hover,
.pagination-page:hover {
  background: var(--soft);
}
.text-secondary-foreground {
  color: var(--secondary-foreground);
}
.bg-soft\/40 {
  background: color-mix(in oklab, var(--soft) 40%, transparent);
}
.bg-soft\/50 {
  background: color-mix(in oklab, var(--soft) 50%, transparent);
}
.hover\:text-primary:hover,
.loader-text span,
.text-primary {
  color: var(--primary);
}
.text-primary-foreground {
  color: var(--primary-foreground);
}
.policy-content a:hover,
.terms-content a:hover,
.text-accent {
  color: var(--accent);
}
.fill-accent {
  fill: var(--accent);
}
.bg-accent {
  background: var(--accent);
}
.text-accent-foreground {
  color: var(--accent-foreground);
}
.comparison-table td,
.text-muted-foreground {
  color: var(--muted-foreground);
}
.text-foreground {
  color: var(--foreground);
}
.text-foreground\/80 {
  color: color-mix(in oklab, var(--foreground) 80%, transparent);
}
.text-foreground\/85 {
  color: color-mix(in oklab, var(--foreground) 85%, transparent);
}
.text-foreground\/90 {
  color: color-mix(in oklab, var(--foreground) 90%, transparent);
}
.text-foreground\/70 {
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}
.text-secondary-foreground\/70 {
  color: color-mix(in oklab, var(--secondary-foreground) 70%, transparent);
}
.text-secondary-foreground\/75 {
  color: color-mix(in oklab, var(--secondary-foreground) 75%, transparent);
}
.text-secondary-foreground\/60 {
  color: color-mix(in oklab, var(--secondary-foreground) 60%, transparent);
}
.text-primary\/30 {
  color: color-mix(in oklab, var(--primary) 30%, transparent);
}
.bg-primary\/20 {
  background: color-mix(in oklab, var(--primary) 20%, transparent);
}
.healing-gradient {
  background: var(--gradient-healing);
}
.hero-gradient {
  background: var(--gradient-hero);
}
.shadow-soft {
  box-shadow: var(--shadow-soft);
}
.shadow-card,
header.scrolled {
  box-shadow: var(--shadow-card);
}
.btn-primary {
  justify-content: center;
  border-radius: 9999px;
  background: var(--gradient-healing);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  border: 0;
}
.btn-primary:hover {
  transform: translateY(-2px);
}
.btn-outline {
  justify-content: center;
  border-radius: 9999px;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  background: 0 0;
  transition: 0.25s;
}
.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
header.scrolled {
  background: color-mix(in oklab, var(--background) 85%, transparent);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.focus\:border-primary:focus,
.pagination-page:hover {
  border-color: var(--primary);
}
.placeholder-white\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px color-mix(in oklab, var(--primary) 30%, transparent);
}
.focus\:outline-none:focus {
  outline: 0;
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s, visibility 0.6s;
  pointer-events: all;
}
#preloader.hidden-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.loader-icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-icon-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--gradient-healing);
  animation: 1.8s ease-in-out infinite loaderPulse;
}
.loader-icon-bg:nth-child(2) {
  animation-delay: 0.6s;
  opacity: 0.5;
}
.loader-icon-bg:nth-child(3) {
  animation-delay: 1.2s;
  opacity: 0.25;
}
@keyframes loaderPulse {
  0%,
  100% {
    transform: scale(0.6);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.loader-leaf {
  position: relative;
  z-index: 2;
  color: #fff;
  animation: 0.8s ease-in-out infinite alternate loaderLeaf;
}
@keyframes loaderLeaf {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.15) rotate(3deg);
  }
}
.loader-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--foreground);
  animation: 1.6s ease-in-out infinite loaderFadeText;
}
@keyframes loaderFadeText {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.loader-bar-track {
  width: 140px;
  height: 4px;
  background: var(--border);
  border-radius: 9999px;
  overflow: hidden;
}
.loader-bar-fill {
  height: 100%;
  background: var(--gradient-healing);
  border-radius: 9999px;
  animation: 1.5s ease-in-out infinite loaderBar;
  width: 40%;
}
@keyframes loaderBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(350%);
  }
}
.footer-glow-top {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 60px;
  background: radial-gradient(
    ellipse at center,
    oklch(0.52 0.1 185 / 0.35),
    transparent 70%
  );
  pointer-events: none;
  border-radius: 50%;
  filter: blur(20px);
}
.footer-accent-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  margin-right: 6px;
  flex-shrink: 0;
}
.footer-link-hover {
  position: relative;
  transition: color 0.25s, padding-left 0.25s;
}
.timeline-dot,
.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer-link-hover:hover {
  padding-left: 4px;
  color: var(--accent);
}
.timeline-line {
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--primary),
    var(--accent),
    var(--primary)
  );
}
.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--card);
}
.pagination-arrow,
.pagination-page {
  display: inline-flex;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  transition: 0.2s;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 767px) {
  .timeline-dot,
  .timeline-line {
    left: 20px;
  }
}
.pagination-page {
  justify-content: center;
  border-radius: 9999px;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--foreground);
}
.filter-active,
.pagination-page.active-page {
  background: var(--gradient-healing);
  color: var(--primary-foreground);
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}
.pagination-arrow {
  justify-content: center;
  border-radius: 9999px;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--muted-foreground);
}
.pagination-arrow:hover {
  background: var(--soft);
  border-color: var(--primary);
  color: var(--primary);
}
.pagination-arrow.disabled-arrow {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.article-page,
.hidden-faq {
  display: none;
}
.article-page.active-page-content {
  display: grid;
}
.card-treatment {
  background: var(--card);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-treatment:hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}
.card-treatment:hover\:shadow-soft:hover {
  box-shadow: var(--shadow-soft);
}
.hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}
.hover\:shadow-soft:hover {
  box-shadow: var(--shadow-soft);
}
details[open] summary span.rotate {
  transform: rotate(45deg);
}
.fade-in {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s, transform 0.8s;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}
@keyframes ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: 1.5s cubic-bezier(0, 0, 0.2, 1) infinite ping;
}
.bg-white\/5 {
  background: rgba(255, 255, 255, 0.05);
}
.bg-white\/10,
.hover\:bg-white\/10:hover {
  background: rgba(255, 255, 255, 0.1);
}
.bg-white\/60 {
  background: rgba(255, 255, 255, 0.6);
}
.bg-white\/70 {
  background: rgba(255, 255, 255, 0.7);
}
.bg-white\/90 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-white {
  background: #fff;
}
.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-white\/15 {
  border-color: rgba(255, 255, 255, 0.15);
}
.border-white\/40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.hover\:bg-primary:hover {
  background: var(--primary);
}
.hover\:scale-105:hover {
  transform: scale(1.05);
}
.hover\:scale-110:hover {
  transform: scale(1.1);
}
.map-placeholder {
  background: linear-gradient(135deg, #e8f4f0 0, #d4ece4 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.map-placeholder i {
  opacity: 0.3;
  position: absolute;
  font-size: 6rem;
}
.faq-category {
  transition: 0.2s;
}
.comparison-table td,
.comparison-table th {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.comparison-table th {
  background: var(--soft);
  font-weight: 600;
  color: var(--foreground);
}
.timeline-connector {
  position: absolute;
  left: 4rem;
  top: 3rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary), var(--accent));
  z-index: 0;
}
.timeline-step {
  position: relative;
  z-index: 1;
}
.team-avatar {
  background: var(--gradient-healing);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.policy-content h2,
.terms-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: var(--foreground);
}
.policy-content h2:first-child,
.terms-content h2:first-child {
  margin-top: 0;
}
.policy-content ul,
.terms-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.policy-content ul li,
.terms-content ul li {
  margin-bottom: 0.5rem;
}
.policy-content a,
.terms-content a {
  color: var(--primary);
  text-decoration: underline;
  transition: color 0.2s;
}
.policy-content strong,
.terms-content strong {
  color: var(--foreground);
  font-weight: 600;
}
.last-updated {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--soft);
  border-radius: 9999px;
  font-size: 0.8125rem;
  color: var(--muted-foreground);
  margin-bottom: 2rem;
}
body,
html {
  overflow-x: hidden;
}