/*
Theme Name: Forklift Kiralama - Pro
Theme URI: https://ornekforklift.com
Author: Forkliftçim
Description: Forklift kiralama sektörü için gelişmiş yönetim paneli, ACF desteği, animasyonlu ve tamamen özelleştirilebilir WordPress teması. Industo teması referans alınarak tasarlanmıştır.
Version: 3.0.0
Requires PHP: 8.0
Tested up to: 6.4
License: GPL v2 or later
Text Domain: forklift-kiralama
*/

/* ===== CSS VARIABLES ===== */
:root {
  --primary: #e63946;
  --primary-dark: #c1121f;
  --primary-light: #ff6b6b;
  --secondary: #1d3557;
  --secondary-light: #457b9d;
  --accent: #f4a261;
  --accent-dark: #e76f51;
  --success: #2ecc71;
  --text: #2d3436;
  --text-light: #636e72;
  --bg: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #1d3557;
  --bg-gray: #eef0f4;
  --border: #e0e0e0;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,.12);
  --radius: 10px;
  --radius-lg: 16px;
  --font: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-heading: 'Inter', 'Segoe UI', sans-serif;
  --transition: .35s cubic-bezier(.4,0,.2,1);
  --max-width: 1200px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--text); font-size: 16px; line-height: 1.7; background: var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }

a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding-left: 1.25rem; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.container-fluid { max-width: 100%; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--secondary); line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(1.75rem, 4vw, 3rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.15rem; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px;
  background: var(--primary); color: #fff; border-radius: 60px; font-weight: 700;
  font-size: .95rem; border: none; cursor: pointer; transition: var(--transition);
  text-align: center; position: relative; overflow: hidden; z-index: 1;
}
.btn::before { content: ''; position: absolute; inset: 0; background: var(--primary-dark); transform: scaleX(0); transform-origin: right; transition: transform .4s cubic-bezier(.4,0,.2,1); z-index: -1; border-radius: 60px; }
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn:hover { color: #fff; box-shadow: 0 8px 25px rgba(230,57,70,.35); transform: translateY(-2px); }
.btn-secondary { background: var(--secondary); }
.btn-secondary::before { background: #0f1a2e; }
.btn-secondary:hover { box-shadow: 0 8px 25px rgba(29,53,87,.35); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent::before { background: var(--accent-dark); }
.btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.btn-outline::before { display: none; }
.btn-outline:hover { background: var(--primary); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(230,57,70,.25); }
.btn-white { background: #fff; color: var(--secondary); }
.btn-white::before { background: #f0f0f0; }
.btn-white:hover { box-shadow: 0 8px 25px rgba(0,0,0,.12); color: var(--secondary); }
.btn-sm { padding: 10px 22px; font-size: .85rem; }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; }

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--secondary); color: rgba(255,255,255,.85); font-size: .85rem;
  padding: 8px 0; display: none;
}
.top-bar.show { display: block; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-bar a { color: rgba(255,255,255,.85); }
.top-bar a:hover { color: #fff; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 20px; }
.top-bar-right .social-link { font-size: 1rem; }

/* ===== HEADER ===== */
.site-header {
  background: #fff; box-shadow: var(--shadow-sm); position: sticky; top: 0;
  z-index: 1000; transition: var(--transition);
}
.site-header.scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; max-width: var(--max-width); margin: 0 auto; min-height: 75px; gap: 24px; }
.site-logo { display: flex; align-items: center; gap: 8px; font-size: 1.5rem; font-weight: 800; color: var(--primary); flex-shrink: 0; }
.site-logo a { color: var(--primary); display: flex; align-items: center; gap: 6px; }
.site-logo .logo-icon { font-size: 1.8rem; }
.site-logo .logo-text { color: var(--secondary); }
.header-right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.header-phone { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--secondary); font-size: 1rem; white-space: nowrap; }
.header-phone:hover { color: var(--primary); }
.header-phone .icon { font-size: 1.2rem; }

/* ===== MAIN NAVIGATION ===== */
.main-nav { display: flex; align-items: center; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; padding: 6px; color: var(--secondary); line-height: 1; }
.nav-menu { display: flex; list-style: none; gap: 2px; padding: 0; margin: 0; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: flex; align-items: center; gap: 4px; padding: 10px 18px; color: var(--text); font-weight: 600; font-size: .9rem; border-radius: 8px; transition: var(--transition); position: relative; }
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a, .nav-menu > li.current_page_parent > a { color: var(--primary); background: rgba(230,57,70,.06); }
.nav-menu > li > a .arrow { font-size: .6rem; transition: var(--transition); }
.nav-menu > li:hover > a .arrow { transform: rotate(180deg); }

/* Mega / Dropdown */
.nav-menu .sub-menu, .nav-menu .mega-menu {
  display: none; position: absolute; top: 100%; left: 0; background: #fff;
  box-shadow: var(--shadow-lg); border-radius: 0 0 var(--radius) var(--radius);
  min-width: 240px; padding: 12px 0; list-style: none; z-index: 100;
  border-top: 3px solid var(--primary); animation: dropdownIn .3s ease;
}
@keyframes dropdownIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.nav-menu li:hover > .sub-menu, .nav-menu li:hover > .mega-menu { display: block; }
.nav-menu .sub-menu a { padding: 10px 22px; font-size: .88rem; color: var(--text); display: block; transition: var(--transition); }
.nav-menu .sub-menu a:hover { background: var(--bg-light); color: var(--primary); padding-left: 28px; }
.nav-menu .sub-menu .sub-menu { left: 100%; top: -12px; border-radius: var(--radius); border-top: 3px solid var(--primary); }

/* ===== HERO ===== */
.hero {
  position: relative; padding: 100px 0; overflow: hidden; background: var(--secondary);
  min-height: 85vh; display: flex; align-items: center;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(29,53,87,.95) 0%, rgba(13,27,42,.8) 50%, rgba(29,53,87,.6) 100%); z-index: 1; }
.hero-particles { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hero-particles span { position: absolute; width: 6px; height: 6px; background: rgba(255,255,255,.15); border-radius: 50%; animation: float 8s infinite; }
.hero-particles span:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { top: 60%; left: 20%; width: 10px; height: 10px; animation-delay: 2s; }
.hero-particles span:nth-child(3) { top: 30%; right: 15%; animation-delay: 4s; }
.hero-particles span:nth-child(4) { top: 70%; right: 25%; width: 8px; height: 8px; animation-delay: 1s; }
.hero-particles span:nth-child(5) { top: 15%; left: 50%; animation-delay: 3s; }
.hero-particles span:nth-child(6) { bottom: 20%; right: 10%; width: 12px; height: 12px; animation-delay: 5s; }
@keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.2); } }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); padding: 8px 20px; border-radius: 60px; font-size: .85rem; color: #fff; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.15); }
.hero-badge .dot { width: 8px; height: 8px; background: var(--success); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.hero h1 { font-size: clamp(1.8rem, 4.5vw, 3.5rem); color: #fff; margin-bottom: 20px; line-height: 1.15; }
.hero h1 .highlight { color: var(--accent); position: relative; display: inline-block; }
.hero h1 .highlight::after { content: ''; position: absolute; bottom: 4px; left: 0; right: 0; height: 8px; background: rgba(244,162,97,.35); border-radius: 4px; z-index: -1; }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 36px; max-width: 560px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image { position: absolute; right: -5%; top: 50%; transform: translateY(-50%); width: 45%; height: 60%; z-index: 2; display: flex; align-items: center; justify-content: center; }
.hero-image img { max-height: 100%; object-fit: contain; filter: drop-shadow(0 20px 60px rgba(0,0,0,.3)); animation: floatImage 6s ease-in-out infinite; }
@keyframes floatImage { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.hero-stats { display: flex; gap: 40px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-stat .num { font-size: 2rem; font-weight: 800; color: var(--accent); display: block; line-height: 1; }
.hero-stat .lbl { font-size: .85rem; opacity: .7; color: #fff; }

/* ===== SECTION GLOBALS ===== */
.section { padding: 90px 0; position: relative; }
.section-bg-light { background: var(--bg-light); }
.section-bg-dark { background: var(--bg-dark); color: #fff; }
.section-bg-gray { background: var(--bg-gray); }
.section-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; color: var(--secondary); margin-bottom: 12px; }
.section-title.light { color: #fff; }
.section-subtitle { font-size: 1.05rem; color: var(--text-light); max-width: 600px; line-height: 1.8; }
.section-subtitle.light { color: rgba(255,255,255,.7); }
.section-title-center, .section-subtitle-center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading { text-align: center; margin-bottom: 52px; position: relative; }
.section-tag { display: inline-block; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--primary); margin-bottom: 10px; }
.section-tag::before { content: '— '; }

/* ===== GRIDS ===== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.grid-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 24px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.grid-product { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }

/* ===== PRODUCT CARD ===== */
.product-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: var(--transition); position: relative; border: 1px solid var(--border);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card .card-img { position: relative; overflow: hidden; height: 230px; }
.product-card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .card-img img { transform: scale(1.08); }
.product-card .card-badge { position: absolute; top: 14px; left: 14px; background: var(--primary); color: #fff; font-size: .75rem; font-weight: 700; padding: 4px 14px; border-radius: 60px; text-transform: uppercase; letter-spacing: .5px; }
.product-card .card-body { padding: 24px; }
.product-card .card-body h3 { font-size: 1.15rem; margin-bottom: 8px; }
.product-card .card-body h3 a { color: var(--secondary); }
.product-card .card-body h3 a:hover { color: var(--primary); }
.product-card .card-body p { font-size: .9rem; color: var(--text-light); margin-bottom: 14px; line-height: 1.6; }
.product-card .card-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 16px; font-size: .85rem; }
.product-card .card-specs span { color: var(--text-light); }
.product-card .card-specs strong { color: var(--secondary); }
.product-card .card-price { font-size: 1.45rem; font-weight: 800; color: var(--primary); margin-bottom: 16px; }
.product-card .card-price small { font-size: .8rem; font-weight: 400; color: var(--text-light); }
.product-card .card-actions { display: flex; gap: 10px; }
.product-card .card-actions .btn { flex: 1; justify-content: center; }

/* ===== LOCATION CARD ===== */
.location-card {
  background: #fff; padding: 28px 24px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
  text-align: center; transition: var(--transition); border: 1px solid var(--border); cursor: pointer;
}
.location-card:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.location-card .icon { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.location-card h4 { font-size: 1rem; margin-bottom: 6px; transition: var(--transition); }
.location-card h4 a { color: var(--secondary); }
.location-card:hover h4 a, .location-card:hover p { color: #fff; }
.location-card p { font-size: .8rem; color: var(--text-light); transition: var(--transition); }

/* ===== FEATURES ===== */
.feature-card { text-align: center; padding: 36px 24px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--border); }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.feature-card .icon-wrap { width: 72px; height: 72px; background: linear-gradient(135deg, rgba(230,57,70,.1), rgba(230,57,70,.05)); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 2rem; transition: var(--transition); }
.feature-card:hover .icon-wrap { background: var(--primary); }
.feature-card:hover .icon-wrap .feat-icon { filter: brightness(0) invert(1); }
.feature-card .feat-icon { font-size: 2rem; transition: var(--transition); }
.feature-card h4 { font-size: 1.05rem; color: var(--secondary); margin-bottom: 10px; }
.feature-card p { font-size: .9rem; color: var(--text-light); line-height: 1.7; }

/* ===== TESTIMONIAL ===== */
.testimonial-card { background: #fff; padding: 32px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); text-align: center; }
.testimonial-card .stars { color: #f1c40f; font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card blockquote { font-size: .95rem; color: var(--text-light); font-style: italic; line-height: 1.8; margin-bottom: 20px; position: relative; padding-top: 20px; }
.testimonial-card blockquote::before { content: '"'; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); font-size: 3rem; color: var(--primary); opacity: .2; font-style: normal; line-height: 1; }
.testimonial-card cite { font-style: normal; font-weight: 700; color: var(--secondary); font-size: .9rem; display: block; }
.testimonial-card .company { font-size: .8rem; color: var(--text-light); }

/* ===== COUNTER SECTION ===== */
.counter-section { background: var(--secondary); position: relative; overflow: hidden; }
.counter-section::before { content: ''; position: absolute; inset: 0; background: url('assets/img/bg/counter-bg.webp') center/cover no-repeat; opacity: .08; }
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; z-index: 1; }
.counter-item { text-align: center; color: #fff; }
.counter-item .num { font-size: 2.8rem; font-weight: 800; color: var(--accent); display: block; line-height: 1; margin-bottom: 8px; }
.counter-item .lbl { font-size: .9rem; opacity: .8; }

/* ===== BLOG CARD ===== */
.blog-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--border); }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card .card-img { height: 200px; overflow: hidden; }
.blog-card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .card-img img { transform: scale(1.06); }
.blog-card .card-body { padding: 22px; }
.blog-card .meta { font-size: .8rem; color: var(--text-light); margin-bottom: 8px; display: flex; gap: 12px; }
.blog-card .meta a { color: var(--primary); }
.blog-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.blog-card h3 a { color: var(--secondary); }
.blog-card h3 a:hover { color: var(--primary); }
.blog-card p { font-size: .88rem; color: var(--text-light); line-height: 1.6; margin-bottom: 14px; }

/* ===== CTA SECTION ===== */
.cta-section { position: relative; padding: 80px 0; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--secondary), #0d1b2a); }
.cta-bg::before { content: ''; position: absolute; inset: 0; background: url('assets/img/bg/cta-pattern.webp') center/cover no-repeat; opacity: .06; }
.cta-content { position: relative; z-index: 1; text-align: center; color: #fff; max-width: 700px; margin: 0 auto; }
.cta-content h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2.2rem); margin-bottom: 16px; }
.cta-content p { color: rgba(255,255,255,.75); margin-bottom: 32px; font-size: 1.05rem; }
.cta-content .btn-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== CONTACT FORM ===== */
.form-card { background: #fff; padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow); max-width: 640px; margin: 0 auto; }
.form-card input, .form-card textarea, .form-card select {
  width: 100%; padding: 14px 18px; border: 2px solid var(--border); border-radius: 10px;
  font-family: var(--font); font-size: .95rem; transition: var(--transition); margin-bottom: 16px;
  background: var(--bg-light);
}
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(230,57,70,.1); background: #fff; }
.form-card textarea { min-height: 120px; resize: vertical; }
.form-card .btn { width: 100%; padding: 16px; font-size: 1.05rem; justify-content: center; }
.form-card .form-note { font-size: .8rem; color: var(--text-light); text-align: center; margin-top: 12px; }

/* ===== FAQ ===== */
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-question { padding: 20px 24px; background: #fff; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: var(--transition); font-size: 1rem; color: var(--secondary); border: none; width: 100%; text-align: left; }
.faq-question:hover { background: var(--bg-light); }
.faq-question .icon { font-size: 1.3rem; color: var(--primary); transition: var(--transition); flex-shrink: 0; }
.faq-item.active .faq-question .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 20px; font-size: .95rem; color: var(--text-light); display: none; line-height: 1.8; }
.faq-item.active .faq-answer { display: block; }

/* ===== BREADCRUMB ===== */
.breadcrumb-wrap { background: var(--bg-light); padding: 14px 0; border-bottom: 1px solid var(--border); }
.breadcrumb { font-size: .85rem; color: var(--text-light); }
.breadcrumb a { color: var(--secondary); }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }
.breadcrumb .current { color: var(--primary); font-weight: 600; }

/* ===== TABLE ===== */
.table-responsive { overflow-x: auto; margin: 28px 0; border-radius: var(--radius); border: 1px solid var(--border); }
.table-responsive table { width: 100%; border-collapse: collapse; min-width: 500px; }
.table-responsive th, .table-responsive td { padding: 16px 20px; text-align: left; font-size: .9rem; border-bottom: 1px solid var(--border); }
.table-responsive th { background: var(--secondary); color: #fff; font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .5px; }
.table-responsive tr:last-child td { border-bottom: none; }
.table-responsive tr:hover td { background: rgba(230,57,70,.03); }
.table-responsive tr:nth-child(even) td { background: var(--bg-light); }
.table-responsive tr:nth-child(even):hover td { background: rgba(230,57,70,.05); }

/* ===== PAGE CONTENT ===== */
.page-content { padding: 60px 0; }
.page-content h1 { margin-bottom: 24px; }
.page-content h2 { margin: 40px 0 16px; }
.page-content h3 { margin: 30px 0 12px; }
.page-content p { margin-bottom: 20px; line-height: 1.9; color: var(--text-light); }
.page-content ul, .page-content ol { margin-bottom: 20px; }
.page-content ul li { margin-bottom: 8px; }

/* ===== FOOTER ===== */
.site-footer { background: var(--bg-dark); color: rgba(255,255,255,.7); position: relative; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.footer-top { padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 20px; font-weight: 700; position: relative; padding-bottom: 14px; }
.footer-col h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 3px; background: var(--primary); border-radius: 2px; }
.footer-col p, .footer-col li { font-size: .88rem; line-height: 2.2; }
.footer-col a { color: rgba(255,255,255,.65); }
.footer-col a:hover { color: var(--accent); }
.footer-col ul { list-style: none; padding: 0; }
.footer-col .contact-list li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.6; margin-bottom: 14px; }
.footer-col .contact-list .icon { color: var(--accent); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; text-align: center; font-size: .85rem; }
.footer-bottom a { color: var(--accent); }

/* ===== STICKY CTA ===== */
.sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,.98); backdrop-filter: blur(10px); padding: 10px 16px; box-shadow: 0 -4px 20px rgba(0,0,0,.1); z-index: 999; gap: 10px; border-top: 2px solid var(--primary); }
.sticky-cta .btn { flex: 1; justify-content: center; font-size: .9rem; padding: 12px; }

/* ===== PAGINATION ===== */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 14px; border: 1px solid var(--border); border-radius: 8px; color: var(--text); font-size: .9rem; transition: var(--transition); }
.pagination .current { background: var(--primary); color: #fff; border-color: var(--primary); }
.pagination a:hover { background: var(--bg-light); border-color: var(--primary); }

/* ===== BLOG SINGLE ===== */
.blog-single .post-thumb { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 32px; }
.blog-single .post-meta { display: flex; gap: 16px; color: var(--text-light); font-size: .9rem; margin-bottom: 24px; flex-wrap: wrap; }
.blog-single .post-content h2 { margin-top: 40px; }
.blog-single .post-content h3 { margin-top: 30px; }
.blog-single .post-content p { margin-bottom: 20px; line-height: 1.9; }
.blog-single .post-content img { border-radius: var(--radius); margin: 24px 0; }

/* ===== NO RESULTS / 404 ===== */
.no-results, .error-404 { text-align: center; padding: 80px 0; }
.no-results h2, .error-404 h2 { margin-bottom: 16px; }
.no-results p, .error-404 p { color: var(--text-light); margin-bottom: 28px; font-size: 1.05rem; }
.error-404 .big-number { font-size: 6rem; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 10px; }

/* ===== FORM RESPONSE ===== */
.form-response { margin-top: 16px; text-align: center; }
.form-response .success { background: #d4edda; color: #155724; padding: 14px; border-radius: 8px; }
.form-response .error { background: #f8d7da; color: #721c24; padding: 14px; border-radius: 8px; }

/* ===== ANIMATIONS ===== */
[data-aos] { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
[data-aos].aos-animate { opacity: 1; transform: translateY(0); }
[data-aos=fade-up] { transform: translateY(40px); }
[data-aos=fade-left] { transform: translateX(-40px); }
[data-aos=fade-right] { transform: translateX(40px); }
[data-aos=zoom-in] { transform: scale(.9); }
[data-aos].aos-animate { opacity: 1; transform: translateY(0) translateX(0) scale(1); }

/* No AOS preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-aos] { opacity: 1; transform: none !important; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.2rem; }
}
@media (max-width: 992px) {
  .hero-image { display: none; }
  .hero { min-height: auto; padding: 70px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .counter-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; box-shadow: var(--shadow-lg); padding: 16px; z-index: 1000; max-height: 70vh; overflow-y: auto; }
  .nav-menu.active { display: flex; }
  .nav-menu .sub-menu, .nav-menu .mega-menu { position: static; box-shadow: none; border-top: none; padding-left: 20px; display: none; animation: none; }
  .nav-menu .sub-menu.open, .nav-menu .mega-menu.open { display: block; }
  .nav-menu > li > a { padding: 12px 16px; border-radius: 8px; }
  .header-inner { min-height: 65px; }
  .header-phone span { display: none; }
  .hero { padding: 50px 0; }
  .hero h1 { font-size: 1.7rem; }
  .hero p { font-size: .95rem; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .hero-stat .num { font-size: 1.5rem; }
  .section { padding: 50px 0; }
  .counter-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .counter-item .num { font-size: 2rem; }
  .sticky-cta { display: flex; }
  .site-footer { padding-bottom: 60px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 576px) {
  .grid-2, .grid-3, .grid-4, .grid-auto, .grid-product { grid-template-columns: 1fr; }
  .top-bar-inner { flex-direction: column; text-align: center; }
  .top-bar-left, .top-bar-right { justify-content: center; }
  .header-cta .btn-sm { padding: 8px 14px; font-size: .8rem; }
  .form-card { padding: 24px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-content .btn-group { flex-direction: column; }
  .product-card .card-actions { flex-direction: column; }
  .pagination { flex-wrap: wrap; }
}
