/*
Theme Name: Movers & Packers Pro
Theme URI: https://example.com/movers-packers-pro
Author: Farhatullah
Author URI: https://farhatullah.com
Description: Ultra-fast, SEO-optimized single-page WordPress theme for local Movers & Packers businesses. Conversion-focused, Core Web Vitals optimized, no page builder dependency.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
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: movers-packers
Tags: business, one-column, custom-colors, custom-menu, custom-logo, responsive-layout
*/

/* ==========================================================================
   1. CSS VARIABLES / DESIGN TOKENS
   ========================================================================== */
:root {
  --blue: #0a3d62;
  --blue-dark: #062a45;
  --blue-light: #1e6fb8;
  --orange: #ff7a00;
  --orange-dark: #e66a00;
  --white: #ffffff;
  --gray-bg: #f4f7fa;
  --gray-text: #4a5560;
  --dark-text: #1c2733;
  --border: #e1e7ee;
  --green: #25d366;
  --shadow: 0 6px 24px rgba(10, 61, 98, 0.10);
  --radius: 10px;
  --container: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--dark-text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-light); text-decoration: none; }
a:hover { color: var(--orange); }
h1, h2, h3, h4 { line-height: 1.25; color: var(--blue); margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 70px 0; }
.section--alt { background: var(--gray-bg); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section__head p { color: var(--gray-text); font-size: 1.05rem; }
.eyebrow {
  display: inline-block; color: var(--orange); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; font-size: .82rem; margin-bottom: 8px;
}

/* ==========================================================================
   3. BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: var(--radius);
  font-weight: 700; font-size: 1rem; cursor: pointer;
  border: 2px solid transparent; transition: transform .15s ease, background .15s ease;
  text-align: center; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--orange); color: var(--white); }
.btn--primary:hover { background: var(--orange-dark); color: var(--white); }
.btn--call { background: var(--blue); color: var(--white); }
.btn--call:hover { background: var(--blue-dark); color: var(--white); }
.btn--whatsapp { background: var(--green); color: var(--white); }
.btn--whatsapp:hover { background: #1da851; color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: var(--white); color: var(--blue); }

/* ==========================================================================
   4. STICKY HEADER
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 999;
  background: var(--white); box-shadow: 0 2px 12px rgba(10,61,98,.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; max-width: var(--container); margin: 0 auto; gap: 16px;
}
.site-brand { display: flex; align-items: center; gap: 10px; }
.site-brand .brand-text { font-weight: 800; font-size: 1.3rem; color: var(--blue); }
.site-brand .brand-text span { color: var(--orange); }
.header-cta { display: flex; gap: 10px; }
.header-cta .btn { padding: 11px 18px; font-size: .92rem; }
.header-phone { display: flex; flex-direction: column; line-height: 1.2; }
.header-phone small { color: var(--gray-text); font-size: .72rem; }
.header-phone strong { color: var(--blue); font-size: 1.05rem; }

/* ==========================================================================
   5. HERO
   ========================================================================== */
.hero {
  position: relative; color: var(--white);
  background: linear-gradient(rgba(6,42,69,.82), rgba(6,42,69,.88)),
              url('assets/img/hero.jpg') center/cover no-repeat;
  background-color: var(--blue-dark);
}
.hero-inner { padding: 90px 20px; max-width: var(--container); margin: 0 auto; }
.hero-content { max-width: 720px; }
.hero h1 { color: var(--white); margin-bottom: 14px; }
.hero .lead { font-size: 1.25rem; color: #dce6ef; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; padding: 0; margin: 0; }
.hero-points li { display: flex; align-items: center; gap: 6px; font-weight: 600; font-size: .95rem; }
.hero-points li::before { content: "✓"; color: var(--orange); font-weight: 900; }

/* ==========================================================================
   6. TRUST STRIP
   ========================================================================== */
.trust-strip { background: var(--blue); }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; padding: 32px 20px; max-width: var(--container); margin: 0 auto;
}
.trust-item { text-align: center; color: var(--white); }
.trust-item .num { font-size: 2rem; font-weight: 800; color: var(--orange); }
.trust-item .label { font-size: .95rem; color: #cfe0ec; }

/* ==========================================================================
   7. SERVICES
   ========================================================================== */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card .icon {
  width: 54px; height: 54px; border-radius: 12px;
  background: var(--gray-bg); display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 14px;
}
.service-card h3 { margin-bottom: 6px; }
.service-card p { color: var(--gray-text); font-size: .95rem; margin: 0; }

/* ==========================================================================
   8. ABOUT / SEO TEXT
   ========================================================================== */
.about-text { max-width: 860px; margin: 0 auto; }
.about-text h2, .about-text h3 { color: var(--blue); }
.about-text p { color: var(--gray-text); }
.about-text h3 { margin-top: 1.6em; }

/* ==========================================================================
   9. HOW IT WORKS
   ========================================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { text-align: center; padding: 28px 20px; }
.step-card .step-num {
  width: 56px; height: 56px; margin: 0 auto 14px;
  background: var(--orange); color: var(--white); font-weight: 800; font-size: 1.4rem;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.step-card p { color: var(--gray-text); font-size: .95rem; }

/* ==========================================================================
   10. PRICING
   ========================================================================== */
.pricing-box {
  max-width: 780px; margin: 0 auto; background: var(--white);
  border: 2px solid var(--orange); border-radius: var(--radius);
  padding: 40px 30px; text-align: center;
}
.pricing-features {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px;
  list-style: none; padding: 0; margin: 22px 0;
}
.pricing-features li { font-weight: 600; }
.pricing-features li::before { content: "✔ "; color: var(--green); font-weight: 900; }

/* ==========================================================================
   11. TESTIMONIALS
   ========================================================================== */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 26px 24px;
}
.review-card .stars { color: #ffb400; font-size: 1.05rem; margin-bottom: 10px; }
.review-card p { color: var(--gray-text); font-style: italic; }
.review-card .reviewer { font-weight: 700; color: var(--blue); margin-top: 12px; }

/* ==========================================================================
   12. FAQ
   ========================================================================== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius);
  margin-bottom: 12px; background: var(--white); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--blue);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--orange); }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-answer { padding: 0 22px 18px; color: var(--gray-text); }

/* ==========================================================================
   13. CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-form { background: var(--white); padding: 30px; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .92rem; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 12px 14px; margin-bottom: 16px;
  border: 1px solid var(--border); border-radius: 8px; font-family: var(--font); font-size: 1rem;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--blue-light); border-color: var(--blue-light); }
.contact-info .info-item { display: flex; gap: 12px; margin-bottom: 20px; align-items: flex-start; }
.contact-info .info-item .ic { font-size: 1.4rem; }
.contact-info h3 { color: var(--white); }
.contact-info { background: var(--blue); color: #cfe0ec; padding: 30px; border-radius: var(--radius); }
.contact-info a { color: var(--orange); }
.form-note { font-size: .85rem; color: var(--gray-text); }

/* ==========================================================================
   14. MAP
   ========================================================================== */
.map-embed { line-height: 0; }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ==========================================================================
   15. FLOATING WHATSAPP & MOBILE CALL BAR
   ========================================================================== */
.float-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 998;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--green); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; box-shadow: 0 6px 18px rgba(37,211,102,.45);
}
.float-whatsapp:hover { color: var(--white); transform: scale(1.06); }
.mobile-call-bar { display: none; }

/* ==========================================================================
   16. FOOTER
   ========================================================================== */
.site-footer { background: var(--blue-dark); color: #aebfcd; padding: 40px 20px 24px; }
.footer-inner { max-width: var(--container); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; margin-bottom: 24px; }
.site-footer h4 { color: var(--white); }
.site-footer a { color: #aebfcd; }
.site-footer a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: .85rem; text-align: center; }

/* ==========================================================================
   17. RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
  .services-grid, .steps-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-cta .btn span { display: none; }
}
@media (max-width: 600px) {
  .section { padding: 50px 0; }
  .services-grid, .steps-grid, .reviews-grid, .footer-grid { grid-template-columns: 1fr; }
  .header-phone, .header-cta .btn--call { display: none; }
  .hero-inner { padding: 60px 20px; }
  .float-whatsapp { bottom: 70px; }
  .mobile-call-bar {
    display: grid; grid-template-columns: 1fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 998;
  }
  .mobile-call-bar a {
    padding: 14px; text-align: center; color: var(--white);
    font-weight: 700; font-size: .95rem;
  }
  .mobile-call-bar .mcb-call { background: var(--blue); }
  .mobile-call-bar .mcb-wa { background: var(--green); }
  body { padding-bottom: 52px; }
}

/* ==========================================================================
   18. ACCESSIBILITY
   ========================================================================== */
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
