.about-centralized {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 2vw 16px 2vw;
  min-height: 93vh;
  position: relative;
  background: linear-gradient(100deg, #fff 80%, #fbeaea 100%);
  overflow-x: hidden;
}

.about-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.about-glow {
  display: block;
  background: linear-gradient(90deg,#fff 70%,rgba(195,50,51,0.13) 100%);
  border-radius: 13px;
  padding: 0 22px;
  color: var(--primary);
  box-shadow: 0 2px 24px #c3323344;
  letter-spacing: 1px;
  text-shadow: 0 1px 16px #e25a5b44;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.about-summary {
  text-align: center;
  margin-bottom: 16px;
  max-width: 900px;
}

.about-summary p {
  font-size: 1.08rem;
  margin-bottom: 10px;
  color: #3d1919;
  line-height: 1.6;
}

.about-highlight {
  color: var(--primary);
  font-weight: 600;
  background: #fbeaea;
  border-radius: 6px;
  padding: 0 6px;
}

.about-rating-wide {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 16px auto;
  background: linear-gradient(98deg, #fff 75%, #fbeaea 100%);
  border-radius: 18px;
  box-shadow: 0 4px 18px 0 rgba(195,50,51,0.09);
  border: 1.5px solid #e25a5b2b;
  padding: 16px 12px 10px 12px;
  min-height: 0;
  position: relative;
}
.about-rating-wide h3 {
  color: var(--primary);
  font-size: 1.13rem;
  margin-bottom: 9px;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.responsive-table-wide {
  overflow-x: auto;
}
.responsive-table-wide table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.05rem;
  background: transparent;
}
.responsive-table-wide th,
.responsive-table-wide td {
  border: 1.4px solid #c3323340;
  padding: 0.48em 0.7em;
  text-align: center;
  vertical-align: middle;
}
.responsive-table-wide th {
  background: #fbeaea;
  color: var(--primary);
  font-weight: 700;
}

.badge {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 10px;
  font-size: 0.99em;
  font-weight: 610;
  letter-spacing: 0.2px;
}
.badge-stable {
  /* background: #f2f7f7; */
  background: #ffffff;
  color: #124d2b;
  border: 1px solid #b7e7cb;
}
.badge-multi {
  background: #fff0e0;
  color: #c33233;
  border: 1px solid #f2c6b2;
}

.about-growth {
  max-width: 800px;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 14px 12px 8px 12px;
}

.futuristic-card {
  background: linear-gradient(100deg, rgba(255,255,255,0.96) 70%, #e25a5b0c 100%);
  border-radius: 18px;
  box-shadow: 0 4px 18px 0 rgba(195,50,51,0.09);
  border: 1.5px solid #e25a5b2b;
  min-height: 0;
}

.futuristic-card h3 {
  color: var(--primary);
  font-size: 1.13rem;
  margin-bottom: 9px;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-milestones {
  margin-top: 6px;
  list-style: none;
  padding: 0;
}
.about-milestones li {
  margin-bottom: 6px;
  font-size: 1.03rem;
  position: relative;
  padding-left: 22px;
  color: #3d1919;
}
.about-milestones li::before {
  content: "•";
  color: var(--primary);
  font-size: 1.1em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}
.milestone-date {
  font-weight: bold;
  color: var(--primary);
}

.about-future {
  margin: 18px 0 0 0;
  padding: 12px 8px 7px 8px;
  background: linear-gradient(98deg, #fbeaea 55%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0 2px 12px #c3323311;
  border: 1.5px solid #e25a5b22;
  width: 100%;
  max-width: 800px;
}

.about-future h3 {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.09rem;
  margin-bottom: 8px;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-future-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
  justify-content: center;
}
.future-feature {
  background: var(--frost);
  border-radius: 13px;
  box-shadow: 0 1.5px 8px #c3323322;
  text-align: center;
  padding: 13px 8px 9px 8px;
  width: 170px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  position: relative;
}
.future-icon {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
  filter: drop-shadow(0 2px 6px #e25a5b33);
}
.future-ai::before { content: "🤖"; }
.future-support::before { content: "👩‍💼"; }
.future-emi::before { content: "💳"; }
.future-cloud::before { content: "☁️"; }
.future-desc {
  color: #a63c3c;
  font-size: 0.92rem;
  margin-top: 1px;
}

.animated-fadein {
  opacity: 0;
  animation: aboutFadeIn 0.7s cubic-bezier(.23,1.01,.32,1) 0.1s forwards;
}
.animated-slidein-up {
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  animation: aboutSlideUp 0.7s cubic-bezier(.23,1.01,.32,1) forwards;
}
@keyframes aboutFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes aboutSlideUp {
  from { opacity: 0; transform: translateY(24px) scale(0.97);}
  to { opacity: 1; transform: none;}
}

.about-animated-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.orbit {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #e25a5b22;
  animation: orbitSpin 9s linear infinite;
}
.circle1 {
  width: 340px; height: 340px;
  left: -60px; top: 20px;
  border-width: 3px;
  animation-duration: 17s;
}
.circle2 {
  width: 220px; height: 220px;
  right: -40px; top: 90px;
  border-width: 2.5px;
  animation-duration: 12s;
}
.circle3 {
  width: 120px; height: 120px;
  left: 50%; top: 65%;
  transform: translate(-50%,-50%);
  border-width: 2px;
  animation-duration: 15s;
  animation-direction: reverse;
}
.pulse-dot {
  position: absolute;
  left: 60%; top: 60%;
  width: 12px; height: 12px;
  background: radial-gradient(circle,#c33233 60%,#fff0 100%);
  border-radius: 50%;
  opacity: 0.7;
  animation: pulseDot 2.2s infinite;
  z-index: 2;
}
@keyframes orbitSpin {
  100% { transform: rotate(360deg);}
}
@keyframes pulseDot {
  0%,100% { transform: scale(1); opacity: 0.81;}
  50% { transform: scale(1.4); opacity: 0.3;}
}

@media (max-width: 1100px) {
  .about-content { max-width: 99vw; }
  .about-rating-wide { max-width: 99vw; }
  .about-growth, .about-future { max-width: 99vw;}
  .future-feature { width: 45vw; min-width: 120px;}
}

@media (max-width: 700px) {
  .about-centralized { padding: 10px 1vw 8px 1vw;}
  .about-glow { font-size: 1.32rem; padding: 0 7px; margin-bottom: 6px;}
  .about-summary { font-size: 0.98rem; }
  .about-rating-wide, .about-growth, .about-future { padding: 7px 1px 3px 1px;}
  .responsive-table-wide table, .responsive-table-wide th, .responsive-table-wide td { font-size: 0.93rem; }
  .about-future-features { flex-direction: column; gap: 7px;}
  .future-feature { width: 96vw; max-width: 340px; }
  .about-animated-bg .circle1, .about-animated-bg .circle2, .about-animated-bg .circle3 { display: none; }
  .pulse-dot { width: 10px; height: 10px; left: 60%; top: 60%; }
}