/* xl - DESKTOP STYLES */ 
/* Axon â€” Architecture Section
   Codes Plugin: Language = CSS, Location = Frontend
   ================================================= */

.page-id-4734 .arch-section {
  padding: 100px 0 120px;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-top: -200px;
  margin-left: calc(-50vw + 50%);
}
.page-id-4734 .arch-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.page-id-4734 .arch-top { margin-bottom: 100px; }
.page-id-4734 .arch-top__left h2 {
  font-size: 48px; font-weight: 800; color: #fff;
  line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px;
}
.page-id-4734 .arch-pink-bar {
  width: 70px; height: 8px; background: #e6007e; margin-bottom: 32px;
}
.page-id-4734 .arch-top__left p {
  font-size: 16px; color: rgba(255,255,255,0.55);
  line-height: 1.8; margin-bottom: 20px; max-width: 100%;
}
.page-id-4734 .arch-top__left p strong {
  color: rgba(255,255,255,0.85); font-weight: 600;
}
.page-id-4734 .arch-diagram {
  position: relative; width: 100%; max-width: 1100px;
  margin: 0 auto; aspect-ratio: 11 / 5;
}
.page-id-4734 .arch-lines {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100 500'%3E%3Cline x1='270' y1='72' x2='465' y2='230' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3Cline x1='270' y1='242' x2='465' y2='250' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3Cline x1='270' y1='412' x2='465' y2='270' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3Cline x1='635' y1='230' x2='830' y2='72' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3Cline x1='635' y1='250' x2='830' y2='242' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3Cline x1='635' y1='270' x2='830' y2='412' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3Cline x1='550' y1='160' x2='550' y2='50' stroke='rgba(255,255,255,0.12)' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 100% 100%; background-repeat: no-repeat;
}
.page-id-4734 .arch-hub {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 170px; height: 170px; z-index: 4;
}
.page-id-4734 .arch-hub__circle {
  width: 170px; height: 170px; background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 3;
  box-shadow: 0 0 60px rgba(230,0,126,0.15);
}
.page-id-4734 .arch-hub__circle img { width: 110px; height: auto; }
.page-id-4734 .arch-ring {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 200px; height: 200px; border: 3px solid #e6007e;
  border-radius: 50%; z-index: 2;
}
.page-id-4734 .arch-ring-dashed {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 230px; height: 230px; border: 2px dashed rgba(230,0,126,0.4);
  border-radius: 50%; z-index: 1;
  animation: spinRing 20s linear infinite;
}
@keyframes spinRing {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.page-id-4734 .arch-dot {
  position: absolute; width: 14px; height: 14px;
  background: #e6007e; border-radius: 50%;
  border: 3px solid #fff; box-shadow: 0 0 10px rgba(230,0,126,0.5); z-index: 6;
}
.page-id-4734 .arch-dot--top { top: 50%; left: 50%; margin-left: -7px; margin-top: -107px; }
.page-id-4734 .arch-dot--left { top: 50%; left: 50%; margin-left: -107px; margin-top: -7px; }
.page-id-4734 .arch-dot--right { top: 50%; left: 50%; margin-left: 93px; margin-top: -7px; }
.page-id-4734 .arch-node {
  position: absolute; display: flex; align-items: center; gap: 14px; z-index: 3;
}
.page-id-4734 .arch-node--left { flex-direction: row; }
.page-id-4734 .arch-node--right { flex-direction: row-reverse; }
.page-id-4734 .arch-node__img {
  width: 64px; height: 64px; min-width: 64px; border-radius: 50%;
  overflow: hidden; border: 2px solid rgba(255,255,255,0.15); background: #1a1a1a;
}
.page-id-4734 .arch-node__img img { width: 100%; height: 100%; object-fit: cover; }
.page-id-4734 .arch-node__img--placeholder {
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: #666; text-align: center; line-height: 1.2;
}
.page-id-4734 .arch-node__label {
  font-size: 15px; font-weight: 600; color: #fff; line-height: 1.35;
}
.page-id-4734 .arch-node--n1 { top: 8%;  left: 0; }
.page-id-4734 .arch-node--n2 { top: 42%; left: 0; }
.page-id-4734 .arch-node--n3 { top: 76%; left: 0; }
.page-id-4734 .arch-node--n4 { top: 8%;  right: 0; }
.page-id-4734 .arch-node--n5 { top: 42%; right: 0; }
.page-id-4734 .arch-node--n6 { top: 76%; right: 0; }
.page-id-4734 .arch-node--left { width: 260px; justify-content: flex-end; }
.page-id-4734 .arch-node--right { width: 260px; justify-content: flex-end; }
.page-id-4734 .arch-label {
  position: absolute; font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,0.6); z-index: 5; pointer-events: none;
  background: #0a0a0a; padding: 4px 12px;
}
.page-id-4734 .arch-label--processing { top: 18%; left: 50%; transform: translateX(-50%); }
.page-id-4734 .arch-label--inputs { top: 46%; left: 32%; transform: translateX(-50%); }
.page-id-4734 .arch-label--outputs { top: 46%; right: 32%; transform: translateX(50%); }
.page-id-4734 .arch-onboard {
  position: absolute; top: -12%; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 5;
}
.page-id-4734 .arch-onboard__img {
  width: 56px; height: 56px; min-width: 56px; border-radius: 50%;
  overflow: hidden; border: 2px solid rgba(255,255,255,0.15);
  background: #1a1a1a; display: flex; align-items: center; justify-content: center;
}
.page-id-4734 .arch-onboard__img img { width: 100%; height: 100%; object-fit: cover; }
.page-id-4734 .arch-onboard__text {
  font-size: 16px; font-weight: 700; color: #fff; line-height: 1.3; text-align: center;
}

/* Mobile */
.page-id-4734 .arch-mobile { display: none; }
@media (min-width: 1076px) {
  .page-id-4734 .arch-mobile { display: none !important; }
}
@media (max-width: 1075px) {
  .page-id-4734 .arch-section { padding: 60px 0 80px; }
  .page-id-4734 .arch-container { padding: 0 24px; }
  .page-id-4734 .arch-top { margin-bottom: 48px; }
  .page-id-4734 .arch-top__left h2 { font-size: 32px; }
  .page-id-4734 .arch-diagram { display: none !important; }
  .page-id-4734 .arch-mobile {
    display: flex !important; flex-direction: column; align-items: center;
  }
  .page-id-4734 .arch-mobile__center-col {
    display: flex; flex-direction: column; align-items: flex-start;
  }
  .page-id-4734 .arch-mobile__label {
    font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.5);
    margin: 12px 0; margin-left: 90px; transform: translateX(-50%);
  }
  .page-id-4734 .arch-mobile__line {
    width: 3px; height: 40px; background: rgba(255,255,255,0.12); margin-left: 89px;
  }
  .page-id-4734 .arch-mobile__line-h {
    width: 32px; height: 3px; background: rgba(255,255,255,0.12); flex-shrink: 0;
  }
  .page-id-4734 .arch-mobile__group {
    display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 320px;
  }
  .page-id-4734 .arch-mobile__node {
    display: flex; align-items: center; gap: 14px;
    background: rgba(255,255,255,0.04); border-radius: 12px; padding: 12px 16px;
  }
  .page-id-4734 .arch-mobile__node .arch-node__img { width: 48px; height: 48px; min-width: 48px; }
  .page-id-4734 .arch-mobile__node-text {
    font-size: 14px; font-weight: 600; color: #fff; line-height: 1.3;
  }
  .page-id-4734 .arch-mobile__hub-row {
    display: flex; align-items: center; gap: 16px; margin: 20px 0;
  }
  .page-id-4734 .arch-mobile__hub {
    position: relative; width: 180px; height: 180px; min-width: 180px;
    display: flex; align-items: center; justify-content: center;
  }
  .page-id-4734 .arch-mobile__hub .arch-ring {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  }
  .page-id-4734 .arch-mobile__hub .arch-ring-dashed {
    position: absolute; top: 50%; left: 50%;
  }
  .page-id-4734 .arch-mobile__hub .arch-hub__circle { position: relative; z-index: 3; }
  .page-id-4734 .arch-mobile__processing-col { display: flex; align-items: center; gap: 12px; }
  .page-id-4734 .arch-mobile__processing-text { display: flex; flex-direction: column; gap: 8px; }
  .page-id-4734 .arch-mobile__processing-label {
    font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.6);
  }
  .page-id-4734 .arch-mobile__onboard-inline { display: flex; align-items: center; gap: 10px; }
  .page-id-4734 .arch-mobile__onboard-inline span {
    font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); line-height: 1.3;
  }
}

