:root {
  --bg: #f7f2eb;
  --bg-2: #eee6da;
  --bg-3: #e4ddd0;
  --bg-sage: #dfe7e1;
  --bg-copper: #e7d2bf;
  --paper: rgba(255, 255, 255, 0.74);
  --paper-strong: #fffdf9;
  --paper-dark: #102720;
  --ink: #111917;
  --muted: #61706c;
  --brand: #0d2d25;
  --brand-2: #b56d3e;
  --brand-3: #d8c3aa;
  --brand-4: #7c948c;
  --line: rgba(17, 25, 23, 0.1);
  --shadow: 0 22px 70px rgba(13, 45, 37, 0.12);
  --shadow-soft: 0 12px 30px rgba(13, 45, 37, 0.08);
  --radius: 30px;
  --radius-sm: 20px;
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(181, 109, 62, 0.16), transparent 20%),
    radial-gradient(circle at 100% 0%, rgba(13, 45, 37, 0.16), transparent 24%),
    linear-gradient(180deg, #fbf8f3 0%, var(--bg) 28%, var(--bg-2) 68%, var(--bg-3) 100%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(247, 242, 235, 0.68);
  border-bottom: 1px solid rgba(17, 25, 23, 0.06);
}

.nav-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 15rem;
  height: 3.3rem;
  background: url("assets/logo-wordmark.svg") left center/contain no-repeat;
  color: transparent;
  font-size: 0;
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  display: none;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  font-size: 0.77rem;
  color: color-mix(in srgb, var(--muted) 88%, white);
  letter-spacing: 0.01em;
  text-transform: none;
  max-width: 14.5rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.site-nav a.button-primary,
.site-nav a.button-primary:hover {
  color: #fff9f1;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.4rem;
}

.nav-toggle span {
  display: block;
  width: 1.55rem;
  height: 2px;
  margin: 0.28rem 0;
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.98rem 1.45rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: #fff9f1;
  background: linear-gradient(135deg, #143931, var(--brand));
  box-shadow: 0 16px 35px rgba(13, 45, 37, 0.18);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid rgba(17, 25, 23, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.button-light {
  color: var(--brand);
  background: rgba(255, 249, 239, 0.96);
}

.button-small {
  padding: 0.78rem 1.08rem;
}

.hero,
.subhero,
.section {
  padding: 6.5rem 0;
}

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(181, 109, 62, 0.12), transparent 22%),
    radial-gradient(circle at 85% 22%, rgba(124, 148, 140, 0.22), transparent 18%);
  pointer-events: none;
}

.section-tight {
  padding-top: 3rem;
}

.hero-grid,
.split-layout,
.story-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.hero-copy h1,
.subhero-shell h1,
.section-heading h2,
.story-copy h2,
.split-layout h2,
.cta-band-shell h2,
.hero-route h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  max-width: 10.5ch;
  margin: 0 0 1.15rem;
}

.subhero-shell h1,
.section-heading h2,
.story-copy h2,
.split-layout h2,
.cta-band-shell h2,
.hero-route h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.3rem);
  margin: 0 0 1.15rem;
}

.lead,
.subhero-shell p,
.section-heading p,
.story-copy p,
.hero-copy p,
.contact-sidebar p,
.detail-card p,
.service-card p,
.location-card p {
  color: var(--muted);
}

.lead {
  font-size: 1.16rem;
  max-width: 52ch;
}

.eyebrow,
.card-kicker,
.route-label {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--brand-2);
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2.2rem 0 1.2rem;
}

.guarantee-note {
  margin: 0 0 1.8rem;
  display: inline-flex;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(13, 45, 37, 0.1);
  color: var(--brand);
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.hero-stats,
.metric-row,
.route-grid,
.route-footer,
.card-grid,
.location-grid,
.values-grid,
.audience-grid,
.service-stack {
  display: grid;
  gap: 1.2rem;
}

.hero-stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5rem;
}

.hero-stats div,
.route-panel,
.route-footer article,
.service-card,
.location-card,
.detail-card,
.story-panel,
.contact-card,
.info-panel,
.audience-card {
  padding: 1.55rem;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 244, 237, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.hero-stats div:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(231, 210, 191, 0.66));
}

.hero-stats div:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(223, 231, 225, 0.72));
}

.hero-stats div:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(238, 230, 218, 0.82));
}

.hero-stats strong,
.service-card h3,
.location-card h3,
.detail-card h2,
.info-panel h2,
.audience-card h3,
.route-panel strong,
.site-footer h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.03em;
}

.hero-route .route-card {
  padding: 1.55rem;
  border-radius: calc(var(--radius) + 10px);
  background:
    radial-gradient(circle at top right, rgba(181, 109, 62, 0.18), transparent 30%),
    linear-gradient(160deg, rgba(16, 39, 32, 0.98), rgba(26, 60, 50, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(13, 45, 37, 0.24);
  color: #f7f2eb;
}

.route-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 1.25rem;
}

.route-panel {
  min-height: 180px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.route-panel:hover,
.service-card:hover,
.location-card:hover,
.text-link:hover,
.photo-card:hover,
.review-card:hover,
.pricing-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.route-panel:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.route-panel span {
  display: block;
  margin-bottom: 0.6rem;
  color: #d7b18f;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.route-panel strong,
.route-footer article strong,
.route-footer article p,
.hero-route h2,
.route-label {
  color: #f7f2eb;
}

.route-footer {
  grid-template-columns: 1fr 1fr;
  margin-top: 1.2rem;
}

.trust-strip {
  border-top: 1px solid rgba(17, 25, 23, 0.06);
  border-bottom: 1px solid rgba(17, 25, 23, 0.06);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(223, 231, 225, 0.4), rgba(231, 210, 191, 0.32));
  backdrop-filter: blur(10px);
}

.trust-grid {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
  padding: 1.25rem 0;
}

.trust-grid p {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.trust-grid ul,
.tick-list,
.detail-card ul,
.footer-grid ul,
.contact-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  color: var(--muted);
}

.trust-grid li {
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 25, 23, 0.06);
  font-weight: 700;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2.4rem;
}

.section-heading p {
  max-width: 56ch;
}

.card-grid,
.location-grid,
.values-grid {
  grid-template-columns: repeat(3, 1fr);
}

.audience-grid,
.service-stack {
  grid-template-columns: repeat(2, 1fr);
}

.check-list {
  display: grid;
  gap: 1rem;
}

.check-list div {
  padding: 1.55rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(223, 231, 225, 0.58));
  border: 1px solid rgba(17, 25, 23, 0.05);
  box-shadow: var(--shadow-soft);
}

.check-list strong {
  display: inline-block;
  margin-bottom: 0.45rem;
}

.tick-list li,
.detail-card li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
}

.tick-list li::before,
.detail-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-2), #e1a06a);
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--brand);
  font-weight: 800;
  gap: 0.35rem;
}

.text-link::after {
  content: "->";
}

.badge-row,
.photo-grid,
.review-grid,
.process-grid,
.pricing-grid,
.local-proof-grid {
  display: grid;
  gap: 1.2rem;
}

.platform-strip {
  padding: 1.4rem 1.55rem;
  border-radius: calc(var(--radius) - 4px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 244, 237, 0.62));
  border: 1px solid rgba(17, 25, 23, 0.07);
  box-shadow: var(--shadow-soft);
}

.platform-strip .eyebrow {
  margin-bottom: 0.9rem;
}

.platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  padding: 0.9rem 1.05rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 25, 23, 0.08);
  color: var(--brand);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: var(--shadow-soft);
}

.badge-row {
  grid-template-columns: repeat(4, 1fr);
}

.badge {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(231, 210, 191, 0.55));
  border: 1px solid rgba(17, 25, 23, 0.08);
  text-align: center;
  font-weight: 800;
  color: var(--brand);
  box-shadow: var(--shadow-soft);
  letter-spacing: -0.01em;
}

.badge:nth-child(2),
.badge:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(223, 231, 225, 0.62));
}

.photo-grid {
  grid-template-columns: repeat(3, 1fr);
}

.photo-card,
.review-card,
.process-card,
.pricing-card,
.local-proof-card {
  padding: 1.6rem;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 244, 237, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:nth-child(3n + 1),
.detail-card:nth-child(3n + 1),
.location-card:nth-child(3n + 1),
.pricing-card:nth-child(3n + 1),
.process-card:nth-child(3n + 1),
.local-proof-card:nth-child(3n + 1),
.review-card:nth-child(3n + 1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(231, 210, 191, 0.56));
}

.service-card:nth-child(3n + 2),
.detail-card:nth-child(3n + 2),
.location-card:nth-child(3n + 2),
.pricing-card:nth-child(3n + 2),
.process-card:nth-child(3n + 2),
.local-proof-card:nth-child(3n + 2),
.review-card:nth-child(3n + 2),
.audience-card:nth-child(2n) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(223, 231, 225, 0.62));
}

.audience-card:nth-child(1),
.service-card:nth-child(3n + 3),
.detail-card:nth-child(3n + 3),
.location-card:nth-child(3n + 3),
.pricing-card:nth-child(3n + 3),
.process-card:nth-child(3n + 3),
.local-proof-card:nth-child(3n + 3),
.review-card:nth-child(3n + 3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(238, 230, 218, 0.74));
}

.audience-card,
.service-card,
.detail-card,
.location-card,
.pricing-card,
.process-card,
.review-card,
.local-proof-card,
.info-panel,
.story-panel,
.contact-card {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.audience-card::before,
.service-card::before,
.detail-card::before,
.location-card::before,
.pricing-card::before,
.process-card::before,
.review-card::before,
.local-proof-card::before,
.info-panel::before,
.story-panel::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-2), rgba(124, 148, 140, 0.78), rgba(216, 195, 170, 0.78));
  opacity: 0.95;
}

.photo-card img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 1rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(217, 193, 165, 0.35), rgba(11, 48, 40, 0.12));
}

.photo-card strong,
.review-card strong,
.pricing-card h3,
.process-card h3,
.local-proof-card h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.03em;
}

.review-grid,
.process-grid,
.pricing-grid,
.local-proof-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-card blockquote {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.review-card small,
.photo-card p,
.pricing-card p,
.process-card p,
.local-proof-card p {
  color: var(--muted);
}

.review-status {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(183, 106, 54, 0.12);
  color: var(--brand-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-card .price-tag,
.process-step {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.38rem 0.65rem;
  border-radius: 999px;
  background: rgba(11, 48, 40, 0.08);
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
  margin-top: 1rem;
}

.legal-links a {
  color: var(--muted);
  font-weight: 700;
}

.mini-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.35rem 1.45rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(223, 231, 225, 0.46));
  border: 1px solid rgba(17, 25, 23, 0.06);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(11, 48, 40, 0.08);
  color: var(--brand);
  font-size: 1.1rem;
  line-height: 1;
}

.faq-list details[open] {
  border-color: rgba(17, 25, 23, 0.12);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0.95rem 0 0;
}

.contact-form {
  display: grid;
  gap: 0.7rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 25, 23, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(181, 109, 62, 0.18);
  border-color: rgba(181, 109, 62, 0.4);
}

.contact-sidebar {
  display: grid;
  gap: 1rem;
}

.cta-band {
  padding: 0 0 5rem;
}

.cta-band-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  padding: 2.35rem;
  border-radius: calc(var(--radius) + 10px);
  background:
    radial-gradient(circle at top right, rgba(181, 109, 62, 0.28), transparent 26%),
    radial-gradient(circle at bottom left, rgba(216, 195, 170, 0.14), transparent 28%),
    linear-gradient(135deg, #0f2b24, #183a31 56%, #21483d 100%);
  color: #fff9f1;
  box-shadow: 0 30px 80px rgba(13, 45, 37, 0.26);
  position: relative;
  overflow: hidden;
}

.cta-band-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.section-accent {
  background:
    linear-gradient(180deg, rgba(223, 231, 225, 0.42), rgba(231, 210, 191, 0.3));
}

.cta-band-shell .eyebrow,
.cta-band-shell p {
  color: rgba(255, 249, 241, 0.82);
}

.site-footer {
  padding: 0 0 3.5rem;
  background:
    linear-gradient(180deg, transparent, rgba(223, 231, 225, 0.22));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr;
  gap: 1.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(17, 25, 23, 0.08);
}

.footer-grid li {
  margin-bottom: 0.65rem;
  color: var(--muted);
}

.footer-grid a:hover,
.legal-links a:hover {
  color: var(--brand);
}

.brand-footer {
  margin-bottom: 1rem;
}

.brand-footer .brand-mark {
  width: 13.4rem;
  height: 3rem;
}

.chatbot {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 0.7rem;
}

.chatbot-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1rem 0.85rem 0.85rem;
  background:
    linear-gradient(135deg, rgba(91, 139, 124, 0.16), transparent 42%),
    linear-gradient(135deg, #0f2c25, #091b17);
  color: #fff9f1;
  font-weight: 800;
  box-shadow:
    0 18px 36px rgba(8, 20, 17, 0.28),
    0 0 0 1px rgba(167, 218, 198, 0.12) inset;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, opacity 180ms ease;
}

.chatbot.is-open .chatbot-toggle {
  opacity: 0;
  transform: translateY(0.5rem);
  pointer-events: none;
}

.chatbot-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(168, 226, 203, 0.12), transparent 66%);
  transform: translateX(-125%);
  transition: transform 320ms ease;
}

.chatbot-toggle:hover::after {
  transform: translateX(125%);
}

.chatbot-toggle-badge {
  position: relative;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(145deg, rgba(149, 211, 186, 0.24), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(151, 207, 185, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(8, 20, 17, 0.22);
}

.chatbot-toggle-badge::before {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border-radius: 0.42rem;
  border: 2px solid rgba(224, 255, 243, 0.92);
  border-top-color: transparent;
  border-right-color: rgba(142, 223, 192, 0.9);
  transform: rotate(45deg);
}

.chatbot-toggle-badge::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #70e3b3;
  box-shadow: 0 0 0 5px rgba(112, 227, 179, 0.12);
}

.chatbot-toggle-copy {
  display: grid;
  text-align: left;
  line-height: 1.1;
}

.chatbot-toggle-copy strong {
  font-size: 0.94rem;
  letter-spacing: -0.01em;
}

.chatbot-toggle-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(214, 237, 228, 0.82);
}

.chatbot-panel {
  width: min(21.75rem, calc(100vw - 1.6rem));
  max-height: min(42rem, calc(100vh - 7rem));
  border: 1px solid rgba(120, 177, 155, 0.16);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(13, 33, 28, 0.98), rgba(9, 23, 20, 0.985));
  box-shadow:
    0 34px 80px rgba(6, 14, 12, 0.42),
    0 0 0 1px rgba(177, 228, 204, 0.05) inset;
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.chatbot-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding: 0.95rem 0.95rem 0.85rem;
  border-bottom: 1px solid rgba(171, 223, 198, 0.08);
}

.chatbot-header strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.94rem;
  color: #f4fbf8;
}

.chatbot-header p,
.chatbot-note {
  margin: 0;
  color: rgba(204, 222, 214, 0.74);
  font-size: 0.84rem;
}

.chatbot-close {
  border: 0;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(220, 237, 230, 0.74);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.chatbot-body {
  max-height: min(12.5rem, calc(100vh - 21rem));
  overflow: auto;
  padding: 0.85rem 0.95rem 0.75rem;
  display: grid;
  gap: 0.75rem;
}

.chatbot-message {
  max-width: 100%;
}

.chatbot-message p {
  margin: 0;
}

.chatbot-message-bot p,
.chatbot-message-user p {
  padding: 0.78rem 0.9rem;
  border-radius: 0.88rem;
}

.chatbot-message-bot p {
  background:
    linear-gradient(180deg, rgba(19, 48, 40, 0.9), rgba(15, 37, 31, 0.94));
  border: 1px solid rgba(138, 202, 176, 0.12);
  color: #eff8f4;
  box-shadow: 0 10px 24px rgba(8, 20, 17, 0.18);
}

.chatbot-message-user {
  justify-self: end;
}

.chatbot-message-user p {
  background: linear-gradient(135deg, #83e0b7, #58b891);
  color: #082019;
  box-shadow: 0 14px 28px rgba(8, 20, 17, 0.18);
}

.chatbot-actions,
.chatbot-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.55rem;
}

.chatbot-chip,
.chatbot-quick-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.5rem 0.78rem;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(156, 211, 188, 0.14);
  color: #ebf7f2;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.chatbot-chip:hover,
.chatbot-quick-actions button:hover {
  transform: translateY(-1px);
  border-color: rgba(112, 227, 179, 0.34);
  box-shadow: 0 10px 20px rgba(8, 20, 17, 0.2);
}

.chatbot-quick-actions {
  padding: 0 0.95rem 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chatbot-quick-actions button {
  cursor: pointer;
  width: 100%;
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
  padding: 0 0.95rem 0.75rem;
}

.chatbot-form input {
  min-width: 0;
  border-radius: 999px;
  border: 1px solid rgba(158, 214, 191, 0.14);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.78rem 0.95rem;
  box-shadow: inset 0 1px 2px rgba(8, 20, 17, 0.18);
  color: #f3faf7;
}

.chatbot-form input::placeholder {
  color: rgba(211, 228, 221, 0.54);
}

.chatbot-form button {
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  background: linear-gradient(135deg, #8ce0bb, #63c79d);
  color: #072019;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(8, 20, 17, 0.22);
}

.chatbot-note {
  padding: 0 0.95rem 0.85rem;
  font-size: 0.78rem;
}

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

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 90ms;
}

.reveal-delay-2 {
  transition-delay: 180ms;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .story-grid,
  .contact-grid,
  .card-grid,
  .location-grid,
  .values-grid,
  .audience-grid,
  .service-stack,
  .footer-grid,
  .hero-stats,
  .route-grid,
  .route-footer,
  .badge-row,
  .photo-grid,
  .review-grid,
  .process-grid,
  .pricing-grid,
  .local-proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .cta-band-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.35rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(255, 251, 245, 0.98);
    border: 1px solid rgba(24, 32, 30, 0.08);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .brand {
    gap: 0.8rem;
  }

  .brand-mark {
    width: 12.8rem;
    height: 2.85rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
    max-width: 8.8rem;
  }

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

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .hero,
  .subhero,
  .section {
    padding: 4rem 0 2.5rem;
  }

  .cta-band {
    padding-bottom: 4rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .chatbot {
    right: 0.75rem;
    left: 0.75rem;
    justify-items: stretch;
  }

  .chatbot-toggle {
    width: 100%;
    justify-content: center;
  }

  .chatbot-panel {
    width: 100%;
    max-height: calc(100vh - 6.5rem);
  }
}
