@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #060910;
  --surface: #0c121e;
  --ink: #f1f4fa;
  --muted: #a3adc0;
  --blue: #4285ff;
  --line: rgba(177, 197, 234, .18);
  --heading: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid #8db7ff; outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 400; }
h1 { font-size: clamp(48px, 5.8vw, 90px); line-height: 1.1; letter-spacing: -.065em; }
h2 { font-size: clamp(32px, 3.7vw, 56px); line-height: 1.2; letter-spacing: -.045em; }
h3 { font-size: clamp(26px, 2.8vw, 40px); letter-spacing: -.04em; }
em { font-style: normal; color: var(--blue); }
::selection { background: #2262d0; color: white; }
.wrap { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 14px 24px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.header { position: sticky; z-index: 20; top: 0; background: rgba(6, 9, 16, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 108px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 284px; }
.brand img { width: 284px; height: auto; }
.navigation { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.navigation a { font-size: 13px; font-weight: 600; padding-block: 15px; color: #b0bacb; position: relative; white-space: nowrap; transition: color .2s; }
.navigation a:hover, .navigation a[aria-current] { color: white; }
.navigation a[aria-current]::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 20px; height: 2px; background: var(--blue); }
.languages { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #808ea5; margin-left: 8px; }
.languages a { padding-block: 15px; }
.languages a[aria-current] { color: white; font-weight: 800; }
.menu-toggle { display: none; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: #acb9d0; display: flex; align-items: center; gap: 10px; line-height: 1.7; }
.eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 15px #4285ff; flex: 0 0 auto; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 19px 25px; background: #2364e7; color: white; font-size: 14px; font-weight: 600; border: 1px solid #407ef0; border-radius: 2px; transition: background .2s, transform .2s; }
.button > span { font-size: 22px; line-height: 1; }
.button:hover { background: #3679fa; transform: translateY(-2px); }
.button.light { background: white; color: #102041; border-color: white; }
.button.light:hover { background: #dceaff; }
.lead { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; color: #b8c3d5; max-width: 610px; }
.hero { min-height: min(780px, 86vh); position: relative; isolation: isolate; display: flex; align-items: center; padding-block: 100px 118px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; filter: brightness(.65) saturate(.65); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #060910 0%, rgba(6,9,16,.88) 23%, rgba(6,9,16,.35) 57%, transparent 82%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #060910, transparent 23%); }
.hero h1 { max-width: 860px; font-size: clamp(55px, 6.6vw, 100px); margin: 28px 0 28px; }
.hero h1 em { display: block; }
.hero .lead { max-width: 460px; margin-bottom: 34px; }
.hero-caption { position: absolute; right: 56px; bottom: 44px; color: #91aacd; font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }
html[lang="tr"] .hero h1 { font-size: clamp(48px, 5.3vw, 79px); max-width: 790px; }
.journey { display: flex; gap: 28px; align-items: center; justify-content: space-between; padding-block: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #c8d2e2; font-size: 14px; }
.journey-arrow { color: var(--blue); font-size: 24px; }
/* Teach Loop — human-to-robot knowledge transfer visual */
.teach-loop { margin-block: 0 65px; border: 1px solid var(--line); background: linear-gradient(145deg, #061023, #07111e 50%, #0e3268); overflow: hidden; position: relative; }
.teach-stage { position: relative; min-height: 380px; padding: 56px 56px 44px; display: flex; flex-direction: column; justify-content: space-between; }
.teach-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(#346cb11f 1px, transparent 1px), linear-gradient(90deg, #346cb11f 1px, transparent 1px); background-size: 38px 38px; pointer-events: none; }
.teach-scan { height: 1px; background: #478cf3; box-shadow: 0 0 22px 2px #2364e780; position: absolute; top: 37%; left: 0; right: 0; z-index: 1; animation: teach-scan 4s ease-in-out infinite alternate; }
@keyframes teach-scan { from { top: 15%; opacity: .4; } to { top: 85%; opacity: 1; } }
.teach-scene { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex: 1; }
.teach-node { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.teach-core { width: 100px; height: 100px; border-radius: 50%; display: grid; place-items: center; color: #bad4ff; font-family: var(--heading); font-size: 20px; letter-spacing: -.05em; border: 1px solid #4e8ff0; background: radial-gradient(circle at 35% 25%, #234c87, #070c15); box-shadow: 0 0 50px #2b72da40, inset 0 0 20px #4285ff20; position: relative; animation: teach-breathe 3s ease-in-out infinite; }
.teach-core-robot { border-color: #619fff; animation-delay: 1.5s; }
.teach-core::after { content: ""; position: absolute; width: 130px; height: 130px; border: 1px solid #619fff; border-radius: 50%; top: -16px; left: -16px; animation: teach-wave 3s ease-out infinite; pointer-events: none; }
@keyframes teach-breathe { 50% { box-shadow: 0 0 70px 8px #2b72da60, inset 0 0 28px #4285ff40; border-color: #b2d3ff; } }
@keyframes teach-wave { from { transform: scale(.8); opacity: .6; } to { transform: scale(1.6); opacity: 0; } }
.teach-node-label { font-size: 11px; letter-spacing: .17em; color: #83b7ff; font-weight: 700; text-transform: uppercase; }
.teach-channel { flex: 1; max-width: 280px; position: relative; height: 100px; display: flex; align-items: center; }
.teach-line { position: absolute; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #4285ff80, transparent); top: 50%; }
.teach-particle { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #4285ff; box-shadow: 0 0 12px #4285ff; top: 50%; transform: translateY(-50%); animation: teach-flow 2.5s linear infinite; }
.teach-particle:nth-child(3) { animation-delay: .8s; }
.teach-particle:nth-child(4) { animation-delay: 1.6s; }
@keyframes teach-flow { 0% { left: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
.teach-channel-label { position: absolute; top: calc(50% + 16px); left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .17em; color: #6789aa; text-transform: uppercase; white-space: nowrap; }
.teach-labels { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-top: 24px; }
.teach-label p { font-family: var(--heading); font-size: clamp(18px, 1.8vw, 24px); letter-spacing: -.03em; color: #d6e6ff; margin-top: 8px; }
.teach-label-end { text-align: right; }
/* Teleoperation panel — industries page */
.teleop-panel { margin-bottom: 50px; border: 1px solid var(--line); background: linear-gradient(145deg, #061023, #07111e 50%, #0e3268); overflow: hidden; position: relative; }
.teleop-stage { position: relative; min-height: 360px; padding: 50px 40px 40px; display: flex; flex-direction: column; justify-content: space-between; }
.teleop-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(#346cb11f 1px, transparent 1px), linear-gradient(90deg, #346cb11f 1px, transparent 1px); background-size: 38px 38px; pointer-events: none; }
.teleop-scan { height: 1px; background: #478cf3; box-shadow: 0 0 22px 2px #2364e780; position: absolute; top: 37%; left: 0; right: 0; z-index: 1; animation: teleop-scan 4s ease-in-out infinite alternate; }
@keyframes teleop-scan { from { top: 15%; opacity: .4; } to { top: 85%; opacity: 1; } }
.teleop-scene { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; flex: 1; padding: 0 40px; }
.teleop-side { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.teleop-node-label { font-size: 11px; letter-spacing: .17em; color: #83b7ff; font-weight: 700; text-transform: uppercase; }
.teleop-hand { width: 60px; height: 60px; border-radius: 50%; position: relative; }
.teleop-hand-human { background: radial-gradient(circle at 35% 25%, #234c87, #070c15); border: 1px solid #4e8ff0; box-shadow: 0 0 30px #2b72da60, inset 0 0 15px #4285ff20; animation: teleop-move 3s ease-in-out infinite; }
.teleop-hand-robot { background: radial-gradient(circle at 35% 25%, #234c87, #070c15); border: 1px solid #619fff; box-shadow: 0 0 30px #2b72da60, inset 0 0 15px #4285ff20; animation: teleop-move 3s ease-in-out infinite; animation-delay: .6s; }
@keyframes teleop-move { 0%, 100% { transform: translateY(0); } 25% { transform: translateY(-25px); } 50% { transform: translateY(0) translateX(15px); } 75% { transform: translateY(25px); } }
.teleop-hand::after { content: ""; position: absolute; width: 80px; height: 80px; border: 1px solid #619fff; border-radius: 50%; top: -11px; left: -11px; animation: teleop-wave 3s ease-out infinite; pointer-events: none; }
@keyframes teleop-wave { from { transform: scale(.8); opacity: .6; } to { transform: scale(1.5); opacity: 0; } }
.teleop-link { flex: 1; max-width: 300px; position: relative; height: 80px; display: flex; align-items: center; }
.teleop-line { position: absolute; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #4285ff80, transparent); top: 50%; }
.teleop-particle { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #4285ff; box-shadow: 0 0 12px #4285ff; top: 50%; transform: translateY(-50%); animation: teleop-flow 2.5s linear infinite; }
.teleop-particle:nth-child(3) { animation-delay: .8s; }
.teleop-particle:nth-child(4) { animation-delay: 1.6s; }
@keyframes teleop-flow { 0% { left: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
.teleop-link-label { position: absolute; top: calc(50% + 16px); left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .17em; color: #6789aa; text-transform: uppercase; white-space: nowrap; }
.teleop-steps { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; gap: 20px; padding-top: 24px; font-size: 13px; color: #a3adc0; }
.teleop-steps span[aria-hidden] { color: var(--blue); font-size: 20px; }
.statement { padding-block: 125px; }
.statement h2 { max-width: 1020px; margin-top: 32px; font-size: clamp(36px, 4.4vw, 66px); }
.statement h2 span { color: #7788a4; }
.statement-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 34px; }
.statement-bottom p { font-size: 17px; line-height: 1.8; color: var(--muted); max-width: 510px; }
.text-link { display: inline-flex; gap: 36px; align-items: center; padding-block: 12px; border-bottom: 1px solid var(--blue); font-size: 14px; white-space: nowrap; }
.text-link > span { font-size: 24px; color: var(--blue); }
.products { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; padding-block: 50px 130px; }
.section-heading h2 { margin-top: 22px; }
.product-row { display: grid; grid-template-columns: 25px 1fr 25px; gap: 22px; padding: 29px 0; border-top: 1px solid var(--line); align-items: start; }
.product-row:last-child { border-bottom: 1px solid var(--line); }
.product-index { font-size: 11px; color: var(--blue); padding-top: 10px; }
.product-row h3 { font-size: 27px; transition: color .2s; }
.product-row p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-top: 12px; }
.product-row > span:last-child { color: var(--blue); font-size: 26px; }
.product-row:hover h3 { color: #78a9ff; }
.closing { background: #0c1c38; border-top: 1px solid #233c65; overflow: hidden; position: relative; }
.closing::before { content: ""; position: absolute; width: 570px; height: 570px; border: 1px solid #284671; border-radius: 50%; right: -40px; top: -280px; box-shadow: 0 0 0 60px #19335840, 0 0 0 120px #162b4540; pointer-events: none; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 85px; position: relative; }
.closing h2 { font-size: clamp(32px, 3.8vw, 56px); }
.closing h2 em { color: #84b0ff; }
.closing .button { flex: 0 0 auto; }
.footer { padding-block: 30px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #9aa8bf; font-size: 12px; }
.footer a { display: flex; align-items: center; gap: 25px; color: #dbe4f3; }
.footer a > span { color: var(--blue); font-size: 20px; }
.mast { padding-block: 92px 62px; position: relative; }
.mast::before { content: ""; pointer-events: none; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: radial-gradient(ellipse at 100% 0, #12336545, transparent 70%); }
.mast h1 { margin: 25px 0 27px; max-width: 1100px; position: relative; }
.mast .lead { max-width: 730px; }
.platform-stage { border: 1px solid var(--line); background: radial-gradient(ellipse at 50% 40%, #0d2a53 0%, #080e19 65%); margin-bottom: 65px; overflow: hidden; }
.intelligence-field { height: 350px; position: relative; display: grid; place-items: center; perspective: 800px; }
.intelligence-field::before, .intelligence-field::after { content: ""; position: absolute; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #2e5c99, transparent); }
.intelligence-field::after { transform: rotate(90deg); width: 350px; }
.core { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; color: #bad4ff; font-family: var(--heading); font-size: 24px; letter-spacing: -.05em; border: 1px solid #4e8ff0; background: radial-gradient(circle at 35% 25%, #234c87, #070c15); box-shadow: 0 0 65px #2b72da40, inset 0 0 24px #4285ff20; z-index: 1; }
.orbit { width: 470px; height: 210px; position: absolute; border: 1px solid #3c6fad90; border-radius: 50%; }
.orbit-one { transform: rotate(-25deg); }
.orbit-two { transform: rotate(25deg); }
.orbit-three { width: 270px; height: 270px; border-color: #305c9060; }
.orbit-one::after, .orbit-two::after, .orbit-three::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #f0f7ff; position: absolute; top: 24px; left: 68px; box-shadow: 0 0 8px #c7e1ff, 0 0 24px 4px #4285ff90; }
/* A percentage-based path follows the same ellipse at desktop and mobile sizes. */
@supports (offset-path: ellipse(50% 50% at 50% 50%)) {
  .orbit-one::after, .orbit-two::after, .orbit-three::after {
    top: 0;
    left: 0;
    offset-path: ellipse(50% 50% at 50% 50%);
    offset-distance: 0%;
    offset-rotate: 0deg;
    animation: orbit-travel 5s linear infinite;
  }
  .orbit-two::after { background: #73cfff; animation-duration: 6.5s; animation-direction: reverse; animation-delay: -2s; }
  .orbit-three::after { width: 6px; height: 6px; animation-duration: 9s; animation-delay: -4s; }
}
@keyframes orbit-travel {
  to { offset-distance: 100%; }
}
.core { animation: core-breathe 3.5s ease-in-out infinite; }
.core::after { content: ""; position: absolute; width: 145px; height: 145px; border: 1px solid #619fff; border-radius: 50%; animation: signal-wave 3.5s ease-out infinite; pointer-events: none; }
@keyframes core-breathe {
  50% { box-shadow: 0 0 90px 12px #2b72da70, inset 0 0 30px #4285ff60; border-color: #b2d3ff; }
}
@keyframes signal-wave {
  from { transform: scale(.8); opacity: .6; }
  to { transform: scale(2); opacity: 0; }
}
.motion-region { position: relative; }
.motion-toggle { position: absolute; top: 14px; right: 16px; z-index: 3; padding: 8px 12px; background: #081321df; border: 1px solid #3a5578; border-radius: 20px; color: #c3d7ef; font-size: 11px; }
.motion-toggle:hover { border-color: #84b9ff; color: white; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.approach-visual { display: flex; }
.approach-visual .approach-art { width: 100%; }
.scan-line { animation: scan-sweep 4s ease-in-out infinite alternate; }
.scan-line::after { content: ""; position: absolute; bottom: 0; width: 100%; height: 55px; background: linear-gradient(transparent, #4285ff30); }
.scan-ring::before { animation: scan-rotate 14s linear infinite; box-shadow: 0 0 25px #4285ff40; }
.scan-ring::after { content: ""; position: absolute; inset: -18px; border: 2px solid transparent; border-top-color: #91c7ff; border-right-color: #397fe477; border-radius: 50%; animation: scan-radar 6s linear infinite; }
@keyframes scan-sweep { from { top: 15%; opacity: .5; } to { top: 76%; opacity: 1; } }
@keyframes scan-rotate { to { transform: translate(-50%, -50%) rotate(405deg); } }
@keyframes scan-radar { to { transform: rotate(360deg); } }
.robot-film { margin-block: 32px 70px; }
.film-stage { position: relative; isolation: isolate; overflow: hidden; min-height: 660px; height: min(760px, 82vw); background: #0b1721; border: 1px solid #304258; }
.robot-walk { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; filter: saturate(.6) brightness(.8); }
.film-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #050d18ed, #06122499 48%, #07111b30), linear-gradient(0deg, #060c14 0%, transparent 40%); pointer-events: none; }
.film-brand { position: absolute; top: 34px; right: 36px; width: 235px; height: auto; opacity: .85; }
.film-copy { position: relative; padding: 100px 56px 185px; max-width: 940px; }
.film-copy h1 { font-size: clamp(42px, 5.2vw, 76px); line-height: 1.13; margin: 26px 0; letter-spacing: -.055em; }
.film-copy h1 em { color: #9ac4ff; }
.film-copy .lead { max-width: 450px; color: #cfdae9; font-size: 18px; }
.film-copy .text-link { margin-top: 24px; }
/* This opaque identity band also covers the source video's lower-right mark. */
.film-signature { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; height: 24%; min-height: 132px; background: #091321; border-top: 1px solid #2d4260; padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.film-signature-title { display: flex; align-items: center; gap: 18px; color: #d6e6ff; font-size: 12px; letter-spacing: .12em; line-height: 1.8; }
.film-signature-title > span { color: #699fea; }
.signature-dot { width: 7px; height: 7px; flex: 0 0 auto; background: #81b5ff; border-radius: 50%; box-shadow: 0 0 20px #4285ff; }
.film-note { font-size: 12px; color: #a2b8d4; white-space: nowrap; }
.video-error { color: var(--muted); padding-top: 15px; }
.video-error a { color: #82b5ff; text-decoration: underline; }
.purpose article { background: linear-gradient(135deg, #11244188, transparent 75%); padding: 32px; border: 1px solid var(--line); }
.purpose .purpose-label { margin: 0 0 28px; font-size: 22px; color: #83b7ff; letter-spacing: -.02em; }
.purpose h3 { font-size: clamp(27px, 2.8vw, 40px); margin-bottom: 24px; }
@media (max-width: 760px) {
  .robot-film { margin-block: 20px 40px; }
  .film-stage { height: auto; min-height: 680px; }
  .film-brand { top: 25px; left: 24px; right: auto; width: 205px; }
  .film-copy { padding: 115px 24px 185px; }
  .film-copy h1 { font-size: clamp(36px, 8vw, 56px); }
  .film-copy .lead { font-size: 16px; }
  .film-signature { padding: 22px 24px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; }
  .film-signature-title { font-size: 9px; letter-spacing: .04em; gap: 10px; flex-wrap: wrap; }
  .film-note { font-size: 11px; }
  .film-shade { background: linear-gradient(90deg, #050d18d9, #06122488), linear-gradient(0deg, #060c14, transparent 60%); }
  .purpose article { padding: 24px; }
  .purpose .purpose-label { font-size: 21px; }
  .motion-toggle { font-size: 10px; top: 10px; right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-toggle { display: none; }
  .core::after { opacity: 0; }
}
.flow { list-style: none; padding: 24px 34px; margin: 0; display: flex; gap: 20px; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); font-size: 15px; }
.flow li { display: flex; align-items: center; gap: 28px; }
.flow li:not(:last-child)::after { content: "\2192"; color: var(--blue); font-size: 22px; }
.approach-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin-top: 10px; }
.approach-art { min-height: 550px; background: linear-gradient(145deg, #061023, #07111e 50%, #0e3268); position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 38px; border: 1px solid var(--line); }
.approach-art::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(#346cb11f 1px, transparent 1px), linear-gradient(90deg, #346cb11f 1px, transparent 1px); background-size: 38px 38px; }
.approach-art > span { font-family: var(--heading); font-size: 37px; line-height: 1.15; color: #81b0fc; position: relative; letter-spacing: -.06em; }
.scan-ring { position: absolute; width: 300px; height: 300px; border: 1px solid #3b69a7; border-radius: 50%; top: 70px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 35px #244b8220, 0 0 0 70px #244b8210, inset 0 0 90px #164a9533; }
.scan-ring::before { content: ""; position: absolute; border: 1px solid #5b97f4; width: 130px; height: 130px; inset: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.scan-line { height: 1px; background: #478cf3; box-shadow: 0 0 22px 2px #2364e780; position: absolute; top: 37%; left: 0; right: 0; z-index: 1; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 26px 1fr 18px; gap: 24px; border-top: 1px solid var(--line); padding-block: 32px; align-items: center; min-height: 91px; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps h2 { font-size: clamp(22px, 2.4vw, 33px); }
.step-number { font-size: 12px; color: var(--blue); }
.step-mark { font-size: 24px; color: #62718d; }
.equation { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 35px; padding-block: 75px; font-family: var(--heading); font-size: clamp(22px, 2.7vw, 36px); letter-spacing: -.04em; }
.equation > span:nth-child(2), .equation strong { color: var(--blue); font-weight: 400; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 12px; }
.industry { border: 1px solid var(--line); background: linear-gradient(140deg, #0c1422, #080d15); padding: 34px 40px 38px; }
.industry-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.sector-glyph { color: #639aff; font-size: 50px; line-height: 1; }
.industry h2 { font-size: clamp(27px, 2.5vw, 36px); }
.industry ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 28px 0 0; gap: 10px; }
.industry li { border: 1px solid #233044; padding: 9px 13px; color: #b7c5db; font-size: 13px; line-height: 1.5; }
.scope-note { color: var(--muted); padding-block: 25px 65px; font-size: 13px; line-height: 1.7; }
.purpose { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 15px 100px; }
.purpose article { padding-top: 30px; border-top: 1px solid var(--line); }
.purpose h2 { font-size: clamp(30px, 3vw, 43px); margin: 25px 0; }
.purpose article > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.85; max-width: 530px; }
.manifesto { padding-block: 80px 95px; border-top: 1px solid var(--line); background: radial-gradient(ellipse at 80% 100%, #10316166, transparent 65%); }
.manifesto p { max-width: 1080px; font-family: var(--heading); font-size: clamp(30px, 3.3vw, 49px); line-height: 1.45; letter-spacing: -.04em; }
.manifesto span { color: #8299ba; }
.contact-mast { padding-bottom: 80px; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; padding-bottom: 100px; }
.email-link { display: inline-flex; align-items: center; gap: 22px; font-size: clamp(22px, 2.6vw, 39px); letter-spacing: -.04em; font-family: var(--heading); margin-top: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.email-link > span { color: var(--blue); }
.location { margin-top: 45px; }
.location > p:last-child { font-size: 21px; margin-top: 13px; }
.contact-action { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; gap: 20px; font-size: 23px; border-top: 1px solid var(--line); transition: color .2s; }
.contact-action:last-of-type { border-bottom: 1px solid var(--line); }
.contact-action:hover { color: #7dabff; }
.contact-action > span:last-child { color: var(--blue); font-size: 30px; }
.contact-actions > p { margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.page-contact main { min-height: calc(100svh - 190px); }
#intro { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; margin: 0; background: #000; color: white; }
#intro::backdrop { background: black; }
#intro[open] { display: grid; place-items: center; }
#intro-video { width: 100%; height: 100%; max-height: 100svh; object-fit: contain; }
.intro-skip { position: absolute; z-index: 2; top: max(22px, env(safe-area-inset-top)); right: 24px; background: #0b152cdd; border: 1px solid #7489b5; color: white; border-radius: 30px; padding: 13px 22px; font-size: 14px; }
.intro-skip span { margin-left: 14px; }
#intro-progress { appearance: none; width: 100%; height: 3px; position: absolute; bottom: 0; border: 0; background: #14203a; }
#intro-progress::-webkit-progress-bar { background: #14203a; }
#intro-progress::-webkit-progress-value { background: #4285ff; }
#intro-progress::-moz-progress-bar { background: #4285ff; }
#intro-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
[hidden] { display: none !important; }
body.intro-open { overflow: hidden; }
@media (min-width: 1600px) {
  .hero-image { object-position: center 42%; }
}
@media (max-width: 1200px) {
  .wrap { width: calc(100% - 72px); }
  .header-inner { gap: 22px; }
  .brand { flex-basis: 250px; }
  .navigation { gap: 18px; }
  .navigation a { font-size: 12px; }
  .products { gap: 45px; }
}
@media (max-width: 1100px) {
  .header-inner { min-height: 90px; flex-wrap: wrap; gap: 0; }
  .brand { flex-basis: 265px; }
  .menu-toggle { display: flex; align-items: center; gap: 14px; padding: 18px 0 18px 18px; border: 0; background: transparent; margin-left: auto; font-size: 12px; }
  .menu-icon { width: 20px; height: 12px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(-45deg); }
  .languages { margin-left: 28px; }
  .navigation { display: none; order: 4; flex-basis: 100%; margin: 0; padding-block: 12px 24px; gap: 0; }
  .navigation.open { display: grid; grid-template-columns: repeat(3, 1fr); }
  .navigation a { padding: 15px 0; font-size: 15px; }
  .navigation a[aria-current]::after { bottom: 6px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: clamp(60px, 7.6vw, 85px); }
  .hero-content { position: relative; }
  .hero::before { background: linear-gradient(90deg, #060910 0%, #060910bd 45%, #06091033 100%); }
  .approach-layout { gap: 40px; }
  .flow { gap: 12px; padding-inline: 20px; font-size: 13px; }
  .flow li { gap: 14px; }
  .contact-layout { gap: 50px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 83px; }
  .brand { flex-basis: 225px; }
  .brand img { width: 225px; }
  .menu-toggle { padding-left: 8px; }
  .menu-toggle > span:first-child { display: none; }
  .languages { margin-left: 20px; font-size: 11px; gap: 7px; }
  .navigation.open { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 730px; align-items: flex-start; padding-top: 68px; padding-bottom: 190px; }
  .hero h1 { font-size: clamp(46px, 10.8vw, 76px); margin-block: 23px; }
  html[lang="tr"] .hero h1 { font-size: clamp(43px, 8.5vw, 65px); }
  .hero-image { object-position: 68% center; opacity: .8; }
  .hero::before { background: linear-gradient(180deg, #060910d9 0%, #060910ba 42%, #06091015 100%); }
  .hero .lead { max-width: 360px; font-size: 17px; }
  .hero-caption { right: 20px; bottom: 24px; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .button { font-size: 13px; padding: 16px 20px; }
  .journey { gap: 14px; font-size: 12px; padding-block: 25px; }
  .journey-arrow { font-size: 19px; }
  .teach-stage { min-height: 320px; padding: 40px 24px 32px; }
  .teach-core { width: 80px; height: 80px; font-size: 16px; }
  .teach-core::after { width: 105px; height: 105px; top: -13px; left: -13px; }
  .teach-channel { max-width: 120px; }
  .teach-label p { font-size: 16px; }
  .teach-channel-label { font-size: 9px; }
  .teleop-stage { min-height: 300px; padding: 40px 20px 32px; }
  .teleop-hand { width: 48px; height: 48px; }
  .teleop-hand::after { width: 64px; height: 64px; top: -9px; left: -9px; }
  .teleop-link { max-width: 120px; }
  .teleop-steps { gap: 12px; font-size: 12px; }
  .teleop-steps span[aria-hidden] { font-size: 18px; }
  .statement { padding-block: 75px; }
  .statement h2 { font-size: 35px; }
  .statement-bottom { flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 25px; }
  .statement-bottom p { font-size: 16px; }
  .products { grid-template-columns: 1fr; gap: 30px; padding-block: 15px 75px; }
  .product-row { padding-block: 25px; gap: 16px; }
  .product-row h3 { font-size: 27px; }
  .closing-inner { flex-direction: column; align-items: flex-start; gap: 30px; padding-block: 60px; }
  .closing h2 { font-size: 36px; }
  .footer-inner { flex-wrap: wrap; gap: 18px 28px; font-size: 11px; }
  .footer-inner > span:first-child { flex-basis: 100%; }
  .mast { padding-block: 60px 45px; }
  .mast h1 { font-size: clamp(40px, 8.5vw, 63px); margin-block: 20px; }
  .mast .lead { font-size: 17px; }
  .intelligence-field { height: 300px; }
  .orbit { width: 310px; height: 145px; }
  .orbit-three { width: 235px; height: 235px; }
  .core { width: 95px; height: 95px; }
  .flow { flex-wrap: wrap; justify-content: center; gap: 10px 16px; padding: 20px 15px; }
  .flow li { gap: 15px; }
  .platform-stage { margin-bottom: 50px; }
  .approach-layout { grid-template-columns: 1fr; gap: 32px; }
  .approach-art { min-height: 270px; padding: 25px; }
  .approach-art > span { font-size: 30px; }
  .scan-ring { width: 240px; height: 240px; top: 14px; left: 67%; }
  .steps li { gap: 18px; min-height: 85px; padding-block: 25px; }
  .steps h2 { font-size: 25px; }
  .equation { padding-block: 45px; font-size: 22px; gap: 17px; }
  .industry-grid { gap: 16px; }
  .industry { padding: 25px 22px; }
  .industry h2 { font-size: 26px; }
  .industry ul { margin-top: 20px; }
  .industry li { font-size: 12px; padding: 7px 10px; }
  .scope-note { padding-bottom: 45px; }
  .purpose { grid-template-columns: 1fr; gap: 42px; padding-bottom: 60px; }
  .purpose h2 { font-size: 33px; }
  .purpose article > p:last-child { font-size: 16px; }
  .manifesto { padding-block: 55px; }
  .manifesto p { font-size: 30px; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; padding-bottom: 60px; }
  .email-link { font-size: clamp(22px, 5.7vw, 35px); gap: 16px; }
  .contact-action { font-size: 22px; }
}
@media (max-width: 440px) {
  .brand { flex-basis: 195px; }
  .brand img { width: 195px; }
  .languages { margin-left: 15px; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: 44px; }
  html[lang="tr"] .hero h1 { font-size: 42px; }
  .journey { flex-wrap: wrap; justify-content: center; }
  .journey-arrow { display: none; }
  .journey > span:not(.journey-arrow) { padding: 4px 0; }
  .journey > span:not(.journey-arrow)::before { content: "/ "; color: var(--blue); }
  .teach-stage { min-height: 280px; padding: 32px 16px 24px; }
  .teach-core { width: 68px; height: 68px; font-size: 14px; }
  .teach-core::after { width: 90px; height: 90px; top: -12px; left: -12px; }
  .teach-channel { max-width: 80px; }
  .teach-label p { font-size: 14px; }
  .teleop-stage { min-height: 260px; padding: 32px 16px 24px; }
  .teleop-hand { width: 40px; height: 40px; }
  .teleop-hand::after { width: 54px; height: 54px; top: -8px; left: -8px; }
  .teleop-link { max-width: 80px; }
  .teleop-steps { gap: 8px; font-size: 11px; }
  .industry-grid { grid-template-columns: 1fr; }
  .closing h2 { font-size: 31px; }
  .product-row h3 { font-size: 24px; }
}
/* Motion is progressive enhancement: content remains visible without JavaScript. */
.effects-toggle { position: fixed; z-index: 18; bottom: 18px; right: 20px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: #08121ef2; color: #bed0e8; border: 1px solid #344b6b; border-radius: 24px; font-size: 11px; box-shadow: 0 4px 22px #0004; }
.effects-icon { width: 12px; height: 12px; border: 1px solid #81b5ff; border-radius: 50%; box-shadow: inset 0 0 6px #4285ff; }
.effects-toggle[aria-pressed="true"] .effects-icon { border-color: #758397; box-shadow: none; }
.footer { padding-bottom: 76px; }
.pointer-surface { --pointer-x: 50%; --pointer-y: 50%; --tilt-x: 0deg; --tilt-y: 0deg; --drift-x: 0px; --drift-y: 0px; position: relative; }
.pointer-surface::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(450px circle at var(--pointer-x) var(--pointer-y), #579cff16, transparent 70%); opacity: 0; transition: opacity .5s; z-index: 1; }
.pointer-surface.pointer-active::after { opacity: 1; }
.hero.pointer-surface::after { z-index: -1; opacity: 1; background: radial-gradient(500px circle at var(--pointer-x) var(--pointer-y), #2468c526, transparent 70%), linear-gradient(0deg, #060910, transparent 23%); }
.pointer-tilt { transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .5s ease, border-color .35s, box-shadow .35s; }
.pointer-tilt.pointer-active { border-color: #507aac; box-shadow: 0 20px 50px -28px #1b65c055; }
.hero-image { transform: translate(var(--drift-x, 0px), var(--drift-y, 0px)) scale(1.035); transition: transform .7s ease-out; }
.intelligence-field { transform: translate(var(--drift-x, 0px), var(--drift-y, 0px)); transition: transform .5s ease-out; }
.magnetic { translate: var(--magnet-x, 0px) var(--magnet-y, 0px); transition: translate .3s ease-out, background .2s, transform .2s; }
.button > span, .text-link > span, .product-row > span:last-child { transition: transform .3s ease; }
.button:hover > span, .text-link:hover > span, .product-row:hover > span:last-child { transform: translate(3px, -3px); }
.product-row { transition: padding .3s, background .3s; }
.product-row:hover, .product-row:focus-visible { padding-inline: 12px; background: #172a423d; }
.steps li { transition: background .3s, padding .3s; }
.steps li:hover { padding-inline: 12px; background: linear-gradient(90deg, #214a773d, transparent); }
.navigation a::before { content: ""; position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background: #70a8ff; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.navigation a:hover::before { transform: scaleX(1); }
.enter-view { animation: enter-view .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes enter-view { from { opacity: .45; translate: 0 22px; } to { opacity: 1; translate: 0 0; } }
.effects-paused *, .effects-paused *::before, .effects-paused *::after { animation-play-state: paused !important; }
.effects-paused .enter-view { animation: none; }
.effects-paused .pointer-tilt, .effects-paused .hero-image, .effects-paused .intelligence-field { transform: none; }
.effects-paused .magnetic { translate: none; }
.effects-paused .pointer-surface::after { opacity: 0; }
@media (hover: none), (pointer: coarse) {
  .pointer-tilt, .hero-image, .intelligence-field { transform: none; }
  .magnetic { translate: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .pointer-tilt, .hero-image, .intelligence-field { transform: none; }
  .magnetic { translate: none; }
  .pointer-surface::after { opacity: 0; }
  .effects-toggle { display: none; }
}
