/* ViewFi Complete System - W3AP.org design match */
/* Colors: #020816, #0131b9, #8d16d3, #55e1dd, #999999, #ffffff, #2e2e2e */

.viewfi-system .section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 160px 0 80px 0;
  background: radial-gradient(50% 55% at 50% -18%, #55e1dd 3%, #0131b9 43%, #020816 100%);
}
.viewfi-system .section-1 h1 {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  font-family: "PoppinsBold", sans-serif;
}
.viewfi-system .section-1 p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-family: "PoppinsRegular", sans-serif;
}

.viewfi-system .content-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  position: relative;
  z-index: 1;
}
.viewfi-system .content-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 20px;
  border-left: 4px solid #0131b9;
  padding-left: 16px;
}
.viewfi-system .content-section p,
.viewfi-system .content-section li {
  font-size: 16px;
  color: #999999;
  line-height: 1.7;
  font-family: "PoppinsRegular", sans-serif;
  margin-bottom: 12px;
}
.viewfi-system .content-section ul {
  margin: 16px 0 24px 24px;
}
.viewfi-system .content-section strong {
  color: #bcbbfd;
  font-family: "PoppinsBold", sans-serif;
}

/* Architecture diagram - custom SVG-style blocks */
.viewfi-system .diagram-arch {
  background: rgba(1, 49, 185, 0.08);
  border: 1px solid rgba(151, 105, 239, 0.4);
  border-radius: 16px;
  padding: 32px;
  margin: 32px 0;
  overflow-x: auto;
}
.viewfi-system .diagram-arch-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  min-width: 520px;
}
.viewfi-system .diagram-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.viewfi-system .diagram-box {
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  font-family: "PoppinsBold", sans-serif;
  min-width: 140px;
}
.viewfi-system .diagram-box.surfaces {
  background: linear-gradient(135deg, #0131b9 0%, #3b4db8 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.viewfi-system .diagram-box.engagement {
  background: linear-gradient(135deg, #8d16d3 0%, #6b12a3 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.viewfi-system .diagram-box.monetization {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.viewfi-system .diagram-box.economy {
  background: linear-gradient(135deg, #55e1dd 0%, #2dd4cf 100%);
  color: #020816;
  border: 1px solid rgba(0,0,0,0.1);
}
.viewfi-system .diagram-box.backend {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #94a3b8;
  border: 1px solid #334155;
}
.viewfi-system .diagram-arrow {
  color: #8d16d3;
  font-size: 20px;
  flex-shrink: 0;
}
.viewfi-system .diagram-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
  font-family: "PoppinsRegular", sans-serif;
}

/* Two-layer table */
.viewfi-system .table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 12px;
  border: 1px solid rgba(151, 105, 239, 0.3);
}
.viewfi-system table.system-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: "PoppinsRegular", sans-serif;
}
.viewfi-system table.system-table th,
.viewfi-system table.system-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.viewfi-system table.system-table th {
  background: rgba(1, 49, 185, 0.2);
  color: #bcbbfd;
  font-weight: 600;
  font-family: "PoppinsBold", sans-serif;
}
.viewfi-system table.system-table td {
  color: #999999;
}
.viewfi-system table.system-table tr:last-child td {
  border-bottom: none;
}
.viewfi-system table.system-table .layer-xp { color: #55e1dd; }
.viewfi-system table.system-table .layer-points { color: #fbbf24; }

/* Core loop sequence */
.viewfi-system .loop-sequence {
  background: rgba(0,0,0,0.3);
  border-radius: 16px;
  padding: 28px 32px;
  margin: 28px 0;
  border: 1px solid rgba(151, 105, 239, 0.25);
}
.viewfi-system .loop-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
  font-size: 15px;
  color: #999999;
  font-family: "PoppinsRegular", sans-serif;
}
.viewfi-system .loop-step:last-child { border-bottom: none; }
.viewfi-system .loop-step .step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0131b9 0%, #8d16d3 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.viewfi-system .loop-step .step-arrow {
  color: #8d16d3;
  font-size: 14px;
}

/* Phase table */
.viewfi-system .phase-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 28px 0;
}
.viewfi-system .phase-card {
  background: rgba(1, 49, 185, 0.1);
  border: 1px solid rgba(151, 105, 239, 0.35);
  border-radius: 14px;
  padding: 24px;
}
.viewfi-system .phase-card h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 8px;
}
.viewfi-system .phase-card .phase-days {
  font-size: 13px;
  color: #8d16d3;
  margin-bottom: 12px;
}
.viewfi-system .phase-card p {
  font-size: 14px;
  color: #999999;
  margin: 0;
  line-height: 1.6;
}

/* Checklist list */
.viewfi-system .checklist-list {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}
.viewfi-system .checklist-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #999999;
}
.viewfi-system .checklist-list li::before {
  content: "✓";
  color: #55e1dd;
  font-weight: bold;
  flex-shrink: 0;
}

/* Token Utility Design sections */
.viewfi-system .content-section .lead {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
  line-height: 1.65;
}
.viewfi-system .utility-philosophy {
  margin-top: 20px;
  padding: 20px 24px;
  background: rgba(1, 49, 185, 0.08);
  border: 1px solid rgba(151, 105, 239, 0.25);
  border-radius: 12px;
}
.viewfi-system .utility-philosophy h3 {
  font-size: 18px;
  color: #bcbbfd;
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 12px;
}
.viewfi-system .utility-block {
  margin-bottom: 32px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(151, 105, 239, 0.2);
}
.viewfi-system .utility-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.viewfi-system .utility-block h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 3px solid #8d16d3;
}
.viewfi-system .utility-block ul {
  margin-left: 24px;
}
.viewfi-system .utility-block li {
  margin-bottom: 10px;
}
.viewfi-system .utility-cross .lead {
  margin-bottom: 16px;
}
.viewfi-system .utility-cross-list {
  margin-left: 24px;
  list-style: disc;
}
.viewfi-system .utility-cross-list li {
  margin-bottom: 14px;
}
.viewfi-system .priority-list {
  margin: 16px 0 24px 24px;
  padding-left: 20px;
  list-style: decimal;
}
.viewfi-system .priority-list li {
  margin-bottom: 8px;
  color: #999999;
}

@media (max-width: 768px) {
  .viewfi-system .section-1 h1 { font-size: 28px; }
  .viewfi-system .content-section h2 { font-size: 22px; }
  .viewfi-system .diagram-arch-inner { min-width: 280px; }
  .viewfi-system .diagram-box { min-width: 120px; font-size: 12px; padding: 10px 14px; }
}
