/* === SECTION: ABOUT === */
.about { padding: 80px 0; background: #101b24; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text h2 { font-size: 2.5rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; }
.about-text p { font-size: 1.125rem; color: #c9d3da; margin-bottom: 1.5rem; line-height: 1.7; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.stat { text-align: center; }
.stat h3 { font-size: 2rem; font-weight: 700; color: var(--color-accent); margin-bottom: 0.5rem; }
.stat p { color: #c9d3da; font-weight: 500; }
.about-placeholder { width: 300px; height: 300px; background: linear-gradient(135deg, var(--color-accent) 0%, #db5457 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.about-placeholder .placeholder-content { text-align: center; color: white; }
.about-placeholder .placeholder-icon { font-size: 4rem; margin-bottom: 1rem; }

