:root {
    --bg-dark: #0F0F13;
    --bg-surface: #1E1E24;
    --primary: #E63946;
    --primary-hover: #F25A65;
    --gold: #FFD700;
    --text-pure: #FFFFFF;
    --text-muted: #8E8E93;
    --glass-bg: rgba(30, 30, 36, 0.6);
    --glass-border: rgba(255, 255, 255, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-pure);
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Background glow */
.glow-bg {
    position: fixed;
    top: -20vh;
    left: -20vw;
    width: 60vw;
    height: 60vh;
    background: radial-gradient(circle, rgba(230, 57, 70, 0.15) 0%, rgba(15, 15, 19, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(80px);
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--glass-border);
    transition: all 0.3s ease;
}

.logo {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -1px;
}
.logo span { color: var(--primary); }

.nav-links {
    display: flex;
    gap: 2rem;
}
.nav-links a {
    color: var(--text-pure);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s;
}
.nav-links a:hover { color: var(--primary); }

.cta-nav {
    background: var(--primary);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s, background 0.2s;
}
.cta-nav:hover {
    transform: scale(1.05);
    background: var(--primary-hover);
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    padding: 0 5%;
    padding-top: 80px;
}

.hero-content {
    flex: 1;
    max-width: 600px;
}

.badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--glass-bg);
    border: 1px solid var(--primary);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -2px;
}

.text-gradient {
    background: linear-gradient(90deg, var(--primary), #FF8E96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn-primary, .btn-secondary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary {
    background: var(--primary);
    color: white;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(230, 57, 70, 0.3);
}

.btn-secondary {
    background: var(--glass-bg);
    color: white;
    border: 1px solid var(--glass-border);
}
.btn-secondary:hover {
    background: var(--bg-surface);
}

.stats-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.stat {
    display: flex;
    flex-direction: column;
}
.stat strong { font-size: 1.5rem; font-weight: 900; }
.stat span { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px;}
.stat-divider { width: 1px; height: 40px; background: var(--glass-border); }

/* Hero Visual & Mockup */
.hero-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    perspective: 1000px;
}

.phone-mockup {
    position: relative;
    width: 320px;
    height: 650px;
    background: #000;
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5), 0 0 0 4px #222;
    transform: rotateY(-10deg) rotateX(5deg);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotateY(-10deg) rotateX(5deg); }
    50% { transform: translateY(-20px) rotateY(-8deg) rotateX(3deg); }
}

.screen-img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.glass-float {
    position: absolute;
    background: rgba(20, 20, 25, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 0.8rem 1.2rem;
    border-radius: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.card-1 { top: 20%; left: -60px; animation: floatObj 4s ease-in-out infinite alternate; }
.card-2 { bottom: 20%; right: -50px; animation: floatObj 5s ease-in-out infinite alternate-reverse; }

@keyframes floatObj {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-15px); }
}

/* Features Section */
.features-section {
    padding: 5rem 5%;
}

.section-headers {
    text-align: center;
    margin-bottom: 4rem;
}

.section-headers h2 {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
.text-primary { color: var(--primary); }
.section-headers p { color: var(--text-muted); font-size: 1.1rem; }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: var(--bg-surface);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 2.5rem;
    transition: transform 0.3s;
    overflow: hidden;
}
.feature-card:hover { transform: translateY(-10px); border-color: var(--primary); }

.icon-box {
    width: 50px; height: 50px;
    background: rgba(230, 57, 70, 0.1);
    border-radius: 12px;
    display: flex; justify-content: center; align-items: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 1rem; }
.feature-card p { color: var(--text-muted); margin-bottom: 2rem; }
.feature-img { width: 100%; border-radius: 16px; object-fit: cover; aspect-ratio: 16/9; }


/* PRO Section */
.pro-section {
    padding: 5rem 5%;
    display: flex;
    justify-content: center;
}

.pro-container {
    display: flex;
    background: linear-gradient(145deg, #1A1A1A, #0A0A0A);
    border: 1px solid #333;
    border-radius: 32px;
    max-width: 1000px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.pro-content {
    flex: 1;
    padding: 4rem;
}

.pro-content h2 { font-size: 2.5rem; font-weight: 900; margin-bottom: 1rem; }
.text-gold { color: var(--gold); }
.pro-content p { color: var(--text-muted); margin-bottom: 2rem; font-size: 1.1rem; }

.pro-list { list-style: none; margin-bottom: 3rem; }
.pro-list li { margin-bottom: 1rem; font-size: 1.1rem; font-weight: 600; display: flex; align-items: center; gap: 10px; }

.btn-gold {
    background: var(--gold);
    color: #000;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s;
}
.btn-gold:hover { transform: scale(1.05); }

.pro-visual {
    flex: 1;
    background: #000;
    display: flex; justify-content: center; align-items: center;
}
.store-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }

/* Call to Action */
.cta-section {
    padding: 8rem 5%;
    text-align: center;
}
.cta-section h2 { font-size: 3rem; font-weight: 900; margin-bottom: 1rem; }
.cta-section p { color: var(--text-muted); font-size: 1.2rem; margin-bottom: 3rem; }

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 0.8rem 1.5rem;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    transition: background 0.2s;
}
.store-btn:hover { background: var(--bg-surface); }
.store-text { display: flex; flex-direction: column; align-items: flex-start; }
.store-text span { font-size: 0.7rem; color: var(--text-muted); }
.store-text strong { font-size: 1.1rem; font-weight: 700; }

/* Footer */
.footer {
    border-top: 1px solid var(--glass-border);
    padding: 4rem 5% 2rem;
    background: #0a0a0c;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 3rem;
}
.footer-brand { max-width: 300px; }
.footer-brand p { color: var(--text-muted); margin-top: 1rem; }

.footer-links h4 { margin-bottom: 1.5rem; }
.footer-links a {
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 0.8rem;
    transition: color 0.2s;
}
.footer-links a:hover { color: white; }

.social-icons { display: flex; gap: 1rem; }

.footer-bottom {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    border-top: 1px solid var(--glass-border);
    padding-top: 2rem;
}

/* Responsiveness */
@media (max-width: 900px) {
    .hero { flex-direction: column; text-align: center; justify-content: center; gap: 4rem;}
    .hero-content { margin-top: 2rem; }
    .hero-actions, .stats-row { justify-content: center; }
    
    .pro-container { flex-direction: column; }
    .pro-visual { height: 300px; }
    
    .nav-links { display: none; }
}

@media (max-width: 500px) {
    .hero h1 { font-size: 2.8rem; }
    .store-buttons { flex-direction: column; }
}
