:root {
  --bg: #f7f4ee;
  --surface: #fffdf9;
  --ink: #18222f;
  --muted: #5f6d7c;
  --line: rgba(24, 34, 47, 0.08);
  --primary: #0d5c63;
  --primary-strong: #093f45;
  --accent: #d9a441;
  --shadow: 0 20px 50px rgba(9, 22, 34, 0.08);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Manrope, "Noto Sans SC", "PingFang SC", sans-serif;
  background: radial-gradient(circle at top left, #fffaf1 0, var(--bg) 42%, #efe8db 100%);
  color: var(--ink);
  line-height: 1.65;
}

.site-topbar {
  border-bottom: 1px solid var(--line);
  background: #102331;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(247, 244, 238, 0.9);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-stack {
  display: grid;
  gap: 2px;
}

.brand-stack small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #1f8d96);
  color: white;
}

.brand-mark-image {
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
}

.brand-mark-image img {
  width: 46px;
  height: 46px;
  display: block;
}

.menu-list {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-toggle {
  display: none;
}

.header-phone {
  padding: 10px 16px;
  border-radius: 999px;
  background: #efe7d5;
  font-weight: 700;
}

.hero {
  padding: 72px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13, 92, 99, 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero h1,
.section-heading h2,
.cta-inner h2,
.single-content h1 {
  margin: 16px 0;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  max-width: 10ch;
}

.hero p {
  max-width: 54ch;
  color: var(--muted);
  font-size: 18px;
}

.hero-card,
.info-card,
.post-card,
.download-item,
.news-item,
.single-content {
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 28px;
  background: linear-gradient(180deg, #0d5c63, #0a454a);
  color: white;
}

.hero-card ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-tags span,
.city-cloud span {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.hero-hotline {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-hotline span {
  display: block;
  margin-bottom: 8px;
  opacity: 0.78;
}

.hero-hotline strong {
  display: block;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
}

.hero-hotline p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), #1b8087);
}

.button-secondary {
  border: 1px solid var(--line);
  background: #fff;
}

.section {
  padding: 44px 0;
}

.service-strip-wrap {
  padding-top: 8px;
}

.quick-links-wrap {
  padding-top: 0;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.quick-link-card {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.quick-link-card strong {
  color: var(--primary-strong);
}

.quick-link-card span {
  color: var(--muted);
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.trust-grid {
  display: grid;
  gap: 14px;
}

.trust-grid article {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(16, 35, 49, 0.04);
  border: 1px solid var(--line);
}

.trust-grid strong {
  display: block;
  margin-bottom: 6px;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.service-tile {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(245, 239, 228, 0.88));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-tile strong {
  color: var(--accent);
  letter-spacing: 0.08em;
}

.service-tile h3 {
  margin: 10px 0 8px;
}

.section-muted {
  background: rgba(255, 255, 255, 0.42);
}

.section-heading {
  margin-bottom: 20px;
  text-align: center;
}

.section-heading.left {
  text-align: left;
}

.section-heading h2,
.single-content h1 {
  font-size: clamp(28px, 4vw, 44px);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.info-card,
.post-card,
.news-item {
  padding: 24px;
}

.info-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.info-card .meta-list {
  margin-top: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid .info-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.info-card h3,
.post-card h2,
.news-item h3 {
  margin-top: 0;
}

.meta-list {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.meta-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--line);
}

.meta-list dt {
  color: var(--muted);
}

.meta-list dd {
  margin: 0;
  font-weight: 700;
}

.text-link {
  color: var(--primary);
  font-weight: 800;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.download-list,
.news-list {
  display: grid;
  gap: 14px;
}

.shortcode-grid,
.shortcode-stack {
  margin-top: 22px;
}

.city-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.download-item {
  display: block;
  padding: 18px 20px;
}

.download-item span,
.news-item p,
.info-card p,
.post-card p,
.footer-list,
.entry-content,
.single-content p {
  color: var(--muted);
}

.cta-band {
  padding-bottom: 72px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-card,
.contact-panel {
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.process-card {
  padding: 24px;
}

.process-card strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(13, 92, 99, 0.12);
  color: var(--primary);
}

.process-card h3 {
  margin-bottom: 8px;
}

.contact-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.contact-item {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 14px;
}

.contact-item strong {
  font-size: 18px;
}

.map-card {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.map-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px 20px;
}

.map-card-header h3 {
  margin: 10px 0 0;
}

.map-card-header p,
.map-meta span {
  color: var(--muted);
}

.map-shell {
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-meta {
  display: grid;
  gap: 6px;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.consult-form {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.consult-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.consult-form label,
.consult-full {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.consult-form span {
  font-size: 14px;
}

.consult-form input,
.consult-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(24, 34, 47, 0.14);
  border-radius: 14px;
  font: inherit;
  background: #fff;
}

.form-notice {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.form-notice.success {
  background: rgba(28, 128, 91, 0.12);
  color: #0a6a44;
}

.form-notice.error {
  background: rgba(176, 54, 54, 0.12);
  color: #8e2727;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #102331, #1f3f4a);
  color: white;
}

.content-layout {
  max-width: 920px;
}

.archive-intro {
  max-width: 56ch;
  color: var(--muted);
}

.single-content {
  padding: 32px;
}

.page-cta-panel {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(16, 35, 49, 0.96), rgba(13, 92, 99, 0.88));
  color: white;
}

.page-cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.article-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.3);
}

.footer-lists {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-tags,
.footer-links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.footer-tags span,
.footer-links-inline a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.78);
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.copyright {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

body.consult-open {
  overflow: hidden;
}

.customer-service-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.customer-service-mini {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(16, 35, 49, 0.92);
  box-shadow: 0 12px 28px rgba(9, 22, 34, 0.18);
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.consult-float-button {
  display: grid;
  gap: 2px;
  min-width: 132px;
  padding: 14px 18px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  box-shadow: 0 18px 40px rgba(9, 22, 34, 0.22);
  color: white;
  cursor: pointer;
}

.consult-float-button span {
  font-size: 13px;
  opacity: 0.82;
}

.consult-float-button strong {
  font-size: 18px;
}

.consult-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.consult-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 20, 31, 0.58);
  backdrop-filter: blur(8px);
}

.consult-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  padding: 26px;
  overflow: auto;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffdf9, #f8f2e8);
  box-shadow: 0 30px 80px rgba(9, 22, 34, 0.2);
}

.consult-dialog-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.consult-dialog-header h2 {
  margin: 12px 0 8px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

.consult-dialog-header p {
  margin: 0;
  color: var(--muted);
}

.consult-dialog-close {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font: inherit;
  cursor: pointer;
}

.consult-dialog-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 20px;
}

.consult-dialog-side,
.consult-dialog-main {
  display: grid;
  gap: 18px;
}

.consult-dialog-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--shadow);
}

.consult-dialog-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.consult-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.consult-dialog .contact-panel,
.consult-dialog .consult-form {
  margin-top: 0;
}

@media (max-width: 900px) {
  .hero-grid,
  .service-strip,
  .quick-links-grid,
  .trust-panel,
  .two-column,
  .card-grid,
  .process-grid,
  .consult-grid,
  .footer-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .topbar-inner {
    flex-direction: column;
  }

  .map-shell {
    min-height: 300px;
  }

  .consult-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 18px;
  }

  .consult-dialog-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.98);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav.is-open {
    display: block;
  }

  .menu-list {
    flex-direction: column;
  }

  .menu-toggle {
    display: inline-flex;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }

  .header-phone {
    display: none;
  }
}

@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .customer-service-dock {
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .customer-service-mini {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .consult-float-button {
    min-width: 118px;
    padding: 12px 14px;
  }

  .consult-dialog-header {
    flex-direction: column;
  }
}
