:root {
  --brand: #ff355d;
  --brand-soft: #ffc1ce;
  --text: #111111;
  --text-strong: #0a0a0c;
  --text-muted: #555555;
  --text-light: #888888;
  --border: #eeeeee;
  --border-strong: #dddddd;
  --footer-text: #666666;
  --font-main: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: var(--text);
  font-family: var(--font-main);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
}

.section-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

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

.desktop-break {
  display: block;
}

.mobile-desc {
  display: none;
}

.mobile-heading {
  display: none;
}

.highlight {
  color: var(--brand);
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.fade-up {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

h1,
h2,
h3 {
  font-family: var(--font-main);
  letter-spacing: 0;
}

h1 {
  color: var(--text-strong);
  font-size: 51.2px;
  font-weight: 700;
  line-height: 61.44px;
}

h2 {
  color: var(--text);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.section-desc {
  color: var(--text-muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 35px;
  padding: 8px 12px;
  border-radius: 100px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.pill-outline,
.benefit-tag,
.faq-section .pill-tag {
  border: 1px solid var(--brand);
  background: rgba(255, 255, 255, 0.38);
}

.benefit-tag iconify-icon {
  width: 16px;
  height: 16px;
}

.btn-outline,
.btn-solid-black,
.btn-solid-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn-outline {
  min-height: 50px;
  padding: 11px 28.8px 13px;
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
  font-size: 15.2px;
}

.btn-solid-black,
.btn-solid-red {
  min-height: 61.44px;
  padding: 15px 40px 16px;
  color: #ffffff;
  font-size: 18.4px;
}

.btn-solid-black {
  background: #000000;
}

.btn-solid-red {
  background: var(--brand);
}

.btn-outline:hover,
.btn-solid-black:hover,
.btn-solid-red:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 18px 13px;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.btn-ghost:hover {
  color: #000000;
  transform: translateY(-2px);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, backdrop-filter 0.24s ease;
}

header.scrolled {
  border-bottom-color: rgba(230, 230, 230, 0.72);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.logo img {
  width: 112.19px;
  height: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  --hero-x: 50%;
  --hero-y: 16%;
  padding: 200px 0;
  background: #ffffff;
  text-align: center;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(720px circle at var(--hero-x) var(--hero-y), rgba(255, 193, 206, 0.48), rgba(255, 193, 206, 0) 52%),
    linear-gradient(180deg, #ffffff 54.27%, #ff355d 139.56%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.hero .section-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}

.hero h1 {
  margin-bottom: 24px;
}

.hero .subtitle {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16.8px;
  font-weight: 500;
  line-height: 26.88px;
}

.hero-btn {
  margin-top: 0;
}

.hero-image-wrapper {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  height: 500px;
  margin: 60px auto 0;
  overflow: hidden;
  border-radius: 40px;
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

.layout-reverse {
  flex-direction: row-reverse;
}

.text-content {
  width: 531px;
  max-width: 100%;
}

.text-content .pill-tag {
  margin-bottom: 20px;
}

.text-content h2 {
  font-weight: 400;
}

.text-content h2 .highlight {
  font-weight: 700;
}

@media (min-width: 1025px) {
  .line-nowrap {
    white-space: nowrap;
  }
}

.image-content {
  width: 500px;
  height: 500px;
  flex: 0 0 500px;
  overflow: hidden;
  border-radius: 40px;
}

.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pain-point,
.solution,
.how-it-works,
.partners,
.event-banner,
.faq-section {
  background: #ffffff;
}

.pain-point,
.solution,
.how-it-works {
  padding-top: 200px;
}

.how-it-works h2 {
  margin-top: 20px;
}

.how-it-works .section-desc {
  margin-top: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 60px;
  justify-content: center;
  margin-top: 120px;
}

.steps-carousel-controls {
  display: none;
}

.step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  border-radius: 100px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.step-panel {
  display: flex;
  width: 360px;
  height: 470px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid var(--border-strong);
  border-radius: 40px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.step-card:hover .step-panel {
  border-color: rgba(255, 53, 93, 0.28);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.07);
  transform: translateY(-6px);
}

.step-copy {
  text-align: left;
}

.step-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.step-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.step-title-row h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.step-copy p {
  color: var(--text-light);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.step-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 206px;
  width: 100%;
  overflow: hidden;
}

.step-visual img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.step-visual-link img {
  width: 280px;
}

.step-visual-contents img {
  width: 280px;
}

.step-visual-revenue img {
  width: 310px;
  max-width: none;
}

.partners {
  margin-top: 200px;
  padding: 200px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8f9 54.09%, rgba(255, 255, 255, 0) 100%);
}

.partners h2 {
  margin-top: 20px;
}

.partners .section-desc {
  margin-top: 40px;
}

.marquee-container {
  position: relative;
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}

.marquee-container + .marquee-container {
  margin-top: 28px;
}

.marquee-container::before,
.marquee-container::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 180px;
  height: 100%;
  content: '';
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(90deg, #fff8f9, rgba(255, 248, 249, 0));
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(270deg, #fff8f9, rgba(255, 248, 249, 0));
}

.marquee-track {
  display: inline-flex;
  gap: 28px;
  width: max-content;
  animation: marquee 45s linear infinite;
}

.marquee-reverse .marquee-track {
  animation-name: marquee-reverse;
}

.marquee-item {
  flex: 0 0 300px;
  width: 300px;
  height: 158px;
}

.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-banner {
  padding-top: 200px;
}

.event-banner h2 {
  margin-top: 20px;
  color: #000000;
  font-size: 40px;
  line-height: 1.2;
}

.event-carousel {
  position: relative;
  width: min(1200px, 100%);
  margin: 40px auto 0;
}

.event-carousel-viewport {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1200 / 300;
  background: #ffe0e5;
}

.event-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.5s ease;
  will-change: transform;
  touch-action: pan-y;
}

.event-carousel-track.is-dragging {
  transition: none;
  cursor: grabbing;
}

.event-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.event-carousel-slide img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.event-banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.event-carousel-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.event-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-carousel-nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
  z-index: 2;
}

.event-carousel:hover .event-carousel-nav,
.event-carousel:focus-within .event-carousel-nav {
  opacity: 1;
  pointer-events: auto;
}

.event-carousel-nav:hover {
  background: #ffffff;
}

.event-carousel-nav:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.event-carousel-prev {
  left: 16px;
  transform: translate(8px, -50%);
}

.event-carousel-next {
  right: 16px;
  transform: translate(-8px, -50%);
}

.event-carousel:hover .event-carousel-prev,
.event-carousel:focus-within .event-carousel-prev {
  transform: translate(0, -50%);
}

.event-carousel:hover .event-carousel-next,
.event-carousel:focus-within .event-carousel-next {
  transform: translate(0, -50%);
}

@media (hover: none) {
  .event-carousel-nav {
    display: none;
  }
}

.event-carousel[data-single="true"] .event-carousel-nav,
.event-carousel[data-single="true"] .event-carousel-dots {
  display: none;
}

.event-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.event-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffd0da;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.event-carousel-dot.active {
  width: 22px;
  background: var(--brand);
}

.event-carousel-dot:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.faq-section {
  padding: 328px 0 276px;
}

.faq-section .section-inner {
  max-width: 900px;
}

.faq-section h2 {
  margin-top: 20px;
  color: #1d2227;
  font-size: 40px;
  line-height: 50px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(708px, 100%);
  margin: 48px auto 0;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 86.38px;
  padding: 24px 32px;
  color: #1d2227;
  cursor: pointer;
  font-size: 18.4px;
  font-weight: 700;
  line-height: 29.44px;
}

.faq-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  color: var(--text-strong);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer {
  padding: 0 32px 24px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.faq-item.active .faq-plus {
  transform: rotate(45deg);
}

.faq-item.active .faq-answer-wrapper {
  max-height: 260px;
}

.final-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.final-cta picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(900px, calc(100% - 48px));
  color: #363636;
  text-align: center;
}

.final-cta-content h2 {
  margin-bottom: 24px;
  color: #363636;
  font-size: 35.2px;
  font-weight: 700;
  line-height: 44px;
}

.final-cta-content p {
  margin-bottom: 24px;
  color: #4e4e4e;
  font-size: 18.4px;
  font-weight: 500;
  line-height: 29.44px;
}

footer {
  padding: 65px max(24px, calc((100vw - 1100px) / 2)) 32px;
  border-top: 1px solid var(--border);
  background: #ffffff;
}

.footer-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(1100px, 100%);
  margin: 0 auto;
  gap: 48px;
}

.footer-left {
  width: min(586px, 100%);
}

.footer-logo {
  width: 78.53px;
  height: auto;
  margin-bottom: 22.6px;
  opacity: 0.5;
}

.footer-left > p {
  margin-bottom: 22.6px;
  color: var(--footer-text);
  font-size: 14.4px;
  font-weight: 500;
  line-height: 23px;
}

.business-info {
  margin-bottom: 22.6px;
  color: var(--footer-text);
  font-size: 14.4px;
  font-weight: 500;
  line-height: 25.92px;
  opacity: 0.8;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12.8px;
}

.footer-link-btn {
  border: 0;
  background: none;
  color: var(--text-light);
  cursor: pointer;
  font-family: Arial, var(--font-main);
  font-size: 13.6px;
  font-weight: 700;
  line-height: 1;
}

.footer-link-divider {
  color: var(--border-strong);
  font-size: 11.2px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 278px;
  color: var(--footer-text);
  font-size: 14.4px;
  font-weight: 500;
  line-height: 23px;
  text-align: right;
}

.footer-right a {
  color: var(--text-strong);
  text-decoration: none;
}

.copyright {
  width: min(1100px, 100%);
  margin: 47px auto 0;
  padding-top: 33px;
  border-top: 1px solid var(--border);
  color: #a0a4a8;
  font-size: 13.6px;
  line-height: 21.76px;
  text-align: center;
}

.mobile-floating-wrapper {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal.active {
  display: flex;
}

.modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  max-height: 80vh;
  overflow: hidden;
  border-radius: 24px;
  background-color: #ffffff;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid var(--border);
}

.modal-header h3 {
  font-size: 20px;
  font-weight: 700;
}

.close-btn {
  border: 0;
  background: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 32px;
}

.modal-body {
  overflow-y: auto;
  padding: 32px;
  color: var(--text-muted);
  line-height: 1.8;
}

.modal-body h4 {
  margin: 24px 0 12px;
  color: var(--text);
  font-size: 16px;
}

.modal-body p,
.modal-body ul {
  margin-bottom: 16px;
  font-size: 14px;
}

@media (max-width: 1240px) {
  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }

  .step-panel {
    width: 100%;
  }

  .step-visual-link img,
  .step-visual-contents img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 1.22;
  }

  h2 {
    font-size: 34px;
  }

  .section-desc {
    font-size: 18px;
  }

  .hero {
    padding: 160px 0 140px;
  }

  .layout-split,
  .layout-reverse {
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }

  .text-content {
    width: 100%;
  }

  .image-content {
    width: min(500px, 100%);
    height: auto;
    aspect-ratio: 1;
    flex: none;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .partners,
  .pain-point,
  .solution,
  .how-it-works,
  .event-banner {
    padding-top: 140px;
  }

  .partners {
    margin-top: 140px;
    padding-bottom: 140px;
  }

  .faq-section {
    padding: 180px 0 180px;
  }
}

/* 이벤트 배너만 400px 이하에서 M(모바일) 이미지로 전환 + 300x100 비율 적용. */
@media (max-width: 400px) {
  .event-carousel {
    width: 300px;
    max-width: 100%;
  }

  .event-carousel-viewport {
    aspect-ratio: auto;
    width: 300px;
    max-width: 100%;
    height: 100px;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 86px;
  }

  .section-inner {
    width: min(100% - 32px, 1200px);
  }

  .fade-up,
  .fade-up.show {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .desktop-break {
    display: none;
  }

  .desktop-desc {
    display: none;
  }

  .mobile-desc {
    display: block;
  }

  .desktop-heading {
    display: none;
  }

  .mobile-heading {
    display: block;
  }

  header {
    height: 80px;
    padding: 0 16px;
  }

  header.scrolled {
    border-bottom-color: rgba(238, 238, 238, 0.72);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
    backdrop-filter: blur(16px) saturate(1.14);
    -webkit-backdrop-filter: blur(16px) saturate(1.14);
  }

  .logo img {
    width: 92px;
  }

  .btn-outline {
    min-height: 42px;
    padding: 8px 15px;
    font-size: 13px;
  }

  .btn-ghost {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .header-right {
    gap: 4px;
  }

  h1 {
    font-size: 30px;
    line-height: 1.24;
  }

  h2 {
    font-size: 27px;
    line-height: 1.42;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .pill-tag {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .hero {
    padding: 128px 0 72px;
  }

  .hero .subtitle {
    font-size: 15px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .btn-solid-black,
  .btn-solid-red {
    min-height: 60px;
    padding: 15px 28px;
    font-size: 17px;
  }

  .hero-image-wrapper {
    width: calc(100% - 32px);
    height: auto;
    aspect-ratio: 1200 / 500;
    margin-top: 56px;
    border-radius: 24px;
  }

  .layout-split,
  .layout-reverse {
    gap: 36px;
  }

  .image-content {
    width: min(358px, 100%);
    border-radius: 28px;
  }

  .partners,
  .pain-point,
  .solution,
  .how-it-works,
  .event-banner {
    padding-top: 104px;
  }

  .partners {
    margin-top: 104px;
    padding-bottom: 104px;
  }

  .how-it-works .section-desc,
  .partners .section-desc {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
  }

  .steps-grid {
    display: flex;
    justify-content: flex-start;
    width: calc(100% + 32px);
    max-width: none;
    margin: 56px -16px 0;
    padding: 0 16px 8px;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .steps-grid::-webkit-scrollbar {
    display: none;
  }

  .step-card {
    flex: 0 0 min(316px, calc(100vw - 48px));
    gap: 14px;
    scroll-snap-align: center;
  }

  .step-panel {
    height: 430px;
    padding: 32px 28px;
    border-radius: 32px;
  }

  .step-title-row {
    gap: 14px;
    margin-bottom: 12px;
  }

  .step-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .step-title-row h3 {
    font-size: 22px;
  }

  .step-copy p {
    font-size: 16.5px;
  }

  .step-num {
    width: 46px;
    height: 36px;
    font-size: 18px;
  }

  .step-visual {
    height: 178px;
  }

  .step-visual-link img,
  .step-visual-contents img {
    width: 100%;
  }

  .step-visual-revenue img {
    width: 270px;
  }

  .steps-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
  }

  .steps-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 53, 93, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    color: var(--brand);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
  }

  .steps-nav:focus-visible,
  .steps-dot:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
  }

  .steps-dots {
    display: flex;
    gap: 8px;
  }

  .steps-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ffd0da;
    cursor: pointer;
    transition: width 0.2s ease, background-color 0.2s ease;
  }

  .steps-dot.active {
    width: 20px;
    background: var(--brand);
  }

  .marquee-container::before,
  .marquee-container::after {
    width: 44px;
  }

  .marquee-container {
    margin-top: 52px;
  }

  .marquee-track {
    gap: 16px;
    animation-duration: 30s;
  }

  .marquee-item {
    flex-basis: 164px;
    width: 164px;
    height: 86px;
  }

  .event-carousel {
    margin-top: 28px;
  }

  .event-carousel-viewport {
    border-radius: 14px;
  }

  .event-carousel-nav {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .event-carousel-prev {
    left: 8px;
  }

  .event-carousel-next {
    right: 8px;
  }

  .event-carousel-dots {
    margin-top: 14px;
  }

  .faq-section {
    padding: 132px 0 132px;
  }

  .faq-section h2 {
    font-size: 34px;
    line-height: 1.25;
  }

  .faq-list {
    margin-top: 40px;
    gap: 12px;
  }

  .faq-question {
    min-height: 72px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .final-cta {
    align-items: flex-start;
    height: 680px;
    padding-top: 86px;
    background: #e8f4f7;
  }

  .final-cta::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(235, 248, 251, 0.84) 0%, rgba(235, 248, 251, 0.72) 24%, rgba(235, 248, 251, 0.08) 54%, rgba(0, 0, 0, 0.02) 100%);
    content: '';
    pointer-events: none;
  }

  .final-cta picture,
  .final-cta-bg {
    height: 100%;
  }

  .final-cta-bg {
    object-fit: cover;
    object-position: center bottom;
  }

  .final-cta-content {
    z-index: 2;
    width: min(100% - 32px, 360px);
    color: #333333;
  }

  .final-cta-content h2 {
    color: #2f2f2f;
    font-size: 30px;
    line-height: 1.35;
  }

  .final-cta-content p {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 16px;
  }

  .final-cta .final-btn {
    display: inline-flex;
    min-height: 58px;
    padding: 15px 30px;
    border-radius: 20px;
    background: var(--brand);
    font-size: 17px;
    box-shadow: 0 14px 30px rgba(255, 53, 93, 0.22);
  }

  footer {
    padding: 56px 24px 32px;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .footer-left > p,
  .business-info,
  .footer-right {
    font-size: 13.6px;
    line-height: 1.75;
    word-break: keep-all;
  }

  .footer-right {
    min-width: 0;
    text-align: left;
  }

  .footer-links {
    gap: 12px;
  }

  .footer-link-btn {
    min-height: 32px;
    font-size: 13.2px;
  }

  .copyright {
    margin-top: 36px;
    padding-top: 28px;
  }

  .mobile-floating-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: flex;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(238, 238, 238, 0.9);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .mobile-floating-wrapper.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }

  .mobile-floating-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    border-radius: 18px;
    background: var(--brand);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
  }
}
