:root {
  --brand-green: #1a7a4a;
  --brand-amber: #e8820c;
  --neon-green: #2ecc71;
  --neon-amber: #f39c12;
  --bg-color: #050d08;
  --card-bg: rgba(10, 22, 14, 0.72);
  --text-primary: #ffffff;
  --text-secondary: #a8c4b0;
}

* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Outfit', sans-serif; }

body {
  background-color: var(--bg-color);
  color: var(--text-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 82px;
  overflow-x: hidden;
  position: relative;
}

/* Blobs */
.blob { position: absolute; filter: blur(120px); z-index: -1; opacity: 0.45; border-radius: 50%; animation: float 15s infinite ease-in-out alternate; }
.green-blob { background: var(--brand-green); width: 45vw; height: 45vw; top: -10vw; left: -10vw; }
.amber-blob { background: var(--brand-amber); width: 55vw; height: 55vw; bottom: -15vw; right: -10vw; animation-delay: -5s; }
@keyframes float { 0% { transform: translateY(0) scale(1); } 100% { transform: translateY(60px) scale(1.1); } }

/* Glass Card */
.glass-card {
  background: var(--card-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 1px solid rgba(255,255,255,0.16);
  border-left: 1px solid rgba(255,255,255,0.16);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45), 0 0 30px rgba(26,122,74,0.12) inset;
}

/* Layout */
.about-container {
  max-width: 1100px;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 0 1.5rem 2rem;
}

/* Brand block */
.brand-name-block {
  font-size: 1.4rem; font-weight: 900; letter-spacing: 3px;
  margin-bottom: 1.5rem; display: flex; align-items: baseline;
}
.brand-prefix { color: #fff; text-shadow: 0 0 12px rgba(46,204,113,0.5); }
.brand-latin {
  background: linear-gradient(90deg, var(--neon-green), #7dffb3);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Hero */
.about-hero { padding: 3.5rem 3rem; text-align: center; }

.about-headline {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  background: linear-gradient(to right, #fff 60%, #a8c4b0);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.about-lead {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Mission / Values Grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.about-card {
  padding: 2rem 1.8rem;
  text-align: center;
  transition: transform 0.3s;
}

.about-card:hover { transform: translateY(-5px); }

.about-card-icon {
  font-size: 2rem;
  color: var(--neon-green);
  filter: drop-shadow(0 0 10px rgba(46,204,113,0.6));
  margin-bottom: 1rem;
}

.about-card h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.about-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* AI Section */
.about-ai {
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.ai-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(46,204,113,0.1);
  border: 1px solid rgba(46,204,113,0.3);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--neon-green);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.2rem;
}

.about-ai-text h2 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #fff, #a8c4b0);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.about-ai-text > p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.8rem;
}

.ai-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ai-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.ai-feature > i {
  font-size: 1.3rem;
  color: var(--neon-green);
  filter: drop-shadow(0 0 8px rgba(46,204,113,0.5));
  margin-top: 3px;
  flex-shrink: 0;
}

.ai-feature strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.ai-feature p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* AI Visual */
.about-ai-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.ai-sphere {
  position: relative;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-sphere-ring {
  position: absolute;
  border-radius: 50%;
  animation: spherePulse 4s ease-in-out infinite;
}

.ai-ring-inner  { width: 100px; height: 100px; border: 1px solid rgba(46,204,113,0.5); animation-delay: 0s; }
.ai-ring-mid    { width: 160px; height: 160px; border: 1px solid rgba(46,204,113,0.25); animation-delay: 0.8s; }
.ai-ring-outer  { width: 230px; height: 230px; border: 1px solid rgba(232,130,12,0.18); animation-delay: 1.6s; }

@keyframes spherePulse {
  0%, 100% { opacity: 0.4; transform: scale(0.96); }
  50%       { opacity: 1;   transform: scale(1.04); }
}

.ai-sphere-center {
  font-size: 3.8rem;
  background: linear-gradient(135deg, #2ecc71, #f39c12);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(46,204,113,0.7));
  animation: brainGlow 2.5s ease-in-out infinite alternate;
  z-index: 2;
}

@keyframes brainGlow {
  0%   { filter: drop-shadow(0 0 10px rgba(46,204,113,0.5)); }
  100% { filter: drop-shadow(0 0 30px rgba(46,204,113,1)); }
}

/* Tech badges */
.ai-tech-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(46,204,113,0.08);
  border: 1px solid rgba(46,204,113,0.25);
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}

.ai-badge i { color: var(--neon-green); font-size: 0.78rem; }

/* CTA */
.about-cta {
  padding: 3rem 2rem;
  text-align: center;
}

.about-cta h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.about-cta p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 2rem;
}

.about-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--neon-green), var(--brand-green));
  color: #fff;
  text-decoration: none;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(46,204,113,0.35);
}

.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(46,204,113,0.55); }

.btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s;
}

.btn-secondary:hover {
  border-color: var(--neon-green);
  color: var(--neon-green);
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-ai { grid-template-columns: 1fr; }
  .about-hero { padding: 2.5rem 2rem; }
  .about-headline { font-size: 1.9rem; }
}

@media (max-width: 600px) {
  body { padding-top: 76px; }
  .about-container { padding: 0 1rem 2rem; }
  .about-hero, .about-card, .about-ai, .about-cta { padding: 2rem 1.5rem; }
  .about-headline { font-size: 1.6rem; }
}
