/* ============================================================
   3D SCAN LAB — Metroloji & 3D Tarama Kurumsal Tasarım Sistemi
   Deep Obsidian Theme · Laser Cyan / Point-Cloud Green accents
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  --obsidian: #090D16;
  --obsidian-2: #0C111E;
  --panel: #11182A;
  --panel-2: #0E1422;
  --line: rgba(0, 240, 255, 0.10);
  --line-soft: rgba(255, 255, 255, 0.06);

  --cyan: #00F0FF;
  --cyan-dim: #0bb8c7;
  --cloud: #7CFFB2;       /* nokta bulutu yeşili */
  --cloud-dim: #41c98a;

  --ink: #EAF2FF;
  --ink-soft: #9FB0C9;
  --ink-mute: #61708C;

  --glass: rgba(18, 26, 45, 0.55);
  --glass-2: rgba(13, 19, 34, 0.65);
  --glass-border: rgba(0, 240, 255, 0.18);

  --grad-laser: linear-gradient(135deg, #00F0FF 0%, #7CFFB2 100%);
  --grad-deep: radial-gradient(1200px 600px at 80% -10%, rgba(0, 240, 255, 0.14), transparent 60%),
               radial-gradient(900px 500px at -10% 20%, rgba(124, 255, 178, 0.08), transparent 55%);

  --shadow-glow: 0 0 0 1px rgba(0, 240, 255, 0.18), 0 18px 60px -20px rgba(0, 240, 255, 0.35);
  --shadow-soft: 0 24px 60px -28px rgba(0, 0, 0, 0.85);

  --radius: 18px;
  --radius-lg: 26px;
  --container: 1240px;

  --font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--obsidian);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--cyan); color: var(--obsidian); }

/* ---------- Ambient background grid + glow ---------- */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(0, 240, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 240, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 75%);
  z-index: 0; pointer-events: none;
}
body::after {
  content: "";
  position: fixed; inset: 0;
  background: var(--grad-deep);
  z-index: 0; pointer-events: none;
}
.page-wrap { position: relative; z-index: 1; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 26px; }
section { position: relative; padding: clamp(64px, 9vw, 120px) 0; }
.section-tight { padding: clamp(46px, 6vw, 78px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--cyan);
  padding: 7px 14px; border: 1px solid var(--line);
  border-radius: 100px; background: rgba(0, 240, 255, 0.05);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; }
.h-display { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.h-1 { font-size: clamp(2rem, 4.5vw, 3.3rem); }
.h-2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.lead { color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.18rem); max-width: 62ch; }
.text-cyan { color: var(--cyan); }
.text-cloud { color: var(--cloud); }
.gradient-text {
  background: var(--grad-laser);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .h-1 { margin: 18px 0 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 100px;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.2px;
  transition: transform .25s ease, box-shadow .3s ease, background .3s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad-laser); color: #04121A; box-shadow: 0 10px 34px -10px rgba(0, 240, 255, 0.7); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 46px -12px rgba(0, 240, 255, 0.85); }
.btn-ghost { border: 1px solid var(--glass-border); color: var(--ink); background: var(--glass); backdrop-filter: blur(10px); }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-3px); }
.btn-whatsapp { background: rgba(124, 255, 178, 0.08); border: 1px solid rgba(124, 255, 178, 0.35); color: var(--cloud); }
.btn-whatsapp:hover { background: rgba(124, 255, 178, 0.16); transform: translateY(-3px); }
.btn-block { width: 100%; justify-content: center; }
.btn-lg { padding: 17px 34px; font-size: 1.02rem; }

/* Neon glow store button (header) */
.btn-neon {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 18px; border-radius: 100px;
  color: var(--obsidian); font-weight: 600; font-size: .86rem;
  letter-spacing: .2px; line-height: 1; white-space: nowrap;
  background: var(--grad-laser);
  box-shadow: 0 0 0 1px rgba(0,240,255,.4), 0 0 22px -2px rgba(0,240,255,.65);
  animation: neonPulse 3.2s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .3s ease;
}
.btn-neon::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--obsidian); box-shadow: 0 0 6px rgba(4,18,26,.5);
}
.btn-neon:hover { transform: translateY(-2px) scale(1.02); }
@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(0,240,255,.4), 0 0 18px -2px rgba(0,240,255,.55); }
  50% { box-shadow: 0 0 0 1px rgba(124,255,178,.5), 0 0 30px 1px rgba(0,240,255,.85); }
}

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  position: relative; z-index: 60;
  background: linear-gradient(90deg, rgba(0,240,255,.08), rgba(124,255,178,.05));
  border-bottom: 1px solid var(--line);
  font-size: 12.5px; color: var(--ink-soft);
}
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 38px; text-align: center; }
.topbar b { color: var(--cyan); font-weight: 600; }
.topbar .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cloud); box-shadow: 0 0 10px var(--cloud); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(9, 13, 22, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
  transition: background .3s ease, border-color .3s ease;
}
.site-header.scrolled { background: rgba(9, 13, 22, 0.92); border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 20px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; flex: none; border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(0,240,255,.25), rgba(13,19,34,.9));
  border: 1px solid var(--glass-border);
  display: grid; place-items: center;
}
.brand-mark svg { width: 26px; height: 26px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text .t1 { font-weight: 800; font-size: 1.18rem; letter-spacing: .5px; }
.brand-text .t1 span { color: var(--cyan); }
.brand-text .t2 { font-family: var(--mono); font-size: 9.5px; letter-spacing: 3px; color: var(--ink-mute); text-transform: uppercase; margin-top: 3px; }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a {
  position: relative; padding: 9px 14px; border-radius: 10px;
  font-size: 0.92rem; font-weight: 500; color: var(--ink-soft);
  transition: color .2s ease, background .2s ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.nav-menu a:hover { color: var(--ink); background: rgba(255,255,255,.04); }
.nav-menu a.active { color: var(--cyan); }
.nav-menu a.active::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px;
  background: var(--grad-laser); border-radius: 2px;
}
.nav-menu a .ext { width: 13px; height: 13px; opacity: .6; }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: var(--glass); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ============================================================
   GLASS CARD primitive
   ============================================================ */
.glass {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow: var(--shadow-soft);
}
.card {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(18,26,45,.7), rgba(12,17,30,.55));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s, box-shadow .35s;
}
.card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px 200px at var(--mx, 50%) var(--my, 0%), rgba(0,240,255,.10), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.card:hover { transform: translateY(-6px); border-color: var(--glass-border); box-shadow: var(--shadow-glow); }
.card:hover::before { opacity: 1; }
.card-icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(0,240,255,.07); border: 1px solid var(--line); margin-bottom: 20px;
}
.card-icon svg { width: 28px; height: 28px; color: var(--cyan); }
.card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: .96rem; }
.card .more { margin-top: 18px; color: var(--cyan); font-family: var(--mono); font-size: .82rem; letter-spacing: 1px; display: inline-flex; gap: 7px; align-items: center; }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: center; }

/* ---------- Image media frame ---------- */
.media {
  position: relative; overflow: hidden; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--panel-2);
}
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(9,13,22,.78));
  pointer-events: none;
}
.media:hover img { transform: scale(1.06); }
.media .tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 12px; border-radius: 100px; color: var(--cyan);
  background: rgba(9,13,22,.7); border: 1px solid var(--glass-border); backdrop-filter: blur(8px);
}
.media .caption {
  position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2;
}
.media .caption b { display: block; font-size: 1.05rem; }
.media .caption span { color: var(--ink-soft); font-size: .85rem; }

/* Asymmetric mosaic grid */
.mosaic { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; }
.mosaic .media { height: 100%; }
.m-tall { grid-row: span 2; }
.m-wide { grid-column: span 2; }
.m-big { grid-column: span 2; grid-row: span 2; }

/* ---------- Stat strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 26px 18px; }
.stat .num { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -.02em; }
.stat .num .gradient-text { display: inline; }
.stat .lbl { color: var(--ink-soft); font-size: .9rem; margin-top: 6px; }

/* ---------- List with markers ---------- */
.feat-list { display: grid; gap: 14px; }
.feat-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink-soft); }
.feat-list li::before {
  content: ""; flex: none; margin-top: 7px; width: 9px; height: 9px; border-radius: 3px;
  background: var(--grad-laser); box-shadow: 0 0 10px rgba(0,240,255,.6); transform: rotate(45deg);
}
.feat-list li b { color: var(--ink); font-weight: 600; }

/* Format pills */
.pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.pill {
  font-family: var(--mono); font-size: 12px; letter-spacing: 1px;
  padding: 6px 13px; border-radius: 8px; color: var(--cloud);
  background: rgba(124,255,178,.07); border: 1px solid rgba(124,255,178,.22);
}

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(40px, 6vw, 70px); padding-bottom: clamp(50px, 7vw, 96px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.hero h1 { margin: 22px 0 22px; }
.hero .lead { font-size: 1.16rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.hero-trust .t { display: flex; gap: 12px; align-items: center; }
.hero-trust .t .ico { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(0,240,255,.07); border: 1px solid var(--line); }
.hero-trust .t .ico svg { width: 21px; height: 21px; color: var(--cyan); }
.hero-trust .t b { display: block; font-size: 1.02rem; }
.hero-trust .t span { font-size: .8rem; color: var(--ink-mute); }

/* Hero visual stack */
.hero-visual { position: relative; }
.hero-visual .media { aspect-ratio: 4/5; }
.hero-visual .float-card {
  position: absolute; left: -22px; bottom: 26px;
  padding: 16px 18px; border-radius: 16px; display: flex; gap: 13px; align-items: center;
  animation: floaty 5s ease-in-out infinite;
}
.hero-visual .float-card .ring {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  background: conic-gradient(var(--cyan) 0 78%, rgba(255,255,255,.08) 78% 100%);
  display: grid; place-items: center; position: relative;
}
.hero-visual .float-card .ring::after { content: "0.01"; position: absolute; font-family: var(--mono); font-size: 11px; background: var(--obsidian); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: var(--cyan); }
.hero-visual .float-card b { font-size: .95rem; }
.hero-visual .float-card span { font-size: .76rem; color: var(--ink-soft); display: block; }
.hero-visual .float-top {
  position: absolute; right: -16px; top: 30px;
  padding: 13px 17px; border-radius: 14px; font-family: var(--mono); font-size: 12px;
  animation: floaty 6s ease-in-out infinite reverse;
}
.hero-visual .float-top .live { color: var(--cloud); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* scanning beam overlay on hero image */
.scanline { position: absolute; inset: 0; z-index: 2; overflow: hidden; border-radius: var(--radius); pointer-events: none; }
.scanline::before {
  content: ""; position: absolute; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 18px 2px rgba(0,240,255,.7);
  animation: scan 3.6s ease-in-out infinite;
}
@keyframes scan { 0% { top: 4%; } 50% { top: 96%; } 100% { top: 4%; } }

/* ============================================================
   PROCESS / STEPS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 28px 24px; }
.step .n { font-family: var(--mono); font-size: .82rem; color: var(--cyan); letter-spacing: 2px; }
.step h3 { font-size: 1.1rem; margin: 12px 0 8px; }
.step p { color: var(--ink-soft); font-size: .9rem; }
.step .bar { position: absolute; left: 0; top: 0; height: 3px; width: 46px; background: var(--grad-laser); border-radius: 3px; }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 72px);
  background:
    radial-gradient(700px 300px at 80% 0%, rgba(0,240,255,.18), transparent 60%),
    linear-gradient(135deg, rgba(18,26,45,.85), rgba(12,17,30,.9));
  border: 1px solid var(--glass-border);
  text-align: center;
}
.cta-band .h-1 { margin-bottom: 16px; }
.cta-band .lead { margin: 0 auto 28px; }
.cta-band .hero-cta { justify-content: center; margin-bottom: 0; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { padding: clamp(46px, 6vw, 84px) 0 clamp(30px, 4vw, 50px); }
.breadcrumb { font-family: var(--mono); font-size: 12px; letter-spacing: 1.5px; color: var(--ink-mute); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb span { color: var(--cyan); }
.page-hero h1 { margin: 16px 0 18px; }

/* ============================================================
   PORTFOLIO / GALLERY
   ============================================================ */
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.filterbtn {
  padding: 9px 18px; border-radius: 100px; font-size: .88rem; font-weight: 500;
  color: var(--ink-soft); border: 1px solid var(--line); background: var(--glass-2); transition: .25s;
}
.filterbtn:hover { color: var(--ink); border-color: var(--glass-border); }
.filterbtn.active { color: var(--obsidian); background: var(--grad-laser); border-color: transparent; font-weight: 600; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gitem { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); aspect-ratio: 4/3; transition: opacity .4s, transform .4s; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gitem .ov {
  position: absolute; inset: 0; z-index: 2; padding: 22px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(180deg, rgba(9,13,22,.05) 30%, rgba(9,13,22,.92));
  opacity: 0; transform: translateY(14px); transition: .4s;
}
.gitem .ov .k { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--cyan); text-transform: uppercase; }
.gitem .ov b { font-size: 1.15rem; margin: 6px 0 4px; }
.gitem .ov span { font-size: .85rem; color: var(--ink-soft); }
.gitem:hover img { transform: scale(1.08); }
.gitem:hover .ov { opacity: 1; transform: translateY(0); }
.gitem .corner { position: absolute; top: 0; right: 0; z-index: 3; width: 38px; height: 38px; }
.gitem .corner::before, .gitem .corner::after { content:""; position:absolute; background: var(--cyan); opacity:.55; }
.gitem .corner::before { top:12px; right:12px; width:16px; height:2px; }
.gitem .corner::after { top:12px; right:12px; width:2px; height:16px; }
.gitem.span2 { grid-column: span 2; aspect-ratio: auto; }
.gitem.hide { display: none; }

/* ============================================================
   FORMS
   ============================================================ */
.form-grid { display: grid; grid-template-columns: 1.3fr .85fr; gap: 30px; align-items: start; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; color: var(--ink-soft); margin-bottom: 8px; font-weight: 500; }
.field label .req { color: var(--cloud); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 12px;
  background: var(--panel-2); border: 1px solid var(--line); color: var(--ink);
  font-family: inherit; font-size: .95rem; transition: border-color .25s, box-shadow .25s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-mute); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,240,255,.12);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2300F0FF' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span {
  display: inline-block; padding: 9px 16px; border-radius: 100px; font-size: .86rem;
  border: 1px solid var(--line); background: var(--panel-2); color: var(--ink-soft); transition: .2s;
}
.chip input:checked + span { color: var(--obsidian); background: var(--grad-laser); border-color: transparent; font-weight: 600; }
.form-note { font-size: .8rem; color: var(--ink-mute); margin-top: 6px; }
.form-success {
  display: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px;
  background: rgba(124,255,178,.08); border: 1px solid rgba(124,255,178,.3); color: var(--cloud); font-size: .9rem;
}
.form-success.show { display: flex; gap: 10px; align-items: center; }

/* contact info panel */
.info-row { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.info-row:last-child { border-bottom: none; }
.info-row .ico { width: 42px; height: 42px; flex: none; border-radius: 11px; display: grid; place-items: center; background: rgba(0,240,255,.07); border: 1px solid var(--line); }
.info-row .ico svg { width: 20px; height: 20px; color: var(--cyan); }
.info-row .k { font-size: .76rem; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 1.5px; font-family: var(--mono); }
.info-row .v { font-weight: 600; }
.info-row .v a:hover { color: var(--cyan); }

.map-frame {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  position: relative; min-height: 260px;
  background:
    linear-gradient(rgba(0,240,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,240,255,.05) 1px, transparent 1px),
    var(--panel-2);
  background-size: 30px 30px, 30px 30px, auto;
  display: grid; place-items: center; text-align: center; color: var(--ink-soft);
}
.map-frame .pin { width: 54px; height: 54px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--grad-laser); display: grid; place-items: center; box-shadow: 0 0 30px rgba(0,240,255,.5); margin-bottom: 16px; }
.map-frame .pin::after { content:""; width: 18px; height: 18px; border-radius: 50%; background: var(--obsidian); }

/* ============================================================
   CORPORATE / OFFICES
   ============================================================ */
.office { padding: 0; overflow: hidden; }
.office .media { aspect-ratio: 16/10; border: none; border-bottom: 1px solid var(--line); border-radius: 0; }
.office .body { padding: 26px 28px 30px; }
.office .body .flag { font-family: var(--mono); font-size: 12px; letter-spacing: 2px; color: var(--cloud); }
.office .body h3 { margin: 8px 0 12px; font-size: 1.35rem; }
.office .body p { color: var(--ink-soft); font-size: .92rem; }

.timeline { position: relative; padding-left: 32px; }
.timeline::before { content:""; position:absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--cyan), var(--cloud), transparent); }
.tl-item { position: relative; padding: 0 0 30px 8px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content:""; position:absolute; left: -32px; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--obsidian); border: 2px solid var(--cyan); box-shadow: 0 0 14px rgba(0,240,255,.6); }
.tl-item .yr { font-family: var(--mono); color: var(--cyan); font-size: .9rem; letter-spacing: 1px; }
.tl-item h4 { font-size: 1.1rem; margin: 6px 0 6px; }
.tl-item p { color: var(--ink-soft); font-size: .92rem; }

/* value cards */
.value { padding: 26px; }
.value .ico { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: rgba(124,255,178,.07); border: 1px solid rgba(124,255,178,.22); margin-bottom: 16px; }
.value .ico svg { width: 26px; height: 26px; color: var(--cloud); }
.value h3 { font-size: 1.12rem; margin-bottom: 8px; }
.value p { color: var(--ink-soft); font-size: .92rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { position: relative; z-index: 1; border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(0,240,255,.03)); margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; padding: 64px 0 48px; }
.footer-col h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--cyan); margin-bottom: 18px; font-family: var(--mono); }
.footer-col p, .footer-col li { color: var(--ink-soft); font-size: .9rem; margin-bottom: 11px; line-height: 1.55; }
.footer-col a:hover { color: var(--cyan); }
.footer-brand .brand { margin-bottom: 18px; }
.footer-legal { background: rgba(0,240,255,.04); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; margin-bottom: 6px; }
.footer-legal .ttl { font-weight: 700; color: var(--ink); margin-bottom: 12px; font-size: .98rem; display: flex; align-items: center; gap: 9px; }
.footer-legal .ttl svg { width: 18px; height: 18px; color: var(--cyan); }
.footer-legal .row { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px dashed var(--line-soft); font-size: .84rem; }
.footer-legal .row:last-child { border-bottom: none; }
.footer-legal .row .k { color: var(--ink-mute); }
.footer-legal .row .v { color: var(--ink); text-align: right; font-weight: 500; }
.footer-contact .ln { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: .88rem; color: var(--ink-soft); }
.footer-contact .ln svg { width: 17px; height: 17px; color: var(--cyan); flex: none; margin-top: 3px; }
.footer-contact .ln b { color: var(--ink); display: block; font-weight: 600; }
.footer-bottom { border-top: 1px solid var(--line-soft); padding: 22px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; font-size: .82rem; color: var(--ink-mute); }
.footer-bottom .soc { display: flex; gap: 10px; }
.footer-bottom .soc a { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--glass-2); transition: .25s; }
.footer-bottom .soc a:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-3px); }
.footer-bottom .soc svg { width: 17px; height: 17px; }

/* ============================================================
   WhatsApp Floating
   ============================================================ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: flex; align-items: center; gap: 10px; padding: 13px 18px 13px 14px;
  border-radius: 100px; background: #1faa55; color: #fff; font-weight: 600; font-size: .9rem;
  box-shadow: 0 14px 40px -10px rgba(31,170,85,.7); transition: transform .25s;
}
.wa-float:hover { transform: translateY(-3px) scale(1.03); }
.wa-float svg { width: 24px; height: 24px; }
.wa-float .pulse { position:absolute; inset:0; border-radius:100px; box-shadow: 0 0 0 0 rgba(31,170,85,.5); animation: waPulse 2.4s infinite; }
@keyframes waPulse { 0%{ box-shadow:0 0 0 0 rgba(31,170,85,.5);} 70%{ box-shadow:0 0 0 16px rgba(31,170,85,0);} 100%{ box-shadow:0 0 0 0 rgba(31,170,85,0);} }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin-inline: auto; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 920px) {
  .nav-menu {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); z-index: 70;
    flex-direction: column; align-items: stretch; gap: 6px; padding: 90px 22px 30px;
    background: rgba(9,13,22,.97); backdrop-filter: blur(20px);
    border-left: 1px solid var(--line); transform: translateX(105%); transition: transform .35s ease;
  }
  .nav-menu.open { transform: none; }
  .nav-menu a { padding: 14px 16px; border-radius: 12px; font-size: 1rem; }
  .nav-menu a.active::after { display: none; }
  .nav-toggle { display: block; }
  .nav-actions .btn-neon { display: none; }
  .split { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .m-big, .m-wide { grid-column: span 2; }
  .m-big { grid-row: span 1; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4, .stats, .gallery, .mosaic, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .gitem.span2 { grid-column: span 1; }
  .m-tall, .m-big { grid-row: span 1; }
  .hero-visual .float-card { left: 8px; }
  .wa-float span { display: none; }
  .topbar .container { font-size: 11px; }
}
