:root {
  --creator-blue: #007aff;
  --creator-blue-dark: #0758d0;
  --creator-cyan: #32bed2;
  --creator-magenta: #ff5757;
  --creator-purple: #8c52ff;
  --creator-orange: #ff6b35;
  --creator-orange-soft: #fff4eb;
  --creator-text: #1c1c1e;
  --creator-muted: #60646c;
  --creator-soft: #f5f5f7;
  --creator-white: #ffffff;
  --creator-shift: linear-gradient(135deg, #ff5757 0%, #8c52ff 100%);
  --creator-shift-soft: linear-gradient(135deg, rgba(255, 87, 87, 0.18) 0%, rgba(140, 82, 255, 0.18) 100%);
  --creator-surface: rgba(255, 255, 255, 0.86);
  --creator-shadow: 0 24px 80px rgba(20, 61, 122, 0.14);
  --creator-card-shadow: 0 22px 70px rgba(20, 61, 122, 0.12);
}

body.romptn-lp {
  color: var(--creator-text);
  background: var(--creator-white);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.creator-lp,
.creator-lp * {
  box-sizing: border-box;
}

.creator-lp {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(0, 122, 255, 0.08) 0 12%, transparent 12% 100%),
    linear-gradient(245deg, rgba(140, 82, 255, 0.08) 0 9%, transparent 9% 100%),
    repeating-linear-gradient(135deg, rgba(0, 122, 255, 0.04) 0 1px, transparent 1px 42px),
    #fff;
  color: var(--creator-text);
  letter-spacing: 0;
}

.creator-lp img {
  display: block;
  max-width: 100%;
}

.creator-hero {
  position: relative;
  padding: 36px 24px 72px;
  min-height: min(820px, 100svh);
  display: grid;
  align-items: center;
  isolation: isolate;
}

.creator-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--creator-blue), #32bed2, #ff5757, #8c52ff);
}

.creator-hero::after {
  content: "2026 IMAGE AI";
  position: absolute;
  right: -22px;
  top: 110px;
  z-index: -1;
  color: rgba(7, 88, 208, 0.055);
  font-size: clamp(54px, 8vw, 118px);
  line-height: 1;
  font-weight: 900;
  transform: rotate(90deg);
  transform-origin: right top;
  white-space: nowrap;
}

.creator-hero__inner,
.creator-section,
.creator-stats,
.creator-final__inner {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

.creator-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 52px;
  align-items: center;
}

.creator-hero__inner::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 118px;
  z-index: -1;
  width: 118px;
  height: 118px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.22), rgba(255, 149, 0, 0.1));
  clip-path: polygon(18% 0, 100% 24%, 76% 100%, 0 72%);
  transform: rotate(-10deg);
}

.creator-eyebrow,
.creator-kicker,
.creator-brand {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}

.creator-eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(0, 122, 255, 0.2), rgba(50, 190, 210, 0.2));
  box-shadow: 0 12px 32px rgba(7, 88, 208, 0.1);
  color: var(--creator-blue-dark);
  font-size: 14px;
}

.creator-brand {
  margin-top: 28px;
  color: var(--creator-blue);
  font-size: 18px;
}

.creator-brand--logo {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 42px;
}

.creator-brand--logo span {
  color: #8d949e;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.creator-brand__romptn {
  width: 118px;
  height: auto;
}

.creator-brand__shift {
  width: 128px;
  height: auto;
}

.creator-hero h1 {
  margin: 18px 0 0;
  max-width: 720px;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
}

.creator-nowrap {
  display: inline;
  background: linear-gradient(90deg, rgba(0, 122, 255, 0.18), rgba(255, 87, 87, 0.18), rgba(140, 82, 255, 0.18)) left 86% / 100% 0.26em no-repeat;
  white-space: nowrap;
}

.creator-hero__lead {
  margin: 28px 0 0;
  max-width: 620px;
  color: #303238;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.85;
  font-weight: 500;
}

.creator-hero__actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.creator-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 30px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.creator-btn--primary {
  background: linear-gradient(135deg, #ff7a35 0%, var(--creator-orange) 58%, #ff9500 100%);
  box-shadow: 0 16px 36px rgba(255, 107, 53, 0.26);
}

.creator-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(255, 107, 53, 0.32);
}

.creator-btn--center {
  margin: 34px auto 0;
}

.creator-hero__note {
  color: var(--creator-muted);
  font-size: 14px;
  font-weight: 700;
}

.creator-hero__visual {
  position: relative;
}

.creator-hero__visual::before {
  content: "";
  position: absolute;
  inset: -38px -28px 42px 42px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.16), rgba(140, 82, 255, 0.12));
  clip-path: polygon(7% 0, 100% 13%, 86% 100%, 0 86%);
}

.creator-hero__visual::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -36px;
  z-index: -1;
  width: 180px;
  height: 58px;
  background: repeating-linear-gradient(90deg, rgba(0, 122, 255, 0.25) 0 10px, transparent 10px 20px);
  transform: rotate(-8deg);
  opacity: 0.4;
}

.creator-visual-frame,
.creator-slide {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--creator-shadow);
}

.creator-visual-frame {
  transform: rotate(1.5deg);
}

.creator-visual-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.creator-visual-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(20, 61, 122, 0.18);
  color: var(--creator-blue-dark);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.creator-visual-chip--top {
  top: -18px;
  right: 24px;
}

.creator-visual-chip--bottom {
  bottom: -18px;
  left: 30px;
  color: #a51e6d;
}

.creator-stats {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  overflow: visible;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(255, 87, 87, 0.08), rgba(140, 82, 255, 0.1));
  box-shadow: 0 16px 48px rgba(20, 61, 122, 0.12);
}

.creator-stats::before {
  content: "";
  position: absolute;
  inset: -18px 32px auto;
  z-index: -1;
  height: 42px;
  background: var(--creator-shift);
  clip-path: polygon(0 34%, 100% 0, 94% 100%, 6% 100%);
  opacity: 0.42;
}

.creator-stat {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(20, 61, 122, 0.08);
  text-align: center;
}

.creator-stat::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -40px;
  width: 86px;
  height: 126px;
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.16), rgba(255, 87, 87, 0.08));
  transform: rotate(24deg);
}

.creator-stat span {
  display: block;
  color: var(--creator-blue);
  font-size: clamp(21px, 2.7vw, 31px);
  line-height: 1.1;
  font-weight: 900;
}

.creator-stat p {
  margin: 8px 0 0;
  color: var(--creator-muted);
  font-size: 13px;
  font-weight: 700;
}

.creator-section {
  position: relative;
  padding: 92px 0;
  isolation: isolate;
}

.creator-section::before {
  content: "";
  position: absolute;
  left: max(-72px, calc((100vw - 1280px) / 2));
  top: 72px;
  z-index: -1;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(50, 190, 210, 0.08));
  clip-path: polygon(50% 0, 100% 34%, 82% 100%, 16% 84%, 0 22%);
}

.creator-section:nth-of-type(even)::before {
  left: auto;
  right: max(-64px, calc((100vw - 1280px) / 2));
  background: linear-gradient(135deg, rgba(255, 87, 87, 0.1), rgba(140, 82, 255, 0.1));
  transform: rotate(18deg);
}

.creator-section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.creator-section--soft,
.creator-section--promise,
.creator-section--gap,
.creator-section--overview,
.creator-section--faq {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1120px) / 2));
  padding-right: max(24px, calc((100vw - 1120px) / 2));
}

.creator-section--soft,
.creator-section--gap,
.creator-section--faq {
  background:
    linear-gradient(120deg, transparent 0 12%, rgba(0, 122, 255, 0.05) 12% 24%, transparent 24% 100%),
    radial-gradient(circle, rgba(7, 88, 208, 0.14) 1px, transparent 1.4px) 0 0 / 22px 22px,
    linear-gradient(180deg, #fafbfc 0%, var(--creator-soft) 100%);
}

.creator-section__head {
  position: relative;
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.creator-section__head::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: -1;
  width: 220px;
  height: 70px;
  background: var(--creator-shift-soft);
  clip-path: polygon(8% 0, 100% 20%, 88% 100%, 0 82%);
  transform: translateX(-50%) rotate(-2deg);
}

.creator-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 122, 255, 0.08);
  color: var(--creator-blue);
  font-size: 13px;
  text-transform: uppercase;
}

.creator-section__head .creator-kicker {
  margin-inline: auto;
}

.creator-section h2,
.creator-final h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 4.3vw, 56px);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
}

.creator-section__head h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: var(--creator-shift);
}

.creator-section__copy {
  position: relative;
}

.creator-section__copy::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -20px;
  z-index: -1;
  width: 84px;
  height: 84px;
  background: repeating-linear-gradient(135deg, rgba(0, 122, 255, 0.15) 0 6px, transparent 6px 14px);
  clip-path: polygon(0 0, 100% 18%, 84% 100%, 14% 82%);
  opacity: 0.42;
}

.creator-section__copy p:not(.creator-kicker),
.creator-final p {
  margin: 18px 0 0;
  color: #3d4148;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.creator-why-media {
  display: grid;
  gap: 16px;
}

.creator-slide--evolution {
  margin: 0;
}

.creator-timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-timeline li {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.9)),
    linear-gradient(135deg, rgba(0, 122, 255, 0.08), rgba(140, 82, 255, 0.08));
  box-shadow: 0 12px 34px rgba(20, 61, 122, 0.08);
}

.creator-timeline li::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 12px;
  z-index: 0;
  width: 110px;
  height: 70px;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.14), rgba(255, 87, 87, 0.08));
  clip-path: polygon(0 0, 100% 28%, 78% 100%, 16% 72%);
}

.creator-timeline span {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--creator-blue);
  font-size: clamp(30px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.creator-timeline strong,
.creator-tool strong,
.creator-case strong,
.creator-instructor strong {
  display: block;
  color: var(--creator-text);
  font-size: 19px;
  line-height: 1.45;
}

.creator-timeline strong,
.creator-timeline p {
  position: relative;
  z-index: 1;
  grid-column: 2;
}

.creator-timeline p,
.creator-tool p,
.creator-case p,
.creator-roadmap__item p,
.creator-faq p {
  margin: 6px 0 0;
  color: var(--creator-muted);
  font-size: 14px;
  line-height: 1.65;
}

.creator-problems {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.creator-check {
  position: relative;
  min-height: 56px;
  overflow: hidden;
  padding: 16px 20px 16px 50px;
  border-radius: 22px 22px 22px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.92)),
    var(--creator-shift-soft);
  box-shadow: 0 12px 34px rgba(20, 61, 122, 0.08);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.creator-check:nth-child(2n) {
  transform: translateY(6px);
}

.creator-check::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--creator-blue), var(--creator-cyan));
  color: #fff;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 122, 255, 0.24);
}

.creator-check::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  background: var(--creator-shift-soft);
  clip-path: polygon(0 0, 100% 20%, 78% 100%, 18% 78%);
  opacity: 0.72;
}

.creator-answer {
  position: relative;
  width: min(100%, 860px);
  margin: 32px auto 0;
  padding: 24px 28px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #13233d, #0b5dc9 56%, #8c52ff);
  box-shadow: 0 20px 58px rgba(7, 88, 208, 0.2);
  text-align: center;
}

.creator-answer::before {
  content: "ROADMAP";
  position: absolute;
  right: -10px;
  bottom: -12px;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1;
  font-weight: 900;
}

.creator-answer span {
  display: block;
  color: #ffe177;
  font-size: 13px;
  font-weight: 900;
}

.creator-answer strong {
  position: relative;
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.5;
}

.creator-points {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.creator-point {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  min-height: 74px;
  padding: 14px 22px 14px 10px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(0, 122, 255, 0.11), rgba(255, 255, 255, 0.96) 32%, rgba(255, 255, 255, 0.9)),
    #fff;
  box-shadow: 0 12px 34px rgba(20, 61, 122, 0.09);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 900;
}

.creator-point::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 14px;
  width: 120px;
  height: 44px;
  background: repeating-linear-gradient(90deg, rgba(255, 87, 87, 0.16) 0 12px, rgba(140, 82, 255, 0.12) 12px 24px);
  transform: rotate(-12deg);
}

.creator-point span {
  display: block;
  min-width: 52px;
  color: transparent;
  background: linear-gradient(135deg, var(--creator-blue), var(--creator-purple));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 36px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.creator-section--tool {
  padding-top: 40px;
}

.creator-tool-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.creator-tool {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.92)),
    var(--creator-shift-soft);
  box-shadow: 0 12px 34px rgba(20, 61, 122, 0.08);
}

.creator-tool:nth-child(2n) {
  transform: translateY(8px);
}

.creator-tool::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -24px;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.16), rgba(140, 82, 255, 0.14));
  clip-path: polygon(50% 0, 100% 34%, 84% 100%, 12% 82%, 0 20%);
}

.creator-tool span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--creator-blue);
  font-size: 12px;
  font-weight: 900;
}

.creator-slide {
  position: relative;
  margin: 34px 0 0;
  border-radius: 36px;
}

.creator-slide::before {
  content: "";
  position: absolute;
  inset: auto 36px -18px;
  z-index: -1;
  height: 42px;
  background: var(--creator-shift-soft);
  clip-path: polygon(2% 0, 100% 24%, 94% 100%, 0 76%);
}

.creator-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.creator-slide figcaption {
  padding: 14px 18px;
  color: var(--creator-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.creator-slide--lift {
  margin: 0;
  transform: rotate(-1deg);
}

.creator-prompt-example {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(255, 244, 235, 0.95)),
    #fff;
  box-shadow: 0 12px 34px rgba(20, 61, 122, 0.08);
}

.creator-prompt-example::after {
  content: "PROMPT";
  position: absolute;
  right: -8px;
  bottom: -4px;
  color: rgba(0, 122, 255, 0.09);
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.creator-prompt-example span {
  display: block;
  color: var(--creator-blue);
  font-size: 12px;
  font-weight: 900;
}

.creator-prompt-example p {
  margin: 8px 0 18px !important;
  color: var(--creator-text) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.creator-gap {
  width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 132px 1fr;
  align-items: stretch;
  gap: 14px;
}

.creator-gap > div {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.94)),
    #fff;
  box-shadow: 0 14px 40px rgba(20, 61, 122, 0.1);
}

.creator-gap > div::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -34px;
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.12), rgba(255, 87, 87, 0.08));
  clip-path: polygon(0 0, 100% 26%, 74% 100%, 16% 78%);
}

.creator-gap span,
.creator-instructor span {
  display: block;
  color: var(--creator-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.creator-gap strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.35;
}

.creator-gap__wall {
  display: grid;
  place-items: center;
  background: var(--creator-shift) !important;
  color: #fff;
  text-align: center;
  clip-path: polygon(8% 0, 100% 10%, 92% 100%, 0 90%);
}

.creator-gap__wall span {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.creator-ad-samples {
  width: min(100%, 760px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.creator-ad-samples img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(20, 61, 122, 0.14);
}

.creator-roadmap-visual {
  width: min(100%, 920px);
  margin: 0 auto 28px;
  transform: rotate(0.6deg);
}

.creator-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.creator-roadmap__item {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(0, 122, 255, 0.13), rgba(255, 255, 255, 0) 52%),
    #fff;
  box-shadow: 0 16px 44px rgba(20, 61, 122, 0.11);
}

.creator-roadmap__item::before {
  content: "";
  position: absolute;
  right: -34px;
  top: 22px;
  width: 108px;
  height: 64px;
  background: repeating-linear-gradient(90deg, rgba(0, 122, 255, 0.16) 0 10px, rgba(140, 82, 255, 0.1) 10px 20px);
  transform: rotate(-14deg);
}

.creator-roadmap__item::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 18px;
  width: 62px;
  height: 8px;
  border-radius: 999px;
  background: var(--creator-shift);
}

.creator-roadmap__item span {
  display: inline-flex;
  color: var(--creator-blue);
  font-size: 30px;
  font-weight: 900;
}

.creator-roadmap__item h3 {
  margin: 14px 0 0;
  font-size: 21px;
  line-height: 1.35;
}

.creator-note {
  margin: 18px 0 0;
  color: var(--creator-muted);
  font-size: 12px;
  text-align: right;
}

.creator-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.creator-case {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 61, 122, 0.12);
}

.creator-case img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.creator-case div {
  position: relative;
  margin: 10px 18px 18px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(20, 61, 122, 0.11);
  backdrop-filter: blur(14px);
}

.creator-instructor {
  position: relative;
  min-height: 320px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.12), rgba(255, 87, 87, 0.08)),
    #fff;
  box-shadow: 0 18px 52px rgba(20, 61, 122, 0.13);
}

.creator-instructor::before {
  content: "INSTRUCTOR";
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--creator-blue-dark);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.creator-instructor img {
  width: 100%;
  aspect-ratio: 4 / 3.7;
  object-fit: cover;
  object-position: center 24%;
}

.creator-instructor figcaption {
  padding: 24px 28px 28px;
}

.creator-instructor strong {
  margin-top: 12px;
  font-size: clamp(34px, 4.6vw, 56px);
}

.creator-instructor ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.creator-instructor li {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: #3d4148;
  font-weight: 700;
}

.creator-section--bonus {
  background:
    linear-gradient(128deg, transparent 0 18%, rgba(255, 107, 53, 0.07) 18% 36%, transparent 36% 100%),
    linear-gradient(180deg, #fff 0%, #fff7f2 100%);
}

.creator-bonus-covers {
  width: min(100%, 1120px);
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.creator-bonus-covers--compact {
  margin-top: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.creator-bonus-covers img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(20, 61, 122, 0.12);
}

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

.creator-bonus-grid > div {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 244, 235, 0.96), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 16px 44px rgba(20, 61, 122, 0.1);
}

.creator-bonus-grid > div::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -18px;
  width: 96px;
  height: 70px;
  background: var(--creator-shift-soft);
  clip-path: polygon(0 0, 100% 22%, 76% 100%, 18% 78%);
}

.creator-bonus-grid h3 {
  margin: 0 0 12px;
  color: var(--creator-orange);
  font-size: 20px;
  line-height: 1.45;
}

.creator-bonus-grid ol {
  margin: 0;
  padding-left: 1.3em;
  color: #303238;
  line-height: 1.75;
  font-weight: 700;
}

.creator-overview {
  width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.creator-overview div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(20, 61, 122, 0.08);
}

.creator-overview dt {
  color: var(--creator-blue);
  font-weight: 900;
}

.creator-overview dd {
  margin: 0;
  color: #303238;
  font-weight: 700;
  line-height: 1.7;
}

.creator-faqs {
  width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.creator-faq {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(20, 61, 122, 0.08);
}

.creator-faq::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 92px;
  height: 92px;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.12), rgba(140, 82, 255, 0.1));
  clip-path: polygon(0 0, 100% 28%, 78% 100%, 18% 78%);
}

.creator-faq summary {
  cursor: pointer;
  padding: 18px 22px;
  color: var(--creator-text);
  font-weight: 900;
  line-height: 1.55;
}

.creator-faq p {
  padding: 0 22px 20px;
}

.creator-final {
  padding: 112px 24px 128px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 30, 72, 0.93), rgba(0, 122, 255, 0.72)),
    url("../images/creator-seminar-v1/final-workspace.webp") center / cover no-repeat,
    var(--creator-blue-dark);
  text-align: center;
}

.creator-final__inner {
  max-width: 800px;
}

.creator-final .creator-kicker,
.creator-final p {
  color: rgba(255, 255, 255, 0.82);
}

.creator-final h2 {
  color: #fff;
}

.creator-final .creator-btn {
  margin-top: 32px;
}

.creator-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 1000;
  display: none;
  width: min(420px, calc(100vw - 28px));
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a35, var(--creator-orange));
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(255, 107, 53, 0.34);
}

.lp-footer {
  padding: 28px 24px 104px;
  background: #101113;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

@media (max-width: 960px) {
  .creator-hero {
    padding: 28px 20px 60px;
    min-height: auto;
  }

  .creator-hero__inner,
  .creator-section--split {
    grid-template-columns: 1fr;
  }

  .creator-hero__inner {
    gap: 36px;
  }

  .creator-hero__visual {
    order: -1;
  }

  .creator-visual-frame {
    transform: none;
  }

  .creator-stats,
  .creator-problems,
  .creator-roadmap,
  .creator-cases,
  .creator-bonus-grid {
    grid-template-columns: 1fr;
  }

  .creator-check:nth-child(2n),
  .creator-tool:nth-child(2n),
  .creator-roadmap-visual {
    transform: none;
  }

  .creator-tool-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .creator-tool {
    flex: 0 0 220px;
    min-height: 136px;
    scroll-snap-align: start;
  }

  .creator-bonus-covers {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .creator-bonus-covers img {
    flex: 0 0 236px;
    scroll-snap-align: start;
  }

  .creator-gap {
    grid-template-columns: 1fr;
  }

  .creator-gap__wall {
    min-height: 92px !important;
  }

  .creator-floating-cta.is-visible {
    display: flex;
  }
}

@media (min-width: 961px) and (max-width: 1120px) {
  .creator-section--split {
    gap: 34px;
  }

  .creator-section--split .creator-section__copy h2 {
    font-size: clamp(34px, 3.7vw, 42px);
    line-height: 1.28;
  }

  .creator-timeline li {
    grid-template-columns: 138px minmax(0, 1fr);
    column-gap: 12px;
    padding: 17px 20px;
  }

  .creator-timeline strong {
    font-size: 18px;
    line-height: 1.36;
  }
}

@media (max-width: 640px) {
  .creator-hero__inner,
  .creator-section,
  .creator-stats,
  .creator-final__inner {
    width: min(100%, calc(100vw - 32px));
  }

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

  .creator-hero__lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .creator-brand--logo {
    gap: 10px;
    min-height: 36px;
  }

  .creator-brand__romptn {
    width: 104px;
  }

  .creator-brand__shift {
    width: 116px;
  }

  .creator-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .creator-btn {
    width: 100%;
    min-height: 54px;
  }

  .creator-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .creator-section h2,
  .creator-final h2 {
    font-size: 31px;
  }

  .creator-timeline li {
    grid-template-columns: 126px minmax(0, 1fr);
    column-gap: 8px;
    padding: 15px 16px;
    border-radius: 20px;
  }

  .creator-timeline span {
    font-size: 28px;
  }

  .creator-timeline strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .creator-timeline p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.55;
  }

  .creator-point {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 64px;
    padding: 12px 14px 12px 8px;
    border-radius: 22px;
    font-size: 16px;
  }

  .creator-point span {
    min-width: 40px;
    font-size: 30px;
  }

  .creator-ad-samples {
    grid-template-columns: 1fr;
  }

  .creator-case div {
    margin: 10px 16px 16px;
    padding: 18px;
  }

  .creator-instructor img {
    aspect-ratio: 4 / 4.5;
  }

  .creator-overview div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .creator-check {
    min-height: auto;
    padding: 15px 16px 15px 48px;
  }

  .creator-answer {
    padding: 22px 18px;
  }

  .creator-gap > div {
    min-height: auto;
    padding: 20px;
  }

  .creator-roadmap__item {
    min-height: auto;
    padding: 22px 22px 42px;
  }

  .creator-roadmap__item::after {
    bottom: 16px;
  }

  .creator-check,
  .creator-answer,
  .creator-bonus-grid > div,
  .creator-instructor {
    border-radius: 20px;
  }

  .creator-visual-chip {
    display: none;
  }
}
