@font-face {
    font-family: 'SokchoBadaDotum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_1@1.0/SokchoBadaDotum.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: 'Pretendard', sans-serif; color: #141414; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }
a { text-decoration: none; color: inherit; }

/* ===== Utility ===== */
#page-wrapper { width: 100%; overflow: hidden; font-family: 'Pretendard', sans-serif; color: #141414; word-break: keep-all; }
.br-pc { display: block; }
.br-mo { display: none; }
.br-1280 { display: none; }
.img-pc { display: block !important; }
.img-mo { display: none !important; }
.dot-pc { display: inline; }

.section-title {
  font-weight: 800; font-size: 84px; line-height: 1.19; letter-spacing: -0.02em; color: #141414; text-align: center;
}

/* ===== Section 1: Hero ===== */
.hero-section {
  position: relative; background: #e3f8ff; min-height: 946px; overflow: hidden;
}
.hero-wave {
  position: absolute; top: -11px; left: 427px; width: 2018px; pointer-events: none; z-index: 0;
}
.hero-wave img { width: 100%; height: auto; }
.hero-logo {
  position: absolute; top: 40px; left: 40px; z-index: 3;
}
.hero-logo a { display: block; }
.hero-logo img { width: 101px; height: auto; }
.hero-inner {
  position: relative; max-width: 1920px; margin: 0 auto; padding: 0 240px; z-index: 2;
}
.hero-badge-wrap {
  margin-top: 213px; position: relative; display: inline-block;
}
.hero-badge-wrap .badge-bg {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 120%; height: auto; pointer-events: none; z-index: 0;
}
.hero-badge {
  position: relative; z-index: 1; display: inline-flex; align-items: center;
}
.hero-badge span {
  font-weight: 600; font-size: 34px; line-height: 1.36; letter-spacing: -0.02em; color: #fff; padding: 0 20px;
}
.hero-title {
  margin-top: 40px; font-family: 'SokchoBadaDotum'; font-weight: 900; font-size: 100px; font-style: normal; line-height: 120px; letter-spacing: -2px; color: #1CABE2;
}
.hero-desc {
  margin-top: 38px; font-weight: 400; font-size: 32px; line-height: 1.375; letter-spacing: -0.02em; color: #444;
}
.hero-cta {
  margin-top: 29px; display: inline-block; position: relative;
}
.hero-cta .cta-text {
  font-weight: 700; font-size: 44px; line-height: 0.86; letter-spacing: -0.02em; color: #141414; position: relative; z-index: 1; padding: 0 10px;
}
.hero-cta .cta-line {
  position: absolute; bottom: -22px; left: 0; width: 100%; height: 42px; object-fit: fill; z-index: 0;
}
.hero-donation-box {
  position: absolute; right: 289px; top: 195px; width: 366px; z-index: 1;
}
.hero-donation-box img { width: 100%; height: auto; }

/* ===== Section 2: Intro ===== */
.intro-section { background: #fff; }
.intro-video {
  width: 100%; padding: 140px 0; display: flex; justify-content: center; line-height: 0; font-size: 0;
}
.intro-video video, .intro-video img {
  width: auto; height: 829px; object-fit: cover; display: block; border-radius: 20px; overflow: hidden;
}
.intro-coin {
  display: flex; justify-content: center; margin: -20px 0 20px; padding-top: 50px; position: relative; z-index: 1;
}
.intro-coin img { width: 260px; height: 167px; }
.intro-quote-wrap {
  position: relative; max-width: 1178px; margin: 60px auto; display: flex; align-items: center; justify-content: center;
}
.intro-quote-side { flex-shrink: 0; width: 35px; }
.intro-quote-side img { width: 100%; height: auto; }
.intro-quote-text {
  text-align: center; padding: 11px 53px; flex: 1;
}
.intro-quote-text .quote-text {
  font-family: 'SD UNICEF Hearty', serif; font-weight: 400; font-size: 50px; line-height: 62px; letter-spacing: -1px; color: #444; text-align: center; max-width: 1244px; margin: 0 auto;
}
.intro-quote-text .quote-highlight {
  padding: 0 15px 13px; background: url('../images/text-line3.png') no-repeat bottom center / 100% 45px; -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.intro-quote-text .quote-highlight-last {
  padding: 0 15px 13px; background: url('../images/text-line-mo.png') no-repeat bottom center / 100% 45px;
}
.intro-quote-text .quote-highlight-mo { display: none; }
.intro-sub-text {
  text-align: center; font-family: 'Pretendard', sans-serif; font-weight: 400; font-size: 27px; font-style: normal; line-height: 38px; letter-spacing: -0.54px; color: #444;
}
.intro-partners {
  display: flex; justify-content: center; align-items: center; padding: 27px 0 80px;
}
.intro-partners img { height: 54px; width: auto; }
.intro-partners .partners-mo { display: none; }

/* ===== Section 3: HowTo ===== */
.howto-section {
  position: relative; background: #fff; padding: 230px 0 200px; overflow: hidden;
}
.howto-gradient {
  position: absolute; top: 0; left: 0; right: 0; height: 1122px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 29%, rgba(255,255,255,0) 55%);
  z-index: 1; pointer-events: none;
}
.howto-wave-bg1 {
  position: absolute; top: -143px; left: 265px; width: 1638px; height: 1808px; opacity: 0.6; pointer-events: none; z-index: 0;
}
.howto-wave-bg1 img { width: 100%; height: 100%; }
.howto-wave-bg2 {
  position: absolute; top: 1568px; left: 367px; width: 1156px; height: 510px; opacity: 0.6; pointer-events: none; z-index: 0;
}
.howto-wave-bg2 img { width: 100%; height: 100%; }
.howto-inner {
  position: relative; z-index: 2; max-width: 1920px; margin: 0 auto; padding: 0 240px;
}
.howto-header {
  display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 110px;
}
.howto-icon { width: 90px; height: 87px; }
.howto-icon img { width: 100%; height: 100%; object-fit: contain; }
.step-list {
  display: flex; flex-direction: column; gap: 234px; max-width: 1178px; margin: 0 auto;
}
.step-item {
  display: flex; align-items: center; flex-direction: row; justify-content: flex-start;
}
.step-item > :first-child { margin-right: 100px; }
.step-reverse {
  flex-direction: row-reverse; justify-content: flex-end;
}
.step-reverse > :first-child { margin-right: 0; margin-left: 100px; }
.step-reverse > :first-child { width: auto; }
.step-reverse > :last-child { width: 632px; flex-shrink: 0; }
.step-text-group {
  position: relative; flex-shrink: 0; width: 632px;
}
.step-badge {
  display: inline-flex; justify-content: center; align-items: center; width: 213px; height: 84px; background: #daf6ff; border-radius: 12px; margin-bottom: 42px;
}
.step-badge span { font-weight: 600; font-size: 49px; line-height: 1; color: #00aeef; }
.step-text {
  position: relative; z-index: 1; font-size: 72px; line-height: 1.22; letter-spacing: -0.02em; color: #121212; font-weight: 700;
}
.step-text .text-blue { color: #00AEEF; }
.step-text.text-all-blue { color: #00AEEF; font-weight: 800; }
.underline-bar {
  position: absolute; bottom: -16px; left: -4px; height: 50px; background: #e6f9ff; z-index: 0;
  transform: scaleX(0); transform-origin: left; transition-property: transform;
}
.underline-bar.aos-animate { transform: scaleX(1); }
.underline-w1 { width: 459px; }
.underline-w2 { width: 385px; }
.underline-w3 { width: 284px; }
.step-image { width: 634px; flex-shrink: 0; }
.step-image img { width: 100%; height: auto; display: block; }

/* ===== Section 4: Tomorrow ===== */
.tomorrow-section {
  position: relative; background: #fff; min-height: 1027px; overflow: visible;
}
.tomorrow-text-wrap {
  text-align: center; position: relative; z-index: 2; padding-top: 100px;
}
.tomorrow-main-text {
  font-weight: 800; font-size: 84px; line-height: 1.345; letter-spacing: -0.02em; color: #141414; text-align: center; max-width: 1474px; margin: 0 auto;
}
.rolling-wrapper {
  display: inline-block; overflow: hidden; height: 130px; vertical-align: bottom; position: relative; width: 240px; text-align: center; padding-top: 10px;
}
.rolling-track {
  display: flex; flex-direction: column; transition: transform 0.4s ease-in-out; will-change: transform;
}
.rolling-item {
  font-family: 'SD UNICEF Hearty', serif; font-weight: 400; font-size: 114px; color: #fdbe00; letter-spacing: -0.02em; line-height: 130px; height: 130px; text-align: center; display: block;
}
.particle { transition: opacity 0.3s ease; }
.bracket {
  color: #fdbe00; font-family: 'Pretendard', sans-serif; font-size: 84px; font-weight: 600; line-height: 113px; letter-spacing: -1.68px;
}
.carousel-wrap {
  position: relative; width: 100%; padding: 62px 0;
}
.tomorrow-swiper { overflow: visible; }
.tomorrow-swiper .swiper-wrapper { align-items: center; }
.tomorrow-slide { width: 1196px; }
.slide-card {
  width: 100%; aspect-ratio: 1196 / 686; border-radius: 20px; overflow: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease; transform: scale(0.69); transform-origin: center center; opacity: 0.7;
}
.slide-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.swiper-slide-active .slide-card { transform: scale(1); opacity: 1; }
.tomorrow-swiper .swiper-button-prev,
.tomorrow-swiper .swiper-button-next {
  width: 74px; height: 74px; border-radius: 50%; z-index: 10;
}
.tomorrow-swiper .swiper-button-prev::after,
.tomorrow-swiper .swiper-button-next::after { display: none; }
.tomorrow-swiper .swiper-button-prev {
  left: calc(50% - 697px); background: url('../images/swiper-prev.png') no-repeat center / contain;
}
.tomorrow-swiper .swiper-button-next {
  right: calc(50% - 697px); background: url('../images/swiper-next.png') no-repeat center / contain;
}
.tomorrow-swiper .swiper-pagination {
  bottom: -53px; display: flex; justify-content: center; align-items: center; gap: 6px;
}
.tomorrow-swiper .swiper-pagination-bullet {
  width: 10px; height: 10px; background: #bdbdbd; opacity: 1; border-radius: 5px; transition: all 0.3s; margin: 0 !important;
}
.tomorrow-swiper .swiper-pagination-bullet-active { width: 40px; background: #828282; }

/* ===== Section 5: Review ===== */
.review-section { background: #fff; padding: 230px 0; }
.review-header {
  display: flex; flex-direction: column; align-items: center; gap: 36px; margin-bottom: 82px;
}
.review-icon { width: 90px; height: 87px; }
.review-icon img { width: 100%; height: 100%; object-fit: contain; }
.review-swiper-outer {
  position: relative; max-width: 1416px; margin: 0 auto; padding: 0 74px;
}
.review-nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 74px; height: 74px; border: none; background: none; padding: 0; cursor: pointer; z-index: 10;
}
.review-nav-btn svg { width: 100%; height: 100%; }
.review-prev { left: 0; }
.review-next { right: 0; }
.review-swiper-wrap {
  overflow: hidden; max-width: 1196px; margin: 0 auto;
}
.review-swiper .swiper-button-prev,
.review-swiper .swiper-button-next { display: none; }
.review-swiper {
  display: flex; flex-direction: column; padding-bottom: 20px;
}
.review-swiper .swiper-pagination {
  position: relative; bottom: -19px; order: 99; margin-top: 53px; display: flex; justify-content: center; align-items: center;
}
.review-swiper .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px; }
.review-swiper .swiper-pagination-bullet {
  width: 10px; height: 10px; background: #bdbdbd; opacity: 1; border-radius: 5px; transition: all 0.3s; margin: 0 3px !important;
}
.review-swiper .swiper-pagination-bullet-active { width: 40px; background: #828282; }
.review-card { width: 100%; overflow: hidden; }
.review-card-img {
  width: 100%; height: 401px; overflow: hidden; border-radius: 28px 28px 0 0;
}
.review-card-img img { width: 100%; height: 100%; object-fit: cover; }
.review-card-text {
  background: #f8f8f8; padding: 36px 40px; border-radius: 0 0 28px 28px; height: 235px; box-sizing: border-box;
}
.review-card-text .review-text {
  font-weight: 700; font-size: 24px; line-height: 1.42; letter-spacing: -0.02em; color: #141414;
}
.review-card-text .review-author {
  display: flex; align-items: center; gap: 12px; margin-top: 33px; font-weight: 700; font-size: 18px; line-height: 1.56; letter-spacing: -0.02em; color: rgba(20,20,20,0.6);
}

/* ===== Section 6: Mission ===== */
.mission-section { background: #e3f8ff; padding: 212px 185px; }
.mission-inner { max-width: 1440px; margin: 0 auto; padding: 0 40px; text-align: center; }
.mission-title { margin-bottom: 60px; }
.mission-image-wrap { display: flex; justify-content: center; }
.mission-image-wrap img { width: 100%; max-width: 1196px; height: auto; }

/* ===== Section 7: FAQ ===== */
.faq-section { background: #fff; padding: 184px 240px 230px; }
.tab-bar {
  display: flex; justify-content: center; align-items: center; padding: 8px; background: #f8f8f8; border-radius: 18px; flex-wrap: wrap; gap: 0; max-width: 720px; margin: 0 auto 12px;
}
.tab-btn {
  padding: 18px 30px; border: none; cursor: pointer; font-family: 'Pretendard', sans-serif; font-size: 22px; letter-spacing: -0.008em; transition: all 0.2s; white-space: nowrap;
  background: transparent; color: #101010; font-weight: 600; border-radius: 70px;
}
.tab-btn.active {
  background: #00aeef; color: #fff; font-weight: 700; border-radius: 12px;
}
.faq-list {}
.faq-item { border-bottom: 1px solid #e6e6e6; }
.faq-question {
  display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 48px 10px; border: none; background: none; cursor: pointer; text-align: left; font-family: 'Pretendard', sans-serif;
}
.faq-q-wrap { display: flex; align-items: center; gap: 22px; flex: 1; }
.faq-q-label { font-weight: 600; font-size: 27px; letter-spacing: -0.03em; color: #00aeef; flex-shrink: 0; width: 19px; text-align: center; }
.faq-q-text { font-family: 'Pretendard', sans-serif; font-weight: 600; font-size: 28px; line-height: 1.29; letter-spacing: -0.029em; color: #101010; }
.faq-toggle {
  width: 25px; height: 25px; position: relative; flex-shrink: 0;
}
.faq-toggle::before, .faq-toggle::after {
  content: ''; position: absolute; background: #101010; border-radius: 50px; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.faq-toggle::before { width: 25px; height: 3px; }
.faq-toggle::after { width: 3px; height: 25px; transition: transform 0.3s, opacity 0.3s; }
.faq-question.open .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-answer {
  overflow: hidden; max-height: 0; transition: max-height 0.3s ease;
}
.faq-answer.open { max-height: 500px; }
.faq-a-inner { display: flex; gap: 22px; padding: 0 10px 48px; }
.faq-a-label { font-weight: 600; font-size: 27px; letter-spacing: -0.03em; color: #00aeef; flex-shrink: 0; width: 19px; text-align: center; }
.faq-a-text, .faq-a-text span { font-weight: 400; font-size: 22px; line-height: 1.75; letter-spacing: -0.02em; color: #2d2926; }

/* ===== Section 8: Footer ===== */
.coin-footer { background: #2d2926; padding: 80px 40px; text-align: center; }
.footer-logos {
  display: flex; justify-content: center; align-items: center; gap: 24px; margin-bottom: 60px;
}
.footer-logos img { height: 41px; width: auto; }
.footer-logo-eng { order: 1; }
.footer-partner-logos { display: contents; }
.footer-partner-logos > img:first-child { order: 0; }
.footer-partner-logos > img:last-child { order: 2; width: 109px; height: auto; }
.footer-info {
  font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.73; letter-spacing: -0.02em; color: #fff;
}
.footer-copyright {
  font-family: 'Noto Sans KR', sans-serif; font-weight: 700; font-size: 15px; line-height: 1.73; letter-spacing: -0.02em; color: #fff; opacity: 0.5; margin-top: 20px;
}

/* ===== CU Floating Button ===== */
.cu-button {
  position: fixed; right: 40px; bottom: 40px; z-index: 100; font-family: 'Pretendard', sans-serif;
}
.cu-button a {
  display: flex; align-items: center; gap: 12px; max-width: 387px; max-height: 137px; padding: 28px 36px;
  border: 2px solid #1ca4e8; border-radius: 30px; background: #fff; text-decoration: none; transition: background 0.2s; box-sizing: border-box;
}
.cu-button a:hover { background: #1ca4e8; }
.cu-button a:hover .cu-text { color: #fff; }
.cu-button a:hover .cu-arrow { border-top-color: #fff; border-right-color: #fff; }
.cu-button .cu-text { font-weight: 700; font-size: 32px; line-height: 1.22; letter-spacing: -0.02em; color: #1ca4e8; }
.cu-button .cu-logo { width: 110px; height: auto; }
.cu-button .cu-arrow {
  display: inline-block; width: 16px; height: 16px; border-top: 3px solid #1ca4e8; border-right: 3px solid #1ca4e8; transform: rotate(45deg);
}
.cu-button .cu-arrow-mobile { display: none; }


/* ===================================================================
   RESPONSIVE
   =================================================================== */

@media (max-width: 1760px) {
  .hero-inner { padding: 0 100px; }
  .hero-donation-box { right: 100px; top: 195px; width: 366px; }
}

@media (max-width: 1440px) {
  .hero-inner { padding: 0 100px; }
  .hero-title { font-size: 80px; }
  .hero-desc { font-size: 28px; }
  .hero-cta .cta-text { font-size: 36px; }
  .hero-wave { left: 200px; width: 1600px; }
  .hero-donation-box { right: 100px; top: 195px; width: 366px; }
  .section-title { font-size: 64px; }
  .howto-inner { padding: 0 120px; }
  .step-list { gap: 160px; }
  .step-item > :first-child { margin-right: 70px; }
  .step-reverse > :first-child { margin-right: 0; margin-left: 70px; }
  .step-reverse > :last-child { width: 500px; }
  .step-text-group { width: 500px; }
  .step-text { font-size: 60px; }
  .step-image { width: 550px; }
  .tomorrow-swiper .swiper-button-prev { left: calc(50% - 550px); }
  .tomorrow-swiper .swiper-button-next { right: calc(50% - 550px); }
}

@media (max-width: 1280px) {
  .hero-section { min-height: auto; padding-bottom: 80px; }
  .hero-inner { padding: 0 40px; }
  .hero-wave { left: 100px; width: 1500px; }
  .hero-donation-box { right: 40px; width: 280px; top: 220px; }
  .br-1280 { display: block; }
  .cu-button a { padding: 20px 28px; }
  .cu-button .cu-text { font-size: 24px; }
  .cu-button .cu-logo { width: 80px; }
  .howto-inner { padding: 0 40px; }
  .step-item > :first-child { margin-right: 50px; }
  .step-reverse > :first-child { margin-right: 0; margin-left: 50px; }
  .step-reverse > :last-child { width: 450px; }
  .step-text-group { width: 450px; }
  .step-text { font-size: 56px; }
  .step-badge { width: 180px; height: 70px; }
  .step-badge span { font-size: 40px; }
  .underline-w1 { width: 358px; }
  .underline-w2 { width: 300px; }
  .underline-w3 { width: 222px; }
  .underline-bar { height: 42px; }
  .step-image { width: 500px; }
  .intro-video { padding: 80px 40px 0; }
  .review-section { padding: 150px 0; }
  .review-swiper-outer { padding: 0 65px; }
  .review-nav-btn { width: 50px; height: 50px; }
  .review-prev { left: 8px; }
  .review-next { right: 8px; }
  .review-swiper-wrap { max-width: 100%; }
  .review-card-text .review-text { font-size: 19px; }
  .faq-section { padding: 120px 40px 160px; }
  .mission-section { padding: 150px 40px; }
  /* Tomorrow carousel 1280 */
  .carousel-wrap { padding: 40px 0 80px; }
  .tomorrow-swiper { overflow-x: clip; }
  .tomorrow-slide, .swiper-slide-active.tomorrow-slide { width: 80%; max-width: calc(100vw - 40px); }
  .slide-card, .swiper-slide-active .slide-card { aspect-ratio: 67/44; border-radius: 16px; transform: scale(1); opacity: 1; }
  .tomorrow-swiper .swiper-button-prev { left: calc(50% - 400px); }
  .tomorrow-swiper .swiper-button-next { right: calc(50% - 400px); }
  .tomorrow-swiper .swiper-pagination { bottom: -19px; }
  .tomorrow-swiper .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(141,141,141,0.4); border-radius: 4px; }
  .tomorrow-swiper .swiper-pagination-bullet-active { width: 40px; background: #8d8d8d; }
}

@media (max-width: 1122px) {
  .hero-title { font-size: 60px; line-height: 72px; }
  .hero-desc { font-size: 20px; max-width: 60%; }
  .hero-cta .cta-text { font-size: 32px; }
  .hero-donation-box { width: 220px; top: 240px; }
  .cu-button { bottom: 0; }
}

@media (max-width: 991px) {
  .section-title { font-size: 56px; }
  .tomorrow-main-text { font-size: 56px; }
  .rolling-wrapper { height: 86px; width: 150px; padding-top: 0; }
  .rolling-item { font-size: 86px; line-height: 86px; height: 86px; }
  .step-item > :first-child { margin-right: 40px; }
  .step-reverse > :first-child { margin-right: 0; margin-left: 40px; }
  .step-reverse > :last-child { width: 380px; }
  .step-text-group { width: 380px; }
  .step-text { font-size: 48px; }
  .underline-w1 { width: 308px; }
  .underline-w2 { width: 258px; }
  .underline-w3 { width: 190px; }
  .underline-bar { height: 36px; }
  .step-image { width: 400px; }
}

@media (max-width: 768px) {
  .br-pc { display: none; }
  .br-mo { display: block; }
  .img-pc { display: none !important; }
  .img-mo { display: block !important; }
  .dot-pc { display: none; }
  .section-title { font-size: 34px; line-height: 1.29; }

  /* Hero */
  .hero-section { min-height: auto; padding-bottom: 40px; }
  .hero-wave { top: 370px; left: -291px; width: 878px; }
  .hero-logo { top: 30px; left: 30px; }
  .hero-logo img { width: 90px; }
  .hero-inner { padding: 0 20px; }
  .hero-badge-wrap { margin-top: 112px; }
  .hero-badge { padding: 4px 8px; }
  .hero-badge span { font-size: 20px; padding: 0 8px; }
  .hero-title { font-family: 'SokchoBadaDotum'; font-size: 40px; font-weight: 900; font-style: normal; line-height: 48px; letter-spacing: -0.8px; color: #1CABE2; margin-top: 16px; }
  .hero-desc { font-size: 18px; line-height: 1.44; letter-spacing: -0.044em; margin-top: 20px; max-width: 100%; }
  .hero-cta { margin-top: 12px; }
  .hero-cta .cta-text { font-size: 24px; letter-spacing: -0.033em; }
  .hero-cta .cta-line { height: 18px; bottom: -2px; }
  .hero-donation-box {
    position: relative; top: auto; right: auto; left: auto; bottom: auto; width: 187px; margin: 0 auto; padding-top: 33px;
  }

  /* Intro */
  .intro-video { padding: 0; }
  .intro-video video, .intro-video img { width: 100%; height: auto; border-radius: 0; }
  .intro-coin { padding-top: 70px; }
  .intro-coin img { width: 154px; height: auto; }
  .intro-quote-wrap { margin: 16px auto; padding: 0 10px; }
  .intro-quote-side { display: none; }
  .intro-quote-text { padding: 0; }
  .intro-quote-text .quote-text { font-size: 28px; line-height: 1.5; letter-spacing: -0.02em; color: #555; }
  .intro-quote-text .quote-highlight, .intro-quote-text .quote-highlight-last { display: none; }
  .intro-quote-text .quote-highlight-mo {
    display: inline; position: relative; z-index: 1; padding: 0 4px;
  }
  .intro-quote-text .quote-highlight-mo::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 22px;
    background: url('../images/text-line-mo.png') no-repeat center / 100% 100%; z-index: -1;
  }
  .intro-sub-text { font-size: 16px; line-height: 1.625; letter-spacing: -0.05em; padding: 0 20px; }
  .intro-partners { padding: 16px 0 0; }
  .intro-partners img { height: 24px; }
  .intro-partners .partners-pc { display: none; }
  .intro-partners .partners-mo { display: block; }

  /* HowTo */
  .howto-section { padding: 100px 0 0; }
  .howto-wave-bg1, .howto-wave-bg2 { display: none; }
  .howto-inner { padding: 0 20px; }
  .howto-header { gap: 10px; margin-bottom: 30px; }
  .howto-icon { width: 42px; height: 41px; }
  .step-list { gap: 40px; }
  .step-item, .step-reverse { flex-direction: column; justify-content: flex-start; gap: 22px; }
  .step-item > :first-child, .step-reverse > :first-child { margin-right: 0; margin-left: 0; width: auto; }
  .step-reverse > :last-child { width: auto; flex-shrink: 1; }
  .step-text-group { width: auto; display: flex; flex-direction: column; align-items: center; }
  .step-badge { width: 88px; height: auto; padding: 8px 0; border-radius: 5px; margin-bottom: 10px; }
  .step-badge span { font-size: 22px; }
  .step-text { font-size: 28px; line-height: 1.21; text-align: center; }
  .underline-bar { display: none; }
  .step-image { width: 100%; }
  .step-image img { aspect-ratio: 335/210; object-fit: cover; border-radius: 16px; }

  /* Tomorrow */
  .tomorrow-section { min-height: unset; height: auto; }
  .tomorrow-text-wrap { padding: 100px 20px 0; }
  .tomorrow-main-text { font-size: 34px; line-height: 1.35; }
  .rolling-wrapper { height: 48px; width: 100px; padding-top: 0; }
  .rolling-item { font-size: 50px; line-height: 48px; height: 48px; }
  .bracket { font-size: 34px; line-height: 1.47; letter-spacing: -0.02em; }
  .carousel-wrap { padding: 25px 0 80px; }
  .tomorrow-slide, .swiper-slide-active.tomorrow-slide { width: 335px; }
  .tomorrow-swiper .swiper-button-prev, .tomorrow-swiper .swiper-button-next { display: none; }

  /* Review */
  .review-section { padding: 20px 20px; overflow: hidden; }
  .review-header { gap: 8px; margin-bottom: 30px; }
  .review-icon { width: 42px; height: 40px; }
  .review-swiper-outer { padding: 0; }
  .review-nav-btn { display: none; }
  .review-swiper-wrap { overflow: hidden; max-width: none; padding: 0; }
  .review-swiper { display: flex; flex-direction: column; }
  .review-swiper .swiper-slide { display: flex; justify-content: center; }
  .review-swiper .swiper-pagination { position: relative; order: 99; margin-top: 12px; display: flex; justify-content: center; align-items: center; gap: 0; bottom: auto; }
  .review-swiper .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(141,141,141,0.4); opacity: 1; border-radius: 4px; }
  .review-swiper .swiper-pagination-bullet-active { width: 40px; background: #8d8d8d; }
  .review-card { width: 314px; }
  .review-card-img { height: 295px; border-radius: 16px 16px 0 0; }
  .review-card-text { padding: 24px 18px; border-radius: 0 0 16px 16px; height: 184px; }
  .review-card-text .review-text { font-weight: 400; font-size: 18px; line-height: 1.44; }
  .review-card-text .review-author { margin-top: 16px; gap: 6px; font-weight: 400; font-size: 13px; line-height: 1.54; }

  /* Mission */
  .mission-section { padding: 80px 0; }
  .mission-inner { padding: 0; }
  .mission-title { margin-bottom: 30px; }
  .mission-image-wrap img { max-width: 100%; }

  /* FAQ */
  .faq-section { padding: 80px 20px 100px; }
  .tab-bar {
    flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 8px; border-radius: 0; max-width: none; margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .tab-bar::-webkit-scrollbar { display: none; }
  .tab-btn { font-size: 14px; padding: 10px 18px; flex-shrink: 0; }
  .tab-btn.active { border-radius: 6px; }
  .faq-question { padding: 23px 0; }
  .faq-q-label { font-size: 20px; }
  .faq-q-text { font-size: 16px; }
  .faq-toggle { width: 16px; height: 16px; }
  .faq-toggle::before { width: 16px; height: 2px; }
  .faq-toggle::after { width: 2px; height: 16px; }
  .faq-a-inner { padding: 0 0 20px; gap: 22px; }
  .faq-a-label { font-size: 20px; }
  .faq-a-text, .faq-a-text span { color: #141414; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px; letter-spacing: -0.8px; }

  /* Footer */
  .coin-footer { padding: 40px 15px; }
  .footer-logos { flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .footer-logos img { height: 28px; }
  .footer-logo-eng { order: -1; }
  .footer-partner-logos { display: flex; align-items: center; gap: 20px; }
  .footer-partner-logos > img:first-child, .footer-partner-logos > img:last-child { order: unset; }
  .footer-info { font-size: 12px; line-height: 1.67; }
  .footer-copyright { font-weight: 400; font-size: 12px; line-height: 1.42; margin-top: 30px; }

  /* CU Button */
  .cu-button { right: 0; bottom: 20px; left: 0; display: flex; justify-content: center; }
  .cu-button a {
    max-width: 440px; width: calc(100% - 40px); height: 83px; padding: 0 28px; border: 1px solid #1ca4e8; border-radius: 14px; background: #fff; justify-content: space-between; gap: 0; box-shadow: 0px 8px 14px 0px rgba(0, 107, 148, 0.3);
  }
  .cu-button a.active { background: #02AFEF; border-color: #02AFEF; }
  .cu-button a.active .cu-text { color: #fff; }
  .cu-button a.active .cu-arrow { border-top-color: #fff; border-right-color: #fff; }
  .cu-button .cu-text { font-size: 20px; font-weight: 800; line-height: 1.6; letter-spacing: -0.02em; color: #1ca4e8; }
  .cu-button .cu-text br { display: none; }
  .cu-button .cu-logo { display: block; width: 70px; }
  .cu-button .cu-arrow { display: inline-block; width: 11px; height: 11px; border-top: 2.5px solid #1ca4e8; border-right: 2.5px solid #1ca4e8; }
  .cu-button .cu-arrow-mobile { display: none; }
}

@media (max-width: 390px) {
  .tab-bar {
    flex-wrap: wrap; justify-content: center; overflow-x: visible; border-radius: 12px; margin-left: 0; margin-right: 0; padding-left: 8px; padding-right: 8px;
  }
  .tab-btn { width: calc(50% - 4px); flex-shrink: 1; text-align: center; }
}
