:root {
  color-scheme: light;
  --bg: #fbf8f5;
  --surface: #ffffff;
  --ink: #073b2f;
  --text: #1d2f2b;
  --muted: #66736f;
  --line: #eadfda;
  --green: #063f31;
  --green-2: #075646;
  --rose: #c95b72;
  --rose-dark: #b94a62;
  --rose-soft: #fde9ec;
  --gold: #c99552;
  --shadow: 0 24px 70px rgba(31, 41, 37, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 86% 24%, rgba(253, 233, 236, 0.92), transparent 26%),
    linear-gradient(180deg, #fffdfb 0%, var(--bg) 48%, #ffffff 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 34%, rgba(201, 91, 114, 0.08), transparent 30%),
    repeating-linear-gradient(120deg, transparent 0 18px, rgba(201, 91, 114, 0.035) 18px 19px, transparent 19px 38px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 76%);
}

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

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

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(270px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  width: min(1240px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(234, 223, 218, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 55px rgba(38, 48, 43, 0.11);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-actions,
.hero-actions,
.trust-row,
.logo-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 14px;
  min-width: 0;
}

.brand-mark,
.mini-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff6f7, #fde2e7);
  border: 1px solid rgba(201, 91, 114, 0.28);
}

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

.brand-mark::before,
.brand-mark::after,
.mini-avatar::before,
.mini-avatar::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #ec9baa, var(--rose));
}

.brand-mark::before,
.mini-avatar::before {
  width: 17px;
  height: 26px;
  border-radius: 999px;
  transform: translateY(-9px);
}

.brand-mark::after,
.mini-avatar::after {
  width: 32px;
  height: 18px;
  border-radius: 50% 50% 46% 46%;
  transform: translateY(12px);
}

.brand strong {
  display: block;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.42rem, 2.1vw, 1.78rem);
  line-height: 1;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links {
  gap: clamp(12px, 2vw, 28px);
  color: #33413d;
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a {
  white-space: nowrap;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--rose);
}

.header-actions {
  gap: 10px;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
  white-space: nowrap;
}

.header-action {
  background: linear-gradient(180deg, #d47080, var(--rose-dark));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(201, 91, 114, 0.24);
}

.header-action.ghost {
  border: 1px solid rgba(6, 63, 49, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 120px);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 120px) 0 clamp(46px, 7vw, 78px);
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--rose);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.15rem, 4.55vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
}

.hero-text {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.7vw, 1.2rem);
}

.solution-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.solution-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 12px;
  align-items: center;
}

.solution-points span {
  display: inline-grid;
  place-items: center;
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201, 91, 114, 0.22);
  border-radius: 8px;
  background: var(--rose-soft);
  color: var(--rose-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.solution-points strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.solution-points p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.button.primary {
  background: linear-gradient(180deg, #d47080, var(--rose-dark));
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(201, 91, 114, 0.24);
}

.button.secondary {
  border: 1px solid rgba(6, 63, 49, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
}

.trust-row {
  flex-wrap: wrap;
  gap: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-row span {
  position: relative;
  padding-left: 24px;
}

.trust-row span::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  content: "✓";
  font-size: 0.7rem;
  line-height: 1;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.hero-visual::before {
  position: absolute;
  inset: 6% 1% 4% 14%;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(253, 233, 236, 0.85) 0 38%, rgba(253, 233, 236, 0.32) 39% 58%, transparent 59%);
}

.agent-panel {
  position: absolute;
  left: 0;
  top: 42px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  width: min(83%, 420px);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 218, 0.96);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.panel-sidebar {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 22px;
  padding: 22px 0;
  background: var(--green);
}

.panel-sidebar span {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
}

.panel-sidebar span:first-child {
  width: 28px;
  height: 28px;
  border: 0;
  background: var(--rose);
}

.panel-content {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.panel-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.panel-heading strong {
  color: var(--ink);
}

.panel-heading span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.chart-card,
.intent-card,
.metric-pair > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdfb;
}

.chart-card {
  position: relative;
  min-height: 150px;
  padding: 16px;
  overflow: hidden;
}

.chart-grid {
  position: absolute;
  inset: 16px;
  background:
    linear-gradient(rgba(6, 63, 49, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 63, 49, 0.06) 1px, transparent 1px);
  background-size: 42px 28px;
}

.chart-card svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 130px;
}

.chart-badge {
  position: absolute;
  right: 74px;
  top: 45px;
  z-index: 2;
  border-radius: 6px;
  padding: 6px 8px;
  background: #34403b;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.metric-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.metric-pair > div {
  padding: 12px;
}

.metric-pair small,
.intent-card dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.metric-pair strong {
  display: block;
  margin: 4px 0;
  color: var(--ink);
  font-size: 1.35rem;
}

.metric-pair span {
  color: #178a65;
  font-size: 0.78rem;
  font-weight: 900;
}

.intent-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px;
}

.donut {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 38%, var(--rose) 38% 65%, #9eb7aa 65% 86%, #efd3d8 86% 100%);
  box-shadow: inset 0 0 0 22px #fffdfb;
}

.intent-card dl {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
}

.intent-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

dd {
  margin: 0;
}

.phone-chat {
  position: absolute;
  right: 0;
  top: 215px;
  display: grid;
  gap: 12px;
  width: min(48%, 265px);
  min-height: 355px;
  padding: 0 12px 12px;
  border: 1px solid rgba(234, 223, 218, 0.96);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(38, 48, 43, 0.16);
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 -12px;
  padding: 12px;
  border-radius: 16px 16px 0 0;
  background: var(--green);
  color: #ffffff;
}

.mini-avatar {
  width: 34px;
  height: 34px;
}

.mini-avatar::before {
  width: 11px;
  height: 17px;
}

.mini-avatar::after {
  width: 21px;
  height: 12px;
}

.phone-top strong,
.phone-top small {
  display: block;
}

.phone-top small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
}

.phone-message {
  max-width: 86%;
  border-radius: 12px;
  padding: 10px;
  font-size: 0.78rem;
}

.phone-message.bot {
  justify-self: start;
  background: #f3f5f4;
}

.phone-message.user {
  justify-self: end;
  background: var(--rose-soft);
}

.phone-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  margin-top: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 7px 0 12px;
  color: #a0aaa6;
  font-size: 0.72rem;
}

.phone-input b {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--rose);
}

.section,
.page {
  padding: clamp(52px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.section-heading.center {
  margin: 0 auto clamp(26px, 4vw, 38px);
  text-align: center;
}

.section-heading p,
.page-hero p,
.content-card p,
.service-grid p,
.site-footer p {
  color: var(--muted);
}

.logo-section {
  padding-top: 36px;
  text-align: center;
}

.logo-strip {
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.logo-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--green);
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(38, 48, 43, 0.06);
}

.info-band {
  background:
    radial-gradient(circle at 90% 20%, rgba(201, 91, 114, 0.18), transparent 28%),
    linear-gradient(135deg, #073f32, #052f27);
  color: #ffffff;
}

.info-band h2 {
  max-width: 960px;
  color: #ffffff;
}

.info-band p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.74);
}

.page {
  display: grid;
  gap: 22px;
}

.page-hero {
  max-width: 940px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.9rem);
}

.content-card,
.service-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.content-card {
  max-width: 1020px;
  padding: clamp(22px, 4vw, 34px);
}

.content-card.soft {
  background: #fff8f8;
}

.details-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.details-list div {
  padding: 14px;
  border-radius: 8px;
  background: #fbf5ef;
}

dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.details-list dd {
  color: var(--ink);
  font-weight: 800;
}

.legal-page .content-card h2 {
  margin-top: 24px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.25rem;
}

.legal-page .content-card h2:first-child {
  margin-top: 0;
}

.plain-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

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

.service-grid article {
  min-height: 230px;
  padding: 22px;
}

.service-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--rose-soft);
  color: #984f5b;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(250px, 1.25fr) minmax(150px, 0.7fr) minmax(210px, 1fr);
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(54px, 7vw, 82px) clamp(20px, 7vw, 86px) 28px;
  background:
    radial-gradient(circle at 92% 96%, rgba(201, 91, 114, 0.18), transparent 28%),
    repeating-linear-gradient(130deg, transparent 0 28px, rgba(255, 255, 255, 0.035) 28px 29px, transparent 29px 58px),
    linear-gradient(135deg, #063f31, #022b24);
  color: #ffffff;
}

.site-footer strong {
  display: block;
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  overflow-wrap: anywhere;
}

.site-footer p {
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
}

.social-link,
.security-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 13px 14px;
}

.social-link {
  display: inline-flex;
  margin-top: 18px;
}

.security-card {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.security-card b {
  color: #ffffff;
}

.security-card span {
  color: rgba(255, 255, 255, 0.7);
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    position: static;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 28px);
    margin-top: 14px;
  }

  .nav-links,
  .header-actions {
    width: 100%;
    row-gap: 10px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .nav-links a {
    min-width: 0;
    white-space: nowrap;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header-action,
  .hero-actions .button {
    width: 100%;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, calc(100vw - 32px));
    padding-top: 44px;
    overflow: hidden;
  }

  .hero > *,
  .hero-copy {
    min-width: 0;
  }

  h1 {
    max-width: min(100%, 315px);
    font-size: clamp(2.25rem, 9.2vw, 2.8rem);
    line-height: 1.03;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  .hero-copy,
  .hero-text {
    width: 100%;
    max-width: min(100%, 330px);
  }

  .hero-text {
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .solution-points,
  .service-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section,
  .page {
    overflow: hidden;
  }

  .section-heading,
  .section-heading.center,
  .info-band > div {
    max-width: 330px;
    margin-right: 0;
    margin-left: 0;
  }

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

  h2 {
    max-width: 100%;
    font-size: clamp(1.5rem, 6.6vw, 2rem);
    line-height: 1.12;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .logo-strip {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 330px;
    margin: 0;
  }

  .logo-strip span {
    width: 100%;
  }

  .hero-visual {
    width: 100%;
    max-width: 360px;
    min-height: 720px;
    margin: 0;
  }

  .agent-panel {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .panel-sidebar {
    display: none;
  }

  .panel-content,
  .chart-card,
  .metric-pair,
  .intent-card {
    min-width: 0;
  }

  .phone-chat {
    left: 50%;
    right: auto;
    top: 360px;
    width: min(86%, 280px);
    transform: translateX(-50%);
  }

  .metric-pair,
  .intent-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 460px) {
  .brand strong {
    font-size: 1.35rem;
  }

  .brand small {
    font-size: 0.75rem;
  }

  .agent-panel {
    grid-template-columns: 1fr;
  }

  .panel-sidebar {
    display: none;
  }

  .phone-chat {
    top: 410px;
  }
}
