
    :root {
      --bg: #f4f7fb;
      --bg-soft: #ffffff;
      --surface: rgba(255,255,255,0.82);
      --surface-strong: #ffffff;
      --hero-bg-1: #071428;
      --hero-bg-2: #0f2d57;
      --text: #162133;
      --text-soft: #31445f;
      --muted: #66758f;
      --line: rgba(18,43,82,0.12);
      --brand: #0f3f74;
      --brand-2: #f0a11f;
      --brand-3: #ffd36a;
      --accent: #edf5ff;
      --shadow: 0 18px 50px rgba(8,18,39,0.10);
      --shadow-strong: 0 24px 60px rgba(8,18,39,0.16);
      --radius: 22px;
      --container: 1180px;
      --navbar-bg: rgba(255,255,255,0.78);
      --topbar-bg: #07111f;
      --topbar-text: rgba(255,255,255,0.86);
      --hero-card-bg: rgba(255,255,255,0.08);
      --hero-pill-bg: rgba(255,255,255,0.08);
      --hero-pill-line: rgba(255,255,255,0.1);
      --hero-badge-bg: rgba(255,255,255,0.07);
      --cta-text: rgba(255,255,255,0.86);
      --cursor-glow: rgba(240,161,31,0.14);
    }

    body.dark {
      --bg: #06101d;
      --bg-soft: #0a1628;
      --surface: rgba(13,26,46,0.88);
      --surface-strong: #0d1a2e;
      --hero-bg-1: #06101d;
      --hero-bg-2: #0f274c;
      --text: #f4f7fb;
      --text-soft: #c7d2e1;
      --muted: #9ab0c8;
      --line: rgba(255,255,255,0.10);
      --brand: #8cbaff;
      --brand-2: #ffb53a;
      --brand-3: #ffd978;
      --accent: rgba(140,186,255,0.10);
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --shadow-strong: 0 24px 60px rgba(0,0,0,0.34);
      --navbar-bg: rgba(6,16,29,0.76);
      --topbar-bg: #040b14;
      --topbar-text: rgba(255,255,255,0.78);
      --hero-card-bg: rgba(255,255,255,0.06);
      --hero-pill-bg: rgba(255,255,255,0.06);
      --hero-pill-line: rgba(255,255,255,0.08);
      --hero-badge-bg: rgba(255,255,255,0.06);
      --cta-text: rgba(255,255,255,0.82);
      --cursor-glow: rgba(255,181,58,0.12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
    main { overflow-x: clip; }

    @supports (-webkit-touch-callout: none) {
      html { scroll-behavior: auto; }
      body { overscroll-behavior-y: none; }
    }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      color: var(--text);
      background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
      line-height: 1.65;
      transition: background .35s ease, color .35s ease;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img, svg { display: block; max-width: 100%; }

    .container {
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }

    

    .scroll-progress {
      position: fixed;
      left: 0;
      top: 0;
      width: 0%;
      height: 3px;
      background: linear-gradient(90deg, var(--brand-2), var(--brand-3));
      z-index: 1000;
      box-shadow: 0 0 14px rgba(240,161,31,.5);
    }

    .topbar {
      background: var(--topbar-bg);
      color: var(--topbar-text);
      font-size: .95rem;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      transition: background .35s ease, color .35s ease;
    }

    .topbar .inner,
    .navbar .inner,
    .footer-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 12px 0;
    }

    .topbar .info,
    .topbar .actions,
    .nav-links,
    .hero-actions,
    .contact-links,
    .badges,
    .toolbar,
    .footer-socials,
    .hero-mini-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .topbar .actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 14px;
      border-radius: 999px;
      background: linear-gradient(135deg, #25D366, #17b857);
      color: #fff;
      font-weight: 900;
      box-shadow: 0 10px 24px rgba(37,211,102,.24);
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .topbar .actions a:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(37,211,102,.34);
      filter: saturate(1.03);
    }

    .navbar {
      position: sticky;
      top: 0;
      z-index: 80;
      background: var(--navbar-bg);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
      transition: background .35s ease, border-color .35s ease;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .brand-mark {
      width: 78px;
      height: 78px;
      border-radius: 14px;
      background: transparent;
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
      padding: 0;
      flex: 0 0 auto;
      overflow: hidden;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

    .brand strong {
      font-size: 2rem;
      letter-spacing: .20em;
      color: var(--text);
      line-height: 1;
      font-weight: 900;
    }

    .brand span {
      color: var(--brand-2);
      font-size: .82rem;
      letter-spacing: .20em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .nav-links a {
      font-weight: 700;
      color: var(--text-soft);
      position: relative;
      transition: color .25s ease;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, var(--brand-2), transparent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .25s ease;
    }

    .nav-links a:hover,
    .nav-links a.active { color: var(--text); }
    .nav-links a:hover::after,
    .nav-links a.active::after { transform: scaleX(1); }

    .toolbar { flex-wrap: nowrap; gap: 10px; }

    .tool-btn,
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      font-weight: 800;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    }

    .tool-btn {
      height: 40px;
      padding: 0 16px;
      border: 1px solid var(--line);
      background: var(--surface);
      color: var(--text);
      box-shadow: var(--shadow);
      backdrop-filter: blur(10px);
    }

    .tool-btn:hover,
    .btn:hover,
    .stat:hover,
    .feature:hover,
    .service-card:hover,
    .contact-card:hover,
    .panel:hover,
    .footer-card:hover {
      transform: translateY(-3px);
    }

    .btn {
      padding: 14px 22px;
      border: 1px solid transparent;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--brand-2), #ff8708);
      color: #fff;
      box-shadow: 0 14px 28px rgba(240,161,31,0.28);
    }

    .btn-outline {
      border-color: rgba(255,255,255,0.18);
      color: #fff;
      background: rgba(255,255,255,0.06);
    }

    .btn-light {
      border-color: var(--line);
      color: var(--text);
      background: var(--surface-strong);
      box-shadow: var(--shadow);
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 10% 12%, rgba(240,161,31,0.14), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(140,186,255,0.16), transparent 20%),
        linear-gradient(135deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
      color: #fff;
      padding: 86px 0 76px;
      isolation: isolate;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.18fr .92fr;
      gap: 42px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(12px);
      opacity: .34;
      pointer-events: none;
      z-index: 0;
    }

    .hero::before {
      width: 260px;
      height: 260px;
      left: -70px;
      top: 36px;
      background: rgba(240,161,31,0.18);
      animation: floatSlow 12s ease-in-out infinite;
    }

    .hero::after {
      width: 340px;
      height: 340px;
      right: -120px;
      bottom: -80px;
      background: rgba(140,186,255,0.18);
      animation: floatSlow 16s ease-in-out infinite reverse;
    }

    .hero-visual {
      position: absolute;
      right: 18px;
      bottom: 116px;
      width: min(43vw, 460px);
      height: 300px;
      pointer-events: none;
      opacity: .5;
      z-index: 1;
    }

    .hero-structures {
      position: absolute;
      left: 24px;
      bottom: 6px;
      width: min(38vw, 420px);
      height: 180px;
      pointer-events: none;
      opacity: .28;
      z-index: 1;
    }

    .structure-scene {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .bridge {
      position: absolute;
      left: 0;
      right: 120px;
      bottom: 30px;
      height: 70px;
      animation: bridgeGlow 5s ease-in-out infinite;
    }

    .bridge-deck {
      position: absolute;
      left: 0;
      right: 0;
      top: 18px;
      height: 8px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(240,161,31,0.85), rgba(255,255,255,0.2));
    }

    .bridge-arch {
      position: absolute;
      left: 24px;
      right: 24px;
      top: 8px;
      height: 46px;
      border: 3px solid rgba(140,186,255,0.52);
      border-bottom: none;
      border-top-left-radius: 120px 70px;
      border-top-right-radius: 120px 70px;
    }

    .bridge-pier {
      position: absolute;
      bottom: 0;
      width: 8px;
      height: 34px;
      border-radius: 8px;
      background: rgba(255,255,255,0.45);
    }

    .bridge-pier.p1 { left: 48px; }
    .bridge-pier.p2 { left: 120px; }
    .bridge-pier.p3 { left: 192px; }

    .house {
      position: absolute;
      right: 24px;
      bottom: 24px;
      width: 92px;
      height: 92px;
      animation: housePulse 4.8s ease-in-out infinite;
    }

    .house-base {
      position: absolute;
      left: 18px;
      bottom: 0;
      width: 58px;
      height: 40px;
      border-radius: 8px;
      background: rgba(255,255,255,0.24);
      border: 2px solid rgba(255,255,255,0.38);
    }

    .house-roof {
      position: absolute;
      left: 12px;
      bottom: 34px;
      width: 0;
      height: 0;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      border-bottom: 28px solid rgba(240,161,31,0.82);
    }

    .house-door {
      position: absolute;
      left: 40px;
      bottom: 0;
      width: 14px;
      height: 22px;
      border-radius: 6px 6px 0 0;
      background: rgba(10,31,68,0.72);
    }

    .house-window {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 3px;
      background: rgba(140,186,255,0.85);
      box-shadow: 0 0 10px rgba(140,186,255,0.25);
    }

    .house-window.w1 { left: 28px; bottom: 18px; }
    .house-window.w2 { right: 28px; bottom: 18px; }

    .viaduct-line {
      position: absolute;
      left: 8px;
      right: 12px;
      bottom: 18px;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(240,161,31,0.7), transparent);
      animation: roadSweep 4s ease-in-out infinite;
    }

    .drone-scene { position: relative; width: 100%; height: 100%; }

    .drone {
      position: absolute;
      top: -34px;
      right: 88px;
      width: 146px;
      height: 72px;
      animation: droneFly 7s ease-in-out infinite;
    }

    .drone-body {
      position: absolute;
      left: 38px;
      top: 18px;
      width: 62px;
      height: 28px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(210,226,255,0.62));
      box-shadow: 0 0 22px rgba(255,255,255,0.14);
    }

    .drone-arm {
      position: absolute;
      top: 28px;
      width: 40px;
      height: 4px;
      background: rgba(255,255,255,0.74);
      border-radius: 999px;
    }

    .drone-arm.left { left: 2px; }
    .drone-arm.right { right: 2px; }

    .prop {
      position: absolute;
      width: 24px;
      height: 24px;
      border: 2px solid rgba(240,161,31,0.92);
      border-radius: 50%;
      animation: spinProp .7s linear infinite;
      box-shadow: 0 0 12px rgba(240,161,31,0.24);
    }

    .prop::before,
    .prop::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 18px;
      height: 2px;
      background: rgba(255,255,255,0.82);
      transform: translate(-50%, -50%);
      border-radius: 999px;
    }
    .prop::after { transform: translate(-50%, -50%) rotate(90deg); }
    .prop.p1 { top: 10px; left: 0; }
    .prop.p2 { top: 10px; right: 0; }
    .prop.p3 { bottom: 0; left: 14px; }
    .prop.p4 { bottom: 0; right: 14px; }

    .drone-path {
      position: absolute;
      right: 104px;
      top: 2px;
      width: 216px;
      height: 88px;
      border-top: 2px dashed rgba(255,255,255,0.28);
      border-right: 2px dashed rgba(255,255,255,0.18);
      border-top-right-radius: 80px;
      animation: pathGlow 3s ease-in-out infinite;
    }

    .survey-tripod {
      position: absolute;
      right: 24px;
      bottom: 30px;
      width: 160px;
      height: 220px;
      animation: tripodPulse 4.5s ease-in-out infinite;
    }

    .survey-head {
      position: absolute;
      left: 52px;
      top: 8px;
      width: 58px;
      height: 54px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(240,161,31,0.96), rgba(255,188,78,0.82));
      box-shadow: 0 0 18px rgba(240,161,31,0.24);
    }

    .survey-head::before {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: 50%;
      border: 3px solid rgba(9,21,43,0.68);
    }

    .leg {
      position: absolute;
      top: 58px;
      width: 4px;
      height: 136px;
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(240,161,31,0.84));
      border-radius: 999px;
      transform-origin: top center;
    }
    .leg.l1 { left: 78px; transform: rotate(3deg); }
    .leg.l2 { left: 56px; transform: rotate(23deg); }
    .leg.l3 { left: 100px; transform: rotate(-23deg); }

    .scan-ring {
      position: absolute;
      left: 40px;
      top: -8px;
      width: 78px;
      height: 78px;
      border-radius: 50%;
      border: 2px solid rgba(140,186,255,0.52);
      animation: scanRing 2.8s ease-out infinite;
    }
    .scan-ring.r2 { animation-delay: 1.4s; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      color: rgba(255,255,255,0.92);
      padding: 9px 16px;
      border-radius: 999px;
      font-size: .92rem;
      margin-bottom: 20px;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    h1 {
      font-size: clamp(2.7rem, 5vw, 5.1rem);
      line-height: 1.03;
      margin: 0 0 18px;
      letter-spacing: -.04em;
      max-width: 12ch;
      font-weight: 900;
    }


    .hero-title-line {
      display: block;
      max-width: 100%;
      word-break: normal;
      overflow-wrap: normal;
      hyphens: none;
      text-wrap: balance;
    }

    .hero p.lead {
      font-size: 1.12rem;
      color: rgba(255,255,255,0.86);
      max-width: 58ch;
      margin: 0 0 28px;
    }

    .hero-mini-grid { margin: 18px 0 0; gap: 10px; }
    .mini-info {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      padding: 10px 14px;
      color: rgba(255,255,255,0.84);
      font-size: .96rem;
    }

    .badges { margin-top: 28px; }

    .badge {
      background: var(--hero-badge-bg);
      border: 1px solid rgba(255,255,255,0.10);
      color: rgba(255,255,255,0.92);
      padding: 14px 18px;
      border-radius: 20px;
      font-size: .95rem;
      min-width: 170px;
      backdrop-filter: blur(10px);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
    }
    .badge strong { display: block; font-size: 1.02rem; margin-bottom: 2px; }

    .hero-card {
      background: var(--hero-card-bg);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 30px;
      padding: 24px;
      box-shadow: var(--shadow-strong);
      backdrop-filter: blur(14px);
      animation: riseIn .9s ease both;
      position: relative;
    }

    .hero-card-inner {
      background: rgba(10,31,68,0.46);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 28px;
      padding: 28px;
    }

    .hero-person {
      display: grid;
      grid-template-columns: 78px 1fr;
      gap: 16px;
      align-items: center;
      margin-bottom: 20px;
    }

    .hero-card h3 {
      margin: 0;
      font-size: 1.9rem;
      line-height: 1.04;
      letter-spacing: -.03em;
      color: #fff;
    }

    .hero-card .role {
      color: rgba(255,255,255,0.78);
      margin: 12px 0 18px;
      font-size: 1.05rem;
    }

    .hero-contact-stack { display: grid; gap: 12px; }
    .hero-contact-pill {
      padding: 14px 16px;
      border-radius: 16px;
      background: var(--hero-pill-bg);
      border: 1px solid var(--hero-pill-line);
      color: rgba(255,255,255,0.94);
      font-weight: 600;
    }

    section { padding: 84px 0; }

    .section-head {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: end;
      margin-bottom: 30px;
    }
    .section-head h2 {
      margin: 0 0 10px;
      font-size: clamp(2rem, 2.8vw, 3rem);
      line-height: 1.1;
      letter-spacing: -.03em;
      font-weight: 900;
    }
    .section-head p { margin: 0; max-width: 62ch; color: var(--muted); }

    .about-wrap,
    .contact-grid,
    .footer-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 28px;
    }

    .panel,
    .service-card,
    .contact-card,
    .stat,
    .footer-card {
      background: var(--surface-strong);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
      padding: 30px;
      transition: transform .25s ease, box-shadow .25s ease, background .35s ease, border-color .35s ease;
    }

    .feature-grid,
    .services-grid,
    .stats-grid {
      display: grid;
      gap: 18px;
    }

    .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .feature {
      padding: 22px;
      border-radius: 18px;
      background: var(--surface-strong);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      transition: transform .25s ease, box-shadow .25s ease;
      position: relative;
      overflow: hidden;
    }

    .feature::after,
    .service-card::after {
      content: "";
      position: absolute;
      inset: auto -20px -20px auto;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(240,161,31,0.16), transparent 70%);
      opacity: 0;
      transition: opacity .25s ease;
      pointer-events: none;
    }

    .feature:hover::after,
    .service-card:hover::after { opacity: 1; }

    .feature h3,
    .service-card h3,
    .panel h3,
    .contact-card h3,
    .footer-card h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.1rem; color: var(--text); }


    .about-career {
      display: grid;
      gap: 12px;
      margin-top: 22px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }

    .about-career-item {
      display: grid;
      grid-template-columns: 112px 1fr;
      gap: 16px;
      align-items: start;
      padding: 14px 15px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: rgba(255,255,255,.025);
    }

    .about-career-item > strong {
      color: var(--brand-2);
      font-size: .82rem;
      letter-spacing: .02em;
    }

    .about-career-item span {
      display: block;
      color: var(--text);
      font-weight: 900;
      line-height: 1.35;
    }

    .about-career-item small {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      line-height: 1.55;
      font-size: .82rem;
    }

    .about-tools {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    .about-tools span {
      padding: 7px 10px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--surface);
      color: var(--text-soft);
      font-size: .75rem;
      font-weight: 850;
    }

    .feature p,
    .service-card p,
    .panel p,
    .contact-card p,
    .stat span,
    .footer-card p,
    .footer-links a { margin: 0; color: var(--muted); }

    .services-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }

    .service-visual {
      grid-column: span 3;
      display: flex;
      justify-content: center;
      margin-bottom: 8px;
    }

    .service-motion {
      position: relative;
      width: min(100%, 1120px);
      min-height: 500px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 10% 20%, rgba(240,161,31,0.13), transparent 20%),
        radial-gradient(circle at 75% 35%, rgba(140,186,255,0.12), transparent 22%),
        linear-gradient(135deg, rgba(4,13,28,0.98), rgba(9,28,54,0.97));
      border: 1px solid rgba(255,255,255,0.14);
      overflow: hidden;
      box-shadow: var(--shadow-strong);
      padding: 30px 26px 28px;
    }

    .service-motion::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(to right, rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.045) 1px, transparent 1px);
      background-size: 46px 46px;
      opacity: .42;
    }

    .service-motion::after {
      content: "";
      position: absolute;
      left: 42px;
      right: 42px;
      bottom: 94px;
      height: 1px;
      background: linear-gradient(90deg, rgba(240,161,31,.1), rgba(240,161,31,.85), rgba(140,186,255,.65), rgba(240,161,31,.85), rgba(240,161,31,.1));
      box-shadow: 0 0 18px rgba(240,161,31,0.34);
    }

    .expert-flow {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0;
      min-height: 360px;
    }

    .expert-item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      color: #fff;
      min-height: 360px;
      padding: 8px 18px 44px;
      justify-content: space-between;
      border-right: 1px solid rgba(255,255,255,0.07);
    }

    .expert-item:last-child { border-right: 0; }

    .expert-no {
      position: absolute;
      left: 18px;
      top: 0;
      width: 38px;
      height: 34px;
      border-radius: 9px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(240,161,31,.52);
      color: var(--brand-3);
      font-weight: 900;
      font-size: 1.05rem;
      background: rgba(255,255,255,.03);
      box-shadow: 0 0 14px rgba(240,161,31,.12);
    }

    .expert-stage {
      position: relative;
      width: 176px;
      height: 180px;
      margin: 22px auto 16px;
      transform-style: preserve-3d;
    }

    .expert-title {
      margin: 0 0 8px;
      font-size: 1.02rem;
      font-weight: 950;
      letter-spacing: .02em;
      text-transform: uppercase;
      color: #fff;
    }

    .expert-underline {
      width: 44px;
      height: 2px;
      border-radius: 999px;
      margin: 0 auto 14px;
      background: linear-gradient(90deg, transparent, var(--brand-3), transparent);
      box-shadow: 0 0 14px rgba(240,161,31,.44);
    }

    .expert-text {
      margin: 0;
      color: rgba(255,255,255,.72);
      line-height: 1.5;
      font-size: .92rem;
    }

    .flow-dot {
      position: absolute;
      left: 50%;
      bottom: -4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      transform: translateX(-50%);
      background: var(--brand-3);
      box-shadow: 0 0 0 8px rgba(240,161,31,.12), 0 0 22px rgba(240,161,31,.65);
      animation: dotPulse 2.6s ease-in-out infinite;
    }

    .flow-arrow {
      position: absolute;
      right: -18px;
      top: 160px;
      width: 36px;
      height: 36px;
      z-index: 4;
    }

    .flow-arrow::before,
    .flow-arrow::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-top: 4px solid rgba(240,161,31,.95);
      border-right: 4px solid rgba(240,161,31,.95);
      transform: rotate(45deg);
      filter: drop-shadow(0 0 8px rgba(240,161,31,.55));
      animation: arrowMove 1.8s ease-in-out infinite;
    }

    .flow-arrow::before { left: 2px; opacity: .5; }
    .flow-arrow::after { left: 14px; animation-delay: .25s; }
    .expert-item:last-child .flow-arrow { display: none; }

    .parcel-map {
      position: absolute;
      inset: 20px 8px 10px;
      border: 1px solid rgba(140,186,255,.24);
      border-radius: 14px;
      background-image:
        linear-gradient(to right, rgba(140,186,255,.14) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(140,186,255,.14) 1px, transparent 1px);
      background-size: 34px 28px;
      transform: perspective(420px) rotateY(-22deg) rotateX(18deg);
      animation: mapTilt 5s ease-in-out infinite;
      box-shadow: inset 0 0 20px rgba(140,186,255,.08);
    }

    .parcel-shape {
      position: absolute;
      left: 42px;
      top: 58px;
      width: 86px;
      height: 72px;
      border: 2px solid rgba(240,161,31,.94);
      background: linear-gradient(135deg, rgba(240,161,31,.18), rgba(240,161,31,.03));
      clip-path: polygon(8% 18%, 72% 5%, 96% 58%, 48% 92%, 0 74%);
      box-shadow: 0 0 22px rgba(240,161,31,.2);
    }

    .parcel-label {
      position: absolute;
      left: 66px;
      top: 86px;
      color: var(--brand-3);
      font-weight: 900;
      font-size: .9rem;
      text-shadow: 0 0 12px rgba(240,161,31,.52);
    }

    .parcel-point {
      position: absolute;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--brand-3);
      box-shadow: 0 0 16px rgba(240,161,31,.7);
      animation: pointPing 2.4s ease-out infinite;
    }
    .parcel-point.a { left: 30px; top: 58px; }
    .parcel-point.b { right: 36px; top: 42px; animation-delay: .4s; }
    .parcel-point.c { left: 72px; bottom: 28px; animation-delay: .8s; }

    .house-3d {
      position: absolute;
      left: 28px;
      bottom: 16px;
      width: 120px;
      height: 118px;
      animation: housePulse 4.6s ease-in-out infinite;
      filter: drop-shadow(0 22px 22px rgba(0,0,0,.26));
    }
    .house-3d .base {
      position: absolute;
      left: 20px;
      bottom: 0;
      width: 76px;
      height: 58px;
      border-radius: 8px;
      background: linear-gradient(135deg, rgba(223,232,244,.88), rgba(120,145,174,.72));
      border: 1px solid rgba(255,255,255,.35);
    }
    .house-3d .roof {
      position: absolute;
      left: 8px;
      bottom: 52px;
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 40px solid rgba(240,161,31,.92);
      filter: drop-shadow(0 8px 12px rgba(240,161,31,.22));
    }
    .house-3d .side {
      position: absolute;
      left: 72px;
      bottom: 8px;
      width: 32px;
      height: 48px;
      background: rgba(83,110,145,.62);
      transform: skewY(-18deg);
      border-radius: 0 7px 7px 0;
    }
    .house-3d .door {
      position: absolute;
      left: 48px;
      bottom: 0;
      width: 18px;
      height: 31px;
      border-radius: 6px 6px 0 0;
      background: rgba(7,17,31,.76);
    }
    .house-3d .win {
      position: absolute;
      width: 13px;
      height: 13px;
      border-radius: 3px;
      background: rgba(255,211,106,.95);
      box-shadow: 0 0 14px rgba(255,211,106,.48);
    }
    .house-3d .w1 { left: 32px; bottom: 32px; }
    .house-3d .w2 { right: 32px; bottom: 32px; }
    .measure-line {
      position: absolute;
      background: rgba(140,186,255,.72);
      box-shadow: 0 0 10px rgba(140,186,255,.25);
    }
    .measure-line.m1 { right: 2px; bottom: 0; width: 2px; height: 88px; }
    .measure-line.m2 { left: 16px; bottom: -10px; width: 96px; height: 2px; }

    .cable-bridge {
      position: absolute;
      left: 4px;
      right: 4px;
      bottom: 24px;
      height: 128px;
      animation: bridgeGlow 5s ease-in-out infinite;
    }
    .bridge-road {
      position: absolute;
      left: 4px;
      right: 4px;
      bottom: 46px;
      height: 8px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(255,255,255,.2), rgba(240,161,31,.92), rgba(255,255,255,.2));
    }
    .bridge-tower {
      position: absolute;
      bottom: 44px;
      width: 10px;
      height: 82px;
      border-radius: 6px;
      background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(170,190,214,.68));
    }
    .bridge-tower.t1 { left: 54px; }
    .bridge-tower.t2 { right: 54px; }
    .cable {
      position: absolute;
      bottom: 86px;
      width: 92px;
      height: 52px;
      border-top: 2px solid rgba(255,255,255,.68);
      transform-origin: bottom center;
    }
    .cable.c1 { left: 18px; transform: skewY(-18deg); }
    .cable.c2 { right: 18px; transform: skewY(18deg); }
    .bridge-reflection {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 4px;
      height: 28px;
      background: repeating-linear-gradient(90deg, rgba(140,186,255,.25) 0 18px, transparent 18px 32px);
      filter: blur(.25px);
      animation: waterMove 3.2s linear infinite;
      opacity: .9;
    }

    .station-3d {
      position: absolute;
      left: 46px;
      bottom: 8px;
      width: 86px;
      height: 142px;
      animation: serviceTotal 4s ease-in-out infinite;
    }
    .station-head {
      position: absolute;
      left: 16px;
      top: 0;
      width: 54px;
      height: 60px;
      border-radius: 15px;
      background: linear-gradient(135deg, rgba(255,211,106,.95), rgba(240,161,31,.72));
      box-shadow: 0 0 18px rgba(240,161,31,.28);
    }
    .station-head::before {
      content: "";
      position: absolute;
      inset: 14px;
      border-radius: 50%;
      border: 5px solid rgba(7,17,31,.72);
      background: rgba(255,255,255,.18);
    }
    .station-leg {
      position: absolute;
      top: 60px;
      width: 5px;
      height: 78px;
      background: rgba(255,255,255,.72);
      border-radius: 999px;
      transform-origin: top;
    }
    .station-leg.l1 { left: 42px; }
    .station-leg.l2 { left: 27px; transform: rotate(18deg); }
    .station-leg.l3 { left: 56px; transform: rotate(-18deg); }
    .station-scan {
      position: absolute;
      left: -26px;
      bottom: 30px;
      width: 136px;
      height: 70px;
      border-radius: 50%;
      border: 1px solid rgba(140,186,255,.34);
      animation: scanRing 2.8s ease-out infinite;
    }
    .station-ray {
      position: absolute;
      left: 64px;
      top: 34px;
      width: 90px;
      height: 2px;
      background: linear-gradient(90deg, rgba(140,186,255,.9), transparent);
      transform: rotate(-12deg);
      transform-origin: left center;
      animation: raySweep 3.4s ease-in-out infinite;
    }

    .gps-dish {
      position: absolute;
      left: 42px;
      bottom: 14px;
      width: 102px;
      height: 128px;
      animation: gpsPulse 3.4s ease-in-out infinite;
    }
    .dish-bowl {
      position: absolute;
      left: 12px;
      bottom: 34px;
      width: 90px;
      height: 52px;
      border-radius: 0 0 90px 90px;
      background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(160,176,198,.62));
      transform: rotate(-18deg);
      border: 2px solid rgba(255,255,255,.32);
    }
    .dish-stand {
      position: absolute;
      left: 50px;
      bottom: 0;
      width: 5px;
      height: 44px;
      background: rgba(255,255,255,.68);
      border-radius: 999px;
    }
    .signal-arc {
      position: absolute;
      border: 2px solid rgba(240,161,31,.85);
      border-left: none;
      border-bottom: none;
      border-radius: 0 80px 0 0;
      animation: signalPulse 2.4s ease-in-out infinite;
    }
    .signal-arc.s1 { right: -2px; top: 20px; width: 34px; height: 34px; }
    .signal-arc.s2 { right: -14px; top: 6px; width: 58px; height: 58px; animation-delay: .35s; }
    .signal-arc.s3 { right: -26px; top: -8px; width: 82px; height: 82px; animation-delay: .7s; }

    .benefit-row {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(5, minmax(0,1fr));
      gap: 14px;
      margin-top: 26px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.08);
    }

    .benefit {
      display: flex;
      gap: 12px;
      align-items: center;
      color: #fff;
      min-width: 0;
    }

    .benefit-icon {
      width: 42px;
      height: 42px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(240,161,31,.42);
      color: var(--brand-3);
      background: rgba(255,255,255,.03);
      font-size: 1.25rem;
      flex: 0 0 auto;
    }

    .benefit strong { display:block; font-size: .92rem; }
    .benefit span { display:block; color: rgba(255,255,255,.62); font-size: .82rem; }

    .service-card { position: relative; overflow: hidden; }
    .service-card .tag {
      display: inline-block;
      margin-bottom: 14px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--accent);
      color: var(--brand);
      font-size: .88rem;
      font-weight: 800;
    }
    .service-card a {
      display: inline-block;
      margin-top: 18px;
      color: var(--brand);
      font-weight: 800;
    }

    .stats-band {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 0;
      background: linear-gradient(135deg, #08162f, #10345f);
      color: #fff;
      border-radius: 28px;
      box-shadow: var(--shadow-strong);
      overflow: hidden;
      margin: 28px 0 0;
    }

    .stat-band-item {
      padding: 28px 26px;
      position: relative;
    }

    .stat-band-item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 18px;
      right: 0;
      bottom: 18px;
      width: 1px;
      background: rgba(255,255,255,0.12);
    }

    .stat-band-value {
      display: block;
      font-size: 2rem;
      font-weight: 900;
      line-height: 1;
      color: var(--brand-3);
      margin-bottom: 8px;
    }

    .stat-band-label { color: rgba(255,255,255,0.9); font-weight: 700; }

    .quote {
      background: linear-gradient(135deg, #0d274d, #143966 70%, #1d4d85 100%);
      color: #fff;
      border-radius: 28px;
      padding: 38px;
      box-shadow: var(--shadow-strong);
      position: relative;
      overflow: hidden;
    }
    .quote::after {
      content: "";
      position: absolute;
      inset: auto -40px -40px auto;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: rgba(240,161,31,0.18);
      filter: blur(8px);
    }
    .quote p { margin: 0; font-size: 1.08rem; color: rgba(255,255,255,0.92); position: relative; z-index: 1; }

    .stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 20px; }
    .stat strong { display: block; color: var(--text); font-size: 1.15rem; margin-bottom: 4px; }

    .contact-list { display: grid; gap: 16px; margin-top: 24px; }
    .contact-item {
      padding: 16px 18px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: var(--bg-soft);
      transition: transform .25s ease, border-color .25s ease;
    }
    .contact-item:hover { transform: translateX(3px); border-color: rgba(240,161,31,0.4); }
    .contact-item small { display: block; color: var(--muted); margin-bottom: 4px; }
    .contact-item strong { color: var(--text); font-size: 1rem; }

    .cta-banner {
      background: linear-gradient(135deg, #08162f 0%, #12345d 100%);
      color: #fff;
      border-radius: 30px;
      padding: 36px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      box-shadow: var(--shadow-strong);
      overflow: hidden;
      position: relative;
    }
    .cta-banner::before {
      content: "";
      position: absolute;
      right: -50px;
      top: -50px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: rgba(240,161,31,0.16);
      filter: blur(10px);
    }
    .cta-banner h3 { margin: 0 0 10px; font-size: 1.8rem; position: relative; z-index: 1; }
    .cta-banner p { margin: 0; color: var(--cta-text); max-width: 58ch; position: relative; z-index: 1; }

    .scenario-grid,
    .principle-grid,
    .process-grid,
    .visual-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .scenario-card,
    .principle-card,
    .process-card,
    .visual-card,
    .lead-form {
      background: var(--surface-strong);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 26px;
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .scenario-card:hover,
    .principle-card:hover,
    .process-card:hover,
    .visual-card:hover,
    .lead-form:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-strong);
    }

    .coord-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .coord-chip {
      padding: 10px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.10);
      color: rgba(255,255,255,.86);
      font-weight: 700;
      font-size: .9rem;
    }

    .scenario-card {
      position: relative;
      overflow: hidden;
      min-height: 210px;
    }

    .scenario-card::after {
      content: "";
      position: absolute;
      right: -50px;
      top: -50px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(240,161,31,.12);
      filter: blur(4px);
    }

    .scenario-icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      background: linear-gradient(135deg, rgba(240,161,31,.22), rgba(140,186,255,.12));
      border: 1px solid var(--line);
      font-size: 1.7rem;
    }

    .scenario-card h3,
    .principle-card h3 {
      margin: 0 0 10px;
      color: var(--text);
    }

    .scenario-card p,
    .principle-card p {
      margin: 0;
      color: var(--muted);
    }

    .principle-card {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .principle-check {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #07111f;
      background: var(--brand-3);
      font-weight: 900;
      flex: 0 0 auto;
      box-shadow: 0 0 18px rgba(240,161,31,.22);
    }

    .whatsapp-float {
      position: fixed;
      right: 16px;
      bottom: 162px;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #25D366;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 30px rgba(37,211,102,0.38);
      z-index: 1000;
      transition: transform .2s ease;
      animation: whatsappPulse 2.4s ease-in-out infinite;
    }

    .whatsapp-float::before {
      content: "";
      position: absolute;
      inset: -8px;
      border-radius: 50%;
      border: 2px solid rgba(37,211,102,.45);
      animation: whatsappRing 2.4s ease-out infinite;
    }

    .whatsapp-float:hover {
      transform: scale(1.08);
    }

    .whatsapp-float svg {
      width: 30px;
      height: 30px;
      fill: white;
      position: relative;
      z-index: 1;
    }

    .call-float {
      position: fixed;
      right: 16px;
      bottom: 90px;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1f7cff, #35a0ff);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 30px rgba(31,124,255,0.35);
      z-index: 1000;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .call-float:hover {
      transform: scale(1.08);
      box-shadow: 0 16px 36px rgba(31,124,255,0.42);
    }

    .call-float svg {
      width: 26px;
      height: 26px;
      display: block;
      color: white;
    }

    @keyframes whatsappPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
    @keyframes whatsappRing {
      0% { transform: scale(.75); opacity: .75; }
      100% { transform: scale(1.45); opacity: 0; }
    }

    .process-number {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      background: linear-gradient(135deg, var(--brand-2), #ff8708);
      color: #fff;
      font-weight: 900;
    }

    .visual-card {
      min-height: 260px;
      overflow: hidden;
      position: relative;
      color: #fff;
      background:
        radial-gradient(circle at var(--mx, 78%) var(--my, 78%), rgba(240,161,31,.18), transparent 26%),
        linear-gradient(135deg, #0b1e3c, #163d6e);
      isolation: isolate;
    }

    .visual-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 34px 34px;
      opacity: .72;
      animation: gridDrift 14s linear infinite;
    }

    .visual-card::after {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -50px;
      bottom: -50px;
      border-radius: 50%;
      background: rgba(240,161,31,.22);
      filter: blur(8px);
    }

    .visual-icon {
      position: relative;
      z-index: 2;
      width: 92px;
      height: 92px;
      margin-bottom: 34px;
    }

    .visual-icon.emoji {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3.4rem;
      animation: visualFloat 5s ease-in-out infinite;
    }

    .visual-drone,
    .visual-total,
    .visual-crane,
    .visual-gnss,
    .visual-parcel,
    .visual-report {
      position: relative;
      width: 92px;
      height: 92px;
      z-index: 2;
    }

    .visual-drone .body {
      position: absolute;
      left: 25px;
      top: 34px;
      width: 42px;
      height: 20px;
      border-radius: 12px;
      background: linear-gradient(135deg, #fff, #9db5d4);
      animation: droneHover 3.2s ease-in-out infinite;
    }

    .visual-drone .arm {
      position: absolute;
      top: 42px;
      width: 80px;
      height: 4px;
      left: 6px;
      border-radius: 999px;
      background: rgba(255,255,255,.7);
      animation: droneHover 3.2s ease-in-out infinite;
    }

    .visual-drone .prop {
      position: absolute;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid rgba(240,161,31,.9);
      animation: spinProp .55s linear infinite;
    }
    .visual-drone .p1 { left: 0; top: 31px; }
    .visual-drone .p2 { right: 0; top: 31px; }

    .visual-total .head {
      position: absolute;
      left: 28px;
      top: 8px;
      width: 38px;
      height: 42px;
      border-radius: 12px;
      background: linear-gradient(135deg, #ffd36a, #f0a11f);
      animation: totalScan 3.2s ease-in-out infinite;
    }
    .visual-total .head::after {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: 50%;
      border: 4px solid rgba(7,17,31,.75);
    }
    .visual-total .leg {
      position: absolute;
      top: 50px;
      width: 4px;
      height: 40px;
      background: rgba(255,255,255,.72);
      border-radius: 999px;
      transform-origin: top;
    }
    .visual-total .l1 { left: 44px; }
    .visual-total .l2 { left: 32px; transform: rotate(20deg); }
    .visual-total .l3 { left: 56px; transform: rotate(-20deg); }
    .visual-total .ring {
      position: absolute;
      left: 5px;
      bottom: 10px;
      width: 82px;
      height: 38px;
      border: 1px solid rgba(140,186,255,.45);
      border-radius: 50%;
      animation: scanRing 2.6s ease-out infinite;
    }

    .visual-crane .tower {
      position: absolute;
      left: 30px;
      top: 12px;
      width: 10px;
      height: 66px;
      background: linear-gradient(180deg, #ffd36a, #f0a11f);
    }
    .visual-crane .arm {
      position: absolute;
      left: 18px;
      top: 12px;
      width: 70px;
      height: 8px;
      background: #ffd36a;
    }
    .visual-crane .hook-line {
      position: absolute;
      right: 18px;
      top: 20px;
      width: 2px;
      height: 38px;
      background: rgba(255,255,255,.75);
      animation: liftHook 2.8s ease-in-out infinite;
    }
    .visual-crane .hook {
      position: absolute;
      right: 11px;
      top: 56px;
      width: 16px;
      height: 16px;
      border: 3px solid #f0a11f;
      border-top: 0;
      border-radius: 0 0 12px 12px;
      animation: liftHook 2.8s ease-in-out infinite;
    }

    .visual-gnss .mast {
      position: absolute;
      left: 44px;
      top: 28px;
      width: 5px;
      height: 54px;
      background: rgba(255,255,255,.78);
      border-radius: 999px;
    }
    .visual-gnss .receiver {
      position: absolute;
      left: 30px;
      top: 20px;
      width: 32px;
      height: 16px;
      border-radius: 50%;
      background: linear-gradient(135deg, #fff, #9db5d4);
    }
    .visual-gnss .ring {
      position: absolute;
      left: 26px;
      top: 16px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 2px solid rgba(240,161,31,.7);
      animation: gpsPulse 2.2s ease-out infinite;
    }
    .visual-gnss .r2 { animation-delay: .75s; }
    .visual-gnss .r3 { animation-delay: 1.5s; }

    .visual-parcel .grid {
      position: absolute;
      inset: 8px;
      border: 1px solid rgba(140,186,255,.3);
      border-radius: 12px;
      background-image: linear-gradient(to right, rgba(140,186,255,.18) 1px, transparent 1px), linear-gradient(to bottom, rgba(140,186,255,.18) 1px, transparent 1px);
      background-size: 22px 22px;
      animation: mapTilt 5s ease-in-out infinite;
    }
    .visual-parcel .shape {
      position: absolute;
      left: 24px;
      top: 28px;
      width: 44px;
      height: 40px;
      clip-path: polygon(8% 18%, 72% 5%, 96% 58%, 48% 92%, 0 74%);
      border: 2px solid #ffd36a;
      background: rgba(240,161,31,.16);
      animation: parcelHouse 4s ease-in-out infinite;
    }

    .visual-report .paper {
      position: absolute;
      left: 24px;
      top: 10px;
      width: 42px;
      height: 62px;
      border-radius: 8px;
      border: 2px solid rgba(140,186,255,.8);
      background: rgba(255,255,255,.08);
    }
    .visual-report .paper::before,
    .visual-report .paper::after {
      content: "";
      position: absolute;
      left: 10px;
      right: 10px;
      height: 2px;
      background: rgba(255,255,255,.7);
      border-radius: 999px;
      animation: reportLine 2.4s ease-in-out infinite;
    }
    .visual-report .paper::before { top: 20px; }
    .visual-report .paper::after { top: 34px; animation-delay: .35s; }
    .visual-report .seal {
      position: absolute;
      right: 18px;
      bottom: 14px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 3px solid #ffd36a;
      animation: gpsPulse 2.6s ease-in-out infinite;
    }

    .visual-card h3,
    .visual-card p {
      position: relative;
      z-index: 1;
    }

    .visual-card h3 {
      margin: 0 0 8px;
      font-size: 1.2rem;
    }

    .visual-card p {
      margin: 0;
      color: rgba(255,255,255,.8);
    }

    .geo-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }

    .geo-tab-btn {
      border: 1px solid var(--line);
      background: var(--surface-strong);
      color: var(--text);
      padding: 12px 16px;
      border-radius: 999px;
      font-weight: 800;
      cursor: pointer;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .geo-tab-btn:hover,
    .geo-tab-btn.active {
      transform: translateY(-2px);
      border-color: rgba(240,161,31,.55);
      background: linear-gradient(135deg, rgba(240,161,31,.18), rgba(140,186,255,.08));
    }

    .geo-panel {
      display: none;
      background: var(--surface-strong);
      border: 1px solid var(--line);
      border-radius: 28px;
      box-shadow: var(--shadow);
      padding: 28px;
    }

    .geo-panel.active { display: block; }

    .geo-form {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 18px;
    }

    .geo-form label {
      display: grid;
      gap: 6px;
      color: var(--muted);
      font-weight: 700;
      font-size: .92rem;
    }

    .geo-form input,
    .geo-form select {
      width: 100%;
      border: 1px solid var(--line);
      background: var(--bg-soft);
      color: var(--text);
      border-radius: 14px;
      padding: 13px 14px;
      font: inherit;
      outline: none;
    }

    .geo-result {
      margin-top: 16px;
      padding: 16px;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(240,161,31,.12), rgba(140,186,255,.08));
      border: 1px solid var(--line);
      color: var(--text);
      font-weight: 800;
      min-height: 56px;
    }

    .datum-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin: 18px 0 20px;
    }

    .datum-group-title {
      grid-column: 1 / -1;
      color: var(--brand-3);
      font-weight: 900;
      letter-spacing: .04em;
      margin: 8px 0 0;
      text-transform: uppercase;
    }

    .datum-card {
      position: relative;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 20px;
      background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(240,161,31,.06));
      cursor: pointer;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
      min-height: 130px;
      overflow: hidden;
    }

    .datum-card:hover,
    .datum-card.active {
      transform: translateY(-3px);
      border-color: rgba(240,161,31,.65);
      box-shadow: 0 18px 38px rgba(240,161,31,.10);
    }

    .datum-card.active::after {
      content: "✓";
      position: absolute;
      right: 14px;
      top: 12px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--brand-2);
      color: #07111f;
      font-weight: 900;
    }

    .datum-arrow {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--text);
      font-weight: 900;
      font-size: 1.1rem;
      margin-bottom: 8px;
    }

    .datum-arrow span:nth-child(2) {
      color: var(--brand-2);
      font-size: 1.7rem;
      filter: drop-shadow(0 0 10px rgba(240,161,31,.28));
    }

    .datum-card p {
      margin: 0;
      color: var(--muted);
    }

    .datum-info-box {
      margin-top: 18px;
      padding: 18px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
      color: var(--muted);
    }

    .shift-table {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }

    .shift-row {
      display: grid;
      grid-template-columns: 1fr repeat(3, .7fr);
      gap: 10px;
      padding: 10px 12px;
      border-radius: 12px;
      background: rgba(255,255,255,.04);
      border: 1px solid var(--line);
      color: var(--text-soft);
      font-weight: 700;
    }



    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(12, minmax(0,1fr));
      gap: 22px;
      align-items: stretch;
    }

    .gallery-card {
      grid-column: span 4;
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 24px;
      box-shadow: var(--shadow);
      overflow: hidden;
      transition: transform .25s ease, box-shadow .25s ease;
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .gallery-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-strong);
    }

    .gallery-media {
      position: relative;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: radial-gradient(circle at top, rgba(255,255,255,.12), rgba(255,255,255,.03));
      border-bottom: 1px solid var(--line);
    }

    .gallery-media::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 38%;
      background: linear-gradient(180deg, rgba(4,14,31,0) 0%, rgba(4,14,31,.18) 45%, rgba(4,14,31,.55) 100%);
      pointer-events: none;
    }

    .gallery-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      background: var(--bg-soft);
      transition: transform .45s ease;
    }

    .gallery-card:hover .gallery-photo {
      transform: scale(1.045);
    }

    .gallery-photo.pos-top { object-position: center 18%; }
    .gallery-photo.pos-center { object-position: center center; }
    .gallery-photo.pos-lower { object-position: center 62%; }

    .gallery-body {
      padding: 18px 18px 20px;
      display: grid;
      gap: 8px;
    }

    .gallery-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .gallery-title {
      margin: 0;
      font-size: 1.04rem;
      line-height: 1.35;
      color: var(--text);
    }

    .gallery-body p {
      margin: 0;
      color: var(--muted);
      font-size: .95rem;
    }

    .gallery-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 10px;
      border-radius: 999px;
      background: var(--accent);
      color: var(--brand);
      font-size: .78rem;
      font-weight: 800;
      white-space: nowrap;
    }

    .gallery-note {
      margin-top: 16px;
      color: var(--muted);
      font-size: .92rem;
    }

    @media (max-width: 760px) {
      .datum-grid { grid-template-columns: 1fr; }
      .shift-row { grid-template-columns: 1fr; }
    }

    .geo-note {
      margin-top: 14px;
      color: var(--muted);
      font-size: .92rem;
    }

    .visitor-counter {
      margin-top: 10px;
      color: rgba(255,255,255,.68);
      font-size: .9rem;
    }

    @media (max-width: 760px) {
      .geo-form { grid-template-columns: 1fr; }
    }

    .lead-form {
      display: grid;
      gap: 12px;
    }

    .lead-form label {
      display: grid;
      gap: 6px;
      color: var(--muted);
      font-weight: 700;
      font-size: .92rem;
    }

    .lead-form input,
    .lead-form select,
    .lead-form textarea {
      width: 100%;
      border: 1px solid var(--line);
      background: var(--bg-soft);
      color: var(--text);
      border-radius: 14px;
      padding: 13px 14px;
      font: inherit;
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .lead-form input:focus,
    .lead-form select:focus,
    .lead-form textarea:focus {
      border-color: rgba(240,161,31,.6);
      box-shadow: 0 0 0 4px rgba(240,161,31,.12);
    }

    .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 6px;
    }

    @keyframes visualFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
    @keyframes droneHover { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
    @keyframes totalScan { 0%,100% { transform: rotate(-4deg); } 50% { transform: rotate(7deg); } }
    @keyframes liftHook { 0%,100% { transform: translateY(0); } 50% { transform: translateY(10px); } }
    @keyframes reportLine { 0%,100% { opacity: .35; width: 14px; } 50% { opacity: 1; width: 22px; } }
    @keyframes gridDrift { from { background-position: 0 0; } to { background-position: 68px 68px; } }

    footer {
      background: #07111f;
      color: rgba(255,255,255,0.78);
      padding: 36px 0 38px;
      margin-top: 30px;
    }

    .footer-grid {
      grid-template-columns: 1.2fr .8fr .9fr;
      margin-bottom: 22px;
    }

    .footer-card {
      background: rgba(255,255,255,0.03);
      border-color: rgba(255,255,255,0.08);
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 14px;
    }

    .footer-brand .brand-mark { width: 72px; height: 72px; border-radius: 14px; }
    .footer-brand strong { color: #fff; font-size: 1.8rem; letter-spacing: .18em; font-weight: 900; }
    .footer-brand span { color: var(--brand-3); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: rgba(255,255,255,0.82);
      font-weight: 700;
    }

    .footer-links a:hover { color: var(--brand-3); }

    .footer-socials a {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.04);
      color: #fff;
      font-weight: 900;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.72);
      font-size: .94rem;
    }

    .mobile-toggle {
      display: none;
      background: transparent;
      border: 0;
      font-size: 1.5rem;
      color: var(--text);
      cursor: pointer;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .fade-in.is-visible { opacity: 1; transform: translateY(0); }

    .back-to-top {
      position: fixed;
      right: 18px;
      bottom: 18px;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--brand-2), #ff8708);
      color: #fff;
      box-shadow: 0 16px 32px rgba(240,161,31,0.28);
      z-index: 70;
      opacity: 0;
      transform: translateY(10px);
      pointer-events: none;
      transition: opacity .25s ease, transform .25s ease;
      font-size: 1.2rem;
      font-weight: 900;
    }

    .back-to-top.show {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }


    .scroll-to-bottom {
      position: fixed;
      right: 82px;
      bottom: 18px;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
      border: 1px solid rgba(255,255,255,.15);
      color: #fff;
      box-shadow: 0 16px 32px rgba(7,17,31,0.26);
      z-index: 70;
      opacity: 0;
      transform: translateY(10px);
      pointer-events: none;
      transition: opacity .25s ease, transform .25s ease, border-color .2s ease, background .2s ease;
      font-size: 1.2rem;
      font-weight: 900;
      backdrop-filter: blur(8px);
    }

    .scroll-to-bottom:hover {
      border-color: rgba(240,161,31,.45);
      background: linear-gradient(135deg, rgba(240,161,31,.18), rgba(255,255,255,.10));
    }

    .scroll-to-bottom.show {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    @keyframes floatSlow {
      0%,100% { transform: translateY(0) translateX(0); }
      50% { transform: translateY(-18px) translateX(10px); }
    }
    @keyframes riseIn {
      from { opacity: 0; transform: translateY(20px) scale(.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
    @keyframes spinProp { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    @keyframes droneFly {
      0%,100% { transform: translate(0,0); }
      25% { transform: translate(-20px,8px); }
      50% { transform: translate(-8px,-12px); }
      75% { transform: translate(18px,6px); }
    }
    @keyframes scanRing {
      0% { transform: scale(.68); opacity: .7; }
      100% { transform: scale(1.5); opacity: 0; }
    }
    @keyframes tripodPulse { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
    @keyframes serviceDrone {
      0%,100% { transform: translateX(0) translateY(0); }
      25% { transform: translateX(120px) translateY(-8px); }
      50% { transform: translateX(220px) translateY(3px); }
      75% { transform: translateX(340px) translateY(-10px); }
    }
    @keyframes serviceTotal { 0%,100% { transform: rotate(0deg) translateY(0); } 50% { transform: rotate(-8deg) translateY(-5px); } }
    @keyframes gpsPulse { 0%,100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.12); opacity: 1; } }
    @keyframes gridPulse { 0%,100% { transform: translateY(0); opacity: .9; } 50% { transform: translateY(-3px); opacity: 1; } }
    @keyframes pointPing { 0% { box-shadow: 0 0 0 0 rgba(240,161,31,0.45); } 70% { box-shadow: 0 0 0 20px rgba(240,161,31,0); } 100% { box-shadow: 0 0 0 0 rgba(240,161,31,0); } }
    @keyframes parcelHouse { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
    @keyframes bridgeGlow { 0%,100% { filter: drop-shadow(0 0 0 rgba(240,161,31,0)); opacity: .9; } 50% { filter: drop-shadow(0 0 14px rgba(240,161,31,0.22)); opacity: 1; } }
    @keyframes housePulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }
    @keyframes roadSweep { 0%,100% { opacity: .35; transform: translateX(0); } 50% { opacity: .9; transform: translateX(8px); } }
    @keyframes mapTilt { 0%,100% { transform: perspective(320px) rotateY(-14deg) rotateX(8deg); } 50% { transform: perspective(320px) rotateY(-8deg) rotateX(12deg); } }
    @keyframes waterMove { from { background-position: 0 0; } to { background-position: 32px 0; } }
    @keyframes raySweep { 0%,100% { transform: rotate(-18deg); opacity: .35; } 50% { transform: rotate(2deg); opacity: 1; } }
    @keyframes arrowMove { 0%,100% { transform: translateX(0) rotate(45deg); opacity: .45; } 50% { transform: translateX(5px) rotate(45deg); opacity: 1; } }
    @keyframes signalPulse { 0%,100% { opacity: .3; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.05); } }
    @keyframes dotPulse { 0%,100% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.18); } }
    @keyframes pathGlow { 0%,100% { opacity: .35; } 50% { opacity: .8; } }



    /* MOBILE SECTION NAVIGATION */
    html, body {
      max-width: 100%;
      overflow-x: hidden;
    }

    .mobile-section-tabs {
      display: none;
    }

    .gallery-swipe-hint {
      display: none;
    }



    /* Desktop hero balance and quick-action rail */
    @media (min-width: 981px) {
      .hero {
        padding: 72px 0 68px;
      }

      .hero-grid {
        grid-template-columns: minmax(0, 760px) minmax(340px, 1fr);
        gap: clamp(48px, 5vw, 86px);
        align-items: start;
      }

      .hero-grid > .fade-in:first-child {
        min-width: 0;
        max-width: 790px;
      }

      .hero h1 {
        max-width: 100%;
        font-size: clamp(2.55rem, 3.2vw, 2.85rem);
        line-height: 1.04;
        letter-spacing: -.042em;
        text-wrap: balance;
      }

      html[lang="tr"] .hero-title-line {
        white-space: nowrap;
      }

      html[lang="en"] .hero h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 3vw, 2.65rem);
      }

      .hero p.lead {
        max-width: 64ch;
        font-size: 1.08rem;
      }

      .hero-card {
        width: 100%;
        max-width: 470px;
        justify-self: end;
        align-self: start;
        margin-top: 66px;
        padding: 18px;
      }

      .hero-card-inner {
        padding: 22px;
        border-radius: 23px;
      }

      .hero-person {
        grid-template-columns: 70px 1fr;
        gap: 14px;
        margin-bottom: 14px;
      }

      .hero-card h3 {
        font-size: clamp(1.55rem, 2vw, 1.85rem);
      }

      .hero-card .role {
        margin: 9px 0 12px;
      }

      .hero-contact-stack {
        gap: 9px;
      }

      .hero-contact-pill {
        padding: 11px 13px;
        border-radius: 13px;
        overflow-wrap: anywhere;
      }

      .parcel-assistant-float {
        right: 24px;
        bottom: 262px;
      }

      .whatsapp-float {
        right: 24px;
        bottom: 184px;
      }

      .call-float {
        right: 24px;
        bottom: 108px;
      }

      .scroll-to-bottom {
        right: 24px;
        bottom: 38px;
      }

      .back-to-top {
        right: 92px;
        bottom: 38px;
      }
    }

    @media (max-width: 1100px) {
      .brand strong { font-size: 1.5rem; }
      .brand span { letter-spacing: .12em; font-size: .76rem; }
      .footer-grid { grid-template-columns: 1fr; }
      .stats-band { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }

    @media (max-width: 980px) {
      .expert-flow {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .service-motion {
        min-height: auto;
      }
      .expert-item {
        min-height: 310px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }
      .flow-arrow {
        display: none;
      }
      .benefit-row {
        grid-template-columns: 1fr;
      }

      .hero-structures {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 14px;
        opacity: .24;
      }

      .hero-grid,
      .about-wrap,
      .contact-grid,
      .services-grid,
      .feature-grid,
      .stats-grid,
      .scenario-grid,
      .principle-grid,
      .process-grid,
      .visual-grid,
      .gallery-grid,
      .cta-banner { grid-template-columns: 1fr; }
      .section-head,
      .cta-banner { align-items: start; }
      .hero-visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 360px;
        margin: 18px auto 0;
        opacity: .34;
      }
      .service-visual { grid-column: span 1; }
      .gallery-card { grid-column: span 1; }
      .stats-band { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .hero-grid {
        grid-template-columns: minmax(0, 1fr);
      }
      .hero-grid > .fade-in:first-child {
        min-width: 0;
        width: 100%;
      }
      .hero h1 {
        max-width: none;
        font-size: clamp(2.4rem, 6vw, 2.9rem);
        line-height: 1.03;
      }
    }

    @media (max-width: 840px) {
      html, body {
        overflow-x: hidden;
        width: 100%;
      }

      body.mobile-sections-ready main > section[data-mobile-panel] {
        display: none;
      }

      body.mobile-sections-ready main > section[data-mobile-panel].mobile-panel-active {
        display: block;
      }

      /* iOS Safari may leave observed elements invisible after layout changes. */
      .fade-in,
      .fade-in.is-visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }

      .mobile-section-tabs {
        position: sticky;
        top: var(--mobile-navbar-height, 108px);
        z-index: 980;
        display: block;
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid var(--line);
        background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
      }

      .mobile-section-tabs-inner {
        display: flex;
        gap: 8px;
        width: 100%;
        padding: 0 14px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
      }

      .mobile-section-tabs-inner::-webkit-scrollbar {
        display: none;
      }

      .mobile-section-tab {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: var(--surface);
        color: var(--muted);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        font: inherit;
        font-size: .88rem;
        font-weight: 800;
        white-space: nowrap;
        cursor: pointer;
        scroll-snap-align: start;
        box-shadow: 0 8px 22px rgba(0,0,0,.08);
      }

      .mobile-section-tab.active {
        border-color: rgba(240,161,31,.62);
        background: linear-gradient(135deg, #f0a11f, #ffd36a);
        color: #07111f;
        box-shadow: 0 10px 28px rgba(240,161,31,.24);
      }

      .mobile-section-tab span[aria-hidden="true"] {
        font-size: 1rem;
        line-height: 1;
      }

      #gallery .section-head {
        margin-bottom: 10px;
      }

      .gallery-swipe-hint {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 0 0 14px;
        padding: 8px 12px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: var(--surface);
        color: var(--muted);
        font-size: .84rem;
        font-weight: 750;
      }

      .gallery-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px;
        width: calc(100% + 14px);
        margin-right: -14px;
        padding: 2px 14px 14px 0;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
      }

      .gallery-grid::-webkit-scrollbar {
        display: none;
      }

      .gallery-card {
        grid-column: auto !important;
        flex: 0 0 min(84vw, 360px);
        min-width: 0;
        min-height: auto;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
      }

      .gallery-media {
        aspect-ratio: 4 / 5;
      }

      .gallery-card:hover,
      .gallery-card:active {
        transform: none;
      }

      .gallery-card:hover .gallery-photo,
      .gallery-card:active .gallery-photo {
        transform: none;
      }

      /* Long card lists become compact swipe rows on phones. */
      .service-visual {
        display: none !important;
      }

      .services-grid,
      .scenario-grid,
      .principle-grid,
      .process-grid,
      .visual-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px;
        width: calc(100% + 14px);
        margin-right: -14px;
        padding: 2px 14px 14px 0;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
      }

      .services-grid::-webkit-scrollbar,
      .scenario-grid::-webkit-scrollbar,
      .principle-grid::-webkit-scrollbar,
      .process-grid::-webkit-scrollbar,
      .visual-grid::-webkit-scrollbar {
        display: none;
      }

      .services-grid > .service-card,
      .scenario-grid > .scenario-card,
      .principle-grid > .principle-card,
      .process-grid > .process-card,
      .visual-grid > .visual-card {
        flex: 0 0 min(84vw, 360px);
        min-width: 0;
        scroll-snap-align: start;
      }

      .services-grid > .service-card,
      .scenario-grid > .scenario-card,
      .process-grid > .process-card,
      .visual-grid > .visual-card {
        min-height: 100%;
      }

      main > section[data-mobile-panel="services"],
      main > section[data-mobile-panel="process"],
      main > section[data-mobile-panel="field"],
      main > section[data-mobile-panel="tools"],
      main > section[data-mobile-panel="contact"] {
        padding-top: 34px;
        padding-bottom: 40px;
      }

      .topbar {
        display: none;
      }

      .navbar {
        position: sticky;
        top: 0;
      }

      .navbar .inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
      }

      .brand {
        gap: 10px;
        min-width: 0;
      }

      .brand-mark {
        width: 48px;
        height: 48px;
        border-radius: 12px;
      }

      .brand strong {
        font-size: 1.15rem;
        letter-spacing: .14em;
        line-height: 1;
      }

      .brand span {
        font-size: .58rem;
        letter-spacing: .10em;
        line-height: 1.35;
        max-width: 210px;
      }

      .mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        border: 1px solid var(--line);
        background: var(--surface);
        box-shadow: var(--shadow);
      }

      .toolbar {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: flex-end;
        gap: 8px;
        margin-top: 2px;
      }

      .tool-btn {
        height: 38px;
        padding: 0 14px;
      }

      .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        right: 16px;
        left: 16px;
        background: var(--surface-strong);
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 16px;
        box-shadow: var(--shadow);
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-links.show { display: flex; }

      .hero {
        padding: 34px 0 48px;
        min-height: calc(100vh - 130px);
        min-height: calc(100svh - 130px);
      }

      .hero-grid {
        gap: 18px;
        position: relative;
        z-index: 2;
      }

      .hero-structures {
        display: none;
      }

      .hero-visual {
        position: absolute;
        right: -36px;
        top: 76px;
        bottom: auto;
        width: 92vw;
        max-width: 460px;
        height: 360px;
        margin: 0;
        opacity: .20;
        z-index: 0;
      }

      .drone {
        transform: scale(.86);
        top: 10px;
        right: 150px;
      }

      .survey-tripod {
        transform: scale(.92);
        right: 8px;
        bottom: 56px;
      }

      .hero-grid > .fade-in:first-child {
        margin-top: -18px;
      }

      .hero-actions .btn,
      .contact-links .btn {
        width: 100%;
      }
    }

    @media (max-width: 640px) {
      .about-career-item {
        grid-template-columns: 1fr;
        gap: 5px;
      }

      .about-tools {
        gap: 6px;
      }

      .container {
        width: min(var(--container), calc(100% - 28px));
      }

      .brand span {
        max-width: 180px;
      }

      .hero-card,
      .hero-card-inner,
      .panel,
      .service-card,
      .contact-card,
      .quote,
      .cta-banner,
      .stat,
      .feature,
      .footer-card { padding: 22px; }

      .eyebrow { letter-spacing: .06em; font-size: .78rem; margin-top: 46px; }
      h1 { max-width: none; font-size: clamp(2.02rem, 9.8vw, 2.72rem); }
      .hero h1 { line-height: 1.02; }
      html[lang="en"] .hero h1 { font-size: clamp(1.5rem, 7.2vw, 1.9rem); }
      .hero-title-line { white-space: normal; }
      .hero p.lead { font-size: 1rem; }
      .badge { min-width: 100%; }
      .hero-person { grid-template-columns: 66px 1fr; }
      .hero-card h3 { font-size: 1.45rem; }
      .service-motion { min-height: auto; padding: 22px 16px 24px; }
      .motion-drone, .motion-total, .motion-gps { font-size: 1.7rem; }
      .footer-bottom { font-size: .88rem; }
      .parcel-assistant-float { min-width: 176px; bottom: calc(220px + env(safe-area-inset-bottom, 0px)); }
      .whatsapp-float { width: 52px; height: 52px; right: 14px; bottom: 154px; }
      .call-float { width: 52px; height: 52px; right: 14px; bottom: 92px; }
      .scroll-to-bottom { width: 48px; height: 48px; right: 14px; bottom: 30px; }
      .back-to-top { width: 48px; height: 48px; right: 72px; bottom: 30px; }
    }

    @media (max-width: 390px) {
      .brand strong { font-size: 1rem; letter-spacing: .12em; }
      .brand span { font-size: .52rem; max-width: 150px; }
      .brand-mark { width: 54px; height: 54px; border-radius: 12px; }
      .tool-btn { height: 36px; padding: 0 12px; font-size: .9rem; }
      .hero { padding-top: 38px; }
      .hero h1 { font-size: clamp(1.76rem, 8.8vw, 2.12rem); line-height: 1.03; }
      html[lang="en"] .hero h1 { font-size: clamp(1.46rem, 7vw, 1.75rem); }
    }

    @media (max-width: 340px) {
      .hero h1 { font-size: 1.68rem; }
    }


    /* MAPEXA PARSEL ASISTANI - START */
    .parcel-assistant-float {
      position: fixed;
      right: 18px;
      bottom: 252px;
      min-width: 190px;
      min-height: 56px;
      padding: 0 18px 0 14px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 20px;
      background: linear-gradient(135deg, #f0a11f 0%, #ffd36a 100%);
      color: #07111f;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      box-shadow: 0 18px 42px rgba(240,161,31,.26), inset 0 1px 0 rgba(255,255,255,.22);
      z-index: 1002;
      font: inherit;
      font-size: .96rem;
      font-weight: 900;
      letter-spacing: -.01em;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .parcel-assistant-float:hover {
      transform: translateY(-3px);
      box-shadow: 0 22px 48px rgba(240,161,31,.36);
      filter: saturate(1.03);
    }

    .parcel-assistant-float .parcel-float-icon {
      width: 36px;
      height: 36px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(7,17,31,.12);
      box-shadow: inset 0 0 0 1px rgba(7,17,31,.08);
      flex: 0 0 auto;
    }

    .parcel-assistant-float .parcel-float-icon svg {
      width: 23px;
      height: 23px;
      display: block;
      color: #07111f;
    }

    .parcel-assistant-float > span:last-child {
      white-space: nowrap;
      line-height: 1;
      transform: translateY(1px);
    }

    .parcel-inline-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 14px;
      border: 0;
      padding: 0;
      background: transparent;
      color: var(--brand-2);
      font: inherit;
      font-weight: 900;
      cursor: pointer;
    }

    .parcel-inline-link:hover { text-decoration: underline; }

    .parcel-modal {
      position: fixed;
      inset: 0;
      z-index: 4000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: max(22px, calc(env(safe-area-inset-top, 0px) + 12px)) 22px max(22px, calc(env(safe-area-inset-bottom, 0px) + 12px));
    }

    .parcel-modal.is-open { display: flex; }

    .parcel-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(2,8,17,.78);
      backdrop-filter: blur(10px);
    }

    .parcel-modal-dialog {
      position: relative;
      width: min(1160px, 100%);
      max-height: min(calc(100svh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 24px), 900px);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 28px;
      background: var(--surface-strong);
      color: var(--text);
      box-shadow: 0 35px 100px rgba(0,0,0,.48);
      animation: parcelModalIn .25s ease-out;
    }

    @keyframes parcelModalIn {
      from { opacity: 0; transform: translateY(18px) scale(.985); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .parcel-modal-header {
      position: sticky;
      top: 0;
      z-index: 14;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px 18px;
      border-bottom: 1px solid var(--line);
      background:
        radial-gradient(circle at 85% 5%, rgba(240,161,31,.20), transparent 28%),
        var(--surface-strong);
    }

    .parcel-modal-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 5px;
      color: var(--brand-2);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .parcel-kicker-icon {
      width: 21px;
      height: 21px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--brand-2);
      flex: 0 0 auto;
    }

    .parcel-kicker-icon svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .parcel-modal-header h2 {
      margin: 0;
      font-size: clamp(1.45rem, 3vw, 2.15rem);
      line-height: 1.15;
    }

    .parcel-modal-header p {
      margin: 8px 0 0;
      max-width: 720px;
      color: var(--muted);
    }

    .parcel-modal-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    .parcel-modal-reset,
    .parcel-modal-close {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: var(--surface);
      color: var(--text);
      line-height: 1;
      cursor: pointer;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }

    .parcel-modal-reset { font-size: 23px; }
    .parcel-modal-close { font-size: 26px; }

    .parcel-modal-reset:hover,
    .parcel-modal-close:hover {
      transform: translateY(-1px);
      border-color: rgba(240,161,31,.55);
      background: rgba(240,161,31,.10);
    }

    .parcel-modal-reset:focus-visible,
    .parcel-modal-close:focus-visible {
      outline: 3px solid rgba(240,161,31,.24);
      outline-offset: 2px;
    }

    .parcel-modal-body {
      min-height: 0;
      overflow: auto;
      padding: 22px;
    }

    .parcel-assistant-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
      gap: 22px;
      align-items: start;
    }

    .parcel-map-card,
    .parcel-form-card {
      border: 1px solid var(--line);
      border-radius: 22px;
      background: var(--surface);
      box-shadow: var(--shadow);
    }

    .parcel-map-card { padding: 16px; }

    .parcel-map-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .parcel-map-toolbar strong { font-size: 1rem; }

    .parcel-location-btn {
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 9px 12px;
      background: var(--surface-strong);
      color: var(--text);
      font: inherit;
      font-weight: 800;
      cursor: pointer;
    }

    #parcelAssistantMap {
      height: 420px;
      border-radius: 17px;
      overflow: hidden;
      background: #dfe8f2;
      border: 1px solid var(--line);
    }

    .parcel-map-pin {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border: 4px solid #fff;
      border-radius: 50% 50% 50% 8px;
      background: #f0a11f;
      box-shadow: 0 8px 24px rgba(7,17,31,.36);
      transform: rotate(-45deg);
      color: #07111f;
      font-weight: 1000;
    }

    .parcel-map-pin span { transform: rotate(45deg); }
    .parcel-marker-wrap { background: transparent; border: 0; }

    .parcel-coordinate-box {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 10px;
      margin-top: 12px;
    }

    .parcel-coordinate-box div {
      padding: 10px 12px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: var(--surface-strong);
    }

    .parcel-coordinate-box small {
      display: block;
      color: var(--muted);
      font-size: .72rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .05em;
    }

    .parcel-coordinate-box strong {
      display: block;
      margin-top: 2px;
      font-variant-numeric: tabular-nums;
    }

    .parcel-map-note {
      margin: 12px 0 0;
      padding: 11px 13px;
      border-radius: 12px;
      background: rgba(240,161,31,.10);
      border: 1px solid rgba(240,161,31,.24);
      color: var(--text-soft);
      font-size: .86rem;
    }

    .parcel-auto-address {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin-top: 12px;
      padding: 10px 12px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: var(--surface-strong);
      color: var(--muted);
      font-size: .78rem;
      line-height: 1.5;
    }

    .parcel-auto-address[data-state="loading"] {
      border-color: rgba(240,161,31,.34);
      color: var(--text-soft);
    }

    .parcel-auto-address[data-state="success"] {
      border-color: rgba(34,197,94,.36);
      background: rgba(34,197,94,.08);
      color: var(--text-soft);
    }

    .parcel-auto-address[data-state="warning"],
    .parcel-auto-address[data-state="error"] {
      border-color: rgba(240,161,31,.38);
      background: rgba(240,161,31,.08);
      color: var(--text-soft);
    }

    .parcel-auto-address-icon {
      width: 18px;
      height: 18px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      margin-top: 1px;
      border-radius: 50%;
      background: rgba(240,161,31,.16);
      color: var(--brand-2);
      font-size: .72rem;
      font-weight: 1000;
    }

    .parcel-auto-address[data-state="loading"] .parcel-auto-address-icon {
      border: 2px solid rgba(240,161,31,.25);
      border-top-color: var(--brand-2);
      background: transparent;
      color: transparent;
      animation: parcelAddressSpin .75s linear infinite;
    }

    @keyframes parcelAddressSpin { to { transform: rotate(360deg); } }

    .parcel-cadastral-help {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-top: 12px;
      padding: 12px;
      border: 1px dashed rgba(240,161,31,.34);
      border-radius: 13px;
      background: rgba(240,161,31,.07);
    }

    .parcel-cadastral-help strong {
      display: block;
      margin-bottom: 3px;
      color: var(--text);
      font-size: .82rem;
    }

    .parcel-cadastral-help span {
      display: block;
      color: var(--muted);
      font-size: .74rem;
      line-height: 1.45;
    }

    .parcel-tkgm-btn {
      min-height: 40px;
      flex: 0 0 auto;
      border: 1px solid rgba(240,161,31,.42);
      border-radius: 11px;
      padding: 8px 11px;
      background: rgba(240,161,31,.14);
      color: var(--text);
      font: inherit;
      font-size: .75rem;
      font-weight: 900;
      cursor: pointer;
      transition: transform .18s ease, background .18s ease;
    }

    .parcel-tkgm-btn:hover {
      transform: translateY(-1px);
      background: rgba(240,161,31,.23);
    }

    .parcel-form-card { padding: 18px; }

    .parcel-form-section + .parcel-form-section {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
    }

    .parcel-form-section h3 {
      margin: 0 0 12px;
      font-size: 1rem;
    }

    .parcel-field-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
    }

    .parcel-field-grid .full { grid-column: 1 / -1; }

    .parcel-field-grid label,
    .parcel-form-section > label {
      display: grid;
      gap: 6px;
      color: var(--text-soft);
      font-size: .84rem;
      font-weight: 800;
    }

    .parcel-field-grid input,
    .parcel-field-grid select,
    .parcel-field-grid textarea {
      width: 100%;
      min-height: 44px;
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 10px 12px;
      background: var(--surface-strong);
      color: var(--text);
      font: inherit;
      outline: none;
    }

    .parcel-field-grid textarea { min-height: 82px; resize: vertical; }

    .parcel-field-grid input:focus,
    .parcel-field-grid select:focus,
    .parcel-field-grid textarea:focus {
      border-color: var(--brand-2);
      box-shadow: 0 0 0 3px rgba(240,161,31,.12);
    }

    .parcel-services {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 9px;
    }

    .parcel-service-option {
      position: relative;
      display: flex;
      align-items: center;
      gap: 9px;
      min-height: 44px;
      padding: 9px 10px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: var(--surface-strong);
      color: var(--text-soft);
      font-size: .82rem;
      font-weight: 800;
      cursor: pointer;
    }

    .parcel-service-option input {
      width: 17px;
      height: 17px;
      accent-color: #f0a11f;
      flex: 0 0 auto;
    }

    .parcel-consent {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin-top: 14px;
      color: var(--muted);
      font-size: .78rem;
    }

    .parcel-consent input {
      width: 17px;
      height: 17px;
      margin-top: 3px;
      accent-color: #f0a11f;
      flex: 0 0 auto;
    }

    .parcel-assistant-error {
      display: none;
      margin-top: 12px;
      padding: 10px 12px;
      border: 1px solid rgba(220,53,69,.35);
      border-radius: 12px;
      background: rgba(220,53,69,.11);
      color: #ff7f8c;
      font-weight: 800;
      font-size: .84rem;
    }

    .parcel-submit {
      width: 100%;
      margin-top: 14px;
      justify-content: center;
      border: 0;
      cursor: pointer;
    }

    .parcel-privacy-note {
      margin: 9px 0 0;
      color: var(--muted);
      text-align: center;
      font-size: .74rem;
    }

    body.parcel-modal-open { overflow: hidden; }

    @media (max-width: 900px) {
      .parcel-modal {
        align-items: stretch;
        padding: max(10px, calc(env(safe-area-inset-top, 0px) + 8px)) 10px max(10px, calc(env(safe-area-inset-bottom, 0px) + 8px));
      }
      .parcel-modal-dialog {
        max-height: calc(100svh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 16px);
        border-radius: 22px;
      }
      .parcel-assistant-grid { grid-template-columns: 1fr; }
      #parcelAssistantMap { height: 330px; }
    }

    @media (max-width: 640px) {
      .parcel-assistant-float {
        right: 14px;
        bottom: calc(214px + env(safe-area-inset-bottom, 0px));
        min-height: 48px;
        padding: 0 13px 0 12px;
        border-radius: 15px;
        font-size: .8rem;
      }
      .parcel-assistant-float .parcel-float-icon { width: 29px; height: 29px; border-radius: 10px; }
      .parcel-assistant-float .parcel-float-icon svg { width: 20px; height: 20px; }
      .parcel-modal-header {
        padding: max(15px, calc(env(safe-area-inset-top, 0px) + 8px)) 17px 14px;
        gap: 12px;
      }
      .parcel-modal-actions {
        position: sticky;
        top: 0;
        z-index: 15;
        padding-left: 6px;
        background: transparent;
      }
      .parcel-modal-body { padding: 13px; }
      .parcel-map-card, .parcel-form-card { border-radius: 17px; }
      #parcelAssistantMap { height: 285px; }
      .parcel-field-grid, .parcel-services { grid-template-columns: 1fr; }
      .parcel-coordinate-box { grid-template-columns: 1fr; }
      .parcel-map-toolbar { align-items: flex-start; flex-direction: column; }
      .parcel-cadastral-help { align-items: stretch; flex-direction: column; }
      .parcel-tkgm-btn { width: 100%; }
    }
    /* MAPEXA PARSEL ASISTANI - END */

  

/* Parsel Asistanı bağımsız sayfa bağlantısı */
.parcel-page-open-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--brand-2);
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
}
.parcel-page-open-link:hover { text-decoration: underline; }


    @supports (padding: max(0px)) {
      @media (max-width: 840px) {
        .mobile-section-tabs-inner {
          padding-left: max(14px, env(safe-area-inset-left));
          padding-right: max(14px, env(safe-area-inset-right));
        }

        .parcel-assistant-float {
          right: max(14px, env(safe-area-inset-right));
          bottom: max(226px, calc(env(safe-area-inset-bottom) + 216px));
        }

        .whatsapp-float {
          right: max(14px, env(safe-area-inset-right));
          bottom: max(154px, calc(env(safe-area-inset-bottom) + 144px));
        }

        .call-float {
          right: max(14px, env(safe-area-inset-right));
          bottom: max(92px, calc(env(safe-area-inset-bottom) + 82px));
        }

        .scroll-to-bottom {
          right: max(14px, env(safe-area-inset-right));
          bottom: max(30px, calc(env(safe-area-inset-bottom) + 20px));
        }

        .back-to-top {
          right: max(72px, calc(env(safe-area-inset-right) + 58px));
          bottom: max(30px, calc(env(safe-area-inset-bottom) + 20px));
        }
      }
    }


@supports (-webkit-touch-callout: none) {
  body.mobile-sections-ready main {
    overflow-x: clip;
    contain: layout style;
  }
}


    @media (min-width: 841px) and (max-width: 1100px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
        gap: 34px;
      }

      .hero h1,
      html[lang="en"] .hero h1 {
        max-width: 100%;
        font-size: clamp(2.32rem, 4.15vw, 2.72rem);
      }

      html[lang="tr"] .hero-title-line {
        white-space: normal;
      }

      .hero-card {
        margin-top: 60px;
      }
    }


/* MAPEXA V4 — sticky identity bar, cleaner brand hierarchy and map motion */

.navbar-spacer { height: 0; width: 100%; pointer-events: none; }
.navbar.is-pinned {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

:root { --navbar-height: 104px; }
html { scroll-padding-top: calc(var(--navbar-height) + 18px); }
main section[id] { scroll-margin-top: calc(var(--navbar-height) + 18px); }

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1100;
  isolation: isolate;
  box-shadow: 0 1px 0 rgba(255,255,255,.02);
  will-change: background, box-shadow;
}

.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(240,161,31,.055), transparent 30%, rgba(140,186,255,.045));
  opacity: .5;
  pointer-events: none;
}

.navbar.is-scrolled {
  background: color-mix(in srgb, var(--navbar-bg) 94%, transparent);
  border-bottom-color: rgba(240,161,31,.22);
  box-shadow: 0 16px 38px rgba(0,0,0,.18), 0 1px 0 rgba(255,181,58,.12);
  backdrop-filter: blur(24px) saturate(1.18);
}

.navbar .inner,
.brand-mark,
.brand strong,
.brand span {
  transition: padding .25s ease, min-height .25s ease, width .25s ease, height .25s ease, font-size .25s ease, letter-spacing .25s ease, box-shadow .25s ease;
}

.navbar .inner { min-height: 102px; }
.brand { flex: 0 1 470px; }
.brand-mark {
  position: relative;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 30px rgba(0,0,0,.18), 0 0 0 1px rgba(240,161,31,.06);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255,181,58,.22);
  opacity: 0;
  animation: logoPulse 4.8s ease-in-out infinite;
  pointer-events: none;
}
.brand-text { max-width: 430px; }
.brand span { line-height: 1.42; text-wrap: balance; }
.nav-links { flex: 1 1 430px; justify-content: center; gap: 10px 14px; }
.nav-links a { font-size: .91rem; white-space: nowrap; }

@media (min-width: 841px) {
  .navbar.is-scrolled .inner { min-height: 78px; padding-top: 7px; padding-bottom: 7px; }
  .navbar.is-scrolled .brand-mark { width: 60px; height: 60px; }
  .navbar.is-scrolled .brand strong { font-size: 1.55rem; letter-spacing: .18em; }
  .navbar.is-scrolled .brand span { font-size: .69rem; letter-spacing: .15em; }
}

.hero-map-motion {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: .5;
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.map-grid-motion {
  position: absolute;
  width: 72%;
  height: 86%;
  right: -10%;
  bottom: -22%;
  transform: perspective(680px) rotateX(62deg) rotateZ(-9deg);
  transform-origin: center bottom;
  background-image:
    linear-gradient(rgba(140,186,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140,186,255,.14) 1px, transparent 1px),
    linear-gradient(rgba(255,181,58,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,181,58,.045) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px, 11px 11px, 11px 11px;
  animation: mapGridDrift 16s linear infinite;
  filter: drop-shadow(0 0 16px rgba(140,186,255,.08));
}

.map-contour {
  position: absolute;
  border: 1px solid rgba(255,211,106,.22);
  border-radius: 45% 55% 62% 38% / 58% 42% 58% 42%;
  transform: rotate(-14deg);
  filter: drop-shadow(0 0 10px rgba(255,181,58,.08));
  animation: contourFloat 9s ease-in-out infinite;
}
.map-contour::before,
.map-contour::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255,211,106,.16);
  border-radius: inherit;
}
.map-contour::after { inset: 30%; opacity: .8; }
.map-contour.contour-a { width: 310px; height: 170px; right: 19%; top: 15%; }
.map-contour.contour-b { width: 220px; height: 128px; right: 4%; bottom: 8%; animation-delay: -4.5s; }

.map-route-motion {
  position: absolute;
  width: min(43vw, 610px);
  height: 190px;
  right: 8%;
  top: 35%;
  border-top: 2px dashed rgba(255,211,106,.36);
  border-radius: 50%;
  transform: rotate(-8deg);
  filter: drop-shadow(0 0 10px rgba(255,181,58,.16));
}
.route-runner {
  position: absolute;
  width: 9px;
  height: 9px;
  top: -5px;
  left: 5%;
  border-radius: 50%;
  background: #ffd36a;
  box-shadow: 0 0 0 5px rgba(255,211,106,.12), 0 0 18px rgba(255,181,58,.72);
  animation: routeTravel 7s ease-in-out infinite;
}

.map-pin-motion {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255,211,106,.85);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  animation: pinFloat 4.6s ease-in-out infinite;
}
.map-pin-motion::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  inset: 6px;
  border-radius: 50%;
  background: #ffd36a;
}
.map-pin-motion span {
  position: absolute;
  width: 52px;
  height: 18px;
  left: -17px;
  top: 25px;
  border: 1px solid rgba(140,186,255,.22);
  border-radius: 50%;
  transform: rotate(45deg) rotateX(68deg);
  animation: pinRing 2.5s ease-out infinite;
}
.map-pin-motion.pin-a { right: 33%; top: 28%; }
.map-pin-motion.pin-b { right: 12%; top: 48%; animation-delay: -1.5s; }
.map-pin-motion.pin-c { right: 24%; bottom: 11%; animation-delay: -3s; }

.map-coordinate-motion {
  position: absolute;
  right: 7%;
  bottom: 7%;
  padding: 8px 12px;
  border: 1px solid rgba(140,186,255,.18);
  border-radius: 999px;
  background: rgba(5,15,30,.34);
  color: rgba(255,255,255,.48);
  font-size: .72rem;
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
  animation: coordinateGlow 6s ease-in-out infinite;
}

.map-node-pulse {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,218,124,.98) 0%, rgba(255,181,58,.92) 48%, rgba(255,181,58,0) 72%);
  box-shadow: 0 0 16px rgba(255,181,58,.32);
  animation: nodePulse 3.8s ease-out infinite;
}
.map-node-pulse::after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 1px solid rgba(255,211,106,.24);
  animation: pulseRing 3.8s ease-out infinite;
}
.map-node-pulse.node-a { right: 35%; top: 34%; }
.map-node-pulse.node-b { right: 18%; top: 57%; animation-delay: -1.2s; }
.map-node-pulse.node-c { right: 29%; bottom: 19%; animation-delay: -2.1s; }

.map-radar-sweep {
  position: absolute;
  right: 18%;
  bottom: 18%;
  width: min(30vw, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(140,186,255,.10);
  background:
    radial-gradient(circle, rgba(140,186,255,.11), rgba(140,186,255,0) 62%),
    conic-gradient(from 0deg, rgba(140,186,255,0) 0deg, rgba(140,186,255,0) 290deg, rgba(140,186,255,.28) 335deg, rgba(255,211,106,.34) 360deg);
  filter: blur(.2px) drop-shadow(0 0 18px rgba(140,186,255,.10));
  transform-origin: center;
  animation: radarSweep 8s linear infinite;
  opacity: .55;
}
.map-radar-sweep::before,
.map-radar-sweep::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px dashed rgba(140,186,255,.12);
}
.map-radar-sweep::after { inset: 28%; border-style: solid; border-color: rgba(255,211,106,.12); }

.hero-nautical-map {
  position: absolute;
  right: 4%;
  top: 6%;
  width: min(42vw, 520px);
  opacity: .64;
  filter: drop-shadow(0 14px 38px rgba(17,7,0,.22));
  transform: rotate(-4deg);
  pointer-events: none;
}
.nautical-map-svg {
  width: 100%;
  height: auto;
  display: block;
}


.orbit-system {
  position: absolute;
  right: 10%;
  top: 8%;
  width: min(26vw, 320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  opacity: .78;
  filter: drop-shadow(0 0 22px rgba(140,186,255,.12));
}
.orbit-system.orbit-a { right: 2%; top: -1%; }
.orbit-system.orbit-b {
  width: min(18vw, 220px);
  right: -2%;
  top: 19%;
  opacity: .56;
}
.orbit-core {
  width: 16%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(186,220,255,.95), rgba(72,122,198,.88) 45%, rgba(19,42,84,.92) 66%, rgba(9,18,40,.95) 100%);
  box-shadow: 0 0 0 8px rgba(120,167,255,.08), 0 0 28px rgba(120,167,255,.22);
  position: relative;
}
.orbit-core::after {
  content: "";
  position: absolute;
  inset: -16%;
  border-radius: 50%;
  border: 1px solid rgba(255,211,106,.22);
  animation: coordinateGlow 5.4s ease-in-out infinite;
}
.orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(140,186,255,.20);
  border-radius: 50%;
  --orbit-transform: rotateX(71deg) rotateZ(8deg);
  transform: var(--orbit-transform);
  animation: orbitSpin3d 22s linear infinite;
}
.orbit-ring::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed rgba(255,211,106,.16);
}
.orbit-ring.ring-a { --orbit-transform: rotateX(71deg) rotateZ(8deg); }
.orbit-ring.ring-b { inset: 8%; --orbit-transform: rotateX(72deg) rotateZ(74deg); animation-duration: 17s; animation-direction: reverse; }
.orbit-ring.ring-c { inset: 17%; --orbit-transform: rotateX(70deg) rotateZ(-38deg); animation-duration: 13s; }
.orbit-ring.ring-d { inset: 4%; --orbit-transform: rotateX(68deg) rotateZ(28deg); animation-duration: 16s; }
.orbit-ring.ring-e { inset: 20%; --orbit-transform: rotateX(73deg) rotateZ(-64deg); animation-duration: 11s; animation-direction: reverse; }
.satellite {
  position: absolute;
  inset: 0;
  animation: orbitSpin 16s linear infinite;
}
.satellite .sat-body {
  position: absolute;
  width: 13px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, #f9fbff, #b9c7df);
  box-shadow: 0 0 12px rgba(255,255,255,.18);
}
.satellite .sat-panel {
  position: absolute;
  width: 13px;
  height: 6px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(81,129,219,.72), rgba(140,186,255,.98));
  box-shadow: 0 0 10px rgba(140,186,255,.22);
}
.satellite .panel-left { transform-origin: right center; }
.satellite .panel-right { transform-origin: left center; }
.sat-a { animation-duration: 16s; }
.sat-a .sat-body { top: 10%; left: calc(50% - 6px); }
.sat-a .panel-left { top: 12%; left: calc(50% - 19px); }
.sat-a .panel-right { top: 12%; left: calc(50% + 7px); }
.sat-b { animation-duration: 12s; animation-direction: reverse; }
.sat-b .sat-body { right: 14%; top: calc(50% - 5px); }
.sat-b .panel-left { right: 25%; top: calc(50% - 3px); transform: rotate(90deg); }
.sat-b .panel-right { right: 2%; top: calc(50% - 3px); transform: rotate(90deg); }
.sat-c { animation-duration: 20s; }
.sat-c .sat-body { bottom: 15%; left: calc(50% - 6px); }
.sat-c .panel-left { bottom: 17%; left: calc(50% - 19px); }
.sat-c .panel-right { bottom: 17%; left: calc(50% + 7px); }
.sat-d { animation-duration: 14s; }
.sat-d .sat-body { top: 17%; right: 24%; }
.sat-d .panel-left { top: 19%; right: 35%; transform: rotate(24deg); }
.sat-d .panel-right { top: 19%; right: 12%; transform: rotate(24deg); }
.sat-e { animation-duration: 10s; animation-direction: reverse; }
.sat-e .sat-body { bottom: 20%; left: 28%; }
.sat-e .panel-left { bottom: 22%; left: 15%; transform: rotate(-28deg); }
.sat-e .panel-right { bottom: 22%; left: 40%; transform: rotate(-28deg); }

.hero-service-link {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  padding: 9px 13px;
  border: 1px solid rgba(255,211,106,.16);
  border-radius: 14px;
  background: rgba(255,181,58,.055);
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  font-weight: 720;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.hero-service-link strong { color: var(--brand-3); }
.hero-service-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255,211,106,.38);
  background: rgba(255,181,58,.10);
}

@keyframes logoPulse { 0%, 72%, 100% { opacity: 0; transform: scale(1); } 82% { opacity: .75; } 94% { opacity: 0; transform: scale(1.12); } }
@keyframes mapGridDrift { from { background-position: 0 0, 0 0, 0 0, 0 0; } to { background-position: 44px 44px, 44px 44px, 22px 22px, 22px 22px; } }
@keyframes contourFloat { 0%,100% { transform: rotate(-14deg) translate3d(0,0,0); } 50% { transform: rotate(-11deg) translate3d(8px,-10px,0); } }
@keyframes routeTravel { 0% { left: 4%; opacity: 0; } 12%, 88% { opacity: 1; } 100% { left: 92%; opacity: 0; } }
@keyframes pinFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes pinRing { 0% { opacity: .65; scale: .55; } 100% { opacity: 0; scale: 1.25; } }
@keyframes coordinateGlow { 0%,100% { opacity: .45; } 50% { opacity: .78; } }
@keyframes nodePulse { 0%,100% { transform: scale(.86); opacity: .65; } 50% { transform: scale(1.18); opacity: 1; } }
@keyframes pulseRing { 0% { opacity: .52; transform: scale(.35); } 100% { opacity: 0; transform: scale(1.35); } }
@keyframes radarSweep { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes orbitSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes orbitSpin3d { from { transform: var(--orbit-transform) rotate(0deg); } to { transform: var(--orbit-transform) rotate(360deg); } }

@media (max-width: 1100px) {
  .brand { flex-basis: 390px; }
  .brand-text { max-width: 350px; }
  .nav-links { gap: 8px 10px; }
  .nav-links a { font-size: .84rem; }
}

@media (max-width: 840px) {
  :root { --navbar-height: 112px; }
  .navbar { z-index: 1200; }
  .navbar .inner { min-height: auto; }
  .brand { flex-basis: auto; }
  .brand-text { max-width: none; }
  .hero-map-motion { opacity: .30; mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 88%); }
  .map-grid-motion { width: 140%; height: 68%; right: -48%; bottom: -8%; }
  .map-contour.contour-a { right: -58px; top: 10%; transform: scale(.78) rotate(-14deg); }
  .map-contour.contour-b { display: none; }
  .map-route-motion { width: 96vw; right: -32%; top: 37%; opacity: .72; }
  .map-pin-motion.pin-a { right: 20%; top: 22%; }
  .map-pin-motion.pin-b { right: 3%; top: 46%; }
  .map-pin-motion.pin-c { display: none; }
  .map-coordinate-motion { right: 14px; bottom: 10px; font-size: .61rem; }
  .orbit-system.orbit-a { width: min(45vw, 210px); top: 10%; right: 6%; opacity: .62; }
  .orbit-system.orbit-b { width: min(28vw, 120px); top: 16%; right: 0; opacity: .44; }
  .map-radar-sweep { width: min(42vw, 220px); right: 10%; bottom: 16%; opacity: .36; }
  .map-node-pulse.node-a { right: 26%; top: 24%; }
  .map-node-pulse.node-b { right: 8%; top: 49%; }
  .map-node-pulse.node-c { display: none; }
}

@media (max-width: 640px) {
  .hero-service-link { width: 100%; justify-content: space-between; font-size: .82rem; line-height: 1.35; }
}

@media (max-width: 540px) {
  .orbit-system.orbit-a { width: 140px; top: 14%; right: -4px; opacity: .5; }
  .orbit-system.orbit-b { display: none; }
  .map-radar-sweep { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark::after,
  .map-grid-motion,
  .map-contour,
  .route-runner,
  .map-pin-motion,
  .map-pin-motion span,
  .map-coordinate-motion,
  .map-node-pulse,
  .map-node-pulse::after,
  .map-radar-sweep,
  .orbit-ring,
  .satellite,
  .orbit-core::after { animation: none !important; }
}

/* The hero already contains all primary contact buttons; keep floating CTAs clear until the user scrolls past it. */
.parcel-assistant-float,
.whatsapp-float,
.call-float {
  transition-property: opacity, visibility, transform, box-shadow, filter;
  transition-duration: .24s;
  transition-timing-function: ease;
}
body.hero-in-view .parcel-assistant-float,
body.hero-in-view .whatsapp-float,
body.hero-in-view .call-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* --- V6: Piri Reis map section and clickable gallery cards --- */
.gallery-card-link {
  color: inherit;
  text-decoration: none;
}
.gallery-card-link:focus-visible {
  outline: 2px solid rgba(255,211,106,.85);
  outline-offset: 4px;
}
.gallery-more {
  margin: 0 18px 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-size: .92rem;
  font-weight: 760;
}
.gallery-card-link:hover .gallery-more { color: var(--brand-3); }

.detail-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,181,58,.12);
  color: #ffd36a;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .75rem;
}

.piri-panel {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow-strong);
}
.piri-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}
.piri-copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}
.piri-copy p,
.piri-points {
  color: rgba(255,255,255,.80);
}
.piri-points {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.piri-map-shell {
  padding: 12px;
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.piri-map-svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

@media (max-width: 980px) {
  .piri-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .gallery-more { margin: 0 16px 16px; }
  .piri-panel { padding: 18px; border-radius: 24px; }
  .piri-copy h3 { font-size: 1.5rem; }
}

@media (max-width: 980px) {
  .hero-nautical-map {
    width: min(58vw, 420px);
    right: -4%;
    top: 8%;
    opacity: .52;
  }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    width: min(62vw, 360px);
    top: 12%;
    right: -8%;
    opacity: .42;
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    width: 230px;
    right: -34px;
    top: 60px;
    opacity: .26;
    transform: rotate(-6deg);
  }
}


/* --- V8: world ports strip + compact Turkey ports map --- */
.hero-nautical-map {
  width: min(28vw, 340px) !important;
  right: 4% !important;
  top: 8% !important;
  opacity: .50 !important;
  transform: rotate(-3deg) !important;
  z-index: 0;
}

.world-port-route {
  width: min(100%, 760px);
  margin: 18px 0 4px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(5,18,38,.30);
}
.world-port-svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .hero-nautical-map {
    width: min(32vw, 300px) !important;
    right: 1% !important;
    top: 10% !important;
    opacity: .42 !important;
  }
  .world-port-route { width: 100%; }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    width: 230px !important;
    right: -34px !important;
    top: 74px !important;
    opacity: .25 !important;
  }
  .world-port-route {
    margin-top: 16px;
    border-radius: 18px;
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    width: 180px !important;
    right: -48px !important;
    top: 90px !important;
    opacity: .18 !important;
  }
  .world-port-route {
    margin-top: 14px;
    max-height: 132px;
  }
  .world-port-svg {
    width: 118%;
    max-width: none;
    transform: translateX(-8%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .world-port-route,
  .hero-nautical-map { opacity: .24; }
}

/* --- V9: faded Piri Reis style map under hero text --- */
.hero-nautical-map {
  position: absolute !important;
  left: max(28px, 2.6vw) !important;
  right: auto !important;
  top: 190px !important;
  width: min(48vw, 640px) !important;
  opacity: .18 !important;
  transform: rotate(-2deg) !important;
  pointer-events: none;
  z-index: 0;
  border-radius: 28px;
  overflow: hidden;
  filter: drop-shadow(0 18px 36px rgba(20,10,0,.16));
}
.nautical-map-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  filter: sepia(.10) saturate(.90) contrast(1.02) brightness(.98);
}
.nautical-route-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .hero-nautical-map {
    width: min(50vw, 560px) !important;
    top: 208px !important;
    opacity: .16 !important;
  }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    left: 14px !important;
    top: 236px !important;
    width: calc(100vw - 44px) !important;
    max-width: 420px;
    opacity: .12 !important;
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    left: 10px !important;
    top: 258px !important;
    width: calc(100vw - 28px) !important;
    max-width: none;
    opacity: .10 !important;
    transform: rotate(-1deg) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-nautical-map {
    opacity: .14 !important;
  }
}

/* --- V10: custom SVG nautical map and stronger moving ship --- */
.hero-nautical-map {
  width: min(50vw, 680px) !important;
  top: 182px !important;
  opacity: .16 !important;
}
.nautical-map-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  filter: sepia(.12) saturate(.92) contrast(1.04) brightness(.98);
}
.nautical-route-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.nautical-route-overlay g:last-of-type {
  filter: drop-shadow(0 4px 10px rgba(78,45,10,.32));
}

@media (max-width: 1200px) {
  .hero-nautical-map {
    width: min(52vw, 610px) !important;
    top: 198px !important;
    opacity: .145 !important;
  }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    left: 12px !important;
    top: 232px !important;
    width: calc(100vw - 36px) !important;
    max-width: 430px;
    opacity: .11 !important;
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    left: 8px !important;
    top: 252px !important;
    width: calc(100vw - 24px) !important;
    opacity: .095 !important;
  }
}


/* --- V11: Turkey ports only, more visible, shifted right/up --- */
.hero-nautical-map {
  left: clamp(150px, 14vw, 240px) !important;
  right: auto !important;
  top: 92px !important;
  width: min(54vw, 760px) !important;
  opacity: .23 !important;
  transform: rotate(-1.5deg) !important;
}
.nautical-map-image {
  filter: sepia(.12) saturate(.96) contrast(1.06) brightness(1) !important;
}
.nautical-route-overlay g[filter] {
  filter: drop-shadow(0 6px 14px rgba(83,44,8,.42));
}

@media (max-width: 1200px) {
  .hero-nautical-map {
    left: clamp(110px, 10vw, 160px) !important;
    top: 108px !important;
    width: min(56vw, 680px) !important;
    opacity: .20 !important;
  }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    left: 24px !important;
    top: 214px !important;
    width: calc(100vw - 72px) !important;
    max-width: 480px;
    opacity: .14 !important;
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    left: 12px !important;
    top: 244px !important;
    width: calc(100vw - 34px) !important;
    opacity: .12 !important;
  }
}

/* --- V12: realistic animated Turkey map embedded behind hero text --- */
.hero-nautical-map {
  position: absolute !important;
  left: clamp(10px, 2.2vw, 34px) !important;
  right: auto !important;
  top: 66px !important;
  width: min(52vw, 735px) !important;
  opacity: .54 !important;
  transform: rotate(-1deg) !important;
  filter: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
}
.realistic-turkey-map {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.realistic-turkey-map .chart-grid path {
  fill: none;
  stroke: rgba(154,194,238,.54);
  stroke-width: 1.25;
}
.realistic-turkey-map .rhumb-lines path {
  fill: none;
  stroke: rgba(255,208,107,.56);
  stroke-width: 1.25;
}
.realistic-turkey-map .sea-contours path {
  fill: none;
  stroke: rgba(129,178,234,.72);
  stroke-width: 2.1;
}
.realistic-turkey-map .turkey-land {
  fill: url(#turkeyFill);
  stroke: rgba(255,214,126,.38);
  stroke-width: 2.2;
}
.realistic-turkey-map .turkey-coast {
  fill: none;
  stroke: rgba(255,221,145,.96);
  stroke-width: 4.2;
  filter: url(#coastGlow);
}
.realistic-turkey-map .terrain-lines path {
  fill: none;
  stroke: rgba(255,222,151,.52);
  stroke-width: 1.7;
}
.realistic-turkey-map .islands ellipse {
  fill: rgba(240,203,132,.32);
  stroke: rgba(255,224,158,.78);
  stroke-width: 1.7;
}
.realistic-turkey-map .route-shadow {
  fill: none;
  stroke: rgba(30,12,0,.42);
  stroke-width: 7;
  stroke-linecap: round;
}
.realistic-turkey-map .route-line {
  fill: none;
  stroke: url(#routeGlow);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-dasharray: 10 9;
}
.realistic-turkey-map .port-dot {
  fill: #fff3c8;
  stroke: #d89028;
  stroke-width: 2.2;
}
.realistic-turkey-map .compass circle,
.realistic-turkey-map .compass path {
  fill: none;
  stroke: rgba(255,215,132,.72);
  stroke-width: 1.8;
}
.realistic-turkey-map .ship-hull {
  fill: #9b5b18;
  stroke: #ffe0a0;
  stroke-width: 2.4;
}
.realistic-turkey-map .ship-mast {
  fill: none;
  stroke: #fff0c5;
  stroke-width: 4.4;
  stroke-linecap: round;
}
.realistic-turkey-map .ship-sail-main {
  fill: #fff3d1;
  stroke: #a96a20;
  stroke-width: 2.3;
}
.realistic-turkey-map .ship-sail-small {
  fill: #f6c967;
  stroke: #a96a20;
  stroke-width: 2;
}
.realistic-turkey-map .ship-flag {
  fill: #ffcf66;
  stroke: #fff1c8;
  stroke-width: 1.4;
}

@media (max-width: 1200px) {
  .hero-nautical-map {
    left: 10px !important;
    top: 78px !important;
    width: min(55vw, 650px) !important;
    opacity: .48 !important;
  }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    left: -8px !important;
    top: 150px !important;
    width: min(96vw, 580px) !important;
    opacity: .29 !important;
    transform: rotate(-2deg) !important;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    left: -34px !important;
    top: 195px !important;
    width: 118vw !important;
    opacity: .22 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .realistic-turkey-map animateMotion,
  .realistic-turkey-map animate {
    display: none;
  }
  .hero-nautical-map { opacity: .30 !important; }
}


/* --- V13: centered hero nautical map --- */
.hero-nautical-map {
  left: 50% !important;
  right: auto !important;
  top: 112px !important;
  width: min(58vw, 780px) !important;
  opacity: .26 !important;
  transform: translateX(-50%) rotate(-1.8deg) !important;
}

@media (max-width: 1200px) {
  .hero-nautical-map {
    left: 50% !important;
    top: 118px !important;
    width: min(62vw, 720px) !important;
    opacity: .24 !important;
  }
}

@media (max-width: 840px) {
  .hero-nautical-map {
    left: 50% !important;
    top: 182px !important;
    width: min(92vw, 600px) !important;
    opacity: .16 !important;
    transform: translateX(-50%) rotate(-1.2deg) !important;
  }
}

@media (max-width: 540px) {
  .hero-nautical-map {
    left: 50% !important;
    top: 214px !important;
    width: 110vw !important;
    opacity: .12 !important;
  }
}
