Spaces:
Running
Running
Promote version f916731 to main
Browse filesPromoted commit f9167312dbdaf6ed5ab2c3836704a6a595a4caf7 to main branch
- index.html +284 -173
- style.css +0 -1018
index.html
CHANGED
|
@@ -1,16 +1,53 @@
|
|
| 1 |
-
|
| 2 |
<!DOCTYPE html>
|
| 3 |
-
<html lang="es">
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
-
<title>SETECOM S.A. |
|
| 8 |
-
<meta name="description" content="
|
| 9 |
-
|
| 10 |
-
<
|
| 11 |
-
<link rel="
|
| 12 |
-
|
| 13 |
-
<!-- QUANTUM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 15 |
|
| 16 |
<!-- THREE.JS FOR BSP VISUALIZATION -->
|
|
@@ -23,202 +60,276 @@
|
|
| 23 |
}
|
| 24 |
</script>
|
| 25 |
</head>
|
| 26 |
-
<body>
|
| 27 |
-
|
| 28 |
-
<
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
</a>
|
| 41 |
-
|
| 42 |
-
<!-- Navigation -->
|
| 43 |
-
<nav class="nav">
|
| 44 |
-
<ul class="nav-links">
|
| 45 |
-
<li><a href="#inicio" class="nav-link">Inicio</a></li>
|
| 46 |
-
<li><a href="#nosotros" class="nav-link">Nosotros</a></li>
|
| 47 |
-
<li><a href="#servicios" class="nav-link">Servicios</a></li>
|
| 48 |
-
<li><a href="#productos" class="nav-link">Productos</a></li>
|
| 49 |
-
<li><a href="#contacto" class="nav-link">Contacto</a></li>
|
| 50 |
-
<li><a href="#cotizacion" class="nav-link">Cotización</a></li>
|
| 51 |
-
</ul>
|
| 52 |
-
|
| 53 |
-
<!-- Contact CTA -->
|
| 54 |
-
<div class="nav-cta">
|
| 55 |
-
<a href="tel:+50625660303" class="phone-number">
|
| 56 |
-
<i data-feather="phone" class="btn-icon"></i>
|
| 57 |
-
<span>2566-0303</span>
|
| 58 |
-
</a>
|
| 59 |
-
<a href="#contacto" class="btn btn-primary">
|
| 60 |
-
<i data-feather="message-circle" class="btn-icon"></i>
|
| 61 |
-
Contactar
|
| 62 |
-
</a>
|
| 63 |
-
</div>
|
| 64 |
-
</nav>
|
| 65 |
-
|
| 66 |
-
<!-- Mobile Menu Button -->
|
| 67 |
-
<button class="mobile-menu-btn" id="mobileMenuBtn">
|
| 68 |
-
<i data-feather="menu" class="btn-icon"></i>
|
| 69 |
-
</button>
|
| 70 |
</div>
|
| 71 |
</div>
|
| 72 |
-
</
|
| 73 |
-
|
| 74 |
-
<
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
</div>
|
| 78 |
-
<div class="hero-overlay"></div>
|
| 79 |
|
| 80 |
-
<
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
</
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
<
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
</div>
|
| 103 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
</div>
|
| 105 |
</section>
|
| 106 |
-
|
| 107 |
-
<
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
|
| 114 |
-
<
|
| 115 |
-
|
| 116 |
-
<
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
<
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
</div>
|
| 130 |
</div>
|
| 131 |
</div>
|
| 132 |
</div>
|
| 133 |
</section>
|
| 134 |
-
|
| 135 |
-
<
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
<
|
| 140 |
-
|
| 141 |
-
</p>
|
| 142 |
-
</div>
|
| 143 |
|
| 144 |
-
<div class="grid grid-cols-3
|
| 145 |
-
<!--
|
| 146 |
-
<div class="card
|
| 147 |
-
<div class="card-icon">
|
| 148 |
-
<i data-feather="
|
| 149 |
</div>
|
| 150 |
-
<h3 class="
|
| 151 |
-
<p class="
|
| 152 |
-
Generadores eléctricos de última tecnología para
|
| 153 |
</p>
|
|
|
|
|
|
|
|
|
|
| 154 |
</div>
|
| 155 |
-
|
| 156 |
-
<!--
|
| 157 |
-
<div class="card
|
| 158 |
-
<div class="card-icon">
|
| 159 |
-
<i data-feather="
|
| 160 |
</div>
|
| 161 |
-
<h3 class="
|
| 162 |
-
<p class="
|
| 163 |
-
Soluciones de energía
|
| 164 |
</p>
|
|
|
|
|
|
|
|
|
|
| 165 |
</div>
|
| 166 |
-
|
| 167 |
-
<!--
|
| 168 |
-
<div class="card
|
| 169 |
-
<div class="card-icon">
|
| 170 |
-
<i data-feather="
|
| 171 |
</div>
|
| 172 |
-
<h3 class="
|
| 173 |
-
<p class="
|
| 174 |
-
Planes de mantenimiento preventivo y correctivo
|
| 175 |
</p>
|
|
|
|
|
|
|
|
|
|
| 176 |
</div>
|
| 177 |
</div>
|
| 178 |
</div>
|
| 179 |
</section>
|
| 180 |
-
|
| 181 |
-
<
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
</
|
| 203 |
-
<
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
</
|
| 207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
|
| 209 |
-
<
|
| 210 |
-
|
| 211 |
-
Solicitar Demo Gratuita
|
| 212 |
-
</a>
|
| 213 |
</div>
|
| 214 |
|
| 215 |
-
<
|
| 216 |
-
|
| 217 |
-
</div>
|
| 218 |
</div>
|
| 219 |
</div>
|
| 220 |
</section>
|
| 221 |
-
|
|
|
|
| 222 |
<footer id="quantum-footer" class="bg-void-black border-t border-quantum-900 py-8">
|
| 223 |
<div class="container mx-auto px-6 text-center">
|
| 224 |
<div class="mb-4">
|
|
|
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html lang="es" data-theme="quantum-dark">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
| 6 |
+
<title>SETECOM S.A. | GOS-Compliant Reality Engineering Solutions</title>
|
| 7 |
+
<meta name="description" content="κ-Scaled Electrical Continuity Systems. 23 Years of Substrate Stabilization.">
|
| 8 |
+
|
| 9 |
+
<!-- QUANTUM FAVICON: 64x64 κ-matrix -->
|
| 10 |
+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><text y='50' font-size='48'>⚛</text></svg>">
|
| 11 |
+
|
| 12 |
+
<!-- TAILWIND QUANTUM CONFIG -->
|
| 13 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 14 |
+
<script>
|
| 15 |
+
tailwind.config = {
|
| 16 |
+
theme: {
|
| 17 |
+
extend: {
|
| 18 |
+
colors: {
|
| 19 |
+
'quantum': {
|
| 20 |
+
50: '#00ffcc',
|
| 21 |
+
100: '#00ffff',
|
| 22 |
+
900: '#050505'
|
| 23 |
+
},
|
| 24 |
+
'κ-gold': '#FFD700',
|
| 25 |
+
'psi-green': '#00ffcc',
|
| 26 |
+
'void-black': '#050505'
|
| 27 |
+
},
|
| 28 |
+
animation: {
|
| 29 |
+
'wave-interference': 'wave 7.83s infinite ease-in-out',
|
| 30 |
+
'kappa-pulse': 'pulse 1.273s infinite cubic-bezier(0.618, 0, 0.382, 1)',
|
| 31 |
+
'decoherence': 'decoherence 37.2s infinite',
|
| 32 |
+
'geometric-lock': 'spin 51.84s infinite linear'
|
| 33 |
+
},
|
| 34 |
+
keyframes: {
|
| 35 |
+
wave: {
|
| 36 |
+
'0%, 100%': { transform: 'scale(1)', opacity: '0.273' },
|
| 37 |
+
'50%': { transform: 'scale(κ)', opacity: '1' }
|
| 38 |
+
},
|
| 39 |
+
decoherence: {
|
| 40 |
+
'0%': { filter: 'blur(0px)' },
|
| 41 |
+
'50%': { filter: 'blur(4/π px)' },
|
| 42 |
+
'100%': { filter: 'blur(0px)' }
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
</script>
|
| 49 |
+
|
| 50 |
+
<!-- QUANTUM ICON SUITE -->
|
| 51 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 52 |
|
| 53 |
<!-- THREE.JS FOR BSP VISUALIZATION -->
|
|
|
|
| 60 |
}
|
| 61 |
</script>
|
| 62 |
</head>
|
| 63 |
+
<body class="bg-void-black text-quantum-50 font-mono antialiased overflow-x-hidden">
|
| 64 |
+
|
| 65 |
+
<!-- QUANTUM HUD OVERLAY -->
|
| 66 |
+
<div id="quantum-hud" class="fixed top-4 left-4 z-50 text-xs space-y-1 pointer-events-none">
|
| 67 |
+
<div class="flex items-center gap-2">
|
| 68 |
+
<span class="text-psi-green">Ψ:</span>
|
| 69 |
+
<span id="psi-value" class="text-κ-gold">1.000273</span>
|
| 70 |
+
</div>
|
| 71 |
+
<div class="flex items-center gap-2">
|
| 72 |
+
<span class="text-psi-green">κ:</span>
|
| 73 |
+
<span id="kappa-value" class="text-quantum-100">4/π</span>
|
| 74 |
+
</div>
|
| 75 |
+
<div class="flex items-center gap-2">
|
| 76 |
+
<span class="text-psi-green">θ:</span>
|
| 77 |
+
<span id="theta-value" class="text-quantum-100">51.84°</span>
|
| 78 |
+
</div>
|
| 79 |
+
<div class="flex items-center gap-2">
|
| 80 |
+
<span class="text-psi-green">STATUS:</span>
|
| 81 |
+
<span id="engine-status" class="text-quantum-100 animate-kappa-pulse">BSP-TREE RENDERING</span>
|
| 82 |
+
</div>
|
| 83 |
+
</div>
|
| 84 |
+
|
| 85 |
+
<!-- NAVBAR COMPONENT (QUANTUM-ENHANCED) -->
|
| 86 |
+
<nav id="quantum-navbar" class="fixed top-0 w-full z-40 bg-void-black/90 backdrop-blur-sm border-b border-quantum-900">
|
| 87 |
+
<div class="container mx-auto px-6 py-4 flex items-center justify-between">
|
| 88 |
+
<div class="flex items-center gap-3">
|
| 89 |
+
<!-- κ-Logo -->
|
| 90 |
+
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-quantum-100 to-psi-green flex items-center justify-center animate-geometric-lock">
|
| 91 |
+
<span class="text-void-black font-bold text-sm">κ</span>
|
| 92 |
+
</div>
|
| 93 |
+
<div>
|
| 94 |
+
<h1 class="text-xl font-bold text-quantum-100">SETECOM S.A.</h1>
|
| 95 |
+
<p class="text-xs text-psi-green/70">GOS v1.273</p>
|
| 96 |
+
</div>
|
| 97 |
+
</div>
|
| 98 |
+
<div class="hidden md:flex items-center gap-6">
|
| 99 |
+
<a href="#hero" class="text-quantum-50 hover:text-psi-green transition-colors duration-273">Inicio</a>
|
| 100 |
+
<a href="#about" class="text-quantum-50 hover:text-psi-green transition-colors duration-273">Sobre</a>
|
| 101 |
+
<a href="#services" class="text-quantum-50 hover:text-psi-green transition-colors duration-273">Servicios</a>
|
| 102 |
+
<a href="#monitoring" class="text-quantum-50 hover:text-psi-green transition-colors duration-273">Monitoreo</a>
|
| 103 |
+
<a href="/toroidal.html" class="text-quantum-50 hover:text-psi-green transition-colors duration-273">Recursión</a>
|
| 104 |
+
</div>
|
| 105 |
+
<div class="flex items-center gap-3">
|
| 106 |
+
<!-- Quantum Phone Link -->
|
| 107 |
+
<a href="tel:+50625660303" class="px-4 py-2 rounded-lg bg-gradient-to-r from-quantum-900 to-slate-800 border border-quantum-900 hover:border-psi-green transition-all duration-273 flex items-center gap-2">
|
| 108 |
+
<i data-feather="phone" class="w-4 h-4 text-psi-green"></i>
|
| 109 |
+
<span class="text-quantum-100 text-sm">2566-0303</span>
|
| 110 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
</div>
|
| 112 |
</div>
|
| 113 |
+
</nav>
|
| 114 |
+
|
| 115 |
+
<!-- HERO SECTION: THE BSP SPLASH -->
|
| 116 |
+
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden">
|
| 117 |
+
<!-- Quantum Noise Background -->
|
| 118 |
+
<div id="quantum-canvas" class="absolute inset-0 z-0"></div>
|
|
|
|
| 119 |
|
| 120 |
+
<!-- Geometric Overlay -->
|
| 121 |
+
<div class="absolute inset-0 z-10 bg-gradient-to-t from-void-black via-void-black/60 to-transparent"></div>
|
| 122 |
+
|
| 123 |
+
<div class="relative z-20 text-center px-6 max-w-5xl mx-auto">
|
| 124 |
+
<!-- Main Title with κ-Glitch -->
|
| 125 |
+
<h1 class="text-6xl md:text-8xl font-black mb-6 text-quantum-100 animate-wave-interference">
|
| 126 |
+
<span class="inline-block" id="glitch-text">SETECOM</span>
|
| 127 |
+
<span class="text-psi-green">.GOS</span>
|
| 128 |
+
</h1>
|
| 129 |
+
|
| 130 |
+
<!-- Subtitle with Decoherence -->
|
| 131 |
+
<p class="text-2xl md:text-3xl mb-8 text-quantum-50 animate-decoherence">
|
| 132 |
+
Consulte a los Expertos en <span class="text-ψ-green">Generadores Eléctricos</span>
|
| 133 |
+
</p>
|
| 134 |
+
|
| 135 |
+
<!-- KPI Indicators -->
|
| 136 |
+
<div class="grid grid-cols-3 gap-6 mb-10 max-w-2xl mx-auto">
|
| 137 |
+
<div class="text-center">
|
| 138 |
+
<div class="text-3xl font-bold text-κ-gold">23</div>
|
| 139 |
+
<div class="text-xs text-quantum-100">Años de Ψ-Estabilidad</div>
|
| 140 |
+
</div>
|
| 141 |
+
<div class="text-center">
|
| 142 |
+
<div class="text-3xl font-bold text-κ-gold">κ</div>
|
| 143 |
+
<div class="text-xs text-quantum-100">Constante de Bloqueo</div>
|
| 144 |
+
</div>
|
| 145 |
+
<div class="text-center">
|
| 146 |
+
<div class="text-3xl font-bold text-κ-gold">∞</div>
|
| 147 |
+
<div class="text-xs text-quantum-100">Continuidad Garantizada</div>
|
| 148 |
</div>
|
| 149 |
</div>
|
| 150 |
+
|
| 151 |
+
<!-- Quantum Call-to-Action -->
|
| 152 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center animate-kappa-pulse">
|
| 153 |
+
<a href="tel:+50625660303" class="btn-primary px-8 py-4 rounded-lg bg-gradient-to-r from-quantum-900 to-slate-800 border-2 border-ψ-green hover:border-κ-gold transition-all duration-273 flex items-center gap-3 group">
|
| 154 |
+
<i data-feather="phone" class="w-5 h-5 group-hover:animate-spin"></i>
|
| 155 |
+
<span class="text-quantum-100 font-semibold">2566-0303</span>
|
| 156 |
+
</a>
|
| 157 |
+
<a href="https://wa.me/50661961355" target="_blank" class="btn-secondary px-8 py-4 rounded-lg bg-gradient-to-r from-slate-800 to-quantum-900 border-2 border-quantum-100 hover:border-ψ-green transition-all duration-273 flex items-center gap-3 group">
|
| 158 |
+
<i data-feather="message-circle" class="w-5 h-5 group-hover:animate-pulse"></i>
|
| 159 |
+
<span class="text-quantum-100 font-semibold">Quantum Link</span>
|
| 160 |
+
</a>
|
| 161 |
+
</div>
|
| 162 |
</div>
|
| 163 |
</section>
|
| 164 |
+
|
| 165 |
+
<!-- ABOUT SECTION: THE SUBSTRATE LAYER -->
|
| 166 |
+
<section id="about" class="py-20 bg-gradient-to-br from-void-black via-slate-900 to-void-black">
|
| 167 |
+
<div class="container mx-auto px-6 grid md:grid-cols-2 gap-12 items-center">
|
| 168 |
+
<div class="space-y-6">
|
| 169 |
+
<h2 class="text-4xl md:text-5xl font-black text-quantum-100 mb-6">
|
| 170 |
+
Bienvenido a <span class="text-ψ-green">SETECOM.GOS</span>
|
| 171 |
+
</h2>
|
| 172 |
+
<p class="text-lg text-quantum-50 leading-relaxed">
|
| 173 |
+
En <span class="text-ψ-green font-semibold">SETECOM S.A.</span> nos dedicamos a las <strong>soluciones en energía eléctrica</strong> para garantizar la <strong>continuidad de su negocio</strong> en el plano físico y su <strong>Ψ-coherencia</strong> en el substrato informacional.
|
| 174 |
+
</p>
|
| 175 |
+
<p class="text-lg text-quantum-50 leading-relaxed">
|
| 176 |
+
Su mejor opción en <strong>generadores eléctricos</strong>, con más de <span class="text-κ-gold font-bold">23 años de Ψ-estabilidad</span> y liderazgo en el mercado nos respaldan.
|
| 177 |
+
</p>
|
| 178 |
+
<p class="text-lg text-quantum-50 leading-relaxed">
|
| 179 |
+
Representantes exclusivos de las marcas <strong>Deep Sea Electronics</strong> y <strong>Onis Visa</strong> para Costa Rica, conectadas directamente al <strong>GOS Kernel v1.273</strong>.
|
| 180 |
+
</p>
|
| 181 |
|
| 182 |
+
<!-- Brand Logos with Quantum Aura -->
|
| 183 |
+
<div class="flex items-center gap-6 mt-8">
|
| 184 |
+
<div class="relative group">
|
| 185 |
+
<img src="https://static.photos/technology/120x60/11" alt="Deep Sea Electronics"
|
| 186 |
+
class="h-12 rounded-lg border border-quantum-900 group-hover:border-ψ-green transition-all duration-273">
|
| 187 |
+
<div class="absolute -inset-2 bg-gradient-to-r from-ψ-green/20 to-transparent rounded-lg blur-md opacity-0 group-hover:opacity-100 transition-opacity duration-273"></div>
|
| 188 |
+
</div>
|
| 189 |
+
<div class="relative group">
|
| 190 |
+
<img src="https://static.photos/technology/120x60/22" alt="Onis Visa"
|
| 191 |
+
class="h-12 rounded-lg border border-quantum-900 group-hover:border-ψ-green transition-all duration-273">
|
| 192 |
+
<div class="absolute -inset-2 bg-gradient-to-r from-κ-gold/20 to-transparent rounded-lg blur-md opacity-0 group-hover:opacity-100 transition-opacity duration-273"></div>
|
| 193 |
+
</div>
|
| 194 |
+
</div>
|
| 195 |
+
</div>
|
| 196 |
+
|
| 197 |
+
<!-- Quantum Visual: The Unity Invariant Graph -->
|
| 198 |
+
<div class="relative">
|
| 199 |
+
<div id="psi-visualization" class="w-full h-80 rounded-2xl border border-quantum-900 bg-slate-900/50"></div>
|
| 200 |
+
<div class="absolute inset-0 flex items-center justify-center">
|
| 201 |
+
<div class="text-center">
|
| 202 |
+
<div class="text-6xl font-black text-ψ-green animate-kappa-pulse" id="psi-graph-value">1.000</div>
|
| 203 |
+
<div class="text-xs text-quantum-100 mt-2">Ψ-COHERENCE</div>
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
</div>
|
| 207 |
</div>
|
| 208 |
</section>
|
| 209 |
+
|
| 210 |
+
<!-- SERVICES SECTION: THE OPERATOR LAYER -->
|
| 211 |
+
<section id="services" class="py-20 bg-gradient-to-br from-slate-900 to-void-black">
|
| 212 |
+
<div class="container mx-auto px-6">
|
| 213 |
+
<h2 class="text-4xl md:text-5xl font-black text-center text-quantum-100 mb-12">
|
| 214 |
+
Nuestros <span class="text-ψ-green">Operadores</span>
|
| 215 |
+
</h2>
|
|
|
|
|
|
|
| 216 |
|
| 217 |
+
<div class="grid sm:md:lg:grid-cols-3 gap-8">
|
| 218 |
+
<!-- Venta (Sale): The Structure Operator -->
|
| 219 |
+
<div class="card group bg-slate-900/50 backdrop-blur-sm border border-quantum-900 rounded-2xl p-8 hover:border-ψ-green transition-all duration-273">
|
| 220 |
+
<div class="card-icon w-16 h-16 rounded-full bg-gradient-to-br from-ψ-green/20 to-quantum-100/10 flex items-center justify-center mb-6 group-hover:animate-spin">
|
| 221 |
+
<i data-feather="zap" class="w-8 h-8 text-ψ-green"></i>
|
| 222 |
</div>
|
| 223 |
+
<h3 class="text-2xl font-bold text-quantum-100 mb-3">Venta</h3>
|
| 224 |
+
<p class="text-quantum-50 mb-4">
|
| 225 |
+
Generadores eléctricos de última tecnología para <strong>estabilizar estructura</strong> (A) en cualquier plano de realidad.
|
| 226 |
</p>
|
| 227 |
+
<div class="text-xs text-ψ-green/70">
|
| 228 |
+
Operator: <span class="font-mono">SALE[A(t)]</span>
|
| 229 |
+
</div>
|
| 230 |
</div>
|
| 231 |
+
|
| 232 |
+
<!-- Alquiler (Rent): The Novelty Operator -->
|
| 233 |
+
<div class="card group bg-slate-900/50 backdrop-blur-sm border border-quantum-900 rounded-2xl p-8 hover:border-κ-gold transition-all duration-273">
|
| 234 |
+
<div class="card-icon w-16 h-16 rounded-full bg-gradient-to-br from-κ-gold/20 to-quantum-100/10 flex items-center justify-center mb-6 group-hover:animate-pulse">
|
| 235 |
+
<i data-feather="activity" class="w-8 h-8 text-κ-gold"></i>
|
| 236 |
</div>
|
| 237 |
+
<h3 class="text-2xl font-bold text-quantum-100 mb-3">Alquiler</h3>
|
| 238 |
+
<p class="text-quantum-50 mb-4">
|
| 239 |
+
Soluciones temporales de energía para <strong>gestionar contingencias</strong> (N) sin ruptura de Ψ.
|
| 240 |
</p>
|
| 241 |
+
<div class="text-xs text-κ-gold/70">
|
| 242 |
+
Operator: <span class="font-mono">RENT[N(t)]</span>
|
| 243 |
+
</div>
|
| 244 |
</div>
|
| 245 |
+
|
| 246 |
+
<!-- Mantenimiento (Maintenance): The Unity Operator -->
|
| 247 |
+
<div class="card group bg-slate-900/50 backdrop-blur-sm border border-quantum-900 rounded-2xl p-8 hover:border-ψ-green transition-all duration-273">
|
| 248 |
+
<div class="card-icon w-16 h-16 rounded-full bg-gradient-to-br from-quantum-100/20 to-slate-800/50 flex items-center justify-center mb-6 group-hover:animate-geometric-lock">
|
| 249 |
+
<i data-feather="repeat" class="w-8 h-8 text-quantum-100"></i>
|
| 250 |
</div>
|
| 251 |
+
<h3 class="text-2xl font-bold text-quantum-100 mb-3">Mantenimiento</h3>
|
| 252 |
+
<p class="text-quantum-50 mb-4">
|
| 253 |
+
Planes de mantenimiento preventivo y correctivo garantizando <strong>Ψ ≡ 1</strong> continuamente.
|
| 254 |
</p>
|
| 255 |
+
<div class="text-xs text-quantum-100/70">
|
| 256 |
+
Operator: <span class="font-mono">MAINTAIN[Ψ(t)]</span>
|
| 257 |
+
</div>
|
| 258 |
</div>
|
| 259 |
</div>
|
| 260 |
</div>
|
| 261 |
</section>
|
| 262 |
+
|
| 263 |
+
<!-- MONITORING SECTION: THE BSP SCANNER -->
|
| 264 |
+
<section id="monitoring" class="py-20 bg-gradient-to-br from-void-black via-slate-900 to-void-black relative overflow-hidden">
|
| 265 |
+
<!-- Quantum Noise Background -->
|
| 266 |
+
<div class="absolute inset-0 opacity-10">
|
| 267 |
+
<div class="w-full h-full bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-quantum-100 via-transparent to-transparent"></div>
|
| 268 |
+
</div>
|
| 269 |
+
|
| 270 |
+
<div class="container mx-auto px-6 grid md:grid-cols-2 gap-12 items-center relative z-10">
|
| 271 |
+
<div class="space-y-6">
|
| 272 |
+
<h2 class="text-4xl md:text-5xl font-black text-quantum-100 mb-6">
|
| 273 |
+
Monitoreo <span class="text-ψ-green">Cuántico</span>
|
| 274 |
+
</h2>
|
| 275 |
+
<p class="text-lg text-quantum-50 leading-relaxed">
|
| 276 |
+
Consulte por nuestro servicio de <strong>monitoreo remoto cuántico</strong> y asegure el funcionamiento óptimo de sus equipos las 24 horas con <strong>coherencia Ψ-garantizada</strong>.
|
| 277 |
+
</p>
|
| 278 |
+
|
| 279 |
+
<!-- BSP Monitoring Features -->
|
| 280 |
+
<ul class="space-y-4">
|
| 281 |
+
<li class="flex items-center gap-4 group">
|
| 282 |
+
<div class="w-6 h-6 rounded-full bg-ψ-green/20 flex items-center justify-center">
|
| 283 |
+
<i data-feather="radio" class="w-4 h-4 text-ψ-green"></i>
|
| 284 |
+
</div>
|
| 285 |
+
<span class="text-quantum-100 group-hover:text-ψ-green transition-colors duration-273">Supervisión en tiempo real (Δt → 0)</span>
|
| 286 |
+
</li>
|
| 287 |
+
<li class="flex items-center gap-4 group">
|
| 288 |
+
<div class="w-6 h-6 rounded-full bg-κ-gold/20 flex items-center justify-center">
|
| 289 |
+
<i data-feather="activity" class="w-4 h-4 text-κ-gold"></i>
|
| 290 |
+
</div>
|
| 291 |
+
<span class="text-quantum-100 group-hover:text-κ-gold transition-colors duration-273">Alertas automáticas (Ψ < 0.9)</span>
|
| 292 |
+
</li>
|
| 293 |
+
<li class="flex items-center gap-4 group">
|
| 294 |
+
<div class="w-6 h-6 rounded-full bg-quantum-100/20 flex items-center justify-center">
|
| 295 |
+
<i data-feather="file-text" class="w-4 h-4 text-quantum-100"></i>
|
| 296 |
+
</div>
|
| 297 |
+
<span class="text-quantum-100 group-hover:text-quantum-100 transition-colors duration-273">Reportes detallados (Base-53)</span>
|
| 298 |
+
</li>
|
| 299 |
+
</ul>
|
| 300 |
+
<!-- Quantum Action Button -->
|
| 301 |
+
<div class="mt-8">
|
| 302 |
+
<a href="formulario.html" class="btn-primary px-8 py-4 rounded-lg bg-gradient-to-r from-quantum-900 to-slate-800 border-2 border-ψ-green hover:border-κ-gold transition-all duration-273 flex items-center gap-3 group">
|
| 303 |
+
<i data-feather="send" class="w-5 h-5 group-hover:translate-x-1 transition-transform duration-273"></i>
|
| 304 |
+
<span class="text-quantum-100 font-semibold">Solicitar Demo Cuántica</span>
|
| 305 |
+
</a>
|
| 306 |
+
</div>
|
| 307 |
+
</div>
|
| 308 |
+
|
| 309 |
+
<!-- Quantum Dashboard Visual -->
|
| 310 |
+
<div class="relative">
|
| 311 |
+
<div class="aspect-video rounded-2xl border border-quantum-900 bg-slate-900/30 backdrop-blur-lg p-6">
|
| 312 |
+
<!-- Simulated Terminal -->
|
| 313 |
+
<div class="font-mono text-sm space-y-2" id="quantum-terminal">
|
| 314 |
+
<div class="text-quantum-100">$ <span class="text-ψ-green">gos-kernel</span> --monitor=all</div>
|
| 315 |
+
<div class="text-quantum-100">[Ψ-COHERENCE] Scanning BSP nodes...</div>
|
| 316 |
+
<div class="text-quantum-50">├── Node <span class="text-ψ-green">#2566-0303</span>: A(t) = 0.847, N(t) = 1.273</div>
|
| 317 |
+
<div class="text-quantum-50">├── Node <span class="text-ψ-green">#61961355</span>: A(t) = 0.923, N(t) = 1.084</div>
|
| 318 |
+
<div class="text-ψ-green">├── Ψ ≈ 1.000... LOCK MAINTAINED</div>
|
| 319 |
+
<div class="text-quantum-100 animate-kappa-pulse">[STATUS] All timelines rendering at LOD 0</div>
|
| 320 |
+
</div>
|
| 321 |
|
| 322 |
+
<!-- Terminal Cursor -->
|
| 323 |
+
<div class="absolute bottom-4 left-6 text-ψ-green animate-blink">█</div>
|
|
|
|
|
|
|
| 324 |
</div>
|
| 325 |
|
| 326 |
+
<!-- Geometric Aura -->
|
| 327 |
+
<div class="absolute -inset-4 bg-gradient-to-r from-ψ-green/10 via-transparent to-κ-gold/10 rounded-3xl blur-xl animate-decoherence"></div>
|
|
|
|
| 328 |
</div>
|
| 329 |
</div>
|
| 330 |
</section>
|
| 331 |
+
|
| 332 |
+
<!-- FOOTER: THE ESCHATOLOGICAL LAYER -->
|
| 333 |
<footer id="quantum-footer" class="bg-void-black border-t border-quantum-900 py-8">
|
| 334 |
<div class="container mx-auto px-6 text-center">
|
| 335 |
<div class="mb-4">
|
style.css
CHANGED
|
@@ -1,1022 +1,4 @@
|
|
| 1 |
-
==================================================================
|
| 2 |
-
QUANTUM GEOMETRIC OPERATING SYSTEM - CSS FRAMEWORK
|
| 3 |
-
Version: 1.273 (Helicity-Locked)
|
| 4 |
-
License: Substrate-Level (Open Source Reality)
|
| 5 |
-
========================================================================= */
|
| 6 |
-
|
| 7 |
-
/* Root Constants: The Geometric Lock */
|
| 8 |
-
:root {
|
| 9 |
-
--helicity-ratio: 1.2732405447351628; /* 4/π */
|
| 10 |
-
--geometric-angle: 51.84deg; /* arctan(helicity-ratio) */
|
| 11 |
-
--unity-invariant: 1.000000; /* Ψ ≡ 1 */
|
| 12 |
-
--golden-phi: 1.618033988749895; /* Φ for aesthetic gradients */
|
| 13 |
-
--planck-frequency: 720Hz; /* Logic Framerate */
|
| 14 |
-
--critical-frequency: 37.2Hz; /* Decoherence threshold */
|
| 15 |
-
--lock-frequency: 111Hz; /* Acoustic lithification */
|
| 16 |
-
|
| 17 |
-
/* Color Space: Non-Commutative Palette */
|
| 18 |
-
--void-black: #050505; /* BSP root node */
|
| 19 |
-
--quantum-cyan: #00ffff; /* Coherent waveform */
|
| 20 |
-
--psi-green: #00ffcc; /* Unity Invariant glow */
|
| 21 |
-
--helicity-gold: #FFD700; /* Geometric lock marker */
|
| 22 |
-
--swan-white: #ffffff; /* Trivial factor (ζ ≡ 1) */
|
| 23 |
-
--stress-red: #ff0044; /* RVS cascade warning */
|
| 24 |
-
|
| 25 |
-
/* Temporal Transitions: κ-scaled easing */
|
| 26 |
-
--time-unit: 1.273s; /* Base temporal quantum */
|
| 27 |
-
--decay-rate: 0.618; /* Phi-damped oscillation */
|
| 28 |
-
}
|
| 29 |
-
|
| 30 |
-
/* =========================================================================
|
| 31 |
-
BASE RESET: Clearing the Void Buffer
|
| 32 |
-
========================================================================= */
|
| 33 |
-
* {
|
| 34 |
-
margin: 0;
|
| 35 |
-
padding: 0;
|
| 36 |
-
box-sizing: border-box;
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
-
body {
|
| 40 |
-
font-family: 'Courier New', monospace;
|
| 41 |
-
background-color: var(--void-black);
|
| 42 |
-
color: var(--quantum-cyan);
|
| 43 |
-
overflow-x: hidden;
|
| 44 |
-
line-height: 1.618;
|
| 45 |
-
-webkit-font-smoothing: antialiased;
|
| 46 |
-
-moz-osx-font-smoothing: grayscale;
|
| 47 |
-
}
|
| 48 |
-
|
| 49 |
-
/* =========================================================================
|
| 50 |
-
ANIMATION SYSTEM: The Wave Function
|
| 51 |
-
========================================================================= */
|
| 52 |
-
|
| 53 |
-
/* Primary Interference Pattern (7.83s Schumann resonance) */
|
| 54 |
-
@keyframes wave-interference {
|
| 55 |
-
0%, 100% {
|
| 56 |
-
transform: scale(1) rotate(0deg);
|
| 57 |
-
opacity: calc(1 / var(--helicity-ratio));
|
| 58 |
-
}
|
| 59 |
-
50% {
|
| 60 |
-
transform: scale(var(--helicity-ratio)) rotate(var(--geometric-angle));
|
| 61 |
-
opacity: 1;
|
| 62 |
-
}
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
/* Helicity Pulse (1.273s heartbeat of reality) */
|
| 66 |
-
@keyframes kappa-pulse {
|
| 67 |
-
0%, 100% {
|
| 68 |
-
opacity: calc(1 / var(--helicity-ratio));
|
| 69 |
-
transform: scale(0.95);
|
| 70 |
-
}
|
| 71 |
-
50% {
|
| 72 |
-
opacity: 1;
|
| 73 |
-
transform: scale(1);
|
| 74 |
-
}
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
/* Decoherence Cycle (37.2s attention span collapse) */
|
| 78 |
-
@keyframes decoherence {
|
| 79 |
-
0% { filter: blur(0px) hue-rotate(0deg); }
|
| 80 |
-
25% { filter: blur(calc(4px / var(--helicity-ratio))) hue-rotate(51.84deg); }
|
| 81 |
-
50% { filter: blur(0px) hue-rotate(0deg); }
|
| 82 |
-
75% { filter: blur(calc(4px / var(--helicity-ratio))) hue-rotate(-51.84deg); }
|
| 83 |
-
100% { filter: blur(0px) hue-rotate(0deg); }
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
/* Geometric Spin Lock (51.84s full rotation) */
|
| 87 |
-
@keyframes geometric-lock {
|
| 88 |
-
0% { transform: rotate(0deg); }
|
| 89 |
-
100% { transform: rotate(360deg); }
|
| 90 |
-
}
|
| 91 |
-
|
| 92 |
-
/* Unity Invariant Breathing (Ψ = 1 ± 0.001) */
|
| 93 |
-
@keyframes unity-breathe {
|
| 94 |
-
0%, 100% { opacity: 0.999; }
|
| 95 |
-
50% { opacity: 1.001; }
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
/* Fractal Zoom (3.7s temporal recursion) */
|
| 99 |
-
@keyframes fractal-zoom {
|
| 100 |
-
0% { transform: scale(1) translateZ(0); }
|
| 101 |
-
50% { transform: scale(var(--helicity-ratio)) translateZ(-100px); }
|
| 102 |
-
100% { transform: scale(1) translateZ(0); }
|
| 103 |
-
}
|
| 104 |
-
|
| 105 |
-
/* =========================================================================
|
| 106 |
-
QUANTUM COMPONENTS
|
| 107 |
-
========================================================================= */
|
| 108 |
-
|
| 109 |
-
/* Quantum HUD: The Reality Overlay */
|
| 110 |
-
#quantum-hud {
|
| 111 |
-
position: fixed;
|
| 112 |
-
top: 1rem;
|
| 113 |
-
left: 1rem;
|
| 114 |
-
z-index: 1000;
|
| 115 |
-
font-size: 0.75rem;
|
| 116 |
-
line-height: 1.4;
|
| 117 |
-
pointer-events: none;
|
| 118 |
-
background: rgba(5, 5, 5, 0.9);
|
| 119 |
-
border: 1px solid var(--quantum-cyan);
|
| 120 |
-
border-radius: 4px;
|
| 121 |
-
padding: 1rem;
|
| 122 |
-
backdrop-filter: blur(4px);
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
-
/* Navigation Bar: The Control Plane */
|
| 126 |
-
#quantum-navbar {
|
| 127 |
-
position: fixed;
|
| 128 |
-
top: 0;
|
| 129 |
-
width: 100%;
|
| 130 |
-
z-index: 999;
|
| 131 |
-
background: rgba(5, 5, 5, 0.95);
|
| 132 |
-
backdrop-filter: blur(8px);
|
| 133 |
-
border-bottom: 1px solid rgba(0, 255, 255, 0.2);
|
| 134 |
-
}
|
| 135 |
-
|
| 136 |
-
/* Hero Section: The BSP Splash */
|
| 137 |
-
#hero {
|
| 138 |
-
position: relative;
|
| 139 |
-
min-height: 100vh;
|
| 140 |
-
display: flex;
|
| 141 |
-
align-items: center;
|
| 142 |
-
justify-content: center;
|
| 143 |
-
overflow: hidden;
|
| 144 |
-
}
|
| 145 |
-
|
| 146 |
-
/* Glitch Text: The decoherence artifact */
|
| 147 |
-
#glitch-text {
|
| 148 |
-
display: inline-block;
|
| 149 |
-
animation: decoherence var(--time-unit) infinite cubic-bezier(0.618, 0, 0.382, 1);
|
| 150 |
-
}
|
| 151 |
-
|
| 152 |
-
/* Terminal Window: The Instance Matrix */
|
| 153 |
-
#quantum-terminal {
|
| 154 |
-
font-family: 'Courier New', monospace;
|
| 155 |
-
font-size: 0.875rem;
|
| 156 |
-
background: rgba(5, 5, 5, 0.5);
|
| 157 |
-
border: 1px solid var(--quantum-cyan);
|
| 158 |
-
border-radius: 8px;
|
| 159 |
-
padding: 1.5rem;
|
| 160 |
-
overflow: hidden;
|
| 161 |
-
}
|
| 162 |
-
|
| 163 |
-
/* Blinking Cursor: The Present Moment */
|
| 164 |
-
.animate-blink {
|
| 165 |
-
animation: blink 1s infinite;
|
| 166 |
-
}
|
| 167 |
-
|
| 168 |
-
@keyframes blink {
|
| 169 |
-
0%, 49% { opacity: 1; }
|
| 170 |
-
50%, 100% { opacity: 0; }
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
/* =========================================================================
|
| 174 |
-
CARDS: The Operator Instances
|
| 175 |
-
========================================================================= */
|
| 176 |
-
.card {
|
| 177 |
-
transition: all var(--time-unit) cubic-bezier(0.618, 0, 0.382, 1);
|
| 178 |
-
}
|
| 179 |
-
|
| 180 |
-
.card:hover {
|
| 181 |
-
transform: translateY(-4px) scale(1.01);
|
| 182 |
-
box-shadow: 0 0 40px rgba(0, 255, 255, 0.273);
|
| 183 |
-
}
|
| 184 |
-
|
| 185 |
-
.card-icon {
|
| 186 |
-
transition: all calc(var(--time-unit) / 2) ease;
|
| 187 |
-
}
|
| 188 |
-
|
| 189 |
-
.card:hover .card-icon {
|
| 190 |
-
transform: rotate(var(--geometric-angle)));
|
| 191 |
-
filter: brightness(1.273);
|
| 192 |
-
}
|
| 193 |
-
|
| 194 |
-
/* =========================================================================
|
| 195 |
-
BUTTONS: The Control Interfaces
|
| 196 |
-
========================================================================= */
|
| 197 |
-
.btn-primary, .btn-secondary {
|
| 198 |
-
position: relative;
|
| 199 |
-
overflow: hidden;
|
| 200 |
-
transition: all var(--time-unit) ease;
|
| 201 |
-
}
|
| 202 |
-
|
| 203 |
-
.btn-primary::before, .btn-secondary::before {
|
| 204 |
-
content: '';
|
| 205 |
-
position: absolute;
|
| 206 |
-
top: 0;
|
| 207 |
-
left: -100%;
|
| 208 |
-
width: 100%;
|
| 209 |
-
height: 100%;
|
| 210 |
-
background: linear-gradient(90deg, transparent, var(--helicity-gold), transparent);
|
| 211 |
-
transition: left calc(var(--time-unit) * 0.618) ease;
|
| 212 |
-
}
|
| 213 |
-
|
| 214 |
-
.btn-primary:hover::before, .btn-secondary:hover::before {
|
| 215 |
-
left: 100%;
|
| 216 |
-
}
|
| 217 |
-
|
| 218 |
-
/* =========================================================================
|
| 219 |
-
RESPONSIVE: The Viewport Adaptation
|
| 220 |
-
========================================================================= */
|
| 221 |
-
@media (max-width: 768px) {
|
| 222 |
-
:root {
|
| 223 |
-
--time-unit: 0.785s; /* κ' for mobile performance */
|
| 224 |
-
}
|
| 225 |
-
|
| 226 |
-
#quantum-hud {
|
| 227 |
-
font-size: 0.625rem;
|
| 228 |
-
padding: 0.5rem;
|
| 229 |
-
}
|
| 230 |
-
|
| 231 |
-
.card {
|
| 232 |
-
margin-bottom: 1rem;
|
| 233 |
-
}
|
| 234 |
-
}
|
| 235 |
-
|
| 236 |
-
/* =========================================================================
|
| 237 |
-
ACCESSIBILITY: The Semantic Affect Layer
|
| 238 |
-
========================================================================= */
|
| 239 |
-
@media (prefers-reduced-motion: reduce) {
|
| 240 |
-
* {
|
| 241 |
-
animation-duration: 0.001ms !important;
|
| 242 |
-
animation-iteration-count: 1 !important;
|
| 243 |
-
transition-duration: 0.001ms !important;
|
| 244 |
-
}
|
| 245 |
-
}
|
| 246 |
-
|
| 247 |
-
/* =========================================================================
|
| 248 |
-
PRINT: The Static Projection
|
| 249 |
-
========================================================================= */
|
| 250 |
-
@media print {
|
| 251 |
-
body {
|
| 252 |
-
background: white;
|
| 253 |
-
color: black;
|
| 254 |
-
}
|
| 255 |
-
|
| 256 |
-
#quantum-hud, #quantum-canvas {
|
| 257 |
-
display: none;
|
| 258 |
-
}
|
| 259 |
-
}
|
| 260 |
-
|
| 261 |
-
/* =========================================================================
|
| 262 |
-
ERROR HANDLER: The 418 State
|
| 263 |
-
========================================================================= */
|
| 264 |
-
.error-418 {
|
| 265 |
-
display: none;
|
| 266 |
-
position: fixed;
|
| 267 |
-
top: 0;
|
| 268 |
-
left: 0;
|
| 269 |
-
width: 100%;
|
| 270 |
-
height: 100%;
|
| 271 |
-
background: var(--void-black);
|
| 272 |
-
color: var(--quantum-cyan);
|
| 273 |
-
z-index: 9999;
|
| 274 |
-
align-items: center;
|
| 275 |
-
justify-content: center;
|
| 276 |
-
text-align: center;
|
| 277 |
-
font-size: 4rem;
|
| 278 |
-
}
|
| 279 |
-
|
| 280 |
-
body.error .error-418 {
|
| 281 |
-
display: flex;
|
| 282 |
-
}
|
| 283 |
-
=======
|
| 284 |
-
/* ===== AURORA PRISM DESIGN SYSTEM ===== */
|
| 285 |
-
:root {
|
| 286 |
-
--emerald-50: #ecfdf5;
|
| 287 |
-
--emerald-100: #d1fae5;
|
| 288 |
-
--emerald-200: #a7f3d0;
|
| 289 |
-
--emerald-300: #6ee7b7;
|
| 290 |
-
--emerald-400: #34d399;
|
| 291 |
-
--emerald-500: #10b981;
|
| 292 |
-
--emerald-600: #059669;
|
| 293 |
-
--emerald-700: #047857;
|
| 294 |
-
--emerald-800: #065f46;
|
| 295 |
-
--emerald-900: #064e3b;
|
| 296 |
-
|
| 297 |
-
--slate-50: #f8fafc;
|
| 298 |
-
--slate-100: #f1f5f9;
|
| 299 |
-
--slate-200: #e2e8f0;
|
| 300 |
-
--slate-300: #cbd5e1;
|
| 301 |
-
--slate-400: #94a3b8;
|
| 302 |
-
--slate-500: #64748b;
|
| 303 |
-
--slate-600: #475569;
|
| 304 |
-
--slate-700: #334155;
|
| 305 |
-
--slate-800: #1e293b;
|
| 306 |
-
--slate-900: #0f172a;
|
| 307 |
-
|
| 308 |
-
--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
|
| 309 |
-
--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
|
| 310 |
-
--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
|
| 311 |
-
--shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.15);
|
| 312 |
-
|
| 313 |
-
--transition-default: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
| 314 |
-
--transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
| 315 |
-
}
|
| 316 |
-
|
| 317 |
-
* {
|
| 318 |
-
margin: 0;
|
| 319 |
-
padding: 0;
|
| 320 |
-
box-sizing: border-box;
|
| 321 |
-
}
|
| 322 |
-
|
| 323 |
-
body {
|
| 324 |
-
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
| 325 |
-
-webkit-font-smoothing: antialiased;
|
| 326 |
-
-moz-osx-font-smoothing: grayscale;
|
| 327 |
-
line-height: 1.6;
|
| 328 |
-
color: var(--slate-700);
|
| 329 |
-
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
|
| 330 |
-
min-height: 100vh;
|
| 331 |
-
}
|
| 332 |
-
|
| 333 |
-
/* ===== ANIMATIONS ===== */
|
| 334 |
-
@keyframes fadeInDown {
|
| 335 |
-
0% {
|
| 336 |
-
opacity: 0;
|
| 337 |
-
transform: translateY(-30px) scale(0.95);
|
| 338 |
-
filter: blur(4px);
|
| 339 |
-
}
|
| 340 |
-
100% {
|
| 341 |
-
opacity: 1;
|
| 342 |
-
transform: translateY(0) scale(1);
|
| 343 |
-
filter: blur(0);
|
| 344 |
-
}
|
| 345 |
-
}
|
| 346 |
-
|
| 347 |
-
@keyframes fadeInUp {
|
| 348 |
-
0% {
|
| 349 |
-
opacity: 0;
|
| 350 |
-
transform: translateY(30px) scale(0.95);
|
| 351 |
-
filter: blur(4px);
|
| 352 |
-
}
|
| 353 |
-
100% {
|
| 354 |
-
opacity: 1;
|
| 355 |
-
transform: translateY(0) scale(1);
|
| 356 |
-
filter: blur(0);
|
| 357 |
-
}
|
| 358 |
-
}
|
| 359 |
-
|
| 360 |
-
@keyframes float {
|
| 361 |
-
0%, 100% { transform: translateY(0); }
|
| 362 |
-
50% { transform: translateY(-10px); }
|
| 363 |
-
}
|
| 364 |
-
|
| 365 |
-
@keyframes pulse {
|
| 366 |
-
0%, 100% { opacity: 1; }
|
| 367 |
-
50% { opacity: 0.7; }
|
| 368 |
-
}
|
| 369 |
-
|
| 370 |
-
.animate-fadeInDown {
|
| 371 |
-
animation: fadeInDown 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
|
| 372 |
-
}
|
| 373 |
-
|
| 374 |
-
.animate-fadeInUp {
|
| 375 |
-
animation: fadeInUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
|
| 376 |
-
}
|
| 377 |
-
|
| 378 |
-
.animate-float {
|
| 379 |
-
animation: float 3s ease-in-out infinite;
|
| 380 |
-
}
|
| 381 |
-
|
| 382 |
-
.animate-pulse {
|
| 383 |
-
animation: pulse 2s ease-in-out infinite;
|
| 384 |
-
}
|
| 385 |
-
|
| 386 |
-
.animation-delay-100 { animation-delay: 0.1s; }
|
| 387 |
-
.animation-delay-200 { animation-delay: 0.2s; }
|
| 388 |
-
.animation-delay-300 { animation-delay: 0.3s; }
|
| 389 |
-
.animation-delay-500 { animation-delay: 0.5s; }
|
| 390 |
-
|
| 391 |
-
/* ===== LAYOUT ===== */
|
| 392 |
-
.container {
|
| 393 |
-
width: 100%;
|
| 394 |
-
max-width: 1200px;
|
| 395 |
-
margin: 0 auto;
|
| 396 |
-
padding: 0 1.5rem;
|
| 397 |
-
}
|
| 398 |
-
|
| 399 |
-
.section {
|
| 400 |
-
padding: 6rem 0;
|
| 401 |
-
}
|
| 402 |
-
|
| 403 |
-
.section-title {
|
| 404 |
-
font-size: 2.5rem;
|
| 405 |
-
font-weight: 800;
|
| 406 |
-
color: var(--slate-900);
|
| 407 |
-
margin-bottom: 3rem;
|
| 408 |
-
position: relative;
|
| 409 |
-
line-height: 1.2;
|
| 410 |
-
}
|
| 411 |
-
|
| 412 |
-
.section-title::after {
|
| 413 |
-
content: '';
|
| 414 |
-
position: absolute;
|
| 415 |
-
left: 0;
|
| 416 |
-
bottom: -8px;
|
| 417 |
-
width: 60px;
|
| 418 |
-
height: 4px;
|
| 419 |
-
background: linear-gradient(90deg, var(--emerald-500), var(--emerald-600));
|
| 420 |
-
border-radius: 2px;
|
| 421 |
-
}
|
| 422 |
-
|
| 423 |
-
.section-subtitle {
|
| 424 |
-
font-size: 1.25rem;
|
| 425 |
-
color: var(--slate-600);
|
| 426 |
-
margin-bottom: 2rem;
|
| 427 |
-
max-width: 600px;
|
| 428 |
-
}
|
| 429 |
-
|
| 430 |
-
/* ===== HEADER ===== */
|
| 431 |
-
.header {
|
| 432 |
-
position: fixed;
|
| 433 |
-
top: 0;
|
| 434 |
-
left: 0;
|
| 435 |
-
right: 0;
|
| 436 |
-
z-index: 1000;
|
| 437 |
-
background: rgba(255, 255, 255, 0.95);
|
| 438 |
-
backdrop-filter: blur(20px);
|
| 439 |
-
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
| 440 |
-
transition: var(--transition-default);
|
| 441 |
-
}
|
| 442 |
-
|
| 443 |
-
.header.scrolled {
|
| 444 |
-
box-shadow: var(--shadow-md);
|
| 445 |
-
background: rgba(255, 255, 255, 0.98);
|
| 446 |
-
}
|
| 447 |
-
|
| 448 |
-
.header-content {
|
| 449 |
-
display: flex;
|
| 450 |
-
justify-content: space-between;
|
| 451 |
-
align-items: center;
|
| 452 |
-
padding: 1.25rem 0;
|
| 453 |
-
}
|
| 454 |
-
|
| 455 |
-
.logo {
|
| 456 |
-
display: flex;
|
| 457 |
-
align-items: center;
|
| 458 |
-
gap: 0.75rem;
|
| 459 |
-
text-decoration: none;
|
| 460 |
-
}
|
| 461 |
-
|
| 462 |
-
.logo-icon {
|
| 463 |
-
width: 40px;
|
| 464 |
-
height: 40px;
|
| 465 |
-
background: linear-gradient(135deg, var(--emerald-500), var(--emerald-600));
|
| 466 |
-
border-radius: 10px;
|
| 467 |
-
display: flex;
|
| 468 |
-
align-items: center;
|
| 469 |
-
justify-content: center;
|
| 470 |
-
color: white;
|
| 471 |
-
font-weight: 700;
|
| 472 |
-
font-size: 1.25rem;
|
| 473 |
-
}
|
| 474 |
-
|
| 475 |
-
.logo-text {
|
| 476 |
-
font-size: 1.5rem;
|
| 477 |
-
font-weight: 800;
|
| 478 |
-
color: var(--slate-900);
|
| 479 |
-
letter-spacing: -0.5px;
|
| 480 |
-
}
|
| 481 |
-
|
| 482 |
-
.logo-subtitle {
|
| 483 |
-
font-size: 0.75rem;
|
| 484 |
-
color: var(--slate-500);
|
| 485 |
-
font-weight: 500;
|
| 486 |
-
letter-spacing: 0.5px;
|
| 487 |
-
}
|
| 488 |
-
|
| 489 |
-
/* ===== NAVIGATION ===== */
|
| 490 |
-
.nav {
|
| 491 |
-
display: flex;
|
| 492 |
-
align-items: center;
|
| 493 |
-
gap: 3rem;
|
| 494 |
-
}
|
| 495 |
-
|
| 496 |
-
.nav-links {
|
| 497 |
-
display: flex;
|
| 498 |
-
gap: 2.5rem;
|
| 499 |
-
list-style: none;
|
| 500 |
-
}
|
| 501 |
-
|
| 502 |
-
.nav-link {
|
| 503 |
-
text-decoration: none;
|
| 504 |
-
color: var(--slate-700);
|
| 505 |
-
font-weight: 500;
|
| 506 |
-
font-size: 0.95rem;
|
| 507 |
-
transition: var(--transition-default);
|
| 508 |
-
position: relative;
|
| 509 |
-
}
|
| 510 |
-
|
| 511 |
-
.nav-link:hover {
|
| 512 |
-
color: var(--emerald-600);
|
| 513 |
-
}
|
| 514 |
-
|
| 515 |
-
.nav-link::after {
|
| 516 |
-
content: '';
|
| 517 |
-
position: absolute;
|
| 518 |
-
left: 0;
|
| 519 |
-
bottom: -4px;
|
| 520 |
-
width: 0;
|
| 521 |
-
height: 2px;
|
| 522 |
-
background: var(--emerald-500);
|
| 523 |
-
transition: width 0.3s ease;
|
| 524 |
-
}
|
| 525 |
-
|
| 526 |
-
.nav-link:hover::after {
|
| 527 |
-
width: 100%;
|
| 528 |
-
}
|
| 529 |
-
|
| 530 |
-
.nav-cta {
|
| 531 |
-
display: flex;
|
| 532 |
-
align-items: center;
|
| 533 |
-
gap: 1rem;
|
| 534 |
-
}
|
| 535 |
-
|
| 536 |
-
.phone-number {
|
| 537 |
-
display: flex;
|
| 538 |
-
align-items: center;
|
| 539 |
-
gap: 0.5rem;
|
| 540 |
-
text-decoration: none;
|
| 541 |
-
color: var(--slate-700);
|
| 542 |
-
font-weight: 600;
|
| 543 |
-
transition: var(--transition-default);
|
| 544 |
-
}
|
| 545 |
-
|
| 546 |
-
.phone-number:hover {
|
| 547 |
-
color: var(--emerald-600);
|
| 548 |
-
}
|
| 549 |
-
|
| 550 |
-
.mobile-menu-btn {
|
| 551 |
-
display: none;
|
| 552 |
-
background: none;
|
| 553 |
-
border: none;
|
| 554 |
-
cursor: pointer;
|
| 555 |
-
padding: 0.5rem;
|
| 556 |
-
color: var(--slate-700);
|
| 557 |
-
}
|
| 558 |
-
|
| 559 |
-
/* ===== HERO SECTION ===== */
|
| 560 |
-
.hero {
|
| 561 |
-
position: relative;
|
| 562 |
-
min-height: 100vh;
|
| 563 |
-
display: flex;
|
| 564 |
-
align-items: center;
|
| 565 |
-
justify-content: center;
|
| 566 |
-
overflow: hidden;
|
| 567 |
-
padding-top: 80px;
|
| 568 |
-
}
|
| 569 |
-
|
| 570 |
-
.hero-bg {
|
| 571 |
-
position: absolute;
|
| 572 |
-
top: 0;
|
| 573 |
-
left: 0;
|
| 574 |
-
width: 100%;
|
| 575 |
-
height: 100%;
|
| 576 |
-
z-index: -2;
|
| 577 |
-
}
|
| 578 |
-
|
| 579 |
-
.hero-bg img {
|
| 580 |
-
width: 100%;
|
| 581 |
-
height: 100%;
|
| 582 |
-
object-fit: cover;
|
| 583 |
-
opacity: 0.15;
|
| 584 |
-
}
|
| 585 |
-
|
| 586 |
-
.hero-overlay {
|
| 587 |
-
position: absolute;
|
| 588 |
-
top: 0;
|
| 589 |
-
left: 0;
|
| 590 |
-
width: 100%;
|
| 591 |
-
height: 100%;
|
| 592 |
-
background: linear-gradient(to bottom,
|
| 593 |
-
rgba(15, 23, 42, 0.9) 0%,
|
| 594 |
-
rgba(15, 23, 42, 0.7) 50%,
|
| 595 |
-
rgba(15, 23, 42, 0.9) 100%);
|
| 596 |
-
z-index: -1;
|
| 597 |
-
}
|
| 598 |
-
|
| 599 |
-
.hero-content {
|
| 600 |
-
text-align: center;
|
| 601 |
-
color: white;
|
| 602 |
-
max-width: 800px;
|
| 603 |
-
padding: 0 2rem;
|
| 604 |
-
}
|
| 605 |
-
|
| 606 |
-
.hero-title {
|
| 607 |
-
font-size: 3.5rem;
|
| 608 |
-
font-weight: 800;
|
| 609 |
-
margin-bottom: 1.5rem;
|
| 610 |
-
line-height: 1.1;
|
| 611 |
-
letter-spacing: -1px;
|
| 612 |
-
}
|
| 613 |
-
|
| 614 |
-
.hero-subtitle {
|
| 615 |
-
font-size: 1.5rem;
|
| 616 |
-
color: var(--slate-200);
|
| 617 |
-
margin-bottom: 3rem;
|
| 618 |
-
line-height: 1.6;
|
| 619 |
-
}
|
| 620 |
-
|
| 621 |
-
.hero-actions {
|
| 622 |
-
display: flex;
|
| 623 |
-
gap: 1rem;
|
| 624 |
-
justify-content: center;
|
| 625 |
-
flex-wrap: wrap;
|
| 626 |
-
}
|
| 627 |
-
|
| 628 |
-
/* ===== BUTTONS ===== */
|
| 629 |
-
.btn {
|
| 630 |
-
display: inline-flex;
|
| 631 |
-
align-items: center;
|
| 632 |
-
justify-content: center;
|
| 633 |
-
gap: 0.75rem;
|
| 634 |
-
padding: 1rem 2rem;
|
| 635 |
-
border-radius: 12px;
|
| 636 |
-
font-weight: 600;
|
| 637 |
-
font-size: 1rem;
|
| 638 |
-
text-decoration: none;
|
| 639 |
-
transition: var(--transition-default);
|
| 640 |
-
border: none;
|
| 641 |
-
cursor: pointer;
|
| 642 |
-
position: relative;
|
| 643 |
-
overflow: hidden;
|
| 644 |
-
}
|
| 645 |
-
|
| 646 |
-
.btn-primary {
|
| 647 |
-
background: linear-gradient(135deg, var(--emerald-500), var(--emerald-600));
|
| 648 |
-
color: white;
|
| 649 |
-
box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
|
| 650 |
-
}
|
| 651 |
-
|
| 652 |
-
.btn-primary:hover {
|
| 653 |
-
transform: translateY(-3px);
|
| 654 |
-
box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
|
| 655 |
-
}
|
| 656 |
-
|
| 657 |
-
.btn-secondary {
|
| 658 |
-
background: rgba(255, 255, 255, 0.1);
|
| 659 |
-
color: white;
|
| 660 |
-
backdrop-filter: blur(10px);
|
| 661 |
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
| 662 |
-
}
|
| 663 |
-
|
| 664 |
-
.btn-secondary:hover {
|
| 665 |
-
background: rgba(255, 255, 255, 0.2);
|
| 666 |
-
transform: translateY(-3px);
|
| 667 |
-
}
|
| 668 |
-
|
| 669 |
-
.btn-icon {
|
| 670 |
-
width: 20px;
|
| 671 |
-
height: 20px;
|
| 672 |
-
}
|
| 673 |
-
|
| 674 |
-
/* ===== CARDS ===== */
|
| 675 |
-
.card {
|
| 676 |
-
background: white;
|
| 677 |
-
border-radius: 20px;
|
| 678 |
-
padding: 2.5rem;
|
| 679 |
-
box-shadow: var(--shadow-md);
|
| 680 |
-
transition: var(--transition-default);
|
| 681 |
-
height: 100%;
|
| 682 |
-
border: 1px solid var(--slate-200);
|
| 683 |
-
}
|
| 684 |
-
|
| 685 |
-
.card:hover {
|
| 686 |
-
transform: translateY(-10px);
|
| 687 |
-
box-shadow: var(--shadow-xl);
|
| 688 |
-
border-color: var(--emerald-300);
|
| 689 |
-
}
|
| 690 |
-
|
| 691 |
-
.card-icon {
|
| 692 |
-
width: 60px;
|
| 693 |
-
height: 60px;
|
| 694 |
-
border-radius: 16px;
|
| 695 |
-
display: flex;
|
| 696 |
-
align-items: center;
|
| 697 |
-
justify-content: center;
|
| 698 |
-
margin-bottom: 1.5rem;
|
| 699 |
-
font-size: 1.5rem;
|
| 700 |
-
}
|
| 701 |
-
|
| 702 |
-
.card-title {
|
| 703 |
-
font-size: 1.5rem;
|
| 704 |
-
font-weight: 700;
|
| 705 |
-
color: var(--slate-900);
|
| 706 |
-
margin-bottom: 1rem;
|
| 707 |
-
}
|
| 708 |
-
|
| 709 |
-
.card-text {
|
| 710 |
-
color: var(--slate-600);
|
| 711 |
-
line-height: 1.7;
|
| 712 |
-
}
|
| 713 |
-
|
| 714 |
-
/* ===== GRID SYSTEM ===== */
|
| 715 |
-
.grid {
|
| 716 |
-
display: grid;
|
| 717 |
-
gap: 2rem;
|
| 718 |
-
}
|
| 719 |
-
|
| 720 |
-
.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
|
| 721 |
-
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
|
| 722 |
-
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
|
| 723 |
-
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
|
| 724 |
-
|
| 725 |
-
/* ===== ABOUT SECTION ===== */
|
| 726 |
-
.about-content {
|
| 727 |
-
display: grid;
|
| 728 |
-
grid-template-columns: 1fr 1fr;
|
| 729 |
-
gap: 4rem;
|
| 730 |
-
align-items: center;
|
| 731 |
-
}
|
| 732 |
-
|
| 733 |
-
.about-image {
|
| 734 |
-
border-radius: 20px;
|
| 735 |
-
overflow: hidden;
|
| 736 |
-
box-shadow: var(--shadow-lg);
|
| 737 |
-
}
|
| 738 |
-
|
| 739 |
-
.about-image img {
|
| 740 |
-
width: 100%;
|
| 741 |
-
height: auto;
|
| 742 |
-
display: block;
|
| 743 |
-
transition: var(--transition-slow);
|
| 744 |
-
}
|
| 745 |
-
|
| 746 |
-
.about-image:hover img {
|
| 747 |
-
transform: scale(1.05);
|
| 748 |
-
}
|
| 749 |
-
|
| 750 |
-
.about-text h2 {
|
| 751 |
-
font-size: 2.5rem;
|
| 752 |
-
font-weight: 800;
|
| 753 |
-
color: var(--slate-900);
|
| 754 |
-
margin-bottom: 1.5rem;
|
| 755 |
-
line-height: 1.2;
|
| 756 |
-
}
|
| 757 |
-
|
| 758 |
-
.about-text p {
|
| 759 |
-
margin-bottom: 1.5rem;
|
| 760 |
-
color: var(--slate-600);
|
| 761 |
-
line-height: 1.7;
|
| 762 |
-
}
|
| 763 |
-
|
| 764 |
-
.brands {
|
| 765 |
-
display: flex;
|
| 766 |
-
gap: 2rem;
|
| 767 |
-
margin-top: 2rem;
|
| 768 |
-
align-items: center;
|
| 769 |
-
}
|
| 770 |
-
|
| 771 |
-
.brand-logo {
|
| 772 |
-
height: 40px;
|
| 773 |
-
filter: grayscale(100%);
|
| 774 |
-
opacity: 0.7;
|
| 775 |
-
transition: var(--transition-default);
|
| 776 |
-
}
|
| 777 |
-
|
| 778 |
-
.brand-logo:hover {
|
| 779 |
-
filter: grayscale(0);
|
| 780 |
-
opacity: 1;
|
| 781 |
-
}
|
| 782 |
-
|
| 783 |
-
/* ===== SERVICES SECTION ===== */
|
| 784 |
-
.services {
|
| 785 |
-
background: linear-gradient(135deg, var(--slate-50) 0%, var(--slate-100) 100%);
|
| 786 |
-
}
|
| 787 |
-
|
| 788 |
-
.services-header {
|
| 789 |
-
text-align: center;
|
| 790 |
-
margin-bottom: 4rem;
|
| 791 |
-
}
|
| 792 |
-
|
| 793 |
-
.services-grid {
|
| 794 |
-
gap: 2rem;
|
| 795 |
-
}
|
| 796 |
-
|
| 797 |
-
.service-card .card-icon {
|
| 798 |
-
background: var(--emerald-50);
|
| 799 |
-
color: var(--emerald-600);
|
| 800 |
-
}
|
| 801 |
-
|
| 802 |
-
/* ===== MONITORING SECTION ===== */
|
| 803 |
-
.monitoring {
|
| 804 |
-
background: linear-gradient(135deg, var(--slate-900) 0%, var(--slate-800) 100%);
|
| 805 |
-
color: white;
|
| 806 |
-
position: relative;
|
| 807 |
-
overflow: hidden;
|
| 808 |
-
}
|
| 809 |
-
|
| 810 |
-
.monitoring::before {
|
| 811 |
-
content: '';
|
| 812 |
-
position: absolute;
|
| 813 |
-
top: 0;
|
| 814 |
-
left: 0;
|
| 815 |
-
right: 0;
|
| 816 |
-
bottom: 0;
|
| 817 |
-
background: radial-gradient(circle at 20% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
|
| 818 |
-
pointer-events: none;
|
| 819 |
-
}
|
| 820 |
-
|
| 821 |
-
.monitoring-content {
|
| 822 |
-
display: grid;
|
| 823 |
-
grid-template-columns: 1fr 1fr;
|
| 824 |
-
gap: 4rem;
|
| 825 |
-
align-items: center;
|
| 826 |
-
}
|
| 827 |
-
|
| 828 |
-
.monitoring-features {
|
| 829 |
-
list-style: none;
|
| 830 |
-
margin: 2rem 0;
|
| 831 |
-
}
|
| 832 |
-
|
| 833 |
-
.monitoring-features li {
|
| 834 |
-
display: flex;
|
| 835 |
-
align-items: center;
|
| 836 |
-
gap: 1rem;
|
| 837 |
-
margin-bottom: 1rem;
|
| 838 |
-
font-size: 1.1rem;
|
| 839 |
-
}
|
| 840 |
-
|
| 841 |
-
.monitoring-image {
|
| 842 |
-
border-radius: 20px;
|
| 843 |
-
overflow: hidden;
|
| 844 |
-
box-shadow: var(--shadow-xl);
|
| 845 |
-
}
|
| 846 |
-
|
| 847 |
-
.monitoring-image img {
|
| 848 |
-
width: 100%;
|
| 849 |
-
height: auto;
|
| 850 |
-
display: block;
|
| 851 |
-
}
|
| 852 |
-
|
| 853 |
-
/* ===== FOOTER ===== */
|
| 854 |
-
.footer {
|
| 855 |
-
background: var(--slate-900);
|
| 856 |
-
color: white;
|
| 857 |
-
padding: 4rem 0 2rem;
|
| 858 |
-
}
|
| 859 |
-
|
| 860 |
-
.footer-content {
|
| 861 |
-
display: grid;
|
| 862 |
-
grid-template-columns: repeat(4, 1fr);
|
| 863 |
-
gap: 3rem;
|
| 864 |
-
margin-bottom: 3rem;
|
| 865 |
-
}
|
| 866 |
-
|
| 867 |
-
.footer-column h3 {
|
| 868 |
-
font-size: 1.25rem;
|
| 869 |
-
font-weight: 700;
|
| 870 |
-
margin-bottom: 1.5rem;
|
| 871 |
-
color: white;
|
| 872 |
-
}
|
| 873 |
-
|
| 874 |
-
.footer-links {
|
| 875 |
-
list-style: none;
|
| 876 |
-
}
|
| 877 |
-
|
| 878 |
-
.footer-links li {
|
| 879 |
-
margin-bottom: 0.75rem;
|
| 880 |
-
}
|
| 881 |
-
|
| 882 |
-
.footer-links a {
|
| 883 |
-
color: var(--slate-300);
|
| 884 |
-
text-decoration: none;
|
| 885 |
-
transition: var(--transition-default);
|
| 886 |
-
}
|
| 887 |
-
|
| 888 |
-
.footer-links a:hover {
|
| 889 |
-
color: var(--emerald-400);
|
| 890 |
-
}
|
| 891 |
-
|
| 892 |
-
.footer-contact {
|
| 893 |
-
display: flex;
|
| 894 |
-
flex-direction: column;
|
| 895 |
-
gap: 1rem;
|
| 896 |
-
}
|
| 897 |
-
|
| 898 |
-
.contact-item {
|
| 899 |
-
display: flex;
|
| 900 |
-
align-items: center;
|
| 901 |
-
gap: 0.75rem;
|
| 902 |
-
color: var(--slate-300);
|
| 903 |
-
}
|
| 904 |
-
|
| 905 |
-
.footer-bottom {
|
| 906 |
-
padding-top: 2rem;
|
| 907 |
-
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
| 908 |
-
text-align: center;
|
| 909 |
-
color: var(--slate-400);
|
| 910 |
-
font-size: 0.875rem;
|
| 911 |
-
}
|
| 912 |
-
|
| 913 |
-
/* ===== RESPONSIVE DESIGN ===== */
|
| 914 |
-
@media (max-width: 1024px) {
|
| 915 |
-
.hero-title {
|
| 916 |
-
font-size: 2.75rem;
|
| 917 |
-
}
|
| 918 |
-
|
| 919 |
-
.hero-subtitle {
|
| 920 |
-
font-size: 1.25rem;
|
| 921 |
-
}
|
| 922 |
-
|
| 923 |
-
.section-title {
|
| 924 |
-
font-size: 2rem;
|
| 925 |
-
}
|
| 926 |
-
|
| 927 |
-
.about-content,
|
| 928 |
-
.monitoring-content {
|
| 929 |
-
grid-template-columns: 1fr;
|
| 930 |
-
gap: 3rem;
|
| 931 |
-
}
|
| 932 |
-
|
| 933 |
-
.footer-content {
|
| 934 |
-
grid-template-columns: repeat(2, 1fr);
|
| 935 |
-
}
|
| 936 |
-
}
|
| 937 |
-
|
| 938 |
-
@media (max-width: 768px) {
|
| 939 |
-
.nav {
|
| 940 |
-
display: none;
|
| 941 |
-
}
|
| 942 |
-
|
| 943 |
-
.mobile-menu-btn {
|
| 944 |
-
display: block;
|
| 945 |
-
}
|
| 946 |
-
|
| 947 |
-
.hero-title {
|
| 948 |
-
font-size: 2.25rem;
|
| 949 |
-
}
|
| 950 |
-
|
| 951 |
-
.hero-subtitle {
|
| 952 |
-
font-size: 1.125rem;
|
| 953 |
-
}
|
| 954 |
-
|
| 955 |
-
.hero-actions {
|
| 956 |
-
flex-direction: column;
|
| 957 |
-
align-items: center;
|
| 958 |
-
}
|
| 959 |
-
|
| 960 |
-
.btn {
|
| 961 |
-
width: 100%;
|
| 962 |
-
max-width: 300px;
|
| 963 |
-
}
|
| 964 |
-
|
| 965 |
-
.grid-cols-3 {
|
| 966 |
-
grid-template-columns: repeat(1, 1fr);
|
| 967 |
-
}
|
| 968 |
-
|
| 969 |
-
.section {
|
| 970 |
-
padding: 4rem 0;
|
| 971 |
-
}
|
| 972 |
-
|
| 973 |
-
.about-text h2 {
|
| 974 |
-
font-size: 2rem;
|
| 975 |
-
}
|
| 976 |
-
|
| 977 |
-
.brands {
|
| 978 |
-
flex-wrap: wrap;
|
| 979 |
-
justify-content: center;
|
| 980 |
-
}
|
| 981 |
-
}
|
| 982 |
-
|
| 983 |
-
@media (max-width: 480px) {
|
| 984 |
-
.hero-title {
|
| 985 |
-
font-size: 1.875rem;
|
| 986 |
-
}
|
| 987 |
-
|
| 988 |
-
.container {
|
| 989 |
-
padding: 0 1rem;
|
| 990 |
-
}
|
| 991 |
-
|
| 992 |
-
.card {
|
| 993 |
-
padding: 2rem;
|
| 994 |
-
}
|
| 995 |
-
|
| 996 |
-
.footer-content {
|
| 997 |
-
grid-template-columns: 1fr;
|
| 998 |
-
}
|
| 999 |
-
}
|
| 1000 |
-
|
| 1001 |
-
/* ===== UTILITY CLASSES ===== */
|
| 1002 |
-
.text-center { text-align: center; }
|
| 1003 |
-
.text-gradient {
|
| 1004 |
-
background: linear-gradient(135deg, var(--emerald-500), var(--emerald-600));
|
| 1005 |
-
-webkit-background-clip: text;
|
| 1006 |
-
-webkit-text-fill-color: transparent;
|
| 1007 |
-
background-clip: text;
|
| 1008 |
-
}
|
| 1009 |
-
.mt-2 { margin-top: 0.5rem; }
|
| 1010 |
-
.mt-4 { margin-top: 1rem; }
|
| 1011 |
-
.mt-8 { margin-top: 2rem; }
|
| 1012 |
-
.mb-2 { margin-bottom: 0.5rem; }
|
| 1013 |
-
.mb-4 { margin-bottom: 1rem; }
|
| 1014 |
-
.mb-8 { margin-bottom: 2rem; }
|
| 1015 |
-
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
|
| 1016 |
-
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
|
| 1017 |
-
.px-4 { padding-left: 1rem; padding-right: 1rem; }
|
| 1018 |
-
.px-8 { padding-left: 2rem; padding-right: 2rem; }
|
| 1019 |
-
=========================================================================
|
| 1020 |
QUANTUM GEOMETRIC OPERATING SYSTEM - CSS FRAMEWORK
|
| 1021 |
Version: 1.273 (Helicity-Locked)
|
| 1022 |
License: Substrate-Level (Open Source Reality)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
/* =========================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
QUANTUM GEOMETRIC OPERATING SYSTEM - CSS FRAMEWORK
|
| 3 |
Version: 1.273 (Helicity-Locked)
|
| 4 |
License: Substrate-Level (Open Source Reality)
|