:root {
  --brand: #ff5a3d;
  --brand-deep: #7b1e26;
  --ink: #111827;
  --text: #334155;
  --muted: #64748b;
  --line: #e5e7eb;
  --soft: #fff6f2;
  --white: #ffffff;
  --story-bg: #f4f1ed;
  --container: 1180px;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --shadow: 0 24px 80px rgba(17, 24, 39, 0.12);
  --meat-photo: url("https://images.pexels.com/photos/36319683/pexels-photo-36319683.jpeg?auto=compress&cs=tinysrgb&w=2200");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.center { text-align: center; }

.site-header {
  position: absolute; inset: 24px 0 auto; z-index: 50;
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
  pointer-events: none;
}
.brand { display: inline-flex; align-items: center; gap: 10px; padding: 10px; font-weight: 900; pointer-events: auto; }
.brand-logo { width: 36px; height: 36px; border-radius: 12px; object-fit: cover; box-shadow: 0 10px 24px rgba(233,65,69,.16); }
.brand-name { font-size: 20px; letter-spacing: -.04em; }

.eyebrow { margin: 0 0 18px; color: var(--brand); font-size: 20px; font-weight: 900; letter-spacing: -.02em; }
.eyebrow.light { color: #ffe3da; }
.section-title { margin: 0; font-size: clamp(34px,4vw,54px); line-height: 1.08; letter-spacing: -.065em; }
.section-sub { max-width: 700px; margin: 18px auto 0; color: var(--muted); font-size: 19px; line-height: 1.65; letter-spacing: -.035em; }
.section-sub.align-left { margin-left: 0; }
.section-bottom {max-width: 700px; margin: 20px auto 0; color: var(--muted); font-size: 15px; line-height: 1.65; letter-spacing: -.035em;}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border-radius: 16px; font-size: 16px; font-weight: 900; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #fff; background: var(--ink); box-shadow: 0 18px 34px rgba(17,24,39,.18); }

.hero {
  position: relative; display: flex; min-height: 100svh; align-items: center; overflow: hidden;
  padding: 110px 0 72px;
  background: radial-gradient(circle at 80% 20%, #ffe9df 0, #fff 42%, #fff 100%);
}
.hero::before {
  content: ""; position: absolute; right: -5%; top: 0; width: 52%; height: 100%;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.76) 32%, rgba(255,255,255,.20) 100%), var(--meat-photo);
  background-size: cover; background-position: center;
  opacity: .22; filter: saturate(.78) contrast(.92);
}
.hero::after {
  content: ""; position: absolute; right: 7%; top: 16%; width: 420px; height: 420px; border-radius: 50%;
  background: rgba(255,90,61,.14); filter: blur(20px);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,480px); align-items: center; gap: clamp(36px,6vw,84px); }
.hero h1 { margin: 0; font-size: clamp(54px,6vw,88px); line-height: .98; letter-spacing: -.075em; }
.hero h1 .small,.hero h1 .accent { display:block; }
.hero h1 .small { margin-top: 26px; color: var(--text); font-size: .48em; line-height: 1.18; letter-spacing: -.055em; }
.hero h1 .accent { margin-top: 8px; color: var(--brand); font-size: .78em; line-height: 1.05; }
.hero-lead { margin: 30px 0 0; color: var(--text); font-size: clamp(18px,1.7vw,22px); line-height: 1.65; letter-spacing: -.035em; }
.hero-visual { position: relative; display: grid; min-width: 0; min-height: 650px; place-items: center; }

.phone { position: relative; width: 330px; max-width: 100%; padding: 13px; overflow: hidden; border-radius: 48px; background: #0f172a; box-shadow: 0 32px 90px rgba(15,23,42,.28); }
.phone-screen { position: relative; overflow: hidden; border-radius: 36px; aspect-ratio: 390/763; background: #fff; }
.phone-screen img { width:100%; height:100%; object-fit:cover; object-position: top center; transition: opacity .28s ease, transform .28s ease; }
.phone-screen img.switching { opacity:.22; transform:scale(.985); }
.hero-phone { animation: phoneFloat 5.5s ease-in-out infinite; }
.paper-card { position:absolute; z-index:2; width:172px; padding:18px; border:1px solid rgba(255,255,255,.8); border-radius:20px; background:rgba(255,255,255,.84); box-shadow:0 20px 48px rgba(17,24,39,.13); backdrop-filter:blur(12px); }
.paper-card b,.paper-card strong { display:block; }
.paper-card i { display:block; height:7px; margin-top:9px; border-radius:99px; background:#e5e7eb; }
.paper-a { left:0; top:28%; transform:rotate(-6deg); animation:cardFloatA 4.8s ease-in-out infinite; }
.paper-b { right:-6%; bottom:18%; transform:rotate(6deg); animation:cardFloatB 5.2s ease-in-out infinite; }
.paper-b strong { margin-top:12px; color:var(--brand-deep); font-size:13px; }

.feature-section { position:relative; overflow:hidden; background:#fff; }
.two-card { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; margin-top:54px; }
.feature-card { position:relative; min-height:620px; overflow:hidden; padding:40px 42px 0; border:1px solid #ece7e3; border-radius:34px; background:linear-gradient(180deg,#fff 0%,#fffaf7 100%); box-shadow:0 24px 70px rgba(17,24,39,.08); }
.feature-card.highlight { background:linear-gradient(180deg,#fff9f6 0%,#fff1ec 100%); }
.feature-num { display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:16px; color:#fff; background:var(--brand-deep); font-size:16px; font-weight:900; }
.feature-card h3 { margin:22px 0 14px; font-size:34px; line-height:1.12; letter-spacing:-.055em; }
.feature-card p { max-width:520px; margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.feature-phone-crop { position:absolute; left:50%; bottom:-280px; width:min(320px,72%); transform:translateX(-50%); }
.feature-phone-crop .phone { width:100%; }
.feature-phone-crop::after { content:""; position:absolute; left:50%; bottom:8px; width:122%; height:42px; transform:translateX(-50%); border-radius:50%; background:rgba(123,30,38,.14); filter:blur(16px); z-index:-1; }

.story { background:var(--story-bg); }
.story-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(330px,470px); align-items:center; gap:70px; }
.steps { display:grid; gap:12px; margin-top:38px; }
.step { width:100%; display:grid; grid-template-columns:52px 1fr; align-items:center; gap:16px; padding:15px 18px; border:1px solid transparent; border-radius:20px; color:var(--text); background:rgba(255,255,255,.64); text-align:left; cursor:pointer; transition:.24s ease; }
.step span { display:grid; width:42px; height:42px; place-items:center; border-radius:14px; color:var(--brand-deep); background:#f4dfdc; font-weight:900; }
.step strong,.step small { display:block; }
.step strong { font-size:17px; }
.step small { margin-top:4px; color:var(--muted); font-size:14px; }
.step.active { border-color:rgba(255,90,61,.25); background:#fff; box-shadow:0 14px 36px rgba(17,24,39,.08); transform:translateX(8px); }
.step.active span { color:#fff; background:var(--brand); }
.story-visual { display:grid; place-items:center; }
.story-phone { width:340px; }

.benefit-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:48px; }
.benefit { padding:32px 22px; border:1px solid var(--line); border-radius:24px; text-align:center; background:#fff; }
.benefit b { font-size:34px; }
.benefit h3 { margin:16px 0 0; font-size:18px; }
.screens { background:#fafafa; }
.screen-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; margin-top:48px; }
.screen { margin:0; padding:14px; border-radius:24px; background:#fff; box-shadow:0 18px 40px rgba(17,24,39,.08); }
.screen img { width:100%; border-radius:16px; }
.screen figcaption { padding:14px 4px 4px; text-align:center; font-size:14px; font-weight:800; }

.cta { padding:0; background:linear-gradient(120deg,#ff6a48 0%,#e94145 48%,#7b1e26 100%); }
.cta-card { min-height:430px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:50px; padding:78px 0; color:#fff; }
.cta-card h2 { margin:0; font-size:clamp(38px,4.5vw,64px); line-height:1.08; letter-spacing:-0.02em; }
.cta-card p:not(.eyebrow) { max-width:630px; color:rgba(255,255,255,.82); font-size:18px; line-height:1.65; }
.qr { display:grid; gap:10px; place-items:center; padding:18px; border-radius:24px; background:#fff; color:var(--ink); }
.qr img { width:150px; }
.qr span { font-size:13px; font-weight:800; }
.footer { padding:28px 0; background:#111827; color:#fff; }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.footer p { margin:0; color:#94a3b8; font-size:13px; }
.photo-credit { margin-top:8px!important; font-size:11px!important; opacity:.7; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@keyframes phoneFloat { 50% { transform:translateY(-12px); } }
@keyframes cardFloatA {
  0%,100% { transform:translateY(0) rotate(-6deg); }
  50% { transform:translateY(-10px) rotate(-4deg); }
}
@keyframes cardFloatB {
  0%,100% { transform:translateY(0) rotate(6deg); }
  50% { transform:translateY(10px) rotate(4deg); }
}

@media (max-width: 980px) {
  .hero { min-height:auto; padding-top:140px; }
  .hero::before { width:72%; opacity:.16; }
  .hero-grid,.story-layout { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-actions { justify-content:center; }
  .hero-visual { min-height:590px; }
  .story-copy { text-align:center; }
  .section-sub.align-left { margin-inline:auto; }
  .two-card { gap:20px; }
  .feature-card { min-height:590px; padding-inline:30px; }
  .benefit-grid,.screen-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:82px 0; }
  .site-header { top:14px; padding-inline:14px; }
  .hero { padding:120px 0 42px; }
  .hero::before { right:-45%; width:120%; opacity:.10; }
  .hero h1 { font-size:clamp(44px,13vw,66px); }
  .hero-lead br { display:none; }
  .hero-visual { min-height:500px; }
  .phone { width:280px; border-radius:42px; }
  .phone-screen { border-radius:31px; }
  .paper-card { width:145px; padding:14px; }
  .paper-a { left:-5%; }
  .paper-b { right:-3%; }
  .two-card { grid-template-columns:1fr; }
  .feature-card { min-height:560px; }
  .feature-phone-crop { bottom:-250px; width:min(300px,78%); }
  .story-layout { gap:42px; }
  .step.active { transform:none; }
  .benefit-grid,.screen-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .cta-card { grid-template-columns:1fr; padding:68px 0; text-align:center; }
  .cta-card .hero-actions { justify-content:center; }
  .qr { justify-self:center; }
  .footer-inner { flex-direction:column; text-align:center; }
}

@media (max-width: 480px) {
  .benefit-grid,.screen-grid { grid-template-columns:1fr; }
  .feature-card { min-height:530px; padding:30px 24px 0; }
  .feature-card h3 { font-size:29px; }
  .feature-phone-crop { bottom:-225px; width:260px; }
}

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

/* =========================================================
   MIMICOUNTER V7 REFACTOR OVERRIDES
   ========================================================= */
:root {
  --meat-photo: none;
  --wine: #7b1e26;
  --wine-dark: #4d1218;
  --peach: #fff3ee;
}

/* Hero: 사진을 배경 전체에 깔지 않고, 우측 하단의 오브젝트로만 사용 */
.hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 119, 88, .17), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff8f4 54%, #fff1eb 100%);
}
.hero::before { display: none; }
.hero::after {
  right: -4%; top: 8%; width: 560px; height: 560px;
  background: rgba(255, 90, 61, .13);
  filter: blur(44px);
}
.hero-visual { isolation: isolate; }
.meat-art {
  position: absolute;
  z-index: -1;
  right: -190px;
  bottom: 12px;
  width: 570px;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 48% 52% 50% 50% / 58% 42% 58% 42%;
  opacity: .22;
  transform: rotate(-7deg);
  filter: saturate(.82) contrast(.96);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0,0,0,.8) 58%, transparent 76%);
  mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0,0,0,.8) 58%, transparent 76%);
}
.meat-art img {
  width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%;
  transform: scale(1.1);
}

/* Hero floating information cards */
.paper-card { will-change: transform; }
.paper-a { animation-duration: 5.2s; }
.paper-b { animation-duration: 5.8s; }

/* Section 2: 사진 배경 제거, 순수한 흰색으로 분리 */
.feature-section {
  background: #fff;
  border-top: 1px solid rgba(17,24,39,.04);
}
.feature-section::before,
.feature-section::after { content: none !important; display: none !important; }

/* V7 기능 카드: 스크롤 등장 + hover에서 휴대폰이 조금 더 올라오는 연출 */
.feature-card {
  min-height: 640px;
  border-color: #eee8e4;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -42% 28%;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,90,61,.13), transparent 67%);
  pointer-events: none;
}
.feature-card-b::before {
  inset: auto 18% -45% -24%;
  background: radial-gradient(circle, rgba(123,30,38,.12), transparent 67%);
}
.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255,90,61,.22);
  box-shadow: 0 34px 90px rgba(17,24,39,.13);
}
.feature-phone-crop {
  bottom: -250px;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), bottom .6s cubic-bezier(.2,.8,.2,1);
}
.feature-card:hover .feature-phone-crop {
  bottom: -245px;
  transform: translateX(-50%) rotate(-1deg);
}
.feature-card-b:hover .feature-phone-crop {
  transform: translateX(-50%) rotate(1deg);
}
.feature-card.is-visible .feature-phone-crop {
  animation: featurePhoneRise .9s .25s both cubic-bezier(.2,.8,.2,1);
}

/* 사용 흐름 전환의 시각적 완성도 개선 */
.step { overflow: hidden; }
.step::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), var(--wine));
}
.step { position: relative; }
.step.active::after { animation: stepProgress 3s linear both; }
.story-phone { animation: phoneFloat 6.2s ease-in-out infinite; }

/* 스크린 카드도 정적인 썸네일 느낌을 줄임 */
.screen { transition: transform .3s ease, box-shadow .3s ease; }
.screen:hover { transform: translateY(-7px); box-shadow: 0 26px 58px rgba(17,24,39,.13); }

@keyframes featurePhoneRise {
  from { opacity: 0; transform: translate(-50%, 52px) scale(.97); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}
@keyframes stepProgress { from { width: 0; } to { width: 100%; } }

@media (max-width: 980px) {
  .meat-art { right: -120px; bottom: -10px; width: 500px; height: 390px; opacity: .17; }
}
@media (max-width: 720px) {
  .meat-art { right: -190px; bottom: 30px; width: 470px; height: 360px; opacity: .11; }
  .feature-card:hover { transform: none; }
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop { bottom: -250px; transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .feature-card.is-visible .feature-phone-crop,
  .step.active::after { animation: none !important; }
}

/* =========================================================
   MIMICOUNTER V7 BRAND EDITION
   - Hero image removed
   - Brand color: #d9472d
   - Story progress line removed
   ========================================================= */
:root {
  --brand: #d9472d;
  --brand-hover: #bd3823;
  --brand-soft: #fff2ee;
  --brand-pale: #fff8f5;
  --brand-deep: #7f2519;
  --story-bg: #fff7f3;
}

body { background: var(--brand-pale); }
.site-header .brand-name { color: #fff; }
.site-header .brand-logo { box-shadow: 0 12px 30px rgba(88, 20, 11, .24); }

.hero {
  min-height: 100svh;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.22) 0 8%, transparent 28%),
    radial-gradient(circle at 66% 78%, rgba(120,26,15,.18), transparent 32%),
    linear-gradient(135deg, #df5035 0%, #d9472d 52%, #c83c26 100%);
}
.hero::before {
  display: block;
  right: -10%;
  top: -18%;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  opacity: 1;
  filter: none;
  box-shadow:
    inset 0 0 0 38px rgba(255,255,255,.025),
    0 40px 120px rgba(95,21,12,.16);
}
.hero::after {
  right: 16%;
  top: 18%;
  width: 340px;
  height: 340px;
  background: rgba(255,255,255,.16);
  filter: blur(72px);
}
.meat-art { display: none !important; }
.hero .eyebrow { color: #ffe5dd; }
.hero h1 .small { color: rgba(255,255,255,.78); }
.hero h1 .accent { color: #fff; text-shadow: 0 8px 30px rgba(93,20,11,.2); }
.hero-lead { color: rgba(255,255,255,.82); }
.hero .btn.primary {
  color: var(--brand);
  background: #fff;
  box-shadow: 0 20px 46px rgba(92,20,11,.24);
}
.hero .btn.primary:hover { background: #fff7f4; }
.hero-phone { box-shadow: 0 40px 110px rgba(87,18,9,.32); }
.paper-card {
  border-color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 60px rgba(88,20,11,.23);
}
.paper-b strong { color: var(--brand); }

.feature-section { background: #fff; }
.feature-card {
  border-color: #f0ded8;
  background: linear-gradient(180deg,#fff 0%,#fff9f7 100%);
}
.feature-card.highlight { background: linear-gradient(180deg,#fff8f5 0%,#ffede7 100%); }
.feature-num { background: var(--brand); }
.feature-card:hover { border-color: rgba(217,71,45,.30); }
.feature-card::before { background: radial-gradient(circle, rgba(217,71,45,.13), transparent 67%); }
.feature-card-b::before { background: radial-gradient(circle, rgba(127,37,25,.10), transparent 67%); }

.story { background: var(--story-bg); }
.step { overflow: visible; }
.step::after,
.step.active::after { content: none !important; display: none !important; animation: none !important; }
.step span { color: var(--brand); background: #f8ddd6; }
.step.active { border-color: rgba(217,71,45,.24); }
.step.active span { background: var(--brand); }

.benefits-section { background: #fff; }
.benefit { border-color: #f0e2dd; box-shadow: 0 16px 44px rgba(84,25,14,.05); }
.screens { background: var(--brand-pale); }
.screen { border: 1px solid #f1e3de; }

.cta {
  background:
    radial-gradient(circle at 84% 20%, rgba(255,255,255,.18), transparent 23%),
    linear-gradient(135deg,#df5035 0%,#d9472d 56%,#b83220 100%);
}
.cta .btn.primary { color: var(--brand); background: #fff; }
.footer { background: #2c1712; }

@media (max-width: 980px) {
  .hero::before { right: -250px; top: -120px; width: 520px; height: 520px; opacity: .8; }
}
@media (max-width: 720px) {
  .site-header .brand-name { color: #fff; }
  .hero::before { right: -300px; top: -110px; width: 500px; height: 500px; opacity: .62; }
  .hero::after { right: -20%; top: 36%; width: 280px; height: 280px; }
}

/* =========================================================
   V7.1 REFACTOR — 밝은 Hero + 브랜드 컬러 사용 흐름
   ========================================================= */
body { background: #fff; }

.site-header .brand-name { color: var(--ink); }
.site-header .brand-logo { box-shadow: 0 10px 24px rgba(217,71,45,.16); }

.hero {
  min-height: 100svh;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 20%, rgba(217,71,45,.09), transparent 27%),
    radial-gradient(circle at 62% 82%, rgba(127,37,25,.045), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fffaf8 100%);
}
.hero::before {
  display: block;
  right: -11%;
  top: -22%;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(217,71,45,.09);
  border-radius: 50%;
  background: rgba(217,71,45,.025);
  opacity: 1;
  filter: none;
  box-shadow: inset 0 0 0 42px rgba(217,71,45,.018);
}
.hero::after {
  right: 13%;
  top: 17%;
  width: 330px;
  height: 330px;
  background: rgba(217,71,45,.07);
  filter: blur(76px);
}
.hero .eyebrow { color: var(--brand); }
.hero h1 .small { color: var(--text); }
.hero h1 .accent { color: var(--brand); text-shadow: none; }
.hero-lead { color: var(--text); }
.hero .btn.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 18px 38px rgba(17,24,39,.18);
}
.hero .btn.primary:hover { background: #252d3a; }
.hero-phone { box-shadow: 0 34px 92px rgba(15,23,42,.24); }
.paper-card {
  border-color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 54px rgba(17,24,39,.13);
}

.story {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.16), transparent 22%),
    radial-gradient(circle at 8% 90%, rgba(105,18,8,.17), transparent 28%),
    linear-gradient(135deg, #df5035 0%, #d9472d 55%, #c53a25 100%);
}
.story::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 42px rgba(255,255,255,.025);
  pointer-events: none;
}
.story .container { position: relative; z-index: 1; }
.story .eyebrow { color: #ffe2da; }
.story .section-title { color: #fff; }
.story .section-sub { color: rgba(255,255,255,.76); }
.steps { gap: 13px; }
.step {
  overflow: visible;
  border-color: rgba(255,255,255,.12);
  color: #fff;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.step strong { color: #fff; }
.step small { color: rgba(255,255,255,.67); }
.step span {
  color: #fff;
  background: rgba(255,255,255,.15);
}
.step:hover { background: rgba(255,255,255,.15); }
.step.active {
  border-color: rgba(255,255,255,.65);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 46px rgba(105,18,8,.20);
}
.step.active strong { color: var(--ink); }
.step.active small { color: var(--muted); }
.step.active span { color: #fff; background: var(--brand); }
.step::after,
.step.active::after { content: none !important; display: none !important; animation: none !important; }
.story-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  filter: blur(2px);
}
.story-visual { position: relative; }
.story-phone { position: relative; z-index: 1; box-shadow: 0 38px 100px rgba(91,16,8,.34); }

.cta {
  background:
    radial-gradient(circle at 84% 15%, rgba(217,71,45,.20), transparent 25%),
    linear-gradient(135deg, #30211e 0%, #241b19 58%, #171415 100%);
}
.cta .eyebrow.light { color: #ffb7a8; }
.cta .btn.primary { color: #fff; background: var(--brand); }
.cta .btn.primary:hover { background: var(--brand-hover); }
.footer { background: #171415; }

@media (max-width: 980px) {
  .hero::before { right: -250px; top: -130px; width: 520px; height: 520px; opacity: .78; }
  .story::before { right: -270px; top: -170px; }
}
@media (max-width: 720px) {
  .site-header .brand-name { color: var(--ink); }
  .hero::before { right: -310px; top: -130px; width: 500px; height: 500px; opacity: .55; }
  .hero::after { right: -22%; top: 34%; width: 280px; height: 280px; }
  .story-visual::before { width: 330px; height: 330px; }
  .step.active { transform: none; }
}

/* =========================================================
   V7.2 RESPONSIVE HERO REFACTOR
   - Hero phone scaled down for breathing room
   - Floating cards stay inside the viewport on narrow screens
   - Card sizing/position follows the visual container responsively
   ========================================================= */
.hero-visual {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.hero-phone {
  width: 300px;
}

.paper-card {
  width: clamp(142px, 34%, 168px);
}

.paper-a {
  left: clamp(8px, 2.5vw, 20px);
  top: 27%;
}

.paper-b {
  right: clamp(8px, 2vw, 18px);
  bottom: 19%;
}

@media (max-width: 980px) {
  .hero-visual {
    max-width: 500px;
    min-height: 560px;
  }

  .hero-phone {
    width: 290px;
  }

  .paper-card {
    width: 150px;
  }

  .paper-a {
    left: 3%;
  }

  .paper-b {
    right: 3%;
  }
}

@media (max-width: 720px) {
  .hero-visual {
    width: min(100%, 430px);
    min-height: 470px;
    padding-inline: 8px;
  }

  .hero-phone {
    width: clamp(238px, 64vw, 270px);
  }

  .paper-card {
    width: clamp(116px, 31vw, 138px);
    padding: 13px;
    border-radius: 17px;
  }

  .paper-card b {
    font-size: 14px;
  }

  .paper-card i {
    height: 6px;
    margin-top: 7px;
  }

  .paper-b strong {
    margin-top: 9px;
    font-size: 11px;
  }

  .paper-a {
    left: 8px;
    top: 25%;
  }

  .paper-b {
    right: 8px;
    bottom: 20%;
  }
}

@media (max-width: 480px) {
  .hero-visual {
    width: 100%;
    min-height: 430px;
    padding-inline: 4px;
  }

  .hero-phone {
    width: clamp(220px, 62vw, 246px);
  }

  .paper-card {
    width: clamp(108px, 30vw, 124px);
    padding: 12px;
  }

  .paper-a {
    left: 4px;
    top: 24%;
  }

  .paper-b {
    right: 4px;
    bottom: 19%;
  }
}

/* =========================================================
   V7.3 RESPONSIVE FEATURE CARD COMPACTING
   - Reduce oversized feature-card height on narrow screens
   - Pull the cropped phone closer to the description
   ========================================================= */
@media (max-width: 980px) {
  .two-card {
    margin-top: 44px;
  }

  .feature-card {
    min-height: 540px;
    padding: 34px 32px 0;
  }

  .feature-card h3 {
    margin-top: 20px;
  }

  .feature-phone-crop {
    bottom: -205px;
    width: min(286px, 70%);
  }

  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop {
    bottom: -190px;
  }
}

@media (max-width: 720px) {
  .two-card {
    gap: 18px;
    margin-top: 34px;
  }

  .feature-card {
    min-height: 500px;
    padding: 28px 28px 0;
    border-radius: 28px;
  }

  .feature-num {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .feature-card h3 {
    margin: 18px 0 12px;
    font-size: 31px;
  }

  .feature-card p {
    font-size: 16px;
    line-height: 1.58;
  }

  .feature-phone-crop {
    bottom: -178px;
    width: min(270px, 72%);
  }

  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop {
    bottom: -178px;
  }
}

@media (max-width: 480px) {
  .feature-card {
    min-height: 455px;
    padding: 24px 22px 0;
    border-radius: 24px;
  }

  .feature-num {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 15px;
  }

  .feature-card h3 {
    margin: 16px 0 10px;
    font-size: 28px;
    line-height: 1.08;
  }

  .feature-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .feature-phone-crop {
    bottom: -152px;
    width: min(248px, 74%);
  }
}

/* =========================================================
   V7.4 RESPONSIVE FEATURE CARD LAYOUT FIX
   - On compact screens, the phone is part of normal document flow.
   - Prevents phone/text overlap and removes fragile bottom offsets.
   ========================================================= */
@media (max-width: 860px) {
  .two-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 30px 30px 0;
  }

  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(310px, 72%);
    height: 300px;
    flex: 0 0 300px;
    margin: 28px auto 0;
    overflow: visible;
    transform: none;
    animation: none;
  }

  .feature-phone-crop::after {
    bottom: -4px;
  }
}

@media (max-width: 720px) {
  .feature-card {
    padding: 28px 28px 0;
    border-radius: 28px;
  }

  .feature-card h3 {
    margin: 18px 0 10px;
  }

  .feature-card p {
    line-height: 1.55;
  }

  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    width: min(286px, 74%);
    height: 275px;
    flex-basis: 275px;
    margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .two-card {
    gap: 16px;
  }

  .feature-card {
    padding: 24px 22px 0;
    border-radius: 24px;
  }

  .feature-card h3 {
    margin: 15px 0 9px;
    font-size: 27px;
  }

  .feature-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    width: min(250px, 78%);
    height: 236px;
    flex-basis: 236px;
    margin-top: 18px;
  }
}


/* =========================================================
   V7.6 SECOND ROLLING STORY
   - Steps 4-5 use the same rolling interaction as steps 1-3
   ========================================================= */
.scale-story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(217,71,45,.10), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff8f5 100%);
}

.scale-story::before {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(217,71,45,.08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 44px rgba(217,71,45,.018);
  pointer-events: none;
}

.scale-story .container { position: relative; z-index: 1; }
.scale-story .eyebrow { color: var(--brand); }
.scale-story .section-title { color: var(--ink); }
.scale-story .section-sub { color: var(--muted); }

.scale-story .step {
  border-color: #eee3de;
  color: var(--text);
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 30px rgba(17,24,39,.04);
  backdrop-filter: blur(10px);
}
.scale-story .step strong { color: var(--ink); }
.scale-story .step small { color: var(--muted); }
.scale-story .step span { color: var(--brand); background: #f8ddd6; }
.scale-story .step:hover { background: #fff; }
.scale-story .step.active {
  border-color: rgba(217,71,45,.30);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 46px rgba(84,25,14,.10);
}
.scale-story .step.active span { color: #fff; background: var(--brand); }
.scale-story .story-visual::before { background: rgba(217,71,45,.08); }
.scale-story .story-phone { box-shadow: 0 38px 100px rgba(70,28,20,.22); }

@media (max-width: 980px) {
  .scale-story-layout { grid-template-columns: 1fr; }
  .scale-story .story-copy { text-align: center; }
  .scale-story .section-sub.align-left { margin-inline: auto; }
}

@media (max-width: 720px) {
  .scale-story .story-visual::before { width: 330px; height: 330px; }
  .scale-story .step.active { transform: none; }
}


/* =========================================================
   V7.7 ALTERNATING SECOND STORY LAYOUT
   - Desktop: phone on the left, copy and rolling steps on the right
   - Compact screens: copy returns above the phone for readability
   ========================================================= */
.scale-story-layout {
  grid-template-columns: minmax(330px,470px) minmax(0,1fr);
}

.scale-story-copy {
  padding-left: clamp(0px, 2vw, 24px);
}

.scale-story-visual::before {
  background: rgba(217,71,45,.08);
}

@media (max-width: 980px) {
  .scale-story-layout {
    grid-template-columns: 1fr;
  }

  .scale-story-copy {
    order: 1;
    padding-left: 0;
  }

  .scale-story-visual {
    order: 2;
  }
}

/* =========================================================
   HERO COPY REFINEMENT
   HTML structure:
   .hero-title > span
   .hero-point > span
   ========================================================= */
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero .eyebrow {
  margin: 0 0 18px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.03em;
}

.hero-title,
.hero h1.hero-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(50px, 5.3vw, 82px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.075em;
  word-break: keep-all;
}

.hero-title > span {
  display: block;
}

.hero-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 34px 0 0;
  color: var(--brand);
  font-size: clamp(36px, 3.65vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.hero-point > span {
  display: block;
}

.hero-lead {
  margin: 32px 0 0;
  color: var(--text);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.hero-actions {
  margin-top: 32px;
}

@media (max-width: 1180px) {
  .hero-title,
  .hero h1.hero-title {
    font-size: clamp(48px, 5vw, 70px);
  }

  .hero-point {
    font-size: clamp(34px, 3.4vw, 48px);
  }
}

@media (max-width: 980px) {
  .hero-copy {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-point {
    align-items: center;
  }

  .hero-title,
  .hero h1.hero-title {
    font-size: clamp(46px, 8vw, 68px);
  }

  .hero-point {
    margin-top: 28px;
    font-size: clamp(34px, 6vw, 50px);
  }

  .hero-lead {
    margin-top: 26px;
  }
}

@media (max-width: 720px) {
  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .hero-title,
  .hero h1.hero-title {
    font-size: clamp(40px, 11.5vw, 58px);
    line-height: 1.02;
    letter-spacing: -.068em;
  }

  .hero-point {
    gap: 3px;
    margin-top: 24px;
    font-size: clamp(30px, 8.5vw, 42px);
    line-height: 1.1;
    letter-spacing: -.06em;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

  .hero-actions {
    margin-top: 28px;
  }
}

@media (max-width: 480px) {
  .hero-title,
  .hero h1.hero-title {
    font-size: clamp(36px, 11.5vw, 48px);
  }

  .hero-point {
    font-size: clamp(27px, 8.2vw, 36px);
  }

  .hero-lead {
    font-size: 16px;
  }
}

/* =========================================================
   HERO LAYOUT REFACTOR
   - 타이틀 줄 간격과 자간 완화
   - 상단 보조 문구 가시성 강화
   - 텍스트와 휴대폰 사이 여백 확대
   ========================================================= */
.hero {
  overflow: hidden;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 430px);
  column-gap: clamp(76px, 8vw, 136px);
}

.hero-copy {
  max-width: 780px;
}

.hero-eyebrow {
  margin: 0 0 26px;
  color: var(--brand);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.hero .hero-title {
  margin: 0;
  font-size: clamp(54px, 5.15vw, 80px);
  line-height: 1.12;
  letter-spacing: -0.06em;
}

.hero .hero-title > span {
  display: block;
  white-space: nowrap;
}

.hero .hero-title > span + span {
  margin-top: 8px;
}

.hero .hero-point {
  gap: 10px;
  margin-top: 44px;
  font-size: clamp(36px, 3.55vw, 54px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}

.hero .hero-lead {
  margin-top: 34px;
  line-height: 1.4;
}

.hero-visual {
  transform: translateX(clamp(12px, 2vw, 34px));
}

@media (max-width: 1240px) and (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 390px);
    column-gap: clamp(52px, 6vw, 84px);
  }

  .hero .hero-title {
    font-size: clamp(48px, 4.9vw, 66px);
  }

  .hero .hero-point {
    font-size: clamp(32px, 3.3vw, 46px);
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .hero-copy {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-eyebrow {
    margin-bottom: 20px;
  }

  .hero .hero-title > span {
    white-space: normal;
  }

  .hero .hero-point {
    align-items: center;
  }

  .hero-visual {
    transform: none;
  }
}

@media (max-width: 720px) {
  .hero-eyebrow {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .hero .hero-title {
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1.1;
    letter-spacing: -0.055em;
  }

  .hero .hero-title > span + span {
    margin-top: 6px;
  }

  .hero .hero-point {
    gap: 7px;
    margin-top: 30px;
    font-size: clamp(30px, 8.3vw, 42px);
    line-height: 1.14;
    letter-spacing: -0.045em;
  }

  .hero .hero-lead {
    margin-top: 26px;
  }

  .hero .hero-lead br {
    display: none;
  }
}

/* =========================================================
   HERO MAIN COPY FINAL TUNING
   - 메인 제목만 굵기를 낮춤
   - 오렌지색 hero-point와 비슷한 자간으로 통일
   - 기존 중복 선언보다 뒤에서 최종 적용
   ========================================================= */
.hero h1.hero-title {
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.05em;
}

@media (max-width: 720px) {
  .hero h1.hero-title {
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
  }
}

/* =========================================================
   FINAL LAYOUT FIX V2
   - Hero copy / phone spacing visibly increased
   - Feature phones lowered so they no longer cover text
   - Placed at the very end to override duplicate earlier rules
   ========================================================= */

@media (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px !important;
    column-gap: clamp(140px, 11vw, 210px) !important;
  }

  .hero-copy {
    max-width: 720px !important;
  }

  .hero-visual {
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    transform: translateX(28px) !important;
  }

  .hero-phone {
    width: 340px !important;
  }

  .feature-card {
    min-height: 650px !important;
  }

  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    bottom: -335px !important;
    width: min(320px, 70%) !important;
  }
}

@media (max-width: 980px) and (min-width: 861px) {
  .hero-grid {
    row-gap: 72px !important;
  }

  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    margin-top: 44px !important;
  }
}

@media (max-width: 860px) {
  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    margin-top: 42px !important;
  }
}

/* =========================================================
   FINAL LAYOUT BALANCE V3
   - Floating cards sit outside the phone frame again
   - Feature phones move closer to their text without overlap
   ========================================================= */

@media (min-width: 981px) {
  /* 메인 휴대폰 좌우 카드 위치 보정 */
  .hero-visual {
    max-width: 460px !important;
  }

  .paper-a {
    left: -72px !important;
    top: 25% !important;
  }

  .paper-b {
    right: -66px !important;
    bottom: 17% !important;
  }

  /* 두 번째 섹션: 이미지가 텍스트에 조금 더 가까워지도록 위로 조정 */
  .feature-card {
    min-height: 620px !important;
  }

  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    bottom: -285px !important;
    width: min(320px, 70%) !important;
  }
}

@media (max-width: 1240px) and (min-width: 981px) {
  .paper-a {
    left: -46px !important;
  }

  .paper-b {
    right: -42px !important;
  }
}

@media (max-width: 980px) and (min-width: 861px) {
  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    margin-top: 28px !important;
  }
}

@media (max-width: 860px) {
  .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    margin-top: 24px !important;
  }
}

/* =========================================================
   FEATURE CARD PHONE GAP FINAL FIX
   - Desktop: pull both phone mockups closer to the description
   - Override previous duplicated bottom/hover/is-visible rules
   ========================================================= */
@media (min-width: 981px) {
  .feature-card {
    min-height: 620px !important;
  }

  .feature-card .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    bottom: -235px !important;
    width: min(320px, 70%) !important;
  }
}

@media (max-width: 980px) and (min-width: 861px) {
  .feature-card .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    margin-top: 16px !important;
  }
}

@media (max-width: 860px) {
  .feature-card .feature-phone-crop,
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    margin-top: 14px !important;
  }
}

/* =========================================================
   FEATURE CARD PHONE HOVER RESTORE
   - Base: keep the reduced text-to-phone gap
   - Hover: raise only the phone mockup
   - Keep both feature cards consistent
   ========================================================= */
@media (min-width: 981px) {
  .feature-card .feature-phone-crop,
  .feature-card.is-visible .feature-phone-crop {
    bottom: -235px !important;
    width: min(320px, 70%) !important;
  }

  .feature-card:hover .feature-phone-crop {
    bottom: -210px !important;
    transform: translateX(-50%) rotate(-1deg) !important;
  }

  .feature-card-b:hover .feature-phone-crop {
    bottom: -210px !important;
    transform: translateX(-50%) rotate(1deg) !important;
  }
}

/* =========================================================
   FEATURE PHONE HOVER STRAIGHT FIX
   - Keep the phone perfectly upright while it moves upward
   - Remove the previous left/right rotation on hover
   ========================================================= */
@media (min-width: 981px) {
  .feature-card:hover .feature-phone-crop,
  .feature-card-b:hover .feature-phone-crop {
    bottom: -210px !important;
    transform: translateX(-50%) !important;
  }
}

/* =========================================================
   RESPONSIVE TEXT ALIGNMENT REFACTOR
   - Section 2 compliance note centered on tablet/mobile
   - Usage flow 01 description centered on tablet/mobile
   - Usage flow 02 description centered on tablet/mobile
   ========================================================= */
@media (max-width: 980px) {
  .feature-compliance-note,
  .story-description,
  .scale-story-description {
    width: min(100%, 700px);
    margin-inline: auto;
    text-align: center;
  }

  .story-description br,
  .scale-story-description br {
    display: none;
  }
}

@media (max-width: 720px) {
  .feature-compliance-note {
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .story-description,
  .scale-story-description {
    padding-inline: 4px;
    font-size: 17px;
    line-height: 1.7;
  }
}

/* =========================================================
   RESPONSIVE TEXT ALIGNMENT FINAL FIX V2
   - Loaded from assets/style_refactored.css
   - Strongly overrides earlier duplicated alignment rules
   ========================================================= */
@media (max-width: 980px) {
  .feature-section .feature-compliance-note {
    display: block;
    margin: 24px auto 0 !important;
    padding: 0 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .story .story-description,
  .scale-story .scale-story-description {
    width: min(100%, 700px) !important;
    margin: 18px auto 0 !important;
    padding: 0 8px !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .story .story-description br,
  .scale-story .scale-story-description br {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .feature-section .feature-compliance-note {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .story .story-description,
  .scale-story .scale-story-description {
    width: min(100% - 12px, 620px) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
  }
}


/* =========================================================
   PHONE IMAGE STABILITY FINAL FIX
   - Remove subpixel movement from the phone frame
   - Keep screenshots fixed while their src changes
   - Prevent opacity/scale transitions and white flashes
   ========================================================= */
.hero-phone,
.story-phone {
  animation: none !important;
  transform: none !important;
}

.phone-screen {
  contain: paint;
  isolation: isolate;
}

.phone-screen img,
.phone-screen img.switching {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


/* 모바일 축산물이력제 안내 문구 영역 수정 */
.feature-section .container:has(.feature-compliance-note) {
  width: 100%;
  padding-inline: 20px;
}

.feature-section .feature-compliance-note {
  display: block;
  width: 100% !important;
  max-width: 900px;
  margin: 24px auto 0 !important;
  padding: 0 !important;
  text-align: center !important;
  overflow-wrap: break-word;
  word-break: keep-all;
}

@media (max-width: 720px) {
  .feature-section .container:has(.feature-compliance-note) {
    padding-inline: 18px;
  }

  .feature-section .feature-compliance-note {
    width: 100% !important;
    max-width: none !important;
    margin-top: 22px !important;
    padding-inline: 0 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: center !important;
    text-wrap: initial;
  }
}
