:root {
  --navy: #061426;
  --navy-2: #0a2343;
  --blue: #1769ff;
  --blue-2: #4b8dff;
  --cyan: #28d7ff;
  --ink: #10213b;
  --muted: #65758d;
  --line: #dce5f1;
  --surface: #f4f7fb;
  --white: #fff;
  --shadow: 0 28px 80px rgba(6, 20, 38, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", Inter, Arial, sans-serif; line-height: 1.65; }
body.video-modal-open { overflow: hidden; }
button, a { color: inherit; font: inherit; }
button { cursor: pointer; }
a { text-decoration: none; }
main { min-width: 320px; overflow: hidden; }
.section { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; display: flex; width: min(1240px, calc(100% - 40px)); min-height: 66px; align-items: center; gap: 30px; padding: 0 18px 0 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; color: #fff; background: rgba(4, 19, 36, .84); box-shadow: 0 18px 44px rgba(0,0,0,.2); backdrop-filter: blur(18px); transform: translateX(-50%); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--cyan); }
.brand-mark { position: relative; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(40,215,255,.5); border-radius: 10px; color: white; background: linear-gradient(145deg, rgba(23,105,255,.95), rgba(40,215,255,.68)); box-shadow: 0 0 25px rgba(40,215,255,.2); font-size: 14px; font-style: normal; font-weight: 900; }
.site-header nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.site-header nav > button, .site-header nav > a { border: 0; padding: 9px 10px; color: rgba(237,246,255,.72); background: transparent; font-size: 11px; font-weight: 750; white-space: nowrap; }
.site-header nav > button:hover, .site-header nav > a:hover { color: #fff; }
.site-header nav .nav-video { display: inline-flex; align-items: center; gap: 7px; margin-left: 5px; border: 1px solid rgba(40,215,255,.25); border-radius: 9px; color: #e9fbff; background: rgba(40,215,255,.08); }
.site-header nav .nav-video span { color: var(--cyan); font-size: 9px; }
.site-header nav .nav-contact { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(75,141,255,.28); border-radius: 9px; color: #fff; background: rgba(23,105,255,.18); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-toggle { display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 7px 10px; color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); font-size: 10px; font-weight: 800; }
.lang-toggle .active { color: var(--cyan); }
.lang-toggle i { width: 1px; height: 10px; background: rgba(255,255,255,.15); }
.menu-toggle { display: none; width: 38px; height: 38px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 16px; height: 1px; margin: 5px auto; background: white; }

.hero { position: relative; min-height: 800px; padding: 150px max(5vw, 34px) 100px; color: white; background: radial-gradient(circle at 81% 19%, rgba(40,215,255,.2), transparent 25%), radial-gradient(circle at 55% 88%, rgba(23,105,255,.18), transparent 34%), linear-gradient(145deg, #030d1a 0%, #071a31 58%, #0b2b50 100%); }
.hero-grid-bg, .faq-grid-bg { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(78,151,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(78,151,255,.28) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-inner { position: relative; display: grid; width: min(1180px, 100%); margin: 0 auto; grid-template-columns: 1fr .98fr; align-items: center; gap: 7%; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 7px 11px; border: 1px solid rgba(40,215,255,.24); border-radius: 999px; color: #c8f6ff; background: rgba(40,215,255,.06); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(40,215,255,.1), 0 0 18px var(--cyan); }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.hero .eyebrow { color: var(--cyan); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.8vw, 76px); line-height: 1.08; letter-spacing: -.055em; word-break: keep-all; }
.hero h1 span { display: block; }
.accent-text { color: var(--cyan); }
.hero-description { max-width: 620px; margin: 28px 0 0; color: rgba(221,235,249,.7); font-size: 17px; line-height: 1.8; word-break: keep-all; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button-primary, .button-secondary { display: inline-flex; align-items: center; gap: 15px; border-radius: 11px; padding: 13px 18px; font-size: 12px; font-weight: 850; }
.button-primary { border: 0; color: #071426; background: #fff; }
.button-secondary { border: 1px solid rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.05); }

.hero-console { position: relative; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(6,19,36,.88); box-shadow: 0 38px 95px rgba(0,0,0,.43); overflow: hidden; transform: perspective(1200px) rotateY(-3deg); }
.console-topbar { display: flex; min-height: 46px; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .08em; }
.console-brand { font-weight: 850; }.console-brand small { color: rgba(255,255,255,.35); }
.live-state { display: flex; align-items: center; gap: 8px; color: var(--cyan); }
.console-body { padding: 14px; }
.console-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.console-summary > div { padding: 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.035); }
.console-summary span, .console-summary small { display: block; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .08em; }
.console-summary strong { display: block; margin: 2px 0; color: white; font-size: 22px; }
.interface-card { margin-top: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.card-heading { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.07); color: #dbeaff; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.card-heading small { color: var(--cyan); }
.interface-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; min-height: 120px; padding: 18px; }
.flow-node { padding: 13px 10px; border: 1px solid rgba(75,141,255,.25); border-radius: 9px; background: rgba(23,105,255,.08); text-align: center; }
.flow-node b, .flow-node span { display: block; }.flow-node b { font-size: 10px; }.flow-node span { margin-top: 4px; color: rgba(255,255,255,.42); font-size: 8px; }
.flow-arrow { position: relative; width: 40px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.flow-arrow::after { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-top: 1px solid var(--cyan); border-right: 1px solid var(--cyan); content: ""; transform: rotate(45deg); }
.operation-status { display: flex; align-items: center; gap: 12px; margin: 0 12px 12px; padding: 11px 12px; border-radius: 9px; background: rgba(23,105,255,.13); }
.operation-status > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #051629; background: var(--cyan); font-size: 9px; font-weight: 900; }
.operation-status small, .operation-status b { display: block; }.operation-status small { color: rgba(255,255,255,.36); font-size: 7px; letter-spacing: .09em; }.operation-status b { font-size: 10px; }
.chart-bars { display: flex; height: 92px; align-items: end; gap: 7px; margin-top: 10px; padding: 15px 15px 0; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.03); }
.chart-bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(var(--cyan), var(--blue)); opacity: .72; animation: bar-pulse 3.4s ease-in-out infinite alternate; }
.chart-bars i:nth-child(2n) { animation-delay: -.9s; }
@keyframes bar-pulse { to { filter: brightness(1.35); transform: scaleY(.92); transform-origin: bottom; } }

.overview { padding: 130px 0; }
.section-heading.split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 10%; }
.section-heading h2 { margin: 0; color: #0a203b; font-size: clamp(37px, 4.4vw, 58px); line-height: 1.16; letter-spacing: -.047em; word-break: keep-all; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; word-break: keep-all; }
.section-heading.centered { max-width: 780px; margin: 0 auto; text-align: center; }.section-heading.centered h2 { margin: 0 auto; }.section-heading.centered > p:last-child { max-width: 640px; margin: 22px auto 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 65px; }
.value-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .25s, box-shadow .25s; }
.value-grid article:hover, .feature-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.value-grid .number { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.value-grid h3 { margin: 42px 0 12px; font-size: 22px; letter-spacing: -.03em; }.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.features { padding: 120px 0 130px; background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.feature-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .25s, box-shadow .25s; }
.feature-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: var(--blue); background: #eaf1ff; font-size: 11px; font-weight: 900; }
.feature-card h3 { margin: 28px 0 10px; font-size: 20px; }.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-card small { display: block; margin-top: 22px; color: #8a98ad; font-size: 9px; font-weight: 800; letter-spacing: .09em; }

.lifecycle { padding: 130px 0; color: white; background: radial-gradient(circle at 85% 10%, rgba(40,215,255,.12), transparent 26%), linear-gradient(145deg, #041223, #092b50); }
.lifecycle .section-heading h2 { color: white; }.lifecycle .section-label { color: var(--cyan); }.lifecycle .section-heading > p:last-child { color: rgba(225,237,250,.58); }
.lifecycle-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; margin-top: 68px; }
.lifecycle-rail { position: relative; display: grid; gap: 11px; }
.lifecycle-step { display: grid; min-height: 80px; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 14px 17px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.035); transition: .25s; }
.lifecycle-step:hover, .lifecycle-step:focus-within, .lifecycle-step.active { border-color: rgba(40,215,255,.42); color: white; background: rgba(23,105,255,.16); transform: translateX(5px); }
.lifecycle-step > span { color: var(--cyan); font-size: 10px; font-weight: 900; }.lifecycle-step b, .lifecycle-step small { display: block; }.lifecycle-step b { font-size: 14px; }.lifecycle-step small { color: rgba(255,255,255,.35); font-size: 9px; }
.lifecycle-stage { position: sticky; top: 110px; align-self: start; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 25px; background: rgba(2,12,24,.6); box-shadow: 0 28px 75px rgba(0,0,0,.25); }
.stage-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .09em; }.stage-top span:last-child { color: var(--cyan); }
.stage-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0; }
.stage-flow div { min-height: 116px; padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.035); }.stage-flow small, .stage-flow b { display: block; }.stage-flow small { color: rgba(255,255,255,.34); font-size: 8px; }.stage-flow b { margin-top: 20px; font-size: 13px; }
.stage-flow div:nth-child(2) { border-color: rgba(40,215,255,.3); background: rgba(40,215,255,.08); }
.stage-log { display: grid; gap: 8px; }.stage-log p { display: grid; grid-template-columns: 70px 1fr auto; gap: 10px; margin: 0; padding: 9px 10px; border-radius: 8px; color: rgba(255,255,255,.48); background: rgba(255,255,255,.03); font-family: Consolas, monospace; font-size: 8px; }.stage-log p span:last-child { color: #69e9a9; }

.architecture { padding: 125px 0; }
.architecture-panel { margin-top: 65px; border: 1px solid var(--line); border-radius: 22px; padding: 34px; background: linear-gradient(145deg, #f8fafe, #eef4fb); }
.architecture-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 14px; }
.architecture-box { display: flex; min-height: 145px; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 15px; padding: 22px; background: #fff; }.architecture-box small { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; }.architecture-box b { margin: 9px 0 6px; font-size: 18px; }.architecture-box span { color: var(--muted); font-size: 12px; }
.architecture-arrow { display: grid; place-items: center; color: var(--blue); font-weight: 900; }
.integration-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }.integration-row span { padding: 14px; border-radius: 11px; color: #dceaff; background: var(--navy-2); text-align: center; font-size: 11px; }

.experience { padding: 120px 0; background: #edf4fd; }
.experience-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; }
.experience-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.18; letter-spacing: -.045em; }.experience-copy > p:last-child { color: var(--muted); }
.experience-card { padding: 34px; border-radius: 20px; background: white; box-shadow: var(--shadow); }.experience-card h3 { margin: 0 0 22px; }.experience-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }.experience-card li { padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; color: #53657f; }.experience-card li::before { margin-right: 10px; color: var(--blue); content: "✓"; font-weight: 900; }

.outcomes { padding: 120px 0; color: white; background: var(--navy); }.outcomes .section-heading h2 { color: white; }.outcomes .section-label { color: var(--cyan); }.outcomes .section-heading > p:last-child { color: rgba(255,255,255,.5); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-block: 1px solid rgba(255,255,255,.12); }.outcome-grid article { min-height: 190px; padding: 34px 23px; border-left: 1px solid rgba(255,255,255,.12); }.outcome-grid article:last-child { border-right: 1px solid rgba(255,255,255,.12); }.outcome-grid strong { display: block; color: var(--cyan); font-size: 27px; letter-spacing: -.04em; }.outcome-grid b { display: block; margin-top: 17px; font-size: 14px; }.outcome-grid span { display: block; margin-top: 8px; color: rgba(255,255,255,.43); font-size: 11px; }

.closing { position: relative; display: grid; min-height: 620px; place-items: center; padding: 110px 30px; color: white; background: radial-gradient(circle at center, rgba(23,105,255,.42), transparent 18%), linear-gradient(140deg, #061426, #0b315d); text-align: center; }.closing::before { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(40,215,255,.24); border-radius: 50%; content: ""; box-shadow: 0 0 0 65px rgba(40,215,255,.03), 0 0 0 130px rgba(40,215,255,.025); }.closing > div { position: relative; }.closing h2 { margin: 0; font-size: clamp(45px, 6vw, 78px); line-height: 1.1; letter-spacing: -.055em; }.closing p { max-width: 600px; margin: 24px auto 0; color: rgba(255,255,255,.6); }.closing .button-secondary { margin-top: 30px; }

.contact-section { padding: 120px 0; color: white; background: #071a31; scroll-margin-top: 90px; }.contact-inner { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 8%; }.contact-copy h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.16; letter-spacing: -.05em; }.contact-copy p:last-child { color: rgba(255,255,255,.5); }.contact-card { border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 30px; background: rgba(255,255,255,.06); }.contact-card h3 { margin: 0 0 20px; }.contact-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; min-height: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }.contact-row span { color: rgba(255,255,255,.4); font-size: 11px; }.contact-row strong { font-size: 13px; }.contact-row i { color: var(--cyan); font-style: normal; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 28px max(4vw, 30px); color: rgba(255,255,255,.42); background: #030c17; font-size: 10px; }.footer-copy { text-align: center; letter-spacing: .08em; }

.video-modal { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; }.video-modal.open { display: flex; }.video-backdrop { position: absolute; inset: 0; border: 0; background: rgba(1,8,16,.82); backdrop-filter: blur(10px); }.video-dialog { position: relative; width: min(980px, 100%); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 18px; color: white; background: #061426; box-shadow: 0 35px 100px rgba(0,0,0,.55); }.video-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 2px 14px; }.video-modal-header h2 { margin: 0; font-size: 18px; }.video-modal-actions { display: flex; align-items: center; gap: 15px; }.video-modal-actions a { color: var(--cyan); font-size: 11px; }.video-close { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: white; background: rgba(255,255,255,.07); font-size: 22px; }.video-frame { position: relative; overflow: hidden; padding-top: 56.25%; border-radius: 12px; background: #000; }.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.faq-page { background: #f4f7fb; }.faq-site-header .faq-home-link { margin-left: auto; color: var(--cyan); font-size: 11px; font-weight: 800; }.faq-hero { position: relative; min-height: 570px; padding: 170px 32px 95px; color: white; background: radial-gradient(circle at 80% 20%, rgba(40,215,255,.18), transparent 28%), linear-gradient(145deg, #030d1a, #0a2a4e); }.faq-hero-inner { position: relative; width: min(980px, 100%); margin: 0 auto; }.faq-kicker { display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .16em; }.faq-kicker span { width: 35px; height: 1px; background: var(--cyan); }.faq-hero h1 { margin: 28px 0 0; font-size: clamp(46px, 6vw, 75px); line-height: 1.1; letter-spacing: -.055em; }.faq-hero h1 span { color: var(--cyan); }.faq-intro { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.6); }.audience-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }.audience-row span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.faq-content { display: grid; width: min(1180px, calc(100% - 64px)); margin: 0 auto; grid-template-columns: 260px 1fr; gap: 65px; padding: 110px 0; }.faq-index { position: sticky; top: 110px; align-self: start; }.faq-index > p { color: #8a98ad; font-size: 9px; font-weight: 900; letter-spacing: .13em; }.faq-index > a { display: flex; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); color: #53657f; font-size: 12px; }.faq-index > a span { color: var(--blue); font-weight: 900; }.faq-index-note { margin-top: 25px; padding: 17px; border-radius: 12px; color: #718097; background: #e8eef7; font-size: 10px; }.faq-category + .faq-category { margin-top: 75px; }.category-heading { margin-bottom: 24px; }.category-heading > div { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; }.category-heading > div p { margin: 0; }.category-heading h2 { margin: 12px 0 5px; font-size: 30px; letter-spacing: -.04em; }.category-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-list { border-top: 1px solid #cfd9e8; }.faq-item { border-bottom: 1px solid #cfd9e8; background: white; }.faq-item summary { display: grid; grid-template-columns: 48px 1fr 24px; align-items: center; gap: 15px; min-height: 92px; padding: 15px 20px; cursor: pointer; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary > span { color: var(--blue); font-size: 10px; font-weight: 900; }.faq-item summary h3 { margin: 0; font-size: 15px; line-height: 1.65; }.faq-item summary i { position: relative; width: 18px; height: 18px; }.faq-item summary i::before, .faq-item summary i::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: var(--blue); content: ""; }.faq-item summary i::after { transform: rotate(90deg); transition: transform .2s; }.faq-item[open] summary i::after { transform: rotate(0); }.faq-answer { padding: 0 20px 25px 83px; color: var(--muted); font-size: 13px; }.answer-lead { display: flex; align-items: flex-start; gap: 12px; color: var(--ink); }.answer-lead span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 10px; }.answer-lead strong { font-size: 14px; line-height: 1.7; }.principle-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }.principle-row small, .principle-row span { padding: 6px 8px; border-radius: 6px; background: #eef3fa; font-size: 8px; font-weight: 850; letter-spacing: .06em; }.principle-row small { color: white; background: var(--navy); }
.faq-closing { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding: 95px max(6vw, 40px); color: white; background: var(--navy-2); }.faq-closing h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.18; letter-spacing: -.045em; }.faq-closing > div > p { color: rgba(255,255,255,.55); }.faq-closing a { display: inline-flex; margin-top: 20px; color: var(--cyan); font-weight: 800; }

@media (max-width: 980px) {
  .site-header { top: 10px; width: calc(100% - 20px); padding: 0 13px 0 17px; border-radius: 14px; }
  .site-header nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(4,19,36,.97); }
  .site-header nav.open { display: grid; }.site-header nav > button, .site-header nav > a { padding: 12px; text-align: left; }.menu-toggle { display: block; }
  .hero { padding-top: 125px; }.hero-inner { grid-template-columns: 1fr; gap: 60px; }.hero-console { width: min(680px, 100%); margin: 0 auto; transform: none; }
  .section-heading.split, .experience-inner, .contact-inner { grid-template-columns: 1fr; gap: 28px; }.value-grid, .feature-grid { grid-template-columns: 1fr 1fr; }.lifecycle-grid { grid-template-columns: 1fr; }.lifecycle-stage { position: static; }.architecture-row { grid-template-columns: 1fr; }.architecture-arrow { transform: rotate(90deg); }.integration-row, .outcome-grid { grid-template-columns: 1fr 1fr; }.experience-card { margin-top: 20px; }
  .faq-content { grid-template-columns: 1fr; }.faq-index { position: static; display: none; }
}

@media (max-width: 620px) {
  .section { width: calc(100% - 36px); }.site-header { gap: 10px; }.brand { font-size: 16px; }.brand-mark { width: 29px; height: 29px; }.lang-toggle { margin-left: auto; }
  .hero { min-height: auto; padding: 122px 18px 75px; }.hero h1 { font-size: 45px; }.hero-description { font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; }.button-primary, .button-secondary { justify-content: center; }
  .console-summary { grid-template-columns: 1fr 1fr; }.console-summary > div:last-child { grid-column: 1 / -1; }.interface-flow { grid-template-columns: 1fr; }.flow-arrow { justify-self: center; transform: rotate(90deg); }.chart-bars { height: 75px; }
  .overview, .features, .lifecycle, .architecture, .experience, .outcomes, .contact-section { padding: 85px 0; }.section-heading h2 { font-size: 36px; }.value-grid, .feature-grid, .integration-row, .outcome-grid { grid-template-columns: 1fr; }.value-grid article, .feature-card { min-height: auto; }.value-grid h3 { margin-top: 28px; }.stage-flow { grid-template-columns: 1fr; }.stage-log p { grid-template-columns: 60px 1fr; }.stage-log p span:last-child { grid-column: 2; }.architecture-panel { padding: 18px; }.outcome-grid article { min-height: 145px; border-right: 1px solid rgba(255,255,255,.12); }
  .closing { min-height: 520px; }.closing::before { width: 245px; height: 245px; }.closing h2 { font-size: 44px; }.contact-card { padding: 22px; }.contact-row { grid-template-columns: 62px 1fr; }.contact-row i { display: none; }
  footer { grid-template-columns: 1fr; gap: 10px; }.footer-copy { text-align: left; }
  .video-modal { padding: 10px; }.video-dialog { padding: 12px; }.video-modal-header { align-items: flex-start; }.video-modal-header h2 { font-size: 15px; }.video-modal-actions a { display: none; }
  .faq-site-header nav, .faq-site-header .faq-home-link { display: none; }.faq-hero { min-height: 520px; padding: 150px 22px 75px; }.faq-hero h1 { font-size: 46px; }.faq-content { width: calc(100% - 32px); padding: 75px 0; }.faq-item summary { grid-template-columns: 38px 1fr 20px; padding-inline: 14px; }.faq-answer { padding: 0 14px 22px 52px; }.faq-closing { grid-template-columns: 1fr; padding: 75px 24px; }
}

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