/*
Theme Name: EP Restore Theme PRO v2
Theme URI: https://github.com/Black10998/ep-restore-theme-pro-v2

Author: Alkhalaf (PAX / PlayArcadiaX)
Author URI: https://playarcadiax.com

Developer: Alkhalaf
Developer Brand: PlayArcadiaX
Developer Website: https://playarcadiax.com
Developer GitHub: https://github.com/Black10998
Developer GitHub Repository: https://github.com/Black10998/ep-restore-theme-pro-v2
Developer Instagram: https://www.instagram.com/playarcadiax?igsh=eTR2endvZTQ5ZzFt&utm_source=qr
Developer Photo: https://example.com/path-to-your-photo.png

Description: Fully dynamic Customizer-powered WordPress theme for Austrian electrical businesses.
             Developed by Alkhalaf (PAX / PlayArcadiaX) as a professional high-performance theme
             for ELEKTRO RECHBERGER GmbH. Includes full Customizer control, optimized structure,
             and clean modular architecture.

Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4

Text Domain: ep-restore-theme-pro-v2
Tags: custom-theme, customizer, dynamic, business, elektrik, austria, österreich

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ===== Reset & Base Styles ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===== Container & Layout ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.e-con-boxed .e-con-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Header Styles ===== */
.site-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-top {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-logo img {
    max-height: 60px;
    width: auto;
}

.header-button a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-button a:hover {
    background-color: #61CE70;
    transform: translateY(-2px);
}

.header-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ===== Hero Section ===== */
.hero-section {
    padding: 50px 0;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text h2 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

.hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #666;
}

.feature-list svg {
    width: 16px;
    height: 16px;
    fill: #61CE70;
    flex-shrink: 0;
}

.hero-image img {
    border-radius: 40px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #61CE70;
    transform: translateY(-2px);
}

.cta-button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ===== Services Section ===== */
.services-section {
    background-color: #1a1a1a;
    padding: 50px 0;
    color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-box {
    text-align: center;
    padding: 30px 20px;
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.service-box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.service-box p {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.6;
}

.services-button {
    text-align: center;
    margin-top: 40px;
}

.services-button a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    color: #1a1a1a;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.services-button a:hover {
    background-color: #1a1a1a;
    color: #fff;
}

/* ===== About Section ===== */
.about-section {
    padding: 50px 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.about-image img {
    border-radius: 40px;
    width: 100%;
}

/* ===== Contact Section ===== */
.contact-section {
    background-color: #1a1a1a;
    padding: 50px 0;
    color: #fff;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 30px;
}

.contact-form h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    background-color: #2a2a2a;
    color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', Sans-serif;
    font-size: 1rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-form input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
}

.contact-form label {
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    color: #1a1a1a;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.contact-form button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ===== Problems Section ===== */
.problems-section {
    padding: 50px 0;
}

.problems-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
}

.problems-section > p {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.problems-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.problem-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.problem-item p {
    color: #666;
    line-height: 1.6;
}

/* ===== Footer Styles ===== */
.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0 20px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
}

.footer-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.footer-links a {
    color: #fff;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #61CE70;
}

.footer-copyright {
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    margin-top: 20px;
}

/* ===== Mobile Sticky Buttons ===== */
.mobile-sticky-buttons {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.mobile-sticky-buttons .button-group {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.mobile-sticky-buttons a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.9rem;
}

.mobile-sticky-buttons svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ===== Responsive Styles ===== */
@media (max-width: 1024px) {
    .hero-content,
    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-text h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .header-main {
        flex-direction: column;
        gap: 15px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
    }
    
    .hero-text h1 {
        font-size: 1.75rem;
    }
    
    .mobile-sticky-buttons {
        display: block;
    }
    
    .header-button {
        display: none;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-section,
    .services-section,
    .about-section,
    .contact-section,
    .problems-section {
        padding: 30px 0;
    }
    
    .hero-text h1 {
        font-size: 1.5rem;
    }
    
    .hero-text h2 {
        font-size: 1.1rem;
    }
}

/* ===== Utility Classes ===== */
.hidden-mobile {
    display: block;
}

.hidden-desktop {
    display: none;
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }
    
    .hidden-desktop {
        display: block;
    }
}
