:root {
  --ink: #05060a;
  --ink-soft: #0a0d18;
  --panel: #0d1120;
  --line: rgba(150, 166, 214, 0.16);
  --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: 94px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 720; letter-spacing: -0.04em; width: max-content; }
.brand-symbol { position: relative; width: 43px; height: 46px; flex: 0 0 auto; overflow: hidden; filter: drop-shadow(0 0 10px rgba(54, 107, 255, .28)); }
.brand-symbol img { position: absolute; top: -1px; left: 50%; width: 70px; max-width: none; height: auto; transform: translateX(-50%); }
.brand-word > span { color: #6d78ff; margin-left: .14em; }
.site-header nav { display: flex; gap: 38px; }
.site-header nav a { color: #b4bbd2; font-size: 15px; font-weight: 550; transition: color .25s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.header-cta { justify-self: end; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(94, 120, 255, .7); background: transparent; color: inherit; font: inherit; font-size: 15px; cursor: pointer; }
.header-cta span { margin-left: 8px; color: #9f91ff; }

.hero {
  position: relative; min-height: 820px; overflow: hidden;
  padding: 150px max(32px, calc((100vw - 1440px) / 2)) 84px;
  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, .section-kicker { 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-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 46px 0 0; border-top: 1px solid var(--line); }
.hero-facts div { padding: 20px 18px 0 0; border-right: 1px solid var(--line); }
.hero-facts div + div { padding-left: 18px; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { color: #7f89a8; font-size: 12px; letter-spacing: .09em; margin-bottom: 9px; }
.hero-facts dd { margin: 0; font-size: 15px; color: #e2e6f5; }

.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 { 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; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.025); transition: opacity .9s ease, transform 6.5s ease; }
.carousel-slide.is-active { opacity: 1; transform: scale(1); }
.hero-product figcaption { display: flex; align-items: center; gap: 9px; margin-top: 14px; color: #7d87a6; font: 11px/1.35 "Consolas", monospace; letter-spacing: .09em; }
.hero-product figcaption i { width: 6px; height: 6px; background: #41e5a1; border-radius: 50%; box-shadow: 0 0 9px #41e5a1; }
.carousel-caption { margin-left: auto; color: #949db7; font-family: "Noto Sans KR"; letter-spacing: -.02em; }
.carousel-nav { display: inline-flex; align-items: center; gap: 4px; margin-left: 8px; }
.carousel-nav button { min-width: 34px; height: 30px; padding: 0 8px; border: 1px solid rgba(104,115,165,.3); border-radius: 999px; background: rgba(13,16,29,.82); color: #8992ad; font: 11px/1 "Consolas"; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.carousel-nav .carousel-toggle { min-width: 48px; font-family: "Noto Sans KR"; }
.carousel-nav button:hover, .carousel-nav button:focus-visible { color: #dce2ff; border-color: rgba(102,116,255,.72); outline: none; }
.carousel-nav button.is-active { color: #fff; border-color: #6674ff; background: rgba(73,83,210,.38); }
.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; }
.hero-scroll { position: absolute; z-index: 3; left: max(32px, calc((100vw - 1440px) / 2)); bottom: 28px; color: #8d97b5; font: 13px/1 "Consolas"; letter-spacing: .11em; display: flex; gap: 14px; align-items: center; }
.hero-scroll span { width: 32px; height: 1px; background: #707b9a; }

.trust-strip { min-height: 104px; max-width: 1440px; margin: 0 auto; padding: 0 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 34px; }
.trust-strip > p { margin: 0; color: #a0aac8; font: 13px/1.45 "Consolas"; letter-spacing: .09em; }
.trust-strip ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip li { color: #d0d6e8; font-size: 16px; font-weight: 560; padding: 8px 0 8px 28px; border-left: 1px solid var(--line); }
.trust-strip li span { color: #7565ff; font-size: 9px; margin-right: 11px; }

.section { max-width: 1440px; margin: auto; padding: 150px 32px; }
.section-heading { display: grid; grid-template-columns: 1fr 1.25fr .75fr; gap: 50px; align-items: end; margin-bottom: 72px; }
.section-heading .section-kicker { align-self: start; margin: 6px 0 0; }
.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 { color: #b1b9d1; line-height: 1.75; font-size: 17px; margin: 0; word-break: keep-all; }
.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 { color: #727c9b; font: 12px/1 "Consolas"; }
.card-symbol { position: relative; width: 78px; height: 78px; margin: 48px 0 44px; border: 1px solid rgba(104,112,191,.2); background: rgba(37,42,84,.08); }
.card-symbol::before, .card-symbol::after, .card-symbol i, .card-symbol b { content: ""; position: absolute; display: block; }
.symbol-01::before { inset: 18px; border: 1px solid #655cff; border-radius: 50%; box-shadow: 0 0 22px rgba(101,92,255,.25); }.symbol-01::after { width: 22px; height: 7px; left: 27px; bottom: 17px; border: 1px solid #4d8cff; border-radius: 50% 50% 0 0; }
.symbol-02::before { inset: 15px; background: repeating-linear-gradient(90deg, rgba(92,103,255,.75) 0 6px, transparent 6px 12px), repeating-linear-gradient(0deg, rgba(92,103,255,.45) 0 6px, transparent 6px 12px); filter: blur(.2px); }
.symbol-03::before { left: 12px; right: 12px; top: 38px; height: 2px; background: #5762a7; }.symbol-03::after { width: 2px; height: 46px; left: 42px; top: 16px; background: #8070ff; box-shadow: 0 0 12px #6b5cff; }.symbol-03 i { left: 14px; top: 27px; width: 10px; height: 10px; border: 1px solid #4f7cff; }.symbol-03 b { right: 12px; top: 47px; width: 10px; height: 10px; border: 1px solid #805cff; }
.symbol-04::before { inset: 17px 13px 21px; border: 1px solid #4d68b2; }.symbol-04::after { width: 23px; height: 18px; left: 27px; top: 24px; border: 1px solid #806cff; background: rgba(111,91,255,.16); box-shadow: 6px 6px 0 -1px #0e1120, 6px 6px 0 0 #4b6fc5; }
.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 { color: #909bbb; font: 11px/1.3 "Consolas"; letter-spacing: .13em; }.visual-label strong { font-size: 28px; }
.workflow-copy { padding: 100px clamp(42px, 7vw, 110px); }
.workflow-copy .section-kicker { margin: 0 0 26px; }.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: 52px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.workflow-copy li > span { color: #8177ff; font: 12px/1.8 "Consolas"; }
.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: .7fr 1.5fr; margin-bottom: 72px; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.use-case-grid article { position: relative; min-height: 330px; padding: 32px; background: #070911; overflow: hidden; }
.case-number { position: absolute; right: 24px; top: 18px; color: rgba(125,135,200,.08); font-size: 94px; font-weight: 720; letter-spacing: -.08em; }
.case-tag { margin: 0 0 126px !important; color: #8590b5 !important; font: 11px/1.3 "Consolas"; letter-spacing: .13em; }
.use-case-grid h3 { margin: 0 0 13px; font-size: 24px; letter-spacing: -.045em; }.use-case-grid article > p:last-of-type { max-width: 330px; 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 .section-kicker { margin: 0 0 26px; }.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: 50px 170px 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: start; }
.control-list span { color: #8175ff; font: 12px/1.8 "Consolas"; }.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 .section-kicker { margin: 0 0 30px; }.contact-section h2 strong { color: #8b7afa; }.contact-section > p:not(.section-kicker) { 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-dialog .section-kicker { margin: 0 0 14px; }.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 .section-kicker { margin: 18px 0 10px; }.contact-success-dialog h2 { margin: 0; font-size: 28px; letter-spacing: -.05em; }.contact-success-dialog p:not(.section-kicker) { 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; }.site-header nav { display: none; }
  .hero { padding-top: 145px; 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 1.8fr; }.section-heading > p:last-child { grid-column: 2; }
  .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; }
  .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: 76px; }.header-cta { font-size: 13px; }
  .brand { gap: 8px; font-size: 16px; }.brand-symbol { width: 37px; height: 40px; }.brand-symbol img { width: 61px; }
  .hero { padding: 112px 20px 70px; 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-facts { grid-template-columns: 1fr; }.hero-facts div, .hero-facts div + div { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }.hero-facts div:last-child { border-bottom: 0; }
  .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; }
  .hero-product figcaption { flex-wrap: wrap; }.carousel-caption { order: 3; width: 100%; margin: 2px 0 0 15px; }.carousel-nav { margin-left: auto; }
  .trust-strip { padding: 28px 20px; grid-template-columns: 1fr; gap: 22px; }.trust-strip ul { grid-template-columns: 1fr; gap: 12px 0; }.trust-strip li { padding: 10px 0 10px 14px; font-size: 15px; }
  .section { padding: 100px 20px; }.section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 24px; }.section-heading > p:last-child { grid-column: auto; }.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; }.visual-label { left: 20px; bottom: 24px; }
  .use-case-grid { grid-template-columns: 1fr; }.use-case-grid article { min-height: 280px; }.case-tag { margin-bottom: 90px !important; }
  .control-section { padding: 70px 20px 100px; gap: 50px; }.control-list article { grid-template-columns: 40px 1fr; }.control-list p { grid-column: 2; }
  .contact-section { min-height: 560px; padding: 90px 20px; }.contact-section > p:not(.section-kicker) { 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; }
}
