:root {
      --bg: #050b14;
      --bg-2: #081422;
      --surface: rgba(255,255,255,.055);
      --surface-strong: #101d2c;
      --line: rgba(255,255,255,.11);
      --line-strong: rgba(255,139,87,.36);
      --text: #f4f8fc;
      --muted: #9dabbc;
      --orange: #ff8b57;
      --orange-2: #ff6838;
      --cyan: #53dbff;
      --green: #45dd9d;
      --danger: #ff6b6b;
      --shadow: 0 30px 80px rgba(0,0,0,.35);
      --radius: 22px;
      --radius-sm: 14px;
      --container: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 96px; }
    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 85% 5%, rgba(83,219,255,.08), transparent 28%),
        radial-gradient(circle at 10% 18%, rgba(255,139,87,.10), transparent 24%),
        var(--bg);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .2;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, #000, transparent 88%);
      z-index: -1;
    }

    ::selection { background: var(--orange); color: #101010; }
    a { color: inherit; text-decoration: none; }
    img, svg { display: block; max-width: 100%; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }

    .container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
    .section { padding: 104px 0; position: relative; }
    .section-tight { padding: 68px 0; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 12px;
      border: 1px solid var(--line-strong);
      background: rgba(255,139,87,.07);
      color: #ffd0b8;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .13em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 18px var(--orange);
    }
    .section-title {
      margin: 18px 0 14px;
      max-width: 780px;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1.04;
      letter-spacing: -.045em;
    }
    .section-copy { max-width: 680px; color: var(--muted); font-size: 17px; margin: 0; }
    .gradient-text {
      color: transparent;
      background: linear-gradient(110deg, #fff 5%, #ffd091 48%, #64ddff 96%);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 0 19px;
      border: 1px solid transparent;
      border-radius: 13px;
      font-weight: 800;
      transition: .25s ease;
      white-space: nowrap;
    }
    .btn svg { width: 18px; height: 18px; }
    .btn-primary {
      color: #111;
      background: linear-gradient(135deg, var(--orange), #ffd082);
      box-shadow: 0 14px 34px rgba(255,139,87,.2);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(255,139,87,.3); }
    .btn-secondary { background: rgba(255,255,255,.045); border-color: var(--line); color: var(--text); }
    .btn-secondary:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); }
    .btn-ghost { padding-inline: 10px; color: var(--muted); }
    .btn-ghost:hover { color: var(--text); }

    .top-strip {
      border-bottom: 1px solid var(--line);
      color: var(--muted);
      font-size: 13px;
      background: rgba(3,8,15,.76);
    }
    .top-strip-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .top-strip-links { display: flex; gap: 20px; align-items: center; }
    .top-strip a:hover { color: var(--orange); }
    .availability { display: flex; align-items: center; gap: 8px; }
    .availability-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }

    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      backdrop-filter: blur(18px);
      background: rgba(5,11,20,.76);
      border-bottom: 1px solid rgba(255,255,255,.075);
    }
    .nav {
      min-height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .brand { display: inline-flex; align-items: center; gap: 12px; min-width: 246px; }
    .brand-logo { width: 62px; height: 62px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 10px 22px rgba(0,0,0,.28)); transition: transform .25s ease, filter .25s ease; }
    .brand:hover .brand-logo { transform: translateY(-2px) rotate(-2deg); filter: drop-shadow(0 14px 28px rgba(255,139,87,.18)); }
    .brand-mark {
      position: relative;
      width: 45px;
      height: 45px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: radial-gradient(circle at 30% 20%, #263848, #101923 70%);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: inset 0 0 22px rgba(255,255,255,.04), 0 10px 28px rgba(0,0,0,.28);
    }
    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 5px;
      border: 1px dashed rgba(255,139,87,.45);
      border-radius: 50%;
    }
    .brand-mark svg { position: relative; z-index: 1; width: 28px; color: var(--orange); transform: rotate(-10deg); }
    .brand-name { display: flex; flex-direction: column; line-height: 1; }
    .brand-name strong { font-size: 20px; letter-spacing: -.02em; }
    .brand-name span { margin-top: 6px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .24em; }

    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-links a {
      padding: 10px 12px;
      color: #c1cbd7;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 750;
      transition: .2s ease;
    }
    .nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,.06); }
    .nav-actions { display: flex; align-items: center; gap: 9px; }
    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.05);
      color: #fff;
    }

    .hero { min-height: 790px; display: grid; align-items: center; padding: 84px 0 72px; overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 58px; }
    .hero h1 {
      margin: 20px 0 20px;
      font-size: clamp(48px, 7vw, 84px);
      letter-spacing: -.065em;
      line-height: .97;
      max-width: 760px;
    }
    .hero-copy { max-width: 650px; font-size: 18px; color: var(--muted); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 34px; }
    .hero-trust { display: flex; flex-wrap: wrap; gap: 18px 28px; color: #c5cfdb; font-size: 13px; font-weight: 700; }
    .hero-trust span { display: inline-flex; gap: 8px; align-items: center; }
    .hero-trust svg { width: 17px; color: var(--green); }

    .visual-wrap { position: relative; min-height: 590px; display: grid; place-items: center; }
    .globe {
      width: min(490px, 90vw);
      aspect-ratio: 1;
      border-radius: 50%;
      position: relative;
      background:
        radial-gradient(circle at 35% 28%, rgba(83,219,255,.20), transparent 27%),
        radial-gradient(circle at 62% 72%, rgba(255,139,87,.18), transparent 25%),
        #091726;
      border: 1px solid rgba(91,220,255,.26);
      box-shadow: inset 0 0 80px rgba(83,219,255,.08), 0 0 80px rgba(83,219,255,.08), var(--shadow);
      overflow: hidden;
      animation: float 5s ease-in-out infinite;
    }
    .globe::before, .globe::after {
      content: "";
      position: absolute;
      inset: 9%;
      border: 1px solid rgba(83,219,255,.18);
      border-radius: 50%;
    }
    .globe::before { transform: scaleX(.45); }
    .globe::after { transform: scaleY(.45); }
    .globe-grid {
      position: absolute;
      inset: 0;
      opacity: .35;
      background:
        linear-gradient(transparent 49.8%, rgba(83,219,255,.23) 50%, transparent 50.4%),
        linear-gradient(90deg, transparent 49.8%, rgba(83,219,255,.23) 50%, transparent 50.4%);
    }
    .continent { position: absolute; background: linear-gradient(135deg, rgba(255,255,255,.19), rgba(255,139,87,.42)); filter: drop-shadow(0 0 14px rgba(255,139,87,.2)); opacity: .85; }
    .continent.one { width: 31%; height: 23%; left: 16%; top: 28%; border-radius: 58% 42% 60% 40% / 50% 56% 44% 50%; transform: rotate(14deg); }
    .continent.two { width: 17%; height: 31%; left: 43%; top: 43%; border-radius: 50% 60% 48% 52%; transform: rotate(-12deg); }
    .continent.three { width: 30%; height: 20%; right: 11%; top: 24%; border-radius: 40% 60% 55% 45%; transform: rotate(8deg); }
    .continent.four { width: 13%; height: 11%; right: 16%; bottom: 20%; border-radius: 50%; transform: rotate(-20deg); }

    .route { position: absolute; height: 1px; transform-origin: left center; background: linear-gradient(90deg, transparent, var(--cyan), var(--orange), transparent); filter: drop-shadow(0 0 5px var(--cyan)); opacity: .9; }
    .route.r1 { width: 58%; left: 19%; top: 38%; transform: rotate(18deg); }
    .route.r2 { width: 46%; left: 26%; top: 59%; transform: rotate(-24deg); }
    .route.r3 { width: 35%; left: 42%; top: 44%; transform: rotate(63deg); }
    .route::after { content: ""; position: absolute; right: 10%; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); animation: pulse 1.8s infinite; }

    .plane-core {
      position: absolute;
      inset: 50% auto auto 50%;
      transform: translate(-50%,-50%) rotate(-14deg);
      width: 95px;
      height: 95px;
      display: grid;
      place-items: center;
      border-radius: 26px;
      color: #10151b;
      background: linear-gradient(145deg, #ffd187, var(--orange));
      box-shadow: 0 18px 50px rgba(255,139,87,.33);
      z-index: 4;
    }
    .plane-core svg { width: 52px; }

    .orbit { position: absolute; inset: -7%; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; animation: spin 28s linear infinite; }
    .orbit-dot { position: absolute; width: 11px; height: 11px; background: var(--cyan); border-radius: 50%; top: 4%; left: 49%; box-shadow: 0 0 18px var(--cyan); }

    .float-card {
      position: absolute;
      z-index: 5;
      padding: 15px 17px;
      min-width: 176px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 16px;
      background: rgba(8,20,34,.78);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 55px rgba(0,0,0,.28);
    }
    .float-card small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
    .float-card strong { display: block; margin-top: 4px; font-size: 15px; }
    .float-card .status { margin-top: 9px; display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 800; }
    .float-card.a { left: 0; top: 14%; }
    .float-card.b { right: -2%; top: 26%; }
    .float-card.c { left: 4%; bottom: 13%; }
    .float-card.d { right: 2%; bottom: 8%; }

    .control-panel {
      position: relative;
      z-index: 10;
      margin-top: -54px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(8,18,31,.88);
      backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .panel-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
    .panel-tab {
      border: 0;
      color: var(--muted);
      background: transparent;
      padding: 18px;
      font-weight: 850;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
    }
    .panel-tab.active { color: #fff; background: rgba(255,139,87,.075); box-shadow: inset 0 -2px var(--orange); }
    .panel-content { padding: 24px; }
    .panel-pane { display: none; }
    .panel-pane.active { display: block; animation: fade .25s ease; }
    .tracking-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
    .field, .select-field, .textarea-field {
      width: 100%;
      min-height: 51px;
      border: 1px solid var(--line);
      border-radius: 12px;
      color: var(--text);
      background: rgba(255,255,255,.04);
      outline: none;
      padding: 0 15px;
      transition: .2s ease;
    }
    .textarea-field { min-height: 110px; padding-top: 13px; resize: vertical; }
    .field:focus, .select-field:focus, .textarea-field:focus { border-color: rgba(255,139,87,.62); box-shadow: 0 0 0 4px rgba(255,139,87,.08); }
    .field::placeholder, .textarea-field::placeholder { color: #6f7e90; }
    .select-field option { color: #111; }
    .panel-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
    .quick-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
    .quick-field { display: grid; gap: 7px; }
    .quick-field label { font-size: 11px; color: var(--muted); text-transform: uppercase; font-weight: 800; letter-spacing: .09em; }
    .quick-submit { align-self: end; }

    .partners { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); background: rgba(255,255,255,.02); }
    .partner-row { min-height: 118px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 35px; }
    .partner-label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
    .partner-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
    .partner-list span { color: #b9c3cf; font-weight: 900; letter-spacing: .06em; opacity: .78; }

    .stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
    .stat-card {
      padding: 29px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    }
    .stat-number { font-size: 47px; font-weight: 900; letter-spacing: -.05em; color: var(--orange); }
    .stat-label { color: var(--muted); }

    .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
    .service-card {
      position: relative;
      min-height: 280px;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.024));
      overflow: hidden;
      transition: .3s ease;
    }
    .service-card::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -80px;
      bottom: -90px;
      background: radial-gradient(circle, rgba(255,139,87,.18), transparent 70%);
      transition: .3s ease;
    }
    .service-card:hover { transform: translateY(-7px); border-color: rgba(255,139,87,.34); }
    .service-card:hover::after { transform: scale(1.3); }
    .icon-box {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: var(--orange);
      background: rgba(255,139,87,.095);
      border: 1px solid rgba(255,139,87,.18);
    }
    .icon-box svg { width: 25px; }
    .service-card h3 { margin: 22px 0 10px; font-size: 22px; }
    .service-card p { color: var(--muted); margin: 0 0 20px; }
    .service-link { display: inline-flex; align-items: center; gap: 8px; color: #ffd299; font-weight: 800; font-size: 13px; }

    .mode-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 45px; align-items: start; margin-top: 48px; }
    .mode-tabs { display: grid; gap: 10px; }
    .mode-tab {
      text-align: left;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: rgba(255,255,255,.035);
      color: var(--muted);
      font-weight: 800;
      transition: .2s ease;
    }
    .mode-tab span { display: block; margin-top: 4px; font-size: 12px; font-weight: 500; }
    .mode-tab.active { color: #fff; border-color: var(--line-strong); background: rgba(255,139,87,.075); transform: translateX(8px); }
    .mode-display {
      min-height: 430px;
      position: relative;
      padding: 38px;
      border-radius: 28px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 80% 20%, rgba(83,219,255,.12), transparent 27%),
        radial-gradient(circle at 15% 80%, rgba(255,139,87,.1), transparent 28%),
        rgba(255,255,255,.035);
      overflow: hidden;
    }
    .mode-pane { display: none; }
    .mode-pane.active { display: block; animation: fadeUp .35s ease; }
    .mode-pane h3 { font-size: 36px; letter-spacing: -.035em; margin: 0 0 14px; }
    .mode-pane p { max-width: 560px; color: var(--muted); }
    .feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 28px 0; }
    .feature-item { display: flex; gap: 9px; align-items: center; color: #cbd4de; font-size: 14px; }
    .feature-item svg { width: 17px; color: var(--green); }
    .mode-art {
      height: 126px;
      margin-top: 31px;
      border-radius: 18px;
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: linear-gradient(90deg, rgba(255,139,87,.04), rgba(83,219,255,.06));
    }
    .mode-art::before { content: ""; position: absolute; left: 8%; right: 8%; top: 50%; border-top: 1px dashed rgba(255,255,255,.2); }
    .art-node { position: absolute; top: calc(50% - 13px); width: 26px; height: 26px; border-radius: 50%; background: var(--surface-strong); border: 2px solid var(--cyan); box-shadow: 0 0 16px rgba(83,219,255,.22); }
    .art-node.n1 { left: 9%; } .art-node.n2 { left: 46%; border-color: var(--orange); } .art-node.n3 { right: 9%; }
    .art-vehicle { position: absolute; left: 18%; top: calc(50% - 11px); width: 22px; color: var(--orange); animation: travel 5.6s linear infinite; }

    .process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
    .process-step { position: relative; padding: 27px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.034); }
    .process-step:not(:last-child)::after { content: ""; position: absolute; width: 17px; height: 1px; right: -17px; top: 54px; background: var(--line); }
    .step-no { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,139,87,.1); color: var(--orange); font-weight: 900; }
    .process-step h3 { margin: 18px 0 8px; font-size: 18px; }
    .process-step p { margin: 0; color: var(--muted); font-size: 14px; }

    .coverage-wrap {
      margin-top: 46px;
      padding: 38px;
      border: 1px solid var(--line);
      border-radius: 28px;
      background: rgba(255,255,255,.035);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }
    .destination-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
    .chip { padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.055); border: 1px solid var(--line); color: #c8d2dd; font-size: 13px; font-weight: 750; }
    .mini-map { min-height: 360px; position: relative; display: grid; place-items: center; overflow: hidden; }
    .mini-map svg { width: 100%; opacity: .74; }
    .map-ping { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,139,87,.09), 0 0 22px var(--orange); animation: pulse 2s infinite; }
    .map-ping.p1 { left: 63%; top: 57%; } .map-ping.p2 { left: 27%; top: 39%; } .map-ping.p3 { right: 15%; top: 72%; } .map-ping.p4 { left: 49%; top: 31%; }

    .quote-section { overflow: hidden; }
    .quote-box {
      position: relative;
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 54px;
      padding: 50px;
      border-radius: 30px;
      border: 1px solid rgba(255,139,87,.23);
      background:
        radial-gradient(circle at 0% 100%, rgba(255,139,87,.13), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(83,219,255,.10), transparent 34%),
        #0a1523;
      box-shadow: var(--shadow);
    }
    .quote-box h2 { font-size: clamp(38px, 5vw, 61px); line-height: 1.05; letter-spacing: -.05em; margin: 18px 0; }
    .quote-points { display: grid; gap: 12px; margin-top: 26px; color: #c7d1dc; }
    .quote-points span { display: flex; align-items: center; gap: 10px; }
    .quote-points svg { color: var(--green); width: 18px; }
    .quote-form { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .form-group { display: grid; gap: 7px; }
    .form-group.full { grid-column: 1 / -1; }
    .form-group label { font-size: 12px; color: #b9c5d2; font-weight: 800; }
    .form-privacy { color: var(--muted); font-size: 11px; margin: 12px 0 0; }

    .why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 46px; }
    .why-card { padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.035); display: grid; grid-template-columns: auto 1fr; gap: 17px; }
    .why-card h3 { margin: 1px 0 6px; }
    .why-card p { margin: 0; color: var(--muted); font-size: 14px; }

    .faq-wrap { max-width: 900px; margin: 46px auto 0; display: grid; gap: 11px; }
    .faq-item { border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.035); overflow: hidden; }
    .faq-question { width: 100%; border: 0; background: transparent; color: #fff; padding: 19px 21px; display: flex; justify-content: space-between; gap: 16px; text-align: left; font-weight: 850; }
    .faq-question svg { width: 19px; flex: 0 0 auto; transition: .25s ease; color: var(--orange); }
    .faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
    .faq-answer p { padding: 0 21px 20px; margin: 0; }
    .faq-item.open .faq-answer { max-height: 220px; }
    .faq-item.open .faq-question svg { transform: rotate(45deg); }

    .contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 30px; margin-top: 46px; }
    .contact-card { padding: 32px; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.035); }
    .contact-list { display: grid; gap: 17px; margin-top: 24px; }
    .contact-row { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: start; }
    .contact-row .icon-box { width: 45px; height: 45px; border-radius: 13px; }
    .contact-row small { display: block; color: var(--muted); margin-bottom: 3px; }
    .contact-row a:hover { color: var(--orange); }
    .map-card { min-height: 420px; position: relative; overflow: hidden; background: linear-gradient(145deg,#0d1c2a,#07111d); }
    .map-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(32deg, transparent 48%, rgba(255,255,255,.07) 49%, rgba(255,255,255,.07) 50%, transparent 51%),
        linear-gradient(-23deg, transparent 48%, rgba(255,255,255,.05) 49%, rgba(255,255,255,.05) 50%, transparent 51%);
      background-size: 70px 70px;
      opacity: .55;
    }
    .map-marker { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 78px; height: 78px; border-radius: 50% 50% 50% 10%; rotate: -45deg; background: var(--orange); display: grid; place-items: center; box-shadow: 0 20px 55px rgba(255,139,87,.28); }
    .map-marker svg { width: 32px; color: #111; rotate: 45deg; }
    .map-label { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px; border-radius: 15px; border: 1px solid var(--line); background: rgba(5,11,20,.8); backdrop-filter: blur(12px); }

    footer { border-top: 1px solid var(--line); background: #030811; }
    .footer-grid { display: grid; grid-template-columns: 1.15fr .7fr .8fr 1fr; gap: 38px; padding: 68px 0 42px; }
    .footer-copy { color: var(--muted); max-width: 360px; margin-top: 18px; }
    .footer-title { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin: 4px 0 16px; }
    .footer-links { display: grid; gap: 10px; color: var(--muted); font-size: 14px; }
    .footer-links a:hover { color: var(--orange); }
    .footer-bottom { min-height: 68px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7e8c9d; font-size: 12px; }

    .whatsapp-float {
      position: fixed;
      z-index: 999;
      right: 22px;
      bottom: 22px;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 19px;
      background: #25d366;
      color: #fff;
      box-shadow: 0 15px 38px rgba(37,211,102,.28);
      transition: .25s ease;
    }
    .whatsapp-float:hover { transform: translateY(-4px) rotate(-3deg); }
    .whatsapp-float svg { width: 29px; }

    .toast {
      position: fixed;
      left: 50%;
      bottom: 28px;
      transform: translate(-50%, 120px);
      opacity: 0;
      z-index: 2000;
      padding: 13px 17px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: #111d2b;
      color: #fff;
      box-shadow: var(--shadow);
      transition: .3s ease;
      text-align: center;
      font-size: 13px;
    }
    .toast.show { transform: translate(-50%, 0); opacity: 1; }

    [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
    [data-reveal].revealed { opacity: 1; transform: none; }

    @keyframes spin { to { transform: rotate(360deg); } }
    @keyframes float { 50% { transform: translateY(-10px); } }
    @keyframes pulse { 50% { transform: scale(1.45); opacity: .55; } }
    @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
    @keyframes travel { from { left: 14%; } to { left: 81%; } }

    @media (max-width: 1040px) {
      .nav-links, .nav-actions .btn-secondary { display: none; }
      .menu-toggle { display: grid; place-items: center; }
      .nav-links.open {
        display: grid;
        position: absolute;
        top: 77px;
        left: 18px;
        right: 18px;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: rgba(7,17,29,.98);
        box-shadow: var(--shadow);
      }
      .nav-links.open a { padding: 13px; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero-copy { max-width: 760px; }
      .visual-wrap { margin-top: 10px; }
      .control-panel { margin-top: 12px; }
      .quick-grid { grid-template-columns: 1fr 1fr; }
      .service-grid { grid-template-columns: 1fr 1fr; }
      .mode-layout, .coverage-wrap, .quote-box, .contact-grid { grid-template-columns: 1fr; }
      .mode-tabs { grid-template-columns: repeat(3,1fr); }
      .mode-tab.active { transform: translateY(-4px); }
      .process-grid { grid-template-columns: 1fr 1fr; }
      .process-step:nth-child(2)::after { display: none; }
      .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
      .footer-grid > div:last-child { grid-column: 1 / -1; }
    }

    @media (max-width: 720px) {
      .section { padding: 78px 0; }
      .section-tight { padding: 52px 0; }
      .top-strip-inner { justify-content: center; }
      .top-strip-links { display: none; }
      .brand { min-width: 0; }
      .brand-name strong { font-size: 17px; }
      .nav-actions .btn-primary { display: none; }
      .hero { padding-top: 55px; min-height: auto; }
      .hero h1 { font-size: clamp(45px, 15vw, 65px); }
      .visual-wrap { min-height: 470px; }
      .globe { width: 360px; }
      .float-card { min-width: 145px; padding: 12px; }
      .float-card.a { left: -6px; top: 7%; }
      .float-card.b { right: -7px; top: 25%; }
      .float-card.c { left: -7px; bottom: 8%; }
      .float-card.d { display: none; }
      .plane-core { width: 74px; height: 74px; }
      .plane-core svg { width: 40px; }
      .tracking-row { grid-template-columns: 1fr; }
      .quick-grid, .form-grid, .stats-grid, .service-grid, .process-grid, .why-grid { grid-template-columns: 1fr; }
      .process-step::after { display: none; }
      .mode-tabs { grid-template-columns: 1fr; }
      .feature-list { grid-template-columns: 1fr; }
      .quote-box, .coverage-wrap { padding: 27px; }
      .quote-form { padding: 18px; }
      .partner-row { grid-template-columns: 1fr; padding: 26px 0; gap: 18px; }
      .partner-list { justify-content: flex-start; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding: 18px 0; }
      .whatsapp-float { right: 15px; bottom: 15px; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
    }

    /* Production logo integration */
    .hero-logo-badge {
      position: absolute;
      z-index: 8;
      top: 12px;
      left: 6px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 13px 8px 8px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(5,11,20,.76);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 45px rgba(0,0,0,.28);
      color: #dce7f2;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .03em;
    }
    .hero-logo-badge img { width: 44px; height: 44px; object-fit: contain; }
    .noscript { position: relative; z-index: 9999; padding: 10px 18px; text-align: center; background: #ff8b57; color: #111; font-size: 14px; font-weight: 800; }
    @media (max-width: 760px) {
      .brand-logo { width: 49px; height: 49px; }
      .brand { min-width: 0; gap: 8px; }
      .hero-logo-badge { top: -8px; left: 0; transform: scale(.92); transform-origin: left top; }
    }
