/* Quantara INTRO stiliai — /css/metacore-quantara-intro.css */
  
    /* Arch full-width top bar */
    .top-bar { flex:none; padding:16px 20px; background:rgba(3,7,18,0.9); border-bottom:1px solid rgba(0,240,255,0.2); display:flex; align-items:center; justify-content:space-between; gap:16px; backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); position:sticky; top:0; z-index:60; }
    .top-bar .logo { display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit; min-width:0; }
    .top-bar .logo-icon, .top-bar img.logo-icon { width:40px; height:40px; border-radius:10px; flex-shrink:0; display:block; object-fit:contain; background:transparent!important; box-shadow:0 0 20px rgba(0,240,255,0.18); }
    .top-bar .logo-text { font-family:'Orbitron',sans-serif; font-weight:800; font-size:1.35rem; letter-spacing:-0.02em; background:linear-gradient(90deg,#00f0ff,#a855f7); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
    .top-bar .live-badge { font-family:'Orbitron',sans-serif; font-size:0.65rem; letter-spacing:0.2em; text-transform:uppercase; color:rgba(0,240,255,0.8); }
    .top-bar .nav { display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
    .top-bar .nav > a { font-family:'Orbitron',sans-serif; font-size:0.7rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; text-decoration:none; color:#9ca3af; padding:6px 10px; border-radius:8px; transition:color .2s, background .2s; }
    .top-bar .nav > a:hover { color:#00f0ff; background:rgba(0,240,255,0.08); }
    .top-bar .nav > a.active { color:#00f0ff; background:rgba(0,240,255,0.12); }
    .lang-switch { display:inline-flex; align-items:center; gap:8px; margin-left:10px; }
    .flag-circle { width:28px; height:28px; border-radius:999px; overflow:hidden; border:1px solid rgba(255,255,255,0.15); display:inline-flex; align-items:center; justify-content:center; transition:transform .2s, border-color .2s, box-shadow .2s; }
    .flag-circle:hover { transform:scale(1.05); border-color:rgba(0,240,255,0.35); }
    .flag-circle.active { box-shadow:0 0 0 1px rgba(255,255,255,0.2); border-color:rgba(255,255,255,0.25); }
    .flag { display:block; width:100%; height:100%; }
    .flag-lt { background:linear-gradient(180deg,#fdb913 0%,#fdb913 33%,#006a44 33%,#006a44 66%,#c1272d 66%,#c1272d 100%); }
    .flag-en,.flag-uk { background:linear-gradient(33deg,transparent 44%,#c8102e 44%,#c8102e 47%,transparent 47%),linear-gradient(-33deg,transparent 44%,#c8102e 44%,#c8102e 47%,transparent 47%),#012169; position:relative; overflow:hidden; }
    .flag-en::before,.flag-uk::before { content:''; position:absolute; inset:0; background:linear-gradient(0deg,transparent 42%,white 42%,white 58%,transparent 58%),linear-gradient(90deg,transparent 42%,white 42%,white 58%,transparent 58%); }
    .flag-en::after,.flag-uk::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,transparent 46%,#c8102e 46%,#c8102e 54%,transparent 54%),linear-gradient(90deg,transparent 46%,#c8102e 46%,#c8102e 54%,transparent 54%); }
    .flag-ru { background:linear-gradient(180deg,#fff 0%,#fff 33%,#0039a6 33%,#0039a6 66%,#d52b1e 66%,#d52b1e 100%); }
    .top-bar .resonance-block { display:flex; flex-direction:column; align-items:flex-end; padding-right:16px; border-right:1px solid rgba(255,255,255,0.08); margin-right:8px; }
    .top-bar .resonance-label { font-size:0.55rem; font-family:ui-monospace,monospace; letter-spacing:0.15em; text-transform:uppercase; color:#6b7280; }
    .top-bar .resonance-value { font-family:'Orbitron',sans-serif; font-size:0.8rem; font-weight:700; color:#00f0ff; }
    .top-bar .resonance-ok { font-size:0.55rem; font-family:ui-monospace,monospace; font-weight:700; color:#22c55e; text-transform:uppercase; letter-spacing:0.05em; }
    .top-bar .nav-icons { display:flex; align-items:center; gap:6px; }
    .top-bar .nav-icons a { display:inline-flex; align-items:center; gap:4px; padding:6px 10px; border-radius:8px; font-family:'Orbitron',sans-serif; font-size:0.6rem; font-weight:800; letter-spacing:0.12em; text-transform:uppercase; text-decoration:none; transition:color .2s, background .2s, border-color .2s; }
    .top-bar .nav-icons a.nav-live { color:#00f0ff; border:1px solid rgba(0,240,255,0.35); background:rgba(0,240,255,0.08); }
    .top-bar .nav-icons a.nav-live:hover { background:rgba(0,240,255,0.15); border-color:rgba(0,240,255,0.5); }
    .top-bar .nav-icons a.nav-astro { color:#a855f7; border:1px solid rgba(168,85,247,0.35); background:rgba(168,85,247,0.06); }
    .top-bar .nav-icons a.nav-astro:hover { background:rgba(168,85,247,0.12); border-color:rgba(168,85,247,0.5); }
    .top-bar .nav-icons a.nav-host { color:#fff; border:1px solid transparent; background:linear-gradient(90deg,rgba(0,240,255,0.4),rgba(168,85,247,0.4)); }
    .top-bar .nav-icons a.nav-host:hover { opacity:.95; filter:brightness(1.1); }
    .menu-toggle { display:none; width:44px; height:44px; align-items:center; justify-content:center; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); border-radius:10px; color:#e5e7eb; cursor:pointer; font-size:1.25rem; -webkit-tap-highlight-color:transparent; }
    .menu-toggle:hover { background:rgba(0,240,255,0.1); border-color:rgba(0,240,255,0.3); color:#00f0ff; }
    .menu-toggle:focus { outline:none; }
    .mobile-menu { display:none; position:fixed; inset:0; z-index:100; background:rgba(3,7,18,0.97); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); flex-direction:column; align-items:center; justify-content:center; gap:0; padding:2rem; opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease; text-align:center; }
    .mobile-menu.open { display:flex; opacity:1; visibility:visible; }
    .mobile-menu a { font-family:'Orbitron',sans-serif; font-size:1.1rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; text-decoration:none; color:#9ca3af; padding:14px 20px; width:100%; max-width:280px; text-align:center; border-radius:12px; transition:color .2s, background .2s; }
    .mobile-menu a:hover,.mobile-menu a:focus { color:#00f0ff; background:rgba(0,240,255,0.1); }
    .mobile-menu a.active { color:#00f0ff; background:rgba(0,240,255,0.15); }
    .mobile-menu a.ext { color:#a855f7; }
    .mobile-menu a.ext:hover { color:#c084fc; background:rgba(168,85,247,0.1); }
    .mobile-lang { margin:12px 0 4px; }
    .mobile-menu .lang-switch { margin-left:0; justify-content:center; }
    .mobile-menu .lang-switch a.flag-circle {
      width:44px; height:44px; min-width:44px; max-width:none;
      padding:0; flex-shrink:0;
      font-size:0; letter-spacing:0; line-height:0;
    }
    @media (max-width: 1100px) {
      .top-bar .nav { gap:4px; }
      .top-bar .nav > a { font-size:0.64rem; padding:6px 8px; }
    }
    @media (max-width: 900px) {
      .top-bar { padding:14px 16px; }
      .top-bar .nav, .top-bar .resonance-block, .top-bar .nav-icons { display:none; }
      .menu-toggle { display:flex; }
      .top-bar .logo-text { font-size:1.2rem; }
    }
  /* =========================================================
   METACORE INDEX · ARCH HERO v1
   /index = Architecture Map, ne pirkimo landingas
   ========================================================= */

.mc-arch-hero {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: clamp(42px, 6vw, 86px) clamp(18px, 4vw, 64px) clamp(58px, 7vw, 104px);
  }
  
  .mc-arch-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.95;
  }
  
  .mc-arch-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(72px);
  }
  
  .mc-arch-glow-cyan {
    top: 2%;
    left: 50%;
    width: min(62vw, 860px);
    height: min(62vw, 860px);
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(34, 211, 238, 0.13), transparent 64%);
  }
  
  .mc-arch-glow-purple {
    right: -10%;
    bottom: 4%;
    width: min(42vw, 560px);
    height: min(42vw, 560px);
    background: radial-gradient(circle, rgba(168, 85, 247, 0.14), transparent 65%);
  }
  
  .mc-arch-wrap {
    position: relative;
    z-index: 2;
    width: min(1360px, 100%);
    margin: 0 auto;
  }
  
  .mc-arch-head {
    max-width: 1060px;
    margin: 0 auto 42px;
    text-align: center;
  }
  
  .mc-arch-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding: 11px 18px;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
    box-shadow: 0 0 38px rgba(34, 211, 238, 0.055);
  }
  
  .mc-arch-badge span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22d3ee;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.85);
    animation: pulse 2.2s ease-in-out infinite;
  }
  
  .mc-arch-badge b {
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }
  
  .mc-arch-head h1 {
    margin: 0;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: clamp(44px, 8vw, 112px);
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: -0.075em;
  }
  
  .mc-arch-head h1 span {
    background: linear-gradient(90deg, #ffffff, #67e8f9, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .mc-arch-subtitle {
    max-width: 940px;
    margin: 24px auto 0;
    color: rgba(226, 238, 255, 0.78);
    font-size: clamp(17px, 2vw, 23px);
    line-height: 1.66;
  }
  
  .mc-arch-subtitle strong {
    color: #ffffff;
    font-weight: 900;
  }
  
  .mc-arch-flow {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background: rgba(2, 6, 23, 0.44);
  }
  
  .mc-arch-flow span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(34, 211, 238, 0.20);
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.055);
    color: #dffaff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  
  .mc-arch-flow i {
    display: inline-flex;
    align-items: center;
    color: rgba(103, 232, 249, 0.72);
    font-style: normal;
    font-weight: 900;
  }
  
  .mc-arch-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
  }
  
  .mc-arch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    background: rgba(15, 23, 42, 0.65);
    color: #eafcff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  }
  
  .mc-arch-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 211, 238, 0.35);
    background: rgba(34, 211, 238, 0.08);
  }
  
  .mc-arch-btn.primary {
    border-color: rgba(34, 211, 238, 0.32);
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.86), rgba(168, 85, 247, 0.82));
    color: #ffffff;
    box-shadow: 0 18px 60px rgba(34, 211, 238, 0.13);
  }
  
  .mc-arch-btn.ghost {
    border-color: rgba(168, 85, 247, 0.28);
    color: #f0e8ff;
  }
  
  .mc-arch-core-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
  }
  
  .mc-arch-core-card {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 28px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-radius: 30px;
    background:
      radial-gradient(circle at 14% 0%, rgba(34, 211, 238, 0.10), transparent 42%),
      linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(2, 6, 23, 0.54));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  }
  
  .mc-arch-core-card.featured {
    border-color: rgba(168, 85, 247, 0.26);
    background:
      radial-gradient(circle at 14% 0%, rgba(168, 85, 247, 0.14), transparent 42%),
      radial-gradient(circle at 95% 0%, rgba(34, 211, 238, 0.10), transparent 38%),
      linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.56));
    transform: translateY(-8px);
  }
  
  .mc-arch-core-card::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.12), transparent 72%);
    pointer-events: none;
  }
  
  .mc-arch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border: 1px solid rgba(34, 211, 238, 0.24);
    border-radius: 18px;
    background: rgba(34, 211, 238, 0.07);
    color: #67e8f9;
    font-size: 28px;
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.08);
  }
  
  .mc-arch-core-card span {
    display: block;
    margin-bottom: 12px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  
  .mc-arch-core-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.12;
    letter-spacing: -0.045em;
  }
  
  .mc-arch-core-card p {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    color: rgba(226, 238, 255, 0.77);
    font-size: 15px;
    line-height: 1.72;
  }
  
  .mc-arch-core-card ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  
  .mc-arch-core-card li {
    position: relative;
    padding: 11px 12px 11px 34px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(226, 238, 255, 0.80);
    font-size: 13px;
    line-height: 1.45;
  }
  
  .mc-arch-core-card li::before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 10px;
    color: #67e8f9;
    font-weight: 900;
  }
  
  .mc-arch-layer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }
  
  .mc-arch-layer-grid article {
    min-height: 165px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    background:
      radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.07), transparent 42%),
      rgba(15, 23, 42, 0.54);
  }
  
  .mc-arch-layer-grid span {
    display: block;
    margin-bottom: 10px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  
  .mc-arch-layer-grid h4 {
    margin: 0;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 14px;
    line-height: 1.25;
  }
  
  .mc-arch-layer-grid p {
    margin: 10px 0 0;
    color: rgba(226, 238, 255, 0.72);
    font-size: 13px;
    line-height: 1.55;
  }
  
  .mc-arch-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 26px;
    padding: 20px 22px;
    border: 1px solid rgba(34, 211, 238, 0.20);
    border-radius: 24px;
    background:
      linear-gradient(90deg, rgba(34, 211, 238, 0.075), rgba(168, 85, 247, 0.055));
    color: rgba(230, 250, 255, 0.90);
    font-size: 15px;
    line-height: 1.65;
  }
  
  .mc-arch-note strong {
    color: #ffffff;
    font-weight: 900;
  }
  
  .mc-arch-note-link {
    flex-shrink: 0;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .mc-arch-preview {
    margin: 32px 0 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 30px;
    background: rgba(2, 6, 23, 0.55);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
  }
  
  .mc-arch-preview img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 1180px) {
    .mc-arch-core-grid {
      grid-template-columns: 1fr;
    }
  
    .mc-arch-core-card.featured {
      transform: none;
    }
  
    .mc-arch-layer-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 760px) {
    .mc-arch-head {
      text-align: left;
    }
  
    .mc-arch-flow {
      justify-content: flex-start;
    }
  
    .mc-arch-actions {
      justify-content: flex-start;
    }
  
    .mc-arch-btn {
      width: 100%;
    }
  
    .mc-arch-layer-grid {
      grid-template-columns: 1fr;
    }
  
    .mc-arch-note {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  /* =========================================================
   METACORE INDEX · BRIDGE ORCHESTRATION v1
   ========================================================= */

.mc-bridge-section {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: clamp(48px, 6vw, 90px) clamp(18px, 4vw, 64px);
  }
  
  .mc-bridge-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.9;
  }
  
  .mc-bridge-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(76px);
  }
  
  .mc-bridge-glow-cyan {
    top: 4%;
    left: -8%;
    width: min(42vw, 560px);
    height: min(42vw, 560px);
    background: radial-gradient(circle, rgba(34, 211, 238, 0.12), transparent 66%);
  }
  
  .mc-bridge-glow-purple {
    right: -8%;
    bottom: 0;
    width: min(44vw, 620px);
    height: min(44vw, 620px);
    background: radial-gradient(circle, rgba(168, 85, 247, 0.13), transparent 66%);
  }
  
  .mc-bridge-wrap {
    position: relative;
    z-index: 2;
    width: min(1360px, 100%);
    margin: 0 auto;
  }
  
  .mc-bridge-card {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 34px;
    background:
      radial-gradient(circle at 10% 0%, rgba(34, 211, 238, 0.08), transparent 38%),
      radial-gradient(circle at 95% 0%, rgba(168, 85, 247, 0.10), transparent 40%),
      linear-gradient(135deg, rgba(2, 6, 23, 0.82), rgba(15, 23, 42, 0.56));
    box-shadow:
      0 30px 110px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.045);
  }
  
  .mc-bridge-main {
    padding: clamp(26px, 4vw, 56px);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mc-bridge-side {
    padding: clamp(26px, 3.5vw, 48px);
    background: rgba(2, 6, 23, 0.28);
  }
  
  .mc-bridge-badge,
  .mc-bridge-side-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding: 10px 15px;
    border: 1px solid rgba(168, 85, 247, 0.22);
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.44);
  }
  
  .mc-bridge-side-badge {
    border-color: rgba(34, 211, 238, 0.22);
  }
  
  .mc-bridge-badge span,
  .mc-bridge-side-badge span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #a855f7;
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.85);
    animation: pulse 2.2s ease-in-out infinite;
  }
  
  .mc-bridge-side-badge span {
    background: #22d3ee;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.85);
  }
  
  .mc-bridge-badge b,
  .mc-bridge-side-badge b {
    color: #c084fc;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  
  .mc-bridge-side-badge b {
    color: #67e8f9;
  }
  
  .mc-bridge-main h2 {
    margin: 0;
    max-width: 920px;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: clamp(38px, 5.5vw, 78px);
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: -0.065em;
  }
  
  .mc-bridge-lead {
    max-width: 900px;
    margin: 24px 0 0;
    color: rgba(226, 238, 255, 0.78);
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.68;
  }
  
  .mc-bridge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }
  
  .mc-bridge-grid article {
    position: relative;
    overflow: hidden;
    min-height: 205px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    background:
      radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.07), transparent 42%),
      rgba(15, 23, 42, 0.54);
  }
  
  .mc-bridge-grid article::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.10), transparent 70%);
    pointer-events: none;
  }
  
  .mc-bridge-grid span {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 12px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  
  .mc-bridge-grid h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 16px;
    line-height: 1.25;
  }
  
  .mc-bridge-grid p {
    position: relative;
    z-index: 1;
    margin: 11px 0 0;
    color: rgba(226, 238, 255, 0.73);
    font-size: 14px;
    line-height: 1.62;
  }
  
  .mc-bridge-quote {
    margin-top: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 22px;
    background:
      linear-gradient(90deg, rgba(34, 211, 238, 0.075), rgba(168, 85, 247, 0.055));
    color: rgba(230, 250, 255, 0.90);
    font-size: 15px;
    line-height: 1.65;
  }
  
  .mc-bridge-quote strong {
    color: #ffffff;
    font-weight: 900;
  }
  
  .mc-bridge-side h3 {
    margin: 0 0 22px;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: clamp(25px, 2.4vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }
  
  .mc-bridge-chain {
    display: grid;
    gap: 14px;
  }
  
  .mc-bridge-chain div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
  }
  
  .mc-bridge-chain span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(34, 211, 238, 0.26);
    border-radius: 12px;
    background: rgba(34, 211, 238, 0.07);
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 13px;
    font-weight: 900;
  }
  
  .mc-bridge-chain p {
    margin: 0;
    color: rgba(226, 238, 255, 0.76);
    font-size: 14px;
    line-height: 1.6;
  }
  
  .mc-bridge-chain strong {
    color: #ffffff;
    font-weight: 900;
  }
  
  .mc-bridge-flow {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-radius: 22px;
    background: rgba(2, 6, 23, 0.35);
  }
  
  .mc-bridge-flow-label {
    margin-bottom: 12px;
    color: rgba(226, 238, 255, 0.55);
    font-family: Orbitron, Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  
  .mc-bridge-flow-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: rgba(226, 238, 255, 0.82);
    font-size: 13px;
    line-height: 1.5;
  }
  
  .mc-bridge-flow-line span {
    padding: 7px 10px;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.055);
    color: #dffaff;
    font-weight: 800;
  }
  
  .mc-bridge-flow-line i {
    color: rgba(103, 232, 249, 0.65);
    font-style: normal;
    font-weight: 900;
  }
  
  .mc-bridge-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  
  .mc-bridge-list li {
    position: relative;
    padding: 11px 12px 11px 34px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(226, 238, 255, 0.78);
    font-size: 13px;
    line-height: 1.45;
  }
  
  .mc-bridge-list li::before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 10px;
    color: #67e8f9;
    font-weight: 900;
  }
  
  @media (max-width: 1100px) {
    .mc-bridge-card {
      grid-template-columns: 1fr;
    }
  
    .mc-bridge-main {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
  }
  
  @media (max-width: 760px) {
    .mc-bridge-grid {
      grid-template-columns: 1fr;
    }
  
    .mc-bridge-main h2 {
      font-size: clamp(34px, 11vw, 52px);
    }
  
    .mc-bridge-chain div {
      grid-template-columns: 1fr;
    }
  }
  /* =========================================================
   METACORE INDEX · 5 NODE ARCHITECTURE v1
   ========================================================= */

.mc-nodes-section {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: clamp(58px, 7vw, 118px) clamp(18px, 4vw, 64px);
  }
  
  .mc-nodes-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.95;
  }
  
  .mc-nodes-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(84px);
  }
  
  .mc-nodes-glow-main {
    top: 10%;
    left: 50%;
    width: min(70vw, 1000px);
    height: min(70vw, 1000px);
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(34, 211, 238, 0.075), transparent 68%);
  }
  
  .mc-nodes-glow-cyan {
    top: 22%;
    left: -12%;
    width: min(42vw, 580px);
    height: min(42vw, 580px);
    background: radial-gradient(circle, rgba(34, 211, 238, 0.12), transparent 66%);
  }
  
  .mc-nodes-glow-purple {
    right: -10%;
    bottom: 12%;
    width: min(46vw, 640px);
    height: min(46vw, 640px);
    background: radial-gradient(circle, rgba(168, 85, 247, 0.13), transparent 66%);
  }
  
  .mc-nodes-wrap {
    position: relative;
    z-index: 2;
    width: min(1360px, 100%);
    margin: 0 auto;
  }
  
  .mc-nodes-head {
    max-width: 1080px;
    margin: 0 auto 42px;
    text-align: center;
  }
  
  .mc-nodes-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding: 11px 18px;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
  }
  
  .mc-nodes-badge span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22d3ee;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.85);
    animation: pulse 2.2s ease-in-out infinite;
  }
  
  .mc-nodes-badge b {
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }
  
  .mc-nodes-head h2 {
    margin: 0;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: clamp(38px, 6vw, 86px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.065em;
  }
  
  .mc-nodes-head h2 span {
    background: linear-gradient(90deg, #67e8f9, #a855f7, #f472b6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .mc-nodes-head p {
    max-width: 950px;
    margin: 22px auto 0;
    color: rgba(226, 238, 255, 0.78);
    font-size: clamp(17px, 1.9vw, 22px);
    line-height: 1.68;
  }
  
  .mc-nodes-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }
  
  .mc-nodes-stats div {
    min-width: 185px;
    padding: 13px 16px;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.44);
  }
  
  .mc-nodes-stats small {
    display: block;
    color: rgba(226, 238, 255, 0.52);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  .mc-nodes-stats strong {
    display: block;
    margin-top: 4px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 15px;
  }
  
  /* Map */
  
  .mc-nodes-map-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 34px;
    background:
      radial-gradient(circle at 50% 35%, rgba(34, 211, 238, 0.10), transparent 40%),
      radial-gradient(circle at 50% 70%, rgba(168, 85, 247, 0.08), transparent 42%),
      linear-gradient(135deg, rgba(2, 6, 23, 0.80), rgba(15, 23, 42, 0.54));
    box-shadow: 0 30px 110px rgba(0, 0, 0, 0.32);
  }
  
  .mc-nodes-map {
    position: relative;
    min-height: 520px;
  }
  
  .mc-nodes-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    stroke: url(#mcNodeLineCyan);
    stroke-width: 2;
    stroke-dasharray: 10 10;
    fill: none;
    opacity: 0.42;
    pointer-events: none;
  }
  
  .mc-node {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 142px;
    height: 142px;
    padding: 12px;
    border: 1px solid rgba(34, 211, 238, 0.28);
    border-radius: 999px;
    background:
      radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
      rgba(15, 23, 42, 0.82);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.30);
  }
  
  .mc-node:hover {
    transform: translateY(-4px) scale(1.035);
    border-color: rgba(34, 211, 238, 0.55);
    box-shadow: 0 24px 90px rgba(34, 211, 238, 0.12);
  }
  
  .mc-node strong {
    display: block;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 34px;
    line-height: 1;
  }
  
  .mc-node span {
    display: block;
    margin-top: 6px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  
  .mc-node small {
    display: block;
    max-width: 110px;
    margin-top: 5px;
    color: rgba(226, 238, 255, 0.70);
    font-size: 11px;
    line-height: 1.25;
  }
  
  .mc-node-b1 {
    top: 50%;
    left: 50%;
    width: 172px;
    height: 172px;
    transform: translate(-50%, -50%);
    border-color: rgba(34, 211, 238, 0.40);
    background:
      radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.20), transparent 32%),
      linear-gradient(135deg, rgba(34, 211, 238, 0.42), rgba(59, 130, 246, 0.34)),
      rgba(15, 23, 42, 0.84);
  }
  
  .mc-node-b1:hover {
    transform: translate(-50%, -54%) scale(1.035);
  }
  
  .mc-node-b2 {
    top: 16%;
    right: 14%;
    border-color: rgba(168, 85, 247, 0.38);
  }
  
  .mc-node-b3 {
    bottom: 14%;
    left: 18%;
    border-color: rgba(59, 130, 246, 0.36);
  }
  
  .mc-node-b4 {
    top: 18%;
    left: 16%;
    border-color: rgba(236, 72, 153, 0.36);
  }
  
  .mc-node-b5 {
    bottom: 16%;
    right: 16%;
    border-color: rgba(251, 146, 60, 0.36);
  }
  
  .mc-nodes-status-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(2, 6, 23, 0.24);
  }
  
  .mc-nodes-status-row div,
  .mc-node-balance-list div,
  .mc-rhythm-sync span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  
  .mc-nodes-status-row div {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
  }
  
  .mc-nodes-status-row i,
  .mc-node-balance-list i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
  }
  
  .mc-nodes-status-row span {
    color: rgba(226, 238, 255, 0.66);
    font-size: 12px;
  }
  
  .mc-nodes-status-row b {
    color: #86efac;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
  }
  
  .b1 { background: #22d3ee; }
  .b2 { background: #a855f7; }
  .b3 { background: #3b82f6; }
  .b4 { background: #ec4899; }
  .b5 { background: #fb923c; }
  
  /* Role cards + side */
  
  .mc-nodes-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 22px;
    align-items: start;
    margin-top: 26px;
  }
  
  .mc-node-role-list {
    display: grid;
    gap: 16px;
  }
  
  .mc-node-role-card,
  .mc-nodes-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
      radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.075), transparent 42%),
      rgba(15, 23, 42, 0.58);
    box-shadow: 0 24px 88px rgba(0, 0, 0, 0.26);
  }
  
  .mc-node-role-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mc-node-role-card::after,
  .mc-nodes-panel::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.10), transparent 70%);
    pointer-events: none;
  }
  
  .mc-node-role-card.node-b1 { border-left: 6px solid #22d3ee; }
  .mc-node-role-card.node-b2 { border-left: 6px solid #a855f7; }
  .mc-node-role-card.node-b3 { border-left: 6px solid #3b82f6; }
  .mc-node-role-card.node-b4 { border-left: 6px solid #ec4899; }
  .mc-node-role-card.node-b5 { border-left: 6px solid #fb923c; }
  
  .mc-node-role-top {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    align-items: center;
  }
  
  .mc-node-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    border: 1px solid rgba(34, 211, 238, 0.24);
    border-radius: 18px;
    background: rgba(34, 211, 238, 0.07);
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }
  
  .mc-node-role-top span {
    display: block;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  
  .mc-node-role-top h3 {
    margin: 4px 0 0;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 22px;
    line-height: 1.15;
  }
  
  .mc-node-role-card p {
    position: relative;
    z-index: 1;
    margin: 15px 0 0;
    color: rgba(226, 238, 255, 0.75);
    font-size: 14px;
    line-height: 1.68;
  }
  
  .mc-node-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 16px;
  }
  
  .mc-node-metrics div,
  .mc-arch-metrics-grid div {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
  }
  
  .mc-node-metrics small,
  .mc-arch-metrics-grid small {
    display: block;
    color: rgba(226, 238, 255, 0.52);
    font-size: 11px;
  }
  
  .mc-node-metrics b,
  .mc-arch-metrics-grid b {
    display: block;
    margin-top: 4px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 13px;
  }
  
  .mc-nodes-side {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 16px;
  }
  
  .mc-nodes-panel {
    padding: 26px;
    border: 1px solid rgba(34, 211, 238, 0.16);
  }
  
  .mc-panel-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 12px;
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  
  .mc-nodes-panel h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 25px;
    line-height: 1.12;
  }
  
  .mc-arch-metrics-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  
  .mc-nodes-panel-note,
  .mc-nodes-rhythm-panel p {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    color: rgba(226, 238, 255, 0.67);
    font-size: 13px;
    line-height: 1.6;
  }
  
  .mc-node-balance-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 11px;
  }
  
  .mc-node-balance-list div {
    justify-content: space-between;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
  }
  
  .mc-node-balance-list span {
    color: rgba(226, 238, 255, 0.74);
    font-size: 13px;
  }
  
  .mc-node-balance-list b {
    color: #67e8f9;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 11px;
  }
  
  .mc-rhythm-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  
  .mc-rhythm-list div {
    padding: 12px 8px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
  }
  
  .mc-rhythm-list strong {
    display: block;
    color: #ffffff;
    font-family: Orbitron, Inter, sans-serif;
    font-size: 18px;
  }
  
  .mc-rhythm-list span {
    display: block;
    margin-top: 4px;
    color: rgba(226, 238, 255, 0.58);
    font-size: 10px;
    line-height: 1.2;
  }
  
  .mc-rhythm-sync {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  
  .mc-rhythm-sync span {
    padding: 8px 10px;
    border: 1px solid rgba(34, 211, 238, 0.14);
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.045);
    color: rgba(226, 238, 255, 0.72);
    font-size: 11px;
  }
  
  .mc-nodes-footer-quote {
    margin-top: 26px;
    padding: 22px;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 24px;
    background:
      linear-gradient(90deg, rgba(34, 211, 238, 0.07), rgba(168, 85, 247, 0.055));
    text-align: center;
  }
  
  .mc-nodes-footer-quote p {
    margin: 0;
    color: rgba(230, 250, 255, 0.90);
    font-size: clamp(16px, 1.7vw, 22px);
    font-style: italic;
    line-height: 1.55;
  }
  
  .mc-nodes-footer-quote div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    color: rgba(226, 238, 255, 0.55);
    font-size: 12px;
  }
  
  @media (max-width: 1180px) {
    .mc-nodes-content-grid {
      grid-template-columns: 1fr;
    }
  
    .mc-nodes-side {
      position: relative;
      top: auto;
    }
  
    .mc-node-b2 {
      right: 8%;
    }
  
    .mc-node-b4 {
      left: 8%;
    }
  }
  
  @media (max-width: 900px) {
    .mc-nodes-map {
      min-height: auto;
      display: grid;
      gap: 12px;
      padding: 22px;
    }
  
    .mc-nodes-lines {
      display: none;
    }
  
    .mc-node,
    .mc-node-b1,
    .mc-node-b2,
    .mc-node-b3,
    .mc-node-b4,
    .mc-node-b5 {
      position: relative;
      inset: auto;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      transform: none;
      width: 100%;
      height: auto;
      min-height: 112px;
      border-radius: 22px;
    }
  
    .mc-node:hover,
    .mc-node-b1:hover {
      transform: translateY(-2px);
    }
  
    .mc-node small {
      max-width: none;
    }
  
    .mc-node-metrics,
    .mc-arch-metrics-grid,
    .mc-rhythm-list {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 680px) {
    .mc-nodes-head {
      text-align: left;
    }
  
    .mc-nodes-stats {
      justify-content: flex-start;
    }
  
    .mc-nodes-stats div {
      width: 100%;
    }
  
    .mc-node-role-top {
      align-items: flex-start;
    }
  
    .mc-node-role-top h3 {
      font-size: 19px;
    }
  }
  /* =========================================================
   METACORE INDEX · PRODUCT + CONTEXT LAYERS v1
   ========================================================= */

.mc-products-section,
.mc-identity-section,
.mc-context-layer {
  position: relative;
  z-index: 10;
  padding: clamp(40px, 5vw, 72px) clamp(18px, 4vw, 64px) clamp(28px, 4vw, 48px);
}

.mc-products-wrap,
.mc-context-wrap {
  width: min(1360px, 100%);
  margin: 0 auto;
}

.mc-products-head,
.mc-context-head {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.mc-products-badge,
.mc-context-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
}

.mc-products-badge span,
.mc-context-badge span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22d3ee;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.85);
  animation: pulse 2.2s ease-in-out infinite;
}

.mc-products-badge b,
.mc-context-badge b {
  color: #67e8f9;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mc-products-head h2,
.mc-context-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.mc-products-head p,
.mc-context-head p {
  max-width: 850px;
  margin: 18px auto 0;
  color: rgba(226, 238, 255, 0.76);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.68;
}

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

.mc-product-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(2, 6, 23, 0.50));
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
}

.mc-product-card.featured {
  border-color: rgba(168, 85, 247, 0.28);
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 85, 247, 0.13), transparent 42%),
    radial-gradient(circle at 95% 0%, rgba(34, 211, 238, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.66), rgba(2, 6, 23, 0.52));
}

.mc-product-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.11), transparent 70%);
  pointer-events: none;
}

.mc-product-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 18px;
  background: rgba(34, 211, 238, 0.07);
  color: #67e8f9;
  font-size: 25px;
}

.mc-product-card > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: #67e8f9;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mc-product-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(23px, 2.1vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.mc-product-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: rgba(226, 238, 255, 0.74);
  font-size: 14px;
  line-height: 1.68;
}

.mc-product-facts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mc-product-facts div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.mc-product-facts small {
  color: rgba(226, 238, 255, 0.50);
  font-size: 12px;
}

.mc-product-facts b {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  text-align: right;
}

.mc-products-note {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(34, 211, 238, 0.20);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.07), rgba(168, 85, 247, 0.055));
  color: rgba(230, 250, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.mc-products-note strong {
  color: #ffffff;
}

/* Modal */

.mc-node-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 6, 23, 0.82);
  backdrop-filter: blur(8px);
}

.mc-node-modal.hidden {
  display: none;
}

.mc-node-modal-card {
  width: min(520px, 100%);
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.30);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.10), transparent 38%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.55);
}

.mc-node-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.mc-node-modal-head h3 {
  margin: 0;
  color: #ffffff;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 22px;
}

.mc-node-modal-head button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 238, 255, 0.82);
  font-size: 24px;
  cursor: pointer;
}

.mc-node-modal-head button:hover {
  border-color: rgba(34, 211, 238, 0.28);
  color: #ffffff;
}

.mc-node-modal-content {
  padding: 22px;
  color: rgba(226, 238, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

/* Identity */

.mc-identity-section {
  padding-top: 28px;
  padding-bottom: 28px;
}

.mc-identity-card {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.07), rgba(168, 85, 247, 0.05));
  text-align: center;
}

.mc-identity-card span {
  display: block;
  margin-bottom: 10px;
  color: #67e8f9;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mc-identity-card p {
  margin: 0;
  color: rgba(226, 238, 255, 0.78);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.65;
}

.mc-identity-card strong {
  color: #ffffff;
}

/* Context layer */

.mc-context-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mc-context-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 85, 247, 0.10), transparent 42%),
    radial-gradient(circle at 95% 0%, rgba(34, 211, 238, 0.07), transparent 40%),
    rgba(15, 23, 42, 0.58);
}

.mc-context-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.13), transparent 70%);
  pointer-events: none;
}

.mc-context-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.06);
  color: #67e8f9;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.mc-context-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.22;
}

.mc-context-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(226, 238, 255, 0.74);
  font-size: 14px;
  line-height: 1.62;
}

.mc-context-disclaimer {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 22px;
  background: rgba(34, 211, 238, 0.055);
  color: rgba(230, 250, 255, 0.90);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.mc-context-disclaimer strong {
  color: #ffffff;
}

.mc-context-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.mc-context-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.65);
  color: #eafcff;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.mc-context-btn.primary {
  border-color: rgba(34, 211, 238, 0.32);
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.86), rgba(168, 85, 247, 0.82));
  color: #ffffff;
}

@media (max-width: 1180px) {
  .mc-products-grid,
  .mc-context-grid {
    grid-template-columns: 1fr;
  }

  .mc-product-card,
  .mc-context-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .mc-products-head,
  .mc-context-head {
    text-align: left;
  }

  .mc-product-facts div {
    flex-direction: column;
    gap: 4px;
  }

  .mc-product-facts b {
    text-align: left;
  }

  .mc-context-actions {
    align-items: stretch;
  }

  .mc-context-btn {
    width: 100%;
  }
}
/* =========================================================
   METACORE INDEX · ASTROCORE EXAMPLE + FINAL CTA v1
   ========================================================= */

   .mc-astro-example-section,
   .mc-index-final-cta {
     position: relative;
     z-index: 10;
     padding: clamp(32px, 4vw, 64px) clamp(18px, 4vw, 64px) clamp(48px, 6vw, 92px);
   }
   
   .mc-astro-example-wrap {
     width: min(1180px, 100%);
     margin: 0 auto;
   }
   
   .mc-astro-example-card {
     display: grid;
     grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
     overflow: hidden;
     border: 1px solid rgba(168, 85, 247, 0.24);
     border-radius: 34px;
     background:
       radial-gradient(circle at 12% 0%, rgba(168, 85, 247, 0.12), transparent 35%),
       radial-gradient(circle at 92% 8%, rgba(34, 211, 238, 0.13), transparent 38%),
       linear-gradient(135deg, rgba(2, 6, 23, 0.82), rgba(15, 23, 42, 0.56));
     box-shadow: 0 30px 110px rgba(0, 0, 0, 0.34);
   }
   
   .mc-astro-example-image {
     display: block;
     min-height: 100%;
     overflow: hidden;
     background: rgba(0, 0, 0, 0.22);
   }
   
   .mc-astro-example-image img {
     display: block;
     width: 100%;
     height: 100%;
     min-height: 390px;
     object-fit: cover;
     object-position: center;
     transition: transform 0.35s ease, opacity 0.35s ease;
   }
   
   .mc-astro-example-image:hover img {
     transform: scale(1.035);
     opacity: 0.94;
   }
   
   .mc-astro-example-copy {
     padding: clamp(26px, 3vw, 42px);
     display: flex;
     flex-direction: column;
     justify-content: center;
   }
   
   .mc-astro-badge {
     display: inline-flex;
     width: fit-content;
     align-items: center;
     gap: 12px;
     margin-bottom: 18px;
     padding: 10px 15px;
     border: 1px solid rgba(34, 211, 238, 0.22);
     border-radius: 999px;
     background: rgba(2, 6, 23, 0.44);
   }
   
   .mc-astro-badge span {
     width: 10px;
     height: 10px;
     border-radius: 999px;
     background: #22d3ee;
     box-shadow: 0 0 18px rgba(34, 211, 238, 0.85);
     animation: pulse 2.2s ease-in-out infinite;
   }
   
   .mc-astro-badge b {
     color: #67e8f9;
     font-family: Orbitron, Inter, sans-serif;
     font-size: 10px;
     font-weight: 900;
     letter-spacing: 0.18em;
     text-transform: uppercase;
   }
   
   .mc-astro-example-copy h2 {
     margin: 0;
     color: #ffffff;
     font-family: Orbitron, Inter, sans-serif;
     font-size: clamp(28px, 3.5vw, 48px);
     line-height: 1.05;
     letter-spacing: -0.055em;
   }
   
   .mc-astro-example-copy p {
     margin: 16px 0 0;
     color: rgba(226, 238, 255, 0.76);
     font-size: 15px;
     line-height: 1.72;
   }
   
   .mc-astro-example-copy p strong {
     color: #ffffff;
   }
   
   .mc-astro-mini-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 12px;
     margin-top: 22px;
   }
   
   .mc-astro-mini-grid div {
     padding: 15px;
     border: 1px solid rgba(255, 255, 255, 0.10);
     border-radius: 18px;
     background: rgba(255, 255, 255, 0.045);
   }
   
   .mc-astro-mini-grid strong {
     display: block;
     margin-bottom: 6px;
     color: #ffffff;
     font-family: Orbitron, Inter, sans-serif;
     font-size: 13px;
   }
   
   .mc-astro-mini-grid span {
     display: block;
     color: rgba(226, 238, 255, 0.72);
     font-size: 13px;
     line-height: 1.45;
   }
   
   .mc-astro-note {
     margin-top: 22px;
     padding: 16px 18px;
     border: 1px solid rgba(34, 211, 238, 0.18);
     border-radius: 20px;
     background: rgba(34, 211, 238, 0.055);
     color: rgba(230, 250, 255, 0.90);
     font-size: 14px;
     line-height: 1.6;
   }
   
   .mc-astro-note strong {
     color: #ffffff;
   }
   
   .mc-astro-actions {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     margin-top: 24px;
   }
   
   .mc-astro-btn,
   .mc-index-final-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 48px;
     padding: 0 20px;
     border: 1px solid rgba(255, 255, 255, 0.14);
     border-radius: 14px;
     background: rgba(15, 23, 42, 0.65);
     color: #eafcff;
     font-family: Orbitron, Inter, sans-serif;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     text-decoration: none;
     transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
   }
   
   .mc-astro-btn:hover,
   .mc-index-final-btn:hover {
     transform: translateY(-2px);
     border-color: rgba(34, 211, 238, 0.35);
     background: rgba(34, 211, 238, 0.08);
   }
   
   .mc-astro-btn.primary,
   .mc-index-final-btn.primary {
     border-color: rgba(34, 211, 238, 0.32);
     background: linear-gradient(90deg, rgba(34, 211, 238, 0.86), rgba(168, 85, 247, 0.82));
     color: #ffffff;
     box-shadow: 0 18px 60px rgba(34, 211, 238, 0.13);
   }
   
   .mc-index-final-btn.cyan {
     border-color: rgba(34, 211, 238, 0.26);
     color: #67e8f9;
   }
   
   .mc-astro-disclaimer {
     margin-top: 16px !important;
     color: rgba(148, 163, 184, 0.92) !important;
     font-size: 12px !important;
     line-height: 1.6 !important;
   }
   
   /* Final CTA */
   
   .mc-index-final-card {
     width: min(1120px, 100%);
     margin: 0 auto;
     overflow: hidden;
     padding: clamp(26px, 4vw, 46px);
     border: 1px solid rgba(34, 211, 238, 0.20);
     border-radius: 34px;
     background:
       radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.12), transparent 35%),
       radial-gradient(circle at 92% 8%, rgba(168, 85, 247, 0.12), transparent 38%),
       linear-gradient(135deg, rgba(2, 6, 23, 0.82), rgba(15, 23, 42, 0.56));
     box-shadow: 0 30px 110px rgba(0, 0, 0, 0.30);
     text-align: center;
   }
   
   .mc-index-final-main span {
     display: block;
     margin-bottom: 14px;
     color: #67e8f9;
     font-family: Orbitron, Inter, sans-serif;
     font-size: 10px;
     font-weight: 900;
     letter-spacing: 0.22em;
     text-transform: uppercase;
   }
   
   .mc-index-final-main h2 {
     max-width: 860px;
     margin: 0 auto;
     color: #ffffff;
     font-family: Orbitron, Inter, sans-serif;
     font-size: clamp(30px, 4.6vw, 64px);
     line-height: 1.02;
     letter-spacing: -0.06em;
   }
   
   .mc-index-final-main p {
     max-width: 780px;
     margin: 18px auto 0;
     color: rgba(226, 238, 255, 0.76);
     font-size: clamp(15px, 1.6vw, 19px);
     line-height: 1.7;
   }
   
   .mc-index-final-actions {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 12px;
     margin-top: 26px;
   }
   
   .mc-index-final-soft {
     margin-top: 26px;
     padding: 16px 18px;
     border: 1px solid rgba(255, 255, 255, 0.09);
     border-radius: 20px;
     background: rgba(255, 255, 255, 0.04);
     color: rgba(226, 238, 255, 0.70);
     font-size: 14px;
     line-height: 1.65;
   }
   
   .mc-index-final-soft strong {
     color: #ffffff;
   }
   
   .mc-index-final-soft a {
     color: #67e8f9;
     font-weight: 900;
     text-decoration: none;
   }
   
   @media (max-width: 1080px) {
     .mc-astro-example-card {
       grid-template-columns: 1fr;
     }
   
     .mc-astro-example-image img {
       min-height: 280px;
       max-height: 420px;
     }
   }
   
   @media (max-width: 700px) {
     .mc-astro-example-copy {
       padding: 22px;
     }
   
     .mc-astro-mini-grid {
       grid-template-columns: 1fr;
     }
   
     .mc-astro-actions,
     .mc-index-final-actions {
       align-items: stretch;
     }
   
     .mc-astro-btn,
     .mc-index-final-btn {
       width: 100%;
     }
   }

/* =========================================================
   INDEX · shell top gap + topbar (paskutinis sluoksnis)
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body.mc-site-topbar-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #020617;
}

#acp-public-shell.acp-app-shell {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#acp-public-shell .acp-main-area--public,
#acp-public-shell .acp-main-area--public > .content,
#acp-public-shell .acp-main-area--public > .mc-page-content {
  margin-top: 0 !important;
  min-height: 0 !important;
}

#acp-public-shell.right-collapsed .acp-main-area--public > .content,
#acp-public-shell.right-collapsed .acp-main-area--public > .mc-page-content {
  padding-top: 0 !important;
}

/* Topbar sticky tik kai dešinė panelė uždaryta (kaip marketing) */
#acp-public-shell.right-collapsed .kontaktai-top-bar,
#acp-public-shell.right-collapsed .mc-site-top-bar {
  position: sticky !important;
  top: 0 !important;
  margin-top: 0 !important;
  z-index: var(--mc-z-topbar, 980) !important;
}

@media (min-width: 1051px) {
  #acp-public-shell:not(.sidebar-collapsed) .acp-main-area--public {
    margin-left: var(--acp-sidebar-w, 292px) !important;
  }

  /* Dešinė panelė atidaryta: fixed topbar be juodos juostos viršuje */
  #acp-public-shell:not(.right-collapsed) .acp-main-area--public > .content > .kontaktai-top-bar,
  #acp-public-shell:not(.right-collapsed) .acp-main-area--public > .content > .mc-site-top-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: var(--mc-site-right-w, 280px) !important;
    width: auto !important;
    margin-top: 0 !important;
    z-index: var(--mc-z-topbar, 980) !important;
    box-sizing: border-box !important;
  }

  #acp-public-shell:not(.sidebar-collapsed):not(.right-collapsed) .acp-main-area--public > .content > .kontaktai-top-bar,
  #acp-public-shell:not(.sidebar-collapsed):not(.right-collapsed) .acp-main-area--public > .content > .mc-site-top-bar {
    left: var(--acp-sidebar-w, 292px) !important;
  }

  #acp-public-shell.sidebar-collapsed:not(.right-collapsed) .acp-main-area--public > .content > .kontaktai-top-bar,
  #acp-public-shell.sidebar-collapsed:not(.right-collapsed) .acp-main-area--public > .content > .mc-site-top-bar {
    left: 0 !important;
  }

  #acp-public-shell:not(.sidebar-collapsed).right-collapsed .acp-main-area--public > .content > .kontaktai-top-bar,
  #acp-public-shell:not(.sidebar-collapsed).right-collapsed .acp-main-area--public > .content > .mc-site-top-bar {
    left: var(--acp-sidebar-w, 292px) !important;
    right: 0 !important;
  }

  #acp-public-shell:not(.right-collapsed) .acp-main-area--public > .content {
    padding-top: var(--index-topbar-h, var(--mc-site-top-h, 84px)) !important;
  }

  #acp-public-shell.right-collapsed .acp-main-area--public > .content {
    padding-top: 0 !important;
  }

  #acp-public-shell:not(.right-collapsed) .mc-site-right-panel.mc-site-right-panel--desktop-promo {
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-top: none !important;
  }
}

@media (max-width: 1050px) {
  #acp-public-shell .acp-main-area--public,
  #acp-public-shell .acp-main-area--public > .content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .mc-arch-hero {
    padding-top: clamp(18px, 4vw, 36px) !important;
  }
}