/* Mimasrap 2026 landing refresh */
.site-body {
  background: #eef2ec;
  color: #0a2a22;
  font-family: Pretendard, "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
}

.public-shell {
  width: 100%;
  min-width: 0;
  margin: 0;
  background: #fffdf8;
  border: 0;
  box-shadow: none;
}

.public-shell::before {
  content: "미마스랩 AI 뷰티마케팅 실전반 · 우리 샵 전용 AI 마케팅 실장을 만드는 4주 과정";
  display: block;
  background: #0a2a22;
  color: #e7d5ad;
  text-align: center;
  font-size: 15px;
  font-weight: 850;
  padding: 12px 18px;
  letter-spacing: 0;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.public-sidebar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e6dfce;
  padding: 18px clamp(20px, 4vw, 72px);
}

.public-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0a2a22;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #0a2a22;
  color: #dcff9b;
  font-weight: 950;
}

.public-brand strong {
  display: block;
  font-size: 19px;
  color: #0a2a22;
  line-height: 1.1;
}

.public-brand em {
  display: block;
  margin-top: 2px;
  color: #687970;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .02em;
}

.public-menu,
.public-library {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.public-menu a,
.public-library a,
.public-library span,
.public-library button {
  border-radius: 999px;
  color: #51645c;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 11px 14px;
}

.public-menu a:hover,
.public-library a:hover,
.public-library button:hover,
.public-menu a.active {
  background: #edf5df;
  color: #0a2a22;
}

.public-library form {
  margin: 0;
}

.public-nav-toggle {
  display: none;
}

.public-content {
  padding: 0;
  overflow-x: hidden;
}

.content-wrap,
.hero-inner {
  padding-left: clamp(22px, 4.5vw, 86px);
  padding-right: clamp(22px, 4.5vw, 86px);
}

.content-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.mimas-hero .hero-inner {
  display: grid;
  grid-template-columns: minmax(420px, .78fr) minmax(640px, 1.22fr);
  gap: 28px;
  align-items: center;
  min-height: calc(100vh - 126px);
  padding-top: clamp(22px, 3vh, 42px);
  padding-bottom: clamp(22px, 3vh, 40px);
  background:
    radial-gradient(circle at 92% 18%, rgba(223, 255, 155, .30) 0 12%, transparent 32%),
    radial-gradient(circle at 96% 88%, rgba(231, 213, 173, .46) 0 16%, transparent 34%),
    linear-gradient(118deg, #fffdf8 0%, #fbf6e9 58%, #e8ddc4 100%);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  color: #7a693f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy .eyebrow {
  display: inline-flex;
  border-radius: 999px;
  background: #efe5ce;
  padding: 8px 12px;
}

.hero-copy h1 {
  margin: 0;
  color: #0a2a22;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 680px;
  margin: 16px 0 0;
  color: #233e35;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.hero-lead::after {
  content: "";
  display: block;
  width: 220px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: #b9f45f;
}

.hero-sub {
  max-width: 620px;
  margin: 12px 0 0;
  color: #65766d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.lime-button,
.outline-button,
.accent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 950;
}

.lime-button {
  background: #0a2a22;
  color: #fff;
  box-shadow: 0 18px 34px rgba(10, 42, 34, .22);
}

.outline-button {
  border: 1px solid rgba(10, 42, 34, .18);
  background: #fffdf8;
  color: #0a2a22;
}

.outline-button.light {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.accent-button {
  background: #dfff9b;
  color: #0a2a22;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 18px;
}

.trust-row span {
  border: 1px solid #e5ddcb;
  border-radius: 12px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 28px rgba(10, 42, 34, .055);
  color: #5b6d64;
  font-size: 13px;
  font-weight: 800;
  padding: 13px 14px;
}

.trust-row strong {
  display: block;
  margin-bottom: 2px;
  color: #0a2a22;
  font-size: 22px;
  line-height: 1.1;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 920px);
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
}

.instructor-portrait,
.instructor-photo {
  overflow: hidden;
  border: 1px solid rgba(10, 42, 34, .14);
  border-radius: 22px;
  background: #102f27;
  box-shadow: 0 28px 72px rgba(10, 42, 34, .18);
}

.instructor-portrait {
  aspect-ratio: 4 / 3;
  min-height: clamp(420px, 58vh, 600px);
}

.instructor-portrait img,
.instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-badges {
  position: absolute;
  top: 24px;
  left: -18px;
  display: grid;
  gap: 9px;
}

.hero-badges span {
  width: max-content;
  border: 1px solid #e4ddcb;
  border-radius: 999px;
  background: #fffdf8;
  box-shadow: 0 14px 26px rgba(10, 42, 34, .11);
  color: #0a2a22;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 13px;
}

.hero-note {
  position: absolute;
  right: -14px;
  bottom: 32px;
  width: min(390px, 72%);
  border-radius: 16px;
  background: #0a2a22;
  box-shadow: 0 20px 46px rgba(10, 42, 34, .26);
  color: #fffdf8;
  padding: 18px;
}

.hero-note strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.hero-note p {
  margin: 7px 0 0;
  color: #dbe7dc;
  font-size: 15px;
  line-height: 1.55;
}

.next-actions-section {
  background: #fffdf8;
  border-top: 1px solid rgba(10, 42, 34, .06);
  padding: 30px clamp(18px, 3vw, 42px) 36px;
}

.next-actions-wrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
}

.next-action-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 164px;
  border: 1px solid #e5e9df;
  border-radius: 8px;
  background: #f1f4f7;
  color: #0a2a22;
  padding: 26px 56px 26px 24px;
  box-shadow: 0 10px 26px rgba(10, 42, 34, .04);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.next-action-card:hover {
  transform: translateY(-3px);
  border-color: #d7e7bd;
  background: #f7faef;
  box-shadow: 0 18px 34px rgba(10, 42, 34, .10);
  text-decoration: none;
}

.next-action-card strong {
  color: #0a2a22;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.next-action-card span {
  align-self: end;
  color: #263f36;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.next-action-card em {
  position: absolute;
  top: 24px;
  right: 22px;
  color: #0a2a22;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.white-section,
.cream-section,
.deep-section,
.final-cta {
  padding: 82px 0;
}

.white-section {
  background: #fffdf8;
}

.cream-section {
  background: #f2f4ec;
}

.deep-section,
.final-cta {
  background: #0a2a22;
  color: #fffdf8;
}

.split-feature,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.intro-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8 0%, #fbfcf7 100%);
}

.intro-section::before {
  content: "";
  position: absolute;
  inset: 42px auto auto -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(10, 42, 34, .07);
  background: rgba(223, 255, 155, .10);
}

.intro-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 52px;
  align-items: center;
}

.intro-copy {
  max-width: 520px;
}

.intro-copy h2 {
  font-size: clamp(31px, 3.8vw, 48px);
}

.intro-board {
  border: 1px solid #dfe6d6;
  border-radius: 8px;
  background: #0a2a22;
  color: #fffdf8;
  box-shadow: 0 26px 70px rgba(10, 42, 34, .18);
  padding: clamp(22px, 3vw, 34px);
}

.board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.board-head span {
  color: #dfff9b;
  font-size: 12px;
  font-weight: 950;
}

.board-head strong {
  max-width: 270px;
  color: #fffdf8;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
  text-align: right;
}

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

.output-grid article {
  min-height: 154px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  padding: 18px;
}

.output-grid article span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #dfff9b;
  color: #0a2a22;
  font-size: 12px;
  font-weight: 950;
  padding: 5px 9px;
}

.output-grid article strong {
  display: block;
  color: #fffdf8;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.28;
}

.output-grid article p {
  margin: 9px 0 0;
  color: #d7e2db;
  font-size: 14px;
  line-height: 1.55;
}

.process-strip {
  display: grid;
  grid-template-columns: max-content 1fr max-content 1fr max-content;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  color: #fffdf8;
  font-size: 13px;
  font-weight: 900;
}

.process-strip i {
  height: 1px;
  background: rgba(223, 255, 155, .36);
}

.section-heading {
  margin-bottom: 28px;
}

.compact-heading {
  max-width: 760px;
}

.content-wrap h2 {
  margin: 0 0 18px;
  color: #0a2a22;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: 0;
  word-break: keep-all;
}

.content-wrap p {
  color: #65766d;
  font-size: 16px;
  line-height: 1.82;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.deep-section h2,
.final-cta h2 {
  color: #fffdf8;
}

.deep-section p,
.final-cta p {
  color: #d9e5dc;
}

.prose-block {
  display: grid;
  gap: 14px;
}

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

.audience-grid article,
.week-card,
.promo-card {
  border: 1px solid #dfe6d6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(10, 42, 34, .06);
}

.audience-grid article {
  position: relative;
  min-height: 176px;
  padding: 66px 24px 24px;
  color: #0a2a22;
  font-size: clamp(18px, 1.7vw, 20px);
  font-weight: 850;
  line-height: 1.6;
}

.audience-grid article::before {
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #dfff9b;
  color: #0a2a22;
  font-size: 13px;
  font-weight: 950;
}

.audience-grid article:nth-child(1)::before { content: "01"; }
.audience-grid article:nth-child(2)::before { content: "02"; }
.audience-grid article:nth-child(3)::before { content: "03"; }
.audience-grid article:nth-child(4)::before { content: "04"; }
.audience-grid article:nth-child(5)::before { content: "05"; }
.audience-grid article:nth-child(6)::before { content: "06"; }

.curriculum-list {
  display: grid;
  gap: 14px;
}

.week-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  padding: 30px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.week-card:hover {
  transform: translateY(-2px);
  border-color: #d7e7bd;
  box-shadow: 0 22px 44px rgba(10, 42, 34, .09);
}

.week-number {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 8px;
  background: #0a2a22;
  color: #dfff9b;
  font-size: 18px;
  font-weight: 950;
}

.week-card h3,
.deep-cards h3 {
  margin: 0 0 10px;
  color: #0a2a22;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
  word-break: keep-all;
}

.week-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.week-card li {
  position: relative;
  padding-left: 18px;
  color: #42574e;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}

.week-card li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #b9f45f;
}

.week-card strong {
  display: block;
  border-radius: 8px;
  background: #f3f7eb;
  color: #24443a;
  font-size: 14px;
  line-height: 1.65;
  padding: 13px 15px;
}

.image-week {
  background: linear-gradient(135deg, #fff 0%, #fbf6e9 100%);
}

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

.deep-cards article {
  border: 1px solid rgba(223, 255, 155, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  padding: 24px;
}

.deep-cards h3 {
  color: #fffdf8;
  font-size: 21px;
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.result-tags span {
  border: 1px solid #dfe6d6;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f8fbf1 100%);
  color: #0a2a22;
  font-size: 14px;
  font-weight: 900;
  padding: 12px 16px;
}

.promo-card {
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 18%, rgba(223, 255, 155, .34) 0 12%, transparent 34%),
    #fff;
  padding: clamp(28px, 5vw, 56px);
}

.promo-card p {
  max-width: 820px;
}

.apply-form .form-note {
  margin: 0;
  color: #687970;
  font-size: 13px;
  line-height: 1.6;
}

.complete-card {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #dfe6d6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(10, 42, 34, .08);
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
}

.complete-card strong {
  display: inline-flex;
  border-radius: 999px;
  background: #dfff9b;
  color: #0a2a22;
  font-size: 13px;
  font-weight: 950;
  padding: 8px 13px;
}

.complete-card h2 {
  margin-top: 18px;
}

.complete-card .hero-actions {
  justify-content: center;
}

.final-cta {
  text-align: center;
}

.final-cta h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(32px, 4.6vw, 56px);
}

.final-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .mimas-hero .hero-inner,
  .intro-showcase,
  .split-feature,
  .two-column,
  .week-card {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    max-width: 720px;
  }

  .hero-visual {
    justify-self: stretch;
    width: 100%;
  }

  .instructor-portrait {
    min-height: 320px;
  }

  .audience-grid,
  .deep-cards {
    grid-template-columns: 1fr;
  }

  .week-number {
    width: max-content;
    height: auto;
    padding: 12px 16px;
  }

  .hero-badges {
    position: static;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }

  .hero-note {
    position: static;
    width: 100%;
    order: 3;
  }

  .next-actions-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .public-shell::before {
    content: "미마스랩 AI 뷰티마케팅 실전반 · 4주 과정";
  }

  .public-shell::before {
    font-size: 13px;
    line-height: 1.45;
  }

  .public-sidebar {
    padding: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    gap: 14px;
  }

  .public-nav-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 48px;
    height: 48px;
    border: 1px solid #dfe6d6;
    border-radius: 999px;
    background: #edf5df;
    color: #0a2a22;
  }

  .public-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .public-nav-toggle span + span {
    margin-top: 5px;
  }

  .public-sidebar.is-nav-open .public-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .public-sidebar.is-nav-open .public-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .public-sidebar.is-nav-open .public-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .public-menu,
  .public-library {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .22s ease, opacity .18s ease, visibility .18s ease;
  }

  .public-sidebar.is-nav-open .public-menu,
  .public-sidebar.is-nav-open .public-library {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
  }

  .public-menu a,
  .public-library a,
  .public-library span,
  .public-library button {
    justify-content: center;
    min-width: 0;
    font-size: 15px;
    padding: 12px 8px;
    text-align: center;
  }

  .mimas-hero .hero-inner {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .hero-copy h1 {
    max-width: 346px;
    font-size: clamp(31px, 9vw, 42px);
  }

  .hero-lead {
    max-width: 346px;
    font-size: 16px;
    line-height: 1.68;
    word-break: normal;
  }

  .hero-sub {
    max-width: 346px;
    font-size: 14px;
    line-height: 1.72;
    word-break: normal;
  }

  .content-wrap h2,
  .content-wrap p {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-actions a {
    width: min(100%, 346px);
  }

  .trust-row,
  .hero-visual {
    display: none;
  }

  .next-actions-section {
    padding: 18px 16px 24px;
  }

  .next-actions-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .next-action-card {
    min-height: 120px;
    padding: 20px 48px 20px 20px;
  }

  .next-action-card strong {
    font-size: 17px;
  }

  .next-action-card span {
    font-size: 15px;
    line-height: 1.6;
  }

  .intro-board {
    padding: 20px;
  }

  .board-head {
    display: grid;
    gap: 8px;
  }

  .board-head strong {
    max-width: none;
    text-align: left;
    font-size: 21px;
  }

  .output-grid {
    grid-template-columns: 1fr;
  }

  .output-grid article {
    min-height: 0;
  }

  .white-section,
  .cream-section,
  .deep-section,
  .final-cta {
    padding: 58px 0;
  }
}
