/* ============================================
   MonteFinance SEO Landingpage Styles
   ============================================ */

/* CSS Variables */
:root {
    --landing-primary: #1976d2;
    --landing-primary-dark: #1565c0;
    --landing-success: #2e7d32;
    --landing-warning: #f57c00;
    --landing-danger: #c62828;
    --landing-bg: #f8fafc;
    --landing-card-bg: #ffffff;
    --landing-text: #1e293b;
    --landing-text-muted: #64748b;
    --landing-border: #e2e8f0;
    --landing-gradient: linear-gradient(135deg, #1976d2 0%, #1565c0 50%, #0d47a1 100%);
    --landing-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --landing-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* ============================================
   Hero Section
   ============================================ */
.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border-radius: 16px;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--landing-text);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--landing-text);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.hero-description {
    font-size: 1rem;
    color: var(--landing-text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.hero-feature {
    background: rgba(25, 118, 210, 0.1);
    color: var(--landing-primary);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-trust {
    color: var(--landing-text-muted);
    margin-top: 1rem;
}

.hero-trust small {
    font-size: 0.85rem;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
}

.hero-demo-card {
    background: var(--landing-card-bg);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--landing-shadow-lg);
    text-align: center;
    max-width: 320px;
    border: 1px solid var(--landing-border);
}

.demo-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.demo-label {
    font-size: 0.8rem;
    color: var(--landing-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.demo-value {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.demo-value.success {
    color: var(--landing-success);
}

.demo-text {
    font-size: 1rem;
    color: var(--landing-text);
    margin-top: 0.5rem;
}

.demo-chart {
    margin: 1rem 0;
}

.fan-chart {
    width: 100%;
    height: 80px;
}

.demo-caption {
    font-size: 0.85rem;
    color: var(--landing-text-muted);
    margin: 0;
}

/* ============================================
   CTA Buttons
   ============================================ */
.cta-primary {
    display: inline-block;
    background: var(--landing-gradient);
    color: white !important;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(25, 118, 210, 0.4);
    border: none;
    cursor: pointer;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.5);
    color: white !important;
    text-decoration: none;
}

.cta-primary.cta-large {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
}

.cta-secondary {
    display: inline-block;
    background: var(--landing-primary);
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-secondary:hover {
    background: var(--landing-primary-dark);
}

.cta-center {
    text-align: center;
    margin-top: 2rem;
}

/* ============================================
   Quickstart Section
   ============================================ */
.quickstart-section {
    margin-bottom: 2rem;
}

.quickstart-card {
    background: var(--landing-card-bg);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--landing-shadow);
    border: 2px solid var(--landing-primary);
}

.quickstart-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 1.5rem;
    text-align: center;
}

.quickstart-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-end;
    justify-content: center;
}

.quickstart-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.quickstart-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quickstart-field label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--landing-text-muted);
}

.quickstart-field input {
    padding: 0.75rem 1rem;
    border: 2px solid var(--landing-border);
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 160px;
    text-align: center;
    transition: border-color 0.2s;
}

.quickstart-field input:focus {
    outline: none;
    border-color: var(--landing-primary);
}

/* ============================================
   Trust Section
   ============================================ */
.trust-section {
    margin-bottom: 3rem;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: var(--landing-card-bg);
    border-radius: 8px;
    box-shadow: var(--landing-shadow);
    border: 1px solid var(--landing-border);
}

.trust-icon {
    font-size: 1.25rem;
}

.trust-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--landing-text);
}

/* ============================================
   Section Content (shared)
   ============================================ */
.section-content {
    max-width: 1100px;
    margin: 0 auto;
}

.section-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--landing-text);
    text-align: center;
    margin-bottom: 2rem;
}

/* ============================================
   Problem Section
   ============================================ */
.problem-section {
    background: var(--landing-card-bg);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: var(--landing-shadow);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.problem-card {
    padding: 1.5rem;
    background: #fef3f2;
    border-radius: 12px;
    border-left: 4px solid var(--landing-danger);
}

.problem-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.problem-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 1rem;
}

.problem-card p {
    color: var(--landing-text-muted);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.solution-highlight {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--landing-success);
}

.solution-highlight h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--landing-success);
    margin-bottom: 1rem;
}

.solution-highlight p {
    color: var(--landing-text);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.solution-highlight p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Use Cases Section
   ============================================ */
.usecases-section {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.usecases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.usecase-card {
    background: var(--landing-card-bg);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--landing-shadow);
    border: 1px solid var(--landing-border);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.usecase-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--landing-shadow-lg);
    border-color: var(--landing-primary);
    text-decoration: none;
    color: inherit;
}

.usecase-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.usecase-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.5rem;
}

.usecase-card p {
    font-size: 0.875rem;
    color: var(--landing-text-muted);
    margin: 0;
}

/* ============================================
   Features Section
   ============================================ */
.features-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.feature-card {
    background: var(--landing-card-bg);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: var(--landing-shadow);
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.75rem;
}

.feature-card p {
    font-size: 0.9rem;
    color: var(--landing-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   How it Works Section
   ============================================ */
.howitworks-section {
    background: var(--landing-card-bg);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: var(--landing-shadow);
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.step-card {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
}

.step-number {
    width: 48px;
    height: 48px;
    background: var(--landing-gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.step-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.75rem;
}

.step-card p {
    font-size: 0.9rem;
    color: var(--landing-text-muted);
    line-height: 1.6;
    margin: 0;
}

.step-arrow {
    font-size: 2rem;
    color: var(--landing-primary);
    font-weight: bold;
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--landing-card-bg);
    border-radius: 12px;
    box-shadow: var(--landing-shadow);
    border: 1px solid var(--landing-border);
    overflow: hidden;
}

.faq-item summary {
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--landing-text);
    cursor: pointer;
    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.5rem;
    color: var(--landing-primary);
    transition: transform 0.2s;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item[open] summary {
    border-bottom: 1px solid var(--landing-border);
}

.faq-item p {
    padding: 1.25rem 1.5rem;
    color: var(--landing-text-muted);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   CTA Section
   ============================================ */
.cta-section {
    background: var(--landing-gradient);
    padding: 4rem 2rem;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 2rem;
}

.cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .cta-primary {
    background: white;
    color: var(--landing-primary) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.cta-section .cta-primary:hover {
    background: #f8f9fa;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 992px) {
    .hero-section {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-features {
        justify-content: center;
    }
    
    .hero-visual {
        order: -1;
    }
    
    .hero-demo-card {
        max-width: 280px;
    }
    
    .hero-title {
        font-size: 2.25rem;
    }
    
    .step-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 1rem;
    }
    
    .hero-title {
        font-size: 1.875rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .quickstart-fields {
        flex-direction: column;
        align-items: center;
    }
    
    .quickstart-field input {
        width: 200px;
    }
    
    .section-content h2 {
        font-size: 1.5rem;
    }
    
    .problem-section,
    .features-section,
    .howitworks-section,
    .cta-section {
        padding: 2rem 1rem;
    }
    
    .trust-badges {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .cta-primary {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
    
    .cta-primary.cta-large {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}

