:root {
  --bg: #f6f8f3;
  --bg-strong: #ffffff;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --ink: #101814;
  --muted: #5d685f;
  --line: rgba(16, 33, 25, 0.12);
  --accent: #08a652;
  --accent-dark: #04793c;
  --accent-soft: #daf4e3;
  --highlight: #f5b84b;
  --blue: #2563eb;
  --coral: #ef6f5e;
  --shadow: 0 18px 60px rgba(12, 31, 20, 0.12);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 8px;
  --shell: min(1180px, calc(100vw - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(8, 166, 82, 0.09), transparent 32%),
    linear-gradient(240deg, rgba(245, 184, 75, 0.16), transparent 28%),
    linear-gradient(180deg, #f7faf4 0%, #eef5f0 46%, #fbfcf8 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

p {
  margin: 0;
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0;
}

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

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 33, 25, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 33, 25, 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 82%);
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(244, 248, 241, 0.78);
  border-bottom: 1px solid rgba(16, 33, 25, 0.08);
}

.header-row,
.footer-row,
.hero-grid,
.intro-grid,
.experience-grid,
.trust-grid,
.cta-card {
  display: grid;
  gap: 1.5rem;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 5.75rem;
}

.header-actions {
  display: flex;
  gap: 0.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  justify-self: start;
}

.brand-logo {
  width: clamp(9.5rem, 18vw, 12rem);
  height: auto;
  border-radius: 999px;
  object-fit: contain;
  aspect-ratio: 1;
  filter: drop-shadow(0 8px 24px rgba(8, 166, 82, 0.15));
  transition: filter 300ms ease;
}

.brand-logo:hover {
  filter: drop-shadow(0 12px 32px rgba(8, 166, 82, 0.25));
}

.site-nav {
  display: inline-flex;
  justify-content: center;
  gap: 1.6rem;
}

.site-nav a,
.footer-links a {
  text-decoration: none;
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover,
.section-body a:hover,
.trust-card a:hover,
.legal-panel a:hover {
  color: var(--accent-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.3rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #11c464 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(8, 166, 82, 0.28);
}

.button-primary:hover {
  box-shadow: 0 22px 38px rgba(8, 166, 82, 0.34);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(16, 33, 25, 0.14);
  background: rgba(255, 255, 255, 0.5);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.88);
}

.button-compact {
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
}

.hero {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  align-items: center;
  gap: 3rem;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6.4vw, 6.4rem);
  line-height: 0.97;
}

.eyebrow,
.section-kicker,
.timeline-step,
.legal-meta span {
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: var(--accent-dark);
  background: rgba(8, 166, 82, 0.11);
}

.hero-text,
.section-body {
  max-width: 62ch;
  font-size: 1.06rem;
  color: var(--muted);
}

.hero-text {
  margin-top: 1.35rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--ink);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--highlight));
}

.hero-visual {
  position: relative;
  min-height: clamp(420px, 54vw, 620px);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(16, 24, 20, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #dfe7df;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 24, 20, 0.08), transparent 36%, rgba(16, 24, 20, 0.18));
  pointer-events: none;
}

.hero-status-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 0.15rem;
  min-width: 13rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 33, 25, 0.08);
  box-shadow: 0 18px 48px rgba(16, 24, 20, 0.16);
  backdrop-filter: blur(16px);
}

.hero-status-card span {
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-status-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.status-top {
  top: 1.25rem;
  right: 1.25rem;
}

.status-bottom {
  left: 1.25rem;
  bottom: 1.25rem;
}

.hero-card,
.service-card,
.workflow-card,
.timeline-item,
.trust-card,
.trust-item,
.legal-panel,
.cta-card,
.intro-strip,
.legal-toolbar {
  border: 1px solid rgba(16, 33, 25, 0.08);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card,
.service-card,
.workflow-card,
.timeline-item,
.trust-card,
.trust-item,
.legal-panel,
.cta-card {
  border-radius: var(--radius-xl);
  padding: 1.65rem;
}

.hero-brand-card {
  padding: 2rem;
}

.hero-brand-mark {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(8, 166, 82, 0.12);
}

.hero-brand-mark img {
  width: 100%;
  margin: 0 auto;
}

.hero-brand-title {
  margin-top: 1.25rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.hero-brand-body,
.metric-label,
.service-card p,
.timeline-item p,
.trust-item p,
.legal-panel p,
.footer-row p {
  color: var(--muted);
}

.hero-metrics-card {
  display: grid;
  gap: 0.9rem;
}

.metric {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 33, 25, 0.08);
}

.metric-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.intro-strip {
  width: var(--shell);
  margin: 0 auto;
  padding: 1.65rem;
  border-radius: var(--radius-xl);
}

.intro-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.7rem;
}

.section-heading h2,
.intro-grid h2,
.experience-copy h2,
.trust-card h2,
.cta-card h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  max-width: 14ch;
}

.service-grid,
.workflow-grid,
.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.workflow-card {
  min-height: 15rem;
  padding: 2rem;
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 32px rgba(12, 31, 20, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.service-card:hover,
.workflow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(12, 31, 20, 0.12);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 166, 82, 0.14), rgba(240, 198, 106, 0.24));
  color: var(--accent-dark);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.service-card h3,
.workflow-card h3,
.timeline-item h3,
.trust-item h3,
.legal-panel h3 {
  margin-top: 1rem;
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}

.workflow-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(16, 24, 20, 0.02), rgba(8, 166, 82, 0.05)),
    transparent;
}

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

.workflow-card {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 4px solid var(--accent);
}

.workflow-card:nth-child(2) {
  border-top-color: var(--blue);
}

.workflow-card:nth-child(3) {
  border-top-color: var(--highlight);
}

.workflow-card:nth-child(4) {
  border-top-color: var(--coral);
}

.workflow-number {
  color: rgba(16, 24, 20, 0.28);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

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

.accent-section {
  position: relative;
}

.experience-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.3rem;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  position: relative;
  padding-left: 4.6rem;
}

.timeline-step {
  position: absolute;
  left: 1.55rem;
  top: 1.7rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--accent-dark);
}

.trust-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.trust-list {
  gap: 1rem;
}

.legal-section {
  padding-bottom: 5rem;
}

.legal-toolbar {
  display: inline-flex;
  gap: 0.8rem;
  padding: 0.6rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}

.legal-tab {
  min-height: 2.9rem;
  padding: 0.7rem 1.1rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.legal-tab.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  box-shadow: 0 12px 24px rgba(8, 166, 82, 0.22);
}

.legal-panels {
  position: relative;
}

.legal-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 246, 0.92)),
    #ffffff;
}

.legal-panel[hidden] {
  display: none;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.legal-meta span {
  color: var(--accent-dark);
}

.cta-section {
  padding-top: 0;
}

.cta-card {
  grid-template-columns: 1fr auto;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(240, 198, 106, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(8, 166, 82, 0.08), rgba(255, 255, 255, 0.92));
}

.site-footer {
  padding: 0 0 2.2rem;
}

.footer-row {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(16, 33, 25, 0.08);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .header-row,
  .hero-grid,
  .intro-grid,
  .experience-grid,
  .trust-grid,
  .cta-card,
  .footer-row {
    grid-template-columns: 1fr;
  }

  .header-row {
    padding: 1rem 0;
  }

  .hero-visual {
    min-height: 460px;
  }

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

  .site-nav {
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .button-compact {
    width: fit-content;
  }

  .section-heading h2,
  .intro-grid h2,
  .experience-copy h2,
  .trust-card h2,
  .cta-card h2 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 3.3rem 0;
  }

  .hero {
    padding-top: 3.2rem;
  }

  .site-header {
    position: static;
  }

  .site-nav {
    font-size: 0.92rem;
  }

  .brand-logo {
    width: clamp(10.5rem, 52vw, 13rem);
  }

  .service-grid,
  .workflow-grid,
  .trust-list {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-status-card {
    min-width: 10rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .timeline-item {
    padding-left: 1.65rem;
  }

  .timeline-step {
    position: static;
    display: inline-block;
    writing-mode: initial;
    transform: none;
    margin-bottom: 0.8rem;
  }

  .legal-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--radius-lg);
  }

  .legal-tab {
    width: 100%;
  }

  .cta-card {
    justify-items: start;
  }
}

.chat-widget {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.chat-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 4.6rem;
  height: 4.6rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--accent), #11c464);
  color: white;
  cursor: pointer;
  box-shadow: 0 22px 42px rgba(8, 166, 82, 0.22);
  animation: chatPulse 2s infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 26px 50px rgba(8, 166, 82, 0.35);
}

@keyframes chatPulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 22px 42px rgba(8, 166, 82, 0.22);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 26px 50px rgba(8, 166, 82, 0.28);
  }
}

.chat-toggle img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  padding: 0.25rem;
}

.chat-panel {
  width: 420px;
  max-width: calc(100vw - 2rem);
  height: 520px;
  min-height: 380px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
  box-shadow: 0 20px 60px rgba(16, 33, 25, 0.18);
  border: 1px solid rgba(16, 33, 25, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform-origin: bottom right;
  transition: transform 220ms ease, opacity 180ms ease;
}

.chat-panel.hidden {
  display: none;
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.2rem 1.2rem 1rem;
  border-bottom: 1px solid rgba(16, 33, 25, 0.08);
  background: linear-gradient(135deg, rgba(8, 166, 82, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}

.chat-brand {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  object-fit: contain;
  background: #ffffff;
  padding: 0.4rem;
  border: 1.5px solid rgba(8, 166, 82, 0.2);
  box-shadow: 0 4px 12px rgba(8, 166, 82, 0.1);
}

.chat-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}

.chat-close {
  margin-left: auto;
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 200ms ease, transform 200ms ease;
}

.chat-close:hover {
  color: var(--ink);
  transform: scale(1.15);
}

.chat-subtitle {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.chat-messages {
  flex: 1 1 0;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.chat-message {
  max-width: 85%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  line-height: 1.55;
  word-break: break-word;
  white-space: pre-wrap;
  font-size: 0.95rem;
}

.chat-message.user {
  background: linear-gradient(135deg, rgba(8, 166, 82, 0.18) 0%, rgba(8, 166, 82, 0.08) 100%);
  color: var(--ink);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 8px rgba(8, 166, 82, 0.1);
  font-weight: 500;
}

.chat-message.ai {
  background: linear-gradient(135deg, rgba(240, 198, 106, 0.06) 0%, rgba(16, 33, 25, 0.04) 100%);
  color: var(--ink);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 8px rgba(16, 33, 25, 0.06);
  border-left: 3px solid rgba(8, 166, 82, 0.3);
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 246, 0.96) 100%);
  border-top: 1px solid rgba(16, 33, 25, 0.06);
}

.chat-form input {
  width: 100%;
  min-width: 0;
  border: 1.5px solid rgba(16, 33, 25, 0.12);
  border-radius: 999px;
  padding: 1rem 1.2rem;
  font-size: 0.95rem;
  color: var(--ink);
  background: #ffffff;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  font-family: inherit;
}

.chat-form input:focus {
  outline: none;
  border-color: rgba(8, 166, 82, 0.3);
  box-shadow: 0 0 0 3px rgba(8, 166, 82, 0.08);
}

.chat-form input::placeholder {
  color: rgba(16, 33, 25, 0.4);
}

.chat-form button {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, #11c464 100%);
  color: white;
  padding: 1rem 1.4rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 4px 12px rgba(8, 166, 82, 0.2);
}

.chat-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(8, 166, 82, 0.3);
}

.chat-form button:active {
  transform: translateY(0);
}

.chat-brand,
.chat-toggle img {
  border-radius: 999px;
  object-fit: contain;
}

/* Chat widget enhancements: actions, images, galleries, lists, carousel */
.chat-actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chat-action-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  margin: 4px 4px 0 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8,166,82,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(8,166,82,0.08);
  color: var(--accent-dark);
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.92rem;
}

.chat-action-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(8,166,82,0.08); }

.chat-image-wrapper { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.chat-image { width: 220px; border-radius: 12px; object-fit: cover; }
.chat-image-gallery { display: flex; gap: 8px; overflow-x: auto; padding: 6px 0; }

.chat-carousel { display: flex; gap: 12px; overflow-x: auto; padding: 8px 0; }
.chat-carousel-item {
  min-width: 200px;
  max-width: 280px;
  background: var(--surface);
  border-radius: 12px;
  padding: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(16,33,25,0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-card-title { font-weight: 700; color: var(--ink); font-size: 0.98rem; }
.chat-card-subtitle { color: var(--muted); font-size: 0.88rem; }

.chat-list { margin-top: 8px; padding: 0; width: 100%; display: block; }
.chat-list-item { display: flex; flex-direction: column; background: var(--surface-strong); padding: 10px; margin-bottom: 8px; border-radius: 8px; border: 1px solid var(--line); cursor: pointer; }
.chat-list-item h4 { margin: 0; font-size: 0.95rem; font-weight: 700; }
.chat-list-item p { margin: 4px 0 0; color: var(--muted); font-size: 0.86rem; }
