/* style.css - نجار الرياض */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #0B0B0B;
  --dark-gray: #1a1a1a;
  --gray: #2d2d2d;
  --light-gray: #b0b0b0;
  --white: #f8f6f2;
  --gold: #c8a87c;
  --gold-light: #e0c9a8;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  --glass: rgba(255, 255, 255, 0.04);
  --radius: 16px;
  --transition: 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Cairo', 'Tajawal', sans-serif;
  background-color: var(--black);
  color: var(--white);
  line-height: 1.7;
  direction: rtl;
}

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

/* ===== Navbar ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 11, 11, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(200, 168, 124, 0.15);
  padding: 12px 0;
  transition: all 0.4s ease;
}

.navbar.scrolled {
  background: rgba(11, 11, 11, 0.97);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  padding: 8px 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 1px;
}

.brand-icon {
  background: var(--gold);
  color: var(--black);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.nav-menu a {
  color: var(--light-gray);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  position: relative;
  padding: 4px 0;
}

.nav-menu a:hover {
  color: var(--gold);
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.nav-menu a:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-whatsapp-nav {
  background: #25D366;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp-nav:hover {
  transform: scale(1.04);
  background: #20b85a;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  width: 28px;
  height: 2.5px;
  background: var(--gold);
  border-radius: 4px;
  transition: var(--transition);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"%3E%3Crect width="1200" height="800" fill="%231a1410"/%3E%3Crect x="0" y="0" width="1200" height="800" fill="url(%23wood)" /%3E%3Cdefs%3E%3Cpattern id="wood" patternUnits="userSpaceOnUse" width="200" height="200"%3E%3Crect width="200" height="200" fill="%233d2e1e"/%3E%3Cline x1="0" y1="30" x2="200" y2="30" stroke="%235a422b" stroke-width="2" opacity="0.3"/%3E%3Cline x1="0" y1="70" x2="200" y2="70" stroke="%235a422b" stroke-width="1.5" opacity="0.2"/%3E%3Cline x1="0" y1="120" x2="200" y2="120" stroke="%235a422b" stroke-width="2" opacity="0.25"/%3E%3Cline x1="0" y1="170" x2="200" y2="170" stroke="%235a422b" stroke-width="1.5" opacity="0.15"/%3E%3C/pattern%3E%3C/defs%3E%3C/svg%3E') center/cover no-repeat;
  background-color: var(--black);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(11, 11, 11, 0.85) 0%, rgba(11, 11, 11, 0.55) 100%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 60px 0;
}

.hero-content .badge {
  display: inline-block;
  background: rgba(200, 168, 124, 0.18);
  border: 1px solid rgba(200, 168, 124, 0.3);
  color: var(--gold);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}

.hero h1 {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #fff 30%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.hero-text {
  font-size: 1.1rem;
  color: var(--light-gray);
  max-width: 650px;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.btn-primary,
.btn-secondary {
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.35);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  font-size: 0.95rem;
  color: var(--light-gray);
}

.trust-badges i {
  color: var(--gold);
  margin-left: 6px;
}

/* ===== Quick Services ===== */
.quick-services {
  background: var(--dark-gray);
  padding: 20px 0;
  border-top: 1px solid rgba(200, 168, 124, 0.08);
  border-bottom: 1px solid rgba(200, 168, 124, 0.08);
}

.quick-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
}

.quick-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--light-gray);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
  cursor: default;
}

.quick-grid span i {
  color: var(--gold);
  font-size: 1.1rem;
}

.quick-grid span:hover {
  color: #fff;
}

/* ===== Section Header ===== */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.section-header p {
  color: var(--light-gray);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto;
}

/* ===== Services ===== */
.services {
  padding: 80px 0;
  background: var(--black);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.service-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 168, 124, 0.25);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.service-card i {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 16px;
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.service-card p {
  color: var(--light-gray);
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.service-card .btn-sm {
  padding: 8px 20px;
  background: var(--gold);
  color: var(--black);
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card .btn-sm:hover {
  background: var(--gold-light);
  transform: scale(1.04);
}

/* ===== Feature Wood ===== */
.feature-wood {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f0d0a 0%, #1a1410 100%);
  border-top: 1px solid rgba(200, 168, 124, 0.1);
  border-bottom: 1px solid rgba(200, 168, 124, 0.1);
}

.feature-wood-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.feature-wood-text .badge.gold {
  background: rgba(200, 168, 124, 0.15);
  color: var(--gold);
  padding: 4px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 14px;
}

.feature-wood-text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.feature-wood-text p {
  color: var(--light-gray);
  font-size: 1.05rem;
  margin-bottom: 28px;
}

.feature-wood-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(200, 168, 124, 0.1);
}

/* ===== Why Us ===== */
.why-us {
  padding: 80px 0;
  background: var(--black);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 28px;
}

.why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  padding: 28px 18px;
  text-align: center;
  transition: var(--transition);
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 168, 124, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.why-card i {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 12px;
}

.why-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.why-card p {
  color: var(--light-gray);
  font-size: 0.85rem;
}

/* ===== Steps ===== */
.steps {
  padding: 80px 0;
  background: var(--dark-gray);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
}

.step {
  text-align: center;
  padding: 20px;
}

.step span {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--gold);
  opacity: 0.6;
  margin-bottom: 8px;
  font-family: 'Cairo', sans-serif;
}

.step h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.step p {
  color: var(--light-gray);
  font-size: 0.95rem;
}

/* ===== Gallery ===== */
.gallery {
  padding: 80px 0;
  background: var(--black);
}

.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin-bottom: 40px;
}

.gallery-tabs button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--light-gray);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-family: 'Cairo', sans-serif;
}

.gallery-tabs button.active,
.gallery-tabs button:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.gallery-grid .gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/0.9;
  background: var(--gray);
  transition: var(--transition);
}

.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-grid .gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-grid .gallery-item:hover .overlay {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.lightbox.active {
  display: flex;
}

.lightbox-img {
  max-width: 85vw;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
}

.close-lightbox {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 2.8rem;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
}
.close-lightbox:hover {
  transform: rotate(90deg);
}

.prev-lightbox,
.next-lightbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.6rem;
  color: #fff;
  cursor: pointer;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  transition: var(--transition);
  user-select: none;
}
.prev-lightbox {
  right: 20px;
}
.next-lightbox {
  left: 20px;
}
.prev-lightbox:hover,
.next-lightbox:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ===== About ===== */
.about {
  padding: 80px 0;
  background: var(--dark-gray);
}

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

.about-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.about-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.about-text p {
  color: var(--light-gray);
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.about-text ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.about-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--light-gray);
  font-size: 0.95rem;
}

.about-text ul li i {
  color: var(--gold);
}

/* ===== Areas ===== */
.areas {
  padding: 60px 0;
  background: var(--black);
}

.areas-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.areas-tags span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--light-gray);
  transition: var(--transition);
}

.areas-tags span:hover {
  border-color: var(--gold);
  color: #fff;
}

/* ===== Reviews ===== */
.reviews {
  padding: 80px 0;
  background: var(--dark-gray);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 28px;
}

.review-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: var(--transition);
}

.review-card:hover {
  border-color: rgba(200, 168, 124, 0.15);
}

.review-card .stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.review-card p {
  color: var(--light-gray);
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.review-card h4 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.review-card span {
  color: var(--light-gray);
  font-size: 0.8rem;
}

/* ===== FAQ ===== */
.faq {
  padding: 80px 0;
  background: var(--black);
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
}

.faq-question:hover {
  color: var(--gold);
}

.faq-question i {
  transition: var(--transition);
  color: var(--gold);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  color: var(--light-gray);
  font-size: 0.95rem;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 180px;
  padding-bottom: 20px;
}

/* ===== CTA Final ===== */
.cta-final {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f0d0a 0%, #1a1410 100%);
  border-top: 1px solid rgba(200, 168, 124, 0.08);
  border-bottom: 1px solid rgba(200, 168, 124, 0.08);
  text-align: center;
}

.cta-final-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.cta-final-content p {
  color: var(--light-gray);
  font-size: 1.15rem;
  margin-bottom: 32px;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

/* ===== Contact ===== */
.contact {
  padding: 80px 0;
  background: var(--black);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
}

.contact-info h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: #fff;
}

.contact-info p {
  color: var(--light-gray);
  font-size: 1.05rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info p i {
  color: var(--gold);
  width: 26px;
  font-size: 1.2rem;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1rem;
  font-family: 'Cairo', sans-serif;
  transition: var(--transition);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
}

.contact-form select option {
  background: var(--black);
  color: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .btn-primary {
  justify-content: center;
  padding: 16px;
}

/* ===== Footer ===== */
.footer {
  background: #070707;
  padding: 48px 0 0;
  border-top: 1px solid rgba(200, 168, 124, 0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  padding-bottom: 32px;
}

.footer h3 {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.footer h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1rem;
}

.footer p,
.footer li {
  color: var(--light-gray);
  font-size: 0.9rem;
  line-height: 2;
}

.footer ul {
  list-style: none;
}

.footer ul li a {
  color: var(--light-gray);
  text-decoration: none;
  transition: var(--transition);
}

.footer ul li a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 20px 0;
  text-align: center;
  color: var(--light-gray);
  font-size: 0.85rem;
}

/* ===== Floating Buttons ===== */
.floating-buttons {
  position: fixed;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 999;
}

.floating-buttons a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
  transition: var(--transition);
  text-decoration: none;
}

.floating-buttons a:hover {
  transform: scale(1.08);
}

.float-wa {
  background: #25D366;
}
.float-phone {
  background: #1a73e8;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.8rem;
  }
  .feature-wood-content,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .feature-wood-image {
    order: -1;
  }
  .about-image {
    order: -1;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 12px;
  }
  .nav-menu.active {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
  .btn-whatsapp-nav span {
    display: none;
  }
  .btn-whatsapp-nav {
    padding: 8px 14px;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .hero-sub {
    font-size: 1.1rem;
  }
  .hero-text {
    font-size: 1rem;
  }
  .trust-badges {
    font-size: 0.8rem;
    gap: 8px 16px;
  }
  .section-header h2 {
    font-size: 2rem;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-text ul {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    gap: 32px;
  }
}

@media (max-width: 500px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 1.8rem;
  }
  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  .floating-buttons a {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }
  .cta-final-content h2 {
    font-size: 2rem;
  }
  .feature-wood-text h2 {
    font-size: 1.8rem;
  }
}