.commercial-home {
  background: #f4f7fa;
  color: #152e40;
}
.commercial-home .site-wrap {
  max-width: 1240px;
  padding-inline: 28px;
}
.commercial-home .site-header {
  border-bottom: 1px solid #e0e8ec;
  background: white;
}
.commercial-home .site-nav {
  min-height: 78px;
}
.commercial-home .site-menu {
  gap: 28px;
}
.commercial-home .site-brand {
  font-size: 1.08rem;
}
.commercial-home .action {
  background: #086f61;
  border-color: #086f61;
  border-radius: 8px;
}
.commercial-hero {
  padding-top: 28px;
}
.commercial-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 20px;
}
.commercial-intro p {
  margin: 0 0 7px;
  color: #58717f;
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  font-weight: 650;
}
.commercial-intro h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  letter-spacing: -0.04em;
  line-height: 1.25;
  font-weight: 600;
}
.commercial-intro > span {
  color: #637a87;
  font-size: 0.8rem;
  white-space: nowrap;
}
.commercial-player {
  container-type: inline-size;
  border-radius: 16px;
  background: #0d2536;
  overflow: hidden;
  box-shadow: 0 15px 45px #12344714;
  color: white;
}
.film-stage {
  position: relative;
  aspect-ratio: 16/9;
  container-type: inline-size;
  overflow: hidden;
  background: #0c2939;
  isolation: isolate;
}
.film-stage:before {
  content: "";
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  right: -24%;
  top: -55%;
  border-radius: 50%;
  background: #174355;
  z-index: -1;
}
.film-brand {
  position: absolute;
  left: 3.5%;
  top: 4%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bdd7df;
  font-size: clamp(0.75rem, 1.2cqw, 0.95rem);
  font-weight: 550;
  z-index: 7;
}
.film-brand svg {
  width: 20px;
  height: 20px;
}
.example-corner {
  position: absolute;
  right: 3.5%;
  top: 4%;
  color: #a5c1ce;
  font-size: clamp(0.75rem, 1.05cqw, 0.82rem);
  z-index: 7;
}
.commercial-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.scene-heading {
  position: absolute;
  top: 12%;
  left: 7%;
  right: 7%;
  z-index: 5;
}
.scene-heading > span {
  font-size: clamp(0.75rem, 1.2cqw, 0.95rem);
  letter-spacing: 0.08em;
  color: #a6d9d0;
  font-weight: 550;
}
.scene-heading h2 {
  font-size: clamp(1.45rem, 4cqw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 1.13;
  margin: 10px 0 0;
  font-weight: 550;
}
.actor {
  position: absolute;
  object-fit: contain;
  object-position: bottom;
  max-width: none;
  z-index: 3;
  animation: actor-enter 0.8s both;
  animation-delay: var(--scene-offset, 0s);
}
.actor-pat {
  height: 85%;
  width: 53%;
  right: -2%;
  bottom: 3%;
}
.actor-daughter {
  height: 83%;
  width: 51%;
  left: -1%;
  bottom: 3%;
  animation-name: daughter-enter;
}
.caller-node {
  position: absolute;
  left: 8%;
  top: 39%;
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 4;
}
.call-icon {
  display: grid;
  place-items: center;
  width: 8cqw;
  height: 8cqw;
  min-width: 56px;
  min-height: 56px;
  max-width: 92px;
  max-height: 92px;
  border-radius: 50%;
  background: #244c65;
  color: #bcdfef;
  box-shadow: 0 0 0 1.1cqw #244c6538;
  animation: ring 1.6s ease-in-out infinite;
  animation-delay: var(--scene-offset, 0s);
}
.call-icon svg {
  width: 45%;
  height: 45%;
}
.caller-node > strong {
  font-size: clamp(0.875rem, 1.8cqw, 1.35rem);
  margin-top: 20px;
  line-height: 1.3;
}
.caller-node > span {
  font-size: clamp(0.75rem, 1.2cqw, 0.9rem);
  margin-top: 5px;
  color: #abc4d2;
}
.voice-bars {
  height: 25px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 15px;
  color: #78bde2;
}
.voice-bars i {
  display: block;
  background: currentColor;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  animation: voice-wave 0.75s ease-in-out infinite alternate;
  animation-delay: var(--scene-offset, 0s);
}
.voice-bars i:nth-child(2n) {
  animation-delay: calc(var(--scene-offset, 0s) - 0.3s);
  height: 16px;
}
.voice-bars i:nth-child(3n) {
  animation-delay: calc(var(--scene-offset, 0s) - 0.5s);
  height: 23px;
}
.call-pipeline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #82c5ea;
}
.call-pipeline path {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}
.track {
  stroke: #31515e;
  stroke-dasharray: 4 10;
}
.incoming-line {
  stroke: #7cbddf;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: line-enter 1.8s ease both;
  animation-delay: var(--scene-offset, 0s);
}
.outgoing-line {
  opacity: 0;
  stroke: #6eddbe;
}
.travelling-connected {
  display: none;
}
.recipient-tag {
  position: absolute;
  right: 7%;
  bottom: 19%;
  z-index: 4;
  background: #173b4cd9;
  border: 1px solid #4d6b79;
  padding: 9px 15px;
  border-radius: 8px;
  font-size: clamp(0.75rem, 1.25cqw, 1rem);
  color: #c7dce5;
  line-height: 1.5;
}
.recipient-tag strong {
  font-size: 0.9em;
  color: #a3c1cf;
}
.incoming-banner {
  position: absolute;
  top: 34%;
  left: 37%;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1e465c;
  border: 1px solid #517586;
  border-radius: 100px;
  font-size: clamp(0.75rem, 1.3cqw, 1rem);
  animation: float-in 0.6s both;
  animation-delay: calc(var(--scene-offset, 0s) + 0.5s);
  z-index: 4;
}
.incoming-banner svg {
  width: 18px;
  height: 18px;
}
.ring-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #9de4ca;
  animation: pulse 1s ease infinite;
}
.pa-station {
  position: absolute;
  left: 34%;
  top: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 24%;
  z-index: 4;
}
.station-shield {
  display: grid;
  place-items: center;
  color: #b9ffe4;
  width: 8cqw;
  height: 8cqw;
  min-height: 58px;
  min-width: 58px;
  border: 1px solid #61baaa;
  border-radius: 22%;
  background: #166450;
  box-shadow: 0 0 0 1.4cqw #44ba9220;
  animation: station-enter 0.8s both;
  animation-delay: var(--scene-offset, 0s);
}
.station-shield svg {
  width: 55%;
  height: 55%;
}
.pa-station > strong {
  font-size: clamp(0.875rem, 1.65cqw, 1.3rem);
  margin-top: 17px;
}
.station-state {
  font-size: clamp(0.75rem, 1.15cqw, 0.875rem);
  color: #a2d8c8;
  margin-top: 4px;
}
.gather-conversation {
  position: absolute;
  right: 5%;
  top: 35%;
  width: 34%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gather-conversation p {
  font-size: clamp(0.8rem, 1.5cqw, 1.12rem);
  line-height: 1.4;
  padding: 10px 13px;
  border-radius: 10px;
  margin: 0;
  animation: float-in 0.5s both;
}
.question-one,
.question-two {
  background: #e5f5ef;
  color: #133c35;
  align-self: flex-start;
}
.answer-one,
.answer-two {
  background: #254b60;
  color: white;
  align-self: flex-end;
  max-width: 90%;
}
.question-one {
  animation-delay: var(--scene-offset, 0s) !important;
}
.answer-one {
  animation-delay: calc(var(--scene-offset, 0s) + 1.7s) !important;
}
.question-two {
  animation-delay: calc(var(--scene-offset, 0s) + 3.5s) !important;
}
.answer-two {
  animation-delay: calc(var(--scene-offset, 0s) + 5.2s) !important;
}
.holding-caption {
  position: absolute;
  left: 8%;
  bottom: 21%;
  font-size: clamp(0.75rem, 1.3cqw, 1rem);
  color: #93b4c2;
  max-width: 44%;
}
.commercial-scene[data-scene="screening"] .caller-node {
  left: 2%;
  width: 25%;
  transform: scale(0.82);
  transform-origin: center;
}
.commercial-scene[data-scene="screening"] .voice-bars {
  opacity: 0.45;
}
.approval-dialog {
  position: absolute;
  left: 7%;
  top: 36%;
  width: 48%;
  z-index: 5;
  padding: 22px 25px;
  background: #f2faf8;
  color: #1b403c;
  border-radius: 16px;
  box-shadow: 0 18px 40px #0002;
  animation: float-in 0.7s both;
  animation-delay: var(--scene-offset, 0s);
}
.dialog-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(0.75rem, 1.3cqw, 1rem);
  color: #367d6d;
  font-weight: 650;
}
.dialog-brand svg {
  width: 20px;
  height: 20px;
}
.approval-dialog > p {
  font-size: clamp(0.875rem, 1.85cqw, 1.35rem);
  line-height: 1.5;
  margin: 15px 0;
}
.approval-dialog h3 {
  font-size: clamp(1rem, 2.1cqw, 1.55rem);
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.choice-display {
  display: flex;
  gap: 10px;
  margin-top: 17px;
  animation: float-in 0.5s both;
  animation-delay: calc(var(--scene-offset, 0s) + 4.5s);
}
.choice-display span {
  padding: 8px 24px;
  border-radius: 100px;
  font-size: clamp(0.875rem, 1.5cqw, 1.15rem);
  background: #d8e8e4;
  color: #406459;
}
.choice-display span:first-child {
  background: #0c8064;
  color: white;
}
.yes-bubble {
  position: absolute;
  right: 28%;
  top: 41%;
  font-size: clamp(1.5rem, 4.8cqw, 3.8rem);
  font-weight: 650;
  line-height: 1;
  padding: 17px 28px;
  background: #c5f4de;
  color: #075541;
  border-radius: 20px;
  z-index: 6;
  animation: yes-pop 0.7s both;
  animation-delay: var(--scene-offset, 0s);
}
.connection-stamp {
  position: absolute;
  left: 39%;
  top: 63%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.875rem, 1.7cqw, 1.35rem);
  color: #aaf2d2;
  animation: float-in 0.6s both;
  animation-delay: calc(var(--scene-offset, 0s) + 1s);
}
.connection-stamp svg {
  width: 24px;
  height: 24px;
}
.commercial-player[data-current="connect"] .outgoing-line,
.commercial-player[data-current="monitoring"] .outgoing-line {
  opacity: 1;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: line-enter 1.5s both;
  animation-delay: calc(var(--scene-offset, 0s) + 0.6s);
}
.commercial-player[data-current="connect"] .incoming-line,
.commercial-player[data-current="monitoring"] .incoming-line {
  stroke: #6eddbe;
  stroke-dashoffset: 0;
  animation: none;
}
.commercial-player[data-current="connect"] .travelling-call,
.commercial-player[data-current="monitoring"] .travelling-call {
  display: none;
}
.commercial-player[data-current="connect"] .travelling-connected,
.commercial-player[data-current="monitoring"] .travelling-connected {
  display: block;
  fill: #7cf6ce;
}
.commercial-player[data-current="connect"] .call-icon,
.commercial-player[data-current="monitoring"] .call-icon {
  animation: none;
  background: #1a624e;
  color: #acf7d8;
}
.caller-dialog {
  position: absolute;
  top: 34%;
  left: 32%;
  max-width: 42%;
  background: #f9ead9;
  color: #5d3f2d;
  border-radius: 15px;
  padding: 17px 22px;
  font-size: clamp(1rem, 1.7cqw, 1.35rem);
  line-height: 1.4;
  z-index: 6;
  animation: float-in 0.5s both;
  animation-delay: calc(var(--scene-offset, 0s) + 0.6s);
}
.caller-dialog mark {
  background: #edb59d;
  color: #702714;
  padding: 0 3px;
}
.monitoring-badge {
  position: absolute;
  left: 8%;
  bottom: 20%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid #4a8f7b;
  background: #103e39;
  color: #b0e4d6;
  border-radius: 7px;
  font-size: clamp(0.75rem, 1.2cqw, 0.95rem);
  z-index: 5;
}
.monitoring-badge > svg {
  width: 20px;
  height: 20px;
}
.monitoring-badge .voice-bars {
  margin: 0 0 0 10px;
  color: #98e9ce;
  height: 18px;
}
.risk-phrase {
  position: absolute;
  top: 35%;
  left: 8%;
  right: 8%;
  text-align: center;
  font-size: clamp(1.7rem, 6cqw, 4.3rem);
  font-weight: 550;
  letter-spacing: -0.025em;
  animation: risk-enter 0.65s both;
  animation-delay: var(--scene-offset, 0s);
}
.risk-phrase > span {
  color: #ffd2a9;
  border-bottom: 3px solid #f8b48a;
}
.review-sequence {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.review-sequence > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  flex: 1;
  animation: float-in 0.55s both;
  animation-delay: var(--scene-offset, 0s);
}
.review-sequence > div:nth-child(3) {
  animation-delay: calc(var(--scene-offset, 0s) + 2.2s);
}
.review-sequence > div:nth-child(5) {
  animation-delay: calc(var(--scene-offset, 0s) + 4.7s);
}
.review-sequence b {
  display: grid;
  place-items: center;
  font-weight: 500;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ab715a;
  color: #edb69b;
  font-size: 0.8rem;
}
.review-sequence strong {
  font-size: clamp(0.875rem, 1.6cqw, 1.2rem);
  font-weight: 600;
  white-space: nowrap;
}
.review-sequence div > span {
  font-size: clamp(0.75rem, 1.2cqw, 0.9rem);
  color: #b9cbd1;
  text-align: center;
}
.process-arrow {
  color: #b98463;
  font-size: 1.7rem;
}
.review-condition {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 17%;
  text-align: center;
  color: #aebfc7;
  font-size: clamp(0.75rem, 1.2cqw, 0.9rem);
}
.commercial-player[data-current="review"] .film-stage {
  background: #352a32;
  transition: background 0.4s;
}
.ended-symbol {
  position: absolute;
  left: 36%;
  top: 41%;
  width: 25%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #ffc4b4;
  font-size: clamp(1rem, 2.5cqw, 1.8rem);
  font-weight: 600;
  animation: yes-pop 0.6s both;
  animation-delay: var(--scene-offset, 0s);
}
.ended-symbol svg {
  width: 72px;
  height: 72px;
  padding: 20px;
  background: #923f35;
  border-radius: 50%;
  transform: rotate(135deg);
}
.commercial-player[data-current="ended"] .incoming-line {
  stroke: #e59177;
  transform-origin: 50% center;
  animation: call-cut 0.8s both;
  animation-delay: var(--scene-offset, 0s);
}
.commercial-player[data-current="ended"] .call-pipeline .track {
  stroke: #874e49;
  stroke-dasharray: 2 22;
}
.commercial-player[data-current="ended"] .travelling-call {
  display: none;
}
.commercial-player[data-current="ended"] .caller-node {
  opacity: 0.4;
}
.commercial-player[data-current="ended"] .actor-pat {
  opacity: 0.6;
}
.ended-message {
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 22%;
  text-align: center;
  font-size: clamp(0.875rem, 1.8cqw, 1.25rem);
  color: #e0bfb7;
  z-index: 6;
}
.review-dashboard {
  position: absolute;
  right: 7%;
  top: 33%;
  width: 45%;
  background: #fff;
  border: 1px solid #c9dedf;
  border-radius: 13px;
  color: #153e44;
  padding: 23px;
  z-index: 5;
  box-shadow: 0 15px 30px #0002;
  animation: dashboard-in 0.8s both;
  animation-delay: calc(var(--scene-offset, 0s) + 0.7s);
}
.dashboard-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dce6e9;
  padding-bottom: 14px;
  font-size: clamp(0.875rem, 1.45cqw, 1.15rem);
}
.dashboard-brand svg {
  width: 22px;
  height: 22px;
  color: #087762;
}
.dashboard-brand > span {
  margin-left: auto;
  font-size: 0.75rem;
  color: #6d858c;
  font-weight: 400;
}
.review-record {
  padding: 14px 0;
}
.review-record > span {
  font-size: clamp(0.75rem, 1.15cqw, 0.85rem);
  color: #697e86;
}
.review-record h3 {
  font-size: clamp(1.1rem, 2.2cqw, 1.6rem);
  margin: 3px 0 9px;
  font-weight: 600;
}
.record-status {
  display: inline-block;
  padding: 4px 8px;
  background: #fff0ec;
  color: #a0422f;
  border-radius: 4px;
  font-size: clamp(0.75rem, 1.15cqw, 0.85rem);
  font-weight: 500;
}
.review-field {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e8eb;
  padding: 10px 0;
  font-size: clamp(0.75rem, 1.15cqw, 0.9rem);
  gap: 10px;
}
.review-field > span {
  color: #647b84;
}
.review-dashboard > p {
  font-size: clamp(0.75rem, 1.15cqw, 0.875rem);
  line-height: 1.5;
  color: #647b84;
  margin: 9px 0 0;
}
.commercial-endcard {
  position: absolute;
  inset: 12% 12% 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 5;
}
.endcard-shield {
  height: 52px;
  width: 52px;
  color: #a6efd0;
  margin-bottom: 13px;
  animation: station-enter 0.7s both;
  animation-delay: var(--scene-offset, 0s);
}
.endcard-brand {
  font-size: clamp(1rem, 2cqw, 1.5rem);
  letter-spacing: -0.02em;
  color: #c7e7e5;
}
.commercial-endcard h2 {
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: clamp(1.5rem, 4.5cqw, 3.4rem);
  line-height: 1.15;
  margin: 17px 0 22px;
  animation: float-in 0.7s both;
  animation-delay: calc(var(--scene-offset, 0s) + 0.5s);
}
.commercial-endcard h2 em {
  font-style: normal;
  color: #a5efcb;
}
.commercial-home .commercial-endcard .action {
  background: #c5f4da;
  border-color: #c5f4da;
  color: #153d32;
  min-height: 46px;
  font-size: 1rem;
  animation: float-in 0.7s both;
  animation-delay: calc(var(--scene-offset, 0s) + 1.5s);
}
.outro-pat,
.outro-daughter {
  position: absolute;
  bottom: 0;
  height: 68%;
  width: 38%;
  object-fit: contain;
  opacity: 0.23;
  animation: float-in 1.2s both;
  animation-delay: var(--scene-offset, 0s);
}
.outro-pat {
  left: -10%;
}
.outro-daughter {
  right: -10%;
}
.film-subtitles {
  position: relative;
  text-align: center;
  pointer-events: none;
  padding: 16px 24px;
  background: #041b2b;
  border-top: 1px solid #2a4351;
  min-height: 112px;
  flex-shrink: 0;
}
.film-subtitles > span {
  font-size: clamp(0.75rem, 1.1cqw, 0.85rem);
  color: #9dd7c5;
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}
.film-subtitles > p {
  font-size: clamp(0.875rem, 1.6cqw, 1.2rem);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 78ch;
  color: white;
}
.film-first-play {
  position: absolute;
  right: 3%;
  top: 9%;
  z-index: 12;
}
.film-first-play button {
  min-height: 44px;
  background: #fff;
  color: #133b42;
  border: 0;
  border-radius: 100px;
  padding: 10px 18px;
  box-shadow: 0 5px 16px #0002;
  font-size: 0.85rem;
  font-weight: 650;
}
.film-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: #294655;
  z-index: 12;
}
.film-progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: #8ce1bd;
  transition: none;
}
.film-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 17px;
  background: #081e2e;
  border-top: 1px solid #2a4351;
  min-height: 62px;
}
.film-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 0;
  color: #d4e2e9;
  min-width: 40px;
  min-height: 44px;
  padding: 4px 6px;
  font-size: 0.85rem;
  border-radius: 5px;
  white-space: nowrap;
}
.film-controls button:hover {
  background: #1d3a4b;
}
.film-controls button[aria-pressed="true"] {
  color: #9ee4c7;
  background: #15372e;
}
.film-controls input[type="range"] {
  flex: 1;
  min-width: 50px;
  accent-color: #9ee4c7;
  cursor: pointer;
  height: 44px;
}
.film-controls output {
  font-size: 0.75rem;
  color: #a7beca;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.timeline-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.commercial-player[data-playing="false"] * {
  animation-play-state: paused !important;
}
.commercial-player[data-reduced="true"] * {
  animation: none !important;
  transition: none !important;
}
.commercial-player[data-reduced="true"] .travelling-call,
.commercial-player[data-reduced="true"] .travelling-connected {
  display: none;
}
.commercial-player[data-reduced="true"] .incoming-line,
.commercial-player[data-reduced="true"] .outgoing-line {
  stroke-dashoffset: 0;
}
.commercial-footnote {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 1px 0;
  color: #687e89;
  font-size: 0.75rem;
}
.commercial-footnote > p {
  max-width: 680px;
  margin: 0;
  line-height: 1.6;
}
.commercial-footnote details {
  max-width: 410px;
  min-width: 180px;
}
.commercial-footnote summary {
  cursor: pointer;
  min-height: 36px;
}
.commercial-footnote details p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.film-message {
  font-size: 0.85rem;
  color: #7e4834;
  margin: 9px 0;
}
.film-message:empty {
  display: none;
}
.commercial-conversion {
  margin-top: 30px;
  background: white;
  border-block: 1px solid #e1e8ec;
  padding: 30px 0;
}
.commercial-conversion > .site-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.commercial-conversion h2 {
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  font-weight: 550;
  margin: 0;
}
.commercial-conversion p {
  font-size: 0.9rem;
  color: #627b86;
  margin: 8px 0 0;
}
.commercial-conversion .site-wrap > div:last-child {
  flex-shrink: 0;
  text-align: right;
}
.commercial-conversion .site-wrap > div:last-child p {
  font-size: 0.8rem;
}
.commercial-faq {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 24px;
  padding-bottom: 26px;
  font-size: 0.875rem;
  color: #5a7380;
}
.commercial-faq details {
  max-width: 810px;
}
.commercial-faq summary {
  cursor: pointer;
  min-height: 36px;
}
.commercial-faq > a {
  white-space: nowrap;
}
.commercial-home .site-footer {
  background: white;
  padding: 22px 0;
}
.commercial-player:fullscreen {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.commercial-player:fullscreen .film-stage {
  flex: 1;
  aspect-ratio: auto;
  min-height: 0;
}
.commercial-player:fullscreen .film-controls {
  flex-shrink: 0;
}
@keyframes actor-enter {
  from {
    opacity: 0;
    transform: translateX(9%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes daughter-enter {
  from {
    opacity: 0;
    transform: translateX(-9%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dashboard-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes ring {
  0%,
  55%,
  100% {
    transform: rotate(0);
  }
  10%,
  30% {
    transform: rotate(8deg);
  }
  20%,
  40% {
    transform: rotate(-8deg);
  }
}
@keyframes voice-wave {
  from {
    transform: scaleY(0.3);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes line-enter {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.3;
  }
}
@keyframes station-enter {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes yes-pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes risk-enter {
  from {
    opacity: 0;
    transform: scale(1.14);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes call-cut {
  to {
    transform: scaleX(0);
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .film-controls {
    gap: 8px;
  }
  .film-first-play {
    top: 8.5%;
  }
  .film-first-play button {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
  .approval-dialog {
    padding: 16px;
  }
  .gather-conversation {
    gap: 5px;
  }
  .gather-conversation p {
    padding: 7px 10px;
  }
  .review-dashboard {
    padding: 16px;
  }
  .review-sequence {
    gap: 14px;
  }
  .commercial-conversion > .site-wrap {
    gap: 20px;
  }
  .commercial-conversion h2 {
    font-size: 1.2rem;
  }
  .film-subtitles {
    left: 4%;
    right: 4%;
    padding: 7px 10px;
  }
  .scene-heading > span {
    letter-spacing: 0.025em;
  }
  .scene-heading h2 {
    margin-top: 6px;
  }
  .endcard-shield {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
  }
  .commercial-endcard h2 {
    margin: 13px 0 18px;
  }
  .review-condition {
    bottom: 18%;
  }
}
@media (max-width: 600px) {
  .commercial-home .site-wrap {
    padding-inline: 16px;
  }
  .commercial-home .site-nav {
    min-height: 72px;
  }
  .commercial-home .site-menu {
    gap: 18px;
  }
  .commercial-intro {
    display: block;
    margin-bottom: 15px;
  }
  .commercial-intro > span {
    display: inline-block;
    margin-top: 9px;
    font-size: 0.75rem;
  }
  .commercial-intro h2 {
    font-size: 1.55rem;
  }
  .commercial-hero {
    padding-top: 21px;
  }
  .commercial-player {
    border-radius: 12px;
  }
  .film-stage {
    aspect-ratio: 4/5;
  }
  .film-brand {
    top: 3%;
    left: 5%;
    font-size: 0.75rem;
    gap: 5px;
  }
  .film-brand svg {
    height: 17px;
    width: 17px;
  }
  .example-corner {
    top: 3.5%;
    right: 5%;
    font-size: 0.75rem;
  }
  .scene-heading {
    top: 14%;
    left: 7%;
    right: 7%;
  }
  .scene-heading > span {
    font-size: 0.75rem;
    line-height: 1.35;
    display: block;
    max-width: 90%;
  }
  .scene-heading h2 {
    font-size: 1.6rem;
    line-height: 1.13;
    margin-top: 8px;
    max-width: 95%;
  }
  .actor-pat {
    height: 64%;
    width: 75%;
    right: -15%;
    bottom: 15%;
  }
  .caller-node {
    left: 4%;
    top: 42%;
    width: 40%;
  }
  .call-icon {
    width: 50px;
    height: 50px;
    min-width: 0;
    min-height: 0;
  }
  .caller-node > strong {
    font-size: 0.85rem;
    margin-top: 16px;
  }
  .caller-node > span {
    font-size: 0.75rem;
  }
  .caller-node .voice-bars {
    margin-top: 8px;
  }
  .recipient-tag {
    right: 3%;
    bottom: 25%;
    font-size: 0.75rem;
    padding: 6px 9px;
    max-width: 43%;
  }
  .incoming-banner {
    left: 5%;
    top: 34%;
    font-size: 0.75rem;
    padding: 8px 11px;
  }
  .incoming-banner svg {
    width: 16px;
    height: 16px;
  }
  .film-first-play {
    right: 5%;
    top: 8%;
    left: 5%;
    display: flex;
    justify-content: center;
  }
  .film-first-play button {
    min-height: 36px;
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  .commercial-scene[data-scene="screening"] .caller-node {
    left: -3%;
    top: 35%;
    width: 40%;
    transform: scale(0.72);
  }
  .pa-station {
    top: 36%;
    left: 35%;
    width: 60%;
  }
  .station-shield {
    height: 52px;
    width: 52px;
    min-width: 0;
    min-height: 0;
    border-radius: 13px;
  }
  .pa-station > strong {
    font-size: 0.85rem;
    margin-top: 10px;
  }
  .station-state {
    font-size: 0.75rem;
  }
  .gather-conversation {
    top: 61%;
    left: 5%;
    right: 5%;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .gather-conversation p {
    font-size: 0.75rem;
    padding: 6px 8px;
    max-width: none;
    align-self: stretch;
  }
  .holding-caption {
    display: none;
  }
  .commercial-scene[data-scene="screening"] .scene-heading h2 {
    font-size: 1.55rem;
  }
  .approval-dialog {
    left: 5%;
    top: 35%;
    width: 68%;
    padding: 13px;
    z-index: 5;
  }
  .dialog-brand {
    font-size: 0.75rem;
    gap: 6px;
  }
  .dialog-brand svg {
    height: 17px;
    width: 17px;
  }
  .approval-dialog > p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 12px 0;
  }
  .approval-dialog h3 {
    font-size: 1rem;
  }
  .choice-display {
    margin-top: 12px;
  }
  .choice-display span {
    font-size: 0.85rem;
    padding: 6px 18px;
  }
  .commercial-scene[data-scene="approval"] .actor-pat {
    right: -25%;
    height: 55%;
    bottom: 18%;
    opacity: 0.65;
  }
  .yes-bubble {
    right: 21%;
    top: 45%;
    padding: 12px 20px;
    font-size: 2rem;
  }
  .connection-stamp {
    left: 8%;
    top: 69%;
    font-size: 0.9rem;
    gap: 8px;
  }
  .connection-stamp svg {
    height: 20px;
    width: 20px;
  }
  .caller-dialog {
    top: 48%;
    left: 23%;
    max-width: 69%;
    padding: 13px 15px;
    font-size: 1.1rem;
  }
  .commercial-scene[data-scene="monitoring"] .caller-node {
    top: 33%;
    left: 0%;
    width: 40%;
    transform: scale(0.72);
  }
  .commercial-scene[data-scene="monitoring"] .actor-pat {
    bottom: 19%;
    opacity: 0.55;
  }
  .monitoring-badge {
    left: 5%;
    bottom: 24%;
    padding: 7px 9px;
    font-size: 0.75rem;
    gap: 6px;
  }
  .monitoring-badge .voice-bars {
    display: none;
  }
  .risk-phrase {
    top: 37%;
    font-size: 1.9rem;
  }
  .review-sequence {
    top: 53%;
    left: 5%;
    right: 5%;
    gap: 8px;
  }
  .review-sequence strong {
    font-size: 0.8rem;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }
  .review-sequence div > span {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .review-sequence b {
    width: 25px;
    height: 25px;
    font-size: 0.75rem;
  }
  .process-arrow {
    font-size: 1.1rem;
  }
  .review-condition {
    bottom: 24%;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .ended-symbol {
    left: 34%;
    top: 40%;
    width: 35%;
    font-size: 1.3rem;
    gap: 10px;
  }
  .ended-symbol svg {
    height: 58px;
    width: 58px;
    padding: 17px;
  }
  .ended-message {
    left: 8%;
    right: 8%;
    bottom: 28%;
    font-size: 0.9rem;
  }
  .actor-daughter {
    height: 59%;
    width: 76%;
    left: -25%;
    bottom: 20%;
  }
  .review-dashboard {
    right: 5%;
    top: 36%;
    width: 69%;
    padding: 13px;
  }
  .dashboard-brand {
    font-size: 0.85rem;
    gap: 5px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  .dashboard-brand svg {
    height: 17px;
    width: 17px;
  }
  .dashboard-brand > span {
    font-size: 0.75rem;
  }
  .review-record {
    padding: 10px 0;
  }
  .review-record h3 {
    font-size: 1.15rem;
  }
  .review-field {
    font-size: 0.75rem;
    padding: 8px 0;
  }
  .review-dashboard > p {
    font-size: 0.75rem;
    margin-top: 4px;
  }
  .record-status {
    font-size: 0.75rem;
  }
  .commercial-endcard {
    inset: 17% 6% 21%;
  }
  .endcard-shield {
    width: 43px;
    height: 43px;
  }
  .endcard-brand {
    font-size: 1.15rem;
  }
  .commercial-endcard h2 {
    font-size: 1.8rem;
    margin: 17px 0 22px;
  }
  .commercial-home .commercial-endcard .action {
    font-size: 0.9rem;
    min-height: 44px;
    padding: 10px 20px;
  }
  .outro-pat,
  .outro-daughter {
    height: 45%;
    width: 70%;
    bottom: 18%;
    opacity: 0.16;
  }
  .outro-pat {
    left: -28%;
  }
  .outro-daughter {
    right: -28%;
  }
  .film-subtitles {
    bottom: 3.5%;
    min-height: 74px;
    left: 4%;
    right: 4%;
    padding: 7px 9px;
  }
  .film-subtitles > p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .film-subtitles > span {
    font-size: 0.75rem;
  }
  .film-controls {
    gap: 4px;
    padding: 5px 8px;
    flex-wrap: wrap;
    min-height: 97px;
  }
  .film-controls button {
    font-size: 0.75rem;
    min-width: 34px;
    min-height: 42px;
    padding: 4px 5px;
  }
  #film-play {
    min-width: 45px;
  }
  #film-replay span {
    display: none;
  }
  #film-seek {
    order: 7;
    flex-basis: calc(100% - 95px);
    min-width: 65%;
  }
  #film-time {
    order: 8;
    font-size: 0.75rem;
    min-width: 80px;
  }
  .film-controls input[type="range"] {
    height: 34px;
  }
  .commercial-footnote {
    display: block;
    font-size: 0.75rem;
    padding-top: 12px;
  }
  .commercial-footnote details {
    margin-top: 9px;
    max-width: none;
  }
  .commercial-conversion {
    margin-top: 21px;
    padding: 24px 0;
  }
  .commercial-conversion > .site-wrap {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .commercial-conversion .site-wrap > div:last-child {
    text-align: left;
  }
  .commercial-conversion h2 {
    font-size: 1.25rem;
  }
  .commercial-faq {
    flex-direction: column;
    gap: 14px;
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .commercial-home .footer-top {
    display: block;
  }
  .commercial-home .footer-links-new {
    margin-top: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .commercial-player * {
    animation: none !important;
    transition: none !important;
  }
  .commercial-player .travelling-call,
  .commercial-player .travelling-connected {
    display: none;
  }
  .commercial-player .incoming-line,
  .commercial-player .outgoing-line {
    stroke-dashoffset: 0;
  }
}
@media(max-width:600px){.film-first-play{top:2.2%;left:auto;right:3%}.film-first-play button{min-height:44px;padding:6px 10px}.example-corner{display:none}}

/* Keep spoken captions out of the illustrated scene at every screen size. */
.film-subtitles {
  inset: auto;
  padding: 16px 24px;
}
.film-play-label { display: none; }
.film-first-play[hidden],
.film-subtitles[hidden],
.film-controls[hidden],
.film-controls button[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  /* Hidden scenes share one grid cell and reserve the tallest scene's space.
     Playback therefore never moves the caption panel or controls. */
  .film-stage {
    display: grid;
    grid-template-areas: "story";
    aspect-ratio: auto;
    padding: 72px 18px 24px;
  }
  .commercial-scene,
  .commercial-scene[hidden] {
    position: relative;
    inset: auto;
    grid-area: story;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: min-content;
    align-content: center;
    align-items: center;
    gap: 18px 12px;
    min-width: 0;
    overflow: visible;
  }
  .commercial-scene[hidden] {
    display: grid !important;
    visibility: hidden;
    pointer-events: none;
  }
  .commercial-scene[hidden] * {
    animation-play-state: paused !important;
  }
  .film-brand {
    top: 24px;
    left: 18px;
    font-size: 12px;
    gap: 5px;
  }
  .film-brand svg { width: 17px; height: 17px; }
  .example-corner { display: none; }
  .film-first-play {
    top: 12px;
    right: 12px;
    left: auto;
  }
  .film-first-play button {
    font-size: 12px;
    padding: 8px 10px;
    min-height: 44px;
  }
  .film-watch-label { display: none; }
  .film-play-label { display: inline; }
  .commercial-scene > :not(.call-pipeline):not(.outro-pat):not(.outro-daughter) {
    position: relative;
    inset: auto;
    width: auto;
    max-width: 100%;
    min-width: 0;
    transform: none;
  }
  .commercial-scene .scene-heading {
    grid-column: 1 / -1;
    align-self: start;
  }
  .scene-heading > span {
    display: block;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .04em;
  }
  .commercial-scene .scene-heading h2 {
    font-size: clamp(24px, 6cqw, 32px);
    max-width: 100%;
    line-height: 1.16;
    margin: 7px 0 0;
  }
  .commercial-scene .actor {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: clamp(150px, 46cqw, 220px);
    opacity: 1;
    object-position: center bottom;
  }
  .commercial-scene .caller-node,
  .commercial-scene .pa-station {
    grid-row: 2;
    transform: none;
    width: 100%;
  }
  .commercial-scene .caller-node { grid-column: 1; }
  .commercial-scene .pa-station { grid-column: 2; }
  .call-icon,
  .station-shield {
    width: 52px;
    height: 52px;
    min-width: 0;
    min-height: 0;
  }
  .caller-node > strong,
  .pa-station > strong { font-size: 14px; margin-top: 14px; }
  .caller-node > span,
  .station-state { font-size: 12px; line-height: 1.4; }
  .commercial-scene .call-pipeline {
    grid-column: 1 / -1;
    grid-row: 2;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .commercial-scene .recipient-tag { grid-column: 2; font-size: 12px; }
  .commercial-scene .incoming-banner {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .incoming-banner svg { flex-shrink: 0; width: 16px; height: 16px; }
  .commercial-scene .gather-conversation {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .gather-conversation p {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 11px;
    max-width: 93%;
    align-self: flex-start;
  }
  .gather-conversation .answer-one,
  .gather-conversation .answer-two { align-self: flex-end; }
  .holding-caption { display: none; }
  .commercial-scene[data-scene="approval"] .actor,
  .commercial-scene[data-scene="family"] .actor { display: none; }
  .commercial-scene .approval-dialog,
  .commercial-scene .review-dashboard {
    grid-column: 1 / -1;
    padding: 20px;
  }
  .dialog-brand { font-size: 14px; }
  .approval-dialog > p { font-size: 16px; line-height: 1.5; margin: 16px 0; }
  .approval-dialog h3 { font-size: 18px; }
  .choice-display { margin-top: 18px; }
  .choice-display span { font-size: 16px; padding: 8px 24px; }
  .commercial-scene .yes-bubble { grid-column: 2; font-size: 24px; justify-self: center; padding: 12px 20px; }
  .commercial-scene .connection-stamp { grid-column: 1; grid-row: 3; font-size: 14px; gap: 7px; }
  .connection-stamp svg { flex-shrink: 0; width: 20px; height: 20px; }
  .commercial-scene .caller-dialog {
    grid-column: 1 / -1;
    font-size: clamp(16px, 4.6cqw, 20px);
    line-height: 1.5;
    padding: 16px;
    margin: 0;
  }
  .commercial-scene .monitoring-badge { grid-column: 1 / -1; justify-self: start; font-size: 13px; }
  .monitoring-badge .voice-bars { display: none; }
  .commercial-scene .risk-phrase { grid-column: 1 / -1; font-size: clamp(24px, 6cqw, 34px); line-height: 1.4; }
  .commercial-scene .review-sequence {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .review-sequence > div { display: grid; grid-template-columns: 30px 1fr; gap: 3px 12px; text-align: left; }
  .review-sequence b { grid-row: 1 / 3; width: 28px; height: 28px; }
  .review-sequence strong { font-size: 15px; text-align: left; white-space: normal; }
  .review-sequence div > span { grid-column: 2; font-size: 13px; text-align: left; }
  .process-arrow { display: none; }
  .commercial-scene .review-condition { grid-column: 1 / -1; font-size: 13px; line-height: 1.5; margin: 0; }
  .commercial-scene[data-scene="ended"] .caller-node { display: none; }
  .commercial-scene .ended-symbol { grid-row: 2; grid-column: 1; font-size: 18px; gap: 12px; }
  .ended-symbol svg { width: 58px; height: 58px; padding: 17px; }
  .commercial-scene .ended-message { grid-column: 1 / -1; font-size: 16px; line-height: 1.5; }
  .dashboard-brand { font-size: 15px; flex-wrap: wrap; }
  .dashboard-brand > span { font-size: 12px; }
  .review-record { padding: 16px 0; }
  .review-record h3 { font-size: 22px; }
  .record-status { font-size: 13px; }
  .review-field { font-size: 14px; padding: 12px 0; flex-wrap: wrap; }
  .review-dashboard > p { font-size: 14px; line-height: 1.5; }
  .commercial-scene .commercial-endcard { grid-column: 1 / -1; padding: 20px 0; }
  .commercial-endcard h2 { font-size: clamp(26px, 7cqw, 38px); line-height: 1.2; margin: 20px 0 24px; }
  .endcard-brand { font-size: 18px; }
  .outro-pat, .outro-daughter { height: 60%; width: 60%; bottom: 0; }
  .outro-pat { left: -18%; }
  .outro-daughter { right: -18%; }
  .film-subtitles {
    min-height: 156px;
    padding: 16px 18px;
    text-align: left;
  }
  .film-subtitles > span { font-size: 12px; line-height: 1.5; margin-bottom: 5px; }
  .film-subtitles > p { font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
  .film-controls {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    gap: 6px;
    padding: 10px;
    min-height: 110px;
  }
  .film-controls button { min-width: 44px; min-height: 44px; padding: 4px; font-size: 12px; }
  #film-replay span { display: none; }
  .film-controls #film-seek { grid-row: 2; grid-column: 1 / 4; min-width: 0; width: 100%; height: 44px; margin: 0; order: 0; }
  #film-time { grid-row: 2; grid-column: 4 / 6; min-width: 0; font-size: 12px; text-align: right; order: 0; }
  .commercial-player:fullscreen { overflow-y: auto; height: 100dvh; }
  .commercial-player:fullscreen .film-stage { flex: 1 0 auto; }
}
