:root {
  --herbal-950: #0c2f23;
  --herbal-900: #123d2d;
  --herbal-800: #185239;
  --herbal-700: #246b46;
  --herbal-600: #328354;
  --herbal-500: #4b9b64;
  --leaf-300: #a9c98d;
  --leaf-100: #e9f3df;
  --mist: #f4f8f1;
  --cream: #fffdf7;
  --ink: #24332b;
  --muted: #647269;
  --gold: #c99b3b;
  --border: #dce8d7;
  --shadow: 0 18px 50px rgba(24, 82, 57, 0.1);
}

html {
  scroll-behavior: smooth;
}

body.herbal-site {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(169, 201, 141, 0.2), transparent 30rem),
    linear-gradient(180deg, #f8fbf5 0, #f3f7ef 34rem, #fff 70rem);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

.herbal-topbar {
  padding: 0.48rem 0;
  color: rgba(255, 255, 255, 0.88);
  background: var(--herbal-950);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.herbal-topbar a,
.herbal-topbar a:hover {
  color: #fff;
  text-decoration: none;
}

.herbal-navbar {
  min-height: 78px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(36, 107, 70, 0.09);
  box-shadow: 0 7px 28px rgba(18, 61, 45, 0.06);
  backdrop-filter: blur(12px);
}

.herbal-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 430px;
  color: var(--herbal-900) !important;
  text-decoration: none;
}

.herbal-brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--herbal-500), var(--herbal-900));
  border-radius: 50% 50% 50% 16%;
  box-shadow: 0 8px 20px rgba(36, 107, 70, 0.22);
  transform: rotate(-8deg);
}

.herbal-brand-mark i {
  font-size: 1.45rem;
  transform: rotate(8deg);
}

.herbal-brand-text strong,
.herbal-brand-text span {
  display: block;
}

.herbal-brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.2;
}

.herbal-brand-text span {
  margin-top: 0.12rem;
  color: var(--herbal-600);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.herbal-navbar .nav-link {
  padding: 0.75rem 0.78rem !important;
  color: #34483d;
  font-size: 0.93rem;
  font-weight: 650;
}

.herbal-navbar .nav-link:hover,
.herbal-navbar .nav-link:focus {
  color: var(--herbal-700);
}

.herbal-hotline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  color: #fff !important;
  background: linear-gradient(135deg, var(--herbal-700), var(--herbal-500));
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(36, 107, 70, 0.2);
}

.herbal-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5.4rem) 0 clamp(3rem, 7vw, 6rem);
  color: #fff;
  background:
    radial-gradient(circle at 84% 14%, rgba(220, 239, 196, 0.24), transparent 20rem),
    radial-gradient(circle at 12% 110%, rgba(201, 155, 59, 0.18), transparent 28rem),
    linear-gradient(125deg, var(--herbal-950), var(--herbal-700));
}

.herbal-hero::after {
  position: absolute;
  right: -7rem;
  bottom: -11rem;
  width: 31rem;
  height: 31rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50% 50% 16% 50%;
  transform: rotate(28deg);
}

.herbal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.38rem 0.75rem;
  color: #effbe7;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.herbal-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.8vw, 3.65rem);
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}

.herbal-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.herbal-breadcrumb a {
  color: #fff;
  font-weight: 650;
  text-decoration: none;
}

.herbal-main {
  position: relative;
  z-index: 2;
  margin-top: -2.2rem;
  padding-bottom: 5rem;
}

.herbal-article,
.herbal-form-card,
.herbal-info-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.herbal-article {
  padding: clamp(1.25rem, 4vw, 3rem);
  overflow-wrap: anywhere;
}

.herbal-article > :first-child {
  margin-top: 0;
}

.herbal-article h1,
.herbal-article h2,
.herbal-article h3,
.herbal-article h4 {
  color: var(--herbal-900);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.3;
}

.herbal-article h1 {
  margin: 2.4rem 0 1.1rem;
  font-size: clamp(1.75rem, 3.6vw, 2.55rem);
}

.herbal-article h2 {
  margin: 2.5rem 0 1rem;
  padding-left: 0.9rem;
  border-left: 4px solid var(--herbal-500);
  font-size: clamp(1.4rem, 2.7vw, 2rem);
}

.herbal-article h3 {
  margin: 2rem 0 0.8rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.herbal-article p,
.herbal-article li {
  color: #33443a;
  font-size: 1.02rem;
  line-height: 1.85;
}

.herbal-article p {
  margin: 0 0 1.15rem;
  text-align: left;
  text-indent: 0;
}

.herbal-article ul,
.herbal-article ol {
  margin: 0 0 1.35rem;
  padding-left: 1.4rem;
}

.herbal-article a {
  color: var(--herbal-700);
  font-weight: 650;
  text-decoration-color: rgba(36, 107, 70, 0.35);
  text-underline-offset: 0.18em;
}

.herbal-article a:hover {
  color: var(--herbal-900);
}

.herbal-article img,
.herbal-article video,
.herbal-article iframe {
  display: block;
  max-width: 100% !important;
  margin: 1.4rem auto;
  border-radius: 16px;
}

.herbal-article img {
  height: auto !important;
  box-shadow: 0 10px 30px rgba(18, 61, 45, 0.1);
}

.herbal-article iframe {
  width: 100% !important;
  min-height: 360px;
  border: 0;
}

.herbal-article blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.4rem;
  color: var(--herbal-900);
  background: var(--leaf-100);
  border-left: 4px solid var(--gold);
  border-radius: 0 14px 14px 0;
}

.herbal-article table {
  width: 100% !important;
  margin: 1.5rem 0;
  background: #fff;
  border-color: var(--border);
}

.herbal-article table td,
.herbal-article table th {
  min-width: 8rem;
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid var(--border);
}

.herbal-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.herbal-sidebar {
  position: sticky;
  top: 98px;
}

.herbal-form-card {
  padding: 1.5rem;
  border-top: 5px solid var(--herbal-600);
}

.herbal-form-card h2 {
  margin: 0 0 0.45rem;
  color: var(--herbal-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.herbal-form-card .form-intro {
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.herbal-form-card .form-label {
  margin-bottom: 0.35rem;
  color: #30453a;
  font-size: 0.84rem;
  font-weight: 750;
}

.herbal-form-card .form-control {
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  border-color: #cfded0;
  border-radius: 11px;
  font-size: 0.95rem;
}

.herbal-form-card textarea.form-control {
  min-height: 112px;
}

.herbal-form-card .form-control:focus {
  border-color: var(--herbal-500);
  box-shadow: 0 0 0 0.22rem rgba(75, 155, 100, 0.14);
}

.herbal-submit {
  width: 100%;
  min-height: 50px;
  color: #fff;
  background: linear-gradient(135deg, var(--herbal-700), var(--herbal-500));
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgba(36, 107, 70, 0.18);
}

.herbal-submit:hover,
.herbal-submit:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--herbal-800), var(--herbal-600));
}

.herbal-privacy {
  display: flex;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
  color: #77847c;
  font-size: 0.76rem;
  line-height: 1.45;
}

.herbal-info-card {
  margin-top: 1rem;
  padding: 1.2rem 1.35rem;
  color: #e8f5e7;
  background: linear-gradient(145deg, var(--herbal-900), var(--herbal-700));
  border: 0;
}

.herbal-info-card strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.herbal-info-card p {
  margin: 0.45rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.herbal-info-card a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.herbal-footer {
  padding: 3rem 0 2rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--herbal-950);
}

.herbal-footer h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.herbal-footer p {
  margin-bottom: 0.45rem;
  font-size: 0.86rem;
  line-height: 1.6;
}

.herbal-footer a {
  color: #fff;
}

.herbal-floating-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: grid;
  gap: 0.6rem;
}

.herbal-floating-actions a {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  background: var(--herbal-700);
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(12, 47, 35, 0.24);
  text-decoration: none;
}

.herbal-floating-actions a:last-child {
  background: #1686d9;
}

.herbal-floating-actions i {
  font-size: 1.35rem;
}

@media (max-width: 991.98px) {
  .herbal-navbar {
    min-height: 70px;
  }

  .herbal-navbar .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.8rem 0 1rem;
    border-top: 1px solid var(--border);
  }

  .herbal-main {
    margin-top: -1.4rem;
  }

  .herbal-sidebar {
    position: static;
    margin-top: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  body.herbal-site {
    padding-bottom: 64px;
    font-size: 16px;
  }

  .herbal-topbar .topbar-address {
    display: none;
  }

  .herbal-brand-text span {
    display: none;
  }

  .herbal-brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .herbal-hero {
    padding: 2.25rem 0 3.35rem;
  }

  .herbal-article,
  .herbal-form-card,
  .herbal-info-card {
    border-radius: 16px;
  }

  .herbal-article {
    padding: 1.15rem;
  }

  .herbal-article p,
  .herbal-article li {
    font-size: 1rem;
    line-height: 1.75;
  }

  .herbal-article iframe {
    min-height: 220px;
  }

  .herbal-floating-actions {
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .herbal-floating-actions a {
    width: auto;
    height: 58px;
    border: 0;
    border-radius: 0;
  }
}

@media print {
  .herbal-topbar,
  .herbal-navbar,
  .herbal-sidebar,
  .herbal-floating-actions,
  .herbal-footer {
    display: none !important;
  }

  .herbal-hero {
    padding: 1rem 0;
    color: #000;
    background: #fff;
  }

  .herbal-hero h1 {
    color: #000;
  }

  .herbal-main {
    margin: 0;
  }

  .herbal-article {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}
