/* AUTO-GENERATED by npm run build. Edit assets/css/modules/*.css instead. */

/* Module: 00-base.css */
@font-face {
  font-family: "Vazir";
  src: url("../fonts/vazir-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --pine-950: #082f27;
  --pine-900: #0b3e32;
  --pine-800: #0d4d3c;
  --pine-700: #0d5c45;
  --pine-600: #147458;
  --leaf-500: #69ad45;
  --leaf-400: #86c45c;
  --leaf-100: #eaf5df;
  --violet-600: #695bd6;
  --violet-500: #7c6ee6;
  --violet-100: #eeeafd;
  --ivory-50: #fcfbf7;
  --ivory-100: #f7f4ea;
  --ivory-200: #eee9db;
  --ink: #102c25;
  --muted: #597069;
  --border: rgba(13, 92, 69, 0.14);
  --glass: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow-sm: 0 12px 34px rgba(8, 47, 39, 0.08);
  --shadow-md: 0 24px 64px rgba(8, 47, 39, 0.12);
  --shadow-lg: 0 34px 90px rgba(8, 47, 39, 0.17);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --section-space: clamp(5rem, 8vw, 8.5rem);
  --bs-primary: #0d5c45;
  --bs-primary-rgb: 13, 92, 69;
  --bs-font-sans-serif: "Vazir";
  --bs-font-monospace: "Vazir";
  --bs-body-font-family: "Vazir";
  --bs-body-color: #102c25;
  --bs-body-bg: #fcfbf7;
  --bs-border-color: rgba(13, 92, 69, 0.14);
  --bs-link-color: #0d5c45;
  --bs-link-hover-color: #082f27;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

/*
 * سیاست فونت پروژه: همه متن‌ها و کنترل‌ها، حتی Utilityهای Bootstrap، فقط Vazir.
 * !important مانع جایگزینی ناخواسته توسط کلاس‌های شخص ثالث می‌شود.
 */
html,
body,
body *,
button,
input,
select,
textarea,
optgroup,
option {
  font-family: "Vazir" !important;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(124, 110, 230, 0.08), transparent 24rem),
    radial-gradient(circle at 94% 42%, rgba(105, 173, 69, 0.1), transparent 30rem),
    var(--ivory-50);
  font-family: "Vazir";
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea,
optgroup,
option,
.tooltip,
.popover {
  font-family: "Vazir";
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}

::selection {
  color: #fff;
  background: var(--pine-700);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-underline-offset: 0.22em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pine-950);
  font-weight: 780;
  line-height: 1.36;
  letter-spacing: -0.025em;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  --bs-gutter-x: clamp(1.25rem, 4vw, 2.3rem);
  max-width: 1260px;
}

.container-narrow {
  max-width: 960px;
}

.container-article {
  max-width: 880px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  right: 1rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--pine-950);
  border-radius: 12px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--violet-500) !important;
  outline-offset: 3px;
}

.icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
}

.icon svg,
.btn svg,
.text-link svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg .fill-current {
  fill: currentColor;
  stroke: none;
}

.icon-xs {
  width: 1rem;
  height: 1rem;
}

.icon-sm {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-lg {
  width: 2.1rem;
  height: 2.1rem;
}

.icon-xl {
  width: 4rem;
  height: 4rem;
}

.icon-xxl {
  width: clamp(5rem, 10vw, 8rem);
  height: clamp(5rem, 10vw, 8rem);
}

.btn {
  --bs-btn-padding-x: 1.35rem;
  --bs-btn-padding-y: 0.72rem;
  --bs-btn-border-radius: 14px;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 180ms ease;
}

.btn:hover svg,
.text-link:hover svg {
  transform: translateX(-0.22rem);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  --bs-btn-bg: var(--pine-700);
  --bs-btn-border-color: var(--pine-700);
  --bs-btn-hover-bg: var(--pine-950);
  --bs-btn-hover-border-color: var(--pine-950);
  --bs-btn-active-bg: var(--pine-900);
  --bs-btn-active-border-color: var(--pine-900);
  box-shadow: 0 12px 28px rgba(13, 92, 69, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(13, 92, 69, 0.25);
}

.btn-outline-primary {
  --bs-btn-color: var(--pine-700);
  --bs-btn-border-color: rgba(13, 92, 69, 0.3);
  --bs-btn-hover-bg: var(--pine-700);
  --bs-btn-hover-border-color: var(--pine-700);
  --bs-btn-active-bg: var(--pine-900);
  background: rgba(255, 255, 255, 0.48);
}

.btn-glass {
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 26px rgba(8, 47, 39, 0.08);
  backdrop-filter: blur(12px);
}

.btn-glass:hover {
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.82);
  border-color: #fff;
}

.text-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--pine-700);
  font-weight: 750;
  text-decoration: none;
}

.text-link svg {
  width: 1.15rem;
  height: 1.15rem;
  transition: transform 180ms ease;
}

.section-space {
  position: relative;
  padding-block: var(--section-space);
}

@supports (content-visibility: auto) {
  .section-space {
    content-visibility: auto;
    contain-intrinsic-size: auto 800px;
  }
}

.section-last {
  padding-top: clamp(2rem, 4vw, 4rem);
}

.section-tint {
  background:
    radial-gradient(circle at 0 0, rgba(124, 110, 230, 0.08), transparent 32rem),
    linear-gradient(145deg, rgba(236, 246, 226, 0.58), rgba(247, 244, 234, 0.45));
  border-block: 1px solid rgba(13, 92, 69, 0.07);
}

.eyebrow {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 1.15rem;
  padding: 0.43rem 0.8rem;
  color: var(--pine-700);
  background: rgba(234, 245, 223, 0.78);
  border: 1px solid rgba(105, 173, 69, 0.2);
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

.section-heading h2,
.display-title {
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  font-weight: 820;
}

.section-heading p,
.lead-muted {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 2;
}

.section-action {
  margin-top: 3rem;
  text-align: center;
}

/* Module: 10-header.css */
/* Header */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 0.75rem;
  transition: padding 200ms ease;
}

.site-header .navbar {
  padding: 0;
}

.site-header .navbar > .container {
  min-height: 74px;
  padding: 0.45rem 0.75rem 0.45rem 0.55rem;
  background: rgba(252, 251, 247, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 23px;
  box-shadow: 0 14px 40px rgba(8, 47, 39, 0.09);
  backdrop-filter: blur(20px) saturate(140%);
  transition: min-height 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  padding-top: 0.35rem;
}

.site-header.is-scrolled .navbar > .container {
  min-height: 66px;
  background: rgba(252, 251, 247, 0.92);
  box-shadow: 0 14px 42px rgba(8, 47, 39, 0.14);
}

.navbar-brand,
.footer-brand {
  display: inline-flex;
  gap: 0.72rem;
  align-items: center;
  color: var(--pine-950);
  text-decoration: none;
}

.brand-logo-wrap {
  display: inline-flex;
  width: 54px;
  height: 54px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--pine-950), var(--pine-700));
  border-radius: 17px;
  box-shadow: 0 9px 22px rgba(8, 47, 39, 0.18);
}

.brand-logo-wrap img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-copy,
.footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 1.05rem;
  font-weight: 850;
}

.brand-copy small,
.footer-brand small {
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 560;
}

.navbar-nav {
  gap: 0.15rem;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 0.7rem 0.75rem !important;
  color: #28483f;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 650;
  transition: color 160ms ease, background 160ms ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--pine-950);
  background: rgba(234, 245, 223, 0.7);
}

.navbar-nav .nav-link.active::after {
  position: absolute;
  right: 30%;
  bottom: 0.25rem;
  left: 30%;
  height: 2px;
  content: "";
  background: var(--leaf-500);
  border-radius: 99px;
}

.nav-actions {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.nav-actions .btn {
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
}

.nav-phone {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0.55rem;
  color: var(--pine-700);
  border-radius: 11px;
  font-size: 0.77rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-phone:hover {
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.7);
}

.navbar-toggler {
  display: flex;
  width: 44px;
  height: 44px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 13px;
  box-shadow: none !important;
}

.navbar-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--pine-950);
  border-radius: 3px;
}

.offcanvas {
  --bs-offcanvas-width: min(86vw, 360px);
  background: var(--ivory-50);
}

/* Module: 20-home.css */
/* Home hero */
.hero-home {
  position: relative;
  min-height: min(820px, 94vh);
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../images/hero-glass.jpg");
  background-position: center;
  background-size: cover;
}

.hero-home::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(252, 251, 247, 0.9) 0%, rgba(252, 251, 247, 0.68) 38%, transparent 72%),
    linear-gradient(180deg, rgba(252, 251, 247, 0.3), transparent 32%, rgba(252, 251, 247, 0.25));
}

.hero-container {
  display: flex;
  min-height: min(820px, 94vh);
  align-items: center;
  padding-top: 118px;
  padding-bottom: 3.5rem;
}

.hero-copy {
  width: min(100%, 690px);
  margin-inline-start: auto;
  padding: clamp(1.3rem, 4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  box-shadow: 0 25px 80px rgba(8, 47, 39, 0.08);
  backdrop-filter: blur(14px);
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 1.4rem;
  font-size: clamp(2.45rem, 5vw, 3.8rem);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.hero-copy h1 span {
  position: relative;
  color: var(--pine-700);
  white-space: nowrap;
}

.hero-copy h1 span::after {
  position: absolute;
  right: 4%;
  bottom: 0.02em;
  left: 2%;
  z-index: -1;
  height: 0.19em;
  content: "";
  background: rgba(134, 196, 92, 0.34);
  border-radius: 99px;
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 1.8rem;
  color: #3c5b52;
  font-size: clamp(1.04rem, 1.7vw, 1.23rem);
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  color: var(--muted);
  border-top: 1px solid rgba(13, 92, 69, 0.11);
  font-size: 0.88rem;
}

.hero-contact span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

.hero-contact a {
  color: var(--pine-700);
  font-weight: 800;
  text-decoration: none;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.25rem;
}

.trust-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.trust-item {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 1.45rem clamp(1rem, 3vw, 2rem);
}

.trust-item + .trust-item {
  border-right: 1px solid var(--border);
}

.trust-item > .icon {
  color: var(--pine-700);
}

.trust-item div {
  display: flex;
  flex-direction: column;
}

.trust-item strong {
  margin-bottom: 0.1rem;
  font-size: 0.98rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.82rem;
}

/* Module: 25-bmi-calculator.css */
/* محاسبه‌گر BMI صفحه اصلی: تمام استایل‌های این قابلیت فقط در همین فایل قرار دارند. */
.bmi-section {
  position: relative;
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.bmi-shell {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 620px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: clamp(28px, 4vw, 48px);
  box-shadow: 0 34px 90px rgba(8, 47, 39, 0.14);
  isolation: isolate;
  backdrop-filter: blur(22px);
}

.bmi-intro {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 18% 16%, rgba(134, 196, 92, 0.34), transparent 13rem),
    radial-gradient(circle at 88% 92%, rgba(124, 110, 230, 0.29), transparent 18rem),
    linear-gradient(145deg, #0d5c45 0%, #082f27 72%);
}

.bmi-intro::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background-image: radial-gradient(rgba(255, 255, 255, 0.62) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(135deg, #000, transparent 82%);
}

.bmi-intro-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.bmi-eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.21);
}

.bmi-intro h2 {
  margin: 1.35rem 0 1rem;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.15rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.bmi-intro p {
  max-width: 510px;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.03rem;
  line-height: 2;
}

.bmi-formula {
  display: inline-flex;
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem 1.1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  font-size: 1.05rem;
  backdrop-filter: blur(10px);
}

.bmi-formula span:first-child {
  color: #bce99d;
  font-size: 1.3rem;
  font-weight: 900;
}

.bmi-benefits {
  display: grid;
  gap: 0.7rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.bmi-benefits li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  font-size: 0.9rem;
}

.bmi-benefits li span {
  display: inline-grid;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 auto;
  place-items: center;
  color: #d8ffc0;
  background: rgba(134, 196, 92, 0.18);
  border-radius: 50%;
  font-weight: 900;
}

.bmi-orbit {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.bmi-orbit-one {
  right: -8rem;
  bottom: -10rem;
  width: 25rem;
  height: 25rem;
}

.bmi-orbit-two {
  right: -3rem;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
}

.bmi-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.6rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 90% 5%, rgba(134, 196, 92, 0.12), transparent 14rem),
    rgba(252, 251, 247, 0.54);
}

.bmi-card-head {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.bmi-kicker {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--leaf-500);
  font-size: 0.8rem;
  font-weight: 850;
}

.bmi-card-head h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.5vw, 1.85rem);
}

.bmi-progress {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  direction: rtl;
}

.bmi-progress span {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 0.83rem;
  font-weight: 900;
  transition: 180ms ease;
}

.bmi-progress span.is-active {
  color: #fff;
  background: var(--pine-700);
  border-color: var(--pine-700);
  box-shadow: 0 8px 20px rgba(13, 92, 69, 0.2);
}

.bmi-progress i {
  width: 1.25rem;
  height: 1px;
  background: var(--border);
}

.bmi-step {
  animation: bmiStepIn 300ms ease both;
}

.bmi-section .is-hidden {
  display: none !important;
}

.bmi-field {
  display: grid;
  gap: 0.58rem;
  color: var(--pine-950);
  font-size: 0.91rem;
  font-weight: 850;
}

.bmi-input-wrap {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 92, 69, 0.15);
  border-radius: 19px;
  box-shadow: inset 0 1px 0 #fff, 0 10px 30px rgba(8, 47, 39, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bmi-input-wrap:focus-within {
  border-color: rgba(13, 92, 69, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 92, 69, 0.08), 0 14px 34px rgba(8, 47, 39, 0.07);
  transform: translateY(-1px);
}

.bmi-input-wrap input {
  width: 100%;
  min-width: 0;
  height: 68px;
  padding: 0.55rem 1.2rem;
  color: var(--pine-950);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1.13rem;
  font-weight: 760;
}

.bmi-input-wrap input::placeholder {
  color: #9aa9a4;
  font-weight: 500;
}

.bmi-input-wrap small {
  flex: 0 0 auto;
  padding-inline-end: 1.15rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
}

.bmi-metric-input b {
  flex: 0 0 auto;
  padding-inline-end: 1.1rem;
  color: var(--pine-700);
  font-size: 0.78rem;
  white-space: nowrap;
}

.bmi-next,
.bmi-submit {
  display: flex;
  width: 100%;
  min-height: 58px;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border-radius: 17px;
  font-size: 0.98rem;
}

.bmi-next:disabled,
.bmi-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.bmi-privacy {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.bmi-privacy span {
  color: var(--leaf-500);
  font-size: 0.62rem;
}

.bmi-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bmi-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: 0.9rem;
  color: #46635b;
  cursor: pointer;
  font-size: 0.79rem;
  font-weight: 600;
  line-height: 1.7;
}

.bmi-check input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  accent-color: var(--pine-700);
}

.bmi-honeypot {
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bmi-status {
  min-height: 1.65rem;
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.bmi-status.is-error {
  color: #a23535;
}

.bmi-status.is-success {
  color: var(--pine-700);
}

.bmi-result {
  text-align: center;
  animation: bmiResultIn 420ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bmi-result-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bmi-result-top > span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.bmi-result-top > strong {
  margin: 0.25rem 0 -0.2rem;
  color: var(--pine-700);
  font-size: clamp(3.8rem, 8vw, 6.1rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.06em;
}

.bmi-result-top > b {
  padding: 0.34rem 0.9rem;
  color: var(--pine-700);
  background: var(--leaf-100);
  border-radius: 99px;
  font-size: 0.8rem;
}

.bmi-scale {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  gap: 4px;
  margin: 2.2rem 0 0.45rem;
  direction: ltr;
}

.bmi-scale i {
  height: 0.6rem;
  border-radius: 99px;
}

.bmi-scale i:nth-child(1) { background: #69a7dc; }
.bmi-scale i:nth-child(2) { background: #79bb58; }
.bmi-scale i:nth-child(3) { background: #e5b74c; }
.bmi-scale i:nth-child(4) { background: #db735f; }

.bmi-scale > span {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 1.12rem;
  height: 1.12rem;
  background: #fff;
  border: 4px solid var(--pine-950);
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(8, 47, 39, 0.2);
  transform: translate(-50%, -50%);
  transition: left 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bmi-result[data-category="healthy"] .bmi-scale > span { left: 36%; }
.bmi-result[data-category="overweight"] .bmi-scale > span { left: 59%; }
.bmi-result[data-category^="obesity"] .bmi-scale > span { left: 84%; }

.bmi-scale-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #789087;
  /* نوار از چپ (کمبود وزن) به راست (چاقی) رسم شده؛ RTL نباید جای خانه‌ها را عوض کند. */
  direction: ltr;
  font-size: 0.62rem;
}

.bmi-scale-labels span {
  direction: rtl;
  text-align: center;
}

.bmi-healthy-range {
  margin: 1.45rem 0 0.65rem;
  color: #48665d;
  font-size: 0.88rem;
}

.bmi-healthy-range strong {
  color: var(--pine-950);
}

.bmi-recommendation {
  margin: 0;
  padding: 1rem 1.1rem;
  color: var(--pine-900);
  background: rgba(234, 245, 223, 0.72);
  border: 1px solid rgba(105, 173, 69, 0.2);
  border-radius: 17px;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.9;
}

.bmi-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1rem;
}

.bmi-result-actions .btn {
  border-radius: 15px;
}

.bmi-note {
  display: block;
  margin-top: 1rem;
  color: #7b8f88;
  font-size: 0.66rem;
  line-height: 1.8;
}

@keyframes bmiStepIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bmiResultIn {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 991.98px) {
  .bmi-shell {
    grid-template-columns: 1fr;
  }

  .bmi-intro {
    min-height: 460px;
  }
}

@media (max-width: 575.98px) {
  .bmi-section {
    padding-top: 3.5rem;
  }

  .bmi-shell {
    min-height: 0;
    border-radius: 27px;
  }

  .bmi-intro {
    min-height: 410px;
    padding: 2rem 1.35rem;
  }

  .bmi-intro h2 {
    font-size: 2.5rem;
  }

  .bmi-card {
    padding: 1.6rem 1.15rem 1.8rem;
  }

  .bmi-card-head {
    align-items: flex-start;
  }

  .bmi-field-grid {
    grid-template-columns: 1fr;
  }

  .bmi-input-wrap {
    min-height: 62px;
  }

  .bmi-input-wrap input {
    height: 60px;
  }

  .bmi-input-wrap small {
    display: none;
  }

  .bmi-result-actions {
    flex-direction: column;
  }

  .bmi-result-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bmi-step,
  .bmi-result {
    animation: none;
  }
}

/* Module: 30-components.css */
/* Cards and grids */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.service-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1200px) {
  [data-service-grid] > .service-card:last-child:nth-child(3n + 1) {
    grid-column: 2;
  }
}

.service-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.service-card:hover {
  border-color: rgba(105, 173, 69, 0.34);
  box-shadow: var(--shadow-md);
  transform: translateY(-7px);
}

.service-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.42 / 1;
  background: linear-gradient(135deg, var(--leaf-100), var(--violet-100));
}

.service-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 62%, rgba(8, 47, 39, 0.18));
  pointer-events: none;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0, 1);
}

.service-card:hover .service-media img {
  transform: scale(1.055);
}

.service-art {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--pine-700);
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.8), transparent 12rem),
    linear-gradient(145deg, rgba(234, 245, 223, 0.9), rgba(238, 234, 253, 0.85));
}

.service-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  padding: 0.35rem 0.68rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(8, 47, 39, 0.09);
  font-size: 0.73rem;
  font-weight: 760;
  backdrop-filter: blur(8px);
}

.service-image-note {
  position: absolute;
  bottom: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  color: #fff;
  background: rgba(8, 47, 39, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(8, 47, 39, 0.12);
  font-size: 0.7rem;
  font-weight: 700;
  backdrop-filter: blur(9px);
}

.service-card-body {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 1.45rem;
}

.service-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.26rem;
}

.service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.service-card p {
  margin-bottom: 1.25rem;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.85;
}

.service-card .text-link {
  margin-top: auto;
  font-size: 0.88rem;
}

.service-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.filter-btn {
  padding: 0.58rem 0.95rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  transition: 160ms ease;
}

.filter-btn:hover,
.filter-btn.active {
  color: #fff;
  background: var(--pine-700);
  border-color: var(--pine-700);
}

.service-card.is-filtered-out {
  display: none;
}

.image-frame,
.portrait-frame,
.service-hero-image,
.diet-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.image-frame::after,
.portrait-frame::after,
.service-hero-image::after,
.diet-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: inherit;
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.18);
}

.nutrition-frame img {
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  right: clamp(1rem, 4vw, 2rem);
  bottom: clamp(1rem, 4vw, 2rem);
  z-index: 2;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  max-width: 260px;
  padding: 0.85rem 1rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 17px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.floating-note > .icon {
  color: var(--leaf-500);
}

.floating-note span {
  display: flex;
  flex-direction: column;
  font-size: 0.77rem;
  line-height: 1.55;
}

.floating-note strong {
  font-size: 0.86rem;
}

.feature-list {
  display: grid;
  margin: 1.7rem 0 2rem;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: #28483f;
  font-size: 0.9rem;
}

.feature-list .icon {
  margin-top: 0.22rem;
  color: var(--leaf-500);
}

.process-grid,
.value-grid,
.diet-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.process-card,
.value-card,
.diet-type-card {
  position: relative;
  min-height: 255px;
  padding: 1.6rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.process-card::before,
.value-card::before,
.diet-type-card::before {
  position: absolute;
  top: -4rem;
  left: -4rem;
  width: 9rem;
  height: 9rem;
  content: "";
  background: radial-gradient(circle, rgba(105, 173, 69, 0.17), transparent 67%);
}

.process-card > .icon,
.value-card > .icon,
.diet-type-card > .icon {
  margin-bottom: 1.15rem;
  color: var(--pine-700);
}

.process-card h3,
.value-card h3,
.diet-type-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.1rem;
}

.process-card p,
.value-card p,
.diet-type-card p {
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.9;
}

.process-number {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  color: rgba(13, 92, 69, 0.11);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
}

.about-preview {
  padding-top: clamp(2rem, 5vw, 5rem);
}

.about-glass {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(124, 110, 230, 0.1), transparent 24rem),
    rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.about-image {
  min-height: 500px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.about-copy h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.about-copy p {
  color: var(--muted);
}

.about-copy .text-link {
  margin-top: 1rem;
}

.checklist-teaser {
  max-width: 590px;
  margin-inline: auto;
  padding: clamp(1.2rem, 4vw, 2rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.teaser-head,
.teaser-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teaser-head {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.mini-progress {
  padding: 0.28rem 0.62rem;
  color: var(--pine-700);
  background: var(--leaf-100);
  border-radius: 99px;
  font-weight: 720;
}

.teaser-row {
  gap: 0.8rem;
  justify-content: flex-start;
  padding: 0.85rem 0;
  border-top: 1px solid var(--border);
  font-weight: 620;
}

.fake-check {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1.5px solid rgba(13, 92, 69, 0.25);
  border-radius: 9px;
}

.fake-check.done {
  background: var(--pine-700);
  border-color: var(--pine-700);
}

.fake-check svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Module: 40-accordions-cta.css */
/* Accordions and CTA */
.glass-accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 18px;
  display: grid;
  gap: 0.75rem;
}

.glass-accordion .accordion-item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(8, 47, 39, 0.06);
}

.glass-accordion .accordion-button {
  padding: 1.15rem 1.25rem;
  color: var(--pine-950);
  background: transparent;
  box-shadow: none;
  font-weight: 740;
}

.glass-accordion .accordion-button:not(.collapsed) {
  color: var(--pine-700);
  background: rgba(234, 245, 223, 0.5);
}

.glass-accordion .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.glass-accordion .accordion-body {
  padding: 1rem 1.25rem 1.3rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.95;
}

.cta-band {
  position: relative;
  display: flex;
  gap: 2rem;
  min-height: 270px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 6vw, 4.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(124, 110, 230, 0.5), transparent 20rem),
    radial-gradient(circle at 92% 80%, rgba(134, 196, 92, 0.38), transparent 24rem),
    linear-gradient(125deg, var(--pine-950), var(--pine-700));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.cta-band::after {
  position: absolute;
  top: -80%;
  left: 20%;
  width: 40%;
  height: 250%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: rotate(28deg);
}

.cta-band .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.cta-band h2 {
  max-width: 670px;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.cta-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.76);
}

.cta-band-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0.7rem;
}

.cta-band .btn-light {
  color: var(--pine-950);
  background: #fff;
}

/* Module: 50-page-heroes.css */
/* Generic page heroes */
.page-hero,
.service-detail-hero,
.diet-hero,
.appointment-hero,
.article-hero,
.legal-hero,
.checklist-hero {
  position: relative;
  padding-top: clamp(9rem, 13vw, 11rem);
  overflow: hidden;
}

.page-hero,
.article-hero,
.legal-hero {
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
  background:
    radial-gradient(circle at 12% 24%, rgba(124, 110, 230, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 80%, rgba(105, 173, 69, 0.15), transparent 26rem),
    linear-gradient(145deg, var(--ivory-100), rgba(255, 255, 255, 0.65));
  border-bottom: 1px solid var(--border);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 3rem;
  align-items: center;
}

.page-hero h1,
.service-detail-hero h1,
.diet-hero h1,
.appointment-hero h1,
.checklist-hero h1 {
  max-width: 850px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 870;
  line-height: 1.12;
}

.page-hero p,
.service-detail-hero p,
.diet-hero p,
.appointment-hero p,
.checklist-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.7vw, 1.2rem);
  line-height: 2;
}

.page-hero-orb {
  display: flex;
  width: 240px;
  height: 240px;
  align-items: center;
  justify-content: center;
  color: var(--pine-700);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(234, 245, 223, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 42% 58% 52% 48% / 48% 38% 62% 52%;
  box-shadow: var(--shadow-lg);
  font-size: 7rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
  animation: float-orb 7s ease-in-out infinite;
}

@keyframes float-orb {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

.breadcrumb-wrap {
  margin-bottom: 2rem;
}

.breadcrumb {
  --bs-breadcrumb-divider: "←";
  margin: 0;
  font-size: 0.82rem;
}

.breadcrumb-item a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--pine-700);
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.medical-note,
.contact-note {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 3rem;
  padding: 1.5rem;
  color: #28483f;
  background: rgba(234, 245, 223, 0.64);
  border: 1px solid rgba(105, 173, 69, 0.22);
  border-radius: var(--radius-md);
}

.medical-note > .icon,
.contact-note > .icon {
  color: var(--pine-700);
}

.medical-note h2,
.contact-note h2 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.medical-note p,
.contact-note p {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Module: 60-services.css */
/* Service detail */
.service-detail-hero {
  min-height: 700px;
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 8% 20%, rgba(124, 110, 230, 0.11), transparent 28rem),
    radial-gradient(circle at 92% 68%, rgba(105, 173, 69, 0.17), transparent 30rem),
    var(--ivory-100);
}

.service-detail-hero .hero-actions,
.diet-hero .hero-actions {
  margin-top: 1.8rem;
}

.prescription-flag {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.35rem;
  padding: 0.65rem 0.85rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(13, 92, 69, 0.14);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(8, 47, 39, 0.07);
  font-size: 0.84rem;
  font-weight: 720;
  backdrop-filter: blur(12px);
}

.prescription-flag .icon {
  flex: 0 0 auto;
  color: var(--pine-700);
}

.service-hero-image {
  max-width: 470px;
  margin-inline: auto;
  aspect-ratio: 1 / 1;
  background: var(--leaf-100);
  border-radius: 34% 66% 58% 42% / 44% 38% 62% 56%;
}

.service-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pine-700);
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.82), transparent 13rem),
    linear-gradient(145deg, var(--leaf-100), var(--violet-100));
}

.service-hero-image .service-badge {
  top: auto;
  right: 50%;
  bottom: 1rem;
  transform: translateX(50%);
}

.service-hero-image .service-image-note {
  top: 1rem;
  bottom: auto;
  left: 1rem;
}

.service-article {
  display: grid;
  gap: 1.5rem;
}

.content-block,
.care-card,
.quick-card,
.editorial-note,
.article-summary,
.article-section,
.legal-nav {
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.content-block h2,
.care-card h2,
.article-section h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.content-block p,
.care-card p,
.article-section p {
  color: var(--muted);
}

.service-offer {
  position: relative;
  overflow: hidden;
  padding: clamp(1.45rem, 3.5vw, 2.25rem);
  color: #fff;
  background:
    radial-gradient(circle at 8% 5%, rgba(211, 240, 189, 0.24), transparent 17rem),
    radial-gradient(circle at 96% 95%, rgba(166, 151, 255, 0.24), transparent 20rem),
    linear-gradient(135deg, #0d654c, #083e36 72%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 55px rgba(8, 62, 54, 0.2);
}

.service-offer::after {
  position: absolute;
  top: -5rem;
  left: -4rem;
  width: 13rem;
  height: 13rem;
  content: "";
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 48% 52% 62% 38%;
  transform: rotate(22deg);
  pointer-events: none;
}

.service-offer > * {
  position: relative;
  z-index: 1;
}

.service-offer-head {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.service-offer-icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.service-offer .eyebrow {
  margin-bottom: 0.55rem;
  color: #efffe7;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.service-offer h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.service-offer > p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 2;
}

.service-offer-note {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  font-size: 0.8rem;
  line-height: 1.8;
}

.service-offer-note .icon {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  color: #d9f8c4;
}

.evidence-notice {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
  color: #57360f;
  background:
    radial-gradient(circle at 5% 15%, rgba(255, 255, 255, 0.72), transparent 14rem),
    linear-gradient(145deg, rgba(255, 249, 232, 0.96), rgba(247, 239, 255, 0.84));
  border: 1px solid rgba(208, 132, 33, 0.22);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.evidence-notice-head {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.8rem;
}

.evidence-notice-head > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  color: #8a5218;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(208, 132, 33, 0.18);
  border-radius: 15px;
}

.evidence-notice h2 {
  margin: 0;
  color: #714413;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.evidence-notice p {
  margin-bottom: 0.9rem;
  color: #725a3c;
}

.evidence-notice ul {
  display: grid;
  margin: 0;
  padding: 0 1.2rem 0 0;
  gap: 0.5rem;
  color: #634827;
  font-size: 0.86rem;
}

.evidence-notice li::marker {
  color: #c27a24;
}

.result-group-grid {
  display: grid;
  margin-top: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.result-group-card {
  padding: 1.1rem;
  background: linear-gradient(145deg, rgba(242, 249, 235, 0.78), rgba(248, 246, 255, 0.76));
  border: 1px solid rgba(13, 92, 69, 0.1);
  border-radius: 17px;
}

.result-group-card h3 {
  margin-bottom: 0.75rem;
  color: var(--pine-950);
  font-size: 1rem;
}

.result-group-card ul {
  display: grid;
  margin: 0;
  padding: 0 1.05rem 0 0;
  gap: 0.42rem;
  color: #466059;
  font-size: 0.79rem;
  line-height: 1.75;
}

.result-group-card li::marker {
  color: var(--violet-600);
}

.result-disclaimer {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  color: #674413;
  background: rgba(255, 248, 229, 0.84);
  border: 1px solid rgba(208, 132, 33, 0.17);
  border-radius: 14px;
  font-size: 0.8rem;
  line-height: 1.8;
}

.result-disclaimer .icon {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  color: #a9651c;
}

.article-list,
.care-card ul {
  display: grid;
  margin: 1rem 0 0;
  padding: 0 1.2rem 0 0;
  gap: 0.65rem;
  color: #35534b;
}

.article-list li::marker,
.care-card li::marker {
  color: var(--leaf-500);
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.check-list .icon {
  margin-top: 0.25rem;
  color: var(--leaf-500);
}

.danger-block {
  background: rgba(255, 249, 238, 0.86);
  border-color: rgba(208, 132, 33, 0.2);
}

.danger-block h2 {
  color: #7c4614;
}

.care-card {
  height: 100%;
}

.care-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #fff;
  background: var(--violet-600);
  border-radius: 15px;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(105, 91, 214, 0.22);
}

.care-icon.after {
  background: var(--pine-700);
  box-shadow: 0 10px 25px rgba(13, 92, 69, 0.2);
}

.quick-card {
  top: 100px;
}

.quick-card h2 {
  margin-bottom: 1.2rem;
  font-size: 1.35rem;
}

.quick-prescription {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: -0.25rem 0 0.8rem;
  padding: 0.7rem 0.8rem;
  color: #6f4218;
  background: rgba(255, 247, 229, 0.92);
  border: 1px solid rgba(208, 132, 33, 0.18);
  border-radius: 13px;
  font-size: 0.8rem;
  font-weight: 760;
}

.quick-prescription .icon {
  flex: 0 0 auto;
}

.quick-card dl {
  display: grid;
  margin-bottom: 1.25rem;
}

.quick-card dl div {
  display: grid;
  padding: 0.8rem 0;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 0.8rem;
  border-bottom: 1px solid var(--border);
}

.quick-card dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.quick-card dd {
  margin: 0;
  color: var(--pine-950);
  font-size: 0.85rem;
  font-weight: 730;
}

.quick-call {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.7rem;
  color: var(--pine-700);
  background: var(--leaf-100);
  border-radius: 13px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.editorial-note {
  display: flex;
  gap: 0.5rem;
  color: var(--muted);
  background: rgba(238, 234, 253, 0.52);
  font-size: 0.82rem;
}

.editorial-note strong {
  flex: 0 0 auto;
  color: var(--violet-600);
}

.source-list {
  display: grid;
  margin: 1rem 0 0;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}

.source-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  padding: 0.8rem 0.9rem;
  background: rgba(234, 245, 223, 0.56);
  border: 1px solid rgba(105, 173, 69, 0.14);
  border-radius: 13px;
}

.source-list .icon {
  flex: 0 0 auto;
  margin-top: 0.22rem;
  color: var(--leaf-500);
}

.source-list a {
  color: var(--pine-700);
  font-size: 0.86rem;
  font-weight: 720;
  text-decoration: none;
}

.source-list a:hover {
  text-decoration: underline;
}

/* Module: 70-diet.css */
/* Diet */
.diet-hero {
  min-height: 760px;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 9% 24%, rgba(124, 110, 230, 0.12), transparent 25rem),
    radial-gradient(circle at 90% 68%, rgba(105, 173, 69, 0.14), transparent 28rem),
    var(--ivory-100);
}

.diet-visual {
  overflow: visible;
  box-shadow: none;
}

.diet-visual > img {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.diet-stat {
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  z-index: 3;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
}

.diet-stat > .icon {
  color: var(--leaf-500);
}

.diet-stat span {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: 0.8rem;
}

.diet-stat strong {
  color: var(--pine-950);
  font-size: 0.95rem;
}

.timeline-list {
  display: grid;
  gap: 0.8rem;
}

.timeline-item {
  display: grid;
  padding: 1.15rem;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  box-shadow: 0 9px 24px rgba(8, 47, 39, 0.05);
}

.timeline-item > span {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--pine-700);
  border-radius: 14px;
  font-weight: 850;
}

.timeline-item h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.timeline-item p {
  color: var(--muted);
  font-size: 0.84rem;
}

.online-panel,
.location-panel {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.online-copy,
.location-copy {
  padding: clamp(2rem, 6vw, 4.5rem);
}

.online-copy h2,
.location-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.online-copy p,
.location-copy p {
  color: var(--muted);
}

.online-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.online-art {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  color: var(--pine-700);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.9), transparent 13rem),
    linear-gradient(145deg, var(--leaf-100), var(--violet-100));
  text-align: center;
}

.online-art span {
  max-width: 360px;
  color: var(--muted);
}

/* Module: 80-about.css */
/* About */
.about-hero {
  padding-bottom: clamp(4rem, 8vw, 7rem);
  overflow: hidden;
}

.about-hero::after {
  position: absolute;
  top: 15%;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(124, 110, 230, 0.14), transparent 68%);
}

.about-hero h1 {
  max-width: 760px;
  margin-block: 1.15rem 1rem;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
}

.about-hero .col-lg-7 > p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 2;
}

.about-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.65rem 0 0;
  padding: 0;
  list-style: none;
}

.about-hero-badges li {
  padding: 0.55rem 0.9rem;
  color: var(--pine-800);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 92, 69, 0.16);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.84rem;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.portrait-frame {
  position: relative;
  max-width: 410px;
  margin-inline: auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 45% 55% 48% 52% / 39% 44% 56% 61%;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(8, 47, 39, 0.18));
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 0.72 / 1;
  object-fit: cover;
}

.portrait-caption {
  position: absolute;
  right: 50%;
  bottom: 1.1rem;
  z-index: 3;
  min-width: 155px;
  padding: 0.55rem 1rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 18px;
  text-align: center;
  transform: translateX(50%);
  backdrop-filter: blur(10px);
}

.portrait-caption strong,
.portrait-caption small {
  display: block;
}

.portrait-caption strong {
  font-size: 0.9rem;
  font-weight: 850;
}

.portrait-caption small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.rich-copy {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 2.1;
}

.about-biography strong {
  color: var(--pine-800);
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
}

.credential-card {
  position: relative;
  min-height: 245px;
  padding: 1.65rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 92, 69, 0.12);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.credential-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.credential-card-featured {
  color: rgba(255, 255, 255, 0.84);
  background: linear-gradient(145deg, var(--pine-950), var(--pine-700));
  border-color: rgba(255, 255, 255, 0.2);
}

.credential-index {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  color: var(--pine-700);
  background: var(--leaf-100);
  border-radius: 12px;
  font-size: 0.76rem;
  font-weight: 850;
}

.credential-card-featured .credential-index {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.credential-card h3 {
  margin: 1.15rem 0 0.65rem;
  font-size: 1.18rem;
}

.credential-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.credential-card-featured h3,
.credential-card-featured a {
  color: #fff;
}

.credential-card-featured p {
  color: rgba(255, 255, 255, 0.76);
}

.credential-card a {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  margin-top: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.about-career-section .section-heading > p {
  max-width: 790px;
  margin-inline: auto;
  color: var(--muted);
}

.career-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.career-step {
  position: relative;
  min-height: 220px;
  padding: 1.65rem 1.8rem 1.65rem 2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.career-dot {
  position: absolute;
  top: 1.8rem;
  right: 0;
  width: 5px;
  height: 3.3rem;
  background: linear-gradient(var(--leaf-400), var(--pine-700));
  border-radius: 999px 0 0 999px;
}

.career-kicker {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--violet-600);
  font-size: 0.75rem;
  font-weight: 850;
}

.career-step h3 {
  font-size: 1.18rem;
}

.career-step p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.95;
}

.arian-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(1.6rem, 5vw, 3.8rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 10%, rgba(124, 110, 230, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.arian-feature-copy h2 {
  margin-block: 1rem;
  font-size: clamp(1.7rem, 3.4vw, 2.65rem);
}

.arian-feature-copy > p {
  max-width: 760px;
  color: var(--muted);
  line-height: 2;
}

.arian-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}

.text-link {
  color: var(--pine-700);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  color: var(--pine-950);
  text-decoration: underline;
}

.arian-fact-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  padding: 1.7rem;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(150deg, var(--pine-950), #164f43);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.arian-mark {
  display: inline-flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--pine-950);
  background: linear-gradient(145deg, #fff, var(--leaf-100));
  border-radius: 50%;
  font-size: 1.7rem;
  font-weight: 900;
}

.arian-fact-card strong {
  color: #fff;
  font-size: 1.1rem;
}

.arian-fact-card p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.87rem;
  line-height: 2;
}

.research-lead {
  color: var(--muted);
  line-height: 2;
}

.publication-card {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(13, 92, 69, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.publication-type {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  color: var(--violet-600);
  background: var(--violet-100);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
}

.publication-card h3 {
  margin-block: 1rem 1.35rem;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
}

.publication-card dl {
  margin: 0 0 1.2rem;
}

.publication-card dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding-block: 0.75rem;
  border-bottom: 1px dashed var(--border);
}

.publication-card dt {
  color: var(--pine-800);
  font-size: 0.82rem;
  font-weight: 850;
}

.publication-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.evidence-panel {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.8rem, 5vw, 3.5rem);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.evidence-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.evidence-panel p {
  max-width: 740px;
  color: var(--muted);
}

@media (max-width: 991.98px) {
  .about-hero h1 {
    font-size: clamp(2.35rem, 8vw, 3.85rem);
  }

  .credential-grid,
  .career-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credential-card:last-child {
    grid-column: 1 / -1;
  }

  .arian-feature {
    grid-template-columns: 1fr;
  }

  .arian-fact-card {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .about-hero-badges,
  .about-hero-actions,
  .arian-links {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-badges li {
    text-align: center;
  }

  .about-hero-actions .btn,
  .arian-links .btn {
    width: 100%;
  }

  .credential-grid,
  .career-timeline {
    grid-template-columns: 1fr;
  }

  .credential-card:last-child {
    grid-column: auto;
  }

  .credential-card,
  .career-step {
    min-height: auto;
  }

  .publication-card dl div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* Module: 90-appointment.css */
/* Appointment */
.appointment-hero {
  min-height: 100vh;
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 4% 18%, rgba(124, 110, 230, 0.12), transparent 28rem),
    radial-gradient(circle at 98% 70%, rgba(105, 173, 69, 0.16), transparent 32rem),
    var(--ivory-100);
}

.appointment-points {
  display: grid;
  margin-top: 1.8rem;
  gap: 0.65rem;
}

.appointment-points span {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: #34544b;
  font-size: 0.9rem;
}

.appointment-points .icon {
  color: var(--leaf-500);
}

.direct-contact {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.8rem;
  padding: 0.85rem 1.05rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 15px;
}

.direct-contact span {
  color: var(--muted);
  font-size: 0.75rem;
}

.direct-contact a {
  color: var(--pine-700);
  font-weight: 850;
  text-decoration: none;
}

.form-glass {
  padding: clamp(1.35rem, 4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}

.form-label {
  margin-bottom: 0.48rem;
  color: #27483e;
  font-size: 0.85rem;
  font-weight: 720;
}

.label-note {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
}

.form-control,
.form-select {
  min-height: 50px;
  padding: 0.7rem 0.85rem;
  color: var(--ink);
  background-color: rgba(255, 255, 255, 0.72);
  border-color: rgba(13, 92, 69, 0.16);
  border-radius: 13px;
  font-size: 0.9rem;
  box-shadow: none;
}

textarea.form-control {
  min-height: 105px;
}

.form-control:focus,
.form-select:focus {
  background: #fff;
  border-color: var(--pine-600);
  box-shadow: 0 0 0 0.23rem rgba(13, 92, 69, 0.1);
}

.form-control.is-invalid,
.form-select.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #b43d3d;
}

.invalid-feedback {
  font-size: 0.74rem;
}

.form-text {
  text-align: left;
  font-size: 0.68rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.choice-card {
  position: relative;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  opacity: 0;
}

.choice-card > span {
  display: grid;
  min-height: 88px;
  padding: 0.8rem;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  gap: 0 0.6rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(13, 92, 69, 0.16);
  border-radius: 14px;
  transition: 160ms ease;
}

.choice-card .icon {
  grid-row: 1 / 3;
  color: var(--pine-700);
}

.choice-card strong {
  align-self: end;
  font-size: 0.9rem;
}

.choice-card small {
  align-self: start;
  color: var(--muted);
  font-size: 0.7rem;
}

.choice-card input:checked + span {
  background: var(--leaf-100);
  border-color: var(--leaf-500);
  box-shadow: 0 0 0 3px rgba(105, 173, 69, 0.1);
}

.choice-card input:focus-visible + span {
  outline: 3px solid var(--violet-500);
  outline-offset: 2px;
}

.consent-check {
  padding: 0.85rem 2.1rem 0.85rem 0.85rem;
  background: rgba(234, 245, 223, 0.45);
  border-radius: 13px;
}

.consent-check .form-check-input {
  float: right;
  margin-right: -1.35rem;
  margin-left: 0;
}

.consent-check label {
  color: var(--muted);
  font-size: 0.78rem;
}

.consent-check a {
  color: var(--pine-900);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.form-emergency {
  margin-top: 1rem;
  color: #8a4c1a;
  font-size: 0.72rem;
  text-align: center;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-status {
  display: none;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 13px;
  font-size: 0.84rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #145c3b;
  background: #e7f6ea;
  border: 1px solid #bce3c5;
}

.form-status.is-error {
  color: #8b2f2f;
  background: #fff0f0;
  border: 1px solid #f0c5c5;
}

.turnstile-wrap {
  display: flex;
  justify-content: center;
  min-height: 65px;
  margin: 12px 0;
  overflow: hidden;
}

.turnstile-wrap iframe {
  max-width: 100%;
}

.submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 650ms linear infinite;
}

form.is-submitting .submit-spinner {
  display: inline-block;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Module: 100-contact.css */
/* Contact */
.contact-grid {
  display: grid;
  margin-bottom: 2.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.contact-card > .icon {
  margin-bottom: auto;
  color: var(--pine-700);
}

.contact-card > span {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.contact-card > a {
  color: var(--pine-950);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 820;
  text-decoration: none;
}

.contact-card small {
  color: var(--muted);
  font-size: 0.72rem;
}

.hours-note {
  padding: 0.8rem 1rem;
  background: var(--leaf-100);
  border-radius: 13px;
  font-size: 0.84rem;
}

.map-visual {
  min-height: 470px;
}

.map-pattern {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  overflow: hidden;
  background-color: #e7f0df;
  background-image:
    linear-gradient(33deg, transparent 46%, rgba(255, 255, 255, 0.8) 47%, rgba(255, 255, 255, 0.8) 53%, transparent 54%),
    linear-gradient(123deg, transparent 43%, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.72) 51%, transparent 52%),
    linear-gradient(rgba(13, 92, 69, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 92, 69, 0.05) 1px, transparent 1px);
  background-position: center;
  background-size: 240px 180px, 290px 240px, 42px 42px, 42px 42px;
}

.map-pattern::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 62% 44%, rgba(124, 110, 230, 0.12), transparent 9rem),
    radial-gradient(circle at 18% 76%, rgba(105, 173, 69, 0.18), transparent 13rem);
}

.map-pin {
  position: absolute;
  top: 42%;
  right: 58%;
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--pine-700);
  border: 6px solid rgba(255, 255, 255, 0.85);
  border-radius: 50% 50% 50% 8px;
  box-shadow: var(--shadow-md);
  transform: rotate(-45deg);
}

.map-pin .icon {
  transform: rotate(45deg);
}

.map-label {
  position: absolute;
  top: 59%;
  right: 48%;
  padding: 0.7rem 0.9rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #fff;
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
  font-size: 0.78rem;
  line-height: 1.55;
  backdrop-filter: blur(10px);
}

.map-coords {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.3rem 0.55rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  font-size: 0.64rem;
}

/* Module: 110-faq.css */
/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.faq-aside {
  position: sticky;
  top: 100px;
  padding: 1.5rem;
  background: linear-gradient(145deg, var(--pine-950), var(--pine-700));
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.faq-aside h2 {
  color: #fff;
  font-size: 1.4rem;
}

.faq-aside p {
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.faq-aside .quick-call {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Module: 120-checklist.css */
/* Checklist */
.checklist-hero {
  min-height: 800px;
  padding-bottom: clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 8% 24%, rgba(124, 110, 230, 0.14), transparent 26rem),
    radial-gradient(circle at 94% 62%, rgba(105, 173, 69, 0.19), transparent 32rem),
    var(--ivory-100);
}

.privacy-chip {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.55rem 0.75rem;
  color: var(--pine-700);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 720;
}

.habit-app {
  max-width: 620px;
  margin-inline: auto;
  padding: clamp(1.35rem, 4vw, 2.2rem);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.habit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.habit-head > div:first-child {
  display: flex;
  flex-direction: column;
}

.habit-head > div:first-child span {
  color: var(--muted);
  font-size: 0.78rem;
}

.habit-head h2 {
  margin: 0.15rem 0 0;
  font-size: 1.55rem;
}

.progress-ring {
  --progress: 0;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  background: conic-gradient(var(--pine-700) calc(var(--progress) * 1%), rgba(13, 92, 69, 0.09) 0);
  border-radius: 50%;
}

.progress-ring::before {
  width: 58px;
  height: 58px;
  grid-area: 1 / 1;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.progress-ring span {
  z-index: 1;
  grid-area: 1 / 1;
  color: var(--pine-700);
  font-size: 0.78rem;
  font-weight: 850;
}

.habit-progress {
  height: 7px;
  margin: 1.2rem 0;
  overflow: hidden;
  background: rgba(13, 92, 69, 0.08);
  border-radius: 99px;
}

.habit-progress > div {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--pine-700), var(--leaf-500));
  border-radius: inherit;
  transition: width 300ms ease;
}

.habit-list {
  display: grid;
  gap: 0.7rem;
}

.habit-item {
  position: relative;
  display: grid;
  padding: 0.9rem;
  cursor: pointer;
  grid-template-columns: 42px 1fr;
  gap: 0.8rem;
  align-items: center;
  background: rgba(252, 251, 247, 0.72);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: 160ms ease;
}

.habit-item:hover {
  background: #fff;
  transform: translateX(-3px);
}

.habit-item input {
  position: absolute;
  opacity: 0;
}

.habit-check {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: transparent;
  background: #fff;
  border: 1.5px solid rgba(13, 92, 69, 0.22);
  border-radius: 13px;
  transition: 160ms ease;
}

.habit-check svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.habit-item input:checked + .habit-check {
  color: #fff;
  background: var(--pine-700);
  border-color: var(--pine-700);
  box-shadow: 0 8px 18px rgba(13, 92, 69, 0.2);
}

.habit-item input:focus-visible + .habit-check {
  outline: 3px solid var(--violet-500);
  outline-offset: 2px;
}

.habit-item:has(input:checked) {
  background: rgba(234, 245, 223, 0.7);
  border-color: rgba(105, 173, 69, 0.28);
}

.habit-item > span:last-child {
  display: flex;
  flex-direction: column;
}

.habit-item strong {
  font-size: 0.92rem;
}

.habit-item small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.habit-footer {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.habit-footer p {
  color: var(--muted);
  font-size: 0.78rem;
}

.habit-footer .btn {
  padding: 0;
  color: var(--pine-700);
  font-size: 0.75rem;
}

.tip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tip-grid article {
  display: flex;
  gap: 0.8rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 17px;
}

.tip-grid article > span {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--pine-700);
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
}

.tip-grid p {
  color: var(--muted);
  font-size: 0.85rem;
}

/* Module: 130-blog.css */
/* Blog and article */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.blog-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.blog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  color: var(--muted);
  font-size: 0.72rem;
}

.blog-card-top span:first-child {
  padding: 0.25rem 0.52rem;
  color: var(--pine-700);
  background: var(--leaf-100);
  border-radius: 999px;
  font-weight: 730;
}

.blog-card h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.35rem;
}

.blog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-card p {
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.blog-card .text-link {
  margin-top: auto;
}

.article-heading {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.article-heading h1,
.legal-hero h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 870;
}

.article-heading > p,
.legal-hero > .container > p {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  justify-content: center;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 0.77rem;
}

.article-body {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.article-summary {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
  color: var(--muted);
  background: rgba(234, 245, 223, 0.54);
}

.article-summary strong {
  color: var(--pine-700);
}

.article-section {
  margin-bottom: 1.2rem;
}

.article-section p,
.article-section li {
  font-size: 1rem;
  line-height: 2.1;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

/* Module: 135-instagram-reels.css */
/* Instagram Reels page */
.reels-page {
  --instagram-pink: #d62976;
  --instagram-orange: #f77737;
  --instagram-purple: #7638fa;
}

.reels-hero {
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 8% 22%, rgba(118, 56, 250, 0.13), transparent 24rem),
    radial-gradient(circle at 88% 68%, rgba(105, 173, 69, 0.18), transparent 27rem),
    linear-gradient(145deg, #fbfaf5, rgba(255, 255, 255, 0.72));
}

.reels-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.reels-hero h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 5.3vw, 4.85rem);
}

.reels-gradient-text {
  color: transparent;
  background: linear-gradient(100deg, var(--pine-700) 8%, var(--leaf-500) 48%, var(--instagram-purple) 94%);
  background-clip: text;
  -webkit-background-clip: text;
}

.reels-hero-actions,
.reels-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.instagram-button {
  color: #fff !important;
  background: linear-gradient(110deg, var(--instagram-purple), var(--instagram-pink) 58%, var(--instagram-orange));
  border: 0;
  box-shadow: 0 14px 34px rgba(214, 41, 118, 0.23);
}

.instagram-button:hover {
  box-shadow: 0 18px 42px rgba(118, 56, 250, 0.28);
  transform: translateY(-2px);
}

.instagram-profile-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(8, 47, 39, 0.94), rgba(13, 92, 69, 0.88)),
    linear-gradient(110deg, var(--instagram-purple), var(--instagram-pink));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.instagram-profile-card::before,
.instagram-profile-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  filter: blur(2px);
}

.instagram-profile-card::before {
  top: -5rem;
  left: -4rem;
  width: 13rem;
  height: 13rem;
  background: rgba(118, 56, 250, 0.42);
}

.instagram-profile-card::after {
  right: -3rem;
  bottom: -5rem;
  width: 11rem;
  height: 11rem;
  background: rgba(247, 119, 55, 0.28);
}

.instagram-profile-head {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.instagram-avatar {
  display: grid;
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  padding: 4px;
  place-items: center;
  background: linear-gradient(135deg, #ffd600, var(--instagram-pink), var(--instagram-purple));
  border-radius: 24px;
}

.instagram-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--pine-950);
  border: 3px solid var(--pine-950);
  border-radius: 20px;
}

.instagram-profile-card h2 {
  margin: 0 0 0.15rem;
  color: #fff;
  font-size: 1.2rem;
}

.instagram-profile-card .profile-handle {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  direction: ltr;
  font-size: 0.88rem;
  text-align: right;
}

.instagram-profile-copy {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.9rem;
}

.instagram-profile-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.instagram-profile-stats span {
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  text-align: center;
}

.instagram-profile-stats strong,
.instagram-profile-stats small {
  display: block;
}

.instagram-profile-stats strong {
  color: #fff;
  font-size: 1.28rem;
}

.instagram-profile-stats small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.69rem;
}

.reels-showcase {
  position: relative;
}

.reels-showcase::before {
  position: absolute;
  top: 10%;
  right: -9rem;
  z-index: -1;
  width: 24rem;
  height: 24rem;
  content: "";
  background: rgba(124, 110, 230, 0.08);
  border-radius: 50%;
  filter: blur(20px);
}

.reels-section-heading {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.reels-section-heading > div:first-child {
  max-width: 760px;
}

.reels-section-heading h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.reels-section-heading p {
  color: var(--muted);
}

.reels-count-badge {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  color: var(--pine-700);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 92, 69, 0.13);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.82rem;
  font-weight: 760;
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.7rem);
  align-items: start;
}

.reel-card {
  position: relative;
  overflow: hidden;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(8, 47, 39, 0.1);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.reel-card:hover {
  box-shadow: 0 26px 62px rgba(8, 47, 39, 0.14);
  transform: translateY(-5px);
}

.reel-card-head,
.reel-card-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.reel-card-head {
  min-height: 48px;
  padding: 0.35rem 0.45rem 0.8rem;
}

.reel-number,
.reel-source {
  font-size: 0.72rem;
  font-weight: 760;
}

.reel-number {
  color: var(--instagram-pink);
  direction: ltr;
  letter-spacing: 0.06em;
}

.reel-source {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  color: var(--muted);
  direction: ltr;
}

.reel-live-dot {
  width: 7px;
  height: 7px;
  background: var(--leaf-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(105, 173, 69, 0.13);
}

.reel-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.18), transparent 11rem),
    linear-gradient(155deg, var(--pine-950), #145f4d 54%, #493da9);
  border-radius: 21px;
}

.reel-frame iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0;
  opacity: 0;
  transition: opacity 240ms ease;
}

.reel-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #fff;
  text-align: center;
}

.reel-placeholder::after {
  position: absolute;
  inset: 1rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
}

.reel-placeholder > * {
  position: relative;
  z-index: 1;
}

.reel-play-mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 0.65rem;
  place-items: center;
  background: linear-gradient(135deg, var(--instagram-purple), var(--instagram-pink), var(--instagram-orange));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 25px;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}

.reel-play-mark svg {
  width: 34px;
  height: 34px;
  fill: #fff;
  stroke: none;
}

.reel-placeholder strong {
  color: #fff;
  font-size: 1.08rem;
}

.reel-placeholder small {
  color: rgba(255, 255, 255, 0.68);
}

.reel-load-button {
  margin-top: 0.9rem;
  padding: 0.62rem 1rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.reel-card.is-loading .reel-play-mark {
  animation: reel-pulse 1.3s ease-in-out infinite;
}

.reel-card.is-loading .reel-load-button {
  pointer-events: none;
  opacity: 0.58;
}

.reel-card.is-ready .reel-frame iframe {
  opacity: 1;
}

.reel-card.is-ready .reel-placeholder {
  visibility: hidden;
}

@keyframes reel-pulse {
  50% { transform: rotate(-4deg) scale(0.92); opacity: 0.72; }
}

.reel-card-actions {
  padding: 0.85rem 0.45rem 0.25rem;
}

.reel-card-actions a {
  color: var(--pine-700);
  font-size: 0.75rem;
  font-weight: 760;
  text-decoration: none;
}

.reel-card-actions a:last-child {
  color: var(--instagram-pink);
}

.reels-direct-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
  background: linear-gradient(115deg, var(--pine-950), var(--pine-700) 55%, #5648b8);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.reels-direct-band::after {
  position: absolute;
  top: -8rem;
  left: -6rem;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  content: "";
  background: rgba(214, 41, 118, 0.27);
  border-radius: 50%;
  filter: blur(10px);
}

.reels-direct-band h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.reels-direct-band p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.direct-floating-button {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1020;
  display: inline-flex;
  gap: 0.65rem;
  min-height: 54px;
  padding: 0.8rem 1.05rem;
  align-items: center;
  color: #fff;
  background: linear-gradient(115deg, var(--instagram-purple), var(--instagram-pink), var(--instagram-orange));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(118, 56, 250, 0.28);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.direct-floating-button:hover {
  color: #fff;
  box-shadow: 0 23px 50px rgba(214, 41, 118, 0.32);
  transform: translateY(-3px);
}

.direct-floating-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 991.98px) {
  .reels-hero-grid {
    grid-template-columns: 1fr;
  }

  .instagram-profile-card {
    max-width: 560px;
  }

  .reels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .reels-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .direct-floating-button {
    right: 0.8rem;
    bottom: 82px;
    width: 50px;
    min-height: 48px;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
  }

  .direct-floating-button span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .reels-grid {
    grid-template-columns: 1fr;
  }

  .reel-card {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
  }

  .reels-hero-actions .btn,
  .reels-section-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reel-card,
  .direct-floating-button,
  .reel-frame iframe {
    transition: none;
  }

  .reel-card.is-loading .reel-play-mark {
    animation: none;
  }
}

/* Module: 140-legal.css */
/* Legal */
.legal-hero {
  text-align: center;
}

.legal-updated {
  display: inline-block;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  justify-content: center;
}

.legal-nav a {
  padding: 0.45rem 0.7rem;
  color: var(--pine-700);
  background: var(--leaf-100);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 720;
  text-decoration: none;
}

/* Module: 150-not-found.css */
/* 404 */
.not-found {
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 9rem 0 5rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(124, 110, 230, 0.14), transparent 25rem),
    radial-gradient(circle at 80% 70%, rgba(105, 173, 69, 0.18), transparent 27rem),
    var(--ivory-100);
}

.not-found-card {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(2rem, 7vw, 5rem);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  text-align: center;
  backdrop-filter: blur(18px);
}

.error-code {
  display: block;
  color: rgba(13, 92, 69, 0.12);
  font-size: clamp(5rem, 18vw, 10rem);
  font-weight: 950;
  line-height: 0.9;
}

.not-found-card h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.not-found-card p {
  color: var(--muted);
}

.not-found-card .hero-actions {
  justify-content: center;
  margin-top: 1.5rem;
}

/* Module: 160-footer.css */
/* Footer */
.site-footer {
  position: relative;
  padding: 1rem 0 1.5rem;
}

.footer-glass {
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem);
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 8% 5%, rgba(124, 110, 230, 0.28), transparent 20rem),
    radial-gradient(circle at 88% 80%, rgba(105, 173, 69, 0.22), transparent 24rem),
    var(--pine-950);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.footer-brand {
  margin-bottom: 1rem;
  color: #fff;
}

.footer-brand img {
  width: 68px;
  height: 68px;
  padding: 0.15rem;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.footer-brand strong {
  color: #fff;
  font-size: 1.2rem;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.56);
}

.footer-intro {
  max-width: 370px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.footer-title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.95rem;
}

.footer-links,
.contact-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.55rem;
  list-style: none;
}

.footer-links a,
.contact-list a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.81rem;
  text-decoration: none;
  transition: color 150ms ease;
}

.footer-links a:hover,
.contact-list a:hover {
  color: #fff;
}

.contact-list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.81rem;
}

.contact-list .icon {
  margin-top: 0.18rem;
  color: var(--leaf-400);
}

.contact-list .sep {
  color: rgba(255, 255, 255, 0.28);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0.45rem 0.65rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  font-size: 0.75rem;
  text-decoration: none;
}

.social-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.footer-bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
}

.mobile-sticky-cta {
  display: none;
}

/* Module: 170-motion.css */
/* Motion */
.reveal.reveal-pending {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease var(--delay, 0ms), transform 560ms cubic-bezier(0.2, 0.7, 0, 1) var(--delay, 0ms);
}

/* Module: 180-responsive.css */
/* Responsive */
@media (max-width: 1199.98px) {
  .nav-phone {
    display: none;
  }

  .navbar-nav .nav-link {
    padding-inline: 0.55rem !important;
    font-size: 0.86rem;
  }

  .process-grid,
  .value-grid,
  .diet-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-body {
    min-height: 260px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --section-space: clamp(4rem, 10vw, 6rem);
  }

  .site-header {
    padding-inline: 0.4rem;
  }

  .site-header.is-menu-open {
    z-index: 1050;
  }

  .site-header.is-menu-open .navbar > .container {
    backdrop-filter: none;
  }

  .site-header .navbar > .container {
    min-height: 66px;
    padding: 0.35rem 0.5rem;
    background: rgba(252, 251, 247, 0.96);
    border-radius: 19px;
    backdrop-filter: none;
  }

  .brand-logo-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .brand-logo-wrap img {
    width: 43px;
    height: 43px;
  }

  .brand-copy strong {
    font-size: 0.93rem;
  }

  .brand-copy small {
    font-size: 0.65rem;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
  }

  .navbar-nav {
    width: 100%;
    gap: 0.3rem;
  }

  .navbar-nav .nav-link {
    padding: 0.78rem 0.9rem !important;
    font-size: 0.95rem;
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .nav-actions {
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
  }

  .nav-actions .btn {
    width: 100%;
  }

  .mobile-quick-cta {
    min-width: 58px;
    padding: 0.45rem 0.7rem;
  }

  .hero-home,
  .hero-container {
    min-height: 740px;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-home::before {
    background: linear-gradient(90deg, rgba(252, 251, 247, 0.94), rgba(252, 251, 247, 0.75) 60%, rgba(252, 251, 247, 0.28));
  }

  .hero-copy {
    margin-inline: 0;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item + .trust-item {
    border-top: 1px solid var(--border);
    border-right: 0;
  }

  .service-grid,
  .service-grid-3,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-image {
    min-height: 430px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr 190px;
    gap: 1.5rem;
  }

  .page-hero-orb {
    width: 180px;
    height: 180px;
  }

  .quick-card,
  .faq-aside {
    position: static !important;
  }

  .quick-card {
    margin-top: 1rem;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card:last-child {
    grid-column: 1 / -1;
  }

  .evidence-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 88px;
  }

  body {
    padding-bottom: 72px;
  }

  .site-header .container {
    --bs-gutter-x: 0.7rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero-home,
  .hero-container {
    min-height: 690px;
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 2.5rem;
  }

  .hero-bg {
    background-position: 68% center;
  }

  .hero-home::before {
    background: rgba(252, 251, 247, 0.68);
    backdrop-filter: none;
  }

  .hero-copy {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 24px;
    backdrop-filter: none;
  }

  .btn-glass {
    backdrop-filter: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-actions .btn {
    flex: 1 1 180px;
  }

  .hero-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-strip {
    margin-top: -1rem;
  }

  .service-grid,
  .service-grid-3,
  .blog-grid,
  .process-grid,
  .value-grid,
  .diet-type-grid,
  .contact-grid,
  .tip-grid {
    grid-template-columns: 1fr;
  }

  .service-card-body {
    min-height: 220px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .about-glass,
  .cta-band,
  .online-panel,
  .location-panel {
    border-radius: var(--radius-lg);
  }

  .about-image {
    min-height: 380px;
  }

  .cta-band {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band-actions {
    width: 100%;
  }

  .page-hero,
  .service-detail-hero,
  .diet-hero,
  .appointment-hero,
  .article-hero,
  .legal-hero,
  .checklist-hero {
    padding-top: 7.4rem;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-orb {
    display: none;
  }

  .page-hero h1,
  .service-detail-hero h1,
  .diet-hero h1,
  .appointment-hero h1,
  .checklist-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .service-detail-hero {
    min-height: auto;
  }

  .service-hero-image {
    max-width: 380px;
  }

  .quick-card dl div {
    grid-template-columns: 1fr 1.4fr;
  }

  .editorial-note,
  .article-summary {
    flex-direction: column;
  }

  .result-group-grid {
    grid-template-columns: 1fr;
  }

  .diet-stat {
    right: 1rem;
    bottom: 1rem;
  }

  .online-art {
    min-height: 330px;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .contact-card:last-child {
    grid-column: auto;
  }

  .map-visual,
  .map-pattern {
    min-height: 390px;
  }

  .map-pin {
    right: 52%;
  }

  .map-label {
    right: 35%;
  }

  .habit-footer,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-heading {
    text-align: right;
  }

  .article-meta {
    justify-content: flex-start;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 1rem;
    bottom: 0.8rem;
    left: 1rem;
    z-index: 1020;
    display: flex;
    gap: 0.5rem;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--pine-700);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 15px 38px rgba(8, 47, 39, 0.3);
    font-weight: 800;
    text-decoration: none;
  }

  .page-appointment,
  .page-checklist,
  .page-contact {
    padding-bottom: 0;
  }

  .page-appointment .mobile-sticky-cta,
  .page-checklist .mobile-sticky-cta,
  .page-contact .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 419.98px) {
  .brand-copy strong {
    font-size: 0.84rem;
  }

  .mobile-quick-cta {
    display: none;
  }

  .hero-copy h1 {
    font-size: 2.25rem;
  }

  .hero-copy h1 span {
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    flex-basis: auto;
  }

  .floating-note {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    max-width: none;
  }

  .process-grid,
  .value-grid,
  .diet-type-grid {
    grid-template-columns: 1fr;
  }

  .habit-app,
  .form-glass {
    padding: 1rem;
    border-radius: 22px;
  }

  .habit-item {
    grid-template-columns: 38px 1fr;
    padding: 0.75rem;
  }

  .habit-check {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal.reveal-pending {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .service-card,
  .process-card,
  .value-card,
  .diet-type-card,
  .form-glass,
  .content-block,
  .quick-card,
  .habit-app {
    border: 1px solid CanvasText;
  }

  .service-badge,
  .eyebrow {
    border: 1px solid CanvasText;
  }
}

@media print {
  .site-header,
  .site-footer,
  .mobile-sticky-cta,
  .cta-band,
  .hero-actions,
  .article-actions {
    display: none !important;
  }

  body {
    padding: 0;
    color: #000;
    background: #fff;
  }

  .page-hero,
  .article-hero,
  .legal-hero {
    padding: 1rem 0;
    background: #fff;
  }

  .content-block,
  .article-section,
  .legal-section {
    break-inside: avoid;
    border: 1px solid #ddd;
    box-shadow: none;
  }
}
