:root {
  --orange: #ff6f0f;
  --orange-soft: #fff0e6;
  --ink: #142218;
  --leaf: #eaf2eb;
  --surface: #ffffff;
  --line: #dce5dd;
  --muted: #607066;
  --page: #f4f7f4;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(25, 48, 32, .1);
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--page); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, .button, .header-cta { min-height: 44px; }
button { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
*:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 16px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 14px; width: min(1240px, calc(100% - 28px)); height: 68px; margin: 14px auto 0; padding: 0 18px 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid rgba(220, 229, 221, .9); border-radius: 18px; background: rgba(255, 255, 255, .9); box-shadow: 0 8px 34px rgba(24, 48, 31, .08); backdrop-filter: blur(18px); }
.brand { width: max-content; font-size: 23px; font-weight: 900; letter-spacing: -1.2px; }
.brand span { color: var(--orange); }
.desktop-nav { display: flex; gap: 28px; font-size: 13px; font-weight: 700; color: #536157; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; transform: scaleX(0); background: var(--orange); transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 0 17px; border-radius: 12px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--orange); }
.menu-button { display: none; justify-self: end; width: 46px; border: 0; border-radius: 12px; background: var(--ink); }
.menu-button > span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 45; top: 92px; right: 14px; left: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 14px; border-radius: 10px; font-weight: 800; }
.mobile-nav a:hover { background: var(--leaf); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; padding-top: 24px; }
.hero-copy, .hero-visual { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.hero-copy { position: relative; padding: 56px 50px 40px; overflow: hidden; }
.hero-copy::after { content: "KOREA"; position: absolute; right: -18px; bottom: -32px; color: rgba(234, 242, 235, .7); font: 900 110px/1 var(--serif); letter-spacing: -8px; pointer-events: none; }
.eyebrow { width: max-content; display: flex; align-items: center; gap: 8px; margin: 0; padding: 8px 12px; border-radius: 999px; background: var(--leaf); color: #56715e; font-size: 12px; font-weight: 700; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #35aa5b; box-shadow: 0 0 0 4px rgba(53, 170, 91, .12); }
.hero h1 { margin: 26px 0 18px; font: 700 clamp(48px, 5vw, 72px)/1.04 var(--serif); letter-spacing: -4px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border-radius: 13px; font-size: 14px; font-weight: 800; }
.button-primary { margin-top: 26px; background: var(--orange); color: #fff; box-shadow: 0 12px 24px rgba(255, 111, 15, .24); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(255, 111, 15, .3); }
.search-demo { position: relative; z-index: 1; min-height: 60px; margin-top: 36px; padding: 8px 8px 8px 18px; display: flex; align-items: center; gap: 12px; border: 2px solid var(--ink); border-radius: 17px; background: #fff; box-shadow: 0 12px 28px rgba(27, 53, 34, .1); }
.search-mark { width: 15px; height: 15px; flex: 0 0 auto; border: 2px solid var(--ink); border-radius: 50%; position: relative; }
.search-mark::after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; transform: rotate(45deg); background: var(--ink); }
.search-placeholder { flex: 1; color: #879189; font-size: 13px; }
.search-demo a { min-height: 42px; padding: 0 17px; display: grid; place-items: center; border-radius: 11px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; }
.quick-chips { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.quick-chips span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: #5e6b61; font-size: 11px; }
.hero-note { position: relative; z-index: 1; margin: 26px 0 0; color: #7b867e; font-size: 11px; }

.hero-visual { padding: 18px; display: grid; grid-template-rows: 1fr auto; gap: 12px; background: var(--leaf); }
.map-card { min-height: 490px; position: relative; overflow: hidden; border-radius: 20px; background: #dfeae1; }
.map-grid { position: absolute; inset: -20%; transform: rotate(-11deg); background-image: linear-gradient(90deg, transparent 47%, rgba(255,255,255,.85) 48%, rgba(255,255,255,.85) 52%, transparent 53%), linear-gradient(transparent 46%, rgba(255,255,255,.85) 47%, rgba(255,255,255,.85) 51%, transparent 52%); background-size: 90px 90px; }
.map-river { position: absolute; top: 34%; left: -10%; width: 120%; height: 75px; transform: rotate(-8deg); background: rgba(178, 211, 218, .75); }
.route-line { position: absolute; top: 19%; left: 26%; width: 47%; height: 53%; transform: rotate(-7deg); border-bottom: 6px solid var(--orange); border-left: 6px solid var(--orange); border-radius: 0 0 0 100px; box-shadow: -3px 3px 0 #fff; }
.route-line i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px var(--orange); }
.route-line i:first-child { top: -2px; left: -7px; }
.route-line i:last-child { right: -2px; bottom: -7px; }
.map-pin { position: absolute; width: 38px; height: 38px; transform: rotate(-45deg); border-radius: 50% 50% 50% 0; background: var(--orange); box-shadow: 0 8px 18px rgba(20, 34, 24, .18); }
.map-pin span { position: absolute; inset: 11px; border-radius: 50%; background: #fff; }
.pin-start { top: 14%; left: 22%; }
.pin-end { right: 19%; bottom: 19%; background: var(--ink); }
.route-summary { position: absolute; right: 18px; bottom: 18px; left: 18px; min-height: 82px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(220,229,221,.8); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(28, 51, 34, .18); }
.route-summary strong, .route-summary small { display: block; }
.route-summary strong { font-size: 14px; }
.route-summary small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 500; }
.route-summary > b { color: var(--orange); font-size: 29px; }
.route-summary > b small { display: inline; margin-left: 2px; color: var(--orange); }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.tool-grid > div { min-height: 89px; padding: 12px 6px; display: grid; place-items: center; align-content: center; border-radius: 15px; background: #fff; color: #526056; font-size: 10px; }
.tool-grid i { width: 35px; height: 35px; margin-bottom: 7px; display: grid; place-items: center; border-radius: 11px; background: var(--orange-soft); color: var(--orange); font-size: 17px; font-style: normal; font-weight: 900; }

.proof-bar { width: min(1160px, calc(100% - 64px)); margin: -1px auto 0; padding: 24px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.proof-bar > div { padding: 0 28px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); text-align: center; }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar strong { font-size: 14px; }
.proof-bar span { color: var(--muted); font-size: 11px; }

.features { padding-block: 112px 126px; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-kicker { margin: 0 0 13px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: 2.2px; }
.section-heading h2, .mini-copy h2 { margin: 0; font: 700 clamp(36px, 4.5vw, 58px)/1.08 var(--serif); letter-spacing: -2.8px; }
.section-heading > p:last-child, .mini-copy > p { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.feature-workspace { display: grid; grid-template-columns: 285px 1fr; gap: 14px; }
.feature-tabs { padding: 12px; display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.feature-tabs button { min-height: 68px; padding: 0 17px; display: flex; align-items: center; gap: 14px; border: 0; border-radius: 14px; background: transparent; color: #657168; text-align: left; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.feature-tabs button span { color: #9ba59e; font: 700 12px var(--serif); }
.feature-tabs button:hover { transform: translateX(3px); background: var(--leaf); }
.feature-tabs button.is-active { background: var(--ink); color: #fff; box-shadow: 0 12px 28px rgba(20, 34, 24, .16); }
.feature-tabs button.is-active span { color: #ffb27f; }
.feature-stage { overflow: hidden; border-radius: 22px; }
.feature-stage article { min-height: 550px; padding: 52px; display: grid; grid-template-columns: 1fr 350px; align-items: center; gap: 44px; background: var(--leaf); }
.feature-copy { max-width: 490px; }
.feature-number { display: block; margin-bottom: 18px; color: var(--orange); font: 700 17px var(--serif); }
.feature-copy h3 { margin: 0; font: 700 clamp(32px, 3.5vw, 48px)/1.1 var(--serif); letter-spacing: -2px; }
.feature-copy > p { color: var(--muted); line-height: 1.8; }
.feature-copy ul { margin: 24px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.feature-copy li { position: relative; padding-left: 22px; font-size: 13px; font-weight: 700; }
.feature-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.phone-demo { width: 310px; min-height: 445px; justify-self: center; padding: 18px 14px; border: 8px solid var(--ink); border-radius: 38px; background: #fff; box-shadow: 0 28px 55px rgba(25, 50, 32, .22); transform: rotate(2deg); }
.phone-demo::before { content: ""; display: block; width: 78px; height: 15px; margin: -18px auto 12px; border-radius: 0 0 11px 11px; background: var(--ink); }
.phone-top { margin: 4px 4px 14px; font-size: 13px; font-weight: 900; }
.demo-search { padding: 11px; border-radius: 10px; background: #f2f4f1; color: #7c877f; font-size: 10px; }
.demo-filter, .scene-chips { margin: 9px 0; display: flex; gap: 6px; }
.demo-filter span, .scene-chips span { padding: 6px 8px; border-radius: 8px; background: var(--orange-soft); color: var(--orange); font-size: 8px; font-weight: 800; }
.demo-map { height: 310px; position: relative; overflow: hidden; border-radius: 13px; background-color: #e2ece3; background-image: linear-gradient(45deg, transparent 47%, #fff 48%, #fff 51%, transparent 52%), linear-gradient(135deg, transparent 47%, #fff 48%, #fff 51%, transparent 52%); background-size: 86px 86px; }
.demo-map > i { position: absolute; width: 18px; height: 18px; border: 5px solid var(--orange); border-radius: 50%; background: #fff; }
.demo-map > i:nth-child(1) { top: 45px; left: 42px; }.demo-map > i:nth-child(2) { top: 90px; right: 50px; }.demo-map > i:nth-child(3) { top: 170px; left: 120px; }
.shop-result { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 12px; border-radius: 11px; background: #fff; box-shadow: 0 8px 20px #1a332230; }
.shop-result b, .shop-result small { display: block; font-size: 9px; }.shop-result small { margin-top: 4px; color: var(--muted); }
.route-choice { padding: 14px; border-radius: 13px; background: var(--orange-soft); }.route-choice b, .route-choice strong, .route-choice small { display: block; }.route-choice strong { margin-top: 5px; color: var(--orange); font-size: 24px; }.route-choice small { color: var(--muted); font-size: 9px; }
.route-step { position: relative; margin: 17px 6px 0; display: flex; gap: 12px; align-items: center; }.route-step:not(:last-child)::after { content: ""; position: absolute; top: 33px; bottom: -20px; left: 15px; width: 2px; background: var(--line); }.route-step i { width: 31px; height: 31px; z-index: 1; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; font-style: normal; font-weight: 900; }.route-step b, .route-step small { display: block; }.route-step b { font-size: 10px; }.route-step small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.language-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 10px; background: var(--leaf); font-size: 11px; }.language-row span { color: var(--orange); }
.translate-input { min-height: 76px; margin-top: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 11px; }.translate-result { min-height: 130px; margin-top: 10px; padding: 14px; border-radius: 12px; background: var(--ink); color: #fff; }.translate-result small, .translate-result strong { display: block; }.translate-result small { color: #b7c3ba; font-size: 8px; }.translate-result strong { margin-top: 12px; font-size: 14px; }.translate-result button { min-height: 32px; margin-top: 17px; padding: 0 10px; border: 0; border-radius: 8px; background: var(--orange); color: #fff; font-size: 8px; }
.note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.note-grid > div { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; }.note-grid span { display: block; height: 100px; background: linear-gradient(145deg, #f5b47d, #89ad96); }.note-grid > div:nth-child(2) span { background: linear-gradient(145deg, #ddb28a, #e2774f); }.note-grid > div:nth-child(3) span { background: linear-gradient(145deg, #86a5b2, #e7c38d); }.note-grid > div:nth-child(4) span { background: linear-gradient(145deg, #f2d5a8, #a7b884); }.note-grid b, .note-grid small { display: block; padding-inline: 8px; }.note-grid b { margin-top: 8px; font-size: 8px; }.note-grid small { padding-bottom: 9px; color: var(--muted); font-size: 7px; }

.journey { padding-block: 110px; background: var(--ink); color: #fff; }
.section-heading-light > p:last-child { color: #aebbb1; }
.journey-list { margin: 55px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.journey-list li { min-height: 260px; position: relative; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid #526157; border-right: 1px solid #39493e; }
.journey-list li:last-child { border-right: 0; }
.journey-list > li > span { color: #87958b; font: 700 12px var(--serif); }
.journey-list h3 { margin: 4px 0 8px; font: 700 27px var(--serif); }
.journey-list div > p:first-child { margin: 0; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: 1.6px; }
.journey-list div > p:last-child { margin: 0; color: #aebbb1; font-size: 11px; line-height: 1.7; }
.journey-list i { position: absolute; top: 18px; right: 22px; color: #536258; font-size: 30px; font-style: normal; font-weight: 900; }

.mini-program { min-height: 700px; padding-block: 105px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.mini-visual { min-height: 500px; position: relative; display: grid; place-items: center; border-radius: 50%; background: var(--leaf); }
.orbit { position: absolute; border: 1px solid #cbd8ce; border-radius: 50%; }.orbit-one { inset: 55px; }.orbit-two { inset: 100px; }
.mini-phone { position: absolute; width: 210px; height: 420px; padding: 9px; border: 7px solid var(--ink); border-radius: 34px; background: #fff; box-shadow: 0 28px 55px rgba(20,34,24,.2); }
.mini-phone-back { transform: translate(-82px, 18px) rotate(-10deg); }.mini-phone-front { transform: translate(74px, -10px) rotate(7deg); }
.mini-screen { height: 100%; padding: 22px 11px 12px; overflow: hidden; border-radius: 21px; background: #f6f8f5; font-size: 10px; }
.mini-screen > b { display: block; margin-bottom: 14px; }.mini-map { height: 260px; display: block; border-radius: 14px; background-color: #dae7dc; background-image: linear-gradient(45deg, transparent 47%, #fff 48%, #fff 52%, transparent 53%); background-size: 65px 65px; }.mini-card { height: 65px; display: block; margin: -45px 8px 0; position: relative; border-radius: 10px; background: #fff; box-shadow: 0 8px 20px #1a332225; }.mini-search { height: 34px; display: block; border-radius: 10px; background: #fff; border: 1px solid var(--line); }.mini-list { height: 120px; display: block; margin-top: 10px; border-radius: 12px; background: linear-gradient(145deg, #f0b27d, #89ae97); }.mini-list.short { height: 86px; background: linear-gradient(145deg, #e4c68b, #e37f58); }
.mini-copy > p { max-width: 510px; }
.qr-row { margin-top: 34px; display: flex; gap: 18px; align-items: center; }
.qr-placeholder { width: 150px; height: 150px; flex: 0 0 auto; padding: 16px; display: grid; place-items: center; align-content: center; border: 2px dashed #aebbb1; border-radius: 18px; background: repeating-linear-gradient(45deg, #fff, #fff 8px, #f1f5f1 8px, #f1f5f1 16px); text-align: center; }
.qr-placeholder span { font-weight: 900; }.qr-placeholder small { margin-top: 7px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.qr-row > div:last-child { display: flex; flex-direction: column; gap: 5px; }.qr-row strong { font-size: 17px; }.qr-row span { color: var(--muted); font-size: 12px; }.qr-row small { color: #8d9890; font-size: 9px; }
.trust-note { margin-bottom: 80px; padding: 20px 24px; display: flex; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.trust-note > span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--leaf); color: #56715e; font-family: var(--serif); font-weight: 900; }
.trust-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.trust-note strong { color: var(--ink); }

.site-footer { padding: 64px max(22px, calc((100vw - 1160px) / 2)) 22px; background: #0e1811; color: #fff; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding-bottom: 58px; }
.footer-brand { display: inline-block; margin-bottom: 16px; }.footer-main > div:first-child p { color: #93a097; font-size: 12px; line-height: 1.8; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-main strong { margin-bottom: 6px; font-size: 12px; }.footer-main a, .footer-main span { color: #93a097; font-size: 11px; }.footer-main a:hover { color: var(--orange); }.footer-main small { color: #5f6c63; font-size: 8px; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #28342b; color: #657168; font-size: 9px; }.footer-bottom a:hover { color: #fff; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.no-motion [data-reveal] { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; }
  .hero-visual { min-height: 600px; }
  .feature-workspace { grid-template-columns: 1fr; }
  .feature-tabs { flex-direction: row; overflow-x: auto; }
  .feature-tabs button { min-width: 180px; }
  .feature-stage article { grid-template-columns: 1fr 310px; padding: 38px; }
  .journey-list { grid-template-columns: 1fr 1fr; }
  .journey-list li:nth-child(2) { border-right: 0; }
  .mini-program { gap: 28px; }
  .mini-visual { transform: scale(.88); }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { display: none; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 28px, 1200px); }
  .site-header { top: 8px; width: calc(100% - 16px); height: 60px; margin-top: 8px; padding-inline: 16px 8px; }
  .brand { font-size: 20px; }
  .mobile-nav { top: 76px; right: 8px; left: 8px; }
  .hero { min-height: 0; gap: 12px; padding-top: 12px; }
  .hero-copy { min-height: 615px; padding: 34px 24px 30px; }
  .hero-copy::after { font-size: 75px; }
  .hero h1 { margin-top: 22px; font-size: clamp(44px, 14vw, 62px); letter-spacing: -3px; }
  .hero-lead { font-size: 15px; }
  .button-primary { width: 100%; }
  .search-demo { padding-left: 14px; }
  .search-placeholder { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .search-demo a { display: none; }
  .hero-note { margin-top: 20px; }
  .hero-visual { min-height: 490px; padding: 10px; }
  .map-card { min-height: 375px; }
  .tool-grid > div { min-height: 76px; }
  .proof-bar { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .proof-bar > div { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-bar > div:last-child { border-bottom: 0; }
  .features { padding-block: 82px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .mini-copy h2 { font-size: 39px; letter-spacing: -2px; }
  .feature-tabs { padding: 8px; }
  .feature-tabs button { min-width: 150px; min-height: 56px; padding-inline: 12px; font-size: 12px; }
  .feature-stage article { min-height: 750px; padding: 35px 22px; grid-template-columns: 1fr; align-content: start; gap: 34px; }
  .feature-copy h3 { font-size: 36px; }
  .phone-demo { width: 270px; min-height: 410px; transform: none; }
  .demo-map { height: 275px; }
  .journey { padding-block: 82px; }
  .journey-list { grid-template-columns: 1fr; }
  .journey-list li { min-height: 220px; border-right: 0; }
  .mini-program { padding-block: 82px; grid-template-columns: 1fr; }
  .mini-visual { min-height: 420px; transform: scale(.82); margin: -35px; }
  .mini-copy { margin-top: 25px; }
  .qr-row { align-items: flex-start; }
  .qr-placeholder { width: 130px; height: 130px; }
  .trust-note { margin-bottom: 48px; align-items: flex-start; }
  .site-footer { padding-top: 50px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 18px; flex-direction: column; }
}

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