/* Public sales page only. Real product captures, lightweight device depth. */
.sales-hero.has-device-scene {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 4vw, 62px);
  min-height: min(760px, calc(100svh - 90px));
  padding-block: clamp(42px, 6vw, 88px);
}
.has-device-scene { isolation: isolate; }
.has-device-scene::before { display: none; }
.has-device-scene .sales-hero-copy { isolation: isolate; }
.has-device-scene .sales-hero-copy::before {
  content: "";
  position: absolute;
  inset: auto -14px 0;
  aspect-ratio: 4160 / 2773;
  max-height: 100%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(0deg, #08090b 0%, #08090b70 18%, #08090b80 72%, #08090b 100%),
    linear-gradient(90deg, #08090b 0%, #390a1680 15%, #08090b40 70%, #08090b 100%),
    url("assets/sales-coach-player-field.jpeg") center / 100% auto no-repeat;
}
.has-device-scene h1 { max-width: 650px; font-size: clamp(42px, 4.9vw, 70px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.has-device-scene .sales-wordmark { width: 170px; }
.has-device-scene .sales-hero-copy > p:not(.sales-kicker) { max-width: 490px; font-size: 18px; }
.sales-device-scene {
  display: block;
  min-height: 0;
  width: 100%;
  aspect-ratio: 1.2;
  perspective: 1600px;
  isolation: isolate;
  margin-bottom: 58px;
}
.sales-scene-glow { position: absolute; inset: 10% -4% 4%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse, #be173031, #08090b00 68%); }
.sales-scene-laptop { position: absolute; top: 14%; left: 0; width: 91%; margin: 0; transform: rotateY(-8deg) rotateX(5deg); animation: sales-device-enter 1s both; }
.sales-scene-laptop-lid { position: relative; padding: 17px 9px 6px; border-radius: 17px 17px 8px 8px; background: linear-gradient(135deg, #43444b, #15161b 22%, #08090b 65%, #33363d); border: 1px solid #70727a; box-shadow: 0 28px 55px #0009, inset 0 0 0 3px #191b20; }
.sales-scene-camera { position: absolute; top: 7px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #626675; }
.sales-scene-screen { display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 1px solid #33353b; border-radius: 5px; background: #0a0b0d; cursor: zoom-in; }
.sales-scene-screen img { display: block; width: 100%; height: auto; }
.sales-scene-device-name { display: block; text-align: center; padding-top: 5px; font-size: 7px; color: #b6b7bf; letter-spacing: .12em; }
.sales-scene-laptop-base { position: relative; height: 15px; width: 110%; margin-left: -5%; background: linear-gradient(#b0b2b8, #61636c 25%, #292b32 80%); border-radius: 2px 2px 50% 50% / 2px 2px 100% 100%; box-shadow: 0 18px 28px #0008; }
.sales-scene-laptop-base::before { content: ""; position: absolute; top: 0; left: 42%; width: 16%; height: 4px; background: #35373e; border-radius: 0 0 8px 8px; }
.sales-scene-laptop figcaption { display: none; }
.sales-scene-phone { position: absolute; top: 10%; right: 0; width: 27%; padding: 14px 5px 7px; border-radius: 25px; background: linear-gradient(140deg, #5b5c65, #15161a 20%, #08090b 70%, #494b52); border: 1px solid #898a92; box-shadow: -14px 24px 48px #000a, inset 0 0 0 3px #090a0c; transform: rotateY(-9deg) rotateZ(3deg); animation: sales-phone-enter 1.1s .15s both; }
.sales-scene-phone-speaker { position: absolute; left: 37%; top: 6px; width: 26%; height: 4px; border-radius: 20px; background: #030405; }
.sales-scene-phone-content { display: grid; gap: 9px; padding: 15px 10px 10px; overflow: hidden; background: radial-gradient(at top right, #621528, #12131a 65%); border-radius: 17px; color: #fff; }
.sales-scene-phone-content > img { width: 78%; height: auto; margin: 2px 0 4px; }
.sales-scene-phone-phase { color: #fb9daa; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.sales-scene-phone-content > div { display: grid; gap: 5px; padding: 10px 8px; border: 1px solid #ffffff13; border-radius: 7px; background: #ffffff06; }
.sales-scene-phone-content small { color: #b7b7c4; font-size: 8px; }
.sales-scene-phone-content strong { color: #fff; font-size: 11px; line-height: 1.3; }
.sales-scene-phone-score strong { font-size: 23px; }
.sales-scene-phone-score strong span { color: #9294a0; font-size: 10px; padding-left: 4px; }
.sales-scene-phone-score i { height: 4px; width: 80%; background: linear-gradient(90deg, #d62443, #ecb342, #29c87e); border-radius: 6px; }
.sales-scene-phone-submit { padding: 9px; text-align: center; background: #e21b35; border-radius: 6px; font-size: 10px; font-weight: 800; }
.sales-scene-flow { position: absolute; bottom: 8%; left: 2%; right: 0; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 10px; border-block: 1px solid #ffffff14; color: #e0e1e6; font-size: 12px; font-weight: 650; }
.sales-scene-flow i { color: #ed2944; font-size: 24px; font-style: normal; }
.sales-scene-note { position: absolute; bottom: 2%; width: 100%; color: #8c8f9c; text-align: center; font-size: 10px; }
.sales-scene-controls { position: absolute; top: 100%; width: 100%; display: grid; justify-items: center; gap: 6px; }
.sales-scene-controls .sales-scene-note { position: static; }
.sales-scene-replay { min-height: 36px; padding: 7px 16px; border-radius: 20px; border: 1px solid #ffffff30; background: #111218df; color: #e0e2e8; font: inherit; font-size: 12px; font-weight: 500; cursor: pointer; }
.sales-scene-replay:hover { background: #30131c; border-color: #eb466180; }
.sales-scene-replay:focus-visible, .sales-scene-phone-submit:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.sales-scene-phone-submit { border: 0; margin: 0; color: #fff; font-family: inherit; font-weight: 600; min-height: 24px; cursor: pointer; }
.sales-demo-sent { display: none; }
.is-updating .sales-demo-sent, .has-demo-result .sales-demo-sent { display: inline; }
.is-updating .sales-demo-idle, .has-demo-result .sales-demo-idle { display: none; }
.sales-scene-screen { position: relative; }
.sales-scene-metrics { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0; transition: opacity .25s; }
.sales-metric-cover { fill: #18161c; }
.sales-metric-track, .sales-metric-ring { fill: none; stroke-width: 15; }
.sales-metric-track { stroke: #303038; }
.sales-metric-ring { stroke: var(--metric-color); stroke-dasharray: 100; stroke-dashoffset: 100; transform: rotate(-90deg); }
.sales-scene-metrics text { font: 600 21px system-ui, sans-serif; fill: #fff; text-anchor: middle; dominant-baseline: central; }
.sales-demo-bar-cover { position: absolute; top: var(--bar-top); left: 36.3%; width: 55.5%; height: 4.6%; background: #202125; opacity: 0; pointer-events: none; transform-origin: right; border-radius: 4px; }
.is-playing .sales-scene-metrics { opacity: 1; }
.is-playing .sales-demo-bar-cover { opacity: 1; animation: sales-reveal-bars 2.5s ease-out both; }
.is-playing .sales-scene-phone-submit { animation: sales-send-confirm 1s ease-out both; }
.is-playing .sales-scene-phone-score i { animation: sales-player-score 1s ease-out both; }
.is-playing .sales-scene-flow i { animation: sales-data-transfer 1.6s .45s ease-out both; }
.sales-scene-replay:disabled { color: #aaaeb9; cursor: progress; }
.sales-demo-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@keyframes sales-reveal-bars { 0%, 28% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes sales-send-confirm { 0%, 45% { box-shadow: 0 0 0 0 #f2295570; } 75% { box-shadow: 0 0 0 8px #f2295528; } 100% { box-shadow: 0 0 0 12px #f2295500; } }
@keyframes sales-player-score { from { transform: scaleX(.15); transform-origin: left; } to { transform: scaleX(1); transform-origin: left; } }
@keyframes sales-data-transfer { 0% { opacity: .3; transform: translateX(-8px); } 60% { opacity: 1; color: #fff; } 100% { opacity: 1; transform: translateX(0); } }
@keyframes sales-device-enter { from { opacity: 0; transform: translateY(20px) rotateY(-15deg) rotateX(7deg); } to { opacity: 1; transform: rotateY(-8deg) rotateX(5deg); } }
@keyframes sales-phone-enter { from { opacity: 0; transform: translate(18px, 28px) rotateY(-15deg) rotateZ(6deg); } to { opacity: 1; transform: rotateY(-9deg) rotateZ(3deg); } }

.sales-tour { margin: 32px auto 0; max-width: 1100px; min-width: 0; color: #f6f6f8; }
.sales-tour-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; padding: 6px; border: 1px solid #ffffff16; border-radius: 14px; background: #121318; }
.sales-tour-tabs button { min-height: 48px; padding: 10px 8px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #bfc0c9; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.sales-tour-tabs button[aria-selected="true"] { color: #fff; background: #e01c36; border-color: #f03951; box-shadow: 0 4px 15px #c40e282b; }
.sales-tour-tabs button:hover:not([aria-selected="true"]) { color: #fff; background: #ffffff09; }
.sales-tour-panel { margin-top: 18px; padding: clamp(16px, 2.4vw, 30px); border: 1px solid #ffffff20; border-radius: 18px; background: linear-gradient(135deg, #18191f, #0f1015); }
.sales-tour-panel[hidden] { display: none; }
.sales-tour-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.sales-tour-heading h3 { margin: 7px 0; color: #fff; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.15; letter-spacing: -.025em; }
.sales-tour-heading p { margin: 0; max-width: 650px; color: #b5b7c2; font-size: 14px; line-height: 1.5; }
.sales-tour-step { color: #ef7789; font-size: 11px; letter-spacing: .15em; font-weight: 700; }
.sales-tour-heading button, .sales-zoom-toolbar button { flex-shrink: 0; min-height: 44px; padding: 10px 15px; color: #fff; background: #ffffff09; border: 1px solid #ffffff35; border-radius: 8px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.sales-tour-image { display: block; width: 100%; max-width: 100%; overflow: hidden; padding: 0; border: 1px solid #ffffff1f; border-radius: 10px; background: #08090b; cursor: zoom-in; }
.sales-tour-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.sales-tour-panel.is-report .sales-tour-image { width: min(100%, 790px); margin-inline: auto; background: #fff; }
.sales-tour-caption { margin: 15px 0 0; color: #b8bac4; font-size: 13px; line-height: 1.5; }
.sales-tour-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 17px; }
.sales-tour-footer small { color: #9598a6; font-size: 12px; }
.sales-tour-footer a { padding-block: 10px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.sales-tour-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.sales-tour button:focus-visible, .sales-scene-screen:focus-visible, .sales-zoom-dialog button:focus-visible, .sales-zoom-viewport:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.sales-zoom-dialog { box-sizing: border-box; width: min(1440px, calc(100vw - 32px)); max-width: calc(100vw - 16px); height: min(940px, calc(100dvh - 32px)); max-height: calc(100dvh - 16px); margin: auto; padding: 20px; color: #fff; background: #111218; border: 1px solid #5e616e; border-radius: 15px; box-shadow: 0 32px 120px #000c; }
.sales-zoom-dialog[open] { display: flex; flex-direction: column; }
.sales-zoom-dialog::backdrop { background: #030407eb; }
.sales-zoom-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sales-zoom-toolbar > strong { font-size: 18px; line-height: 1.3; }
.sales-zoom-toolbar > div { display: flex; gap: 8px; flex-shrink: 0; }
.sales-zoom-toolbar button[aria-pressed="true"] { background: #bd1730; border-color: #ff546b; }
.sales-zoom-dialog > p { margin: 12px 0 18px; color: #b0b4c2; font-size: 12px; line-height: 1.5; }
.sales-zoom-viewport { min-height: 0; overflow: auto; overscroll-behavior: contain; flex: 1; border-radius: 7px; background: #08090b; }
.sales-zoom-viewport img { display: block; width: 100%; max-width: none; height: auto; margin: 0 auto; }
.sales-zoom-viewport.is-detail img { width: max(100%, var(--sales-image-width, 1400px)); }
.sales-testimonial-grid.has-three-stories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.has-three-stories .sales-testimonial-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
.sales-testimonial-portrait { position: relative; width: 100%; aspect-ratio: 3 / 2; overflow: hidden; }
.has-three-stories .sales-testimonial-card .sales-testimonial-card-photo { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center top; }
.has-three-stories .sales-testimonial-lucas .sales-testimonial-card-photo { object-position: center 34%; }
.has-three-stories .sales-testimonial-leonardo .sales-testimonial-card-photo { object-position: center 10%; }
.has-three-stories .sales-testimonial-card-body { padding: 22px; align-content: start; justify-content: start; }
.has-three-stories .sales-testimonial-club { min-height: 80px; }
.has-three-stories .sales-testimonial-card blockquote { font-size: 14px; line-height: 1.65; font-weight: 400; color: #c9cbd2; }
.sales-kicker { font-weight: 600; letter-spacing: .07em; }
.sales-hero-proof span, .sales-value-strip span { font-weight: 500; text-transform: none; letter-spacing: .01em; }
.sales-testimonial-card .sales-testimonial-club b { font-weight: 600; }
.sales-testimonial-club span { font-weight: 400; text-transform: none; letter-spacing: .01em; font-size: 12px; line-height: 1.4; color: #aeb1bc; }
.sales-testimonial-club strong { font-weight: 500; }
.sales-athlete-forms { isolation: isolate; }
.sales-athlete-forms::after {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(0deg, #08090b 0%, #08090bc9 20%, #08090bba 78%, #08090b),
    linear-gradient(90deg, #08090b 5%, #45091940 50%, #08090b 100%),
    url("assets/sales-coach-training-gym.jpeg") right center / auto 100% no-repeat;
}

@media (max-width: 1040px) {
  .sales-hero.has-device-scene { grid-template-columns: 1fr; grid-template-areas: "visual" "copy"; gap: 20px; min-height: 0; padding-top: 24px; }
  .has-device-scene .sales-hero-copy { width: min(700px, 100%); margin-inline: auto; }
  .has-device-scene .sales-device-scene { max-width: 620px; margin-inline: auto; }
  .has-device-scene h1 { font-size: clamp(38px, 6vw, 60px); }
  .sales-testimonial-grid.has-three-stories { grid-template-columns: 1fr; }
  .has-three-stories .sales-testimonial-card { grid-template-columns: 220px minmax(0, 1fr); grid-template-rows: auto; }
  .sales-testimonial-portrait { aspect-ratio: auto; height: 240px; align-self: start; }
  .has-three-stories .sales-testimonial-leonardo .sales-testimonial-card-photo { transform: scale(1.08); }
}
@media (max-width: 680px) {
  .sales-hero.has-device-scene { width: calc(100% - 28px); padding-block: 14px 30px; gap: 16px; }
  .has-device-scene .sales-hero-copy { gap: 12px; }
  .has-device-scene .sales-wordmark { display: none; }
  .has-device-scene h1 { font-size: clamp(34px, 9vw, 44px); line-height: 1.04; }
  .has-device-scene .sales-hero-copy > p:not(.sales-kicker) { font-size: 15px; line-height: 1.55; }
  .has-device-scene .sales-kicker { font-size: 10px; }
  .has-device-scene .sales-hero-proof { gap: 6px; }
  .has-device-scene .sales-hero-proof span { min-height: 28px; padding: 6px 8px; font-size: 10px; }
  .has-device-scene .sales-cta-row { display: grid; grid-template-columns: 1.25fr 1fr; gap: 8px; }
  .has-device-scene .sales-cta-row a { min-height: 46px; padding: 10px 8px; font-size: 11px; text-align: center; justify-content: center; }
  .sales-device-scene { aspect-ratio: 1.18; }
  .sales-scene-laptop { top: 12%; width: 91%; }
  .sales-scene-laptop-lid { padding: 13px 5px 4px; border-radius: 11px 11px 5px 5px; }
  .sales-scene-camera { top: 6px; width: 3px; height: 3px; }
  .sales-scene-device-name { font-size: 5px; padding-top: 3px; }
  .sales-scene-laptop-base { height: 10px; }
  .sales-scene-phone { top: 3%; width: 27%; border-radius: 16px; padding: 10px 3px 4px; }
  .sales-scene-phone-speaker { top: 4px; height: 3px; }
  .sales-scene-phone-content { padding: 9px 5px 5px; border-radius: 12px; gap: 6px; }
  .sales-scene-phone-phase, .sales-scene-phone-content small { font-size: 6px; }
  .sales-scene-phone-content > div { padding: 6px 4px; gap: 3px; border-radius: 5px; }
  .sales-scene-phone-content strong { font-size: 7px; }
  .sales-scene-phone-score strong { font-size: 17px; }
  .sales-scene-phone-score strong span { font-size: 7px; }
  .sales-scene-phone-submit { padding: 5px 2px; font-size: 7px; }
  .sales-scene-flow { bottom: 6%; padding: 9px 2px; gap: 8px; font-size: 9px; }
  .sales-scene-flow i { font-size: 17px; }
  .sales-scene-note { bottom: 0; font-size: 8px; }
  .sales-tour { margin-top: 24px; }
  .sales-tour-tabs { gap: 4px; padding: 4px; border-radius: 10px; }
  .sales-tour-tabs button { padding: 9px 3px; font-size: 10px; min-height: 44px; border-radius: 6px; }
  .sales-tour-panel { padding: 15px 10px; margin-top: 12px; border-radius: 12px; }
  .sales-tour-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 15px; padding-inline: 3px; }
  .sales-tour-heading h3 { font-size: 23px; }
  .sales-tour-heading p { font-size: 13px; }
  .sales-tour-heading button { min-height: 42px; padding: 8px 12px; }
  .sales-tour-caption { font-size: 12px; padding-inline: 3px; }
  .sales-tour-footer { gap: 5px; }
  .sales-tour-footer small { font-size: 10px; }
  .sales-zoom-dialog { width: calc(100vw - 12px); max-width: calc(100vw - 12px); height: calc(100dvh - 16px); max-height: calc(100dvh - 16px); padding: 12px; }
  .sales-zoom-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .sales-zoom-toolbar > strong { font-size: 16px; }
  .sales-zoom-toolbar > div { width: 100%; justify-content: space-between; }
  .sales-testimonial-grid.has-three-stories { grid-template-columns: none; grid-auto-columns: 90%; gap: 12px; }
  .has-three-stories .sales-testimonial-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .sales-testimonial-portrait { aspect-ratio: 3 / 2; height: auto; }
  .has-three-stories .sales-testimonial-leonardo .sales-testimonial-card-photo { transform: none; }
  .sales-athlete-forms::after { background-size: auto, auto, 100% auto; background-position: center, center, center 20%; }
  .has-three-stories .sales-testimonial-card-body { padding: 18px; }
}
@media (max-width: 380px) {
  .sales-device-scene { aspect-ratio: 1; }
  .sales-scene-phone { width: 29%; }
  .sales-scene-phone-content { padding: 7px 4px 4px; gap: 4px; }
  .sales-scene-phone-phase, .sales-scene-phone-content small { font-size: 5px; }
  .sales-scene-phone-content > div { padding: 5px 3px; gap: 3px; }
  .sales-scene-phone-content strong { font-size: 6px; }
  .sales-scene-phone-score strong { font-size: 15px; }
  .sales-scene-phone-submit { padding: 4px 2px; font-size: 6px; }
  .sales-scene-flow { font-size: 8px; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  .sales-scene-laptop, .sales-scene-phone { animation: none; }
  .is-playing .sales-demo-bar-cover, .is-playing .sales-scene-phone-submit, .is-playing .sales-scene-phone-score i, .is-playing .sales-scene-flow i { animation: none; }
  .sales-scene-metrics { transition: none; }
  .is-playing .sales-scene-metrics, .is-playing .sales-demo-bar-cover { opacity: 0; }
  .sales-tour *, .sales-zoom-dialog * { scroll-behavior: auto; transition: none; }
}
