:root {
  --brand: #123f3a;
  --green: #123f3a;
  --green-alpha: rgba(18, 63, 58, .66);
  --mint: #eef4f1;
  --brand-2: #276f5b;
  --ink: #182522;
  --muted: #66746f;
  --line: #dfe7e3;
  --canvas: #f4f7f5;
  --white: #ffffff;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; letter-spacing: 0; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 68px; border-bottom: 1px solid rgba(223, 231, 227, .85); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.nav-shell { width: min(calc(100% - 48px), 1240px); height: 100%; margin: auto; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--brand); font-size: 16px; font-weight: 700; white-space: nowrap; }
.brand img { width: 30px; height: 30px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; color: #43514d; font-size: 14px; }
.desktop-nav a { position: relative; padding: 24px 0 22px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--brand); }
.desktop-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.help-link { color: #52605c; font-size: 14px; }
.primary-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 6px; background: var(--brand); color: #fff; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: #0d332f; box-shadow: 0 12px 24px rgba(18, 63, 58, .16); }
.primary-button.small { min-height: 40px; padding: 0 16px; font-size: 14px; }
.primary-button svg, .footer-bottom svg { width: 16px; height: 16px; }
.menu-button { width: 40px; height: 40px; display: none; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.menu-button svg { width: 20px; }
.mobile-menu { display: none; position: absolute; top: 67px; right: 0; left: 0; padding: 12px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 34px rgba(24, 37, 34, .08); }
.mobile-menu a { display: block; padding: 12px 4px; color: #52605c; font-size: 14px; }
.mobile-menu a.active { color: var(--brand); font-weight: 700; }

.page-hero { position: relative; min-height: 460px; overflow: hidden; background: #eaf0ed; }
.hero-image { position: absolute; inset: 0; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(235, 241, 238, .99) 0%, rgba(235, 241, 238, .94) 43%, rgba(235, 241, 238, .42) 72%, rgba(235, 241, 238, .18) 100%); }
.hero-image img { width: 70%; height: 100%; margin-left: 40%; object-fit: cover; object-position: left center; filter: saturate(.72); opacity: .82; }
.hero-inner { position: relative; z-index: 1; padding: 78px 0 64px; }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--brand-2); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--brand-2); }
.hero-inner h1 { max-width: 690px; margin: 0; color: var(--brand); font-size: 52px; line-height: 1.18; font-weight: 600; }
.hero-inner > p:not(.eyebrow) { max-width: 610px; margin: 24px 0 0; color: #53645f; font-size: 17px; line-height: 1.9; }
.hero-meta { display: flex; align-items: center; gap: 0; margin-top: 34px; color: #61716c; font-size: 13px; }
.hero-meta span { padding: 0 24px; border-left: 1px solid rgba(18, 63, 58, .16); }
.hero-meta span:first-child { padding-left: 0; border-left: 0; }
.hero-meta strong { margin-right: 6px; color: var(--brand); font-size: 23px; }

.industry-overview { padding: 78px 0 84px; background: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.section-heading h2, .catalog-toolbar h2 { margin: 0; color: var(--brand); font-size: 34px; line-height: 1.25; font-weight: 600; }
.section-heading > p { max-width: 510px; margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 38px; }
.industry-card { min-height: 132px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.industry-card:hover, .industry-card:focus-visible { transform: translateY(-3px); border-color: var(--color); box-shadow: 0 14px 30px rgba(24, 37, 34, .08); outline: none; }
.industry-card-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 6px; background: color-mix(in srgb, var(--color) 11%, white); color: var(--color); }
.industry-card-icon svg { width: 19px; height: 19px; }
.industry-card span:last-child { width: 100%; display: flex; align-items: baseline; justify-content: space-between; gap: 6px; color: #273632; font-size: 14px; font-weight: 600; }
.industry-card small { color: #87928e; font-size: 12px; font-weight: 500; }

.catalog-section { padding: 84px 0 110px; border-top: 1px solid var(--line); background: var(--canvas); }
.catalog-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.search-box { width: min(390px, 100%); min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 12px 0 15px; border: 1px solid #d8e1dc; border-radius: 7px; background: #fff; color: #788681; transition: border-color .2s ease, box-shadow .2s ease; }
.search-box:focus-within { border-color: rgba(18, 63, 58, .55); box-shadow: 0 0 0 3px rgba(18, 63, 58, .08); }
.search-box svg { width: 18px; flex: 0 0 auto; }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.search-box input::placeholder { color: #8a9692; }
.search-box kbd { padding: 3px 6px; border: 1px solid var(--line); border-radius: 4px; background: #f6f8f7; color: #8a9692; font-size: 10px; font-family: inherit; }
.catalog-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 58px; margin-top: 52px; }
.catalog-sidebar { position: sticky; top: 92px; align-self: start; }
.catalog-sidebar > p { margin: 0 0 10px; color: #8a9692; font-size: 12px; font-weight: 600; }
.catalog-sidebar nav { display: grid; gap: 3px; }
.sidebar-link { position: relative; min-height: 43px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 0; border-radius: 6px; background: transparent; color: #62716c; font-size: 14px; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease; }
.sidebar-link::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--color); }
.sidebar-link span { margin-left: auto; color: #929d99; font-size: 12px; }
.sidebar-link:hover, .sidebar-link.active { background: #fff; color: var(--brand); }
.sidebar-link.active { font-weight: 600; box-shadow: 0 6px 18px rgba(24, 37, 34, .06); }
.sidebar-note { display: flex; flex-direction: column; align-items: flex-start; margin-top: 30px; padding: 18px; border: 1px solid #d8e3de; border-radius: 7px; background: #eaf1ee; }
.sidebar-note > svg { width: 20px; color: var(--brand-2); }
.sidebar-note strong { margin-top: 12px; font-size: 14px; }
.sidebar-note span { margin-top: 6px; color: #687772; font-size: 12px; line-height: 1.7; }
.sidebar-note a { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; color: var(--brand); font-size: 12px; font-weight: 700; }
.sidebar-note a svg { width: 14px; }
.template-sections { min-width: 0; display: grid; gap: 68px; }
.template-group { scroll-margin-top: 96px; }
.group-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.group-heading::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--color); }
.group-heading h3 { margin: 0; color: #263531; font-size: 21px; font-weight: 600; }
.group-heading span { margin-left: auto; color: #899590; font-size: 12px; }
.template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.template-card { position: relative; min-height: 238px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 24px; border: 1px solid #e0e7e4; border-radius: 7px; background: #fff; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.template-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--color); }
.template-card:hover, .template-card:focus-visible { transform: translateY(-3px); border-color: color-mix(in srgb, var(--color) 42%, #dfe7e3); box-shadow: 0 16px 32px rgba(24, 37, 34, .08); outline: none; }
.template-card-top { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.template-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 6px; background: color-mix(in srgb, var(--color) 10%, white); color: var(--color); }
.template-icon svg { width: 20px; height: 20px; }
.template-card-top > svg { width: 17px; color: #a1aaa7; transition: transform .2s ease, color .2s ease; }
.template-card:hover .template-card-top > svg { transform: translate(2px, -2px); color: var(--color); }
.template-card h4 { margin: 19px 0 0; color: #14211e; font-size: 19px; font-weight: 700; }
.template-card > p { margin: 9px 0 0; color: #72807b; font-size: 14px; line-height: 1.75; }
.workflow-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 22px; }
.workflow-tags span { padding: 5px 8px; border-radius: 4px; background: #f2f5f3; color: #6c7975; font-size: 11px; }
.mobile-filters { display: none; }
.empty-state { max-width: 560px; margin: 70px auto 0; padding: 48px 24px; text-align: center; }
.empty-state svg { width: 34px; height: 34px; color: #81908b; }
.empty-state h3 { margin: 18px 0 0; font-size: 20px; }
.empty-state p { color: var(--muted); font-size: 14px; }
.empty-state button { min-height: 40px; margin-top: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }

.process-band { padding: 74px 0; background: var(--brand); color: #fff; }
.process-inner { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 72px; }
.section-kicker.light { color: #9dc5b8; }
.process-inner h2 { max-width: 360px; margin: 0; font-size: 34px; line-height: 1.35; font-weight: 600; }
.process-inner ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255, 255, 255, .15); }
.process-inner li { min-height: 154px; display: flex; flex-direction: column; padding: 20px; background: var(--brand); }
.process-inner li span { color: #8db7aa; font-size: 12px; }
.process-inner li b { margin-top: 34px; font-size: 15px; }
.process-inner li small { margin-top: 7px; color: #afc8c0; font-size: 11px; line-height: 1.6; }

.site-footer { padding: 62px 0 0; background: #f4f7f5; }
.footer-main { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; padding-bottom: 50px; }
.footer-brand p { margin: 20px 0 8px; color: #6c7a75; font-size: 14px; }
.footer-brand > a:last-child { color: var(--brand); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { margin-bottom: 4px; color: #2a3935; font-size: 13px; }
.footer-links a { color: #72807b; font-size: 13px; }
.footer-links a:hover { color: var(--brand); }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #87928e; font-size: 12px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 6px; }

.template-dialog { width: min(620px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; overflow: auto; border: 0; border-radius: 8px; box-shadow: 0 30px 90px rgba(10, 27, 23, .26); }
.template-dialog::backdrop { background: rgba(15, 28, 25, .58); backdrop-filter: blur(4px); }
.dialog-accent { height: 5px; background: var(--dialog-color, var(--brand)); }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.dialog-close svg { width: 18px; }
.dialog-content { padding: 38px 40px 40px; }
.dialog-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 7px; background: color-mix(in srgb, var(--dialog-color) 10%, white); color: var(--dialog-color); }
.dialog-icon svg { width: 24px; }
.dialog-category { margin: 20px 0 0; color: var(--dialog-color); font-size: 12px; font-weight: 700; }
.dialog-content h2 { margin: 7px 0 0; font-size: 29px; }
.dialog-description { margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.dialog-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 28px; padding: 24px; background: #f4f7f5; }
.dialog-detail-grid > div > span { color: #85918d; font-size: 11px; }
.dialog-detail-grid ul { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.dialog-detail-grid li { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.dialog-detail-grid li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--dialog-color); }
.dialog-detail-grid p { margin: 12px 0 0; font-size: 13px; line-height: 1.75; }
.dialog-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.text-button { border: 0; background: transparent; color: #65736f; cursor: pointer; }

@media (max-width: 1060px) {
  .industry-grid { grid-template-columns: repeat(4, 1fr); }
  .catalog-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 32px; }
  .process-inner { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .desktop-nav, .help-link { display: none; }
  .nav-shell { width: calc(100% - 36px); }
  .nav-actions { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-menu.open { display: block; }
  .page-hero { min-height: 430px; }
  .hero-image img { width: 100%; margin-left: 30%; opacity: .42; }
  .hero-image::after { background: linear-gradient(90deg, rgba(235, 241, 238, .99), rgba(235, 241, 238, .87) 68%, rgba(235, 241, 238, .58)); }
  .hero-inner { padding: 62px 0 50px; }
  .hero-inner h1 { font-size: 41px; }
  .hero-inner > p:not(.eyebrow) { font-size: 15px; }
  .industry-overview { padding: 62px 0 66px; }
  .section-heading, .catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-heading h2, .catalog-toolbar h2 { font-size: 29px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-card { min-height: 118px; }
  .catalog-section { padding: 64px 0 82px; }
  .search-box { width: 100%; }
  .catalog-layout { display: block; margin-top: 30px; }
  .catalog-sidebar { display: none; }
  .mobile-filters { display: flex; gap: 8px; margin: 28px -18px 0; padding: 0 18px 8px; overflow-x: auto; scrollbar-width: none; }
  .mobile-filters::-webkit-scrollbar { display: none; }
  .filter-chip { min-height: 36px; flex: 0 0 auto; padding: 0 13px; border: 1px solid #d9e2de; border-radius: 6px; background: #fff; color: #677570; font-size: 12px; cursor: pointer; }
  .filter-chip.active { border-color: var(--brand); background: var(--brand); color: #fff; }
  .template-sections { gap: 52px; }
  .process-inner ol { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 540px) {
  .site-header { height: 62px; }
  .nav-shell { width: calc(100% - 28px); }
  .brand { font-size: 14px; }
  .brand img { width: 27px; height: 27px; }
  .primary-button.small { display: none; }
  .mobile-menu { top: 61px; }
  .page-hero { min-height: 478px; }
  .hero-inner { padding-top: 54px; }
  .hero-inner h1 { font-size: 34px; line-height: 1.28; }
  .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin-top: 28px; }
  .hero-meta span { display: flex; flex-direction: column; padding: 0 12px; line-height: 1.5; }
  .hero-meta strong { margin: 0; font-size: 21px; }
  .industry-grid { gap: 8px; }
  .industry-card { min-height: 110px; padding: 14px; }
  .industry-card span:last-child { align-items: flex-end; font-size: 13px; }
  .industry-card-icon { width: 34px; height: 34px; }
  .template-grid { grid-template-columns: 1fr; }
  .template-card { min-height: 224px; padding: 21px; }
  .group-heading h3 { font-size: 18px; }
  .process-band { padding: 60px 0; }
  .process-inner h2 { font-size: 28px; }
  .process-inner ol { grid-template-columns: 1fr; }
  .process-inner li { min-height: 122px; }
  .process-inner li b { margin-top: 24px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 18px 0; }
  .dialog-content { padding: 34px 22px 28px; }
  .dialog-detail-grid { grid-template-columns: 1fr; gap: 22px; padding: 20px; }
  .dialog-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-button { min-height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Shared navigation treatment used by index.html. */
.site-header { height: 68px; position: fixed; z-index: 50; top: 0; left: 0; width: 100%; background: rgba(246, 248, 246, .92); border-bottom: 1px solid rgba(18, 63, 58, .1); backdrop-filter: blur(16px); }
.nav-shell { position: relative; height: 100%; width: min(1360px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--green); font-size: 17px; font-weight: 600; white-space: nowrap; }
.brand img, .brand-logo { width: 28px; height: 28px; display: block; object-fit: cover; border-radius: 6px; flex: 0 0 auto; }
.desktop-nav { grid-column: 2; display: flex; align-items: center; gap: 34px; font-size: 14px; }
.desktop-nav a, .text-link { color: #344541; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--green); }
.nav-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 14px; }
.button { min-height: 46px; padding: 0 20px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 15px; font-weight: 500; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s; }
.button svg { width: 17px; height: 17px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: #0c302c; }
.button-small { min-height: 40px; padding: 0 16px; font-size: 14px; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--green); }
.menu-toggle { display: none; position: relative; }
.nav-dropdown { position: relative; height: 100%; display: flex; align-items: center; }
.nav-dropdown-toggle, .nav-direct-link { height: 40px; display: inline-flex; align-items: center; gap: 6px; padding: 0 2px; border: 0; background: transparent; color: #344541; font-size: 14px; cursor: pointer; white-space: nowrap; transition: color .2s; }
.nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible, .nav-direct-link:hover, .nav-direct-link:focus-visible { color: var(--green); }
.nav-dropdown-toggle svg { width: 14px; height: 14px; transition: transform .2s ease; }
.nav-dropdown-menu { position: fixed; top: 68px; left: 0; z-index: 5; width: 100vw; padding: 22px 0 26px; border-top: 1px solid rgba(18, 63, 58, .08); border-bottom: 1px solid rgba(18, 63, 58, .12); background: #fff; box-shadow: 0 18px 38px rgba(18, 63, 58, .12); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-dropdown-grid { width: min(1240px, calc(100vw - 64px)); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.support-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nav-dropdown-menu a { min-height: 94px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; padding: 14px; border: 1px solid transparent; border-radius: 7px; color: #263d38; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { background: #f5f8f6; border-color: #dfe8e3; transform: translateY(-1px); }
.nav-item-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 7px; background: var(--nav-icon-bg, #e8f3ef); color: var(--nav-icon-color, #176b5c); flex: 0 0 auto; }
.nav-item-icon svg { width: 22px; height: 22px; stroke-width: 1.9; }
.nav-item-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.nav-item-copy strong { color: #183b35; font-size: 15px; line-height: 1.3; font-weight: 600; }
.nav-item-copy small { color: #788783; font-size: 12px; line-height: 1.55; }
.nav-dropdown-grid a:nth-child(1), .mobile-nav-submenu a:nth-child(1) { --nav-icon-bg: #e5f3ef; --nav-icon-color: #14705f; }
.nav-dropdown-grid a:nth-child(2), .mobile-nav-submenu a:nth-child(2) { --nav-icon-bg: #e8effa; --nav-icon-color: #356aa5; }
.nav-dropdown-grid a:nth-child(3), .mobile-nav-submenu a:nth-child(3) { --nav-icon-bg: #f2ebfa; --nav-icon-color: #7b4ba1; }
.nav-dropdown-grid a:nth-child(4), .mobile-nav-submenu a:nth-child(4) { --nav-icon-bg: #f9eddf; --nav-icon-color: #a86424; }
.nav-dropdown-grid a:nth-child(5), .mobile-nav-submenu a:nth-child(5) { --nav-icon-bg: #fbe8ed; --nav-icon-color: #b64767; }
.nav-dropdown-grid a:nth-child(6), .mobile-nav-submenu a:nth-child(6) { --nav-icon-bg: #e8f1f6; --nav-icon-color: #38718b; }
.nav-dropdown-grid a:nth-child(7), .mobile-nav-submenu a:nth-child(7) { --nav-icon-bg: #eef0df; --nav-icon-color: #707d27; }
.nav-dropdown-grid a:nth-child(8), .mobile-nav-submenu a:nth-child(8) { --nav-icon-bg: #e7f2ee; --nav-icon-color: #2b6b5e; }
.nav-dropdown-grid a:nth-child(9), .mobile-nav-submenu a:nth-child(9) { --nav-icon-bg: #eaf0f8; --nav-icon-color: #426f9a; }
.nav-dropdown-grid a:nth-child(10), .mobile-nav-submenu a:nth-child(10) { --nav-icon-bg: #f6e9e6; --nav-icon-color: #a65345; }
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-dropdown.is-open .nav-dropdown-toggle svg { transform: rotate(180deg); }
.mobile-nav-group, .mobile-nav-direct { display: none; }
.page-hero { padding-top: 68px; }

@media (max-width: 1050px) and (min-width: 801px) { .product-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .solution-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 800px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-toggle { display: grid; }
  .nav-shell { width: calc(100% - 28px); display: flex; }
  .nav-actions { gap: 8px; }
  .mobile-menu { position: absolute; top: 67px; left: 0; width: 100%; max-height: calc(100vh - 67px); display: none; overflow-y: auto; padding: 10px 18px 18px; border-bottom: 1px solid var(--line); background: #f6f8f6; }
  .mobile-menu.open { display: flex; flex-direction: column; gap: 2px; }
  .mobile-nav-group { display: block; border-bottom: 1px solid var(--line); }
  .mobile-nav-toggle, .mobile-nav-direct { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border: 0; background: transparent; color: #344541; font-size: 14px; text-align: left; cursor: pointer; }
  .mobile-nav-toggle svg { width: 15px; height: 15px; transition: transform .2s ease; }
  .mobile-nav-group.is-open .mobile-nav-toggle { color: var(--green); font-weight: 500; }
  .mobile-nav-group.is-open .mobile-nav-toggle svg { transform: rotate(180deg); }
  .mobile-nav-submenu { display: none; padding: 4px 0 10px; gap: 4px; }
  .mobile-nav-group.is-open .mobile-nav-submenu { display: grid; }
  .mobile-nav-submenu a { min-height: 70px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; padding: 9px 10px !important; border-radius: 6px; color: #64746f; font-size: 13px !important; }
  .mobile-nav-submenu a:hover { background: var(--mint); }
  .mobile-nav-submenu .nav-item-icon { width: 42px; height: 42px; }
  .mobile-nav-submenu .nav-item-icon svg { width: 20px; height: 20px; }
  .mobile-nav-submenu .nav-item-copy { gap: 3px; }
  .mobile-nav-submenu .nav-item-copy strong { font-size: 14px; }
  .mobile-nav-submenu .nav-item-copy small { font-size: 11px; line-height: 1.45; }
  .mobile-nav-direct { justify-content: flex-start; }
}
@media (max-width: 520px) { .site-header { height: 62px; } .brand { font-size: 15px; } .button-small { display: none; } .mobile-menu { top: 61px; max-height: calc(100vh - 61px); } .page-hero { padding-top: 62px; } }
.header-login { border: 0; background: transparent; cursor: pointer; font: inherit; text-decoration: none; }
.trial-modal[hidden] { display: none; }
.trial-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; }
.trial-modal-backdrop { position: absolute; inset: 0; background: rgba(6,28,25,.64); backdrop-filter: blur(5px); }
.trial-modal-dialog { position: relative; width: min(520px,100%); padding: 32px; border-radius: 8px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.trial-modal-close { position: absolute; right: 16px; top: 16px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: #596a65; display: grid; place-items: center; cursor: pointer; }
.trial-modal-close:hover { background: #f1f5f3; }
.trial-modal-close svg { width: 17px; }
.trial-modal-head { display: flex; gap: 15px; padding-right: 40px; margin-bottom: 26px; }
.trial-modal-head > span { width: 45px; height: 45px; border-radius: 7px; background: var(--green); color: #fff; display: grid; place-items: center; flex: 0 0 auto; }
.trial-modal-head > span svg { width: 20px; }
.trial-modal-head small { color: var(--green); font-size: 11px; }
.trial-modal-head h2 { margin: 3px 0 8px; color: var(--green); font-size: 26px; }
.trial-modal-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.trial-modal-form { display: grid; gap: 16px; }
.trial-modal-form label { display: flex; flex-direction: column; gap: 7px; }
.trial-modal-form label > span { font-size: 12px; font-weight: 500; color: #364a45; }
.trial-modal-form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid #d7dfdb; border-radius: 6px; background: #fff; color: var(--ink); outline: 0; font: inherit; font-size: 13px; }
.trial-modal-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(18,63,58,.08); }
.trial-modal-form input:user-invalid { border-color: #bd5d50; }
.trial-modal-form label > small { color: #87928e; font-size: 9px; }
.trial-modal-submit { width: 100%; margin-top: 2px; }
.trial-modal-submit svg { width: 15px; }
.trial-modal-result { min-height: 18px; margin: 13px 0 0; text-align: center; color: var(--green); font-size: 11px; }
.trial-modal-open { overflow: hidden; }
@media (max-width: 520px) { .trial-modal { padding: 12px; } .trial-modal-dialog { padding: 25px 20px; } .trial-modal-head h2 { font-size: 23px; } }
