@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap");

:root { --font-sans: "Be Vietnam Pro"; }

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.wrap,
.wrap-wide {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  box-sizing: border-box;
}
.wrap-wide { max-width: 80rem; }
.page { padding: 3.5rem 0; }
.h1 { margin: 1rem 0 0; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 600; letter-spacing: -0.03em; }
.lead { margin-top: 1rem; max-width: 42rem; font-size: 1.125rem; color: var(--mute); line-height: 1.6; }
.mute { color: var(--mute); }
.ink { color: var(--ink); }
.optic { color: var(--optic); }
.signal { color: var(--signal); }
.snow { background: var(--snow); }
.border-y { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sticky { position: sticky; top: 0; z-index: 40; }
.flex { display: flex; }
.hidden { display: none; }
.grid { display: grid; }
.gap-8 { gap: 2rem; }
.gap-3 { gap: 0.75rem; }
.py-10 { padding-block: 2.5rem; }
.py-16 { padding-block: 4rem; }
.py-14 { padding-block: 3.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-14 { margin-top: 3.5rem; }
.text-2xl { font-size: 1.5rem; font-weight: 600; }
.text-3xl { font-size: 1.875rem; font-weight: 600; letter-spacing: -0.03em; }
.text-lg { font-size: 1.125rem; }
.text-sm { font-size: 0.875rem; }
.font-semibold { font-weight: 600; }
.min-h-12 { min-height: 3rem; }
.btn-ghost { border: 1px solid var(--line); background: var(--snow); }
.btn-wa { background: var(--wa); color: #fff; }
.site-head-bar {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  align-items: center;
  padding-block: 0.85rem;
  width: 100%;
}
.site-head .wrap-wide.site-head-bar { display: grid; }
.site-nav.nav-desk { grid-column: 2; justify-self: center; }
@media (max-width: 79.99rem) {
  .site-nav.nav-desk { display: none !important; }
}
.menu-side-end { display: flex; align-items: center; justify-content: flex-end; width: 3rem; }
.logo-img { height: 2.5rem; width: auto; max-width: 10.5rem; }
@media (min-width: 40rem) { .logo-img { height: 3rem; max-width: 16.5rem; } }
html, body { overflow-x: clip; }
.site-head-bar { flex-wrap: nowrap; gap: 0.35rem; }
.site-nav.nav-desk,
.site-call.call-desk { display: none; }
.menu-btn { display: inline-flex; min-height: 3rem; min-width: 3rem; flex-direction: column; align-items: center; justify-content: center; gap: 0.35rem; border: 0; background: transparent; touch-action: manipulation; }
.menu-btn span.bar { display: block; height: 1px; width: 1.25rem; background: var(--ink); }
.site-nav-panel { display: none; }
.site-nav-panel.is-open { display: block; }
.site-nav-panel[hidden] { display: none !important; }
.logo-slot { flex: 1; display: flex; justify-content: center; min-width: 0; }
.menu-side { width: 3rem; flex-shrink: 0; }
@media (min-width: 80rem) {
  .site-head-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .site-nav.nav-desk { display: flex !important; }
  .site-call.call-desk { display: inline-flex; }
  .menu-btn, .menu-side:first-child { display: none; }
  .logo-slot { flex: none; justify-content: flex-start; justify-self: start; }
  .menu-side-end { width: auto; }
  .site-nav-panel,
  .site-nav-panel.is-open { display: none !important; }
}
.hero { position: relative; min-height: 18rem; background: #0d1a22; color: #fff; overflow: hidden; }
@media (min-width: 80rem) {
  .hero { min-height: min(78vh, 42rem); }
}
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-layer { position: absolute; inset: 0; opacity: 0; transition: opacity 500ms ease; }
.hero-layer.is-on { opacity: 1; }
.hero-copy { position: relative; z-index: 2; width: 100%; max-width: 80rem; margin: 0 auto; padding: 3.2rem 1.25rem 4.5rem; box-sizing: border-box; }
@media (min-width: 80rem) {
  .hero-copy { padding: 5rem 0 4rem; }
}
.hero-copy h1 { font-size: clamp(1.7rem, 4vw, 3rem); font-weight: 600; letter-spacing: -0.03em; max-width: 18ch; }
.hero-copy p { margin-top: 1rem; max-width: 36rem; color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.6; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.5rem; }
.hero-nvr .hero-ctas { display: none; }
@media (min-width: 80rem) {
  .hero-nvr .hero-ctas { display: flex; }
}
.stats { display: grid; gap: 2rem; }
@media (min-width: 40rem) { .stats { grid-template-columns: repeat(3, 1fr); } }
.svc-board {
  display: grid;
  gap: 0.7rem;
}
@media (min-width: 40rem) {
  .svc-board { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 64rem) {
  .svc-board { grid-template-columns: repeat(6, 1fr); gap: 0.85rem; }
  .svc-card:first-child { grid-column: span 4; min-height: 22rem; }
  .svc-card:nth-child(2) { grid-column: span 2; }
  .svc-card:nth-child(n + 3) { grid-column: span 2; }
}
.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15.5rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #0d1a22;
}
.svc-card-media {
  position: absolute;
  inset: 0;
}
.svc-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.svc-card:hover .svc-card-media img { transform: scale(1.08); }
.svc-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 4.2rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 14, 20, 0.55) 38%, rgba(7, 14, 20, 0.92) 100%);
  border-bottom: 2px solid var(--optic);
}
.svc-card-copy strong { font-size: 1.15rem; font-weight: 600; letter-spacing: -0.02em; }
.svc-card-copy span { color: rgba(255,255,255,.78); font-size: 0.9rem; line-height: 1.5; }
.svc-cover {
  position: relative;
  margin: 1.5rem 0 0;
  overflow: hidden;
  background: #0d1a22;
  min-height: 16rem;
}
.svc-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--optic);
}
.svc-cover img {
  display: block;
  width: 100%;
  height: min(52vw, 24rem);
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .svc-card-media img { transition: none; transform: none; }
  .svc-card:hover .svc-card-media img { transform: none; }
}
.svc-list { border-top: 1px solid var(--line); }
.ref-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
@media (min-width: 40rem) { .ref-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 64rem) { .ref-grid { grid-template-columns: repeat(4, 1fr); } }
.ref-card { background: #fff; border: 1px solid var(--line); }
.ref-card img { width: 100%; height: 8.5rem; object-fit: contain; padding: 0.75rem; background: #fff; }
.ref-card p { margin: 0; padding: 0.6rem 0.75rem 0.85rem; font-size: 0.85rem; font-weight: 600; }
.brand-item { display: flex; align-items: center; justify-content: center; padding: 1.2rem 2.2rem; }
.brand-item img { height: 2.4rem; width: auto; max-width: 8rem; object-fit: contain; }
.timeline { margin: 2.5rem 0; border-left: 2px solid var(--optic); padding-left: 1.25rem; display: grid; gap: 1.5rem; }
.timeline b { display: block; color: var(--optic); }
.map { min-height: 280px; border: 1px solid var(--line); overflow: hidden; }
.map iframe { width: 100%; min-height: 280px; height: 100%; border: 0; }
.crumbs { font-size: 0.875rem; color: var(--mute); }
.crumbs a:hover { color: var(--ink); }
.prose p { margin-top: 1rem; line-height: 1.7; }
.points { margin: 1.5rem 0 0; padding-left: 1.1rem; }
.points li { margin: 0.4rem 0; }
.admin { max-width: 72rem; margin: 0 auto; padding: 1.75rem 1.5rem 2.5rem; }
.admin table { width: 100%; border-collapse: collapse; background: #fff; }
.admin th, .admin td { border-bottom: 1px solid var(--line); padding: 0.7rem 0.6rem; text-align: left; font-size: 0.9rem; }
.admin-shell { background: #eef1f4; min-height: 100vh; display: flex; flex-direction: column; }
.admin-shell.admin-app {
  flex-direction: row;
  align-items: stretch;
}
.admin-side {
  display: flex;
  flex-direction: column;
  width: 15.75rem;
  flex-shrink: 0;
  background: #111314;
  color: #d8dde2;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
}
.admin-h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.95rem;
  color: #fff;
  text-decoration: none;
}
.admin-side .admin-h2 {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 1rem 1rem 0.95rem;
}
.admin-h2-badge {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  background: var(--signal);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.admin-h2-copy { display: flex; flex-direction: column; gap: 0.05rem; line-height: 1.15; }
.admin-h2-copy strong { font-size: 0.82rem; font-weight: 600; }
.admin-side-nav { display: grid; gap: 1.15rem; padding: 1rem 0.7rem 1.25rem; }
.admin-side-group { display: grid; gap: 0.12rem; }
.admin-side-label {
  margin: 0;
  padding: 0 0.7rem 0.3rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,.4);
}
.admin-side-nav a,
.admin-side-foot a {
  display: flex;
  min-height: 2.35rem;
  align-items: center;
  padding: 0 0.7rem;
  color: #d8dde2;
  text-decoration: none;
  font-size: 0.9rem;
}
.admin-side-nav a[aria-current="page"],
.admin-side-nav a:hover,
.admin-side-foot a:hover {
  background: #e31b32;
  color: #fff;
}
.admin-side-foot {
  margin-top: auto;
  display: grid;
  gap: 0.12rem;
  padding: 0.75rem 0.7rem 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.admin-frame { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.admin-h2-foot {
  margin-top: auto;
  padding: 0.9rem 1.5rem 1.15rem;
  color: #6b737a;
  font-size: 0.8rem;
}
.admin-h2-foot p { margin: 0; }
.admin-h2-foot a { color: #111314; font-weight: 600; }
.admin-login { max-width: 22rem; padding-top: 4.5rem; padding-bottom: 2rem; }
.admin-login-logo { height: 3.5rem; width: auto; margin: 0 auto 0.75rem; display: block; }
.admin-login-kicker { margin: 0 0 1.25rem; text-align: center; color: var(--mute); font-size: 0.9rem; }
.admin-h2-login {
  margin-top: 1.75rem;
  width: 100%;
  justify-content: center;
  padding: 0.85rem 1rem;
  background: #111314;
}
.cms-cards { display: grid; gap: 0.75rem; margin-top: 2rem; }
@media (min-width: 40rem) { .cms-cards { grid-template-columns: 1fr 1fr; } }
.cms-card { display: flex; flex-direction: column; gap: 0.35rem; background: #fff; border: 1px solid var(--line); padding: 1.1rem 1.2rem; text-decoration: none; color: inherit; }
.cms-card strong { font-size: 1.05rem; }
.cms-card span { color: var(--mute); font-size: 0.9rem; }
.cms-form textarea.field { min-height: 4.5rem; }
.cms-sec { background: #fff; border: 1px solid var(--line); padding: 0.75rem 1rem 1.1rem; margin: 0.9rem 0; }
.cms-sec > summary { cursor: pointer; font-weight: 700; padding: 0.35rem 0 0.75rem; }
.cms-grid { display: grid; gap: 1rem; }
@media (min-width: 50rem) { .cms-grid { grid-template-columns: 1.3fr 0.9fr; } }
.cms-2 { display: grid; gap: 0.6rem 1rem; }
@media (min-width: 40rem) { .cms-2 { grid-template-columns: 1fr 1fr; } }
.cms-item { display: grid; gap: 1rem; padding: 0.75rem 0; border-top: 1px solid var(--line); }
@media (min-width: 40rem) { .cms-item { grid-template-columns: 9rem 1fr; } }
.cms-media { position: relative; display: grid; place-items: center; min-height: 7rem; background: #f4f5f6; border: 1px dashed var(--line); overflow: hidden; cursor: pointer; }
.cms-media img { width: 100%; height: 7.5rem; object-fit: contain; background: #fff; }
.cms-media-cta { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(17,19,20,.78); color: #fff; font-size: 0.75rem; text-align: center; padding: 0.25rem; }
.cms-empty { color: var(--mute); font-size: 0.8rem; padding: 1rem; }
.cms-flags { border: 0; padding: 0.5rem 0 0; display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; }
.cms-check { font-size: 0.9rem; display: flex; align-items: center; gap: 0.35rem; }
.cms-save { position: sticky; bottom: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; background: linear-gradient(transparent, #eef1f4 30%); padding: 1.25rem 0 0.5rem; margin-top: 1rem; }
.cms-lib { display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); margin-top: 1.5rem; }
.cms-lib-item { margin: 0; background: #fff; border: 1px solid var(--line); padding: 0.5rem; }
.cms-lib-item img { width: 100%; height: 6rem; object-fit: contain; }
.cms-help { font-size: 0.9rem; color: var(--mute); margin: 0 0 1rem; }
.cms-add-wrap { margin: 0.75rem 0 0; }
.cms-new-label { margin: 0 0 0.4rem; font-size: 0.8rem; font-weight: 700; color: var(--mute); letter-spacing: 0.04em; text-transform: uppercase; }
.cms-page-hero { margin: 1.5rem 0; }
.cms-page-hero img { width: 100%; max-height: 22rem; object-fit: cover; }
.err { color: var(--signal); font-weight: 600; }
.ok { color: #15803d; font-weight: 600; }
label.lbl { display: block; font-size: 0.8rem; color: var(--mute); margin: 0.9rem 0 0.3rem; }
.site-nav.site-nav-mobile { display: flex; }
.flex-col { flex-direction: column; }
.foot-logo { height: 2.5rem; width: auto; max-width: 8.5rem; }
.hero-frame { position: relative; }
.hero-hud { position: relative; z-index: 3; display: flex; gap: 0.5rem; align-items: center; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--optic); margin-bottom: 1rem; }
.misyon { margin-top: 3rem; max-width: 48rem; border-left: 2px solid var(--optic); background: var(--snow); padding: 2rem 1.5rem; }
dl.meta { display: grid; gap: 2rem; border-top: 1px solid var(--line); padding-top: 2.5rem; }
@media (min-width: 40rem) { dl.meta { grid-template-columns: 1fr 1fr; } }
.kvkk h2 { margin-top: 2rem; font-size: 1.15rem; }
.kvkk p { margin-top: 0.75rem; line-height: 1.7; color: var(--mute); }
.wa-float { text-decoration: none; }

:root {
  --paper: #f4f5f6;
  --snow: #ffffff;
  --ink: #17191c;
  --mute: #5d656e;
  --line: #d8dde2;
  --signal: #e31b32;
  --signal-deep: #b81426;
  --optic: #29b6f6;
  --optic-deep: #00b4d8;
  --steel: #111314;
  --wa: #25d366;
}



* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans), system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  touch-action: manipulation;
  transition: background 160ms ease-out;
}

.btn-signal {
  background: var(--signal);
  color: white;
}

@media (hover: hover) and (pointer: fine) {
  .btn-signal:hover {
    background: var(--signal-deep);
  }
}

.btn-optic {
  background: var(--optic);
  color: white;
}

@media (hover: hover) and (pointer: fine) {
  .btn-optic:hover {
    background: var(--optic-deep);
  }
}

.site-foot {
  background: #2a2e32;
  border-top: 2px solid var(--optic);
}

.site-foot-brand :is(img) {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.site-foot-grid {
  display: grid;
  gap: 2.4rem 2rem;
}

@media (min-width: 48rem) {
  .site-foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 80rem) {
  .site-foot-grid {
    grid-template-columns: 1.3fr 0.9fr 1fr 1.15fr;
  }
}

.site-foot-id {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-foot-head {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-foot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-foot-list a {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  font-size: 0.925rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.site-foot-list a:hover {
  color: #fff;
}

.site-foot-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.site-foot-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  touch-action: manipulation;
}

.site-foot-btn-call {
  background: var(--signal);
  color: #fff;
}

.site-foot-btn-wa {
  background: var(--wa);
  color: #fff;
}

.site-head {
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: var(--snow);
}

.site-nav {
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.55rem;
  min-height: 3rem;
  padding: 0 1.25rem;
  background: transparent;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  flex: none;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  color: var(--ink);
  text-decoration: none;
  transition: color 160ms ease-out;
}

.site-nav a:hover {
  color: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover {
    color: var(--signal);
  }
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.55rem;
  left: 0;
  height: 2px;
  background: var(--optic);
}

.site-nav-panel {
  position: relative;
  z-index: 20;
  padding-bottom: calc(0.75rem + 3.4rem + env(safe-area-inset-bottom));
}

.site-nav-mobile {
  align-items: stretch;
  justify-content: flex-start;
  background: var(--snow);
}

.site-nav-mobile a {
  flex: none;
  min-height: 48px;
  justify-content: flex-start;
  padding: 0.75rem 0.15rem;
  font-size: 1rem;
  white-space: normal;
  text-align: left;
  color: var(--ink);
}

.site-nav-mobile a + a {
  border-top: 1px solid var(--line);
}

.site-nav-mobile a[aria-current="page"]::after {
  display: none;
}

.site-nav-mobile a[aria-current="page"] {
  box-shadow: inset 3px 0 0 var(--optic);
}

.site-call {
  min-height: 44px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.hero-links {
  display: grid;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
  padding-bottom: calc(4.35rem + env(safe-area-inset-bottom));
}
@media (min-width: 80rem) {
  .hero-links { padding-bottom: 0; }
}

.hero-links a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  color: var(--ink);
  text-decoration: none;
  border-top: 1px solid var(--line);
}

@media (min-width: 40rem) {
  .hero-links {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-links a {
    border-top: 0;
  }

  .hero-links a + a {
    border-left: 1px solid var(--line);
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-links a:hover {
    color: var(--signal);
  }
}

.site-wa {
  min-height: 44px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wa);
  text-decoration: none;
  white-space: nowrap;
}

.faq-list {
  border: 1px solid var(--line);
  background: var(--snow);
}

.faq + .faq {
  border-top: 1px solid var(--line);
}

.faq-h {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.faq-q {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
}

.faq-q:hover {
  color: var(--steel);
}

.faq-q:focus-visible {
  outline: 2px solid var(--optic);
  outline-offset: -2px;
}

.faq-mark {
  position: relative;
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid var(--optic);
  background: white;
}

.faq-mark i {
  position: absolute;
  display: block;
  background: var(--optic-deep);
}

.faq-mark i:first-child {
  width: 10px;
  height: 2px;
}

.faq-mark i:last-child {
  width: 2px;
  height: 10px;
  transition: transform 200ms ease, opacity 200ms ease;
}

.faq.is-open .faq-mark i:last-child {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-fold {
  overflow: hidden;
  max-height: 0;
  transition: max-height 240ms ease;
}

.faq.is-open .faq-fold {
  max-height: 40rem;
}

.faq-a {
  margin: 0 1.1rem 1.2rem;
  border-left: 2px solid var(--optic);
  background: var(--paper);
  padding: 1rem 1.2rem 1.15rem;
  font-size: 0.975rem;
  line-height: 1.75;
  color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .faq-fold,
  .faq-mark i:last-child {
    transition: none;
  }
}

.field {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 4px;
  padding: 0.65rem 0.9rem;
  font-size: 16px;
  color: var(--ink);
}

.field:focus {
  outline: 2px solid var(--optic);
  outline-offset: 1px;
}

.panel {
  background: white;
  border: 1px solid var(--line);
}

.brand-mask {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: brand-marquee 48s linear infinite;
}

.brand-run {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.brand-track:hover {
  animation-play-state: paused;
}

@keyframes brand-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    transform: none;
  }
  .brand-run {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-run[aria-hidden="true"] {
    display: none;
  }
}

.site-shell {
  padding-bottom: calc(3.4rem + env(safe-area-inset-bottom));
}

.site-dock {
  position: fixed;
  z-index: 45;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: env(safe-area-inset-bottom);
  background: #2a2e32;
  border-top: 2px solid var(--optic);
}

.site-dock a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  touch-action: manipulation;
}

.site-dock-call {
  background: var(--signal);
}

.site-dock-quote {
  background: var(--optic);
}

.wa-float {
  display: none;
  position: fixed;
  z-index: 45;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  min-height: 52px;
  align-items: center;
  gap: 0.55rem;
  padding: 0 1.1rem;
  background: var(--wa);
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  touch-action: manipulation;
}

@media (min-width: 80rem) {
  .site-shell {
    padding-bottom: 0;
  }

  .site-dock {
    display: none;
  }

  .wa-float {
    display: inline-flex;
  }
}

@media (hover: hover) and (pointer: fine) {
  .wa-float:hover {
    background: #20bd5a;
  }
}

.cookie-pop {
  position: fixed;
  z-index: 46;
  left: max(0.9rem, env(safe-area-inset-left));
  right: max(0.9rem, env(safe-area-inset-right));
  bottom: calc(4.15rem + env(safe-area-inset-bottom));
  max-width: 22.5rem;
  padding: 1.05rem 1.1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 2px solid var(--optic);
  box-shadow: 0 12px 32px rgba(17, 19, 20, 0.16);
  opacity: 0;
  transform: translateY(0.6rem);
  pointer-events: none;
}

.cookie-pop.is-on {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-pop-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.cookie-pop-text {
  margin: 0.45rem 0 0;
  color: var(--mute);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cookie-pop-text a {
  color: var(--ink);
  font-weight: 600;
}

.cookie-pop-ok {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  padding: 0 1.15rem;
  background: var(--optic);
  color: #fff;
  font: inherit;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
}

@media (min-width: 80rem) {
  .cookie-pop {
    right: auto;
    bottom: 5.4rem;
    left: max(1.25rem, env(safe-area-inset-left));
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-pop,
  .cookie-pop.is-on {
    transition: none;
    transform: none;
  }
}

.hero-nvr {
  position: relative;
  isolation: isolate;
  min-height: 32rem;
  overflow: hidden;
  background: #0d1a22;
  color: #fff;
}
@media (min-width: 64rem) {
  .hero-nvr { min-height: 40rem; }
}
.hero-nvr .hero-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 0;
}
.hero-nvr .hero-layer.is-on {
  opacity: 1;
  z-index: 1;
}
.hero-ken {
  position: absolute;
  inset: 0;
  transform-origin: center;
}
.hero-ken.is-ken {
  animation: hero-ken 7.7s linear forwards;
}
.hero-ken img,
.hero-ken video,
.hero-ken iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.hero-nvr .hero-scan,
.hero-nvr .hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.hero-nvr .hero-frame {
  position: absolute;
  inset: 1.25rem;
  pointer-events: none;
  z-index: 3;
}
@media (min-width: 40rem) {
  .hero-nvr .hero-frame { inset: 1.5rem; }
}
.hero-nvr-ui {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 32rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.25rem;
  box-sizing: border-box;
}
@media (min-width: 64rem) {
  .hero-nvr-ui { min-height: 40rem; padding: 2.5rem 4rem; }
}
.hero-nvr-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgb(255 255 255 / 0.85);
}
.hero-nvr .hero-hud {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
}
.hero-clock {
  margin: 0;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.hero-nvr-copy {
  max-width: 36rem;
  padding: 2.5rem 0;
}
.hero-nvr-copy h1 {
  margin: 0;
  font-size: clamp(2.05rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 1px 12px rgb(13 26 34 / 0.65);
}
.hero-nvr-copy p {
  margin: 1.5rem 0 0;
  max-width: 28rem;
  color: rgb(255 255 255 / 0.8);
  font-size: 1.125rem;
  line-height: 1.7;
}
.hero-nvr-dock { display: grid; gap: 0.75rem; }
.hero-nvr-chan {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.hero-chan-label { margin: 0; font-size: 0.875rem; color: rgb(255 255 255 / 0.8); }
.hero-chan-btns { display: flex; gap: 0.25rem; }
.hero-chan-btn {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgb(255 255 255 / 0.35);
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.hero-nvr .hero-timeline { width: 100%; }
.hero-nvr .hero-scrub.is-run {
  animation: hero-scrub linear forwards;
}
.hero-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 3rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.25);
  padding: 0;
  background: rgb(0 0 0 / 0.5);
  cursor: pointer;
}
@media (min-width: 40rem) {
  .hero-thumb { height: 4rem; }
}
.hero-thumb.is-on { border-color: var(--optic); }
.hero-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hero-thumb span {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  background: rgb(0 0 0 / 0.55);
  color: #fff;
  font-size: 10px;
  padding: 0 0.25rem;
}
.clip-grid { display: grid; gap: 1.5rem; list-style: none; margin: 2rem 0 0; padding: 0; }
@media (min-width: 48rem) {
  .clip-grid:has(li:nth-child(2)) { grid-template-columns: 1fr 1fr; }
}
.yt-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); background: #111314; }
.yt-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@keyframes hero-ken {
  to { transform: scale(1.055); }
}
@keyframes hero-scrub {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ken.is-ken,
  .hero-nvr .hero-scrub.is-run {
    animation: none;
  }
}

.hero-scan {
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 3px,
    rgb(0 0 0 / 0.14) 3px 4px
  );
  mix-blend-mode: multiply;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgb(13 26 34 / 0.55) 0%, rgb(13 26 34 / 0.28) 52%, rgb(13 26 34 / 0.08) 100%),
    linear-gradient(180deg, rgb(13 26 34 / 0.18) 0%, transparent 36%, rgb(13 26 34 / 0.38) 100%);
}

.hero-frame {
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.18);
}

.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--optic);
  border-style: solid;
}

.hero-frame::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.hero-frame::after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}

.hero-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--optic);
  border-style: solid;
}

.hero-corner-tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.hero-corner-bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.hero-rec {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
  animation: hero-rec 1.4s steps(1) infinite;
}

.hero-timeline {
  height: 3px;
  background:
    repeating-linear-gradient(90deg, rgb(255 255 255 / 0.22) 0 1px, transparent 1px 12px),
    rgb(255 255 255 / 0.16);
  transform-origin: left center;
}

.hero-scrub {
  height: 100%;
  width: 100%;
  background: var(--optic);
  transform: scaleX(0);
  transform-origin: left center;
}

@keyframes hero-rec {
  50% {
    opacity: 0.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rec {
    animation: none;
  }
}


.contact-desk {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media (min-width: 64rem) {
  .contact-desk {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.75rem;
    align-items: start;
  }
}
.contact-sheet {
  background: var(--snow);
  border: 1px solid var(--line);
  border-left: 3px solid var(--optic);
  padding: 1.35rem 1.25rem 1.5rem;
}
@media (min-width: 40rem) {
  .contact-sheet { padding: 1.75rem 1.6rem 1.85rem; }
}
.contact-sheet-kicker {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--optic);
  font-weight: 700;
}
.contact-sheet-title {
  margin: 0.35rem 0 1.15rem;
  font-size: 1.35rem;
  font-weight: 600;
}
.contact-fields { display: grid; gap: 0.15rem; }
.contact-2 { display: grid; gap: 0 1rem; }
@media (min-width: 40rem) {
  .contact-2 { grid-template-columns: 1fr 1fr; }
}
.contact-sheet .field { width: 100%; }
.contact-sheet textarea.field { min-height: 8rem; }
.contact-kvkk {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--mute);
  line-height: 1.5;
}
.contact-kvkk input { margin-top: 0.25rem; }
.contact-send { width: 100%; margin-top: 1.15rem; justify-content: center; }
.contact-hint { margin: 0.75rem 0 0; }
.contact-map {
  min-height: 16rem;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--steel);
}
.contact-map iframe { width: 100%; min-height: 16rem; height: 18rem; border: 0; display: block; }
@media (min-width: 64rem) {
  .contact-map iframe { height: 20rem; }
}
.contact-chans {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--snow);
}
.contact-chans li {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--line);
}
.contact-chans span {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
  padding-top: 0.2rem;
}
.contact-chans p { margin: 0; line-height: 1.5; }
.contact-chans a { font-weight: 600; }
.contact-side .btn { margin-top: 1rem; width: 100%; justify-content: center; }
  position: relative;
  margin-top: 2.75rem;
  padding: 0.4rem 0 0.2rem 0.15rem;
}
.corp-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.35rem;
  width: 2px;
  pointer-events: none;
}
.corp-track {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 1px;
  background: var(--line);
}
.corp-fill {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 1px;
  background: var(--optic);
  transform: scaleY(0);
  will-change: transform;
}
.corp-bead {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--optic);
  box-shadow: 0 0 0 5px rgb(41 182 246 / 0.22), 0 0 18px rgb(41 182 246 / 0.35);
  will-change: transform;
}
.corp-stops { margin: 0; padding: 0; list-style: none; }
.corp-stop {
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  gap: 0.35rem 1.6rem;
  padding: 0 0 2.6rem;
}
.corp-stop:last-child { padding-bottom: 0.4rem; }
.corp-year {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 2.15rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  color: var(--mute);
  transition: color 280ms cubic-bezier(0.25, 1, 0.5, 1);
}
.corp-node {
  position: absolute;
  top: 0.42rem;
  left: 1.1rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--snow);
  border: 2px solid var(--line);
  transition: border-color 280ms cubic-bezier(0.25, 1, 0.5, 1), background 280ms cubic-bezier(0.25, 1, 0.5, 1);
}
.corp-copy {
  min-width: 0;
  opacity: 0.38;
  transform: translate3d(0, 14px, 0);
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.corp-copy h2 { margin: 0 0 0.55rem; font-size: 1.2rem; font-weight: 600; }
.corp-copy p { margin: 0; font-size: 1.05rem; line-height: 1.75; color: var(--mute); }
.corp-copy p + p { margin-top: 0.85rem; }
.corp-stop.is-on .corp-year { color: var(--ink); }
.corp-stop.is-on .corp-node { border-color: var(--optic); background: var(--optic); }
.corp-stop.is-on .corp-copy { opacity: 1; transform: none; }
.corp-stop.is-on .corp-copy p { color: inherit; }
@media (min-width: 48rem) {
  .corp-rail { left: 2.05rem; }
  .corp-stop {
    grid-template-columns: 7.5rem minmax(0, 38rem);
    gap: 0.5rem 2.2rem;
    padding-bottom: 3.2rem;
  }
  .corp-year { padding-left: 3.05rem; font-size: 1.7rem; }
  .corp-node { left: 1.8rem; }
  .corp-copy h2 { font-size: 1.45rem; }
  .corp-copy p { font-size: 1.125rem; }
}
@media (prefers-reduced-motion: reduce) {
  .corp-bead { display: none; }
  .corp-fill { transform: none; }
  .corp-copy { opacity: 1; transform: none; transition: none; }
  .corp-year { color: var(--ink); transition: none; }
  .corp-node { border-color: var(--optic); background: var(--optic); transition: none; }
}

/* mobile: hide the desktop row even if earlier .site-nav { display:flex } wins */
@media (max-width: 79.99rem) {
  header .nav-desk,
  header .call-desk {
    display: none !important;
  }
  header .menu-btn {
    display: inline-flex !important;
  }
}

