* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    color: #f1f5f9;
    line-height: 1.5;
    min-height: 100vh;
}

.navbar {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.logo {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.nav-links a {
    text-decoration: none;
    color: #cbd5e1;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #f97316;
}

.hero {
    background: radial-gradient(circle at 20% 30%, rgba(249,115,22,0.15), transparent 50%),
                linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 6rem 2rem;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #f97316, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.gradient {
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p {
    font-size: 1.2rem;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(249,115,22,0.4);
}

.btn-secondary {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    color: #f1f5f9;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}

.stats {
    padding: 4rem 2rem;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
    text-align: center;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-label {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.features {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.features h2, .pricing h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #ffffff, #f97316);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.08);
}

.feature-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.1);
    border-color: rgba(249,115,22,0.4);
}

.feature-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #f1f5f9;
}

.feature-card p {
    color: #94a3b8;
    font-size: 0.9rem;
}

.pricing {
    padding: 6rem 2rem;
    background: radial-gradient(circle at 80% 20%, rgba(249,115,22,0.1), transparent 60%),
                linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
}

.pricing-grid {
    display: flex;
    justify-content: center;
}

.pricing-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    padding: 2rem;
    text-align: center;
    max-width: 450px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.3s;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249,115,22,0.5);
    box-shadow: 0 25px 40px -15px rgba(0,0,0,0.5);
}

.pricing-card.popular {
    border: 1px solid #f97316;
    box-shadow: 0 0 30px rgba(249,115,22,0.2);
}

.badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: white;
    padding: 0.3rem 1.2rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #f97316;
    margin: 1rem 0;
}

.price span {
    font-size: 0.9rem;
    font-weight: normal;
    color: #94a3b8;
}

.pricing-card ul {
    list-style: none;
    margin: 1rem 0;
    text-align: left;
}

.pricing-card li {
    padding: 0.4rem 0;
    color: #cbd5e1;
}

.register {
    padding: 4rem 2rem;
    background: linear-gradient(180deg, #1e1b4b 0%, #0f172a 100%);
}

.register h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff, #f97316);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.register p {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.register-form {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255,255,255,0.05);
    padding: 2rem;
    border-radius: 24px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #cbd5e1;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 0.8rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    color: #f1f5f9;
    font-size: 1rem;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: #f97316;
}

.form-group small {
    display: block;
    margin-top: 0.3rem;
    color: #94a3b8;
    font-size: 0.8rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.alert {
    text-align: center;
    margin-top: 1rem;
    padding: 0.8rem;
    border-radius: 12px;
    display: none;
}

.alert.success {
    display: block;
    background: rgba(34,197,94,0.2);
    color: #4ade80;
    border: 1px solid rgba(34,197,94,0.3);
}

.alert.error {
    display: block;
    background: rgba(239,68,68,0.2);
    color: #f87171;
    border: 1px solid rgba(239,68,68,0.3);
}

.upload-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.upload-container h1 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.upload-container p {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.upload-form {
    background: rgba(255,255,255,0.05);
    padding: 2rem;
    border-radius: 24px;
}

.image-preview {
    margin-top: 1rem;
}

.image-preview img {
    max-width: 200px;
    border-radius: 12px;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(10px);
    color: #f1f5f9;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 1000;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.cookie-banner p {
    margin: 0;
    flex: 1;
}
.cookie-banner a {
    color: #f97316;
    text-decoration: none;
}
.cookie-banner a:hover {
    text-decoration: underline;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal.active {
    display: flex;
}
.modal-content {
    background: #1e293b;
    border-radius: 24px;
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
}
.modal-content .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #94a3b8;
}
.modal-content .close:hover {
    color: #f97316;
}

/* Footer */
footer {
    background: #0f172a;
    color: #94a3b8;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

footer a {
    color: #f97316;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    .nav-container {
        flex-direction: column;
    }
    .stats-grid {
        gap: 2rem;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
}
