/* Global Styles */
:root {
    --primary: #3b82f6;
    --primary-dark: #2563eb;
    --secondary: #6366f1;
    --dark: #1f2937;
    --light: #f9fafb;
    --gray: #6b7280;
    --light-gray: #e5e7eb;
    --success: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius: 0.5rem;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background-color: #ffffff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #111827;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
    color: var(--gray);
    font-size: 1.1rem;
    line-height: 1.7;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
}

.btn-primary {
    background-color: var(--primary);
    color: white;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-secondary {
    background-color: var(--secondary);
    color: white;
}

.btn-secondary:hover {
    background-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-outline {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline:hover {
    background-color: var(--primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: var(--dark);
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--primary);
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.lang-link {
    color: var(--dark);
    text-decoration: none;
    opacity: 0.85;
}

.lang-link:hover {
    color: var(--primary);
    opacity: 1;
}

.lang-sep {
    opacity: 0.5;
}

/* Hero Section */
.hero {
    padding: 10rem 0 6rem;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSg1OSLigIwyMDAsIDI0NiwgMjU1LCAwLjEpIiBmaWxsLW9wYWNpdHk9IjAuNSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.6;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.hero-content {
    flex: 1;
    max-width: 600px;
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #111827;
}

.hero .subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #4b5563;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

 .hero-badges {
     display: flex;
     flex-wrap: wrap;
     gap: 0.75rem;
     margin: 1.5rem 0 0;
 }

 .badge {
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
     padding: 0.4rem 0.75rem;
     border-radius: 999px;
     background: rgba(59, 130, 246, 0.12);
     color: #1f2937;
     border: 1px solid rgba(59, 130, 246, 0.18);
     font-weight: 600;
     font-size: 0.95rem;
 }

 .badge i {
     width: 18px;
     height: 18px;
     color: var(--primary);
 }

 .hero-preview {
     background: white;
     border-radius: var(--radius);
     padding: 1.25rem;
 }

 .hero-preview-header {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 0.5rem;
     margin-bottom: 1.25rem;
 }

 .hero-preview-pill {
     display: inline-flex;
     align-items: center;
     padding: 0.35rem 0.75rem;
     border-radius: 999px;
     background: #f3f4f6;
     color: #111827;
     font-weight: 700;
     font-size: 0.9rem;
 }

 .hero-preview-arrow {
     color: var(--gray);
     font-weight: 700;
 }

 .hero-preview-body {
     display: grid;
     grid-template-columns: 1fr;
     gap: 1rem;
 }

 .hero-preview-card {
     border: 1px solid #e5e7eb;
     border-radius: var(--radius);
     padding: 1rem;
     background: #ffffff;
 }

 .hero-preview-title {
     font-weight: 800;
     color: #111827;
     margin-bottom: 0.4rem;
 }

 .hero-preview-text {
     margin: 0;
     color: var(--gray);
     font-size: 1rem;
 }

.hero-image {
    flex: 1;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: white;
    padding: 1rem;
}

.hero-image img {
    border-radius: var(--radius);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.hero-image:hover img {
    transform: scale(1.02);
}

/* Features Section */
.features {
    padding: 6rem 0;
    background-color: #f9fafb;
}

 /* Social Proof */
 .social-proof {
     padding: 1.5rem 0;
     background: white;
     border-bottom: 1px solid #e5e7eb;
 }

 .proof-items {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     gap: 1rem;
     align-items: center;
 }

 .proof-item {
     display: flex;
     align-items: center;
     gap: 0.6rem;
     color: #374151;
     font-weight: 600;
     font-size: 0.95rem;
 }

 .proof-item i {
     width: 18px;
     height: 18px;
     color: var(--primary);
 }

 /* Problem / Agitation */
 .problem {
     padding: 6rem 0;
     background: white;
 }

 .problem-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(280px, 1fr));
     gap: 2rem;
 }

 .problem-card {
     background: #f9fafb;
     border: 1px solid #e5e7eb;
     padding: 2rem;
     border-radius: var(--radius);
     box-shadow: var(--shadow);
 }

 .problem-card ul {
     margin-top: 1rem;
 }

 .problem-card li {
     padding: 0.5rem 0;
     color: #4b5563;
     display: flex;
     align-items: flex-start;
 }

 .problem-card li::before {
     content: '•';
     margin-right: 0.6rem;
     color: var(--primary);
     line-height: 1.2;
 }

 /* Solution */
 .solution {
     padding: 6rem 0;
     background-color: #f9fafb;
 }

 .solution-content {
     max-width: 900px;
     margin: 0 auto;
     text-align: center;
 }

 .solution-points {
     margin-top: 2.5rem;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
     gap: 1rem;
     text-align: left;
 }

 .solution-point {
     display: flex;
     align-items: center;
     gap: 0.75rem;
     background: white;
     border: 1px solid #e5e7eb;
     padding: 1rem;
     border-radius: var(--radius);
     color: #374151;
     font-weight: 600;
 }

 .solution-point i {
     width: 18px;
     height: 18px;
     color: var(--success);
 }

.features h2 {
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: inline-block;
}

.feature-card h3 {
    margin-bottom: 1rem;
    color: #111827;
}

.feature-card p {
    color: var(--gray);
    font-size: 1rem;
    margin-bottom: 0;
}

/* How It Works Section */
.how-it-works {
    padding: 6rem 0;
    background: white;
}

 .how-it-works-note {
     text-align: center;
     margin-top: 1.5rem;
     font-weight: 700;
     color: #374151;
 }

 /* FAQ */
 .faq {
     padding: 6rem 0;
     background: #f9fafb;
 }

 .faq-list {
     max-width: 900px;
     margin: 0 auto;
     display: grid;
     gap: 1rem;
 }

 .faq-item {
     background: white;
     border: 1px solid #e5e7eb;
     border-radius: var(--radius);
     padding: 1.25rem 1.25rem;
     box-shadow: var(--shadow);
 }

 .faq-item summary {
     cursor: pointer;
     font-weight: 800;
     color: #111827;
     list-style: none;
 }

 .faq-item summary::-webkit-details-marker {
     display: none;
 }

 .faq-item summary::after {
     content: '+';
     float: right;
     color: var(--primary);
     font-weight: 900;
 }

 .faq-item[open] summary::after {
     content: '−';
 }

 .faq-content {
     margin-top: 1rem;
 }

 .faq-content p {
     margin-bottom: 0;
     font-size: 1rem;
 }

 /* Closing CTA */
 .closing-cta {
     padding: 6rem 0;
     background: #111827;
 }

 .closing-cta-content {
     max-width: 900px;
     margin: 0 auto;
     text-align: center;
 }

 .closing-cta h2 {
     color: white;
 }

 .closing-cta h2::after {
     background: var(--secondary);
 }

 .closing-cta p {
     color: #d1d5db;
 }

 .closing-cta-note {
     margin-top: 1rem;
     font-size: 0.95rem;
     color: #9ca3af;
 }

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.step {
    text-align: center;
    padding: 2rem;
    position: relative;
}

.step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: var(--gray);
    opacity: 0.5;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.step h3 {
    margin-bottom: 1rem;
    color: #111827;
}

.step p {
    color: var(--gray);
    font-size: 1rem;
    margin-bottom: 0;
}

/* Pricing Section */
.pricing {
    padding: 6rem 0;
    background-color: #f9fafb;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    background: white;
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    text-align: center;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.pricing-card.featured {
    border: 2px solid var(--primary);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: #111827;
    margin: 1.5rem 0;
}

.price span {
    font-size: 1rem;
    color: var(--gray);
    font-weight: 400;
}

.pricing-card ul {
    text-align: left;
    margin: 2rem 0;
}

.pricing-card ul li {
    padding: 0.5rem 0;
    color: var(--gray);
    display: flex;
    align-items: center;
}

.pricing-card ul li::before {
    content: '✓';
    color: var(--success);
    margin-right: 0.5rem;
    font-weight: bold;
}

/* Contact Section */
.contact {
    padding: 6rem 0;
    background: white;
}

.contact h2 {
    margin-bottom: 3rem;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

 .form-group select {
     width: 100%;
     padding: 0.75rem 1rem;
     border: 1px solid #d1d5db;
     border-radius: var(--radius);
     font-family: inherit;
     font-size: 1rem;
     transition: var(--transition);
     background: white;
 }

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

 .form-group select:focus {
     outline: none;
     border-color: var(--primary);
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
 }

textarea {
    resize: vertical;
    min-height: 150px;
}

 .form-success {
     background: #ecfdf5;
     border: 1px solid rgba(16, 185, 129, 0.25);
     border-radius: var(--radius);
     padding: 1.5rem;
     margin-bottom: 2rem;
     text-align: left;
 }

 .form-success h3 {
     margin-bottom: 0.5rem;
 }

 .form-success p {
     margin-bottom: 0;
     color: #065f46;
 }

 .form-consent {
     margin: 1.25rem 0 0.5rem;
     text-align: left;
 }

 .consent-label {
     display: flex;
     gap: 0.75rem;
     align-items: flex-start;
     color: #374151;
     font-size: 0.95rem;
     line-height: 1.4;
 }

 .consent-label input {
     margin-top: 0.2rem;
 }

 .form-microcopy {
     margin-top: 1rem;
     margin-bottom: 0;
     font-size: 0.95rem;
     color: #6b7280;
 }

 /* Quick Poll */
 .quick-poll {
     margin-top: 2.5rem;
     padding: 1.5rem;
     border-radius: var(--radius);
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: rgba(255, 255, 255, 0.05);
 }

 .quick-poll-title {
     color: white;
     font-weight: 800;
     margin-bottom: 1rem;
 }

 .quick-poll-actions {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 0.75rem;
 }

 .quick-poll-note {
     margin-top: 0.75rem;
     margin-bottom: 0;
     color: #9ca3af;
     font-size: 0.95rem;
 }

 /* Privacy */
 .privacy {
     padding: 6rem 0;
     background: white;
 }

 .privacy-content {
     max-width: 900px;
     margin: 0 auto;
 }

 .privacy-content ul {
     margin-top: 1rem;
 }

 .privacy-content li {
     padding: 0.5rem 0;
     color: #4b5563;
     display: flex;
     align-items: flex-start;
 }

 .privacy-content li::before {
     content: '✓';
     margin-right: 0.6rem;
     color: var(--success);
     font-weight: 900;
 }

/* Footer */
footer {
    background: #111827;
    color: white;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-section a {
    display: block;
    color: #d1d5db;
    margin-bottom: 0.75rem;
    text-decoration: none;
    transition: var(--transition);
}

.footer-section a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .hero .container {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-content {
        max-width: 100%;
        margin-bottom: 3rem;
    }
    
    .cta-buttons {
        justify-content: center;
    }

     .hero-badges {
         justify-content: center;
     }
    
    .hero::before {
        display: none;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .nav-links {
        display: none;
    }
    
    .steps {
        grid-template-columns: 1fr;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }
    
    .step:not(:last-child)::after {
        display: none;
    }
    
    .step {
        margin-bottom: 2rem;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .footer-links {
        grid-template-columns: 1fr;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }
