/* ============================================
   PNP Fly Away Promotions - Complete Styles
   Dark + Light Theme | Steampunk Aesthetic
   ============================================ */

:root {
    --bronze: #b87333;
    --copper: #cd7f32;
    --copper-dark: #a0522d;
    --copper-light: #e8a87c;
    --steel: #c0c0c0;
    --steel-dark: #8a8a8a;
    --gunmetal: #2a2a2a;
    --charcoal: #1a1a1a;
    --obsidian: #0d0d0d;
    --silver: #e8e8e8;
    --gold: #d4a017;
    --accent-blue: #1877f2;
    --accent-orange: #ff4500;
    --accent-teal: #0088cc;
    --text-primary: #f5f5f5;
    --text-secondary: #b0b0b0;
    --text-muted: #777;
    --section-pad: 100px 0;
    --container: 1200px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'Exo 2', sans-serif;
    background: var(--obsidian);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

/* Background Gears */
.bg-gears { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; opacity: 0.04; }
.gear { position: absolute; border: 8px solid var(--copper); border-radius: 50%; background: transparent; }
.gear::before { content: ''; position: absolute; width: 30%; height: 30%; top: 35%; left: 35%; border-radius: 50%; background: var(--copper); }
.gear-1 { width: 400px; height: 400px; top: -100px; left: -100px; animation: rotate 60s linear infinite; }
.gear-2 { width: 300px; height: 300px; bottom: 10%; right: -80px; animation: rotate-reverse 45s linear infinite; }
.gear-3 { width: 200px; height: 200px; top: 40%; left: 5%; animation: rotate 80s linear infinite; }
.gear-4 { width: 250px; height: 250px; bottom: -50px; left: 40%; animation: rotate-reverse 50s linear infinite; }
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes rotate-reverse { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: var(--transition); background: transparent; }
.navbar.scrolled { background: rgba(13,13,13,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184,115,51,0.3); padding: 12px 0; box-shadow: 0 4px 30px rgba(0,0,0,0.5); }
.nav-container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; flex-direction: column; text-decoration: none; line-height: 1.1; }
.logo-text { font-family: 'Orbitron', sans-serif; font-weight: 800; font-size: 1.6rem; background: linear-gradient(135deg, var(--steel), var(--copper), var(--steel)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 2px; }
.logo-sub { font-size: 0.65rem; color: var(--copper); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }
.nav-links { display: flex; list-style: none; gap: 28px; align-items: center; }
.nav-link { color: var(--text-secondary); text-decoration: none; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; transition: var(--transition); position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--copper), var(--gold)); transition: var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--text-primary); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--copper); transition: var(--transition); }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 120px 0 80px; background: radial-gradient(ellipse at 30% 20%, rgba(184,115,51,0.12) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(205,127,50,0.08) 0%, transparent 50%), var(--obsidian); }
.hero-content { text-align: center; max-width: 900px; }
.hero-logo-wrapper { margin-bottom: 24px; animation: fadeInUp 1s ease; }
.hero-logo { max-width: 420px; width: 100%; height: auto; filter: drop-shadow(0 10px 40px rgba(184,115,51,0.4)); transition: transform 0.5s ease; border-radius: 12px; }
.hero-logo:hover { transform: scale(1.02); }
.hero-title { font-family: 'Orbitron', sans-serif; margin-bottom: 16px; animation: fadeInUp 1s ease 0.2s both; }
.title-main { display: block; font-size: clamp(2.2rem, 6vw, 3.8rem); font-weight: 800; letter-spacing: 6px; background: linear-gradient(135deg, var(--copper-light), var(--copper), var(--bronze)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.title-sub { display: block; font-size: clamp(1.4rem, 3.5vw, 2.2rem); font-weight: 600; letter-spacing: 8px; color: var(--steel); margin-top: 4px; }
.hero-tagline { font-size: 1.1rem; color: var(--copper); letter-spacing: 2px; text-transform: uppercase; font-weight: 500; margin-bottom: 16px; animation: fadeInUp 1s ease 0.3s both; }
.hero-desc { font-size: 1.15rem; color: var(--text-secondary); max-width: 560px; margin: 0 auto 36px; animation: fadeInUp 1s ease 0.4s both; }
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; animation: fadeInUp 1s ease 0.5s both; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; font-family: 'Exo 2', sans-serif; font-weight: 600; font-size: 0.95rem; letter-spacing: 1px; text-decoration: none; border-radius: 4px; border: none; cursor: pointer; transition: var(--transition); text-transform: uppercase; }
.btn-primary { background: linear-gradient(135deg, var(--copper), var(--bronze)); color: var(--obsidian); box-shadow: 0 4px 20px rgba(184,115,51,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(184,115,51,0.55); background: linear-gradient(135deg, var(--copper-light), var(--copper)); }
.btn-secondary { background: transparent; color: var(--copper); border: 2px solid var(--copper); }
.btn-secondary:hover { background: rgba(184,115,51,0.15); transform: translateY(-2px); }
.btn-lg { padding: 18px 42px; font-size: 1.05rem; }
.btn-full { width: 100%; }
.social-proof { animation: fadeInUp 1s ease 0.6s both; }
.platform-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 12px; }
.platform-icons i { font-size: 1.5rem; color: var(--steel-dark); transition: var(--transition); }
.platform-icons i:hover { color: var(--copper); transform: scale(1.2); }
.social-proof p { font-size: 0.9rem; color: var(--text-muted); }
.scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); animation: bounce 2s infinite; }
.scroll-indicator span { display: block; width: 24px; height: 40px; border: 2px solid var(--copper); border-radius: 12px; position: relative; }
.scroll-indicator span::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--copper); border-radius: 2px; animation: scroll-dot 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@keyframes scroll-dot { 0% { opacity: 1; top: 8px; } 100% { opacity: 0; top: 24px; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* Section common */
.section-header { text-align: center; margin-bottom: 60px; }
.section-badge { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--copper); background: rgba(184,115,51,0.12); padding: 6px 16px; border-radius: 20px; border: 1px solid rgba(184,115,51,0.3); margin-bottom: 16px; }
.section-title { font-family: 'Orbitron', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; letter-spacing: 1px; margin-bottom: 16px; background: linear-gradient(135deg, var(--silver), var(--steel)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-subtitle { font-size: 1.1rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; }

/* Services */
.services { padding: var(--section-pad); background: linear-gradient(180deg, var(--obsidian) 0%, var(--charcoal) 50%, var(--obsidian) 100%); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.service-card { background: linear-gradient(145deg, #1f1f1f, #161616); border: 1px solid rgba(184,115,51,0.2); border-radius: 12px; padding: 36px 28px; position: relative; transition: var(--transition); overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--copper), transparent); opacity: 0; transition: var(--transition); }
.service-card:hover { transform: translateY(-6px); border-color: rgba(184,115,51,0.5); box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 30px rgba(184,115,51,0.1); }
.service-card:hover::before { opacity: 1; }
.service-card.featured { border-color: rgba(184,115,51,0.5); background: linear-gradient(145deg, #241c14, #1a1510); }
.service-badge { position: absolute; top: 16px; right: 16px; background: linear-gradient(135deg, var(--copper), var(--bronze)); color: var(--obsidian); font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; letter-spacing: 0.5px; text-transform: uppercase; }
.service-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(184,115,51,0.2), rgba(184,115,51,0.05)); border: 1px solid rgba(184,115,51,0.3); border-radius: 12px; margin-bottom: 24px; font-size: 1.5rem; color: var(--copper); }
.service-card h3 { font-family: 'Orbitron', sans-serif; font-size: 1.25rem; font-weight: 600; margin-bottom: 12px; color: var(--silver); }
.service-card p { color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 20px; }
.service-features { list-style: none; }
.service-features li { position: relative; padding-left: 20px; margin-bottom: 8px; font-size: 0.9rem; color: var(--text-muted); }
.service-features li::before { content: '⚙'; position: absolute; left: 0; color: var(--copper); font-size: 0.7rem; }

/* About */
.about { padding: var(--section-pad); background: var(--obsidian); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-content .section-title { text-align: left; -webkit-text-fill-color: unset; background: none; color: var(--silver); }
.about-content p { color: var(--text-secondary); margin-bottom: 16px; font-size: 1.05rem; }
.about-stats { display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { font-family: 'Orbitron', sans-serif; font-size: 2.4rem; font-weight: 700; color: var(--copper); display: inline; }
.stat-label { display: block; font-size: 0.85rem; color: var(--text-muted); margin-top: 4px; letter-spacing: 0.5px; }
.about-visual { display: flex; justify-content: center; }
.visual-frame { position: relative; width: 100%; max-width: 420px; }
.about-logo { width: 100%; height: auto; border-radius: 12px; filter: drop-shadow(0 15px 40px rgba(184,115,51,0.35)); }
.gear-overlay { position: absolute; width: 80px; height: 80px; border: 6px solid var(--copper); border-radius: 50%; opacity: 0.3; animation: rotate 20s linear infinite; }
.gear-a { top: -20px; right: -20px; }
.gear-b { bottom: -15px; left: -15px; width: 60px; height: 60px; animation: rotate-reverse 15s linear infinite; }

/* Process */
.process { padding: var(--section-pad); background: linear-gradient(180deg, var(--obsidian), var(--charcoal)); }
.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-timeline::before { content: ''; position: absolute; top: 40px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, transparent, var(--copper), transparent); opacity: 0.4; }
.process-step { text-align: center; position: relative; }
.step-number { font-family: 'Orbitron', sans-serif; font-size: 2.5rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1.5px var(--copper); margin-bottom: 16px; }
.step-content h3 { font-family: 'Orbitron', sans-serif; font-size: 1.2rem; margin-bottom: 10px; color: var(--silver); }
.step-content p { font-size: 0.9rem; color: var(--text-secondary); }

/* Portfolio */
.portfolio { padding: var(--section-pad); background: var(--obsidian); }
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.portfolio-card { background: #161616; border-radius: 12px; overflow: hidden; border: 1px solid rgba(184,115,51,0.15); transition: var(--transition); }
.portfolio-card:hover { transform: translateY(-6px); border-color: rgba(184,115,51,0.4); box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.portfolio-image { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: rgba(255,255,255,0.7); }
.portfolio-info { padding: 24px; }
.portfolio-tag { font-size: 0.75rem; color: var(--copper); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.portfolio-info h3 { font-family: 'Orbitron', sans-serif; font-size: 1.15rem; margin: 8px 0; color: var(--silver); }
.portfolio-info p { font-size: 0.9rem; color: var(--text-secondary); }

/* Testimonials */
.testimonials { padding: var(--section-pad); background: linear-gradient(180deg, var(--charcoal), var(--obsidian)); }
.testimonials-slider { position: relative; max-width: 700px; margin: 0 auto; min-height: 280px; }
.testimonial-card { display: none; text-align: center; padding: 20px; animation: fadeIn 0.5s ease; }
.testimonial-card.active { display: block; }
.quote-icon { font-size: 2rem; color: var(--copper); opacity: 0.5; margin-bottom: 20px; }
.testimonial-text { font-size: 1.25rem; font-style: italic; color: var(--text-primary); line-height: 1.7; margin-bottom: 32px; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 14px; }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--copper), var(--bronze)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; color: var(--obsidian); }
.testimonial-author strong { display: block; color: var(--silver); }
.testimonial-author span { font-size: 0.85rem; color: var(--text-muted); }
.testimonial-dots { display: flex; justify-content: center; gap: 10px; margin-top: 32px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--steel-dark); border: none; cursor: pointer; transition: var(--transition); }
.dot.active, .dot:hover { background: var(--copper); transform: scale(1.2); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* CTA */
.cta-banner { padding: 80px 0; background: linear-gradient(135deg, rgba(184,115,51,0.15), rgba(160,82,45,0.1)), var(--charcoal); border-top: 1px solid rgba(184,115,51,0.25); border-bottom: 1px solid rgba(184,115,51,0.25); text-align: center; }
.cta-content h2 { font-family: 'Orbitron', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin-bottom: 12px; color: var(--silver); }
.cta-content p { color: var(--text-secondary); margin-bottom: 28px; font-size: 1.1rem; }

/* Contact */
.contact { padding: var(--section-pad); background: var(--obsidian); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info .section-title { text-align: left; -webkit-text-fill-color: unset; background: none; color: var(--silver); }
.contact-info > p { color: var(--text-secondary); margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item i { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(184,115,51,0.15); border: 1px solid rgba(184,115,51,0.3); border-radius: 8px; color: var(--copper); font-size: 1.1rem; flex-shrink: 0; }
.contact-item strong { display: block; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.contact-item a { color: var(--silver); text-decoration: none; transition: var(--transition); }
.contact-item a:hover { color: var(--copper); }
.contact-socials { display: flex; gap: 12px; margin-top: 6px; }
.contact-socials a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: rgba(184,115,51,0.1); border: 1px solid rgba(184,115,51,0.25); border-radius: 6px; color: var(--copper); font-size: 0.95rem; transition: var(--transition); }
.contact-socials a:hover { background: var(--copper); color: var(--obsidian); border-color: var(--copper); }
.contact-form-wrapper { background: linear-gradient(145deg, #1f1f1f, #161616); border: 1px solid rgba(184,115,51,0.25); border-radius: 12px; padding: 36px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-secondary); margin-bottom: 8px; letter-spacing: 0.5px; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; background: #0d0d0d; border: 1px solid rgba(184,115,51,0.25); border-radius: 6px; color: var(--text-primary); font-family: 'Exo 2', sans-serif; font-size: 1rem; transition: var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(184,115,51,0.15); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-muted); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23b87333' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 120px; }

/* Footer */
.footer { background: #0a0a0a; border-top: 1px solid rgba(184,115,51,0.2); padding: 60px 0 30px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 48px; flex-wrap: wrap; }
.footer-brand .footer-logo { margin-bottom: 12px; }
.footer-brand .logo-text { font-size: 1.8rem; }
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; }
.footer-tagline { color: var(--copper) !important; margin-top: 8px; font-weight: 500; }
.footer-links { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h4 { font-family: 'Orbitron', sans-serif; font-size: 0.9rem; color: var(--copper); margin-bottom: 16px; letter-spacing: 1px; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; transition: var(--transition); }
.footer-col a:hover { color: var(--copper); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.85rem; color: var(--text-muted); }

/* Theme Toggle Switch */
.theme-switch { position: relative; display: inline-block; width: 64px; height: 34px; }
.theme-switch input { opacity: 0; width: 0; height: 0; }
.theme-slider { position: absolute; cursor: pointer; inset: 0; background: #2a2a2a; border-radius: 34px; transition: 0.35s; border: 2px solid var(--copper); }
.theme-slider::before { position: absolute; content: ""; height: 24px; width: 24px; left: 3px; bottom: 3px; background: linear-gradient(135deg, var(--copper), var(--bronze)); border-radius: 50%; transition: 0.35s; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }
.theme-switch input:checked + .theme-slider { background: #e8d9c8; }
.theme-switch input:checked + .theme-slider::before { transform: translateX(30px); }
.theme-label { display: flex; align-items: center; gap: 16px; font-size: 1.05rem; font-weight: 500; }
.theme-label .theme-icon { font-size: 1.4rem; color: var(--copper); }

/* ========== LIGHT THEME ========== */
html[data-theme="light"] {
    --bronze: #a05a28; --copper: #c07030; --copper-dark: #8b4513; --copper-light: #d4a574;
    --steel: #5a5a5a; --steel-dark: #777; --gunmetal: #e8e4df; --charcoal: #f5f1eb;
    --obsidian: #faf8f5; --silver: #2a2a2a; --gold: #b8860b;
    --text-primary: #1a1a1a; --text-secondary: #4a4a4a; --text-muted: #6b6b6b;
}
html[data-theme="light"] body { background: var(--obsidian); color: var(--text-primary); }
html[data-theme="light"] .navbar.scrolled { background: rgba(250,248,245,0.95); border-bottom: 1px solid rgba(184,115,51,0.25); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
html[data-theme="light"] .logo-text { background: linear-gradient(135deg, #5a5a5a, var(--copper), #5a5a5a); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .hero { background: radial-gradient(ellipse at 30% 20%, rgba(184,115,51,0.08) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(205,127,50,0.05) 0%, transparent 50%), var(--obsidian); }
html[data-theme="light"] .title-main { background: linear-gradient(135deg, var(--copper-light), var(--copper), var(--bronze)); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .title-sub { color: #4a4a4a; }
html[data-theme="light"] .section-title { background: linear-gradient(135deg, #2a2a2a, #4a4a4a); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .service-card, html[data-theme="light"] .contact-form-wrapper, html[data-theme="light"] .portfolio-card { background: #fff; border: 1px solid rgba(184,115,51,0.18); box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
html[data-theme="light"] .service-card.featured { background: linear-gradient(145deg, #fff8f0, #fff); border-color: rgba(184,115,51,0.35); }
html[data-theme="light"] .service-card:hover, html[data-theme="light"] .portfolio-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.08), 0 0 20px rgba(184,115,51,0.08); }
html[data-theme="light"] .service-card h3, html[data-theme="light"] .portfolio-info h3, html[data-theme="light"] .step-content h3 { color: #2a2a2a; }
html[data-theme="light"] .about-content .section-title, html[data-theme="light"] .contact-info .section-title { color: #2a2a2a; }
html[data-theme="light"] .services, html[data-theme="light"] .process, html[data-theme="light"] .testimonials { background: linear-gradient(180deg, var(--obsidian) 0%, #f0ebe3 50%, var(--obsidian) 100%); }
html[data-theme="light"] .cta-banner { background: linear-gradient(135deg, rgba(184,115,51,0.1), rgba(160,82,45,0.06)); border-color: rgba(184,115,51,0.2); }
html[data-theme="light"] .cta-content h2 { color: #2a2a2a; }
html[data-theme="light"] .form-group input, html[data-theme="light"] .form-group select, html[data-theme="light"] .form-group textarea { background: #fff; border: 1px solid rgba(184,115,51,0.25); color: #1a1a1a; }
html[data-theme="light"] .footer { background: #f0ebe3; border-top: 1px solid rgba(184,115,51,0.2); }
html[data-theme="light"] .footer-col a { color: #5a5a5a; }
html[data-theme="light"] .bg-gears { opacity: 0.03; }
html[data-theme="light"] .author-avatar { color: #fff; }

/* Responsive */
@media (max-width: 992px) {
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .process-timeline { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .process-timeline::before { display: none; }
    .about-content .section-title, .contact-info .section-title { text-align: center; }
    .about-content { text-align: center; }
    .about-stats { justify-content: center; }
    .contact-info { text-align: center; }
    .contact-details { align-items: center; }
    .contact-item { justify-content: center; text-align: left; }
}
@media (max-width: 768px) {
    .nav-links { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: rgba(13,13,13,0.98); flex-direction: column; padding: 80px 40px; gap: 24px; transition: var(--transition); border-left: 1px solid rgba(184,115,51,0.3); }
    html[data-theme="light"] .nav-links { background: rgba(250,248,245,0.98); }
    .nav-links.open { right: 0; }
    .nav-toggle { display: flex; z-index: 1001; }
    .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
    .hero-logo { max-width: 300px; }
    .services-grid { grid-template-columns: 1fr; }
    .process-timeline { grid-template-columns: 1fr; }
    .footer-top { flex-direction: column; }
    .footer-links { gap: 40px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    :root { --section-pad: 70px 0; }
    .hero-cta { flex-direction: column; align-items: center; }
    .btn { width: 100%; max-width: 280px; }
    .contact-form-wrapper { padding: 24px; }
    .about-stats { gap: 24px; }
    .stat-number { font-size: 1.8rem; }
}
