/*
Theme Name: PiatraPavaj
Theme URI: https://piatrapavaj.ro
Author: PiatraPavaj
Author URI: https://piatrapavaj.ro
Description: Temă profesională pentru PiatraPavaj.ro — Pavaje din piatră cubică, placări cu piatră naturală și amenajări complete de grădini.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: piatrapavaj
Tags: custom-logo, custom-menu, featured-images, theme-options
*/

/* ══════════════════════════════════
   RESET & VARIABLES
   ══════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --stone-950: #1a1612; --stone-900: #2c2520; --stone-800: #44392f;
  --stone-700: #5e4e3f; --stone-600: #7a6553; --stone-500: #968070;
  --stone-400: #b09d8e; --stone-300: #c9bab0; --stone-200: #e0d5cd;
  --stone-100: #f0ebe7; --stone-50: #f8f5f2;
  --gold-500: #c9a84c; --gold-400: #d4b95f; --gold-300: #e0cb7e;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--stone-50); color: var(--stone-800); overflow-x: hidden; line-height: 1.7; font-size: 16px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ══════════════════════════════════
   NAVIGATION
   ══════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 16px 24px; transition: all 0.4s; background: transparent;
}
.site-nav.scrolled {
  background: rgba(26,22,18,0.95); backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); padding: 8px 24px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.site-logo { display: flex; align-items: center; gap: 10px; }
.site-logo-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; background: none; border: none; padding: 0; }
.site-nav.scrolled .site-logo-icon { width: 34px; height: 34px; }
.site-logo-icon img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.4)); }
.site-logo-text { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: #fff; line-height: 1.15; }
.site-logo-text span { color: var(--gold-500); }
.site-logo-sub { font-size: 0.52rem; letter-spacing: 2px; text-transform: uppercase; color: var(--stone-400); font-weight: 400; font-family: var(--font-body); display: block; margin-top: 3px; line-height: 1; }

/* Nav menu */
.nav-menu { display: flex; gap: 24px; align-items: center; }
.nav-menu a { color: rgba(255,255,255,0.85); font-size: 0.73rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; transition: color 0.3s; padding: 4px 0; }
.nav-menu a:hover, .nav-menu .current-menu-item a { color: var(--gold-400); }
.nav-cta { background: var(--gold-500) !important; color: var(--stone-950) !important; padding: 8px 18px !important; font-weight: 600 !important; transition: all 0.3s !important; }
.nav-cta:hover { background: var(--gold-400) !important; transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 5px; z-index: 1100; }
.hamburger span { width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 999; }
.mobile-overlay.show { display: block; }

/* Social icons in nav */
.nav-social { display: flex; gap: 10px; margin-left: 12px; }
.nav-social a { color: rgba(255,255,255,0.6); font-size: 0.95rem; transition: color 0.3s; }
.nav-social a:hover { color: var(--gold-400); }

/* ══════════════════════════════════
   HERO / SLIDESHOW
   ══════════════════════════════════ */
.hero { position: relative; width: 100%; height: 100vh; min-height: 550px; max-height: 900px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #111; }
.slideshow { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.slide.active { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.38); }
.slide-progress { position: absolute; bottom: 0; left: 0; height: 3px; background: var(--gold-500); z-index: 10; width: 0; }
.slide-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.slide-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.3); border: 2px solid rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; }
.slide-dot.active { background: var(--gold-500); border-color: var(--gold-500); }
.slide-arrows { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; justify-content: space-between; padding: 0 14px; z-index: 10; pointer-events: none; }
.slide-arrow { width: 44px; height: 44px; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.15); border-radius: 4px; color: #fff; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: all; transition: all 0.3s; }
.slide-arrow:hover { background: var(--gold-500); color: #111; }

.hero-content { position: relative; z-index: 5; text-align: center; padding: 20px; max-width: 800px; }
.hero-badge { display: inline-block; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-500); border: 1px solid rgba(201,168,76,0.35); padding: 8px 20px; margin-bottom: 18px; font-weight: 500; opacity: 0; animation: fadeUp 0.8s 0.3s forwards; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5.5vw, 4rem); color: #fff; line-height: 1.15; font-weight: 700; margin-bottom: 14px; opacity: 0; animation: fadeUp 0.8s 0.5s forwards; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }
.hero h1 em { font-style: italic; color: var(--gold-400); }
.hero-sub { font-size: clamp(0.85rem, 1.5vw, 1.05rem); color: rgba(255,255,255,0.8); max-width: 550px; margin: 0 auto 24px; font-weight: 300; line-height: 1.8; opacity: 0; animation: fadeUp 0.8s 0.7s forwards; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.9s forwards; }

/* ══════════════════════════════════
   BUTTONS
   ══════════════════════════════════ */
.btn-primary { display: inline-block; background: var(--gold-500); color: var(--stone-950); padding: 14px 28px; font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s; }
.btn-primary:hover { background: var(--gold-400); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,0.3); }
.btn-outline { display: inline-block; background: transparent; color: #fff; padding: 14px 28px; font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.3); cursor: pointer; transition: all 0.3s; }
.btn-outline:hover { border-color: var(--gold-500); color: var(--gold-400); }
.btn-dark { background: var(--stone-950); color: #fff; }
.btn-dark:hover { background: var(--stone-800); }

/* ══════════════════════════════════
   SECTIONS
   ══════════════════════════════════ */
.section-padding { padding: 80px 24px; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-tag { font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-500); font-weight: 600; margin-bottom: 10px; display: block; }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3.2vw, 2.8rem); color: var(--stone-900); font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.section-line { width: 50px; height: 2px; background: var(--gold-500); margin: 14px auto; }
.section-desc { max-width: 520px; margin: 0 auto; color: var(--stone-600); font-size: 0.95rem; font-weight: 300; }
.container { max-width: 1100px; margin: 0 auto; }

/* ══════════════════════════════════
   ABOUT
   ══════════════════════════════════ */
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-visual { position: relative; }
.about-img-main { width: 100%; overflow: hidden; }
.about-img-main img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-float-stat { position: absolute; bottom: -10px; right: -10px; background: var(--stone-900); color: #fff; padding: 16px 22px; text-align: center; z-index: 2; }
.about-float-stat .number { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--gold-500); line-height: 1; }
.about-float-stat .label { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; color: var(--stone-400); }
.about-text h3 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.8vw, 2.2rem); color: var(--stone-900); margin-bottom: 14px; font-weight: 700; line-height: 1.25; }
.about-text h3 em { color: var(--gold-500); font-style: italic; }
.about-text p { color: var(--stone-600); margin-bottom: 12px; font-weight: 300; font-size: 0.92rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.about-feat { display: flex; align-items: center; gap: 10px; }
.about-feat-icon { width: 34px; height: 34px; background: var(--stone-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.9rem; }
.about-feat span { font-size: 0.82rem; font-weight: 500; color: var(--stone-700); }

/* ══════════════════════════════════
   SERVICES
   ══════════════════════════════════ */
.services-section { background: var(--stone-950); color: #fff; }
.services-section .section-title { color: #fff; }
.services-section .section-desc { color: var(--stone-400); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); overflow: hidden; transition: all 0.4s; }
.service-card:hover { border-color: rgba(201,168,76,0.25); transform: translateY(-3px); }
.service-card-img { width: 100%; height: 180px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); transition: transform 0.5s; }
.service-card:hover .service-card-img img { transform: scale(1.05); filter: brightness(0.75); }
.service-card-content { padding: 20px; }
.service-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; margin-bottom: 8px; color: #fff; }
.service-card p { color: var(--stone-400); font-weight: 300; font-size: 0.85rem; line-height: 1.7; margin-bottom: 10px; }
.service-list { list-style: none; }
.service-list li { padding: 3px 0; color: var(--stone-300); font-size: 0.8rem; display: flex; align-items: center; gap: 8px; }
.service-list li::before { content: '◆'; color: var(--gold-500); font-size: 0.4rem; flex-shrink: 0; }

/* ══════════════════════════════════
   GALLERY
   ══════════════════════════════════ */
.gallery-section { background: var(--stone-50); }
.gallery-filters { display: flex; justify-content: center; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.filter-btn { padding: 8px 18px; background: transparent; border: 1px solid var(--stone-300); color: var(--stone-600); font-family: var(--font-body); font-size: 0.75rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.filter-btn:hover, .filter-btn.active { background: var(--stone-900); border-color: var(--stone-900); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; background: var(--stone-200); height: 240px; }
.gallery-item.big { grid-column: span 2; grid-row: span 2; height: auto; min-height: 486px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(26,22,18,0.85) 0%, transparent 100%); padding: 40px 14px 12px; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #fff; font-size: 0.78rem; font-weight: 500; }

/* ══════════════════════════════════
   LIGHTBOX
   ══════════════════════════════════ */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 2000; display: none; align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lightbox-content { max-width: 90%; max-height: 90vh; text-align: center; }
.lightbox-content img { max-width: 100%; max-height: 80vh; object-fit: contain; margin: 0 auto; }
.lightbox-caption { color: #fff; padding: 10px; font-size: 0.85rem; font-weight: 300; }
.lightbox-counter { color: var(--stone-400); font-size: 0.75rem; }
.lightbox-close { position: absolute; top: 12px; right: 16px; color: #fff; font-size: 1.8rem; cursor: pointer; background: none; border: none; z-index: 2001; padding: 5px; }
.lightbox-close:hover { color: var(--gold-500); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2rem; cursor: pointer; background: rgba(0,0,0,0.5); width: 48px; height: 58px; display: flex; align-items: center; justify-content: center; border: none; transition: all 0.3s; }
.lightbox-nav:hover { background: var(--gold-500); color: #111; }
.lb-prev { left: 8px; }
.lb-next { right: 8px; }

/* ══════════════════════════════════
   PROCESS
   ══════════════════════════════════ */
.process-section { background: #fff; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--stone-950); color: var(--gold-500); font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; transition: all 0.3s; }
.step:hover .step-num { background: var(--gold-500); color: var(--stone-950); }
.step h4 { font-family: var(--font-display); font-size: 1.1rem; color: var(--stone-900); margin-bottom: 6px; font-weight: 600; }
.step p { font-size: 0.82rem; color: var(--stone-500); font-weight: 300; line-height: 1.6; }

/* ══════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════ */
.testimonials-section { background: var(--stone-100); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { background: #fff; padding: 28px; border: 1px solid transparent; transition: all 0.3s; }
.testimonial:hover { border-color: var(--gold-500); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.05); }
.stars { color: var(--gold-500); font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 8px; }
.testimonial-quote { font-size: 2rem; font-family: var(--font-display); color: var(--gold-500); line-height: 1; margin-bottom: 4px; }
.testimonial p { color: var(--stone-600); font-size: 0.88rem; font-weight: 300; font-style: italic; margin-bottom: 14px; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--stone-200); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; color: var(--stone-600); flex-shrink: 0; }
.testimonial-name { font-weight: 600; color: var(--stone-800); font-size: 0.85rem; }
.testimonial-loc { font-size: 0.72rem; color: var(--stone-500); }

/* ══════════════════════════════════
   CONTACT / FORM
   ══════════════════════════════════ */
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }
.contact-card { text-align: center; padding: 28px 20px; background: var(--stone-50); border: 1px solid var(--stone-200); transition: all 0.3s; }
.contact-card:hover { border-color: var(--gold-500); transform: translateY(-3px); }
.contact-icon { font-size: 1.6rem; margin-bottom: 10px; display: block; }
.contact-card h4 { font-family: var(--font-display); font-size: 1.15rem; color: var(--stone-900); margin-bottom: 6px; }
.contact-card p { color: var(--stone-600); font-size: 0.88rem; font-weight: 300; margin-bottom: 4px; }
.contact-card a { color: var(--gold-500); font-weight: 500; }
.contact-small { font-size: 0.76rem !important; color: var(--stone-400) !important; }

.quote-section { background: var(--stone-950); }
.quote-section .section-title { color: #fff; }
.quote-section .section-desc { color: var(--stone-400); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 800px; margin: 0 auto; }
.form-group { display: flex; flex-direction: column; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--stone-400); margin-bottom: 6px; font-weight: 500; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: #fff; padding: 12px 14px; font-family: var(--font-body); font-size: 0.88rem; outline: none; transition: border-color 0.3s; border-radius: 0; -webkit-appearance: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--stone-600); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold-500); }
.form-group select option { background: var(--stone-900); color: #fff; }
.form-group textarea { resize: vertical; min-height: 110px; }
.quote-submit { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 10px; }

/* ══════════════════════════════════
   PAGE HEADER (inner pages)
   ══════════════════════════════════ */
.page-header { background: var(--stone-950); padding: 140px 24px 60px; text-align: center; }
.page-header h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); color: #fff; font-weight: 700; margin-bottom: 8px; }
.page-header p { color: var(--stone-400); font-weight: 300; font-size: 1rem; max-width: 500px; margin: 0 auto; }

/* ══════════════════════════════════
   FOOTER
   ══════════════════════════════════ */
.site-footer { background: var(--stone-950); padding: 50px 24px 20px; color: var(--stone-400); }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand .site-logo-text { display: inline-block; margin-bottom: 10px; font-size: 1.3rem; }
.footer-brand p { font-size: 0.82rem; line-height: 1.7; color: var(--stone-500); font-weight: 300; }
.footer-social { display: flex; gap: 14px; margin-top: 14px; }
.footer-social a { color: var(--stone-500); font-size: 1.1rem; transition: color 0.3s; }
.footer-social a:hover { color: var(--gold-500); }
.site-footer h5 { color: #fff; font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer ul a { color: var(--stone-500); font-size: 0.82rem; font-weight: 300; transition: color 0.3s; }
.site-footer ul a:hover { color: var(--gold-500); }
.footer-schedule p { font-size: 0.82rem; color: var(--stone-500); font-weight: 300; margin-bottom: 4px; }
.footer-schedule strong { color: var(--stone-300); font-weight: 500; }
.footer-bottom { max-width: 1100px; margin: 16px auto 0; display: flex; justify-content: space-between; font-size: 0.72rem; color: var(--stone-600); }

/* ══════════════════════════════════
   WHATSAPP FLOAT
   ══════════════════════════════════ */
.whatsapp-float { position: fixed; bottom: 20px; right: 20px; z-index: 900; display: flex; align-items: center; gap: 8px; }
.whatsapp-label { background: #fff; padding: 8px 14px; border-radius: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); font-size: 0.75rem; font-weight: 500; color: var(--stone-800); opacity: 0; transform: translateX(15px); transition: all 0.3s; white-space: nowrap; }
.whatsapp-float:hover .whatsapp-label { opacity: 1; transform: translateX(0); }
.whatsapp-btn { width: 52px; height: 52px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 12px rgba(37,211,102,0.4); transition: transform 0.3s; }
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 26px; height: 26px; fill: #fff; }

/* ══════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(25px); transition: all 0.6s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item.big { grid-column: span 1; grid-row: span 1; min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section-padding { padding: 50px 18px; }
  .info-grid-2col { grid-template-columns: 1fr !important; gap: 24px !important; }
  .hamburger { display: flex; }
  .nav-menu { position: fixed; top: 0; right: -300px; width: 280px; height: 100vh; background: var(--stone-950); flex-direction: column; justify-content: center; align-items: center; gap: 22px; transition: right 0.35s; z-index: 1050; box-shadow: -5px 0 20px rgba(0,0,0,0.3); }
  .nav-menu.open { right: 0; }
  .nav-social { margin-left: 0; margin-top: 10px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-visual { max-width: 320px; margin: 0 auto; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item { height: 200px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 20px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .form-group.full-width, .quote-submit { grid-column: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 4px; text-align: center; }
  .slide-arrows { display: none; }
  .hero-btns { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .hero { min-height: 500px; }
  .process-steps { grid-template-columns: 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item { height: 260px; }
}
