/* AIERS admaker LP — Figma DT 1548:2492 / MO 1548:4595 */

.aiers-admaker-page {
  --am-ink: #121014;
  --am-muted: #666666;
  --am-soft: #fff8fb;
  --am-rose: #751d35;
  --am-rose-dark: #751d35;
  --am-coral: #ff5f79;
  --am-lime: #dcedc7;
  --am-line: #e6e6e6;
  --am-card: #ffffff;
  --am-deep: #21161a;
  --am-warm: #fff9f7;
  width: 100%;
  min-width: 320px;
  overflow-x: clip;
  background: #ffffff;
  color: var(--am-ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  word-break: keep-all;
}

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

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

.aiers-admaker-page :where(ul, ol) {
  padding: 0;
  list-style: none;
}

.aiers-admaker-page :where(img, video) {
  display: block;
  max-width: 100%;
}

.aiers-admaker-main {
  width: 100%;
  background: #ffffff;
}

.aiers-admaker-container {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.aiers-admaker-mo-copy {
  display: none;
}

.aiers-admaker-dt-break {
  display: block;
}

.aiers-admaker-mo-break {
  display: none;
}

.aiers-admaker-button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.aiers-admaker-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  color: var(--am-rose);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.6px;
}

.aiers-admaker-section-head {
  text-align: center;
}

.aiers-admaker-section-head h2,
.aiers-admaker-empathy h2,
.aiers-admaker-journey h2,
.aiers-admaker-promise h2 {
  color: var(--am-ink);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.25;
}

.aiers-admaker-section-head em,
.aiers-admaker-empathy em,
.aiers-admaker-journey em {
  color: var(--am-rose-dark);
  font-style: normal;
}

.aiers-admaker-section-head p {
  margin-top: 16px;
  color: var(--am-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.aiers-admaker-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #17191b;
}

.aiers-admaker-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
}

.aiers-admaker-hero__media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(50% + 260px);
  height: 600px;
  background:
    linear-gradient(268.884deg, rgba(117, 29, 53, 0) 5.9085%, rgb(117, 29, 53) 22.194%);
  content: "";
}

.aiers-admaker-hero__media img,
.aiers-admaker-hero__media video {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  width: 1068px;
  height: 601px;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.aiers-admaker-hero__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("./figma/hero/noise.webp") center / cover;
  mix-blend-mode: overlay;
  opacity: 0.2;
  pointer-events: none;
}

.aiers-admaker-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 70px;
}

.aiers-admaker-hero__copy {
  width: 563px;
  max-width: 563px;
}

.aiers-admaker-hero__eyebrow {
  margin-top: 16px;
  color: var(--am-lime);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-hero h1 {
  margin-top: 16px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.aiers-admaker-hero h1 em {
  color: var(--am-lime);
  font-style: normal;
}

.aiers-admaker-hero__copy > p:last-child {
  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;
}

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

.aiers-admaker-info h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-info__list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  min-height: 304px;
  padding: 20px 24px;
  border: 1px solid var(--am-line);
  border-radius: 8px;
  background: #fafafa;
}

.aiers-admaker-info__list div {
  display: grid;
  position: relative;
  grid-template-columns: 92px 1fr;
  column-gap: 65px;
  align-items: center;
  min-height: 24px;
}

.aiers-admaker-info__list div + div {
  margin-top: 24px;
}

.aiers-admaker-info__list div + div::before {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--am-line) 0 2px, transparent 2px 4px);
  content: "";
}

.aiers-admaker-info__list dt {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 19.5px;
  white-space: nowrap;
}

.aiers-admaker-info__list dt i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.aiers-admaker-info__list dt img {
  width: 100%;
  height: 100%;
}

.aiers-admaker-info__list dd {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.5px;
  white-space: nowrap;
}

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

.aiers-admaker-info__schedule-option {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  white-space: nowrap;
}

.aiers-admaker-info__schedule-option--link {
  color: inherit;
  text-decoration: none;
}

.aiers-admaker-info__schedule-option--link:hover,
.aiers-admaker-info__schedule-option--link:focus-visible {
  color: var(--am-rose);
}

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

.aiers-admaker-info__schedule-option i {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(117, 29, 53, 0.08);
  color: var(--am-rose);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.aiers-admaker-info__schedule-option--soldout .aiers-admaker-info__schedule-text {
  position: relative;
  display: inline-block;
  color: #8f858a;
}

.aiers-admaker-info__schedule-option--soldout .aiers-admaker-info__schedule-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #8f858a;
  transform: translateY(-50%);
}

.aiers-admaker-info__schedule-option--soldout i {
  background: #eee7ea;
  color: #8f858a;
}

.aiers-admaker-info__list .aiers-admaker-info__schedule-option--soldout {
  gap: 6px;
  justify-content: flex-start;
}

.aiers-admaker-info__list em,
.aiers-admaker-info__cta em {
  color: var(--am-rose-dark);
  font-style: normal;
}

.aiers-admaker-info__cta {
  display: grid;
  grid-template-columns: 1fr 628px;
  gap: 24px;
  align-items: stretch;
  margin-top: 32px;
}

.aiers-admaker-info__cta p {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border: 1px solid var(--am-line);
  border-radius: 8px;
  background: #fafafa;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-info__cta strong {
  color: var(--am-rose);
}

.aiers-admaker-info__cta .aiers-admaker-button {
  min-height: 70px;
  border-radius: 8px;
  box-shadow: none;
}

.aiers-admaker-info__cta strong,
.aiers-admaker-apply__status strong,
.aiers-desktop-fixed-cta__timer strong,
.aiers-mobile-fixed-cta__timer strong {
  font-variant-numeric: tabular-nums;
}

.aiers-admaker-page .aiers-order-sheet {
  position: fixed;
  inset: 0;
  z-index: 90;
}

.aiers-admaker-page .aiers-order-sheet[hidden] {
  display: none;
}

.aiers-admaker-page .aiers-order-sheet__scrim {
  position: absolute;
  inset: 0;
  background: rgba(18, 16, 20, 0.48);
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}

.aiers-admaker-page .aiers-order-sheet.is-open .aiers-order-sheet__scrim {
  opacity: 1;
}

.aiers-admaker-page .aiers-order-sheet__panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--am-card);
  color: var(--am-ink);
  outline: none;
  will-change: transform, opacity;
}

.aiers-admaker-page .aiers-order-sheet__head {
  position: relative;
  flex: 0 0 auto;
  padding: 24px 22px 6px;
}

.aiers-admaker-page .aiers-order-sheet__head h3 {
  margin: 0;
  color: var(--am-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.aiers-admaker-page .aiers-order-sheet__head p {
  margin: 6px 0 0;
  color: var(--am-muted);
  font-size: 14px;
  font-weight: 500;
}

.aiers-admaker-page .aiers-order-sheet__grabber {
  display: none;
}

.aiers-admaker-page .aiers-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: #91868b;
  cursor: pointer;
}

.aiers-admaker-page .aiers-order-sheet__close:hover {
  background: #f6f0f2;
  color: var(--am-rose);
}

.aiers-admaker-page .aiers-order-sheet__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 18px 4px;
  overflow-y: auto;
}

.aiers-admaker-page .aiers-order-sheet__opt {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 17px 16px;
  border: 1.5px solid var(--am-line);
  border-radius: 8px;
  background: var(--am-card);
  color: var(--am-ink);
  font: inherit;
  letter-spacing: 0;
  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-admaker-page .aiers-order-sheet__opt:hover {
  border-color: rgba(117, 29, 53, 0.35);
}

.aiers-admaker-page .aiers-order-sheet__opt[aria-checked="true"] {
  border-color: var(--am-rose);
  background: #fff8fb;
  box-shadow: 0 0 0 3px rgba(117, 29, 53, 0.1);
}

.aiers-admaker-page .aiers-order-sheet__num {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  margin-top: 1px;
  border: 1.5px solid var(--am-line);
  border-radius: 50%;
  color: #91868b;
  font-size: 12px;
  font-weight: 800;
}

.aiers-admaker-page .aiers-order-sheet__opt[aria-checked="true"] .aiers-order-sheet__num {
  border-color: var(--am-rose);
  background: var(--am-rose);
  color: #ffffff;
}

.aiers-admaker-page .aiers-order-sheet__check {
  display: none;
  width: 13px;
  height: 13px;
}

.aiers-admaker-page .aiers-order-sheet__opt[aria-checked="true"] .aiers-order-sheet__num-label {
  display: none;
}

.aiers-admaker-page .aiers-order-sheet__opt[aria-checked="true"] .aiers-order-sheet__check {
  display: block;
}

.aiers-admaker-page .aiers-order-sheet__body {
  min-width: 0;
  flex: 1 1 auto;
}

.aiers-admaker-page .aiers-order-sheet__schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.aiers-admaker-page .aiers-order-sheet__date {
  color: var(--am-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.aiers-admaker-page .aiers-order-sheet__sessions {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 8px;
  background: #f6f0f2;
  color: var(--am-rose);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.aiers-admaker-page .aiers-order-sheet__opt--soldout,
.aiers-admaker-page .aiers-order-sheet__opt:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  background: #f8f5f6;
}

.aiers-admaker-page .aiers-order-sheet__opt--soldout:hover,
.aiers-admaker-page .aiers-order-sheet__opt:disabled:hover {
  border-color: var(--am-line);
}

.aiers-admaker-page .aiers-order-sheet__opt--soldout .aiers-order-sheet__sessions {
  background: #eee7ea;
  color: #8f858a;
}

.aiers-admaker-page .aiers-order-sheet__desc {
  display: block;
  margin-top: 6px;
  color: var(--am-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.aiers-admaker-page .aiers-order-sheet__foot {
  flex: 0 0 auto;
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
}

.aiers-admaker-page .aiers-order-sheet__submit {
  display: block;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  background: var(--am-rose);
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.aiers-admaker-page .aiers-order-sheet__submit:active {
  transform: translateY(1px);
}

@media (min-width: 861px) {
  .aiers-admaker-page .aiers-order-sheet {
    display: grid;
    place-items: center;
    padding: 24px;
  }

  .aiers-admaker-page .aiers-order-sheet__panel {
    position: relative;
    width: min(440px, 100%);
    max-height: min(86vh, 720px);
    border-radius: 16px;
    box-shadow: 0 24px 70px -12px rgba(18, 16, 20, 0.28), 0 8px 24px -8px rgba(18, 16, 20, 0.18);
    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-admaker-page .aiers-order-sheet.is-open .aiers-order-sheet__panel {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 860px) {
  .aiers-admaker-page .aiers-order-sheet__panel {
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 88%;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -8px 40px rgba(18, 16, 20, 0.16);
    transform: translateY(100%);
    transition: transform 0.42s cubic-bezier(0.32, 0.72, 0, 1);
  }

  .aiers-admaker-page .aiers-order-sheet.is-open .aiers-order-sheet__panel {
    transform: translateY(0);
  }

  .aiers-admaker-page .aiers-order-sheet__grabber {
    display: block;
    position: absolute;
    top: 9px;
    left: 50%;
    width: 40px;
    height: 4px;
    border-radius: 99px;
    background: #e4d8dd;
    transform: translateX(-50%);
  }

  .aiers-admaker-page .aiers-order-sheet__head {
    padding-top: 28px;
  }
}

@media (max-width: 374px) {
  .aiers-admaker-page .aiers-order-sheet__opt {
    gap: 10px;
    padding: 15px 12px;
  }

  .aiers-admaker-page .aiers-order-sheet__date {
    font-size: 14px;
  }

  .aiers-admaker-page .aiers-order-sheet__sessions {
    padding: 3px 6px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiers-admaker-page .aiers-order-sheet__scrim,
  .aiers-admaker-page .aiers-order-sheet__panel {
    transition-duration: 0.01ms;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .aiers-admaker-info__list div {
    column-gap: 32px;
  }
}

@media (max-width: 1024px) {
  .aiers-admaker-info__list .aiers-admaker-info__schedule-row {
    align-items: flex-start;
  }

  .aiers-admaker-info__list dd.aiers-admaker-info__schedule {
    align-items: flex-end;
    gap: 5px;
    text-align: right;
  }

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

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

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

  .aiers-admaker-info__list .aiers-admaker-info__schedule-option--soldout {
    justify-content: flex-end;
  }
}

@media (max-width: 374px) {
  .aiers-admaker-info__schedule-option {
    flex-wrap: wrap;
  }
}

.aiers-admaker-price {
  padding: 80px 0 120px;
  background: #ffffff;
}

.aiers-admaker-price .aiers-admaker-section-head {
  min-height: 150px;
  text-align: left;
}

.aiers-admaker-price .aiers-admaker-section-head h2 {
  width: 451px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-admaker-price .aiers-admaker-section-head p {
  width: 451px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-price__chart {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 433px;
  margin: 64px auto 0;
}

.aiers-admaker-price__chart::after {
  position: absolute;
  left: 0;
  top: 356px;
  width: 100%;
  height: 1px;
  background: #e8e6dc;
  content: "";
}

.aiers-admaker-price__discount {
  position: absolute;
  left: 109px;
  top: 100px;
  z-index: 2;
  display: inline-flex;
  width: 134px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
}

.aiers-admaker-price__discount::after {
  position: absolute;
  left: 67px;
  top: 56px;
  width: 2px;
  height: 64px;
  background: var(--am-rose);
  content: "";
}

.aiers-admaker-price__dot {
  position: absolute;
  left: 166px;
  top: 220px;
  z-index: 3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--am-rose);
}

.aiers-admaker-price__trend {
  position: absolute;
  left: 176px;
  top: 230px;
  width: 930px;
  border-top: 2px dashed #121212;
  transform: rotate(-13.89deg);
  transform-origin: left center;
}

.aiers-admaker-price__trend::after {
  position: absolute;
  right: -10px;
  top: -8px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #121212;
  content: "";
}

.aiers-admaker-price__arrow {
  display: none;
}

.aiers-admaker-price__bars {
  position: absolute;
  left: 64px;
  top: 66px;
  display: flex;
  gap: 80px;
  align-items: flex-end;
  width: 1152px;
  height: 367px;
}

.aiers-admaker-price__bars article {
  display: flex;
  width: 228px;
  height: 367px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.aiers-admaker-price__bars i {
  display: block;
  width: 120px;
  height: 89px;
  flex: 0 0 auto;
  margin-bottom: 17px;
  border-radius: 12px 12px 0 0;
  background: #d9d9d9;
}

.aiers-admaker-price__bars article:nth-child(1) i {
  background: var(--am-rose);
}

.aiers-admaker-price__bars article:nth-child(2) i {
  height: 136px;
}

.aiers-admaker-price__bars article:nth-child(3) i {
  height: 218px;
}

.aiers-admaker-price__bars article:nth-child(4) i {
  height: 290px;
}

.aiers-admaker-price__bars p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.aiers-admaker-price__bars strong {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.aiers-admaker-price__bars article.is-active p {
  color: #121212;
  font-weight: 700;
}

.aiers-admaker-price__bars article.is-active strong {
  color: var(--am-rose);
  font-weight: 700;
}

.aiers-admaker-offer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 70px;
  grid-template-areas:
    "title price"
    "button button";
  row-gap: 24px;
  align-items: start;
  width: 1280px;
  max-width: 100%;
  min-height: 211px;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid var(--am-line);
  border-radius: 8px;
  background: #fafafa;
  color: var(--am-ink);
}

.aiers-admaker-offer div {
  grid-area: title;
}

.aiers-admaker-offer b {
  display: block;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.56px;
}

.aiers-admaker-offer span {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-admaker-offer p {
  grid-area: price;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.aiers-admaker-offer s {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-offer strong {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-offer a {
  grid-area: button;
  display: inline-flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  border-radius: 8px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.aiers-admaker-refund {
  position: relative;
  display: flex;
  min-height: 259px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 44px;
  background: linear-gradient(180deg, #95304b 0%, #680d26 100%);
  color: #ffffff;
  text-align: center;
}

.aiers-admaker-refund__mark {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.aiers-admaker-refund__mark img {
  width: 100%;
  height: 100%;
}

.aiers-admaker-refund__mark--large {
  left: calc(50% - 351px);
  top: 59px;
  width: 149px;
  height: 149px;
  transform: rotate(-15deg);
}

.aiers-admaker-refund__mark--tiny {
  left: calc(50% + 162px);
  top: 208px;
  width: 79px;
  height: 79px;
  transform: rotate(-15deg);
}

.aiers-admaker-refund__mark--small {
  left: calc(50% + 185px);
  top: -31px;
  width: 126px;
  height: 126px;
  transform: rotate(30deg);
}

.aiers-admaker-refund__mark--mo-large,
.aiers-admaker-refund__mark--mo-small {
  display: none;
}

.aiers-admaker-refund > div {
  position: relative;
  z-index: 1;
  width: 324px;
}

.aiers-admaker-refund > div > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.125px;
}

.aiers-admaker-refund h2 {
  margin-top: 12px;
  background: linear-gradient(109.368deg, #ffffff 12.051%, #faf9f5 106.04%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.575px;
}

.aiers-admaker-refund p {
  margin-top: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-nav {
  position: sticky;
  top: 64px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 60px;
  border-bottom: 1px solid #ebe8dc;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.aiers-admaker-nav a {
  position: relative;
  display: flex;
  min-width: 0;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: -0.234px;
  text-decoration: none;
  white-space: nowrap;
}

.aiers-admaker-nav a.is-active {
  color: var(--am-rose-dark);
}

.aiers-admaker-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--am-rose);
  content: "";
}

.aiers-admaker-page #results-preview,
.aiers-admaker-page #curriculum,
.aiers-admaker-page #instructor,
.aiers-admaker-page #faq {
  scroll-margin-top: 136px;
}

.aiers-admaker-awards,
.aiers-admaker-core,
.aiers-admaker-results,
.aiers-admaker-steps,
.aiers-admaker-method,
.aiers-admaker-interview,
.aiers-admaker-journey,
.aiers-admaker-guarantee,
.aiers-admaker-faq {
  padding: 100px 0;
}

.aiers-admaker-preview {
  padding: 120px 0;
  background: #fcf7f9;
}

.aiers-admaker-preview .aiers-admaker-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.aiers-admaker-preview__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.aiers-admaker-preview__head h2 {
  width: 1280px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.aiers-admaker-preview__head h2 em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
}

.aiers-admaker-chips li {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid #e7c9d3;
  border-radius: 999px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.aiers-admaker-preview__rail {
  display: flex;
  width: 1280px;
  height: 646px;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.aiers-admaker-preview__row {
  width: 100%;
  height: 313px;
  overflow: hidden;
}

.aiers-admaker-preview__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 313px;
  will-change: transform;
  animation: aiers-admaker-rail 64s linear infinite;
}

.aiers-admaker-preview__track.is-speed-b {
  animation-duration: 88s;
}

.aiers-admaker-preview__set {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-right: 20px;
}

@keyframes aiers-admaker-rail {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiers-admaker-preview__track {
    animation: none;
  }
}

.aiers-admaker-preview__rail figure {
  position: relative;
  flex: 0 0 auto;
  height: 313px;
  overflow: hidden;
  border-radius: 12px;
  background: #e8dce0;
}

.aiers-admaker-preview__rail figure.is-wide {
  width: 630px;
}

.aiers-admaker-preview__rail figure.is-narrow {
  width: 305px;
}

.aiers-admaker-preview__rail img,
.aiers-admaker-preview__rail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-preview__rail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-results__grid article,
.aiers-admaker-steps__list article,
.aiers-admaker-materials__grid article,
.aiers-admaker-method__grid article,
.aiers-admaker-instructor__card,
.aiers-admaker-reviews article,
.aiers-admaker-interview article,
.aiers-admaker-tools__grid article,
.aiers-admaker-journey__grid article,
.aiers-admaker-promise__grid article,
.aiers-admaker-guarantee__grid article,
.aiers-admaker-faq details {
  border: 1px solid #efe1e0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(55, 35, 39, 0.07);
}

.aiers-admaker-awards {
  position: relative;
  min-height: 1289px;
  overflow: hidden;
  padding: 120px 0 160px;
  background: #121212;
  color: #ffffff;
}

.aiers-admaker-awards::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 269px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 45%);
  content: "";
  pointer-events: none;
}

.aiers-admaker-awards .aiers-admaker-container {
  position: relative;
  z-index: 1;
}

.aiers-admaker-awards__head {
  width: 708px;
}

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

.aiers-admaker-awards h2 em {
  color: var(--am-lime);
  font-style: normal;
}

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

.aiers-admaker-awards__head strong {
  color: #ffffff;
  font-weight: 700;
}

.aiers-admaker-awards__main {
  width: 1280px;
  height: 546px;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 12px;
}

.aiers-admaker-awards__main img,
.aiers-admaker-awards__main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-awards__row {
  display: flex;
  width: 1456.5px;
  height: 180px;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  margin-left: -88.25px;
  overflow: hidden;
}

.aiers-admaker-awards__row figure {
  position: relative;
  flex: 0 0 auto;
  height: 180px;
  overflow: hidden;
}

.aiers-admaker-awards__row .is-winner {
  width: 336px;
}

.aiers-admaker-awards__row .is-indywood {
  width: 342px;
}

.aiers-admaker-awards__row .is-shorts {
  width: 420px;
}

.aiers-admaker-awards__row .is-reale {
  width: 238.5px;
}

.aiers-admaker-awards__row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aiers-admaker-awards__set {
  display: contents;
}

@keyframes aiers-admaker-awards-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.aiers-admaker-bridge {
  height: 320px;
  background: linear-gradient(135deg, #fff1f3, #fee7e2 45%, #f6d7dc);
}

.aiers-admaker-bridge--director {
  position: relative;
  display: flex;
  height: 320px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #121212;
  color: #ffffff;
  text-align: center;
}

.aiers-admaker-bridge--director::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.aiers-admaker-bridge__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.aiers-admaker-bridge__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-bridge__copy {
  position: relative;
  z-index: 2;
  width: 1135px;
  max-width: calc(100% - 48px);
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-admaker-bridge__copy span {
  display: block;
}

.aiers-admaker-bridge__copy em,
.aiers-admaker-bridge__copy span:first-child {
  color: var(--am-lime);
  font-style: normal;
}

.aiers-admaker-bridge__glow {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.aiers-admaker-bridge__glow img {
  width: 100%;
  height: 100%;
}

.aiers-admaker-bridge__glow--dt-left {
  top: -202px;
  left: calc(50% - 1455px);
  width: 1076px;
  height: 1076px;
}

.aiers-admaker-bridge__glow--dt-right {
  top: -202px;
  left: calc(50% + 353px);
  width: 1076px;
  height: 1076px;
}

.aiers-admaker-bridge__glow--mo-top,
.aiers-admaker-bridge__glow--mo-bottom {
  display: none;
}

.aiers-admaker-bridge--soft {
  height: 280px;
  background: linear-gradient(135deg, #201015, #ff8094);
}

.aiers-admaker-bridge--takeaway {
  position: relative;
  display: flex;
  height: 280px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #781C36;
  color: #ffffff;
  text-align: center;
}

.aiers-admaker-bridge__takeaway-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 742px;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.aiers-admaker-bridge__takeaway-copy h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.aiers-admaker-bridge__takeaway-copy em {
  color: var(--am-lime);
  font-style: normal;
}

.aiers-admaker-bridge__takeaway-copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-admaker-bridge__glow--takeaway-dt-right {
  top: -516px;
  left: calc(50% + 333px);
  width: 1076px;
  height: 1076px;
}

.aiers-admaker-bridge__glow--takeaway-dt-left {
  top: -260px;
  left: calc(50% - 1420px);
  width: 1076px;
  height: 1076px;
}

.aiers-admaker-bridge__glow--takeaway-mo-top,
.aiers-admaker-bridge__glow--takeaway-mo-bottom {
  display: none;
}

.aiers-admaker-empathy {
  position: relative;
  min-height: 1331px;
  overflow: hidden;
  padding: 120px 0 180px;
  background: linear-gradient(180deg, #060101 22.461%, #751d35 137.9%);
  color: #ffffff;
  text-align: center;
}

.aiers-admaker-empathy .aiers-admaker-container {
  position: relative;
  z-index: 1;
  width: 1282px;
}

.aiers-admaker-empathy__deco {
  position: absolute;
  z-index: 0;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.aiers-admaker-empathy__deco--perfume {
  top: 15px;
  left: calc(50% + 428px);
  width: 490px;
  height: 490px;
  filter: blur(10px);
  opacity: 0.15;
  transform: rotate(-165deg) scaleY(-1);
}

.aiers-admaker-empathy__deco--bag {
  top: 549px;
  left: 14px;
  width: 335px;
  height: 502px;
  filter: blur(8px);
  opacity: 0.2;
  transform: rotate(-15deg);
}

.aiers-admaker-empathy__deco--glasses {
  top: 734px;
  left: calc(50% + 491px);
  width: 548px;
  height: 685px;
  filter: blur(4px);
  opacity: 0.25;
  transform: rotate(75deg);
}

.aiers-admaker-empathy__head {
  width: 600px;
  margin: 0 auto;
}

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

.aiers-admaker-empathy__head h2 em {
  color: #e7c9d3;
  font-style: normal;
}

.aiers-admaker-empathy__head p {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-empathy__cards {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 1281px;
  height: 411px;
  margin-top: 60px;
}

.aiers-admaker-empathy-card {
  position: relative;
  width: 411px;
  height: 411px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid var(--am-rose);
  border-radius: 16px;
  background: #ffffff;
  text-align: left;
}

.aiers-admaker-empathy-card__copy {
  position: absolute;
  top: 29.5px;
  left: 36.5px;
  z-index: 2;
  display: flex;
  width: 337px;
  flex-direction: column;
  gap: 12px;
}

.aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__copy {
  width: 325px;
}

.aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__copy {
  width: 339px;
}

.aiers-admaker-empathy-card h3 {
  color: var(--am-rose);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.5px;
  letter-spacing: -0.32px;
}

.aiers-admaker-empathy-card p {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.aiers-admaker-empathy-card.is-card-01 p {
  letter-spacing: -0.217px;
}

.aiers-admaker-empathy-card em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-empathy-card__glow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 380px;
  height: 380px;
  pointer-events: none;
}

.aiers-admaker-empathy-card__glow img,
.aiers-admaker-empathy-card__avatar {
  width: 100%;
  height: 100%;
}

.aiers-admaker-empathy-card__avatar {
  position: absolute;
  z-index: 2;
  object-fit: cover;
  object-position: top center;
}

.aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__glow {
  top: 151px;
  left: 99.5px;
}

.aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__glow,
.aiers-admaker-empathy-card.is-card-03 .aiers-admaker-empathy-card__glow {
  top: 151px;
  left: 117.5px;
}

.aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__avatar {
  top: 206px;
  left: 205.5px;
  width: 167px;
  height: 220px;
}

.aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__avatar {
  top: 198px;
  left: 217.5px;
  width: 179px;
  height: 240px;
}

.aiers-admaker-empathy-card.is-card-03 .aiers-admaker-empathy-card__avatar {
  top: 209px;
  left: 225.5px;
  width: 164px;
  height: 223px;
}

.aiers-admaker-empathy__line {
  display: block;
  width: 2px;
  height: 140px;
  margin: 80px auto 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.aiers-admaker-empathy__closing {
  margin-top: 80px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
}

.aiers-admaker-empathy__closing em {
  color: var(--am-lime);
  font-style: normal;
}

.aiers-admaker-results__closing,
.aiers-admaker-method__closing {
  margin-top: 40px;
  color: var(--am-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.aiers-admaker-core {
  position: relative;
  min-height: 2116px;
  overflow: hidden;
  padding: 120px 0 140px;
  background: #f5e9ed;
  color: #ffffff;
}

.aiers-admaker-core__bg {
  position: absolute;
  top: -247px;
  left: 50%;
  z-index: 0;
  width: 1968px;
  height: 2611px;
  transform: translateX(-50%);
}

.aiers-admaker-core__bg::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.aiers-admaker-core__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-core .aiers-admaker-container {
  position: relative;
  z-index: 1;
  width: 1280px;
}

.aiers-admaker-core__title {
  width: 1280px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
}

.aiers-admaker-core__title em {
  color: #e7c9d3;
  font-style: normal;
}

.aiers-admaker-core__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1280px;
  margin-top: 60px;
}

.aiers-admaker-core-card {
  width: 1280px;
  min-height: 552px;
  padding: 40px 20px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-core-card__head {
  display: flex;
  width: 187px;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin: 0 auto;
  color: #121212;
  text-align: center;
}

.aiers-admaker-core-card__head span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #e7c9d3;
  border-radius: 999px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.16px;
}

.aiers-admaker-core-card__head h3 {
  color: #121212;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.aiers-admaker-core-card__body {
  display: grid;
  grid-template-columns: 620px 620px;
  width: 1240px;
  height: 380px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
}

.aiers-admaker-core-card__body figure {
  width: 620px;
  height: 380px;
  overflow: hidden;
}

.aiers-admaker-core-card__body img,
.aiers-admaker-core-card__body video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-core-card__body > div {
  display: flex;
  width: 620px;
  height: 380px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 60px;
  color: #333333;
  text-align: left;
}

.aiers-admaker-core-card.is-media-right .aiers-admaker-core-card__body > div {
  padding-right: 80px;
}

.aiers-admaker-core-card h4 {
  width: 351px;
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.24px;
}

.aiers-admaker-core-card:first-child h4,
.aiers-admaker-core-card:nth-child(2) h4 {
  width: 333px;
}

.aiers-admaker-core-card h4 em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-core-card p {
  width: 500px;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-admaker-results__grid span,
.aiers-admaker-steps__list span,
.aiers-admaker-materials__grid span,
.aiers-admaker-tools__grid span {
  color: var(--am-rose-dark);
  font-size: 16px;
  font-weight: 900;
}

.aiers-admaker-materials,
.aiers-admaker-schedule,
.aiers-admaker-tools,
.aiers-admaker-promise {
  padding: 96px 0;
  background: var(--am-warm);
}

.aiers-admaker-welcome {
  padding: 120px 0;
  background: #fcf7f9;
}

.aiers-admaker-welcome .aiers-admaker-container {
  width: 1280px;
}

.aiers-admaker-welcome__head {
  width: 708px;
  text-align: left;
}

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

.aiers-admaker-welcome__head h2 em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-welcome__head p {
  margin-top: 18px;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-welcome__head strong {
  color: #121212;
  font-weight: 700;
}

.aiers-admaker-welcome__cards {
  display: flex;
  gap: 20px;
  width: 1280px;
  margin-top: 60px;
}

.aiers-admaker-welcome-card {
  position: relative;
  width: 630px;
  height: 184px;
  overflow: hidden;
  padding: 30px 32px;
  border: 1px solid var(--am-rose);
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-welcome-card__copy {
  display: flex;
  width: 546px;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.aiers-admaker-welcome-card__copy span {
  color: var(--am-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.aiers-admaker-welcome-card__copy h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.aiers-admaker-welcome-card__copy h3 em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-welcome-card__copy p {
  color: rgba(18, 18, 18, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.16px;
}

.aiers-admaker-welcome-card__art {
  position: absolute;
  right: 32px;
  bottom: 29px;
  width: 123px;
  height: 125px;
  pointer-events: none;
}

.aiers-admaker-welcome-card__art img {
  position: absolute;
  display: block;
}

.aiers-admaker-welcome-card__art .is-shadow {
  right: 0;
  bottom: 0;
  width: 110px;
  height: 13px;
}

.aiers-admaker-welcome-card__art .is-file {
  left: 32px;
  top: 46px;
  width: 75px;
  height: 75px;
}

.aiers-admaker-welcome-card__art .is-film {
  left: 0;
  top: 0;
  width: 50.731px;
  height: 50.731px;
}

.aiers-admaker-welcome-card__art .is-book {
  left: 85px;
  top: 15.87px;
  width: 36.386px;
  height: 36.386px;
}

.aiers-admaker-welcome-card__art .is-robot {
  inset: 0;
  width: 131px;
  height: 116px;
}

.aiers-admaker-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 420px);
  gap: 10px;
  width: 1280px;
  margin-top: 20px;
}

.aiers-admaker-feature-grid article {
  display: flex;
  width: 420px;
  height: 73px;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #9a3658;
  border-radius: 8px;
  background: #ffffff;
}

.aiers-admaker-feature-grid img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.aiers-admaker-feature-grid b {
  display: block;
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-feature-grid p {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-results {
  background: #ffffff;
}

.aiers-admaker-results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.aiers-admaker-results__grid article {
  overflow: hidden;
  padding-bottom: 24px;
}

.aiers-admaker-results__grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.aiers-admaker-results__grid span,
.aiers-admaker-results__grid h3,
.aiers-admaker-results__grid p {
  display: block;
  margin-right: 24px;
  margin-left: 24px;
}

.aiers-admaker-results__grid span {
  margin-top: 22px;
}

.aiers-admaker-results__grid h3 {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 900;
}

.aiers-admaker-results__grid p {
  margin-top: 8px;
  color: var(--am-muted);
  font-size: 18px;
  font-weight: 700;
}

.aiers-admaker-question {
  padding: 108px 0;
  background: #1e1519;
}

.aiers-admaker-question__stack {
  display: grid;
  gap: 20px;
}

.aiers-admaker-question article {
  padding: 42px;
  border-radius: 8px;
  background: #ffffff;
}

.aiers-admaker-question h2 {
  color: var(--am-rose-dark);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.35;
}

.aiers-admaker-question p {
  margin-top: 18px;
  color: #4d444d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.aiers-admaker-steps {
  background: var(--am-soft);
}

.aiers-admaker-steps__list {
  display: grid;
  gap: 22px;
  margin-top: 44px;
}

.aiers-admaker-steps__list article {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 30px;
  align-items: center;
  padding: 24px;
}

.aiers-admaker-steps__list img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  border-radius: 8px;
}

.aiers-admaker-steps__list h3 {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 900;
}

.aiers-admaker-steps__list p {
  margin-top: 12px;
  color: #514852;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.aiers-admaker-steps__list b {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff0f3;
  color: var(--am-rose-dark);
  font-size: 16px;
  font-weight: 900;
}

.aiers-admaker-materials h2,
.aiers-admaker-tools h2,
.aiers-admaker-faq h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.aiers-admaker-materials__grid,
.aiers-admaker-method__grid,
.aiers-admaker-tools__grid,
.aiers-admaker-journey__grid,
.aiers-admaker-promise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.aiers-admaker-materials__grid article {
  min-height: 300px;
  padding: 30px;
  text-align: center;
}

.aiers-admaker-materials__grid img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  margin: 0 auto 22px;
}

.aiers-admaker-materials__grid h3 {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 900;
}

.aiers-admaker-materials__grid p {
  margin-top: 10px;
  color: var(--am-muted);
  font-size: 17px;
  font-weight: 700;
}

.aiers-admaker-method {
  background: #ffffff;
}

.aiers-admaker-method__grid article {
  padding: 30px;
}

.aiers-admaker-method__grid img {
  width: 90px;
  height: 100px;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 18px;
}

.aiers-admaker-method__grid h3 {
  font-size: 25px;
  font-weight: 900;
}

.aiers-admaker-method__grid dl {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.aiers-admaker-method__grid div {
  padding: 16px;
  border-radius: 8px;
  background: #fff7f7;
}

.aiers-admaker-method__grid dt {
  color: var(--am-rose-dark);
  font-size: 15px;
  font-weight: 900;
}

.aiers-admaker-method__grid dd {
  margin-top: 8px;
  color: #514852;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-schedule__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.aiers-admaker-schedule article {
  padding: 34px;
  border-radius: 8px;
  background: #ffffff;
}

.aiers-admaker-schedule h2 {
  color: var(--am-rose-dark);
  font-size: 30px;
  font-weight: 900;
}

.aiers-admaker-schedule article > p {
  margin-top: 8px;
  color: #514852;
  font-size: 18px;
  font-weight: 800;
}

.aiers-admaker-schedule ol {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.aiers-admaker-schedule li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px 18px;
  padding-top: 18px;
  border-top: 1px solid #eee0df;
}

.aiers-admaker-schedule time {
  grid-row: span 2;
  color: var(--am-rose-dark);
  font-size: 18px;
  font-weight: 900;
}

.aiers-admaker-schedule b {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
}

.aiers-admaker-schedule span {
  color: var(--am-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-admaker-instructor {
  padding: 100px 0;
  background: #1d1418;
  color: #ffffff;
}

.aiers-admaker-instructor__card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  padding: 40px;
  background: #ffffff;
  color: var(--am-ink);
}

.aiers-admaker-instructor__card span {
  color: var(--am-rose-dark);
  font-size: 18px;
  font-weight: 900;
}

.aiers-admaker-instructor__card h2 {
  margin-top: 8px;
  font-size: 44px;
  font-weight: 900;
}

.aiers-admaker-instructor__card p {
  margin-top: 18px;
  color: #4d444d;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.75;
}

.aiers-admaker-instructor__card ul {
  display: grid;
  gap: 12px;
  align-content: center;
}

.aiers-admaker-instructor__card li {
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff3f4;
  color: #4b3338;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.aiers-admaker-reviews {
  display: grid;
  grid-template-columns: 0.8fr repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.aiers-admaker-reviews article {
  padding: 24px;
  color: var(--am-ink);
}

.aiers-admaker-reviews strong {
  display: block;
  color: var(--am-rose-dark);
  font-size: 34px;
  font-weight: 900;
}

.aiers-admaker-reviews p {
  color: #463d46;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.aiers-admaker-reviews span {
  display: block;
  margin-top: 14px;
  color: #817781;
  font-size: 14px;
  font-weight: 800;
}

.aiers-admaker-interview {
  background: #ffffff;
}

.aiers-admaker-interview .aiers-admaker-container {
  display: grid;
  gap: 18px;
}

.aiers-admaker-interview article {
  padding: 34px;
}

.aiers-admaker-interview em {
  color: var(--am-rose-dark);
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
}

.aiers-admaker-interview h3 {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 900;
}

.aiers-admaker-interview p {
  margin-top: 14px;
  color: #514852;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.aiers-admaker-tools__grid {
  grid-template-columns: repeat(5, 1fr);
}

.aiers-admaker-tools__grid article {
  min-height: 260px;
  padding: 24px;
}

.aiers-admaker-tools__grid h3 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 900;
}

.aiers-admaker-tools__grid p,
.aiers-admaker-tools__note {
  margin-top: 12px;
  color: var(--am-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.aiers-admaker-tools__note {
  text-align: center;
}

.aiers-admaker-journey {
  background: #ffffff;
}

.aiers-admaker-journey h2,
.aiers-admaker-promise h2 {
  text-align: center;
}

.aiers-admaker-journey__grid article {
  padding: 32px;
}

.aiers-admaker-journey__grid h3 {
  color: var(--am-rose-dark);
  font-size: 28px;
  font-weight: 900;
}

.aiers-admaker-journey__grid ul {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.aiers-admaker-journey__grid li,
.aiers-admaker-apply li {
  position: relative;
  padding-left: 18px;
  color: #514852;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-journey__grid li::before,
.aiers-admaker-apply li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--am-rose);
  content: "";
}

.aiers-admaker-promise__grid article {
  overflow: hidden;
  padding: 28px;
}

.aiers-admaker-promise__grid img {
  width: calc(100% + 56px);
  height: 180px;
  margin: -28px -28px 24px;
  object-fit: cover;
}

.aiers-admaker-promise__grid h3,
.aiers-admaker-guarantee__grid h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
}

.aiers-admaker-promise__grid p,
.aiers-admaker-guarantee__grid p {
  margin-top: 12px;
  color: var(--am-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.aiers-admaker-guarantee {
  background: var(--am-soft);
}

.aiers-admaker-guarantee__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.aiers-admaker-guarantee__grid article {
  min-height: 260px;
  padding: 28px;
}

.aiers-admaker-guarantee__grid span {
  display: block;
  color: var(--am-rose-dark);
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}

.aiers-admaker-guarantee__grid .is-refund {
  background: var(--am-rose);
  color: #ffffff;
}

.aiers-admaker-guarantee__grid .is-refund span,
.aiers-admaker-guarantee__grid .is-refund p {
  color: #ffffff;
}

.aiers-admaker-guarantee__grid .is-refund h3 {
  font-size: 58px;
}

.aiers-admaker-apply {
  padding: 100px 0;
  background: #21161a;
}

.aiers-admaker-apply__card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 46px;
  border-radius: 8px;
  background: #ffffff;
}

.aiers-admaker-apply__card > span {
  color: var(--am-rose-dark);
  font-size: 20px;
  font-weight: 900;
}

.aiers-admaker-apply__price {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-top: 14px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ede0df;
}

.aiers-admaker-apply__price strong {
  color: var(--am-rose-dark);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.aiers-admaker-apply__price p {
  display: grid;
  gap: 8px;
  text-align: right;
}

.aiers-admaker-apply__price s {
  color: #8e858d;
  font-size: 18px;
  font-weight: 700;
}

.aiers-admaker-apply__price b {
  color: var(--am-rose-dark);
  font-size: 18px;
  font-weight: 900;
}

.aiers-admaker-apply ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  margin-top: 28px;
}

.aiers-admaker-apply__status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding: 18px;
  border-radius: 8px;
  background: #fff3f4;
  color: #332a31;
  font-size: 18px;
  font-weight: 900;
}

.aiers-admaker-apply__status em {
  color: var(--am-rose-dark);
  font-style: normal;
}

.aiers-admaker-apply .aiers-admaker-button {
  width: 100%;
  margin-top: 16px;
}

.aiers-admaker-apply__alt {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 1px solid #e8d9da;
  border-radius: 8px;
  color: #362c35;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.aiers-admaker-faq {
  background: #ffffff;
}

.aiers-admaker-faq__list {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.aiers-admaker-faq details {
  padding: 0 28px;
}

.aiers-admaker-faq summary {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  cursor: pointer;
  list-style: none;
}

.aiers-admaker-faq summary::-webkit-details-marker {
  display: none;
}

.aiers-admaker-faq summary em {
  color: var(--am-rose-dark);
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}

.aiers-admaker-faq summary span {
  flex: 1;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.aiers-admaker-faq details p {
  padding: 0 0 28px 46px;
  color: var(--am-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.aiers-admaker-related {
  background: var(--am-warm);
}

.aiers-admaker-timer {
  padding: 86px 0 112px;
  background: #21161a;
  color: #ffffff;
  text-align: center;
}

.aiers-admaker-timer p {
  color: #ffc4cd;
  font-size: 22px;
  font-weight: 900;
}

.aiers-admaker-timer__digits {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.aiers-admaker-timer__digits span {
  display: grid;
  grid-template-columns: repeat(2, 56px);
  gap: 6px;
  align-items: end;
}

.aiers-admaker-timer__digits b {
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: var(--am-ink);
  font-size: 42px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.aiers-admaker-timer__digits small {
  grid-column: 1 / -1;
  color: #ffcad2;
  font-size: 14px;
  font-weight: 900;
}

.aiers-admaker-timer .aiers-admaker-button {
  margin-top: 32px;
}

.aiers-admaker-page .aiers-desktop-fixed-cta,
.aiers-admaker-page .aiers-mobile-fixed-cta {
  display: none;
}

@media (max-width: 1024px) {
  .aiers-admaker-page {
    padding-bottom: calc(128px + env(safe-area-inset-bottom));
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta {
    display: none;
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    width: 100vw;
    min-height: 128px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 16px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(117, 29, 53, 0.25);
    background: rgba(255, 255, 255, 0.98);
    color: #121212;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta__timer {
    display: flex;
    width: calc(100% + 32px);
    height: 36px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 -16px;
    overflow: hidden;
    padding: 0 23px;
    background: var(--am-rose);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta__timer span,
  .aiers-admaker-page .aiers-mobile-fixed-cta__timer strong {
    display: block;
    min-width: 0;
    color: inherit;
    font: inherit;
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta__timer strong {
    flex: 0 1 auto;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta__seats {
    margin: 0;
    color: #5e5d59;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta__seats span {
    color: var(--am-rose);
    font-weight: 800;
  }

  .aiers-admaker-page .aiers-mobile-fixed-cta__button {
    display: grid;
    width: 100%;
    max-width: 520px;
    height: 48px;
    place-items: center;
    padding: 10px 8px;
    border-radius: 8px;
    background: var(--am-rose);
    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: 1025px) {
  .aiers-admaker-page .aiers-mobile-fixed-cta {
    display: none;
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta {
    position: fixed;
    bottom: 24px;
    left: 50%;
    z-index: 60;
    display: block;
    width: min(712px, calc(100vw - 32px));
    height: 88px;
    color: #ffffff;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    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-admaker-page .aiers-desktop-fixed-cta__copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta__seats,
  .aiers-admaker-page .aiers-desktop-fixed-cta__timer {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta__seats span,
  .aiers-admaker-page .aiers-desktop-fixed-cta__timer strong {
    color: var(--am-lime);
    font: inherit;
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta__actions {
    display: flex;
    height: 56px;
    flex: 0 0 328px;
    align-items: center;
    gap: 16px;
  }

  .aiers-admaker-page .aiers-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-admaker-page .aiers-desktop-fixed-cta__share svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .aiers-admaker-page .aiers-desktop-fixed-cta__button {
    display: grid;
    width: 260px;
    height: 56px;
    flex: 0 0 260px;
    place-items: center;
    padding: 0 16px;
    border-radius: 8px;
    background: var(--am-rose);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
}

.aiers-admaker-page.is-aiers-motion-ready [data-aiers-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: calc(var(--aiers-reveal-index, 0) * 70ms);
}

.aiers-admaker-page.is-aiers-motion-ready [data-aiers-reveal="scale-in"] {
  transform: scale(0.96);
}

.aiers-admaker-page.is-aiers-motion-ready .is-aiers-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .aiers-admaker-container,
  .aiers-admaker-hero__inner {
    width: min(100% - 40px, 720px);
  }

  .aiers-admaker-hero {
    height: auto;
    min-height: 510px;
    padding: 0 0 40px;
  }

  .aiers-admaker-hero__media {
    position: relative;
    width: 100%;
    height: 249px;
    inset: auto;
  }

  .aiers-admaker-hero__media::before {
    inset: auto 0 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(0deg, var(--am-soft), rgba(255, 244, 243, 0));
  }

  .aiers-admaker-hero__inner {
    height: auto;
    margin-top: 24px;
  }

  .aiers-admaker-hero h1 {
    font-size: 42px;
  }

  .aiers-admaker-preview__rail,
  .aiers-admaker-awards__row,
  .aiers-admaker-price__grid,
  .aiers-admaker-tools__grid,
  .aiers-admaker-guarantee__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aiers-admaker-core__grid,
  .aiers-admaker-instructor__card,
  .aiers-admaker-reviews,
  .aiers-admaker-schedule__columns {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .aiers-admaker-page {
    background: #ffffff;
  }

  .aiers-admaker-container,
  .aiers-admaker-hero__inner {
    width: calc(100% - 32px);
  }

  .aiers-admaker-button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    font-size: 17px;
  }

  .aiers-admaker-badge {
    min-height: 26px;
    padding: 4px 8px;
    border: 0.5px solid #ffffff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .aiers-admaker-section-head h2,
  .aiers-admaker-empathy h2,
  .aiers-admaker-journey h2,
  .aiers-admaker-promise h2,
  .aiers-admaker-materials h2,
  .aiers-admaker-tools h2,
  .aiers-admaker-faq h2,
  .aiers-admaker-awards h2 {
    font-size: 30px;
    line-height: 1.32;
  }

  .aiers-admaker-section-head p {
    font-size: 16px;
  }

  .aiers-admaker-hero {
    position: relative;
    height: 510px;
    min-height: 510px;
    padding: 0;
    background: #fff8fb;
  }

  .aiers-admaker-hero::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 367px;
    background: linear-gradient(180deg, #751d35 0%, #751d35 72%, rgba(117, 29, 53, 0) 100%);
    content: "";
  }

  .aiers-admaker-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 510px;
  }

  .aiers-admaker-hero__media::before {
    display: none;
  }

  .aiers-admaker-hero__media img,
  .aiers-admaker-hero__media video {
    top: 261px;
    left: 50%;
    width: 442.509px;
    height: 248.911px;
    transform: translateX(-50%);
  }

  .aiers-admaker-hero__copy {
    width: 323px;
    max-width: 323px;
  }

  .aiers-admaker-hero__eyebrow {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
  }

  .aiers-admaker-hero__noise {
    display: none;
  }

  .aiers-admaker-hero h1 {
    margin-top: 8px;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: normal;
  }

  .aiers-admaker-hero__copy > p:last-child {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
    white-space: normal;
  }

  .aiers-admaker-hero__inner {
    z-index: 2;
    width: min(323px, calc(100% - 48px));
    height: 510px;
    margin-left: 24px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 27px;
  }

  .aiers-admaker-dt-copy {
    display: none;
  }

  .aiers-admaker-mo-copy {
    display: inline;
  }

  .aiers-admaker-mo-break {
    display: inline;
  }

  .aiers-admaker-info {
    padding: 40px 0;
  }

  .aiers-admaker-info h2 {
    font-size: 18px;
    line-height: 25.5px;
  }

  .aiers-admaker-info__list {
    min-height: 232px;
    margin-top: 12px;
    padding: 16px;
    border-radius: 4px;
  }

  .aiers-admaker-info__list div {
    grid-template-columns: auto auto;
    justify-content: space-between;
    column-gap: 12px;
    min-height: 20px;
  }

  .aiers-admaker-info__list div + div {
    margin-top: 16px;
  }

  .aiers-admaker-info__list div + div::before {
    top: -8px;
  }

  .aiers-admaker-info__list dt,
  .aiers-admaker-info__list dd {
    font-size: 12px;
    line-height: 19.5px;
  }

  .aiers-admaker-info__list dt {
    gap: 8px;
  }

  .aiers-admaker-info__list dt i {
    width: 20px;
    height: 20px;
  }

  .aiers-admaker-info__list dd em {
    font-weight: 700;
  }

  .aiers-admaker-info__cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  .aiers-admaker-info__cta p {
    min-height: 45px;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-info__cta .aiers-admaker-button {
    min-height: 47px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.5;
  }

  .aiers-admaker-price,
  .aiers-admaker-preview,
  .aiers-admaker-awards,
  .aiers-admaker-core,
  .aiers-admaker-results,
  .aiers-admaker-steps,
  .aiers-admaker-method,
  .aiers-admaker-interview,
  .aiers-admaker-journey,
  .aiers-admaker-guarantee,
  .aiers-admaker-faq,
  .aiers-admaker-welcome,
  .aiers-admaker-materials,
  .aiers-admaker-schedule,
  .aiers-admaker-tools,
  .aiers-admaker-promise,
  .aiers-admaker-instructor,
  .aiers-admaker-apply {
    padding: 70px 0;
  }

  .aiers-admaker-price {
    padding: 40px 0;
  }

  .aiers-admaker-preview {
    padding: 60px 0;
  }

  .aiers-admaker-preview .aiers-admaker-container {
    --am-preview-card-width: min(520px, calc(100vw - 32px));
    --am-preview-narrow-width: calc((var(--am-preview-card-width) - 10px) / 2);
    --am-preview-card-height: clamp(232px, 67.6vw, 352px);
    width: calc(100% - 32px);
    max-width: 520px;
    gap: 32px;
  }

  .aiers-admaker-preview__head {
    gap: 20px;
    align-items: flex-start;
    overflow: visible;
    text-align: left;
  }

  .aiers-admaker-preview__head h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-admaker-awards {
    min-height: 654px;
    padding: 60px 0 36px;
  }

  .aiers-admaker-awards::after {
    height: 118px;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 60%);
  }

  .aiers-admaker-awards .aiers-admaker-container {
    width: 343px;
  }

  .aiers-admaker-awards__head {
    width: 343px;
  }

  .aiers-admaker-awards h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-admaker-awards__head p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-awards__main {
    width: 343px;
    height: 192px;
    margin-top: 24px;
    border-radius: 8px;
  }

  .aiers-admaker-awards__row {
    width: calc(100% + 32px);
    height: 127px;
    gap: 0;
    margin-top: 20px;
    margin-left: -16px;
    overflow: hidden;
  }

  .aiers-admaker-awards__set {
    display: flex;
    flex: 0 0 auto;
    width: 827px;
    animation: aiers-admaker-awards-marquee 22s linear infinite;
    will-change: transform;
  }

  .aiers-admaker-awards__row figure {
    flex: 0 0 auto;
    height: 127px;
  }

  .aiers-admaker-awards__row .is-indywood {
    order: 1;
    width: 188px;
  }

  .aiers-admaker-awards__row .is-winner {
    order: 2;
    width: 224px;
  }

  .aiers-admaker-awards__row .is-shorts {
    order: 3;
    width: 282px;
  }

  .aiers-admaker-awards__row .is-reale {
    order: 4;
    width: 133px;
  }

  @media (prefers-reduced-motion: reduce) {
    .aiers-admaker-awards__set {
      animation: none;
    }
  }

  .aiers-admaker-price .aiers-admaker-section-head h2 {
    width: 343px;
    font-size: 24px;
    line-height: 1.25;
    white-space: normal;
  }

  .aiers-admaker-price .aiers-admaker-section-head {
    min-height: 135px;
  }

  .aiers-admaker-price .aiers-admaker-section-head h2 em {
    display: block;
  }

  .aiers-admaker-price .aiers-admaker-section-head p {
    width: 343px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-price__chart {
    width: 343px;
    height: 201.462px;
    margin-top: 32px;
  }

  .aiers-admaker-price__chart::after {
    top: 141px;
  }

  .aiers-admaker-price__discount {
    left: 0;
    top: 6px;
    width: 88px;
    min-height: 36px;
    padding: 6px 13px;
    font-size: 16px;
    letter-spacing: -0.32px;
    white-space: nowrap;
  }

  .aiers-admaker-price__discount::after {
    left: 44px;
    top: 36px;
    width: 1.5px;
    height: 45px;
  }

  .aiers-admaker-price__dot {
    left: 37.75px;
    top: 80.75px;
    width: 13.251px;
    height: 13.251px;
  }

  .aiers-admaker-price__trend {
    left: 43px;
    top: 87px;
    width: 261px;
    border-top-width: 2px;
    transform: rotate(-18.43deg);
  }

  .aiers-admaker-price__arrow {
    top: 0;
    left: 292px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
    transform: rotate(-18.43deg);
  }

  .aiers-admaker-price__bars {
    left: 0;
    top: 32px;
    width: 343px;
    height: 169.462px;
    gap: 0;
  }

  .aiers-admaker-price__bars article {
    width: 85.75px;
    height: 169.462px;
  }

  .aiers-admaker-price__bars i {
    width: 45.132px;
    height: 33.473px;
    margin-bottom: 6.394px;
    border-radius: 4px 4px 0 0;
  }

  .aiers-admaker-price__bars article:nth-child(2) i {
    height: 51.149px;
  }

  .aiers-admaker-price__bars article:nth-child(3) i {
    height: 81.989px;
  }

  .aiers-admaker-price__bars article:nth-child(4) i {
    height: 109.068px;
  }

  .aiers-admaker-price__bars p,
  .aiers-admaker-price__bars strong {
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
  }

  .aiers-admaker-price__bars article.is-active p {
    color: #121212;
  }

  .aiers-admaker-price__bars article.is-active strong {
    color: var(--am-rose);
  }

  .aiers-admaker-price__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 42px;
  }

  .aiers-admaker-price__grid article,
  .aiers-admaker-price__grid article:nth-child(2),
  .aiers-admaker-price__grid article:nth-child(3),
  .aiers-admaker-price__grid article:nth-child(4) {
    min-height: 168px;
    padding: 18px;
  }

  .aiers-admaker-price__grid p {
    font-size: 14px;
  }

  .aiers-admaker-price__grid strong {
    font-size: 22px;
  }

  .aiers-admaker-offer {
    grid-template-columns: 1fr;
    grid-template-rows: auto 47px;
    grid-template-areas:
      "title"
      "button";
    min-height: 217px;
    margin-top: 24px;
    padding: 16px;
    row-gap: 10px;
    border-radius: 8px;
  }

  .aiers-admaker-offer div {
    padding-left: 2px;
  }

  .aiers-admaker-offer b {
    width: 221px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    white-space: nowrap;
  }

  .aiers-admaker-offer span {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  .aiers-admaker-offer p {
    position: absolute;
    right: 16px;
    top: 92px;
    grid-area: auto;
    align-items: flex-end;
    text-align: right;
  }

  .aiers-admaker-offer s {
    font-size: 13px;
    line-height: 1.5;
  }

  .aiers-admaker-offer strong {
    font-size: 24px;
    line-height: 1.5;
  }

  .aiers-admaker-offer a {
    width: 100%;
    min-height: 47px;
    padding: 16px 12px;
    border-radius: 4px;
    font-size: 18px;
  }

  .aiers-admaker-refund {
    align-items: flex-start;
    min-height: 269px;
    padding-top: 44px;
  }

  .aiers-admaker-refund__mark--large,
  .aiers-admaker-refund__mark--tiny,
  .aiers-admaker-refund__mark--small {
    display: none;
  }

  .aiers-admaker-refund__mark--mo-large {
    display: block;
    left: -39px;
    top: 153px;
    width: 137px;
    height: 137px;
    transform: rotate(-15deg);
  }

  .aiers-admaker-refund__mark--mo-small {
    display: block;
    left: 256px;
    top: -40px;
    width: 109px;
    height: 109px;
    transform: rotate(30deg);
  }

  .aiers-admaker-refund > div {
    width: 324px;
  }

  .aiers-admaker-refund > div > span {
    font-size: 16px;
    line-height: 1.5;
  }

  .aiers-admaker-refund h2 {
    font-size: 32px;
    line-height: 1.5;
  }

  .aiers-admaker-nav {
    top: 56px;
    width: 100%;
    height: 56px;
    overflow: hidden;
  }

  .aiers-admaker-nav a {
    min-width: 0;
    height: 56px;
    padding: 0 4px;
    color: #5e5d59;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .aiers-admaker-page #results-preview,
  .aiers-admaker-page #curriculum,
  .aiers-admaker-page #instructor,
  .aiers-admaker-page #faq {
    scroll-margin-top: 116px;
  }

  .aiers-admaker-chips {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .aiers-admaker-chips::-webkit-scrollbar {
    display: none;
  }

  .aiers-admaker-chips li {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.14px;
  }

  .aiers-admaker-preview__rail,
  .aiers-admaker-awards__row,
  .aiers-admaker-welcome__grid,
  .aiers-admaker-results__grid,
  .aiers-admaker-materials__grid,
  .aiers-admaker-method__grid,
  .aiers-admaker-tools__grid,
  .aiers-admaker-journey__grid,
  .aiers-admaker-promise__grid,
  .aiers-admaker-guarantee__grid,
  .aiers-admaker-apply ul {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-preview__rail {
    display: flex;
    width: calc(100% + 32px);
    height: calc(var(--am-preview-card-height) + var(--am-preview-card-height) + 10px);
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    margin: 0 -16px;
    padding: 0;
  }

  .aiers-admaker-preview__row,
  .aiers-admaker-preview__track {
    height: var(--am-preview-card-height);
  }

  .aiers-admaker-preview__track {
    animation-duration: 44s;
  }

  .aiers-admaker-preview__track.is-speed-b {
    animation-duration: 60s;
  }

  .aiers-admaker-preview__set {
    gap: 10px;
    padding-right: 10px;
  }

  .aiers-admaker-preview__rail figure {
    height: var(--am-preview-card-height);
    border-radius: 8px;
  }

  .aiers-admaker-preview__rail figure.is-wide {
    width: var(--am-preview-card-width);
  }

  .aiers-admaker-preview__rail figure.is-narrow {
    width: var(--am-preview-narrow-width);
  }

  .aiers-admaker-preview__rail img,
  .aiers-admaker-preview__rail video {
    height: 100%;
  }

  .aiers-admaker-awards__row img {
    height: 100%;
  }

  .aiers-admaker-bridge,
  .aiers-admaker-bridge--soft {
    height: 300px;
  }

  .aiers-admaker-bridge--takeaway {
    height: 300px;
  }

  .aiers-admaker-bridge__takeaway-copy {
    width: 303px;
    gap: 12px;
  }

  .aiers-admaker-bridge__takeaway-copy h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.44px;
    white-space: normal;
  }

  .aiers-admaker-bridge__takeaway-copy p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }

  .aiers-admaker-bridge__takeaway-copy p br {
    display: none;
  }

  .aiers-admaker-bridge__glow--takeaway-dt-left,
  .aiers-admaker-bridge__glow--takeaway-dt-right {
    display: none;
  }

  .aiers-admaker-bridge__glow--takeaway-mo-top {
    top: -481px;
    left: -483px;
    display: block;
    width: 961px;
    height: 961px;
  }

  .aiers-admaker-bridge__glow--takeaway-mo-bottom {
    top: -194px;
    left: -114px;
    display: block;
    width: 935px;
    height: 935px;
  }

  .aiers-admaker-bridge--director {
    height: 300px;
  }

  .aiers-admaker-bridge--director .aiers-admaker-bridge__media img {
    position: absolute;
    top: -22.18%;
    left: -21.87%;
    width: 151.02%;
    height: 125.85%;
    object-fit: cover;
  }

  .aiers-admaker-bridge__copy {
    top: 0.5px;
    width: 343px;
    max-width: calc(100% - 32px);
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.44px;
    white-space: normal;
  }

  .aiers-admaker-bridge__glow--dt-left,
  .aiers-admaker-bridge__glow--dt-right {
    display: none;
  }

  .aiers-admaker-bridge__glow--mo-top {
    top: -481px;
    left: -483px;
    display: block;
    width: 961px;
    height: 961px;
  }

  .aiers-admaker-bridge__glow--mo-bottom {
    top: -194px;
    left: -114px;
    display: block;
    width: 935px;
    height: 935px;
  }

  .aiers-admaker-empathy {
    min-height: 1333px;
    padding: 60px 0 80px;
  }

  .aiers-admaker-empathy .aiers-admaker-container {
    width: 343px;
  }

  .aiers-admaker-empathy__deco--perfume {
    top: 19px;
    left: calc(50% + 28px);
    width: 250.861px;
    height: 250.861px;
  }

  .aiers-admaker-empathy__deco--bag {
    top: 845px;
    left: calc(50% - 260px);
    width: 160.972px;
    height: 241.021px;
  }

  .aiers-admaker-empathy__deco--glasses {
    top: 994px;
    left: calc(50% + 26px);
    width: 336.642px;
    height: 420.803px;
  }

  .aiers-admaker-empathy__head {
    width: 343px;
  }

  .aiers-admaker-empathy__head h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-admaker-empathy__head p {
    min-height: auto;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-empathy__cards {
    width: 343px;
    height: auto;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  .aiers-admaker-empathy-card {
    width: 343px;
    height: 240px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  }

  .aiers-admaker-empathy-card__copy,
  .aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__copy,
  .aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__copy {
    top: 20px;
    left: 20px;
    width: 303px;
    gap: 4px;
  }

  .aiers-admaker-empathy-card h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 13.201px;
    letter-spacing: -0.1155px;
  }

  .aiers-admaker-empathy-card p,
  .aiers-admaker-empathy-card.is-card-01 p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.28px;
  }

  .aiers-admaker-empathy-card__glow {
    width: 350px;
    height: 350px;
  }

  .aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__glow {
    top: -37px;
    left: 115px;
  }

  .aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__glow {
    top: 11px;
    left: 109px;
  }

  .aiers-admaker-empathy-card.is-card-03 .aiers-admaker-empathy-card__glow {
    top: 7px;
    left: 105px;
  }

  .aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__avatar {
    top: 107px;
    left: 225px;
    width: 107px;
    height: 141px;
  }

  .aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__avatar {
    top: 101px;
    left: 217px;
    width: 118px;
    height: 157px;
  }

  .aiers-admaker-empathy-card.is-card-03 .aiers-admaker-empathy-card__avatar {
    top: 109px;
    left: 225px;
    width: 103px;
    height: 140px;
  }

  .aiers-admaker-empathy__line {
    height: 120px;
    margin-top: 40px;
  }

  .aiers-admaker-empathy__closing {
    width: 314px;
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-admaker-results__closing,
  .aiers-admaker-method__closing {
    font-size: 22px;
  }

  .aiers-admaker-core {
    min-height: 1840px;
    padding: 60px 0 80px;
  }

  .aiers-admaker-core__bg {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .aiers-admaker-core .aiers-admaker-container {
    width: 343px;
  }

  .aiers-admaker-core__title {
    width: 343px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }

  .aiers-admaker-core__list {
    width: 343px;
    gap: 10px;
    margin-top: 40px;
  }

  .aiers-admaker-core-card {
    width: 343px;
    min-height: 499px;
    padding: 32px 16px;
    border-radius: 8px;
  }

  .aiers-admaker-core-card:first-child {
    min-height: 522px;
  }

  .aiers-admaker-core-card__head {
    gap: 6px;
  }

  .aiers-admaker-core-card__head span {
    min-height: 31px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: -0.12px;
  }

  .aiers-admaker-core-card__head h3 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }

  .aiers-admaker-core-card__body {
    display: flex;
    width: 311px;
    height: auto;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .aiers-admaker-core-card.is-media-right .aiers-admaker-core-card__body figure {
    order: -1;
  }

  .aiers-admaker-core-card__body figure {
    width: 311px;
    height: 207px;
    border-radius: 8px;
  }

  .aiers-admaker-core-card__body > div,
  .aiers-admaker-core-card.is-media-right .aiers-admaker-core-card__body > div {
    width: 311px;
    height: auto;
    gap: 9px;
    padding: 0;
  }

  .aiers-admaker-core-card h4,
  .aiers-admaker-core-card:first-child h4,
  .aiers-admaker-core-card:nth-child(2) h4 {
    width: 311px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.18px;
  }

  .aiers-admaker-core-card p {
    width: 311px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.15px;
  }

  .aiers-admaker-welcome {
    padding: 60px 0;
    background: #fffafb;
  }

  .aiers-admaker-welcome .aiers-admaker-container {
    width: 343px;
  }

  .aiers-admaker-welcome__head {
    width: 343px;
  }

  .aiers-admaker-welcome__head h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .aiers-admaker-welcome__head p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-welcome__cards {
    width: 343px;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  .aiers-admaker-welcome-card {
    width: 343px;
    height: 300px;
    padding: 20px;
    border-width: 1.5px;
    border-radius: 8px;
  }

  .aiers-admaker-welcome-card__copy {
    width: 303px;
    gap: 8px;
  }

  .aiers-admaker-welcome-card__copy span {
    font-size: 13px;
    line-height: 1.6;
  }

  .aiers-admaker-welcome-card__copy h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }

  .aiers-admaker-welcome-card__copy p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.14px;
  }

  .aiers-admaker-welcome-card__art {
    right: 20px;
    bottom: 20px;
    width: 123px;
    height: 115px;
  }

  .aiers-admaker-welcome-card__art .is-shadow {
    right: 0;
    bottom: 0;
    width: 101.2px;
    height: 11.96px;
  }

  .aiers-admaker-welcome-card__art .is-file {
    left: 29.44px;
    top: 42.24px;
    width: 69px;
    height: 69.072px;
  }

  .aiers-admaker-welcome-card__art .is-film {
    left: 0;
    top: 14.82px;
    width: 46.672px;
    height: 46.672px;
  }

  .aiers-admaker-welcome-card__art .is-book {
    left: 84.9px;
    top: 14.6px;
    width: 33.475px;
    height: 33.475px;
  }

  .aiers-admaker-welcome-card__art .is-robot {
    width: 123px;
    height: 118px;
  }

  .aiers-admaker-feature-grid {
    grid-template-columns: repeat(2, 167px);
    gap: 10px 9px;
    width: 343px;
    margin-top: 10px;
  }

  .aiers-admaker-feature-grid article {
    width: 167px;
    height: 158px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 16px;
  }

  .aiers-admaker-feature-grid b {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  .aiers-admaker-feature-grid p {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-results__grid img {
    height: 220px;
  }

  .aiers-admaker-question {
    padding: 70px 0;
  }

  .aiers-admaker-question article {
    padding: 28px;
  }

  .aiers-admaker-question h2 {
    font-size: 24px;
  }

  .aiers-admaker-question p {
    font-size: 16px;
  }

  .aiers-admaker-steps__list article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
  }

  .aiers-admaker-steps__list img {
    height: 180px;
  }

  .aiers-admaker-steps__list h3 {
    font-size: 22px;
  }

  .aiers-admaker-schedule article {
    padding: 24px;
  }

  .aiers-admaker-schedule li {
    grid-template-columns: 58px 1fr;
    gap: 6px 12px;
  }

  .aiers-admaker-instructor__card {
    gap: 24px;
    padding: 26px;
  }

  .aiers-admaker-instructor__card h2 {
    font-size: 34px;
  }

  .aiers-admaker-reviews {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-tools__grid article {
    min-height: auto;
  }

  .aiers-admaker-apply__card {
    padding: 28px 22px;
  }

  .aiers-admaker-apply__price {
    display: grid;
  }

  .aiers-admaker-apply__price strong {
    font-size: 42px;
  }

  .aiers-admaker-apply__price p {
    text-align: left;
  }

  .aiers-admaker-apply__status {
    display: grid;
    font-size: 16px;
  }

  .aiers-admaker-faq details {
    padding: 0 18px;
  }

  .aiers-admaker-faq summary {
    min-height: 70px;
    gap: 12px;
  }

  .aiers-admaker-faq summary span {
    font-size: 17px;
  }

  .aiers-admaker-faq details p {
    padding: 0 0 22px 36px;
    font-size: 15px;
  }

  .aiers-admaker-timer {
    padding: 68px 0 132px;
  }

  .aiers-admaker-timer__digits {
    gap: 8px;
  }

  .aiers-admaker-timer__digits span {
    grid-template-columns: repeat(2, 34px);
    gap: 4px;
  }

  .aiers-admaker-timer__digits b {
    height: 52px;
    font-size: 28px;
  }

}

@media (max-width: 1024px) {
  .aiers-admaker-hero__media img,
  .aiers-admaker-hero__media video {
    top: auto;
    bottom: 0;
    width: max(100%, min(140vw, 560px));
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiers-admaker-page.is-aiers-motion-ready [data-aiers-reveal] {
    transition: none;
  }
}

/* Ralph rebuild: latter-half sections aligned to aiers-kdrama structure */
.aiers-admaker-outcomes,
.aiers-admaker-qa,
.aiers-admaker-curriculum,
.aiers-admaker-materials-v2,
.aiers-admaker-method-v2,
.aiers-admaker-schedule-v2,
.aiers-admaker-instructor-v2,
.aiers-admaker-interview-v2,
.aiers-admaker-tools-v2,
.aiers-admaker-journey-v2,
.aiers-admaker-promise-v2,
.aiers-admaker-how-v2,
.aiers-admaker-apply-v2,
.aiers-admaker-faq-v2,
.aiers-admaker-deadline {
  position: relative;
  overflow: hidden;
}

.aiers-admaker-outcomes__inner,
.aiers-admaker-qa__inner,
.aiers-admaker-curriculum__inner,
.aiers-admaker-materials-v2__inner,
.aiers-admaker-method-v2__inner,
.aiers-admaker-schedule-v2__inner,
.aiers-admaker-instructor-v2__inner,
.aiers-admaker-interview-v2__inner,
.aiers-admaker-tools-v2__inner,
.aiers-admaker-journey-v2__inner,
.aiers-admaker-promise-v2__inner,
.aiers-admaker-how-v2__inner,
.aiers-admaker-apply-v2__inner,
.aiers-admaker-faq-v2__inner,
.aiers-admaker-deadline__inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.aiers-admaker-outcomes {
  position: relative;
  padding: 140px 0 120px;
  background: #ffffff;
}

.aiers-admaker-outcomes__arc {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 882px;
  height: 64px;
  background: #781C36;
  -webkit-mask: url("./figma/outputs/s13-top-arc.svg") center / 100% 100% no-repeat;
  mask: url("./figma/outputs/s13-top-arc.svg") center / 100% 100% no-repeat;
  transform: translateX(-50%);
  pointer-events: none;
}

.aiers-admaker-outcomes__arc img {
  display: none;
}

.aiers-admaker-outcomes__head {
  display: grid;
  gap: 18px;
  margin-bottom: 60px;
  text-align: left;
}

.aiers-admaker-outcomes__head h2,
.aiers-admaker-curriculum__title,
.aiers-admaker-materials-v2 h2,
.aiers-admaker-method-v2__title,
.aiers-admaker-schedule-v2__title,
.aiers-admaker-instructor-v2__title,
.aiers-admaker-interview-v2 h2,
.aiers-admaker-tools-v2 h2,
.aiers-admaker-journey-v2 h2,
.aiers-admaker-promise-v2 h2,
.aiers-admaker-how-v2 h2,
.aiers-admaker-apply-v2 h2,
.aiers-admaker-faq-v2 h2,
.aiers-admaker-deadline h2 {
  color: var(--am-ink);
  font-size: 52px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.aiers-admaker-outcomes__head h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.aiers-admaker-outcomes__head em,
.aiers-admaker-curriculum__title em,
.aiers-admaker-materials-v2 em,
.aiers-admaker-method-v2__title em,
.aiers-admaker-schedule-v2__title em,
.aiers-admaker-instructor-v2__title em,
.aiers-admaker-tools-v2 em,
.aiers-admaker-journey-v2 em,
.aiers-admaker-promise-v2 em,
.aiers-admaker-how-v2 em,
.aiers-admaker-apply-v2 em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-outcomes__head p {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-outcomes__stack {
  display: grid;
  gap: 20px;
}

.aiers-admaker-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aiers-admaker-outcomes__card {
  display: grid;
  gap: 20px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
  color: #121212;
}

.aiers-admaker-outcomes__card-head {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 113px;
}

.aiers-admaker-outcomes__card span {
  justify-self: start;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: 1px solid var(--am-rose);
  border-radius: 4px;
  background: rgba(117, 29, 53, 0.05);
  color: var(--am-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-outcomes__card h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-outcomes__card p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-outcomes__card figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 580 / 326;
  border-radius: 12px;
  background: #eeeeee;
}

.aiers-admaker-outcomes__card figure img,
.aiers-admaker-outcomes__card figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-outcomes__swap img {
  position: absolute;
  inset: 0;
  animation: aiers-admaker-outcome-swap 6s ease-in-out infinite;
}

.aiers-admaker-outcomes__swap img.is-alt {
  opacity: 0;
  animation-delay: 3s;
}

@keyframes aiers-admaker-outcome-swap {
  0%,
  44% {
    opacity: 1;
  }

  50%,
  94% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiers-admaker-outcomes__swap img {
    animation: none;
  }

  .aiers-admaker-outcomes__swap img.is-alt {
    opacity: 0;
  }
}

.aiers-admaker-outcomes__card--wide,
.aiers-admaker-outcomes__card--final {
  grid-column: 1 / -1;
}

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

.aiers-admaker-outcomes__products article {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-outcomes__products img,
.aiers-admaker-outcomes__products video {
  width: 100%;
  aspect-ratio: 606 / 341;
  object-fit: cover;
}

.aiers-admaker-outcomes__products div {
  display: grid;
  gap: 4px;
  padding: 24px 32px;
}

.aiers-admaker-outcomes__products h4 {
  margin: 0;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.aiers-admaker-outcomes__products p {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.aiers-admaker-outcomes__card--final figure {
  aspect-ratio: 1232 / 693;
}

.aiers-admaker-outcomes__card--final i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  padding-left: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--am-rose);
  font-size: 23px;
  font-style: normal;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.aiers-admaker-outcomes__callout {
  width: 100%;
  margin: 20px 0 0;
  padding: 24px;
  border: 2px solid var(--am-rose);
  border-radius: 12px;
  background: rgba(117, 29, 53, 0.05);
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.aiers-admaker-outcomes__callout span {
  color: var(--am-rose);
}

.aiers-admaker-outcomes__head em,
.aiers-admaker-outcomes__card span,
.aiers-admaker-outcomes__callout span {
  color: #781C36;
}

.aiers-admaker-outcomes__card span,
.aiers-admaker-outcomes__callout {
  border-color: #781C36;
}

.aiers-admaker-outcomes__card span,
.aiers-admaker-outcomes__callout {
  background-color: rgba(120, 28, 54, 0.05);
}

.aiers-admaker-qa {
  padding: 120px 0 122px;
  background: #f5e9ed;
}

.aiers-admaker-qa__inner {
  display: grid;
  gap: 60px;
}

.aiers-admaker-qa__title {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.aiers-admaker-qa__title em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-qa__chat {
  position: relative;
  min-height: 1132px;
}

.aiers-admaker-qa__row {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.aiers-admaker-qa__row--question {
  flex-direction: row;
  align-items: center;
}

.aiers-admaker-qa__row--question p {
  padding: 18px 30px;
  border-radius: 20px 0 20px 20px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-admaker-qa__row--question img {
  width: 80px;
  height: 80px;
  border-radius: 999px;
}

.aiers-admaker-qa__row--answer > img {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 999px;
}

.aiers-admaker-qa__row--answer div {
  max-width: 560px;
  margin-top: 27px;
  padding: 18px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 0 20px 20px 20px;
  background: #ffffff;
}

.aiers-admaker-qa__row--answer p {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-qa__row--question.is-first {
  right: 21px;
  top: 0;
}

.aiers-admaker-qa__row--answer.is-first {
  left: 10px;
  top: 93px;
}

.aiers-admaker-qa__row--question.is-second {
  right: 21px;
  top: 560px;
}

.aiers-admaker-qa__row--answer.is-second {
  left: 10px;
  top: 689px;
}

.aiers-admaker-qa__example {
  position: absolute;
  overflow: hidden;
  width: 536px;
  height: 300px;
  margin: 0;
  border-radius: 12px;
  background: #e7d8dd;
}

.aiers-admaker-qa__example img,
.aiers-admaker-qa__example video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-qa__example figcaption {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 8px 12px;
  border: 1px solid #ffd1d8;
  border-radius: 999px;
  background: var(--am-rose);
  color: #f9f7fc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.aiers-admaker-qa__example.is-first {
  left: 110px;
  top: 367px;
}

.aiers-admaker-qa__example.is-second {
  left: 110px;
  top: 842px;
}

.aiers-admaker-curriculum {
  padding: 124px 0 130px;
  background: #151015;
  color: #ffffff;
}

.aiers-admaker-curriculum__title {
  color: #ffffff;
}

.aiers-admaker-curriculum__title em {
  color: #ff8ea2;
}

.aiers-admaker-curriculum__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.aiers-admaker-curriculum__cards article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.aiers-admaker-curriculum__cards img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.aiers-admaker-curriculum__cards div {
  display: grid;
  gap: 9px;
  padding: 22px;
}

.aiers-admaker-curriculum__cards h3 {
  min-height: 64px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.aiers-admaker-curriculum__cards span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.aiers-admaker-curriculum__compares {
  display: grid;
  gap: 26px;
  margin-top: 60px;
}

.aiers-admaker-curriculum__compare {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.aiers-admaker-curriculum__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 4px 8px;
}

.aiers-admaker-curriculum__copy h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.aiers-admaker-curriculum__copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.62;
}

.aiers-admaker-curriculum__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aiers-admaker-curriculum__pair > div {
  overflow: hidden;
  min-height: 210px;
  border-radius: 16px;
  background: #ffffff;
  color: #1b1116;
}

.aiers-admaker-curriculum__pair b {
  display: block;
  padding: 18px 20px 4px;
  font-size: 22px;
  font-weight: 900;
}

.aiers-admaker-curriculum__pair span {
  display: block;
  min-height: 58px;
  padding: 0 20px 16px;
  color: #594a4f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.aiers-admaker-curriculum__pair img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.aiers-admaker-curriculum__pair .is-before {
  background: #f4f4f4;
}

.aiers-admaker-curriculum__pair .is-after {
  background: #fff4f7;
}

.aiers-admaker-curriculum__pair .is-after b {
  color: var(--am-rose);
}

.aiers-admaker-steps {
  padding: 120px 0;
  background: #fcf7f9;
  color: #121212;
}

.aiers-admaker-steps__inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

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

.aiers-admaker-steps__title em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-steps__grid {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  gap: 20px;
  margin-top: 0;
}

.aiers-admaker-steps__card {
  overflow: hidden;
  width: 630px;
  height: 592px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-steps__thumb {
  width: 100%;
  height: 354px;
  border-bottom: 1px solid #e6e6e6;
  background: #c2c3c1;
  object-fit: cover;
}

.aiers-admaker-steps__body {
  height: 238px;
  padding: 36px 40px;
  background: #ffffff;
}

.aiers-admaker-steps__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid var(--am-rose);
  border-radius: 4px;
  background: rgba(117, 29, 53, 0.08);
  color: var(--am-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-steps__body h3 {
  margin-top: 12px;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.aiers-admaker-steps__body p:not(.aiers-admaker-steps__badge) {
  margin-top: 8px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}

.aiers-admaker-steps__callout {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--am-rose);
  border-radius: 12px;
  background: #ffffff;
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.aiers-admaker-steps__callout em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-steps__compares {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.aiers-admaker-steps__compare header {
  text-align: center;
}

.aiers-admaker-steps__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #d7a3b2;
  border-radius: 4px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-steps__compare h3 {
  margin-top: 12px;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.aiers-admaker-steps__desc {
  margin-top: 8px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-steps__pair {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  gap: 20px;
  margin-top: 24px;
}

.aiers-admaker-steps__bar {
  display: flex;
  width: 630px;
  height: 89px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  color: #ffffff;
  text-align: center;
}

.aiers-admaker-steps__before .aiers-admaker-steps__bar {
  background: #666666;
}

.aiers-admaker-steps__after .aiers-admaker-steps__bar {
  background: var(--am-rose);
}

.aiers-admaker-steps__bar b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-steps__after .aiers-admaker-steps__bar b {
  font-weight: 600;
}

.aiers-admaker-steps__bar b img {
  width: 19.5px;
  height: 19.5px;
}

.aiers-admaker-steps__bar span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-steps__shot {
  display: block;
  width: 630px;
  height: 354px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
  object-fit: cover;
}

.aiers-admaker-materials-v2 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 768px;
  align-items: center;
  padding: 120px 0;
  background: #121212;
}

.aiers-admaker-materials-v2__inner {
  position: relative;
  z-index: 1;
}

.aiers-admaker-materials-v2__head {
  margin-bottom: 60px;
}

.aiers-admaker-materials-v2__head h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
}

.aiers-admaker-materials-v2__head h2 em {
  color: var(--am-lime);
  font-style: normal;
}

.aiers-admaker-materials-v2__head p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-materials-v2__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0;
  list-style: none;
}

.aiers-admaker-materials-v2__cards li {
  min-height: 330px;
  padding: 30px;
  border: 1px solid #383838;
  border-radius: 16px;
  background: #292929;
}

.aiers-admaker-materials-v2__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid var(--am-lime);
  border-radius: 4px;
  background: rgba(220, 237, 199, 0.1);
  color: var(--am-lime);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-materials-v2__cards img {
  width: 100%;
  height: 154px;
  margin-top: 20px;
  object-fit: contain;
}

.aiers-admaker-materials-v2__cards b {
  display: block;
  margin-top: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.aiers-admaker-materials-v2__cards span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.aiers-admaker-bridge2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 333px;
  background: #121212;
  text-align: center;
}

.aiers-admaker-bridge2__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.aiers-admaker-bridge2__media::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}

.aiers-admaker-bridge2__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-bridge2__glow {
  position: absolute;
  z-index: 1;
  width: 461px;
  height: 461px;
  border-radius: 50%;
  background: rgba(236, 255, 212, 0.5);
  filter: blur(250px);
  pointer-events: none;
}

.aiers-admaker-bridge2__glow--left {
  left: calc(50% - 1147px);
  top: calc(50% - 6.5px);
}

.aiers-admaker-bridge2__glow--right {
  left: calc(50% + 687px);
  top: calc(50% - 6.5px);
}

.aiers-admaker-bridge2__copy {
  position: relative;
  z-index: 2;
  width: 1135px;
  max-width: calc(100% - 48px);
}

.aiers-admaker-bridge2__eyebrow {
  color: var(--am-lime);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.16px;
}

.aiers-admaker-bridge2 h2 {
  margin-top: 16px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-admaker-bridge2 h2 em {
  color: #e7c9d3;
  font-style: normal;
}

.aiers-admaker-bridge2__body {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.aiers-admaker-method-v2 {
  position: relative;
  display: flex;
  min-height: 1059px;
  align-items: center;
  padding: 140px 0 120px;
  background: #fcf7f9;
}

.aiers-admaker-method-v2::before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 882px;
  height: 64px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
    url("./figma/bridge/s17-bg.webp") lightgray -196px -393.208px / 203.452% 1192.104% no-repeat;
  -webkit-mask: url("./figma/outputs/s13-top-arc.svg") center / 100% 100% no-repeat;
  mask: url("./figma/outputs/s13-top-arc.svg") center / 100% 100% no-repeat;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
}

.aiers-admaker-method-v2__title {
  margin-bottom: 60px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
}

.aiers-admaker-method-v2__title em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-method-v2__avatar {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(180deg, #e7c9d3 0%, #b95e7d 100%);
}

.aiers-admaker-method-v2__avatar.is-01 {
  background: linear-gradient(180deg, #d39aae 0%, #b95e7d 100%);
}

.aiers-admaker-method-v2__avatar img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  object-position: top center;
}

.aiers-admaker-method-v2__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 0;
}

.aiers-admaker-method-v2__cards article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #ffffff;
}


.aiers-admaker-method-v2__cards h3 {
  min-height: 0;
  margin-top: 12px;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.aiers-admaker-method-v2__box {
  width: 100%;
  min-height: 120px;
  margin-top: 20px;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
}

.aiers-admaker-method-v2__box.is-before {
  border: 1px solid #e6e6e6;
  background: #fafafa;
}

.aiers-admaker-method-v2__box.is-after {
  margin-top: 16px;
  border: 1px solid var(--am-rose);
  background: #fcf7f9;
}

.aiers-admaker-method-v2__box b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-method-v2__box b img {
  width: 24px;
  height: 24px;
}

.aiers-admaker-method-v2__box.is-before b {
  color: #ff5c70;
}

.aiers-admaker-method-v2__box.is-after b {
  color: var(--am-rose);
}

.aiers-admaker-method-v2__box p {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-method-v2__box.is-after p {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
}

.aiers-admaker-method-v2__arrow {
  width: 80px;
  height: 53px;
  margin-top: 16px;
}

.aiers-admaker-method-v2__arrow img {
  width: 100%;
  height: 100%;
}

.aiers-admaker-method-v2__callout {
  margin-top: 20px;
  padding: 24px;
  border: 2px solid var(--am-rose);
  border-radius: 12px;
  background: #ffffff;
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.aiers-admaker-method-v2__callout em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-schedule-v2 {
  padding: 120px 0;
  background: #f5e9ed;
}

.aiers-admaker-schedule-v2 .aiers-admaker-schedule-v2__title {
  margin-bottom: 60px;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
}

.aiers-admaker-schedule-v2__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 0;
}

.aiers-admaker-schedule-v2__col {
  display: flex;
  flex-direction: column;
}

.aiers-admaker-schedule-v2__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
  background: var(--am-rose);
  color: #ffffff;
}

.aiers-admaker-schedule-v2__head b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  background: #ffffff;
  color: var(--am-rose);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.aiers-admaker-schedule-v2__head span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-admaker-schedule-v2__body {
  flex: 1;
  padding: 20px 24px 32px;
  border: 1px solid #e7c9d3;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #ffffff;
}

.aiers-admaker-schedule-v2__item {
  position: relative;
  padding: 20px 0 20px 136px;
}

.aiers-admaker-schedule-v2__item:first-child {
  padding-top: 0;
}

.aiers-admaker-schedule-v2__item:last-child {
  padding-bottom: 0;
}

.aiers-admaker-schedule-v2__item + .aiers-admaker-schedule-v2__item {
  border-top: 1px dashed #e6e6e6;
}

.aiers-admaker-schedule-v2__col:nth-child(2) .aiers-admaker-schedule-v2__item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.aiers-admaker-schedule-v2__col:nth-child(2) .aiers-admaker-schedule-v2__item:first-child {
  padding-top: 0;
}

.aiers-admaker-schedule-v2__col:nth-child(2) .aiers-admaker-schedule-v2__item:last-child {
  padding-bottom: 0;
}

.aiers-admaker-schedule-v2__time {
  position: absolute;
  left: 0;
  margin-top: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 19.5px;
}

.aiers-admaker-schedule-v2__detail em {
  display: block;
  color: var(--am-rose);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.aiers-admaker-schedule-v2__detail b {
  display: block;
  margin-top: 4px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.5px;
}

.aiers-admaker-schedule-v2__detail p {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.aiers-admaker-schedule-v2__result {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 0 -136px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fcf7f9;
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.aiers-admaker-schedule-v2__result > span:first-child {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 6px 10px;
  border-radius: 4px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.aiers-admaker-schedule-v2__mobile-only {
  display: none;
}

.aiers-admaker-instructor-v2 {
  padding: 100px 0 120px;
  background: #fcf7f9;
  color: #121212;
}

.aiers-admaker-instructor-v2 .aiers-admaker-instructor-v2__title {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}

.aiers-admaker-instructor-v2__title em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-instructor-v2__card {
  position: relative;
  margin-top: 60px;
  min-height: 476px;
  padding: 23px;
  border: 1px solid #e6dfd8;
  border-radius: 16px;
  background: #ffffff;
}

.aiers-admaker-instructor-v2__top {
  display: flex;
  gap: 37px;
  align-items: center;
}

.aiers-admaker-instructor-v2__photo {
  width: 283px;
  height: 283px;
  flex: 0 0 auto;
  border-radius: 12px;
  object-fit: cover;
}

.aiers-admaker-instructor-v2__meta {
  width: 835px;
}

.aiers-admaker-instructor-v2__meta h3 {
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.aiers-admaker-instructor-v2__role {
  margin-top: 8px;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-instructor-v2__links {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.aiers-admaker-instructor-v2__links a,
.aiers-admaker-instructor-v2__links span {
  display: inline-flex;
  height: 33px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(154, 54, 88, 0.05);
  color: var(--am-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 18.4px;
  letter-spacing: -0.18px;
  text-decoration: none;
}

.aiers-admaker-instructor-v2__meta ul {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e6dfd8;
}

.aiers-admaker-instructor-v2__meta li {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.aiers-admaker-instructor-v2__quote {
  position: absolute;
  left: 23px;
  right: 23px;
  top: 326px;
  padding: 16px;
  border-radius: 8px;
  background: var(--am-rose);
}

.aiers-admaker-instructor-v2__quote p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-proof__title {
  margin-top: 120px;
}

.aiers-admaker-proof__sub {
  margin-top: 18px;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-proof__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}

.aiers-admaker-proof__stats article,
.aiers-admaker-proof__reviews article {
  border: 1px solid #e7c9d3;
  border-radius: 16px;
  background: #ffffff;
}

.aiers-admaker-proof__stats article {
  display: grid;
  gap: 2px;
  justify-items: center;
  min-height: 188px;
  padding: 20px 24px;
  text-align: center;
  align-content: center;
}

.aiers-admaker-proof__stats em {
  color: var(--am-rose);
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

.aiers-admaker-proof__stats strong {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-proof__stats span {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

  .aiers-admaker-proof__stars {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    max-width: 100%;
  }

  .aiers-admaker-proof__stars img {
    width: 280px;
    height: 53.85px;
    flex: 0 1 auto;
    min-width: 0;
  }

  .aiers-admaker-proof__stars i {
    flex: 0 0 auto;
    font-style: normal;
  }

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

.aiers-admaker-proof__reviews article {
  padding: 20px 24px;
}

.aiers-admaker-proof__reviews article > img {
  width: 210px;
  height: 40.39px;
}

.aiers-admaker-proof__reviews p {
  margin-top: 16px;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.aiers-admaker-proof__reviews span {
  display: block;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #e6e6e6;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-proof__refund {
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 320px;
  margin-top: 40px;
  padding: 24px;
  border: 2px solid var(--am-rose);
  border-radius: 16px;
  background: rgba(154, 54, 88, 0.05);
  text-align: center;
  align-content: center;
}

.aiers-admaker-proof__refund img {
  width: 48px;
  height: 48px;
}

.aiers-admaker-proof__refund strong {
  color: #121212;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-proof__refund p {
  color: rgba(18, 18, 18, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-interview-v2 {
  padding: 120px 0;
  background: #f5e9ed;
}

.aiers-admaker-interview-v2 h2 {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
}

.aiers-admaker-interview-v2__list {
  display: grid;
  gap: 10px;
  margin-top: 60px;
}

.aiers-admaker-interview-v2 article {
  position: relative;
  width: 100%;
  padding: 32px 40px;
  border: 1px solid var(--am-rose);
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-interview-v2 article header {
  display: flex;
  gap: 15px;
  align-items: center;
}

.aiers-admaker-interview-v2 article header img {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border: 1px solid #6ca2de;
  border-radius: 999px;
  background: #2669b4;
  object-fit: cover;
}

.aiers-admaker-interview-v2 article em {
  display: block;
  color: var(--am-rose);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
}

.aiers-admaker-interview-v2 article h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.aiers-admaker-interview-v2 article p {
  margin-top: 20px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.aiers-admaker-interview-v2 article p strong {
  font-weight: 700;
}

.aiers-admaker-tools-v2 {
  padding: 120px 0;
  background: #ffffff;
}

.aiers-admaker-tools-v2 h2 {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
}

.aiers-admaker-tools-v2__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.aiers-admaker-tools-v2__grid li {
  grid-column: span 2;
  min-height: 213px;
  padding: 24px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
}

.aiers-admaker-tools-v2__grid li.is-wide {
  grid-column: span 3;
}

.aiers-admaker-tools-v2__grid header {
  display: flex;
  gap: 12px;
  align-items: center;
}

.aiers-admaker-tools-v2__grid header i {
  display: flex;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

.aiers-admaker-tools-v2__grid header i img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.aiers-admaker-tools-v2__grid header i.is-photo img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.aiers-admaker-tools-v2__grid p {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.05);
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.18px;
}

.aiers-admaker-tools-v2__grid p.is-required {
  border: 1px solid #ffe8ec;
  background: rgba(255, 122, 138, 0.1);
  color: #ff7a8a;
}

.aiers-admaker-tools-v2__grid h3 {
  margin-top: 2px;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-tools-v2__grid span {
  display: block;
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-tools-v2__note {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.aiers-admaker-journey-v2 {
  padding: 120px 0;
  background: var(--am-rose);
  color: #ffffff;
}

.aiers-admaker-journey-v2 h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
}

.aiers-admaker-journey-v2 h2 em {
  color: var(--am-lime);
  font-style: normal;
}

.aiers-admaker-journey-v2__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.aiers-admaker-journey-v2__cards article {
  position: relative;
  padding: 24px;
  border: 1px solid #e7c9d3;
  border-radius: 12px;
  background: #ffffff;
  color: #121212;
}

.aiers-admaker-journey-v2__cards article.is-main {
  border-width: 2px;
}

.aiers-admaker-journey-v2__cards article::after {
  position: absolute;
  top: 191px;
  right: -69px;
  z-index: 1;
  width: 97px;
  height: 21px;
  background: url("./figma/journey/arrow.svg") center / 100% 100% no-repeat;
  transform: rotate(-90deg);
  content: "";
}

.aiers-admaker-journey-v2__cards article:last-child::after {
  display: none;
}

.aiers-admaker-journey-v2__cards article > p {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid var(--am-rose);
  border-radius: 4px;
  background: rgba(117, 29, 53, 0.05);
  color: var(--am-rose);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-journey-v2__cards article.is-main > p {
  background: var(--am-rose);
  color: #ffffff;
}

.aiers-admaker-journey-v2__cards h3 {
  margin-top: 16px;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.aiers-admaker-journey-v2__sub {
  display: block;
  margin-top: 8px;
  color: var(--am-rose);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.aiers-admaker-journey-v2__cards ul {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.aiers-admaker-journey-v2 li {
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 0 24px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.aiers-admaker-journey-v2 .is-main li {
  border-color: var(--am-rose);
  background: rgba(117, 29, 53, 0.05);
  color: var(--am-rose);
  font-weight: 700;
}

.aiers-admaker-promise-v2 {
  padding: 120px 0;
  background: #ffffff;
}

.aiers-admaker-promise-v2 h2 {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
}

.aiers-admaker-promise-v2__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}

.aiers-admaker-promise-v2__items img {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  object-fit: cover;
}

.aiers-admaker-promise-v2__items p {
  margin-top: 24px;
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.aiers-admaker-promise-v2__items p em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-promise-v2__items span {
  display: block;
  margin-top: 11.75px;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.aiers-admaker-how-v2 {
  padding: 120px 0;
  background: #f5e9ed;
}

.aiers-admaker-how-v2 h2 {
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}

.aiers-admaker-how-v2__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.aiers-admaker-how-v2__grid article {
  display: flex;
  height: 480px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-how-v2__grid p {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 12px;
  border: 1px solid var(--am-rose);
  border-radius: 8px;
  background: rgba(117, 29, 53, 0.05);
  color: var(--am-rose);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-how-v2__grid h3 {
  margin-top: 16px;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.aiers-admaker-how-v2__grid span {
  display: block;
  margin-top: 8px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-how-v2__grid figure {
  height: 279px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 4px;
  background: #121212;
}

.aiers-admaker-how-v2__grid figure.is-illust {
  background: #e7c9d3;
}

.aiers-admaker-how-v2__grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aiers-admaker-apply-v2 {
  padding: 120px 0;
  background: #fcf7f9;
  color: #121212;
}

.aiers-admaker-apply-v2 h2 {
  color: #121212;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.aiers-admaker-apply-v2 h2 em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-apply-v2__price {
  margin-top: 60px;
  text-align: left;
}

.aiers-admaker-apply-v2__price > p {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--am-rose);
  color: #faf9f5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-apply-v2__price-row {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.aiers-admaker-apply-v2__price strong {
  color: var(--am-rose);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.aiers-admaker-apply-v2__price s {
  color: #999999;
  font-size: 22px;
  font-weight: 500;
}

.aiers-admaker-apply-v2__price > span {
  display: block;
  margin-top: 20px;
  color: #121212;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.aiers-admaker-apply-v2__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.aiers-admaker-apply-v2__cards article {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 20px 24px;
  border: 1px solid var(--am-rose);
  border-radius: 12px;
  background: rgba(117, 29, 53, 0.05);
  text-align: center;
}

.aiers-admaker-apply-v2__cards img {
  width: 24px;
  height: 24px;
}

.aiers-admaker-apply-v2__cards span {
  color: var(--am-rose);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.aiers-admaker-apply-v2__cards b {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-apply-v2__benefits {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 24px auto 0;
  padding: 20px 24px;
  border: 1px solid #d39aae;
  border-radius: 12px;
  background: #ffffff;
}

.aiers-admaker-apply-v2__benefits li {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: center;
  padding-top: 12px;
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.5px;
}

.aiers-admaker-apply-v2__benefits li::before {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  background: url("./figma/apply/icon-check.svg") center / contain no-repeat;
  content: "";
}

.aiers-admaker-apply-v2__benefits li + li {
  border-top: 1px dashed #e6e6e6;
}

.aiers-admaker-apply-v2__benefits li:first-child {
  padding-top: 0;
}

.aiers-admaker-apply-v2__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px 24px;
  border: 1px solid var(--am-rose);
  border-radius: 8px;
  background: rgba(117, 29, 53, 0.05);
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-apply-v2__status em {
  color: var(--am-rose);
  font-style: normal;
}

.aiers-admaker-apply-v2__status strong {
  color: var(--am-rose);
  font-size: 20px;
  font-weight: 700;
}

.aiers-admaker-apply-v2__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.aiers-admaker-apply-v2__buttons a,
.aiers-admaker-deadline a {
  display: inline-flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--am-rose);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.aiers-admaker-apply-v2__buttons a:nth-child(2) {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #000000;
}

.aiers-admaker-faq-v2 {
  padding: 112px 0 118px;
  background: #ffffff;
}

.aiers-admaker-faq-v2 {
  padding: 144px 0 180px;
  background: #ffffff;
}

.aiers-admaker-faq-v2 h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.aiers-admaker-faq-v2__list {
  display: grid;
  gap: 0;
  margin-top: 64px;
}

.aiers-admaker-faq-v2 details {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  background: transparent;
}

.aiers-admaker-faq-v2 details[open] {
  background: #fcf7f9;
}

.aiers-admaker-faq-v2 summary {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 56px 20px 24px;
  cursor: pointer;
  list-style: none;
}

.aiers-admaker-faq-v2 summary::after {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #737373;
  border-bottom: 2px solid #737373;
  transform: translateY(-70%) rotate(45deg);
  content: "";
}

.aiers-admaker-faq-v2 details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.aiers-admaker-faq-v2 summary::-webkit-details-marker {
  display: none;
}

.aiers-admaker-faq-v2 summary em {
  color: var(--am-rose);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-faq-v2 summary span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.aiers-admaker-faq-v2 details p {
  padding: 0 24px 20px 56px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aiers-admaker-deadline {
  position: relative;
  overflow: hidden;
  padding: 120px 0 156px;
  background: #121212;
  color: #ffffff;
}

.aiers-admaker-deadline::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 298px;
  background: radial-gradient(ellipse 1600px 596px at 50% 0%, #1a1a1a 0%, rgba(41, 41, 41, 0) 100%);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.aiers-admaker-deadline__inner {
  position: relative;
  z-index: 1;
}

.aiers-admaker-deadline p {
  color: var(--am-lime);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  text-align: center;
}

.aiers-admaker-deadline h2 {
  margin-top: 8px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.6px;
  text-align: center;
}

.aiers-admaker-deadline__clock {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.aiers-admaker-deadline__clock span {
  display: grid;
  grid-template-columns: repeat(2, 63px);
  gap: 4px;
}

.aiers-admaker-deadline__clock b {
  display: grid;
  height: 87px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #444444 0%, #000000 100%);
  color: var(--am-lime);
  font-family: Inter, Pretendard, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.aiers-admaker-deadline__clock i {
  color: var(--am-lime);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 87px;
}

.aiers-admaker-deadline__labels {
  display: grid;
  grid-template-columns: repeat(4, 130px);
  justify-content: center;
  gap: 38px;
  margin-top: 20px;
}

.aiers-admaker-deadline__labels span {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter, Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.aiers-admaker-deadline a {
  display: flex;
  width: 320px;
  min-height: 58px;
  margin: 60px auto 0;
  border-radius: 8px;
  background: var(--am-lime);
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.225px;
}

@media (max-width: 1024px) {
  .aiers-admaker-outcomes__grid,
  .aiers-admaker-curriculum__cards,
  .aiers-admaker-tools-v2__grid,
  .aiers-admaker-how-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aiers-admaker-curriculum__compare,
  .aiers-admaker-instructor-v2__card,
  .aiers-admaker-schedule-v2__cols {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-journey-v2__cards {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-journey-v2__cards article::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .aiers-admaker-outcomes__inner,
  .aiers-admaker-qa__inner,
  .aiers-admaker-curriculum__inner,
  .aiers-admaker-materials-v2__inner,
  .aiers-admaker-method-v2__inner,
  .aiers-admaker-schedule-v2__inner,
  .aiers-admaker-instructor-v2__inner,
  .aiers-admaker-interview-v2__inner,
  .aiers-admaker-tools-v2__inner,
  .aiers-admaker-journey-v2__inner,
  .aiers-admaker-promise-v2__inner,
  .aiers-admaker-how-v2__inner,
  .aiers-admaker-apply-v2__inner,
  .aiers-admaker-faq-v2__inner,
  .aiers-admaker-deadline__inner {
    width: min(343px, calc(100% - 32px));
  }

  .aiers-admaker-outcomes,
  .aiers-admaker-curriculum,
  .aiers-admaker-materials-v2,
  .aiers-admaker-method-v2,
  .aiers-admaker-schedule-v2,
  .aiers-admaker-instructor-v2,
  .aiers-admaker-interview-v2,
  .aiers-admaker-tools-v2,
  .aiers-admaker-journey-v2,
  .aiers-admaker-promise-v2,
  .aiers-admaker-how-v2,
  .aiers-admaker-apply-v2,
  .aiers-admaker-faq-v2,
  .aiers-admaker-deadline {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .aiers-admaker-outcomes__head h2,
  .aiers-admaker-curriculum__title,
  .aiers-admaker-materials-v2 h2,
  .aiers-admaker-method-v2__title,
  .aiers-admaker-schedule-v2__title,
  .aiers-admaker-instructor-v2__title,
  .aiers-admaker-interview-v2 h2,
  .aiers-admaker-tools-v2 h2,
  .aiers-admaker-journey-v2 h2,
  .aiers-admaker-promise-v2 h2,
  .aiers-admaker-how-v2 h2,
  .aiers-admaker-apply-v2 h2,
  .aiers-admaker-faq-v2 h2,
  .aiers-admaker-deadline h2 {
    font-size: 30px;
    line-height: 1.32;
  }

  .aiers-admaker-instructor-v2__title.is-aiers-visible {
    font-size: 24px;
  }

  .aiers-admaker-schedule-v2__title.is-aiers-visible {
    font-size: 24px;
  }

  .aiers-admaker-tools-v2 h2.is-aiers-visible {
    font-size: 24px;
  }

  .aiers-admaker-promise-v2__inner h2.is-aiers-visible {
    font-size: 24px;
  }

  .aiers-admaker-how-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .aiers-admaker-how-v2 h2.is-aiers-visible {
    font-size: 24px;
    line-height: 1.25;
  }

  .aiers-admaker-outcomes {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .aiers-admaker-outcomes__head {
    gap: 12px;
    margin-bottom: 40px;
  }

  .aiers-admaker-outcomes__head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
  }

  .aiers-admaker-outcomes__head p,
  .aiers-admaker-materials-v2 header p,
  .aiers-admaker-tools-v2__note {
    font-size: 14px;
    line-height: 1.6;
  }

  .aiers-admaker-outcomes__head p {
    font-weight: 400;
    line-height: 1.5;
  }

  .aiers-admaker-outcomes__grid,
  .aiers-admaker-curriculum__cards,
  .aiers-admaker-materials-v2__cards,
  .aiers-admaker-method-v2__cards,
  .aiers-admaker-proof__stats,
  .aiers-admaker-proof__reviews,
  .aiers-admaker-tools-v2__grid,
  .aiers-admaker-promise-v2__items,
  .aiers-admaker-how-v2__grid,
  .aiers-admaker-apply-v2__cards,
  .aiers-admaker-apply-v2__benefits {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-outcomes__stack,
  .aiers-admaker-outcomes__grid {
    gap: 10px;
  }

  .aiers-admaker-outcomes__card {
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
  }

  .aiers-admaker-outcomes__card-head {
    gap: 4px;
    min-height: auto;
  }

  .aiers-admaker-outcomes__card span {
    margin-bottom: 6px;
    padding: 2px 6px;
    border-width: 0.546px;
    border-radius: 2px;
    font-size: 11px;
  }

  .aiers-admaker-outcomes__card h3 {
    font-size: 14px;
    line-height: 1.17;
  }

  .aiers-admaker-outcomes__card p {
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-admaker-outcomes__card figure {
    aspect-ratio: 311 / 175;
    border-radius: 4px;
  }

  .aiers-admaker-outcomes__products {
    display: flex;
    gap: 9px;
    width: calc(100% + 32px);
    margin-right: -16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .aiers-admaker-outcomes__products::-webkit-scrollbar {
    display: none;
  }

  .aiers-admaker-outcomes__products article {
    flex: 0 0 280px;
    border-radius: 8px;
  }

  .aiers-admaker-outcomes__products img,
  .aiers-admaker-outcomes__products video {
    aspect-ratio: 280 / 157;
    border-radius: 8px 8px 0 0;
  }

  .aiers-admaker-outcomes__products div {
    gap: 3px;
    min-height: 69px;
    padding: 15px 20px;
  }

  .aiers-admaker-outcomes__products h4 {
    font-size: 14px;
    line-height: 1.25;
  }

  .aiers-admaker-outcomes__products p {
    font-size: 13px;
    line-height: 1.35;
  }

  .aiers-admaker-outcomes__card--final figure {
    aspect-ratio: 311 / 175;
  }

  .aiers-admaker-outcomes__card--final i {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .aiers-admaker-outcomes__callout {
    margin-top: 20px;
    padding: 24px 27px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.46;
  }

  .aiers-admaker-qa {
    padding: 60px 0;
  }

  .aiers-admaker-qa__inner {
    gap: 40px;
  }

  .aiers-admaker-qa__title {
    font-size: 24px;
    line-height: 1.25;
  }

  .aiers-admaker-qa__chat {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .aiers-admaker-qa__row,
  .aiers-admaker-qa__row--question.is-first,
  .aiers-admaker-qa__row--question.is-second,
  .aiers-admaker-qa__row--answer.is-first,
  .aiers-admaker-qa__row--answer.is-second,
  .aiers-admaker-qa__example,
  .aiers-admaker-qa__example.is-first,
  .aiers-admaker-qa__example.is-second {
    position: static;
  }

  .aiers-admaker-qa__row--question {
    justify-self: end;
    gap: 10px;
    order: 1;
  }

  .aiers-admaker-qa__row--question.is-second {
    order: 4;
    margin-top: 20px;
  }

  .aiers-admaker-qa__row--question p {
    padding: 11px 18px;
    border-radius: 20px 20px 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-qa__row--question img {
    width: 50px;
    height: 50px;
  }

  .aiers-admaker-qa__row--answer {
    gap: 10px;
    order: 2;
  }

  .aiers-admaker-qa__row--answer.is-second {
    order: 5;
  }

  .aiers-admaker-qa__row--answer > img {
    width: 50px;
    height: 50px;
  }

  .aiers-admaker-qa__row--answer div {
    max-width: 287px;
    margin-top: 25px;
    padding: 14px 20px;
    border-radius: 0 20px 20px 20px;
  }

  .aiers-admaker-qa__row--answer p {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-qa__example {
    display: grid;
    justify-self: center;
    width: min(311px, 100%);
    height: auto;
    aspect-ratio: 311 / 175;
    margin-left: 0;
    border-radius: 4px;
  }

  .aiers-admaker-qa__example img,
  .aiers-admaker-qa__example video {
    grid-area: 1 / 1;
  }

  .aiers-admaker-qa__example.is-first {
    order: 3;
  }

  .aiers-admaker-qa__example.is-second {
    order: 6;
  }

  .aiers-admaker-qa__example figcaption {
    position: relative;
    left: auto;
    top: auto;
    grid-area: 1 / 1;
    align-self: start;
    justify-self: start;
    z-index: 2;
    margin: 8px 0 0 8px;
    padding: 4px 6px;
    border-width: 0.427px;
    font-size: 9px;
  }

  .aiers-admaker-qa__example.is-first.is-aiers-visible figcaption {
    margin: 8px 0 0 8px;
  }

  .aiers-admaker-curriculum__cards {
    margin-top: 30px;
  }

  .aiers-admaker-curriculum__cards img {
    height: 190px;
  }

  .aiers-admaker-curriculum__cards h3 {
    min-height: auto;
    font-size: 21px;
  }

  .aiers-admaker-curriculum__compares {
    gap: 18px;
    margin-top: 34px;
  }

  .aiers-admaker-curriculum__compare {
    gap: 16px;
    padding: 18px;
    border-radius: 16px;
  }

  .aiers-admaker-curriculum__copy h3 {
    font-size: 23px;
  }

  .aiers-admaker-curriculum__copy span {
    font-size: 15px;
  }

  .aiers-admaker-curriculum__pair {
    grid-template-columns: 1fr;
  }

  .aiers-admaker-curriculum__pair > div {
    min-height: auto;
  }

  .aiers-admaker-curriculum__pair b {
    font-size: 18px;
  }

  .aiers-admaker-curriculum__pair span {
    min-height: auto;
    font-size: 14px;
  }

  .aiers-admaker-curriculum__pair img {
    height: 190px;
  }

  .aiers-admaker-steps {
    padding: 60px 0;
    overflow: hidden;
  }

  .aiers-admaker-steps__inner {
    width: 100%;
    padding: 0 16px;
  }

  .aiers-admaker-steps__title {
    font-size: 24px;
    line-height: 1.25;
  }

  .aiers-admaker-steps__grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    overflow: visible;
    padding: 0;
  }

  .aiers-admaker-steps__card {
    width: 100%;
    height: 464px;
    border-radius: 8px;
  }

  .aiers-admaker-steps__thumb {
    height: 180px;
  }

  .aiers-admaker-steps__body {
    height: 284px;
    padding: 20px 16px;
  }

  .aiers-admaker-steps__badge {
    font-size: 12px;
  }

  .aiers-admaker-steps__body h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .aiers-admaker-steps__body p:not(.aiers-admaker-steps__badge) {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
  }

  .aiers-admaker-steps__callout {
    margin-top: 10px;
    padding: 20px 16px;
    font-size: 16px;
  }

  .aiers-admaker-steps__compares {
    gap: 32px;
    margin-top: 40px;
  }

  .aiers-admaker-steps__step {
    font-size: 14px;
  }

  .aiers-admaker-steps__compare h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .aiers-admaker-steps__desc {
    margin-top: 6px;
    font-size: 13px;
  }

  .aiers-admaker-steps__pair {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .aiers-admaker-steps__bar {
    width: 100%;
    height: 80px;
    padding: 12px;
    border-radius: 8px 8px 0 0;
  }

  .aiers-admaker-steps__bar b {
    font-size: 15px;
  }

  .aiers-admaker-steps__bar span {
    font-size: 13px;
  }

  .aiers-admaker-steps__shot {
    width: 100%;
    height: 193px;
    border-radius: 0 0 8px 8px;
  }

  .aiers-admaker-materials-v2 {
    min-height: 1097px;
    padding: 60px 0;
  }

  .aiers-admaker-materials-v2__inner {
    width: min(343px, calc(100% - 32px));
  }

  .aiers-admaker-materials-v2__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aiers-admaker-materials-v2__cards li {
    min-height: 237px;
    padding: 20px;
    border-radius: 12px;
  }

  .aiers-admaker-materials-v2__badge {
    font-size: 12px;
  }

  .aiers-admaker-materials-v2__cards img {
    height: 120px;
    margin-top: 12px;
  }

  .aiers-admaker-materials-v2__cards b {
    margin-top: 12px;
    font-size: 16px;
  }

  .aiers-admaker-materials-v2__cards span {
    font-size: 13px;
  }

  .aiers-admaker-bridge2 {
    min-height: 360px;
  }

  .aiers-admaker-bridge2__glow {
    width: 240px;
    height: 240px;
    filter: blur(130px);
  }

  .aiers-admaker-bridge2__glow--left {
    left: -120px;
    top: auto;
    bottom: -120px;
  }

  .aiers-admaker-bridge2__glow--right {
    left: auto;
    right: -120px;
    top: -120px;
  }

  .aiers-admaker-bridge2__eyebrow {
    font-size: 13px;
  }

  .aiers-admaker-bridge2 h2 {
    font-size: 22px;
    letter-spacing: -0.22px;
  }

  .aiers-admaker-bridge2__body {
    font-size: 15px;
  }

  .aiers-admaker-method-v2 {
    min-height: 878px;
    padding: 80px 0 60px;
  }

  .aiers-admaker-method-v2__inner {
    width: 100%;
    padding: 0 16px;
  }

  .aiers-admaker-method-v2__cards {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    margin-top: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .aiers-admaker-method-v2__cards article {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px;
  }

  .aiers-admaker-method-v2__cards article > img:first-child {
    height: 80px;
  }

  .aiers-admaker-method-v2__cards article:nth-child(2) > img:first-child {
    height: 113px;
  }

  .aiers-admaker-method-v2__cards article:nth-child(3) > img:first-child {
    height: 90px;
  }

  .aiers-admaker-method-v2__cards h3 {
    font-size: 16px;
  }

  .aiers-admaker-method-v2__box {
    min-height: auto;
    margin-top: 16px;
    padding: 16px;
  }

  .aiers-admaker-method-v2__box.is-after {
    margin-top: 12px;
  }

  .aiers-admaker-method-v2__box b {
    font-size: 15px;
  }

  .aiers-admaker-method-v2__box b img {
    width: 20px;
    height: 20px;
  }

  .aiers-admaker-method-v2__box p {
    margin-top: 6px;
    font-size: 12px;
  }

  .aiers-admaker-method-v2__box.is-after p {
    font-size: 13px;
  }

  .aiers-admaker-method-v2__arrow {
    width: 56px;
    height: 37px;
    margin-top: 12px;
  }

  .aiers-admaker-method-v2__callout {
    margin-top: 10px;
    padding: 20px 16px;
    font-size: 15px;
  }

  .aiers-admaker-schedule-v2 {
    padding: 60px 0;
  }

  .aiers-admaker-schedule-v2__inner {
    width: min(343px, calc(100% - 32px));
  }

  .aiers-admaker-schedule-v2__cols {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 0;
  }

  .aiers-admaker-schedule-v2__head {
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px 12px 0 0;
  }

  .aiers-admaker-schedule-v2__head b {
    font-size: 13px;
  }

  .aiers-admaker-schedule-v2__head span {
    font-size: 14px;
  }

  .aiers-admaker-schedule-v2__body {
    padding: 16px 16px 24px;
    border-radius: 0 0 12px 12px;
  }

  .aiers-admaker-schedule-v2__item,
  .aiers-admaker-schedule-v2__col:nth-child(2) .aiers-admaker-schedule-v2__item {
    padding: 18px 0 18px 64px;
  }

  .aiers-admaker-schedule-v2__item:first-child {
    padding-top: 0;
  }

  .aiers-admaker-schedule-v2__item:last-child {
    padding-bottom: 0;
  }

  .aiers-admaker-schedule-v2__mobile-only {
    display: block;
  }

  .aiers-admaker-schedule-v2__time {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 2px;
  }

  .aiers-admaker-schedule-v2__detail em {
    font-size: 12px;
  }

  .aiers-admaker-schedule-v2__detail b {
    font-size: 15px;
    line-height: 1.4;
  }

  .aiers-admaker-schedule-v2__detail p {
    margin-top: 8px;
    font-size: 12px;
  }

  .aiers-admaker-schedule-v2__result {
    margin-left: -64px;
    gap: 8px;
    font-size: 12px;
  }

  .aiers-admaker-schedule-v2__result > span:first-child {
    padding: 4px 8px;
    font-size: 11px;
  }

  .aiers-admaker-instructor-v2__card {
    min-height: auto;
    margin-top: 32px;
    padding: 18px 14px;
    border-color: #e7c9d3;
    border-radius: 8px;
  }

  .aiers-admaker-instructor-v2__top {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
  }

  .aiers-admaker-instructor-v2__photo {
    grid-row: 1 / span 2;
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }

  .aiers-admaker-instructor-v2__meta {
    display: contents;
  }

  .aiers-admaker-instructor-v2__meta h3 {
    grid-column: 2;
    align-self: end;
    font-size: 18px;
    line-height: 1.5;
  }

  .aiers-admaker-instructor-v2__role {
    grid-column: 2;
    align-self: start;
    margin-top: 2px;
    color: #444444;
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-admaker-instructor-v2__links {
    grid-column: 1 / -1;
    order: 3;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .aiers-admaker-instructor-v2__links a {
    height: 33px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 18.4px;
  }

  .aiers-admaker-instructor-v2__links a:nth-child(2) {
    display: none;
  }

  .aiers-admaker-instructor-v2__meta ul {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top-color: #e6dfd8;
  }

  .aiers-admaker-instructor-v2__meta li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .aiers-admaker-instructor-v2__quote {
    position: static;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 4px;
  }

  .aiers-admaker-instructor-v2__quote p {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.26px;
    text-align: center;
  }

  .aiers-admaker-proof__title {
    margin-top: 60px;
  }

  .aiers-admaker-proof__sub {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .aiers-admaker-proof__stats em {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-proof__stats strong {
    font-size: 32px;
    line-height: 1.5;
  }

  .aiers-admaker-proof__stats article {
    min-height: 140px;
    padding: 12px 16px;
    border-color: #e7c9d3;
    border-radius: 8px;
  }

  .aiers-admaker-proof__stats span {
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-admaker-proof__stars {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .aiers-admaker-proof__stars img {
    width: 122px;
    aspect-ratio: 280 / 53.8462;
    height: auto;
    object-fit: contain;
  }

  .aiers-admaker-proof__stars i {
    font-size: 12px;
    line-height: 1.4;
  }

  .aiers-admaker-proof__reviews {
    gap: 12px;
    margin-top: 12px;
  }

  .aiers-admaker-proof__reviews article {
    padding: 12px 16px;
    border-color: #e7c9d3;
    border-radius: 8px;
  }

  .aiers-admaker-proof__reviews article > img {
    width: 122px;
    aspect-ratio: 210 / 40.3846;
    height: auto;
    object-fit: contain;
  }

  .aiers-admaker-proof__reviews p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-proof__reviews span {
    margin-top: 6px;
    padding-top: 6px;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-admaker-proof__refund {
    display: flex;
    min-height: 154px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
  }

  .aiers-admaker-proof__refund img {
    width: 24px;
    height: 24px;
  }

  .aiers-admaker-proof__refund strong {
    font-size: 24px;
    line-height: 1.25;
  }

  .aiers-admaker-proof__refund p {
    font-size: 16px;
    line-height: 1.5;
  }

  .aiers-admaker-interview-v2__list {
    margin-top: 30px;
  }

  .aiers-admaker-interview-v2 article {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .aiers-admaker-interview-v2 article header img {
    width: 44px;
    height: 44px;
  }

  .aiers-admaker-interview-v2 article em {
    font-size: 13px;
  }

  .aiers-admaker-interview-v2 article h3 {
    font-size: 17px;
  }

  .aiers-admaker-interview-v2 article p {
    font-size: 14px;
  }

  .aiers-admaker-tools-v2__grid {
    margin-top: 30px;
  }

  .aiers-admaker-tools-v2__grid li {
    min-height: auto;
  }

  .aiers-admaker-journey-v2__cards {
    margin-top: 32px;
  }

  .aiers-admaker-journey-v2__cards article {
    min-height: auto;
    padding: 26px 22px;
  }

  .aiers-admaker-promise-v2__items {
    margin-top: 32px;
  }

  .aiers-admaker-promise-v2__items img {
    height: 200px;
  }

  .aiers-admaker-how-v2__grid {
    gap: 12px;
    margin-top: 32px;
  }

  .aiers-admaker-how-v2__grid article {
    height: auto;
    min-height: 0;
    padding: 16px;
    border-radius: 8px;
  }

  .aiers-admaker-how-v2__grid p {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
  }

  .aiers-admaker-how-v2__grid h3 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .aiers-admaker-how-v2__grid span {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-how-v2__grid figure {
    width: 100%;
    height: 164px;
    margin-top: 12px;
    border-radius: 4px;
  }

  .aiers-admaker-apply-v2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .aiers-admaker-apply-v2 h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .aiers-admaker-apply-v2__price {
    margin-top: 40px;
  }

  .aiers-admaker-apply-v2__price > p {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
  }

  .aiers-admaker-apply-v2__price-row {
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
  }

  .aiers-admaker-apply-v2__price strong {
    font-size: 20px;
    line-height: 1;
  }

  .aiers-admaker-apply-v2__price s {
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .aiers-admaker-apply-v2__price > span {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .aiers-admaker-apply-v2__cards article {
    display: grid;
    min-height: 94px;
    gap: 4px;
    padding: 11px 16px;
  }

  .aiers-admaker-apply-v2__cards img {
    width: 20px;
    height: 20px;
  }

  .aiers-admaker-apply-v2__cards span,
  .aiers-admaker-apply-v2__cards b {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-apply-v2__benefits {
    display: block;
    min-height: 277px;
    margin-top: 12px;
    padding: 16px;
  }

  .aiers-admaker-apply-v2__benefits li {
    gap: 8px;
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-apply-v2__benefits li::before {
    width: 18px;
    height: 18px;
  }

  .aiers-admaker-apply-v2__status {
    display: flex;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-apply-v2__status span,
  .aiers-admaker-apply-v2__status strong {
    font-size: 14px;
    line-height: 1.5;
  }

  .aiers-admaker-apply-v2__buttons {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 11.871px;
    margin-bottom: 0;
  }

  .aiers-admaker-apply-v2__buttons a {
    min-height: 48px;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .aiers-admaker-faq-v2 summary {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    min-height: 72px;
    padding: 0 18px;
  }

  .aiers-admaker-faq-v2 summary em {
    font-size: 15px;
  }

  .aiers-admaker-faq-v2 summary span {
    font-size: 17px;
  }

  .aiers-admaker-faq-v2 details p {
    padding: 0 18px 22px 70px;
    font-size: 15px;
  }

  .aiers-admaker-deadline {
    padding-bottom: 128px;
  }

  .aiers-admaker-deadline__clock {
    gap: 7px;
    margin-top: 30px;
  }

  .aiers-admaker-deadline__clock span {
    grid-template-columns: repeat(2, 32px);
    gap: 4px;
  }

  .aiers-admaker-deadline__clock b {
    height: 50px;
    border-radius: 7px;
    font-size: 28px;
  }

  .aiers-admaker-deadline__clock i {
    font-size: 28px;
    line-height: 48px;
  }

  .aiers-admaker-deadline__labels {
    grid-template-columns: repeat(4, 68px);
    gap: 14px;
  }

  .aiers-admaker-deadline a {
    width: 100%;
    min-height: 56px;
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .aiers-admaker-nav {
    z-index: 55;
  }

  .aiers-admaker-bridge--director .aiers-admaker-bridge__media img {
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateX(-50%);
  }

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

  .aiers-admaker-outcomes__arc,
  .aiers-admaker-method-v2::before {
    width: calc(100% - 32px);
    height: auto;
    aspect-ratio: 882 / 64;
    max-width: 520px;
  }

  .aiers-admaker-steps__card {
    height: auto;
    min-height: 0;
  }

  .aiers-admaker-steps__thumb {
    object-position: center top;
  }

  .aiers-admaker-steps__thumb--step4 {
    background: #101010;
    object-fit: contain;
  }

  .aiers-admaker-steps__body {
    height: auto;
    min-height: 0;
    padding-bottom: 18px;
  }

  .aiers-admaker-instructor-v2__links a:nth-child(2) {
    display: inline-flex;
  }
}

@media (max-width: 1024px) {
  .aiers-admaker-page {
    --am-mobile-content: min(520px, calc(100% - 32px));
    --am-mobile-full-bleed: calc(100% + 32px);
  }

  .aiers-admaker-container,
  .aiers-admaker-hero__inner,
  .aiers-admaker-preview .aiers-admaker-container,
  .aiers-admaker-awards .aiers-admaker-container,
  .aiers-admaker-price .aiers-admaker-container,
  .aiers-admaker-core .aiers-admaker-container,
  .aiers-admaker-outcomes__inner,
  .aiers-admaker-qa__inner,
  .aiers-admaker-curriculum__inner,
  .aiers-admaker-steps__inner,
  .aiers-admaker-materials-v2__inner,
  .aiers-admaker-method-v2__inner,
  .aiers-admaker-schedule-v2__inner,
  .aiers-admaker-instructor-v2__inner,
  .aiers-admaker-interview-v2__inner,
  .aiers-admaker-tools-v2__inner,
  .aiers-admaker-journey-v2__inner,
  .aiers-admaker-promise-v2__inner,
  .aiers-admaker-how-v2__inner,
  .aiers-admaker-apply-v2__inner,
  .aiers-admaker-faq-v2__inner,
  .aiers-admaker-deadline__inner {
    width: var(--am-mobile-content);
    max-width: 520px;
  }

  .aiers-admaker-hero__inner {
    margin-right: auto;
    margin-left: auto;
  }

  .aiers-admaker-hero__copy,
  .aiers-admaker-preview__head h2,
  .aiers-admaker-awards__head,
  .aiers-admaker-price .aiers-admaker-section-head h2,
  .aiers-admaker-price .aiers-admaker-section-head p,
  .aiers-admaker-refund > div,
  .aiers-admaker-empathy .aiers-admaker-container,
  .aiers-admaker-empathy__head,
  .aiers-admaker-core__title,
  .aiers-admaker-core__list,
  .aiers-admaker-core-card,
  .aiers-admaker-core-card__body,
  .aiers-admaker-core-card__body figure,
  .aiers-admaker-core-card__body > div,
  .aiers-admaker-core-card.is-media-right .aiers-admaker-core-card__body > div,
  .aiers-admaker-core-card h4,
  .aiers-admaker-core-card:first-child h4,
  .aiers-admaker-core-card:nth-child(2) h4,
  .aiers-admaker-core-card p,
  .aiers-admaker-welcome .aiers-admaker-container,
  .aiers-admaker-welcome__head,
  .aiers-admaker-welcome__cards,
  .aiers-admaker-welcome-card,
  .aiers-admaker-steps__grid,
  .aiers-admaker-steps__card,
  .aiers-admaker-method-v2__cards,
  .aiers-admaker-method-v2__cards article {
    width: 100%;
    max-width: 100%;
  }

  .aiers-admaker-container,
  .aiers-admaker-preview .aiers-admaker-container,
  .aiers-admaker-awards .aiers-admaker-container,
  .aiers-admaker-price .aiers-admaker-container,
  .aiers-admaker-empathy .aiers-admaker-container,
  .aiers-admaker-core .aiers-admaker-container,
  .aiers-admaker-welcome .aiers-admaker-container {
    width: min(520px, 100%);
    max-width: 520px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .aiers-admaker-welcome-card {
    padding: 20px;
  }

  .aiers-admaker-welcome-card__copy,
  .aiers-admaker-welcome-card.is-project .aiers-admaker-welcome-card__copy,
  .aiers-admaker-welcome-card.is-workflow .aiers-admaker-welcome-card__copy {
    width: calc(100% - 40px);
    max-width: 303px;
  }

  .aiers-admaker-empathy__cards {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
  }

  .aiers-admaker-empathy-card {
    width: 100%;
    min-width: 0;
  }

  .aiers-admaker-empathy-card__copy,
  .aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__copy,
  .aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__copy {
    width: calc(100% - 40px);
    max-width: 303px;
  }

  .aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__glow {
    right: -122px;
    left: auto;
  }

  .aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__glow {
    right: -116px;
    left: auto;
  }

  .aiers-admaker-empathy-card.is-card-03 .aiers-admaker-empathy-card__glow {
    right: -112px;
    left: auto;
  }

  .aiers-admaker-empathy-card.is-card-01 .aiers-admaker-empathy-card__avatar {
    right: 11px;
    left: auto;
  }

  .aiers-admaker-empathy-card.is-card-02 .aiers-admaker-empathy-card__avatar {
    right: 8px;
    left: auto;
  }

  .aiers-admaker-empathy-card.is-card-03 .aiers-admaker-empathy-card__avatar {
    right: 15px;
    left: auto;
  }

  .aiers-admaker-feature-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  .aiers-admaker-feature-grid article {
    width: 100%;
    min-width: 0;
  }

  .aiers-admaker-price__chart,
  .aiers-admaker-price__bars {
    width: 100%;
  }

  .aiers-admaker-price__chart {
    --am-price-dot-size: 13.251px;
    --am-price-dot-x: 11%;
    --am-price-dot-y: 80.75px;
    --am-price-discount-y: 6px;
    --am-price-discount-line-x: 44px;
  }

  .aiers-admaker-price__bars article {
    width: 25%;
  }

  .aiers-admaker-price__discount {
    left: calc(var(--am-price-dot-x) + (var(--am-price-dot-size) / 2) - var(--am-price-discount-line-x));
  }

  .aiers-admaker-price__discount::after {
    height: calc(var(--am-price-dot-y) + (var(--am-price-dot-size) / 2) - var(--am-price-discount-y) - 36px);
  }

  .aiers-admaker-price__dot {
    left: var(--am-price-dot-x);
    top: var(--am-price-dot-y);
    width: var(--am-price-dot-size);
    height: var(--am-price-dot-size);
  }

  .aiers-admaker-price__trend {
    left: 12.5%;
    width: 76%;
  }

  .aiers-admaker-price__arrow {
    left: calc(88.5% - 9px);
  }

  .aiers-admaker-awards__main {
    width: 100%;
    height: auto;
    aspect-ratio: 343 / 192;
  }

  .aiers-admaker-awards__row,
  .aiers-admaker-preview__rail,
  .aiers-admaker-outcomes__products {
    width: var(--am-mobile-full-bleed);
    margin-right: -16px;
    margin-left: -16px;
  }

  .aiers-admaker-outcomes__products {
    padding-left: 16px;
    scroll-padding-left: 16px;
  }

  .aiers-admaker-outcomes__products article {
    flex-basis: min(280px, calc(100vw - 64px));
  }

  .aiers-admaker-qa__row--answer div {
    max-width: min(100%, 420px);
  }

  .aiers-admaker-qa__example {
    width: min(100%, 520px);
  }

  .aiers-admaker-schedule-v2__item,
  .aiers-admaker-schedule-v2__col:nth-child(2) .aiers-admaker-schedule-v2__item {
    padding-left: min(64px, 18vw);
  }

  .aiers-admaker-schedule-v2__result {
    margin-left: calc(-1 * min(64px, 18vw));
  }

  .aiers-admaker-tools-v2__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aiers-admaker-tools-v2__grid li,
  .aiers-admaker-tools-v2__grid li.is-wide {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .aiers-admaker-tools-v2__grid header {
    min-width: 0;
  }

  .aiers-admaker-tools-v2__grid header > div,
  .aiers-admaker-tools-v2__grid span {
    min-width: 0;
  }
}

/* Keep the 1280px desktop hero as one artboard between mobile and desktop. */
@media (min-width: 1025px) and (max-width: 1279px) {
  .aiers-admaker-hero {
    height: calc(100vw * 0.46875);
    min-height: calc(100vw * 0.46875);
    padding: 0;
  }

  .aiers-admaker-hero__media {
    position: absolute;
    inset: 0 auto auto 50%;
    width: 1280px;
    height: 600px;
    transform: translateX(-50%) scale(calc(100vw / 1280px));
    transform-origin: top center;
  }

  .aiers-admaker-hero__media::before {
    inset: 0 auto auto 0;
    width: 900px;
    height: 600px;
    background: linear-gradient(268.884deg, rgba(117, 29, 53, 0) 5.9085%, rgb(117, 29, 53) 22.194%);
  }

  .aiers-admaker-hero__inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 600px;
    margin: 0;
    padding-top: 70px;
    transform: translateX(-50%) scale(calc(100vw / 1280px));
    transform-origin: top center;
  }

  .aiers-admaker-hero h1 {
    font-size: 60px;
  }
}

@media (min-width: 500px) and (max-width: 1024px) {
  .aiers-admaker-hero__media img,
  .aiers-admaker-hero__media video {
    top: clamp(90px, calc(363px - 30vw), 195px);
    bottom: auto;
  }
}

.aiers-admaker-page .aiers-team {
  padding: 48px 0;
  background: var(--am-soft);
}

.aiers-admaker-page .aiers-team > .aiers-admaker-container {
  width: min(1120px, calc(100% - 40px));
}

.aiers-admaker-page .aiers-team__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.aiers-admaker-page .aiers-team__badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--am-rose);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.aiers-admaker-page .aiers-team__title {
  margin-top: 4px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--am-ink);
}

.aiers-admaker-page .aiers-team__title span {
  color: var(--am-rose);
}

.aiers-admaker-page .aiers-team__desc {
  color: var(--am-muted);
  font-size: 14px;
  line-height: 1.5;
}

.aiers-admaker-page .aiers-team__cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(280px, 100%);
  min-height: 48px;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--am-rose);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.aiers-admaker-page .aiers-team__cta:hover {
  background: #95304b;
  text-decoration: none;
}

@media (max-width: 860px) {
  .aiers-admaker-page .aiers-team {
    padding: 36px 0;
  }

  .aiers-admaker-page .aiers-team__title {
    font-size: 17px;
  }

  .aiers-admaker-page .aiers-team__desc {
    font-size: 13px;
  }

  .aiers-admaker-page .aiers-team__cta {
    width: min(280px, 100%);
  }
}
