/* FAIn Service Page Specific Styles */

/* Hero Section */
.fain-hero {
    padding: 120px 0 80px;
    background: #ffffff;
    min-height: 80vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.fain-hero .hero-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.fain-hero .hero-text h1 {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: -0.02em;
}

.fain-hero .highlight {
    color: #000;
    font-weight: 400;
}

.fain-hero .hero-subtitle {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    font-weight: 300;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.btn-primary-large {
    display: inline-block;
    background: #000;
    color: white;
    padding: 18px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: opacity 0.3s ease;
    font-family: inherit;
}

.btn-primary-large:hover {
    opacity: 0.8;
}

.trial-note {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Problem Section */
.problem {
    padding: 120px 0;
    background: #f8f8f8;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.problem-card {
    background: white;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.problem-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.problem-card h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.problem-scenario {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.problem-card p:last-child {
    color: #666;
    line-height: 1.8;
    font-weight: 300;
}

/* Service Overview */
.service-overview {
    padding: 120px 0;
    background: white;
}

.service-intro {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 80px;
    line-height: 1.8;
    font-weight: 300;
}

.service-steps {
    display: grid;
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 40px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.step:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.step-number {
    background: #000;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
}

.step-subtitle {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.step-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 300;
}

.optional {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

/* Features Section */
.features {
    padding: 120px 0;
    background: #f8f8f8;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.feature-card {
    background: white;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.8;
    font-weight: 300;
}

.guarantee {
    background: #000;
    color: white;
    padding: 60px;
    border-radius: 8px;
    text-align: center;
    margin-top: 60px;
}

.guarantee h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.guarantee p {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
    font-weight: 300;
}

/* Pricing Section */
.pricing {
    padding: 120px 0;
    background: white;
}

.pricing-highlight {
    text-align: center;
    background: #000;
    color: white;
    padding: 60px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.pricing-highlight h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.pricing-highlight p {
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
}

.pricing-table h4 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.pricing-table th,
.pricing-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-table th {
    background: #f8f8f8;
    font-weight: 400;
    color: #000;
}

.pricing-table td {
    color: #666;
    font-weight: 300;
}

.pricing-table tbody tr:hover {
    background: #f8f8f8;
}

.pricing-notes {
    text-align: center;
}

.pricing-notes p {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
}

/* Trial Section */
.trial {
    padding: 120px 0;
    background: #f8f8f8;
}

.trial-conditions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.condition {
    background: white;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.condition:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.condition h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.condition p {
    color: #666;
    line-height: 1.8;
    font-weight: 300;
}

.process {
    margin-bottom: 80px;
}

.process h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}

/* Process Steps - Compact white design */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: white;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.process-step:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.process-number {
    background: #000;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
}

.process-content {
    text-align: left;
}

.process-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
    text-align: left;
}

.process-subtitle {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
}

.process-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}



.trial-cta {
    text-align: center;
    background: white;
    padding: 60px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.trial-cta h3 {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.trial-cta p {
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

/* FAIn Vision - Second Hero Section */
.fain-vision {
    padding: 120px 0;
    background: #000;
    color: white;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.fain-vision .section-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    width: 100%;
}

.fain-vision .vision-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.fain-vision .container {
    text-align: center;
}

.fain-vision .vision-content p {
    font-size: 24px;
    line-height: 1.6;
    opacity: 1;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #ffffff;
}

/* Contact Section in FAIn page */
.contact .section-title {
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
}

/* Navigation Brand Link */
.nav-brand a {
    text-decoration: none;
    color: inherit;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .fain-hero .hero-content {
        padding: 0 30px;
    }
    
    .fain-hero .hero-text h1 {
        font-size: 48px;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin: 0 auto 20px auto;
    }
    
    .process-step {
        flex-direction: column;
        text-align: left;
        padding: 25px;
    }
    
    .process-number {
        margin: 0 0 15px 0;
    }
}

@media (max-width: 768px) {
    .fain-hero .hero-content {
        padding: 0 20px;
    }
    
    .fain-hero .hero-text h1 {
        font-size: 36px;
    }
    
    .fain-vision .section-title {
        font-size: 36px;
    }
    
    .fain-vision .vision-content p {
        font-size: 18px;
        opacity: 1;
        color: #ffffff;
    }
    
    .problem-grid,
    .trial-conditions {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    

    
    .pricing-table {
        overflow-x: auto;
    }
    
    .pricing-table table {
        min-width: 600px;
    }
    
    .guarantee,
    .trial-cta {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .fain-hero .hero-text h1 {
        font-size: 28px;
    }
    
    .fain-vision .section-title {
        font-size: 28px;
    }
    
    .fain-vision .vision-content p {
        font-size: 16px;
        opacity: 1;
        color: #ffffff;
    }
    
    section {
        padding: 80px 0;
    }
    
    .btn-primary-large {
        width: 100%;
        text-align: center;
    }
    
    .step,
    .problem-card,
    .condition {
        padding: 30px;
    }
    
    .guarantee h3 {
        font-size: 24px;
    }
    
    .trial-cta h3 {
        font-size: 28px;
    }
}