
.website-agent-page {
  background: var(--off-white);
}
.website-agent-page .page-hero {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 58px;
}
.website-agent-page .page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: 3rem;
  align-items: center;
}
.website-agent-page .page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.55vw, 4rem);
  line-height: 1.04;
}
.website-agent-page .page-hero p {
  max-width: 690px;
}
.website-agent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}
.website-agent-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 760px;
}
.website-agent-proof span {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  padding: 0.75rem;
  text-transform: uppercase;
}
.website-agent-preview {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(13,22,40,0.78);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
  color: white;
  overflow: hidden;
}
.website-agent-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 0.95rem 1rem;
}
.website-agent-preview-top strong {
  color: var(--sand);
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.website-agent-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal-light);
  box-shadow: 0 0 0 5px rgba(90,159,170,0.18);
  flex: 0 0 auto;
}
.website-agent-chat {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}
.website-agent-msg {
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.55;
  max-width: 92%;
  padding: 0.78rem 0.9rem;
}
.website-agent-msg.assistant {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.84);
}
.website-agent-msg.visitor {
  justify-self: end;
  background: var(--teal);
  color: white;
}
.website-agent-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1rem;
}
.website-agent-status div {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  padding: 0.75rem;
}
.website-agent-status strong {
  display: block;
  color: white;
  font-size: 0.88rem;
  margin-bottom: 0.2rem;
}
.website-agent-status span {
  color: rgba(255,255,255,0.62);
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
}
.website-agent-demo-note {
  margin-top: 0.9rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
}
.website-agent-section {
  padding: 5rem 6%;
}
.website-agent-section.white {
  background: white;
}
.website-agent-section.navy {
  background: var(--navy);
  color: rgba(255,255,255,0.76);
}
.website-agent-section.navy .section-label {
  color: var(--sand);
}
.website-agent-section.navy .section-title {
  color: white;
}
.website-agent-section.navy .section-intro {
  color: rgba(255,255,255,0.72);
}
.website-agent-grid,
.website-agent-audience-grid,
.website-agent-guardrail-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}
.website-agent-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.website-agent-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.website-agent-guardrail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.website-agent-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1.35rem;
}
.website-agent-section.navy .website-agent-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
}
.website-agent-card span {
  align-items: center;
  background: var(--mist);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
  min-width: 34px;
  padding: 0 0.55rem;
}
.website-agent-section.navy .website-agent-card span {
  background: rgba(200,184,154,0.14);
  color: var(--sand);
}
.website-agent-card h3 {
  font-size: 1.06rem;
  margin-bottom: 0.55rem;
}
.website-agent-section.navy .website-agent-card h3 {
  color: white;
}
.website-agent-card p,
.website-agent-card li {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.7;
}
.website-agent-section.navy .website-agent-card p,
.website-agent-section.navy .website-agent-card li {
  color: rgba(255,255,255,0.72);
}
.website-agent-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.05rem;
}
.website-agent-miss {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
.website-agent-miss div {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--mist);
  padding: 1.5rem;
}
.website-agent-miss strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.website-agent-miss p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}
.website-agent-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: start;
}
.website-agent-panel {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--mist);
  padding: 1.6rem;
}
.website-agent-panel h3 {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}
.website-agent-panel p {
  color: var(--text-light);
  line-height: 1.75;
}
.website-agent-flow-list {
  display: grid;
  gap: 0.8rem;
}
.website-agent-flow-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1rem;
}
.website-agent-flow-step span {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: white;
  display: flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.website-agent-flow-step h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.website-agent-flow-step p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.65;
}
.website-agent-cta {
  background: var(--navy);
  padding: 4.5rem 6%;
}
.website-agent-cta-panel {
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1100px;
  padding: 2rem;
}
.website-agent-cta-panel h2 {
  color: white;
  margin-bottom: 0.45rem;
}
.website-agent-cta-panel p {
  color: rgba(255,255,255,0.74);
  line-height: 1.75;
  max-width: 760px;
}
.website-agent-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
[data-theme="dark"] .website-agent-section.white {
  background: #0e1520 !important;
}
[data-theme="dark"] .website-agent-card,
[data-theme="dark"] .website-agent-panel,
[data-theme="dark"] .website-agent-flow-step,
[data-theme="dark"] .website-agent-miss div {
  background: #162030 !important;
  border-color: rgba(255,255,255,0.14) !important;
}
[data-theme="dark"] .website-agent-panel {
  background: #111b2a !important;
}
[data-theme="dark"] .website-agent-card p,
[data-theme="dark"] .website-agent-card li,
[data-theme="dark"] .website-agent-panel p,
[data-theme="dark"] .website-agent-flow-step p,
[data-theme="dark"] .website-agent-miss p {
  color: rgba(255,255,255,0.76) !important;
}
[data-theme="dark"] .website-agent-miss strong {
  color: #f0ece4 !important;
}
@media(max-width:1100px) {
  .website-agent-page .page-hero-inner,
  .website-agent-flow,
  .website-agent-cta-panel {
    grid-template-columns: 1fr;
  }
  .website-agent-grid,
  .website-agent-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .website-agent-guardrail-grid,
  .website-agent-miss {
    grid-template-columns: 1fr;
  }
}
@media(max-width:700px) {
  .website-agent-page .page-hero {
    padding-top: 92px;
    padding-bottom: 34px;
  }
  .website-agent-page .page-hero-inner {
    gap: 1.25rem;
  }
  .website-agent-page .page-hero h1 {
    font-size: 2rem;
    line-height: 1.1;
  }
  .website-agent-actions a,
  .website-agent-cta-actions a {
    justify-content: center;
    width: 100%;
  }
  .website-agent-proof,
  .website-agent-grid,
  .website-agent-audience-grid,
  .website-agent-status {
    grid-template-columns: 1fr;
  }
  .website-agent-section {
    padding: 3.75rem 5%;
  }
  .website-agent-card,
  .website-agent-panel,
  .website-agent-cta-panel {
    padding: 1.15rem;
  }
  .website-agent-flow-step {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 0.95rem;
  }
  .website-agent-card p,
  .website-agent-card li,
  .website-agent-flow-step p,
  .website-agent-panel p,
  .website-agent-msg {
    overflow-wrap: anywhere;
  }
}
