/*
Theme Name: Jet Nakliyat
Theme URI: https://jetnakliyat.com.tr
Author: Jet Nakliyat
Author URI: https://jetnakliyat.com.tr
Description: Jet Nakliyat Bursa - Evden Eve Asansörlü ve Asansörsüz Nakliyat Firması. SEO odaklı, profesyonel ve müşteri odaklı WordPress teması.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: jet-nakliyat
Tags: nakliyat, bursa, evden-eve-nakliyat, seo, one-page, business
*/

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

/* ===== VARIABLES ===== */
:root {
  --navy: #1a3566;
  --orange: #e85c00;
  --orange-hover: #c44e00;
  --green: #25D366;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-500: #64748b;
  --gray-700: #334155;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
}

/* ===== CONTAINER ===== */
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  padding: 8px 0;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar-links { display: flex; gap: 24px; }
.top-bar a { color: rgba(255,255,255,0.9); transition: color 0.2s; }
.top-bar a:hover { color: var(--orange); }

/* ===== NAVBAR ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; }
.site-logo img { height: 50px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 32px; }
.nav-menu a { font-size: 14px; font-weight: 500; color: var(--gray-700); transition: color 0.2s; }
.nav-menu a:hover { color: var(--orange); }
.btn-call {
  background: var(--orange);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s, transform 0.2s;
}
.btn-call:hover { background: var(--orange-hover) !important; transform: translateY(-1px); }
.nav-toggle { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gray-700); transition: all 0.3s; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #eff6ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(232,92,0,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(26,53,102,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,92,0,0.1);
  color: var(--orange);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}
.hero h1 span { color: var(--orange); }
.hero-desc { font-size: 17px; color: var(--gray-500); max-width: 480px; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  padding: 16px 32px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s;
  box-shadow: 0 4px 15px rgba(232,92,0,0.3);
}
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(232,92,0,0.4); }
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 16px 32px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s;
  box-shadow: 0 4px 15px rgba(37,211,102,0.3);
}
.btn-whatsapp:hover { background: #1da851; transform: translateY(-2px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--gray-500); }
.hero-trust span::before { content: '✅ '; }

/* Contact Card */
.contact-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  padding: 36px;
  border: 1px solid rgba(0,0,0,0.05);
}
.contact-card h2 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.contact-card .subtitle { color: var(--gray-500); font-size: 13px; margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 14px;
  font-family: inherit;
  color: var(--gray-700);
  transition: border-color 0.2s;
  background: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232,92,0,0.08);
}
.btn-submit {
  width: 100%;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
}
.btn-submit:hover { background: #142a52; }

/* ===== STATS BAR ===== */
.stats-bar { background: var(--navy); padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-value { font-size: 40px; font-weight: 900; color: var(--orange); }
.stat-label { color: rgba(255,255,255,0.8); font-size: 13px; margin-top: 4px; }

/* ===== SECTIONS ===== */
section { padding: 80px 0; }
.section-label { color: var(--orange); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; }
.section-title { font-size: clamp(28px, 3vw, 40px); font-weight: 900; color: var(--navy); margin-top: 8px; line-height: 1.2; }
.section-desc { color: var(--gray-500); margin-top: 16px; max-width: 560px; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .section-desc { margin-left: auto; margin-right: auto; }

/* ===== SERVICES ===== */
.services-section { background: #ffffff; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: #fff;
  border: 1.5px solid #f1f5f9;
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.service-icon { font-size: 40px; margin-bottom: 16px; }
.service-title { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-desc { font-size: 14px; color: var(--gray-500); line-height: 1.65; }

/* ===== ABOUT ===== */
.about-section { background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-list { list-style: none; margin: 24px 0; }
.about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--gray-700);
  font-size: 15px;
}
.about-list li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: rgba(232,92,0,0.12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}
.about-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-mini-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid #f1f5f9;
  transition: transform 0.2s, box-shadow 0.2s;
}
.about-mini-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.about-mini-icon { font-size: 30px; margin-bottom: 8px; }
.about-mini-label { font-weight: 700; color: var(--navy); font-size: 13px; }
.about-mini-value { color: var(--orange); font-weight: 600; font-size: 12px; margin-top: 4px; }

/* ===== DISTRICTS ===== */
.districts-section { background: #ffffff; }
.districts-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 56px; }
.district-tag {
  background: rgba(26,53,102,0.05);
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(26,53,102,0.1);
  transition: all 0.2s;
  text-decoration: none;
}
.district-tag:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.district-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.district-card {
  background: linear-gradient(135deg, var(--navy) 0%, #1e4a8a 100%);
  border-radius: var(--radius-lg);
  padding: 28px;
  color: #fff;
}
.district-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.district-card p { font-size: 14px; opacity: 0.8; line-height: 1.6; }
.district-card .btn-sm {
  display: inline-block;
  margin-top: 16px;
  background: var(--orange);
  color: #fff;
  padding: 8px 20px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s;
}
.district-card .btn-sm:hover { background: var(--orange-hover); }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid #f1f5f9;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.stars { color: #f59e0b; font-size: 18px; margin-bottom: 14px; }
.testimonial-text { color: var(--gray-500); font-size: 14px; font-style: italic; margin-bottom: 20px; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 42px;
  height: 42px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.author-name { font-weight: 700; color: var(--navy); font-size: 14px; }
.author-location { color: var(--gray-500); font-size: 12px; }

/* ===== FAQ ===== */
.faq-section { background: #ffffff; }
.faq-wrapper { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1.5px solid #f1f5f9; border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  background: #fff;
  transition: background 0.2s;
}
.faq-question:hover { background: var(--gray-50); }
.faq-toggle { color: var(--orange); font-size: 18px; transition: transform 0.3s; }
.faq-answer { padding: 0 24px 20px; font-size: 14px; color: var(--gray-500); line-height: 1.7; }
.faq-item.active .faq-toggle { transform: rotate(180deg); }

/* ===== CTA BANNER ===== */
.cta-banner { background: var(--orange); padding: 64px 0; text-align: center; }
.cta-banner h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 900; color: #fff; margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,0.9); font-size: 17px; margin-bottom: 32px; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-cta-white {
  background: #fff;
  color: var(--orange);
  padding: 16px 36px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 17px;
  border: 2.5px solid #fff;
  transition: all 0.2s;
}
.btn-cta-white:hover { background: transparent; color: #fff; }

/* ===== CONTACT SECTION ===== */
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-info-list { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--gray-50);
  border-radius: var(--radius);
}
.contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(26,53,102,0.06);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.contact-item-label { font-size: 11px; color: var(--gray-500); font-weight: 500; margin-bottom: 2px; }
.contact-item-value { font-weight: 700; color: var(--navy); font-size: 15px; }
.contact-form-card {
  background: linear-gradient(135deg, var(--navy) 0%, #1e4a8a 100%);
  border-radius: var(--radius-lg);
  padding: 40px;
  color: #fff;
}
.contact-form-card h3 { font-size: 24px; font-weight: 800; margin-bottom: 24px; }
.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.contact-form-card .form-group input::placeholder,
.contact-form-card .form-group textarea::placeholder { color: rgba(255,255,255,0.6); }
.contact-form-card .form-group input:focus,
.contact-form-card .form-group textarea:focus {
  border-color: var(--orange);
  background: rgba(255,255,255,0.15);
  box-shadow: none;
}
.contact-form-card .btn-submit { background: var(--orange); }
.contact-form-card .btn-submit:hover { background: var(--orange-hover); }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.9); }
.footer-main { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { height: 42px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-about { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.7; }
.footer-heading { font-weight: 700; color: var(--orange); margin-bottom: 20px; font-size: 15px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}
.footer-bottom p { margin-bottom: 4px; }

/* ===== FLOATING BUTTONS ===== */
.float-whatsapp {
  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;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: pulse-green 2.5s ease-in-out infinite;
}
.float-whatsapp:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,0.5); }
.float-call {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(232,92,0,0.4);
  transition: transform 0.2s;
}
.float-call:hover { transform: scale(1.1); }
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 35px rgba(37,211,102,0.7); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .district-cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 56px 0; }
  .top-bar { display: none; }
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .nav-menu.active { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 20px; gap: 16px; box-shadow: var(--shadow-md); border-top: 1px solid #f1f5f9; z-index: 999; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
  .cta-buttons { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .about-cards { grid-template-columns: 1fr 1fr; }
}
