/*
Theme Name: Junks Removing
Theme URI: https://junksremoving.ae
Author: Junks Removing Dubai
Author URI: https://junksremoving.ae
Description: Professional Junk Removal Service Landing Page for Dubai. Same day junk removal, rubbish collection, mattress removal and more across all Dubai areas.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: business, one-page, landing-page, custom-colors, full-width-template
Text Domain: junks-removing
*/

/* ===== CSS RESET & VARIABLES ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #1A2A6C;
  --navy-dark: #0f1a47;
  --navy-mid: #1e3080;
  --lime: #4EC300;
  --lime-dark: #3da000;
  --lime-glow: rgba(78, 195, 0, 0.3);
  --white: #FFFFFF;
  --black: #000000;
  --gray-light: #f4f6f9;
  --gray-mid: #e0e5f0;
  --gray-text: #555e78;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(26, 42, 108, 0.12);
  --shadow-lg: 0 12px 48px rgba(26, 42, 108, 0.2);
  --transition: all 0.28s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--navy-dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }

/* ===== TYPOGRAPHY ===== */
.section-label {
  display: inline-block;
  background: var(--lime-glow);
  color: var(--lime-dark);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(78, 195, 0, 0.4);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-text);
  max-width: 600px;
  margin-bottom: 48px;
}

.highlight { color: var(--lime-dark); }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--lime) 0%, var(--lime-dark) 100%);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 8px;
  transition: var(--transition);
  box-shadow: 0 4px 20px var(--lime-glow);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(78, 195, 0, 0.5);
  color: var(--white);
}

.btn-primary.large { font-size: 1.1rem; padding: 16px 36px; }

.btn-whatsapp-lg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 8px;
  border: 2px solid var(--white);
  transition: var(--transition);
  white-space: nowrap;
}

.btn-whatsapp-lg:hover { background: transparent; color: var(--white); }
.btn-whatsapp-lg.large { font-size: 1.1rem; padding: 16px 36px; }

.btn-call-sm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lime);
  color: var(--white);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 9px 18px;
  border-radius: 6px;
  transition: var(--transition);
}

.btn-call-sm:hover { background: var(--lime-dark); color: var(--white); }

.btn-whatsapp-sm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 7px 16px;
  border-radius: 6px;
  transition: var(--transition);
}

.btn-whatsapp-sm:hover { background: var(--navy); color: var(--white); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-outline:hover { background: var(--navy); color: var(--white); }

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--navy);
  padding: 0;
  transition: box-shadow 0.3s;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.site-header.scrolled { box-shadow: 0 4px 30px rgba(26,42,108,0.4); }

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-icon { font-size: 1.8rem; }

.logo-text { display: flex; flex-direction: column; line-height: 1; }

.logo-main {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--white);
  letter-spacing: 0.05em;
}

.logo-sub {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.7rem;
  color: var(--lime);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav { flex: 1; }

.main-nav ul { display: flex; align-items: center; gap: 4px; }

.main-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: var(--transition);
}

.main-nav a:hover,
.main-nav a.active { color: var(--lime); background: rgba(255,255,255,0.08); }

.header-ctas { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(78,195,0,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(78,195,0,0.06) 0%, transparent 60%),
    linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-mid) 100%);
  z-index: 0;
}

.hero > .container { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(78,195,0,0.15);
  border: 1px solid rgba(78,195,0,0.4);
  color: var(--lime);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
  animation: fadeInDown 0.6s ease both;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 24px;
  animation: fadeInUp 0.7s ease 0.1s both;
}

.hero-title .highlight { color: var(--lime); }

.hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
  max-width: 580px;
  margin-bottom: 36px;
  line-height: 1.7;
  animation: fadeInUp 0.7s ease 0.2s both;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  animation: fadeInUp 0.7s ease 0.3s both;
}

.stat { display: flex; flex-direction: column; gap: 2px; }

.stat strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--lime);
  line-height: 1;
}

.stat span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.2); }

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: fadeInUp 0.7s ease 0.4s both;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s ease 0.5s both;
}

.hero-trust span { font-size: 0.85rem; color: rgba(255,255,255,0.7); font-weight: 500; }

.hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.4);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}

/* ===== SERVICES ===== */
.services { padding: 100px 0; background: var(--gray-light); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--gray-mid);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: transparent;
  transition: var(--transition);
}

.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--lime); }
.service-card:hover::before { background: var(--lime); }

.service-card.featured { background: var(--navy); border-color: var(--lime); }
.service-card.featured::before { background: var(--lime); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: rgba(255,255,255,0.75); }
.service-card.featured .card-cta { color: var(--lime); }

.featured-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--lime);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
}

.service-icon { font-size: 2.2rem; margin-bottom: 16px; }

.service-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.2;
}

.service-card p { font-size: 0.9rem; color: var(--gray-text); line-height: 1.6; margin-bottom: 20px; }

.card-cta { font-weight: 700; font-size: 0.875rem; color: var(--lime-dark); transition: var(--transition); }
.card-cta:hover { letter-spacing: 0.03em; }

.section-cta-wrap { text-align: center; }

/* ===== WHY US ===== */
.why-us { padding: 100px 0; background: var(--white); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.why-card {
  background: var(--gray-light);
  border-radius: var(--radius);
  padding: 36px 28px;
  border: 1px solid transparent;
  transition: var(--transition);
}

.why-card:hover {
  background: var(--white);
  border-color: var(--lime);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.why-icon { font-size: 2.5rem; margin-bottom: 16px; display: block; }

.why-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 10px;
}

.why-card p { font-size: 0.9rem; color: var(--gray-text); line-height: 1.65; }

/* ===== HOW IT WORKS ===== */
.how-it-works {
  padding: 100px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.how-it-works::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(78,195,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.how-it-works .section-label { background: rgba(78,195,0,0.15); border-color: rgba(78,195,0,0.3); }
.how-it-works .section-title { color: var(--white); }
.how-it-works .section-subtitle { color: rgba(255,255,255,0.7); }

.steps-wrap { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

.step {
  flex: 1;
  min-width: 220px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 40px 28px;
  transition: var(--transition);
}

.step:hover {
  background: rgba(78,195,0,0.08);
  border-color: rgba(78,195,0,0.4);
  transform: translateY(-4px);
}

.step-number {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 4rem;
  color: var(--lime);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 12px;
}

.step-content h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--white); margin-bottom: 12px; }
.step-content p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.65; margin-bottom: 20px; }

.step-cta {
  display: inline-block;
  background: var(--lime);
  color: var(--white);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 18px;
  border-radius: 6px;
  transition: var(--transition);
}

.step-cta:hover { background: var(--lime-dark); color: var(--white); }
.step-cta.wa { background: rgba(255,255,255,0.15); }
.step-cta.wa:hover { background: var(--lime); }

.step-tag {
  display: inline-block;
  border: 1px solid rgba(78,195,0,0.4);
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 100px;
}

.step-connector { color: rgba(78,195,0,0.5); flex-shrink: 0; }

/* ===== REVIEWS ===== */
.reviews { padding: 100px 0; background: var(--gray-light); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--gray-mid);
  transition: var(--transition);
}

.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--lime); }

.review-stars { color: #F5A623; font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 16px; }
.review-card p { font-size: 0.9rem; color: var(--gray-text); line-height: 1.7; font-style: italic; margin-bottom: 20px; }

.reviewer { display: flex; align-items: center; gap: 12px; }

.reviewer-avatar {
  width: 42px; height: 42px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; flex-shrink: 0;
}

.reviewer strong { display: block; font-size: 0.9rem; color: var(--navy); }
.reviewer span { font-size: 0.78rem; color: var(--gray-text); }
.reviews-cta { text-align: center; }

/* ===== SERVICE AREAS ===== */
.service-areas { padding: 100px 0; background: var(--white); }

.areas-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }

.area-tag {
  background: var(--navy);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid var(--navy-mid);
  transition: var(--transition);
  cursor: default;
}

.area-tag:hover { background: var(--lime-dark); border-color: var(--lime-dark); transform: translateY(-2px); }

.areas-note {
  background: var(--gray-light);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border: 1px solid var(--gray-mid);
}

.areas-note p { font-size: 1rem; color: var(--gray-text); }
.areas-note strong { color: var(--navy); }

/* ===== FAQ ===== */
.faq { padding: 100px 0; background: var(--gray-light); }

.faq-grid { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--gray-mid);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}

.faq-item:hover { border-color: var(--lime); }
.faq-item.open { border-color: var(--lime); box-shadow: var(--shadow); }

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  user-select: none;
}

.faq-toggle {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--gray-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: var(--navy);
  transition: var(--transition);
}

.faq-item.open .faq-toggle { background: var(--lime); color: var(--white); transform: rotate(45deg); }

.faq-a {
  display: none;
  padding: 0 28px 22px;
  font-size: 0.9rem;
  color: var(--gray-text);
  line-height: 1.7;
}

.faq-item.open .faq-a { display: block; }

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 100px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(78,195,0,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.cta-box { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }

.cta-badge {
  display: inline-block;
  background: rgba(78,195,0,0.15);
  border: 1px solid rgba(78,195,0,0.4);
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.cta-box h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.1;
}

.cta-box p { font-size: 1.05rem; color: rgba(255,255,255,0.75); margin-bottom: 40px; line-height: 1.7; }

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.contact-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-details a { color: rgba(255,255,255,0.7); font-size: 0.95rem; font-weight: 500; transition: var(--transition); }
.contact-details a:hover { color: var(--lime); }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy-dark); padding: 80px 0 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-brand .logo { margin-bottom: 20px; }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 12px; }

.footer-socials a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.footer-socials a:hover { background: var(--lime); color: var(--white); }

.footer-links h4,
.footer-services h4,
.footer-contact h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links ul,
.footer-services ul { display: flex; flex-direction: column; gap: 10px; }

.footer-links a,
.footer-services a { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-links a:hover,
.footer-services a:hover { color: var(--lime); padding-left: 4px; }

.footer-contact-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

a.contact-item:hover { color: var(--lime); }
.contact-item.loc { cursor: default; }

.btn-whatsapp-sm.mt { margin-top: 4px; background: var(--lime); color: var(--white); border-color: var(--lime); }
.btn-whatsapp-sm.mt:hover { background: var(--lime-dark); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  text-align: center;
}

.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); line-height: 1.8; }
.footer-keywords { font-size: 0.7rem !important; color: rgba(255,255,255,0.2) !important; }

/* ===== FLOATING BUTTONS ===== */
.floating-buttons {
  position: fixed;
  bottom: 28px; right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--white);
  box-shadow: 0 6px 24px rgba(0,0,0,0.25);
  transition: var(--transition);
  white-space: nowrap;
}

.float-btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 10px 32px rgba(0,0,0,0.35); color: var(--white); }

.call-btn { background: var(--navy); border: 2px solid rgba(255,255,255,0.2); }
.wa-btn { background: #25D366; }

.float-label { font-size: 0.85rem; }

@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.wa-btn.pulse { animation: pulse-ring 2.5s infinite; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: var(--navy-dark);
    padding: 16px 24px;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; }
  .main-nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .header-ctas { display: none; }
  .hamburger { display: flex; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-stats { gap: 16px; }
  .hero-trust { gap: 12px; }
  .steps-wrap { flex-direction: column; }
  .step-connector { transform: rotate(90deg); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .areas-note { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
  .contact-details { flex-direction: column; gap: 12px; }
  .float-label { display: none; }
  .float-btn { padding: 14px; border-radius: 50%; }
}

@media (max-width: 480px) {
  .section-title { font-size: 1.8rem; }
  .hero-title { font-size: 2.8rem; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
}
