/*
Theme Name: Professional Kitwerk Theme
Description: Modern en professioneel WordPress theme voor kitwerk bedrijven
Version: 1.0
Template: twentytwentyfour
*/
:root {
    --primary-color: #1e3a5f;
    --primary-dark: #152a47;
    --primary-darker: #0f1f35;
    --primary-light: #2d4f7c;
    --secondary-color: #1e3a5f;
    --accent-color: #3a6ba5;
    --bg-light: #f5f3f0;
    --bg-white: #faf9f7;
    --bg-off-white: #fefcf9;
    --red-color: #c53030;
    --red-dark: #9b2424;
    --text-color: #2d3748;
    --text-light: #4a5568;
    --text-dark: #1a202c;
    --border-color: #e2ddd6;
    --success-color: #28a745;
    --light-blue: #e6f0f8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    font-size: 16px;
    background: var(--bg-white);
    padding-top: 0;
    font-weight: 700;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.site-footer {
    margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

body.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}
.site-header {
    background: var(--primary-color) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    padding: 1rem 0;
    transition: box-shadow 0.3s ease;
    min-height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
}

.site-header.scrolled {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
    background: var(--primary-color) !important;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.nav-menu li {
    display: flex;
    align-items: center;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.nav-menu .btn-primary {
    background: var(--primary-darker);
    color: white;
    padding: 10px 24px;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 1rem;
}

.nav-menu .btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 31, 53, 0.4);
}

.header-logo-background {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10000 !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: opacity 0.3s ease !important;
    background: rgba(0, 0, 0, 0.001) !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    will-change: transform !important;
    isolation: isolate !important;
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.header-logo-background:hover {
    opacity: 0.8 !important;
}

.header-logo-background::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
    pointer-events: none !important;
    background: transparent !important;
}

.header-logo-background::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: auto !important;
    background: transparent !important;
}

.header-logo-full {
    max-height: 60px !important;
    height: auto !important;
    width: auto !important;
    max-width: 90% !important;
    object-fit: contain !important;
    display: block !important;
    opacity: 1 !important;
    pointer-events: none !important;
    user-select: none !important;
}

.header-container {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 50px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.header-container > * {
    pointer-events: auto;
}

.site-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-left: 0;
    height: 100%;
    flex-shrink: 0;
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.site-logo:hover {
    color: rgba(255, 255, 255, 0.8);
}

.main-navigation {
    position: relative;
    z-index: 3;
    margin-left: auto;
}

@media (min-width: 769px) {
    .header-container {
        justify-content: flex-end !important;
    }
    
    .main-navigation {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    
    .mobile-menu-toggle {
        display: none !important;
    }
    
    body .header-container {
        justify-content: flex-end !important;
    }
    
    body .main-navigation {
        margin-left: auto !important;
}
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    position: relative;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.hero-section {
    position: relative;
    background-attachment: fixed;
    color: white;
    padding: 120px 20px;
    text-align: left;
    min-height: 600px;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-section .guarantee-badge {
    display: inline-block;
    background: transparent;
    color: white;
    padding: 6px 0;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-section h1 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: white;
}

.hero-section .subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.hero-section .description {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    line-height: 1.6;
    opacity: 0.95;
}

.hero-logo {
    margin-bottom: 2rem;
}

.hero-logo-image {
    max-height: 80px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-section .cta-buttons {
    justify-content: center;
}

.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: var(--primary-darker);
    color: white;
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 31, 53, 0.4);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}
.services-section .btn-secondary,
.workarea-section .btn-secondary,
.about-content-section .btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.services-section .btn-secondary:hover,
.workarea-section .btn-secondary:hover,
.about-content-section .btn-secondary:hover {
    background: var(--primary-color);
    color: white;
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-color);
}
.guarantee-badge {
    display: inline-block;
    background: var(--success-color);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 1rem 0;
}

.professional-badge {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.services-section {
    padding: 80px 20px;
    background: var(--bg-off-white);
}

.services-section[style*="background: var(--bg-light)"] {
    background: var(--bg-light) !important;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.section-subtitle {
    text-align: center;
    color: var(--text-color);
    margin-bottom: 3rem;
    font-size: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.05);
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.15);
    border-color: var(--primary-color);
}

.service-card h3 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
    position: relative;
    z-index: 1;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.service-icon {
    width: 48px;
    height: 48px;
    background: var(--light-blue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.stats-section {
    background: var(--bg-light);
    padding: 60px 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    margin-bottom: 0.5rem;
}

.stats-section {
    background: var(--bg-light);
}

.stat-label {
    color: var(--text-light);
    font-size: 1rem;
}
.workarea-section {
    padding: 80px 20px;
    background: var(--bg-off-white);
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.location-item {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    color: var(--text-dark);
    transition: all 0.3s;
}

.location-item:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.2);
}
.site-footer {
    background: var(--primary-color);
    color: white;
    padding: 40px 20px 20px;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
    align-items: start;
}

.footer-section:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.footer-credits {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-credits p {
    margin: 0;
}

.footer-section.footer-credits a {
    text-decoration: underline;
}

.footer-section.footer-credits a:hover {
    text-decoration: underline;
}

.footer-section h4 {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    color: white;
}

.footer-logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-logo-link:hover {
    opacity: 0.8;
}

.footer-logo {
    max-height: 60px;
    width: auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.footer-section p {
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: rgba(255,255,255,0.8);
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0.5rem;
}

.footer-menu a {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: white;
}

.footer-bottom p {
    color: white;
}

.footer-bottom a {
    color: white;
    text-decoration: underline;
}

.footer-bottom a:hover {
    color: rgba(255,255,255,0.8);
}
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 999;
    transition: all 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
@media screen and (max-width: 1024px) {
    .hero-section {
        background-attachment: scroll !important;
        padding: 100px 20px !important;
        min-height: 550px !important;
    }
    
    .hero-section h1 {
        font-size: 3rem !important;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
    
    .footer-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (max-width: 768px) {
    .site-header {
        padding: 0.5rem 0 !important;
        min-height: 60px !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
    }
    
    .header-logo-background {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        min-height: 60px !important;
        z-index: 10001 !important;
        pointer-events: auto !important;
        background: rgba(0, 0, 0, 0.001) !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        will-change: transform !important;
        isolation: isolate !important;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
        -webkit-user-select: none !important;
        user-select: none !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
    }
    
    .header-logo-background::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 0 !important;
        pointer-events: auto !important;
        background: transparent !important;
    }
    
    .header-logo-full {
        max-height: 45px !important;
        max-width: 85% !important;
        pointer-events: none !important;
        user-select: none !important;
    }
    
    .header-container {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 0 15px !important;
        gap: 0 !important;
        min-height: 50px !important;
    }
    img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .mobile-menu-toggle {
        display: flex !important;
        order: 2 !important;
        margin-left: auto !important;
    }
    
    .main-navigation {
        order: 1 !important;
    }
    .main-navigation {
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: var(--primary-color) !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
        z-index: 9998 !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
        transform: translateZ(0) !important;
        -webkit-transform: translateZ(0) !important;
        will-change: max-height !important;
    }
    
    .main-navigation.menu-open {
        max-height: 500px !important;
        padding: 1rem 0 !important;
        position: fixed !important;
        top: 60px !important;
    }
    
    .nav-menu {
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
    
    .nav-menu li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    .nav-menu li:last-child {
        border-bottom: none !important;
    }
    
    .nav-menu a {
        display: block !important;
        padding: 1rem 0 !important;
        width: 100% !important;
    }
    
    .nav-menu .btn-primary {
        margin-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        padding: 12px 20px !important;
        margin-top: 0.5rem !important;
    }
    .hero-section {
        padding: 60px 15px !important;
        min-height: 450px !important;
        text-align: center !important;
    }
    .hero-section[style*="background-image"] {
        background-attachment: scroll !important;
        background-size: cover !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    
    .hero-container {
        text-align: center !important;
        max-width: 100% !important;
    }
    
    .hero-section .subtitle {
        font-size: 0.85rem !important;
        text-align: center !important;
    }
    
    .hero-section h1 {
        font-size: 2rem !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-section .description {
        font-size: 0.95rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        max-width: 100% !important;
    }
    
    .cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 1rem !important;
        width: 100% !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    .btn {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 14px 24px !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 2 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
        touch-action: manipulation !important;
    }
    
    .about-content-section .btn,
    .about-content-section .cta-buttons .btn {
        pointer-events: auto !important;
        z-index: 2 !important;
        position: relative !important;
    }
    .services-section {
        padding: 60px 15px !important;
    }
    
    .section-container {
        padding: 0 !important;
        max-width: 100% !important;
    }
    
    .section-title {
        font-size: 1.75rem !important;
        text-align: center !important;
        margin-bottom: 0.75rem !important;
    }
    
    .section-subtitle {
        font-size: 0.95rem !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
        padding: 0 10px !important;
    }
    
    .professional-badge {
        font-size: 0.75rem !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
        margin-top: 2rem !important;
    }
    
    .service-card {
        padding: 1.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .service-card h3 {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .service-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    .site-footer {
        padding: 30px 15px 15px !important;
    }
    
    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .footer-section {
        text-align: center !important;
    }
    
    .footer-section:first-child {
        justify-content: center !important;
        align-items: center !important;
    }
    
    .footer-logo {
        max-height: 50px !important;
        margin: 0 auto 1rem !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .footer-section h4 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .footer-section p {
        font-size: 0.9rem !important;
    }
    
    .footer-bottom {
        padding-top: 1rem !important;
        font-size: 0.85rem !important;
    }
    
    .footer-bottom p {
        line-height: 1.6 !important;
    }
    .page-hero-section {
        padding: 60px 15px !important;
    }
    
    .page-hero-section h1 {
        font-size: 2rem !important;
    }
    
    .page-hero-subtitle {
        font-size: 1rem !important;
    }
    
    .about-content-section {
        padding: 60px 15px !important;
    }
    
    .about-text h2 {
        font-size: 1.5rem !important;
        margin-top: 2rem !important;
    }
    
    .about-text p {
        font-size: 1rem !important;
    }
    
    .about-features li {
        font-size: 1rem !important;
        padding: 0.75rem 0 !important;
        padding-left: 1.5rem !important;
    }
    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        bottom: 20px !important;
        right: 20px !important;
        font-size: 1.5rem !important;
    }
    .stats-section {
        padding: 40px 15px !important;
    }
    
    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .stat-number {
        font-size: 2.5rem !important;
    }
    
    .stat-label {
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 480px) {
    .header-logo-background {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        min-height: 60px !important;
        z-index: 10001 !important;
        pointer-events: auto !important;
        background: rgba(0, 0, 0, 0.001) !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        will-change: transform !important;
        isolation: isolate !important;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
        -webkit-user-select: none !important;
        user-select: none !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
    }
    
    .header-logo-background::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 0 !important;
        pointer-events: auto !important;
        background: transparent !important;
    }
    
    .header-logo-full {
        pointer-events: none !important;
        user-select: none !important;
    }
    
    .hero-section {
        padding: 50px 10px !important;
        min-height: 400px !important;
    }
    
    .hero-section h1 {
        font-size: 1.75rem !important;
    }
    
    .hero-section .subtitle {
        font-size: 0.8rem !important;
    }
    
    .hero-section .description {
        font-size: 0.9rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
    
    .section-subtitle {
        font-size: 0.9rem !important;
    }
    
    .service-card {
        padding: 1.25rem !important;
    }
    
    .service-card h3 {
        font-size: 1.15rem !important;
    }
    
    .service-card p {
        font-size: 0.9rem !important;
    }
    
    .btn {
        padding: 12px 20px !important;
        font-size: 0.9rem !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 2 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
        touch-action: manipulation !important;
    }
    
    .about-content-section .btn,
    .about-content-section .cta-buttons .btn {
        pointer-events: auto !important;
        z-index: 2 !important;
        position: relative !important;
    }
    
    .header-container {
        padding: 0 10px !important;
    }
    
    .services-section {
        padding: 50px 10px !important;
    }
    
    .site-footer {
        padding: 25px 10px 15px !important;
    }
}
.page-hero-section {
    background: var(--primary-color);
    color: white;
    padding: 80px 20px;
        text-align: center;
    }

.page-hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.page-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.about-content-section {
    padding: 80px 20px;
    background: var(--bg-off-white);
    position: relative;
    z-index: 1;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-content-section .cta-buttons {
    position: relative;
    z-index: 2;
}

.about-content-section .cta-buttons .btn {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

.about-text h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.about-text h2:first-child {
    margin-top: 0;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    }

.about-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.about-features li {
    padding: 1rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
}

.about-features li:last-child {
    border-bottom: none;
}

.contact-content-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--bg-off-white) 0%, var(--bg-white) 100%);
    position: relative;
}

.contact-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: start;
}

.contact-wrapper:has(.contact-form-wrapper:only-child) {
    grid-template-columns: 1fr;
    max-width: 800px;
}

.contact-info {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(30, 58, 95, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.contact-info h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item strong {
    display: block;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.contact-item p {
    margin: 0;
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6;
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.contact-form-wrapper {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(30, 58, 95, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-form-wrapper:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.contact-form-wrapper h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-message {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    border-left: 4px solid;
}

.contact-success {
    background: #d4edda;
    border-color: var(--success-color);
    color: #155724;
}

.contact-error {
    background: #f8d7da;
    border-color: var(--red-color);
    color: #721c24;
}

.contact-message p {
    margin: 0;
    font-size: 1rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-group .required {
    color: var(--red-color);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    color: var(--text-color);
    background: white;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
    line-height: 1.6;
}

.subject-length-hint,
.message-length-hint {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #666;
    text-align: right;
}

.subject-length-hint #subject-char-count,
.message-length-hint #message-char-count {
    font-weight: 600;
}

.form-group button[type="submit"] {
    align-self: flex-start;
    margin-top: 0.5rem;
}

@media screen and (max-width: 968px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .contact-info,
    .contact-form-wrapper {
        padding: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .contact-content-section {
        padding: 50px 15px;
    }
    
    .contact-info h2,
    .contact-form-wrapper h2 {
        font-size: 1.5rem;
    }
    
    .contact-info,
    .contact-form-wrapper {
        padding: 1.5rem;
    }
    
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group textarea {
        padding: 10px 14px;
        font-size: 0.95rem;
    }
}

.faq-section-contact {
    padding: 80px 20px;
    background: var(--bg-white);
    border-top: 1px solid var(--border-color);
}

.faq-wrapper-contact {
    max-width: 900px;
    margin: 0 auto;
}

.faq-section-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.faq-content-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--bg-off-white) 0%, var(--bg-white) 100%);
    position: relative;
}

.faq-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.faq-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(30, 58, 95, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    background: white;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: background-color 0.3s, color 0.3s;
    font-family: inherit;
}

.faq-question:hover {
    background: var(--light-blue);
    color: var(--primary-color);
}

.faq-question[aria-expanded="true"] {
    background: var(--light-blue);
    color: var(--primary-color);
}

.faq-question-text {
    flex: 1;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    color: var(--primary-color);
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background: white;
}

.faq-item.active .faq-answer,
.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 1000px;
    padding: 0 2rem 1.5rem 2rem;
}

.faq-answer-content {
    padding-top: 0.5rem;
    color: var(--text-color);
    line-height: 1.8;
    font-size: 1rem;
}

.faq-answer-content p {
    margin-bottom: 1rem;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-empty {
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: var(--text-light);
}

.faq-cta {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 20px rgba(30, 58, 95, 0.3);
}

.faq-cta h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.faq-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
}

.faq-cta .btn {
    background: white;
    color: var(--primary-color);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
}

.faq-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
    background: var(--bg-white);
}

@media screen and (max-width: 768px) {
    .faq-content-section,
    .faq-section-contact {
        padding: 50px 15px;
    }
    
    .faq-section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer,
    .faq-question[aria-expanded="true"] + .faq-answer {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }
    
    .faq-cta {
        padding: 2rem 1.5rem;
    }
    
    .faq-cta h3 {
        font-size: 1.5rem;
    }
    
    .faq-cta p {
        font-size: 1rem;
    }
}

.about-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}
.about-features.no-check li {
    padding-left: 0 !important;
}

.about-features.no-check li::before {
    content: none !important;
}
.privacy-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.privacy-list li {
    padding: 0.5rem 0;
    padding-left: 0 !important;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
}

.privacy-list li:last-child {
    border-bottom: none;
}

.privacy-list li::before {
    content: none !important;
}
.portfolio-section {
    padding: 80px 20px;
    background: var(--bg-off-white);
    min-height: auto;
    overflow: visible;
}

body.page-template-page-portfolio .site-header,
body.page-template-page-portfolio .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

body.page-template-page-portfolio {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.page-template-page-portfolio .site-main {
    flex: 1;
}

body.page-template-page-portfolio .site-footer {
    margin-top: auto;
}

.portfolio-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.portfolio-intro .section-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.portfolio-intro .section-subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.portfolio-filter-btn {
    padding: 12px 24px;
    background: var(--primary-darker);
    color: white;
    border: none;
    border-radius: 6px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.portfolio-filter-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
}

.portfolio-filter-btn.active {
    background: var(--primary-color);
    box-shadow: 0 2px 10px rgba(30, 58, 95, 0.3);
}

.portfolio-masonry {
    column-count: 3;
    column-gap: 1.25rem;
    max-width: 1400px;
    margin: 0 auto;
}

.portfolio-masonry-item {
    break-inside: avoid;
    margin-bottom: 1.25rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-masonry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.portfolio-masonry-link {
    display: block;
    line-height: 0;
}

.portfolio-masonry-link img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.portfolio-masonry-item:hover .portfolio-masonry-link img {
    transform: scale(1.03);
}

.portfolio-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.portfolio-empty p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .portfolio-masonry {
        column-count: 2;
        column-gap: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .portfolio-section {
        padding: 60px 15px;
    }
    .portfolio-intro {
        margin-bottom: 3rem;
    }
    .portfolio-intro .section-title {
        font-size: 2rem;
    }
    .portfolio-intro .section-subtitle {
        font-size: 1rem;
    }
    .portfolio-filters {
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
    .portfolio-filter-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
    .portfolio-masonry {
        column-count: 1;
        column-gap: 1rem;
    }
    .portfolio-masonry-item {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .portfolio-section {
        padding: 50px 10px;
    }
    .portfolio-intro .section-title {
        font-size: 1.75rem;
    }
    .portfolio-filter-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

