/* Product: the real interface leads, copy stays short, one arrival, then scroll settles each surface. */
.product-hero { position: relative; padding: 148px 0 36px; overflow-x: clip; }
.product-hero__inner { display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: 40px 64px; align-items: center; }
.product-hero__copy { animation: product-copy 700ms var(--ease) both; }
.product-hero h1 { max-width: 11ch; font-size: clamp(44px, 4.9vw, 70px); font-weight: 430; line-height: 1.06; letter-spacing: -.04em; color: #23262b; }
.product-hero h1 span { color: #ca2333; }
.product-hero__lead { margin-top: 26px; max-width: 470px; font-size: 18px; line-height: 1.6; letter-spacing: -.012em; color: #555e67; }
.product-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin-top: 34px; }
.product-hero__secondary { min-height: 44px; display: inline-flex; align-items: center; color: #454d58; font-size: 13px; font-weight: 500; text-decoration: underline; text-decoration-color: #a8b0bb; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.product-hero__secondary:hover { color: #a81928; text-decoration-color: var(--red); }
.product-hero__stage { position: relative; width: 1512px; max-width: none; justify-self: start; transform-origin: 0 50%; animation: product-arrive 1200ms var(--ease) both; }
.product-shot { position: relative; padding: 1px; border-radius: 19px; background: linear-gradient(135deg, #fff, #b8c0ce 43%, #fff 72%, #dce0e8); box-shadow: 0 32px 52px -38px #3a486a4d, 0 5px 12px -8px #3a486a38; }
.product-shot::before { content: ""; position: absolute; inset: -1px; z-index: -1; border: 1px solid #ffffffc9; border-radius: 20px; pointer-events: none; }
.product-shot > div { overflow: hidden; border-radius: 18px; background: #fff; }
.product-shot img { display: block; width: 100%; max-width: none; height: auto; user-select: none; -webkit-user-drag: none; }
.product-hero__stage .product-shot img { width: 1512px; }
@keyframes product-arrive { from { opacity: .35; transform: perspective(1800px) rotateY(-6deg) translate3d(56px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes product-copy { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Full-width surfaces reuse the dashboard stage and its scroll settle. */
.product-surface.dashboard-section { padding: 104px 0 88px; }
.product-intro { text-align: center; width: min(760px, calc(100% - 96px)); margin: 0 auto 46px; }
.product-intro h2 { max-width: none; }
.product-intro p { margin: 18px auto 0; max-width: 560px; font-size: 16px; line-height: 1.65; color: var(--secondary); }

/* Ask, and get the evidence back: the phone holds the call, the exchange sits beside it. */
.product-scene { padding: 24px 0 64px; }
.product-scene__stage { display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr); gap: 44px 72px; align-items: start; }
.product-phone { width: min(100%, 390px); margin: 0 auto; }
.product-phone > div { max-height: 640px; mask-image: linear-gradient(#000 72%, transparent); -webkit-mask-image: linear-gradient(#000 72%, transparent); }
.product-chat { position: relative; max-width: 640px; padding-top: 34px; }
.product-chat .lead-texts__buyer { margin: 0 0 0 auto; max-width: 340px; transform: rotate(2deg); }
.product-chat .lead-texts__buyer > p { font-size: 23px; }
.product-chat__thread { position: relative; width: 2px; height: 58px; margin: 6px 150px 6px auto; background: #c7d2dd; }
.product-chat__thread::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 22px; background: linear-gradient(#d9233200, #d92332 45%, #b9192a); animation: product-thread 2.8s linear infinite; }
@keyframes product-thread { 0% { transform: translateY(-24px); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateY(60px); opacity: 0; } }
.product-chat .lead-texts__rep { margin: 0 20px 0 0; max-width: 560px; transform: rotate(-1.5deg); padding: 24px 26px 22px; }
.product-chat .lead-texts__rep > p { font-size: 20px; line-height: 1.4; }
.product-chat .lead-texts__rep > span { margin-top: 12px; }
.product-chat__citations { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid #dbe3ec; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 12.5px; color: #414b59; }
.product-chat__citations li { display: inline-flex; align-items: center; gap: 8px; }
.product-chat__citations b { font-weight: 560; font-variant-numeric: tabular-nums; color: #a72135; }
.product-chat__next { display: block; margin-top: 16px; font-size: 13.5px; color: #626671; }
.product-chat__next b { font-weight: 520; color: #343c47; }

/* Texts: the phone capture or the authored phone figure, beside short copy. */
.product-split { padding: 64px 0 56px; }
.product-split__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px 72px; align-items: center; }
.product-split__media { display: grid; justify-items: center; }
.product-split__media .sales-figure { max-width: 440px; margin: 0; }
.product-split__copy p { margin-top: 18px; max-width: 440px; font-size: 16px; line-height: 1.65; color: var(--secondary); }
.product-split__copy h2 { max-width: 12ch; }

/* Pricing: the invitation panel carries the price; inclusions and questions follow. */
.product-pricing { padding: 88px 0 0; scroll-margin-top: 118px; }
.product-pricing .closing-box { padding: 0 0 8px; }
.product-pricing .closing-box__copy h2 { max-width: 460px; }
.product-pricing .closing-box__copy > p { max-width: 400px; }
.product-included { padding: 60px 0 40px; }
.product-included h2 { text-align: center; margin: 0 auto 34px; }
.product-included__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px 32px; border-top: 1px solid var(--line); padding-top: 30px; }
.product-included__grid h3 { font-size: 17px; font-weight: 520; line-height: 1.3; letter-spacing: -.015em; }
.product-included__grid p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--secondary); }
.product-page .faq { padding-top: 72px; }

@media (max-width: 1100px) {
  .product-hero__stage { width: 1240px; }
  .product-hero__stage .product-shot img { width: 1240px; }
  .product-scene__stage { gap: 36px 44px; }
}
@media (max-width: 1000px) { .product-included__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  .product-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .product-hero h1 { max-width: 14ch; }
  .product-scene__stage { grid-template-columns: 1fr; gap: 40px; }
  .product-chat { padding-top: 0; max-width: 600px; }
  .product-split__inner { grid-template-columns: 1fr; gap: 36px; }
  .product-split__copy h2 { max-width: none; }
}
@media (max-width: 650px) {
  .product-hero { padding: 118px 0 28px; }
  .product-hero h1 { font-size: clamp(38px, 10.3vw, 58px); line-height: 1.1; letter-spacing: -.035em; }
  .product-hero__lead { font-size: 17px; }
  .product-hero__stage { width: 100%; animation-name: product-copy; }
  .product-hero__stage .product-shot img { width: 100%; }
  .product-hero__stage .product-shot > div { max-height: 540px; mask-image: linear-gradient(#000 74%, transparent); -webkit-mask-image: linear-gradient(#000 74%, transparent); }
  .product-surface.dashboard-section { padding: 72px 0 60px; }
  .product-surface .dashboard-image { mask-image: linear-gradient(#000 82%, transparent); -webkit-mask-image: linear-gradient(#000 82%, transparent); }
  .product-intro { width: calc(100% - 40px); margin-bottom: 32px; }
  .product-intro p { font-size: 15px; }
  .product-scene { padding-bottom: 40px; }
  .product-phone > div { max-height: 520px; }
  .product-chat .lead-texts__buyer { max-width: 300px; }
  .product-chat .lead-texts__buyer > p { font-size: 20px; }
  .product-chat .lead-texts__rep { margin-right: 6px; padding: 20px 20px 18px; }
  .product-chat .lead-texts__rep > p { font-size: 18px; }
  .product-chat__thread { margin-right: 110px; height: 44px; }
  .product-split { padding: 56px 0 64px; }
  .product-pricing { padding-top: 64px; }
  .product-included { padding: 48px 0 24px; }
  .product-included__grid { grid-template-columns: 1fr; gap: 22px; padding-top: 24px; }
}
@media (prefers-reduced-motion: reduce) { .product-chat__thread::after { display: none; } }
@media (forced-colors: active) { .product-chat__thread { background: CanvasText; } }
