/* === GOOGLE ADS SPECIFIC STYLES === */

main section {
    padding-top: 60px;
    padding-bottom: 60px;
}

#faq.faq-section {
    padding-top: 0;
}

/* === HERO SECTION IMAGE STYLES === */
.hero-image {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-image:hover .hero-img {
    transform: scale(1.05);
}

.hero-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 30px 20px 20px;
}

.overlay-content {
    text-align: center;
}

.overlay-text {
    color: var(--white);
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* === EXPLANATION SECTION IMAGE STYLES === */
.visual-image {
    text-align: center;
    margin-bottom: 20px;
}

.google-ads-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.google-ads-logo:hover {
    transform: scale(1.1);
}

/* === WORK PROCESS STEP IMAGE STYLES === */
.step-image {
    text-align: center;
    margin-bottom: 15px;
}

.step-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--orange);
    box-shadow: 0 4px 15px rgba(251, 77, 23, 0.2);
    transition: transform 0.3s ease;
}

.step-img:hover {
    transform: scale(1.1);
}

/* === FEATURE ITEM IMAGE STYLES === */
.feature-image {
    text-align: center;
    margin-bottom: 15px;
}

.feature-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--cyan-card);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-img:hover {
    transform: scale(1.1);
}

/* === WHAT IS GOOGLE ADS - TITLE SIZE === */
.what-is-google-ads .section-header .small-caps {
    font-size: 1.25rem; /* larger than global 0.9rem */
}

/* === WHAT IS GOOGLE ADS SECTION STYLES (scoped) === */
.what-is-google-ads {
    padding: 100px 0;
}

.what-is-google-ads .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.what-is-google-ads .section-header h2 {
    margin: 10px 0 20px;
}

.what-is-google-ads .section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.explanation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 50px;
}

.explanation-content h3 {
    color: var(--dark-teal);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.explanation-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: var(--text-dark);
}

.ads-types h4 {
    color: var(--dark-teal);
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.type-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.type-card {
    background: var(--white);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.type-icon {
    font-size: 2rem;
    margin-bottom: 15px;
}

.type-card h5 {
    color: var(--dark-teal);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.type-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.5;
}

.explanation-visual {
    display: flex;
    justify-content: center;
}

.visual-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    max-width: 500px;
    width: 100%;
}

.visual-card h4 {
    color: var(--dark-teal);
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: center;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.benefit-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item h5 {
    color: var(--dark-teal);
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.benefit-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.5;
}

.what-is-google-ads .section-cta {
    text-align: center;
    margin-top: 50px;
}

.what-is-google-ads .section-cta p {
    color: var(--text-dark);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/* Responsive adjustments for explanation layout */
@media (max-width: 1024px) {
    .explanation-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .type-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .explanation-grid {
        gap: 30px;
    }
    .visual-card {
        padding: 30px 20px;
    }
    .type-cards {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
    }
    .type-card {
        padding: 20px 18px;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        border: 1px solid #f0f0f0;
        transition: all 0.3s ease;
    }
    .type-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }
    .type-icon {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    .type-card h5 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        color: var(--dark-teal);
        line-height: 1.3;
    }
    .type-card p {
        font-size: 0.9rem;
        line-height: 1.5;
        color: var(--text-light);
        margin: 0;
    }
    .benefits-list {
        gap: 20px;
    }
    .benefit-item {
        gap: 12px;
        align-items: flex-start;
    }
    .benefit-icon {
        font-size: 1.6rem;
        margin-top: 2px;
        flex-shrink: 0;
    }
    .benefit-item h5 {
        font-size: 1rem;
        margin-bottom: 4px;
        color: var(--dark-teal);
    }
    .benefit-item p {
        font-size: 0.9rem;
        line-height: 1.5;
        color: var(--text-light);
        margin: 0;
    }
}

/* === CASES SECTION STYLES (scoped) === */
#cases.cases-section {
    padding: 80px 0 60px 0;
    background: linear-gradient(to bottom, var(--light-bg), var(--white));
}

#cases .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.case-study {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    padding: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.case-study:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.case-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.case-industry {
    justify-self: start;
    background: var(--light-bg);
    color: var(--dark-teal);
    border: 1px solid var(--border-light);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.85rem;
    font-weight: 600;
}

.case-duration {
    justify-self: end;
    color: var(--text-light);
    font-size: 0.85rem;
}

.case-content h3 {
    color: var(--dark-teal);
    font-size: 1.2rem;
    margin: 8px 0 10px 0;
}

.case-content p {
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Make content area flexible so actions can stick to bottom */
.case-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.case-actions {
    margin-top: auto;
    padding-top: 12px;
}

.case-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 16px 0 8px 0;
}

.result-metric {
    background: var(--light-bg);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

.metric-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--orange);
}

.metric-label {
    display: block;
    font-size: 0.85rem;
    color: var(--orange);
}

.cases-stats {
    margin-top: 28px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.stat-item {
    background: var(--white);
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    padding: 18px;
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-teal);
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-dark);
}

.cases-cta {
    margin-top: 28px;
}

.cases-cta .cta-content {
    background: var(--light-bg);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 24px;
}

.cases-cta .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .case-results {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .case-header {
        grid-template-columns: auto 1fr;
        row-gap: 10px;
    }
    .case-industry {
        order: 2;
    }
    .case-duration {
        order: 3;
        justify-self: start;
    }
    .case-results {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* === TEAM SECTION STYLES (scoped) === */
.team-section {
    padding: 60px 0;
    background: var(--white);
}

.team-header {
    text-align: center;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.team-member {
    background: var(--white);
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-member:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.member-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.member-image img {
    display: block;
    width: 100%;
    height: auto;
}

.member-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4));
    opacity: 0;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 12px;
}

.member-image:hover .member-overlay {
    opacity: 1;
}

.member-overlay .social-links {
    display: flex;
    gap: 10px;
}

.member-overlay .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
}

.member-info {
    margin-top: 14px;
    text-align: center;
}

.member-info h3 {
    color: var(--dark-teal);
    font-size: 1.1rem;
    margin: 0 0 6px 0;
}

.member-role {
    display: block;
    color: var(--text-light);
    font-weight: 600;
    margin-bottom: 8px;
}

.team-cta {
    margin-top: 28px;
    text-align: center;
}

/* === MODERN TEAM REDESIGN (scoped to .modern-team) === */
.modern-team .team-header {
    text-align: center;
    margin-bottom: 48px;
}

.team-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.member-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 20px;
    padding: 24px 20px 28px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.member-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    overflow: hidden;
    border: 6px solid var(--light-bg);
    box-shadow: inset 0 0 0 2px var(--white), 0 8px 30px rgba(0,0,0,0.08);
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-name {
    color: var(--dark-teal);
    font-weight: 700;
    font-size: 1.2rem;
    margin: 8px 0 6px 0;
}

.member-role-accent {
    display: inline-block;
    color: var(--orange);
    font-weight: 700;
    background: rgba(251, 77, 23, 0.08);
    border: 1px solid rgba(251, 77, 23, 0.25);
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.member-bio {
    color: var(--text-dark);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .team-modern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    .member-avatar {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .team-modern-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .member-card {
        padding: 20px 16px 22px 16px;
        border-radius: 16px;
    }
    .member-avatar {
        width: 180px;
        height: 180px;
        border-width: 5px;
    }
    .member-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* === FAQ SECTION STYLES (scoped) === */
#faq.faq-section {
    padding: 60px 0;
    background: var(--white);
}

#faq .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.faq-category h3 {
    color: var(--dark-teal);
    font-size: 1.2rem;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--white);
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--dark-teal);
    font-weight: 600;
    text-align: left;
}

.faq-item.active .faq-question {
    color: var(--orange);
}

.faq-icon {
    color: var(--orange);
    font-weight: 700;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: var(--light-bg);
    border-top: 1px solid var(--border-light);
}

.faq-answer-content {
    padding: 16px;
    color: var(--text-dark);
}

.faq-answer-content p {
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.faq-answer-content ul {
    margin: 0 0 12px 18px;
}

@media (max-width: 1024px) {
    .faq-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .faq-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* === PRICING HEADER IMAGE STYLES === */
.pricing-header-image {
    text-align: center;
    margin-bottom: 20px;
}

.partner-badge {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.partner-badge:hover {
    transform: scale(1.05);
}

/* === CASE STUDY IMAGE STYLES === */
.case-image {
    text-align: center;
    margin-bottom: 15px;
}

.case-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--orange);
    box-shadow: 0 6px 20px rgba(251, 77, 23, 0.2);
    transition: transform 0.3s ease;
}

.case-img:hover {
    transform: scale(1.1);
}

/* === TEAM HEADER IMAGE STYLES === */
/* Removed - team header image no longer used */

/* === GROEISCAN CTA IMAGE STYLES === */
.groeiscan-cta-image {
    text-align: center;
    margin-bottom: 20px;
}

.mkb-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mkb-logo:hover {
    transform: scale(1.05);
}

/* === GOOGLE ADS CTA SECTION STYLES === */

/* Google Ads CTA Section */
.google-ads-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--white) 0%, var(--light-bg) 100%);
    position: relative;
    overflow: hidden;
}

.google-ads-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(251, 77, 23, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.google-ads-cta-wrapper {
    background: var(--white);
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 60px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.google-ads-cta-content {
    text-align: center;
}

.google-ads-cta-header {
    margin-bottom: 40px;
}

.google-ads-cta-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--dark-teal);
    margin-bottom: 20px;
    font-weight: 700;
}

.google-ads-cta-header .text-orange {
    color: var(--orange);
}

.google-ads-cta-header p {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* CTA Actions */
.google-ads-cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.google-ads-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.google-ads-cta-btn-primary {
    background: var(--orange);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(251, 77, 23, 0.3);
}

.google-ads-cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 77, 23, 0.4);
}

.google-ads-cta-btn-primary .arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.google-ads-cta-btn-primary:hover .arrow-icon {
    transform: translateX(3px);
}

.google-ads-cta-btn-secondary {
    background: var(--cyan-card);
    color: var(--dark-teal);
    border: 2px solid var(--border-light);
}

.google-ads-cta-btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--dark-teal);
}

.google-ads-cta-btn-tertiary {
    background: var(--white);
    color: var(--dark-teal);
    border: 2px solid var(--border-light);
}

.google-ads-cta-btn-tertiary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--orange);
    color: var(--orange);
}

/* Benefits Section */
.google-ads-cta-benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.google-ads-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-light);
    font-size: 0.95rem;
}

.google-ads-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--orange);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: bold;
}

/* === ENHANCED MOBILE-FRIENDLY RESPONSIVE DESIGN === */

/* Tablet Styles (768px - 968px) */
@media (max-width: 968px) {
    /* Google Ads CTA Tablet Styles */
    .google-ads-cta-section {
        padding: 60px 0;
    }

    .google-ads-cta-wrapper {
        padding: 50px 40px;
    }

    .google-ads-cta-actions {
        gap: 15px;
    }

    .google-ads-cta-btn {
        padding: 14px 28px;
        font-size: 0.95rem;
    }

    .google-ads-cta-benefits {
        gap: 30px;
    }
}

/* Mobile Styles (480px - 768px) */
@media (max-width: 768px) {
    /* Google Ads CTA Mobile Styles */
    .google-ads-cta-section {
        padding: 40px 20px;
    }

    .google-ads-cta-wrapper {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .google-ads-cta-header h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .google-ads-cta-header p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .google-ads-cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .google-ads-cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 14px 24px;
        font-size: 0.95rem;
    }

    .google-ads-cta-benefits {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .google-ads-benefit-item {
        font-size: 0.9rem;
    }
}

/* Small Mobile Styles (320px - 480px) */
@media (max-width: 480px) {
    /* Google Ads CTA Small Mobile Styles */
    .google-ads-cta-section {
        padding: 50px 15px;
    }

    .google-ads-cta-wrapper {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .google-ads-cta-header h2 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }

    .google-ads-cta-header p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .google-ads-cta-btn {
        max-width: 260px;
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .google-ads-benefit-item {
        font-size: 0.85rem;
    }
}

/* Extra Small Mobile Styles (320px and below) */
@media (max-width: 320px) {
    /* Google Ads CTA Extra Small Mobile Styles */
    .google-ads-cta-wrapper {
        padding: 25px 15px;
        border-radius: 12px;
    }

    .google-ads-cta-header h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .google-ads-cta-header p {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .google-ads-cta-btn {
        max-width: 240px;
        padding: 10px 18px;
        font-size: 0.85rem;
    }

    .google-ads-benefit-item {
        font-size: 0.8rem;
    }
}

/* === GROEISCAN CTA SECTION STYLES === */
.groeiscan-cta-section {
    padding: 40px 0;
    background: linear-gradient(135deg, var(--white) 0%, var(--light-bg) 100%);
    position: relative;
    overflow: hidden;
}

.groeiscan-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 77, 23, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.groeiscan-cta-wrapper {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.groeiscan-cta-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.groeiscan-cta-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--dark-teal);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.groeiscan-cta-header .text-orange {
    color: var(--orange);
}

.groeiscan-cta-header p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.5;
    margin: 0;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: var(--light-bg);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cta-feature-item:hover {
    background: var(--white);
    border-color: var(--orange);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 77, 23, 0.15);
}

.cta-feature-item .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--orange);
    color: var(--white);
    border-radius: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.cta-feature-item .feature-text h4 {
    color: var(--dark-teal);
    font-size: 1rem;
    margin: 0 0 3px 0;
    font-weight: 600;
}

.cta-feature-item .feature-text p {
    color: var(--text-light);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.3;
}

/* CTA Actions */
.groeiscan-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.groeiscan-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    text-align: center;
}

.groeiscan-cta-btn-primary {
    background: var(--orange);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(251, 77, 23, 0.3);
    min-width: 180px;
}

.groeiscan-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 77, 23, 0.4);
}

.groeiscan-cta-btn-primary .arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.groeiscan-cta-btn-primary:hover .arrow-icon {
    transform: translateX(3px);
}

/* Benefits */
.groeiscan-cta-benefits {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px solid var(--border-light);
}

.groeiscan-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 500;
}

.groeiscan-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--orange);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: bold;
}

.groeiscan-benefit-item .benefit-label {
    font-size: 1rem;
    font-weight: 600;
}

/* Visual Container */
.groeiscan-cta-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-container {
    width: 100%;
    max-width: 400px;
}

.calculator-preview {
    background: linear-gradient(135deg, var(--dark-teal) 0%, #1a1a2e 100%);
    border-radius: 20px;
    padding: 30px;
    color: var(--white);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.preview-header h4 {
    color: var(--white);
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
}

.preview-dots {
    display: flex;
    gap: 6px;
}

.preview-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.preview-dots .dot.active {
    background: var(--orange);
    transform: scale(1.2);
}

.preview-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.metric-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.metric-item {
    text-align: center;
    flex: 1;
}

.metric-preview .metric-label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    font-weight: 500;
}

.metric-preview .metric-value {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.metric-preview .metric-item.potential .metric-value {
    color: var(--orange);
}

.metric-arrow {
    color: var(--orange);
    font-size: 1.2rem;
    animation: pulse 2s infinite;
}

.growth-indicator {
    text-align: center;
    padding-top: 15px;
}

.growth-percentage {
    background: var(--orange);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
}

/* Groeiscan CTA Responsive Styles */
@media (max-width: 768px) {
    .groeiscan-cta-section {
        padding: 50px 0;
    }
    
    .groeiscan-cta-wrapper {
        padding: 30px 20px;
        border-radius: 16px;
        margin: 0 15px;
    }
    
    .groeiscan-cta-content {
        gap: 25px;
    }
    
    .groeiscan-cta-header h2 {
        font-size: 1.6rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    
    .groeiscan-cta-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .groeiscan-cta-btn {
        width: 100%;
        justify-content: center;
    }
    
    .groeiscan-cta-benefits {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .groeiscan-cta-section {
        padding: 40px 0;
    }
    
    .groeiscan-cta-wrapper {
        padding: 25px 15px;
        border-radius: 12px;
    }
    
    .groeiscan-cta-header h2 {
        font-size: 1.4rem;
    }
    
    .groeiscan-cta-header p {
        font-size: 0.9rem;
    }
    
    .cta-feature-item {
        padding: 12px;
        gap: 10px;
    }
    
    .cta-feature-item .feature-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .cta-feature-item .feature-text h4 {
        font-size: 0.9rem;
    }
    
    .cta-feature-item .feature-text p {
        font-size: 0.8rem;
    }
    
    .groeiscan-cta-btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    
    .groeiscan-benefit-item {
        font-size: 0.85rem;
    }
}

/* === RESPONSIVE STYLES FOR NEW PERSONAL IMAGES === */

/* Tablet Styles (768px - 968px) */
@media (max-width: 968px) {
    /* Hero Image */
    .hero-img {
        height: 350px;
    }
    
    .overlay-text {
        font-size: 1rem;
    }
    
    /* Process Step Images */
    .step-img {
        width: 50px;
        height: 50px;
    }
    
    /* Feature Images */
    .feature-img {
        width: 45px;
        height: 45px;
    }
    
    /* Case Study Images */
    .case-img {
        width: 60px;
        height: 60px;
    }
    
    /* Partner Badge */
    .partner-badge {
        width: 80px;
        height: 80px;
    }
    
    /* MKB Logo */
    .mkb-logo {
        width: 70px;
        height: 70px;
    }

    .member-overlay .social-links {
        display: none;
    }
}

/* Mobile Styles (480px - 768px) */
@media (max-width: 768px) {
    /* Hero Image */
    .hero-img {
        height: 300px;
    }

    #cases {
        padding-bottom: 0;
    }
    
    .hero-image-overlay {
        padding: 20px 15px 15px;
    }
    
    .overlay-text {
        font-size: 0.9rem;
    }

    /* Reorder cases section elements on mobile */
    #cases .container {
        display: flex;
        flex-direction: column;
    }
    #cases .section-header {
        order: 1;
    }
    #cases .cases-grid {
        order: 2;
    }
    #cases .cases-cta {
        order: 3;
        margin-bottom: 40px;
    }
    #cases .cases-stats {
        order: 4;
    }

    .team-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /* Process Step Images */
    .step-image {
        margin-bottom: 10px;
    }
    
    .step-img {
        width: 45px;
        height: 45px;
    }
    
    /* Feature Images */
    .feature-image {
        margin-bottom: 10px;
    }
    
    .feature-img {
        width: 40px;
        height: 40px;
    }
    
    /* Case Study Images */
    .case-image {
        margin-bottom: 10px;
    }
    
    .case-img {
        width: 55px;
        height: 55px;
    }
    
    /* Partner Badge */
    .partner-badge {
        width: 70px;
        height: 70px;
    }
    
    /* MKB Logo */
    .mkb-logo {
        width: 60px;
        height: 60px;
    }
    
    /* Google Ads Logo */
    .google-ads-logo {
        width: 60px;
        height: 60px;
    }

    .member-overlay .social-links {
        display: none;
    }
}

/* Small Mobile Styles (320px - 480px) */
@media (max-width: 480px) {
    /* Hero Image */
    .hero-img {
        height: 250px;
    }
    
    .hero-image-overlay {
        padding: 15px 10px 10px;
    }
    
    .overlay-text {
        font-size: 0.8rem;
    }
    
    /* Process Step Images */
    .step-img {
        width: 40px;
        height: 40px;
    }
    
    /* Feature Images */
    .feature-img {
        width: 35px;
        height: 35px;
    }
    
    /* Case Study Images */
    .case-img {
        width: 50px;
        height: 50px;
    }
    
    /* Partner Badge */
    .partner-badge {
        width: 60px;
        height: 60px;
    }
    
    /* MKB Logo */
    .mkb-logo {
        width: 50px;
        height: 50px;
    }
    
    /* Google Ads Logo */
    .google-ads-logo {
        width: 50px;
        height: 50px;
    }
}

/* Extra Small Mobile Styles (max-width: 320px) */
@media (max-width: 320px) {
    /* Hero Image */
    .hero-img {
        height: 200px;
    }
    
    .overlay-text {
        font-size: 0.75rem;
    }
    
    /* Process Step Images */
    .step-img {
        width: 35px;
        height: 35px;
    }
    
    /* Feature Images */
    .feature-img {
        width: 30px;
        height: 30px;
    }
    
    /* Case Study Images */
    .case-img {
        width: 45px;
        height: 45px;
    }
    
    /* Partner Badge */
    .partner-badge {
        width: 50px;
        height: 50px;
    }
    
    /* MKB Logo */
    .mkb-logo {
        width: 45px;
        height: 45px;
    }
    
    /* Google Ads Logo */
    .google-ads-logo {
        width: 45px;
        height: 45px;
    }
}

/* === TIMELINE SECTION === */
.timeline-section {
    padding: 30px 0 40px 0;
    background: linear-gradient(to bottom, var(--light-bg), var(--white));
}

.timeline-header {
    text-align: center;
    margin-bottom: 35px;
}

.timeline-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--dark-teal);
}

.timeline-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--orange), var(--dark-teal));
    transform: translateX(-50%);
}

.timeline-items {
    position: relative;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 10px 40px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12.5px;
    background-color: white;
    border: 4px solid var(--orange);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item:nth-child(even)::after {
    left: -12.5px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.timeline-content h3 {
    font-size: 1.3rem;
    color: var(--dark-teal);
    margin-bottom: 12px;
}

@media (max-width: 1024px) {
    .timeline-line {
        left: 30px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item:nth-child(even) {
        left: 0;
    }

    .timeline-item::after {
        left: 17.5px;
        right: auto;
    }

    .timeline-item:nth-child(even)::after {
        left: 17.5px;
    }
}



