/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --radius-lg: 0.5rem;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
:root {
  --primary: #00468e;
  --primary-light: #0066cc;
  --accent: #00a651;
  --dark: #0f172a;
  --dark-soft: #1e293b;
  --text: #334155;
  --text-muted: #64748b;
  --bg: #ffffff;
  --bg-alt: #f1f5f9;
  --border: #e2e8f0;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
  --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  --max: 1140px;
  --header-h: 72px;
  --transition: 0.25s ease;
  --ui-primary: var(--primary);
  --ui-accent: var(--accent);
  --ui-ink: var(--dark);
  --ui-text: var(--text);
  --ui-muted: var(--text-muted);
  --ui-line: var(--border);
  --ui-bg: var(--bg-alt);
  --ui-surface: var(--bg);
  --gt-blue: var(--primary);
  --gt-blue-dark: #003366;
  --gt-blue-light: var(--primary-light);
  --gt-blue-50: #f0f6fc;
  --gt-blue-100: #e8f2fa;
  --gt-green: var(--accent);
  --gt-gold: var(--accent);
  --gt-gold-soft: #ecfdf5;
  --gt-ink: var(--dark);
  --gt-text: var(--text);
  --gt-muted: var(--text-muted);
  --gt-border: var(--border);
  --gt-bg: var(--bg-alt);
  --gt-white: var(--bg);
  --gt-header: var(--header-h);
  --gt-max: var(--max);
  --gt-r: var(--radius);
  --gt-font: var(--font);
  --gl-primary: var(--primary);
  --gl-primary-dark: #003366;
  --gl-accent: var(--accent);
  --gl-ink: var(--dark);
  --gl-text: var(--text);
  --gl-muted: var(--text-muted);
  --gl-border: var(--border);
  --gl-bg: var(--bg-alt);
  --gl-white: var(--bg);
  --gl-header: var(--header-h);
  --gl-max: var(--max);
  --gl-r: var(--radius);
}
body {
  font-family: var(--font);
  color: var(--text);
  line-height: 1.6;
  background: var(--bg);
}
.container, .ui-container, .gl-wrap, .gt-wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}
.btn, .ui-btn, .gl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary, .ui-btn--primary, .gl-btn--primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover, .ui-btn--primary:hover, .gl-btn--primary:hover {
  background: var(--primary-light);
  border-color: var(--primary-light);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 70, 142, 0.25);
  opacity: 1;
}
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.btn-outline-dark {
  background: transparent;
  color: var(--primary);
  border-color: var(--border);
}
.btn-outline-dark:hover {
  border-color: var(--primary);
  background: var(--bg-alt);
}
.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.btn-sm, .gl-btn--sm {
  padding: 10px 20px;
  font-size: 14px;
}
.gl-btn--outline {
  background: var(--bg);
  color: var(--primary);
  border-color: var(--border);
}
.gl-btn--outline:hover {
  border-color: var(--primary);
  background: var(--bg-alt);
}
.site-header, .ui-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  z-index: 1000;
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.logo img {
  width: 200px;
  height: auto;
  display: block;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-nav a {
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
  transition: color var(--transition);
  position: relative;
}
.site-nav a:hover, .site-nav a.active {
  color: var(--primary);
}
.site-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 1px;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-phone {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-phone svg {
  flex-shrink: 0;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  transition: all var(--transition);
}
.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.hero {
  padding: calc(var(--header-h) + 80px) 0 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #00468e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero--law {
  background: linear-gradient(168deg, #061222 0%, #0c2544 38%, #00468e 72%, #005599 100%);
  padding-bottom: 64px;
}
.hero--law::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 70% at 0% 100%, rgba(0, 166, 81, 0.1) 0%, transparent 55%), radial-gradient(ellipse 35% 45% at 100% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.hero--law .hero-grid {
  position: relative;
  padding-bottom: 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(0, 166, 81, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero:not(.hero--law)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, var(--bg), transparent);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-grid--law {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.hero-kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 20px;
  padding-left: 14px;
  border-left: 3px solid var(--accent);
  line-height: 1.4;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: 13px;
  margin-bottom: 24px;
}
.hero-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
}
.hero-entity, .subpage-entity {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 12px;
}
.hero h1 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.hero--law h1 {
  font-size: clamp(38px, 5.5vw, 56px);
  line-height: 1.1;
}
.hero-accent {
  display: block;
  margin-top: 8px;
  font-size: 0.78em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.01em;
}
.hero-lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-spotlight {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(12px);
  align-self: center;
}
.hero-spotlight__feature {
  padding: 22px 22px 18px;
  background: linear-gradient(135deg, rgba(0, 70, 142, 0.55) 0%, rgba(0, 102, 204, 0.25) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-spotlight__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.hero-spotlight__feature h2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.hero-spotlight__feature p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  margin: 0 0 12px;
}
.hero-spotlight__link {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-spotlight__link:hover {
  color: var(--accent);
}
.hero-spotlight__creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero-spotlight__cred {
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hero-spotlight__cred:nth-child(2n) {
  border-right: none;
}
.hero-spotlight__cred:nth-child(3), .hero-spotlight__cred:nth-child(4) {
  border-bottom: none;
}
.hero-spotlight__cred strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.3;
}
.hero-spotlight__cred span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.4;
}
.hero-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(8px);
}
.hero-card:nth-child(2) {
  margin-top: 32px;
}
.hero-card:nth-child(3) {
  margin-top: -32px;
}
.hero-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 166, 81, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--accent);
}
.hero-card-icon .gt-icon {
  color: var(--accent);
  width: 22px;
  height: 22px;
}
.hero-card-dot {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  display: block;
}
.hero-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.hero-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.stats-bar {
  background: var(--bg);
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.stat-item {
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-num.stat-text {
  font-size: 26px;
  letter-spacing: 0.05em;
}
.stat-num.stat-phone {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.stat-label {
  font-size: 14px;
  color: var(--text-muted);
}
.section {
  padding: 100px 0;
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.section-alt {
  background: var(--bg-alt);
}
.section-compact {
  padding: 64px 0;
}
.section-head {
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.section-head__main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 10px;
}
.section-head__label {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.02em;
}
.section-head__sep {
  flex-shrink: 0;
  width: 1px;
  height: 18px;
  background: var(--border);
  align-self: center;
}
.section-head__title {
  flex: 1;
  min-width: min(100%, 240px);
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.section-head__more {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}
.section-head__more:hover {
  color: var(--primary-light);
}
.section-head__lead {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 760px;
}
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.section-tag, .gl-kicker, .gt-kicker, .subpage-hero-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.section-header h2, .gt-h2 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section-header p {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
}
.section-more-link {
  text-align: center;
  margin-top: 24px;
  font-size: 15px;
}
.section-more-link a {
  color: var(--primary);
  font-weight: 600;
}
.section-more-link a:hover {
  color: var(--primary-light);
}
.section-footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.services-grid-compact {
  gap: 20px;
}
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--border);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  color: inherit;
  min-height: 100%;
}
.service-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.service-card--featured {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.service-card-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}
.service-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.service-icon .gt-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}
.service-icon--plain {
  background: var(--bg-alt);
  border: 1px solid var(--border);
}
.service-icon--plain .gt-icon {
  color: var(--primary);
  width: 22px;
  height: 22px;
}
.service-card-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
}
.service-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
}
.section-tools {
  padding: 56px 0 64px;
  background: var(--bg);
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.tool-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.tool-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.tool-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.tool-card__icon .gt-icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
}
.tool-card__body {
  flex: 1;
  min-width: 0;
}
.tool-card__body h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.35;
}
.tool-card__body p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}
.tool-card__arrow {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--primary);
  opacity: 0.5;
  transition: opacity var(--transition), transform var(--transition);
}
.tool-card:hover .tool-card__arrow {
  opacity: 1;
  transform: translateX(2px);
}
.home-about-preview {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.about-intro h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.about-intro .since {
  font-size: 72px;
  font-weight: 800;
  color: rgba(0, 70, 142, 0.08);
  line-height: 1;
}
.about-intro__caption {
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-muted);
}
.about-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.team-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all var(--transition);
}
.team-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--primary);
}
.team-photo {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.team-photo__placeholder {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.3;
}
.team-info {
  padding: 20px 16px;
  text-align: center;
}
.team-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}
.team-info p {
  font-size: 13px;
  color: var(--text-muted);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.feature-card {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.feature-icon .gt-icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}
.feature-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}
.feature-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}
.article-feed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.article-feed-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all var(--transition);
}
.article-feed-item:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.article-feed-item a {
  display: block;
  padding: 24px;
  height: 100%;
}
.article-feed-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.case-tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background: #f0f6fc;
  border-radius: 4px;
}
.case-tag--muted {
  color: var(--text-muted);
  background: var(--bg-alt);
}
.article-feed-meta time {
  font-size: 12px;
  color: var(--text-muted);
  margin-left: auto;
}
.article-feed-item h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.4;
  margin-bottom: 8px;
}
.article-feed-item p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.case-outcome {
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
}
.article-feed-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--text-muted);
  padding: 40px;
}
.contact-section {
  padding: 80px 0;
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.contact-section-compact {
  padding: 64px 0;
}
.home-contact-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--primary) 0%, #1a3d66 100%);
  color: #fff;
}
.contact-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 12px;
}
.home-contact-teaser h2 {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  margin-bottom: 12px;
}
.home-contact-teaser > div > p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 480px;
}
.contact-phone-lg {
  display: block;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.contact-hours {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.home-contact-teaser-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.home-contact-teaser .btn-primary {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.home-contact-teaser .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
}
.subpage-hero, .ui-page-head, .gl-masthead {
  background: linear-gradient(135deg, #f0f6fc 0%, #e8f2fa 50%, #f8fafc 100%);
  border-bottom: 1px solid var(--border);
  padding: calc(var(--header-h) + 20px) 0 40px;
  margin-bottom: 40px;
  text-align: center;
  color: var(--dark);
}
.subpage-hero::after, .gl-masthead::after {
  display: none;
}
.subpage-entity {
  color: var(--text-muted);
}
.subpage-hero h1, .gl-masthead h1 {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.subpage-hero p, .gl-masthead p {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}
.site-footer-light, .ui-footer {
  background: var(--bg-alt);
  padding: 28px 0;
  border-top: 1px solid var(--border);
}
.footer-line {
  text-align: center;
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
}
.footer-line-sub {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
}
.footer-line-sub a {
  color: var(--text-muted);
}
.footer-line-sub a:hover {
  color: var(--primary);
}
.float-contact, .ui-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  min-width: 152px;
}
.float-btn {
  width: 100%;
  min-height: 46px;
  padding: 12px 20px;
  background: #fff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background var(--transition);
}
.float-btn + .float-btn {
  border-top: 1px solid var(--border);
}
.float-btn-label {
  font-size: 14px;
  font-weight: 600;
}
.float-btn-phone:hover {
  background: rgba(0, 70, 142, 0.06);
}
.float-btn-wechat {
  color: var(--accent);
}
.float-btn-wechat:hover {
  background: rgba(0, 166, 81, 0.08);
}
@media (max-width: 768px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  .logo img {
    width: 140px;
  }
  .float-contact, .ui-float {
    display: none;
  }
  .mobile-contact-sticky {
    display: flex;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
  }
  .mobile-contact-sticky__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
  }
  .mobile-contact-sticky__btn--call {
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
  }
  .mobile-contact-sticky__btn--wechat {
    background: var(--primary);
    color: #fff;
    border: none;
  }
  body:has(.gl-stock-sticky) .mobile-contact-sticky {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-contact-sticky {
    display: none;
  }
}
.skip-link {
  background: var(--primary);
  color: #fff;
}
.gt-icon {
  color: var(--primary);
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.gl-header {
  display: none;
}
.gl-page {
  padding: 0 0 64px;
}
.gl-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}
.gl-card--highlight {
  border-left: 3px solid var(--accent);
}
.gl-input {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}
.gl-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 70, 142, 0.1);
}
.gl-team-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}
.gl-team-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: none;
}
.gl-insights-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}
.gl-insights-item:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.gl-insights-filter-tab.is-active, .gl-business-tabs__btn.is-active, .gl-pagination__btn.is-active {
  background: var(--primary);
  border-color: var(--primary);
}
.gl-badge {
  background: #f0f6fc;
  color: var(--primary);
}
.gl-badge--muted {
  background: var(--bg-alt);
  color: var(--text-muted);
}
.gl-about-creds {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.gl-stock-list-card, .gl-practice {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}
.gl-stock-list-card:hover, a.gl-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.gl-stock-head-card {
  background: linear-gradient(135deg, var(--primary), #1a3d66);
  border: none;
  border-radius: var(--radius);
}
.prose-gl a {
  color: var(--primary);
}
@media (max-width: 1100px) {
  :root {
    --header-h: 64px;
  }
  .container {
    padding: 0 20px;
  }
  .logo img {
    width: 180px;
  }
  .hero {
    padding: calc(var(--header-h) + 48px) 0 0;
  }
  .hero--law .hero-grid {
    padding-bottom: 0;
  }
  .hero h1 {
    font-size: clamp(28px, 7vw, 40px);
  }
  .hero--law h1 {
    font-size: clamp(30px, 7vw, 42px);
  }
  .hero-lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .section {
    padding: 72px 0;
  }
  .section-compact {
    padding: 48px 0;
  }
  .section-head__main {
    gap: 8px 12px;
  }
  .section-head__sep {
    display: none;
  }
  .section-head__label {
    width: 100%;
  }
  .section-head__more {
    margin-left: 0;
    width: 100%;
    margin-top: 4px;
  }
  .section-header {
    margin-bottom: 36px;
  }
  .site-nav {
    display: none;
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 24px;
    gap: 0;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav a {
    padding: 14px 0;
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .site-nav a.active::after {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .header-phone {
    display: none;
  }
  .header-cta .btn {
    display: none;
  }
  .hero-grid, .hero-grid--law {
    grid-template-columns: 1fr;
  }
  .hero-visual, .hero-spotlight {
    display: none;
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item:nth-child(2) {
    border-right: none;
  }
  .stat-item {
    border-bottom: 1px solid var(--border);
  }
  .stat-item:nth-child(3), .stat-item:nth-child(4) {
    border-bottom: none;
  }
  .tools-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .tool-card {
    padding: 18px 16px;
  }
  .services-grid, .team-grid, .features-grid, .article-feed {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-about-preview {
    grid-template-columns: 1fr;
  }
  .about-intro {
    text-align: center;
  }
  .about-intro .since {
    margin: 0 auto;
  }
  .home-contact-teaser {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
  }
  .home-contact-teaser-actions {
    width: 100%;
  }
  .home-contact-teaser-actions .btn {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
  .section {
    padding: 56px 0;
  }
  .services-grid, .team-grid, .features-grid, .article-feed {
    grid-template-columns: 1fr;
  }
  .stat-item {
    border-right: none !important;
    padding: 16px 12px;
  }
  .stat-num {
    font-size: 24px;
  }
  .section-footer-cta .btn {
    width: 100%;
    max-width: 360px;
  }
}
:root {
  --radius: 4px;
  --radius-lg: 6px;
  --bg-alt: #f5f7fa;
  --border: #dce1e8;
  --shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 4px 16px rgba(15, 23, 42, 0.07);
  --transition: 0.2s ease;
}
body {
  background: #fff;
  line-height: 1.7;
}
.hero.hero--law.hero--biz {
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 48px) 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #061222 0%, #0b1e36 52%, #0c2340 100%);
}
.hero--biz__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(circle at calc(100% - 36px) calc(var(--header-h) + 28px), transparent 0 92px, rgba(0, 102, 204, 0.09) 93px 94px, transparent 95px), radial-gradient(circle at calc(100% - 36px) calc(var(--header-h) + 28px), transparent 0 148px, rgba(0, 102, 204, 0.06) 149px 150px, transparent 151px), radial-gradient(circle at calc(100% - 36px) calc(var(--header-h) + 28px), transparent 0 210px, rgba(0, 166, 81, 0.05) 211px 212px, transparent 213px), radial-gradient(ellipse 55% 80% at 100% 50%, rgba(0, 70, 142, 0.16) 0%, transparent 68%);
}
.hero--biz__deco::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22%;
  width: min(42%, 320px);
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 166, 81, 0.55) 0%, rgba(0, 102, 204, 0.35) 55%, transparent 100%);
  box-shadow: 0 0 20px rgba(0, 166, 81, 0.12);
}
.hero.hero--law.hero--biz::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 36%), radial-gradient(ellipse 68% 48% at 100% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 56%), radial-gradient(ellipse 44% 38% at 0% 100%, rgba(0, 166, 81, 0.18) 0%, transparent 62%), radial-gradient(ellipse 36% 32% at 78% 68%, rgba(0, 70, 142, 0.22) 0%, transparent 68%);
}
.hero.hero--law.hero--biz::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.32;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.7) 68%, transparent 100%);
}
.hero.hero--law.hero--biz .hero--biz__wrap, .hero.hero--law.hero--biz .hero--biz__creds-bar {
  position: relative;
  z-index: 1;
}
.hero--biz__wrap {
  padding-top: 36px;
  padding-bottom: 40px;
}
.hero--biz__main {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 56px;
  align-items: center;
}
.hero--biz .hero-kicker {
  border-left: 3px solid var(--accent);
  border-left-color: rgba(0, 166, 81, 0.85);
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero--biz h1 {
  font-size: clamp(42px, 5.8vw, 60px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.hero--biz .hero-accent {
  margin-top: 12px;
  font-size: 0.72em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.02em;
}
.hero--biz .hero-lead {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.76);
  max-width: 560px;
  margin-bottom: 36px;
}
.hero--biz .hero-actions {
  gap: 12px;
}
.hero--biz .btn {
  border-radius: 4px;
  padding: 13px 26px;
  font-size: 14px;
}
.hero--biz .btn-primary:hover {
  transform: none;
  box-shadow: none;
  background: #003366;
  border-color: #003366;
}
.hero--biz .btn-outline:hover {
  transform: none;
}
.hero-panel {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 36px 32px;
  color: var(--dark);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  align-self: center;
  overflow: hidden;
}
.hero--biz .hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
}
.hero-panel__tag {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.hero-panel h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dark);
}
.hero-panel p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}
.hero-panel__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.hero-panel__link:hover {
  color: #003366;
}
.hero--biz__creds-bar {
  flex-shrink: 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.14) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.hero--biz__creds-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient( 90deg, rgba(0, 166, 81, 0.75) 0%, rgba(0, 70, 142, 0.85) 42%, rgba(0, 102, 204, 0.35) 100% );
}
.hero--biz__creds {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hero--biz__cred {
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.hero--biz__cred:last-child {
  border-right: none;
}
.hero--biz__cred strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}
.hero--biz__cred span {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
.site-header {
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 1px 0 var(--border);
}
.site-nav a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.site-nav a.active::after {
  height: 2px;
  bottom: -8px;
  background: var(--dark);
}
.header-phone {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.site-header .btn-primary {
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.btn, .ui-btn, .gl-btn {
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.btn-primary:hover, .ui-btn--primary:hover, .gl-btn--primary:hover {
  transform: none;
  box-shadow: none;
  background: #003366;
  border-color: #003366;
}
.btn-outline-dark:hover {
  background: #f5f7fa;
}
.section {
  padding: 72px 0;
}
.section-compact {
  padding: 56px 0;
}
.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-head {
  margin-bottom: 28px;
  padding-bottom: 0;
  border-bottom: none;
}
.section-head__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.section-head__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.35;
}
.section-head__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 720px;
}
.section-more {
  margin: 20px 0 0;
}
.section-more a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.section-more a:hover {
  color: #003366;
}
.home-tools {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.home-tools__inner {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--border);
}
.home-tools__head {
  padding: 32px 32px 32px 0;
  border-right: 1px solid var(--border);
}
.home-tools__tag {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.home-tools__head h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.35;
}
.home-tools__head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
}
.home-tools__list {
  display: flex;
  flex-direction: column;
}
.home-tools__item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding: 24px 28px;
  border-bottom: 1px solid var(--border);
  color: inherit;
  transition: background var(--transition);
}
.home-tools__item:last-child {
  border-bottom: none;
}
.home-tools__item:hover {
  background: var(--bg-alt);
}
.home-tools__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  border-radius: var(--radius);
}
.home-tools__icon .gt-icon {
  width: 20px;
  height: 20px;
  color: var(--primary);
}
.home-tools__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-tools__body strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.35;
}
.home-tools__body span {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
}
.home-tools__arrow {
  flex-shrink: 0;
  font-size: 16px;
  color: var(--text-muted);
  opacity: 0.4;
  transition: opacity var(--transition), transform var(--transition);
}
.home-tools__item:hover .home-tools__arrow {
  opacity: 1;
  transform: translateX(2px);
  color: var(--primary);
}
.home-about {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}
.home-about__aside {
  padding-right: 32px;
  border-right: 1px solid var(--border);
}
.home-about__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 10px 16px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  background: #eef2f7;
  border-radius: var(--radius);
  letter-spacing: 0.08em;
}
.home-about__caption {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}
.home-about__points {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.home-about__points li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text);
}
.home-about__points li + li {
  margin-top: 10px;
}
.home-about__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
}
.home-about__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
}
.home-about__link:hover {
  color: #003366;
}
.home-about__body p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}
.home-about__body p:last-child {
  margin-bottom: 0;
}
.home-practices {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 0;
  border: 1px solid var(--border);
  background: #fff;
}
.home-practices__featured {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 28px;
  background: #0b1e36;
  color: #fff;
  transition: background var(--transition);
}
.home-practices__featured:hover {
  background: #0f2744;
}
.home-practices__featured-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}
.home-practices__featured-icon .gt-icon {
  width: 22px;
  height: 22px;
  color: #fff;
}
.home-practices__featured-tag {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.home-practices__featured-body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.home-practices__featured-body p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}
.home-practices__featured-link {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.home-practices__list {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--border);
}
.home-practices__row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding: 20px 24px;
  color: inherit;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.home-practices__row:last-child {
  border-bottom: none;
}
.home-practices__row:hover {
  background: var(--bg-alt);
}
.home-practices__row-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  border-radius: var(--radius);
}
.home-practices__row-icon .gt-icon {
  width: 18px;
  height: 18px;
  color: var(--primary);
}
.home-practices__row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-practices__row-text strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.35;
}
.home-practices__row-text span {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
}
.home-practices__row-arrow {
  flex-shrink: 0;
  font-size: 16px;
  color: var(--text-muted);
  opacity: 0.35;
  transition: opacity var(--transition), transform var(--transition);
}
.home-practices__row:hover .home-practices__row-arrow {
  opacity: 1;
  transform: translateX(2px);
  color: var(--primary);
}
.home-team__roster {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.home-team__lawyer {
  display: block;
  color: inherit;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.home-team__lawyer:hover {
  border-color: #b8c4d4;
  box-shadow: var(--shadow);
}
.home-team__lawyer-photo {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-team__lawyer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.home-team__lawyer-placeholder {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.25;
}
.home-team__lawyer-meta {
  padding: 14px 16px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.home-team__lawyer-meta h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
}
.home-team__lawyer-meta p {
  margin: 0;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}
.home-feed {
  border: 1px solid var(--border);
  background: #fff;
}
.home-feed__row {
  border-bottom: 1px solid var(--border);
}
.home-feed__row:last-child {
  border-bottom: none;
}
.home-feed__row a {
  display: grid;
  grid-template-columns: 72px 1fr 28px;
  gap: 20px;
  align-items: start;
  padding: 18px 22px;
  color: inherit;
  transition: background var(--transition);
}
.home-feed__row a:hover {
  background: #fafbfc;
}
.home-feed__date {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
  text-align: center;
  padding-right: 16px;
  border-right: 1px solid var(--border);
}
.home-feed__md {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.02em;
}
.home-feed__y {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
}
.home-feed__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.home-feed__body h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.45;
}
.home-feed__arrow {
  margin-top: 2px;
  font-size: 16px;
  color: var(--text-muted);
  opacity: 0.35;
  text-align: right;
  transition: opacity var(--transition), transform var(--transition);
}
.home-feed__row a:hover .home-feed__arrow {
  opacity: 1;
  transform: translateX(2px);
  color: var(--primary);
}
.home-feed__empty {
  padding: 40px 24px;
  text-align: center;
  color: var(--text-muted);
}
.case-tag {
  border-radius: 2px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #eef2f7;
  color: var(--text-muted);
  padding: 3px 8px;
}
.case-tag--muted {
  background: #f5f7fa;
}
.section-footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 28px;
}
.section-more + .section-footer-cta {
  margin-top: 16px;
}
.home-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px 48px;
  align-items: center;
}
.home-contact__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  min-width: 180px;
}
.home-contact--page {
  margin-top: 4px;
}
.home-feed__desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contact-label {
  display: inline-block;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.contact-phone-lg {
  display: block;
  color: var(--primary);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
}
.contact-hours {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
}
.page-404 {
  padding: calc(var(--header-h) + 72px) 0 96px;
}
.page-404__inner {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
.page-404__code {
  margin: 0 0 16px;
  font-size: clamp(64px, 14vw, 88px);
  font-weight: 700;
  line-height: 1;
  color: #e2e8f0;
  letter-spacing: -0.03em;
}
.page-404 h1 {
  margin: 0 0 12px;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 700;
  color: var(--dark);
}
.page-404__lead {
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
}
.page-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .page-404 {
    padding: calc(var(--header-h) + 48px) 0 72px;
  }
  .page-404__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .page-404__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.subpage-hero, .ui-page-head, .gl-masthead {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: calc(var(--header-h) + 36px) 0 40px;
  margin-bottom: 0;
  border-bottom: none;
}
.subpage-hero--biz, .gl-masthead {
  background: #0b1e36;
  color: #fff;
}
.subpage-hero--biz::before, .gl-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 42%);
  pointer-events: none;
}
.subpage-hero--biz::after, .gl-masthead::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
}
.subpage-hero__inner, .gl-masthead .container {
  position: relative;
  z-index: 1;
}
.subpage-hero-tag, .gl-kicker, .gt-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.subpage-entity {
  display: none;
}
.subpage-hero h1, .gl-masthead h1 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.25;
}
.subpage-hero__lead, .subpage-hero p, .gl-masthead p {
  margin: 0;
  max-width: 600px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer-light, .ui-footer {
  background: #0f172a;
  border-top: none;
  padding: 32px 0;
}
.footer-line {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.footer-line-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer-line-sub a {
  color: rgba(255, 255, 255, 0.55);
}
.footer-line-sub a:hover {
  color: #fff;
}
.float-contact {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-width: 140px;
}
.float-btn-label {
  font-size: 13px;
  font-weight: 600;
}
.float-btn-wechat {
  color: var(--primary);
}
.float-btn-wechat:hover {
  background: rgba(0, 70, 142, 0.06);
}
.gl-card--highlight {
  border-left-color: var(--primary);
}
.gl-stock-head-card {
  border-radius: var(--radius);
  background: var(--primary);
}
@media (max-width: 900px) {
  .section {
    padding: 56px 0;
  }
  .hero--biz__wrap {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .hero--biz__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero--biz h1 {
    font-size: clamp(32px, 8vw, 42px);
  }
  .hero--biz .hero-lead {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .hero-panel {
    padding: 28px 24px;
  }
  .hero--biz__creds {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero--biz__cred {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hero--biz__cred:nth-child(2n) {
    border-right: none;
  }
  .hero--biz__cred:nth-child(3), .hero--biz__cred:nth-child(4) {
    border-bottom: none;
  }
  .home-tools__inner {
    grid-template-columns: 1fr;
  }
  .home-tools__head {
    padding: 24px 0 20px;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .home-tools__item {
    padding: 20px 0;
  }
  .home-about {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-about__aside {
    padding-right: 0;
    border-right: none;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
  }
  .home-practices {
    grid-template-columns: 1fr;
  }
  .home-practices__list {
    border-left: none;
    border-top: 1px solid var(--border);
  }
  .home-team__roster {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .home-feed__row a {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 16px 18px;
  }
  .home-feed__date {
    display: none;
  }
  .home-contact {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-contact__actions {
    width: 100%;
    min-width: 0;
  }
  .home-contact__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .section-footer-cta {
    flex-direction: column;
  }
  .section-footer-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero.hero--law.hero--biz {
    padding-top: calc(var(--header-h) + 20px);
    overflow: hidden;
  }
  .hero.hero--law.hero--biz::after {
    opacity: 0.2;
    background-size: 40px 40px;
  }
  .hero--biz__deco::after {
    bottom: 18%;
    width: 56%;
  }
  .hero--biz__wrap {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .hero--biz__main {
    gap: 16px;
  }
  .hero--biz .hero-kicker {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.55;
  }
  .hero--biz h1 {
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 12px;
  }
  .hero--biz .hero-accent {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.35;
  }
  .hero--biz .hero-lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .hero--biz .hero-actions {
    flex-direction: column;
    gap: 8px;
  }
  .hero--biz .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero--biz .hero-actions .btn-outline {
    display: none;
  }
  .hero-panel {
    padding: 18px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .hero-panel h2 {
    font-size: 17px;
  }
  .hero-panel p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .hero--biz__creds-bar {
    margin-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  .hero--biz__cred {
    padding: 14px 12px;
  }
  .hero--biz__cred strong {
    font-size: 13px;
  }
  .hero--biz__cred span {
    font-size: 11px;
    line-height: 1.45;
  }
}
.gl-page {
  padding: 56px 0 72px;
  scroll-margin-top: calc(var(--header-h) + 16px);
  background: #fff;
}
.gl-page--hub, .gl-page--business, .gl-page--stock-app, .gl-page--guide {
  background: var(--bg-alt);
}
.gl-wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}
.gl-masthead {
  background: #0b1e36;
  border-bottom: none;
  text-align: left;
  padding: calc(var(--header-h) + 32px) 0 36px;
  margin-bottom: 0;
}
.gl-masthead .container {
  max-width: var(--max);
}
.gl-masthead h1 {
  font-size: clamp(26px, 3.8vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 10px 0 8px;
  letter-spacing: -0.01em;
}
.gl-masthead p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.gl-breadcrumb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}
.gl-breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
}
.gl-breadcrumb a:hover {
  color: #fff;
}
.gl-breadcrumb .is-current {
  color: rgba(255, 255, 255, 0.88);
}
.gl-masthead .gl-badge {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}
.gl-masthead .gl-badge--muted {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
}
.gl-masthead .gl-tag {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  border: none;
}
.gl-article-head__badges {
  margin-bottom: 12px;
}
.gl-article-head__meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.gl-article-head__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.gl-btn {
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.gl-btn--primary {
  background: var(--primary);
  border-color: var(--primary);
}
.gl-btn--primary:hover {
  background: #003366;
  border-color: #003366;
  opacity: 1;
}
.gl-btn--outline {
  border-color: var(--border);
  color: var(--primary);
  background: transparent;
}
.gl-btn--outline:hover {
  border-color: var(--primary);
  background: #f5f7fa;
}
.gl-input {
  border-radius: 4px;
  font-size: 14px;
}
.gl-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 70, 142, 0.08);
}
.gl-input--sm {
  flex: none;
  min-width: 0;
  max-width: none;
  min-height: 32px;
  padding: 0 8px;
  font-size: 14px;
}
.gl-card {
  border-radius: var(--radius);
  box-shadow: none;
}
.gl-card--highlight {
  border-left: 3px solid var(--primary);
}
a.gl-card:hover {
  box-shadow: none;
  border-color: #b8c4d4;
  background: #fafbfc;
}
.gl-badge, .gl-tag {
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.gl-badge {
  background: #eef2f7;
  color: var(--text-muted);
  padding: 3px 8px;
}
.gl-badge--muted {
  background: #f5f7fa;
  color: var(--text-muted);
}
.gl-tag {
  background: #f5f7fa;
  color: var(--text-muted);
  border: none;
  padding: 3px 8px;
}
.gl-about-head .gl-kicker, .gl-hub-panel .gl-kicker, .gl-hub-lead .gl-kicker, .gl-hub-contact .gl-kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.gl-about-head__title, .gl-hub-lead__title, .gl-hub-panel__title, .gl-hub-contact__title {
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 12px;
}
.gl-about-head__lead, .gl-hub-lead__text p, .gl-hub-contact__desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
}
.prose-gl {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}
.prose-gl p + p {
  margin-top: 16px;
}
.prose-gl a {
  color: var(--primary);
}
.gl-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.gl-grid-2 {
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.gl-grid-2 .gl-card {
  border: none;
  border-radius: 0;
}
.gl-about-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.gl-about-highlight {
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.gl-about-highlight:hover {
  border-color: rgba(0, 70, 142, 0.25);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.gl-about-highlight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: rgba(0, 70, 142, 0.08);
  color: var(--primary);
}
.gl-about-highlight__icon .gt-icon {
  width: 22px;
  height: 22px;
}
.gl-about-highlight__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
}
.gl-about-highlight__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}
.gl-about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.gl-about-features__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.gl-about-features__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--primary);
}
.gl-about-features__icon .gt-icon {
  width: 22px;
  height: 22px;
}
.gl-about-features__title {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
}
.gl-about-features__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
}
.gl-about-creds {
  margin-top: 32px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.gl-about-creds__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
}
.gl-about-creds__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}
.gl-about-creds__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.gl-about-creds__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0, 70, 142, 0.08);
  color: var(--primary);
}
.gl-about-creds__icon .gt-icon {
  width: 18px;
  height: 18px;
}
.gl-about-creds__list strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}
.gl-about-creds__list span {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}
.about-clients__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
}
.about-clients__info .section-head {
  margin-bottom: 16px;
}
.about-clients__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
}
.about-clients__text:last-child {
  margin-bottom: 0;
}
.about-clients__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.about-clients__item:hover {
  border-color: rgba(0, 70, 142, 0.2);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}
.about-clients__item img {
  width: 80%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}
.gl-about-team {
  margin-top: 40px;
}
.gl-about-team__more, .gl-section__more {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.gl-section__more {
  color: var(--primary);
}
.gl-section__more:hover {
  color: #003366;
}
.gl-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.gl-team-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.gl-team-search {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 200px;
  max-width: 360px;
}
.gl-team-search .gl-input {
  flex: 1;
}
.gl-team-toolbar__meta {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.home-team__roster.gl-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gl-team-empty {
  text-align: center;
  color: var(--text-muted);
  padding: 40px 0;
}
.gl-team-back {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;
}
.gl-team-detail {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: none;
}
.gl-team-detail__name {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
}
.gl-insights-filters {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.gl-insights-filter-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.gl-insights-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.gl-insights-filter-tab {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  transition: all var(--transition);
}
.gl-insights-filter-tab:hover {
  border-color: #b8c4d4;
}
.gl-insights-filter-tab.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.gl-insights-meta {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 16px;
}
.gl-insights-list {
  border: 1px solid var(--border);
  background: #fff;
}
.gl-insights-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
  margin: 0;
  padding: 18px 22px;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  border-left: none;
  transition: background var(--transition);
}
.gl-insights-item:last-child {
  border-bottom: none;
}
.gl-insights-item:hover {
  background: #fafbfc;
  border-left: none;
}
.gl-insights-item__date {
  width: auto;
  text-align: center;
  padding-right: 16px;
  border-right: 1px solid var(--border);
}
.gl-insights-item__month {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
}
.gl-insights-item__year {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
}
.gl-insights-item__title {
  font-size: 15px;
  font-weight: 600;
}
.gl-insights-item__title a {
  color: var(--dark);
}
.gl-insights-item__title a:hover {
  color: var(--primary);
}
.gl-insights-item__desc {
  font-size: 13px;
  color: var(--text-muted);
  -webkit-line-clamp: 2;
}
.gl-insights-empty {
  padding: 40px 24px;
  text-align: center;
  color: var(--text-muted);
}
.pagediv {
  width: 100%;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
  overflow-x: auto;
}
.gl-pagination {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin: 0;
  font-size: 14px;
  color: var(--text);
}
.gl-pagination__total {
  color: var(--text-muted);
  white-space: nowrap;
}
.gl-pagination__jumper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--text-muted);
  white-space: nowrap;
}
.gl-pagination__controls {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.gl-pagination--background .gl-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: none;
  border-radius: 2px;
  background: #f2f3f5;
  color: #606266;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  transition: color var(--transition), background var(--transition);
}
.gl-pagination--background .gl-pagination__btn--prev, .gl-pagination--background .gl-pagination__btn--next {
  padding: 0 12px;
}
.gl-pagination--background .gl-pagination__btn:hover:not(:disabled):not(.is-active) {
  color: var(--primary);
}
.gl-pagination--background .gl-pagination__btn.is-active {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  cursor: default;
}
.gl-pagination--background .gl-pagination__btn:disabled {
  color: #a8abb2;
  cursor: not-allowed;
}
.gl-pagination--background .gl-pagination__btn--ellipsis, .gl-pagination--background .gl-pagination__btn--ellipsis:disabled {
  background: transparent;
  color: #606266;
  cursor: default;
}
.gl-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  color: #606266;
  font-size: 14px;
  user-select: none;
}
.gl-pagination .gl-pagination__jump-input {
  box-sizing: border-box;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  flex: 0 0 36px;
  min-height: 32px;
  height: 32px;
  padding: 0 2px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  -moz-appearance: textfield;
}
.gl-pagination .gl-pagination__jump-input::-webkit-outer-spin-button, .gl-pagination .gl-pagination__jump-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
@media (max-width: 640px) {
  .pagediv .gl-pagination__total, .pagediv .gl-pagination__jumper {
    display: none;
  }
}
.gl-business-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.gl-business-tabs__btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
}
.gl-business-tabs__btn.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.gl-business-tab__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 16px;
}
.gl-business-tab__para {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
}
.gl-business-tab__grid {
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.gl-business-tab__grid .gl-card {
  border: none;
  border-radius: 0;
}
.gl-business-tab__grid .gl-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 8px;
}
.gl-business-tab__grid .gl-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}
.gl-business-cta {
  margin-top: 32px;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.gl-business-cta h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 10px;
}
.gl-business-cta p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 16px;
}
.gl-business-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gl-hub-lead {
  margin-bottom: 32px;
}
.gl-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  background: #fff;
  margin-bottom: 32px;
}
.gl-hub-panel {
  padding: 28px;
}
.gl-hub-panel:first-child {
  border-right: 1px solid var(--border);
}
.gl-hub-panel__head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.gl-hub-services li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.gl-hub-services li:last-child {
  border-bottom: none;
}
.gl-hub-services__index {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}
.gl-hub-services h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 4px;
}
.gl-hub-services p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.gl-hub-articles li {
  border-bottom: 1px solid var(--border);
}
.gl-hub-articles li:last-child {
  border-bottom: none;
}
.gl-hub-article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 16px 0;
  color: inherit;
}
.gl-hub-article time {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
  padding-right: 12px;
  border-right: 1px solid var(--border);
}
.gl-hub-article__day {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.gl-hub-article__year {
  font-size: 11px;
  color: var(--text-muted);
}
.gl-hub-article h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 4px;
  line-height: 1.4;
}
.gl-hub-article:hover h3 {
  color: var(--primary);
}
.gl-hub-article p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
}
.gl-hub-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  margin-bottom: 24px;
}
.gl-hub-nav {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}
.gl-hub-nav a {
  color: var(--text-muted);
}
.gl-hub-nav a:hover {
  color: var(--primary);
}
.gl-grid-2.gl-grid-2 {
  gap: 24px;
  background: transparent;
  border: none;
}
.gl-card--contact .gl-contact-quick__phone {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: var(--primary);
}
.gl-contact-dl dt {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.gl-contact-dl dd {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 16px;
}
.gl-card__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
}
.gl-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
}
.gl-contact-creds {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}
.gl-contact-creds-grid {
  margin-top: 0;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 28px;
}
.contact-page-qr {
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.contact-page-dl {
  margin-top: 20px;
}
.gl-stock-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.gl-stock-toolbar .gl-input {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
}
.gl-stock-count {
  font-size: 14px;
  color: var(--text-muted);
}
.gl-stock-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.gl-stock-list-card {
  border-radius: var(--radius);
  padding: 20px;
  transition: border-color var(--transition), background var(--transition);
}
.gl-stock-list-card:hover {
  border-color: #b8c4d4;
  background: #fafbfc;
  box-shadow: none;
}
.gl-stock-head-card {
  border-radius: var(--radius);
  background: #0b1e36;
  margin-bottom: 24px;
}
.gl-stock-list-tip, .gl-stock-detail-tip {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 24px;
}
.gl-stock-list-guides {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 16px;
  font-size: 14px;
}
.gl-stock-list-guides a {
  color: var(--primary);
  font-weight: 600;
}
.gl-stock-app__back a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.gl-guide-intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 28px;
  max-width: 720px;
}
.gl-guide-card {
  margin-bottom: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.gl-guide-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  background: #eef2f7;
  border-radius: var(--radius);
}
.gl-guide-head h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
}
.gl-article-shell {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
.gl-article-head__badges {
  margin-bottom: 12px;
}
.gl-article-footer .gl-card {
  margin-top: 32px;
  padding: 24px;
  border-left: 4px solid var(--primary);
}
.gl-detail-side-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 16px;
  overflow: hidden;
}
.gl-detail-side-card__head {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.gl-detail-side-card__body {
  padding: 16px;
}
.gl-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.gl-page--404 {
  padding: 72px 0 96px;
  text-align: center;
}
.gl-page-404 h1 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 12px;
}
.gl-page-404__lead {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}
.gl-page-404__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.gl-page-404__links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.gl-page-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 900px) {
  .gl-page {
    padding: 48px 0 56px;
  }
  .gl-about-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gl-about-features {
    grid-template-columns: 1fr;
  }
  .about-clients__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gl-about-creds__list {
    grid-template-columns: 1fr;
  }
  .home-team__roster.gl-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gl-insights-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gl-insights-item__date {
    display: flex;
    gap: 8px;
    align-items: baseline;
    text-align: left;
    padding: 0;
    border: none;
  }
  .gl-hub-grid {
    grid-template-columns: 1fr;
  }
  .gl-hub-panel:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .gl-hub-contact {
    grid-template-columns: 1fr;
  }
  .gl-stock-list-grid {
    grid-template-columns: 1fr;
  }
  .gl-article-shell {
    grid-template-columns: 1fr;
  }
  .gl-contact-creds {
    grid-template-columns: 1fr;
  }
  .gl-business-tab__grid {
    grid-template-columns: 1fr;
  }
}
.subpage-hero--channel {
  padding: calc(var(--header-h) + 32px) 0 48px;
}
.subpage-hero--channel h1 {
  font-size: clamp(26px, 3.4vw, 32px);
  letter-spacing: -0.02em;
}
.subpage-hero--channel .subpage-hero__lead {
  max-width: 560px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}
.channel-page {
  background: var(--bg-alt);
  padding: 0 0 64px;
}
.channel-page--white {
  background: #fff;
}
.channel-panel {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 32px 36px 40px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}
.channel-page--plain .channel-panel, .channel-page--white .channel-panel {
  margin-top: 0;
  box-shadow: none;
  border: none;
  padding: 40px 0;
}
.channel-page--plain {
  padding-top: 40px;
}
.channel-page--white {
  padding: 48px 0 64px;
}
.channel-page--white .channel-panel {
  padding: 0;
}
.channel-main, .channel-page {
  background: var(--bg-alt);
  padding: 0 0 64px;
}
.channel-main > .container, .channel-page > .container {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 32px 36px 40px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}
.channel-main--white, .channel-page--white {
  background: #fff;
  padding: 48px 0 64px;
}
.channel-main--white > .container, .channel-page--white > .container {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.channel-main--plain > .container, .channel-page--plain > .container {
  margin-top: 0;
  padding: 40px 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.channel-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.channel-toolbar__meta {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}
.channel-filters {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.channel-filters__group + .channel-filters__group {
  margin-top: 16px;
}
.channel-filters__label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.channel-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.channel-filter-tab {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.channel-filter-tab:hover {
  background: #eef2f7;
  color: var(--primary);
}
.channel-filter-tab.is-active {
  background: var(--primary);
  color: #fff;
}
.channel-feed {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.channel-feed__item {
  border-bottom: 1px solid var(--border);
}
.channel-feed__item:last-child {
  border-bottom: none;
}
.channel-feed__link {
  display: grid;
  grid-template-columns: 72px 1fr 24px;
  gap: 20px;
  align-items: start;
  padding: 18px 22px;
  color: inherit;
  border-left: 3px solid transparent;
  transition: background var(--transition), border-color var(--transition);
}
.channel-feed__link:hover {
  background: #fafbfc;
  border-left-color: var(--primary);
}
.channel-feed__date {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
  text-align: center;
}
.channel-feed__md {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}
.channel-feed__y {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
}
.channel-feed__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.channel-feed__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark);
  transition: color var(--transition);
}
.channel-feed__desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.channel-feed__link:hover .channel-feed__title {
  color: var(--primary);
}
.channel-feed__arrow {
  margin-top: 2px;
  font-size: 16px;
  color: var(--text-muted);
  opacity: 0.3;
  transition: opacity var(--transition), transform var(--transition), color var(--transition);
}
.channel-feed__link:hover .channel-feed__arrow {
  opacity: 1;
  color: var(--primary);
  transform: translateX(3px);
}
.channel-empty {
  margin: 0;
  padding: 56px 24px;
  text-align: center;
  font-size: 15px;
  color: var(--text-muted);
  background: var(--bg-alt);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
}
.channel-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 220px;
  max-width: 400px;
}
.channel-search .gl-input {
  flex: 1;
  min-width: 160px;
  max-width: none;
  min-height: 44px;
  border-radius: var(--radius);
}
.channel-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.channel-tabs__btn {
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all var(--transition);
}
.channel-tabs__btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.channel-tabs__btn.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.channel-tab__title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.01em;
}
.channel-tab__para {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}
.channel-tab__links {
  margin: 0 0 28px;
  font-size: 14px;
}
.channel-tab__links a {
  color: var(--primary);
  font-weight: 600;
}
.channel-tab__section {
  margin: 32px 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}
.channel-tab__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.channel-tab__grid li {
  padding: 20px 22px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.channel-tab__grid li:hover {
  border-color: rgba(0, 70, 142, 0.25);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}
.channel-tab__grid h5 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.channel-tab__grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
}
.channel-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}
.channel-contact__phone {
  display: block;
  margin: 16px 0 8px;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.01em;
}
.channel-contact__phone:hover {
  color: #003366;
}
.channel-contact__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  min-width: 200px;
}
.channel-contact__qr {
  margin-top: 4px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.channel-hub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.channel-hub__block {
  padding: 28px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.channel-hub__block h3 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}
.channel-hub__services {
  margin: 0;
  padding: 0;
  list-style: none;
}
.channel-hub__services li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.channel-hub__services li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.channel-hub__services li:first-child {
  padding-top: 0;
}
.channel-hub__index {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.6;
}
.channel-hub__services h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.channel-hub__services p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
}
.channel-hub__intro {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}
.channel-hub__intro p + p {
  margin-top: 12px;
}
.channel-section-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.01em;
}
.channel-section-lead {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
}
.channel-section-lead--intro {
  max-width: 780px;
  margin-bottom: 24px;
}
.channel-divider {
  margin: 36px 0;
  border: none;
  border-top: 1px solid var(--border);
}
.channel-main .section-more {
  margin-top: 20px;
}
.channel-note {
  margin: 20px 0 0;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.channel-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.channel-quicklinks a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.channel-quicklinks a:hover {
  color: #003366;
}
.channel-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 40px;
  align-items: start;
}
.channel-about-intro {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
}
.channel-about-intro p + p {
  margin-top: 16px;
}
.channel-about-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.channel-about-visual__figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-alt);
}
.channel-about-visual__figure img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 42%;
}
.channel-about-visual__card {
  padding: 20px 18px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.channel-about-visual__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 8px 14px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  background: rgba(0, 70, 142, 0.08);
  border-radius: var(--radius);
  letter-spacing: 0.08em;
}
.channel-about-visual__caption {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}
.channel-about-visual__points {
  margin: 0;
  padding: 0;
  list-style: none;
}
.channel-about-visual__points li {
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text);
}
.channel-about-visual__points li + li {
  margin-top: 8px;
}
.channel-about-visual__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
}
.channel-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}
.channel-stats--contact, .channel-stats--inline {
  margin-top: 0;
}
.channel-stat {
  padding: 22px 16px;
  text-align: center;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition);
}
.channel-stat:hover {
  border-color: rgba(0, 70, 142, 0.2);
}
.channel-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(0, 70, 142, 0.08);
  color: var(--primary);
}
.channel-stat__icon .gt-icon {
  width: 20px;
  height: 20px;
}
.channel-stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.channel-stat span {
  font-size: 12px;
  line-height: 1.55;
  color: var(--text-muted);
}
.channel-clients {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}
.channel-clients__text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}
.channel-clients__text p + p {
  margin-top: 12px;
}
.channel-clients__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.channel-clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 18px 14px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition);
}
.channel-clients__item:hover {
  border-color: rgba(0, 70, 142, 0.2);
}
.channel-clients__item img {
  width: 76%;
  max-width: 108px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.92;
  transition: opacity var(--transition), filter var(--transition);
}
.channel-clients__item:hover img {
  filter: none;
  opacity: 1;
}
.channel-tip, .channel-foot {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}
.channel-tip p, .channel-foot p {
  margin: 0;
}
.channel-tip a, .channel-foot a {
  color: var(--primary);
  font-weight: 600;
}
.channel-main .pagediv, .channel-page .pagediv {
  margin-top: 32px;
  padding-top: 0;
  border-top: none;
}
.channel-main .gl-tag-list, .channel-page .gl-tag-list {
  margin-top: 24px;
}
.channel-main .gl-stock-list-grid, .channel-page .gl-stock-list-grid {
  gap: 16px;
}
.channel-main .gl-stock-list-card, .channel-page .gl-stock-list-card {
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}
.channel-main .gl-stock-list-card:hover, .channel-page .gl-stock-list-card:hover {
  border-color: rgba(0, 70, 142, 0.25);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}
.channel-main.gl-page--guide > .container, .channel-page.gl-page--guide > .container {
  padding-bottom: 48px;
}
.channel-main .gl-guide-card, .channel-page .gl-guide-card {
  margin-bottom: 20px;
  border-radius: var(--radius);
}
@media (max-width: 900px) {
  .channel-main > .container, .channel-page > .container {
    padding: 28px 24px 32px;
  }
  .channel-tab__grid, .channel-hub, .channel-clients, .channel-contact, .channel-about-hero {
    grid-template-columns: 1fr;
  }
  .channel-about-visual__figure img {
    height: 200px;
  }
  .channel-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .channel-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .channel-feed__link {
    grid-template-columns: 60px 1fr;
    gap: 14px;
    padding: 16px 18px;
  }
  .channel-feed__arrow {
    display: none;
  }
}
@media (max-width: 640px) {
  .channel-main, .channel-page {
    padding-bottom: 48px;
  }
  .channel-main > .container, .channel-page > .container {
    margin-top: -20px;
    padding: 24px 18px 28px;
  }
  .channel-toolbar {
    margin-bottom: 20px;
  }
  .channel-search {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
  .channel-main .gl-stock-list-grid, .channel-page .gl-stock-list-grid {
    grid-template-columns: 1fr;
  }
  .channel-stats {
    grid-template-columns: 1fr;
  }
  .channel-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.detail-hero--slim {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h) + 24px) 0 52px;
  background: #0b1e36;
  color: #fff;
}
.detail-hero--slim::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
}
.detail-hero--slim .detail-hero__inner {
  position: relative;
  z-index: 1;
}
.detail-hero--slim .subpage-hero-tag {
  margin-top: 12px;
  margin-bottom: 0;
}
.detail-breadcrumb {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
}
.detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.58);
}
.detail-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.92);
}
.detail-breadcrumb__sep {
  margin: 0 8px;
  opacity: 0.45;
}
.detail-breadcrumb .is-current {
  color: rgba(255, 255, 255, 0.82);
}
.channel-main--detail > .container {
  margin-top: -36px;
}
.detail-head {
  margin: 0 0 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.detail-back {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.detail-back a {
  color: var(--primary);
}
.detail-back a:hover {
  color: #003366;
}
.detail-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 14px;
}
.detail-head__date {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}
.detail-head__title {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 34px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.detail-head__subtitle {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
}
.detail-head__lead {
  margin: 16px 0 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
}
.detail-head__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.detail-head__hint {
  margin: 16px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--primary);
  background: rgba(0, 70, 142, 0.06);
  border: 1px solid rgba(0, 70, 142, 0.12);
  border-radius: var(--radius);
}
.detail-head--stock .detail-head__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 16px;
}
.detail-head__code {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 6px;
}
.detail-head__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.detail-head__stat {
  padding: 16px 18px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.detail-head__stat span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.detail-head__stat strong {
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.01em;
}
.channel-main--team-detail > .container {
  padding-top: 8px;
}
.detail-back--team {
  margin: 0 0 24px;
}
.detail-team {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.detail-team__photo {
  flex: 0 0 400px;
  max-width: 400px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-alt);
}
.detail-team__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-team__initial {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  font-size: 72px;
  font-weight: 700;
  color: var(--primary);
  background: rgba(0, 70, 142, 0.06);
}
.detail-team__info {
  flex: 1;
  min-width: 0;
  color: var(--text);
}
.detail-team__name {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  color: #404040;
}
.detail-team__title {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-muted);
}
.detail-team__email {
  margin: 10px 0 0;
  font-size: 16px;
  color: var(--text-muted);
}
.detail-team__email a {
  color: var(--primary);
  font-weight: 600;
}
.detail-team__intro-label {
  margin: 30px 0 10px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  color: var(--primary);
}
.detail-team__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #404040;
}
.detail-section-label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.detail-body {
  min-width: 0;
}
.detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 36px;
  align-items: start;
}
.detail-main {
  min-width: 0;
}
.detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}
.detail-footer {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.detail-footer__nav {
  margin-bottom: 24px;
}
.detail-footer__mobile {
  display: none;
  margin-bottom: 24px;
}
.detail-cta {
  padding: 20px 22px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.detail-cta__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
}
.detail-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.channel-main--stock-detail {
  padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
}
.channel-main--stock-detail.channel-main--sticky {
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}
.channel-main--detail .gl-stock-detail-grid {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.channel-main--detail .gl-stock-section {
  margin-top: 0;
  padding: 20px 22px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: none;
}
.channel-main--detail .gl-stock-section--condition {
  padding: 0;
  overflow: hidden;
  border-color: rgba(0, 70, 142, 0.18);
  background: #fff;
}
.channel-main--detail .gl-stock-section__condition-head {
  padding: 14px 20px;
  background: rgba(0, 70, 142, 0.06);
  border-bottom: 1px solid rgba(0, 70, 142, 0.12);
}
.channel-main--detail .gl-stock-section__condition-badge {
  background: var(--primary);
}
.channel-main--detail .gl-stock-section__condition-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}
.channel-main--detail .gl-stock-section__condition-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
}
.channel-main--detail .gl-stock-section__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
}
.channel-main--detail .gl-stock-detail-tip {
  margin: 4px 0 0;
  text-align: left;
  font-size: 13px;
  color: var(--text-muted);
}
.channel-main--detail .gl-stock-detail-actions {
  margin-top: 4px;
}
.channel-main--detail .gl-detail-nav {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.channel-main--detail .gl-detail-side-card, .detail-sidebar .gl-detail-side-card {
  overflow: hidden;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.channel-main--detail .gl-detail-side-card__head, .detail-sidebar .gl-detail-side-card__head {
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.channel-main--detail .gl-detail-side-card__body, .detail-sidebar .gl-detail-side-card__body {
  padding: 16px 18px;
}
.detail-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.detail-pager__empty {
  display: block;
  min-height: 0;
}
.detail-pager__item {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  height: 40px;
  padding: 0 14px;
  background: #f2f3f5;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), background var(--transition);
}
.detail-pager__item:hover {
  background: #ebeef2;
  color: var(--primary);
}
.detail-pager__item--next {
  justify-content: flex-end;
}
.detail-pager__dir {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: #606266;
  white-space: nowrap;
}
.detail-pager__item:hover .detail-pager__dir {
  color: var(--primary);
}
.detail-pager__sep {
  flex-shrink: 0;
  color: #c0c4cc;
  font-size: 13px;
  user-select: none;
}
.detail-pager__title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
}
.detail-pager__item:hover .detail-pager__title {
  color: var(--primary);
}
.detail-pager__item--next .detail-pager__title {
  text-align: right;
}
.channel-main--detail .gl-detail-nav--plain {
  padding: 0;
  border: none;
}
.channel-main--detail .gl-detail-nav__related {
  margin-top: 20px;
  padding: 18px 20px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.channel-main--detail .gl-detail-nav__related-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.channel-main--detail .gl-detail-nav__related-link {
  color: var(--primary);
}
.channel-main--detail .prose-gl {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}
@media (max-width: 960px) {
  .detail-shell {
    grid-template-columns: 1fr;
  }
  .detail-sidebar {
    display: none;
  }
  .detail-footer__mobile {
    display: block;
  }
  .detail-team {
    flex-direction: column;
    gap: 30px;
  }
  .detail-team__photo {
    flex: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .detail-team__intro-label {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .channel-main--detail > .container {
    margin-top: -28px;
    padding-top: 28px;
  }
  .detail-head__stats {
    grid-template-columns: 1fr;
  }
  .detail-team__name {
    font-size: 28px;
  }
  .detail-team__intro-label {
    font-size: 20px;
  }
  .detail-team__desc {
    font-size: 14px;
  }
  .detail-head__lead {
    font-size: 15px;
  }
  .detail-pager {
    grid-template-columns: 1fr;
  }
  .detail-pager__item--next {
    justify-content: flex-start;
  }
  .detail-pager__item--next .detail-pager__title {
    text-align: left;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--gt-font);
  font-size: 15px;
  line-height: 1.75;
  color: var(--gt-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
[x-cloak] {
  display: none !important;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 8px 16px;
  background: var(--gt-blue);
  color: #fff;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
}
.gt-wrap {
  width: 100%;
  max-width: var(--gt-max);
  margin: 0 auto;
  padding: 0 24px;
}
.gt-icon {
  width: 22px;
  height: 22px;
  color: var(--gt-blue);
  flex-shrink: 0;
}
.gt-icon--inline {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.gt-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--gt-header);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gt-border);
}
.gt-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gt-logo img {
  height: 34px;
  width: auto;
}
.gt-nav {
  display: flex;
  gap: 24px;
}
.gt-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gt-text);
  transition: color 0.2s;
}
.gt-header__tel {
  font-size: 15px;
  font-weight: 700;
  color: var(--gt-blue);
  transition: color 0.2s;
}
.gt-nav a:hover {
  color: var(--gt-blue);
}
.gt-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}
.gt-menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--gt-ink);
}
.gt-nav-mobile {
  display: none;
  background: #fff;
  border-top: 1px solid var(--gt-border);
  padding: 8px 24px 16px;
}
.gt-nav-mobile.is-open {
  display: block;
}
.gt-nav-mobile a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--gt-border);
  font-weight: 500;
}
.gt-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gt-blue-light);
  margin: 0 0 8px;
}
.gt-h2 {
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  font-weight: 800;
  color: var(--gt-ink);
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.02em;
}
.gt-section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.gt-hero {
  padding: calc(var(--gt-header) + 56px) 0 56px;
  background: var(--gt-bg);
  border-bottom: 1px solid var(--gt-border);
  scroll-margin-top: var(--gt-header);
}
.gt-hero__intro {
  max-width: 640px;
  margin-bottom: 40px;
}
.gt-hero__eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--gt-blue);
  margin: 0 0 14px;
}
.gt-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--gt-ink);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.gt-hero__sub {
  font-size: 16px;
  line-height: 1.75;
  color: var(--gt-muted);
  margin: 0 0 22px;
}
.gt-hero__tel {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--gt-blue);
  transition: opacity 0.2s;
}
.gt-hero__tel:hover {
  opacity: 0.75;
}
.gt-hero__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gt-hero__facts li {
  padding: 18px 16px;
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-r);
}
.gt-hero__facts strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--gt-ink);
  margin-bottom: 4px;
}
.gt-hero__facts span {
  font-size: 12px;
  color: var(--gt-muted);
  line-height: 1.5;
}
.gt-hero__grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 900px) {
  .gt-hero__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .gt-hero__intro {
    margin-bottom: 0;
  }
}
.gt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gt-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.gt-hero__btn--primary {
  background: var(--gt-blue);
  color: #fff;
}
.gt-hero__btn--primary:hover {
  background: var(--gt-blue-dark);
}
.gt-hero__btn--outline {
  border: 1px solid var(--gt-border);
  background: #fff;
  color: var(--gt-ink);
}
.gt-hero__btn--outline:hover {
  border-color: var(--gt-blue);
  color: var(--gt-blue);
}
.gt-hero__btn--on-dark {
  border-color: rgba(255,255,255,0.35);
  background: transparent;
  color: #fff;
}
.gt-hero__btn--on-dark:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
}
.gt-stats {
  background: var(--gt-blue);
  color: #fff;
  padding: 28px 0;
}
.gt-stats__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .gt-stats__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gt-stats__item {
  text-align: center;
}
.gt-stats__value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}
.gt-stats__label {
  font-size: 13px;
  opacity: 0.85;
}
.gt-section__lead {
  margin: 10px 0 0;
  font-size: 15px;
  color: var(--gt-muted);
  max-width: 560px;
}
.gt-section__head--center .gt-section__lead {
  margin-left: auto;
  margin-right: auto;
}
.gt-section__lead--inline {
  margin-top: 8px;
}
.gt-section__foot {
  text-align: center;
  margin-top: 24px;
}
.gt-section {
  padding: 64px 0;
  scroll-margin-top: var(--gt-header);
}
.gt-section--alt {
  background: var(--gt-bg);
}
.gt-section--contact {
  background: #fff;
  border-top: 1px solid var(--gt-border);
}
.gt-section__head {
  margin-bottom: 28px;
}
.gt-section__head--center {
  text-align: center;
}
.gt-section__more {
  font-size: 14px;
  font-weight: 600;
  color: var(--gt-blue);
  white-space: nowrap;
}
.gt-section__more:hover {
  text-decoration: underline;
}
.gt-about__body {
  max-width: 720px;
}
.gt-about__body p {
  margin: 0 0 16px;
  line-height: 1.9;
  font-size: 15px;
}
.gt-about__body p:last-child {
  margin-bottom: 0;
}
.gt-business {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.gt-business__item {
  border-radius: var(--gt-r);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gt-business__link {
  display: flex;
  gap: 14px;
  padding: 22px 20px;
  height: 100%;
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-r);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gt-business__link:hover {
  border-color: var(--gt-blue-light);
  box-shadow: 0 4px 16px rgba(0, 77, 160, 0.08);
}
.gt-section--alt .gt-business__link {
  background: #fff;
}
.gt-business__item--featured .gt-business__link {
  border-color: var(--gt-blue-100);
  box-shadow: inset 3px 0 0 var(--gt-blue);
}
.gt-business__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gt-blue);
}
.gt-business__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--gt-blue-50);
  border-radius: 8px;
  flex-shrink: 0;
}
.gt-business__item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--gt-ink);
  margin: 0 0 6px;
}
.gt-business__item p {
  font-size: 13px;
  color: var(--gt-muted);
  margin: 0;
  line-height: 1.6;
}
.gt-team {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.gt-team__item {
  display: flex;
  gap: 14px;
  padding: 22px 20px;
  background: var(--gt-bg);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-r);
  align-items: flex-start;
}
.gt-section--alt + .gt-section .gt-team__item, .gt-section:not(.gt-section--alt) .gt-team__item {
  background: var(--gt-bg);
}
.gt-team__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--gt-blue-50);
  border-radius: 8px;
}
.gt-team__icon .gt-icon {
  width: 22px;
  height: 22px;
}
.gt-team__item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--gt-ink);
  margin: 0 0 6px;
}
.gt-team__item p {
  font-size: 13px;
  color: var(--gt-muted);
  margin: 0;
  line-height: 1.6;
}
.gt-team--values {
  margin-top: 28px;
}
.gt-home-team {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .gt-home-team {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gt-home-team__card {
  display: block;
  padding: 20px 16px;
  text-align: center;
  background: var(--gt-bg);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-r);
  transition: border-color 0.2s;
}
.gt-home-team__card:hover {
  border-color: var(--gt-blue-light);
}
.gt-home-team__avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--gt-blue-50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--gt-blue);
}
.gt-home-team__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-home-team__name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--gt-ink);
}
.gt-home-team__role {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--gt-muted);
  line-height: 1.5;
}
.gt-cta-band {
  background: linear-gradient(135deg, var(--gt-blue-dark) 0%, var(--gt-blue) 100%);
  color: #fff;
  padding: 48px 0;
}
.gt-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.gt-cta-band__title {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
}
.gt-cta-band__desc {
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
  max-width: 480px;
}
.gt-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gt-news__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.gt-news__badge {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 2px;
  background: var(--gt-blue-50);
  color: var(--gt-blue);
}
.gt-news__badge--muted {
  background: #eef2f6;
  color: var(--gt-muted);
}
.gt-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.gt-tabs {
  display: flex;
  gap: 6px;
}
.gt-tab {
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--gt-border);
  border-radius: 6px;
  background: #fff;
  color: var(--gt-muted);
  cursor: pointer;
}
.gt-tab.is-on {
  background: var(--gt-blue);
  border-color: var(--gt-blue);
  color: #fff;
}
.gt-news {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-r);
  overflow: hidden;
  background: #fff;
}
.gt-news__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--gt-border);
}
.gt-news__item:last-child {
  border-bottom: none;
}
.gt-news__item time {
  font-size: 13px;
  font-weight: 600;
  color: var(--gt-blue);
}
.gt-news__item h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--gt-ink);
  margin: 0 0 4px;
  line-height: 1.4;
}
.gt-news__item p {
  font-size: 13px;
  color: var(--gt-muted);
  margin: 0;
  line-height: 1.55;
}
.gt-news__empty {
  padding: 32px;
  text-align: center;
  color: var(--gt-muted);
}
.gt-contact__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
}
.gt-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.gt-contact__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.gt-contact__label {
  display: block;
  font-size: 12px;
  color: var(--gt-muted);
  margin-bottom: 2px;
}
.gt-contact__val {
  font-size: 15px;
  font-weight: 600;
  color: var(--gt-ink);
  line-height: 1.5;
}
a.gt-contact__val {
  color: var(--gt-blue);
}
.gt-contact__wechat {
  text-align: center;
  padding: 20px;
  background: var(--gt-bg);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-r);
}
.gt-contact__wechat img {
  margin: 0 auto 8px;
  border-radius: 6px;
}
.gt-contact__wechat p {
  font-size: 12px;
  color: var(--gt-muted);
  margin: 0 0 6px;
}
.gt-contact__wechat a {
  font-size: 13px;
  font-weight: 600;
  color: var(--gt-blue);
}
.gt-footer {
  border-top: 3px solid var(--gt-blue);
  background: var(--gt-bg);
}
.gt-footer__inner {
  padding: 28px 24px 32px;
  text-align: center;
  color: var(--gt-muted);
  font-size: 13px;
}
.gt-footer img {
  margin: 0 auto 12px;
}
.gt-footer__note {
  margin: 6px 0 0;
  font-size: 12px;
}
@media (max-width: 960px) {
  .gt-hero__facts, .gt-business, .gt-team, .gt-contact__grid {
    grid-template-columns: 1fr;
  }
  .gt-hero__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .gt-nav, .gt-header__tel {
    display: none;
  }
  .gt-menu {
    display: flex;
  }
  .gt-hero {
    padding: calc(var(--gt-header) + 40px) 0 40px;
  }
  .gt-hero__facts {
    grid-template-columns: 1fr;
  }
  .gt-news__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .gt-section {
    padding: 48px 0;
  }
}
.gl-wrap {
  width: 100%;
  max-width: var(--gl-max);
  margin: 0 auto;
  padding: 0 24px;
}
.gl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--gl-header);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gl-border);
}
.gl-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gl-header__logo img {
  height: 34px;
  width: auto;
}
.gl-nav {
  display: flex;
  gap: 22px;
}
.gl-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gl-text);
  transition: color 0.2s;
}
.gl-nav a:hover, .gl-nav a.is-active {
  color: var(--gl-primary);
}
.gl-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gl-header__tel {
  font-size: 15px;
  font-weight: 700;
  color: var(--gl-primary);
}
.gl-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
.gl-nav-mobile {
  display: none;
  background: #fff;
  border-top: 1px solid var(--gl-border);
  padding: 8px 24px 16px;
}
.gl-nav-mobile.is-open {
  display: block;
}
.gl-nav-mobile a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--gl-border);
  font-weight: 500;
}
.gl-masthead {
  padding: calc(var(--gl-header) + 48px) 0 48px;
  background: linear-gradient(135deg, #0a1628 0%, #142033 45%, #003878 100%);
  color: #fff;
}
.gl-masthead__inner {
  max-width: 640px;
}
.gl-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.55);
  margin: 0 0 10px;
  text-transform: uppercase;
}
.gl-masthead h1 {
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.gl-masthead p {
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  margin: 0;
  line-height: 1.65;
}
.gl-page {
  padding: 48px 0 64px;
  min-height: 40vh;
}
.gl-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.gl-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gl-card {
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  transition: border-color 0.2s, box-shadow 0.2s;
}
a.gl-card:hover {
  border-color: var(--gl-primary);
  box-shadow: 0 4px 20px rgba(0,77,160,0.08);
}
.gl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
}
.gl-btn--sm {
  padding: 7px 14px;
  font-size: 13px;
}
.gl-btn--primary {
  background: var(--gl-primary);
  color: #fff;
}
.gl-btn--primary:hover {
  opacity: 0.88;
}
.gl-btn--outline {
  background: transparent;
  border-color: var(--gl-border);
  color: var(--gl-ink);
}
.gl-btn--outline:hover {
  border-color: var(--gl-primary);
  color: var(--gl-primary);
}
.gl-input {
  flex: 1;
  min-width: 200px;
  max-width: 360px;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}
.gl-input:focus {
  border-color: var(--gl-primary);
}
.gl-list-link {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid var(--gl-border);
  transition: color 0.2s;
}
.gl-list-link:first-child {
  padding-top: 0;
}
.gl-list-link:hover h2 {
  color: var(--gl-primary);
}
.gl-list-meta {
  font-size: 13px;
  font-weight: 600;
  color: var(--gl-primary);
  margin: 0 0 6px;
}
.gl-list-link h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--gl-ink);
  margin: 0 0 6px;
  line-height: 1.4;
  transition: color 0.2s;
}
.gl-practice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.gl-practice {
  display: block;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gl-practice:hover {
  border-color: var(--gl-primary);
  box-shadow: 0 4px 20px rgba(0,77,160,0.08);
}
.gl-practice--featured {
  border-color: var(--gt-blue-100);
  box-shadow: inset 3px 0 0 var(--gl-primary);
}
.gl-practice__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--gl-ink);
  margin: 0 0 6px;
}
.gl-practice__desc {
  font-size: 13px;
  color: var(--gl-muted);
  margin: 0;
  line-height: 1.6;
}
.prose-gl {
  max-width: 720px;
  line-height: 1.85;
  font-size: 15px;
}
.prose-gl h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gl-ink);
  margin: 28px 0 10px;
}
.prose-gl h2:first-child {
  margin-top: 0;
}
.prose-gl p {
  margin: 0 0 14px;
}
.prose-gl a {
  color: var(--gl-primary);
}
.prose-gl img {
  border-radius: var(--gl-r);
  margin: 16px 0;
}
.gl-footer {
  background: #0a1628;
  color: rgba(255,255,255,0.65);
  padding: 48px 0 32px;
}
.gl-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.gl-footer h3 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
}
.gl-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 2;
}
.gl-footer a {
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
}
.gl-footer a:hover {
  color: #fff;
}
.gl-footer__desc {
  font-size: 13px;
  line-height: 1.65;
  margin: 12px 0 0;
  max-width: 280px;
}
.gl-footer__copy {
  font-size: 12px;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0;
}
.gl-float {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gl-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  background: var(--gl-primary);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0,77,160,0.25);
  transition: opacity 0.2s;
}
.gl-float a:hover {
  opacity: 0.88;
}
.gl-float--accent {
  background: var(--gl-accent);
  box-shadow: 0 4px 16px rgba(217,119,6,0.25);
}
.gt-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.gt-hero__btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: opacity 0.2s;
}
.gt-hero__btn--primary {
  background: var(--gt-blue);
  color: #fff;
}
.gt-hero__btn--outline {
  background: #fff;
  border: 1px solid var(--gt-border);
  color: var(--gt-blue);
}
.gt-hero__btn:hover {
  opacity: 0.88;
}
.gt-news__item a {
  display: contents;
}
.gt-news__item a:hover h3 {
  color: var(--gt-blue);
}
.gt-section__more {
  font-size: 13px;
  font-weight: 600;
  color: var(--gt-blue);
  white-space: nowrap;
}
.gt-section__more:hover {
  opacity: 0.75;
}
.gl-section__more {
  font-size: 13px;
  font-weight: 600;
  color: var(--gl-primary);
  white-space: nowrap;
}
.gl-section__more:hover {
  opacity: 0.75;
}
.gl-page--guide {
  background: var(--gl-bg);
}
.gl-guide-intro {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gl-muted);
}
.gl-guide-card {
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  padding: 28px;
  margin-bottom: 20px;
}
.gl-guide-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.gl-guide-badge {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--gt-blue-50);
  color: var(--gl-primary);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gl-guide-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-guide-list {
  margin: 16px 0 0;
  padding-left: 22px;
  line-height: 1.85;
}
.gl-guide-rules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gl-guide-rules > li {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: var(--gl-bg);
  border-radius: 8px;
}
.gl-guide-rule__index {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gl-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gl-guide-rules h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-guide-rules p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gl-muted);
}
.gl-guide-method {
  margin-top: 8px;
}
.gl-guide-method--divider {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--gl-border);
}
.gl-guide-method h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-guide-method > p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gl-muted);
}
.gl-guide-note {
  margin-top: 16px;
  padding: 16px 18px;
  background: var(--gt-blue-50);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--gl-muted);
}
.gl-guide-note p {
  margin: 0;
}
.gl-guide-note p + p {
  margin-top: 8px;
}
.gl-guide-note strong {
  color: var(--gl-primary);
}
.gl-guide-steps {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gl-guide-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gl-muted);
}
.gl-guide-step__num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gl-border);
  color: var(--gl-ink);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gl-table-wrap {
  margin-top: 18px;
}
.gl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.gl-table th, .gl-table td {
  border: 1px solid var(--gl-border);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.gl-table th {
  background: var(--gl-bg);
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-table__name {
  font-weight: 600;
  white-space: nowrap;
}
.gl-table__phone {
  color: var(--gl-primary);
  font-weight: 600;
  white-space: nowrap;
}
.gl-table-cards--mobile {
  display: none;
  flex-direction: column;
  gap: 12px;
}
.gl-table-card {
  padding: 16px;
  background: var(--gl-bg);
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}
.gl-table-card h4 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-table-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gl-muted);
}
.gl-table-card__label {
  display: inline-block;
  width: 72px;
  color: var(--gl-muted);
  font-size: 13px;
}
.gl-guide-footer-tip {
  margin: 28px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--gl-muted);
}
.gl-page-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.gl-stock-toolbar {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.gl-stock-toolbar .gl-input {
  flex: 1;
  min-width: 200px;
  max-width: 420px;
}
.gl-stock-count {
  font-size: 14px;
  color: var(--gl-muted);
  white-space: nowrap;
}
.gl-page--stock-app {
  background: #f5f7fa;
  padding-top: 24px;
}
.gl-stock-app {
  max-width: 1040px;
}
.gl-stock-app__back {
  margin: 0 0 16px;
}
.gl-stock-app__back a {
  color: var(--gl-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.gl-stock-app__back a:hover {
  text-decoration: underline;
}
.gl-stock-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.gl-stock-list-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(15, 35, 95, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gl-stock-list-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 6px 18px rgba(15, 35, 95, 0.1);
  transform: translateY(-1px);
}
.gl-stock-list-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gl-stock-list-card__name {
  font-size: 18px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-stock-list-card__code {
  font-size: 13px;
  color: var(--gl-muted);
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 6px;
}
.gl-stock-list-card__summary {
  margin: 12px 0 0;
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gl-stock-list-card__foot {
  margin: 12px 0 0;
  padding-top: 10px;
  margin-top: auto;
  font-size: 13px;
  color: var(--gl-primary);
}
.gl-stock-list-tip {
  margin: 28px 0 0;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6;
}
.gl-stock-list-guides {
  margin-top: 12px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
}
.gl-stock-list-guides a {
  font-size: 14px;
  color: var(--gl-primary);
  text-decoration: none;
}
.gl-stock-list-guides a:hover {
  text-decoration: underline;
}
.gl-stock-head-card {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  border-radius: 14px;
  padding: 24px 28px;
  color: #fff;
}
.gl-stock-head-card__title-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.gl-stock-head-card__name {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.gl-stock-head-card__code {
  font-size: 15px;
  opacity: 0.9;
}
.gl-stock-head-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.gl-stock-head-card__tag {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
}
.gl-stock-head-card__tag--1 {
  color: #2563eb;
}
.gl-stock-head-card__tag--2 {
  color: #d97706;
}
.gl-stock-head-card__tag--3 {
  color: #7c3aed;
}
.gl-stock-head-card__tag--4 {
  color: #a16207;
}
.gl-stock-head-card__tag--5 {
  color: #b91c1c;
}
.gl-stock-detail-grid {
  margin-top: 16px;
  min-width: 0;
}
.gl-stock-section {
  margin-top: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid var(--gl-border);
}
.gl-stock-section__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-stock-section--condition {
  padding: 0;
  overflow: hidden;
  border: 1px solid #bfdbfe;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
}
.gl-stock-section__condition-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-bottom: 1px solid #bfdbfe;
}
.gl-stock-section__condition-badge {
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  letter-spacing: 0.08em;
}
.gl-stock-section__condition-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #1e3a8a;
}
.gl-stock-section__condition-body {
  padding: 18px;
  background: #fff;
}
.gl-stock-section__condition-text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.85;
  white-space: pre-wrap;
}
.gl-stock-info-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
}
.gl-stock-info-row:last-child {
  border-bottom: none;
}
.gl-stock-info-row__label {
  color: #64748b;
  flex-shrink: 0;
}
.gl-stock-info-row__value {
  color: var(--gl-ink);
  text-align: right;
}
.gl-stock-info-row__value--strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--gl-primary);
}
.gl-stock-status-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gl-stock-status-tags--compact {
  margin-top: 12px;
}
.gl-stock-status-tag {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
}
.gl-stock-status-tag--1 {
  color: #2563eb;
  background: #dbeafe;
}
.gl-stock-status-tag--2 {
  color: #b45309;
  background: #fef3c7;
}
.gl-stock-status-tag--3 {
  color: #7c3aed;
  background: #ede9fe;
}
.gl-stock-status-tag--4 {
  color: #15803d;
  background: #dcfce7;
}
.gl-stock-status-tag--5 {
  color: #b91c1c;
  background: #fee2e2;
}
.gl-stock-status-tag--unknown {
  color: #64748b;
  background: #f1f5f9;
}
.gl-stock-status-card {
  border-radius: 10px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.gl-stock-status-hints {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
}
.gl-stock-status-hint {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}
.gl-stock-status-hint + .gl-stock-status-hint {
  margin-top: 8px;
}
.gl-stock-status-track {
  position: relative;
  margin-top: 18px;
  padding: 6px 2px 0;
}
.gl-stock-status-track__line {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 16px;
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.gl-stock-status-track__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}
.gl-stock-status-track__steps {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.gl-stock-status-track__step {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.45;
}
.gl-stock-status-track__step--active {
  opacity: 1;
}
.gl-stock-status-track__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #cbd5e1;
  box-sizing: border-box;
}
.gl-stock-status-track__step--active .gl-stock-status-track__dot {
  width: 14px;
  height: 14px;
  border-color: #fff;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.18);
}
.gl-stock-status-track__step--active.gl-stock-status-track__step--status-1 .gl-stock-status-track__dot {
  background: #2563eb;
}
.gl-stock-status-track__step--active.gl-stock-status-track__step--status-2 .gl-stock-status-track__dot {
  background: #d97706;
}
.gl-stock-status-track__step--active.gl-stock-status-track__step--status-3 .gl-stock-status-track__dot {
  background: #7c3aed;
}
.gl-stock-status-track__step--active.gl-stock-status-track__step--status-4 .gl-stock-status-track__dot {
  background: #ca8a04;
}
.gl-stock-status-track__label {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.2;
  text-align: center;
}
.gl-stock-status-track__step--active .gl-stock-status-track__label {
  color: #0f172a;
  font-weight: 700;
}
.gl-stock-detail-tip {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6;
}
.gl-stock-detail-actions {
  margin-top: 14px;
}
.gl-stock-detail__fallback-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.gl-stock-register-disabled {
  margin: 0;
  padding: 14px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--gl-border);
  color: var(--gl-muted);
  font-size: 14px;
  text-align: center;
}
.gl-stock-register {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bfdbfe;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}
.gl-stock-register__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 55%, #ecfdf5 100%);
  border-bottom: 1px solid #bfdbfe;
}
.gl-stock-register__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--gl-primary);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}
.gl-stock-register__icon svg {
  width: 22px;
  height: 22px;
}
.gl-stock-register__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1.3;
}
.gl-stock-register__lead {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}
.gl-stock-register__body {
  padding: 18px;
}
.gl-stock-register__body.is-mp-ready {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gl-stock-register__main {
  min-width: 0;
  flex: 1;
}
.gl-stock-register__steps {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  counter-reset: reg-step;
}
.gl-stock-register__steps li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
}
.gl-stock-register__steps li + li {
  margin-top: 10px;
}
.gl-stock-register__steps li::before {
  counter-increment: reg-step;
  content: counter(reg-step);
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--gl-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}
.gl-stock-register__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gl-stock-register__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.gl-stock-register__btn--wechat {
  background: linear-gradient(135deg, #07c160 0%, #06ae56 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(7, 193, 96, 0.28);
}
.gl-stock-register__btn--wechat:hover {
  color: #fff;
}
.gl-stock-register__btn--wechat:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.gl-stock-register__btn--phone {
  background: #fff;
  color: #334155;
  border: 1px solid #e2e8f0;
}
.gl-stock-register__meta {
  margin: 14px 0 0;
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
}
.gl-stock-register__meta a {
  color: var(--gl-primary);
  text-decoration: none;
  font-weight: 500;
}
.gl-stock-register__qr {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
}
.gl-stock-register__qr-frame {
  padding: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.gl-stock-register__qr-frame img {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 6px;
}
.gl-stock-register__qr-label {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}
.gl-stock-register__qr-hint {
  margin: 4px 0 0;
  font-size: 12px;
  color: #94a3b8;
}
.gl-page--stock-detail--sticky {
  padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
}
.gl-stock-sticky {
  display: none;
}
@media (min-width: 768px) {
  .gl-page--stock-app {
    padding-top: 32px;
  }
  .gl-stock-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gl-stock-section {
    padding: 20px 22px;
  }
  .gl-stock-head-card__name {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .gl-stock-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .gl-stock-detail-grid .gl-stock-section--condition, .gl-stock-detail-grid .gl-stock-detail-tip, .gl-stock-detail-grid .gl-stock-detail-actions, .gl-stock-detail-grid .gl-detail-nav {
    grid-column: 1 / -1;
  }
  .gl-stock-detail-grid .gl-stock-section {
    margin-top: 0;
    height: 100%;
    box-sizing: border-box;
  }
  .gl-stock-register__body.is-mp-ready {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
  .gl-stock-register__meta {
    text-align: left;
  }
  .gl-stock-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .gl-stock-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.gl-stock-empty {
  text-align: center;
  color: var(--gl-muted);
  padding: 40px 0;
}
.gl-page--calc .gl-wrap {
  max-width: 820px;
}
.gl-calc-form {
  max-width: 520px;
}
.gl-calc-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-calc-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  height: 52px;
  border: 1px solid var(--gt-blue-100);
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0,77,160,0.04);
}
.gl-calc-prefix {
  font-size: 18px;
  font-weight: 700;
  color: var(--gl-primary);
}
.gl-calc-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--gl-ink);
  background: transparent;
}
.gl-calc-input::placeholder {
  color: var(--gl-muted);
  font-weight: 400;
  font-size: 15px;
}
.gl-calc-error {
  margin: 8px 0 0;
  font-size: 13px;
  color: #dc2626;
}
.gl-calc-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gl-muted);
  cursor: pointer;
}
.gl-calc-check input {
  margin-top: 3px;
  accent-color: var(--gl-primary);
}
.gl-calc-result {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gt-blue-50) 0%, var(--gt-blue-100) 100%);
  border: 1px solid var(--gt-blue-100);
}
.gl-calc-result__label {
  margin: 0;
  font-size: 14px;
  color: var(--gl-muted);
}
.gl-calc-result__value {
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: 800;
  color: var(--gl-primary);
  line-height: 1.1;
}
.gl-calc-result__note {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--gl-muted);
}
.gl-calc-table-wrap {
  overflow-x: auto;
}
.gl-calc-table th:last-child, .gl-calc-table td:last-child {
  text-align: right;
}
.gl-calc-total td {
  font-weight: 700;
  color: var(--gl-primary);
  border-bottom: none;
}
.gl-calc-total--final td {
  color: var(--gl-ink);
}
.gl-calc-card--total {
  background: var(--gl-bg);
  font-weight: 600;
  color: var(--gl-primary);
}
.gl-page--hub {
  background: var(--gl-bg);
  padding-top: 0;
}
.gl-hub-lead {
  padding: 32px 36px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
}
.gl-hub-lead__title {
  margin: 0 0 18px;
  padding-left: 16px;
  border-left: 3px solid var(--gl-primary);
  font-size: 24px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-hub-lead__text p {
  margin: 0;
  line-height: 1.85;
  text-align: justify;
}
.gl-hub-lead__text p + p {
  margin-top: 14px;
}
.gl-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0;
  margin-top: 20px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  overflow: hidden;
}
.gl-hub-panel {
  padding: 28px 32px;
  min-width: 0;
}
.gl-hub-panel:first-child {
  border-right: 1px solid var(--gl-border);
}
.gl-hub-panel__head {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gl-border);
}
.gl-hub-panel__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.gl-hub-panel__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-hub-services {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gl-hub-services li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--gl-border);
}
.gl-hub-services li:first-child {
  padding-top: 0;
}
.gl-hub-services li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gl-hub-services__index {
  flex-shrink: 0;
  width: 28px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gt-blue-light);
  padding-top: 2px;
}
.gl-hub-services h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-hub-services p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--gl-muted);
}
.gl-hub-articles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gl-hub-articles li {
  border-bottom: 1px solid var(--gl-border);
}
.gl-hub-articles li:last-child {
  border-bottom: none;
}
.gl-hub-article {
  display: flex;
  gap: 18px;
  padding: 16px 0;
  color: inherit;
}
.gl-hub-articles li:first-child .gl-hub-article {
  padding-top: 0;
}
.gl-hub-article time {
  flex-shrink: 0;
  width: 54px;
  text-align: center;
  line-height: 1.25;
}
.gl-hub-article__day {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--gl-primary);
}
.gl-hub-article__year {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--gl-muted);
}
.gl-hub-article h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--gl-ink);
  transition: color 0.2s;
}
.gl-hub-article:hover h3 {
  color: var(--gl-primary);
}
.gl-hub-article p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--gl-muted);
}
.gl-hub-empty {
  margin: 0;
  padding: 32px 0;
  text-align: center;
  font-size: 14px;
  color: var(--gl-muted);
}
.gl-hub-contact {
  margin-top: 20px;
  padding: 28px 36px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-left: 4px solid var(--gl-primary);
  border-radius: var(--gl-r);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gl-hub-contact__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-hub-contact__desc {
  margin: 10px 0 0;
  max-width: 36em;
  font-size: 14px;
  line-height: 1.75;
  color: var(--gl-muted);
}
.gl-hub-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gl-hub-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  font-size: 14px;
}
.gl-hub-nav a {
  color: var(--gl-primary);
  font-weight: 500;
  padding: 4px 8px;
}
.gl-hub-nav span {
  color: var(--gl-border);
}
.gl-page--business {
  background: var(--gl-bg);
}
.gl-business-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.gl-business-tabs__btn {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
  background: #fff;
  color: var(--gl-muted);
  cursor: pointer;
  transition: all 0.2s;
}
.gl-business-tabs__btn.is-active, .gl-business-tabs__btn:hover {
  background: var(--gl-primary);
  border-color: var(--gl-primary);
  color: #fff;
}
.gl-business-tab__title {
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 3px solid var(--gl-primary);
  font-size: 22px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-business-tab__para {
  margin: 0 0 14px;
  line-height: 1.85;
  font-size: 15px;
  color: var(--gl-text);
}
.gl-business-tab__links {
  margin: 0 0 24px;
  font-size: 15px;
}
.gl-business-tab__links a {
  color: var(--gl-primary);
  font-weight: 500;
}
.gl-business-tab__section {
  margin: 36px 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-business-tab__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gl-business-tab__grid .gl-card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-business-tab__grid .gl-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--gl-muted);
}
.gl-business-cta {
  margin-top: 40px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  border-left: 3px solid var(--gl-primary);
}
.gl-business-cta h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-business-cta p {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--gl-muted);
  line-height: 1.7;
}
.gl-business-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gl-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-card__lead {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--gl-muted);
  line-height: 1.7;
}
.gl-contact-quick__phone {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--gl-primary);
  margin-bottom: 6px;
}
.gl-contact-quick__hint {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--gl-muted);
}
.gl-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.gl-contact-qrcode {
  max-width: 180px;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}
.gl-contact-dl {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
}
.gl-contact-dl dt {
  font-weight: 600;
  color: var(--gl-ink);
  margin-top: 12px;
}
.gl-contact-dl dt:first-child {
  margin-top: 0;
}
.gl-contact-dl dd {
  margin: 4px 0 0;
  color: var(--gl-muted);
}
.gl-contact-dl__phone {
  font-size: 22px;
  font-weight: 700;
  color: var(--gl-primary);
}
.gl-contact-creds {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--gl-border);
  font-size: 13px;
  color: var(--gl-muted);
  line-height: 1.7;
}
.gl-contact-creds li {
  margin-bottom: 8px;
}
.gl-contact-creds strong {
  color: var(--gl-ink);
}
.gl-about-head {
  margin-bottom: 24px;
}
.gl-about-head__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-about-head__lead {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gl-muted);
}
.gl-team-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gl-team-card {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  transition: border-color 0.2s;
}
.gl-team-card:hover {
  border-color: var(--gl-primary);
}
.gl-team-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: var(--gl-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--gl-primary);
  margin-bottom: 14px;
  overflow: hidden;
}
.gl-team-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gl-team-card__name {
  margin: 0;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-team-card__role {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--gl-primary);
}
.gl-page--team-detail {
  padding-top: 36px;
}
.gl-team-back {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--gl-primary);
  text-decoration: none;
}
.gl-team-back:hover {
  text-decoration: underline;
}
.gl-team-detail {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 36px;
  align-items: start;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
}
.gl-team-detail__photo {
  width: 240px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  background: var(--gl-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gl-team-detail__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gl-team-detail__initial {
  font-size: 48px;
  font-weight: 700;
  color: var(--gl-primary);
}
.gl-team-detail__name {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-team-detail__title {
  margin: 8px 0 0;
  font-size: 15px;
  color: var(--gl-primary);
}
.gl-team-detail__email {
  margin: 12px 0 0;
  font-size: 14px;
}
.gl-team-detail__email a {
  color: var(--gl-muted);
  text-decoration: none;
}
.gl-team-detail__email a:hover {
  color: var(--gl-primary);
  text-decoration: underline;
}
.gl-team-detail__label {
  margin: 24px 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-team-detail__desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gl-muted);
}
@media (max-width: 767px) {
  .gl-team-detail {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .gl-team-detail__photo {
    width: 160px;
    margin: 0 auto;
  }
  .gl-team-detail__info {
    text-align: center;
  }
  .gl-team-detail__name {
    font-size: 24px;
  }
}
.gl-page--team-list {
  padding-top: 36px;
}
.gl-team-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.gl-team-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  flex: 1;
  min-width: 240px;
}
.gl-team-search .gl-input {
  flex: 1;
  min-width: 180px;
  max-width: 320px;
}
.gl-team-toolbar__meta {
  margin: 0;
  font-size: 14px;
  color: var(--gl-muted);
  white-space: nowrap;
}
.gl-team-empty {
  margin: 0;
  padding: 48px 0;
  text-align: center;
  color: var(--gl-muted);
  font-size: 15px;
}
.gl-page--insights-list {
  padding-top: 36px;
}
.gl-insights-filters {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.gl-insights-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.gl-insights-filter-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--gl-muted);
  min-width: 48px;
}
.gl-insights-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gl-insights-filter-tab {
  border: 1px solid var(--gl-border);
  background: #fff;
  color: var(--gl-ink);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.gl-insights-filter-tab:hover {
  border-color: var(--gl-primary);
  color: var(--gl-primary);
}
.gl-insights-filter-tab.is-active {
  background: var(--gl-primary);
  border-color: var(--gl-primary);
  color: #fff;
}
.gl-insights-meta {
  margin: 16px 0 20px;
  font-size: 14px;
  color: var(--gl-muted);
}
.gl-insights-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gl-insights-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  margin-bottom: 12px;
  padding: 20px;
  border: 1px solid var(--gl-border);
  border-left: 3px solid transparent;
  transition: border-color 0.15s ease;
}
.gl-insights-item:hover {
  border-left-color: var(--gl-primary);
}
.gl-insights-item__date {
  flex-shrink: 0;
  width: 76px;
  text-align: right;
}
.gl-insights-item__month {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--gl-primary);
}
.gl-insights-item__year {
  font-size: 12px;
  color: var(--gl-muted);
}
.gl-insights-item__info {
  flex: 1;
  min-width: 0;
}
.gl-insights-item__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.gl-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 2px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--gl-primary);
}
.gl-badge--muted {
  background: #f1f5f9;
  color: #64748b;
}
.gl-insights-item__title {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.gl-insights-item__title a {
  color: var(--gl-ink);
  text-decoration: none;
}
.gl-insights-item__title a:hover {
  color: var(--gl-primary);
}
.gl-insights-item__desc {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--gl-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gl-insights-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.gl-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 2px;
  background: #f8fafc;
  color: #64748b;
  border: 1px solid var(--gl-border);
}
.gl-insights-empty {
  margin: 0;
  padding: 48px 0;
  text-align: center;
  color: var(--gl-muted);
  font-size: 15px;
}
.gl-article-head__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.gl-article-head__meta {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.gl-article-head__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.gl-article-head__tags .gl-tag {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .gl-insights-item {
    gap: 14px;
    padding: 16px;
  }
  .gl-insights-item__date {
    width: 52px;
    text-align: center;
  }
}
[x-cloak] {
  display: none !important;
}
.gl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.gl-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.gl-breadcrumb a:hover {
  text-decoration: underline;
}
.gl-breadcrumb .is-current {
  color: #fff;
  opacity: 0.85;
}
.gl-page--article-detail {
  padding-top: 48px;
}
.gl-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}
.gl-article-main {
  min-width: 0;
}
.gl-article-footer {
  margin-top: 40px;
}
.gl-article-footer__nav {
  margin-bottom: 28px;
}
.gl-article-cta {
  max-width: 480px;
  margin-top: 28px;
}
.gl-article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: calc(var(--gl-header) + 24px);
}
.gl-article-footer__mobile-services {
  display: none;
}
.gl-detail-side-card {
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  overflow: hidden;
}
.gl-detail-side-card__head {
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gl-ink);
  border-bottom: 1px solid var(--gl-border);
  background: var(--gl-bg);
}
.gl-detail-side-card__body {
  padding: 16px 18px;
}
.gl-detail-side-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gl-btn--block {
  display: block;
  width: 100%;
  text-align: center;
}
.gl-detail-services__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-detail-services__desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--gl-muted);
}
.gl-detail-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gl-detail-services__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gl-primary);
  text-decoration: none;
}
.gl-detail-services__link::before {
  content: '› ';
  color: var(--gl-muted);
}
.gl-detail-services__link:hover {
  text-decoration: underline;
}
.gl-detail-side-related {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gl-detail-side-related__item + .gl-detail-side-related__item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gl-border);
}
.gl-detail-side-related__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.gl-detail-side-related__title {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--gl-ink);
}
.gl-detail-side-related__link:hover .gl-detail-side-related__title {
  color: var(--gl-primary);
}
.gl-detail-side-related__kind {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  color: var(--gl-muted);
  background: var(--gl-bg);
  padding: 2px 8px;
  border-radius: 999px;
}
.gl-detail-nav {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--gl-border);
}
.gl-detail-nav--plain {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.gl-detail-nav--stock {
  margin-top: 32px;
  padding-top: 0;
  border-top: none;
}
.gl-detail-nav__adjacent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gl-detail-nav__adjacent--article {
  gap: 24px;
}
.gl-detail-nav__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--gl-border);
  box-shadow: 0 4px 12px rgba(15, 35, 95, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.gl-detail-nav__adjacent--article .gl-detail-nav__item {
  min-height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  display: block;
}
.gl-detail-nav__item:hover {
  border-color: #93c5fd;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.1);
}
.gl-detail-nav__adjacent--article .gl-detail-nav__item:hover {
  box-shadow: none;
  border-color: transparent;
}
.gl-detail-nav__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--gl-muted);
  letter-spacing: 0.04em;
}
.gl-detail-nav__adjacent--article .gl-detail-nav__label {
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
}
.gl-detail-nav__title {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--gl-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gl-detail-nav__adjacent--article .gl-detail-nav__title {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 500;
  color: var(--gl-primary);
  -webkit-line-clamp: unset;
}
.gl-detail-nav__adjacent--article .gl-detail-nav__item:hover .gl-detail-nav__title {
  text-decoration: underline;
}
.gl-detail-nav__item--next {
  text-align: right;
}
.gl-detail-nav__item--next .gl-detail-nav__label, .gl-detail-nav__item--next .gl-detail-nav__title {
  text-align: right;
}
.gl-detail-nav__item--prev::before, .gl-detail-nav__item--next::after {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  color: #94a3b8;
}
.gl-detail-nav__adjacent--stock .gl-detail-nav__item--prev::before {
  content: '‹';
}
.gl-detail-nav__adjacent--stock .gl-detail-nav__item--next::after {
  content: '›';
}
.gl-detail-nav__adjacent--article .gl-detail-nav__item--prev::before, .gl-detail-nav__adjacent--article .gl-detail-nav__item--next::after {
  content: none;
}
.gl-detail-nav__related {
  margin-top: 24px;
}
.gl-detail-nav--stock .gl-detail-nav__related {
  margin-top: 20px;
  padding: 20px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--gl-border);
  box-shadow: 0 4px 12px rgba(15, 35, 95, 0.04);
}
.gl-detail-nav--stock .gl-detail-nav__related + .gl-detail-nav__related {
  margin-top: 12px;
}
.gl-detail-nav__related-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-detail-nav__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gl-detail-nav__related-list li + li {
  margin-top: 10px;
}
.gl-detail-nav__related-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gl-primary);
  text-decoration: none;
}
.gl-detail-nav__related-link::before {
  content: '· ';
  color: var(--gl-muted);
}
.gl-detail-nav--stock .gl-detail-nav__related-link::before {
  content: none;
}
.gl-detail-nav__related-link:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .gl-article-shell {
    grid-template-columns: 1fr;
  }
  .gl-article-sidebar {
    display: none;
  }
  .gl-article-footer__mobile-services {
    display: block;
    margin-bottom: 24px;
  }
  .gl-detail-nav__adjacent {
    grid-template-columns: 1fr;
  }
  .gl-detail-nav__item--next, .gl-detail-nav__item--next .gl-detail-nav__label, .gl-detail-nav__item--next .gl-detail-nav__title {
    text-align: left;
  }
  .gl-footer__grid, .gl-practice-grid, .gl-grid-3 {
    grid-template-columns: 1fr;
  }
  .gl-grid-2 {
    grid-template-columns: 1fr;
  }
  .gl-hub-grid {
    grid-template-columns: 1fr;
  }
  .gl-hub-panel:first-child {
    border-right: none;
    border-bottom: 1px solid var(--gl-border);
  }
  .gl-business-tab__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gl-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gl-table--desktop {
    display: none;
  }
  .gl-table-cards--mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  .gl-nav, .gl-header__tel {
    display: none;
  }
  .gl-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gl-masthead {
    padding: calc(var(--gl-header) + 36px) 0 36px;
  }
  .gl-page {
    padding: 36px 0 48px;
  }
  .gl-page--stock-detail--sticky {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .gl-stock-sticky {
    display: flex;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--gl-border);
    box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
  }
  .gl-stock-sticky__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: inherit;
    border: none;
    cursor: pointer;
  }
  .gl-stock-sticky__btn--call {
    background: #fff;
    color: var(--gl-primary);
    border: 1px solid var(--gl-primary);
  }
  .gl-stock-sticky__btn--register {
    background: var(--gl-primary);
    color: #fff;
  }
  .gl-stock-register__body.is-mp-ready {
    flex-direction: column;
  }
  .gl-float {
    right: 12px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
  .gl-guide-card {
    padding: 20px 16px;
  }
  .gl-guide-head h2 {
    font-size: 18px;
  }
  .gl-hub-lead, .gl-hub-panel, .gl-hub-contact {
    padding: 22px 18px;
  }
  .gl-hub-lead__title {
    font-size: 20px;
  }
  .gl-hub-contact__actions {
    width: 100%;
    flex-direction: column;
  }
  .gl-hub-contact__actions .gl-btn {
    width: 100%;
  }
  .gl-business-tab__grid {
    grid-template-columns: 1fr;
  }
  .gl-page-links {
    flex-direction: column;
  }
  .gl-page-links .gl-btn {
    width: 100%;
    text-align: center;
  }
  .gl-calc-result__value {
    font-size: 30px;
  }
}
.gl-tools-strip {
  padding: 48px 0;
  background: var(--gl-bg);
  border-top: 1px solid var(--gl-border);
  border-bottom: 1px solid var(--gl-border);
}
.gl-tools-strip__head {
  margin-bottom: 24px;
}
.gl-tools-strip__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-tools-strip__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .gl-tools-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gl-tools-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.gl-tools-card:hover {
  border-color: var(--gl-primary);
  box-shadow: 0 4px 16px rgba(0, 77, 160, 0.08);
}
.gl-tools-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--gl-bg);
  border-radius: 8px;
}
.gl-tools-card h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-tools-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gl-muted);
}
.gl-tools-card__arrow {
  margin-left: auto;
  align-self: center;
  color: var(--gl-primary);
  font-weight: 600;
}
.gl-page--about {
  padding-bottom: 0;
}
.gl-tag-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gl-about-highlights {
  margin-top: 36px;
}
.gl-card--highlight {
  height: 100%;
}
.gl-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gl-muted);
}
.gl-about-creds {
  margin-top: 48px;
  padding: 28px;
  background: var(--gl-bg);
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-r);
}
.gl-about-creds__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gl-ink);
}
.gl-about-creds__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 640px) {
  .gl-about-creds__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gl-about-creds__list li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gl-muted);
}
.gl-about-creds__list strong {
  display: block;
  color: var(--gl-ink);
  margin-bottom: 2px;
}
.gl-about-team {
  margin-top: 48px;
}
.gl-about-team__more {
  text-align: center;
  margin-top: 24px;
}
.gl-about-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gl-footer__brand {
  min-width: 0;
}
.gl-footer__logo {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.gl-footer__cta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gl-btn--on-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
}
.gl-btn--on-dark:hover {
  border-color: #fff;
  color: #fff;
}
.gl-page--404 {
  padding-top: 48px;
  padding-bottom: 80px;
}
.gl-page-404 {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.gl-page-404 h1 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: var(--gl-ink);
}
.gl-page-404__lead {
  margin: 0 0 24px;
  color: var(--gl-muted);
  line-height: 1.7;
}
.gl-page-404__links {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
}
.gl-page-404__links a {
  color: var(--gl-primary);
  font-weight: 500;
}
.gl-page-404__links a:hover {
  text-decoration: underline;
}
.gl-page-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
