@charset "UTF-8";

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream4.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream5.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream7.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream8.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("../fonts/SCDream9.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #171a22;
  --muted: #667284;
  --line: #dde8f4;
  --paper: #ffffff;
  --soft: #f3f8fe;
  --blue: #0057ff;
  --blue-2: #0057ff;
  --sky: #dff1ff;
  --gold: #d9aa46;
  --coral: #ff6b6b;
  --shadow: 0 22px 52px rgba(13, 52, 136, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(71, 104, 233, 0.15), transparent 32rem),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 48%, #f7f1e6 100%);
  font-family: "S-Core Dream", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.62;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

b,
strong {
  font-weight: 600;
}

.mobile-page {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 22px 18px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 214, 106, 0.16), transparent 10rem),
    linear-gradient(180deg, #061229 0%, #0a1d41 72%, #f7fbff 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 54px;
  right: -72px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(0, 87, 255, 0.18);
}

.brand-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
}

.brand-row img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-row span {
  color: #f8fbff;
  font-size: 0.96rem;
  font-weight: 600;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 12px;
  border: 1px solid rgba(13, 52, 136, 0.12);
  border-radius: 999px;
  color: #061229;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 500;
}

.hero h1 {
  margin: 0;
  font-size: 2.06rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  word-break: keep-all;
}

.hero-description {
  margin: 14px 0 0;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  font-weight: 400;
  word-break: keep-all;
}

.hero-status-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  margin: 14px 0 0;
}

.hero-period {
  display: block;
  margin: 0;
  padding-left: 2px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.35;
}

.benefit-counter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(255, 215, 109, 0.55);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 215, 109, 0.2), rgba(0, 87, 255, 0.18));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.benefit-counter span {
  color: #ffd76d;
  font-size: 1rem;
  font-weight: 600;
}

.event-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 22px 0 0;
  border-radius: 8px;
  overflow: hidden;
  background: #061229;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.event-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  border-radius: 8px;
  color: #fff;
  background: #0057ff !important;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(13, 52, 136, 0.24);
}

.hero-detail-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-detail-link i {
  font-size: 0.78rem;
}

.benefit-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 16px 18px;
  background: #f7fbff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-strip div {
  display: grid;
  grid-template-columns: minmax(150px, auto) 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #d6e5f6;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.benefit-strip strong,
.benefit-strip span {
  display: block;
}

.benefit-strip strong {
  color: #0057ff !important;
  font-size: 0.86rem;
  line-height: 1.38;
  font-weight: 600;
  word-break: keep-all;
}

.benefit-strip span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 400;
  word-break: keep-all;
}

.process-section,
.review-section,
.form-section {
  padding: 34px 20px;
}

.process-section {
  background: #fff;
}

.review-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.form-section {
  background: var(--soft);
}

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

.section-heading span {
  display: block;
  margin-bottom: 5px;
  color: #0057ff !important;
  font-size: 0.72rem;
  font-weight: 500;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.42rem;
  line-height: 1.32;
  font-weight: 600;
}

.review-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.process-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  color: #fff;
  background: #0057ff !important;
  font-weight: 600;
}

.process-list p {
  margin: 0;
  font-weight: 400;
}

.review-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin-left: auto;
  padding-bottom: 2px;
}

.review-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 87, 255, 0.22);
  border-radius: 50%;
  color: #0057ff !important;
  background: #fff;
  font-size: 0.92rem;
  cursor: pointer;
}

.review-nav:disabled {
  color: #a7b1c0 !important;
  background: #f5f8fc;
  cursor: default;
  opacity: 0.72;
}

.review-page {
  min-width: 36px;
  color: #6b7788;
  font-size: 0.74rem;
  font-weight: 500;
  text-align: center;
}

.review-carousel {
  margin: 0 -2px;
  padding: 0 2px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.review-carousel::-webkit-scrollbar {
  display: none;
}

.review-track {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.review-slide {
  display: grid;
  gap: 10px;
  flex: 0 0 100%;
  align-content: flex-start;
  align-items: flex-start;
  scroll-snap-align: start;
}

.review-card {
  padding: 15px 15px;
  border: 1px solid rgba(13, 52, 136, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(13, 52, 136, 0.08);
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.review-meta strong {
  color: #0057ff !important;
  font-size: 0.92rem;
  font-weight: 600;
}

.review-meta span {
  color: #7b8796;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.review-card p {
  margin: 0;
  color: #37445a;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.62;
  word-break: keep-all;
}

.review-add-area {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.review-add-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(0, 87, 255, 0.25);
  border-radius: 8px;
  color: #0057ff !important;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}

.review-add-form {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(0, 87, 255, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(13, 52, 136, 0.08);
}

.review-add-form[hidden] {
  display: none;
}

.review-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.review-field {
  display: grid;
  gap: 7px;
}

.review-field span {
  color: #1d2b42;
  font-size: 0.78rem;
  font-weight: 500;
}

.review-field input,
.review-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  color: var(--ink);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 400;
  outline: none;
}

.review-field input {
  height: 44px;
  padding: 0 12px;
}

.review-field textarea {
  min-height: 110px;
  padding: 12px;
  resize: vertical;
}

.review-field input:focus,
.review-field textarea:focus {
  border-color: #0057ff !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.11);
}

.review-submit-button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #0057ff !important;
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
}

.review-submit-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.review-form-feedback {
  min-height: 18px;
  margin: -2px 0 0;
  color: #6b7788;
  font-size: 0.76rem;
  font-weight: 400;
}

.review-form-feedback[data-type="error"] {
  color: var(--coral);
}

.review-form-feedback[data-type="success"] {
  color: #14784f;
}

.consult-form {
  display: grid;
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}

.field-group label,
.field-group legend {
  color: #263244;
  font-size: 0.9rem;
  font-weight: 500;
}

.form-control {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #ccd9e7;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.form-control::placeholder {
  color: #9aa6b5;
}

.form-control:focus {
  border-color: #0057ff !important;
  box-shadow: 0 0 0 4px rgba(0, 87, 255, 0.14);
}

.form-control[readonly] {
  color: #405063;
  background: #edf4fb;
}

.segmented-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.segmented-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented-options span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 7px;
  border: 1px solid #ccd9e7;
  border-radius: 8px;
  color: #526074;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  word-break: keep-all;
}

.segmented-options input:checked + span {
  border-color: #0057ff !important;
  color: #fff;
  background: #0057ff !important;
}

.two-options {
  grid-template-columns: repeat(2, 1fr);
}

.two-options span {
  min-height: 54px;
  padding: 0 10px;
}

.agreement-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 2px 0 0;
}

.agreement-row input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.agreement-row label {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  color: #4b5666;
  font-size: 0.88rem;
  font-weight: 400;
}

.agreement-row a {
  color: #0057ff !important;
  font-weight: 500;
  border-bottom: 1px solid rgba(13, 52, 136, 0.42);
}

.form-feedback {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.form-feedback[data-type="error"] {
  color: var(--coral);
}

.form-feedback[data-type="success"] {
  color: #14784f;
}

.form-feedback[data-type="loading"] {
  color: #0057ff !important;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-height: 68px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #0057ff !important;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(13, 52, 136, 0.24);
}

.submit-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.2;
}

.submit-note {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.1;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.submit-button i {
  font-size: 1.4rem;
}

.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 20px 34px;
  color: #7a8492;
  background: #111827;
  font-size: 0.76rem;
}

.landing-footer p {
  margin: 5px 0;
  word-break: keep-all;
}

.landing-footer .footer-brand {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.precon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.precon-badge img {
  display: block;
  width: 70px;
  max-width: 22vw;
  height: auto;
  cursor: pointer;
}

.back-to-top {
  position: fixed;
  right: calc(50% - 202px);
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top i {
  font-size: 1.45rem;
}

@media (max-width: 430px) {
  body {
    background: #fff;
  }

  .mobile-page {
    max-width: none;
    box-shadow: none;
  }

  .hero h1 {
    font-size: 1.95rem;
  }

  .back-to-top {
    right: 14px;
  }
}

@media (max-width: 360px) {
  .hero,
  .process-section,
  .review-section,
  .form-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: 1.76rem;
  }

  .segmented-options {
    gap: 6px;
  }

  .segmented-options span {
    font-size: 0.78rem;
  }

  .review-form-row {
    grid-template-columns: 1fr;
  }
}
