/* =========================================================
   QLO KOREA · 약국 입점 무료 검토 랜딩 (Pharmily-inspired)
   모던 / 미니멀 / 넓은 여백 / 클린 민트 + 딥 네이비 + QLO 레드
   ========================================================= */

:root {
  /* Brand & accents */
  --navy:      #14204a;   /* deep clean navy (headings / dark) */
  --navy-2:    #0d1631;
  --qlo-navy:  #1b1464;   /* QLO 로고 네이비 (포인트) */
  --red:       #e2231a;   /* QLO red (minimal) */

  --mint:      #12b8ab;
  --mint-dk:   #0d9488;
  --mint-soft: #e8f7f4;
  --mint-100:  #d5f0ec;

  /* Neutrals */
  --white:     #ffffff;
  --bg:        #ffffff;
  --off:       #f5f8f7;   /* off-white with faint mint */
  --line:      #e9eef0;
  --text:      #1f2a37;
  --text-2:    #5a6a7a;
  --text-3:    #8a99a8;

  --radius:    22px;
  --radius-lg: 30px;
  --radius-xl: 40px;
  --shadow-sm: 0 4px 16px rgba(20,32,74,.06);
  --shadow:    0 16px 44px rgba(20,32,74,.10);
  --shadow-lg: 0 30px 70px rgba(20,32,74,.16);

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: "Noto Sans KR", system-ui, -apple-system, "Malgun Gothic", sans-serif;
  color: var(--text); background: var(--bg); line-height: 1.68;
  -webkit-font-smoothing: antialiased; word-break: keep-all; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: 15px; line-height: 1;
  padding: 15px 24px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 18px 32px; font-size: 16px; }
.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn-block { width: 100%; }

.btn-primary { background: var(--mint); color: #fff; box-shadow: 0 10px 24px rgba(18,184,171,.32); }
.btn-primary:hover { background: var(--mint-dk); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(18,184,171,.4); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-cta { background: #fff; color: var(--navy); font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,0,0,.3); background: #fff; }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--mint); color: var(--mint-dk); transform: translateY(-2px); }

.btn-kakao { background: #fee500; color: #191600; }
.btn-kakao:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(254,229,0,.4); }
.kakao-ico {
  width: 18px; height: 18px; border-radius: 50%; background: #191600; flex: none;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3C6.9 3 3 6.3 3 10.3c0 2.6 1.7 4.9 4.3 6.2-.2.7-.7 2.5-.8 2.9 0 0 0 .3.2.4.2 0 .3 0 .4-.1.3-.2 2.7-1.8 3.7-2.5.4 0 .8.1 1.2.1 5.1 0 9-3.3 9-7.3S17.1 3 12 3z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3C6.9 3 3 6.3 3 10.3c0 2.6 1.7 4.9 4.3 6.2-.2.7-.7 2.5-.8 2.9 0 0 0 .3.2.4.2 0 .3 0 .4-.1.3-.2 2.7-1.8 3.7-2.5.4 0 .8.1 1.2.1 5.1 0 9-3.3 9-7.3S17.1 3 12 3z'/></svg>") center/contain no-repeat;
}
.kakao-ico-light { background: #fee500; }

/* CTA 은은한 pulse */
@keyframes softpulse {
  0%,100% { box-shadow: 0 10px 24px rgba(18,184,171,.32); }
  50%     { box-shadow: 0 10px 24px rgba(18,184,171,.32), 0 0 0 8px rgba(18,184,171,.10); }
}
.btn-pulse { animation: softpulse 2.6s var(--ease) infinite; }
.btn-cta.btn-pulse { animation: none; }
.btn-cta.btn-pulse:hover { animation: none; }

/* ---------- Sections ---------- */
.section { padding: 108px 0; }
.section-off { background: var(--off); }
.section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-tag {
  display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--mint-dk); background: var(--mint-soft);
  padding: 7px 15px; border-radius: 999px; margin-bottom: 20px;
}
.section-title { font-size: clamp(28px, 4.2vw, 44px); font-weight: 900; line-height: 1.26; letter-spacing: -.03em; color: var(--navy); }
.section-title em { color: var(--mint-dk); font-style: normal; }
.section-lead { margin-top: 18px; font-size: 17.5px; color: var(--text-2); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(20,32,74,.07); border-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 72px; }
.brand { display: flex; align-items: center; gap: 14px; padding: 4px 0; }
.brand-logo { height: 32px; width: auto; display: block; }
.brand-lockup { position: relative; display: flex; flex-direction: column; gap: 3px; padding-left: 14px; }
.brand-lockup::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 28px; background: var(--line);
}
.brand-lockup-main { font-size: 13px; font-weight: 800; letter-spacing: -.01em; color: var(--navy); line-height: 1.05; white-space: nowrap; }
.brand-lockup-sub  { font-size: 10.5px; font-weight: 600; letter-spacing: .01em; color: var(--mint-dk); line-height: 1.05; white-space: nowrap; }
.header-nav { display: flex; gap: 28px; margin-left: auto; }
.header-nav a { font-size: 15px; font-weight: 500; color: var(--text-2); transition: color .2s; }
.header-nav a:hover { color: var(--navy); }
.header-cta { margin-left: 8px; }

/* =========================================================
   1. HERO
   ========================================================= */
.hero { position: relative; padding: 150px 0 112px; overflow: hidden; background: var(--navy); }

/* 풀블리드 배경 미디어 : 데스크톱 = 영상 / 모바일 = fallback 이미지 */
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg-img, .hero-bg-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; /* 좌우 검은 여백 방지 */
}
.hero-bg-img { z-index: 0; }
.hero-bg-video { z-index: 1; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9,13,30,.90) 0%, rgba(9,13,30,.72) 40%, rgba(9,13,30,.44) 70%, rgba(9,13,30,.28) 100%),
    linear-gradient(180deg, rgba(9,13,30,.34) 0%, rgba(9,13,30,0) 30%, rgba(9,13,30,.42) 100%);
}

.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.pill-eyebrow {
  display: inline-block; font-size: 14px; font-weight: 700; color: var(--mint-dk);
  background: #fff; border: 1px solid var(--mint-100); padding: 9px 18px; border-radius: 999px;
  box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.hero-title { font-size: clamp(38px, 6.4vw, 68px); font-weight: 900; line-height: 1.1; letter-spacing: -.045em; color: var(--navy); }
.hero-title .grad {
  background: linear-gradient(100deg, var(--mint) 0%, var(--mint-dk) 60%); -webkit-background-clip: text;
  background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.hero-sub { margin: 28px 0 16px; font-size: 18.5px; color: var(--text-2); max-width: 520px; }
.hero-sub b { color: var(--text); font-weight: 700; }
.hero-cats {
  font-size: 14px; font-weight: 600; color: var(--mint-dk); background: var(--mint-soft);
  display: inline-block; padding: 10px 18px; border-radius: 12px; margin-bottom: 30px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-check { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.hero-check li { position: relative; padding-left: 30px; font-size: 15px; font-weight: 500; color: var(--text); }
.hero-check li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--mint-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center/12px no-repeat;
}

/* Hero 배경 영상 위 = 라이트(반전) 텍스트 */
.hero--video .pill-eyebrow {
  color: #eafffb; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.24);
  box-shadow: none; backdrop-filter: blur(4px);
}
.hero--video .hero-title { color: #fff; }
.hero--video .hero-sub { color: rgba(255,255,255,.84); }
.hero--video .hero-sub b { color: #fff; }
.hero--video .hero-cats {
  color: #dcfbf6; background: rgba(18,184,171,.16); border: 1px solid rgba(18,184,171,.38);
}
.hero--video .hero-check li { color: rgba(255,255,255,.90); }
.hero--video .hero-check li::before {
  background-color: rgba(255,255,255,.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,.14);
}

/* Hero 오른쪽: 빠른 검토 카드 (배경 영상 위에 얹힘) */
.hero-right { position: relative; display: flex; justify-content: flex-end; }
.review-card {
  position: relative; z-index: 3; width: min(384px, 100%);
  background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius); padding: 24px 24px 22px; box-shadow: 0 30px 60px -18px rgba(6,9,22,.55);
}
.review-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.review-badge { font-size: 11px; font-weight: 800; letter-spacing: .06em; color: #fff; background: var(--red); padding: 4px 9px; border-radius: 7px; }
.review-card-head h3 { font-size: 16.5px; font-weight: 800; color: var(--navy); line-height: 1.3; }
.review-desc { font-size: 13.5px; color: var(--text-2); margin-bottom: 14px; }
.review-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.review-list li { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; }
.review-list span { color: var(--text-3); }
.review-list b { color: var(--text); font-weight: 700; }

/* =========================================================
   2. 3단계 상담 흐름
   ========================================================= */
.flow-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 18px; }
.flow-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 32px;
  text-align: center; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s;
  position: relative;
}
.flow-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.flow-no { display: block; font-size: 15px; font-weight: 900; color: var(--mint-dk); letter-spacing: .1em; margin-bottom: 20px; }
.flow-ico {
  width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 20px; display: block;
  background: var(--mint-soft) center/34px no-repeat;
}
.flow-ico[data-ico="send"]  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M22 2L11 13'/><path d='M22 2l-7 20-4-9-9-4 20-7z'/></svg>"); }
.flow-ico[data-ico="check"] { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M9 11l3 3L22 4'/><path d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/></svg>"); }
.flow-ico[data-ico="route"] { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='6' cy='19' r='2.5'/><circle cx='18' cy='5' r='2.5'/><path d='M6 16.5V9a4 4 0 0 1 4-4h5'/><path d='M18 7.5V15a4 4 0 0 1-4 4H9'/></svg>"); }
.flow-card h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.flow-card p { font-size: 14.5px; color: var(--text-2); }
.flow-arrow { align-self: center; width: 34px; height: 34px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9c4cf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>") center/contain no-repeat; }

/* =========================================================
   3. 입점 가능 카테고리
   ========================================================= */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px;
  transition: transform .26s var(--ease), box-shadow .26s, border-color .26s;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.cat-ico { width: 56px; height: 56px; border-radius: 16px; display: block; margin-bottom: 20px; background: var(--mint-soft) center/28px no-repeat; }
.cat-ico[data-ico="health"]  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 21s-7-4.35-9.5-8.5C.5 9 2 5 5.5 5 8 5 12 8 12 8s4-3 6.5-3C22 5 23.5 9 21.5 12.5 19 16.65 12 21 12 21z'/></svg>"); }
.cat-ico[data-ico="quasi"]   { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='8' width='18' height='8' rx='4'/><path d='M12 8v8'/></svg>"); }
.cat-ico[data-ico="hygiene"] { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12a8 8 0 0 1 16 0'/><path d='M2 12h20'/><path d='M7 12v3a5 5 0 0 0 10 0v-3'/></svg>"); }
.cat-ico[data-ico="derma"]   { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M6 3h12l-1 5a5 5 0 0 1-10 0z'/><path d='M8 21h8'/><path d='M12 13v8'/></svg>"); }
.cat-ico[data-ico="device"]  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12h4l2 5 4-12 2 7h6'/></svg>"); }
.cat-ico[data-ico="living"]  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 10l9-7 9 7'/><path d='M5 9v11h14V9'/><path d='M9 20v-6h6v6'/></svg>"); }
.cat-card h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.cat-card p { font-size: 14.5px; color: var(--text-2); margin-bottom: 16px; }
.cat-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--mint-dk);
  background: var(--mint-soft); padding: 6px 12px; border-radius: 999px;
}
.cat-tag::before { content: ""; width: 13px; height: 13px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center/contain no-repeat; }

/* =========================================================
   4. 검토 기준
   ========================================================= */
.crit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.crit-card {
  display: flex; gap: 22px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px;
  transition: transform .26s var(--ease), box-shadow .26s;
}
.crit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.crit-ico { flex: none; width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, var(--mint), var(--mint-dk)) center/32px no-repeat; }
.crit-ico[data-ico="fit"]    { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><circle cx='12' cy='12' r='4'/><circle cx='12' cy='12' r='.6' fill='white'/></svg>"); }
.crit-ico[data-ico="buy"]    { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/><path d='M3 6h18'/><path d='M16 10a4 4 0 0 1-8 0'/></svg>"); }
.crit-ico[data-ico="shelf"]  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='16' rx='1'/><path d='M3 10h18M3 15h18'/></svg>"); }
.crit-ico[data-ico="margin"] { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><path d='M12 1v22'/><path d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'/></svg>"); }
.crit-card h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.crit-card p { font-size: 15px; color: var(--text-2); }

/* =========================================================
   5. 왜 QLO
   ========================================================= */
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.why-headline { font-size: clamp(30px, 4.4vw, 46px); font-weight: 900; line-height: 1.22; letter-spacing: -.035em; color: var(--navy); margin-top: 6px; }
.why-desc { margin: 22px 0 28px; font-size: 17px; color: var(--text-2); max-width: 460px; }
.why-desc b { color: var(--text); font-weight: 700; }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; transition: transform .24s var(--ease), box-shadow .24s; }
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.why-ico { width: 44px; height: 44px; border-radius: 13px; display: block; margin-bottom: 16px; background: var(--mint-soft) center/24px no-repeat; }
.why-ico[data-ico="career"]    { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='7' width='20' height='14' rx='2'/><path d='M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2'/></svg>"); }
.why-ico[data-ico="network"]   { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='5' r='2.5'/><circle cx='5' cy='19' r='2.5'/><circle cx='19' cy='19' r='2.5'/><path d='M12 7.5v4M12 11.5l-6 5M12 11.5l6 5'/></svg>"); }
.why-ico[data-ico="channel"]   { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 9l1-4h16l1 4'/><path d='M4 9v11h16V9'/><path d='M9 20v-6h6v6'/></svg>"); }
.why-ico[data-ico="logistics"] { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M1 6h13v10H1z'/><path d='M14 9h4l3 3v4h-7'/><circle cx='5.5' cy='18' r='1.8'/><circle cx='17.5' cy='18' r='1.8'/></svg>"); }
.why-ico[data-ico="brand"]     { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 2l3 6 6 .9-4.5 4.3 1.1 6.1L12 16.5 6.4 19.3l1.1-6.1L3 8.9 9 8z'/></svg>"); }
.why-ico[data-ico="consult"]   { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/><path d='M8 9h8M8 13h5'/></svg>"); }
.why-card h3 { font-size: 16.5px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 13.5px; color: var(--text-2); }

/* =========================================================
   6. 신뢰 근거 (대표)
   ========================================================= */
.trust-box {
  display: grid; grid-template-columns: 1.35fr .65fr; gap: 48px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 56px;
  box-shadow: var(--shadow-sm);
}
.trust-lead .section-title { margin: 8px 0 18px; }
.trust-body { font-size: 16px; color: var(--text-2); margin-bottom: 22px; }
.trust-body b { color: var(--text); font-weight: 700; }
.trust-points { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trust-points li { position: relative; padding-left: 28px; font-size: 14.5px; font-weight: 500; color: var(--text); }
.trust-points li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; border-radius: 50%;
  background: var(--mint-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center/11px no-repeat;
}
.trust-profile { background: var(--off); border-radius: var(--radius-lg); padding: 26px; text-align: center; }
.profile-photo { width: 100%; max-width: 210px; margin: 0 auto 16px; border-radius: 18px; aspect-ratio: 1/1; object-fit: cover; object-position: center 20%; box-shadow: var(--shadow-sm); }
.profile-name b { display: block; font-size: 19px; font-weight: 900; color: var(--navy); }
.profile-name span { font-size: 13px; color: var(--text-3); }
.profile-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.profile-stats b { display: block; font-size: 26px; font-weight: 900; color: var(--mint-dk); line-height: 1; }
.profile-stats small { font-size: 12.5px; color: var(--text-3); }

/* =========================================================
   7. 사례 갤러리
   ========================================================= */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3.2; }
.case-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.case-item:hover img { transform: scale(1.06); }
.case-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 20px 18px;
  color: #fff; font-size: 16px; font-weight: 700; letter-spacing: -.01em;
  background: linear-gradient(transparent, rgba(13,22,49,.9));
}

/* 섹션 보조 이미지 배너 (프리미엄 프레임) */
.section-banner {
  margin: 46px auto 0; max-width: 940px; aspect-ratio: 16/9; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); background: var(--off);
}
.section-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* =========================================================
   6·5 매대 진열 전략 / 좋은 자리 진열 지원
   ========================================================= */
.merch-top { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; margin-top: 6px; }
.merch-copy p { font-size: 17px; line-height: 1.85; color: var(--text-2); margin-bottom: 16px; }
.merch-copy p:last-child { margin-bottom: 0; }
.merch-copy b { color: var(--mint-dk); font-weight: 700; }
.merch-media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 3/2; background: var(--off); }
.merch-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.merch-cards { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.merch-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px 24px; box-shadow: 0 2px 10px rgba(20,32,74,.04); transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.merch-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--mint-100); }
.merch-no { position: absolute; top: 20px; right: 22px; font-size: 13px; font-weight: 800; letter-spacing: .04em; color: var(--mint); }
.merch-ico { width: 52px; height: 52px; border-radius: 15px; display: block; margin-bottom: 18px; background: var(--mint-soft) center/26px no-repeat; }
.merch-ico[data-ico="route"]     { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='6' cy='19' r='2.5'/><circle cx='18' cy='5' r='2.5'/><path d='M6 16.5V9a4 4 0 0 1 4-4h5'/><path d='M18 7.5V15a4 4 0 0 1-4 4H9'/></svg>"); }
.merch-ico[data-ico="group"]     { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 2 2 7l10 5 10-5-10-5z'/><path d='M2 17l10 5 10-5'/><path d='M2 12l10 5 10-5'/></svg>"); }
.merch-ico[data-ico="spotlight"] { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z'/><circle cx='12' cy='12' r='3'/></svg>"); }
.merch-ico[data-ico="manage"]    { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M9 11l3 3L22 4'/><path d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/></svg>"); }
.merch-card h3 { font-size: 17px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 9px; }
.merch-card p { font-size: 14px; line-height: 1.7; color: var(--text-3); }
.merch-cta { margin-top: 48px; text-align: center; padding: 42px 28px; border-radius: var(--radius-lg); border: 1px solid var(--mint-100); background: linear-gradient(135deg, var(--mint-soft) 0%, #fff 70%); }
.merch-cta-q { font-size: clamp(20px, 3vw, 27px); font-weight: 800; letter-spacing: -.025em; color: var(--navy); line-height: 1.3; }
.merch-cta-sub { margin: 12px 0 24px; font-size: 15.5px; color: var(--text-2); }

/* =========================================================
   이미지 강화: 카테고리 2-up / 매대 예시 / 사례 보조 / 약국 환경
   ========================================================= */
/* 카테고리 제품 구성 2-up */
.cat-showcase { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cat-shot { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 16/9; background: var(--off); }
.cat-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.cat-shot:hover img { transform: scale(1.05); }
.cat-shot figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 18px 15px; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -.01em; background: linear-gradient(transparent, rgba(13,22,49,.88)); }

/* 매대 적용 예시 갤러리 */
.shelfex-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.shelfex-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 4/3.4; }
.shelfex-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.shelfex-item:hover img { transform: scale(1.05); }
.shelfex-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 15px 13px; color: #fff; font-size: 13.5px; font-weight: 700; line-height: 1.4; letter-spacing: -.01em; background: linear-gradient(transparent, rgba(13,22,49,.9)); }

/* 사례 보조 갤러리 */
.case-more { margin-top: 30px; }
.case-more-label { text-align: center; font-size: 15px; font-weight: 700; color: var(--text-3); margin-bottom: 18px; }
.case-more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.case-more-item { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(20,32,74,.05); aspect-ratio: 4/3; }
.case-more-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.case-more-item:hover img { transform: scale(1.05); }

/* 약국 환경 갤러리 (1 wide + 3 small) */
.env-gallery { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.env-main { grid-column: 1 / -1; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 2/1; }
.env-shot { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 4/3; }
.env-main img, .env-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.env-main:hover img, .env-shot:hover img { transform: scale(1.04); }

/* =========================================================
   8. PHARMACY PARTNERS (실제 로고 마퀴)
   ========================================================= */
.partner-marquee {
  position: relative; display: flex; flex-direction: column; gap: 18px; padding: 6px 0;
  -webkit-mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.partner-row { display: flex; gap: 18px; width: max-content; will-change: transform; }
.partner-row-a { animation: marquee-l 68s linear infinite; }
.partner-row-b { animation: marquee-r 76s linear infinite; }
.partner-marquee:hover .partner-row { animation-play-state: paused; }
@keyframes marquee-l { from { transform: translateX(0); }        to { transform: translateX(-50%); } }
@keyframes marquee-r { from { transform: translateX(-50%); }      to { transform: translateX(0); } }
.p-card {
  flex: none; width: 176px; height: 96px;
  display: flex; align-items: center; justify-content: center; line-height: 0;
  padding: 18px 22px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 2px 8px rgba(20,32,74,.04);
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.p-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--mint-100); }
.p-card img {
  display: block; margin: auto;
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; object-position: center center;
}
.partner-foot { text-align: center; margin-top: 40px; font-size: 14.5px; color: var(--text-3); }

/* =========================================================
   9. 최종 CTA
   ========================================================= */
.final-cta { padding: 40px 0 108px; }
.final-cta-box {
  position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: 72px 64px; text-align: center;
  background: linear-gradient(135deg, rgba(20,32,74,.93) 0%, rgba(28,44,102,.88) 55%, rgba(13,148,136,.82) 145%),
              url("../assets/img/opt/cta-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.final-cta-box::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(127,240,229,.25), transparent 70%); border-radius: 50%; }
.final-cta-copy { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.final-cta-copy h2 { font-size: clamp(30px, 5vw, 52px); font-weight: 900; letter-spacing: -.035em; line-height: 1.14; }
.final-cta-copy p { font-size: clamp(16px, 2vw, 20px); color: rgba(255,255,255,.9); margin: 18px 0 24px; }
.final-cta-check { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; margin-bottom: 32px; }
.final-cta-check li { position: relative; padding: 9px 18px 9px 36px; font-size: 14.5px; font-weight: 600; background: rgba(255,255,255,.1); border-radius: 999px; }
.final-cta-check li::before { content: ""; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237ff0e5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center/contain no-repeat; }
.final-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* =========================================================
   10. 상담폼
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.contact-intro .section-title { margin: 8px 0 16px; text-align: left; }
.contact-intro .section-lead { text-align: left; margin-bottom: 20px; }
.kakao-note {
  display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text);
  background: #fffbe6; border: 1px solid #ffe98a; border-radius: 14px; padding: 14px 16px; margin-bottom: 22px;
  transition: transform .2s var(--ease);
}
.kakao-note:hover { transform: translateY(-2px); }
.kakao-note b { color: #7a6a00; font-weight: 700; }
.contact-info { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.contact-info li { display: flex; gap: 14px; align-items: baseline; font-size: 15px; }
.contact-info span { flex: none; width: 62px; font-size: 12.5px; font-weight: 700; color: var(--mint-dk); }
.contact-info a:hover { color: var(--navy); text-decoration: underline; }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field label { font-size: 14px; font-weight: 700; margin-bottom: 7px; color: var(--text); }
.field label b { color: var(--red); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15px; color: var(--text); padding: 14px 15px;
  border: 1.5px solid var(--line); border-radius: 12px; background: #fcfdfd; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 3px var(--mint-soft); }
.field input.invalid, .field select.invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(226,35,26,.1); }
.agree { display: flex; gap: 10px; align-items: flex-start; margin: 6px 0 20px; font-size: 14px; color: var(--text-2); cursor: pointer; }
.agree input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--mint); flex: none; }
.agree b { color: var(--red); }
.agree a { color: var(--mint-dk); text-decoration: underline; }
.form-note { margin-top: 14px; font-size: 14px; font-weight: 600; text-align: center; min-height: 20px; }
.form-note.ok { color: var(--mint-dk); }
.form-note.err { color: var(--red); }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: #0c1330; color: rgba(255,255,255,.72); }
.footer-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 64px 24px 42px; }
.footer-logo { height: 30px; width: auto; display: block; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.66); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-col h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.footer-col p { font-size: 14px; line-height: 1.7; margin-bottom: 6px; }
.footer-col a:hover { color: #7ff0e5; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 13px; }
.footer-sites a:hover { color: #7ff0e5; }

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: none; gap: 10px;
}
.mobile-cta .btn { flex: 1; padding: 15px; font-size: 15px; box-shadow: 0 10px 30px rgba(20,32,74,.28); }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1000px) {
  .header-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { padding: 118px 0 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-right { max-width: 520px; justify-content: flex-start; }
  .flow-grid { grid-template-columns: 1fr; gap: 16px; }
  .flow-arrow { display: none; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .crit-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 34px; }
  .why-desc { max-width: 100%; }
  .trust-box { grid-template-columns: 1fr; gap: 34px; padding: 40px; }
  .trust-profile { max-width: 360px; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .merch-top { grid-template-columns: 1fr; gap: 30px; }
  .merch-cards { grid-template-columns: repeat(2, 1fr); }
  .shelfex-grid { grid-template-columns: repeat(2, 1fr); }
  .case-more-grid { grid-template-columns: repeat(2, 1fr); }
  .env-gallery { grid-template-columns: repeat(2, 1fr); }
  .env-main { aspect-ratio: 16/8; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 38px; }
  .hero { padding: 104px 0 34px; }
  .header-cta { display: none; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 82px; }
  .hero-title { font-size: clamp(34px, 11vw, 48px); }
  .hero-check { grid-template-columns: 1fr; gap: 10px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-cats { font-size: 12.5px; padding: 9px 14px; }
  .review-card { width: 100%; margin-top: 18px; }
  /* 모바일: 배경 영상 대신 fallback 이미지 유지 */
  .hero-bg-video { display: none; }
  .cat-grid, .why-cards, .trust-points { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .merch-cards { grid-template-columns: 1fr; gap: 14px; }
  .merch-cta { padding: 32px 20px; }
  .cat-showcase { grid-template-columns: 1fr; gap: 14px; }
  .shelfex-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .shelfex-item { aspect-ratio: 3/3.2; }
  .shelfex-item figcaption { font-size: 12px; padding: 24px 11px 10px; }
  .case-more-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .env-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .env-main { aspect-ratio: 16/9; }
  .case-item { aspect-ratio: 3/3.4; }
  .case-item figcaption { font-size: 12.5px; padding: 26px 12px 11px; }
  .section-banner { margin-top: 32px; }
  .trust-box { padding: 28px 22px; }
  .final-cta { padding: 20px 0 60px; }
  .final-cta-box { padding: 48px 26px; }
  .final-cta-actions { flex-direction: column; }
  .final-cta-actions .btn { width: 100%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 20px; }
  .contact-intro .section-title, .section-title { font-size: clamp(24px, 7vw, 32px); }
  .footer-cols { grid-template-columns: 1fr; }
  .footer-bottom .container { flex-direction: column; }
  .section-lead { font-size: 15.5px; }
  /* 파트너: 모바일은 2열 그리드 (자동 흐름 정지, 중복 카드 숨김) */
  .partner-marquee { gap: 14px; -webkit-mask: none; mask: none; padding: 0 24px; }
  .partner-row { flex-wrap: wrap; justify-content: center; width: auto; gap: 12px; animation: none !important; }
  .p-card[aria-hidden="true"] { display: none; }
  .p-card { width: calc(50% - 6px); height: 84px; padding: 14px 18px; }
  .partner-foot { margin-top: 26px; padding: 0 24px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .partner-row { animation: none !important; }
  /* 모션 최소화: 배경 영상 정지 → fallback 이미지 표시 */
  .hero-bg-video { display: none; }
  html { scroll-behavior: auto; }
}
