:root {
  --landing-bg: #071614;
  --landing-bg-soft: #0c211e;
  --landing-panel: rgba(16, 38, 34, .76);
  --landing-panel-solid: #102b27;
  --landing-line: rgba(204, 232, 220, .16);
  --landing-line-strong: rgba(204, 232, 220, .28);
  --landing-ink: #f0f7f2;
  --landing-muted: #9db5ad;
  --landing-accent: #8fe2c7;
  --landing-accent-strong: #4ac3a0;
  --landing-lilac: #b7b2ff;
  --landing-gold: #f2c984;
  --landing-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

html { overflow-x: hidden; scroll-behavior: smooth; background: var(--landing-bg); }
body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--landing-ink);
  background: var(--landing-bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Hiragino Sans", "Noto Sans KR", Arial, sans-serif;
  line-height: 1.55;
}
body::selection { background: rgba(143, 226, 199, .28); }
a { color: var(--landing-accent); }
.landing-wrap { width: min(1180px, calc(100% - 64px)); margin-left: auto; margin-right: auto; }

.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; background: linear-gradient(180deg, #071614 0%, #081a18 48%, #071614 100%); }
.ambient-orb { position: absolute; display: block; border-radius: 999px; filter: blur(2px); opacity: .52; animation: ambient-drift 16s ease-in-out infinite alternate; }
.orb-one { width: 520px; height: 520px; top: -190px; right: -100px; background: radial-gradient(circle, rgba(74, 195, 160, .3), transparent 68%); }
.orb-two { width: 650px; height: 650px; left: -260px; top: 47%; background: radial-gradient(circle, rgba(183, 178, 255, .17), transparent 70%); animation-delay: -5s; }
.ambient-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(143,226,199,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(143,226,199,.07) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 74%, transparent 100%); }
@keyframes ambient-drift { from { transform: translate3d(-2%, -1%, 0) scale(1); } to { transform: translate3d(3%, 4%, 0) scale(1.08); } }

.landing-header { position: sticky; top: 0; z-index: 30; width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(204,232,220,.1); background: rgba(7, 22, 20, .68); backdrop-filter: blur(22px) saturate(130%); }
.landing-header .wrap { width: min(1280px, calc(100% - 64px)); }
.landing-header .topbar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.landing-header .brand { color: var(--landing-ink); }
.brand-mark-wrap { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(143,226,199,.34); border-radius: 12px; background: linear-gradient(145deg, rgba(143,226,199,.16), rgba(183,178,255,.1)); box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.landing-header .mark { width: 26px; height: 26px; filter: drop-shadow(0 5px 9px rgba(112, 232, 197, .26)); }
.landing-header .brand-name { font-size: 20px; letter-spacing: -.035em; }
.landing-nav { display: flex; justify-content: center; gap: 28px; margin-top: 0; font-size: 13px; }
.landing-nav a { color: var(--landing-muted); transition: color .2s ease; }
.landing-nav a:hover, .landing-nav a:focus-visible { color: var(--landing-ink); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.landing-header .lang-picker { gap: 4px; }
.landing-header .lang-picker button { border-color: rgba(204,232,220,.16); color: var(--landing-muted); background: rgba(255,255,255,.04); font-size: 11px; padding: 5px 8px; }
.landing-header .lang-picker button:hover, .landing-header .lang-picker button[aria-pressed="true"] { border-color: rgba(143,226,199,.54); color: var(--landing-ink); background: rgba(143,226,199,.12); }
.header-download { display: inline-flex; align-items: center; border: 1px solid rgba(143,226,199,.44); border-radius: 999px; color: var(--landing-ink); background: rgba(143,226,199,.11); padding: 8px 14px; font-size: 12px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.header-download:hover, .header-download:focus-visible { color: var(--landing-ink); border-color: var(--landing-accent); background: rgba(143,226,199,.22); transform: translateY(-2px); }

.hero { position: relative; padding: clamp(82px, 11vw, 150px) 0 104px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(42px, 7vw, 104px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow-row { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-bottom: 24px; }
.landing-header .eyebrow, .eyebrow { margin: 0; color: var(--landing-accent); font-size: 11px; font-weight: 780; letter-spacing: .18em; }
.availability { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(204,232,220,.16); border-radius: 999px; color: var(--landing-muted); padding: 5px 10px; font-size: 11px; letter-spacing: .03em; }
.availability-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-accent); box-shadow: 0 0 0 4px rgba(143,226,199,.12), 0 0 15px rgba(143,226,199,.68); }
.hero h1 { max-width: 720px; margin: 0; color: var(--landing-ink); font-size: clamp(52px, 7.2vw, 94px); font-weight: 760; line-height: .98; letter-spacing: -.075em; }
.hero h1 span, .section-heading h2 span, .privacy-copy h2 span, .final-cta h2 span { color: transparent; background: linear-gradient(110deg, var(--landing-accent) 5%, #d2f1dd 47%, var(--landing-lilac) 100%); background-clip: text; -webkit-background-clip: text; }
.lede { max-width: 610px; margin: 28px 0 0; color: var(--landing-muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; overflow: hidden; border-radius: 999px; padding: 13px 19px; font-size: 14px; font-weight: 760; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button::after { position: absolute; inset: 0 auto 0 -110%; width: 70%; content: ""; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transition: left .6s ease; }
.button:hover::after, .button:focus-visible::after { left: 145%; }
.button-primary { border: 1px solid rgba(143,226,199,.66); color: #061b17; background: linear-gradient(135deg, #a9efd2, #58cbaa); box-shadow: 0 13px 32px rgba(54, 188, 151, .21); }
.button-primary:hover, .button-primary:focus-visible { color: #061b17; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(54,188,151,.3); }
.button-ghost { border: 1px solid rgba(204,232,220,.23); color: var(--landing-ink); background: rgba(255,255,255,.04); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--landing-ink); border-color: rgba(143,226,199,.55); background: rgba(143,226,199,.1); transform: translateY(-3px); }
.button-arrow { font-size: 17px; line-height: 1; }
.apple-glyph { font-size: 17px; line-height: 1; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 30px; color: var(--landing-muted); font-size: 11px; }
.trust-row > span { display: inline-flex; align-items: center; gap: 6px; }
.trust-icon { display: inline-grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgba(143,226,199,.26); border-radius: 7px; color: var(--landing-accent); background: rgba(143,226,199,.09); font-size: 13px; font-style: normal; }

.hero-stage { position: relative; height: 585px; min-height: 480px; }
.stage-glow { position: absolute; width: 76%; height: 72%; top: 15%; left: 12%; border-radius: 50%; background: radial-gradient(ellipse, rgba(88, 203, 170, .25), transparent 68%); filter: blur(25px); animation: stage-breathe 5.5s ease-in-out infinite; }
.stage-ring { position: absolute; border: 1px solid rgba(143,226,199,.15); border-radius: 50%; transform: rotate(-17deg); }
.ring-large { width: 550px; height: 310px; top: 118px; left: -14px; box-shadow: 0 0 80px rgba(74,195,160,.1); }
.ring-small { width: 400px; height: 225px; top: 161px; left: 74px; border-color: rgba(183,178,255,.16); transform: rotate(28deg); }
@keyframes stage-breathe { 0%, 100% { opacity: .62; transform: scale(.95); } 50% { opacity: 1; transform: scale(1.08); } }
.phone { position: absolute; width: 270px; height: 548px; padding: 7px; border: 1px solid rgba(220, 246, 235, .43); border-radius: 40px; background: linear-gradient(145deg, #1f413b, #071714 62%, #122f2a); box-shadow: var(--landing-shadow), inset 0 0 0 1px rgba(0,0,0,.45), 0 0 0 8px rgba(6,18,16,.32); }
.phone::before { position: absolute; top: 10px; right: 21px; left: 21px; height: 25px; z-index: 3; content: ""; border-radius: 0 0 17px 17px; background: #071714; }
.phone-camera { position: absolute; top: 17px; left: calc(50% - 24px); z-index: 4; width: 48px; height: 10px; border-radius: 999px; background: #182c28; box-shadow: inset 0 1px 3px rgba(255,255,255,.08); }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 34px; background: #e9f0ee; }
.phone-screen::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(155deg, rgba(255,255,255,.1), transparent 35%, rgba(0,0,0,.12)); }
.phone-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-back { top: 30px; right: 38px; opacity: .7; transform: rotate(8deg) scale(.88); filter: saturate(.78); animation: phone-back-float 7s ease-in-out infinite; }
.phone-front { z-index: 2; top: 4px; left: 66px; transform: rotate(-7deg); animation: phone-float 6s ease-in-out infinite; }
@keyframes phone-float { 0%, 100% { transform: translateY(0) rotate(-7deg); } 50% { transform: translateY(-13px) rotate(-5.5deg); } }
@keyframes phone-back-float { 0%, 100% { transform: translateY(0) rotate(8deg) scale(.88); } 50% { transform: translateY(13px) rotate(10deg) scale(.88); } }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; min-width: 190px; border: 1px solid rgba(204,232,220,.22); border-radius: 15px; color: var(--landing-ink); background: rgba(11, 34, 30, .84); box-shadow: 0 18px 42px rgba(0,0,0,.3); padding: 10px 12px; backdrop-filter: blur(18px); animation: float-card 5s ease-in-out infinite; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 12px; }
.float-card small { margin-top: 2px; color: var(--landing-muted); font-size: 10px; }
.float-search { top: 112px; left: 3px; }
.float-share { right: -4px; bottom: 108px; animation-delay: -2.2s; }
.mini-icon { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: #071b17; background: var(--landing-accent); font-size: 18px; font-weight: 800; }
.pulse-dot { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: var(--landing-accent); box-shadow: 0 0 0 4px rgba(143,226,199,.12), 0 0 13px rgba(143,226,199,.68); }
@keyframes float-card { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.orbit-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--landing-accent); box-shadow: 0 0 0 6px rgba(143,226,199,.09), 0 0 24px rgba(143,226,199,.84); animation: orbit-pulse 2.8s ease-in-out infinite; }
.dot-a { top: 70px; right: 128px; }
.dot-b { right: 30px; bottom: 206px; animation-delay: -1s; background: var(--landing-lilac); box-shadow: 0 0 0 6px rgba(183,178,255,.1), 0 0 24px rgba(183,178,255,.78); }
.dot-c { bottom: 88px; left: 48px; animation-delay: -1.8s; background: var(--landing-gold); box-shadow: 0 0 0 6px rgba(242,201,132,.1), 0 0 24px rgba(242,201,132,.7); }
@keyframes orbit-pulse { 0%, 100% { transform: scale(.78); opacity: .68; } 50% { transform: scale(1.18); opacity: 1; } }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 18px; background: var(--landing-line); box-shadow: 0 20px 55px rgba(0,0,0,.14); }
.signal-strip > div { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 14px 20px; color: var(--landing-muted); background: rgba(16, 43, 39, .54); font-size: 12px; }
.signal-number { color: var(--landing-accent); font-variant-numeric: tabular-nums; font-size: 11px; font-weight: 800; letter-spacing: .12em; }

.section { padding-top: 150px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .62fr); align-items: end; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { max-width: 630px; margin: 13px 0 0; color: var(--landing-ink); font-size: clamp(34px, 5.2vw, 64px); line-height: 1.02; letter-spacing: -.065em; }
.section-heading > p { max-width: 370px; justify-self: end; margin: 0; color: var(--landing-muted); font-size: 15px; line-height: 1.65; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.pillar-card { position: relative; min-height: 555px; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 24px; padding: 25px; background: linear-gradient(160deg, rgba(19,48,43,.84), rgba(9,26,23,.86)); box-shadow: var(--landing-shadow); }
.pillar-card::before { position: absolute; width: 240px; height: 240px; right: -100px; bottom: -120px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(143,226,199,.15), transparent 68%); }
.pillar-search { background: linear-gradient(160deg, rgba(22,47,64,.88), rgba(10,27,29,.88)); }
.pillar-search::before { background: radial-gradient(circle, rgba(183,178,255,.18), transparent 68%); }
.pillar-share { background: linear-gradient(160deg, rgba(54,43,30,.88), rgba(30,27,20,.88)); }
.pillar-share::before { background: radial-gradient(circle, rgba(242,201,132,.2), transparent 68%); }
.pillar-top { display: flex; align-items: center; justify-content: space-between; color: var(--landing-muted); }
.pillar-index { color: var(--landing-accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.pillar-label { color: rgba(238,247,242,.58); font-size: 10px; font-weight: 780; letter-spacing: .16em; }
.pillar-copy { position: relative; z-index: 1; max-width: 320px; margin-top: 75px; }
.pillar-copy h3 { margin: 0 0 11px; color: var(--landing-ink); font-size: 28px; line-height: 1.08; letter-spacing: -.045em; }
.pillar-copy p { margin: 0; color: var(--landing-muted); font-size: 14px; line-height: 1.65; }
.pillar-meta { position: absolute; right: 25px; bottom: 23px; left: 25px; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--landing-line); padding-top: 14px; color: rgba(238,247,242,.58); font-size: 10px; }
.pillar-meta span:last-child { text-align: right; }

.lock-visual { position: absolute; right: 0; bottom: 75px; left: 0; height: 190px; }
.lock-halo { position: absolute; top: 11px; left: 50%; width: 190px; height: 130px; border: 1px solid rgba(143,226,199,.25); border-radius: 50%; transform: translateX(-50%) rotate(-16deg); box-shadow: 0 0 70px rgba(74,195,160,.18); }
.lock-halo::before, .lock-halo::after { position: absolute; content: ""; border: 1px solid rgba(143,226,199,.2); border-radius: 50%; }
.lock-halo::before { inset: 17px -26px; transform: rotate(33deg); }
.lock-halo::after { inset: -17px 22px; transform: rotate(62deg); }
.lock-shackle { position: absolute; top: 34px; left: 50%; width: 70px; height: 76px; border: 9px solid var(--landing-accent); border-bottom: 0; border-radius: 40px 40px 0 0; transform: translateX(-50%); filter: drop-shadow(0 0 16px rgba(143,226,199,.3)); }
.lock-body { position: absolute; top: 93px; left: 50%; display: grid; width: 126px; height: 86px; place-items: center; border: 1px solid rgba(143,226,199,.55); border-radius: 19px; background: linear-gradient(145deg, #70d4b4, #318e77); box-shadow: 0 18px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.28); transform: translateX(-50%); }
.lock-body span { color: #0a2b23; font-size: 31px; }
.lock-caption { position: absolute; right: 0; bottom: -8px; left: 0; color: rgba(238,247,242,.48); font-size: 10px; text-align: center; letter-spacing: .12em; text-transform: uppercase; }

.search-visual { position: absolute; right: 21px; bottom: 67px; left: 21px; height: 205px; overflow: hidden; border: 1px solid rgba(183,178,255,.26); border-radius: 18px; background: #0c1c20; box-shadow: 0 18px 40px rgba(0,0,0,.25); transform: rotate(2deg); }
.search-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 53% 23%; opacity: .93; }
.search-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(8,27,29,.04), rgba(8,27,29,.45)); }
.scan-line { position: absolute; right: 12%; left: 12%; top: 46%; z-index: 2; height: 2px; background: linear-gradient(90deg, transparent, var(--landing-accent), transparent); box-shadow: 0 0 16px var(--landing-accent); animation: scan 3.5s ease-in-out infinite; }
@keyframes scan { 0%, 100% { opacity: 0; transform: translateY(-72px); } 15%, 75% { opacity: 1; } 90% { opacity: 0; transform: translateY(72px); } }
.scan-chip { position: absolute; right: 12px; bottom: 12px; z-index: 3; border: 1px solid rgba(143,226,199,.38); border-radius: 999px; color: var(--landing-accent); background: rgba(7,22,20,.68); padding: 5px 8px; font-size: 8px; font-weight: 800; letter-spacing: .12em; }

.share-visual { position: absolute; right: 0; bottom: 79px; left: 0; height: 178px; perspective: 500px; }
.share-card { position: absolute; top: 21px; left: 50%; display: flex; flex-direction: column; align-items: flex-start; width: 182px; height: 124px; border: 1px solid rgba(242,201,132,.6); border-radius: 18px; padding: 17px 18px; background: linear-gradient(140deg, #e6c88d, #9d7541); box-shadow: 0 23px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.35); transform: translateX(-50%) rotate(-7deg); }
.share-card-top { color: rgba(36,27,17,.65); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.share-card strong { margin-top: 28px; color: #2d2419; font-size: 24px; letter-spacing: -.05em; }
.share-check { position: absolute; right: 14px; bottom: 13px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #17362d; background: #a7e8ca; font-size: 17px; font-weight: 900; }
.share-spark { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--landing-gold); box-shadow: 0 0 15px rgba(242,201,132,.7); animation: spark 3.2s ease-in-out infinite; }
.spark-one { top: 36px; left: 26%; }
.spark-two { right: 24%; bottom: 21px; width: 5px; height: 5px; animation-delay: -1.7s; }
@keyframes spark { 0%, 100% { opacity: .15; transform: translate(0, 6px) scale(.7); } 50% { opacity: 1; transform: translate(14px, -13px) scale(1.2); } }

.demo-section { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); align-items: center; gap: clamp(40px, 8vw, 120px); padding-top: 170px; }
.demo-copy h2 { margin: 13px 0 20px; color: var(--landing-ink); font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.065em; }
.demo-copy > p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--landing-muted); font-size: 15px; line-height: 1.7; }
.demo-note { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: rgba(238,247,242,.72); font-size: 12px; }
.note-check { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(143,226,199,.38); border-radius: 7px; color: #071b17; background: var(--landing-accent); font-weight: 850; }
.panel { border: 1px solid var(--landing-line); border-radius: 24px; background: linear-gradient(145deg, rgba(21,53,47,.83), rgba(7,23,20,.78)); box-shadow: var(--landing-shadow), inset 0 1px 0 rgba(255,255,255,.035); }
.ocr-demo { position: relative; overflow: hidden; padding: 25px; }
.ocr-demo::before { position: absolute; top: -170px; right: -90px; width: 340px; height: 340px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(183,178,255,.18), transparent 70%); pointer-events: none; }
.panel-top, .panel-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(238,247,242,.73); font-size: 12px; }
.encrypted-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--landing-accent); font-size: 10px; }
.mini-lock { display: inline-grid; width: 18px; height: 18px; place-items: center; border: 1px solid rgba(143,226,199,.34); border-radius: 6px; background: rgba(143,226,199,.11); font-size: 10px; }
.search-field { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; height: 57px; margin-top: 22px; border: 1px solid rgba(204,232,220,.18); border-radius: 15px; color: var(--landing-accent); background: rgba(3, 17, 15, .5); padding: 0 15px; box-shadow: inset 0 1px 12px rgba(0,0,0,.14); }
.search-field > span { font-size: 24px; line-height: 1; }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--landing-ink); background: transparent; font: inherit; font-size: 16px; }
.search-field input::placeholder { color: rgba(157,181,173,.5); }
.search-field kbd { border: 1px solid rgba(204,232,220,.17); border-radius: 6px; color: rgba(238,247,242,.45); padding: 3px 6px; font-size: 9px; }
.result-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin-top: 16px; }
.result-card { overflow: hidden; border: 1px solid rgba(204,232,220,.14); border-radius: 15px; background: rgba(255,255,255,.055); transition: transform .25s ease, border-color .25s ease, opacity .25s ease; }
.result-card:hover { border-color: rgba(143,226,199,.42); transform: translateY(-4px); }
.result-card.is-hidden { display: none; }
.result-art { height: 122px; background-size: cover; background-position: center; }
.art-sea { background: linear-gradient(150deg, rgba(219,238,235,.08), rgba(6,32,42,.15)), url("media/ocr-search.jpg") 49% 32% / cover; }
.art-ticket { background: linear-gradient(145deg, rgba(242,201,132,.28), rgba(56,42,28,.4)), url("media/photo-wall.jpg") 25% 40% / cover; }
.art-note { background: linear-gradient(145deg, rgba(183,178,255,.25), rgba(20,31,32,.34)), url("media/safe-share-clean.jpg") 68% 37% / cover; }
.result-card > div:last-child { padding: 11px 12px 13px; }
.result-card strong, .result-card small { display: block; }
.result-card strong { overflow: hidden; color: var(--landing-ink); font-size: 11px; font-weight: 680; text-overflow: ellipsis; white-space: nowrap; }
.result-card small { margin-top: 4px; color: var(--landing-muted); font-size: 9px; }
.panel-foot { margin-top: 17px; color: rgba(157,181,173,.7); font-size: 10px; }
.result-count { color: var(--landing-accent); font-weight: 760; }

.share-section { padding-top: 170px; }
.compare-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); align-items: center; gap: 34px; }
.compare-shell { padding: 15px; }
.compare-viewport { position: relative; height: 450px; overflow: hidden; border-radius: 17px; background: #182927; --split: 52%; }
.compare-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.compare-before-clip { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.compare-divider { position: absolute; top: 0; bottom: 0; left: var(--split); width: 2px; background: rgba(245,252,247,.9); box-shadow: 0 0 18px rgba(0,0,0,.25); transform: translateX(-1px); }
.compare-divider span { position: absolute; top: 50%; left: 50%; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #0a211c; background: #f1f7f2; font-size: 17px; font-weight: 800; transform: translate(-50%, -50%); }
.compare-tag { position: absolute; bottom: 14px; z-index: 2; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(7,22,20,.6); padding: 6px 10px; font-size: 9px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(8px); }
.tag-before { left: 14px; }
.tag-after { right: 14px; color: #071b17; background: var(--landing-accent); border-color: transparent; }
.range-wrap { display: flex; align-items: center; gap: 13px; margin: 17px 4px 0; color: var(--landing-muted); font-size: 11px; }
.range-wrap span { white-space: nowrap; }
.range-wrap input { width: 100%; accent-color: var(--landing-accent); cursor: ew-resize; }
.compare-foot { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 4px 0; color: rgba(157,181,173,.7); font-size: 10px; }
.compare-foot span:first-child { color: var(--landing-accent); font-weight: 800; letter-spacing: .1em; }
.share-steps { display: grid; gap: 17px; }
.share-steps article { position: relative; border-top: 1px solid var(--landing-line); padding: 18px 0 0 47px; }
.share-steps article:first-child { border-top: 0; padding-top: 0; }
.step-number { position: absolute; top: 18px; left: 0; color: var(--landing-gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.share-steps article:first-child .step-number { top: 0; }
.share-steps h3 { margin: 0 0 5px; color: var(--landing-ink); font-size: 19px; letter-spacing: -.03em; }
.share-steps p { margin: 0; color: var(--landing-muted); font-size: 13px; line-height: 1.62; }

.privacy-section { position: relative; overflow: hidden; margin-top: 170px; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); background: linear-gradient(110deg, rgba(11,37,32,.97), rgba(11,27,25,.96)); }
.privacy-section::before { position: absolute; width: 720px; height: 720px; top: -230px; right: -180px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(74,195,160,.16), transparent 68%); pointer-events: none; }
.privacy-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(42px, 8vw, 120px); padding-top: 140px; padding-bottom: 140px; }
.privacy-copy h2 { max-width: 570px; margin: 14px 0 23px; color: var(--landing-ink); font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: -.065em; }
.privacy-copy > p:not(.eyebrow) { max-width: 480px; margin: 0; color: var(--landing-muted); font-size: 15px; line-height: 1.68; }
.privacy-list { display: grid; gap: 16px; margin-top: 31px; }
.privacy-list > div { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: start; }
.privacy-list > div > span { color: var(--landing-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.privacy-list p { margin: 0; }
.privacy-list strong, .privacy-list small { display: block; }
.privacy-list strong { color: var(--landing-ink); font-size: 13px; }
.privacy-list small { margin-top: 2px; color: var(--landing-muted); font-size: 11px; }
.flow-card { position: relative; overflow: hidden; padding: 26px; }
.flow-card::before { position: absolute; width: 330px; height: 330px; top: -150px; left: -130px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(143,226,199,.13), transparent 70%); }
.flow-header { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: rgba(238,247,242,.75); font-size: 12px; }
.flow-live { display: inline-flex; align-items: center; gap: 7px; color: var(--landing-accent); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.flow-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-accent); box-shadow: 0 0 12px var(--landing-accent); animation: orbit-pulse 2s ease-in-out infinite; }
.flow-map { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr; align-items: center; gap: 0; margin-top: 52px; }
.flow-node { position: relative; min-height: 132px; border: 1px solid rgba(204,232,220,.17); border-radius: 16px; padding: 15px 13px; background: rgba(255,255,255,.045); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.flow-node:hover { border-color: rgba(143,226,199,.44); background: rgba(143,226,199,.08); transform: translateY(-5px); }
.node-icon { display: grid; width: 31px; height: 31px; place-items: center; margin-bottom: 17px; border: 1px solid rgba(143,226,199,.32); border-radius: 9px; color: var(--landing-accent); background: rgba(143,226,199,.09); font-size: 17px; }
.flow-node strong, .flow-node small { display: block; }
.flow-node strong { color: var(--landing-ink); font-size: 11px; }
.flow-node small { margin-top: 5px; color: var(--landing-muted); font-size: 9px; line-height: 1.4; }
.flow-connector { position: relative; height: 2px; background: rgba(143,226,199,.2); }
.flow-connector::after { position: absolute; top: -3px; right: -1px; content: ""; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid rgba(143,226,199,.5); }
.flow-connector span { position: absolute; top: -2px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--landing-accent); box-shadow: 0 0 12px var(--landing-accent); animation: travel 2.8s linear infinite; }
.flow-connector:nth-of-type(2) span { animation-delay: .7s; }
.flow-connector:nth-of-type(3) span { animation-delay: 1.4s; }
@keyframes travel { from { left: 0; opacity: 0; } 15% { opacity: 1; } 80% { opacity: 1; } to { left: calc(100% - 6px); opacity: 0; } }
.flow-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 22px; border-top: 1px solid var(--landing-line); padding-top: 15px; color: var(--landing-muted); font-size: 10px; }
.flow-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--landing-accent); box-shadow: 0 0 0 5px rgba(143,226,199,.1), 0 0 16px rgba(143,226,199,.72); }

.supporting-section { padding-top: 150px; }
.support-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.support-card { min-height: 205px; border: 1px solid var(--landing-line); border-radius: 18px; padding: 21px; background: rgba(16,43,39,.52); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.support-card:hover { border-color: rgba(143,226,199,.35); background: rgba(16,43,39,.8); transform: translateY(-5px); }
.support-icon { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid rgba(143,226,199,.3); border-radius: 10px; color: var(--landing-accent); background: rgba(143,226,199,.09); font-size: 18px; }
.support-card h3 { margin: 29px 0 7px; color: var(--landing-ink); font-size: 17px; letter-spacing: -.035em; }
.support-card p { margin: 0; color: var(--landing-muted); font-size: 12px; line-height: 1.6; }

.faq-section { padding-top: 150px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; border-top: 1px solid var(--landing-line); }
.faq-grid details { border-bottom: 1px solid var(--landing-line); }
.faq-grid summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; padding: 22px 28px 22px 0; color: var(--landing-ink); font-size: 14px; font-weight: 700; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { position: absolute; right: 0; content: "+"; color: var(--landing-accent); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.faq-grid details[open] summary::after { transform: rotate(45deg); }
.faq-grid details p { max-width: 500px; margin: -4px 0 20px; color: var(--landing-muted); font-size: 12px; line-height: 1.7; }

.final-cta { padding-top: 150px; padding-bottom: 100px; }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; border: 1px solid rgba(143,226,199,.35); border-radius: 25px; padding: clamp(32px, 6vw, 68px); background: radial-gradient(circle at 84% 20%, rgba(183,178,255,.28), transparent 32%), linear-gradient(120deg, #1b594b, #11342f 56%, #20214a); box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.final-cta-inner::before, .final-cta-inner::after { position: absolute; content: ""; border: 1px solid rgba(240,247,242,.14); border-radius: 50%; pointer-events: none; }
.final-cta-inner::before { width: 440px; height: 230px; top: -120px; right: -70px; transform: rotate(-14deg); }
.final-cta-inner::after { width: 330px; height: 180px; right: 42px; bottom: -105px; transform: rotate(28deg); }
.final-cta h2 { position: relative; z-index: 1; margin: 12px 0 16px; color: var(--landing-ink); font-size: clamp(34px, 5vw, 62px); line-height: 1; letter-spacing: -.065em; }
.final-cta p:not(.eyebrow) { position: relative; z-index: 1; max-width: 430px; margin: 0; color: rgba(240,247,242,.7); font-size: 14px; }
.button-light { position: relative; z-index: 1; flex: 0 0 auto; color: #0a261f; background: #f0f7f2; box-shadow: 0 15px 32px rgba(0,0,0,.2); }
.button-light:hover, .button-light:focus-visible { color: #0a261f; background: #fff; transform: translateY(-3px); box-shadow: 0 20px 38px rgba(0,0,0,.28); }

.landing-footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 20px; border-top: 1px solid var(--landing-line); padding-top: 23px; padding-bottom: 38px; color: var(--landing-muted); font-size: 11px; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--landing-ink); font-size: 14px; font-weight: 760; }
.footer-brand .mark { width: 24px; height: 24px; }
.landing-footer p { margin: 0; color: rgba(157,181,173,.75); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; }
.footer-links a { color: var(--landing-muted); text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--landing-accent); }
.landing-footer small { color: rgba(157,181,173,.52); font-size: 10px; white-space: nowrap; }

.reveal { opacity: 1; transform: none; }
body.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.22,.8,.28,1), transform .75s cubic-bezier(.22,.8,.28,1); }
body.has-js .reveal.is-visible { opacity: 1; transform: none; }
body.has-js .reveal-delay-1 { transition-delay: .12s; }
body.has-js .reveal-delay-2 { transition-delay: .22s; }
body.has-js .reveal-delay-3 { transition-delay: .32s; }
:focus-visible { outline: 2px solid var(--landing-accent); outline-offset: 4px; }

@media (max-width: 1060px) {
  .landing-header .topbar { gap: 20px; }
  .landing-nav { gap: 16px; }
  .hero-grid { gap: 35px; }
  .hero-stage { transform: scale(.9); transform-origin: center right; margin-right: -35px; }
  .pillar-copy { margin-top: 53px; }
  .flow-map { grid-template-columns: 1fr 18px 1fr 18px 1fr 18px 1fr; }
  .flow-node { padding-right: 10px; padding-left: 10px; }
}
@media (max-width: 860px) {
  .landing-wrap, .landing-header .wrap { width: min(100% - 40px, 680px); }
  .landing-header .topbar { grid-template-columns: auto 1fr auto; }
  .landing-nav { display: none; }
  .header-actions { justify-content: flex-end; }
  .landing-header .lang-picker button:nth-child(n+3) { display: none; }
  .hero { padding-top: 78px; }
  .hero-grid, .demo-section, .privacy-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .hero-stage { width: min(100%, 600px); margin: 15px auto 0; transform: scale(.9); transform-origin: top center; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > p { justify-self: start; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 465px; }
  .pillar-copy { margin-top: 70px; }
  .lock-visual, .share-visual { bottom: 73px; }
  .search-visual { height: 190px; }
  .demo-section { gap: 42px; }
  .demo-copy { max-width: 570px; }
  .compare-layout { grid-template-columns: 1fr; }
  .share-steps { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .share-steps article { padding-top: 15px; padding-left: 0; }
  .share-steps article:first-child { padding-top: 15px; }
  .step-number, .share-steps article:first-child .step-number { position: static; display: block; margin-bottom: 16px; }
  .flow-map { grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .landing-footer { grid-template-columns: 1fr auto; }
  .landing-footer p { grid-column: 1 / -1; grid-row: 2; }
  .footer-links { grid-column: 1 / -1; grid-row: 3; justify-content: flex-start; }
  .landing-footer small { grid-column: 2; grid-row: 1; }
}
@media (max-width: 560px) {
  .landing-wrap, .landing-header .wrap { width: calc(100% - 32px); }
  .landing-header { padding: 12px 0; }
  .landing-header .brand-name { font-size: 18px; }
  .landing-header .lang-picker { display: none; }
  .header-download { padding: 7px 11px; font-size: 11px; }
  .hero { padding-top: 64px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .lede { margin-top: 22px; font-size: 16px; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .cta-row .button { width: 100%; }
  .trust-row { gap: 8px 12px; font-size: 10px; }
  .hero-stage { height: 500px; min-height: 430px; margin-top: -4px; transform: scale(.73); transform-origin: top center; width: 137%; margin-left: -18.5%; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip > div { min-height: 56px; }
  .section, .supporting-section, .faq-section, .final-cta { padding-top: 104px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .demo-copy h2, .privacy-copy h2 { font-size: clamp(36px, 12vw, 53px); }
  .pillar-card { min-height: 450px; padding: 21px; }
  .pillar-copy { margin-top: 60px; }
  .pillar-copy h3 { font-size: 25px; }
  .pillar-meta { right: 21px; bottom: 19px; left: 21px; }
  .demo-section { padding-top: 110px; }
  .ocr-demo { padding: 17px; border-radius: 19px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-card { display: grid; grid-template-columns: 92px 1fr; }
  .result-art { height: 92px; }
  .compare-shell { padding: 9px; border-radius: 20px; }
  .compare-viewport { height: 340px; border-radius: 14px; }
  .compare-foot { font-size: 9px; }
  .share-steps { grid-template-columns: 1fr; gap: 0; }
  .share-steps article, .share-steps article:first-child { border-top: 1px solid var(--landing-line); padding: 16px 0 16px 44px; }
  .step-number, .share-steps article:first-child .step-number { position: absolute; top: 16px; left: 0; display: block; margin: 0; }
  .privacy-section { margin-top: 110px; }
  .privacy-grid { padding-top: 100px; padding-bottom: 100px; }
  .flow-card { padding: 18px; border-radius: 20px; }
  .flow-map { grid-template-columns: 1fr; gap: 9px; margin-top: 33px; }
  .flow-node { min-height: 0; padding: 13px; }
  .node-icon { float: left; margin-right: 11px; margin-bottom: 0; }
  .flow-node strong { padding-top: 4px; }
  .flow-node small { clear: both; padding-top: 6px; }
  .flow-connector { width: 2px; height: 21px; margin-left: 15px; }
  .flow-connector::after { top: auto; right: auto; bottom: -1px; left: -3px; border-top: 6px solid rgba(143,226,199,.5); border-right: 4px solid transparent; border-left: 4px solid transparent; }
  .flow-connector span { top: 0; left: -2px; animation-name: travel-vertical; }
  @keyframes travel-vertical { from { top: 0; opacity: 0; } 15% { opacity: 1; } 80% { opacity: 1; } to { top: calc(100% - 6px); opacity: 0; } }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 0; }
  .faq-grid summary { font-size: 13px; }
  .final-cta-inner { padding: 31px 23px; }
  .final-cta .button { width: 100%; }
  .landing-footer { grid-template-columns: 1fr; gap: 14px; }
  .landing-footer p, .footer-links, .landing-footer small { grid-column: auto; grid-row: auto; }
  .footer-links { gap: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
