    :root {
      --bg: #f5f3ef;
      --surface: rgba(255,255,255,.72);
      --surface-strong: #ffffff;
      --ink: #0e213e;
      --muted: #60656f;
      --line: rgba(14,33,62,.10);
      --primary: #1f4e8c;
      --primary-soft: rgba(31,78,140,.12);
      --accent: #3fa0d8;
      --shadow: 0 24px 60px rgba(19, 23, 31, .08);
      --shadow-strong: 0 30px 90px rgba(19, 23, 31, .14);
      --radius-xl: 28px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Plus Jakarta Sans", system-ui, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at top left, rgba(31,78,140,.13), transparent 32%),
        radial-gradient(circle at top right, rgba(63,160,216,.10), transparent 28%),
        linear-gradient(180deg, #fff 0%, var(--bg) 34%, #f8f6f1 100%);
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

    .nav {
      position: sticky; top: 0; z-index: 30;
      padding: 10px 0 0;
      backdrop-filter: blur(16px);
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      padding: 8px 18px;
      border: 1px solid var(--line);
      border-radius: 0 0 22px 22px;
      background: rgba(255,255,255,.82);
      box-shadow: 0 8px 30px rgba(0,0,0,.04);
    }
    .brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
    .brand img { width: 74px; height: auto; }
    .nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
    .nav-links a, .nav-links button {
      border: 0; background: transparent; cursor: pointer;
      padding: 8px 12px; border-radius: 999px; color: var(--muted);
      font: inherit; font-weight: 600; transition: .2s ease;
    }
    .nav-links a:hover, .nav-links button:hover { background: rgba(31,78,140,.08); color: var(--ink); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .pill, .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      border-radius: 999px; padding: 14px 20px; font-weight: 700; border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    }
    .btn:hover, .pill:hover { transform: translateY(-1px); }
    .btn-dark { background: var(--ink); color: #fff; box-shadow: var(--shadow); }
    .btn-light { background: #fff; border-color: var(--line); color: var(--ink); }
    .btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-strong); }

    .hero { position: relative; min-height: calc(100vh - 96px); display: grid; place-items: center; padding: 84px 0 64px; }
    .orb, .orb-2, .orb-3 {
      position: absolute; border-radius: 50%; filter: blur(14px); pointer-events: none; opacity: .9;
      animation: float 14s ease-in-out infinite;
    }
    .orb { width: 360px; height: 360px; right: -100px; top: 40px; background: radial-gradient(circle at 30% 30%, rgba(31,78,140,.35), rgba(31,78,140,.04) 70%); }
    .orb-2 { width: 420px; height: 420px; left: -120px; bottom: 0; background: radial-gradient(circle at 30% 30%, rgba(63,160,216,.28), rgba(63,160,216,.04) 70%); animation-delay: -4s; }
    .orb-3 { width: 240px; height: 240px; left: 50%; top: 110px; transform: translateX(-50%); background: radial-gradient(circle at 30% 30%, rgba(255,190,92,.2), rgba(255,190,92,.02) 70%); animation-delay: -8s; }
    @keyframes float { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-16px) } }

    .page-orbs { position: fixed; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
    .p-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .6; animation: float 16s ease-in-out infinite; }
    .p-orb-1 { width: 420px; height: 420px; top: -100px; right: -100px; background: radial-gradient(circle at 30% 30%, rgba(31,78,140,.35), rgba(31,78,140,.02) 70%); }
    .p-orb-2 { width: 480px; height: 480px; bottom: -140px; left: -140px; background: radial-gradient(circle at 30% 30%, rgba(63,160,216,.30), rgba(63,160,216,.02) 70%); animation-delay: -6s; }
    .p-orb-3 { width: 320px; height: 320px; top: 45%; left: 55%; transform: translate(-50%, -50%); background: radial-gradient(circle at 30% 30%, rgba(255,190,92,.16), rgba(255,190,92,.01) 70%); animation-delay: -10s; }
    body > header, body > main, body > footer { position: relative; z-index: 1; }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 26px;
      align-items: center;
      justify-items: stretch;
      position: relative;
      z-index: 1;
      text-align: center;
      width: min(100%, 1120px);
      margin: 0 auto;
    }
    .eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--primary); font-size: 11px; font-weight: 800; }
    h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.04em; }
    h1 { font-size: clamp(2rem, 3.6vw, 3.2rem); max-width: 12ch; }
    .accent { color: var(--primary); font-style: italic; }
    .hero p { font-size: 18px; color: var(--muted); line-height: 1.7; max-width: 60ch; margin-left: auto; margin-right: auto; }
    .hero-copy .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; justify-content: center; }
    .hero-stage { width: min(100%, 1100px); position: relative; padding: 74px 24px 36px; }

    .panel {
      background: transparent;
      border: none;
      border-radius: 34px;
      box-shadow: none;
    }
    .destination-stack {
      padding: 20px;
      position: relative;
      overflow: hidden;
      width: 100%;
      min-width: 0;
    }
    .ring {
      position: relative; width: 100%; min-height: 980px; border-radius: 28px;
      background: transparent;
      border: none;
      display: grid; place-items: center;
      overflow: hidden;
    }
    .ring-glow {
      position: absolute; inset: 50%; width: 420px; height: 420px; transform: translate(-50%, -50%);
      background: radial-gradient(circle, rgba(31,78,140,.16), rgba(63,160,216,.08) 55%, transparent 75%);
      filter: blur(28px);
      border-radius: 50%;
      pointer-events: none;
    }
    .ring::before, .ring::after, .ring-line {
      content: ""; position: absolute; inset: 50%; border-radius: 50%; transform: translate(-50%, -50%);
      border: 1px dashed rgba(31,78,140,.22);
      pointer-events: none;
    }
    .ring::before { width: 960px; height: 960px; }
    .ring-line.line-1 { width: 880px; height: 880px; border-color: rgba(63,160,216,.20); }
    .ring-line.line-2 { width: 780px; height: 780px; }
    .ring-line.line-mid { width: 700px; height: 700px; border-color: rgba(63,160,216,.24); }
    .ring-line.line-3 { width: 600px; height: 600px; border-color: rgba(63,160,216,.20); }
    .ring::after { width: 520px; height: 520px; }
    .ring-line.line-4 { width: 340px; height: 340px; }
    .orbit {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      pointer-events: none;
    }
    .orbit.outer { animation: orbit-cw 48s linear infinite; }
    .orbit.mid { animation: orbit-ccw 42s linear infinite; }
    .orbit.inner { animation: orbit-ccw 36s linear infinite; }
    .orbit-counter {
      display: grid;
      place-items: center;
      gap: 6px;
    }
    .outer-item .orbit-counter { animation: orbit-ccw 48s linear infinite; }
    .mid-item .orbit-counter { animation: orbit-cw 42s linear infinite; }
    .inner-item .orbit-counter { animation: orbit-cw 36s linear infinite; }
    .orbit-item {
      position: absolute;
      display: grid;
      place-items: center;
      gap: 6px;
      font-size: 12px;
      font-weight: 700;
      color: var(--ink);
      transform-origin: center center;
      pointer-events: auto;
    }
    .orbit-label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    .orbit-dot {
      width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
      background: #fff; border: 1px solid rgba(14,33,62,.08); box-shadow: 0 10px 24px rgba(19,23,31,.12);
      font-size: 18px;
      transition: transform .25s ease, box-shadow .25s ease;
      overflow: hidden;
      will-change: transform;
    }
    .orbit-dot img, .flag-icon {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      backface-visibility: hidden;
      transform: translateZ(0);
    }
    .orbit-item:hover .orbit-dot { transform: scale(1.08); box-shadow: 0 18px 32px rgba(19,23,31,.16); }
    .orbit-item:hover .orbit-label { color: var(--primary); }
    .orbit-item.outer-item { transform: rotate(var(--angle)) translateX(440px) rotate(calc(var(--angle) * -1)); }
    .orbit-item.mid-item { transform: rotate(var(--angle)) translateX(350px) rotate(calc(var(--angle) * -1)); }
    .orbit-item.inner-item { transform: rotate(var(--angle)) translateX(260px) rotate(calc(var(--angle) * -1)); }
    .orbit-item.center-item { transform: translate(-50%, -50%); }
    .orbit-dot.sm { width: 46px; height: 46px; font-size: 16px; }
    .orbit-dot.md { width: 52px; height: 52px; font-size: 17px; }
    @keyframes orbit-cw { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    @keyframes orbit-ccw { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }

    .hero-copy {
      position: absolute;
      inset: 50% auto auto 50%;
      transform: translate(-50%, -50%);
      width: min(92%, 760px);
      z-index: 3;
      padding: 26px 30px;
      border-radius: 28px;
      background: rgba(255,255,255,.75);
      border: 1px solid rgba(255,255,255,.82);
      backdrop-filter: blur(10px);
      box-shadow: 0 18px 42px rgba(19,23,31,.10);
    }
    .hero-copy .eyebrow { margin-bottom: 12px; }
    .hero-copy p { max-width: 56ch; }
    .hero-copy.center-item { backdrop-filter: none; -webkit-backdrop-filter: none; }

    .section { padding: 88px 0; position: relative; }
    .section.alt { background: rgba(255,255,255,.34); }
    .section-head { max-width: 760px; margin-bottom: 28px; }
    .section-head p { color: var(--muted); line-height: 1.7; font-size: 17px; }
    .tabs { display: inline-flex; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.78); border: 1px solid var(--line); gap: 6px; }
    .tabs span { padding: 11px 18px; border-radius: 999px; font-weight: 700; color: var(--muted); }
    .tabs .active { background: var(--primary); color: #fff; }

    .grid-2 { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
    .card { border-radius: var(--radius-xl); background: var(--surface-strong); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
    .card.pad { padding: 28px; }
    .feature-list { display: grid; gap: 12px; margin-top: 20px; padding: 0; }
    .feature-list li { list-style: none; padding: 14px 16px; border-radius: 16px; background: #f8f7fb; border: 1px solid rgba(14,33,62,.07); font-weight: 600; }
    .aside-quote { padding: 28px; color: #fff; background: linear-gradient(180deg, #171717, #101010); position: relative; }
    .aside-quote::after { content: ""; position: absolute; inset: auto -30px -60px auto; width: 180px; height: 180px; border-radius: 50%; background: var(--primary); filter: blur(30px); opacity: .55; }
    .metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
    .metric { padding: 16px; border-radius: 18px; background: #f7f5ff; border: 1px solid rgba(31,78,140,.12); }
    .metric strong { display: block; font-size: 22px; } .metric span { color: var(--muted); font-size: 13px; }

    .section-box {
      padding: 30px;
      border-radius: 34px;
      background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.68));
      border: 1px solid rgba(255,255,255,.75);
      box-shadow: var(--shadow-strong);
    }

    .promo-banner {
      display: flex; align-items: center; justify-content: space-between; gap: 24px;
      flex-wrap: wrap;
      padding: 40px 44px;
      border-radius: 34px;
      background:
        radial-gradient(circle at 15% 20%, rgba(63,160,216,.35), transparent 55%),
        linear-gradient(135deg, #0e213e, #123056 55%, #060e1c);
      box-shadow: var(--shadow-strong);
    }
    .promo-banner h2 {
      color: #fff; font-size: clamp(1.5rem, 2.8vw, 2.3rem); margin: 0; max-width: 20ch;
    }
    .promo-banner .accent-light { color: #7fc3ea; font-style: italic; }
    .promo-cta {
      display: inline-flex; align-items: center; gap: 10px;
      background: #fff; color: var(--ink); font-weight: 700;
      padding: 12px 20px; white-space: nowrap;
    }

    .network-section { position: relative; padding-top: 100px; padding-bottom: 100px; overflow: hidden; }
    .network-diagram {
      position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
      width: min(90%, 700px); aspect-ratio: 1; z-index: 0; pointer-events: none;
    }
    .network-diagram svg { width: 100%; height: 100%; }

    .network {
      display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: center;
      padding: 30px; border-radius: 34px; background: radial-gradient(circle at 0% 0%, rgba(63,160,216,.12), transparent 45%), radial-gradient(circle at 100% 100%, rgba(31,78,140,.12), transparent 45%), #fff;
      border: 1px solid var(--line); box-shadow: var(--shadow);
    }
    .network-graphic { position: relative; height: 340px; border-radius: 28px; background: linear-gradient(180deg, #fbfbfd, #f3f5fa); overflow: hidden; }
    .network-graphic svg { width: 100%; height: 100%; }

    .badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(31,78,140,.10); color: var(--primary); font-weight: 800; font-size: 12px; }

    .destinations { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .destinations-collapse { position: relative; overflow: hidden; transition: max-height .45s ease; }
    .destinations-collapse.expanded { transition: max-height .5s ease; }
    .destinations-fade {
      position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
      display: flex; align-items: flex-end; justify-content: center; padding-bottom: 22px;
      background: linear-gradient(180deg, rgba(245,243,239,0) 0%, var(--bg) 78%);
      pointer-events: none;
    }
    .destinations-collapse.expanded .destinations-fade { display: none; }
    .see-more-btn {
      pointer-events: auto;
      display: inline-flex; align-items: center; gap: 8px;
      background: #fff; color: var(--ink); font-weight: 700; font: inherit;
      border: 1px solid var(--line); border-radius: 999px;
      padding: 12px 22px; cursor: pointer; box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .see-more-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-strong); }
    .see-more-btn span { transition: transform .3s ease; }
    .see-more-btn.is-open span { transform: rotate(180deg); }
    .dest { position: relative; min-height: 290px; border-radius: 28px; padding: 18px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.9)); background-size: cover; background-position: center; box-shadow: var(--shadow); }
    .dest-link { display: block; color: inherit; }
    .dest::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(31,78,140,.80), rgba(12,18,30,.20)); opacity: .7; }
    .dest-link:nth-child(2) .dest::before { background: linear-gradient(160deg, rgba(63,160,216,.82), rgba(12,18,30,.24)); }
    .dest-link:nth-child(3) .dest::before { background: linear-gradient(160deg, rgba(15,23,42,.86), rgba(31,78,140,.18)); }
    .dest-link:nth-child(4) .dest::before { background: linear-gradient(160deg, rgba(249,115,22,.86), rgba(12,18,30,.18)); }
    .dest-link:nth-child(5) .dest::before { background: linear-gradient(160deg, rgba(31,78,140,.80), rgba(63,160,216,.28)); }
    .dest-link:nth-child(6) .dest::before { background: linear-gradient(160deg, rgba(20,120,90,.82), rgba(12,18,30,.22)); }
    .dest-link:nth-child(7) .dest::before { background: linear-gradient(160deg, rgba(63,160,216,.80), rgba(15,23,42,.30)); }
    .dest-link:nth-child(8) .dest::before { background: linear-gradient(160deg, rgba(150,60,140,.80), rgba(12,18,30,.22)); }
    .dest.has-photo::before { background: linear-gradient(180deg, rgba(10,18,32,0) 35%, rgba(8,14,26,.86) 100%); opacity: 1; }
    .dest .content { position: relative; z-index: 1; color: #fff; display: flex; flex-direction: column; height: 100%; justify-content: flex-end; }
    .dest .code { align-self: flex-start; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 10px 20px rgba(0,0,0,.12); }
    .dest .code img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .dest h3 { font-size: 24px; margin-top: 14px; } .dest p { margin: 8px 0 0; color: rgba(255,255,255,.84); }
    .section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
    .view-all-link { font-weight: 700; color: var(--ink); text-decoration: none; white-space: nowrap; padding-bottom: 6px; }
    .view-all-link:hover { color: var(--primary); }

    .services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .service { padding: 24px; border-radius: 26px; background: rgba(255,255,255,.78); border: 1px solid var(--line); box-shadow: var(--shadow); min-height: 230px; }
    .service .icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: rgba(31,78,140,.10); color: var(--primary); font-size: 20px; font-weight: 900; }
    .service h3 { font-size: 20px; margin-top: 20px; } .service p { color: var(--muted); line-height: 1.65; }

    .cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .cta { padding: 30px; border-radius: 30px; min-height: 260px; position: relative; overflow: hidden; }
    .cta.partner { background: linear-gradient(160deg, #2f5fae, #123056); color: #fff; }
    .cta.institute { background: linear-gradient(160deg, #111, #1b1b1b); color: #fff; }
    .cta p { color: rgba(255,255,255,.78); line-height: 1.7; max-width: 44ch; }

    .footer { padding: 44px 0 26px; border-top: 1px solid var(--line); background: rgba(255,255,255,.32); }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr .9fr; gap: 20px; }
    .footer h4 { margin: 0 0 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; color: #8a9099; }
    .footer p, .footer a { color: var(--muted); line-height: 1.7; }
    .footer a:hover { color: var(--ink); }
    .footer-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13px; }
    .social-icon { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(31,78,140,.08); color: #1f4e8c; transition: background .2s ease, color .2s ease, transform .2s ease; }
    .social-icon:hover { background: #1f4e8c; color: #fff; transform: translateY(-2px); }

    .fade-in {
      opacity: 0;
      transform: translateY(24px);
      will-change: transform, opacity;
    }
    .fade-in.visible { animation: rise .8s ease both; }
    .delay-1.visible { animation-delay: .08s; } .delay-2.visible { animation-delay: .16s; } .delay-3.visible { animation-delay: .24s; }
    .card, .service, .dest, .cta { transition: transform .25s ease, box-shadow .25s ease; }
    .card:hover, .service:hover, .dest:hover, .cta:hover { transform: translateY(-4px); box-shadow: var(--shadow-strong); }
    @keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

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

    @media (max-width: 1100px) {
      .hero-grid, .grid-2, .network, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
      .services, .destinations { grid-template-columns: repeat(2, 1fr); }
      h1 { max-width: 14ch; }
      .hero-stage { width: 100%; }
      .destination-stack { display: flex; flex-direction: column; align-items: center; gap: 6px; }
      .hero-copy.center-item {
        position: static !important; inset: auto !important; transform: none !important;
        width: 100% !important; max-width: 480px; margin: 0 auto 10px;
      }
      .ring { min-height: 620px; }
      .ring::before { width: 600px; height: 600px; }
      .ring-line.line-1 { width: 520px; height: 520px; }
      .ring-line.line-2 { width: 440px; height: 440px; }
      .ring-line.line-mid { width: 360px; height: 360px; }
      .ring-line.line-3 { width: 280px; height: 280px; }
      .ring::after { width: 200px; height: 200px; }
      .ring-line.line-4 { width: 120px; height: 120px; }
      .orbit-item.outer-item { transform: rotate(var(--angle)) translateX(260px) rotate(calc(var(--angle) * -1)); }
      .orbit-item.mid-item { transform: rotate(var(--angle)) translateX(180px) rotate(calc(var(--angle) * -1)); }
      .orbit-item.inner-item { transform: rotate(var(--angle)) translateX(100px) rotate(calc(var(--angle) * -1)); }
    }
    @media (max-width: 760px) {
      .promo-banner { flex-direction: column; align-items: flex-start; padding: 30px 26px; }
      .promo-cta { width: 100%; justify-content: center; }
      .network-section { padding-top: 60px; padding-bottom: 60px; }
      .network-diagram { width: 100%; }
      .nav-inner { flex-wrap: wrap; justify-content: center; }
      .nav-links { justify-content: center; }
      .nav-actions { width: 100%; justify-content: center; flex-wrap: wrap; }
      .hero { padding-top: 50px; }
      .services, .destinations, .metrics { grid-template-columns: 1fr; }
      .ring { min-height: 500px; }
      .ring::before { width: 480px; height: 480px; } .ring::after { width: 140px; height: 140px; }
      .ring-line.line-1 { width: 430px; height: 430px; }
      .ring-line.line-2 { width: 350px; height: 350px; }
      .ring-line.line-mid { width: 280px; height: 280px; }
      .ring-line.line-3 { width: 210px; height: 210px; }
      .ring-line.line-4 { width: 90px; height: 90px; }
      .hero-copy.center-item { max-width: 340px; padding: 0 6px; }
      .orbit-item.outer-item { transform: rotate(var(--angle)) translateX(215px) rotate(calc(var(--angle) * -1)); }
      .orbit-item.mid-item { transform: rotate(var(--angle)) translateX(140px) rotate(calc(var(--angle) * -1)); }
      .orbit-item.inner-item { transform: rotate(var(--angle)) translateX(70px) rotate(calc(var(--angle) * -1)); }
    }
