.about-section {position: relative;padding: 8rem 1rem;background: radial-gradient(circle at 50% 50%, #0d051f 0%, #060213 100%);overflow: hidden;border-top: 1px solid rgba(108, 61, 255, 0.2);min-height: 100vh;display: flex;align-items: center;}.about-container {max-width: 1400px;margin: 0 auto;width: 100%;position: relative;z-index: 2;}.about-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: center;}.about-content {position: relative;}.section-badge {display: inline-block;padding: 0.5rem 1.5rem;background: rgba(108, 61, 255, 0.2);border: 1px solid rgba(108, 61, 255, 0.5);border-radius: 30px;color: #b3a1ff;font-size: 0.9rem;margin-bottom: 1.5rem;text-transform: uppercase;letter-spacing: 1px;}.about-title {font-size: 3.5rem;color: #fff;margin-bottom: 1.5rem;line-height: 1.2;position: relative;}.about-title .accent {background: linear-gradient(45deg, #6c3dff, #ff4da6);background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 0 0 20px rgba(108, 61, 255, 0.3);}.about-description {font-size: 1.2rem;line-height: 1.8;color: #ccc;margin-bottom: 2.5rem;}.stats-container {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.5rem;margin-bottom: 3rem;}.stat-item {text-align: center;padding: 1.5rem;background: rgba(16, 10, 32, 0.6);border-radius: 12px;border: 1px solid rgba(108, 61, 255, 0.2);transition: all 0.3s ease;}.stat-item:hover {transform: translateY(-5px);border-color: #6c3dff;box-shadow: 0 10px 20px rgba(108, 61, 255, 0.2);}.stat-number {font-size: 2.5rem;font-weight: bold;color: #6c3dff;margin-bottom: 0.5rem;text-shadow: 0 0 15px rgba(108, 61, 255, 0.5);}.stat-label {font-size: 0.9rem;color: #aaa;text-transform: uppercase;letter-spacing: 1px;}.cta-buttons {display: flex;gap: 1rem;flex-wrap: wrap;}.about-btn {padding: 1rem 2rem;border-radius: 8px;text-decoration: none;font-weight: bold;transition: all 0.3s ease;display: flex;align-items: center;gap: 0.5rem;}.btn-primary {background: linear-gradient(45deg, #6c3dff, #a84dff);color: white;border: none;}.btn-primary:hover {transform: translateY(-3px);box-shadow: 0 10px 20px rgba(108, 61, 255, 0.4);}.btn-secondary {background: rgba(16, 10, 32, 0.8);color: #b3a1ff;border: 1px solid rgba(108, 61, 255, 0.3);}.btn-secondary:hover {background: rgba(108, 61, 255, 0.1);border-color: #6c3dff;}.about-visual {position: relative;height: 500px;display: flex;align-items: center;justify-content: center;}.hologram-container {position: relative;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}.hologram-circle {width: 300px;height: 300px;border-radius: 50%;background: conic-gradient(from 0deg,#6c3dff, #ff4da6, #6c3dff, #00ff88, #6c3dff);position: relative;animation: rotate 10s linear infinite;filter: blur(10px);opacity: 0.7;}.hologram-core {position: absolute;width: 200px;height: 200px;border-radius: 50%;background: radial-gradient(circle, #6c3dff, transparent 70%);animation: pulse 4s ease-in-out infinite;display: flex;align-items: center;justify-content: center;color: white;font-size: 1.5rem;text-transform: uppercase;letter-spacing: 3px;text-shadow: 0 0 10px rgba(108, 61, 255, 0.5);}.floating-elements {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}.floating-element {position: absolute;width: 60px;height: 60px;border-radius: 12px;background: rgba(108, 61, 255, 0.1);border: 1px solid rgba(108, 61, 255, 0.3);display: flex;align-items: center;justify-content: center;font-size: 1.5rem;color: #6c3dff;animation: float 6s ease-in-out infinite;}.floating-element:nth-child(1) {top: 10%;left: 10%;animation-delay: 0s;}.floating-element:nth-child(2) {top: 20%;right: 15%;animation-delay: 1s;}.floating-element:nth-child(3) {bottom: 30%;left: 15%;animation-delay: 2s;}.floating-element:nth-child(4) {bottom: 15%;right: 10%;animation-delay: 3s;}.about-bg-elements {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none;}.circuit-pattern {position: absolute;width: 100%;height: 100%;background-image:linear-gradient(rgba(108, 61, 255, 0.05) 1px, transparent 1px),linear-gradient(90deg, rgba(108, 61, 255, 0.05) 1px, transparent 1px);background-size: 40px 40px;animation: grid-scroll 20s linear infinite;}.energy-orbs {position: absolute;width: 100%;height: 100%;}.energy-orb {position: absolute;border-radius: 50%;filter: blur(40px);opacity: 0.3;}.orb-1 {width: 200px;height: 200px;background: #6c3dff;top: 10%;left: 5%;animation: float-orb 8s ease-in-out infinite;}.orb-2 {width: 150px;height: 150px;background: #ff4da6;bottom: 15%;right: 10%;animation: float-orb 10s ease-in-out infinite reverse;}@keyframes rotate {from { transform: rotate(0deg); }to { transform: rotate(360deg); }}@keyframes pulse {0%, 100% { transform: scale(1); opacity: 0.8; }50% { transform: scale(1.1); opacity: 1; }}@keyframes float {0%, 100% { transform: translateY(0) rotate(0deg); }50% { transform: translateY(-20px) rotate(5deg); }}@keyframes float-orb {0%, 100% { transform: translate(0, 0); }25% { transform: translate(10px, -15px); }50% { transform: translate(-5px, -10px); }75% { transform: translate(-10px, 5px); }}@keyframes grid-scroll {from { background-position: 0 0; }to { background-position: 0 100px; }}@media (max-width: 992px) {.about-grid {grid-template-columns: 1fr;gap: 3rem;}.about-title {font-size: 2.8rem;}.about-visual {height: 400px;}.hologram-circle {width: 250px;height: 250px;}.hologram-core {width: 150px;height: 150px;font-size: 1.2rem;}}@media (max-width: 768px) {.about-section {padding: 6rem 1rem;}.about-title {font-size: 2.2rem;}.about-description {font-size: 1.1rem;}.stats-container {grid-template-columns: 1fr;gap: 1rem;}.stat-item {padding: 1rem;}.stat-number {font-size: 2rem;}.cta-buttons {flex-direction: column;}.about-btn {justify-content: center;}.about-visual {height: 300px;}.hologram-circle {width: 200px;height: 200px;}.hologram-core {width: 120px;height: 120px;font-size: 1rem;}.floating-element {width: 50px;height: 50px;font-size: 1.2rem;}}@media (max-width: 480px) {.about-title {font-size: 1.8rem;}.about-description {font-size: 1rem;}.about-visual {height: 250px;}.hologram-circle {width: 180px;height: 180px;}.hologram-core {width: 100px;height: 100px;font-size: 0.8rem;}}