/* Product explanations use real controls and readable content, without editorial labels. */
.hero-transform {
  background: #edf3fc;
}
.hero-transform .hero-grid {
  grid-template-columns: 1.12fr 1fr;
  gap: 65px;
  padding-top: 65px;
  padding-bottom: 50px;
}
.hero-transform .hero-copy {
  grid-column: 2;
  grid-row: 1;
}
.hero-transform .hero-transformation {
  grid-column: 1;
  grid-row: 1;
}
.hero-transform.hero h1 {
  font-size: clamp(48px, 4.9vw, 72px);
  line-height: 1.06;
}
.hero-transform .hero-promise {
  font-size: clamp(20px, 2vw, 28px);
  margin-top: 23px;
}
.hero-transform .hero-description {
  font-size: 16px;
  max-width: 430px;
}
.hero-transformation {
  min-height: 525px;
  display: block;
}
.hero-inputs {
  position: absolute;
  left: 0;
  top: 56px;
  width: 35%;
}
.hero-photo-input {
  height: 231px;
  position: relative;
  border: 7px solid #fff;
  border-bottom-width: 35px;
  border-radius: 10px;
  box-shadow: 0 12px 30px #18325c12;
  transform: rotate(-5deg);
}
.hero-photo-input img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.hero-photo-input > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  color: #2a3951;
  font-size: 12px;
  text-align: center;
}
.hero-voice-input {
  margin-top: 22px;
  padding: 17px;
  background: #fff;
  border: 1px solid #d8e1f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px #243f6608;
}
.hero-voice-input > span {
  font-size: 12px;
  color: #4e6382;
}
.hero-wave {
  height: 32px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.hero-wave i {
  height: var(--height);
  flex: 1;
  background: #2457ff;
  border-radius: 5px;
}
.hero-transform-arrow {
  position: absolute;
  left: 38%;
  top: 208px;
  color: #7b96c1;
  font-size: 34px;
}
.hero-output {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
}
.hero-transform .main-phone {
  width: 100%;
  height: 448px;
  transform: none;
  border-radius: 25px;
  border-width: 5px;
  box-shadow: 0 22px 40px #18325c1f;
}
.hero-output > p {
  text-align: center;
  color: #334767;
  font-size: 13px;
  margin-top: 17px;
}
.hero-case-source {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  color: #7b8ba1;
  text-align: center;
}
.hero-transform .hero-foot {
  border-top-color: #d2ddeb;
}
@media (max-width: 1050px) and (min-width: 761px) {
  .hero-transform .hero-grid {
    gap: 40px;
  }
  .hero-transform .hero-actions {
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-transform .main-phone {
    height: 400px;
  }
  .hero-transformation {
    min-height: 477px;
  }
  .hero-photo-input {
    height: 203px;
  }
  .hero-transform-arrow {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .hero-transform .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .hero-transform .hero-copy {
    text-align: center;
    width: 100%;
  }
  .hero-transform.hero h1 {
    font-size: clamp(43px, 10vw, 65px);
  }
  .hero-transform .hero-description {
    font-size: 14px;
    max-width: 420px;
    margin-inline: auto;
  }
  .hero-transform .hero-promise {
    margin-top: 18px;
  }
  .hero-transform .hero-actions {
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
  }
  .hero-transform .guarantee-link {
    font-size: 10px;
  }
  .hero-transformation {
    width: 100%;
    max-width: 520px;
    min-height: 435px;
  }
  .hero-inputs {
    width: 34%;
    top: 45px;
  }
  .hero-photo-input {
    height: 182px;
    border-width: 5px;
    border-bottom-width: 30px;
  }
  .hero-photo-input > span {
    font-size: 10px;
    bottom: -23px;
  }
  .hero-voice-input {
    padding: 12px;
    margin-top: 20px;
  }
  .hero-voice-input > span {
    font-size: 10px;
  }
  .hero-wave {
    gap: 2px;
    height: 26px;
  }
  .hero-transform-arrow {
    top: 162px;
    left: 37%;
    font-size: 25px;
  }
  .hero-transform .main-phone {
    height: 350px;
    border-radius: 20px;
    border-width: 4px;
  }
  .hero-output {
    width: 53%;
  }
  .hero-output > p {
    font-size: 11px;
  }
  .hero-case-source {
    bottom: 8px;
    font-size: 9px;
  }
  .hero-transform .phone-top {
    left: 10px;
    right: 8px;
    font-size: 9px;
  }
  .hero-transform .phone-bottom {
    left: 12px;
  }
  .hero-transform .phone-bottom strong {
    font-size: 37px;
  }
}
@media (max-width: 360px) {
  .hero-transform .hero-actions {
    gap: 15px;
  }
  .hero-transform .hero-actions .button {
    padding: 15px 18px;
  }
  .hero-transform .main-phone {
    height: 305px;
  }
  .hero-transformation {
    min-height: 390px;
  }
  .hero-photo-input {
    height: 158px;
  }
  .hero-transform .phone-top > span {
    font-size: 8px;
  }
  .hero-transform .phone-bottom strong {
    font-size: 31px;
  }
  .hero-transform .phone-bottom > span {
    font-size: 9px;
  }
}
.hero-grid {
  padding-top: 50px;
}
.hero h1 {
  font-size: clamp(64px, 7.5vw, 110px);
}
.hero-description {
  max-width: 430px;
  font-size: 17px;
}
.hero-foot > span {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
.channel-band {
  background: #fff;
  color: var(--ink);
  border-bottom: 1px solid #e4e8ef;
}
.channel-band .wrap {
  justify-content: space-between;
  gap: 25px;
  padding-block: 30px;
}
.channel-band p {
  letter-spacing: 0;
  text-transform: none;
  color: #667080;
  font-size: 14px;
  font-weight: 400;
}
.channel-band .wrap > span {
  font-size: 17px;
  font-weight: 550;
}
.section {
  scroll-margin-top: 90px;
}
.experience-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 50px;
}
.experience-heading h2 {
  max-width: 700px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.13;
}
.experience-heading > p {
  max-width: 350px;
  font-size: 16px;
  line-height: 1.75;
}
.product-process {
  background: #f5f7fb;
}
.process-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #d3dbe8;
  margin-bottom: 28px;
}
.process-tabs button {
  position: relative;
  text-align: left;
  padding: 22px 15px 24px 55px;
  background: none;
  border: 0;
  color: #697585;
  cursor: pointer;
}
.process-tabs button > span {
  position: absolute;
  left: 10px;
  top: 26px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #c6cfdd;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.process-tabs strong {
  display: block;
  font-size: 21px;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.process-tabs small {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.process-tabs button[aria-selected="true"] {
  color: var(--ink);
}
.process-tabs button[aria-selected="true"] > span {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.process-tabs button[aria-selected="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #2457ff25;
}
.process-tabs i {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  z-index: 1;
  width: 0;
  background: var(--blue);
}
.process-tabs [aria-selected="true"] i {
  width: var(--progress, 0%);
}
.process-workspace {
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 60px #19345608;
}
.workspace-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 28px;
  border-bottom: 1px solid #e8edf4;
  font-size: 12px;
  color: #788292;
}
.process-pause {
  background: transparent;
  border: 0;
  color: #536171;
  font: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 5px;
}
.process-panel {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  min-height: 470px;
  padding: 40px;
  gap: 50px;
  animation: panel-appear 0.5s ease both;
}
[hidden] {
  display: none !important;
}
.process-explanation h3 {
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.22;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.process-explanation > p {
  font-size: 15px;
  line-height: 1.8;
}
.process-explanation > small {
  display: block;
  color: #6d7988;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 20px;
}
.segment-picker {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.segment-picker button,
.faq-topics button {
  border: 1px solid #dce3ed;
  background: #fff;
  color: #647183;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 12px;
  cursor: pointer;
}
.segment-picker button[aria-pressed="true"],
.faq-topics button[aria-pressed="true"] {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.business-sheet {
  padding: 25px;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  background: #f9fafc;
}
.sheet-title {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.profile-field {
  border-bottom: 1px solid #e0e6ef;
  padding: 12px 0;
  animation: field-reveal 9s infinite;
}
.profile-field:nth-child(3) {
  animation-delay: 0.7s;
}
.profile-field:nth-child(4) {
  animation-delay: 1.4s;
}
.profile-field > span {
  display: block;
  color: #8791a0;
  font-size: 11px;
  margin-bottom: 6px;
}
.profile-field strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.profile-ready {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #32675c;
  font-size: 11px;
  margin-top: 20px;
}
.profile-ready > span {
  background: #d9eee7;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
}
.topic-suggestions {
  margin-top: 26px;
}
.topic-suggestions > span {
  color: #7b8797;
  font-size: 11px;
}
.topic-suggestions p {
  font-size: 13px;
  color: #334259;
  border-left: 2px solid #ced9ff;
  padding-left: 13px;
  margin-top: 12px;
  line-height: 1.5;
  animation: topic-reveal 9s infinite;
}
.topic-suggestions p:nth-of-type(2) {
  animation-delay: 0.6s;
}
.topic-suggestions p:nth-of-type(3) {
  animation-delay: 1.2s;
}
.clone-demo {
  position: relative;
  min-height: 360px;
}
.clone-input-photo {
  position: absolute;
  width: 31%;
  height: 190px;
  left: 0;
  top: 22px;
  transform: rotate(-5deg);
  border: 6px solid white;
  border-radius: 11px;
  box-shadow: 0 10px 30px #1c2e4820;
}
.clone-input-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.clone-input-photo > span {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  color: #1e2c40;
  font-size: 10px;
}
.clone-voice {
  position: absolute;
  z-index: 2;
  top: 225px;
  left: 0;
  width: 49%;
  background: #eaf0ff;
  border: 1px solid #d7e1ff;
  padding: 15px;
  border-radius: 10px;
}
.clone-voice > span {
  font-size: 11px;
  color: #223c6b;
}
.clone-voice small {
  display: block;
  font-size: 9px;
  color: #6c7e9a;
  margin-top: 9px;
}
.sound-wave {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: space-between;
  margin-top: 10px;
}
.sound-wave i {
  height: var(--height);
  flex: 1;
  border-radius: 4px;
  background: #2457ff;
  animation: sound-bounce 1s var(--delay) ease-in-out infinite alternate;
}
.clone-connector {
  position: absolute;
  top: 120px;
  left: 36%;
  font-size: 30px;
  color: #bcc9df;
}
.clone-result {
  position: absolute;
  right: 0;
  top: 5px;
  width: 48%;
  height: 333px;
  border: 6px solid #142235;
  border-radius: 20px;
  overflow: hidden;
  background: #243342;
}
.clone-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clone-result > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 10px 15px;
  background: linear-gradient(transparent, #102034e0);
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.clone-scan {
  position: absolute;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #88f2ec;
  background: linear-gradient(transparent, #56e5df22);
  animation: face-scan 4s ease-in-out infinite alternate;
}
.plain-checks {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.plain-checks li {
  border-top: 1px solid #e4e9f1;
  padding: 12px 0 12px 24px;
  font-size: 13px;
  position: relative;
}
.plain-checks li:before {
  content: "✓";
  color: var(--blue);
  position: absolute;
  left: 0;
}
.render-demo {
  min-height: 370px;
  position: relative;
}
.render-checklist {
  position: absolute;
  top: 60px;
  left: 0;
  width: 51%;
  padding: 23px 15px;
  background: #f1f5fa;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.render-checklist > span {
  font-size: 13px;
  font-weight: 600;
}
.render-checklist p {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  margin-top: 22px;
  animation: field-reveal 9s infinite;
}
.render-checklist p:nth-of-type(2) {
  animation-delay: 0.8s;
}
.render-checklist p:nth-of-type(3) {
  animation-delay: 1.6s;
}
.render-checklist i {
  font-style: normal;
  color: #327767;
  background: #dcece6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.render-checklist strong {
  display: block;
  font-size: 10px;
  color: var(--blue);
  margin-top: 28px;
}
.render-video {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 365px;
  border: 5px solid #111e32;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #152439;
  transform: rotate(3deg);
  box-shadow: 0 12px 24px #19365a22;
}
.render-video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.render-video .play {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
}
.render-play-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 12px;
  padding: 40px 5px 18px;
  background: linear-gradient(transparent, #101b2dde);
}
.destination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}
.destination-list span {
  border-bottom: 1px solid #cad4e3;
  padding: 5px 0;
  margin-right: 10px;
  font-size: 12px;
  color: #263a5a;
}
.process-explanation .process-takeaway {
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  margin-top: 26px;
}
.process-under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.process-under p {
  font-size: 12px;
}
.process-under .text-link {
  font-size: 12px;
  flex-shrink: 0;
}
.product-process:not(.is-playing) .process-panel * {
  animation-play-state: paused !important;
}
.routine-section {
  background: #fff;
}
.routine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
.routine-copy h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.15;
}
.routine-copy > p {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.8;
}
.routine-switch {
  display: inline-flex;
  flex-wrap: wrap;
  background: #eef2f8;
  padding: 5px;
  border-radius: 9px;
  margin-top: 30px;
  gap: 4px;
}
.routine-switch button {
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 12px;
  border: 0;
  background: transparent;
  color: #647286;
  cursor: pointer;
}
.routine-switch [aria-pressed="true"] {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 3px 9px #29395110;
}
.routine-board {
  padding: 38px;
  border-radius: 20px;
  min-height: 420px;
  background: #13213a;
  color: #fff;
  overflow: hidden;
  transition: background 0.4s;
}
.routine-board[data-mode="solo"] {
  background: #edf1f6;
  color: #172336;
}
.routine-view {
  animation: panel-appear 0.45s ease both;
}
.routine-board {
  position: relative;
}
.routine-pause {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: 1px solid #70829c70;
  border-radius: 50%;
  background: transparent;
  color: #b9c8dc;
  font-size: 10px;
  cursor: pointer;
}
.routine-view h3 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.routine-view > p {
  font-size: 13px;
  color: #a4b3ca;
  line-height: 1.8;
  margin-top: 27px;
}
.routine-board[data-mode="solo"] p {
  color: #617187;
}
.task-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}
.task-cloud span {
  padding: 10px 13px;
  border: 1px solid #ccd6e3;
  border-radius: 6px;
  font-size: 12px;
  background: #ffffff80;
}
.production-stream {
  overflow: hidden;
  margin: 35px -38px 28px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
}
.production-stream > div {
  width: max-content;
  display: flex;
  gap: 12px;
  animation: production-flow 17s linear infinite;
}
.production-stream span {
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid #395073;
  color: #adbeda;
}
.routine-section:not(.is-playing) .production-stream > div {
  animation-play-state: paused;
}
.routine-result {
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid #496084;
  border-radius: 11px;
  padding: 19px;
  background: #ffffff08;
}
.routine-result strong {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.routine-result > span {
  margin-left: auto;
  color: #80dfc9;
}
.your-part {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 25px;
}
.your-part span {
  color: #90a2bd;
  font-size: 11px;
}
.your-part strong {
  font-size: 14px;
  font-weight: 500;
}
.cases-section {
  background: #f6f8fb;
}
.case-context {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.8;
  color: #667285;
}
.case-caption {
  padding-bottom: 0;
}
.rail-toolbar > span {
  font-size: 12px;
  letter-spacing: 0;
  color: #697788;
}
.source-note {
  max-width: 940px;
}
.program-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 65px;
}
.program-selector {
  display: flex;
  flex-direction: column;
}
.program-selector button {
  text-align: left;
  padding: 22px 25px;
  border: 0;
  border-left: 2px solid #e0e6ef;
  background: transparent;
  cursor: pointer;
  color: #758095;
}
.program-selector button[aria-selected="true"] {
  border-color: var(--blue);
  background: #f4f7ff;
  color: var(--blue);
}
.program-selector span {
  font-size: 20px;
  font-weight: 550;
  display: block;
  letter-spacing: -0.03em;
}
.program-selector small {
  font-size: 12px;
  display: block;
  margin-top: 7px;
}
.program-detail {
  animation: panel-appear 0.45s ease both;
}
.program-detail h3 {
  font-size: 27px;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.program-detail > p {
  font-size: 15px;
  line-height: 1.8;
}
.program-detail ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.program-detail li {
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #e0e6ef;
  font-size: 13px;
  position: relative;
}
.program-detail li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
}
.participation {
  display: flex;
  gap: 20px;
  margin-top: 26px;
  align-items: start;
}
.participation > span {
  font-size: 11px;
  color: var(--blue);
  white-space: nowrap;
  padding-top: 3px;
}
.participation p {
  font-size: 12px;
  line-height: 1.8;
}
.guarantee-explained {
  background: #111d34;
}
.guarantee-number {
  align-self: center;
  padding-right: 40px;
}
.guarantee-number > span {
  font-size: 15px;
  color: #a9b8d2;
  display: block;
  margin-bottom: 30px;
}
.guarantee-number > strong {
  font:
    500 clamp(56px, 6.4vw, 90px) / 1.07 Sora,
    sans-serif;
  letter-spacing: -0.065em;
  display: block;
}
.guarantee-number strong span {
  font-size: 24px;
  letter-spacing: -0.025em;
  display: block;
  margin-top: 15px;
  color: #99b9ff;
}
.guarantee-track {
  height: 3px;
  background: #ffffff20;
  margin-top: 35px;
  overflow: hidden;
}
.guarantee-track i {
  display: block;
  height: 100%;
  background: #5ae0d6;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.3s cubic-bezier(0.1, 0.7, 0.2, 1);
}
.guarantee-explained.in-view .guarantee-track i {
  transform: scaleX(1);
}
.guarantee-number > p {
  font-size: 12px;
  color: #8fa5c7;
  margin-top: 16px;
}
.guarantee-explained h2 {
  font-size: clamp(30px, 3.3vw, 45px);
}
.guarantee-answers {
  margin: 28px 0;
}
.guarantee-answers details {
  border-top: 1px solid #ffffff24;
}
.guarantee-answers summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 0;
  font-size: 14px;
  list-style: none;
}
.guarantee-answers summary span {
  font-size: 18px;
  color: #95b1e4;
}
.guarantee-answers details[open] summary span {
  transform: rotate(45deg);
}
.guarantee-answers p {
  color: #a6b7d1;
  font-size: 13px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.faq-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
  max-width: 300px;
}
.faq-grid > div:first-child > .text-link {
  margin-top: 25px;
}
.final-cta {
  padding-top: 100px;
  padding-bottom: 100px;
}
.final-cta h2 {
  max-width: 900px;
}
.about-art > span {
  text-transform: none;
  letter-spacing: 0;
}
.values-grid article > span {
  text-transform: none;
  letter-spacing: 0;
}
@keyframes panel-appear {
  from {
    opacity: 0.2;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes field-reveal {
  0%,
  8% {
    opacity: 0.4;
    transform: translateY(5px);
  }
  22%,
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes topic-reveal {
  0%,
  22% {
    opacity: 0.3;
    transform: translateX(8px);
  }
  40%,
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes sound-bounce {
  from {
    transform: scaleY(0.35);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes face-scan {
  from {
    top: 10%;
  }
  to {
    top: 70%;
  }
}
@keyframes production-flow {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 1050px) {
  .experience-heading {
    gap: 30px;
  }
  .experience-heading > p {
    max-width: 310px;
  }
  .process-panel {
    padding: 28px;
    gap: 30px;
  }
  .routine-grid {
    gap: 40px;
  }
  .routine-board {
    padding: 26px;
  }
  .routine-switch button {
    padding: 10px;
  }
  .program-layout {
    gap: 35px;
  }
  .clone-voice {
    width: 48%;
    padding: 12px;
  }
  .render-checklist {
    padding: 20px 10px;
  }
  .render-checklist p {
    font-size: 11px;
  }
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(60px, 13vw, 86px);
  }
  .hero-description {
    font-size: 15px;
  }
  .experience-heading {
    display: block;
    margin-bottom: 28px;
  }
  .experience-heading h2 {
    font-size: 37px;
  }
  .experience-heading > p {
    max-width: none;
    margin-top: 23px;
    font-size: 14px;
  }
  .channel-band .wrap {
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 24px;
  }
  .channel-band p {
    flex-basis: 100%;
  }
  .channel-band .wrap > span {
    font-size: 13px;
  }
  .process-tabs {
    margin-bottom: 18px;
  }
  .process-tabs button {
    padding: 15px 4px 16px;
  }
  .process-tabs button > span {
    position: static;
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .process-tabs strong {
    font-size: 15px;
  }
  .process-tabs small {
    display: none;
  }
  .workspace-top {
    padding: 13px 17px;
    font-size: 10px;
  }
  .process-panel {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 35px;
    min-height: 0;
  }
  .process-explanation h3 {
    font-size: 29px;
  }
  .process-explanation > p {
    font-size: 14px;
  }
  .business-sheet {
    padding: 20px;
  }
  .segment-picker {
    gap: 4px;
  }
  .segment-picker button {
    font-size: 11px;
    padding: 7px 10px;
  }
  .sheet-title {
    font-size: 14px;
  }
  .profile-field strong {
    font-size: 13px;
  }
  .profile-ready {
    font-size: 10px;
  }
  .clone-demo {
    min-height: 335px;
  }
  .clone-result {
    height: 310px;
  }
  .clone-input-photo {
    height: 160px;
    width: 35%;
  }
  .clone-voice {
    top: 201px;
    width: 49%;
  }
  .clone-connector {
    left: 38%;
    top: 100px;
    font-size: 23px;
  }
  .clone-voice small {
    font-size: 8px;
  }
  .sound-wave {
    gap: 2px;
  }
  .render-demo {
    min-height: 325px;
  }
  .render-video {
    height: 320px;
    width: 47%;
  }
  .render-checklist {
    top: 35px;
  }
  .render-checklist > span {
    font-size: 11px;
  }
  .render-checklist p {
    font-size: 10px;
    gap: 5px;
  }
  .render-checklist strong {
    font-size: 9px;
  }
  .process-under {
    align-items: start;
    flex-direction: column;
  }
  .process-under p {
    font-size: 12px;
  }
  .routine-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .routine-copy h2 {
    font-size: 37px;
  }
  .routine-copy > p {
    font-size: 14px;
  }
  .routine-board {
    min-height: 405px;
  }
  .routine-view h3 {
    font-size: 27px;
  }
  .routine-switch {
    display: flex;
  }
  .routine-switch button {
    flex: 1;
    font-size: 11px;
  }
  .program-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .program-selector {
    flex-direction: row;
  }
  .program-selector button {
    border-left: 0;
    border-bottom: 2px solid #e0e6ef;
    padding: 13px 8px;
    flex: 1;
  }
  .program-selector span {
    font-size: 15px;
  }
  .program-selector small {
    display: none;
  }
  .program-detail h3 {
    font-size: 25px;
  }
  .participation {
    flex-direction: column;
    gap: 7px;
  }
  .guarantee-number {
    padding-right: 0;
  }
  .guarantee-number > strong {
    font-size: 68px;
  }
  .guarantee-number strong span {
    font-size: 24px;
  }
  .guarantee-number > span {
    margin-bottom: 20px;
  }
  .guarantee-explained h2 {
    font-size: 34px;
  }
  .guarantee-track {
    margin-top: 25px;
  }
  .final-cta {
    padding-block: 65px;
  }
  .case-context {
    font-size: 12px;
  }
  .rail-toolbar > span {
    max-width: 60%;
  }
}
@media (max-width: 360px) {
  .experience-heading h2,
  .routine-copy h2 {
    font-size: 31px;
  }
  .process-panel {
    padding: 16px;
  }
  .process-explanation h3 {
    font-size: 26px;
  }
  .business-sheet {
    padding: 15px;
  }
  .segment-picker button {
    font-size: 10px;
    padding: 7px 8px;
  }
  .clone-voice > span {
    font-size: 10px;
  }
  .clone-voice {
    padding: 10px;
  }
  .render-checklist {
    padding: 16px 8px;
  }
  .render-checklist p {
    font-size: 9px;
  }
  .render-checklist i {
    width: 15px;
    height: 15px;
  }
  .render-play-label {
    font-size: 10px;
  }
  .guarantee-number > strong {
    font-size: 57px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .process-panel,
  .process-panel *,
  .routine-view,
  .production-stream > div,
  .program-detail {
    animation: none !important;
  }
  .guarantee-track i {
    transform: none;
    transition: none;
  }
  .process-tabs i {
    display: none;
  }
  .clone-scan {
    top: 40%;
  }
}

/* The visitor's scroll controls the process; no timed slideshow. */
.hero-photo-input,.clone-input-photo,.render-video { transform:none; }
.scroll-process { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:80px; align-items:start; }
.scroll-track { position:sticky; top:130px; height:540px; display:flex; align-items:center; }
.scroll-stage { width:100%; background:#fff; border:1px solid #e0e6ef; border-radius:18px; padding:28px; }
.scroll-scene { width:100%; }
.scroll-scene[hidden] { display:none; }
.scroll-scene.is-active { animation:scene-arrive .35s ease both; }
@keyframes scene-arrive { from { opacity:.35; transform:translateY(12px); } to { opacity:1; transform:none; } }
.scroll-step { min-height:80vh; display:flex; flex-direction:column; justify-content:center; padding:70px 0; }
.scroll-step h3 { font-size:clamp(30px,3vw,43px); line-height:1.15; }
.scroll-step > p { margin-top:24px; font-size:16px; line-height:1.8; }
.scroll-step > small { margin-top:20px; font-size:11px; color:#748095; }
.scroll-step .topic-suggestions { margin-top:28px; }
.scroll-scene .business-sheet { box-shadow:none; }
.scroll-scene .clone-demo { height:410px; }
.scroll-scene .render-demo { min-height:410px; }
.scroll-scene .render-video { width:210px; height:374px; transform:none; flex-shrink:0; }
.scroll-scene .render-checklist { width:175px; padding:18px; }
.scroll-scene .render-checklist p { font-size:12px; }
.scroll-scene .clone-scan,.scroll-scene .sound-wave i,.scroll-scene .profile-field,.scroll-scene .render-checklist p { animation:none!important; }
.scroll-scene .clone-scan { display:none; }
.scroll-scene .profile-field,.scroll-scene .render-checklist p { opacity:1!important; transform:none!important; }
.product-process .process-under { justify-content:flex-end; margin-top:0; }
@media(max-width:1100px) { .scroll-process { gap:40px; } .scroll-stage { padding:20px; } .scroll-scene .render-video { width:185px;height:330px; } .scroll-scene .render-checklist { width:145px;padding:15px; } }
@media(max-width:760px) {
 .scroll-process { display:block; }
 .scroll-track { top:76px; height:310px; z-index:5; padding:12px 0; background:#f5f7fb; }
 .scroll-stage { padding:16px; height:286px; overflow:hidden; border-radius:12px; }
 .scroll-step { min-height:76vh; padding:36px 0; justify-content:center; }
 .scroll-step h3 { font-size:29px; }
 .scroll-step > p { font-size:15px; margin-top:18px; }
 .scroll-scene .business-demo { max-width:400px;margin:auto; }
 .scroll-scene .segment-picker { margin-bottom:8px; }
 .scroll-scene .segment-picker button { padding:6px 9px; font-size:10px; }
 .scroll-scene .business-sheet { padding:12px; }
 .scroll-scene .sheet-title { font-size:12px;margin-bottom:8px; }
 .scroll-scene .profile-field { padding:7px 0; }
 .scroll-scene .profile-field span { font-size:9px; }
 .scroll-scene .profile-field strong { font-size:11px;line-height:1.4; }
 .scroll-scene .clone-demo { height:250px;min-height:0;max-width:380px;margin:auto; }
 .scroll-scene .clone-input-photo { width:110px;height:120px;top:12px; }
 .scroll-scene .clone-voice { width:115px;top:auto;bottom:0;padding:9px; }
 .scroll-scene .clone-result { height:242px;width:145px; }
 .scroll-scene .clone-connector { left:43%;top:110px; }
 .scroll-scene .render-demo { min-height:250px;gap:14px;justify-content:center; }
 .scroll-scene .render-video { width:132px;height:238px;border-radius:12px; }
 .scroll-scene .render-checklist { width:130px;padding:12px; }
 .scroll-scene .render-checklist > span { font-size:10px; }
 .scroll-scene .render-checklist p { margin-top:14px;font-size:10px; }
 .scroll-scene .render-video .play { width:42px;height:42px;font-size:15px; }
 .scroll-scene .render-play-label { font-size:9px; }
}
@media(prefers-reduced-motion:reduce) { .scroll-scene.is-active { animation:none; } }

.scroll-scene .render-demo { display:flex; align-items:center; justify-content:center; gap:14px; }
.scroll-scene .render-video,.scroll-scene .render-checklist { position:relative; inset:auto; }
.scroll-scene .render-checklist { flex-shrink:1; min-width:0; }
@media(max-width:360px) {
 .scroll-scene .render-demo { gap:8px; }
 .scroll-scene .render-video { width:120px;height:220px; }
 .scroll-scene .render-checklist { width:110px;padding:9px; }
 .scroll-scene .render-checklist p { gap:4px;font-size:9px; }
 .scroll-scene .clone-input-photo { width:90px; }
 .scroll-scene .clone-voice { width:95px; }
 .scroll-scene .clone-result { width:125px; }
}
