@font-face {font-family: 'Unkempt';src: url('/fonts/Unkempt/Unkempt-Regular.woff2') format('woff2'), url('/fonts/Unkempt/Unkempt-Regular.ttf') format('truetype');font-weight: 400;font-style: normal;}@font-face {font-family: 'Unkempt';src: url('/fonts/Unkempt/Unkempt-Bold.woff2') format('woff2'), url('/fonts/Unkempt/Unkempt-Bold.ttf') format('truetype');font-weight: 700;font-style: normal;}* {margin: 0;padding: 0;box-sizing: border-box;scroll-behavior: smooth;}body {font-family: 'Unkempt', Arial, sans-serif;background: #0a0a0a;color: #ffffff;overflow-x: hidden;line-height: 1.6;}h1, h2, h3, .hero h1, .section h2 {font-family: 'Unkempt', Arial, sans-serif;font-weight: 700;}p {}.bg-animated {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(45deg, #0a0a0a, #1a1a2e, #16213e, #0f3460);background-size: 400% 400%;animation: gradientShift 15s ease infinite;z-index: -2;}@keyframes gradientShift {0% {background-position: 0% 50%;}50% {background-position: 100% 50%;}100% {background-position: 0% 50%;}}.particles {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.particle {position: absolute;width: 2px;height: 2px;background: #00ffff;border-radius: 50%;animation: float 20s infinite linear;opacity: 0.6;}@keyframes float {0% {transform: translateY(100vh) translateX(0px);}100% {transform: translateY(-100vh) translateX(100px);}}header nav {position: fixed;top: 0;width: 100%;background: rgba(0, 0, 0, 0.8);backdrop-filter: blur(10px);border-bottom: 1px solid rgba(0, 255, 255, 0.2);z-index: 1000;padding: 1rem 0;}.nav-container {max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;padding: 0 2rem;}.logo {font-size: 1.8rem;font-weight: bold;background: linear-gradient(45deg, #00ffff, #ff00ff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);}.nav-links {display: flex;list-style: none;gap: 2rem;}.nav-links a {color: #ffffff;text-decoration: none;font-size: 1.4rem;transition: all 0.3s ease;position: relative;}.nav-links a:hover {color: #00ffff;text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);}.logo img {max-height: 40px;display: block;}.menu-toggle {display: none;}.burger {display: none;cursor: pointer;z-index: 1001;padding: 1rem;}.burger svg rect {transition: all 0.3s ease;}@media (max-width: 768px) {.burger {display: block;}.nav-links {position: absolute;top: 100%;left: 0;width: 100%;flex-direction: column;background: rgba(0, 0, 0, 0.95);backdrop-filter: blur(10px);border-top: 1px solid rgba(0, 255, 255, 0.2);max-height: 0;overflow: hidden;transition: max-height 0.4s ease;}.nav-links li {text-align: center;padding: 1rem 0;}.menu-toggle:checked ~ .nav-links {max-height: 400px;}.menu-toggle:checked + .burger svg rect:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}.menu-toggle:checked + .burger svg rect:nth-child(2) {opacity: 0;}.menu-toggle:checked + .burger svg rect:nth-child(3) {transform: rotate(-45deg) translate(7px, -6px);}}.main-content {padding-top: 6rem;}.hero {min-height: 50vh;height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;}.hero-content {max-width: 800px;}.hero h1 {font-size: 4rem;margin-bottom: 1rem;background: linear-gradient(45deg, #00ffff, #ff00ff, #ffff00);-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: textGlow 3s ease-in-out infinite alternate;}@keyframes textGlow {from {filter: drop-shadow(0 0 20px rgba(0, 255, 255, 0.7));}to {filter: drop-shadow(0 0 40px rgba(255, 0, 255, 0.7));}}.hero p {font-size: 1.5rem;color: #cccccc;}.cta-buttons {display: flex;gap: 1rem;justify-content: center;flex-wrap: wrap;}.hero-graphic .hero-content {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 2rem;padding: 1rem 2rem;max-width: 1200px;margin: 0 auto;}.hero-graphic .hero-text {flex: 1 1 500px;max-width: 600px;}.hero-graphic .hero-image {flex: 1 1 400px;max-width: 500px;border-radius: 20px;overflow: hidden;box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);}.hero-graphic .hero-image img {width: 100%;height: auto;display: block;border-radius: 20px;}.btn {padding: 1rem 2rem;border: none;border-radius: 50px;font-size: 1.5rem;cursor: pointer;transition: all 0.3s ease;text-decoration: none;display: inline-block;position: relative;overflow: hidden;}.btn-primary {background: linear-gradient(45deg, #00ffff, #0080ff);color: #000;font-weight: bold;}.btn-primary:hover {transform: translateY(-3px);box-shadow: 0 10px 30px rgba(0, 255, 255, 0.5);}.btn-secondary {background: transparent;color: #ffffff;border: 2px solid #00ffff;}.btn-secondary:hover {background: rgba(0, 255, 255, 0.1);box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);}.section {padding: 5rem 2rem;max-width: 1200px;margin: 0 auto;}.section h2 {font-size: 3rem;text-align: center;margin-bottom: 3rem;background: linear-gradient(45deg, #00ffff, #ff00ff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;margin-top: 3rem;}.feature-card {background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(10px);border: 1px solid rgba(0, 255, 255, 0.2);border-radius: 20px;padding: 2rem;text-align: center;transition: all 0.3s ease;position: relative;overflow: hidden;}.feature-card:hover {transform: translateY(-10px);box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);border-color: rgba(0, 255, 255, 0.5);}.feature-icon {font-size: 3rem;margin-bottom: 1rem;background: linear-gradient(45deg, #00ffff, #ff00ff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.timeline {position: relative;margin: 3rem 0;}.timeline::before {content: '';position: absolute;left: 50%;top: 0;height: 100%;width: 2px;background: linear-gradient(to bottom, #00ffff, #ff00ff);transform: translateX(-50%);}.timeline-item {position: relative;margin: 3rem 0;display: flex;align-items: center;}.timeline-item:nth-child(odd) {flex-direction: row;}.timeline-item:nth-child(even) {flex-direction: row-reverse;}.timeline-content {background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(10px);border: 1px solid rgba(0, 255, 255, 0.2);border-radius: 15px;padding: 2rem;width: 45%;margin: 0 2.5%;position: relative;}.timeline-dot {position: absolute;left: 50%;width: 20px;height: 20px;background: linear-gradient(45deg, #00ffff, #ff00ff);border-radius: 50%;transform: translateX(-50%);box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);}.stats {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 2rem;margin: 3rem 0;}.stat-item {text-align: center;padding: 2rem;background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(10px);border-radius: 15px;border: 1px solid rgba(0, 255, 255, 0.2);}.stat-number {font-size: 3rem;font-weight: bold;background: linear-gradient(45deg, #00ffff, #ff00ff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0.5rem;}.gallery-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));gap: 2rem;margin-top: 3rem;}.gallery-item {cursor: pointer;border-radius: 15px;overflow: hidden;position: relative;transition: transform 0.3s ease, box-shadow 0.3s ease;aspect-ratio: 16/9;}.gallery-item img {width: 100%;height: 100%;object-fit: cover;display: block;}.gallery-item:hover {transform: translateY(-6px) scale(1.02);box-shadow: 0 20px 40px rgba(0, 255, 255, 0.3);}.screenshot-placeholder {width: 100%;height: 100%;position: relative;border-radius: 15px;border: 2px solid rgba(0, 255, 255, 0.3);overflow: hidden;background: rgba(255, 255, 255, 0.02);transition: border-color 0.3s ease;}.screenshot-placeholder:hover {border-color: rgba(0, 255, 255, 0.6);}.screenshot-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: rgba(0, 0, 0, 0.6);backdrop-filter: blur(5px);transition: opacity 0.3s ease;}.gallery-item:hover .screenshot-overlay, .gallery-item:focus-within .screenshot-overlay {opacity: 1;}.play-icon {width: 100%;height: auto;display: block;border-radius: 12px;pointer-events: none;}.sr-only {position: absolute;left: -9999px;top: auto;width: 1px;height: 1px;overflow: hidden;}.gallery-subtext {font-size: 1rem;color: #cccccc;max-width: 700px;margin: 0 auto 3rem auto;}@media (max-width: 768px) {.gallery-grid {grid-template-columns: 1fr;gap: 1.5rem;}.gallery-item {aspect-ratio: 16/9;}}.faq-list {display: flex;flex-direction: column;gap: 1.5rem;margin-top: 2rem;}.faq-item {background-color: #111;border: 1px solid #2f2f2f;border-radius: 8px;padding: 1rem;transition: background-color 0.3s ease;}.faq-item[open] {background-color: #191919;}.faq-item summary {cursor: pointer;font-weight: bold;font-size: 1.5rem;list-style: none;display: flex;justify-content: space-between;align-items: center;}.faq-item summary::-webkit-details-marker {display: none;}.faq-item summary:after {content: '➕';font-size: 1.2rem;margin-left: 1rem;color: #0ff;transition: transform 0.3s ease;}.faq-item[open] summary:after {content: '➖';transform: rotate(180deg);}.faq-answer {margin-top: 0.8rem;font-size: 1.2rem;color: #ccc;line-height: 1.6;}footer {background: rgba(0, 0, 0, 0.8);backdrop-filter: blur(10px);border-top: 1px solid rgba(0, 255, 255, 0.2);padding: 3rem 2rem 1rem;text-align: center;}.footer-content {max-width: 1200px;margin: 0 auto;}.social-links {display: flex;justify-content: center;gap: 2rem;margin: 2rem 0;}.social-links a {color: #ffffff;font-size: 1.5rem;transition: all 0.3s ease;}.social-links a:hover {color: #00ffff;text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);}.legal-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 2rem;margin: 2rem 0;}.legal-link {color: #cccccc;text-decoration: none;font-size: 1.5rem;transition: all 0.3s ease;padding: 0.5rem 1rem;border-radius: 20px;border: 1px solid rgba(0, 255, 255, 0.2);}.legal-link:hover {color: #00ffff;border-color: rgba(0, 255, 255, 0.5);background: rgba(0, 255, 255, 0.1);}@media (max-width: 768px) {.hero h1 {font-size: 2.5rem;}.cta-buttons {flex-direction: column;align-items: center;}.timeline::before {left: 20px;}.timeline-item {flex-direction: column;text-align: left;}.timeline-content {width: 90%;margin-left: 50px;}.timeline-dot {left: 20px;}.gallery-grid {grid-template-columns: 1fr;gap: 1.5rem;}.modal-content {width: 95%;padding: 20px;}.modal-image-container {width: 100%;height: 60%;}.nav-btn {font-size: 1.5rem;padding: 0.8rem 1rem;}.prev-btn {left: 10px;}.next-btn {right: 10px;}.close {top: 10px;right: 20px;font-size: 30px;}.legal-links {gap: 1rem;flex-direction: column;align-items: center;}.legal-link {font-size: 0.8rem;padding: 0.4rem 0.8rem;}}.noscript-warning {background: #000;color: #fff;border: 1px solid #fff;padding: 1rem 2rem;font-size: 1rem;text-align: center;position: absolute;top: 0;left: 0;right: 0;z-index: 9999;font-family: sans-serif;box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);}.legal-wrapper {max-width: 1200px;margin: 0 auto;padding: 4rem 2rem;font-size: 0.95rem;color: #dddddd;line-height: 1.8;}.legal-wrapper h1, .legal-wrapper h2, .legal-wrapper h3 {color: #ffffff;margin-top: 2rem;margin-bottom: 1rem;font-family: 'Unkempt', sans-serif;font-weight: 700;}.legal-wrapper h1 {font-size: 3rem;text-align: center;margin-bottom: 3rem;}.legal-wrapper h2 {font-size: 1.8rem;}.legal-wrapper h3 {font-size: 1.4rem;}.legal-wrapper p, .legal-wrapper li {font-family: 'Unkempt', sans-serif;font-weight: 400;margin-bottom: 1rem;font-size: 1.2rem;}.legal-wrapper ul {padding-left: 1.5rem;margin-bottom: 2rem;}.legal-wrapper a {color: #00ffff;text-decoration: underline;}.legal-wrapper a:hover {color: #ffffff;text-shadow: 0 0 5px rgba(0, 255, 255, 0.6);}.contact-form {max-width: 700px;margin: 0 auto;background: rgba(255, 255, 255, 0.03);border: 1px solid rgba(0, 255, 255, 0.2);backdrop-filter: blur(10px);border-radius: 20px;padding: 2.5rem;box-shadow: 0 0 40px rgba(0, 255, 255, 0.1);}.form-group {margin-bottom: 1.8rem;display: flex;flex-direction: column;}.contact-form label {font-weight: bold;color: #ffffff;margin-bottom: 0.5rem;font-size: 1.2rem;line-height: 1.4;}.contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea {background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(0, 255, 255, 0.2);border-radius: 12px;padding: 1rem;color: #ffffff;font-size: 1.2rem;transition: all 0.3s ease;outline: none;resize: vertical;}.contact-form input:focus, .contact-form textarea:focus {border-color: rgba(0, 255, 255, 0.5);box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);}.checkbox-group {flex-direction: row;align-items: flex-start;gap: 0.8rem;}.checkbox-group input[type='checkbox'] {margin-top: 0.2rem;accent-color: #00ffff;width: 18px;height: 18px;}.contact-form a.legal-link {color: #00ffff;text-decoration: underline;transition: color 0.3s ease;}.contact-form a.legal-link:hover {color: #ffffff;text-shadow: 0 0 10px rgba(0, 255, 255, 0.6);}@media (max-width: 600px) {.contact-form {padding: 1.5rem;}}