:root {
  --ink: #05060a;
  --ink-soft: #0a0d18;
  --panel: #0d1120;
  --line: rgba(150, 166, 214, 0.32);
  --text: #f5f7ff;
  --muted: #a8b0ca;
  --blue: #3c7cff;
  --violet: #7759ff;
  --glow: rgba(60, 124, 255, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Noto Sans KR", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: rgba(119, 89, 255, 0.7); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  padding: 12px 18px; background: white; color: #05060a; border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%);
  width: min(1440px, calc(100% - 64px)); height: 112px;
  display: grid; grid-template-columns: 1fr auto auto auto; gap: 26px; align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 22px; font-weight: 720; letter-spacing: -0.04em; width: max-content; }
.brand-symbol { position: relative; width: 54px; height: 58px; flex: 0 0 auto; overflow: hidden; filter: drop-shadow(0 0 12px rgba(54, 107, 255, .34)); }
.brand-symbol img { position: absolute; top: -1px; left: 50%; width: 88px; max-width: none; height: auto; transform: translateX(-50%); }
.brand-word > span { color: #6d78ff; margin-left: .14em; }
.site-header > nav:not(.language-switch) { display: flex; gap: 50px; }
.site-header > nav:not(.language-switch) a { color: #c0c7dc; font-size: 17px; font-weight: 600; transition: color .25s; }
.site-header > nav:not(.language-switch) a:hover, .site-header > nav:not(.language-switch) a:focus-visible { color: white; }
.language-switch { display: flex; align-items: center; gap: 7px; color: #7883a6; font: 700 12px/1 "Consolas", monospace; letter-spacing: .08em; }
.language-switch a { padding: 7px 0; color: #9fa8c4; transition: color .2s; }
.language-switch a:hover, .language-switch a:focus-visible, .language-switch a[aria-current="page"] { color: #fff; }
.header-cta { justify-self: end; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(94, 120, 255, .7); background: transparent; color: inherit; font: inherit; font-size: 17px; font-weight: 650; cursor: pointer; }
.header-cta span { margin-left: 10px; color: #9f91ff; }
html[lang="en"] body { font-family: Arial, "Helvetica Neue", sans-serif; }
html[lang="en"] .hero h1 { max-width: 650px; font-size: clamp(40px, 3vw, 54px); letter-spacing: -.05em; }
html[lang="en"] .hero h1 > span, html[lang="en"] .hero h1 strong { white-space: normal; }
html[lang="en"] .section h2, html[lang="en"] .workflow-section h2, html[lang="en"] .control-section h2, html[lang="en"] .contact-section h2, html[lang="en"] .demo-hero h1 { letter-spacing: -.045em; }
html[lang="en"] .hero-lede, html[lang="en"] .section-heading > p:last-child { word-break: normal; }

.hero {
  position: relative; min-height: 0; overflow: hidden;
  padding: 170px max(32px, calc((100vw - 1440px) / 2)) 62px;
  background:
    linear-gradient(90deg, rgba(70, 84, 160, .055) 1px, transparent 1px),
    linear-gradient(rgba(70, 84, 160, .045) 1px, transparent 1px),
    radial-gradient(circle at 77% 42%, rgba(56, 73, 210, .24), transparent 36%),
    radial-gradient(circle at 47% -20%, rgba(74, 34, 170, .18), transparent 38%),
    #05060a;
  background-size: 96px 96px, 96px 96px, auto, auto;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,10,.35) 0 48%, transparent 66%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(48px, 4.5vw, 72px); align-items: center; max-width: 1380px; margin: auto; }
.hero-copy { padding-top: 14px; animation: rise .8s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow { color: #8e9dd2; font-family: "Consolas", monospace; font-size: 12px; letter-spacing: .16em; font-weight: 650; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; }
.eyebrow span { width: 38px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--violet)); box-shadow: 0 0 12px var(--blue); }
.hero h1 { margin: 0; font-size: clamp(48px, 4vw, 68px); letter-spacing: -.06em; line-height: 1.12; font-weight: 720; }
.hero h1 > span, .hero h1 strong { display: block; white-space: nowrap; }
.hero h1 strong { margin-top: 5px; color: transparent; background: linear-gradient(90deg, #5d9bff 0%, #597aff 40%, #a078ff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 600px; margin: 27px 0 0; color: #b8c0d8; font-size: 18px; line-height: 1.75; letter-spacing: -.025em; word-break: keep-all; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; min-height: 54px; padding: 0 27px; border: 0; font: inherit; font-size: 15px; font-weight: 650; cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s; }
.button-primary { color: white; background: linear-gradient(115deg, #235ff7, #684ef3); box-shadow: 0 14px 40px rgba(49, 77, 234, .24), inset 0 1px rgba(255,255,255,.16); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(63, 82, 239, .34); }
.text-link { color: #b8c0d8; font-size: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.text-link span { margin-left: 12px; color: #8c7aff; }
.hero-product { position: relative; min-width: 0; margin: 0; padding: 0 18px 18px 0; animation: rise .9s .12s cubic-bezier(.2,.8,.2,1) both; }
.hero-product::before { content: ""; position: absolute; z-index: -1; inset: 22px 0 0 22px; border: 1px solid rgba(98, 91, 255, .18); background: linear-gradient(135deg, rgba(62, 81, 180, .11), rgba(20, 21, 42, .04)); }
.product-halo { position: absolute; inset: -18%; background: radial-gradient(circle, rgba(62, 68, 213, .25), transparent 67%); filter: blur(20px); }
.product-frame { position: relative; overflow: hidden; border: 1px solid rgba(100, 117, 226, .38); border-radius: 14px; background: #060810; box-shadow: 0 42px 90px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.025) inset; }
.product-frame::before, .product-frame::after { content: ""; position: absolute; z-index: 3; width: 34px; height: 34px; pointer-events: none; }
.product-frame::before { left: 16px; top: 16px; border-left: 2px solid #4b80ff; border-top: 2px solid #4b80ff; }
.product-frame::after { right: 16px; bottom: 16px; border-right: 2px solid #8364ff; border-bottom: 2px solid #8364ff; }
.product-image-wrap { position: relative; overflow: hidden; background: #060810; aspect-ratio: 638 / 437; }
.product-image-wrap img, .product-image-wrap video { width: 100%; height: 100%; object-fit: cover; }
.product-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(5,6,10,.35); pointer-events: none; }
.promo-video-wrap { background: #060810; aspect-ratio: 16 / 9; }
.promo-video { position: relative; z-index: 1; display: block; background: #060810; }
.promo-video::poster { object-fit: cover; }
.hero-index { position: absolute; right: -22px; top: 120px; color: rgba(118, 130, 202, .06); font-size: 230px; font-weight: 760; line-height: 1; letter-spacing: -.09em; }
.section { max-width: 1440px; margin: auto; padding: 150px 32px; }
.features { padding-top: 104px; }
.section-heading { display: grid; grid-template-columns: minmax(480px, .9fr) minmax(520px, 1.1fr); gap: clamp(54px, 7vw, 110px); align-items: end; margin-bottom: 58px; }
.section h2, .workflow-section h2, .control-section h2, .contact-section h2 { margin: 0; font-size: clamp(38px, 3.5vw, 56px); line-height: 1.16; letter-spacing: -.05em; font-weight: 680; }
.section h2 em { color: #7c6af7; font-style: normal; }
.section-heading > p:last-child { max-width: 760px; justify-self: end; color: #c7cde0; line-height: 1.55; font-size: clamp(20px, 1.55vw, 24px); font-weight: 520; letter-spacing: -.035em; margin: 0; text-align: right; word-break: keep-all; }
.section-heading > p:last-child span { display: block; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card { position: relative; min-height: 360px; padding: 28px; border-right: 1px solid var(--line); overflow: hidden; transition: background .3s, transform .3s; }
.capability-card:last-child { border-right: 0; }
.capability-card:hover { background: linear-gradient(180deg, rgba(72,78,180,.1), rgba(8,10,18,.2)); transform: translateY(-4px); }
.card-index { position: absolute; right: 24px; top: 20px; color: rgba(128, 141, 224, .17); font: 760 68px/.9 "Consolas"; letter-spacing: -.09em; }
.card-symbol { position: relative; display: flex; align-items: center; justify-content: center; width: 78px; height: 78px; margin: 62px 0 34px; border: 1px solid rgba(126, 138, 226, .55); border-radius: 12px; background: linear-gradient(155deg, rgba(72, 82, 180, .16), rgba(10, 12, 24, .1)); box-shadow: 0 0 0 1px rgba(126, 138, 226, .1) inset, 0 16px 32px -20px rgba(60, 78, 220, .5); }
.card-symbol svg { width: 48px; height: 48px; }
.card-symbol .symbol-fill-soft { fill: currentColor; opacity: .16; stroke: none; }
.card-symbol .symbol-fill { fill: currentColor; stroke: none; }
.symbol-01 svg { color: #7c8dff; }
.symbol-02 svg { color: #5b9bff; }
.symbol-02 .symbol-fill { fill: #5b9bff; stroke: none; }
.symbol-03 svg { color: #8f7cff; }
.symbol-03 .symbol-fill { fill: #8f7cff; }
.symbol-04 svg { color: #6d8dff; }
.symbol-04 .symbol-fill { fill: #6d8dff; }
.capability-card h3 { margin: 0 0 14px; font-size: 21px; letter-spacing: -.035em; }
.capability-card p { margin: 0; color: #aeb7cf; font-size: 16px; line-height: 1.7; word-break: keep-all; }

.workflow-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #070911; }
.workflow-visual { position: relative; overflow: hidden; min-height: 680px; }
.workflow-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.05); }
.workflow-visual.city-crop img { object-position: center; filter: saturate(.9) contrast(1.04); }
.visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #070911), linear-gradient(0deg, rgba(7,9,17,.8), transparent 45%); }
.visual-label { position: absolute; left: 48px; bottom: 48px; display: flex; flex-direction: column; gap: 7px; }
.visual-label span { width: max-content; padding: 8px 11px; border: 1px solid rgba(153,165,218,.38); background: rgba(5,7,14,.66); backdrop-filter: blur(7px); color: #d3d9ec; font: 700 15px/1.2 "Consolas"; letter-spacing: .1em; }.visual-label strong { font-size: 31px; text-shadow: 0 2px 18px rgba(0,0,0,.7); }
.workflow-copy { padding: 100px clamp(42px, 7vw, 110px); }
.workflow-copy h2 { font-size: clamp(38px, 3.5vw, 54px); }
.workflow-copy ol { margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-copy li { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.workflow-copy li > span { color: rgba(126,112,255,.45); font: 760 44px/.9 "Consolas"; letter-spacing: -.08em; }
.workflow-copy h3 { margin: 0 0 8px; font-size: 19px; }.workflow-copy li p { margin: 0; color: #aab3cb; font-size: 16px; line-height: 1.65; }

.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 72px; }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(140, 155, 255, .38); border: 1px solid rgba(140, 155, 255, .38); }
.use-case-grid article { position: relative; min-height: 390px; background: #070911; overflow: hidden; }
.case-media { position: relative; height: 176px; overflow: hidden; background: #111522; }
.case-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(7,9,17,.68)); pointer-events: none; }
.case-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.02); transition: transform .55s ease; }
.use-case-grid article:hover .case-media img { transform: scale(1.035); }
.case-content { padding: 22px 26px 28px; }
.case-number { position: absolute; z-index: 2; right: 20px; top: 132px; color: rgba(255,255,255,.62); font: 760 62px/.9 "Consolas"; letter-spacing: -.09em; text-shadow: 0 3px 18px rgba(0,0,0,.55); }
.case-tag { margin: 0 0 12px !important; color: #b6bfe8 !important; font: 700 13px/1.3 "Consolas" !important; letter-spacing: .13em; }
.use-case-grid h3 { margin: 0 0 11px; font-size: 21px; letter-spacing: -.04em; }.use-case-grid .case-content > p:last-of-type { max-width: 300px; margin: 0; color: #aeb7cf; font-size: 16px; line-height: 1.7; }
.case-line { position: absolute; height: 2px; width: 0; left: 32px; bottom: 0; background: linear-gradient(90deg, var(--blue), var(--violet)); transition: width .45s; }.use-case-grid article:hover .case-line { width: calc(100% - 64px); }

.control-section { max-width: 1440px; margin: auto; padding: 80px 32px 150px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.control-section h2 { font-size: clamp(38px, 3.5vw, 56px); }
.control-list { border-top: 1px solid var(--line); }
.control-list article { display: grid; grid-template-columns: 74px 170px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: center; }
.control-list span { color: rgba(126,112,255,.45); font: 760 44px/.9 "Consolas"; letter-spacing: -.08em; }.control-list h3 { margin: 0; font-size: 19px; }.control-list p { margin: 0; color: #aeb7cf; font-size: 16px; line-height: 1.7; }

.contact-section { position: relative; overflow: hidden; min-height: 470px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 90px 32px; border-top: 1px solid var(--line); background: radial-gradient(circle at center, rgba(68,57,181,.23), transparent 42%), #070811; }
.contact-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(70,84,160,.055) 1px, transparent 1px), linear-gradient(rgba(70,84,160,.045) 1px, transparent 1px); background-size: 82px 82px; }
.contact-section > * { position: relative; z-index: 2; }.contact-section h2 strong { color: #8b7afa; }.contact-section > p { color: #aeb7cf; font-size: 17px; line-height: 1.7; margin: 25px 0 34px; }
.button-large { min-height: 58px; padding: 0 32px; }
.contact-modal, .contact-success-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }.contact-modal.is-open, .contact-success-modal.is-open { opacity: 1; visibility: visible; }.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(2,3,9,.76); backdrop-filter: blur(8px); }.contact-modal-dialog { position: relative; z-index: 1; width: min(700px, 100%); max-height: min(830px, calc(100vh - 56px)); overflow: auto; padding: 42px; border: 1px solid rgba(129,140,225,.35); background: radial-gradient(circle at 80% 0, rgba(82,67,220,.18), transparent 40%), #0b0e1b; box-shadow: 0 30px 90px rgba(0,0,0,.5); }.contact-modal-dialog h2 { margin: 0; font-size: 37px; letter-spacing: -.05em; }.contact-modal-lede { margin: 14px 0 26px; color: #aeb7cf; }.contact-modal-close { position: absolute; top: 15px; right: 17px; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #d5daf0; font-size: 26px; line-height: 1; cursor: pointer; }.contact-modal-close:hover { background: rgba(255,255,255,.08); }.contact-success-dialog { position: relative; z-index: 1; width: min(440px, 100%); padding: 43px 34px 34px; border: 1px solid rgba(108,129,255,.42); background: radial-gradient(circle at 50% 0, rgba(63,113,255,.23), transparent 48%), #0b0e1b; text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.5); }.contact-success-dialog h2 { margin: 18px 0 0; font-size: 28px; letter-spacing: -.05em; }.contact-success-dialog p { margin: 14px 0 0; color: #b5bdd4; line-height: 1.65; }.contact-success-dialog .button { min-width: 132px; margin-top: 26px; }.contact-success-check { display: grid; place-items: center; width: 50px; height: 50px; margin: auto; border-radius: 50%; background: linear-gradient(135deg, #2fa96e, #53d890); color: #07150d; font-size: 31px; font-weight: 800; }.contact-form { width: 100%; text-align: left; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: block; margin: 0 0 14px; color: #c7cde0; font-size: 14px; font-weight: 600; }
.contact-form b { color: #9587ff; }.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid rgba(144,157,214,.28); border-radius: 5px; background: rgba(6,8,17,.76); color: white; font: inherit; font-weight: 450; outline: 0; }
.cf-turnstile { margin-top: 19px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #6d78ff; box-shadow: 0 0 0 3px rgba(104,111,255,.16); }.contact-form textarea { min-height: 114px; resize: vertical; }.contact-form select { appearance: auto; }.contact-form .contact-consent { display: flex; align-items: center; gap: 9px; margin: 19px 0 0; color: #aeb7cf; font-size: 13px; font-weight: 450; }.contact-consent input { width: 16px; height: 16px; margin: 0; accent-color: #6d78ff; }.contact-form .button { margin-top: 22px; }.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.contact-notice { width: min(680px, 100%); margin: 0 0 18px !important; padding: 12px 14px; border-radius: 5px; text-align: left; font-size: 14px !important; }.contact-notice.success { color: #bbf0ce !important; background: rgba(31,112,67,.3); }.contact-notice.error { color: #ffd0d0 !important; background: rgba(143,44,44,.25); }
.contact-orbit { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(94,95,208,.11); border-radius: 50%; }.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border: 1px solid rgba(94,95,208,.11); border-radius: 50%; }.contact-orbit::before { inset: 70px; }.contact-orbit::after { inset: 150px; }.contact-orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #6558ee; box-shadow: 0 0 12px #6558ee; }.contact-orbit i:nth-child(1) { top: 40px; left: 168px; }.contact-orbit i:nth-child(2) { right: 40px; top: 270px; }.contact-orbit i:nth-child(3) { left: 90px; bottom: 105px; }

footer { max-width: 1440px; min-height: 120px; margin: auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
footer > p { color: #717b98; font: 11px/1.5 "Consolas"; letter-spacing: .1em; margin: 0; text-align: center; } footer > p:last-child { text-align: right; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 20px; }.site-header > nav:not(.language-switch) { display: none; }
  .hero { padding-top: 165px; min-height: 0; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero-product { width: min(840px, 95%); margin: 30px auto 20px; }
  .section-heading { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }.capability-card:nth-child(2) { border-right: 0; }.capability-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .workflow-section { grid-template-columns: 1fr; }.workflow-visual { min-height: 560px; }.workflow-copy { padding: 80px 56px; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .control-section { grid-template-columns: 1fr; gap: 60px; }
  footer { grid-template-columns: 1fr 1fr; } footer > p:nth-child(2) { display: none; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 36px); height: 88px; gap: 14px; }.header-cta { font-size: 14px; }
  .language-switch { gap: 5px; font-size: 11px; }
  .brand { gap: 9px; font-size: 18px; }.brand-symbol { width: 42px; height: 46px; }.brand-symbol img { width: 69px; }
  .hero { padding: 126px 20px 62px; background-size: 64px 64px; }.hero-grid { gap: 42px; }.hero h1 { font-size: clamp(34px, 9vw, 42px); line-height: 1.16; }.hero h1 > span, .hero h1 strong { white-space: normal; word-break: keep-all; }.hero-lede { font-size: 17px; line-height: 1.75; }.hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }.button { width: 100%; }.text-link { text-align: center; }
  .hero-product { width: 100%; margin-top: 0; padding: 0 10px 10px 0; }.hero-product::before { inset: 12px 0 0 12px; }.hero-scroll, .hero-index { display: none; }
  .section { padding: 100px 20px; }.features { padding-top: 76px; }.section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 24px; margin-bottom: 46px; }.section-heading > p:last-child { font-size: 19px; line-height: 1.55; }.section h2, .workflow-section h2, .contact-section h2 { font-size: 36px; }
  .capability-grid { grid-template-columns: 1fr; }.capability-card, .capability-card:nth-child(2) { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--line); }.capability-card:last-child { border-bottom: 0; }
  .workflow-visual { min-height: 360px; }.workflow-copy { padding: 70px 20px; }.workflow-copy li { grid-template-columns: 60px 1fr; gap: 14px; }.workflow-copy li > span { font-size: 36px; }.visual-label { left: 20px; bottom: 24px; }.visual-label span { font-size: 13px; }.visual-label strong { font-size: 25px; }
  .use-case-grid { grid-template-columns: 1fr; }.use-case-grid article { min-height: 0; }.case-media { height: 210px; }
  .control-section { padding: 70px 20px 100px; gap: 50px; }.control-list article { grid-template-columns: 60px 1fr; gap: 16px; }.control-list span { font-size: 36px; }.control-list p { grid-column: 2; }
  .contact-section { min-height: 560px; padding: 90px 20px; }.contact-section > p { line-height: 1.7; }.contact-orbit { width: 430px; height: 430px; }
  .contact-modal, .contact-success-modal { padding: 12px; }.contact-modal-dialog { max-height: calc(100vh - 24px); padding: 34px 20px 24px; }.contact-modal-dialog h2 { font-size: 31px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  footer { min-height: 150px; padding: 30px 20px; grid-template-columns: 1fr; justify-items: center; } footer > p:last-child { text-align: center; }
}

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

/* Demo video library */
.site-header > nav:not(.language-switch) a.active { color: #fff; }
.demo-header { position: relative; left: auto; transform: none; margin: auto; }
.demo-hero { position: relative; overflow: hidden; padding: 130px max(32px, calc((100vw - 1376px) / 2)) 76px; background: radial-gradient(circle at 75% 0, rgba(72, 72, 202, .22), transparent 36%), linear-gradient(135deg, rgba(48, 72, 187, .11), transparent 48%), #05060a; border-bottom: 1px solid var(--line); }
.demo-hero::after { content: "DEMO"; position: absolute; right: max(32px, calc((100vw - 1440px) / 2)); bottom: -24px; color: rgba(128, 141, 224, .075); font: 760 clamp(120px, 17vw, 260px)/.8 "Consolas"; letter-spacing: -.1em; pointer-events: none; }
.demo-hero > * { position: relative; z-index: 1; max-width: 850px; }
.demo-hero h1 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.08; letter-spacing: -.065em; }
.demo-hero h1 strong { color: transparent; background: linear-gradient(90deg, #5d9bff, #9977ff); background-clip: text; -webkit-background-clip: text; }
.demo-hero > p:last-child { margin: 26px 0 0; color: #b8c0d8; font-size: 19px; line-height: 1.7; }
.demo-library { max-width: 1440px; min-height: 55vh; margin: auto; padding: 54px 32px 140px; }
.demo-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.demo-filters a { padding: 10px 15px; border: 1px solid rgba(137, 151, 219, .3); border-radius: 999px; color: #b9c2dd; font-size: 14px; transition: border-color .2s, background .2s, color .2s; }
.demo-filters a:hover, .demo-filters a.active { border-color: rgba(109, 120, 255, .85); background: rgba(77, 88, 209, .19); color: #fff; }
.demo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.demo-card { display: block; overflow: hidden; padding: 0; border: 1px solid rgba(137, 151, 219, .28); background: #0b0e18; color: inherit; text-align: left; font: inherit; cursor: pointer; transition: transform .25s, border-color .25s, box-shadow .25s; }
.demo-card:hover, .demo-card:focus-visible { transform: translateY(-5px); border-color: rgba(116, 129, 255, .75); box-shadow: 0 20px 44px rgba(0, 0, 0, .34); outline: none; }
.demo-card-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #101524; }
.demo-card-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,4,10,.58)); }
.demo-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.demo-card:hover .demo-card-thumb img { transform: scale(1.045); }
.demo-play { position: absolute; z-index: 1; left: 18px; bottom: 15px; display: grid; place-items: center; width: 42px; height: 42px; padding-left: 2px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(15,18,42,.72); color: #fff; font-size: 14px; backdrop-filter: blur(5px); }
.demo-duration { position: absolute; z-index: 1; right: 14px; bottom: 15px; padding: 5px 7px; background: rgba(5,6,10,.76); color: #e7ebfa; font: 700 12px/1 "Consolas"; }
.demo-card-body { display: grid; gap: 9px; min-height: 158px; padding: 20px; }
.demo-card-body strong { font-size: 20px; line-height: 1.3; letter-spacing: -.04em; }
.demo-card-body > span:last-child { display: -webkit-box; overflow: hidden; color: #aeb7cf; font-size: 14px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.demo-category { color: #9faeff; font: 700 12px/1.2 "Consolas"; letter-spacing: .1em; }
.demo-empty { grid-column: 1 / -1; margin: 20px 0; padding: 60px 25px; border: 1px dashed rgba(137, 151, 219, .32); color: #aeb7cf; text-align: center; }
.demo-modal { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; padding: 28px; }
.demo-modal.is-open { display: grid; }
.demo-modal-backdrop { position: absolute; inset: 0; background: rgba(2,3,9,.88); }
.demo-modal-dialog { position: relative; width: min(1080px, 100%); max-height: calc(100vh - 56px); overflow: auto; border: 1px solid rgba(129,140,225,.42); background: #0b0e1b; box-shadow: 0 30px 90px rgba(0,0,0,.62); outline: none; }
.demo-player { background: #000; }.demo-player video { display: block; width: 100%; max-height: min(66vh, 700px); background: #000; }
.demo-modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(5,6,10,.6); color: #fff; font-size: 27px; cursor: pointer; }
.demo-modal-copy { padding: 25px 30px 30px; }.demo-modal-copy > p:first-child { margin: 0 0 8px; color: #9faeff; font: 700 12px/1.2 "Consolas"; letter-spacing: .1em; }.demo-modal-copy h2 { margin: 0; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.05em; }.demo-modal-copy > span { display: inline-block; margin-top: 10px; color: #aeb7cf; font: 700 13px "Consolas"; }.demo-modal-copy > p:nth-of-type(2) { margin: 18px 0 0; color: #c0c7dc; line-height: 1.75; white-space: pre-line; }.demo-modal-tags { margin: 20px 0 0 !important; color: #8c9cff !important; font-size: 13px; }

@media (max-width: 1100px) { .demo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .demo-header > nav:not(.language-switch) { display: none; } }
@media (max-width: 760px) { .demo-hero { padding: 74px 20px 58px; }.demo-hero h1 { font-size: 42px; }.demo-hero > p:last-child { font-size: 17px; }.demo-library { padding: 34px 20px 90px; }.demo-grid { grid-template-columns: 1fr; gap: 14px; }.demo-card-body { min-height: 0; }.demo-modal { padding: 12px; }.demo-modal-dialog { max-height: calc(100vh - 24px); }.demo-modal-copy { padding: 20px; } }
