/* MAIN.CSS - A&C SOFTWARE - Estilos Base */
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,sans-serif;font-size:16px;line-height:1.6;color:#f8fafc;background:#0a0e27;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk','Inter',sans-serif;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#f8fafc}h1{font-size:clamp(2.25rem,6vw,3.75rem)}h2{font-size:clamp(1.875rem,5vw,3rem)}h3{font-size:clamp(1.5rem,4vw,2.25rem)}p{margin-bottom:1.5rem;color:#94a3b8}a{color:#6366f1;text-decoration:none;transition:color .15s}a:hover{color:#00d9ff}.gradient-text{background:linear-gradient(90deg,#00d9ff 0%,#fff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container-custom{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}@media(max-width:768px){.section{padding:4rem 0}}.bg-dark-secondary{background:#141b3d}.section-label{display:inline-block;color:#00d9ff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.section-subtitle{font-size:1.15rem;color:#94a3b8;max-width:700px;margin:0 auto}.btn{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;border:none;text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.btn-primary-custom{background:#00d9ff;color:#0a0e27}.btn-primary-custom:hover{background:#00e5ff;box-shadow:0 0 30px rgba(0,217,255,.4);color:#0a0e27}.btn-secondary-custom{background:transparent;color:#ef4444;border:2px solid #ef4444}.btn-secondary-custom:hover{background:#ef4444;color:#fff}.btn-outline-custom{background:transparent;color:#00d9ff;border:2px solid #00d9ff}.btn-outline-custom:hover{background:#00d9ff;color:#0a0e27}::selection{background:#00d9ff;color:#0a0e27}::-moz-selection{background:#00d9ff;color:#0a0e27}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#141b3d}::-webkit-scrollbar-thumb{background:#00d9ff;border-radius:10px}
