:root {
  --ink: #142033;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #d8e6f8;
  --paper: #f4f8ff;
  --white: #ffffff;
  --brand: #4f8df7;
  --brand-dark: #2f5f9f;
  --brand-strong: #377ce8;
  --brand-light: #edf6ff;
  --sky: #f7fbff;
  --gold: #c9963e;
  --success: #0f9f6e;
  --shadow: 0 18px 55px rgba(79, 141, 247, 0.13);
  --soft-shadow: 0 12px 34px rgba(47, 95, 159, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, #f7fbff 360px, #f4f8ff 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  line-height: 1.72;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.topbar {
  background: #2f5f9f;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.topbar .container,
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar .container {
  min-height: 36px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(216, 230, 248, 0.95);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.site-header .container {
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 330px;
}

.brand > span:last-child {
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(79, 141, 247, 0.26);
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  color: var(--brand);
  font-weight: 900;
}

.brand-name {
  display: block;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.brand-sub {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--brand-dark);
  font-size: 24px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 27px 14px;
  color: #334155;
  font-size: 15px;
  font-weight: 800;
}

.nav-link:hover,
.nav-item:hover .nav-link,
.nav-link.active {
  color: var(--brand);
}

.nav-link.login-link {
  margin-left: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(79, 141, 247, 0.24);
  border-radius: 999px;
  background: var(--brand-light);
  color: var(--brand);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-item:hover .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink-soft);
  font-size: 14px;
}

.dropdown a:hover {
  background: var(--brand-light);
  color: var(--brand-dark);
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 18%, rgba(96, 165, 250, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 242, 255, 0.88)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1900&q=82")
      center / cover;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(0deg, var(--paper), rgba(244, 248, 255, 0));
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 46px;
  min-height: 680px;
  align-items: center;
  padding: 70px 0 130px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
}

.eyebrow::before {
  width: 38px;
  height: 2px;
  background: var(--brand);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--brand-dark);
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.hero p {
  max-width: 700px;
  margin-bottom: 34px;
  color: #334155;
  font-size: 18px;
  overflow-wrap: anywhere;
}

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

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--brand);
  color: var(--white);
  font-weight: 900;
}

.btn:hover {
  background: var(--brand-strong);
}

.btn.secondary {
  border-color: rgba(79, 141, 247, 0.28);
  background: var(--white);
  color: var(--brand);
}

.hero-card {
  align-self: end;
  padding: 28px;
  border: 1px solid rgba(79, 141, 247, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card h2 {
  margin-bottom: 16px;
  color: var(--brand-dark);
  font-size: 24px;
}

.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: var(--ink-soft);
}

.check-list li::before {
  color: var(--brand);
  content: "✓";
  font-weight: 900;
}

.quick-panel {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}

.quick-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-card {
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-card:last-child {
  border-right: 0;
}

.quick-card small {
  color: var(--brand);
  font-weight: 900;
}

.quick-card h3 {
  margin: 8px 0 6px;
  color: var(--brand-dark);
  font-size: 20px;
}

.quick-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

section {
  padding: 86px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 36px;
}

.kicker {
  margin-bottom: 9px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

h2 {
  margin-bottom: 0;
  color: var(--brand-dark);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
}

.section-head p,
.lead {
  margin-bottom: 0;
  color: var(--muted);
}

.band-white {
  background: var(--white);
}

.about-grid,
.split-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.photo-frame {
  position: relative;
  min-height: 430px;
}

.photo-frame img {
  width: 84%;
  height: 390px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-frame .overlap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 210px;
  border: 10px solid var(--paper);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.stat {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stat strong {
  display: block;
  color: var(--brand);
  font-size: 28px;
  line-height: 1.2;
}

.stat span {
  color: var(--muted);
  font-size: 13px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card,
.service-card,
.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.card,
.service-card {
  padding: 28px;
}

.service-card {
  min-height: 292px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: var(--soft-shadow);
}

.num {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--brand-light);
  color: var(--brand);
  font-weight: 900;
}

.card h3,
.service-card h3 {
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: 22px;
}

.card p,
.service-card p {
  color: var(--muted);
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  padding: 8px 0;
  border-top: 1px solid rgba(216, 230, 248, 0.9);
  color: var(--ink-soft);
  font-size: 14px;
}

.process-band {
  background: linear-gradient(180deg, #edf5ff, #f7fbff);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 28px;
}

.process-side {
  padding: 30px;
  border-radius: 8px;
  background: var(--brand-dark);
  color: var(--white);
}

.process-side h2,
.process-side .kicker {
  color: var(--white);
}

.process-side p {
  color: rgba(255, 255, 255, 0.82);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.step {
  min-height: 220px;
  padding: 24px;
  background: var(--white);
}

.step span {
  color: var(--brand);
  font-weight: 900;
}

.step h3 {
  margin: 18px 0 8px;
  color: var(--brand-dark);
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

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

.case-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.case-card small {
  color: var(--brand);
  font-weight: 900;
}

.case-card h3 {
  margin: 10px 0 5px;
  color: var(--brand-dark);
}

.case-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.inner-hero {
  padding: 70px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(47, 95, 159, 0.9), rgba(79, 141, 247, 0.68)),
    url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1800&q=82")
      center / cover;
}

.inner-hero .container {
  display: grid;
  gap: 14px;
}

.breadcrumb {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.inner-hero h1 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(34px, 5vw, 58px);
}

.inner-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.subnav {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.subnav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 0;
}

.subnav a {
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.subnav a:hover,
.subnav a.active {
  border-color: var(--line);
  background: var(--brand-light);
  color: var(--brand);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 34px;
  align-items: start;
}

.article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.article h2 {
  margin: 36px 0 14px;
  font-size: 30px;
}

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

.article h3 {
  margin: 24px 0 8px;
  color: var(--brand-dark);
  font-size: 21px;
}

.article p {
  color: var(--ink-soft);
}

.article ul,
.article ol {
  color: var(--ink-soft);
}

.sidebox {
  position: sticky;
  top: 100px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.sidebox h3 {
  margin-bottom: 14px;
  color: var(--brand-dark);
}

.sidebox a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}

.sidebox a:hover {
  color: var(--brand);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--brand-light);
  color: var(--brand-dark);
  font-weight: 900;
}

tr:last-child td {
  border-bottom: 0;
}

.contact-section {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 76% 12%, rgba(96, 165, 250, 0.28), transparent 32%),
    var(--brand-dark);
  color: var(--white);
}

.contact-section h2,
.contact-section .kicker {
  color: var(--white);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-card span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

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

.form {
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: #344248;
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfcff;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form .btn {
  width: 100%;
  margin-top: 14px;
}

.footer {
  background: var(--brand-dark);
  color: rgba(255, 255, 255, 0.68);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.float-tools {
  display: none;
}

.login-page {
  min-height: calc(100vh - 144px);
  padding: 76px 0;
  background:
    radial-gradient(circle at 76% 16%, rgba(96, 165, 250, 0.26), transparent 30%),
    linear-gradient(135deg, #ffffff, #edf5ff);
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 420px;
  gap: 42px;
  align-items: center;
}

.login-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.login-panel h1 {
  margin-bottom: 12px;
  font-size: 36px;
}

.login-panel p {
  color: var(--muted);
}

.login-panel form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.login-note {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--brand-light);
  color: var(--ink-soft);
}

.chat-launcher {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: flex;
  min-width: 142px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 16px 36px rgba(79, 141, 247, 0.3);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.chat-launcher:hover {
  background: var(--brand-strong);
}

.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 70;
  display: none;
  width: min(380px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 118px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(47, 95, 159, 0.2);
}

.chat-widget.open {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--brand), #8fc2ff);
  color: var(--white);
}

.chat-head strong {
  display: block;
  line-height: 1.2;
}

.chat-head span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.chat-close {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
}

.chat-body {
  overflow-y: auto;
  padding: 16px;
  background: #f7fbff;
}

.chat-message {
  max-width: 86%;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--ink-soft);
  font-size: 14px;
}

.chat-message.agent {
  border: 1px solid var(--line);
  background: var(--white);
}

.chat-message.user {
  margin-left: auto;
  background: var(--brand);
  color: var(--white);
}

.chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 12px;
}

.chat-quick button {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--brand);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.chat-login-required {
  display: grid;
  gap: 14px;
  padding: 16px;
  text-align: center;
}

.chat-sources {
  display: grid;
  gap: 6px;
  margin: -2px 0 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 12px;
}

.chat-sources strong {
  color: var(--brand-dark);
}

.chat-sources span {
  display: block;
}

.chat-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.chat-foot input {
  min-height: 40px;
}

.chat-foot button {
  min-width: 72px;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.chat-foot button:disabled,
.chat-foot input:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

@media (max-width: 1020px) {
  .site-header .container {
    flex-wrap: wrap;
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 62px);
    min-width: 0;
  }

  .nav-toggle {
    flex: 0 0 42px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
  }

  .nav.open {
    display: block;
  }

  .nav-list {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .nav-link {
    padding: 12px 0;
  }

  .nav-link.login-link {
    display: inline-flex;
    margin-left: 0;
  }

  .dropdown {
    position: static;
    display: none;
    min-width: auto;
    padding: 0 0 8px 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-item:hover .dropdown {
    display: block;
  }

  .hero-inner,
  .about-grid,
  .split-grid,
  .process-grid,
  .contact-grid,
  .content-grid,
  .section-head,
  .login-shell {
    grid-template-columns: 1fr;
  }

  .quick-grid,
  .card-grid,
  .steps,
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sidebox {
    position: static;
  }
}

@media (max-width: 660px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .topbar .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
  }

  .brand-name {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    position: relative;
  }

  .nav {
    grid-column: 1 / -1;
  }

  .nav-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
  }

  .site-header .brand {
    padding-right: 58px;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 70px 0 108px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .inner-hero h1 {
    font-size: 34px;
  }

  .quick-panel {
    margin-top: -48px;
  }

  .quick-grid,
  .card-grid,
  .steps,
  .case-grid,
  .stats,
  .contact-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  section {
    padding: 62px 0;
  }

  .photo-frame {
    min-height: 340px;
  }

  .photo-frame img {
    width: 92%;
    height: 300px;
  }

  .photo-frame .overlap {
    width: 56%;
    height: 150px;
    border-width: 7px;
  }

  .article {
    padding: 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .chat-launcher {
    right: 14px;
    bottom: 14px;
    min-width: 118px;
  }

  .chat-widget {
    right: 14px;
    bottom: 72px;
    width: calc(100vw - 28px);
    height: min(560px, calc(100vh - 100px));
  }
}
