/*
Theme Name: NSM Karavan
Theme URI: https://www.instagram.com/nsmkaravan/
Author: NSM Karavan
Author URI: https://www.instagram.com/nsmkaravan/
Description: Bursa'nın profesyonel karavan imalat ve sistem kurulum firması NSM Karavan için özel tasarlanmış modern ve mobil uyumlu WordPress teması.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsm-karavan
Tags: business, custom-logo, responsive-layout, translation-ready
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f8f7f5; color: #1a1a1a; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button, input, textarea, select { font-family: inherit; }

/* ===== CSS VARIABLES ===== */
:root {
  --primary: #CC1E28;
  --primary-dark: #a8161e;
  --primary-light: #f5e7e8;
  --secondary: #1a1a2e;
  --secondary-light: #2a2a3e;
  --accent: #f97316;
  --white: #ffffff;
  --off-white: #f8f7f5;
  --light-gray: #f1f0ee;
  --gray: #6b7280;
  --dark: #1a1a1a;
  --border: #e5e2de;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.16);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s ease;
  --container: 1200px;
}

/* ===== UTILITY ===== */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: var(--transition); border: 2px solid transparent; white-space: nowrap; text-decoration: none; }
.btn-primary { background: var(--primary); color: var(--white); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-secondary { background: var(--secondary); color: var(--white); border-color: var(--secondary); }
.btn-secondary:hover { background: var(--secondary-light); }
.btn-whatsapp { background: #25D366; color: var(--white); border-color: #25D366; }
.btn-whatsapp:hover { background: #1daa50; border-color: #1daa50; }
.btn-ghost { background: transparent; color: var(--primary); border-color: var(--border); }
.btn-ghost:hover { background: var(--primary-light); border-color: var(--primary); }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; }
.section-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; display: block; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 16px; }
.section-desc { font-size: 1.1rem; color: var(--gray); line-height: 1.7; max-width: 600px; }
.text-center { text-align: center; }
.text-center .section-desc { margin: 0 auto; }
.highlight { color: var(--primary); }

/* ===== NAVBAR ===== */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
  background: #ffffff;
  border-bottom: 3px solid var(--primary);
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  transition: var(--transition);
  padding: 0;
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 12px;
}
.navbar-logo { flex-shrink: 0; }
.navbar-logo img {
  height: 58px;
  width: auto;
  object-fit: contain;
  display: block;
}
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.navbar-nav a {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.navbar-nav a:hover { color: var(--primary); background: var(--primary-light); }
.navbar-nav a.active {
  color: var(--primary);
  background: var(--primary-light);
  position: relative;
}
.navbar-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.navbar-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.navbar-tel {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 18px; border-radius: 8px;
  border: 2px solid var(--border);
  font-size: 0.9rem; font-weight: 700; color: var(--dark);
  transition: var(--transition); white-space: nowrap;
}
.navbar-tel:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.navbar-tel svg { width: 16px; height: 16px; flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 2px solid var(--border); cursor: pointer; padding: 10px; border-radius: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); transition: var(--transition); border-radius: 2px; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none; position: fixed; top: 80px; left: 0; right: 0;
  background: var(--white); border-bottom: 3px solid var(--primary);
  padding: 12px 20px 20px; box-shadow: var(--shadow-lg); z-index: 8999;
}
.mobile-menu.open { display: block; }
.mobile-menu nav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 12px; }
.mobile-menu nav a {
  display: block; padding: 12px 16px; border-radius: 8px;
  font-size: 1rem; font-weight: 600; color: var(--dark);
  transition: var(--transition); text-align: center;
  border: 1.5px solid var(--border);
}
.mobile-menu nav a:hover, .mobile-menu nav a.active { color: var(--primary); background: var(--primary-light); border-color: var(--primary); }
.mobile-menu-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.mobile-menu-actions .btn { width: 100%; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; margin-top: 0; padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(26,26,46,0.92) 45%, rgba(26,26,46,0.4) 100%); }
.hero-content { position: relative; z-index: 10; padding: 80px 0; max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(204,30,40,0.2); border: 1px solid rgba(204,30,40,0.4); border-radius: 50px; color: #ff8a8f; font-size: 0.85rem; font-weight: 600; margin-bottom: 28px; }
.hero-title { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 24px; }
.hero-title span { color: var(--primary); display: block; }
.hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.82); margin-bottom: 40px; line-height: 1.75; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-stat-num { font-size: 2rem; font-weight: 900; color: var(--white); line-height: 1; }
.hero-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* ===== WHY US SECTION ===== */
.why-section { padding: 96px 0; background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 56px; }
.why-card { background: var(--off-white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; transition: var(--transition); }
.why-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-icon { width: 56px; height: 56px; background: var(--primary-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.why-icon svg { width: 28px; height: 28px; color: var(--primary); }
.why-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: var(--dark); }
.why-card p { color: var(--gray); line-height: 1.7; }

/* ===== SHOWCASE SECTION ===== */
.showcase-section { padding: 96px 0; background: var(--light-gray); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.showcase-img { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.showcase-img img { width: 100%; height: 100%; object-fit: cover; }
.showcase-content .section-title { margin-bottom: 24px; }
.showcase-text { color: var(--gray); font-size: 1.05rem; line-height: 1.8; margin-bottom: 16px; }
.showcase-info { display: flex; align-items: center; gap: 16px; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--border); }
.showcase-info-icon { width: 48px; height: 48px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.showcase-info-icon svg { width: 22px; height: 22px; color: var(--primary); }
.showcase-info-text strong { display: block; font-weight: 700; color: var(--dark); }
.showcase-info-text span { font-size: 0.9rem; color: var(--gray); }

/* ===== CTA SECTION ===== */
.cta-section { padding: 96px 0; background: var(--secondary); position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: var(--primary); opacity: 0.08; border-radius: 50%; }
.cta-section::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 350px; height: 350px; background: var(--primary); opacity: 0.05; border-radius: 50%; }
.cta-inner { text-align: center; position: relative; z-index: 2; }
.cta-inner .section-title { color: var(--white); margin-bottom: 16px; }
.cta-inner .section-desc { color: rgba(255,255,255,0.72); margin: 0 auto 40px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { padding: 100px 0 60px; background: var(--secondary); position: relative; overflow: hidden; margin-top: 72px; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--secondary) 60%, var(--secondary-light) 100%); }
.page-hero-bg { position: absolute; inset: 0; opacity: 0.12; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--white); margin-bottom: 16px; }
.page-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.72); max-width: 640px; line-height: 1.7; }

/* ===== ABOUT PAGE ===== */
.about-story { padding: 96px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-text p { color: var(--gray); font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; }
.about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-images img { width: 100%; height: 260px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.about-images img:nth-child(2) { margin-top: 32px; }
.philosophy-section { padding: 80px 0; background: var(--light-gray); border-top: 1px solid var(--border); }
.philosophy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 48px; }
.philosophy-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; transition: var(--transition); }
.philosophy-card:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); }
.philosophy-card svg { width: 36px; height: 36px; color: var(--primary); margin-bottom: 16px; }
.philosophy-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.philosophy-card p { color: var(--gray); font-size: 0.95rem; line-height: 1.7; }

/* ===== SERVICES PAGE ===== */
.services-section { padding: 96px 0; background: var(--white); }
.services-header { text-align: center; margin-bottom: 64px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.service-card { background: var(--off-white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px 36px; transition: var(--transition); }
.service-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-icon { width: 64px; height: 64px; background: var(--primary); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.service-icon svg { width: 32px; height: 32px; color: var(--white); }
.service-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--dark); margin-bottom: 14px; }
.service-card p { color: var(--gray); line-height: 1.75; margin-bottom: 20px; }
.service-list { display: flex; flex-direction: column; gap: 8px; }
.service-list li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--dark); }
.service-list li::before { content: ''; width: 8px; height: 8px; background: var(--primary); border-radius: 50%; flex-shrink: 0; }
.services-cta { margin-top: 80px; background: var(--secondary); border-radius: var(--radius-lg); padding: 56px 48px; text-align: center; color: var(--white); }
.services-cta h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 16px; }
.services-cta p { color: rgba(255,255,255,0.72); margin-bottom: 32px; font-size: 1.05rem; }
.services-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ===== PRODUCTS PAGE ===== */
.products-section { padding: 96px 0; background: var(--white); }
.product-block { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--border); }
.product-block:last-of-type { border-bottom: none; }
.product-block.reverse { direction: rtl; }
.product-block.reverse > * { direction: ltr; }
.product-img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-lg); }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-img:hover img { transform: scale(1.04); }
.product-badge { display: inline-block; padding: 6px 14px; background: var(--primary-light); color: var(--primary); font-size: 0.8rem; font-weight: 700; border-radius: 50px; margin-bottom: 16px; }
.product-title { font-size: 2rem; font-weight: 900; color: var(--dark); margin-bottom: 16px; }
.product-desc { color: var(--gray); font-size: 1.05rem; line-height: 1.75; margin-bottom: 28px; }
.product-features-title { font-size: 1rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.product-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.product-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.9rem; color: var(--dark); }
.product-features li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.product-ideal { background: var(--off-white); border-radius: var(--radius); padding: 16px 20px; display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; }
.product-ideal svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; margin-top: 3px; }
.product-ideal-text strong { display: block; font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.product-ideal-text span { font-size: 0.9rem; color: var(--gray); }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.products-cta { margin-top: 0; padding-top: 64px; text-align: center; background: var(--light-gray); padding: 64px 24px; border-radius: var(--radius-lg); margin-top: 48px; }
.products-cta h2 { font-size: 1.7rem; font-weight: 800; margin-bottom: 14px; }
.products-cta p { color: var(--gray); margin-bottom: 28px; }

/* ===== GALLERY PAGE ===== */
.gallery-section { padding: 80px 0; background: var(--white); }
.gallery-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; justify-content: center; }
.filter-btn { padding: 8px 20px; border-radius: 50px; border: 1.5px solid var(--border); font-size: 0.875rem; font-weight: 600; cursor: pointer; background: var(--white); color: var(--dark); transition: var(--transition); }
.filter-btn:hover, .filter-btn.active { background: var(--primary); color: var(--white); border-color: var(--primary); }
.gallery-grid { columns: 3; gap: 20px; }
.gallery-item { break-inside: avoid; margin-bottom: 20px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; cursor: pointer; }
.gallery-item img { width: 100%; display: block; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); opacity: 0; transition: var(--transition); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-overlay .cat { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #ff8a8f; margin-bottom: 4px; }
.gallery-item-overlay .title { color: var(--white); font-weight: 600; font-size: 0.95rem; }
.gallery-social { margin-top: 64px; text-align: center; background: var(--light-gray); border-radius: var(--radius-lg); padding: 56px 40px; }
.gallery-social h2 { font-size: 1.7rem; font-weight: 800; margin-bottom: 14px; }
.gallery-social p { color: var(--gray); margin-bottom: 28px; max-width: 540px; margin-left: auto; margin-right: auto; }

/* ===== CONTACT PAGE ===== */
.contact-section { padding: 80px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; }
.contact-info h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 24px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-detail-icon { width: 44px; height: 44px; background: var(--primary-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 20px; height: 20px; color: var(--primary); }
.contact-detail-text strong { display: block; font-weight: 700; margin-bottom: 4px; color: var(--dark); }
.contact-detail-text a, .contact-detail-text span { color: var(--gray); font-size: 0.95rem; transition: var(--transition); }
.contact-detail-text a:hover { color: var(--primary); }
.hours-table { margin-top: 32px; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.hours-row { display: flex; justify-content: space-between; padding: 12px 16px; font-size: 0.9rem; border-bottom: 1px solid var(--border); }
.hours-row:last-child { border-bottom: none; }
.hours-row:nth-child(even) { background: var(--off-white); }
.hours-row .closed { color: var(--primary); font-weight: 600; }
.quick-contact { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.quick-contact .btn { justify-content: flex-start; }
.contact-form-wrap h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 24px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.9rem; font-weight: 600; color: var(--dark); }
.form-group input, .form-group textarea, .form-group select { padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 0.95rem; color: var(--dark); background: var(--white); transition: var(--transition); outline: none; resize: none; font-family: inherit; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(204,30,40,0.08); }
.form-group input::placeholder, .form-group textarea::placeholder { color: #b0aca8; }
.form-group textarea { min-height: 130px; }
.contact-map { margin-top: 64px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.contact-map iframe { display: block; }

/* ===== FOOTER ===== */
.site-footer { background: var(--secondary); color: rgba(255,255,255,0.82); }
.footer-top { padding: 72px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.5fr; gap: 48px; }
.footer-brand img { height: 52px; width: auto; object-fit: contain; margin-bottom: 20px; }
.footer-brand p { font-size: 0.95rem; line-height: 1.75; color: rgba(255,255,255,0.65); margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.social-btn { width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.social-btn:hover { background: var(--primary); }
.social-btn svg { width: 18px; height: 18px; fill: var(--white); }
.footer-col h4 { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--white); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.925rem; color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-links a:hover { color: var(--primary); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item a, .footer-contact-item span { font-size: 0.925rem; color: rgba(255,255,255,0.65); transition: var(--transition); line-height: 1.5; }
.footer-contact-item a:hover { color: var(--primary); }
.footer-hours-row { display: flex; justify-content: space-between; font-size: 0.875rem; color: rgba(255,255,255,0.65); padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 10px; }
.footer-hours-row:last-child { border-bottom: none; margin-bottom: 0; }
.footer-hours-row .closed { color: #ff8a8f; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center; font-size: 0.875rem; color: rgba(255,255,255,0.4); }

/* ===== FLOATING WHATSAPP ===== */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 9999; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: var(--transition); }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
.wa-float svg { width: 30px; height: 30px; fill: var(--white); }
.wa-pulse { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(37,211,102,0.4); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.2); opacity: 0; } }

/* ===== BREADCRUMB ===== */
.breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.5); transition: var(--transition); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { margin: 0 8px; }

/* ===== RESPONSIVE: DESKTOP NARROW ===== */
@media (max-width: 1200px) {
  .navbar-tel { display: none; }
}

/* ===== RESPONSIVE: TABLET ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .showcase-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .product-block { grid-template-columns: 1fr; gap: 40px; }
  .product-block.reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .gallery-grid { columns: 2; }
}

/* ===== RESPONSIVE: MOBILE ===== */
@media (max-width: 768px) {
  .navbar-nav, .navbar-actions { display: none; }
  .hamburger { display: flex; }
  .navbar-inner { height: 72px; }
  .mobile-menu { top: 72px; }
  .hero-content { padding: 60px 0; }
  .hero-stats { gap: 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .philosophy-grid { grid-template-columns: 1fr 1fr; }
  .about-images { grid-template-columns: 1fr; }
  .about-images img { height: 220px; }
  .about-images img:nth-child(2) { margin-top: 0; }
  .product-features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { columns: 1; }
  .services-cta { padding: 40px 28px; }
  .page-hero { padding: 80px 0 48px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .philosophy-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .cta-actions { flex-direction: column; align-items: center; }
  .hero-stats { flex-direction: column; gap: 20px; }
}

/* ===== WORDPRESS ADMIN BAR FIX ===== */
body.admin-bar #navbar { top: 32px; }
body.admin-bar .mobile-menu { top: calc(80px + 32px); }
@media screen and (max-width: 782px) {
  body.admin-bar #navbar { top: 46px; }
  body.admin-bar .mobile-menu { top: calc(80px + 46px); }
}

/* ===== NAVBAR LOGO TRANSPARENT ===== */
.navbar-logo img {
  height: 56px;
  width: auto;
  object-fit: contain;
}

/* Footer logo */
.footer-brand img {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
