/* ============================================
   메인 페이지 전용 - 다크 시네마틱 헤로 + 비디오 + 카드
============================================ */

/* ===== 풀페이지 스크롤 (1~4번 섹션: HERO / VIDEO / PROBLEM / PIPELINE) =====
   - 스냅 이동은 JS(js/main.js)에서 wheel preventDefault + window.scrollTo 로 처리
   - 따라서 body 에 overflow:hidden 잠금을 걸지 않는다 (걸면 scrollTo 가 동작 못함)
   - data-fullpage 섹션을 각 1뷰포트 높이로 고정해 깔끔한 스냅 지점 확보 */
body {
  overflow-x: hidden;
  word-break: keep-all;              /* 어절 단위 줄바꿈 — 텍스트 꺾임 어색함 해소 (2026-07-07) */
  overflow-wrap: break-word;
}
[data-fullpage] {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

/* ===== Section 1: 다크 시네마틱 헤로 ===== */
.hero-intro {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(74,58,255,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(0,212,184,0.10) 0%, transparent 60%),
    var(--color-dark);
}
.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,0.55), transparent 50%),
    radial-gradient(1px 1px at 28% 78%, rgba(255,255,255,0.45), transparent 50%),
    radial-gradient(1.5px 1.5px at 55% 38%, rgba(255,255,255,0.5), transparent 50%),
    radial-gradient(1px 1px at 78% 18%, rgba(255,255,255,0.5), transparent 50%),
    radial-gradient(1px 1px at 88% 62%, rgba(255,255,255,0.4), transparent 50%),
    radial-gradient(1.5px 1.5px at 35% 55%, rgba(255,255,255,0.45), transparent 50%);
  opacity: 0.7;
  pointer-events: none;
  animation: starsTwinkle 8s ease-in-out infinite alternate;
}
@keyframes starsTwinkle {
  from { opacity: 0.45; }
  to { opacity: 0.85; }
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

/* ===== EZNGO 워드마크 (메탈릭 그라데이션 + 글로우) ===== */
.wordmark {
  font-size: clamp(72px, 14vw, 200px);
  font-weight: 900;
  letter-spacing: -6px;
  line-height: 1;
  background: linear-gradient(180deg,
    #ffffff 0%,
    #e8eaf2 35%,
    #9aa0b4 65%,
    #5d6478 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 28px rgba(180,190,255,0.35))
          drop-shadow(0 0 60px rgba(74,58,255,0.18));
  animation: wordmarkIn 1.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes wordmarkIn {
  0%   { opacity: 0; transform: translateY(24px) scale(0.96); letter-spacing: 4px; }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); letter-spacing: -6px; }
}
.wordmark-sub {
  margin-top: 18px;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  animation: fadeUp 1.6s ease-out 0.6s both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== Section 2: 유튜브 시네마틱 ===== */
.hero-video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.video-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.video-bg.is-loaded {
  opacity: 1;
}
/* 음소거 토글 버튼 (우하단) */
.mute-toggle {
  position: absolute;
  bottom: 28px;
  right: 32px;
  z-index: 5;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.mute-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.9);
}
.mute-toggle:active {
  transform: scale(0.94);
}
/* 재생/정지 버튼 — 음소거 버튼 왼쪽에 같은 스타일로 배치 */
.play-toggle { right: 94px; }
.play-toggle svg { width: 20px; height: 20px; display: block; }

/* ===== PRODUCTS & SOLUTIONS 밴드 (제품/솔루션 나열 + 이미지 + 작은 슬로건) ===== */
.ps-band {
  position: relative;
  padding: clamp(56px, 8vh, 96px) clamp(24px, 6vw, 100px);   /* 상하 압축 (2026-07-08) */
  text-align: center;
  color: var(--color-text);
  overflow: hidden;
  background: #fff;                     /* 라이트 전환 — 다크 급변 어색함 해소 (2026-07-07) */
  border-top: 1px solid #eceef1;
}
.ps-inner { position: relative; max-width: 980px; margin: 0 auto; }
.ps-eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--color-accent);
  text-transform: uppercase;
}
.ps-title {
  margin: 0 0 26px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
}
.ps-list {
  margin: 0 0 8px;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 600;
  letter-spacing: 0.2px;
  color: var(--color-text);
}
.ps-list-sub { font-weight: 500; color: var(--color-text-light); margin: 0; }
.ps-slogan {
  margin: 36px 0 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--color-text-light);
}
.ps-slogan .go { color: var(--color-accent); }
.ps-slogan-brand { color: #9aa0ab; font-weight: 500; }
.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0) 30%,
    rgba(0,0,0,0) 70%,
    rgba(0,0,0,0.5) 100%
  );
}
.video-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  color: #fff;
}
.video-copy-main {
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.2;
  max-width: 1100px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.55);
  animation: fadeUp 1.4s ease-out both;
}
.video-copy-main .accent,
.video-copy-sub .accent {
  background: linear-gradient(90deg, #9a8dff 0%, var(--color-primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.video-copy-sub {
  margin-top: 22px;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 400;
  letter-spacing: -0.2px;
  opacity: 0.65;
  text-shadow: 0 2px 16px rgba(0,0,0,0.6);
  animation: fadeUp 1.6s ease-out 0.3s both;
}

/* ===== SCROLL 인디케이터 ===== */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0.75;
}
.scroll-indicator.light {
  color: #fff;
}
.scroll-indicator.light .scroll-line {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.8));
}
/* 영상 섹션 위 스크롤 인디케이터 — 미세 글로우로 영상에 묻히지 않게 */
.hero-video .scroll-indicator.light {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.45);
}
.hero-video .scroll-indicator.light .scroll-line {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, transparent, var(--color-primary));
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0%, 100% { transform: scaleY(0.3); transform-origin: top; opacity: 0.4; }
  50%      { transform: scaleY(1); opacity: 1; }
}

/* ===== Section 3: THE PROBLEM (한 줄 시 멘트, 100vh) ===== */
.section-cost {
  position: relative;
  min-height: 0;                                   /* 자유 스크롤 밴드로 강등 (2026-07-07) */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(90px, 13vh, 150px) clamp(24px, 6vw, 100px);
  overflow: hidden;
  background: var(--color-bg);
}
.section-cost-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(42, 139, 204, 0.25) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.cost-inner {
  position: relative;
  text-align: center;
  max-width: 900px;
  width: 100%;
}
.cost-eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  color: var(--color-accent);
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.cost-title {
  font-size: clamp(32px, 5.5vw, 80px);
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 1.5rem;
  line-height: 1.3;
  letter-spacing: -1px;
}
.cost-title-mute {
  color: var(--color-text);
  font-weight: 500;
}
.cost-desc {
  font-size: clamp(18px, 2vw, 26px);
  color: var(--color-text-light);
  margin: 1.5rem 0 0;
  line-height: 1.7;
}
.cost-num-red {
  color: #ef4444;
  font-weight: 700;
  font-size: 1.2em;
}
.cost-num-mint {
  color: var(--color-accent);
  font-weight: 700;
  font-size: 1.2em;
}
.cost-cta {
  margin-top: 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--color-text-light);
  letter-spacing: 1px;
  transition: color 0.25s ease;
  text-decoration: none;
}
.cost-cta:hover {
  color: var(--color-accent);
}
.cost-cta-arrow {
  transition: transform 0.25s ease;
}
.cost-cta:hover .cost-cta-arrow {
  transform: translateX(4px);
}

/* ===== Section 4: PIPELINE — PROBLEM 동일 구조(큰 카피), 옅은 회색 ===== */
.section-pipeline {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 8vh, 120px) clamp(24px, 6vw, 100px);
  overflow: hidden;
  background: var(--color-bg-soft);
}

/* ============================================================
   SECTION 5: SHOWCASE — 변환 도구 4개 (위) + Re-Styler 1개 (아래)
   ============================================================ */
.section-showcase {
  padding: calc(var(--header-height, 84px) + 30px) clamp(40px, 6vw, 120px) clamp(48px, 7vh, 84px);   /* 상단=빵부스러기 라인(헤더+30px) 동일 시작, 하단 압축 (2026-07-08) */
  background: var(--color-bg);
  color: var(--color-text);
}
.showcase-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* 헤더 */
.showcase-header {
  margin-bottom: 40px;
}
.showcase-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--color-accent);
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.showcase-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -1px;
  margin: 0 0 14px;
}
.showcase-subtitle {
  font-size: clamp(14px, 1.2vw, 17px);
  color: var(--color-text-light);
  margin: 0;
}

/* 가로 슬라이더 (Swiper.js) — ncloud 문법: 동일 크기 카드 3~4장 + 다음 카드 걸침(peek) */
.showcase-swiper {
  width: 100%;
  padding: 4px 0 6px;
  overflow: visible; /* 오른쪽 다음 카드 살짝 보이게 (body overflow-x:hidden 로 가로 스크롤 방지) */
}
.showcase-swiper .swiper-wrapper {
  align-items: stretch;
}

.showcase-slide {
  position: relative;
  width: 440px;                      /* 레퍼런스 카드(440)와 컬럼 라인 깔맞춤 (2026-07-07) */
  max-width: 88vw;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  cursor: grab;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.showcase-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(4, 8, 26, 0.22);
}

.showcase-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.showcase-slide[data-step="1"] .showcase-slide-bg { background: linear-gradient(135deg, var(--step-1) 0%, #1a1a2e 100%); }
.showcase-slide[data-step="2"] .showcase-slide-bg { background: linear-gradient(135deg, var(--step-2) 0%, #1a1a2e 100%); }
.showcase-slide[data-step="3"] .showcase-slide-bg { background: linear-gradient(135deg, var(--step-3) 0%, #1a1a2e 100%); }
.showcase-slide[data-step="4"] .showcase-slide-bg { background: linear-gradient(135deg, var(--step-4) 0%, #1a1a2e 100%); }
.showcase-slide[data-step="5"] .showcase-slide-bg { background: linear-gradient(135deg, var(--step-5) 0%, #1a1a2e 100%); }

.showcase-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  transition: transform 0.45s ease;
}
.showcase-slide:hover .showcase-slide-img {
  transform: scale(1.05);
}
/* 상단 텍스트·하단 링크 가독용 위아래 그라데이션 */
.showcase-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(4, 8, 26, 0.62) 0%, rgba(4, 8, 26, 0.16) 45%, rgba(4, 8, 26, 0.55) 100%);
  pointer-events: none;
}

.showcase-slide-num {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 4;
  font-size: 12px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  pointer-events: none;
}
/* 텍스트 = 상단 좌측 (ncloud 카드 문법) */
.showcase-slide-text {
  position: absolute;
  top: 50px;
  left: 24px;
  right: 24px;
  z-index: 4;
  text-align: left;
  pointer-events: none;
}
.showcase-slide-name {
  font-size: clamp(22px, 1.9vw, 30px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.6px;
  line-height: 1.2;
}
.showcase-slide-desc {
  font-size: clamp(13px, 1vw, 15px);
  color: rgba(255, 255, 255, 0.82);
  margin: 10px 0 0;
  line-height: 1.5;
}
/* 하단 좌측 "자세히 보기" 링크 */
.showcase-slide-link {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.showcase-slide-link span { transition: transform 0.25s ease; }
.showcase-slide:hover .showcase-slide-link span { transform: translateX(4px); }

@media (max-width: 768px) {
  .showcase-slide { aspect-ratio: 460 / 420; border-radius: 14px; }
  .showcase-slide-num { top: 18px; left: 18px; }
  .showcase-slide-text { top: 42px; left: 18px; right: 18px; }
  .showcase-slide-link { left: 18px; bottom: 18px; }
}

/* ===== REFERENCE 독립 섹션 — 배경 #f6f7f8, ncloud 고객사례 스케일 (2026-07-07) ===== */
.section-reference {
  padding: clamp(56px, 8vh, 96px) clamp(40px, 6vw, 120px);   /* 상하 압축 (2026-07-08) */
  background: #f6f7f8;
  border-top: 1px solid #eceef1;
}
.reference-inner { max-width: 1400px; width: 100%; margin: 0 auto; }
.showcase-cases { margin-top: 0; }
.cases-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.cases-title { font-size: clamp(22px, 2.3vw, 32px); font-weight: 700; letter-spacing: -.8px; color: var(--color-text); line-height:1.3; }
.cases-title .ct-eyebrow { display: block; font-size: 12px; letter-spacing: 2.5px; color: var(--color-accent); font-weight: 700; margin-bottom: 6px; }
/* 화살표는 라인업과 동일 44px (ncloud: 버튼 크기 통일) */
.cases-viewall {
  display: inline-flex; align-items: center;
  height: 44px; padding: 0 22px; border-radius: 999px;   /* ncloud 그대로: 검정 필, 화살표와 동일 높이 */
  border: none; background: #111;
  font-size: 15px; font-weight: 600; color: #fff;
  transition: background .2s ease;
}
.cases-viewall:hover { background: #333; color: #fff; }
.cases-swiper { width: 100%; padding: 6px 0 10px; overflow: visible; }
.case-slide {
  width: 440px; max-width: 86vw; height: auto;
  background: #fff; border: 1px solid var(--color-border); border-radius: 16px;
  overflow: hidden; cursor: grab;
  transition: border-color .2s ease, box-shadow .2s ease;
}
/* 호버 = 파란 보더만 (ncloud 그대로, 리프트·그림자 없음) */
.case-slide:hover { border-color: var(--color-accent); box-shadow: inset 0 0 0 1px var(--color-accent); }
.section-reference .case-slide { border-color: #e5e8ec; }
.cs-logo { height: 200px; display: flex; align-items: center; justify-content: center; padding: 14px 22px; border-bottom: 1px solid var(--color-border); }
.cs-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.cs-fallback { display: none; font-size: 24px; font-weight: 800; letter-spacing: -.5px; color: #0067ac; }
.cs-body { padding: 24px 22px 26px; }
.cs-body p { font-size: 16px; line-height: 1.65; color: var(--color-text-light); min-height: 3.3em; }
.cs-meta { margin-top: 12px; font-size: 15px; font-weight: 700; color: var(--color-text); }
.cs-meta .sep { margin: 0 10px; color: var(--color-border); }
.cs-meta .fld { color: var(--color-accent); }
@media (max-width: 768px) { .cases-head { flex-direction: column; align-items: flex-start; gap: 10px; } .case-slide { width: 290px; } }

/* CTA — 독립 섹션 밴드 (라인업 화면에서 분리, 2026-07-07) */
.section-showcase-cta {
  padding: clamp(60px, 9vh, 110px) clamp(40px, 6vw, 120px);
  background: var(--color-bg-soft);
  border-top: 1px solid var(--color-border);
}
.showcase-cta {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.showcase-cta-title {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 24px;
}
.showcase-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.showcase-btn {
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.showcase-btn--primary {
  background: var(--color-primary);
  color: #fff;
}
.showcase-btn--primary:hover {
  box-shadow: 0 0 28px rgba(74, 58, 255, 0.5);
  transform: translateY(-2px);
}
.showcase-btn--primary span {
  transition: transform 0.25s ease;
}
.showcase-btn--primary:hover span {
  transform: translateX(4px);
}
.showcase-btn--ghost {
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-border);
}
.showcase-btn--ghost:hover {
  background: var(--color-bg-soft);
  border-color: var(--color-text-light);
}

/* ─────── 반응형 ─────── */
@media (max-width: 1024px) {
  .section-pipeline {
    padding: 80px 24px;
  }
  .pipeline-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .pipeline-steps::before { display: none; }
  .pstep:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .showcase-slide-num {
    top: 16px;
    left: 18px;
    font-size: 10px;
  }
  .showcase-slide-text {
    bottom: 20px;
    right: 22px;
  }
}
@media (max-width: 640px) {
  .pipeline-steps {
    grid-template-columns: 1fr;
  }
  .pipeline-categories {
    display: none;
  }
  .pipeline-result {
    flex-direction: column;
    text-align: center;
  }
  .showcase-cta-actions {
    flex-direction: column;
  }
  .showcase-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ===== ps-band 내 체험 CTA (라이트 밴드 흡수, 2026-07-07) ===== */
.ps-cta { margin: 44px 0 36px; }
.ps-cta-title { font-size: clamp(20px, 2.3vw, 30px); font-weight: 700; color: var(--color-text); letter-spacing: -.6px; margin: 0 0 22px; }

/* ===== index 체험 CTA — 다크 풀블리드 밴드, ncloud 프리푸터 (2026-07-07) ===== */
.index-cta {
  position: relative; overflow: hidden;
  padding: clamp(84px, 13vh, 150px) max(calc((100vw - var(--max-width)) / 2), 32px);
  background: linear-gradient(115deg, #0d1522 0%, #132844 58%, #1c4877 100%);
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.index-cta::after {
  content: ""; position: absolute; right: -120px; top: -140px; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(72,166,219,.45) 0%, rgba(72,166,219,0) 65%); pointer-events: none;
}
.index-cta h2 { position: relative; font-size: clamp(22px, 2.6vw, 34px); font-weight: 700; letter-spacing: -.8px; color: #fff; margin: 0; line-height: 1.35; }
.index-cta-actions { position: relative; display: flex; gap: 14px; flex-wrap: wrap; }
.index-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: 999px; font-size: 15px; font-weight: 600;
  background: #fff; color: #111;
  transition: transform .2s ease, box-shadow .25s ease;
}
.index-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.30); }
.index-cta-btn span { transition: transform .25s ease; }
.index-cta-btn:hover span { transform: translateX(4px); }
