/* 2026-09-05 12:44（北京）：新增站点设计变量，供本次新增公共组件复用，保留原有样式值不做全量覆盖。 */
:root {
  --hesora-primary: #0b6b5a;
  --hesora-primary-dark: #0b2f2a;
  --hesora-accent: #2ea88a;
  --hesora-primary-light: #eaf6f2;
  --hesora-bg: #f7faf9;
  --hesora-text: #1e2b27;
  --hesora-text-secondary: #66736e;
  --hesora-border: #d9e5e0;
  --hesora-success: #1f8a5b;
  --hesora-warning: #c98219;
  --hesora-error: #c94a4a;
  --hesora-radius-card: 12px;
  --hesora-radius-control: 8px;
  --hesora-header-desktop: 72px;
  --hesora-header-mobile: 56px;
  --hesora-transition: 180ms ease;
}

/* ===== global base (index.scss) (compiled from Vue SCSS) ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.65;
  color: #1e2b27;
  background-color: #f7faf9;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-x: clip;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}
a:hover {
  color: #0b6b5a;
}
a:focus-visible {
  outline: 2px solid #0b6b5a;
  outline-offset: 2px;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: none;
}
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #0b6b5a;
  outline-offset: 2px;
}

button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #1e2b27;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.hero-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 32px;
  }
}

h1,
.text-h1 {
  font-size: 40px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  h1,
  .text-h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1,
  .text-h1 {
    font-size: 28px;
  }
}

h2,
.text-h2 {
  font-size: 30px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  h2,
  .text-h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2,
  .text-h2 {
    font-size: 24px;
  }
}

h3,
.text-h3 {
  font-size: 20px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  h3,
  .text-h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h3,
  .text-h3 {
    font-size: 18px;
  }
}

p,
.text-body {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 1em;
  color: #1e2b27;
}

.text-secondary {
  font-size: 14px;
  color: #66736e;
}

.rich-text {
  font-size: 16px;
  line-height: 1.8;
  color: #1e2b27;
}
.rich-text h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.rich-text p {
  margin-bottom: 1.5em;
}
.rich-text ul,
.rich-text ol {
  margin-bottom: 1.5em;
  padding-left: 2em;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 0.5em;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text img {
  margin: 2em 0;
  border-radius: 8px;
}
.rich-text blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #0b6b5a;
  background-color: #eaf6f2;
  border-radius: 0 8px 8px 0;
  color: #1e2b27;
  font-style: italic;
}
.rich-text table {
  margin: 2em 0;
  border-collapse: collapse;
  width: 100%;
}
.rich-text table th,
.rich-text table td {
  border: 1px solid #d9e5e0;
  padding: 12px 16px;
  text-align: left;
}
.rich-text table th {
  background-color: #f7faf9;
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 24px;
  }
}

.container-reading {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .container-reading {
    padding: 0 24px;
  }
}

.section {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section {
    padding: 100px 0;
  }
}

.grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  transition: all 160ms ease;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .btn {
    height: 48px;
    font-size: 16px;
  }
}
.btn.btn-primary {
  background-color: #0b6b5a;
  color: #ffffff;
}
.btn.btn-primary:hover:not(:disabled) {
  background-color: #0b2f2a;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #0b6b5a;
  border: 1px solid #0b6b5a;
}
.btn.btn-secondary:hover:not(:disabled) {
  background-color: #eaf6f2;
}
.btn.btn-text {
  background-color: transparent;
  color: #0b6b5a;
  padding: 0 8px;
}
.btn.btn-text:hover:not(:disabled) {
  color: #0b2f2a;
  text-decoration: underline;
}
.btn.btn-danger {
  background-color: #c94a4a;
  color: #ffffff;
}
.btn.btn-danger:hover:not(:disabled) {
  background-color: color-mix(in srgb, #c94a4a, black 10%);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #d9e5e0;
  overflow: hidden;
}
.card.card-hover {
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}
.card.card-hover:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 107, 90, 0.3);
  box-shadow: 0 4px 16px rgba(11, 107, 90, 0.08);
}
.card.card-dark {
  background-color: #0b2f2a;
  color: #ffffff;
  border: none;
}
.card.card-dark .text-secondary {
  color: rgba(255, 255, 255, 0.7);
}

.form-group {
  margin-bottom: 16px;
}
.form-group .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.form-group .form-label .required {
  color: #c94a4a;
  margin-left: 4px;
}
.form-group .form-control {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d9e5e0;
  border-radius: 8px;
  background-color: #ffffff;
  transition: border-color 160ms ease;
}
@media (min-width: 1200px) {
  .form-group .form-control {
    height: 48px;
  }
}
.form-group .form-control:focus {
  border-color: #0b6b5a;
  outline: none;
}
.form-group .form-control.is-error {
  border-color: #c94a4a;
}
.form-group textarea.form-control {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}
.form-group .form-error-msg {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #c94a4a;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  border-radius: 24px;
  font-size: 12px;
  background-color: #eaf6f2;
  color: #0b6b5a;
  white-space: nowrap;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #d9e5e0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs .tab-item {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #66736e;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: all 160ms ease;
}
.tabs .tab-item:hover {
  color: #0b6b5a;
}
.tabs .tab-item.is-active {
  color: #0b6b5a;
  border-bottom-color: #0b6b5a;
}