     :root {
        --bg: #000000;
        --panel: #10141b;
        --panel-2: #181d26;
        --text: #ffffff;
        --muted: #aab8c7;
        --line: rgba(255,255,255,0.08);
        --gold: #ffb400;
        --gold-hover: #ffd36b;
        --chip-bg: rgba(0,0,0,0.35);
        --chip-line: rgba(255,255,255,0.46);
      }

      html { height: 100%; }

      body {
        margin: 0;
        height: 100%;
        background: var(--bg);
        color: var(--text);
        font-family: Arial, Helvetica, sans-serif;
        overflow: hidden;
      }

      #pano {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
      }

      #intro {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(0,0,0,0.9);
        overflow: auto;
      }

      .wrap {
        max-width: 1280px;
        margin: auto;
        background: var(--panel);
        box-shadow: 0 0 35px rgba(0,0,0,0.6);
      }

      .header {
        padding: 20px 28px;
        background: var(--panel-2);
        border-bottom: 1px solid var(--line);
      }

      h1 {
        text-align: center;
      }

      .breadcrumbs {
        font-size: 13px;
        color: var(--muted);
        margin: 8px;
      }

      .breadcrumbs a {
        color: var(--muted);
        text-decoration: none;
      }

      .breadcrumbs a:hover { color: #fff; }

      .header h1 {
        margin: 0 6px;
        font-size: 40px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
      }

      .sub {
        color: #91f9f8;
        font-size: 15px;
        margin: 10px 0 6px;
      }

      .hero {
        position: relative;
      }

      .hero img {
        width: 100%;
        height: 760px;
        object-fit: cover;
        display: block;
      }

      .overlay {
          position: absolute;
          inset: auto 0 0 0;
          padding: 30px 22px;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
          color: #eef4f8;
          font-size: 20px;
      }     

      .grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 22px;
        padding: 24px 28px 12px;
      }

      .text p {
        margin: 0 0 1rem;
        line-height: 1.72;
        color: var(--muted);
      }

      .map img {
        width: 100%;
        max-height: 420px;
        object-fit: cover;
        border-radius: 14px;
        display: block;
        box-shadow: 0 0 25px rgba(0,0,0,0.45);
      }

      .map-card {
        margin-top: 14px;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 14px;
        padding: 14px;
      }

      .map-card h3 {
        margin: 0 0 10px;
        font-size: 16px;
      }

      .map-card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.65;
      }

      .section {
        padding: 0 28px 12px;
      }

      .section h2 {
        margin: 0 0 14px;
        font-size: 22px;
      }

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

      .card {
        position: relative;
        min-height: 380px;
        border-radius: 18px;
        overflow: hidden;
        background: #131a22;
        box-shadow: 0 0 25px rgba(0,0,0,0.35);
      }

      .card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.84));
        z-index: 1;
      }

      .card .img {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transform: scale(1.02);
      }

      .card .c {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 290px;
        padding: 20px;
      }

      .kicker {
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #d8e3ec;
        margin-bottom: 8px;
      }

      .card h3 {
        margin: 0 0 10px;
        font-size: 26px;
      }

      .card p {
        margin: 0 0 14px;
        color: #d5e0e8;
        line-height: 1.6;
      }

      .chips, .actions, .utility {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }

      .chips { margin-bottom: 12px; }

      .badge {
        font-size: 12px;
        padding: 4px 9px;
        border-radius: 999px;
        border: 1px solid var(--chip-line);
        background: var(--chip-bg);
        color: #fff;
      }

      .chip, .btn-secondary, .btn-start {
        border-radius: 999px;
        text-decoration: none;
      }

      .chip {
        border: 1px solid var(--chip-line);
        padding: 5px 10px;
        font-size: 12px;
        background: var(--chip-bg);
        color: #fff;
        cursor: pointer;
        line-height: 1.2;
        white-space: nowrap;
      }

      .chip:hover {
        background: rgba(255,255,255,0.15);
      }

      .footer-note {
        padding: 0 28px 22px;
      }

      .footer-note p {
        margin: 0;
        color: var(--muted);
        line-height: 1.7;
        max-width: 1000px;
      }

      .utility { margin-top: 12px; }

      .btn-secondary {
        display: inline-block;
        background: #444a55;
        color: #d3d7de;
        padding: 10px 16px;
        font-size: 14px;
      }

      .start {
        padding: 0 28px 28px;
      }

      .start h2 {
        margin: 0 0 14px;
        font-size: 24px;
      }

      .btn-start {
        display: inline-block;
        border: none;
        background: var(--gold);
        color: #222;
        padding: 12px 22px;
        font-weight: 700;
        font-size: 15px;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0,0,0,0.35);
      }

      .btn-start:hover {
        background: var(--gold-hover);
      }

      @media (max-width: 980px) {
        .grid, .country-grid { grid-template-columns: 1fr; }
        .hero img { height: 260px; }
      }

      @media (max-width: 700px) {
        .header, .grid, .section, .footer-note, .start {
          padding-left: 20px;
          padding-right: 20px;
        }

        .header h1 { font-size: 24px; }
      }