:root {
  --ink: #092a35;
  --muted: #57727a;
  --ice: #eef9f7;
  --paper: #fbfefd;
  --aqua: #19a7a0;
  --aqua-dark: #087b78;
  --mint: #c8f0e7;
  --line: #d6e9e6;
  --coral: #e16455;
  --shadow: 0 22px 70px rgba(9, 42, 53, .10);
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 75% 0%, #dff7f2 0, transparent 32%), var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, select, textarea { font: inherit; }
.shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.topbar { height: 84px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--ink); color: white; font-weight: 900; }
.brand strong { display: block; font-size: 20px; letter-spacing: -.6px; }
.brand small { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.status { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: #d0a126; box-shadow: 0 0 0 5px rgba(208,161,38,.12); }
.status.ready span { background: #20a66a; box-shadow: 0 0 0 5px rgba(32,166,106,.12); }
.hero { min-height: 570px; padding: 78px 0 64px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--aqua-dark); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
h1 { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(52px, 6.5vw, 92px); letter-spacing: -4px; line-height: .94; }
h1 em { color: var(--aqua-dark); font-weight: 500; }
.hero-copy { max-width: 680px; margin: 30px 0; font-size: 18px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
button { border: 0; cursor: pointer; }
.primary, .secondary { border-radius: 100px; padding: 15px 22px; font-weight: 750; transition: transform .15s ease, box-shadow .15s ease; }
.primary { background: var(--ink); color: white; box-shadow: 0 10px 24px rgba(9,42,53,.2); }
.primary:hover, .secondary:hover { transform: translateY(-2px); }
.secondary { background: var(--mint); color: var(--ink); }
.full { width: 100%; }
.privacy-note { color: var(--muted); font-size: 12px; margin-top: 18px; }
.agent-card { padding: 34px; min-height: 440px; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.68); backdrop-filter: blur(20px); border-radius: 36px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.agent-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: var(--mint); filter: blur(35px); right: -90px; top: -90px; opacity: .6; }
.agent-orb { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--aqua), var(--ink)); color: white; font-family: Georgia, serif; font-size: 34px; box-shadow: 0 14px 35px rgba(25,167,160,.3); position: relative; z-index: 1; }
.agent-card small { display: block; margin-top: 24px; color: var(--muted); letter-spacing: 1.5px; font-size: 10px; }
.agent-card h2 { margin: 4px 0 0; font-size: 38px; }
.agent-card p { color: var(--muted); margin-top: 4px; }
.wave { height: 70px; display: flex; gap: 7px; align-items: center; margin: 30px 0; }
.wave i { width: 6px; height: 20px; border-radius: 10px; background: var(--aqua); animation: pulse 1.3s ease-in-out infinite; }
.wave i:nth-child(2), .wave i:nth-child(6) { animation-delay: .1s; height: 38px; }
.wave i:nth-child(3), .wave i:nth-child(5) { animation-delay: .2s; height: 54px; }
.wave i:nth-child(4) { animation-delay: .3s; height: 65px; }
@keyframes pulse { 50% { transform: scaleY(.35); opacity: .55; } }
blockquote { margin: 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: white; border-radius: 24px; overflow: hidden; margin-bottom: 26px; }
.metric { padding: 24px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong { display: block; font-size: 30px; }
.metric span { color: var(--muted); font-size: 12px; }
.workspace { display: grid; grid-template-columns: 1fr 390px; gap: 26px; }
.panel { border: 1px solid var(--line); background: rgba(255,255,255,.92); border-radius: 26px; box-shadow: 0 12px 40px rgba(9,42,53,.055); }
.calls-panel, .test-panel, .schedule-panel { padding: 26px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.panel-head h2 { margin: 0; font-size: 24px; }
.text-button, .danger-link { background: transparent; color: var(--aqua-dark); font-weight: 700; }
.danger-link { color: var(--coral); margin-top: 16px; font-size: 12px; }
.calls { display: grid; gap: 12px; }
.call { border: 1px solid var(--line); border-radius: 18px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; }
.call-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--ice); color: var(--aqua-dark); }
.call h3 { font-size: 15px; margin: 0 0 5px; }
.call p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.call time { color: var(--muted); font-size: 11px; white-space: nowrap; }
.outcome { display: inline-flex; margin-top: 8px; padding: 5px 9px; border-radius: 100px; background: var(--mint); color: var(--aqua-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.empty { color: var(--muted); padding: 42px 12px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; }
.test-panel label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; margin-bottom: 16px; }
select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); padding: 12px; outline: none; }
textarea { min-height: 145px; resize: vertical; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; line-height: 1.55; }
pre { min-height: 130px; max-height: 260px; overflow: auto; white-space: pre-wrap; border-radius: 14px; background: #06242d; color: #c7f5e8; padding: 15px; font-size: 11px; line-height: 1.5; }
.schedule-panel { margin: 26px 0 70px; }
.demo-badge { padding: 7px 10px; border-radius: 100px; background: #fff0ed; color: var(--coral); font-weight: 800; font-size: 10px; }
.schedule-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.slot { border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.slot.booked { background: #f6f7f7; opacity: .68; }
.slot strong { display: block; margin-bottom: 5px; }
.slot span { color: var(--muted); font-size: 12px; }
@media (max-width: 900px) {
  .hero, .workspace { grid-template-columns: 1fr; }
  .hero { padding-top: 50px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  h1 { letter-spacing: -2.5px; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1240px); }
  .topbar { height: 70px; }
  .status { font-size: 0; }
  .hero { gap: 36px; min-height: auto; }
  .agent-card { min-height: 390px; padding: 24px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .call { grid-template-columns: auto 1fr; }
  .call time { grid-column: 2; }
}
