/* Woodlands Garage Pros - Main Stylesheet */
/* THEME: Midnight Dark Header, White Text, Glowing Orange Accents */

/* ===== BASE STYLES ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    font-family: 'Inter', sans-serif; line-height: 1.6; color: #e2e8f0; background-color: #1a1a1a; 
    -webkit-user-select: none; -ms-user-select: none; user-select: none;
}
.contact-section, footer, .contact-link, .review-text { 
    -webkit-user-select: text; -ms-user-select: text; user-select: text; 
}

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

/* ===== HEADER STYLES ===== */
header { 
    background: linear-gradient(145deg, #1a202c 0%, #2d3748 50%, #4a5568 100%); 
    color: white; 
    padding: 1.5rem 0; 
    position: relative; 
    overflow: visible; 
}

.header-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; z-index: 2; margin-bottom: 1rem; }
.logo-section { display: flex; align-items: center; gap: 15px; }
.logo-design { width: 100px; height: 100px; background: linear-gradient(135deg, #ed8936, #dd6b20); border-radius: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(237, 137, 54, 0.4); padding: 15px; }
.logo-design a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.logo-image { width: 100%; height: 100%; object-fit: contain; border-radius: 10px; -webkit-user-drag: none; pointer-events: none; }

.brand-info h1 { font-family: 'Rubik', sans-serif; font-size: 2.2rem; font-weight: 800; margin: 0; line-height: 1; color: #ffffff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }

.contact-section { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.primary-phone { font-size: 1.4rem; font-weight: 800; color: #ffffff; text-decoration: none; transition: all 0.3s ease; letter-spacing: 0.5px; }
.primary-phone:hover { color: #ed8936; }
.email-contact { font-size: 1.1rem; color: rgba(255, 255, 255, 0.85); text-decoration: none; }

.quote-btn { background: linear-gradient(to bottom, #ff8c61, #ff6b35); color: white; padding: 12px 35px; border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 0 15px rgba(237, 137, 54, 0.6); border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease; }
.quote-btn:hover { background: linear-gradient(to bottom, #ff9d7a, #ff7847); box-shadow: 0 0 25px rgba(237, 137, 54, 0.8); transform: translateY(-2px); }

.phone-mobile { display: none; font-size: 1.4rem; font-weight: 800; color: #ffffff; text-decoration: none; margin-bottom: 5px; }

/* ===== NAVIGATION ===== */
nav { 
    background: #0d1117; 
    width: 100%; 
    margin-top: 1.5rem;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    position: relative; /* Essential for absolute hamburger */
}

nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0; }
nav ul li a { color: #e2e8f0; text-decoration: none; font-weight: 600; padding: 18px 25px; display: block; transition: all 0.3s ease; border-right: 1px solid rgba(255,255,255,0.05); }
nav ul li:first-child a { border-left: 1px solid rgba(255,255,255,0.05); }
nav ul li a:hover, nav ul li a.active { background: #ed8936; color: white; }

/* HAMBURGER MENU (Fixed: Left & Centered) */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    left: 20px; /* MOVED TO LEFT */
    top: 50%;   /* VERTICAL CENTER START */
    transform: translateY(-50%); /* VERTICAL CENTER FIX */
}
.hamburger span { display: block; width: 30px; height: 3px; background-color: #ed8936; margin: 6px 0; transition: 0.3s; border-radius: 2px; }

/* ===== HERO & SECTIONS ===== */
.hero { background: linear-gradient(135deg, rgba(26, 32, 44, 0.95), rgba(45, 55, 72, 0.9)); min-height: 600px; display: flex; align-items: center; color: white; position: relative; }
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-content h2 { font-family: 'Rubik', sans-serif; font-size: 3.5rem; font-weight: 900; margin-bottom: 1.5rem; line-height: 1.1; }
.hero-highlight { color: #ed8936; }
.hero-content p { font-size: 1.4rem; margin-bottom: 2.5rem; opacity: 0.95; font-weight: 500; }
.hero-cta { background: linear-gradient(135deg, #ed8936, #dd6b20); color: white; padding: 20px 50px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 1.3rem; transition: all 0.4s ease; display: inline-block; box-shadow: 0 8px 30px rgba(237, 137, 54, 0.4); }
.hero-cta:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(237, 137, 54, 0.5); }
.action-image { max-width: 100%; height: auto; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); -webkit-user-drag: none; }

section { padding: 5rem 0; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-title { font-family: 'Rubik', sans-serif; font-size: 2.8rem; font-weight: 800; color: #ffffff; margin-bottom: 1.5rem; position: relative; padding-top: 30px; }
.section-title::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 5px; background: linear-gradient(90deg, #ed8936, #f6ad55); border-radius: 3px; }
.section-subtitle { font-size: 1.2rem; color: #a0aec0; line-height: 1.8; }

/* Styles for Services, Reviews, etc. */
.why-choose { background: #0f0f0f; }
.advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }
.advantage-card { background: #2d3748; padding: 3rem 2rem; border-radius: 20px; text-align: center; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); border: 2px solid transparent; transition: all 0.4s ease; position: relative; overflow: hidden; }
.advantage-card:hover { transform: translateY(-10px); border-color: #ed8936; background: #374151; }
.advantage-icon { font-size: 3.5rem; color: #ed8936; margin-bottom: 1.5rem; }
.advantage-card h3 { font-family: 'Rubik', sans-serif; font-size: 1.6rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; }
.advantage-card p { color: #cbd5e0; font-size: 1.05rem; }

.services { background: #1a1a1a; }
.services-display { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.service-box { background: #2d3748; padding: 3rem 2rem; border-radius: 20px; text-align: center; border: 2px solid #4a5568; transition: all 0.4s ease; position: relative; overflow: hidden; }
.service-box:hover { transform: translateY(-10px); border-color: transparent; background: #374151; box-shadow: 0 20px 60px rgba(237, 137, 54, 0.3); }
.service-icon { font-size: 3.5rem; color: #ed8936; margin-bottom: 1.5rem; }
.service-box h3 { font-family: 'Rubik', sans-serif; font-size: 1.6rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; }
.service-box p { color: #cbd5e0; font-size: 1.05rem; }

.testimonials { background: #0f0f0f; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }
.review-card { background: #2d3748; padding: 3rem 2rem; border-radius: 20px; border: 2px solid rgba(237, 137, 54, 0.2); position: relative; }
.review-text { font-size: 1.1rem; font-style: italic; color: #e2e8f0; margin-bottom: 1.5rem; }
.review-author { font-weight: 700; color: #ed8936; }

.faq { background: #1a1a1a; }
.faq-wrapper { max-width: 900px; margin: 0 auto; }
.faq-item { background: #2d3748; margin-bottom: 1.5rem; border-radius: 15px; overflow: hidden; border: 2px solid #4a5568; }
.faq-question { padding: 1.8rem 2rem; font-family: 'Rubik', sans-serif; font-size: 1.2rem; font-weight: 700; color: #ffffff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background: #374151; }
.faq-answer.open { max-height: 300px; padding: 0 2rem 1.8rem 2rem; }
.faq-answer p { color: #cbd5e0; }

.partner-links { background: #0f0f0f; text-align: center; }
.partner-content { max-width: 900px; margin: 0 auto; padding: 3rem; background: #2d3748; border-radius: 20px; border: 2px solid #4a5568; }
.partner-content h3 { font-family: 'Rubik', sans-serif; font-size: 1.8rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; }
.partner-content a { color: #ed8936; font-weight: 600; text-decoration: none; }

.cta { background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%); color: white; text-align: center; }
.cta h2 { font-family: 'Rubik', sans-serif; font-size: 3rem; font-weight: 800; margin-bottom: 1.5rem; }
.cta-highlight { color: #ed8936; }
.coverage-areas { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin: 2.5rem 0; }
.area-badge { background: rgba(237, 137, 54, 0.15); padding: 12px 28px; border-radius: 50px; color: #ed8936; border: 2px solid rgba(237, 137, 54, 0.3); font-weight: 600; text-decoration: none; display: inline-block; transition: 0.3s; }
.area-badge:hover { background: rgba(237, 137, 54, 0.25); border-color: #ed8936; transform: translateY(-3px); color: white; }
.cta-actions { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 3rem; }
.action-btn { padding: 18px 45px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 1.2rem; display: inline-block; }
.btn-primary { background: linear-gradient(135deg, #ed8936, #dd6b20); color: white; }
.btn-secondary { border: 2px solid #ed8936; color: #ed8936; }
.btn-secondary:hover { background: #ed8936; color: white; }

.contact { background: #1a1a1a; }
.contact-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3rem; max-width: 800px; margin: 0 auto; }
.contact-method { background: #2d3748; padding: 3rem 2rem; border-radius: 20px; text-align: center; border: 2px solid transparent; }
.contact-method:hover { transform: translateY(-10px); border-color: #ed8936; background: #374151; }
.contact-icon { font-size: 3.5rem; color: #ed8936; margin-bottom: 1.5rem; }
.contact-method h3 { font-family: 'Rubik', sans-serif; font-size: 1.6rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; }
.contact-link { display: inline-flex; justify-content: center; align-items: center; width: 100%; font-size: 1.2rem; font-weight: 700; color: #ed8936; text-decoration: none; margin-bottom: 1rem; text-align: center; }
.contact-method p { color: #cbd5e0; font-size: 1rem; }

footer { background: #0d1117; color: #718096; text-align: center; padding: 3rem 0; }
footer a { color: #ed8936; text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .header-content { flex-direction: column; text-align: center; gap: 15px; }
    .logo-section { flex-direction: column; gap: 5px; }
    .logo-design { width: 90px; height: 90px; padding: 10px; }
    
    .contact-section { align-items: center; width: 100%; }
    .contact-section .primary-phone { display: none; }
    .phone-mobile { display: block; }
    
    .quote-btn { width: 100%; text-align: center; max-width: 300px; }
    
    .hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-content { text-align: center; }
    .cta-actions { flex-direction: column; align-items: center; }
    .action-btn { width: 100%; max-width: 300px; }
    
    .coverage-areas { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
    .area-badge { min-width: auto; width: 100%; }
    
    .nav-container { justify-content: flex-start; min-height: 60px; }
    .hamburger { display: block; }
    nav ul { display: none; flex-direction: column; width: 100%; background: #0d1117; position: absolute; top: 60px; left: 0; z-index: 9999; }
    nav.active ul { display: flex; }
    nav ul li a { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: left; }
    
    .contact-link { font-size: 1rem; word-break: break-all; }
}

@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.animate-on-scroll { animation: fadeInUp 0.6s ease-out; }