/*
Theme Name: Emirates Movers & Packers
Theme URI: https://www.emiratesmoverspackers.ae
Author: Emirates Movers UAE
Author URI: https://www.emiratesmoverspackers.ae
Description: Professional moving company WordPress theme for Emirates Movers & Packers UAE. Features a dark navy and gold luxury design, optimized for SEO, mobile-responsive with service pages, location pages, blog, contact, and quote request forms.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emirates-movers
Tags: business, dark, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* ====================================================
   ROOT VARIABLES
   ==================================================== */
:root {
  --gold: #C8922A;
  --gold-light: #E5B055;
  --gold-dark: #9A6E1A;
  --navy: #0A1628;
  --navy-mid: #132040;
  --navy-light: #1E3060;
  --white: #FFFFFF;
  --off-white: #F8F6F1;
  --text-muted: #7A8AA0;
  --card-bg: #111E35;
  --border: rgba(200,146,42,0.2);
  --gradient-gold: linear-gradient(135deg, #C8922A, #E5B055);
  --gradient-navy: linear-gradient(135deg, #0A1628, #132040);
  --shadow-gold: 0 8px 40px rgba(200,146,42,0.25);
  --shadow-dark: 0 20px 60px rgba(0,0,0,0.4);
  --radius: 16px;
  --radius-sm: 8px;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

/* ====================================================
   RESET & BASE
   ==================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ====================================================
   HEADER / NAVIGATION
   ==================================================== */
header#masthead {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0 5%;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 75px; max-width: 1300px; margin: 0 auto;
}
.logo-wrap {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
}
.logo-icon { width: 52px; height: 52px; flex-shrink: 0; }
.logo-text { line-height: 1.1; }
.logo-name {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 800;
  color: var(--gold); letter-spacing: 0.02em;
}
.logo-tagline {
  font-size: 0.65rem; color: var(--text-muted);
  letter-spacing: 0.15em; text-transform: uppercase;
}
#site-navigation { display: flex; align-items: center; gap: 8px; }
#site-navigation a {
  font-family: var(--font-body); font-size: 0.875rem; font-weight: 500;
  color: rgba(255,255,255,0.8); text-decoration: none;
  padding: 8px 14px; border-radius: var(--radius-sm);
  transition: all 0.2s;
}
#site-navigation a:hover,
#site-navigation .current-menu-item > a { color: var(--gold); background: rgba(200,146,42,0.1); }
.btn-header {
  background: var(--gradient-gold) !important;
  color: var(--navy) !important; font-weight: 700 !important;
  padding: 10px 22px !important; border-radius: 50px !important;
  box-shadow: var(--shadow-gold);
}
.btn-header:hover { transform: translateY(-1px); box-shadow: 0 12px 50px rgba(200,146,42,0.4) !important; }
.mobile-menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  color: var(--white); font-size: 1.5rem; line-height: 1;
}

/* WordPress nav menu */
.menu { display: flex; align-items: center; gap: 8px; padding: 0; }
.menu li { position: relative; }
.menu li ul {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 8px 0; min-width: 200px;
  box-shadow: var(--shadow-dark);
}
.menu li:hover > ul { display: block; }
.menu li ul li a { display: block; padding: 10px 18px; font-size: 0.875rem; }

/* ====================================================
   PAGE WRAPPER (accounts for fixed header)
   ==================================================== */
#page { padding-top: 75px; }

/* ====================================================
   HERO SECTION
   ==================================================== */
.hero {
  min-height: calc(100vh - 75px);
  background: var(--navy);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 80px 5% 60px;
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(200,146,42,0.08), transparent),
              radial-gradient(ellipse 40% 50% at 20% 80%, rgba(30,48,96,0.6), transparent);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(200,146,42,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(200,146,42,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  max-width: 1300px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,146,42,0.12); border: 1px solid rgba(200,146,42,0.3);
  border-radius: 50px; padding: 6px 16px; margin-bottom: 28px;
  font-size: 0.8rem; font-weight: 600; color: var(--gold-light);
  letter-spacing: 0.05em; text-transform: uppercase;
}
.hero-badge::before { content: '★'; font-size: 0.7rem; }
h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 800; line-height: 1.1;
  margin-bottom: 24px;
}
h1 span { color: var(--gold); }
.hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,0.7); line-height: 1.7;
  margin-bottom: 40px; max-width: 520px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 50px; }

/* ====================================================
   BUTTONS
   ==================================================== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gradient-gold); color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: 16px 32px; border-radius: 50px; text-decoration: none;
  box-shadow: var(--shadow-gold); transition: all 0.3s;
  border: none; cursor: pointer;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 60px rgba(200,146,42,0.4); color: var(--navy); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2);
  color: var(--white); font-weight: 500; font-size: 1rem;
  padding: 16px 32px; border-radius: 50px; text-decoration: none;
  transition: all 0.3s; cursor: pointer;
}
.btn-secondary:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); color: var(--white); }

/* ====================================================
   HERO STATS
   ==================================================== */
.hero-stats { display: flex; gap: 40px; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  color: var(--gold); line-height: 1;
}
.stat-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }

/* ====================================================
   HERO QUOTE CARD
   ==================================================== */
.hero-visual {
  position: relative; display: flex; align-items: center; justify-content: center;
}
.hero-card-main {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 24px; padding: 40px; width: 100%;
  box-shadow: var(--shadow-dark);
}
.quote-form-title {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  margin-bottom: 6px;
}
.quote-form-sub { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.8rem; color: var(--text-muted); font-weight: 500; }
.form-group select,
.form-group input,
.form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm); padding: 12px 14px;
  color: var(--white); font-family: var(--font-body); font-size: 0.9rem;
  transition: border 0.2s; outline: none; width: 100%;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--navy-mid); }
.form-group textarea { resize: vertical; min-height: 100px; }
.btn-quote {
  width: 100%; padding: 16px;
  background: var(--gradient-gold); color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  border: none; border-radius: 50px; cursor: pointer;
  box-shadow: var(--shadow-gold); transition: all 0.3s; margin-top: 8px;
}
.btn-quote:hover { transform: translateY(-2px); box-shadow: 0 16px 50px rgba(200,146,42,0.45); }
.form-trust {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; font-size: 0.78rem; color: var(--text-muted);
}
.form-trust span { color: var(--gold-light); }

/* ====================================================
   TRUST BAR
   ==================================================== */
.trust-bar {
  background: rgba(255,255,255,0.03); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); padding: 20px 5%;
}
.trust-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-around; gap: 20px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem; color: rgba(255,255,255,0.6);
}
.trust-icon { font-size: 1.4rem; }

/* ====================================================
   SECTIONS
   ==================================================== */
section { padding: 100px 5%; }
.section-inner { max-width: 1300px; margin: 0 auto; }
.section-label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
h2.section-title {
  font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800; line-height: 1.2; margin-bottom: 16px;
}
h2.section-title span { color: var(--gold); }
.section-desc { font-size: 1.05rem; color: rgba(255,255,255,0.6); max-width: 600px; line-height: 1.7; }

h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700; line-height: 1.2;
}

/* ====================================================
   SERVICES SECTION
   ==================================================== */
.services-bg { background: var(--navy-mid); }
.services-header { text-align: center; margin-bottom: 60px; }
.services-header .section-desc { margin: 0 auto; }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px 30px;
  transition: all 0.3s; cursor: pointer; text-decoration: none; color: inherit;
  display: block;
}
.service-card:hover {
  transform: translateY(-6px); border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}
.service-emoji { font-size: 2.5rem; margin-bottom: 20px; display: block; }
.service-card h3 {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 700;
  margin-bottom: 12px;
}
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; }
.service-link {
  font-size: 0.85rem; font-weight: 600; color: var(--gold-light);
  display: flex; align-items: center; gap: 6px;
}

/* ====================================================
   WHY US SECTION
   ==================================================== */
.why-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.why-left .section-desc { margin-bottom: 40px; }
.why-features { display: flex; flex-direction: column; gap: 20px; }
.why-feature {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 20px; background: rgba(255,255,255,0.03);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  transition: all 0.3s;
}
.why-feature:hover { border-color: var(--gold); background: rgba(200,146,42,0.05); }
.why-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(200,146,42,0.12); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.why-feature-text h4 {
  font-family: var(--font-display); font-size: 1rem; font-weight: 700; margin-bottom: 6px;
}
.why-feature-text p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.why-right { position: relative; }
.stats-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 24px; padding: 40px; box-shadow: var(--shadow-dark);
}
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.stat-box {
  text-align: center; padding: 24px;
  background: rgba(255,255,255,0.03); border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}
.stat-box .num {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 800;
  color: var(--gold); line-height: 1; margin-bottom: 8px;
}
.stat-box .label { font-size: 0.8rem; color: var(--text-muted); }
.rating-row {
  display: flex; align-items: center; gap: 12px; margin-top: 28px;
  padding: 20px; background: rgba(200,146,42,0.08);
  border-radius: var(--radius-sm); border: 1px solid rgba(200,146,42,0.2);
}
.stars { font-size: 1.2rem; color: var(--gold); letter-spacing: 2px; }
.rating-info .big { font-family: var(--font-display); font-size: 1.8rem; font-weight: 800; color: var(--gold); }
.rating-info .small { font-size: 0.8rem; color: var(--text-muted); }

/* ====================================================
   LOCATIONS SECTION
   ==================================================== */
.locations-bg { background: var(--navy-mid); }
.locations-header { text-align: center; margin-bottom: 60px; }
.locations-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.location-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px 24px; text-align: center;
  transition: all 0.3s; text-decoration: none; color: inherit; display: block;
}
.location-card:hover {
  transform: translateY(-4px); border-color: var(--gold);
  box-shadow: 0 12px 40px rgba(200,146,42,0.2);
}
.location-flag { font-size: 2.5rem; margin-bottom: 14px; display: block; }
.location-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.location-card p { font-size: 0.8rem; color: var(--text-muted); }

/* ====================================================
   TESTIMONIALS SECTION
   ==================================================== */
.testimonials-header { text-align: center; margin-bottom: 60px; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.testimonial-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px; transition: all 0.3s;
}
.testimonial-card:hover { border-color: rgba(200,146,42,0.4); transform: translateY(-4px); }
.testi-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.testi-text { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.8); margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gradient-gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--navy);
}
.testi-name { font-weight: 600; font-size: 0.9rem; margin-bottom: 2px; }
.testi-loc { font-size: 0.78rem; color: var(--text-muted); }

/* ====================================================
   PROCESS SECTION
   ==================================================== */
.process-bg { background: var(--navy-mid); }
.process-header { text-align: center; margin-bottom: 70px; }
.process-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px; position: relative;
}
.process-step { text-align: center; position: relative; }
.step-num {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--gradient-gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 800;
  color: var(--navy); margin: 0 auto 20px; box-shadow: var(--shadow-gold);
}
.process-step h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.process-step p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

/* ====================================================
   CTA SECTION
   ==================================================== */
.cta-section {
  text-align: center;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(200,146,42,0.1), transparent),
              var(--navy);
}
.cta-inner { max-width: 700px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 20px; }
.cta-inner p { color: rgba(255,255,255,0.7); margin-bottom: 40px; font-size: 1.1rem; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-phone { margin-top: 28px; color: var(--text-muted); font-size: 0.9rem; }
.cta-phone a { color: var(--gold); font-weight: 600; }

/* ====================================================
   FOOTER
   ==================================================== */
footer#colophon {
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  padding: 70px 5% 30px;
}
.footer-grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
  margin-bottom: 50px;
}
.footer-brand p {
  font-size: 0.875rem; color: var(--text-muted); line-height: 1.7;
  margin: 20px 0 24px;
}
.footer-social { display: flex; gap: 12px; }
.social-btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: all 0.2s; text-decoration: none; color: var(--white);
}
.social-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.footer-col h4 {
  font-family: var(--font-display); font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 0.875rem; color: var(--text-muted);
  transition: color 0.2s; text-decoration: none;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.875rem; color: var(--text-muted); margin-bottom: 14px;
}
.footer-contact-item .icon { font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: var(--text-muted); transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1300px; margin: 0 auto;
  padding-top: 30px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom p { font-size: 0.8rem; color: var(--text-muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.8rem; color: var(--text-muted); transition: color 0.2s; }
.footer-legal a:hover { color: var(--gold); }

/* ====================================================
   PAGE HERO (inner pages)
   ==================================================== */
.page-hero {
  background: var(--navy-mid);
  padding: 80px 5% 60px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
}
.page-hero p {
  font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto;
}
.breadcrumb {
  font-size: 0.8rem; color: var(--text-muted); margin-bottom: 24px;
  display: flex; gap: 8px; align-items: center; justify-content: center;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: var(--text-muted); }

/* ====================================================
   CONTENT / BLOG
   ==================================================== */
.site-content { padding: 80px 5%; max-width: 1300px; margin: 0 auto; }
.content-area { max-width: 800px; }
.entry-title {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800; margin-bottom: 20px;
}
.entry-meta { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 32px; }
.entry-meta a { color: var(--gold); }
.entry-content h2, .entry-content h3 { margin: 32px 0 16px; }
.entry-content p { margin-bottom: 20px; color: rgba(255,255,255,0.8); line-height: 1.8; }
.entry-content ul, .entry-content ol { padding-left: 24px; margin-bottom: 20px; }
.entry-content li { margin-bottom: 8px; color: rgba(255,255,255,0.8); }
.entry-content a { color: var(--gold); text-decoration: underline; }

.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.blog-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: all 0.3s; text-decoration: none; color: inherit; display: block;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow-gold); }
.blog-card-img { height: 200px; background: var(--navy-light); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 28px; }
.blog-card-tag {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.blog-card h3 {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
  margin-bottom: 12px; line-height: 1.3;
}
.blog-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; }
.blog-card-meta { font-size: 0.78rem; color: var(--text-muted); }

/* ====================================================
   FAQ PAGE
   ==================================================== */
.faq-list { max-width: 800px; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  margin-bottom: 12px; overflow: hidden;
}
.faq-question {
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; background: var(--card-bg);
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  transition: background 0.2s;
}
.faq-question:hover { background: rgba(200,146,42,0.06); }
.faq-question::after { content: '+'; font-size: 1.4rem; color: var(--gold); line-height: 1; }
.faq-question.open::after { content: '−'; }
.faq-answer {
  padding: 0 24px; max-height: 0; overflow: hidden;
  transition: all 0.3s ease;
  font-size: 0.9rem; color: var(--text-muted); line-height: 1.7;
}
.faq-answer.open { padding: 16px 24px 20px; max-height: 500px; }

/* ====================================================
   CONTACT PAGE
   ==================================================== */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.contact-form-wrap {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 40px;
}
.contact-info-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px; background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-sm); margin-bottom: 16px;
}
.contact-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(200,146,42,0.12); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.contact-text h4 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.contact-text p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.contact-text a { color: var(--gold); }

/* ====================================================
   WPCF7 / FORM SUCCESS/ERROR
   ==================================================== */
.wpcf7-response-output {
  margin-top: 16px; padding: 12px 16px;
  border-radius: var(--radius-sm); font-size: 0.875rem;
}
.wpcf7-mail-sent-ok { border-color: var(--gold); color: var(--gold-light); background: rgba(200,146,42,0.08); }
.wpcf7-validation-errors { border-color: #e74c3c; color: #e74c3c; background: rgba(231,76,60,0.08); }
.wpcf7-not-valid-tip { font-size: 0.75rem; color: #e74c3c; margin-top: 4px; }
input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #e74c3c !important;
}

/* ====================================================
   WORDPRESS CORE CLASSES
   ==================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.8rem; color: var(--text-muted); text-align: center; margin-top: 8px; }
.sticky { /* WP sticky post */ }
.bypostauthor { /* WP bypostauthor */ }

/* Gutenberg block styles */
.wp-block-quote {
  border-left: 4px solid var(--gold);
  padding: 16px 24px; margin: 24px 0;
  background: rgba(200,146,42,0.05);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.wp-block-quote p { color: rgba(255,255,255,0.85); font-style: italic; }
.wp-block-separator { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.wp-block-button__link {
  background: var(--gradient-gold) !important; color: var(--navy) !important;
  border-radius: 50px !important; padding: 14px 28px !important;
  font-weight: 700 !important; border: none !important;
}

/* Pagination */
.pagination, .nav-links {
  display: flex; gap: 8px; align-items: center;
  justify-content: center; margin-top: 60px;
}
.page-numbers {
  width: 40px; height: 40px; display: flex; align-items: center;
  justify-content: center; border-radius: var(--radius-sm);
  border: 1px solid var(--border); color: var(--text-muted);
  font-size: 0.875rem; transition: all 0.2s; text-decoration: none;
}
.page-numbers:hover, .page-numbers.current {
  background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 700;
}

/* Comments */
.comments-area { max-width: 700px; margin-top: 60px; }
.comments-title { margin-bottom: 30px; }
.comment-list { padding: 0; }
.comment { padding: 24px; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 16px; }
.comment-meta { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 12px; }
.comment-body p { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm); padding: 12px 14px; color: var(--white);
  font-family: var(--font-body); width: 100%; margin-bottom: 14px; outline: none;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--gold); }
.comment-form input[type="submit"] {
  background: var(--gradient-gold); color: var(--navy);
  font-family: var(--font-display); font-weight: 700;
  padding: 12px 28px; border: none; border-radius: 50px; cursor: pointer;
}

/* Screen reader text */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--navy-mid); clip: auto; clip-path: none;
  color: var(--white); display: block; font-size: 1rem;
  height: auto; left: 5px; line-height: normal;
  padding: 15px 23px 14px; text-decoration: none;
  top: 5px; width: auto; z-index: 100000;
}

/* Skip link */
.skip-link { position: absolute; top: -9999em; }
.skip-link:focus { top: 1rem; left: 1rem; z-index: 99999; background: var(--gold); color: var(--navy); padding: 8px 16px; border-radius: 4px; font-weight: 700; }

/* ====================================================
   MOBILE MENU (overlay)
   ==================================================== */
.mobile-nav-overlay {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: var(--navy); flex-direction: column;
  padding: 100px 5% 40px; overflow-y: auto;
}
.mobile-nav-overlay.active { display: flex; }
.mobile-nav-overlay a {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 700;
  color: var(--white); padding: 16px 0; border-bottom: 1px solid var(--border);
}
.mobile-nav-overlay a:hover { color: var(--gold); }
.mobile-close {
  position: absolute; top: 24px; right: 5%;
  background: none; border: none; color: var(--white);
  font-size: 2rem; cursor: pointer;
}

/* ====================================================
   RESPONSIVE
   ==================================================== */
@media (max-width: 1024px) {
  .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  #site-navigation { display: none; }
  .mobile-menu-btn { display: flex; align-items: center; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 60px 5%; }
  .services-grid, .locations-grid, .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .trust-inner { flex-direction: column; align-items: flex-start; }
}

/* ====================================================
   ARTICLE / BLOG POST LAYOUT
   ==================================================== */
.article-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 120px 5% 60px;
  border-bottom: 1px solid var(--border);
}
.article-hero-inner { max-width: 800px; margin: 0 auto; }
.article-cat {
  display: inline-block; font-family: var(--font-display);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  color: var(--gold); border: 1px solid var(--gold);
  border-radius: 50px; padding: 4px 14px; margin-bottom: 16px;
  text-transform: uppercase;
}
.article-hero h1 {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800; line-height: 1.2; margin-bottom: 20px;
}
.article-meta {
  display: flex; flex-wrap: wrap; gap: 16px;
  font-size: 0.82rem; color: var(--text-muted);
}
.article-body { padding: 60px 5%; }
.article-layout {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start;
}
.article-content { min-width: 0; }
.article-content h2 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  margin: 40px 0 16px; color: var(--white);
}
.article-content p { line-height: 1.8; color: rgba(255,255,255,0.85); margin-bottom: 16px; }
.article-content ul {
  padding-left: 20px; margin-bottom: 20px;
  color: rgba(255,255,255,0.85); line-height: 2;
}
.article-content li { margin-bottom: 4px; }
.article-sidebar { position: sticky; top: 100px; }

.tip-box {
  background: rgba(200,146,42,0.08); border-left: 3px solid var(--gold);
  border-radius: var(--radius-sm); padding: 20px 24px; margin: 24px 0;
}
.tip-box strong { display: block; font-family: var(--font-display); margin-bottom: 8px; color: var(--gold); }
.tip-box p { margin: 0; font-size: 0.9rem; }
.tip-green { background: rgba(40,200,100,0.07); border-color: #28c864; }
.tip-green strong { color: #28c864; }
.tip-red { background: rgba(220,50,50,0.08); border-color: #dc3232; }
.tip-red strong { color: #dc3232; }

/* Price table in articles */
.price-table {
  width: 100%; border-collapse: collapse;
  margin: 24px 0; font-size: 0.88rem;
}
.price-table th {
  background: var(--navy-mid); padding: 12px 16px;
  text-align: left; font-family: var(--font-display);
  font-weight: 700; border-bottom: 1px solid var(--border);
}
.price-table td {
  padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:nth-child(even) { background: rgba(255,255,255,0.02); }

/* ====================================================
   BLOG GRID (archive / listing)
   ==================================================== */
.blog-section { padding: 60px 5%; }
.blog-inner { max-width: 1200px; margin: 0 auto; }

.cat-filter {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px;
}
.cat-btn {
  font-family: var(--font-display); font-size: 0.82rem; font-weight: 600;
  padding: 8px 18px; border-radius: 50px;
  border: 1px solid var(--border); background: none; color: var(--text-muted);
  cursor: pointer; transition: all 0.2s; text-decoration: none;
}
.cat-btn:hover, .cat-btn.active {
  background: var(--gold); border-color: var(--gold); color: var(--navy);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; align-items: start;
}
.featured-post {
  grid-column: span 3;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit; transition: border-color 0.2s;
}
.featured-post:hover { border-color: var(--gold); }
.featured-img {
  position: relative; min-height: 260px;
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem; overflow: hidden;
}
.featured-badge {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--font-display); font-size: 0.7rem; font-weight: 700;
  background: var(--gold); color: var(--navy);
  padding: 4px 12px; border-radius: 50px;
}
.featured-content { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.featured-content h2 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 700;
  margin: 12px 0; line-height: 1.3;
}
.featured-content p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 20px; }

.blog-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit; transition: border-color 0.2s;
  display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--gold); }
.blog-img {
  position: relative; height: 160px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; overflow: hidden;
}
.blog-cat {
  position: absolute; bottom: 12px; left: 12px;
  font-size: 0.7rem; font-weight: 700;
  background: var(--gold); color: var(--navy);
  padding: 3px 10px; border-radius: 50px;
  font-family: var(--font-display);
}
.blog-content { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 8px; display: flex; gap: 6px; }
.blog-content h2 {
  font-family: var(--font-display); font-size: 1rem; font-weight: 700;
  line-height: 1.4; margin-bottom: 8px;
}
.blog-content p { font-size: 0.82rem; color: var(--text-muted); flex: 1; margin-bottom: 16px; }
.blog-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.blog-read { font-size: 0.8rem; color: var(--gold); font-weight: 600; font-family: var(--font-display); }
.blog-tag {
  font-size: 0.7rem; font-weight: 700; font-family: var(--font-display);
  border: 1px solid var(--gold); color: var(--gold);
  padding: 2px 10px; border-radius: 50px;
}

/* ====================================================
   PRICING GRID (service pages)
   ==================================================== */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pricing-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px; position: relative;
}
.pricing-card.featured {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(200,146,42,0.06), var(--card-bg));
}
.pricing-badge {
  display: inline-block; font-family: var(--font-display); font-size: 0.7rem;
  font-weight: 700; background: var(--gold); color: var(--navy);
  padding: 3px 12px; border-radius: 50px; margin-bottom: 12px;
}
.pricing-card h3 {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 8px;
}
.pricing-price {
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  color: var(--gold); margin-bottom: 4px;
}
.pricing-sub { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 20px; }
.pricing-features {
  list-style: none; padding: 0; margin: 0 0 24px;
  font-size: 0.85rem; line-height: 2;
}
.pricing-features li::before { content: '✓ '; color: var(--gold); font-weight: 700; }

/* ====================================================
   FAQ PAGE LAYOUT
   ==================================================== */
.faq-page-grid { display: grid; grid-template-columns: 1fr 280px; gap: 60px; }
.faq-layout-page { display: grid; grid-template-columns: 1fr 340px; gap: 60px; }

/* ====================================================
   LOCATION / SERVICE PAGE RESPONSIVE
   ==================================================== */
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .featured-post { grid-column: span 2; }
  .pricing-grid { grid-template-columns: 1fr; }
  .faq-page-grid, .faq-layout-page, .quote-page-grid, .contact-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
  .featured-post { grid-column: span 1; grid-template-columns: 1fr; }
  .featured-img { min-height: 180px; }
  .article-hero { padding: 100px 5% 40px; }
  .article-hero h1 { font-size: 1.6rem; }
}
