.chat-compare .hero {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 17px 58px;
  padding-top: 36px;
  padding-bottom: 48px;
}
.chat-compare .hero-copy { grid-column: 1; grid-row: 1; align-self: end; }
.chat-compare .hero-copy h1 { margin-top: 11px; font-size: clamp(2.55rem, 3.55vw, 3.55rem); line-height: 1.04; }
.chat-compare .hero-copy .hero-lead { margin: 15px 0 14px; font-size: 1.04rem; }
.chat-compare .hero-copy .quick-benefits { margin-bottom: 0; }
.chat-compare .hero-product-cta { display: none; }
.chat-compare .hero-copy .microcopy { margin-top: 10px; }
.chat-compare .form-card { grid-column: 1; grid-row: 2; align-self: start; max-width: 570px; width: 100%; padding: 27px; }
.chat-compare .form-heading h2 { font-size: 1.6rem; }
.chat-compare .form-heading p { margin-bottom: 15px; }
.chat-compare #lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
.chat-compare #lead-form[hidden] { display: none; }
.chat-compare #lead-form .field { margin-bottom: 10px; }
.chat-compare #lead-form .field input { height: 48px; }
.chat-compare #lead-form .consent-row, .chat-compare #lead-form .consent-error, .chat-compare #lead-form .form-submit, .chat-compare #lead-form .secure-note { grid-column: 1 / -1; }
.phone-refined .hero { gap: 20px 64px; padding-top: 44px; padding-bottom: 55px; }
.phone-refined .hero-copy { align-self: end; max-width: 650px; padding-bottom: 2px; }
.phone-refined .hero-copy h1 { max-width: 640px; }
.phone-refined .hero-copy .hero-lead { max-width: 580px; margin-bottom: 0; }
.phone-refined .form-card { align-self: start; }
.hero-confidence { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: #fffdf8; }
.hero-confidence-inner { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: 0 auto; padding: 30px 24px 22px; }
.hero-confidence article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 4px 26px; border-right: 1px solid var(--line); }
.hero-confidence article:first-child { padding-left: 0; }
.hero-confidence article:nth-child(3) { padding-right: 0; border-right: 0; }
.confidence-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(167,121,21,.32); border-radius: 50%; color: var(--gold-dark); font: 800 .67rem Manrope, sans-serif; }
.hero-confidence strong { display: block; margin: 1px 0 5px; font: 700 .92rem Manrope, sans-serif; }
.hero-confidence article p { margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.confidence-legal { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: #827d74; text-align: center; font-size: .74rem; line-height: 1.5; }
.chat-demo-stage { grid-column: 2; grid-row: 1 / 3; align-self: center; justify-self: center; display: grid; justify-items: center; gap: 17px; width: 100%; min-width: 0; color: #fff; }
.chat-demo-shell { display: grid; place-items: center; width: 100%; min-width: 0; }
.chat-demo-stage[data-chat-demo="phone"] .chat-demo-shell { height: 581px; }
.chat-demo-stage[data-chat-demo="chat"] .chat-demo-shell { height: 477px; }
.chat-demo-stage > .demo-caption { max-width: 370px; margin: 0; color: #beb8aa; text-align: center; font-size: .83rem; line-height: 1.45; }
.chat-demo-stage > .demo-caption strong { color: #e7cb7f; font-weight: 700; }
.chat-demo { --chat-gold: #d4ab49; --chat-white: #fffdf8; --chat-ink: #25231f; --chat-muted: #79756e; color: var(--chat-ink); }
.chat-demo * { box-sizing: border-box; }
.chat-demo .chat-top { display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: #fffdf8; border-bottom: 1px solid #e6e2d8; }
.chat-demo .chat-avatar { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 11px; color: #e2bd62; background: #161410; border: 1px solid rgba(212,171,73,.55); font: 800 .78rem Manrope, sans-serif; letter-spacing: -.06em; }
.chat-demo .chat-identity { display: grid; gap: 1px; min-width: 0; }
.chat-demo .chat-identity strong { font: 800 .9rem Manrope, sans-serif; }
.chat-demo .chat-identity small { color: var(--chat-muted); font-size: .68rem; }
.chat-demo .chat-label { margin-left: auto; color: #9b741d; font-size: .63rem; font-weight: 700; white-space: nowrap; }
.chat-demo .chat-window { display: flex; flex-direction: column; gap: 10px; min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; scroll-behavior: smooth; }
.chat-demo .chat-window::-webkit-scrollbar { display: none; }
.chat-demo .chat-message { max-width: 85%; padding: 10px 12px; border-radius: 13px; font-size: .78rem; line-height: 1.48; box-shadow: 0 2px 5px rgba(27,24,18,.04); }
.chat-demo .chat-message[data-role="pscred"] { align-self: flex-start; border: 1px solid #e8e4da; border-bottom-left-radius: 4px; background: #fffdf8; }
.chat-demo .chat-message[data-role="client"] { align-self: flex-end; border: 1px solid #d9c997; border-bottom-right-radius: 4px; background: #f4ebd3; }
.chat-demo .chat-message .speaker { display: block; margin-bottom: 3px; color: #8c681a; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.chat-demo .chat-message[data-role="client"] .speaker { color: #6c6555; }
.chat-demo .chat-typing { align-self: flex-start; display: flex; align-items: center; gap: 4px; width: max-content; padding: 10px 13px; border: 1px solid #e8e4da; border-radius: 13px 13px 13px 4px; background: #fffdf8; }
.chat-demo .chat-typing span { width: 5px; height: 5px; border-radius: 50%; background: #a99d80; }
.chat-demo .chat-choices { display: flex; align-self: flex-start; gap: 7px; padding: 3px 0 0; }
.chat-demo .chat-choices span { padding: 8px 11px; border: 1px solid #dbd2ba; border-radius: 8px; color: #59544b; background: #fffdf8; font-size: .72rem; font-weight: 700; }
.chat-demo .chat-choices span:first-child { border-color: #aa852c; color: #201b12; background: #eacb78; }
.chat-demo .chat-note { margin: 0; padding: 10px 15px; color: #88837a; background: #fffdf8; border-top: 1px solid #e6e2d8; text-align: center; font-size: .64rem; }
.phone-mockup { position: relative; width: min(100%, 302px); padding: 7px; border-radius: 42px; border: 1px solid #56514a; background: #1b1a17; box-shadow: 0 32px 65px rgba(0,0,0,.28), 0 3px 10px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.12); }
.phone-mockup::before { content: ""; position: absolute; left: -3px; top: 102px; width: 3px; height: 54px; border-radius: 3px 0 0 3px; background: #47443e; }
.phone-mockup .phone-screen { display: flex; flex-direction: column; height: 565px; overflow: hidden; border-radius: 35px; background: #f5f2ec; }
.phone-mockup .phone-system { display: flex; justify-content: space-between; align-items: center; flex: 0 0 32px; padding: 9px 22px 0; color: #36332e; background: #fffdf8; font: 700 .63rem Manrope, sans-serif; }
.phone-mockup .phone-island { width: 61px; height: 15px; border-radius: 999px; background: #1b1a17; }
.phone-mockup .chat-top { flex: 0 0 64px; }
.phone-mockup .chat-window { flex: 1; padding: 17px 14px; }
.phone-mockup .chat-note { flex: 0 0 auto; }
.phone-mockup .phone-home { flex: 0 0 20px; display: grid; place-items: center; background: #fffdf8; }
.phone-mockup .phone-home::before { content: ""; width: 91px; height: 4px; border-radius: 99px; background: #34312b; }
.chat-card { width: min(100%, 440px); overflow: hidden; border: 1px solid rgba(212,171,73,.35); border-radius: 19px; background: #f6f3ed; box-shadow: 0 28px 58px rgba(0,0,0,.22), 0 2px 8px rgba(0,0,0,.14); }
.chat-card .chat-top { padding: 19px 20px; }
.chat-card .chat-avatar { width: 42px; height: 42px; flex-basis: 42px; font-size: .89rem; }
.chat-card .chat-identity strong { font-size: 1rem; }
.chat-card .chat-identity small { font-size: .77rem; }
.chat-card .chat-window { height: 360px; padding: 20px; }
.chat-card .chat-message { max-width: 88%; font-size: .9rem; padding: 12px 14px; }
.chat-card .chat-message .speaker { font-size: .68rem; }
.chat-card .chat-choices span { font-size: .8rem; padding: 10px 13px; }
.chat-demo.is-resetting .chat-window { opacity: .35; transition: opacity .55s ease; }
.chat-demo .chat-message.is-entering, .chat-demo .chat-choices.is-entering { animation: message-in .38s cubic-bezier(.2,.75,.2,1) both; }
.chat-demo .chat-choices.is-highlighted span:first-child { box-shadow: 0 0 0 3px rgba(212,171,73,.22); transition: box-shadow .55s ease; }
.chat-demo .chat-typing span { animation: typing-pulse 1.1s infinite ease-in-out; }
.chat-demo .chat-typing span:nth-child(2) { animation-delay: .16s; }
.chat-demo .chat-typing span:nth-child(3) { animation-delay: .32s; }
@keyframes message-in { from { opacity: 0; transform: translateY(6px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes typing-pulse { 0%, 70%, 100% { opacity: .45; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-2px); } }
@keyframes phone-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@media (prefers-reduced-motion: no-preference) and (min-width: 821px) { .phone-mockup { animation: phone-float 7s ease-in-out infinite; } }
@media (max-width: 820px) {
  .chat-compare .hero { grid-template-columns: 1fr; grid-template-rows: auto; gap: 25px; padding: 38px 18px 46px; }
  .chat-compare .hero-copy, .chat-compare .form-card, .chat-demo-stage { grid-column: 1; grid-row: auto; }
  .chat-compare .hero-copy h1 { font-size: clamp(2.15rem, 9.7vw, 3.45rem); }
  .chat-compare .hero-copy .microcopy { display: block; }
  .chat-compare .form-card { max-width: 570px; margin: 0 auto; }
  .chat-compare #lead-form { grid-template-columns: 1fr; }
  .chat-compare #lead-form .field input { height: 56px; }
  .phone-refined .hero { gap: 25px; padding-top: 38px; padding-bottom: 42px; }
  .phone-refined .hero-copy { padding-bottom: 0; }
  .phone-refined .hero-copy .hero-lead { margin-bottom: 0; }
  .hero-confidence-inner { grid-template-columns: 1fr; padding: 22px 20px 20px; }
  .hero-confidence article { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-confidence article:first-child { padding-top: 4px; }
  .hero-confidence article:nth-child(3) { padding-bottom: 4px; border-bottom: 0; }
  .confidence-legal { margin-top: 18px; padding-top: 16px; text-align: left; }
  .chat-demo-stage { margin-top: 8px; }
  .chat-demo-stage[data-chat-demo="phone"] .chat-demo-shell { height: 516px; }
  .chat-demo-stage[data-chat-demo="chat"] .chat-demo-shell { height: 430px; }
  .phone-mockup { width: min(100%, 275px); }
  .phone-mockup .phone-screen { height: 500px; }
  .phone-mockup .chat-label { display: none; }
  .phone-mockup .chat-window { padding: 13px 11px; }
  .chat-card { width: min(100%, 430px); }
  .chat-card .chat-window { height: 300px; padding: 16px; }
  .chat-card .chat-message { font-size: .82rem; }
}
@media (max-width: 380px) {
  .chat-compare .hero-copy h1 { font-size: 2.05rem; }
  .chat-demo .chat-label { display: none; }
  .chat-card .chat-window { height: 285px; }
  .chat-demo-stage[data-chat-demo="chat"] .chat-demo-shell { height: 415px; }
}
@media (prefers-reduced-motion: reduce) {
  .chat-demo *, .phone-mockup { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Phone comparison: the demonstration supports the use cases instead of crowding the hero. */
.phone-possibilities-page .phone-possibilities { display: block; padding: 0; }
.phone-possibilities-page .possibilities-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px 42px;
  border-right: 0;
  text-align: center;
}
.phone-possibilities-page .possibilities-intro h2 { max-width: 760px; margin-inline: auto; }
.phone-possibilities-page .possibilities-intro h2 span { color: #e1bd5f; }
.phone-possibilities-page .possibilities-intro > p { max-width: 610px; margin-inline: auto; }
.phone-possibilities-page .possibilities-body {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 96px;
}
.phone-possibilities-page .possibilities-phone {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: 100%;
  margin: 0;
}
.phone-possibilities-page .possibilities-phone .chat-demo-shell { height: 581px; }
.phone-possibilities-page .possibilities-phone .phone-mockup { width: min(100%, 286px); }
.phone-possibilities-page .possibilities-body .benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}
.phone-possibilities-page .possibilities-body .benefit-list li {
  align-content: start;
  min-height: 180px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.phone-possibilities-page .possibilities-body .benefit-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.11); }

@media (max-width: 960px) {
  .phone-possibilities-page .possibilities-intro { padding: 74px 20px 34px; }
  .phone-possibilities-page .possibilities-body {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 0 20px 76px;
  }
  .phone-possibilities-page .possibilities-body .benefit-list { grid-row: 1; }
  .phone-possibilities-page .possibilities-phone { grid-column: 1; grid-row: 2; }
}

@media (max-width: 620px) {
  .phone-possibilities-page .possibilities-intro { padding: 68px 20px 30px; text-align: left; }
  .phone-possibilities-page .possibilities-intro h2,
  .phone-possibilities-page .possibilities-intro > p { margin-inline: 0; }
  .phone-possibilities-page .possibilities-body .benefit-list { grid-template-columns: 1fr; gap: 12px; }
  .phone-possibilities-page .possibilities-body .benefit-list li { min-height: 0; padding: 23px 20px; }
  .phone-possibilities-page .possibilities-phone .chat-demo-shell { height: 516px; }
  .phone-possibilities-page .possibilities-phone .phone-mockup { width: min(100%, 265px); }
}
