/* Custom Styles for SmarFinance België */

/* Hero Section */
.hero-section {
    padding: 80px 0 40px;
}

.hero-title {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

/* Content Sections */
.content-section {
    padding: 60px 0;
}

.content-section-white {
    padding: 60px 0;
    background-color: #ffffff;
}

.content-section-gray {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Typography */
.section-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2c3e50;
}

.section-title-center {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2c3e50;
    text-align: center;
}

.subsection-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #34495e;
}

.card-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}

.text-paragraph-last {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 0;
    color: #333;
}

.text-paragraph-medium {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.text-paragraph-intro {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

/* Images */
.section-image {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Cards */
.info-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.info-card-large {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.info-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid #3498db;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.highlight-box {
    text-align: center;
    margin-top: 35px;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.gradient-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px;
    border-radius: 10px;
    color: white;
    text-align: center;
}
.gradient-card p {
    color:#fff;
}

.gradient-card-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.gradient-card-text {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 1.05rem;
}

/* Links */
.styled-link {
    color: #3498db;
    text-decoration: underline;
    font-weight: 600;
}

.styled-link:hover {
    color: #2980b9;
}

/* Conclusion Section */
.conclusion-section {
    padding: 60px 0 80px;
    background-color: #f8f9fa;
}

.conclusion-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #2c3e50;
    text-align: center;
}

.info-box-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3e50;
}

.info-box-text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #333;
}

.info-box-text-last {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
    color: #333;
}

.highlight-text {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.highlight-subtext {
    font-size: 1.05rem;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title,
    .section-title-center {
        font-size: 1.75rem;
    }
    
    .subsection-title {
        font-size: 1.3rem;
    }
    
    .card-title {
        font-size: 1.8rem;
    }
    
    .hero-section {
        padding: 40px 0 20px;
    }
    
    .content-section,
    .content-section-white,
    .content-section-gray {
        padding: 40px 0;
    }
    
    .info-card,
    .info-card-large {
        padding: 20px;
    }
}


