:root {
    --ink: #171914;
    --ink-2: #23261f;
    --paper: #f2f0e9;
    --paper-2: #e8e5da;
    --muted: #696b63;
    --line: rgba(23, 25, 20, .18);
    --orange: #ff5a36;
    --lime: #d8ff4f;
    --blue: #2f55ff;
    --display: "Manrope", "Noto Sans KR", sans-serif;
    --sans: "Noto Sans KR", sans-serif;
    --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: 100; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); opacity: .025; pointer-events: none; content: ""; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 74px; padding: 0 3vw; border-bottom: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: rgba(23,25,20,.94); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.site-header::before { position: absolute; right: 0; bottom: 100%; left: 0; height: calc(120px + env(safe-area-inset-top, 0px)); background: var(--ink); content: ""; pointer-events: none; }
.studio-wordmark { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.studio-wordmark strong { font-family: "Inter Tight", "Noto Sans KR", sans-serif; font-size: 24px; letter-spacing: -.065em; }
.studio-wordmark span { font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 9px; font-family: var(--display); font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.brand i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,54,.15); }
.brand span { margin-left: 2px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: 9px; font-weight: 400; letter-spacing: .05em; }
.site-header nav { display: flex; gap: 38px; font-size: 12px; }
.site-header nav a { padding: 26px 0; color: rgba(255,255,255,.72); }
.site-header nav a:hover { color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.header-demo, .header-cta { padding: 11px 15px; border: 1px solid rgba(255,255,255,.3); font-size: 12px; white-space: nowrap; transition: .2s; }
.header-demo { border-color: var(--orange); background: var(--orange); color: white; }
.header-demo:hover { border-color: white; background: white; color: var(--ink); }
.header-cta:hover { border-color: var(--lime); background: var(--lime); color: var(--ink); }

.hero { position: relative; min-height: calc(100svh - 74px); padding: clamp(70px, 10vh, 116px) 5vw; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; gap: 46px 7vw; overflow: hidden; color: white; background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, black, transparent 84%); }
.hero::after { position: absolute; right: -12vw; bottom: -32vw; width: 58vw; height: 58vw; border: 1px solid rgba(216,255,79,.25); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(216,255,79,.025), 0 0 0 16vw rgba(216,255,79,.02); content: ""; }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 940px; }
.kicker { margin-bottom: 28px; display: flex; align-items: center; gap: 16px; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; }
.kicker span { display: inline-flex; align-items: center; gap: 10px; }
.kicker span::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.kicker b { padding: 4px 7px; border: 1px solid currentColor; font-weight: 400; }
.kicker-light { color: var(--lime); }
.hero h1 { max-width: 900px; font-family: var(--display); font-size: clamp(53px, 6.2vw, 102px); line-height: .99; font-weight: 700; letter-spacing: -.068em; }
.hero-title-line { white-space: nowrap; }
.hero h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 660px; margin-top: 34px; color: rgba(255,255,255,.62); font-size: clamp(15px, 1.22vw, 19px); line-height: 1.75; letter-spacing: -.025em; }
.hero-lead strong { color: white; font-weight: 600; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.32); display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 13px; font-weight: 700; }
.button-primary { border-color: var(--orange); background: var(--orange); color: white; }
.button-primary:hover { background: #ff7657; }
.button-ghost:hover { border-color: white; }

.hero-machine { position: relative; z-index: 3; align-self: center; padding: 22px; border: 1px solid rgba(255,255,255,.2); color: white; background: rgba(29,32,25,.78); box-shadow: 30px 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.machine-head { padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.live-dot { display: flex; align-items: center; gap: 6px; color: var(--lime); }
.live-dot::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(216,255,79,.14); content: ""; }
.scan-card { padding: 25px 0 18px; }
.scan-label { color: rgba(255,255,255,.55); font-size: 11px; }
.scan-card strong { margin: 5px 0 12px; display: block; font-family: var(--display); font-size: 58px; line-height: 1; letter-spacing: -.07em; }
.scan-card small { margin-left: 6px; color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: 0; }
.spark-bars { height: 45px; display: flex; align-items: end; gap: 5px; }
.spark-bars i { width: 100%; height: 25%; background: rgba(216,255,79,.3); }
.spark-bars i:nth-child(2), .spark-bars i:nth-child(7) { height: 42%; }.spark-bars i:nth-child(3) { height: 33%; }.spark-bars i:nth-child(4), .spark-bars i:nth-child(9) { height: 62%; }.spark-bars i:nth-child(5) { height: 52%; }.spark-bars i:nth-child(6), .spark-bars i:nth-child(10) { height: 78%; }.spark-bars i:nth-child(8) { height: 68%; }.spark-bars i:nth-child(11) { height: 88%; }.spark-bars i:nth-child(12) { height: 100%; background: var(--lime); }
.mini-funnel { border-top: 1px solid rgba(255,255,255,.14); }
.mini-funnel li { min-height: 47px; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 30px 1fr auto; align-items: center; font-size: 11px; }
.mini-funnel li span { color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 9px; }
.mini-funnel li strong { font-family: var(--mono); font-weight: 400; }
.mini-funnel li.active { margin-top: 4px; border: 0; background: var(--lime); color: var(--ink); }
.mini-funnel li.active span { color: var(--ink); }
.lead-alert { margin-top: 14px; padding: 14px; border-left: 3px solid var(--orange); display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; background: rgba(255,255,255,.07); }
.lead-alert > span, .lead-alert > b { font-family: var(--mono); font-size: 8px; font-weight: 400; color: var(--orange); }
.lead-alert > b { color: rgba(255,255,255,.35); }
.lead-alert p { font-size: 10px; line-height: 1.6; }
.lead-alert strong { font-size: 11px; }
.hero-proof { position: relative; z-index: 3; grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-proof p { min-height: 86px; padding: 22px 22px 22px 0; border-right: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: auto 1fr; column-gap: 17px; color: rgba(255,255,255,.48); font-size: 11px; }
.hero-proof p + p { padding-left: 22px; }
.hero-proof p:last-child { border: 0; }
.hero-proof span { grid-row: 1 / 3; color: var(--orange); font-family: var(--mono); font-size: 9px; }
.hero-proof strong { margin-bottom: 5px; color: white; font-size: 13px; }

.pain-section, .packages-section { padding: clamp(90px, 12vw, 180px) 5vw; }
.pain-section { padding-top: clamp(76px, 9vw, 136px); }
.pain-section .section-heading { display: block; }
.pain-section .section-heading h2 { max-width: 1080px; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: end; }
.section-heading .kicker { align-self: start; }
h2 { font-family: var(--display); font-size: clamp(40px, 4.6vw, 76px); line-height: 1.08; font-weight: 700; letter-spacing: -.06em; }
.section-heading h2 em { white-space: nowrap; }
.pain-list { margin-top: clamp(60px, 8vw, 110px); border-top: 1px solid var(--ink); }
.pain-list article { min-height: 160px; padding: 26px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0,1fr); align-items: center; }
.pain-list article > span { align-self: start; font-family: var(--mono); font-size: 10px; }
.pain-list h3 { margin-bottom: 12px; font-family: var(--display); font-size: clamp(22px, 2.2vw, 34px); letter-spacing: -.045em; }
.pain-list p { max-width: 620px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.pain-list article > b { justify-self: end; color: var(--orange); font-family: var(--mono); font-size: 10px; line-height: 1.4; letter-spacing: .08em; }

.system-section { padding: clamp(78px, 9vw, 138px) 5vw clamp(90px, 12vw, 180px); color: white; background: var(--ink); }
.system-heading { max-width: 1050px; }
.system-heading > p:last-child { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; }
.system-flow { margin-top: 80px; display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; align-items: center; }
.system-flow > i { text-align: center; color: rgba(255,255,255,.3); font-family: var(--mono); font-style: normal; }
.system-flow article { position: relative; min-height: 430px; padding: 27px; border: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.system-flow article.system-focus { color: var(--ink); background: var(--lime); transform: translateY(-20px); }
.system-no { font-family: var(--mono); font-size: 10px; }
.system-icon { width: 74px; height: 74px; margin: 55px 0 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-size: 25px; }
.system-flow h3 { font-family: var(--display); font-size: clamp(27px, 2.5vw, 42px); line-height: 1.05; letter-spacing: -.055em; }
.system-flow p { max-width: 270px; margin-top: 18px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }
.system-focus p { color: rgba(23,25,20,.65); }
.system-flow small { margin-top: auto; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.data-strip { min-height: 74px; margin-top: 44px; padding: 0 23px; display: grid; grid-template-columns: auto 1fr auto 1fr auto auto; gap: 20px; align-items: center; background: rgba(255,255,255,.07); }
.data-strip span { color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 8px; }
.data-strip b { font-size: 11px; font-weight: 500; }
.data-strip .score { padding: 8px 12px; background: var(--orange); color: white; font-family: var(--mono); font-size: 9px; }
.system-demo-link { min-height: 92px; margin-top: 44px; padding: 20px 26px; border: 1px solid rgba(255,255,255,.42); display: flex; align-items: center; justify-content: space-between; gap: 30px; transition: background .2s,color .2s,border-color .2s; }
.system-demo-link span { display: grid; gap: 7px; }
.system-demo-link small { color: rgba(255,255,255,.52); font-size: 12px; }
.system-demo-link strong { font-family: var(--display); font-size: 22px; letter-spacing: -.035em; }
.system-demo-link>b { color: var(--lime); font-size: 28px; font-weight: 400; }
.system-demo-link:hover { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.system-demo-link:hover small,.system-demo-link:hover>b { color: var(--ink); }

.roi-section { min-height: 750px; padding: clamp(90px, 12vw, 180px) 5vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: center; background: var(--paper-2); }
.roi-number { position: relative; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; }
.roi-number::before, .roi-number::after { position: absolute; background: var(--ink); content: ""; }
.roi-number::before { width: calc(100% + 50px); height: 1px; }.roi-number::after { width: 1px; height: calc(100% + 50px); }
.roi-number span { position: absolute; z-index: 1; top: 20%; padding: 5px 10px; background: var(--paper-2); font-family: var(--mono); font-size: 9px; }
.roi-number strong { position: relative; z-index: 1; padding: 0 25px; background: var(--paper-2); font-family: var(--display); font-size: clamp(120px, 18vw, 260px); line-height: .8; letter-spacing: -.1em; }
.roi-number b { position: absolute; z-index: 2; right: 18%; bottom: 22%; padding: 6px; background: var(--orange); color: white; font-size: 13px; }
.roi-copy > p { max-width: 680px; margin-top: 32px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.roi-copy blockquote { margin-top: 52px; padding: 27px 0 0 28px; border-top: 1px solid var(--ink); border-left: 5px solid var(--orange); }
.roi-copy blockquote strong { font-family: var(--display); font-size: clamp(21px, 2.1vw, 32px); line-height: 1.4; letter-spacing: -.04em; }
.roi-copy blockquote p { max-width: 620px; margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.preview-section { position: relative; min-height: 900px; padding: clamp(100px, 13vw, 190px) 5vw; display: grid; grid-template-columns: .8fr .55fr 1.1fr; gap: 4vw; align-items: center; overflow: hidden; color: white; background: var(--blue); }
.preview-section::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 80px 80px; content: ""; }
.preview-copy, .phone-mockup, .dashboard-mockup { position: relative; z-index: 1; }
.preview-copy h2 { font-size: clamp(40px, 4vw, 66px); }
.preview-copy > p { margin-top: 30px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.8; }
.text-link { width: fit-content; margin-top: 36px; padding: 0 0 8px; border-bottom: 1px solid currentColor; display: flex; gap: 44px; font-size: 13px; font-weight: 700; }
.phone-mockup { width: 280px; min-height: 580px; justify-self: center; border: 7px solid var(--ink); border-radius: 33px; overflow: hidden; color: var(--ink); background: #faf8f1; box-shadow: 25px 35px 70px rgba(5,16,70,.32); transform: rotate(-3deg); }
.phone-bar { height: 32px; padding: 8px 14px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 8px; }
.phone-bar i { width: 64px; height: 16px; margin-top: -8px; border-radius: 0 0 12px 12px; background: var(--ink); }
.phone-mockup img { width: 100%; height: 220px; object-fit: cover; }
.phone-copy { padding: 22px 19px; }
.phone-copy small { color: var(--orange); font-family: var(--mono); font-size: 8px; }
.phone-copy strong { margin-top: 13px; display: block; font-family: var(--display); font-size: 29px; line-height: 1.05; letter-spacing: -.06em; }
.phone-copy p { margin-top: 14px; color: var(--muted); font-size: 10px; }
.phone-copy button { width: 100%; margin-top: 25px; padding: 14px; border: 0; background: var(--ink); color: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.dashboard-mockup { min-height: 470px; padding: 27px; color: var(--ink); background: #f8f7f2; box-shadow: 30px 35px 70px rgba(5,16,70,.28); transform: rotate(2deg); }
.dash-head { padding-bottom: 25px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; }
.dash-head strong { font-family: var(--display); font-size: 21px; letter-spacing: -.05em; }.dash-head span { color: var(--muted); font-size: 9px; }
.dash-chart { margin: 30px 0; }.dash-chart p { font-size: 11px; }.dash-chart p b { float: right; color: var(--blue); }.dash-chart svg { width: 100%; margin-top: 20px; color: var(--blue); }
.dash-lead { min-height: 65px; padding: 12px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; font-size: 10px; }
.dash-lead i { padding: 4px 6px; background: var(--lime); font-family: var(--mono); font-size: 7px; font-style: normal; }.dash-lead span { font-weight: 700; }.dash-lead small { margin-top: 4px; display: block; color: var(--muted); font-size: 8px; font-weight: 400; }.dash-lead b { font-size: 9px; }

.packages-section > header { max-width: 800px; }
.packages-section { padding-top: clamp(70px,8vw,110px); padding-bottom: clamp(70px,8vw,110px); }
.package-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.package-grid article { position: relative; min-height: 520px; padding: 28px; border: 1px solid var(--ink); display: flex; flex-direction: column; }
.package-grid article + article { border-left: 0; }
.package-grid .featured-package { margin-top: -20px; min-height: 560px; border: 0; background: var(--ink); color: white; }
.package-grid h3 { margin-top: 18px; font-family: var(--display); font-size: 34px; letter-spacing: -.05em; }.package-price { margin-top: 10px; display: block; font-family: var(--display); font-size: 48px; line-height: 1; letter-spacing: -.06em; }.package-price small { margin-left: 5px; font-family: var(--sans); font-size: 11px; letter-spacing: 0; }.package-grid article > p { margin-top: 16px; min-height: 52px; color: var(--muted); font-size: 12px; line-height: 1.7; }.featured-package > p { color: rgba(255,255,255,.55) !important; }
.package-grid ul { margin-top: 30px; border-top: 1px solid currentColor; }.package-grid li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }.featured-package li { border-color: rgba(255,255,255,.15); }.package-grid li::before { margin-right: 9px; content: "✓"; color: var(--orange); }
.package-grid article > a { margin-top: auto; padding: 14px; border: 1px solid currentColor; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }.featured-package > a { border: 0; background: var(--orange); }
.price-band { min-height: 170px; margin-top: 50px; padding: 28px 34px; display: grid; grid-template-columns: .7fr 1fr auto; gap: 5vw; align-items: center; background: var(--lime); }
.price-band div { display: flex; align-items: center; gap: 24px; }.price-band div span { font-family: var(--sans); font-size: 14px; font-weight: 700; }.price-band strong { font-family: var(--display); font-size: 78px; line-height: .8; letter-spacing: -.08em; }.price-band small { margin-left: 5px; font-size: 13px; letter-spacing: 0; }
.price-band > p { font-size: 12px; line-height: 1.8; }.price-band > a { padding: 13px 15px; border: 1px solid var(--ink); font-size: 11px; font-weight: 700; white-space: nowrap; }

.care-section { padding: clamp(70px, 8vw, 110px) 5vw; display: grid; grid-template-columns: .95fr 1.05fr; gap: 6vw; align-items: start; background: var(--lime); }
.care-heading { position: static; }
.care-heading h2 { font-size: clamp(42px, 4.7vw, 74px); }
.care-heading h2 em { color: var(--blue); }
.care-lead { max-width: 600px; margin-top: 30px; color: rgba(23,25,20,.68); font-size: 15px; line-height: 1.8; }
.care-cost-compare { margin-top: 32px; display: grid; grid-template-columns: 1fr 42px 1fr; align-items: stretch; }
.care-cost-compare>div:not(.care-cost-arrow) { min-height: 150px; padding: 22px; border: 1px solid rgba(23,25,20,.28); display: flex; flex-direction: column; justify-content: center; }
.care-cost-compare span { font-size: 11px; font-weight: 700; }
.care-cost-compare strong { margin-top: 13px; font-family: var(--display); font-size: clamp(29px,2.5vw,40px); line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.care-cost-compare small { margin-top: 13px; color: rgba(23,25,20,.58); font-size: 11px; }
.care-cost-once strong { color: rgba(23,25,20,.56); text-decoration: line-through; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.care-cost-monthly { border-color: var(--blue) !important; background: var(--blue); color: white; }
.care-cost-monthly small { color: rgba(255,255,255,.7); }
.care-cost-arrow { display: grid; place-items: center; color: var(--blue); font-family: var(--display); font-size: 27px; }
.care-conclusion { margin-top: 30px; padding: 24px 0 0 22px; border-top: 1px solid rgba(23,25,20,.28); border-left: 3px solid var(--blue); }
.care-conclusion strong { display: block; font-family: var(--display); font-size: clamp(23px,2.1vw,32px); line-height: 1.3; letter-spacing: -.045em; }
.care-conclusion p { max-width: 560px; margin-top: 13px; color: rgba(23,25,20,.65); font-size: 13px; line-height: 1.75; }
.care-panel { padding: clamp(28px, 4vw, 50px); color: white; background: var(--ink); }
.care-plan { padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.2); }
.care-plan strong { margin-top: 0; display: flex; align-items: baseline; gap: 8px; font-family: var(--display); font-size: clamp(72px, 8vw, 120px); font-weight: 700; line-height: .85; letter-spacing: -.08em; }
.care-plan strong small { font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: 0; }
.care-plan strong em { font-family: var(--sans); font-size: 18px; font-style: normal; font-weight: 600; letter-spacing: 0; }
.care-includes { display: grid; grid-template-columns: repeat(3,1fr); }
.care-includes li { min-height: 118px; padding: 24px 18px 24px 0; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: center; }
.care-includes li + li { padding-left: 18px; }
.care-includes li:last-child { border-right: 0; }
.care-includes strong { margin-top: 0; font-family: var(--display); font-size: 20px; }
.care-includes small { margin-top: 8px; color: rgba(255,255,255,.48); font-size: 11px; }
.care-annual { padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 35px; align-items: center; background: var(--blue); }
.care-annual > div:first-child { white-space: nowrap; }
.care-annual span { display: block; color: rgba(255,255,255,.65); font-size: 11px; }
.care-annual strong { margin-top: 5px; display: block; font-family: var(--display); font-size: 34px; }
.care-annual p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }
.care-annual p b { margin-top: 4px; display: block; color: var(--lime); font-size: 15px; }
.care-annual .care-annual-poster-price { margin-top: 15px; display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.5); font-size: 11px; }
.care-annual-poster-price del { text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.care-annual-poster-price em { padding: 3px 7px; background: var(--lime); color: var(--ink); font-size: 10px; font-style: normal; font-weight: 700; }
.care-annual p>small { margin-top: 10px; display: block; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.7; }
.contact-section { padding: clamp(90px, 12vw, 170px) 7vw; display: grid; grid-template-columns: 1fr .72fr; gap: 10vw; color: white; background: var(--ink); }
.contact-copy h2 em { white-space: nowrap; }
.contact-copy > p { max-width: 630px; margin-top: 30px; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.8; }
.contact-copy dl { margin-top: 65px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-copy dl > div { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 190px 1fr; gap: 28px; align-items: start; }.contact-copy dt { color: white; font-family: var(--display); font-size: 21px; font-weight: 700; line-height: 1.35; letter-spacing: -.035em; }.contact-copy dd { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; text-align: left; }
.contact-form { padding: 34px; color: var(--ink); background: var(--paper); }
.contact-form > label:not(.agree) { margin-bottom: 22px; display: block; }
.contact-form label > span { margin-bottom: 8px; display: block; font-size: 10px; font-weight: 700; }.contact-form label b { color: var(--orange); }
.contact-form input:not([type="checkbox"]), .contact-form select { width: 100%; height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: transparent; font-size: 12px; }.contact-form input:focus, .contact-form select:focus { border-color: var(--blue); }
.agree { display: flex; gap: 9px; align-items: start; }.agree input { margin-top: 2px; accent-color: var(--orange); }.agree span { color: var(--muted); font-size: 9px !important; font-weight: 400 !important; }
.turnstile-wrap { margin: 19px 0; }.turnstile-wrap small { margin-top: 5px; display: block; color: var(--muted); font-size: 8px; }
.form-submit { width: 100%; min-height: 54px; padding: 0 18px; border: 0; display: flex; justify-content: space-between; align-items: center; background: var(--orange); color: white; font-size: 12px; font-weight: 700; cursor: pointer; }.form-submit:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 20px; margin-top: 12px; font-size: 10px; line-height: 1.6; }.form-status.is-success { color: #26743c; }.form-status.is-error { color: #c6331f; }.honey { position: absolute; left: -10000px; }

.studio-footer { padding: 70px 3vw 42px; display: grid; grid-template-columns: 1fr .7fr auto; gap: 6vw; background: var(--ink); color: white; }
.studio-footer > div:first-child > a { font-family: var(--display); font-size: clamp(42px,6vw,92px); line-height: .9; font-weight: 600; letter-spacing: -.07em; }
.studio-footer > div:first-child > a span { color: var(--lime); font-family: var(--mono); font-size: .14em; letter-spacing: .08em; text-transform: uppercase; }
.studio-footer > div:first-child > p { margin-top: 24px; color: rgba(255,255,255,.55); font-size: 12px; }
.studio-footer-meta { align-self: end; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.8; }
.studio-footer-meta address { font-style: normal; }
.studio-footer nav { align-self: end; display: grid; gap: 12px; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.studio-footer nav a:hover { color: var(--lime); }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 95px; }.hero-machine { width: min(100%, 520px); }.hero-proof { margin-top: 20px; }
    .section-heading, .roi-section, .care-section, .contact-section { grid-template-columns: 1fr; }.section-heading { gap: 18px; }.roi-number { width: min(430px, 80vw); justify-self: center; }.care-heading { position: static; }.contact-section { gap: 70px; }
    .preview-section { grid-template-columns: 1fr 1fr; }.preview-copy { grid-column: 1 / -1; max-width: 750px; }.phone-mockup { justify-self: end; }.dashboard-mockup { align-self: center; }
    .system-flow { grid-template-columns: 1fr; gap: 12px; }.system-flow > i { transform: rotate(90deg); }.system-flow article { min-height: 350px; }.system-flow article.system-focus { transform: none; }
    .data-strip { grid-template-columns: auto 1fr; padding: 20px; }.data-strip .score { width: fit-content; }
    .package-grid { grid-template-columns: 1fr; gap: 14px; }.package-grid article + article { border-left: 1px solid var(--ink); }.package-grid .featured-package { margin: 20px 0 0; }.price-band { grid-template-columns: 1fr; gap: 24px; }
    .studio-footer { grid-template-columns: 1fr 1fr; }.studio-footer nav { grid-column: 1 / -1; grid-template-columns: repeat(2,max-content); }
}

@media (max-width: 660px) {
    .site-header { min-height: 62px; padding: 0 18px; }.studio-wordmark strong { font-size: 20px; }.studio-wordmark span { font-size: 8px; }.brand span { display: none; }.header-actions { gap: 5px; }.header-demo, .header-cta { padding: 9px 10px; font-size: 10px; }.header-demo { font-size: 0; }.header-demo::before { content: "데모 보기"; font-size: 10px; }.header-demo span { font-size: 10px; }
    .hero { padding: 72px 20px; gap: 48px; }.hero h1 { font-size: clamp(43px, 13vw, 64px); }.hero-title-line { white-space: normal; }.hero-lead { margin-top: 26px; font-size: 14px; }.hero-actions { display: grid; }.button { width: 100%; }
    .hero-machine { padding: 16px; }.hero-proof { grid-template-columns: 1fr; }.hero-proof p { min-height: 68px; padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }.hero-proof p + p { padding-left: 0; }
    .pain-section, .packages-section, .system-section, .roi-section, .preview-section, .care-section, .contact-section { padding: 86px 20px; }.pain-section, .system-section { padding-top: 70px; }
    h2 { font-size: clamp(37px, 11vw, 52px); }.kicker { margin-bottom: 20px; }.section-heading { display: block; }.section-heading h2 em { white-space: normal; }
    .pain-list { margin-top: 48px; }.pain-list article { grid-template-columns: 1fr; }.pain-list article > b { display: none; }.pain-list h3 { font-size: 22px; }
    .system-heading > p:last-child { margin-left: 0; }.system-flow { margin-top: 50px; }.system-flow article { min-height: 320px; }.system-icon { margin: 38px 0 26px; }.data-strip { display: none; }.system-demo-link { min-height: 82px; margin-top: 34px; padding: 18px; }.system-demo-link strong { font-size: 20px; }
    .roi-section { gap: 75px; }.roi-number { width: 76vw; }.roi-number strong { font-size: 44vw; }.roi-copy blockquote { padding-left: 18px; }
    .preview-section { grid-template-columns: 1fr; }.preview-copy { grid-column: auto; }.phone-mockup, .dashboard-mockup { justify-self: center; }.dashboard-mockup { width: calc(100vw - 40px); min-height: 410px; padding: 18px; }.dash-lead b { display: none; }
    .packages-section { padding-top: 68px; padding-bottom: 68px; }.package-grid { margin-top: 65px; }.package-grid article { min-height: 480px; padding: 24px; }.price-band { padding: 25px; }.price-band strong { font-size: 66px; }
    .care-section { padding-top: 68px; padding-bottom: 68px; gap: 48px; }.care-lead { margin-top: 24px; font-size: 14px; }.care-cost-compare { grid-template-columns: 1fr; gap: 0; }.care-cost-compare>div:not(.care-cost-arrow) { min-height: 128px; }.care-cost-arrow { height: 38px; transform: rotate(90deg); }.care-conclusion { margin-top: 26px; padding: 21px 0 0 18px; }.care-panel { padding: 26px 20px; }.care-includes { grid-template-columns: 1fr; }.care-includes li,.care-includes li + li { min-height: 92px; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.care-includes strong { margin-top: 0; }.care-annual { grid-template-columns: 1fr; gap: 16px; }
    .contact-form { padding: 22px; }.contact-copy h2 em { white-space: normal; }.contact-copy dl { margin-top: 45px; }.contact-copy dl > div { grid-template-columns: 1fr; gap: 10px; }.contact-copy dt { font-size: 20px; }
    .studio-footer { padding: 60px 20px 34px; grid-template-columns: 1fr; }.studio-footer nav { grid-column: 1; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }.js [data-reveal] { opacity: 1; transform: none; transition: none; }
}
