/* aiers-aiasset LP — section-gated Figma build (DT 1323:7062 / MO 1323:9249) */

.aiers-aiasset-page {
  --pd-accent: #d9ff00;
  --pd-dark: #17191b;
  --pd-black: #000000;
  --pd-white: #ffffff;

  width: 100%;
  min-width: 320px;
  overflow-x: clip;
  background: var(--pd-white);
  color: var(--pd-white);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
}

/* Final guard: S13 desktop transition copy must remain visible regardless of imported QA overrides. */
@media (min-width: 768px) {
  .aiers-aiasset-transition-two {
    position: relative !important;
  }

  .aiers-aiasset-transition-two__inner {
    display: none !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 50 !important;
    display: flex !important;
    width: 742px !important;
    max-width: calc(100% - 80px) !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    transform: translate(-50%, -50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center !important;
    pointer-events: none !important;
    word-break: keep-all !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed-title {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.32px !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed-title em {
    color: #fff2b7 !important;
    font-style: normal !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed-body {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.2px !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-two__desktop-fixed {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .aiers-aiasset-instructor-card__divider--mobile {
    display: none !important;
  }
}

.aiers-aiasset-page * {
  box-sizing: border-box;
}

.aiers-aiasset-page :where(p, h1, h2, h3, h4, ul, ol, dl, dd, figure) {
  margin: 0;
}

.aiers-aiasset-page img,
.aiers-aiasset-page video {
  display: block;
  max-width: 100%;
}

.aiers-aiasset-main {
  width: 100%;
  background: var(--pd-white);
}

/* ============================================================
   02. [S01] Hero -1 — DT 1323:7065 / MO 1323:9252
   ============================================================ */

.aiers-aiasset-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: var(--pd-dark);
}

.aiers-aiasset-hero__media {
  position: absolute;
  top: 0;
  left: calc(50% - 108px);
  width: calc(50% + 108px);
  height: 601px;
  z-index: 0;
}

.aiers-aiasset-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aiers-aiasset-hero__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: min(1220px, 63.55vw);
  height: 600px;
  background: linear-gradient(88.884deg, var(--pd-black) 77.806%, rgba(0, 0, 0, 0) 94.0915%);
  pointer-events: none;
  z-index: 1;
}

.aiers-aiasset-hero__noise {
  position: absolute;
  left: calc(50% - 640px);
  top: 70px;
  width: 1138px;
  height: 1980px;
  background: url("./figma/hero/noise.webp") center / cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.08;
  transform: rotate(-90deg);
  transform-origin: top left;
  pointer-events: none;
  z-index: 2;
}

.aiers-aiasset-hero__text {
  position: relative;
  z-index: 3;
  width: 563px;
  margin-left: max(40px, calc(50% - 640px));
  padding-top: 70px;
}

.aiers-aiasset-hero__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.aiers-aiasset-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--pd-accent);
  color: var(--pd-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.aiers-aiasset-hero__eyebrow {
  color: var(--pd-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-aiasset-hero__title {
  color: var(--pd-white);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.aiers-aiasset-hero__title em {
  color: var(--pd-accent);
  font-style: normal;
}

.aiers-aiasset-hero__body {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .aiers-aiasset-hero {
    height: 510px;
    background: var(--pd-black);
  }

  .aiers-aiasset-hero__media {
    top: 208px;
    left: 50%;
    width: 148.27vw;
    height: 83.47vw;
    transform: translateX(-50%);
  }

  .aiers-aiasset-hero__fade {
    inset: 0 0 auto 0;
    width: 100%;
    max-width: none;
    height: 367px;
    transform: none;
    background: linear-gradient(180deg, var(--pd-black) 48%, rgba(0, 0, 0, 0) 100%);
  }
  .aiers-aiasset-hero__noise {
    display: none;
  }

  .aiers-aiasset-hero__text {
    width: 323px;
    margin-left: 24px;
    padding-top: 27px;
  }

  .aiers-aiasset-hero__group {
    gap: 8px;
  }

  .aiers-aiasset-hero__badge {
    padding: 4px 8px;
    border-radius: 4px;
    color: #121212;
    font-size: 12px;
    letter-spacing: 0;
  }

  .aiers-aiasset-hero__eyebrow {
    margin-top: -4px;
    font-size: 13px;
    font-weight: 600;
  }

  .aiers-aiasset-hero__title {
    font-size: 30px;
    letter-spacing: 0;
    white-space: normal;
  }

  .aiers-aiasset-hero__body {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
    white-space: normal;
  }
}

/* ============================================================
   03. [S02] 강의 신청 정보 — DT 1323:7085 / MO 1323:9263
   ============================================================ */

.aiers-aiasset-info {
  background: #ffffff;
  color: #121212;
  padding: 40px 0 60px;
}

.aiers-aiasset-info__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-info__title {
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-info__stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}

.aiers-aiasset-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 20px 24px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
}

.aiers-aiasset-info__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
  min-height: 24px;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.aiers-aiasset-info__row:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, #e6e6e6 0 2px, transparent 2px 4px);
}

.aiers-aiasset-info__row dt {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  min-width: 64px;
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 19.5px;
  white-space: nowrap;
}

.aiers-aiasset-info__row dt img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) saturate(100%) invert(10%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(98%) contrast(92%);
  opacity: 1;
}

.aiers-aiasset-info__clock {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid #121212;
  border-radius: 50%;
  box-sizing: border-box;
}

.aiers-aiasset-info__clock::before,
.aiers-aiasset-info__clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5px;
  background: #121212;
  border-radius: 1px;
  transform-origin: 50% 0;
}

.aiers-aiasset-info__clock::before {
  height: 6px;
  transform: translate(-50%, -1px) rotate(0deg);
}

.aiers-aiasset-info__clock::after {
  height: 5px;
  transform: translate(-50%, -1px) rotate(125deg);
}

.aiers-aiasset-info__row dd {
  margin: 0;
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.5px;
  white-space: nowrap;
}

.aiers-aiasset-info__row dd strong {
  color: #ff692a;
  font-weight: 700;
}

.aiers-aiasset-info__row dd s {
  text-decoration-thickness: 1px;
}

.aiers-aiasset-info__row--schedule dd,
.aiers-aiasset-info__schedule {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  line-height: 1.35;
  white-space: normal;
}

.aiers-aiasset-info__helper {
  color: #ff6000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

.aiers-aiasset-info__dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aiers-aiasset-info__dates p {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.aiers-aiasset-info__meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: #ff6000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.42px;
  white-space: nowrap;
}

.aiers-aiasset-info__dates em,
.aiers-aiasset-info__dates i,
.aiers-aiasset-info__dates b {
  color: inherit;
  font: inherit;
  font-style: normal;
}

.aiers-aiasset-info__dates i {
  color: rgba(255, 96, 0, 0.6);
}

.aiers-aiasset-info__dates b {
  white-space: nowrap;
}

.aiers-aiasset-info__schedule-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.aiers-aiasset-info__schedule-text {
  min-width: 0;
}

.aiers-aiasset-info__schedule-option i {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 96, 0, 0.1);
  color: #ff6000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

@keyframes aiers-aiasset-seat-gradient-sweep {
  0% { background-position: 120% 50%; }
  100% { background-position: -120% 50%; }
}

.aiers-aiasset-page .aiers-aiasset-seat-alert {
  display: inline-block;
  background: linear-gradient(90deg, #ff692a 0%, #ff692a 34%, #ffd1bd 50%, #ff692a 66%, #ff692a 100%);
  background-size: 240% 100%;
  color: #ff692a;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: aiers-aiasset-seat-gradient-sweep 1.8s linear infinite;
}

.aiers-aiasset-info__row--price {
  gap: 65px;
}

.aiers-aiasset-info__cta-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.aiers-aiasset-info__availability,
.aiers-aiasset-info__button {
  border-radius: 8px;
}

.aiers-aiasset-info__availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
  min-width: 0;
  height: 70px;
  padding: 20px 24px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-info__availability b {
  color: #1e1e1e;
  font-weight: 700;
}

.aiers-aiasset-info__remain-mobile {
  display: none;
}

.aiers-aiasset-info__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 628px;
  height: 70px;
  padding: 16px 32px;
  box-sizing: border-box;
  background: #ff692a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .aiers-aiasset-info {
    padding: 40px 16px;
  }

  .aiers-aiasset-info__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-info__title {
    font-size: 18px;
    line-height: 25.5px;
  }

  .aiers-aiasset-info__stack {
    gap: 12px;
    margin-top: 12px;
  }

  .aiers-aiasset-info__list {
    gap: 8px;
    padding: 16px;
  }

  .aiers-aiasset-info__row {
    justify-content: space-between;
    gap: 8px;
    min-height: 20px;
  }

  .aiers-aiasset-info__row:not(:first-child)::before {
    top: -4px;
  }

  .aiers-aiasset-info__row dt {
    gap: 8px;
    min-width: 48px;
    font-size: 12px;
    line-height: 19.5px;
  }

  .aiers-aiasset-info__row dt img {
    width: 20px;
    height: 20px;
  }

  .aiers-aiasset-info__row dd {
    font-size: 12px;
    line-height: 19.5px;
    text-align: right;
  }

  .aiers-aiasset-info__row--schedule {
    align-items: center;
  }

  .aiers-aiasset-info__row--schedule dd {
    width: auto;
    gap: 5px;
  }

  .aiers-aiasset-info__helper {
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.24px;
    text-align: right;
  }

  .aiers-aiasset-info__dates {
    gap: 4px;
  }

  .aiers-aiasset-info__dates p {
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-info__dates p span {
    display: block;
    width: 179px;
    text-align: right;
    white-space: normal;
  }

  .aiers-aiasset-info__dates p .aiers-aiasset-info__meta {
    display: inline-flex;
    width: auto;
    gap: 4px;
    text-align: left;
    white-space: nowrap;
  }

  .aiers-aiasset-info__dates em,
  .aiers-aiasset-info__dates i,
  .aiers-aiasset-info__dates b {
    font-size: 10px;
    letter-spacing: -0.3px;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__schedule {
    align-items: flex-end;
    text-align: right;
  }

  .aiers-aiasset-info__schedule-option {
    justify-content: flex-end;
    gap: 6px;
  }

  .aiers-aiasset-info__schedule-text {
    font-size: 12px;
    line-height: 1.35;
  }

  .aiers-aiasset-info__schedule-option i {
    padding: 3px 6px;
    font-size: 10px;
  }

  .aiers-aiasset-info__row--price {
    gap: 8px;
  }

  .aiers-aiasset-info__row--price dt {
    margin-right: -60px;
  }

  .aiers-aiasset-info__row--price dd {
    width: 311px;
    font-weight: 700;
  }

  .aiers-aiasset-info__cta-row {
    flex-direction: column;
    gap: 12px;
  }

  .aiers-aiasset-info__availability {
    width: 100%;
    min-height: 45px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .aiers-aiasset-info__remain-desktop {
    display: none;
  }

  .aiers-aiasset-info__remain-mobile {
    display: inline;
  }

  .aiers-aiasset-info__button {
    width: 100%;
    height: 47px;
    padding: 10px 8px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .aiers-aiasset-info__list--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-info__list--desktop {
    display: none;
  }

  .aiers-aiasset-info__list--mobile {
    display: flex;
    height: 270px;
    gap: 0;
    padding: 14px 16px;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row {
    min-height: 38.6px;
    align-items: center;
    padding: 0;
    gap: 8px;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row:not(:first-child)::before {
    top: 0;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row dt {
    min-width: 58px;
    gap: 8px;
    color: #121212;
    font-weight: 600;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row dt img,
  .aiers-aiasset-info__clock {
    width: 18px;
    height: 18px;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row dt img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(54%) saturate(1977%) hue-rotate(317deg) brightness(91%) contrast(91%);
  }

  .aiers-aiasset-info__clock {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    border: 1.9px solid #8a1738;
    border-radius: 50%;
  }

  .aiers-aiasset-info__clock::before,
  .aiers-aiasset-info__clock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.6px;
    background: #8a1738;
    border-radius: 1px;
    transform-origin: 50% 0;
  }

  .aiers-aiasset-info__clock::before {
    height: 5px;
    transform: translate(-50%, -1px) rotate(0deg);
  }

  .aiers-aiasset-info__clock::after {
    height: 4px;
    transform: translate(-50%, -1px) rotate(125deg);
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row dd {
    flex: 1 1 auto;
    min-width: 0;
    color: #121212;
    font-size: 12px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: -0.38px;
    text-align: right;
    white-space: nowrap;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row--price dd {
    width: auto;
    letter-spacing: -0.48px;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row dd strong,
  .aiers-aiasset-info__availability b,
  .aiers-aiasset-info__availability p:last-child {
    color: #751d35;
  }

  .aiers-aiasset-info__availability {
    border-color: #e6e6e6;
    background: #fafafa;
    color: #121212;
    font-weight: 700;
  }

  .aiers-aiasset-info__button {
    background: #751d35;
  }

  .aiers-aiasset-info__list--mobile .aiers-aiasset-info__row:not(:first-child)::before {
    height: 1px;
    background: repeating-linear-gradient(90deg, #e6e6e6 0 2px, transparent 2px 4px);
  }
}

/* Task 15 QA rework: S02 mobile must match Figma 1323:9263 schedule card,
   not the alternate event-summary variant from the rejected task14 attempt. */
@media (max-width: 767px) {
  .aiers-aiasset-info__list--desktop {
    display: flex;
  }

  .aiers-aiasset-info__list--mobile {
    display: none;
  }

  .aiers-aiasset-info__row dt img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(98%) contrast(92%);
  }

  .aiers-aiasset-info__row dd strong,
  .aiers-aiasset-info__availability b,
  .aiers-aiasset-info__availability p:last-child {
    color: #ff6000;
  }

  .aiers-aiasset-info__button {
    background: #ff692a;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-info__inner {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-info__list--desktop {
    /* Keep the two-date row in normal document flow. A fixed card height
       compressed following rows whenever the schedule needed two lines. */
    height: auto;
    min-height: 232px;
    gap: 16px;
    padding: 16px;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    flex: 0 0 auto;
    min-height: 20px;
    padding: 0;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row dt {
    font-weight: 500;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row dd {
    min-width: 0;
    font-weight: 600;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row:not(:first-child)::before {
    top: -8px;
    height: 1px;
    background: repeating-linear-gradient(90deg, #e6e6e6 0 2px, transparent 2px 4px);
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row--schedule {
    /* The date and remaining-seat badge fit on one line at mobile widths.
       Keep this row at the same compact rhythm as the other class details. */
    align-items: center;
    min-height: 20px;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row--schedule dt {
    min-width: 0;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row--schedule dd {
    width: auto;
    align-items: flex-end;
    text-align: right;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row--price {
    gap: 12px;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row--price dt {
    margin-right: 0;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row--price dd {
    width: auto;
    min-width: 0;
    white-space: nowrap;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__row dd strong {
    font-weight: 700;
  }

  .aiers-aiasset-info__list--desktop .aiers-aiasset-info__dates p span {
    width: auto;
    height: auto;
    white-space: nowrap;
  }
}

/* ============================================================
   04. [S03] 가격 — DT 1323:7147 / MO 1323:9331
   ============================================================ */

.aiers-aiasset-price {
  --price-accent: #ff692a;
  --price-grey: #d8d8d8;
  background: #ffffff;
  color: #121212;
  padding: 80px 0 120px;
}

.aiers-aiasset-price__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-price__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 451px;
}

.aiers-aiasset-price__header h2 {
  margin: 0;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

.aiers-aiasset-price__header h2 em {
  color: var(--price-accent);
  font-style: normal;
}

.aiers-aiasset-price__header p {
  margin: 0;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.aiers-aiasset-price__chart {
  position: relative;
  height: 372px;
  margin-top: 59px;
  border-bottom: 1px solid #d8d8d8;
}

.aiers-aiasset-price__trend {
  position: absolute;
  left: 174px;
  top: 247px;
  width: 958px;
  height: 1px;
  background: repeating-linear-gradient(90deg, #565656 0 8px, transparent 8px 14px);
  transform: rotate(-13.89deg);
  transform-origin: left center;
}

.aiers-aiasset-price__trend::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  border-left: 9px solid #565656;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.aiers-aiasset-price__callout {
  position: absolute;
  left: 109px;
  top: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 56px;
  border-radius: 100px;
  background: var(--price-accent);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.48px;
}

.aiers-aiasset-price__callout i {
  position: absolute;
  left: 50%;
  top: 56px;
  width: 2px;
  height: 71px;
  background: var(--price-accent);
  transform: translateX(-50%);
}

.aiers-aiasset-price__callout i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--price-accent);
  transform: translateX(-50%);
}

.aiers-aiasset-price__bars {
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: -76px;
  display: flex;
  align-items: flex-end;
  gap: 80px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aiers-aiasset-price__bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 228px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
}

.aiers-aiasset-price__bar {
  display: block;
  width: 120px;
  border-radius: 12px 12px 0 0;
  background: var(--price-grey);
}

.aiers-aiasset-price__bar-item--early .aiers-aiasset-price__bar {
  height: 89px;
  background: var(--price-accent);
}

.aiers-aiasset-price__bar-item--normal1 .aiers-aiasset-price__bar { height: 136px; }
.aiers-aiasset-price__bar-item--ended .aiers-aiasset-price__bar { height: 218px; }
.aiers-aiasset-price__bar-item--normal2 .aiers-aiasset-price__bar { height: 290px; }

.aiers-aiasset-price__bar-item p {
  margin: 16px 0 0;
}

.aiers-aiasset-price__bar-item strong {
  color: inherit;
  font-weight: 500;
}

.aiers-aiasset-price__bar-item--early {
  color: #121212;
  font-weight: 700;
}

.aiers-aiasset-price__bar-item--early strong {
  color: var(--price-accent);
  font-weight: 700;
}

.aiers-aiasset-price__bar-item--early p {
  white-space: nowrap;
}

.aiers-aiasset-price__mobile-label,
.aiers-aiasset-price__mo-br {
  display: none;
}

.aiers-aiasset-price__card {
  margin-top: 119px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
  overflow: hidden;
}

.aiers-aiasset-price__card-top {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.aiers-aiasset-price__card-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.aiers-aiasset-price__card-price {
  margin-left: auto;
  flex: 0 0 auto;
}

.aiers-aiasset-price__card-copy h3 {
  margin: 0;
  color: #121212;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.56px;
}

.aiers-aiasset-price__card-copy p {
  margin: 4px 0 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.aiers-aiasset-price__card-price {
  min-width: 260px;
  text-align: right;
}

.aiers-aiasset-price__card-price p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-decoration: line-through;
}

.aiers-aiasset-price__card-price strong {
  display: block;
  color: #121212;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.72px;
}

.aiers-aiasset-price__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin-top: 24px;
  border-radius: 8px;
  background: var(--price-accent);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-price {
    padding: 40px 16px;
  }

  .aiers-aiasset-price__inner {
    width: 343px;
    max-width: 100%;
    margin: 0;
  }

  .aiers-aiasset-price__header {
    align-items: flex-start;
    width: 343px;
    gap: 12px;
  }

  .aiers-aiasset-price__header h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.48px;
  }

  .aiers-aiasset-price__header p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-price__chart {
    height: 201px;
    margin-top: 32px;
  }

  .aiers-aiasset-price__trend {
    left: 43px;
    top: 83px;
    width: 275px;
    background: repeating-linear-gradient(90deg, #565656 0 6px, transparent 6px 11px);
    transform: rotate(-18.43deg);
  }

  .aiers-aiasset-price__trend::after {
    right: -1px;
    top: -4px;
    border-left-width: 8px;
  }

  .aiers-aiasset-price__callout {
    left: 0;
    top: 6px;
    width: 88px;
    height: 36px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .aiers-aiasset-price__callout i {
    top: 36px;
    height: 46px;
    width: 1px;
  }

  .aiers-aiasset-price__callout i::after {
    bottom: -7px;
    width: 13px;
    height: 13px;
  }

  .aiers-aiasset-price__bars {
    left: 0;
    right: 0;
    bottom: -58px;
    gap: 0;
  }

  .aiers-aiasset-price__bar-item {
    width: 85.75px;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-price__bar {
    width: 45px;
    border-radius: 4px 4px 0 0;
  }

  .aiers-aiasset-price__bar-item--early .aiers-aiasset-price__bar { height: 33px; }
  .aiers-aiasset-price__bar-item--normal1 .aiers-aiasset-price__bar { height: 51px; }
  .aiers-aiasset-price__bar-item--ended .aiers-aiasset-price__bar { height: 82px; }
  .aiers-aiasset-price__bar-item--normal2 .aiers-aiasset-price__bar { height: 109px; }

  .aiers-aiasset-price__bar-item p {
    margin-top: 8px;
  }

  .aiers-aiasset-price__bar-item--early p {
    font-size: 9px;
    white-space: normal;
  }

  .aiers-aiasset-price__desktop-label {
    display: none;
  }

  .aiers-aiasset-price__mobile-label,
  .aiers-aiasset-price__mo-br {
    display: inline;
  }

  .aiers-aiasset-price__card {
    margin-top: 82px;
    padding: 16px;
  }

  .aiers-aiasset-price__card-top {
    min-height: 121px;
  }

  .aiers-aiasset-price__card-copy h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    white-space: nowrap;
  }

  .aiers-aiasset-price__card-copy p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-price__card-price {
    align-self: flex-end;
    min-width: 116px;
  }

  .aiers-aiasset-price__card-price p {
    font-size: 13px;
    letter-spacing: -0.26px;
  }

  .aiers-aiasset-price__card-price strong {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.48px;
  }

  .aiers-aiasset-price__button {
    height: 47px;
    margin-top: 18px;
    border-radius: 4px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .aiers-aiasset-price__title-break {
    display: none;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-price__chart {
    margin-top: 29px;
    height: 150px;
  }

  .aiers-aiasset-price__card {
    margin-top: 75px;
  }
}

/* 05. [S04] 환불 보장 */
.aiers-aiasset-refund {
  position: relative;
  height: 286px;
  overflow: hidden;
  background: linear-gradient(180deg, #f96f35 0%, #b34d22 100%);
  color: #ffffff;
}

.aiers-aiasset-refund__copy {
  position: absolute;
  left: 50%;
  top: 44px;
  width: 324px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  word-break: keep-all;
  z-index: 1;
}

.aiers-aiasset-refund__eyebrow {
  width: 240px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.125px;
}

.aiers-aiasset-refund__title {
  width: 240px;
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.575px;
}

.aiers-aiasset-refund__title em {
  color: #d9ff00;
  font-style: normal;
}

.aiers-aiasset-refund__body {
  width: 324px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.aiers-aiasset-refund__body strong {
  font-weight: 700;
}

.aiers-aiasset-refund__mail {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.aiers-aiasset-refund__mail--desktop-left {
  left: calc(50% - 351px);
  top: 59px;
  width: 148.943px;
  transform: rotate(-15deg);
}

.aiers-aiasset-refund__mail--desktop-right {
  left: calc(50% + 138px);
  top: 210.2px;
  width: 115.891px;
  transform: rotate(-15deg);
}

.aiers-aiasset-refund__mail--desktop-top {
  left: calc(50% + 185px);
  top: -36px;
  width: 126.366px;
  transform: rotate(30deg);
}

.aiers-aiasset-refund .aiers-aiasset-refund__mail--mobile-left,
.aiers-aiasset-refund .aiers-aiasset-refund__mail--mobile-top {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-refund {
    height: 269px;
  }

  .aiers-aiasset-refund__copy {
    left: 25px;
    top: 44px;
    width: 324px;
    transform: none;
  }

  .aiers-aiasset-refund .aiers-aiasset-refund__mail--desktop-left,
  .aiers-aiasset-refund .aiers-aiasset-refund__mail--desktop-right,
  .aiers-aiasset-refund .aiers-aiasset-refund__mail--desktop-top {
    display: none;
  }

  .aiers-aiasset-refund .aiers-aiasset-refund__mail--mobile-left,
  .aiers-aiasset-refund .aiers-aiasset-refund__mail--mobile-top {
    display: block;
  }

  .aiers-aiasset-refund__mail--mobile-left {
    left: -39.11px;
    top: 153px;
    width: 137.171px;
    transform: rotate(-15deg);
  }

  .aiers-aiasset-refund__mail--mobile-top {
    left: 256px;
    top: -40px;
    width: 109.282px;
    transform: rotate(30deg);
  }
}

/* 06. [S05] 페이지 섹션 메뉴 */
.aiers-aiasset-section-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: var(--aiers-aiasset-section-nav-top, 0px);
  height: 60px;
  overflow: hidden;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 40;
}

.aiers-aiasset-section-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  height: 60px;
  padding: 19px 0;
  border-bottom: 2px solid transparent;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: -0.234px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.aiers-aiasset-section-nav__link:nth-child(1) {
  flex-grow: 489;
}

.aiers-aiasset-section-nav__link:nth-child(2) {
  flex-grow: 483;
}

.aiers-aiasset-section-nav__link:nth-child(3) {
  flex-grow: 485;
}

.aiers-aiasset-section-nav__link:nth-child(4) {
  flex-grow: 463;
}

.aiers-aiasset-section-nav__link.is-active {
  border-bottom-color: #ff692a;
  color: #ff692a;
}

@media (max-width: 767px) {
  .aiers-aiasset-section-nav {
    align-items: center;
    height: 41px;
  }

  .aiers-aiasset-section-nav__link,
  .aiers-aiasset-section-nav__link:nth-child(1),
  .aiers-aiasset-section-nav__link:nth-child(2),
  .aiers-aiasset-section-nav__link:nth-child(3),
  .aiers-aiasset-section-nav__link:nth-child(4) {
    flex: 1 0 0;
    flex-grow: 1;
    width: auto;
    min-width: 0;
    height: 41px;
    padding: 10px 0;
    color: #5e5d59;
    font-size: 14px;
    line-height: 20.8px;
    letter-spacing: -0.234px;
  }

  .aiers-aiasset-section-nav__link.is-active {
    background: #ffffff;
    border-bottom-color: #ff692a;
    color: #ff692a;
  }
}

/* 07. [S06] 막막함 / 제품 */
.aiers-aiasset-problem {
  position: relative;
  overflow: hidden;
  min-height: 1087px;
  padding: 120px 0;
  background: #121212;
  color: #ffffff;
}

.aiers-aiasset-problem::before,
.aiers-aiasset-problem::after {
  content: "";
  position: absolute;
  width: 604px;
  height: 604px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 255, 0, 0.22) 0%, rgba(217, 255, 0, 0.08) 42%, rgba(217, 255, 0, 0) 70%);
  filter: blur(92px);
  opacity: 0.6;
  pointer-events: none;
}

.aiers-aiasset-problem::before { left: -195px; top: 692px; }
.aiers-aiasset-problem::after { right: -218px; top: -121px; }

.aiers-aiasset-problem__inner {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
}

.aiers-aiasset-problem__title {
  margin: 0 0 60px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-problem__title em {
  color: #d9ff00;
  font-style: normal;
}

.aiers-aiasset-problem__cards {
  display: flex;
  gap: 20px;
}

.aiers-aiasset-problem__card {
  position: relative;
  width: 630px;
  height: 518px;
  overflow: visible;
  border: 1px solid #383838;
  border-radius: 12px;
  background: #292929;
}

.aiers-aiasset-problem__card h3 {
  position: absolute;
  left: 29px;
  top: 29px;
  width: 570px;
  margin: 0;
  padding: 16px 10px;
  border: 1px solid #d9ff00;
  border-radius: 4px;
  background: rgba(217, 255, 0, 0.1);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.aiers-aiasset-problem__card h3 em {
  color: #d9ff00;
  font-style: normal;
}

.aiers-aiasset-problem__mock {
  position: absolute;
  left: 29px;
  top: 121px;
  width: 570px;
  height: 366px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8ffe1;
}

.aiers-aiasset-problem__card--insta .aiers-aiasset-problem__mock { top: 122px; }

.aiers-aiasset-problem__phone {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background: #fafafa;
  transform: translateX(-50%);
}

.aiers-aiasset-problem__phone--shop {
  top: 43px;
  width: 378px;
  height: 698px;
  border: 5.8px solid #222222;
  border-radius: 19.4px;
}

.aiers-aiasset-problem__phone-top {
  position: absolute;
  left: 17px;
  right: 17px;
  top: 15px;
  height: 27px;
  border-radius: 12px;
  background: linear-gradient(90deg, transparent 0 18%, rgba(0,0,0,.08) 18% 25%, transparent 25% 75%, rgba(0,0,0,.08) 75% 100%);
}

.aiers-aiasset-problem__shadow {
  position: absolute;
  left: 60px;
  top: 265px;
  width: 258px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.16);
  filter: blur(7px);
}

.aiers-aiasset-problem__product {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 273px;
  height: 366px;
  object-fit: cover;
  object-position: center top;
  transform: translateX(-50%);
}

.aiers-aiasset-problem__product--mobile,
.aiers-aiasset-problem__person--mobile { display: none; }

.aiers-aiasset-problem__phone--insta {
  top: 36px;
  width: 278px;
  height: 590px;
  border: 4px solid #000000;
  border-radius: 16px;
  background: #ffffff;
  color: #262626;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aiers-aiasset-problem__insta-top {
  height: 65px;
  padding-top: 43px;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.aiers-aiasset-problem__insta-profile {
  display: grid;
  grid-template-columns: 72px repeat(3, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-size: 10px;
  text-align: center;
}

.aiers-aiasset-problem__insta-profile b { display: block; font-size: 12px; }
.aiers-aiasset-problem__avatar { width: 63px; height: 63px; border-radius: 50%; background: linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); }
.aiers-aiasset-problem__bio { margin: 12px; font-size: 9px; line-height: 1.4; }
.aiers-aiasset-problem__bio em { color: #05386b; font-style: normal; }
.aiers-aiasset-problem__edit { display: block; margin: 8px 12px 0; height: 22px; border: 1px solid rgba(60,60,67,.18); border-radius: 4px; font-size: 10px; font-weight: 700; line-height: 20px; text-align: center; }
.aiers-aiasset-problem__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 18px; border-top: 1px solid #d7d7d7; padding-top: 34px; }
.aiers-aiasset-problem__grid i { height: 90px; background: #efefef; }

.aiers-aiasset-problem__quote {
  position: absolute;
  width: 427px;
  height: 122px;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
}

.aiers-aiasset-problem__quote--left { left: 0; top: 315px; }
.aiers-aiasset-problem__quote--right { right: 0; top: 315px; }

.aiers-aiasset-problem__quote p {
  position: absolute;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.32px;
}

.aiers-aiasset-problem__quote--left p { left: 132px; top: 25px; width: 269px; }
.aiers-aiasset-problem__quote--right p { left: 16px; top: 25px; width: 292px; }
.aiers-aiasset-problem__quote strong { font-weight: 700; }

.aiers-aiasset-problem__person {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
}

.aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
  left: 0;
  top: -73px;
  width: 177px;
  height: 298px;
  object-position: center top;
}

.aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
  right: -12px;
  top: -82px;
  width: 140px;
  height: 280px;
  object-position: center top;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem {
    min-height: 1010px;
    padding: 60px 16px;
  }

  .aiers-aiasset-problem::before,
  .aiers-aiasset-problem::after { display: none; }

  .aiers-aiasset-problem__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-problem__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-problem__cards {
    flex-direction: column;
    gap: 20px;
  }

  .aiers-aiasset-problem__card {
    width: 343px;
    height: 415px;
    max-width: 100%;
  }

  .aiers-aiasset-problem__card h3 {
    left: 15px;
    top: 23px;
    width: 311px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: normal;
  }

  .aiers-aiasset-problem__mock,
  .aiers-aiasset-problem__card--insta .aiers-aiasset-problem__mock {
    left: 15px;
    top: 83px;
    width: 311px;
    height: 200px;
  }

  .aiers-aiasset-problem__phone--shop {
    top: 14px;
    width: 207px;
    height: 383px;
    border-width: 3.2px;
    border-radius: 10.6px;
  }

  .aiers-aiasset-problem__phone-top { left: 9px; right: 9px; top: 8px; height: 15px; }
  .aiers-aiasset-problem__shadow { left: 27px; top: 149px; width: 153px; height: 19px; }
  .aiers-aiasset-problem__product { top: -17px; width: 162px; height: 220px; }
  .aiers-aiasset-problem__product--desktop,
  .aiers-aiasset-problem__person--desktop { display: none; }
  .aiers-aiasset-problem__product--mobile,
  .aiers-aiasset-problem__person--mobile { display: block; }

  .aiers-aiasset-problem__phone--insta {
    top: 16px;
    width: 170px;
    height: 367px;
    border-width: 2.45px;
    border-radius: 9.8px;
  }

  .aiers-aiasset-problem__insta-top { height: 40px; padding-top: 26px; font-size: 7.3px; }
  .aiers-aiasset-problem__insta-profile { grid-template-columns: 44px repeat(3, 1fr); gap: 6px; padding: 0 7px; font-size: 5.9px; }
  .aiers-aiasset-problem__insta-profile b { font-size: 7.3px; }
  .aiers-aiasset-problem__avatar { width: 38px; height: 38px; }
  .aiers-aiasset-problem__bio { margin: 7px; font-size: 5.5px; }
  .aiers-aiasset-problem__edit { height: 13px; margin: 6px 7px 0; border-radius: 3px; font-size: 5.9px; line-height: 12px; }
  .aiers-aiasset-problem__grid { margin-top: 11px; padding-top: 21px; }
  .aiers-aiasset-problem__grid i { height: 55px; }

  .aiers-aiasset-problem__quote {
    left: 15px;
    top: 303px;
    width: 311px;
    height: 84px;
  }

  .aiers-aiasset-problem__quote p {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-problem__quote--left p { left: 97px; top: 12px; width: 195px; }
  .aiers-aiasset-problem__quote--right p { left: 16px; top: 12px; width: 276px; }

  .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 8px;
    top: -44px;
    width: 76px;
    height: 128px;
  }

  .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    left: 231px;
    right: auto;
    top: -39px;
    width: 92px;
    height: 123px;
  }
}

/* S06 QA correction: keep Figma character crops visible over quote cards. */
.aiers-aiasset-problem__person {
  z-index: 2;
}

.aiers-aiasset-problem__quote p {
  z-index: 3;
}

.aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
  object-fit: contain;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    left: 218px;
    top: -52px;
    width: 112px;
    height: 136px;
    object-fit: contain;
  }

  .aiers-aiasset-problem__quote--right p {
    width: 230px;
  }
}

/* S06 QA correction: override global page img display for breakpoint-specific assets. */
.aiers-aiasset-problem .aiers-aiasset-problem__product--mobile,
.aiers-aiasset-problem .aiers-aiasset-problem__person--mobile {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__product--desktop,
  .aiers-aiasset-problem .aiers-aiasset-problem__person--desktop {
    display: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__product--mobile,
  .aiers-aiasset-problem .aiers-aiasset-problem__person--mobile {
    display: block;
  }
}

/* S06 QA correction: right-side character must render above quote bubble. */
.aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--mobile,
.aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--desktop {
  z-index: 6;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--mobile {
    left: 232px;
    top: -42px;
    width: 92px;
    height: 123px;
    object-fit: cover;
    object-position: center top;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--mobile {
    left: 210px;
    top: -66px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: 50% 22%;
  }
}

/* S06 final Figma asset crop alignment: use rendered crop assets so transparent source canvases don't hide artwork. */
.aiers-aiasset-problem .aiers-aiasset-problem__product {
  top: 95px;
  width: 273px;
  height: 198px;
  object-fit: contain;
}

.aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person,
.aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__product {
    top: 48px;
    width: 162px;
    height: 117px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    left: 231px;
    top: -39px;
    width: 92px;
    height: 123px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    width: 276px;
  }
}

/* S06 final Figma background/text overlap tune. */
.aiers-aiasset-problem {
  background-color: #121212;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.8) 54.27%, rgba(102, 102, 102, 0) 129.3%),
    url("./figma/problem/bg-desktop.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center -582px;
  background-size: 1920px 1087px, 1920px auto;
}

.aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
  left: -18px;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem {
    background-image: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 8px;
  }
}

/* S06 final visual tune: Figma background is subdued under dark overlay; left character sits outside copy. */
.aiers-aiasset-problem {
  background-image:
    linear-gradient(180deg, rgba(18, 18, 18, 0.72) 0%, rgba(18, 18, 18, 0.82) 54.27%, rgba(18, 18, 18, 0.96) 100%),
    url("./figma/problem/bg-desktop.png");
}

.aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
  left: -45px;
}

@media (max-width: 767px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 8px;
  }
}

/* S06 desktop QA fix: match Figma quote group — character starts near y=596, white quote bubble sits lower. */
@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    top: 388px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 0;
    top: -73px;
    width: 177px;
    height: 298px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    right: 0;
    top: -82px;
    width: 140px;
    height: 280px;
  }
}

/* S06 desktop QA fix: keep Figma stage background subdued, not dominant. */
@media (min-width: 768px) {
  .aiers-aiasset-problem {
    background-image:
      linear-gradient(180deg, rgba(18, 18, 18, 0.88) 0%, rgba(18, 18, 18, 0.9) 54.27%, rgba(18, 18, 18, 0.98) 100%),
      url("./figma/problem/bg-desktop.png");
  }
}

/* S06 desktop final: Figma speech bubbles are below the characters, not over the mockups. */
@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    top: 590px;
    height: 96px;
    overflow: visible;
    border: 2px solid #000000;
    border-radius: 8px;
    box-shadow: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote::before {
    content: "";
    position: absolute;
    top: -13px;
    width: 24px;
    height: 24px;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    background: #ffffff;
    transform: rotate(45deg);
    z-index: 1;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left {
    left: 0;
    width: 427px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left::before {
    left: 88px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right {
    right: 0;
    width: 508px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right::before {
    right: 88px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote p {
    top: 24px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.36px;
    z-index: 3;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote p br {
    display: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left p {
    left: 24px;
    width: 379px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    left: 24px;
    width: 460px;
    text-align: center;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 18px;
    top: -238px;
    width: 177px;
    height: 298px;
    z-index: 2;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    right: 4px;
    top: -220px;
    width: 220px;
    height: 280px;
    z-index: 2;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::before {
    content: "▾";
    position: absolute;
    left: 154px;
    top: 39px;
    color: #262626;
    font-size: 13px;
    font-weight: 700;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::after {
    content: "☰";
    position: absolute;
    right: 13px;
    top: 35px;
    color: #262626;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::before {
    content: "▣";
    margin-right: 4px;
    font-size: 10px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__avatar {
    position: relative;
    width: 63px;
    height: 63px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__avatar::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    width: 10px;
    height: 25px;
    background: #ff5a00;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__avatar::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    width: 27px;
    height: 8px;
    background: #ff5a00;
    clip-path: polygon(0 0, 100% 0, 62% 100%, 0 100%);
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 18px;
    border-top: 1px solid #d7d7d7;
    padding-top: 32px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__grid::before,
  .aiers-aiasset-problem .aiers-aiasset-problem__grid::after {
    content: "▦";
    position: absolute;
    top: 236px;
    color: #333333;
    font-size: 21px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__grid::before { left: 62px; }
  .aiers-aiasset-problem .aiers-aiasset-problem__grid::after { right: 62px; color: #b6b6b6; }
}

/* S06 desktop final text/character overlap correction against Figma reference. */
@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote p br {
    display: initial;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote p {
    top: 24px;
    font-size: 18px;
    line-height: 1.45;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left p {
    left: 24px;
    width: 379px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    left: 24px;
    width: 460px;
    text-align: center;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 20px;
    top: -238px;
    width: 177px;
    height: 298px;
    clip-path: inset(0 0 70px 0);
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    right: 0;
    top: -220px;
    width: 190px;
    height: 280px;
    clip-path: inset(0 0 64px 0);
  }
}

/* S06 desktop final character vertical alignment to Figma reference. */
@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    top: -278px;
    clip-path: inset(0 0 30px 0);
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    top: -272px;
    clip-path: inset(0 0 10px 0);
  }
}

/* S06 exact desktop redo: use exported Figma mockup/person assets and rebuild speech bubble layering. */
.aiers-aiasset-problem__mock-art,
.aiers-aiasset-problem__bubble-bg {
  display: none;
}

@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--shop {
    left: 96px;
    top: 43px;
    width: 379px;
    height: 323px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta {
    left: 146px;
    top: 36px;
    width: 279px;
    height: 330px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__phone {
    display: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    top: 590px;
    height: 97px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left {
    left: 0;
    width: 427px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right {
    right: 0;
    width: 507px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__bubble-bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    box-sizing: border-box;
    border: 2px solid #000000;
    border-radius: 8px;
    background: #ffffff;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote::before,
  .aiers-aiasset-problem .aiers-aiasset-problem__quote::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: none;
    background: transparent;
    z-index: 2;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote::before {
    top: -24px;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #000000;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote::after {
    top: -19px;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid #ffffff;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left::before { left: 87px; }
  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left::after { left: 92px; }
  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right::before { left: 382px; }
  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right::after { left: 387px; }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote p {
    z-index: 3;
    top: 23px;
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.36px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left p {
    left: 25px;
    width: 354px;
    text-align: left;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    left: 26px;
    width: 456px;
    text-align: center;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote .aiers-aiasset-problem__person {
    z-index: 1;
    max-width: none;
    object-fit: contain;
    object-position: center center;
    clip-path: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person {
    left: 0;
    top: -274px;
    width: 177px;
    height: 298px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person {
    left: 312px;
    right: auto;
    top: -259px;
    width: 228px;
    height: 295px;
  }
}

/* S06 exact desktop speech-bubble union fix: remove the rectangle top border underneath the triangle pointer. */
@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__bubble-bg::before {
    content: "";
    position: absolute;
    top: -2px;
    height: 4px;
    background: #ffffff;
    pointer-events: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__bubble-bg::before {
    left: 84px;
    width: 56px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__bubble-bg::before {
    left: 379px;
    width: 56px;
  }
}

/* S06 exact desktop background: Figma image 2767 asset, positioned/scaled from design context. */
@media (min-width: 768px) {
  .aiers-aiasset-problem {
    background-color: #121212;
    background-image:
      linear-gradient(180deg, rgba(9, 9, 9, 0.4) 54.271%, rgba(69, 69, 69, 0) 129.3%),
      url("./figma/problem/bg-full-desktop.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center -582px;
    background-size: 1920px 1087px, 1920px 1920px;
  }
}

/* S06 exact desktop background opacity correction: Figma image 2767 group is 50% opacity over #121212. */
@media (min-width: 768px) {
  .aiers-aiasset-problem {
    background-image:
      linear-gradient(180deg, rgba(18,18,18,0.5), rgba(18,18,18,0.5)),
      linear-gradient(180deg, rgba(0,0,0,0.4) 54.271%, rgba(102,102,102,0) 129.3%),
      url("./figma/problem/bg-full-desktop.png");
    background-position: center top, center top, center -582px;
    background-size: 1920px 1087px, 1920px 1087px, 1920px 1920px;
  }
}

/* S06 exact desktop background final tune against fresh Figma screenshot: keep stage visible but subdued. */
@media (min-width: 768px) {
  .aiers-aiasset-problem {
    background-image:
      linear-gradient(180deg, rgba(18,18,18,0.74), rgba(18,18,18,0.74)),
      linear-gradient(180deg, rgba(0,0,0,0.4) 54.271%, rgba(102,102,102,0) 129.3%),
      url("./figma/problem/bg-full-desktop.png");
  }
}

/* S06 desktop pointer cleanup + exact mobile redo from Figma nodes 1323:9406/9416/9432/9425/9528. */
@media (min-width: 768px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--shop-mobile,
  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta-mobile {
    display: none !important;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__bubble-bg::before {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-problem {
    min-height: 1070px;
    padding: 60px 16px;
    background: #121212;
    background-image: none;
  }

  .aiers-aiasset-problem::before,
  .aiers-aiasset-problem::after {
    display: none;
  }

  .aiers-aiasset-problem__inner {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
  }

  .aiers-aiasset-problem__title {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-problem__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .aiers-aiasset-problem__card {
    width: 343px;
    height: 415px;
    overflow: hidden;
    border: 1px solid #383838;
    border-radius: 12px;
    background: #292929;
  }

  .aiers-aiasset-problem__card h3 {
    left: 15px;
    top: 23px;
    box-sizing: border-box;
    width: 311px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #d9ff00;
    border-radius: 4px;
    background: rgba(217, 255, 0, 0.1);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  .aiers-aiasset-problem__mock,
  .aiers-aiasset-problem__card--insta .aiers-aiasset-problem__mock {
    left: 15px;
    top: 83px;
    width: 311px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    background: #f8ffe1;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__phone,
  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--shop,
  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta {
    display: none !important;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--shop-mobile,
  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta-mobile {
    display: block !important;
    position: absolute;
    z-index: 1;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--shop-mobile {
    left: 52px;
    top: 14px;
    width: 208px;
    height: 186px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta-mobile {
    left: 70px;
    top: 16px;
    width: 171px;
    height: 184px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    left: 15px;
    right: auto;
    top: 303px;
    width: 311px;
    height: 84px;
    overflow: visible;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__bubble-bg,
  .aiers-aiasset-problem .aiers-aiasset-problem__quote::before,
  .aiers-aiasset-problem .aiers-aiasset-problem__quote::after {
    content: none !important;
    display: none !important;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote p {
    position: absolute;
    top: 12px;
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.28px;
    z-index: 3;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left p {
    left: 97px;
    width: 195px;
    text-align: left;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    left: 16px;
    width: 276px;
    text-align: left;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__product--desktop,
  .aiers-aiasset-problem .aiers-aiasset-problem__person--desktop,
  .aiers-aiasset-problem .aiers-aiasset-problem__product--mobile {
    display: none !important;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__person--mobile {
    display: block !important;
    position: absolute;
    z-index: 4;
    max-width: none;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person--mobile {
    left: 8px;
    top: -44px;
    width: 76px;
    height: 128px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--mobile {
    left: 231px;
    right: auto;
    top: -39px;
    width: 92px;
    height: 123px;
  }
}

/* S06 mobile copy wrapping: Figma mobile quote text wraps naturally inside the 311px bubbles. */
@media (max-width: 767px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote p br {
    display: none;
  }
}

/* S06 mobile quote text line-break tuning against Figma screenshot. */
@media (max-width: 767px) {
  .aiers-aiasset-problem .aiers-aiasset-problem__quote--left p {
    width: 188px;
  }

  .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    width: 244px;
  }
}

/* 08. [S06] 왕초보 대환영 — DT 1323:7372 / MO 1323:9529 */
.aiers-aiasset-beginner {
  background: #fafafa;
  color: #121212;
  padding: 120px 0;
}

.aiers-aiasset-beginner__inner {
  width: 1280px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
}

.aiers-aiasset-beginner__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
}

.aiers-aiasset-beginner__header h2 {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-beginner__header h2 span {
  color: #ff692a;
}

.aiers-aiasset-beginner__header p {
  color: rgba(18, 18, 18, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-aiasset-beginner__mo-break,
.aiers-aiasset-beginner__mo-copy {
  display: none;
}

.aiers-aiasset-beginner__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.aiers-aiasset-beginner__feature,
.aiers-aiasset-beginner__tile {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1.5px solid #ff692a;
}

.aiers-aiasset-beginner__feature {
  min-height: 260px;
  border-radius: 12px;
  padding: 32px 30px;
}

.aiers-aiasset-beginner__feature-copy {
  position: relative;
  z-index: 2;
  width: 380px;
  max-width: calc(100% - 170px);
}

.aiers-aiasset-beginner__eyebrow {
  margin-bottom: 16px;
  color: #ff692a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.aiers-aiasset-beginner__feature h3 {
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.24px;
}

.aiers-aiasset-beginner__feature-copy > p:last-child {
  margin-top: 14px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.aiers-aiasset-beginner__project-art,
.aiers-aiasset-beginner__asset,
.aiers-aiasset-beginner__assistant {
  position: absolute;
  display: block;
  pointer-events: none;
}

.aiers-aiasset-beginner__asset img,
.aiers-aiasset-beginner__assistant img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aiers-aiasset-beginner__project-art {
  right: 24px;
  bottom: 24px;
  width: 210px;
  height: 170px;
}

.aiers-aiasset-beginner__asset--ellipse { right: 4px; bottom: -10px; width: 166px; height: 66px; }
.aiers-aiasset-beginner__asset--file { right: 68px; bottom: 28px; width: 86px; height: 102px; }
.aiers-aiasset-beginner__asset--film { right: 18px; bottom: 42px; width: 79px; height: 91px; }
.aiers-aiasset-beginner__asset--book { right: 112px; bottom: 11px; width: 70px; height: 78px; }

.aiers-aiasset-beginner__assistant {
  right: 26px;
  bottom: 20px;
  width: 203px;
  height: 183px;
}

.aiers-aiasset-beginner__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.aiers-aiasset-beginner__tile {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 22px 24px;
  border-radius: 12px;
}

.aiers-aiasset-beginner__tile > div {
  min-width: 0;
}

.aiers-aiasset-beginner__tile img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.aiers-aiasset-beginner__tile h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.2px;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

.aiers-aiasset-beginner__tile p {
  margin-top: 6px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.14px;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

@media (max-width: 767px) {
  .aiers-aiasset-beginner {
    padding: 60px 16px;
  }

  .aiers-aiasset-beginner__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-beginner__header {
    gap: 12px;
    margin-bottom: 40px;
  }

  .aiers-aiasset-beginner__header h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-beginner__header p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-beginner__mo-break,
  .aiers-aiasset-beginner__mo-copy {
    display: inline;
  }

  .aiers-aiasset-beginner__dt-copy {
    display: none;
  }

  .aiers-aiasset-beginner__featured {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aiers-aiasset-beginner__feature {
    min-height: 286px;
    padding: 20px;
    border-radius: 8px;
  }

  .aiers-aiasset-beginner__feature-copy {
    width: 100%;
    max-width: none;
  }

  .aiers-aiasset-beginner__eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: -0.13px;
  }

  .aiers-aiasset-beginner__feature h3 {
    max-width: 286px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.18px;
  }

  .aiers-aiasset-beginner__feature-copy > p:last-child {
    max-width: 260px;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: -0.13px;
  }

  .aiers-aiasset-beginner__project-art {
    right: 8px;
    bottom: 18px;
    width: 175px;
    height: 126px;
  }

  .aiers-aiasset-beginner__asset--ellipse { right: 2px; bottom: -6px; width: 130px; height: 49px; }
  .aiers-aiasset-beginner__asset--file { right: 57px; bottom: 22px; width: 68px; height: 81px; }
  .aiers-aiasset-beginner__asset--film { right: 14px; bottom: 33px; width: 62px; height: 72px; }
  .aiers-aiasset-beginner__asset--book { right: 94px; bottom: 8px; width: 55px; height: 61px; }

  .aiers-aiasset-beginner__assistant {
    right: 7px;
    bottom: 15px;
    width: 158px;
    height: 143px;
  }

  .aiers-aiasset-beginner__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
  }

  .aiers-aiasset-beginner__tile {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 172px;
    padding: 18px 16px;
    border-radius: 8px;
  }

  .aiers-aiasset-beginner__tile img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }

  .aiers-aiasset-beginner__tile h3 {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-beginner__tile p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: -0.12px;
  }
}

/* ============================================================
   09. 제품 사진 한 장 — DT 1323:7481 / MO 1323:9629
   ============================================================ */

.aiers-aiasset-product-photo {
  background: #121212;
  color: #ffffff;
  padding: 120px 0;
}

.aiers-aiasset-product-photo__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.aiers-aiasset-product-photo__header {
  width: 100%;
  margin-bottom: 40px;
}

.aiers-aiasset-product-photo__header h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-product-photo__header em {
  color: var(--pd-accent);
  font-style: normal;
}

.aiers-aiasset-product-photo__header p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-aiasset-product-photo__stage {
  position: relative;
  width: 1280px;
  height: 1089px;
  overflow: hidden;
}

.aiers-aiasset-product-photo__source,
.aiers-aiasset-product-photo__card {
  margin: 0;
}

.aiers-aiasset-product-photo__source {
  position: absolute;
  left: 50%;
  top: calc(50% + 0.09px);
  width: 360px;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.aiers-aiasset-product-photo__source-card {
  width: 360px;
  height: 470px;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #f8f8f7;
}

.aiers-aiasset-product-photo__source-card img,
.aiers-aiasset-product-photo__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-aiasset-product-photo__source-card img {
  border-radius: 10px;
}

.aiers-aiasset-product-photo__source figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  margin-top: 16px;
  padding: 14.595px 8.108px;
  border: 0.811px solid var(--pd-accent);
  border-radius: 3.243px;
  background: rgba(217, 255, 0, 0.1);
  color: var(--pd-accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-product-photo__card {
  position: absolute;
  width: 238px;
  height: 324px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f8f7;
  z-index: 3;
}

.aiers-aiasset-product-photo__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(100, 167, 0, 0) 60%, rgba(100, 167, 0, 0.15) 100%);
  pointer-events: none;
}

.aiers-aiasset-product-photo__card--1 { left: 121px; top: 34px; }
.aiers-aiasset-product-photo__card--2 { left: 0; top: 382px; }
.aiers-aiasset-product-photo__card--3 { left: 121px; top: 731px; }
.aiers-aiasset-product-photo__card--4 { left: 1042px; top: 382px; }
.aiers-aiasset-product-photo__card--5 { left: 921px; top: 34px; }
.aiers-aiasset-product-photo__card--6 { left: 921px; top: 731px; }
.aiers-aiasset-product-photo__card--6 img { height: 130.59%; object-fit: cover; object-position: 50% 0; }

.aiers-aiasset-product-photo__line {
  position: absolute;
  z-index: 1;
  max-width: none;
  pointer-events: none;
}

.aiers-aiasset-product-photo__line--1 { left: 652px; top: 896.5px; width: 269px; height: 1px; transform: rotate(180deg); }
.aiers-aiasset-product-photo__line--2 { left: 336px; top: 968.5px; width: 316px; height: 1px; transform: rotate(180deg); }
.aiers-aiasset-product-photo__line--3 { left: calc(50% + 11.5px); top: 817px; width: 1px; height: 151px; transform: translateX(-50%) rotate(180deg); }
.aiers-aiasset-product-photo__line--4 { left: 820px; top: calc(50% + 0px); width: 227.5px; height: 1px; }
.aiers-aiasset-product-photo__line--5 { left: 232px; top: calc(50% + 0px); width: 227.5px; height: 1px; }
.aiers-aiasset-product-photo__line--6 { left: 358px; top: 195.5px; width: 281.5px; height: 1px; }
.aiers-aiasset-product-photo__line--7 { left: 50%; top: 125px; width: 1px; height: 151px; transform: translateX(-50%); }
.aiers-aiasset-product-photo__line--8 { left: 637px; top: 151px; width: 1px; height: 185px; }
.aiers-aiasset-product-photo__line--9 { left: 637px; top: 157px; width: 1px; height: 179.5px; }
.aiers-aiasset-product-photo__line--10 { left: 640px; top: 123.5px; width: 281.5px; height: 1px; }

.aiers-aiasset-product-photo__mobile-connector {
  display: none;
}

.aiers-aiasset-product-photo__fade {
  position: absolute;
  left: 0;
  width: 1280px;
  height: 100px;
  pointer-events: none;
  z-index: 5;
}

.aiers-aiasset-product-photo__fade--top {
  top: 0;
  background: url("./figma/product-photo/fade-top.png") center / 100% 100% no-repeat;
}

.aiers-aiasset-product-photo__fade--bottom {
  bottom: 0;
  background: url("./figma/product-photo/fade-bottom.png") center / 100% 100% no-repeat;
}

.aiers-aiasset-product-photo__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.aiers-aiasset-product-photo__dots i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
}

.aiers-aiasset-product-photo__dots i:first-child {
  width: 36px;
  background: var(--pd-accent);
}

@media (max-width: 767px) {
  .aiers-aiasset-product-photo {
    padding: 60px 0;
  }

  .aiers-aiasset-product-photo__inner {
    width: 343px;
    max-width: calc(100% - 32px);
    gap: 20px;
  }

  .aiers-aiasset-product-photo__header {
    margin-bottom: 20px;
  }

  .aiers-aiasset-product-photo__header h2 {
    font-size: 24px;
    letter-spacing: 0;
  }

  .aiers-aiasset-product-photo__header p {
    margin-top: 14px;
    font-size: 14px;
  }

  .aiers-aiasset-product-photo__stage {
    width: 343px;
    height: 1053px;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .aiers-aiasset-product-photo__line,
  .aiers-aiasset-product-photo__fade {
    display: none;
  }

  .aiers-aiasset-product-photo__source {
    position: relative;
    left: auto;
    top: auto;
    width: 343px;
    height: 402px;
    grid-column: 1 / -1;
    transform: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
    z-index: 3;
  }

  .aiers-aiasset-product-photo__source-card {
    width: 249px;
    height: 276px;
    border-radius: 8px;
  }

  .aiers-aiasset-product-photo__source-card img {
    border-radius: 6px;
  }

  .aiers-aiasset-product-photo__source figcaption {
    width: 343px;
    margin: 0;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 18px;
  }

  .aiers-aiasset-product-photo__mobile-connector {
    display: block;
    position: absolute;
    left: 82px;
    top: 339px;
    width: 179px;
    height: 63px;
    z-index: 1;
    max-width: none;
    pointer-events: none;
  }

  .aiers-aiasset-product-photo__card {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto;
    height: 200px;
    z-index: 2;
  }

  .aiers-aiasset-product-photo__card--1,
  .aiers-aiasset-product-photo__card--3,
  .aiers-aiasset-product-photo__card--5 {
    width: 167px;
  }

  .aiers-aiasset-product-photo__card--2,
  .aiers-aiasset-product-photo__card--6 {
    width: 166px;
  }

  .aiers-aiasset-product-photo__card--4 {
    width: 167px;
  }

  .aiers-aiasset-product-photo__card--5 {
    grid-column: 1;
    grid-row: 4;
  }

  .aiers-aiasset-product-photo__card--6 {
    grid-column: 2;
    grid-row: 4;
  }

  .aiers-aiasset-product-photo__card--6 img {
    height: 147.56%;
    object-position: 50% 0.19%;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-product-photo__line,
  .aiers-aiasset-page .aiers-aiasset-product-photo__fade {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-product-photo__source {
    flex-direction: column;
    justify-content: flex-start;
  }

  .aiers-aiasset-product-photo__source figcaption {
    order: -1;
  }
}

/* S10 AI 이미지 생성 1 / concern cards — DT 1323:7526, MO 1323:9673. */
.aiers-aiasset-ai-concern {
  position: relative;
  isolation: isolate;
  min-height: 1025px;
  overflow: hidden;
  background: #ffffff;
  color: #121212;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aiers-aiasset-ai-concern *,
.aiers-aiasset-ai-concern *::before,
.aiers-aiasset-ai-concern *::after {
  box-sizing: border-box;
}

.aiers-aiasset-ai-concern__texture,
.aiers-aiasset-ai-concern__decor,
.aiers-aiasset-ai-concern__tape {
  position: absolute;
  z-index: -1;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.aiers-aiasset-ai-concern__texture {
  left: 50%;
  top: -485px;
  width: 1248px;
  height: 2219px;
  opacity: 0.4;
  mix-blend-mode: multiply;
  transform: translateX(-50%) rotate(90deg);
  object-fit: cover;
}

.aiers-aiasset-ai-concern__decor--green {
  top: -267px;
  right: 8px;
  width: 487px;
  height: 487px;
  opacity: 0.8;
  transform: rotate(-19.84deg);
}

.aiers-aiasset-ai-concern__decor--check {
  left: -184px;
  top: 383px;
  width: 450px;
  height: 450px;
  opacity: 0.6;
  transform: rotate(15deg);
}

.aiers-aiasset-ai-concern__decor--grid {
  right: -286px;
  bottom: -459px;
  width: 770px;
  height: 770px;
  opacity: 0.7;
}

.aiers-aiasset-ai-concern__tape {
  width: 268px;
  height: 268px;
  object-fit: contain;
}

.aiers-aiasset-ai-concern__tape--one {
  left: 303px;
  top: 103px;
  width: 241px;
  height: 241px;
  transform: rotate(19.7deg);
}

.aiers-aiasset-ai-concern__tape--two {
  right: 334px;
  top: 347px;
  width: 265px;
  height: 265px;
  transform: rotate(-111.85deg);
}

.aiers-aiasset-ai-concern__tape--three {
  left: 960px;
  top: 744px;
  transform: rotate(-165deg);
}

.aiers-aiasset-ai-concern__inner {
  position: relative;
  width: 1280px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  padding-top: 120px;
}

.aiers-aiasset-ai-concern__title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
}

.aiers-aiasset-ai-concern__title em,
.aiers-aiasset-ai-concern__quote strong {
  color: #64a700;
  font-style: normal;
  font-weight: inherit;
}

.aiers-aiasset-ai-concern__mobile-break {
  display: none;
}

.aiers-aiasset-ai-concern__cards {
  position: absolute;
  inset: 0;
  height: 1025px;
  pointer-events: none;
}

.aiers-aiasset-ai-concern__card {
  position: absolute;
  width: 646px;
  height: 168px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
}

.aiers-aiasset-ai-concern__card--founder {
  left: 276px;
  top: 262px;
  width: 673px;
  transform: rotate(-1.18deg);
}

.aiers-aiasset-ai-concern__card--owner {
  left: 868px;
  top: 476px;
  border: 1px solid #e6e6e6;
  backdrop-filter: blur(8px);
  transform: rotate(-2.2deg);
}

.aiers-aiasset-ai-concern__card--marketer {
  left: 321px;
  top: 696px;
  width: 644px;
  border: 1px solid #e6e6e6;
  backdrop-filter: blur(8px);
  transform: rotate(1.97deg);
}

.aiers-aiasset-ai-concern__copy {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.aiers-aiasset-ai-concern__card--founder .aiers-aiasset-ai-concern__copy {
  left: 40px;
  top: 27px;
  width: 460px;
}

.aiers-aiasset-ai-concern__card--owner .aiers-aiasset-ai-concern__copy {
  left: 46px;
  top: 24px;
  width: 419px;
}

.aiers-aiasset-ai-concern__card--marketer .aiers-aiasset-ai-concern__copy {
  left: 29px;
  top: 27px;
  width: 443px;
}

.aiers-aiasset-ai-concern__persona,
.aiers-aiasset-ai-concern__quote {
  margin: 0;
}

.aiers-aiasset-ai-concern__persona {
  color: #ff692a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.32px;
}

.aiers-aiasset-ai-concern__quote {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.aiers-aiasset-ai-concern__person {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.aiers-aiasset-ai-concern__person--founder {
  right: 25px;
  top: -14px;
  width: 208px;
  height: 208px;
  object-position: 50% 45%;
}

.aiers-aiasset-ai-concern__person--owner {
  right: 18px;
  top: -2px;
  width: 215px;
  height: 215px;
  object-position: 50% 42%;
}

.aiers-aiasset-ai-concern__person--marketer {
  right: 18px;
  top: -7px;
  width: 203px;
  height: 203px;
  object-position: 50% 42%;
}

.aiers-aiasset-ai-concern__glow {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-ai-concern {
    min-height: 1092px;
  }

  .aiers-aiasset-ai-concern__texture {
    left: 50%;
    top: -468px;
    width: 1203px;
    height: 2139px;
    transform: translateX(-50%) rotate(90deg);
  }

  .aiers-aiasset-ai-concern__decor--green {
    top: 38px;
    right: -268px;
    width: 278px;
    height: 278px;
    opacity: 0.5;
    filter: blur(3px);
  }

  .aiers-aiasset-ai-concern__decor--check {
    left: -82px;
    top: 535px;
    width: 227px;
    height: 227px;
    opacity: 0.6;
    filter: blur(2px);
  }

  .aiers-aiasset-ai-concern__decor--grid {
    left: 50%;
    right: auto;
    top: 728px;
    bottom: auto;
    width: 770px;
    height: 770px;
    transform: translateX(-50%);
  }

  .aiers-aiasset-ai-concern__tape {
    display: none;
  }

  .aiers-aiasset-ai-concern__inner {
    width: 343px;
    max-width: calc(100% - 32px);
    padding-top: 60px;
  }

  .aiers-aiasset-ai-concern__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-ai-concern__mobile-break {
    display: block;
  }

  .aiers-aiasset-ai-concern__cards {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    margin-top: 40px;
  }

  .aiers-aiasset-ai-concern__card,
  .aiers-aiasset-ai-concern__card--founder,
  .aiers-aiasset-ai-concern__card--owner,
  .aiers-aiasset-ai-concern__card--marketer {
    position: relative;
    left: auto;
    top: auto;
    width: 343px;
    height: 240px;
    border: 0;
    transform: none;
  }

  .aiers-aiasset-ai-concern__glow {
    position: absolute;
    left: -121px;
    top: -15px;
    z-index: 0;
    display: block;
    width: 350px;
    height: 350px;
    max-width: none;
    pointer-events: none;
  }

  .aiers-aiasset-ai-concern__copy,
  .aiers-aiasset-ai-concern__card--founder .aiers-aiasset-ai-concern__copy,
  .aiers-aiasset-ai-concern__card--owner .aiers-aiasset-ai-concern__copy,
  .aiers-aiasset-ai-concern__card--marketer .aiers-aiasset-ai-concern__copy {
    left: 20px;
    top: 20px;
    width: 303px;
  }

  .aiers-aiasset-ai-concern__persona {
    font-size: 12px;
    line-height: 13.2px;
    letter-spacing: -0.12px;
  }

  .aiers-aiasset-ai-concern__quote {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-ai-concern__person--founder {
    left: 155px;
    right: auto;
    top: 104px;
    width: 208px;
    height: 208px;
    object-position: 50% 45%;
  }

  .aiers-aiasset-ai-concern__person--owner {
    left: 145px;
    right: auto;
    top: 101px;
    width: 216px;
    height: 216px;
    object-position: 50% 42%;
  }

  .aiers-aiasset-ai-concern__person--marketer {
    left: 154px;
    right: auto;
    top: 119px;
    width: 199px;
    height: 199px;
    object-position: 50% 42%;
  }
}

/* ============================================================
   11. 전환 섹션 1 — DT 1323:7560 / MO 1323:9705
   ============================================================ */

.aiers-aiasset-transition-one {
  position: relative;
  display: grid;
  place-items: center;
  height: 354px;
  overflow: hidden;
  background: #121212;
  color: var(--pd-white);
  isolation: isolate;
}

.aiers-aiasset-transition-one__bg,
.aiers-aiasset-transition-one__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.aiers-aiasset-transition-one__bg {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.aiers-aiasset-transition-one__overlay {
  background: rgba(18, 18, 18, 0.85);
  z-index: -1;
}

.aiers-aiasset-transition-one__inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
  text-align: center;
}

.aiers-aiasset-transition-one__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.64px;
}

.aiers-aiasset-transition-one__title em {
  color: var(--pd-accent);
  font-style: normal;
}

.aiers-aiasset-transition-one__mobile {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-one {
    height: 321px;
  }

  .aiers-aiasset-transition-one__bg {
    object-position: 48% center;
  }

  .aiers-aiasset-transition-one__inner {
    width: 343px;
    max-width: calc(100% - 32px);
  }

  .aiers-aiasset-transition-one__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.44px;
  }

  .aiers-aiasset-transition-one__desktop {
    display: none;
  }

  .aiers-aiasset-transition-one__mobile {
    display: inline;
  }
}

/* S08 fidelity correction against Figma DT 1323:7372 / MO 1323:9529 */
.aiers-aiasset-beginner__header {
  gap: 18px;
}

.aiers-aiasset-beginner__title-orange,
.aiers-aiasset-beginner__feature h3 span {
  color: #ff692a;
}

.aiers-aiasset-beginner__title-black {
  color: #121212;
}

.aiers-aiasset-beginner__dt-title {
  display: inline;
}

.aiers-aiasset-beginner__header p strong {
  font-weight: 700;
}

.aiers-aiasset-beginner__feature {
  min-height: 184px;
  border-radius: 12px;
  padding: 30px 32px;
}

.aiers-aiasset-beginner__feature-copy {
  width: 546px;
  max-width: none;
}

.aiers-aiasset-beginner__eyebrow {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

.aiers-aiasset-beginner__feature h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-aiasset-beginner__feature-copy > p:last-child {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(18, 18, 18, 0.7);
}

.aiers-aiasset-beginner__project-art {
  right: 32px;
  top: 30px;
  bottom: auto;
  width: 123px;
  height: 125px;
}

.aiers-aiasset-beginner__asset--ellipse { left: 13px; right: auto; bottom: 0; width: 110px; height: 13px; }
.aiers-aiasset-beginner__asset--file { left: 32px; right: auto; top: 46px; bottom: auto; width: 75px; height: 75px; }
.aiers-aiasset-beginner__asset--film { left: 0; right: auto; top: 0; bottom: auto; width: 40px; height: 40px; transform: rotate(-18.74deg); }
.aiers-aiasset-beginner__asset--book { left: 85px; right: auto; top: 16px; bottom: auto; width: 30px; height: 30px; transform: rotate(14.05deg); }

.aiers-aiasset-beginner__assistant {
  right: 39px;
  top: 44px;
  bottom: auto;
  width: 131px;
  height: 110px;
}

.aiers-aiasset-beginner__tiles {
  gap: 10px;
  margin-top: 20px;
}

.aiers-aiasset-beginner__tile {
  gap: 16px;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 8px;
}

.aiers-aiasset-beginner__tile img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.aiers-aiasset-beginner__tile h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

.aiers-aiasset-beginner__tile p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

@media (max-width: 767px) {
  .aiers-aiasset-beginner__header {
    gap: 12px;
  }

  .aiers-aiasset-beginner__dt-title {
    display: none;
  }

  .aiers-aiasset-beginner__title-black {
    color: #121212;
  }

  .aiers-aiasset-beginner__feature {
    min-height: 300px;
    padding: 20px;
  }

  .aiers-aiasset-beginner__feature-copy {
    width: 100%;
    max-width: none;
  }

  .aiers-aiasset-beginner__eyebrow {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .aiers-aiasset-beginner__feature h3 {
    max-width: 300px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }

  .aiers-aiasset-beginner__feature-copy > p:last-child {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .aiers-aiasset-beginner__project-art {
    right: 20px;
    top: auto;
    bottom: 22px;
    width: 113px;
    height: 118px;
  }

  .aiers-aiasset-beginner__asset--ellipse { left: 12px; bottom: 0; width: 101px; height: 12px; }
  .aiers-aiasset-beginner__asset--file { left: 29px; top: 43px; width: 69px; height: 69px; }
  .aiers-aiasset-beginner__asset--film { left: 0; top: 0; width: 37px; height: 37px; }
  .aiers-aiasset-beginner__asset--book { left: 78px; top: 15px; width: 28px; height: 28px; }

  .aiers-aiasset-beginner__assistant {
    right: 20px;
    top: auto;
    bottom: 26px;
    width: 126px;
    height: 118px;
  }

  .aiers-aiasset-beginner__tile {
    min-height: 179px;
    padding: 18px 16px;
  }
}

/* S08 title responsive correction */
.aiers-aiasset-beginner__header h2 .aiers-aiasset-beginner__title-orange,
.aiers-aiasset-beginner__header h2 .aiers-aiasset-beginner__title-orange span {
  color: #ff692a;
}

.aiers-aiasset-beginner__header h2 .aiers-aiasset-beginner__title-black {
  color: #121212;
}

.aiers-aiasset-beginner__mo-title {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-beginner__mo-title {
    display: inline;
  }
}

/* S08 mobile tile type correction */
@media (max-width: 767px) {
  .aiers-aiasset-beginner__tiles {
    margin-top: 10px;
  }

  .aiers-aiasset-beginner__tile img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }

  .aiers-aiasset-beginner__tile h3 {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-beginner__tile p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: -0.12px;
  }
}

/* Mobile beginner tile hardening for icon sizing + copy wrapping */
@media (max-width: 767px) {
  .aiers-aiasset-beginner__tile .aiers-img-wrap {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .aiers-aiasset-beginner__tile .aiers-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .aiers-aiasset-beginner__tile {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }

  .aiers-aiasset-beginner__tile img {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
  }

  .aiers-aiasset-beginner__tile > div {
    width: 100%;
  }

  .aiers-aiasset-beginner__tile h3,
  .aiers-aiasset-beginner__tile p {
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
  }
}

/* S10 fidelity correction against Figma DT 1323:7526 / MO 1323:9673 */
.aiers-aiasset-ai-concern__card--founder {
  left: 121px;
  top: 279px;
  width: 674px;
  height: 166px;
  transform: none;
}

.aiers-aiasset-ai-concern__card--owner {
  left: 550px;
  top: 490px;
  width: 646px;
  height: 168px;
  transform: rotate(-2.2deg);
}

.aiers-aiasset-ai-concern__card--marketer {
  left: 180px;
  top: 704px;
  width: 646px;
  height: 168px;
  transform: rotate(1.97deg);
}

.aiers-aiasset-ai-concern__card--founder .aiers-aiasset-ai-concern__copy {
  left: 174px;
  top: 29px;
  width: 455px;
}

.aiers-aiasset-ai-concern__card--owner .aiers-aiasset-ai-concern__copy {
  left: 46px;
  top: 30px;
  width: 419px;
}

.aiers-aiasset-ai-concern__card--marketer .aiers-aiasset-ai-concern__copy {
  left: 174px;
  top: 30px;
  width: 420px;
}

.aiers-aiasset-ai-concern__person--founder {
  left: 30px;
  right: auto;
  top: 5px;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.aiers-aiasset-ai-concern__person--owner {
  left: auto;
  right: 28px;
  top: 5px;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.aiers-aiasset-ai-concern__person--marketer {
  left: 28px;
  right: auto;
  top: 5px;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .aiers-aiasset-ai-concern {
    min-height: 990px;
  }

  .aiers-aiasset-ai-concern__card,
  .aiers-aiasset-ai-concern__card--founder,
  .aiers-aiasset-ai-concern__card--owner,
  .aiers-aiasset-ai-concern__card--marketer {
    position: relative;
    left: auto;
    top: auto;
    width: 343px;
    height: 240px;
    transform: none;
  }

  .aiers-aiasset-ai-concern__person--founder {
    left: auto;
    right: 22px;
    top: 83px;
    width: 160px;
    height: 160px;
  }

  .aiers-aiasset-ai-concern__person--owner {
    left: auto;
    right: 18px;
    top: 84px;
    width: 165px;
    height: 165px;
  }

  .aiers-aiasset-ai-concern__person--marketer {
    left: auto;
    right: 23px;
    top: 87px;
    width: 160px;
    height: 160px;
  }
}

/* S10 visible-character crop correction */
.aiers-aiasset-ai-concern__card--marketer {
  top: 720px;
}

.aiers-aiasset-ai-concern__person--founder {
  left: -6px;
  top: -23px;
}

.aiers-aiasset-ai-concern__person--marketer {
  left: -18px;
  top: -22px;
}

.aiers-aiasset-ai-concern__person--owner {
  right: 18px;
  top: -2px;
  width: 215px;
  height: 215px;
}

@media (max-width: 767px) {
  .aiers-aiasset-ai-concern__person--founder {
    right: -8px;
    top: 78px;
    width: 208px;
    height: 208px;
  }

  .aiers-aiasset-ai-concern__person--owner {
    right: -5px;
    top: 82px;
    width: 216px;
    height: 216px;
  }

  .aiers-aiasset-ai-concern__person--marketer {
    right: -4px;
    top: 88px;
    width: 199px;
    height: 199px;
  }
}

/* S10 final mobile reset after desktop crop corrections */
@media (max-width: 767px) {
  .aiers-aiasset-ai-concern__cards {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    margin-top: 40px;
  }

  .aiers-aiasset-ai-concern__card,
  .aiers-aiasset-ai-concern__card--founder,
  .aiers-aiasset-ai-concern__card--owner,
  .aiers-aiasset-ai-concern__card--marketer {
    position: relative;
    left: auto;
    top: auto;
    width: 343px;
    height: 240px;
    transform: none;
  }

  .aiers-aiasset-ai-concern__copy,
  .aiers-aiasset-ai-concern__card--founder .aiers-aiasset-ai-concern__copy,
  .aiers-aiasset-ai-concern__card--owner .aiers-aiasset-ai-concern__copy,
  .aiers-aiasset-ai-concern__card--marketer .aiers-aiasset-ai-concern__copy {
    left: 20px;
    top: 20px;
    width: 303px;
  }

  .aiers-aiasset-ai-concern__person--founder {
    left: auto;
    right: -8px;
    top: 78px;
    width: 208px;
    height: 208px;
  }

  .aiers-aiasset-ai-concern__person--owner {
    left: auto;
    right: -5px;
    top: 82px;
    width: 216px;
    height: 216px;
  }

  .aiers-aiasset-ai-concern__person--marketer {
    left: auto;
    right: -4px;
    top: 88px;
    width: 199px;
    height: 199px;
  }
}

/* S11 fidelity correction against Figma DT 1323:7560 / MO 1323:9705 */
.aiers-aiasset-transition-one {
  height: 296px;
}

.aiers-aiasset-transition-one__overlay {
  background: rgba(18, 18, 18, 0.85);
}

.aiers-aiasset-transition-one__bg {
  object-position: center center;
  filter: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-one {
    height: 292px;
  }

  .aiers-aiasset-transition-one__bg {
    object-position: center center;
  }
}

/* ============================================================
   12. 제품 베리에이션 / AI 이미지 생성 2 — DT 1323:7566 / MO 1323:9707
   ============================================================ */

.aiers-aiasset-product-variation {
  overflow: hidden;
  background: #121212;
  color: #ffffff;
  padding: 120px 0 115px;
}

.aiers-aiasset-product-variation__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-product-variation__title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-product-variation__title em,
.aiers-aiasset-product-variation__callout em {
  color: var(--pd-accent);
  font-style: normal;
}

.aiers-aiasset-product-variation__carousel {
  width: 1844px;
  max-width: 100%;
  margin-top: 60px;
}

.aiers-aiasset-product-variation__carousel img {
  display: block;
  width: 100%;
  height: auto !important;
}

.aiers-aiasset-product-variation__slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1844 / 1413;
  overflow: hidden;
}

.aiers-aiasset-product-variation__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 480ms ease;
}

.aiers-aiasset-product-variation__slide--active {
  opacity: 1;
}

.aiers-aiasset-product-variation__slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.aiers-aiasset-product-variation__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.aiers-aiasset-product-variation__dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.aiers-aiasset-product-variation__dots i.aiers-aiasset-product-variation__dot--active {
  width: 24px;
  background: var(--pd-accent);
}

.aiers-aiasset-product-variation__desktop {
  position: relative;
  width: 1844px;
  height: 1450px;
  margin-top: 60px;
}

.aiers-aiasset-product-variation__mobile { display: none; }

.aiers-aiasset-product-variation__source,
.aiers-aiasset-product-variation__panel {
  position: absolute;
  top: 0;
  width: 416px;
  margin: 0;
}

.aiers-aiasset-product-variation__source { left: 0; }
.aiers-aiasset-product-variation__panel--variation { left: 476px; }
.aiers-aiasset-product-variation__panel--detail { left: 952px; }
.aiers-aiasset-product-variation__panel--sns { left: 1428px; }

.aiers-aiasset-product-variation__source::after,
.aiers-aiasset-product-variation__panel--variation::after,
.aiers-aiasset-product-variation__panel--detail::after {
  content: "";
  position: absolute;
  left: 416px;
  top: 31px;
  width: 60px;
  border-top: 4px dotted var(--pd-accent);
}

.aiers-aiasset-product-variation__source figcaption,
.aiers-aiasset-product-variation__panel > h3,
.aiers-aiasset-product-variation__mobile-source figcaption,
.aiers-aiasset-product-variation__mobile-block > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  margin: 0;
  border: 1px solid var(--pd-accent);
  border-radius: 4px;
  background: rgba(217, 255, 0, 0.10);
  color: var(--pd-accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-product-variation__source-card {
  width: 416px;
  height: 421px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-aiasset-product-variation__source-card img,
.aiers-aiasset-product-variation__variation-card img,
.aiers-aiasset-product-variation__detail-page-card img,
.aiers-aiasset-product-variation__mobile-source img,
.aiers-aiasset-product-variation__mobile-strip img,
.aiers-aiasset-product-variation__mobile-block--detail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-aiasset-product-variation__variation-list {
  position: relative;
  margin-top: 24px;
}

.aiers-aiasset-product-variation__variation-card,
.aiers-aiasset-product-variation__detail-page-card,
.aiers-aiasset-product-variation__sns-window {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  background: #292929;
}

.aiers-aiasset-product-variation__variation-card + .aiers-aiasset-product-variation__variation-card { margin-top: 32px; }

.aiers-aiasset-product-variation__variation-card p,
.aiers-aiasset-product-variation__detail-page-card p,
.aiers-aiasset-product-variation__sns-window > p,
.aiers-aiasset-product-variation__mobile-strip p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-product-variation__variation-card div,
.aiers-aiasset-product-variation__detail-page-card div {
  overflow: hidden;
  background: #444444;
}

.aiers-aiasset-product-variation__variation-card--cutout div { height: 362px; }
.aiers-aiasset-product-variation__variation-card--detail-cut div,
.aiers-aiasset-product-variation__variation-card--concept div { height: 270px; }

.aiers-aiasset-product-variation__variation-card--cutout img { object-fit: contain; background: #444444; }
.aiers-aiasset-product-variation__variation-card--detail-cut img { object-position: 50% 45%; }
.aiers-aiasset-product-variation__variation-card--concept img { object-position: center; }

.aiers-aiasset-product-variation__detail-page-card {
  margin-top: 24px;
  height: 869px;
}

.aiers-aiasset-product-variation__detail-page-card div { height: 809px; }
.aiers-aiasset-product-variation__detail-page-card img { object-position: top center; }

.aiers-aiasset-product-variation__sns-window {
  height: 421px;
  margin-top: 24px;
  background: #232323;
}

.aiers-aiasset-product-variation__sns-field,
.aiers-aiasset-product-variation__mobile-sns-field {
  position: relative;
  overflow: hidden;
  background: #232323;
}

.aiers-aiasset-product-variation__sns-field { height: 361px; }

.aiers-aiasset-product-variation__ig-card,
.aiers-aiasset-product-variation__mobile-ig-card {
  position: absolute;
  overflow: hidden;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(182, 182, 182, 0.25);
  transform: rotate(-30deg);
}

.aiers-aiasset-product-variation__ig-card {
  width: 235px;
  height: 307px;
}

.aiers-aiasset-product-variation__ig-card::before,
.aiers-aiasset-product-variation__mobile-ig-card::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("./figma/product-variation/logo-dt.svg") center / contain no-repeat;
}

.aiers-aiasset-product-variation__ig-card img,
.aiers-aiasset-product-variation__mobile-ig-card img {
  position: absolute;
  left: 0;
  top: 41px;
  width: 100%;
  height: calc(100% - 72px);
  object-fit: cover;
}

.aiers-aiasset-product-variation__ig-card i,
.aiers-aiasset-product-variation__mobile-ig-card i {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 31px;
  background: #ffffff;
}

.aiers-aiasset-product-variation__ig-card i::before,
.aiers-aiasset-product-variation__ig-card i::after,
.aiers-aiasset-product-variation__mobile-ig-card i::before,
.aiers-aiasset-product-variation__mobile-ig-card i::after {
  content: "";
  position: absolute;
  top: 8px;
  height: 15px;
}

.aiers-aiasset-product-variation__ig-card i::before,
.aiers-aiasset-product-variation__mobile-ig-card i::before {
  left: 11px;
  width: 15px;
  background: url("./figma/product-variation/bookmark-dt.svg") center / contain no-repeat;
}

.aiers-aiasset-product-variation__ig-card i::after,
.aiers-aiasset-product-variation__mobile-ig-card i::after {
  right: 11px;
  width: 62px;
  background:
    url("./figma/product-variation/heart-dt.svg") left center / 15px 15px no-repeat,
    url("./figma/product-variation/chat-dt.svg") center / 15px 15px no-repeat,
    url("./figma/product-variation/plane-dt.svg") right center / 15px 15px no-repeat;
}

.aiers-aiasset-product-variation__ig-card--one { left: -7px; top: 31px; }
.aiers-aiasset-product-variation__ig-card--two { left: 241px; top: -47px; }
.aiers-aiasset-product-variation__ig-card--three { left: 96px; top: 251px; }

.aiers-aiasset-product-variation__callout {
  width: 1280px;
  min-height: 116px;
  max-width: 100%;
  margin-top: 40px;
  padding: 25px 40px;
  border: 1px solid rgba(217, 255, 0, 0.75);
  border-radius: 8px;
  background: rgba(217, 255, 0, 0.08);
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.28px;
  text-align: center;
}

.aiers-aiasset-product-variation__callout-mobile {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-product-variation {
    padding: 60px 0 64px;
  }

  .aiers-aiasset-product-variation__inner {
    width: 343px;
    max-width: calc(100% - 32px);
  }

  .aiers-aiasset-product-variation__title {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .aiers-aiasset-product-variation__carousel {
    width: 100%;
    margin-top: 40px;
  }

  .aiers-aiasset-product-variation__dots {
    margin-top: 16px;
  }

  .aiers-aiasset-product-variation__desktop { display: none; }

  .aiers-aiasset-product-variation__mobile {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }

  .aiers-aiasset-product-variation__mobile-source,
  .aiers-aiasset-product-variation__mobile-block {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .aiers-aiasset-product-variation__mobile-source {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .aiers-aiasset-product-variation__mobile-source figcaption,
  .aiers-aiasset-product-variation__mobile-block > h3 {
    width: 100%;
    height: 47px;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 18px;
  }

  .aiers-aiasset-product-variation__mobile-source::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 357px;
    width: 1px;
    height: 78px;
    border-left: 2px dotted var(--pd-accent);
    transform: translateX(-50%);
  }

  .aiers-aiasset-product-variation__mobile-block--variation::before {
    content: "";
    position: absolute;
    left: 74px;
    top: -40px;
    width: 194px;
    height: 38px;
    border-top: 2px dotted var(--pd-accent);
    border-left: 2px dotted var(--pd-accent);
    border-right: 2px dotted var(--pd-accent);
  }

  .aiers-aiasset-product-variation__mobile-source div {
    width: 249px;
    height: 290px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
  }

  .aiers-aiasset-product-variation__mobile-strip {
    display: flex;
    gap: 10px;
    width: calc(100vw - 16px);
    margin-top: 16px;
    overflow: hidden;
  }

  .aiers-aiasset-product-variation__mobile-strip article {
    flex: 0 0 283px;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    background: #292929;
  }

  .aiers-aiasset-product-variation__mobile-strip p {
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 16px;
  }

  .aiers-aiasset-product-variation__mobile-strip div {
    height: 242px;
    overflow: hidden;
    background: #444444;
  }

  .aiers-aiasset-product-variation__mobile-strip article:first-child img {
    object-fit: contain;
    background: #444444;
  }

  .aiers-aiasset-product-variation__mobile-block--detail > div {
    width: 100%;
    height: 548px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 0 0 8px 8px;
    background: #ffffff;
  }

  .aiers-aiasset-product-variation__mobile-block--detail img {
    object-position: top center;
  }

  .aiers-aiasset-product-variation__mobile-sns-field {
    height: 343px;
    margin-top: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    background: #252525;
  }

  .aiers-aiasset-product-variation__mobile-ig-card {
    width: 194px;
    height: 253px;
    border-radius: 9px;
  }

  .aiers-aiasset-product-variation__mobile-ig-card::before {
    left: 10px;
    top: 7px;
    width: 21px;
    height: 21px;
  }

  .aiers-aiasset-product-variation__mobile-ig-card img {
    top: 34px;
    height: 194px;
  }

  .aiers-aiasset-product-variation__mobile-ig-card i { height: 26px; }
  .aiers-aiasset-product-variation__mobile-ig-card i::before,
  .aiers-aiasset-product-variation__mobile-ig-card i::after { top: 6px; }

  .aiers-aiasset-product-variation__mobile-ig-card--one { left: 74px; top: 44px; z-index: 5; }
  .aiers-aiasset-product-variation__mobile-ig-card--two { left: -124px; top: -18px; z-index: 2; }
  .aiers-aiasset-product-variation__mobile-ig-card--three { left: 258px; top: -5px; z-index: 2; }
  .aiers-aiasset-product-variation__mobile-ig-card--four { left: -62px; top: 208px; z-index: 3; }
  .aiers-aiasset-product-variation__mobile-ig-card--five { left: 201px; top: 199px; z-index: 3; }

  .aiers-aiasset-product-variation__callout {
    width: 100%;
    min-height: 0;
    margin-top: 32px;
    padding: 20px 18px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }

  .aiers-aiasset-product-variation__callout-desktop {
    display: none;
  }

  .aiers-aiasset-product-variation__callout-mobile {
    display: inline;
  }
}

/* ============================================================
   13. 전환 섹션 2 — DT 1323:7825 / MO 1323:9960
   ============================================================ */

.aiers-aiasset-transition-two {
  --transition-two-bg-length: max(1920px, 100vw);
  position: relative;
  display: grid;
  place-items: center;
  height: 300px;
  overflow: hidden;
  background: #121212;
  color: #ffffff;
  isolation: isolate;
}

.aiers-aiasset-transition-two__bg-wrap {
  position: absolute;
  left: calc(50% - 0.5px);
  top: 50%;
  z-index: 0;
  display: flex;
  width: var(--transition-two-bg-length);
  height: 1200px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.aiers-aiasset-transition-two__bg-frame {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 1200px;
  height: var(--transition-two-bg-length);
  overflow: hidden;
  transform: rotate(90deg);
}

.aiers-aiasset-transition-two__bg-frame img,
.aiers-aiasset-transition-two__overlay {
  position: absolute;
  inset: 0;
  display: block;
}

.aiers-aiasset-transition-two__bg {
  left: 0;
  top: -11%;
  width: 100%;
  height: 122%;
  max-width: none;
  object-fit: cover;
}

.aiers-aiasset-transition-two__overlay {
  background: rgba(0, 0, 0, 0.6);
}

.aiers-aiasset-transition-two__glow {
  display: none;
}

.aiers-aiasset-transition-two__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 742px;
  max-width: calc(100% - 80px);
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  word-break: keep-all;
}

.aiers-aiasset-transition-two__title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-aiasset-transition-two__title em {
  color: #fff2b7;
  font-style: normal;
}

.aiers-aiasset-transition-two__body {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-aiasset-transition-two__desktop {
  display: inline;
}

.aiers-aiasset-transition-two__mobile {
  display: none;
}

.aiers-aiasset-transition-two__bg--mobile {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-two {
    --transition-two-bg-length: 529.167px;
    height: 320px;
  }

  .aiers-aiasset-transition-two__bg-wrap {
    left: 50%;
    width: 529.167px;
    height: 320px;
  }

  .aiers-aiasset-transition-two__bg-frame {
    width: 320px;
    height: 529.167px;
    transform: rotate(90deg);
  }

  .aiers-aiasset-transition-two__bg {
    top: -3.46%;
    height: 107.51%;
    object-fit: fill;
  }

  .aiers-aiasset-transition-two__bg--desktop {
    display: none;
  }

  .aiers-aiasset-transition-two__bg--mobile {
    display: block;
  }

  .aiers-aiasset-transition-two__glow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
  }

  .aiers-aiasset-transition-two__glow--bottom {
    left: -114px;
    top: -194px;
    width: 935px;
    height: 935px;
  }

  .aiers-aiasset-transition-two__glow--top {
    left: -483px;
    top: -481px;
    width: 961px;
    height: 961px;
  }

  .aiers-aiasset-transition-two__inner {
    top: 0.5px;
    width: 303px;
    max-width: calc(100% - 32px);
  }

  .aiers-aiasset-transition-two__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.44px;
  }

  .aiers-aiasset-transition-two__title em:first-child {
    color: #fff4be;
  }

  .aiers-aiasset-transition-two__title em:last-child {
    color: #fff4c1;
  }

  .aiers-aiasset-transition-two__body {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }

  .aiers-aiasset-transition-two__desktop {
    display: none;
  }

  .aiers-aiasset-transition-two__mobile {
    display: inline;
  }
}

/* 14. Difficulty / step-by-step completion process (DT 1323:7830, MO 1323:9967) */
.aiers-aiasset-difficulty {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #ffffff;
  color: #121212;
}

.aiers-aiasset-difficulty__vector {
  position: absolute;
  left: 50%;
  top: 0;
  width: 882px;
  height: 59px !important;
  transform: translateX(-50%);
  object-fit: contain;
  pointer-events: none;
}

.aiers-aiasset-difficulty__inner {
  position: relative;
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-difficulty__title {
  margin: 0 0 60px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-difficulty__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-difficulty__grid {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  gap: 20px;
}

.aiers-aiasset-difficulty__card {
  width: 630px;
  margin: 0;
}

.aiers-aiasset-difficulty__image {
  width: 630px;
  height: 354px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #1f1f1f;
}

.aiers-aiasset-difficulty__media-stack {
  position: relative;
}

.aiers-aiasset-difficulty__media-stack .aiers-aiasset-difficulty__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.aiers-aiasset-difficulty__media-stack .aiers-aiasset-difficulty__media--step5-primary,
.aiers-aiasset-difficulty__media-stack .aiers-aiasset-difficulty__media--step6-primary {
  opacity: 1;
}

.aiers-aiasset-difficulty__media-stack .aiers-aiasset-difficulty__media--step5-secondary,
.aiers-aiasset-difficulty__media-stack .aiers-aiasset-difficulty__media--step6-secondary {
  opacity: 0;
}

.aiers-aiasset-difficulty__image img,
.aiers-aiasset-difficulty__image video {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.aiers-aiasset-difficulty__body {
  min-height: 209px;
  padding: 36px 40px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
}

.aiers-aiasset-difficulty__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #ff692a;
  border-radius: 4px;
  background: rgba(255, 105, 42, 0.05);
  color: #ff692a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-difficulty__body h3 {
  margin: 12px 0 8px;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.aiers-aiasset-difficulty__body ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  list-style: none;
}

.aiers-aiasset-difficulty__body li::before {
  content: "- ";
}

@media (max-width: 767px) {
  .aiers-aiasset-difficulty {
    padding: 60px 0;
    overflow: hidden;
  }

  .aiers-aiasset-page .aiers-aiasset-difficulty__vector {
    display: none;
  }

  .aiers-aiasset-difficulty__inner {
    width: calc(100% - 32px);
    max-width: 520px;
  }

  .aiers-aiasset-difficulty__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-difficulty__grid {
    display: flex;
    gap: 10px;
    width: calc(100vw - 16px);
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .aiers-aiasset-difficulty__grid::-webkit-scrollbar {
    display: none;
  }

  .aiers-aiasset-difficulty__card {
    flex: 0 0 320px;
    width: 320px;
    scroll-snap-align: start;
  }

  .aiers-aiasset-difficulty__image {
    width: 320px;
    height: 180px;
  }

  .aiers-aiasset-difficulty__media-stack .aiers-aiasset-difficulty__media {
    position: absolute;
  }

  .aiers-aiasset-difficulty__media--step5-primary {
    animation: aiers-aiasset-step5-media-a 8s infinite;
    opacity: 0;
  }

  .aiers-aiasset-difficulty__media--step5-secondary {
    animation: aiers-aiasset-step5-media-b 8s infinite;
    opacity: 0;
  }

  .aiers-aiasset-difficulty__media--step6-primary {
    animation: aiers-aiasset-step6-media-a 8s infinite;
    opacity: 0;
  }

  .aiers-aiasset-difficulty__media--step6-secondary {
    animation: aiers-aiasset-step6-media-b 8s infinite;
    opacity: 0;
  }

  @keyframes aiers-aiasset-step5-media-a {
    0%,
    45%,
    100% {
      opacity: 1;
    }

    50%,
    95% {
      opacity: 0;
    }
  }

  @keyframes aiers-aiasset-step5-media-b {
    0%,
    45% {
      opacity: 0;
    }

    50%,
    95% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes aiers-aiasset-step6-media-a {
    0%,
    45%,
    100% {
      opacity: 1;
    }

    50%,
    95% {
      opacity: 0;
    }
  }

  @keyframes aiers-aiasset-step6-media-b {
    0%,
    45% {
      opacity: 0;
    }

    50%,
    95% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .aiers-aiasset-difficulty__body {
    min-height: 183px;
    height: 183px;
    padding: 18px 20px;
    border-radius: 0 0 8px 8px;
  }

  .aiers-aiasset-difficulty__badge {
    padding: 2px 6px;
    border-width: 0.508px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
  }

  .aiers-aiasset-difficulty__body h3 {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 1.2;
  }

  .aiers-aiasset-difficulty__body ul {
    font-size: 13px;
    line-height: 1.8;
  }
}


/* ============================================================
   15. 전환 섹션 3 — DT 1323:7906 / MO 1323:10027
   ============================================================ */

.aiers-aiasset-transition-three {
  position: relative;
  display: grid;
  place-items: center;
  height: 333px;
  overflow: hidden;
  isolation: isolate;
  background: #121212;
  color: #ffffff;
}

.aiers-aiasset-transition-three__art {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.aiers-aiasset-transition-three__art--desktop-circle {
  left: calc(50% - 649px);
  top: -482px;
  width: 1298px;
  height: 1298px !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.aiers-aiasset-transition-three__art--desktop-glow {
  left: calc(50% - 864px);
  top: -263px;
  width: 1728px;
  height: 1466px;
}

.aiers-aiasset-transition-three__art--mobile-circle,
.aiers-aiasset-transition-three__art--mobile-lower-glow,
.aiers-aiasset-transition-three__art--mobile-top-glow,
.aiers-aiasset-transition-three__mobile {
  display: none;
}

.aiers-aiasset-transition-three__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(1135px, calc(100% - 80px));
  text-align: center;
  word-break: keep-all;
}

.aiers-aiasset-transition-three__desktop {
  display: inline;
}

.aiers-aiasset-transition-three__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.aiers-aiasset-transition-three__eyebrow {
  width: 100%;
  color: var(--pd-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.16px;
}

.aiers-aiasset-transition-three__title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-aiasset-transition-three__title em {
  color: #fff0ac;
  font-style: normal;
}

.aiers-aiasset-transition-three__body {
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.aiers-aiasset-transition-three__body strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-three {
    height: 360px;
    background: rgba(0, 0, 0, 0.8);
  }

  .aiers-aiasset-transition-three__art--desktop-circle,
  .aiers-aiasset-transition-three__art--desktop-glow,
  .aiers-aiasset-transition-three__desktop {
    display: none;
  }

  .aiers-aiasset-transition-three__art--mobile-circle,
  .aiers-aiasset-transition-three__art--mobile-lower-glow,
  .aiers-aiasset-transition-three__art--mobile-top-glow,
  .aiers-aiasset-transition-three__mobile {
    display: block;
  }

  .aiers-aiasset-transition-three__art--mobile-circle {
    left: 50%;
    transform: translateX(-50%);
    top: -51px;
    width: 461px;
    height: 461px !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .aiers-aiasset-transition-three__art--mobile-lower-glow {
    left: 50%;
    transform: translateX(-50%);
    top: -194px;
    width: 1608px;
    height: 1456px;
  }

  .aiers-aiasset-transition-three__art--mobile-top-glow {
    left: 50%;
    transform: translateX(-50%);
    top: -701px;
    width: 1300px;
    height: 1275px;
  }

  .aiers-aiasset-transition-three__content {
    gap: 20px;
    width: 343px;
    max-width: calc(100% - 32px);
  }

  .aiers-aiasset-transition-three__heading {
    gap: 12px;
  }

  .aiers-aiasset-transition-three__eyebrow {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.16px;
  }

  .aiers-aiasset-transition-three__title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-transition-three__title em {
    color: #fff2b8;
  }

  .aiers-aiasset-transition-three__body {
    width: 298px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }
}


/* QA specificity fixes for S13/S15 imported decorative responsive assets */
.aiers-aiasset-transition-two__bg-frame .aiers-aiasset-transition-two__bg--mobile {
  display: none !important;
}

.aiers-aiasset-transition-three__art--mobile-circle,
.aiers-aiasset-transition-three__art--mobile-lower-glow,
.aiers-aiasset-transition-three__art--mobile-top-glow {
  display: none !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-two__bg-frame .aiers-aiasset-transition-two__bg--desktop {
    display: none !important;
  }

  .aiers-aiasset-transition-two__bg-frame .aiers-aiasset-transition-two__bg--mobile {
    display: block !important;
  }

  .aiers-aiasset-transition-three__art--desktop-circle,
  .aiers-aiasset-transition-three__art--desktop-glow {
    display: none !important;
  }

  .aiers-aiasset-transition-three__art--mobile-circle,
  .aiers-aiasset-transition-three__art--mobile-lower-glow,
  .aiers-aiasset-transition-three__art--mobile-top-glow {
    display: block !important;
  }
}

/* ============================================================
   16. [S04] 결과물 — DT 1323:7917 / MO 1323:10039
   ============================================================ */

.aiers-aiasset-results {
  background: #ffffff;
  color: #121212;
  padding: 120px 0;
}

.aiers-aiasset-results__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-results__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 60px;
}

.aiers-aiasset-results__title {
  width: 1120px;
  max-width: 100%;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-results__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-results__lead {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-aiasset-results__mobile-copy {
  display: none;
}

.aiers-aiasset-results__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.aiers-aiasset-results__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
}

.aiers-aiasset-results__card--wide {
  grid-column: 1 / -1;
}

.aiers-aiasset-results__card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 113px;
}

.aiers-aiasset-results__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: 1px solid #ff692a;
  border-radius: 4px;
  background: rgba(255, 105, 42, 0.05);
  color: #ff692a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-results__card h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.aiers-aiasset-results__card p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-aiasset-results__media,
.aiers-aiasset-results__showcase .aiers-img-wrap {
  display: block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #ffffff;
}

.aiers-aiasset-results__media {
  height: 326px;
}

.aiers-aiasset-results__media img,
.aiers-aiasset-results__showcase img,
.aiers-aiasset-results__showcase video {
  display: block;
  width: 100%;
  height: 100%;
}

.aiers-aiasset-results__media img {
  object-fit: cover;
}

.aiers-aiasset-results__showcase img,
.aiers-aiasset-results__showcase video {
  object-fit: contain;
}

.aiers-aiasset-results__media--cutout {
  background: #444444;
}

.aiers-aiasset-results__media--cutout img {
  width: 343px;
  height: 324px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center 26%;
}

.aiers-aiasset-results__media--detail img {
  object-position: center 25%;
}

.aiers-aiasset-results__showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.aiers-aiasset-results__showcase--page .aiers-img-wrap {
  height: 420px;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.aiers-aiasset-results__showcase--sns .aiers-img-wrap {
  height: 560px;
  border-radius: 12px;
}

.aiers-aiasset-results__note {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #ff692a;
  border-radius: 8px;
  background: rgba(255, 105, 42, 0.05);
  color: #121212;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}

.aiers-aiasset-results__note em {
  color: #ff7237;
  font-style: normal;
}

@media (max-width: 767px) {
  .aiers-aiasset-results {
    padding: 80px 16px 60px;
  }

  .aiers-aiasset-results__inner {
    width: 100%;
    max-width: none;
  }

  .aiers-aiasset-results__header {
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
  }

  .aiers-aiasset-results__title {
    width: 343px;
    font-size: 24px;
    letter-spacing: 0;
  }

  .aiers-aiasset-results__lead {
    width: 343px;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-results__desktop-copy {
    display: none;
  }

  .aiers-aiasset-results__mobile-copy {
    display: inline;
  }

  .aiers-aiasset-results__grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .aiers-aiasset-results__card {
    gap: 12px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
  }

  .aiers-aiasset-results__card-copy {
    gap: 4px;
    min-height: 0;
  }

  .aiers-aiasset-results__badge {
    margin-bottom: 6px;
    padding: 2px 6px;
    border-width: 0.546px;
    border-radius: 2px;
    font-size: 11px;
  }

  .aiers-aiasset-results__card h3 {
    font-size: 15px;
    line-height: 16.385px;
  }

  .aiers-aiasset-results__card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .aiers-aiasset-results__media,
  .aiers-aiasset-results__showcase .aiers-img-wrap {
    border-radius: 4px;
  }

  .aiers-aiasset-results__media {
    height: 175px;
  }

  .aiers-aiasset-results__media--cutout img {
    width: 165px;
    height: 156px;
    margin-top: 10px;
  }

  .aiers-aiasset-results__showcase {
    display: block;
  }

  .aiers-aiasset-results__desktop-only {
    display: none !important;
  }

  .aiers-aiasset-results__showcase--page .aiers-img-wrap {
    height: 230px;
    border: 0;
  }

  .aiers-aiasset-results__showcase--sns .aiers-img-wrap {
    height: 205px;
  }

  .aiers-aiasset-results__showcase--rotating {
    position: relative;
  }

  .aiers-aiasset-results__showcase--rotating .aiers-aiasset-results__showcase-item {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
  }

  .aiers-aiasset-results__showcase--rotating .aiers-aiasset-results__showcase-item--primary {
    animation: aiers-aiasset-results-showcase-primary 8s infinite;
  }

  .aiers-aiasset-results__showcase--rotating .aiers-aiasset-results__showcase-item--secondary {
    animation: aiers-aiasset-results-showcase-secondary 8s infinite;
  }

  .aiers-aiasset-results__showcase--page.aiers-aiasset-results__showcase--rotating {
    height: 230px;
  }

  .aiers-aiasset-results__showcase--sns.aiers-aiasset-results__showcase--rotating {
    height: 205px;
  }

  @keyframes aiers-aiasset-results-showcase-primary {
    0%,
    45%,
    100% {
      opacity: 1;
    }

    50%,
    95% {
      opacity: 0;
    }
  }

  @keyframes aiers-aiasset-results-showcase-secondary {
    0%,
    45% {
      opacity: 0;
    }

    50%,
    95% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .aiers-aiasset-results__card--wide {
    overflow: hidden;
  }

  .aiers-aiasset-results__note {
    min-height: 0;
    margin-top: 20px;
    padding: 24px 27px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.46;
  }
}

.aiers-aiasset-results__note .aiers-aiasset-results__desktop-copy {
  display: inline;
}

@media (max-width: 767px) {
  .aiers-aiasset-results__note .aiers-aiasset-results__mobile-copy {
    display: block;
    width: 289px;
    max-width: 100%;
    margin: 0 auto;
  }

  .aiers-aiasset-results__note em {
    display: inline;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-results__note .aiers-aiasset-results__desktop-copy {
    display: none;
  }
}


/* ============================================================
   17. [S09] 부가 자료 — DT 1323:8016 / MO 1323:10110
   ============================================================ */

.aiers-aiasset-materials {
  position: relative;
  min-height: 1109px;
  overflow: hidden;
  isolation: isolate;
  background: #121212;
  color: #ffffff;
  padding: 120px 0 101px;
}

.aiers-aiasset-materials__glow {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.aiers-aiasset-materials__glow--desktop-top {
  left: calc(50% + 681px);
  top: -731px;
  width: 1461px;
  height: 1461px;
}

.aiers-aiasset-materials__glow--desktop-bottom {
  left: calc(50% - 1071px);
  top: 148px;
  width: 1461px;
  height: 1461px;
}

.aiers-aiasset-materials__glow--mobile-top,
.aiers-aiasset-materials__glow--mobile-bottom,
.aiers-aiasset-materials__mobile {
  display: none;
}

.aiers-aiasset-materials__inner {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-materials__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 708px;
  max-width: 100%;
  word-break: keep-all;
}

.aiers-aiasset-materials__header h2 {
  width: 1133px;
  max-width: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-materials__header h2 em {
  color: var(--pd-accent);
  font-style: normal;
}

.aiers-aiasset-materials__header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-materials__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.aiers-aiasset-materials__card {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 340px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #383838;
  border-radius: 16px;
  background: #292929;
}

.aiers-aiasset-materials__card--wide {
  grid-column: span 3;
}

.aiers-aiasset-materials__copy {
  display: contents;
  word-break: keep-all;
}

.aiers-aiasset-materials__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 12px;
  border: 1px solid var(--pd-accent);
  border-radius: 4px;
  background: rgba(217, 255, 0, 0.1);
  color: var(--pd-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-materials__card h3 {
  order: 2;
  width: 100%;
  color: #ffffff;
  text-align: center;
  word-break: keep-all;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-materials__card p {
  order: 3;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-aiasset-materials__media {
  position: relative;
  order: 1;
  flex: 0 0 154px;
  width: 100%;
  margin: 20px 0 16px;
  overflow: hidden;
}

.aiers-aiasset-materials__media img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  width: var(--materials-img-width, 160px);
  height: var(--materials-img-height, 160px);
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.aiers-aiasset-materials__media--01 { --materials-img-width: 159px; --materials-img-height: 159px; }
.aiers-aiasset-materials__media--02 { --materials-img-width: 175px; --materials-img-height: 175px; }
.aiers-aiasset-materials__media--03 { --materials-img-width: 170px; --materials-img-height: 170px; }
.aiers-aiasset-materials__media--04 { --materials-img-width: 187px; --materials-img-height: 187px; }
.aiers-aiasset-materials__media--05 { --materials-img-width: 171px; --materials-img-height: 171px; }

@media (max-width: 767px) {
  .aiers-aiasset-materials {
    min-height: 1528px;
    padding: 60px 16px 75px;
  }

  .aiers-aiasset-materials__glow--desktop-top,
  .aiers-aiasset-materials__glow--desktop-bottom,
  .aiers-aiasset-materials__desktop {
    display: none;
  }

  .aiers-aiasset-materials__glow--mobile-top,
  .aiers-aiasset-materials__glow--mobile-bottom,
  .aiers-aiasset-materials__mobile {
    display: block;
  }

  .aiers-aiasset-materials__glow--mobile-top {
    left: calc(50% - 187.5px + 203px - 500px);
    top: -683px;
    width: 1311px;
    height: 1311px;
  }

  .aiers-aiasset-materials__glow--mobile-bottom {
    left: calc(50% - 187.5px - 131px - 500px);
    bottom: -635px;
    width: 1262px;
    height: 1262px;
  }

  .aiers-aiasset-materials__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-materials__header {
    gap: 12px;
    width: 100%;
  }

  .aiers-aiasset-materials__header h2 {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0;
  }

  .aiers-aiasset-materials__header h2 span {
    display: block;
  }

  .aiers-aiasset-materials__header p {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
  }

  .aiers-aiasset-materials__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }

  .aiers-aiasset-materials__card,
  .aiers-aiasset-materials__card--wide {
    display: block;
    width: 100%;
    height: 237px;
    padding: 23px;
    border-radius: 12px;
  }

  .aiers-aiasset-materials__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
  }

  .aiers-aiasset-materials__badge {
    min-height: 29px;
    padding: 4px 10px;
    border-width: 0.837px;
    font-size: 13px;
  }

  .aiers-aiasset-materials__card h3 {
    margin-top: 12px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }

  .aiers-aiasset-materials__card p {
    margin-top: 4px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-materials__media {
    position: absolute;
    right: 23px;
    bottom: 20px;
    width: var(--materials-mobile-w, 100px);
    height: var(--materials-mobile-h, 100px);
    margin: 0;
  }

  .aiers-aiasset-materials__media img {
    width: var(--materials-mobile-img-w, 122px);
    height: var(--materials-mobile-img-h, 122px);
  }

  .aiers-aiasset-materials__media--01 {
    --materials-mobile-w: 100px;
    --materials-mobile-h: 103px;
    --materials-mobile-img-w: 122px;
    --materials-mobile-img-h: 122px;
    right: 23px;
    bottom: 22px;
  }

  .aiers-aiasset-materials__media--02 {
    --materials-mobile-w: 117px;
    --materials-mobile-h: 106px;
    --materials-mobile-img-w: 117px;
    --materials-mobile-img-h: 117px;
    right: 16px;
    bottom: 10px;
  }

  .aiers-aiasset-materials__media--03 {
    --materials-mobile-w: 111px;
    --materials-mobile-h: 94px;
    --materials-mobile-img-w: 132px;
    --materials-mobile-img-h: 132px;
    right: 25px;
    bottom: 28px;
  }

  .aiers-aiasset-materials__media--04 {
    --materials-mobile-w: 85px;
    --materials-mobile-h: 95px;
    --materials-mobile-img-w: 122px;
    --materials-mobile-img-h: 122px;
    right: 48px;
    bottom: 26px;
  }

  .aiers-aiasset-materials__media--05 {
    --materials-mobile-w: 97px;
    --materials-mobile-h: 89px;
    --materials-mobile-img-w: 116px;
    --materials-mobile-img-h: 116px;
    right: 37px;
    bottom: 28px;
  }
}


/* ============================================================
   18. 카드 캐러셀 — DT 1323:8081 / MO 1323:10166
   ============================================================ */

.aiers-aiasset-card-carousel {
  position: relative;
  height: 1063px;
  overflow: hidden;
  background: #ffffff;
  color: #121212;
  isolation: isolate;
}

.aiers-aiasset-card-carousel__stage {
  position: absolute;
  inset: 0;
}

.aiers-aiasset-card-carousel__row {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aiers-aiasset-card-carousel__row--one {
  top: 60px;
  left: calc(50% - 1033px);
}

.aiers-aiasset-card-carousel__row--two {
  top: 546px;
  left: calc(50% - 919px);
}

.aiers-aiasset-card-carousel__card {
  width: 304.244px;
  height: 456.366px;
  flex: 0 0 304.244px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 9.127px 18.255px rgba(0, 0, 0, 0.04);
}

.aiers-aiasset-card-carousel__card .aiers-img-wrap,
.aiers-aiasset-card-carousel__card img {
  display: block;
  width: 100%;
  height: 100%;
}

.aiers-aiasset-card-carousel__card img {
  object-fit: cover;
  object-position: center;
}

.aiers-aiasset-card-carousel__card:nth-child(2) img {
  height: 118.52%;
  object-fit: fill;
  transform: translateY(-6.75%);
}

.aiers-aiasset-card-carousel__row--one .aiers-aiasset-card-carousel__card:nth-child(6) img {
  height: 120.63%;
  object-fit: fill;
  transform: translateY(-1.77%);
}

.aiers-aiasset-card-carousel__row--two .aiers-aiasset-card-carousel__card:nth-child(3) img {
  height: 118.52%;
  object-fit: fill;
  transform: translateY(-3.12%);
}

.aiers-aiasset-card-carousel__row--two .aiers-aiasset-card-carousel__card:nth-child(4) img {
  height: 119.51%;
  object-fit: fill;
  transform: translateY(-5.88%);
}

.aiers-aiasset-card-carousel__fade {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
}

.aiers-aiasset-card-carousel__fade--left {
  left: 0;
  top: 0;
  width: 320px;
  height: 1063px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 73.594%);
}

.aiers-aiasset-card-carousel__fade--right {
  right: -34px;
  top: 0;
  width: 320px;
  height: 1062px;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 72.031%);
}

.aiers-aiasset-card-carousel__fade--top,
.aiers-aiasset-card-carousel__fade--bottom {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-card-carousel {
    height: 560px;
  }

  .aiers-aiasset-card-carousel__row {
    align-items: flex-start;
    gap: 10px;
  }

  .aiers-aiasset-card-carousel__row--one {
    top: 60px;
    left: calc(50% - 299px);
  }

  .aiers-aiasset-card-carousel__row--two {
    top: 288px;
    left: calc(50% - 236px);
  }

  .aiers-aiasset-card-carousel__card {
    width: 141px;
    height: 212px;
    flex-basis: 141px;
    border-radius: 4px;
    box-shadow: 0 4.24px 8.48px rgba(0, 0, 0, 0.04);
  }

  .aiers-aiasset-card-carousel__fade--left,
  .aiers-aiasset-card-carousel__fade--right {
    display: none;
  }

  .aiers-aiasset-card-carousel__fade--top,
  .aiers-aiasset-card-carousel__fade--bottom {
    left: 0;
    display: block;
    width: 100%;
    height: 121px;
  }

  .aiers-aiasset-card-carousel__fade--top {
    top: 0;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 45%);
  }

  .aiers-aiasset-card-carousel__fade--bottom {
    bottom: 0;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 45%);
  }
}


/* QA specificity fixes for S17 responsive glow assets */
.aiers-aiasset-materials__glow--mobile-top,
.aiers-aiasset-materials__glow--mobile-bottom {
  display: none !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-materials__glow--desktop-top,
  .aiers-aiasset-materials__glow--desktop-bottom {
    display: none !important;
  }

  .aiers-aiasset-materials__glow--mobile-top,
  .aiers-aiasset-materials__glow--mobile-bottom {
    display: block !important;
  }
}

/* ============================================================
   19. [S09]질문 — DT 1323:8146 / MO 1323:10231
   ============================================================ */

.aiers-aiasset-questions {
  background: #fafafa;
  color: #121212;
  padding: 120px 0;
}

.aiers-aiasset-questions__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-questions__header h2 {
  width: 708px;
  max-width: 100%;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-questions__header h2 em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-questions__chat {
  position: relative;
  height: 1463px;
  margin-top: 60px;
}

.aiers-aiasset-questions__question,
.aiers-aiasset-questions__answer {
  position: absolute;
}

.aiers-aiasset-questions__avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.aiers-aiasset-questions__avatar--question {
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
}

.aiers-aiasset-questions__avatar--answer {
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
}

.aiers-aiasset-questions__bubble {
  position: absolute;
  display: block;
  word-break: keep-all;
  text-align: left;
}

.aiers-aiasset-questions__bubble--question {
  right: 66px;
  top: 40px;
  min-height: 96px;
  padding: 18px 30px;
  border-radius: 20px 0 20px 20px;
  background: #ff692a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-questions__bubble--answer {
  left: 100px;
  top: 27px;
  padding: 18px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 0 20px 20px 20px;
  background: #ffffff;
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-aiasset-questions__bubble--answer p + p {
  margin-top: 0;
}

.aiers-aiasset-questions__question--one {
  left: 790px;
  top: 0;
  width: 484px;
  height: 136px;
}

.aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble {
  width: 399px;
}

.aiers-aiasset-questions__answer--one {
  left: 10px;
  top: 93px;
  width: 711px;
  height: 623px;
}

.aiers-aiasset-questions__answer--one .aiers-aiasset-questions__bubble {
  width: 622px;
  min-height: 266px;
}

.aiers-aiasset-questions__question--two {
  left: 802px;
  top: 707px;
  width: 472px;
  height: 112px;
}

.aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
  min-height: 66px;
}

.aiers-aiasset-questions__answer--two {
  left: 24px;
  top: 840px;
  width: 671px;
  height: 623px;
}

.aiers-aiasset-questions__answer--two .aiers-aiasset-questions__bubble {
  width: 573px;
  min-height: 266px;
}

.aiers-aiasset-questions__example {
  position: absolute;
  left: 100px;
  top: 323px;
  width: 536px;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: #eeeeee;
}

.aiers-aiasset-questions__example img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.aiers-aiasset-questions__example--one img {
  top: -101.66%;
  width: 100%;
  height: 260.85%;
  object-fit: fill;
}

.aiers-aiasset-questions__example figcaption {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid #e9ff9a;
  border-radius: 999px;
  background: #ff692a;
  color: #f9f7fc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.14px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .aiers-aiasset-questions {
    padding: 60px 16px;
  }

  .aiers-aiasset-questions__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-questions__header h2 {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0;
  }

  .aiers-aiasset-questions__chat {
    height: 1162px;
    margin-top: 40px;
  }

  .aiers-aiasset-questions__avatar--question,
  .aiers-aiasset-questions__avatar--answer {
    width: 50px;
    height: 50px;
  }

  .aiers-aiasset-questions__bubble--question {
    right: 32px;
    top: 28px;
    min-height: 43px;
    padding: 11px 18px;
    border-radius: 12px 0 12px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-questions__bubble--answer {
    left: 60px;
    top: 25px;
    padding: 14px 20px;
    border-radius: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-questions__question--one {
    left: 36px;
    top: 0;
    width: 307px;
    height: 71px;
  }

  .aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble {
    width: 275px;
  }

  .aiers-aiasset-questions__answer--one {
    left: 0;
    top: 108px;
    width: 335px;
    height: 483px;
  }

  .aiers-aiasset-questions__answer--one .aiers-aiasset-questions__bubble {
    width: 277px;
    min-height: 288px;
    color: #000000;
  }

  .aiers-aiasset-questions__question--two {
    left: 23px;
    top: 616px;
    width: 320px;
    height: 71px;
  }

  .aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
    width: 288px;
    min-height: 43px;
  }

  .aiers-aiasset-questions__answer--two {
    left: 0;
    top: 699px;
    width: 335px;
    height: 463px;
  }

  .aiers-aiasset-questions__answer--two .aiers-aiasset-questions__bubble {
    width: 277px;
    min-height: 133px;
    letter-spacing: -0.14px;
    color: #000000;
  }

  .aiers-aiasset-questions__desktop-break {
    display: none;
  }

  .aiers-aiasset-questions__example {
    left: 60px;
    top: 338px;
    width: 258px;
    height: 145px;
    border-radius: 4px;
  }

  .aiers-aiasset-questions__example--one {
    top: 338px;
  }

  .aiers-aiasset-questions__example--two {
    top: 318px;
  }

  .aiers-aiasset-questions__example figcaption {
    left: 7.69px;
    top: 7.69px;
    min-height: 19px;
    padding: 4px 6px;
    border-width: 0.427px;
    font-size: 9px;
    letter-spacing: -0.09px;
  }
}

/* ============================================================
   20. [S11] 업무 방식 — DT 1323:8187 / MO 1323:10266
   ============================================================ */

.aiers-aiasset-workstyle {
  background: #ffffff;
  color: #121212;
  padding: 140px 0 120px;
  overflow: hidden;
}

.aiers-aiasset-workstyle__inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.aiers-aiasset-workstyle__title {
  margin: 0 0 60px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-workstyle__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-workstyle__cards {
  display: flex;
  align-items: center;
  gap: 25px;
}

.aiers-aiasset-workstyle__card {
  flex: 0 0 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 569px;
  padding: 32px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fafafa;
}

.aiers-aiasset-workstyle__persona,
.aiers-aiasset-workstyle__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aiers-aiasset-workstyle__persona {
  gap: 12px;
  margin-bottom: 20px;
}

.aiers-aiasset-workstyle__avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff692a 0%, #cd4c15 100%);
}

.aiers-aiasset-workstyle__avatar img {
  width: 137%;
  height: 137%;
  max-width: none;
  object-fit: cover;
  transform: translate(-13.5%, -10.5%);
}

.aiers-aiasset-workstyle__persona h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.aiers-aiasset-workstyle__flow {
  width: 100%;
  gap: 16px;
}

.aiers-aiasset-workstyle__box {
  width: 100%;
  min-height: 127px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 40px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  text-align: center;
}

.aiers-aiasset-workstyle__box--before {
  background: #ffffff;
}

.aiers-aiasset-workstyle__box--after {
  min-height: 131px;
  border-color: #ff692a;
  background: rgba(255, 105, 42, 0.05);
}

.aiers-aiasset-workstyle__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #ff5c70;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-workstyle__label img {
  width: 24px;
  height: 24px;
}

.aiers-aiasset-workstyle__label--after {
  color: #ff692a;
}

.aiers-aiasset-workstyle__body {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.aiers-aiasset-workstyle__result {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.aiers-aiasset-workstyle__arrow {
  width: 80px;
  height: 53px;
}

.aiers-aiasset-workstyle__takeaway {
  margin-top: 20px;
  padding: 24px;
  border: 2px solid #ff692a;
  border-radius: 12px;
  background: #ffffff;
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.aiers-aiasset-workstyle__takeaway em {
  color: #ff692a;
  font-style: normal;
}

@media (max-width: 767px) {
  .aiers-aiasset-workstyle {
    padding: 80px 0;
  }

  .aiers-aiasset-workstyle__inner {
    width: 100%;
    padding: 0 16px;
  }

  .aiers-aiasset-workstyle__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-workstyle__title span {
    display: block;
  }

  .aiers-aiasset-workstyle__viewport {
    width: calc(100% + 16px);
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .aiers-aiasset-workstyle__viewport::-webkit-scrollbar {
    display: none;
  }

  .aiers-aiasset-workstyle__cards {
    width: max-content;
    gap: 10px;
    padding-right: 16px;
  }

  .aiers-aiasset-workstyle__card {
    flex-basis: 320px;
    height: 479px;
    padding: 20px;
    border-radius: 12px;
  }

  .aiers-aiasset-workstyle__persona {
    gap: 10px;
    margin-bottom: 20px;
  }

  .aiers-aiasset-workstyle__avatar {
    width: 84px;
    height: 84px;
  }

  .aiers-aiasset-workstyle__persona h3 {
    font-size: 18px;
  }

  .aiers-aiasset-workstyle__flow {
    gap: 12px;
  }

  .aiers-aiasset-workstyle__box {
    min-height: 115px;
    gap: 6px;
    padding: 20px 32px;
  }

  .aiers-aiasset-workstyle__label {
    gap: 1.673px;
    font-size: 18px;
  }

  .aiers-aiasset-workstyle__label img {
    width: 25px;
    height: 25px;
  }

  .aiers-aiasset-workstyle__box--after {
    min-height: 115px;
  }

  .aiers-aiasset-workstyle__body,
  .aiers-aiasset-workstyle__result {
    color: #222222;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-workstyle__body {
    color: #666666;
  }

  .aiers-aiasset-workstyle__arrow {
    width: 67px;
    height: 44px;
  }

  .aiers-aiasset-workstyle__takeaway {
    margin-top: 20px;
    padding: 24px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.46;
  }
}


/* ============================================================
   21. [S15] 일정표 / [S10] 방법 — DT 1323:8271 / MO 1323:10339
   ============================================================ */

.aiers-aiasset-schedule {
  background: #fafafa;
  color: #121212;
  padding: 120px 0;
}

.aiers-aiasset-schedule__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-schedule__title {
  width: 100%;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-schedule__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-schedule__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}

.aiers-aiasset-schedule__day {
  overflow: hidden;
  border-radius: 12px;
}

.aiers-aiasset-schedule__day-header {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 75px;
  padding: 20px 24px;
  background: #ff692a;
  color: #ffffff;
}

.aiers-aiasset-schedule__day-header > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 60px;
  min-height: 35px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #ffffff;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-schedule__day-header h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.aiers-aiasset-schedule__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 761px;
  padding: 20px 23px 0;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
  box-sizing: border-box;
}

.aiers-aiasset-schedule__item {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  column-gap: 77px;
  row-gap: 12px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #e6e6e6;
}

.aiers-aiasset-schedule__item + .aiers-aiasset-schedule__item {
  padding-top: 28px;
}

.aiers-aiasset-schedule__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.aiers-aiasset-schedule__item time {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-aiasset-schedule__copy {
  min-width: 0;
}

.aiers-aiasset-schedule__meta {
  margin-bottom: 4px;
  color: #ff692a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-aiasset-schedule__copy h4 {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.aiers-aiasset-schedule__copy > p:not(.aiers-aiasset-schedule__meta):not(.aiers-aiasset-schedule__result) {
  margin-top: 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.32px;
}

.aiers-aiasset-schedule__result {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 49px;
  margin-top: 0;
  padding: 10px 12px;
  border-radius: 4px;
  background: #f2f2f2;
}

.aiers-aiasset-schedule__result span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 50px;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #ff692a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.aiers-aiasset-schedule__result strong {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-aiasset-schedule__day:nth-child(2) .aiers-aiasset-schedule__item {
  padding-bottom: 20px;
}

.aiers-aiasset-schedule__day:nth-child(2) .aiers-aiasset-schedule__item + .aiers-aiasset-schedule__item {
  padding-top: 20px;
}

.aiers-aiasset-schedule__mobile-copy {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-schedule {
    padding: 80px 16px;
  }

  .aiers-aiasset-schedule__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-schedule__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-schedule__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }

  .aiers-aiasset-schedule__day {
    border-radius: 8px;
  }

  .aiers-aiasset-schedule__day:first-child {
    height: auto;
  }

  .aiers-aiasset-schedule__day:nth-child(2) {
    height: auto;
  }

  .aiers-aiasset-schedule__day-header {
    align-items: flex-start;
    gap: 10px;
    height: 71px;
    min-height: 71px;
    padding: 16px;
  }

  .aiers-aiasset-schedule__day-header > span:first-child {
    min-width: 44px;
    min-height: 24px;
    padding: 2px 8px;
    border: 1px solid #ff692a;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
  }

  .aiers-aiasset-schedule__day-header h3 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-schedule__body {
    min-height: 0;
    height: auto;
    padding: 16px 15px;
    border-radius: 0 0 8px 8px;
  }

  .aiers-aiasset-schedule__day:nth-child(2) .aiers-aiasset-schedule__body {
    height: auto;
  }

  .aiers-aiasset-schedule__item {
    grid-template-columns: 39px minmax(0, 1fr);
    column-gap: 21px;
    row-gap: 12px;
    padding-bottom: 12px;
  }

  .aiers-aiasset-schedule__item + .aiers-aiasset-schedule__item {
    padding-top: 12px;
  }

  .aiers-aiasset-schedule__day:nth-child(2) .aiers-aiasset-schedule__item {
    padding-bottom: 12px;
  }

  .aiers-aiasset-schedule__day:nth-child(2) .aiers-aiasset-schedule__item + .aiers-aiasset-schedule__item {
    padding-top: 12px;
  }

  .aiers-aiasset-schedule__item time {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-schedule__meta {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-aiasset-schedule__copy h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: -0.28px;
  }

  .aiers-aiasset-schedule__copy > p:not(.aiers-aiasset-schedule__meta):not(.aiers-aiasset-schedule__result) {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-schedule__result {
    gap: 12px;
    min-height: 37px;
    margin-top: 0;
    padding: 6px 12px;
    border-radius: 4px;
  }

  .aiers-aiasset-schedule__result span {
    min-width: 48px;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.45;
  }

  .aiers-aiasset-schedule__result strong {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-schedule__desktop-copy {
    display: none;
  }

  .aiers-aiasset-schedule__mobile-copy {
    display: inline;
  }
}



/* ============================================================
   22. [S12/S15] Instructor and reviews — DT 1323:8424 / MO 1323:10474
   ============================================================ */

.aiers-aiasset-instructor-reviews {
  padding: 120px 0;
  background: #181818;
  color: #ffffff;
}

.aiers-aiasset-instructor-reviews__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-instructor-reviews__intro {
  width: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
}

.aiers-aiasset-instructor-reviews__intro em,
.aiers-aiasset-reviews-proof__heading em {
  color: #d9ff00;
  font-style: normal;
}

.aiers-aiasset-instructor-reviews__content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 60px;
}

.aiers-aiasset-instructor-card {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
  min-height: 476px;
  padding: 23px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
  color: #121212;
}

.aiers-aiasset-instructor-card__top {
  display: flex;
  align-items: center;
  gap: 37px;
}

.aiers-aiasset-instructor-card__portrait {
  flex: 0 0 283px;
  width: 283px;
  height: 283px;
  border-radius: 8px;
  object-fit: cover;
}

.aiers-aiasset-instructor-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 835px;
  max-width: 100%;
}

.aiers-aiasset-instructor-card__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aiers-aiasset-instructor-card__name-row {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.aiers-aiasset-instructor-card__name-row strong {
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.aiers-aiasset-instructor-card__name-row span,
.aiers-aiasset-instructor-card__heading p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-aiasset-instructor-card__links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.aiers-aiasset-instructor-card__links span,
.aiers-aiasset-instructor-card__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #d9ff00;
  color: #060604;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.4px;
  letter-spacing: -0.18px;
  white-space: nowrap;
}

.aiers-aiasset-instructor-card__divider {
  width: 806px;
  height: 1px;
}

.aiers-aiasset-instructor-card__divider--mobile {
  display: none;
}

.aiers-aiasset-instructor-card__careers {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
}

.aiers-aiasset-instructor-card__quote {
  width: 100%;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: #181818;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
}

.aiers-aiasset-instructor-card__quote strong {
  font-weight: 500;
}

.aiers-aiasset-reviews-proof {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aiers-aiasset-reviews-proof__heading {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 44px;
}

.aiers-aiasset-reviews-proof__heading h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
}

.aiers-aiasset-reviews-proof__heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-aiasset-reviews-proof__mobile-break {
  display: none;
}

.aiers-aiasset-reviews-proof__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aiers-aiasset-reviews-proof__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 188px;
  padding: 20px 24px;
  border: 1px solid #292929;
  border-radius: 12px;
  background: #232323;
  text-align: center;
}

.aiers-aiasset-reviews-proof__metric p,
.aiers-aiasset-reviews-proof__metric--nps p {
  color: #d9ff00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-reviews-proof__metric strong {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-reviews-proof__metric span {
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-aiasset-reviews-proof__metric--nps span {
  margin-top: 8px;
  color: #ffffff;
  font-size: 18px;
}

.aiers-aiasset-reviews-proof__metric-stars--desktop {
  width: 280px;
  height: 53.846px !important;
  object-fit: contain;
}

.aiers-aiasset-reviews-proof__metric-stars--mobile {
  display: none;
}

.aiers-aiasset-reviews-proof__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.aiers-aiasset-reviews-proof__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-height: 256px;
  padding: 20px 24px;
  border: 1px solid #292929;
  border-radius: 12px;
  background: #232323;
}

.aiers-aiasset-reviews-proof__stars--desktop {
  width: 210px;
  height: 40.385px !important;
  object-fit: contain;
}

.aiers-aiasset-reviews-proof__stars--mobile,
.aiers-aiasset-reviews-proof__divider--mobile,
.aiers-aiasset-reviews-proof__author-mobile {
  display: none;
}

.aiers-aiasset-reviews-proof__card p {
  flex: 1 1 auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.aiers-aiasset-reviews-proof__divider--desktop {
  width: 100%;
  height: 1px;
}

.aiers-aiasset-reviews-proof__card footer {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-aiasset-reviews-proof__refund {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 320px;
  margin-top: 16px;
  padding: 40px;
  border: 1px solid #d9ff00;
  border-radius: 12px;
  background: rgba(217, 255, 0, 0.05);
  text-align: center;
}

.aiers-aiasset-reviews-proof__refund-icon--desktop {
  width: 48px;
  height: 48px;
}

.aiers-aiasset-reviews-proof__refund-icon--mobile {
  display: none;
}

.aiers-aiasset-reviews-proof__refund h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

.aiers-aiasset-reviews-proof__refund p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .aiers-aiasset-instructor-reviews {
    padding: 80px 16px;
  }

  .aiers-aiasset-instructor-reviews__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-instructor-reviews__intro {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-instructor-reviews__content {
    gap: 60px;
    margin-top: 32px;
  }

  .aiers-aiasset-instructor-card {
    gap: 16px;
    min-height: 516px;
    padding: 18px 14px;
    border-radius: 8px;
  }

  .aiers-aiasset-instructor-card__top {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .aiers-aiasset-instructor-card__top::before {
    content: "";
    display: block;
    float: left;
  }

  .aiers-aiasset-instructor-card__portrait {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 18px;
    left: 14px;
  }

  .aiers-aiasset-instructor-card__info {
    gap: 16px;
    width: 100%;
  }

  .aiers-aiasset-instructor-card__heading {
    min-height: 80px;
    padding-left: 92px;
    justify-content: flex-start;
    gap: 2px;
  }

  .aiers-aiasset-instructor-card__name-row {
    align-items: center;
    gap: 4px;
  }

  .aiers-aiasset-instructor-card__name-row strong {
    font-size: 18px;
    line-height: 1.5;
  }

  .aiers-aiasset-instructor-card__name-row span {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-instructor-card__heading p {
    color: #444444;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.12px;
  }

  .aiers-aiasset-instructor-card__links {
    order: 3;
    gap: 6px 8px;
    width: 265px;
  }

  .aiers-aiasset-instructor-card__links span,
.aiers-aiasset-instructor-card__links a {
    min-height: 33px;
    font-size: 12px;
    line-height: 18.4px;
  }

  .aiers-aiasset-instructor-card__links span:nth-child(2),
  .aiers-aiasset-instructor-card__links a:nth-child(2) {
    width: 128px;
  }

  .aiers-aiasset-instructor-card__divider--desktop {
    display: none;
  }

  .aiers-aiasset-instructor-card__divider--mobile {
    display: block;
    order: 1;
    width: 309px;
    max-width: 100%;
    height: 1px;
  }

  .aiers-aiasset-instructor-card__careers {
    order: 2;
    width: 313px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
  }

  .aiers-aiasset-instructor-card__quote {
    padding: 12px 14px;
    border-radius: 4px;
    background: #121212;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.26px;
    text-align: center;
  }

  .aiers-aiasset-instructor-card__quote strong {
    font-weight: 600;
  }

  .aiers-aiasset-reviews-proof {
    gap: 32px;
  }

  .aiers-aiasset-reviews-proof__heading {
    gap: 12px;
    margin-bottom: 0;
  }

  .aiers-aiasset-reviews-proof__heading h3 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-reviews-proof__heading p {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-reviews-proof__mobile-break {
    display: inline;
  }

  .aiers-aiasset-reviews-proof__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .aiers-aiasset-reviews-proof__metric {
    min-height: 140px;
    padding: 12px 16px;
    border-radius: 8px;
  }

  .aiers-aiasset-reviews-proof__metric p,
  .aiers-aiasset-reviews-proof__metric--nps p {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-reviews-proof__metric strong {
    font-size: 32px;
    line-height: 1.5;
  }

  .aiers-aiasset-reviews-proof__metric span {
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-aiasset-reviews-proof__metric--nps span {
    margin-top: 2px;
    font-size: 12px;
  }

  .aiers-aiasset-reviews-proof__metric-stars--desktop {
    display: none;
  }

  .aiers-aiasset-reviews-proof__metric-stars--mobile {
    display: block;
    width: 121.556px;
    height: 23.376px !important;
    object-fit: contain;
  }

  .aiers-aiasset-reviews-proof__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .aiers-aiasset-reviews-proof__card {
    gap: 6px;
    min-height: 0;
    padding: 12px 16px;
    border-radius: 8px;
  }

  .aiers-aiasset-reviews-proof__stars--desktop,
  .aiers-aiasset-reviews-proof__divider--desktop,
  .aiers-aiasset-reviews-proof__author-desktop {
    display: none;
  }

  .aiers-aiasset-reviews-proof__stars--mobile {
    display: block;
    width: 121.556px;
    height: 23.376px !important;
    object-fit: contain;
  }

  .aiers-aiasset-reviews-proof__card p {
    flex: 0 1 auto;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-reviews-proof__divider--mobile {
    display: block;
    width: 100%;
    height: 1px;
  }

  .aiers-aiasset-reviews-proof__card footer {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-aiasset-reviews-proof__author-mobile {
    display: inline;
  }

  .aiers-aiasset-reviews-proof__refund {
    gap: 4px;
    min-height: 152px;
    margin-top: 0;
    padding: 16px;
    border-radius: 8px;
    background: rgba(130, 159, 0, 0.05);
  }

  .aiers-aiasset-reviews-proof__refund-icon--desktop {
    display: none;
  }

  .aiers-aiasset-reviews-proof__refund-icon--mobile {
    display: block;
    width: 24px;
    height: 24px;
  }

  .aiers-aiasset-reviews-proof__refund h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.48px;
  }

  .aiers-aiasset-reviews-proof__refund p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ============================================================
   22. [S13] 강사 인터뷰 — DT 1323:8592 / MO 1323:10608
   ============================================================ */

.aiers-aiasset-instructor-interview {
  background: #fafafa;
  color: #121212;
  padding: 120px 0;
}

.aiers-aiasset-instructor-interview__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aiers-aiasset-instructor-interview__title {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-instructor-interview__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}

.aiers-aiasset-instructor-interview__card {
  position: relative;
  width: 100%;
  overflow: visible;
}

.aiers-aiasset-instructor-interview__card--one { height: 293px; }
.aiers-aiasset-instructor-interview__card--two { height: 277px; }
.aiers-aiasset-instructor-interview__card--three { height: 263px; }

.aiers-aiasset-instructor-interview__bubble {
  position: absolute;
  inset: 0;
  width: 1280px;
  height: 100%;
  max-width: none;
  pointer-events: none;
}

.aiers-aiasset-instructor-interview__content {
  position: absolute;
  left: 40px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.aiers-aiasset-instructor-interview__card--one .aiers-aiasset-instructor-interview__content {
  top: 40px;
  gap: 20px;
}

.aiers-aiasset-instructor-interview__card--two .aiers-aiasset-instructor-interview__content {
  top: 40px;
  gap: 24px;
}

.aiers-aiasset-instructor-interview__card--three .aiers-aiasset-instructor-interview__content {
  top: 27px;
  gap: 24px;
}

.aiers-aiasset-instructor-interview__question {
  display: flex;
  align-items: center;
  gap: 15px;
}

.aiers-aiasset-instructor-interview__avatar {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
}

.aiers-aiasset-instructor-interview__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-aiasset-instructor-interview__question p {
  color: #ff692a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.aiers-aiasset-instructor-interview__question h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.aiers-aiasset-instructor-interview__answer {
  width: 1200px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  white-space: normal;
}

.aiers-aiasset-instructor-interview__answer p + p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .aiers-aiasset-instructor-interview {
    padding: 60px 16px;
  }

  .aiers-aiasset-instructor-interview__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-instructor-interview__title {
    color: #141413;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-instructor-interview__list {
    gap: 10px;
    margin-top: 40px;
  }

  .aiers-aiasset-instructor-interview__card,
  .aiers-aiasset-instructor-interview__card--one,
  .aiers-aiasset-instructor-interview__card--two,
  .aiers-aiasset-instructor-interview__card--three {
    height: auto;
    padding: 24px 20px;
    overflow: hidden;
    border: 1px solid #ff692a;
    border-radius: 8px;
    background: #ffffff;
  }

  .aiers-aiasset-instructor-interview__bubble--desktop {
    display: none;
  }

  .aiers-aiasset-instructor-interview__content,
  .aiers-aiasset-instructor-interview__card--one .aiers-aiasset-instructor-interview__content,
  .aiers-aiasset-instructor-interview__card--two .aiers-aiasset-instructor-interview__content,
  .aiers-aiasset-instructor-interview__card--three .aiers-aiasset-instructor-interview__content {
    position: relative;
    top: auto;
    left: auto;
    width: 303px;
    max-width: 100%;
    gap: 12px;
  }

  .aiers-aiasset-instructor-interview__question {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
  }

  .aiers-aiasset-instructor-interview__avatar {
    width: 50px;
    height: 50px;
  }

  .aiers-aiasset-instructor-interview__question > div {
    width: 100%;
  }

  .aiers-aiasset-instructor-interview__question p {
    font-size: 14px;
  }

  .aiers-aiasset-instructor-interview__question h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .aiers-aiasset-instructor-interview__answer {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
  }

  .aiers-aiasset-instructor-interview__answer p + p {
    margin-top: 0;
  }
}

/* 24. [S14] 강의에서 사용하는 프로그램 안내 / DT 1323:8638 · MO 1323:10636 */
.aiers-aiasset-programs {
  background: #fff;
  padding: 120px 320px;
}

.aiers-aiasset-programs__inner {
  width: 100%;
}

.aiers-aiasset-programs__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}

.aiers-aiasset-programs__title {
  width: 100%;
  margin: 0;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.aiers-aiasset-programs__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-programs__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.aiers-aiasset-programs__cards {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.aiers-aiasset-programs__card {
  flex: 1 0 0;
  min-width: 0;
  overflow: hidden;
  padding: 24px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
}

.aiers-aiasset-programs__card-inner {
  width: 360px;
}

.aiers-aiasset-programs__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.aiers-aiasset-programs__program-header {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.aiers-aiasset-programs__icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
}

.aiers-aiasset-programs__icon--boxed,
.aiers-aiasset-programs__icon--image {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.aiers-aiasset-programs__icon--boxed {
  background: #fff;
}

.aiers-aiasset-programs__icon img,
.aiers-aiasset-programs__icon .aiers-img-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.aiers-aiasset-programs__icon img {
  object-fit: cover;
}

.aiers-aiasset-programs__icon--boxed img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.aiers-aiasset-programs__icon--plain img {
  object-fit: contain;
}

.aiers-aiasset-programs__heading {
  display: flex;
  flex: 1 0 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.aiers-aiasset-programs__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.18px;
  white-space: nowrap;
}

.aiers-aiasset-programs__badge--free {
  background: #e8f8ee;
  color: #16a34a;
}

.aiers-aiasset-programs__badge--paid {
  background: #fff1f2;
  color: #ff426b;
}

.aiers-aiasset-programs__heading strong {
  width: 100%;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-programs__card:first-child .aiers-aiasset-programs__heading strong {
  color: #141413;
}

.aiers-aiasset-programs__description,
.aiers-aiasset-programs__note {
  margin: 0;
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: keep-all;
}

.aiers-aiasset-programs__description {
  width: 100%;
  font-size: 16px;
}

.aiers-aiasset-programs__small {
  font-size: 13px;
}

.aiers-aiasset-programs__note {
  width: 100%;
  font-size: 14px;
}

.aiers-aiasset-programs__mobile-break {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-programs {
    display: flex;
    align-items: center;
    padding: 60px 16px;
  }

  .aiers-aiasset-programs__inner {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
  }

  .aiers-aiasset-programs__content {
    gap: 20px;
  }

  .aiers-aiasset-programs__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-aiasset-programs__title em {
    display: block;
  }

  .aiers-aiasset-programs__body {
    gap: 10px;
  }

  .aiers-aiasset-programs__cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .aiers-aiasset-programs__card {
    width: 100%;
    flex: 0 0 auto;
    padding: 24px;
  }

  .aiers-aiasset-programs__card-inner {
    width: 294px;
    max-width: 100%;
  }

  .aiers-aiasset-programs__card-content {
    gap: 10px;
  }

  .aiers-aiasset-programs__program-header {
    gap: 10px;
  }

  .aiers-aiasset-programs__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .aiers-aiasset-programs__icon--boxed {
    border-radius: 4px;
  }

  .aiers-aiasset-programs__icon--image {
    border-width: 0.833px;
    border-radius: 5px;
  }

  .aiers-aiasset-programs__icon--boxed img {
    width: 35px;
    height: 35px;
  }

  .aiers-aiasset-programs__heading {
    width: 223px;
    flex: 0 0 auto;
  }

  .aiers-aiasset-programs__badge {
    padding: 6px 10px;
    font-size: 11px;
    letter-spacing: -0.147px;
  }

  .aiers-aiasset-programs__heading strong {
    width: 223px;
    color: #141413;
    font-size: 18px;
  }

  .aiers-aiasset-programs__description {
    font-size: 14px;
  }

  .aiers-aiasset-programs__small {
    font-size: inherit;
  }

  .aiers-aiasset-programs__note {
    font-size: 14px;
  }

  .aiers-aiasset-programs__mobile-break {
    display: inline;
  }

  .aiers-aiasset-programs__desktop-dot {
    display: none;
  }
}

/* QA fix: Figma divider SVGs use width/height=100%; force rendered separators to 1px, not default replaced-element boxes. */
.aiers-aiasset-reviews-proof__divider {
  height: 1px !important;
  min-height: 1px;
  max-height: 1px;
  object-fit: fill;
}


/* 25. [S12] 여정 / DT 1323:8686 · MO 1323:10682 */
.aiers-aiasset-journey {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 120px 320px;
  background: #181818;
  color: #fff;
}

.aiers-aiasset-journey__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 1280px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.aiers-aiasset-journey__title {
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.aiers-aiasset-journey__title em {
  color: #d9ff00;
  font-style: normal;
}

.aiers-aiasset-journey__cards {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.aiers-aiasset-journey__card {
  display: flex;
  min-width: 0;
  min-height: 382px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border: 1px solid #292929;
  border-radius: 8px;
  background: #232323;
}

.aiers-aiasset-journey__card--featured {
  border-color: #d9ff00;
}

.aiers-aiasset-journey__card-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.aiers-aiasset-journey__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #d9ff00;
  border-radius: 4px;
  background: rgba(217, 255, 0, 0.05);
  color: #d9ff00;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.aiers-aiasset-journey__card--featured .aiers-aiasset-journey__badge {
  background: #d9ff00;
  color: #181818;
}

.aiers-aiasset-journey__heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

.aiers-aiasset-journey__heading h3,
.aiers-aiasset-journey__heading p {
  margin: 0;
}

.aiers-aiasset-journey__heading h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.aiers-aiasset-journey__heading p {
  color: #d9ff00;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.aiers-aiasset-journey__items {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aiers-aiasset-journey__items li {
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 15px 24px;
  border: 1px solid #393939;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  word-break: keep-all;
}

.aiers-aiasset-journey__card--featured .aiers-aiasset-journey__items li {
  border-color: #d9ff00;
  background: rgba(217, 255, 0, 0.1);
  color: #d9ff00;
  font-weight: 700;
}

.aiers-aiasset-journey__arrow {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.aiers-aiasset-journey__arrow--desktop {
  top: 190.84px;
  width: 97px;
  height: 21px;
  transform: rotate(-90deg);
  transform-origin: center;
}

.aiers-aiasset-journey__arrow--one.aiers-aiasset-journey__arrow--desktop {
  left: 372px;
}

.aiers-aiasset-journey__arrow--two.aiers-aiasset-journey__arrow--desktop {
  left: 811px;
}

.aiers-aiasset-journey__arrow--mobile {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-journey {
    display: flex;
    align-items: center;
    padding: 80px 16px;
    background: #121212;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }

  .aiers-aiasset-journey__inner {
    width: 343px;
    gap: 32px;
  }

  .aiers-aiasset-journey__title {
    width: 273px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
    white-space: nowrap;
  }

  .aiers-aiasset-journey__cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aiers-aiasset-journey__card {
    min-height: 337.5px;
    gap: 20px;
    padding: 24px 20px;
  }

  .aiers-aiasset-journey__card--featured {
    border-width: 2px;
  }

  .aiers-aiasset-journey__card-header {
    gap: 13.72px;
  }

  .aiers-aiasset-journey__badge {
    padding: 3.43px 10.29px;
    border-width: 0.858px;
    background: rgba(130, 159, 0, 0.05);
    font-size: 14px;
  }

  .aiers-aiasset-journey__heading {
    gap: 6.86px;
  }

  .aiers-aiasset-journey__heading h3 {
    font-size: 28px;
  }

  .aiers-aiasset-journey__heading p {
    font-size: 16px;
  }

  .aiers-aiasset-journey__items li {
    min-height: 48.02px;
    padding: 12.72px 20.44px;
    font-size: 14px;
    letter-spacing: -0.28px;
    white-space: nowrap;
  }

  .aiers-aiasset-journey__card--featured .aiers-aiasset-journey__items li {
    background: rgba(217, 255, 0, 0.05);
  }

  .aiers-aiasset-journey__arrow--desktop {
    display: none !important;
  }

  .aiers-aiasset-journey__arrow--desktop.is-aiers-visible {
    display: none !important;
  }

  .aiers-aiasset-journey__arrow--mobile {
    left: 50%;
    display: block !important;
    width: 97px;
    height: 21px;
    transform: translateX(-50%);
  }

  .aiers-aiasset-journey__arrow--one.aiers-aiasset-journey__arrow--mobile {
    top: 347px;
  }

  .aiers-aiasset-journey__arrow--two.aiers-aiasset-journey__arrow--mobile {
    top: 725px;
  }
}

/* ============================================================
   26. [S13] 약속 — DT 1323:8745 / MO 1323:10737
   ============================================================ */

.aiers-aiasset-promise-one {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 224px;
  background: #ffffff;
  color: #121212;
}

.aiers-aiasset-promise-one__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 1280px;
  max-width: 100%;
}

.aiers-aiasset-promise-one__title {
  color: #121212;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

.aiers-aiasset-promise-one__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-promise-one__cards {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.aiers-aiasset-promise-one__card {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.aiers-aiasset-promise-one__media {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
}

.aiers-aiasset-promise-one__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-aiasset-promise-one__media--slack {
  background: #ffede5;
}

.aiers-aiasset-promise-one__media--slack .aiers-img-wrap {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 358px;
  height: 248px;
  transform: translateX(-50%);
}

.aiers-aiasset-promise-one__copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.75px;
}

.aiers-aiasset-promise-one__copy h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

.aiers-aiasset-promise-one__copy h3 span {
  color: #ff692a;
}

.aiers-aiasset-promise-one__copy p {
  width: 100%;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .aiers-aiasset-promise-one {
    display: block;
    padding: 80px 16px;
  }

  .aiers-aiasset-promise-one__inner {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
    gap: 40px;
  }

  .aiers-aiasset-promise-one__title {
    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-promise-one__cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .aiers-aiasset-promise-one__card {
    width: 100%;
    gap: 20px;
  }

  .aiers-aiasset-promise-one__media {
    height: 200.455px;
    border-radius: 8px;
  }

  .aiers-aiasset-promise-one__media--slack .aiers-img-wrap {
    left: 17px;
    top: 20.37px;
    width: 307px;
    height: 213px;
    transform: none;
  }

  .aiers-aiasset-promise-one__copy {
    gap: 9.814px;
  }

  .aiers-aiasset-promise-one__copy h3 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .aiers-aiasset-promise-one__copy p {
    font-size: 14px;
  }
}

.aiers-aiasset-promise-two {
  background: #fafafa;
  color: #121212;
  padding: 120px 0;
}

.aiers-aiasset-promise-two,
.aiers-aiasset-promise-two * {
  box-sizing: border-box;
}

.aiers-aiasset-promise-two__inner {
  width: 1280px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
}

.aiers-aiasset-promise-two__title {
  margin: 0 0 64px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-aiasset-promise-two__title em {
  color: #ff692a;
  font-style: normal;
}

.aiers-aiasset-promise-two__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aiers-aiasset-promise-two__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-aiasset-promise-two__copy {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.aiers-aiasset-promise-two__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 31px;
  padding: 2px 8px;
  border: 1px solid #ff692a;
  border-radius: 4px;
  background: rgba(255, 105, 42, 0.05);
  color: #ff692a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.18px;
}

.aiers-aiasset-promise-two__text {
  min-width: 0;
}

.aiers-aiasset-promise-two__text h3 {
  margin: 0;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-aiasset-promise-two__text p {
  margin: 4px 0 0;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.aiers-aiasset-promise-two__mobile-copy {
  display: none;
}

.aiers-aiasset-promise-two__media,
.aiers-aiasset-promise-two__refund {
  display: block;
  width: 100%;
  height: 279px;
  overflow: hidden;
  border-radius: 4px;
}

.aiers-aiasset-promise-two__media {
  background: #121212;
}

.aiers-aiasset-promise-two__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-aiasset-promise-two__refund {
  position: relative;
  background: #f8ffe1;
}

.aiers-aiasset-promise-two__envelope {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 210px;
  transform: translate(-50%, -48%);
}

.aiers-aiasset-promise-two__refund-asset,
.aiers-aiasset-promise-two__refund-asset img {
  position: absolute;
  display: block;
  max-width: none;
}

.aiers-aiasset-promise-two__refund-asset img {
  width: 100%;
  height: 100%;
}

.aiers-aiasset-promise-two__refund-asset--union {
  left: 30px;
  bottom: 26px;
  width: 260px;
  height: 95px;
  z-index: 1;
}

.aiers-aiasset-promise-two__refund-asset--left {
  left: 0;
  bottom: 0;
  width: 119px;
  height: 104px;
  z-index: 3;
}

.aiers-aiasset-promise-two__refund-asset--right {
  right: 0;
  bottom: 0;
  width: 119px;
  height: 104px;
  z-index: 3;
}

.aiers-aiasset-promise-two__refund-asset--paper {
  left: 56px;
  top: 0;
  width: 208px;
  height: 115px;
  z-index: 2;
}

.aiers-aiasset-promise-two__refund-label {
  position: absolute;
  left: 50%;
  top: 28px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  transform: translateX(-50%);
  color: #ff692a;
  text-align: center;
  pointer-events: none;
}

.aiers-aiasset-promise-two__refund-label strong {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.44px;
}

.aiers-aiasset-promise-two__refund-label span {
  margin-top: 8px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.18px;
}

@media (max-width: 767px) {
  .aiers-aiasset-promise-two {
    padding: 60px 16px;
  }

  .aiers-aiasset-promise-two__inner {
    width: 343px;
    max-width: 100%;
  }

  .aiers-aiasset-promise-two__title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-promise-two__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aiers-aiasset-promise-two__card {
    min-height: 0;
    padding: 16px;
    border-radius: 8px;
  }

  .aiers-aiasset-promise-two__copy {
    gap: 12px;
    margin-bottom: 16px;
  }

  .aiers-aiasset-promise-two__badge {
    min-width: 30px;
    height: 22px;
    padding: 2px 6px;
    font-size: 12px;
    letter-spacing: -0.12px;
  }

  .aiers-aiasset-promise-two__text h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.16px;
  }

  .aiers-aiasset-promise-two__text p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-promise-two__desktop-copy {
    display: none;
  }

  .aiers-aiasset-promise-two__mobile-copy {
    display: inline;
  }

  .aiers-aiasset-promise-two__media,
  .aiers-aiasset-promise-two__refund {
    height: 164px;
    border-radius: 4px;
  }

  .aiers-aiasset-promise-two__envelope {
    width: 184.5px;
    height: 121px;
  }

  .aiers-aiasset-promise-two__refund-asset--union {
    left: 17.3px;
    bottom: 15px;
    width: 149.9px;
    height: 54.7px;
  }

  .aiers-aiasset-promise-two__refund-asset--left {
    width: 68.7px;
    height: 60px;
  }

  .aiers-aiasset-promise-two__refund-asset--right {
    width: 68.7px;
    height: 60px;
  }

  .aiers-aiasset-promise-two__refund-asset--paper {
    left: 32.3px;
    width: 120px;
    height: 66.4px;
  }

  .aiers-aiasset-promise-two__refund-label {
    top: 16px;
    width: 86px;
  }

  .aiers-aiasset-promise-two__refund-label strong {
    font-size: 25px;
    letter-spacing: -0.25px;
  }

  .aiers-aiasset-promise-two__refund-label span {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: -0.11px;
  }
}

.aiers-aiasset-application {
  --application-orange: #ff692a;
  --application-black: #121212;
  --application-muted: #999;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 120px 320px;
  color: var(--application-black);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aiers-aiasset-application__inner {
  width: 1280px;
  max-width: 100%;
}

.aiers-aiasset-application__title {
  margin: 0 0 60px;
  color: var(--application-black);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.48px;
}

.aiers-aiasset-application__title em {
  color: var(--application-orange);
  font-style: normal;
}

.aiers-aiasset-application__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aiers-aiasset-application__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.aiers-aiasset-application__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--application-orange);
  color: #faf9f5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-application__price-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.aiers-aiasset-application__price-row strong {
  color: var(--application-orange);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.42px;
}

.aiers-aiasset-application__price-row s {
  margin-top: 5px;
  color: var(--application-muted);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.22px;
}

.aiers-aiasset-application__price p {
  margin: 0;
  color: var(--application-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
}

.aiers-aiasset-application__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aiers-aiasset-application__summary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 20px 24px;
  border: 1px solid var(--application-orange);
  border-radius: 12px;
  background: rgba(255, 105, 42, 0.05);
  text-align: center;
}

.aiers-aiasset-application__summary-card .aiers-img-wrap,
.aiers-aiasset-application__summary-card img {
  display: block;
  width: 24px;
  height: 24px;
}

.aiers-aiasset-application__summary-card span {
  color: var(--application-orange);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-aiasset-application__summary-card strong {
  color: var(--application-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-application__benefits {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 20px 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
  list-style: none;
}

.aiers-aiasset-application__benefits li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 43px;
  color: var(--application-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.2px;
}

.aiers-aiasset-application__benefits li + li {
  border-top: 1px solid #e6e6e6;
}

.aiers-aiasset-application__benefits .aiers-img-wrap,
.aiers-aiasset-application__benefits img {
  display: block;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
}

.aiers-aiasset-application__actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aiers-aiasset-application__urgency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  border: 1px solid var(--application-orange);
  border-radius: 8px;
  background: rgba(255, 105, 42, 0.05);
  box-sizing: border-box;
  color: var(--application-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-aiasset-application__urgency p {
  margin: 0;
}

.aiers-aiasset-application__urgency strong,
.aiers-aiasset-application__urgency time {
  color: var(--application-orange);
  font: inherit;
}

.aiers-aiasset-application__cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aiers-aiasset-application__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 16px 32px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-aiasset-application__button--primary {
  background: var(--application-orange);
  color: #fff;
}

.aiers-aiasset-application__button--secondary {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  color: #000;
}

@media (max-width: 767px) {
  .aiers-aiasset-application {
    padding: 60px 16px 80px;
  }

  .aiers-aiasset-application__inner {
    width: 343px;
  }

  .aiers-aiasset-application__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-application__body {
    gap: 24px;
  }

  .aiers-aiasset-application__price {
    gap: 4px;
  }

  .aiers-aiasset-application__label {
    margin-bottom: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
  }

  .aiers-aiasset-application__price-row {
    gap: 8px;
    align-items: flex-start;
  }

  .aiers-aiasset-application__price-row strong {
    min-width: 107px;
    font-size: 22px;
    line-height: 19.5px;
    letter-spacing: -0.22px;
  }

  .aiers-aiasset-application__price-row s {
    margin-top: 4px;
    font-size: 12px;
    line-height: 19.5px;
    letter-spacing: -0.12px;
    white-space: nowrap;
  }

  .aiers-aiasset-application__price p {
    color: #222;
    font-size: 14px;
    line-height: 19.5px;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-application__summary {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aiers-aiasset-application__summary-card {
    gap: 4px;
    padding: 12px 16px;
    border-radius: 8px;
  }

  .aiers-aiasset-application__summary-card .aiers-img-wrap,
  .aiers-aiasset-application__summary-card img {
    width: 20px;
    height: 20px;
  }

  .aiers-aiasset-application__summary-card span {
    min-width: 100%;
    font-size: 14px;
    font-weight: 500;
  }

  .aiers-aiasset-application__summary-card strong {
    font-size: 14px;
  }

  .aiers-aiasset-application__benefits {
    padding: 16px;
    border-color: var(--application-orange);
    border-radius: 8px;
    background: #fff;
  }

  .aiers-aiasset-application__benefits li {
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-application__benefits li + li {
    margin-top: 4px;
    padding-top: 8px;
  }

  .aiers-aiasset-application__benefits .aiers-img-wrap,
  .aiers-aiasset-application__benefits img {
    width: 18px;
    height: 18px;
  }

  .aiers-aiasset-application__actions {
    gap: 12px;
  }

  .aiers-aiasset-application__urgency {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-application__cta-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aiers-aiasset-application__button {
    min-height: 48px;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }

  .aiers-aiasset-application__button--secondary {
    background: #fff;
  }

  .aiers-faq.aiers-aiasset-faq,
  .aiers-faq {
    padding: 88px 16px 104px;
    background: #ffffff;
  }

  .aiers-faq.aiers-aiasset-faq .aiers-aiasset-faq__inner,
  .aiers-faq .aiers-aiasset-faq__inner {
    width: calc(100% - 32px);
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-application {
    padding-right: 40px;
    padding-left: 40px;
  }

  .aiers-aiasset-page .aiers-aiasset-application__inner {
    width: min(1280px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .aiers-aiasset-page .aiers-aiasset-info__availability {
    flex: 0 0 300px;
    gap: 12px;
  }

  .aiers-aiasset-page .aiers-aiasset-info__button {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
}

.aiers-aiasset-faq {
  width: 100%;
  background: #ffffff;
  color: #000000;
  padding: 144px 320px 180px;
}

.aiers-aiasset-faq__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.aiers-aiasset-faq__title {
  width: 100%;
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.aiers-aiasset-faq__accordion {
  width: 100%;
  margin-top: 64px;
  border-bottom: 1px solid #e5e5e5;
}

.aiers-aiasset-faq__item {
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}

.aiers-aiasset-faq__item[open] {
  background: #fafafa;
}

.aiers-aiasset-faq__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 67px;
  padding: 20px 24px;
  list-style: none;
  cursor: pointer;
}

.aiers-aiasset-faq__summary::-webkit-details-marker {
  display: none;
}

.aiers-aiasset-faq__question {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-aiasset-faq__number {
  flex: 0 0 auto;
  color: #ff692a;
  white-space: nowrap;
}

.aiers-aiasset-faq__chevron {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.aiers-aiasset-faq__chevron::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #737373;
  border-bottom: 2px solid #737373;
  transform: rotate(45deg);
  transform-origin: center;
}

.aiers-aiasset-faq__item[open] .aiers-aiasset-faq__chevron::before {
  top: 9px;
  transform: rotate(225deg);
}

.aiers-aiasset-faq__body {
  padding: 0 24px 20px 56px;
}

.aiers-aiasset-faq__body p {
  max-width: 1200px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.aiers-aiasset-faq__mobile-copy {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-faq {
    padding: 88px 16px 104px;
  }

  .aiers-aiasset-faq__inner {
    width: 100%;
  }

  .aiers-aiasset-faq__title {
    font-size: 24px;
    line-height: 1.25;
  }

  .aiers-aiasset-faq__accordion {
    margin-top: 40px;
  }

  .aiers-aiasset-faq__summary {
    align-items: flex-start;
    gap: 10px;
    min-height: 45px;
    padding: 12px 16px;
  }

  .aiers-aiasset-faq__question {
    flex: 1 1 auto;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-faq__item:first-child .aiers-aiasset-faq__question {
    gap: 12px;
  }

  .aiers-aiasset-faq__chevron {
    width: 16px;
    height: 16px;
    margin-top: 2.5px;
  }

  .aiers-aiasset-faq__chevron::before {
    left: 4px;
    top: 3px;
    width: 7px;
    height: 7px;
    border-width: 1.5px;
  }

  .aiers-aiasset-faq__item[open] .aiers-aiasset-faq__chevron::before {
    top: 6px;
  }

  .aiers-aiasset-faq__body {
    padding: 0 32px 12px 46px;
  }

  .aiers-aiasset-faq__body p {
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-aiasset-faq__desktop-copy {
    display: none;
  }

  .aiers-aiasset-faq__mobile-copy {
    display: inline;
  }
}

.aiers-aiasset-page .aiers-aiasset-recommend,
.aiers-aiasset-page .aiers-aiasset-recommend * {
  box-sizing: border-box;
}

.aiers-aiasset-page .aiers-aiasset-recommend {
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
  background: #faf9f5;
  color: #141413;
}

.aiers-aiasset-page .aiers-aiasset-recommend h2,
.aiers-aiasset-page .aiers-aiasset-recommend p,
.aiers-aiasset-page .aiers-aiasset-recommend s,
.aiers-aiasset-page .aiers-aiasset-recommend b,
.aiers-aiasset-page .aiers-aiasset-recommend strong {
  margin: 0;
  padding: 0;
}

.aiers-aiasset-page .aiers-aiasset-recommend__inner {
  width: min(1296px, calc(100% - 48px));
  margin: 0 auto;
}

.aiers-aiasset-page .aiers-aiasset-recommend__group + .aiers-aiasset-recommend__group {
  margin-top: 80px;
}

.aiers-aiasset-page .aiers-aiasset-recommend__title {
  width: min(1280px, 100%);
  color: #141413;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-aiasset-page .aiers-aiasset-recommend__title em {
  color: #ff6000;
  font-style: normal;
}

.aiers-aiasset-page .aiers-aiasset-recommend__viewport {
  width: 100%;
  margin-top: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.aiers-aiasset-page .aiers-aiasset-recommend__viewport::-webkit-scrollbar {
  display: none;
}

.aiers-aiasset-page .aiers-aiasset-recommend__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 24px;
  align-items: stretch;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card {
  display: grid;
  flex: 0 0 280px;
  width: 280px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  color: #1e1e1e;
  text-decoration: none;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card--current {
  grid-template-rows: 158px 120px 66px;
  height: 344px;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card--notify {
  grid-template-rows: 158px 140px 66px;
  height: 364px;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__media .aiers-img-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__media img,
.aiers-aiasset-page .aiers-aiasset-recommend-card__media .aiers-img-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ff6000;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(255, 96, 0, 0.12);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__badge img {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__body {
  display: block;
  overflow: hidden;
  min-height: 0;
  padding: 16px 24px 8px 18px;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__instructor {
  display: block;
  overflow: hidden;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__title {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.7px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  color: #737373;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 4px 16px 0;
  text-align: right;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__price s {
  display: block;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
  text-decoration-line: line-through;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__price b {
  display: block;
  color: #ff6000;
  font-size: 22px;
  font-weight: 700;
  line-height: 19.5px;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__button {
  display: inline-flex;
  width: calc(100% - 32px);
  height: 45px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 5px 16px 16px;
  border-radius: 6px;
  background: #ff6000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  white-space: nowrap;
}

.aiers-aiasset-page .aiers-aiasset-recommend-card__button img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-recommend {
    padding: 60px 0;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__inner {
    width: 100%;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__group + .aiers-aiasset-recommend__group {
    margin-top: 40px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__title {
    width: calc(100% - 32px);
    margin: 0 16px;
    font-size: 24px;
    line-height: 1.358;
    letter-spacing: -0.24px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__title span,
  .aiers-aiasset-page .aiers-aiasset-recommend__title em {
    display: block;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__viewport {
    margin-top: 20px;
    padding-left: 16px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__track {
    min-width: 0;
    gap: 10px;
    padding-right: 16px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card,
  .aiers-aiasset-page .aiers-aiasset-recommend-card--current,
  .aiers-aiasset-page .aiers-aiasset-recommend-card--notify {
    grid-template-rows: 128px 116px 56px;
    flex-basis: 227px;
    width: 227px;
    height: 300px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__body {
    padding: 14px 14px 0;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__instructor {
    font-size: 11px;
    line-height: 13px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 18.314px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__summary {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16.221px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__price {
    padding: 0 14px 0;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__price s {
    font-size: 11px;
    line-height: 19.5px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__price b {
    font-size: 20px;
    line-height: 19.5px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__badge {
    left: 12px;
    top: 12px;
    min-height: 30px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__button {
    width: calc(100% - 28px);
    height: 38px;
    margin: 4px 14px 14px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend-card__button img {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-recommend {
    padding-left: 16px;
    padding-right: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__title {
    width: calc(100% - 16px);
    margin-left: 0;
    margin-right: 16px;
  }

  .aiers-aiasset-page .aiers-aiasset-recommend__viewport {
    padding-left: 0;
  }
}

/* 31. 마감 타이머 / DT 1323:9199 · MO 1323:11154 */
.aiers-aiasset-page .aiers-aiasset-deadline {
  position: relative;
  overflow: hidden;
  min-height: 612px;
  padding: 119.71px 0 80px;
  background: #121212;
  color: #ffffff;
}

.aiers-aiasset-page .aiers-aiasset-deadline__glow {
  position: absolute;
  left: 50%;
  top: 311.71px;
  width: 1920px;
  height: 298px;
  transform: translateX(-50%);
  opacity: 0.7;
  pointer-events: none;
  background: radial-gradient(ellipse 80px 298px at 50% 0%, #1a1a1a 0%, rgba(41, 41, 41, 0) 100%);
}

.aiers-aiasset-page .aiers-aiasset-deadline__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: min(632px, calc(100% - 48px));
  margin: 0 auto;
}

.aiers-aiasset-page .aiers-aiasset-deadline__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.aiers-aiasset-page .aiers-aiasset-deadline__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
  text-align: center;
}

.aiers-aiasset-page .aiers-aiasset-deadline__eyebrow {
  margin: 0;
  color: #d9ff00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

.aiers-aiasset-page .aiers-aiasset-deadline__heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.6px;
}

.aiers-aiasset-page .aiers-aiasset-deadline__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 632px;
  max-width: 100%;
}

.aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile {
  display: none;
}

.aiers-aiasset-page .aiers-aiasset-deadline__digits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.aiers-aiasset-page .aiers-aiasset-deadline__group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.aiers-aiasset-page .aiers-aiasset-deadline__digit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62.92px;
  height: 87px;
  border-radius: 10px;
  background: linear-gradient(180deg, #444444 0%, #000000 100%);
  color: #d9ff00;
  font-family: Inter, Pretendard, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.aiers-aiasset-page .aiers-aiasset-deadline__colon {
  position: relative;
  flex: 0 0 7.5px;
  width: 7.5px;
  height: 26.165px;
}

.aiers-aiasset-page .aiers-aiasset-deadline__colon::before,
.aiers-aiasset-page .aiers-aiasset-deadline__colon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #d9ff00;
}

.aiers-aiasset-page .aiers-aiasset-deadline__colon::before { top: 0; }
.aiers-aiasset-page .aiers-aiasset-deadline__colon::after { bottom: 0; }

.aiers-aiasset-page .aiers-aiasset-deadline__labels {
  display: grid;
  grid-template-columns: repeat(4, 66px);
  gap: 103px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter, Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.aiers-aiasset-page .aiers-aiasset-deadline__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  min-height: 64px;
  padding: 20px 17px;
  border-radius: 8px;
  background: #d9ff00;
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.225px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-deadline {
    min-height: 570px;
    padding: 70px 0 60px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__glow {
    top: 280px;
    width: 374px;
    height: 290px;
    background: radial-gradient(ellipse 44px 290px at 50% 0%, #1a1a1a 0%, rgba(41, 41, 41, 0) 100%);
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__inner {
    width: min(320px, calc(100% - 32px));
    gap: 40px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__content {
    gap: 40px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__heading {
    width: 219px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__eyebrow {
    font-size: 20px;
    letter-spacing: -0.8px;
    white-space: nowrap;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__heading h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
    white-space: nowrap;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--desktop {
    display: none;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile {
    display: flex;
    gap: 17.511px;
    width: 240px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__mobile-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16.417px;
    width: 240px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__digits {
    gap: 12.039px;
    width: 240px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__group {
    gap: 3.233px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__digit {
    width: 50.849px;
    height: 70.309px;
    border-radius: 8.082px;
    font-size: 45px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__colon {
    flex-basis: 6.061px;
    width: 6.061px;
    height: 21.145px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__colon::before,
  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__colon::after {
    width: 6.061px;
    height: 6.061px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__timer--mobile .aiers-aiasset-deadline__labels {
    grid-template-columns: repeat(2, 53.338px);
    justify-content: space-between;
    gap: 0;
    width: 189.916px;
    margin-top: 0;
    font-size: 13.778px;
  }

  .aiers-aiasset-page .aiers-aiasset-deadline__button {
    width: 320px;
    min-height: 52px;
    padding: 14px 20px;
    color: #121212;
    font-size: 18px;
    line-height: 24px;
  }
}

/* Mobile responsive width normalization — aligned with /aiers-admaker rail pattern. */
@media (max-width: 767px) {
  .aiers-aiasset-page {
    min-width: 0;
    --aiasset-mobile-content: min(520px, calc(100% - 32px));
    --aiasset-mobile-full-bleed: calc(100% + 32px);
  }

  .aiers-aiasset-page :is(
    .aiers-aiasset-info,
    .aiers-aiasset-price,
    .aiers-aiasset-problem,
    .aiers-aiasset-beginner,
    .aiers-aiasset-product-photo,
    .aiers-aiasset-ai-concern,
    .aiers-aiasset-transition-one,
    .aiers-aiasset-product-variation,
    .aiers-aiasset-transition-two,
    .aiers-aiasset-difficulty,
    .aiers-aiasset-transition-three,
    .aiers-aiasset-results,
    .aiers-aiasset-materials,
    .aiers-aiasset-questions,
    .aiers-aiasset-workstyle,
    .aiers-aiasset-schedule,
    .aiers-aiasset-instructor-reviews,
    .aiers-aiasset-instructor-interview,
    .aiers-aiasset-programs,
    .aiers-aiasset-journey,
    .aiers-aiasset-promise-one,
    .aiers-aiasset-promise-two,
    .aiers-aiasset-application,
    .aiers-aiasset-faq,
    .aiers-faq,
    .aiers-aiasset-deadline
  ) {
    padding-left: 0;
    padding-right: 0;
  }

  .aiers-aiasset-page :is(
    .aiers-aiasset-info__inner,
    .aiers-aiasset-price__inner,
    .aiers-aiasset-problem__inner,
    .aiers-aiasset-beginner__inner,
    .aiers-aiasset-product-photo__inner,
    .aiers-aiasset-ai-concern__inner,
    .aiers-aiasset-transition-one__inner,
    .aiers-aiasset-product-variation__inner,
    .aiers-aiasset-transition-two__inner,
    .aiers-aiasset-difficulty__inner,
    .aiers-aiasset-transition-three__content,
    .aiers-aiasset-results__inner,
    .aiers-aiasset-materials__inner,
    .aiers-aiasset-questions__inner,
    .aiers-aiasset-workstyle__inner,
    .aiers-aiasset-schedule__inner,
    .aiers-aiasset-instructor-reviews__inner,
    .aiers-aiasset-instructor-interview__inner,
    .aiers-aiasset-programs__inner,
    .aiers-aiasset-journey__inner,
    .aiers-aiasset-promise-one__inner,
    .aiers-aiasset-promise-two__inner,
    .aiers-aiasset-application__inner,
    .aiers-aiasset-faq__inner,
    .aiers-aiasset-deadline__inner
  ) {
    width: var(--aiasset-mobile-content);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  /* application·faq: use the same mobile content rail as the rest of the page. */
  .aiers-aiasset-page :is(
    .aiers-aiasset-application__inner,
    .aiers-aiasset-faq__inner
  ) {
    width: var(--aiasset-mobile-content);
    max-width: 520px;
  }

  .aiers-aiasset-page :is(
    .aiers-aiasset-price__header,
    .aiers-aiasset-price__card,
    .aiers-aiasset-price__cta,
    .aiers-aiasset-price__mobile-note,
    .aiers-aiasset-problem__title,
    .aiers-aiasset-problem__bubble,
    .aiers-aiasset-beginner__header,
    .aiers-aiasset-beginner__card,
    .aiers-aiasset-product-photo__stage,
    .aiers-aiasset-product-photo__source,
    .aiers-aiasset-product-photo__source figcaption,
    .aiers-aiasset-ai-concern__card,
    .aiers-aiasset-product-variation__card,
    .aiers-aiasset-difficulty__card,
    .aiers-aiasset-difficulty__image,
    .aiers-aiasset-difficulty__body,
    .aiers-aiasset-results__title,
    .aiers-aiasset-results__media--cutout img,
    .aiers-aiasset-materials__header,
    .aiers-aiasset-questions__card,
    .aiers-aiasset-questions__card-header,
    .aiers-aiasset-questions__answer,
    .aiers-aiasset-schedule__card,
    .aiers-aiasset-instructor-reviews__content,
    .aiers-aiasset-instructor-interview__card,
    .aiers-aiasset-programs__content,
    .aiers-aiasset-journey__card,
    .aiers-aiasset-promise-one__card,
    .aiers-aiasset-promise-two__card,
    .aiers-aiasset-application__form,
    .aiers-aiasset-application__button,
    .aiers-aiasset-faq__list,
    .aiers-aiasset-deadline__button
  ) {
    width: 100%;
    max-width: 100%;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__source {
    grid-column: 1 / -1;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__card {
    width: 100%;
  }

  .aiers-aiasset-page .aiers-aiasset-transition-two__bg-frame {
    width: min(320px, 100vw - 32px);
  }
}

/* Mobile responsive internals correction — hero media, price graph, problem cards, refund centering, product-photo connector. */
@media (max-width: 767px) {
  /* 1) Hero: keep the existing mobile layout (legacy-compliant with the current design). */
  .aiers-aiasset-page .aiers-aiasset-hero {
    height: 510px;
  }

  .aiers-aiasset-page .aiers-aiasset-hero__media {
    left: 50%;
    top: 208px;
    width: 148.27vw;
    height: 83.47vw;
    transform: translateX(-50%);
  }

  .aiers-aiasset-page .aiers-aiasset-hero__text {
    width: var(--aiasset-mobile-content);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 2) Price graph: scale bars/trend/callout with the expanded mobile container. */
  .aiers-aiasset-page .aiers-aiasset-price__chart {
    height: clamp(150px, 40vw, 214px);
    margin-top: clamp(29px, 8vw, 42px);
  }

  .aiers-aiasset-page .aiers-aiasset-price__trend {
    left: 12.54%;
    top: 41.3%;
    width: 80.17%;
    background: repeating-linear-gradient(90deg, #565656 0 6px, transparent 6px 11px);
    transform: rotate(-18.43deg);
  }

  .aiers-aiasset-page .aiers-aiasset-price__callout {
    left: 0;
    top: 3%;
    width: clamp(88px, 25.66vw, 134px);
    height: clamp(36px, 10.5vw, 56px);
    font-size: clamp(16px, 4.66vw, 24px);
  }

  .aiers-aiasset-page .aiers-aiasset-price__callout i {
    top: 100%;
    height: clamp(46px, 13.41vw, 71px);
  }

  .aiers-aiasset-page .aiers-aiasset-price__bars {
    left: 0;
    right: 0;
    bottom: clamp(-76px, -15.47vw, -58px);
    justify-content: space-between;
    gap: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar-item {
    flex: 1 1 0;
    width: auto;
    font-size: clamp(12px, 3.5vw, 16px);
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar {
    width: clamp(45px, 13.12vw, 68px);
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar-item--early .aiers-aiasset-price__bar { height: clamp(33px, 9.62vw, 50px); }
  .aiers-aiasset-page .aiers-aiasset-price__bar-item--normal1 .aiers-aiasset-price__bar { height: clamp(51px, 14.87vw, 77px); }
  .aiers-aiasset-page .aiers-aiasset-price__bar-item--ended .aiers-aiasset-price__bar { height: clamp(82px, 23.91vw, 124px); }
  .aiers-aiasset-page .aiers-aiasset-price__bar-item--normal2 .aiers-aiasset-price__bar { height: clamp(109px, 31.78vw, 165px); }

  .aiers-aiasset-page .aiers-aiasset-price__card {
    margin-top: clamp(75px, 20vw, 104px);
  }

  /* 3) Refund strip: keep the copy centered as the viewport grows. */
  .aiers-aiasset-page .aiers-aiasset-refund__copy {
    left: 50%;
    width: min(324px, calc(100% - 32px));
    transform: translateX(-50%);
  }

  .aiers-aiasset-page .aiers-aiasset-refund__eyebrow,
  .aiers-aiasset-page .aiers-aiasset-refund__title {
    width: min(240px, 100%);
  }

  .aiers-aiasset-page .aiers-aiasset-refund__body {
    width: 100%;
  }

  /* 4) Problem cards: scale the full card internals with the responsive card width. */
  .aiers-aiasset-page .aiers-aiasset-problem {
    min-height: auto;
  }

  .aiers-aiasset-page .aiers-aiasset-problem__card {
    width: 100%;
    height: auto;
    aspect-ratio: 343 / 415;
  }

  .aiers-aiasset-page .aiers-aiasset-problem__card h3 {
    left: 4.373%;
    top: 5.542%;
    width: 90.671%;
    padding: clamp(10px, 2.9vw, 14px) 12px;
    font-size: clamp(16px, 4.66vw, 22px);
  }

  .aiers-aiasset-page .aiers-aiasset-problem__mock,
  .aiers-aiasset-page .aiers-aiasset-problem__card--insta .aiers-aiasset-problem__mock {
    left: 4.373%;
    top: 20%;
    width: 90.671%;
    height: 48.193%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--shop-mobile {
    left: 16.72%;
    top: 7%;
    width: 66.88%;
    height: 93%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta-mobile {
    left: 22.51%;
    top: 8%;
    width: 54.98%;
    height: 92%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    left: 4.373%;
    top: 73.012%;
    width: 90.671%;
    height: 20.241%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote p {
    top: 14.286%;
    font-size: clamp(14px, 4.08vw, 18px);
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--left p {
    left: 31.19%;
    width: 60.45%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    left: 5.145%;
    width: 78.46%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--left .aiers-aiasset-problem__person--mobile {
    left: 2.57%;
    top: -52.38%;
    width: 24.44%;
    height: 152.38%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--mobile {
    left: 74.28%;
    top: -46.43%;
    width: 29.58%;
    height: 146.43%;
  }

  /* 5) Product-photo mobile connector: tie it to the scaled source card and grid, not fixed pixels. */
  .aiers-aiasset-page .aiers-aiasset-product-photo__stage {
    height: auto;
    overflow: visible;
    gap: clamp(10px, 2.9vw, 14px);
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__source {
    width: 100%;
    height: auto;
    gap: clamp(12px, 3.5vw, 18px);
    padding-bottom: clamp(53px, 15.45vw, 80px);
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__source-card {
    width: min(72.595%, 320px);
    height: auto;
    aspect-ratio: 249 / 276;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector {
    left: 50%;
    top: calc(clamp(41px, 11.95vw, 56px) + clamp(12px, 3.5vw, 18px) + min(80.55vw, 354px));
    width: min(52.187%, 270px);
    height: auto;
    transform: translateX(-50%);
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__card {
    width: 100%;
    height: auto;
    aspect-ratio: 167 / 200;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem__card {
    min-height: 415px;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    height: 24.1%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote p {
    top: 12%;
    font-size: clamp(13px, 3.72vw, 16px);
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--right p {
    width: 68%;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--right .aiers-aiasset-problem__person--mobile {
    left: auto;
    right: -2%;
    width: 25%;
    height: 130%;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector {
    top: calc(clamp(41px, 11.95vw, 56px) + clamp(12px, 3.5vw, 18px) + min(80.55vw, 354px) - 24px);
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector {
    top: calc(clamp(41px, 11.95vw, 56px) + clamp(12px, 3.5vw, 18px) + min(80.55vw, 354px) - 52px);
  }
}

/* Price graph final correction: reuse the proven AIERS cheapest graph sizing pattern. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-price {
    padding: 40px 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__inner {
    width: var(--aiasset-mobile-content);
    max-width: 520px;
    margin: 0 auto;
  }

  .aiers-aiasset-page .aiers-aiasset-price__header {
    width: min(343px, 100%);
    margin: 0 auto;
  }

  .aiers-aiasset-page .aiers-aiasset-price__chart {
    position: relative;
    width: min(520px, 100%);
    max-width: none;
    height: 201px;
    margin: 29px auto 0;
    overflow: visible;
    border-bottom: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__chart::after {
    content: "";
    position: absolute;
    left: 0;
    top: 141px;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    pointer-events: none;
  }

  .aiers-aiasset-page .aiers-aiasset-price__trend {
    display: block;
    left: 12.5%;
    top: 82.67px;
    z-index: 1;
    width: 80.4%;
    height: 1px;
    max-width: none;
    background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0 6px, transparent 6px 11px);
    opacity: 1;
    transform: rotate(-18.43deg);
    transform-origin: left center;
  }

  .aiers-aiasset-page .aiers-aiasset-price__trend::after {
    right: -1px;
    top: -4px;
    border-left: 8px solid rgba(0, 0, 0, 0.7);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }

  .aiers-aiasset-page .aiers-aiasset-price__callout {
    left: 0;
    top: 6px;
    z-index: 2;
    width: 88px;
    height: 36px;
    padding: 0;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  .aiers-aiasset-page .aiers-aiasset-price__callout i {
    left: 37px;
    top: 24px;
    width: 14px;
    height: 64px;
    background: transparent;
    transform: none;
  }

  .aiers-aiasset-page .aiers-aiasset-price__callout i::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 2px;
    height: 62px;
    background: var(--price-accent);
  }

  .aiers-aiasset-page .aiers-aiasset-price__callout i::after {
    left: 0;
    top: auto;
    bottom: 0;
    width: 14px;
    height: 14px;
    transform: none;
  }

  .aiers-aiasset-page .aiers-aiasset-price__bars {
    left: 0;
    right: auto;
    top: 32px;
    bottom: auto;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar-item {
    width: 25%;
    flex: 0 0 25%;
    gap: 6px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar {
    width: clamp(45px, 13.12vw, 68px);
    border-radius: 2px 2px 0 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar-item--early .aiers-aiasset-price__bar { height: 33px; }
  .aiers-aiasset-page .aiers-aiasset-price__bar-item--normal1 .aiers-aiasset-price__bar { height: 51px; }
  .aiers-aiasset-page .aiers-aiasset-price__bar-item--ended .aiers-aiasset-price__bar { height: 82px; }
  .aiers-aiasset-page .aiers-aiasset-price__bar-item--normal2 .aiers-aiasset-price__bar { height: 109px; }

  .aiers-aiasset-page .aiers-aiasset-price__bar-item p,
  .aiers-aiasset-page .aiers-aiasset-price__bar-item strong {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__bar-item p {
    margin-top: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-price__card {
    width: min(343px, 100%);
    margin: 75px auto 0;
  }
}

/* Product-photo / product-variation connector and gradient correction. */
@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__fade--top {
    display: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__card--1::after,
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--5::after {
    background: linear-gradient(180deg, rgba(100, 167, 0, 0) 60%, rgba(100, 167, 0, 0.15) 100%);
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector {
    display: block !important;
    left: 50%;
    top: calc(47px + clamp(12px, 3.5vw, 18px) + min(calc((100vw - 32px) * 0.8045), 354.6px) + 2px);
    width: 52.187%;
    max-width: none;
    height: auto;
    aspect-ratio: 180 / 63;
    transform: translateX(-50%);
    z-index: 1;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector img,
  .aiers-aiasset-page .aiers-aiasset-product-photo__mobile-connector svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__card--1::after,
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--5::after {
    background: linear-gradient(180deg, rgba(100, 167, 0, 0) 60%, rgba(100, 167, 0, 0.15) 100%);
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-strip {
    width: 100%;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-strip::-webkit-scrollbar {
    display: none;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-strip article {
    scroll-snap-align: start;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-block--variation {
    z-index: 1;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-block--variation::before {
    left: 50%;
    bottom: 100%;
    z-index: 0;
    width: 52.187%;
    max-width: none;
    height: auto;
    aspect-ratio: 180 / 63;
    border: 0;
    transform: translateX(-50%);
    background: url("./figma/product-variation/mobile-connector-1848-8554.svg") center / 100% 100% no-repeat;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-block > h3 {
    position: relative;
    z-index: 2;
    background: #20270a;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-source::after {
    content: none !important;
    display: none !important;
  }
}

/* User QA pass: problem mock quality, speech tails, desktop connector lines, variation overflow, transition text, schedule sizing. */
@media (min-width: 768px) {
  /* Use the live Instagram mockup instead of the low-resolution raster export. */
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta {
    display: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta {
    display: block !important;
    left: 50%;
    top: 36px;
    width: 278.147px;
    height: 590px;
    border: 4px solid #000;
    border-radius: 16px;
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  /* Remove the seam-like speech-bubble strip and redraw the pointer as clean triangles. */
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__bubble-bg::before {
    content: none !important;
    display: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote::before,
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote::after {
    content: "" !important;
    position: absolute;
    display: block !important;
    width: 0;
    height: 0;
    background: transparent !important;
    transform: none !important;
    filter: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote::before {
    top: -24px;
    z-index: 1;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #000;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote::after {
    top: -19px;
    z-index: 3;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid #fff;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--left::before { left: 87px; }
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--left::after { left: 92px; }
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--right::before { left: 382px; }
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote--right::after { left: 387px; }

  /* Top product-photo connector: keep one vertical only; remove duplicated overlapping vector. */
  .aiers-aiasset-page .aiers-aiasset-product-photo__line--6 {
    left: 358px;
    top: 195.5px;
    width: 282px;
    height: 1px;
    z-index: 1;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__line--7 {
    left: 640px;
    top: 125px;
    width: 1px;
    height: 151px;
    transform: translateX(-0.5px);
    z-index: 1;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__line--8,
  .aiers-aiasset-page .aiers-aiasset-product-photo__line--9 {
    display: none !important;
  }

  /* The desktop variation flow is wider than the viewport crop in Figma; show right-overflow and allow horizontal scroll. */
  .aiers-aiasset-page .aiers-aiasset-product-variation {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
  }

.aiers-aiasset-page .aiers-aiasset-product-variation__inner {
    overflow: visible;
    width: 1280px;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__desktop {
    width: 1844px;
    min-width: 1844px;
    overflow: visible;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__variation-card img,
  .aiers-aiasset-page .aiers-aiasset-product-variation__detail-page-card img,
  .aiers-aiasset-page .aiers-aiasset-product-variation__source-card img {
    image-rendering: auto;
  }

  /* Guard desktop transition copy from overlay/visibility regressions. */
  .aiers-aiasset-page .aiers-aiasset-transition-two__inner {
    z-index: 3;
    opacity: 1;
    visibility: visible;
  }

  .aiers-aiasset-page .aiers-aiasset-transition-two__desktop {
    display: inline !important;
  }

  .aiers-aiasset-page .aiers-aiasset-transition-two__mobile {
    display: none !important;
  }

  /* Match Figma schedule card heights and keep result bars inside the copy column width. */
  .aiers-aiasset-page .aiers-aiasset-schedule__grid {
    align-items: stretch;
  }

  .aiers-aiasset-page .aiers-aiasset-schedule__day {
    height: 836px;
  }

  .aiers-aiasset-page .aiers-aiasset-schedule__day-header {
    height: 75px;
    min-height: 75px;
  }

  .aiers-aiasset-page .aiers-aiasset-schedule__body {
    height: 761px;
    min-height: 761px;
    box-sizing: border-box;
  }

  .aiers-aiasset-page .aiers-aiasset-schedule__result {
    width: 100%;
    max-width: 486px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  /* Use the live Instagram mockup on mobile as well; it scales sharply at narrow widths. */
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__mock-art--insta-mobile {
    display: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta {
    display: block !important;
    left: 50%;
    top: 16px;
    width: 171px;
    height: 367px;
    border-width: 2.45px;
    border-radius: 9.8px;
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__quote {
    height: auto !important;
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::before {
    content: "▾";
    position: absolute;
    left: 94px;
    top: 24px;
    color: #262626;
    font-size: 8px;
    font-weight: 700;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::after {
    content: "☰";
    position: absolute;
    right: 8px;
    top: 22px;
    color: #262626;
    font-size: 15px;
    line-height: 1;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::before {
    content: "▣";
    margin-right: 2px;
    font-size: 6px;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar {
    position: relative;
    width: 38px;
    height: 38px;
    border: 0.7px solid #d8d8d8;
    background: #fff;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar::before {
    content: "";
    position: absolute;
    left: 14.5px;
    top: 11px;
    width: 6px;
    height: 15px;
    background: #ff5a00;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar::after {
    content: "";
    position: absolute;
    left: 14.5px;
    top: 11px;
    width: 16px;
    height: 5px;
    background: #ff5a00;
    clip-path: polygon(0 0, 100% 0, 62% 100%, 0 100%);
  }
}

/* QA fix: reviews proof star assets must not render both desktop and mobile variants. */
.aiers-aiasset-page .aiers-aiasset-reviews-proof__metric-stars--mobile,
.aiers-aiasset-page .aiers-aiasset-reviews-proof__stars--mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__metric-stars--desktop,
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__stars--desktop {
    display: block !important;
  }

  .aiers-aiasset-page .aiers-aiasset-reviews-proof__metric-stars--mobile,
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__stars--mobile {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__metric-stars--desktop,
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__stars--desktop {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .aiers-aiasset-page .aiers-aiasset-reviews-proof__metric-stars--mobile,
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__stars--mobile {
    display: block !important;
  }
}

/* QA fix: instructor interview mobile uses live card borders only; desktop speech-bubble SVG must not bleed through. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-instructor-interview__bubble,
  .aiers-aiasset-page .aiers-aiasset-instructor-interview__bubble--desktop {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

/* QA fix: journey desktop should keep the Figma 1280px content width instead of collapsing under fixed 320px padding. */
@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-journey {
    padding-left: max(80px, calc((100% - 1280px) / 2));
    padding-right: max(80px, calc((100% - 1280px) / 2));
  }
}

/* QA fix: promise-two refund illustration is an exact Figma export, not a CSS-redrawn envelope. */
.aiers-aiasset-page .aiers-aiasset-promise-two__refund-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* QA fix: journey desktop connector arrows use exact rotated Figma PNG exports to avoid SVG overflow bleeding over cards. */
@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-journey__arrow--desktop {
    top: 152.84px !important;
    width: 21px !important;
    height: 97px !important;
    transform: none !important;
    object-fit: contain;
  }

  .aiers-aiasset-page .aiers-aiasset-journey__arrow--one.aiers-aiasset-journey__arrow--desktop {
    left: 410px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-journey__arrow--two.aiers-aiasset-journey__arrow--desktop {
    left: 849px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-journey__arrow--mobile {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

/* QA fix: reviews-proof refund shield must not render desktop and mobile icons at the same time. */
.aiers-aiasset-page .aiers-aiasset-reviews-proof__refund-icon--mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__refund-icon--desktop {
    display: block !important;
  }

  .aiers-aiasset-page .aiers-aiasset-reviews-proof__refund-icon--mobile {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__refund-icon--desktop {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .aiers-aiasset-page .aiers-aiasset-reviews-proof__refund-icon--mobile {
    display: block !important;
  }
}

/* QA fix: reviews-proof dividers also have desktop/mobile assets; render exactly one variant per breakpoint. */
.aiers-aiasset-page .aiers-aiasset-reviews-proof__divider--mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__divider--desktop {
    display: block !important;
  }

  .aiers-aiasset-page .aiers-aiasset-reviews-proof__divider--mobile {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-reviews-proof__divider--desktop {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .aiers-aiasset-page .aiers-aiasset-reviews-proof__divider--mobile {
    display: block !important;
  }
}

/* QA fix: programs cards must use the Figma 1280px desktop rail and fluid inner widths; fixed 360px card bodies were clipping text. */
@media (min-width: 1024px) {
  .aiers-aiasset-page .aiers-aiasset-programs {
    padding-left: max(80px, calc((100% - 1280px) / 2));
    padding-right: max(80px, calc((100% - 1280px) / 2));
  }

  .aiers-aiasset-page .aiers-aiasset-programs__inner {
    width: 1280px;
    max-width: 100%;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__card-inner,
  .aiers-aiasset-page .aiers-aiasset-programs__description,
  .aiers-aiasset-page .aiers-aiasset-programs__heading,
  .aiers-aiasset-page .aiers-aiasset-programs__heading strong {
    width: 100% !important;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__card {
    overflow: visible;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .aiers-aiasset-page .aiers-aiasset-programs {
    display: flex;
    align-items: center;
    padding: 80px 0;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__inner {
    width: calc(100% - 64px);
    max-width: 720px;
    margin: 0 auto;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__cards {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__card,
  .aiers-aiasset-page .aiers-aiasset-programs__card-inner,
  .aiers-aiasset-page .aiers-aiasset-programs__description,
  .aiers-aiasset-page .aiers-aiasset-programs__heading,
  .aiers-aiasset-page .aiers-aiasset-programs__heading strong {
    width: 100% !important;
    max-width: 100% !important;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__card {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-programs__card,
  .aiers-aiasset-page .aiers-aiasset-programs__card-inner,
  .aiers-aiasset-page .aiers-aiasset-programs__description,
  .aiers-aiasset-page .aiers-aiasset-programs__heading,
  .aiers-aiasset-page .aiers-aiasset-programs__heading strong {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* QA fix: programs cards must match Figma text flow: Magnific pricing note stays on one line and card heights are aligned. */
@media (min-width: 1024px) {
  .aiers-aiasset-page .aiers-aiasset-programs__cards {
    align-items: stretch !important;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__card {
    min-height: 218px;
  }

  .aiers-aiasset-page .aiers-aiasset-programs__small {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}

/* QA fix: problem Instagram mockup must not show hand-made desktop pseudo glyphs; avatar uses extracted Figma crop. */
@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::before {
    content: none !important;
    display: none !important;
  }
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar {
  background: url("./figma/problem/instagram-avatar-desktop.png") center / contain no-repeat !important;
  border: 0 !important;
  border-radius: 50% !important;
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar::before,
.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar {
    background-image: url("./figma/problem/instagram-avatar-mobile.png") !important;
  }
}

/* QA fix: use the exact Figma top-row icon/chevron/avatar nodes for the Instagram mockup. */
.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::before {
  content: none !important;
  display: none !important;
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top {
  position: relative;
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::before,
.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::before {
  left: 101px;
  top: 45px;
  width: 7px;
  height: 9px;
  background-image: url("./figma/problem/instagram-private-icon.png");
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::after {
  left: 157px;
  top: 48px;
  width: 8px;
  height: 5px;
  background-image: url("./figma/problem/instagram-accounts-list.png");
}

.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__avatar {
  background-image: url("./figma/problem/instagram-avatar-figma.png") !important;
  background-size: contain !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__phone--insta::before {
    content: none !important;
    display: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::before {
    left: 62px;
    top: 27px;
    width: 4.3px;
    height: 5.5px;
  }

  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::after {
    left: 96px;
    top: 29px;
    width: 4.9px;
    height: 3.1px;
  }
}

/* QA fix: align Figma account-list chevron after LION.26, not over the text. */
.aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::after {
  left: 166px !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-problem .aiers-aiasset-problem__insta-top::after {
    left: 102px !important;
  }
}


/* Results 01-04 rotator mirrors the working questions-rotator pattern from other AIERS pages: stacked slides + .is-active toggle. */
.aiers-aiasset-page .aiers-aiasset-results__media[data-results-rotator] {
  position: relative;
}

.aiers-aiasset-page .aiers-aiasset-results__media[data-results-rotator] .aiers-aiasset-results__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 420ms ease;
}

.aiers-aiasset-page .aiers-aiasset-results__media[data-results-rotator] .aiers-aiasset-results__slide.is-active {
  opacity: 1;
}

/* Product-photo rotator: same stacked-slide + .is-active pattern as working AIERS rotators; only individual image cards are swapped. */
.aiers-aiasset-page .aiers-aiasset-product-photo__source-card,
.aiers-aiasset-page .aiers-aiasset-product-photo__rotating-card {
  position: relative;
}

.aiers-aiasset-page .aiers-aiasset-product-photo__source-card .aiers-aiasset-product-photo__slide,
.aiers-aiasset-page .aiers-aiasset-product-photo__rotating-card .aiers-aiasset-product-photo__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 420ms ease;
}

.aiers-aiasset-page .aiers-aiasset-product-photo__source-card .aiers-aiasset-product-photo__slide.is-active,
.aiers-aiasset-page .aiers-aiasset-product-photo__rotating-card .aiers-aiasset-product-photo__slide.is-active {
  opacity: 1;
}

.aiers-aiasset-page .aiers-aiasset-product-photo__rotating-card::after {
  display: none;
}

.aiers-aiasset-page .aiers-aiasset-product-photo__dots i.aiers-aiasset-product-photo__dot--active {
  width: 36px;
  background: var(--pd-accent);
}

/* Product-photo desktop coordinate reset: keep Figma absolute card positions while rotating only inner images. */
@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-product-photo__stage {
    display: block;
    width: 1280px;
    height: 1089px;
    overflow: hidden;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__source {
    position: absolute;
    left: 50%;
    top: calc(50% + 0.09px);
    width: 360px;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__source-card {
    width: 360px;
    height: 470px;
    aspect-ratio: auto;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__card {
    position: absolute;
    width: 238px;
    height: 324px;
    aspect-ratio: auto;
  }

  .aiers-aiasset-page .aiers-aiasset-product-photo__card--1 { left: 121px !important; top: 34px !important; }
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--2 { left: 0 !important; top: 382px !important; }
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--3 { left: 121px !important; top: 731px !important; }
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--4 { left: 1042px !important; top: 382px !important; }
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--5 { left: 921px !important; top: 34px !important; }
  .aiers-aiasset-page .aiers-aiasset-product-photo__card--6 { left: 921px !important; top: 731px !important; }
}

.aiers-aiasset-page .aiers-aiasset-product-photo__dots i {
  width: 12px;
  background: rgba(255, 255, 255, 0.3);
}

.aiers-aiasset-page .aiers-aiasset-product-photo__dots i.aiers-aiasset-product-photo__dot--active {
  width: 36px;
  background: var(--pd-accent);
}

/* Product variation: live Figma-card implementation, not full-section raster. */
.aiers-aiasset-page #product-variation [data-product-variation-image-rotator] {
  position: relative;
  overflow: hidden;
}

.aiers-aiasset-page #product-variation .aiers-aiasset-product-variation__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 420ms ease;
}

.aiers-aiasset-page #product-variation .aiers-aiasset-product-variation__slide.is-active {
  opacity: 1;
}

.aiers-aiasset-page #product-variation .aiers-aiasset-product-variation__variation-card--cutout .aiers-aiasset-product-variation__slide {
  object-fit: contain;
  background: #444444;
}

@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-product-variation__desktop {
    display: block;
    width: 1844px;
    min-width: 1844px;
    height: 1450px;
    margin-top: 60px;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__variation-card--detail-cut div,
  .aiers-aiasset-page .aiers-aiasset-product-variation__variation-card--concept div {
    height: 385px;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__detail-page-card {
    height: 869px;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__sns-window {
    height: 421px;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__sns-field {
    height: 361px;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-source > div,
  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-strip article > div,
  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-block--detail > div,
  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-sns-field {
    position: relative;
  }

  .aiers-aiasset-page .aiers-aiasset-product-variation__mobile-strip article:first-child .aiers-aiasset-product-variation__slide {
    object-fit: contain;
    background: #444444;
  }
}

/* Final guard: S13 desktop transition copy must remain visible regardless of imported QA overrides. */
@media (min-width: 768px) {
  .aiers-aiasset-transition-two {
    position: relative !important;
  }

  .aiers-aiasset-transition-two__inner {
    display: none !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 50 !important;
    display: flex !important;
    width: 742px !important;
    max-width: calc(100% - 80px) !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    transform: translate(-50%, -50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center !important;
    pointer-events: none !important;
    word-break: keep-all !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed-title {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.32px !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed-title em {
    color: #fff2b7 !important;
    font-style: normal !important;
  }

  .aiers-aiasset-transition-two__desktop-fixed-body {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.2px !important;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-two__desktop-fixed {
    display: none !important;
  }
}

/* Final guard: S15 transition-three circle artwork must stay perfectly circular. */
.aiers-aiasset-transition-three__art--desktop-circle {
  width: 1298px !important;
  height: 1298px !important;
  min-width: 1298px !important;
  min-height: 1298px !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-three__art--mobile-circle {
    width: 461px !important;
    height: 461px !important;
    min-width: 461px !important;
    min-height: 461px !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }
}

/* Final guard: S14 difficulty color and S13 transition-two centering. */
.aiers-aiasset-difficulty {
  background: #ffffff !important;
}

.aiers-aiasset-difficulty__title {
  color: #121212 !important;
}

.aiers-aiasset-difficulty__title em {
  color: #ff692a !important;
}

.aiers-aiasset-difficulty__vector {
  left: 50% !important;
  top: -1px !important;
  width: 882px !important;
  height: 60px !important;
  transform: translateX(-50%) !important;
}

.aiers-aiasset-transition-two__bg-wrap {
  left: 50% !important;
  top: 50% !important;
  width: var(--transition-two-bg-length, max(1920px, 100vw)) !important;
  height: 1200px !important;
  transform: translate(-50%, -50%) !important;
}

.aiers-aiasset-transition-two__bg-frame {
  width: 1200px !important;
  height: var(--transition-two-bg-length, max(1920px, 100vw)) !important;
  transform: rotate(90deg) !important;
}

.aiers-aiasset-transition-two__bg-frame img,
.aiers-aiasset-transition-two__overlay {
  width: 100% !important;
  height: 100% !important;
}

.aiers-aiasset-transition-two__bg-frame img {
  object-fit: cover !important;
  top: -11% !important;
  height: 122% !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-transition-two__bg-frame img {
    top: -3.46% !important;
    height: 107.51% !important;
    object-fit: fill !important;
  }
}

/* Card carousel: slow independent auto-slide for row 1 / row 2. */
.aiers-aiasset-page .aiers-aiasset-card-carousel__row {
  --pd-card-carousel-distance: calc((304.244px + 30px) * 6);
  will-change: transform;
}

.aiers-aiasset-page .aiers-aiasset-card-carousel__row--one {
  animation: aiers-aiasset-card-carousel-slide var(--pd-card-carousel-duration, 72s) linear infinite;
  --pd-card-carousel-duration: 72s;
}

.aiers-aiasset-page .aiers-aiasset-card-carousel__row--two {
  animation: aiers-aiasset-card-carousel-slide var(--pd-card-carousel-duration, 92s) linear infinite;
  --pd-card-carousel-duration: 92s;
}

@keyframes aiers-aiasset-card-carousel-slide {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--pd-card-carousel-distance)), 0, 0); }
}

@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-card-carousel__row {
    --pd-card-carousel-distance: calc((141px + 10px) * 6);
  }

  .aiers-aiasset-page .aiers-aiasset-card-carousel__row--one {
    --pd-card-carousel-duration: 58s;
  }

  .aiers-aiasset-page .aiers-aiasset-card-carousel__row--two {
    --pd-card-carousel-duration: 74s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiers-aiasset-page .aiers-aiasset-card-carousel__row--one,
  .aiers-aiasset-page .aiers-aiasset-card-carousel__row--two {
    animation: none;
  }
}

/* Closed recruitment state: keep the page useful for the next cohort without a dead order CTA. */
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-info__availability,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-application__urgency,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-desktop-fixed-cta__copy,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-mobile-fixed-cta__timer {
  color: #5aedca;
}

.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-info__availability p,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-application__urgency p {
  color: #5aedca;
}

.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-application__summary-card strong,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-desktop-fixed-cta__seats span,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-desktop-fixed-cta__timer strong,
.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-mobile-fixed-cta__seats span {
  color: #10a37f;
}

.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-deadline__timer--closed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 96px;
  color: #5aedca;
}

.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-deadline__timer--closed > * {
  display: none;
}

.aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-deadline__timer--closed::after {
  content: "모집이 마감됐어요";
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-deadline__timer--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .aiers-aiasset-page.is-aiers-sold-out .aiers-aiasset-deadline__timer--desktop {
    display: none;
  }
}

/* Questions mobile Figma alignment: chat bubble/avatar/result spacing for node 1814:3632. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-questions__chat {
    width: 343px;
    max-width: 100%;
    height: 1162px;
    margin-top: 40px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one {
    left: 36px;
    top: 0;
    width: 307px;
    height: 71px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two {
    left: 23px;
    top: 616px;
    width: 320px;
    height: 71px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble,
  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
    right: 32px;
    top: 28px;
    padding: 11px 18px;
    min-height: 43px;
    border-radius: 12px 0 12px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble {
    width: 275px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
    width: 288px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__avatar--question {
    left: 257px;
    right: auto;
    top: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__avatar--question {
    left: 270px;
    right: auto;
    top: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer {
    width: 335px !important;
    max-width: none !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer--one {
    left: 0;
    top: 108px;
    height: 483px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer--two {
    left: 0;
    top: 699px;
    height: 463px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer .aiers-aiasset-questions__avatar--answer {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer .aiers-aiasset-questions__bubble--answer {
    left: 60px;
    top: 25px;
    width: 277px;
    padding: 14px 20px;
    border-radius: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer--one .aiers-aiasset-questions__bubble p {
    display: inline;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer--one .aiers-aiasset-questions__bubble p + p {
    margin-top: 0;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer--two .aiers-aiasset-questions__bubble {
    letter-spacing: -0.14px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__example {
    left: 60px;
    width: 258px;
    height: 145px;
    border-radius: 4px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__example--one {
    top: 338px;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__example--two {
    top: 318px;
  }
}

/* Final guard: schedule item layout is top row(time/copy) + bottom full-width result. */
.aiers-aiasset-schedule__item {
  grid-template-columns: 55px minmax(0, 1fr) !important;
  column-gap: 77px !important;
  row-gap: 12px !important;
  align-items: start !important;
}

.aiers-aiasset-schedule__result {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .aiers-aiasset-schedule__item {
    grid-template-columns: 39px minmax(0, 1fr) !important;
    column-gap: 21px !important;
    row-gap: 12px !important;
  }

  .aiers-aiasset-schedule__day-header h3 {
    white-space: normal !important;
  }
}

/* Instructor card mobile fix: keep profile inside card and remove desktop divider bleed. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-instructor-card {
    position: relative;
  }

  .aiers-aiasset-page .aiers-aiasset-instructor-card__portrait {
    position: absolute;
    left: 14px;
    top: 18px;
    z-index: 1;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
  }

  .aiers-aiasset-page .aiers-aiasset-instructor-card__divider--desktop {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .aiers-aiasset-page .aiers-aiasset-instructor-card__divider--mobile {
    display: block !important;
    width: 309px;
    max-width: 100%;
    height: 1px;
  }
}

/* Sticky section navigation with in-page anchor offset. */
.aiers-aiasset-page .aiers-aiasset-section-nav {
  position: sticky;
  top: var(--aiers-aiasset-section-nav-top, 0px);
  z-index: 80;
  box-shadow: 0 1px 0 rgba(18, 18, 18, 0.06);
}

.aiers-aiasset-page :is(#intro, #curriculum, #instructor, #faq) {
  scroll-margin-top: calc(var(--aiers-aiasset-section-nav-top, 0px) + 76px);
}

@media (max-width: 767px) {
  .aiers-aiasset-page :is(#intro, #curriculum, #instructor, #faq) {
    scroll-margin-top: calc(var(--aiers-aiasset-section-nav-top, 0px) + 57px);
  }
}

/* Final guard: S13/S14 seam color must match Figma vector tone. */
.aiers-aiasset-transition-two::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1 !important;
  display: block !important;
  height: 60px !important;
  background: linear-gradient(180deg, rgba(71, 96, 31, 0) 0%, #47601f 100%) !important;
  pointer-events: none !important;
}

.aiers-aiasset-difficulty__vector {
  top: -1px !important;
  z-index: 2 !important;
  width: 882px !important;
  height: 60px !important;
  opacity: 1 !important;
}

/* Final guard: align mobile user question bubbles to Figma node 1814:3635. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-questions__question--one {
    left: 36px !important;
    top: 0 !important;
    width: 307px !important;
    height: 93px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two {
    left: 23px !important;
    top: 616px !important;
    width: 320px !important;
    height: 93px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__avatar--question {
    left: 257px !important;
    right: auto !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__avatar--question {
    left: 270px !important;
    right: auto !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble,
  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
    top: 28px !important;
    right: auto !important;
    min-height: 65px !important;
    padding: 10px 18px !important;
    border-radius: 12px 0 12px 20px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble {
    left: 0 !important;
    width: 245px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
    left: 0 !important;
    width: 258px !important;
  }
}

/* Questions result examples: Figma 1848:8831 / 1848:8832 three-slide image rotator. */
.aiers-aiasset-page .aiers-aiasset-questions__example .aiers-aiasset-questions__example-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  transition: opacity 520ms ease;
  pointer-events: none;
}

.aiers-aiasset-page .aiers-aiasset-questions__example .aiers-aiasset-questions__example-slide.is-active {
  opacity: 1;
}

.aiers-aiasset-page .aiers-aiasset-questions__example .aiers-aiasset-questions__example-slide--crop-01 {
  top: -101.66%;
  height: 260.85%;
  object-fit: fill;
}

.aiers-aiasset-page .aiers-aiasset-questions__example .aiers-aiasset-questions__example-slide--crop-02 {
  left: 0.01%;
  top: -22%;
  width: 99.99%;
  height: 144%;
  object-fit: fill;
}

.aiers-aiasset-page .aiers-aiasset-questions__example .aiers-aiasset-questions__example-slide--crop-03 {
  left: 0.07%;
  top: 0.04%;
  width: 99.86%;
  height: 179.63%;
  object-fit: fill;
}

/* Final guard: mobile questions use per-bubble Figma heights from node 1814:3634. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-questions__question--one {
    left: 36px !important;
    top: 0 !important;
    width: 307px !important;
    height: 92px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__avatar--question {
    left: 257px !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one .aiers-aiasset-questions__bubble {
    left: 0 !important;
    right: auto !important;
    top: 29px !important;
    width: 245px !important;
    min-height: 63px !important;
    padding: 10px 18px !important;
    border-radius: 12px 0 12px 20px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two {
    left: 23px !important;
    top: 616px !important;
    width: 320px !important;
    height: 71px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__avatar--question {
    left: 270px !important;
    top: 5px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two .aiers-aiasset-questions__bubble {
    left: 0 !important;
    right: auto !important;
    top: 29px !important;
    width: 258px !important;
    min-height: 42px !important;
    padding: 10px 18px !important;
    border-radius: 12px 0 12px 20px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__answer--two {
    left: 0 !important;
    top: 699px !important;
    width: 335px !important;
    height: 463px !important;
  }
}

/* Responsive rail guard: keep S16 header copy and S19 chat aligned after the mobile rail expands. */
@media (max-width: 767px) {
  .aiers-aiasset-page .aiers-aiasset-results__header {
    align-items: flex-start;
  }

  .aiers-aiasset-page .aiers-aiasset-results__lead {
    width: 100%;
    max-width: 100%;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__chat {
    width: 100%;
    max-width: none;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--one {
    right: 0 !important;
    left: auto !important;
  }

  .aiers-aiasset-page .aiers-aiasset-questions__question--two {
    right: 0 !important;
    left: auto !important;
  }
}

/* Bottom fixed CTA — Figma 1814:14016 / 1814:14028, 5-day loop timer. */
.aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta,
.aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta {
  display: none;
}

@media (max-width: 767px) {
  .aiers-aiasset-page {
    padding-bottom: calc(137px + env(safe-area-inset-bottom));
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta {
    display: none;
  }

  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: flex;
    width: 100vw;
    min-height: calc(137px + env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 16px calc(16px + env(safe-area-inset-bottom));
    background: #ffffff;
    color: #121212;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  }

  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta__timer {
    display: flex;
    width: calc(100% + 32px);
    height: 35px;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    margin: 0 -16px;
    overflow: hidden;
    padding: 7px 23px;
    background: #ff692a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
  }

  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta__timer span,
  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta__timer strong {
    display: block;
    min-width: 0;
    color: inherit;
    font: inherit;
  }

  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta__timer strong {
    flex: 0 1 auto;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
  }

  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta__seats {
    width: 100%;
    max-width: 343px;
    margin: 0;
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
  }

  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta__button {
    display: grid;
    width: 100%;
    max-width: 343px;
    height: 48px;
    place-items: center;
    padding: 10px 8px;
    border-radius: 8px;
    background: #ff692a;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-mobile-fixed-cta {
    display: none;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta {
    position: fixed;
    bottom: 24px;
    left: 50%;
    z-index: 90;
    display: block;
    width: min(712px, calc(100vw - 32px));
    height: 88px;
    color: #ffffff;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__copy {
    display: flex;
    width: 240px;
    min-width: 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__seats,
  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__timer {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__seats span,
  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__timer strong {
    color: #ff692a;
    font-weight: 700;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__actions {
    display: flex;
    height: 56px;
    flex: 0 0 auto;
    align-items: center;
    gap: 16px;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__share {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    padding: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__share svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .aiers-aiasset-page .aiers-aiasset-desktop-fixed-cta__button {
    display: grid;
    width: 260px;
    height: 56px;
    flex: 0 0 260px;
    place-items: center;
    padding: 0 16px;
    border-radius: 8px;
    background: #ff692a;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
}

/* Schedule selector modal / bottom sheet — follows /aiers-claude behavior. */
.aiers-aiasset-page .aiers-aiasset-order-sheet {
  position: fixed;
  inset: 0;
  z-index: 110;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet[hidden] {
  display: none;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.54);
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}

.aiers-aiasset-page .aiers-aiasset-order-sheet.is-open .aiers-aiasset-order-sheet__scrim {
  opacity: 1;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  color: #121212;
  outline: none;
  will-change: transform, opacity;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__head {
  position: relative;
  flex: 0 0 auto;
  padding: 24px 22px 6px;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__head h3 {
  margin: 0;
  color: #121212;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__head p {
  margin: 6px 0 0;
  color: #77736f;
  font-size: 14px;
  font-weight: 500;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__grabber {
  display: none;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__close {
  position: absolute;
  top: 16px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8f8a84;
  cursor: pointer;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__close:hover {
  background: #f4f4f4;
  color: #121212;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 18px 4px;
  overflow-y: auto;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 14px;
  padding: 17px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s cubic-bezier(0.32, 0.72, 0, 1), background 0.18s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.18s cubic-bezier(0.32, 0.72, 0, 1);
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt:hover {
  border-color: #cfcfcf;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt[aria-checked="true"] {
  border-color: #ff692a;
  background: #fff4ee;
  box-shadow: 0 0 0 3px rgba(255, 105, 42, 0.1);
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__num {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  margin-top: 1px;
  border: 1.5px solid #dedede;
  border-radius: 50%;
  color: #8f8a84;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  align-self: center;
  transition: 0.18s cubic-bezier(0.32, 0.72, 0, 1);
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt[aria-checked="true"] .aiers-aiasset-order-sheet__num {
  border-color: #ff692a;
  background: #ff692a;
  color: #ffffff;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__check {
  display: none;
  width: 13px;
  height: 13px;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt[aria-checked="true"] .aiers-aiasset-order-sheet__num-label {
  display: none;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt[aria-checked="true"] .aiers-aiasset-order-sheet__check {
  display: block;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__body {
  flex: 1 1 auto;
  min-width: 0;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__date {
  color: #121212;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__date span {
  min-width: 0;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__date b {
  flex: 0 0 auto;
  color: #ff692a;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__sessions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  padding: 4px 8px;
  border-radius: 8px;
  background: #fff4ee;
  color: #ff692a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__sessions span,
.aiers-aiasset-page .aiers-aiasset-order-sheet__sessions b {
  color: inherit;
  font: inherit;
  font-style: normal;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__desc {
  display: block;
  margin-top: 6px;
  color: #77736f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__opt[aria-checked="true"] .aiers-aiasset-order-sheet__sessions {
  color: #ff692a;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__foot {
  flex: 0 0 auto;
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__submit {
  display: block;
  width: 100%;
  padding: 17px;
  border: 0;
  border-radius: 8px;
  background: #ff692a;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.32, 0.72, 0, 1), background 0.15s cubic-bezier(0.32, 0.72, 0, 1);
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__submit:hover {
  background: #f05c1f;
}

.aiers-aiasset-page .aiers-aiasset-order-sheet__submit:active {
  transform: translateY(1px);
}

@media (min-width: 861px) {
  .aiers-aiasset-page .aiers-aiasset-order-sheet {
    display: grid;
    place-items: center;
    padding: 24px;
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__panel {
    position: relative;
    width: min(440px, 100%);
    max-height: min(86vh, 720px);
    border-radius: 16px;
    box-shadow: 0 24px 70px -12px rgba(0, 0, 0, 0.34), 0 8px 24px -8px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: scale(0.95) translateY(8px);
    transition: opacity 0.26s cubic-bezier(0.32, 0.72, 0, 1), transform 0.26s cubic-bezier(0.32, 0.72, 0, 1);
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet.is-open .aiers-aiasset-order-sheet__panel {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 860px) {
  .aiers-aiasset-page .aiers-aiasset-order-sheet__panel {
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 88%;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(100%);
    transition: transform 0.42s cubic-bezier(0.32, 0.72, 0, 1);
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet.is-open .aiers-aiasset-order-sheet__panel {
    transform: translateY(0);
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__grabber {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 99px;
    background: #dddddd;
    transform: translateX(-50%);
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__head {
    padding-top: 28px;
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__opt {
    gap: 12px;
    padding: 16px 14px;
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__schedule {
    gap: 8px;
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__date {
    font-size: 14px;
  }

  .aiers-aiasset-page .aiers-aiasset-order-sheet__desc {
    font-size: 14px;
  }
}

/* One-day curriculum cards should size to their updated morning/afternoon content. */
.aiers-aiasset-page .aiers-aiasset-schedule__grid--single-day .aiers-aiasset-schedule__day,
.aiers-aiasset-page .aiers-aiasset-schedule__grid--single-day .aiers-aiasset-schedule__body {
  height: auto;
  min-height: 0;
}

/* Keep the morning card's visible body height aligned with the afternoon card on desktop. */
@media (min-width: 768px) {
  .aiers-aiasset-page .aiers-aiasset-schedule__grid--single-day .aiers-aiasset-schedule__day {
    display: flex;
    flex-direction: column;
  }

  .aiers-aiasset-page .aiers-aiasset-schedule__grid--single-day .aiers-aiasset-schedule__body {
    flex: 1 1 auto;
  }
}

/* Scroll reveal */
.aiers-page [data-aiers-reveal] {
  --aiers-reveal-x: 0px;
  --aiers-reveal-y: 22px;
  --aiers-reveal-scale: 1;
  --aiers-reveal-delay: calc(var(--aiers-reveal-index, 0) * 64ms);
}

.aiers-page [data-aiers-reveal="fade-left"] {
  --aiers-reveal-x: -24px;
  --aiers-reveal-y: 0px;
}

.aiers-page [data-aiers-reveal="fade-right"] {
  --aiers-reveal-x: 24px;
  --aiers-reveal-y: 0px;
}

.aiers-page [data-aiers-reveal="scale-in"] {
  --aiers-reveal-y: 18px;
  --aiers-reveal-scale: 0.985;
}

.aiers-page.is-aiers-motion-ready [data-aiers-reveal]:not([data-aiers-reveal="fade-only"]):not([data-aiers-reveal="bar-grow"]) {
  opacity: 0;
  transform: translate3d(var(--aiers-reveal-x), var(--aiers-reveal-y), 0) scale(var(--aiers-reveal-scale));
  transition:
    opacity 560ms cubic-bezier(0.16, 1, 0.3, 1) var(--aiers-reveal-delay),
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1) var(--aiers-reveal-delay);
  will-change: opacity, transform;
}

.aiers-page.is-aiers-motion-ready [data-aiers-reveal]:not([data-aiers-reveal="fade-only"]):not([data-aiers-reveal="bar-grow"]).is-aiers-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.aiers-page.is-aiers-motion-ready [data-aiers-reveal="fade-only"] {
  opacity: 0;
  transition: opacity 560ms cubic-bezier(0.16, 1, 0.3, 1) var(--aiers-reveal-delay);
  will-change: opacity;
}

.aiers-page.is-aiers-motion-ready [data-aiers-reveal="fade-only"].is-aiers-visible {
  opacity: 1;
}

.aiers-page.is-aiers-motion-ready [data-aiers-reveal="bar-grow"] {
  opacity: 1;
  transform: scaleY(0.04);
  transform-origin: bottom center;
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1) var(--aiers-reveal-delay);
  will-change: transform;
}

.aiers-page.is-aiers-motion-ready [data-aiers-reveal="bar-grow"].is-aiers-visible {
  transform: scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
  .aiers-page.is-aiers-motion-ready [data-aiers-reveal]:not([data-aiers-reveal="fade-only"]),
  .aiers-page.is-aiers-motion-ready [data-aiers-reveal]:not([data-aiers-reveal="fade-only"]).is-aiers-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  .aiers-page.is-aiers-motion-ready [data-aiers-reveal="fade-only"],
  .aiers-page.is-aiers-motion-ready [data-aiers-reveal="fade-only"].is-aiers-visible {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }
}
