:root {
  color-scheme: light;
  --bg: #f7f8fb;
  --surface: #ffffff;
  --surface-soft: #f1f3f8;
  --text: #182134;
  --muted: #61708a;
  --line: #dde3ee;
  --brand: #5b46e0;
  --brand-hover: #4a36cd;
  --brand-soft: #eeeaff;
  --accent: #1cc5bc;
  --ink: #202633;
  --shadow: 0 24px 70px rgba(34, 43, 70, .13);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(221,227,238,.78); background: rgba(247,248,251,.9); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.03em; font-size: 20px; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: 14px; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-select { min-height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: 0 12px; color: var(--text); }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 0 18px; font-weight: 780; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 28px rgba(91,70,224,.22); }
.btn-primary:hover { background: var(--brand-hover); }
.btn-secondary { background: var(--surface); border-color: var(--line); }
.btn-secondary:hover { border-color: #b9c3d4; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 50%; }
.hero { position: relative; overflow: hidden; padding: 86px 0 72px; }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -260px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(91,70,224,.20), rgba(91,70,224,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--brand); font-size: 13px; font-weight: 820; letter-spacing: .02em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(28,197,188,.12); }
h1 { margin: 0; max-width: 720px; font-size: clamp(42px, 5.3vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
.hero-copy { margin: 26px 0 0; max-width: 680px; color: var(--muted); font-size: clamp(17px, 1.8vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; color: var(--muted); font-size: 13px; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note span::before { content: "✓"; color: var(--brand); font-weight: 900; }
.hero-visual { position: relative; min-height: 620px; }
.visual-orbit { position: absolute; inset: 34px 20px 34px 70px; border-radius: 50%; background: linear-gradient(145deg, rgba(91,70,224,.16), rgba(28,197,188,.08)); filter: blur(1px); }
.phone { position: absolute; width: 265px; border: 10px solid #202633; border-radius: 40px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.phone img { width: 100%; height: auto; }
.phone-a { left: 52px; top: 44px; transform: rotate(-5deg); }
.phone-b { right: 18px; top: 120px; transform: rotate(5deg); }
.float-card { position: absolute; padding: 16px 18px; border: 1px solid rgba(221,227,238,.85); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 44px rgba(27,34,58,.12); backdrop-filter: blur(12px); }
.float-card strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.float-card small { color: var(--muted); }
.float-one { right: 76px; top: 52px; }
.float-two { left: 0; bottom: 86px; }
.float-three { right: 0; bottom: 26px; }
.proof-strip { padding: 20px 0 10px; }
.proof-card { display: grid; grid-template-columns: 1.1fr repeat(3, .7fr); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); overflow: hidden; }
.proof-lead, .proof-item { padding: 22px 24px; }
.proof-item { border-left: 1px solid var(--line); }
.proof-lead strong { display: block; font-size: 18px; }
.proof-lead span, .proof-item span { color: var(--muted); font-size: 13px; }
.proof-item strong { display: block; margin-top: 4px; font-size: 16px; }
.section { padding: 94px 0; }
.section-soft { background: var(--surface-soft); }
.section-head { max-width: 760px; margin-bottom: 44px; }
.kicker { color: var(--brand); font-weight: 820; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
h2 { margin: 10px 0 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-card { min-height: 248px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.value-index { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-soft); color: var(--brand); font-weight: 850; }
.value-card h3 { margin: 24px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.showcase-copy { display: grid; gap: 14px; }
.showcase-copy article { padding: 20px 22px; border: 1px solid transparent; border-radius: 18px; }
.showcase-copy article.active { background: var(--surface); border-color: var(--line); box-shadow: 0 14px 36px rgba(34,43,70,.08); }
.showcase-copy h3 { margin: 0 0 6px; font-size: 20px; }
.showcase-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.product-stage { position: relative; min-height: 600px; border-radius: var(--radius-xl); background: linear-gradient(145deg, #ece9ff, #f8f9fc 54%, #e9fbf9); overflow: hidden; border: 1px solid #e0e4ed; }
.product-stage::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -60px; bottom: -60px; background: rgba(28,197,188,.14); filter: blur(20px); }
.product-shot { position: absolute; width: 258px; border-radius: 34px; border: 9px solid #202633; overflow: hidden; box-shadow: 0 26px 70px rgba(34,43,70,.22); background: #fff; }
.product-shot.one { left: 56px; top: 60px; transform: rotate(-4deg); }
.product-shot.two { right: 48px; bottom: 48px; transform: rotate(4deg); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 250px; padding: 26px; display: flex; flex-direction: column; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--surface); }
.industry-icon { font-size: 28px; }
.industry-card h3 { margin: 22px 0 8px; font-size: 21px; }
.industry-card p { margin: 0; color: var(--muted); font-size: 14px; }
.status-pill { align-self: flex-start; margin-top: auto; padding: 7px 10px; border-radius: 999px; background: var(--surface-soft); color: var(--muted); font-size: 12px; font-weight: 760; }
.status-live { background: #e9f8f2; color: #17795a; }
.status-beta { background: var(--brand-soft); color: var(--brand); }
.global-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 36px; padding: 42px; border-radius: var(--radius-xl); background: #202633; color: #fff; overflow: hidden; }
.global-panel p { color: #c9d0df; }
.language-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.language-chips span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); font-size: 13px; }
.global-note { margin-top: 22px; padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.07); color: #d5dbea; font-size: 13px; }
.global-visual { min-height: 370px; display: grid; place-items: center; position: relative; }
.globe-card { width: min(100%, 420px); padding: 28px; border-radius: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.globe-card strong { display: block; font-size: 22px; }
.globe-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.globe-card li { display: flex; gap: 10px; color: #d8deea; }
.globe-card li::before { content: "→"; color: var(--accent); }
.device-row { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.device-copy ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.device-copy li { display: flex; gap: 10px; color: var(--muted); }
.device-copy li::before { content: "✓"; color: var(--brand); font-weight: 900; }
.device-stack { min-height: 390px; position: relative; }
.device { position: absolute; border: 8px solid #202633; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.device.phone-mini { width: 180px; right: 44px; top: 58px; border-radius: 30px; }
.device.tablet { width: 360px; left: 0; top: 0; border-radius: 26px; }
.device.tablet img { width: 100%; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.trust-card h3 { margin: 0 0 10px; font-size: 20px; }
.trust-card p { margin: 0; color: var(--muted); font-size: 14px; }
.beta-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; padding: 42px; border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--brand), #3627aa); color: #fff; }
.beta-cta h2 { margin-top: 0; }
.beta-cta p { color: #e2defd; }
.beta-cta .btn-secondary { justify-self: end; background: #fff; border-color: #fff; color: #2e2581; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); padding: 0 22px; }
.faq summary { cursor: pointer; min-height: 62px; display: flex; align-items: center; font-weight: 760; }
.faq p { margin: 0 0 20px; color: var(--muted); }
.site-footer { padding: 40px 0 50px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: start; }
.footer-meta { margin-top: 12px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 13px; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-button { display: inline-grid; place-items: center; }
  .nav.is-open .nav-links { position: absolute; left: 20px; right: 20px; top: 72px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
  .nav.is-open .nav-links a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-radius: 10px; }
  .nav.is-open .nav-links a:hover { background: var(--surface-soft); }
  .hero-grid, .showcase, .global-panel, .device-row, .beta-cta { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-visual { min-height: 560px; max-width: 650px; width: 100%; margin: 0 auto; }
  .proof-card { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-left: 1px solid var(--line); }
  .proof-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-item:nth-child(4) { border-top: 1px solid var(--line); }
  .proof-lead { grid-column: 1 / -1; }
  .value-grid, .industry-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .beta-cta .btn-secondary { justify-self: start; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { position: relative; }
  .nav { min-height: 64px; gap: 10px; }
  .nav-actions .btn { display: none; }
  .lang-select { margin-left: auto; }
  .hero { padding: 48px 0 54px; }
  h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-note { display: grid; gap: 8px; }
  .hero-visual { min-height: 480px; }
  .visual-orbit { inset: 30px 0 40px; }
  .phone { width: 210px; border-width: 8px; border-radius: 32px; }
  .phone-a { left: 4px; top: 42px; }
  .phone-b { right: 4px; top: 112px; }
  .float-card { padding: 12px 14px; border-radius: 15px; }
  .float-card strong { font-size: 18px; }
  .float-one { right: 26px; top: 16px; }
  .float-two { left: 2px; bottom: 18px; }
  .float-three { display: none; }
  .section { padding: 70px 0; }
  .section-head { margin-bottom: 30px; }
  .proof-card, .value-grid, .industry-grid { grid-template-columns: 1fr; }
  .proof-lead { grid-column: auto; }
  .proof-item, .proof-item:nth-child(2), .proof-item:nth-child(3), .proof-item:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .product-stage { min-height: 520px; }
  .product-shot { width: 205px; border-width: 8px; border-radius: 30px; }
  .product-shot.one { left: 14px; top: 38px; }
  .product-shot.two { right: 14px; bottom: 30px; }
  .global-panel, .beta-cta { padding: 28px 22px; border-radius: 24px; }
  .global-visual { min-height: auto; }
  .device-stack { min-height: 320px; }
  .device.tablet { width: 78%; }
  .device.phone-mini { width: 42%; right: 0; top: 58px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 45; display: grid; }
  .mobile-bar .btn { min-height: 52px; box-shadow: 0 16px 36px rgba(35,28,91,.28); }
  body { padding-bottom: 76px; }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid rgba(91, 70, 224, .42); outline-offset: 3px; }

/* Content stays readable even when JavaScript or observers are unavailable. */
.reveal, .reveal.is-visible { opacity: 1; transform: none; }

.device-showcase { min-height: 390px; display: grid; grid-template-columns: .72fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; align-items: stretch; }
.device-tile { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 180px; padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); box-shadow: 0 18px 50px rgba(34,43,70,.09); }
.device-tile::before { content: ""; position: absolute; inset: 18px 18px auto; height: 54%; border-radius: 16px; background: linear-gradient(145deg, var(--brand-soft), #f6f7fb); border: 1px solid #e3e5f3; }
.device-tile::after { content: ""; position: absolute; left: 34px; right: 34px; top: 38px; height: 8px; border-radius: 999px; background: var(--brand); box-shadow: 0 20px 0 #dfe3ee, 0 40px 0 #edf0f5; }
.device-tile span, .device-tile strong, .device-tile small { position: relative; z-index: 1; }
.device-tile span { color: var(--brand); font-size: 12px; font-weight: 820; text-transform: uppercase; letter-spacing: .04em; }
.device-tile strong { margin-top: 5px; font-size: 21px; }
.device-tile small { color: var(--muted); }
.device-phone { grid-row: 1 / span 2; border: 8px solid var(--ink); border-radius: 34px; }
.device-phone::before { top: 28px; height: 58%; }
.device-tablet::before { height: 45%; }
.device-desktop::before { left: 14px; right: 14px; top: 14px; height: 48%; border-radius: 10px; }
@media (max-width: 640px) {
  .device-showcase { min-height: 510px; grid-template-columns: .85fr 1.15fr; grid-template-rows: 1fr 1fr; }
  .device-tile { min-height: 220px; padding: 18px; }
  .device-tile strong { font-size: 17px; }
  .device-phone { grid-row: 1 / span 2; }
}

/* 2026-09-17 launch polish: real product proof, conversion form, locale typography */
html[lang="ko"] body { font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif; }
html[lang="en"] body { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
html[lang="ja"] body { font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", Meiryo, system-ui, sans-serif; }
html[lang="zh"] body { font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif; }
html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3,
html[lang="zh"] h1, html[lang="zh"] h2, html[lang="zh"] h3 { letter-spacing: -.02em; }
.hero-copy-wrap { position: relative; z-index: 2; }
.hero-visual { min-height: 0; }
.hero-screens { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: end; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg, #f0edff, #fff 50%, #eafbf9); }
.hero-screens.single-proof { grid-template-columns: minmax(0, 360px); justify-content: center; }
.screen-frame { margin: 0; min-width: 0; overflow: hidden; border: 6px solid var(--ink); border-radius: 28px; background: #fff; box-shadow: 0 24px 60px rgba(34,43,70,.16); }
.screen-frame img { width: 100%; height: auto; object-fit: contain; }
.screen-frame figcaption { padding: 10px 14px 12px; border-top: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 12px; font-weight: 700; }
.screen-primary { transform: none; }
.customer-screen { max-width: 360px; justify-self: center; }
.real-screen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.real-screen-grid .screen-frame { border-width: 5px; border-radius: 26px; }
.localized-proof { display: grid; justify-items: center; gap: 16px; }
.proof-note { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; text-align: center; }
.contact-section { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: start; }
.contact-intro { position: sticky; top: 110px; }
.contact-intro > p { color: var(--muted); font-size: 17px; }
.contact-promise { display: grid; gap: 8px; margin-top: 30px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface-soft); }
.contact-promise span { color: var(--muted); font-size: 14px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface); box-shadow: 0 18px 50px rgba(34,43,70,.08); }
.contact-form label { display: grid; gap: 8px; color: var(--text); font-size: 13px; font-weight: 760; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfd7e5; border-radius: 12px; background: #fff; color: var(--text); font: inherit; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); outline: 3px solid rgba(91,70,224,.12); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-weight: 500; color: var(--muted); }
.contact-form .consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-status { margin: 0; color: #b42318; font-size: 13px; }
.form-status.success { color: #17795a; }
.seo-hero { padding: 86px 0 56px; }
.seo-hero-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 58px; align-items: center; }
.seo-hero h1 { margin-top: 18px; }
.seo-hero p { max-width: 680px; color: var(--muted); font-size: 18px; }
.breadcrumb { color: var(--brand); font-size: 13px; font-weight: 800; }
.seo-proof { max-width: 330px; justify-self: center; }
.seo-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.seo-benefit { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.seo-benefit span { color: var(--brand); font-size: 12px; font-weight: 850; }
.seo-benefit h2 { margin-top: 22px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .contact-layout, .seo-hero-grid { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .seo-benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: clamp(36px, 10.5vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
  .hero { padding: 38px 0 44px; }
  .hero-grid { gap: 34px; }
  .hero-screens { gap: 10px; padding: 14px; border-radius: 22px; }
  .hero-screens.single-proof { grid-template-columns: minmax(0, 290px); }
  .screen-frame { border-width: 4px; border-radius: 22px; }
  .screen-frame figcaption { padding: 8px 10px 9px; font-size: 11px; }
  .real-screen-grid { gap: 10px; }
  .real-screen-grid .screen-frame { border-width: 4px; border-radius: 20px; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 26px; }
  .value-card, .industry-card { min-height: 0; }
  .contact-form { grid-template-columns: 1fr; gap: 15px; padding: 20px; border-radius: 22px; }
  .contact-form .full { grid-column: auto; }
  .contact-promise { margin-top: 22px; }
  .form-actions { align-items: stretch; }
  .form-actions .btn { width: 100%; }
  .seo-hero { padding: 46px 0 36px; }
  .seo-hero-grid { gap: 32px; }
  .seo-hero p { font-size: 16px; }
  .seo-benefits { grid-template-columns: 1fr; }
  .seo-benefit { min-height: 0; }
  .seo-proof { max-width: 280px; }
  .proof-strip { padding-top: 4px; }
}
@media (max-width: 980px) { .hero-visual { min-height: 0; } }
@media (max-width: 640px) { .hero-visual { min-height: 0; } }
