/*
Theme Name: ARYA SECURITY UG - Coming Soon
Theme URI: https://arya-security.de
Author: Alaa Aldin Al Naser
Author URI: https://arya-security.de
Description: Premium Custom Coming Soon Landing Page for ARYA SECURITY UG.
Version: 1.0.0
Text Domain: aryasecurity
*/

/* ==========================================================================
   ARYA SECURITY UG - DESIGN FRAMEWORK STYLES
   ========================================================================== */
:root {
    --brand-blue-clean: #00AEEF;      
    --brand-blue-medium: #0071BC;     
    --brand-blue-dark: #070D1B;       
    --brand-card-bg: #111A2E;         
    --brand-red-accent: #E61A3A;      
    --text-pure-light: #FFFFFF;
    --text-silver-muted: #A0B2C6;
    --text-nav-dark: #03152E;         
    --glass-border: rgba(0, 174, 239, 0.25);
    --shadow-premium: 0 15px 35px rgba(0, 0, 0, 0.4);
    --curve-radius: 8px;
    --transition-speed: 0.4s;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; font-family: 'Inter', sans-serif; }
body { background-color: var(--brand-blue-dark); color: var(--text-pure-light); line-height: 1.6; overflow-x: hidden; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.text-center { text-align: center; }

.ambient-grid-canvas {
    position: fixed; inset: 0; z-index: -1; pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 40px 40px;
}

.app-loader {
    position: fixed; inset: 0; background-color: var(--brand-blue-dark); z-index: 99999;
    display: flex; justify-content: center; align-items: center; transition: opacity 0.4s, visibility 0.4s;
}
.loader-container { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.loader-spinner { width: 50px; height: 50px; border: 3px solid rgba(0, 174, 239, 0.1); border-top: 3px solid var(--brand-blue-clean); border-bottom: 3px solid var(--brand-red-accent); border-radius: 50%; animation: spin 1s linear infinite; }
.loader-brand-wrapper { font-weight: 800; letter-spacing: 2px; }
.l-brand-main { color: var(--text-pure-light); font-size: 1.4rem; }
.l-brand-sub { color: var(--brand-blue-clean); font-size: 1.4rem; }
@keyframes spin { 100% { transform: rotate(360deg); } }

.main-header {
    position: fixed; top: 0; left: 0; width: 100%; height: 90px; z-index: 1000;
    background: linear-gradient(135deg, #00AEEF 0%, #0071BC 100%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3); transition: all var(--transition-speed);
}
.header-container { display: flex; justify-content: space-between; align-items: center; height: 100%; max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.brand-identity { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-vector-wrapper { width: 50px; height: 50px; display: flex; align-items: center; }
.brand-vector-wrapper img { object-fit: contain; width: 100%; height: 100%; }
.brand-text-wrapper { display: flex; flex-direction: column; }
.brand-title { font-weight: 900; font-size: 1.4rem; color: var(--text-nav-dark); letter-spacing: 1px; }
.brand-legal { font-size: 0.7rem; color: #003366; font-weight: 700; }

.header-action-block { display: flex; align-items: center; gap: 15px; }
.header-dispatch-btn { display: flex; align-items: center; gap: 8px; background: var(--brand-red-accent); color: white; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: 0.3s; box-shadow: 0 4px 15px rgba(230, 26, 58, 0.4); }
.header-dispatch-btn:hover { background: #FF1A40; transform: translateY(-2px); }

.hero-canvas { padding: 200px 0 120px 0; background-color: var(--brand-blue-dark); position: relative; min-height: calc(100vh - 90px); display: flex; align-items: center; }
.hero-grid-composition { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; width: 100%; }
.trust-badge-pill { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--brand-blue-clean); color: var(--brand-blue-clean); padding: 8px 16px; border-radius: 4px; font-weight: 700; font-size: 0.8rem; margin-bottom: 24px; text-transform: uppercase;}
.hero-display-headline { font-size: 4rem; font-weight: 800; line-height: 1.15; margin-bottom: 20px; letter-spacing: -1px; }
.hero-paragraph-lead { font-size: 1.3rem; color: var(--text-silver-muted); margin-bottom: 40px; }

.status-indicator-bar { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); padding: 10px 20px; border-radius: 4px; }
.status-dot { width: 8px; height: 8px; background: #00FF66; border-radius: 50%; box-shadow: 0 0 10px #00FF66; }
.status-text { font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; color: var(--text-silver-muted); }

.contact-telemetry-panel { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: 500px; margin: 0 auto; }
.info-telemetry-node { padding: 24px; display: flex; gap: 20px; align-items: center; background: var(--brand-card-bg); border-radius: 8px; border: 1px solid var(--glass-border); box-shadow: var(--shadow-premium); }
.info-telemetry-node.emergency-node { border-left: 4px solid var(--brand-red-accent); background: linear-gradient(90deg, rgba(230,26,58,0.06) 0%, transparent 100%); }
.node-icon-wrapper { width: 48px; height: 48px; border-radius: 6px; display: flex; justify-content: center; align-items: center; font-size: 1.2rem; }
.bg-icon-blue { background: rgba(0, 174, 239, 0.12); color: var(--brand-blue-clean); border: 1px solid var(--brand-blue-clean); }
.bg-icon-red { background: rgba(230, 26, 58, 0.15); color: var(--brand-red-accent); border: 1px solid var(--brand-red-accent); }
.node-data-title { font-size: 0.85rem; text-transform: uppercase; color: var(--text-silver-muted); font-weight: 700; margin-bottom: 4px; }
.node-link-display { font-size: 1.5rem; font-weight: 800; text-decoration: none; }
.node-text-display { font-size: 1.05rem; font-weight: 600; color: var(--text-pure-light); }

.canvas-boundary-wave { position: absolute; bottom: 0; width: 100%; transform: rotate(180deg); z-index: 4; left: 0;}
.wave-path-fill { fill: #050914; }

.corporate-footer { background-color: var(--brand-blue-clean); padding: 60px 0 0 0; border-top: 2px solid rgba(255, 255, 255, 0.3); }
.footer-grid-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; padding-bottom: 40px; }
.footer-corporate-tagline { color: #002244; font-weight: 600; font-size: 0.95rem; margin-top: 15px; max-width: 500px; line-height: 1.6; }
.footer-column-heading { font-size: 1.1rem; font-weight: 800; color: #002244; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-links-tree { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links-tree a { text-decoration: none; color: #003366; font-weight: 700; font-size: 0.95rem; transition: color 0.2s; }

.footer-copyright-bar { padding: 25px; border-top: 1px solid rgba(0,34,68,0.1); font-size: 0.85rem; color: #002244; font-weight: 700; }

.legal-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); z-index: 2000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.4s; }
.legal-modal-overlay.open { opacity: 1; visibility: visible; }
.legal-modal-content { width: 100%; max-width: 650px; max-height: 85vh; background: var(--brand-card-bg); border: 1px solid var(--glass-border); border-radius: 8px; overflow-y: auto; transform: scale(0.9); transition: 0.4s; }
.legal-modal-overlay.open .legal-modal-content { transform: scale(1); }
.legal-modal-header { padding: 20px 30px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); }
.modal-close-trigger { background: none; border: none; color: white; font-size: 2rem; cursor: pointer; }
.legal-modal-content-body { padding: 30px; color: var(--text-silver-muted); }
.legal-modal-content-body h3 { color: white; margin: 15px 0 10px 0; }

.scroll-reveal { opacity: 0; transform: translateY(30px); transition: 0.6s ease; }
.scroll-reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 992px) {
    .hero-grid-composition, .footer-grid-layout { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .hero-cta-group, .trust-metrics-strip { justify-content: center; }
    .hero-canvas { padding: 140px 0 80px 0; }
    .hero-display-headline { font-size: 2.8rem; }
    .contact-telemetry-panel { max-width: 100%; }
}