/*
Theme Name: MD Solutions
Theme URI: https://mdsolutions.nl
Description: Modern, professioneel WordPress theme voor MD Solutions.
Author: MD Solutions
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: md-solutions
*/

/* ===== ROOT ===== */
:root {
    --primary: #00B4D8;
    --primary-dark: #0096C7;
    --primary-darker: #0077B6;
    --accent: #90E0EF;
    --dark: #1B1B2F;
    --gray: #2D3436;
    --text: #333333;
    --text-light: #636e72;
    --bg-light: #F8F9FA;
    --white: #FFFFFF;
    --border: #E9ECEF;
    --radius: 10px;
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 30px rgba(0,0,0,0.15);
    --max-width: 1200px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.3; color: var(--dark); }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p { margin-bottom: 1rem; color: var(--text-light); }

/* ===== LAYOUT ===== */
.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-alt { background: var(--bg-light); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section-header h2 { margin-bottom: 16px; }
.section-header p { font-size: 1.1rem; }
.section-label { display: inline-block; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--primary); margin-bottom: 12px; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; font-size: 0.95rem; font-weight: 600; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; transition: 0.3s; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: 0 4px 15px rgba(0,180,216,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,180,216,0.4); }
.btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--primary-dark); box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.btn-white:hover { transform: translateY(-2px); }
.btn-sm { padding: 10px 24px; font-size: 0.9rem; }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; }

/* ===== HEADER ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 80px; transition: 0.3s; }
.site-header.transparent { background: transparent; }
.site-header.scrolled { background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0,0,0,0.08); height: 70px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.site-logo { display: flex; align-items: center; z-index: 1001; }
.site-logo img { height: 42px; width: auto; transition: 0.3s; }
.site-header.scrolled .site-logo img { height: 36px; }
.site-logo .logo-default { display: block; }
.site-logo .logo-scrolled { display: none; }
.site-header.scrolled .site-logo .logo-default { display: none; }
.site-header.scrolled .site-logo .logo-scrolled { display: block; }
.site-logo .logo-img { display: block !important; }
.site-header.scrolled .site-logo .logo-img { display: block !important; }

/* Nav */
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav ul.menu, .main-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav ul.menu > li, .main-nav > ul > li { margin: 0; padding: 0; }
.main-nav a, .main-nav ul.menu li a { display: block; padding: 8px 16px; font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,0.85); border-radius: 8px; transition: 0.2s; white-space: nowrap; }
.main-nav a:hover, .main-nav ul.menu li.current-menu-item > a, .main-nav ul.menu li.current_page_item > a { color: #fff; background: rgba(255,255,255,0.1); }
.site-header.scrolled .main-nav a, .site-header.scrolled .main-nav ul.menu li a { color: var(--text); }
.site-header.scrolled .main-nav a:hover, .site-header.scrolled .main-nav ul.menu li.current-menu-item > a { color: var(--primary); background: rgba(0,180,216,0.08); }

.header-cta { margin-left: 16px; }
.header-cta .btn { padding: 10px 24px; font-size: 0.9rem; }

/* Mobile toggle */
.mobile-menu-toggle { display: none; flex-direction: column; gap: 6px; width: 30px; cursor: pointer; z-index: 1001; background: none; border: none; padding: 4px; }
.mobile-menu-toggle span { display: block; width: 100%; height: 2px; background: #fff; border-radius: 2px; transition: 0.3s; }
.site-header.scrolled .mobile-menu-toggle span { background: var(--dark); }
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(27,27,47,0.98); z-index: 999; flex-direction: column; justify-content: center; align-items: center; gap: 16px; opacity: 0; visibility: hidden; transition: 0.3s; }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-menu a { font-size: 1.3rem; font-weight: 600; color: #fff; padding: 12px 32px; border-radius: 8px; }
.mobile-menu a:hover { background: rgba(255,255,255,0.1); color: var(--accent); }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27,27,47,0.92), rgba(0,119,182,0.8)); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 24px; }
.hero-content h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; margin-bottom: 8px; }
.hero-content .hero-subtitle { font-size: clamp(1.1rem, 2vw, 1.5rem); color: var(--accent); font-weight: 500; margin-bottom: 20px; }
.hero-content .hero-description { font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.8); margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Page hero (inner pages) */
.page-hero { position: relative; padding: 180px 0 100px; overflow: hidden; }
.page-hero .hero-bg { background-attachment: fixed; }
.page-hero .hero-content h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.page-hero .breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 24px; font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.page-hero .breadcrumb a { color: var(--accent); }

/* ===== CARDS ===== */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--white); border-radius: var(--radius); padding: 40px 32px; box-shadow: var(--shadow); transition: 0.3s; border: 1px solid var(--border); position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); transform: scaleX(0); transition: 0.3s; }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 64px; height: 64px; border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,180,216,0.1), rgba(0,150,199,0.1)); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.card-icon svg { width: 28px; height: 28px; stroke: var(--primary); fill: none; stroke-width: 2; }
.card h3 { margin-bottom: 12px; font-size: 1.25rem; }

/* ===== WHY US ===== */
.why-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.why-us-item { display: flex; align-items: flex-start; gap: 16px; padding: 24px; border-radius: var(--radius); transition: 0.3s; }
.why-us-item:hover { background: var(--white); box-shadow: var(--shadow); transform: translateX(8px); }
.why-us-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: rgba(0,180,216,0.15); display: flex; align-items: center; justify-content: center; }
.why-us-icon svg { width: 22px; height: 22px; stroke: var(--primary); fill: none; stroke-width: 2; }
.why-us-item h4 { margin-bottom: 6px; }
.why-us-item p { font-size: 0.9rem; margin: 0; }

/* ===== TESTIMONIALS ===== */
.testimonial-slider { position: relative; overflow: hidden; }
.testimonial-track { display: flex; transition: transform 0.5s ease; }
.testimonial-card { min-width: 100%; padding: 0 20px; }
.testimonial-inner { background: var(--white); border-radius: 16px; padding: 48px 40px; box-shadow: var(--shadow); max-width: 700px; margin: 0 auto; position: relative; }
.testimonial-inner::before { content: '\201C'; position: absolute; top: 20px; left: 30px; font-size: 5rem; color: var(--primary); opacity: 0.15; font-family: Georgia, serif; line-height: 1; }
.testimonial-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.testimonial-stars svg { width: 20px; height: 20px; fill: #FFB800; }
.testimonial-text { font-size: 1.05rem; font-style: italic; color: var(--text); margin-bottom: 24px; line-height: 1.8; }
.testimonial-author { display: flex; align-items: center; gap: 16px; }
.testimonial-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1.2rem; }
.testimonial-info h4 { margin-bottom: 2px; font-size: 1rem; }
.testimonial-info p { font-size: 0.85rem; margin: 0; }
.testimonial-nav { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.testimonial-nav button { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--border); background: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; }
.testimonial-nav button:hover { border-color: var(--primary); background: var(--primary); }
.testimonial-nav button svg { width: 18px; height: 18px; stroke: var(--text); fill: none; stroke-width: 2; }
.testimonial-nav button:hover svg { stroke: #fff; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.slider-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: var(--border); cursor: pointer; transition: 0.2s; padding: 0; }
.slider-dot.active { background: var(--primary); width: 28px; border-radius: 5px; }

/* ===== CTA ===== */
.cta-section { position: relative; padding: 100px 0; overflow: hidden; background: linear-gradient(135deg, var(--primary-darker), var(--primary), var(--accent)); }
.cta-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.cta-section::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.cta-content { position: relative; z-index: 2; text-align: center; max-width: 600px; margin: 0 auto; }
.cta-content h2 { color: #fff; margin-bottom: 16px; }
.cta-content p { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 32px; }

/* ===== CONTACT INFO ===== */
.contact-info-block { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); transition: 0.3s; }
.contact-info-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.contact-info-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 8px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); display: flex; align-items: center; justify-content: center; }
.contact-info-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
.contact-info-item h4 { margin-bottom: 4px; font-size: 1rem; }
.contact-info-item p { font-size: 0.9rem; margin: 0; }
.contact-info-item a { color: var(--primary); font-weight: 500; }
.map-container { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 40px; }
.map-container iframe { width: 100%; height: 400px; border: none; }

/* ===== CONTACT FORM ===== */
.contact-form-wrapper { background: var(--white); border-radius: 16px; padding: 48px; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.9rem; font-weight: 600; color: var(--dark); }
.form-group input, .form-group textarea { padding: 14px 18px; font-size: 0.95rem; border: 2px solid var(--border); border-radius: 8px; background: var(--bg-light); transition: 0.2s; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(0,180,216,0.1); background: #fff; }
.form-group textarea { min-height: 150px; resize: vertical; }
.form-status { margin-bottom: 16px; }
.form-message { padding: 16px 20px; border-radius: 8px; font-size: 0.95rem; font-weight: 500; }
.form-message.success { background: rgba(0,184,148,0.1); color: #00B894; border: 1px solid rgba(0,184,148,0.3); }
.form-message.error { background: rgba(225,80,80,0.1); color: #d63031; border: 1px solid rgba(225,80,80,0.3); }

/* ===== FOOTER ===== */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.7); padding-top: 80px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { max-width: 300px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.footer-logo img { height: 36px; }
.footer-logo .logo-text { font-size: 1.3rem; font-weight: 800; color: #fff; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.6); }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; transition: 0.2s; }
.footer-social a svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.6); }
.footer-social a:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-3px); }
.footer-social a:hover svg { fill: #fff; }
.footer-column h4 { color: #fff; font-size: 1rem; margin-bottom: 24px; }
.footer-column h4::after { content: ''; display: block; width: 30px; height: 2px; background: var(--primary); margin-top: 8px; }
.footer-column ul { display: flex; flex-direction: column; gap: 12px; }
.footer-column a { font-size: 0.9rem; color: rgba(255,255,255,0.6); transition: 0.2s; }
.footer-column a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 0.85rem; }

/* ===== INNER PAGE SECTIONS ===== */
.approach-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; counter-reset: step; }
.approach-step { text-align: center; padding: 32px 24px; }
.approach-step::before { counter-increment: step; content: counter(step); display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; font-size: 1.3rem; font-weight: 800; margin: 0 auto 20px; }
.approach-step h4 { margin-bottom: 8px; }
.approach-step p { font-size: 0.9rem; margin: 0; }
.tech-stack { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.tech-tag { padding: 10px 24px; background: var(--white); border: 2px solid var(--border); border-radius: 50px; font-size: 0.9rem; font-weight: 500; transition: 0.2s; }
.tech-tag:hover { border-color: var(--primary); color: var(--primary); background: rgba(0,180,216,0.05); transform: translateY(-2px); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.feature-item { padding: 32px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border-left: 4px solid var(--primary); transition: 0.3s; }
.feature-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.feature-item h4 { margin-bottom: 8px; }
.feature-item p { font-size: 0.9rem; margin: 0; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.team-card { text-align: center; padding: 40px 24px; background: var(--white); border-radius: 16px; box-shadow: var(--shadow); transition: 0.3s; }
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.team-avatar { width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #fff; font-size: 2rem; font-weight: 700; }
.team-card h4 { margin-bottom: 4px; }
.team-card .role { color: var(--primary); font-size: 0.9rem; font-weight: 500; margin-bottom: 12px; }
.team-card p { font-size: 0.85rem; margin: 0; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.value-item { text-align: center; padding: 32px 20px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); transition: 0.3s; }
.value-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.value-icon { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 8px; background: rgba(0,180,216,0.1); display: flex; align-items: center; justify-content: center; }
.value-icon svg { width: 26px; height: 26px; stroke: var(--primary); fill: none; stroke-width: 2; }
.value-item h4 { margin-bottom: 8px; font-size: 1.05rem; }
.value-item p { font-size: 0.85rem; margin: 0; }
.content-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.content-two-col.reverse .content-text { order: 2; }
.content-image { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-hover); aspect-ratio: 4/3; }
.content-text h2 { margin-bottom: 20px; }
.content-text .feature-list { margin-top: 24px; display: grid; gap: 14px; }
.content-text .feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; }
.content-text .feature-list li svg { width: 22px; height: 22px; flex-shrink: 0; stroke: var(--primary); fill: none; stroke-width: 2; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ===== STATS ===== */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-darker), var(--primary-dark), var(--primary));
    position: relative;
    overflow: hidden;
}
.stats-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.stats-section::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}
.stat-item {
    text-align: center;
    padding: 32px 20px;
    border-radius: var(--radius);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(4px);
    transition: 0.3s;
}
.stat-item:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.stat-number {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8px;
}
.stat-number span {
    display: inline-block;
}
.stat-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: 0.6s; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .section { padding: 70px 0; }
    .main-nav, .header-cta { display: none; }
    .mobile-menu-toggle { display: flex; }
    .mobile-menu { display: flex; }
    .card-grid-4 { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .contact-form-wrapper { padding: 32px 24px; }
    .page-hero { padding: 140px 0 70px; }
    .content-two-col { grid-template-columns: 1fr; gap: 40px; }
    .content-two-col.reverse .content-text { order: 1; }
}
@media (max-width: 480px) {
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons .btn { width: 100%; }
    .stats-grid { grid-template-columns: 1fr; }
}
