.about-container{max-width:1200px;color:var(--text-primary);margin:0 auto;padding:6rem 2rem}.about-header{text-align:center;margin-bottom:4rem}.about-title{background:linear-gradient(135deg,var(--color-primary),#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.about-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.about-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-section{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000d}.about-section h2{color:var(--color-primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;display:flex}.about-section p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-section p:last-child{margin-bottom:0}.expert-list{gap:1.5rem;display:grid}.expert-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:transform .2s;display:flex}.expert-card:hover{border-color:var(--color-primary);transform:translateY(-2px)}.expert-avatar{width:60px;height:60px;color:var(--color-primary);background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #bfdbfe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.expert-info h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.expert-role{color:var(--color-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.expert-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.trust-badge-container{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem;display:flex}.trust-badge{text-align:center;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;flex-direction:column;align-items:center;gap:1rem;min-width:250px;padding:2rem;display:flex}.trust-badge svg{width:40px;height:40px;color:var(--color-primary)}.trust-badge h4{margin:0;font-size:1.1rem;font-weight:700}.trust-badge p{color:var(--text-secondary);margin:0;font-size:.9rem}.editorial-guidelines{text-align:center;background:linear-gradient(90deg,#2563eb0d,#4f46e50d);border:1px dashed #2563eb4d;border-radius:20px;margin-top:4rem;padding:3rem}.editorial-guidelines h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.editorial-guidelines p{max-width:800px;color:var(--text-secondary);margin:0 auto;font-size:1.1rem;line-height:1.7}[data-theme=dark] .about-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#60a5fa,#818cf8);-webkit-background-clip:text;background-clip:text}[data-theme=dark] .expert-avatar{color:#60a5fa;background:#1e293b;border-color:#334155}[data-theme=dark] .editorial-guidelines{background:linear-gradient(90deg,#2563eb1a,#4f46e51a)}
