:root {
  --coral: #ff6847;
  --coral-deep: #f14f31;
  --mint: #79e2d9;
  --mint-pale: #dffaf6;
  --navy: #11233f;
  --ink: #171717;
  --paper: #fffdf8;
  --line: rgba(17, 35, 63, 0.12);
  --shadow: 0 20px 50px rgba(17, 35, 63, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(100%, 1120px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 20px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 11px 11px 11px 3px;
  font-family: "Gugi", sans-serif;
}
.header-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-size: 14px; font-weight: 800; }
.header-cta::after { content: " ↗"; }

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 118px 24px 76px;
  color: white;
  background: linear-gradient(135deg, #ff6847 0%, #ff6042 48%, #f54e31 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -100px;
  height: 280px;
  opacity: .28;
  background-image: radial-gradient(circle, rgba(255,255,255,.9) 2px, transparent 2px);
  background-size: 18px 18px;
  transform: rotate(-6deg);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; width: min(100%, 1120px); margin: 0 auto; }
.hero-content { position: relative; z-index: 3; }
.eyebrow, .section-kicker { margin: 0 0 16px; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 28px; height: 2px; background: #fff0a8; }
.hero h1 { margin: 0; font-size: clamp(64px, 7vw, 96px); line-height: .98; letter-spacing: -.075em; font-weight: 900; }
.hero h1 span { color: #fff0a8; }
.hero-copy { margin: 28px 0 20px; font-size: clamp(17px, 3vw, 22px); line-height: 1.7; font-weight: 600; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-badges span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.12); font-size: 13px; font-weight: 700; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 16px; font-weight: 900; }
.hero-button { gap: 10px; margin-top: 28px; min-width: 278px; padding: 18px 28px; color: var(--navy); background: #fff; box-shadow: 0 14px 28px rgba(92, 27, 12, .22); transition: transform .2s, box-shadow .2s; }
.hero-button:hover { transform: translateY(-3px); box-shadow: 0 19px 36px rgba(92, 27, 12, .28); }
.hero-button svg { width: 21px; height: 21px; fill: #239bd7; }
.micro-copy { margin: 13px 0 0; font-size: 11px; opacity: .82; }
.hero-visual-wrap { position: relative; display: grid; place-items: center; min-height: 550px; }
.hero-visual-wrap::before { content: ""; position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 30px 70px rgba(96,27,15,.16); }
.hero-visual { position: relative; z-index: 2; width: min(115%, 600px); max-height: 610px; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(69,23,17,.25)); animation: heroFloat 5s ease-in-out infinite; }
.visual-label { position: absolute; z-index: 3; padding: 10px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.9); backdrop-filter: blur(8px); box-shadow: 0 12px 24px rgba(64,22,13,.14); font-size: 12px; font-weight: 900; }
.label-one { top: 22%; left: 2%; }
.label-two { right: 0; bottom: 22%; }
@keyframes heroFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.orbit-one { width: 750px; height: 750px; top: 20px; right: -200px; }
.orbit-two { width: 950px; height: 320px; top: 330px; left: -170px; transform: rotate(-12deg); }
.keyword-bar { overflow: hidden; color: #fff; background: var(--navy); }
.keyword-track { display: flex; width: max-content; align-items: center; gap: 24px; padding: 19px 28px; font-size: 13px; font-weight: 800; white-space: nowrap; animation: keywordMove 28s linear infinite; }
.keyword-track i { color: var(--mint); font-style: normal; }
@keyframes keywordMove { to { transform: translateX(-20%); } }
.eligibility-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 44px; padding: 25px 28px; border: 1px solid rgba(255,104,71,.2); border-radius: 24px; background: linear-gradient(135deg, #fff4ee, #fffaf4); box-shadow: 0 14px 36px rgba(17,35,63,.07); }
.eligibility-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; color: #fff; background: var(--coral); font-size: 24px; font-weight: 900; }
.eligibility-banner strong { display: block; color: var(--navy); font-size: 18px; }
.eligibility-banner p { margin: 7px 0 0; color: #6b707a; font-size: 13px; line-height: 1.65; }
.eligibility-banner a { padding: 12px 16px; border-radius: 12px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 900; white-space: nowrap; }
.eligibility-banner a span { margin-left: 5px; }

.section-shell { width: min(100% - 40px, 1040px); margin: 0 auto; }
.intro { padding: 105px 0 90px; text-align: center; }
.section-kicker { color: var(--coral-deep); }
.intro h2, .process h2, .reviews h2 { margin: 0; color: var(--navy); font-size: clamp(39px, 7vw, 64px); line-height: 1.12; letter-spacing: -.06em; }
.intro h2 em { color: var(--coral); font-style: normal; }
.section-copy { margin: 25px 0 42px; color: #5f6470; line-height: 1.85; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats article { padding: 28px 10px; }
.stats article + article { border-left: 1px solid var(--line); }
.stats strong { display: block; color: var(--navy); font-size: clamp(29px, 5vw, 44px); letter-spacing: -.05em; }
.stats small { color: #747985; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; text-align: left; }
.service-grid article { position: relative; overflow: hidden; min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 14px 35px rgba(17,35,63,.07); transition: transform .25s, box-shadow .25s; }
.service-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-grid article > span { position: absolute; top: 25px; right: 25px; color: #c8ccd1; font-size: 12px; font-weight: 900; }
.service-icon { display: grid; place-items: center; width: 57px; height: 57px; margin-bottom: 34px; border-radius: 17px; color: var(--navy); background: var(--mint-pale); font-size: 24px; font-weight: 900; }
.service-grid article:nth-child(2) .service-icon { background: #fff0e7; }
.service-grid article:nth-child(3) .service-icon { background: #fff7c9; }
.service-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 21px; }
.service-grid p { margin: 0; color: #6b707a; font-size: 14px; line-height: 1.75; }

.process { padding: 90px 0; }
.section-heading-row { display: flex; justify-content: space-between; align-items: flex-end; }
.scribble { color: var(--coral); font-family: "Gowun Dodum", sans-serif; font-size: 110px; line-height: .8; transform: rotate(8deg); }
.process-list { list-style: none; margin: 55px 0 0; padding: 0; border-top: 2px solid var(--navy); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--coral); font-weight: 900; }
.process-list strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 22px; }
.process-list p { margin: 0; color: #656a75; font-size: 15px; }

.reviews { padding: 90px 0 130px; overflow: hidden; }
.review-viewport { overflow: hidden; margin-top: 44px; }
.review-track { display: flex; transition: transform .5s cubic-bezier(.22,.75,.25,1); }
.review-card { min-width: 100%; padding: clamp(26px, 7vw, 54px); border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.review-top { display: flex; justify-content: space-between; align-items: center; }
.avatar { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--mint-pale); font-size: 28px; }
.situation-tag { padding: 7px 12px; border-radius: 999px; color: var(--coral-deep); background: #fff0eb; font-size: 12px; font-weight: 900; }
.review-card blockquote { margin: 32px 0; color: var(--navy); font-size: clamp(20px, 4vw, 28px); line-height: 1.65; font-weight: 700; }
.review-card footer { display: flex; gap: 10px; align-items: center; color: #8a8e96; }
.review-card footer strong { color: var(--ink); }
.review-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 28px; }
.slider-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #fff; font-size: 20px; }
.dots { display: flex; gap: 8px; }
.dot { width: 8px; height: 8px; border: 0; border-radius: 50%; background: #cfd2d8; padding: 0; }
.dot.active { width: 27px; border-radius: 999px; background: var(--coral); }

.testimonial-section { padding: 105px 0; background: var(--navy); }
.testimonial-heading { margin-bottom: 46px; }
.testimonial-heading h2 { margin: 0; color: #fff; font-size: clamp(39px, 7vw, 64px); line-height: 1.12; letter-spacing: -.06em; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.testimonial-card { padding: 27px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.testimonial-meta { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; }
.person-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: var(--navy); font-weight: 900; }
.person-avatar.coral { background: #ff9f89; }
.person-avatar.mint { background: var(--mint); }
.person-avatar.yellow { background: #ffe584; }
.person-avatar.blue { background: #9bd9f5; }
.testimonial-meta strong, .testimonial-meta small { display: block; }
.testimonial-meta strong { color: #fff; font-size: 15px; }
.testimonial-meta small { margin-top: 4px; color: rgba(255,255,255,.48); font-size: 10px; }
.testimonial-stars { margin: 24px 0 12px; color: #ffd34f; font-size: 13px; letter-spacing: 3px; }
.testimonial-card blockquote { margin: 0; color: rgba(255,255,255,.85); font-size: 15px; font-weight: 600; line-height: 1.85; }

.notice { padding: 70px 0; }
.notice-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 21px 0; border: 0; border-bottom: 1px solid var(--line); color: var(--navy); background: transparent; font-weight: 900; font-size: 21px; }
.plus { font-size: 28px; font-weight: 400; transition: transform .3s; }
.notice-toggle[aria-expanded="true"] .plus { transform: rotate(45deg); }
.notice-content { max-height: 0; overflow: hidden; color: #70757e; font-size: 13px; line-height: 1.85; transition: max-height .4s ease; }
.notice-content.open { max-height: 350px; padding-top: 18px; }

.site-footer { padding: 55px 20px 60px; text-align: center; color: rgba(255,255,255,.72); background: var(--navy); }
.footer-brand { color: #fff; }
.site-footer p { margin: 20px 0 8px; font-size: 13px; }
.site-footer small { font-size: 11px; }
.telegram-float {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 10px 18px 10px 12px;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 20px;
  color: #fff;
  background: #239bd7;
  box-shadow: 0 14px 30px rgba(17,35,63,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.telegram-float:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(17,35,63,.34); }
.telegram-float svg { width: 34px; height: 34px; fill: currentColor; }
.telegram-float span { display: grid; line-height: 1.15; }
.telegram-float small { margin-bottom: 4px; font-size: 10px; opacity: .82; }
.telegram-float b { font-size: 14px; }
@media (min-width: 760px) {
  .hero { min-height: 820px; }
  .review-card { min-width: calc(50% - 12px); margin-right: 24px; }
  .review-track { align-items: stretch; }
}

@media (max-width: 900px) {
  .hero { padding-top: 115px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-content { order: 2; }
  .hero-visual-wrap { order: 1; min-height: 300px; margin-bottom: -12px; }
  .hero-visual { width: min(74vw, 370px); max-height: 360px; }
  .hero-visual-wrap::before { width: min(72vw, 350px); }
  .hero-badges, .eyebrow { justify-content: center; }
  .label-one { top: 12%; left: 16%; }
  .label-two { right: 13%; bottom: 14%; }
}

@media (max-width: 560px) {
  .site-header { padding: 17px 18px; }
  .header-cta { padding: 8px 14px; }
  .hero { min-height: 870px; padding: 100px 18px 70px; }
  .hero-visual-wrap { min-height: 300px; }
  .hero h1 { font-size: 56px; }
  .hero-copy { font-size: 16px; }
  .hero-button { width: 100%; min-width: 0; }
  .visual-label { padding: 8px 11px; font-size: 10px; }
  .keyword-track { gap: 18px; padding-block: 16px; }
  .eligibility-banner { grid-template-columns: auto 1fr; gap: 15px; margin-top: 25px; padding: 20px; }
  .eligibility-icon { width: 44px; height: 44px; }
  .eligibility-banner strong { font-size: 16px; line-height: 1.5; }
  .eligibility-banner p { font-size: 12px; }
  .eligibility-banner a { grid-column: 1 / -1; text-align: center; }
  .section-shell { width: min(100% - 34px, 1040px); }
  .intro { padding-top: 80px; }
  .stats small { font-size: 11px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .service-grid article { min-height: 0; }
  .service-icon { margin-bottom: 22px; }
  .process { padding-top: 55px; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 12px; }
  .testimonial-section { padding: 78px 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { padding: 23px; }
  .telegram-float { right: 14px; bottom: 14px; min-height: 56px; padding: 9px 15px 9px 11px; border-radius: 18px; }
  .telegram-float svg { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
