/*
Theme Name: JJ Limpiezas
Theme URI: https://jjlimpiezas.com
Author: Echelonn
Description: Custom theme for JJ Limpiezas y Manitas – Mallorca
Version: 1.0.0
License: Proprietary
Text Domain: jj-limpiezas
*/

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; color: #1a2c4e; background: #fff; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
:root {
  --navy: #1a2c4e;
  --gold: #c9a227;
  --sky: #e8f4fd;
  --text: #3a4e6a;
  --muted: #7a90aa;
}

/* ─── SCROLL ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* ─── NAV ─── */
nav.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26,44,78,0.08);
  padding: 0 56px;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 16px rgba(26,44,78,0.06);
}
.nav-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.nav-logo img { width: 44px; height: 44px; }
.nav-logo-name { font-weight: 800; font-size: 15px; color: var(--navy); letter-spacing: 0.5px; text-transform: uppercase; line-height: 1; }
.nav-logo-divider { height: 1.5px; background: var(--gold); margin: 4px 0 3px; }
.nav-logo-sub { font-weight: 500; font-size: 7px; color: var(--navy); letter-spacing: 3px; text-transform: uppercase; opacity: 0.55; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 11px; font-weight: 600; color: var(--navy); text-decoration: none; letter-spacing: 1px; text-transform: uppercase; opacity: 0.65; transition: opacity .15s; }
.nav-links a:hover { opacity: 1; }
.nav-cta { background: var(--gold); color: var(--navy); padding: 10px 22px; border-radius: 6px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 110px 56px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&q=80');
  background-size: cover;
  background-position: center 30%;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,44,78,0.96) 40%, rgba(26,44,78,0.75) 65%, rgba(26,44,78,0.3) 100%);
}
.hero-left { position: relative; z-index: 2; max-width: 580px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,162,39,0.15); border: 1px solid rgba(201,162,39,0.3);
  border-radius: 100px; padding: 6px 16px;
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
}
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }
.hero h1 { font-size: 58px; font-weight: 900; color: #fff; line-height: 1.06; letter-spacing: -0.5px; margin-bottom: 22px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub { font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.62); line-height: 1.8; max-width: 460px; margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 12px; }
.btn-gold { background: var(--gold); color: var(--navy); padding: 15px 30px; border-radius: 7px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; transition: transform .15s, box-shadow .15s; display: inline-block; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,162,39,0.35); }
.btn-outline { color: rgba(255,255,255,0.65); padding: 15px 26px; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-radius: 7px; transition: border-color .15s, color .15s; display: inline-block; }
.btn-outline:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

/* ─── STATS ─── */
.stats-wrap { background: var(--navy); }
.stats-bar {
  display: flex; border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}
.stat { flex: 1; padding: 36px 40px; border-right: 1px solid rgba(255,255,255,0.08); }
.stat:last-child { border-right: none; }
.stat-num { font-size: 42px; font-weight: 900; color: #fff; line-height: 1; }
.stat-num em { color: var(--gold); font-style: normal; }
.stat-label { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.4); margin-top: 6px; letter-spacing: 0.5px; }

/* ─── SERVICES ─── */
.services { padding: 96px 56px 80px; background: #fff; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.section-h { font-size: 38px; font-weight: 900; color: var(--navy); margin-bottom: 14px; line-height: 1.1; }
.section-p { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 520px; margin-bottom: 56px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  border: 1.5px solid #e8eef6;
  border-radius: 16px;
  padding: 32px 28px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(26,44,78,0.1); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon-wrap {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--sky);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 20px;
  transition: background .25s;
}
.service-card:hover .service-icon-wrap { background: var(--navy); }
.service-name { font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.service-desc { font-size: 13px; color: var(--text); line-height: 1.7; font-weight: 400; }
.service-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 11px; font-weight: 700; color: var(--gold); text-decoration: none; letter-spacing: 1px; text-transform: uppercase; opacity: 0; transition: opacity .2s; }
.service-card:hover .service-link { opacity: 1; }

/* ─── WHY ─── */
.why {
  background: var(--navy);
  padding: 96px 56px;
}
.why .eyebrow { color: var(--gold); }
.why .section-h { color: #fff; }
.why .section-p { color: rgba(255,255,255,0.45); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 36px 30px;
  transition: background .25s, border-color .25s;
}
.why-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(201,162,39,0.3); }
.why-num { font-size: 48px; font-weight: 900; color: var(--gold); opacity: 0.25; line-height: 1; margin-bottom: 18px; }
.why-title { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.why-text { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.8; }

/* ─── TESTIMONIALS ─── */
.testi { padding: 96px 56px; background: var(--sky); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testi-card {
  background: #fff; border-radius: 16px; padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(26,44,78,0.07);
  transition: transform .25s, box-shadow .25s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(26,44,78,0.12); }
.stars { color: var(--gold); font-size: 15px; letter-spacing: 3px; margin-bottom: 18px; }
.testi-text { font-size: 14px; color: var(--text); line-height: 1.8; font-style: italic; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; flex-shrink: 0; }
.testi-name { font-size: 13px; font-weight: 700; color: var(--navy); }
.testi-loc { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* ─── CTA BANNER ─── */
.cta-banner {
  background: var(--gold);
  padding: 80px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.cta-banner h2 { font-size: 34px; font-weight: 900; color: var(--navy); line-height: 1.15; max-width: 520px; }
.cta-banner p { font-size: 14px; color: rgba(26,44,78,0.6); margin-top: 10px; font-weight: 500; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-navy { background: var(--navy); color: #fff; padding: 16px 32px; border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; transition: transform .15s; display: inline-block; }
.btn-navy:hover { transform: translateY(-2px); }
.btn-outline-navy { background: transparent; color: var(--navy); padding: 16px 28px; border-radius: 8px; border: 2px solid rgba(26,44,78,0.3); font-size: 12px; font-weight: 700; text-decoration: none; transition: border-color .15s; display: inline-block; }
.btn-outline-navy:hover { border-color: var(--navy); }

/* ─── FOOTER ─── */
footer.site-footer { background: var(--navy); padding: 64px 56px 32px; }
.footer-top { display: flex; gap: 56px; flex-wrap: wrap; margin-bottom: 48px; }
.footer-brand { flex: 1; min-width: 200px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; text-decoration: none; }
.footer-logo img { width: 40px; height: 40px; }
.footer-logo-name { font-weight: 800; font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-desc { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.9; max-width: 240px; }
.footer-col { min-width: 140px; }
.footer-col-title { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col a { display: block; font-size: 12px; color: rgba(255,255,255,0.4); text-decoration: none; margin-bottom: 11px; transition: color .15s; }
.footer-col a:hover { color: rgba(255,255,255,0.75); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.2); }

/* ─── STICKY WA BAR (mobile only) ─── */
.sticky-wa {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 800; letter-spacing: 0.5px;
  text-decoration: none;
  align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.15);
}
.sticky-wa svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ─── HAMBURGER & MOBILE MENU ─── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  cursor: pointer;
  background: none; border: none; padding: 4px;
  margin-left: 12px;
}
.hamburger span {
  display: block; height: 2px; width: 24px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none;
  position: fixed; inset: 0; top: 64px;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(16px);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 22px; font-weight: 700; color: var(--navy);
  text-decoration: none; letter-spacing: 0.5px;
  padding: 20px 0; width: 100%; text-align: center;
  border-bottom: 1px solid rgba(26,44,78,0.06);
  transition: color .15s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mobile-wa {
  margin-top: 32px;
  background: var(--gold); color: var(--navy);
  padding: 16px 40px; border-radius: 8px;
  font-size: 14px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; width: auto; border-bottom: none;
}

/* ─── BLOG ─── */
.blog-main {
  min-height: 60vh;
  padding: 80px 56px;
  background: #fff;
}
.blog-header {
  margin-bottom: 56px;
}
.blog-header .eyebrow {
  margin-bottom: 8px;
}
.blog-header h1 {
  font-size: 42px; font-weight: 900; color: var(--navy); line-height: 1.1; margin-bottom: 12px;
}
.blog-header p {
  font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 520px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}
.blog-card {
  border: 1.5px solid #e8eef6;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(26,44,78,0.1);
  border-color: transparent;
}
.blog-card-img {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--sky);
}
.blog-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-img-placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--sky) 0%, #d4e8f8 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 36px;
}
.blog-card-body { padding: 24px 24px 28px; }
.blog-card-meta {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 12px;
}
.blog-cat a {
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
}
.blog-date {
  font-size: 11px; color: var(--muted); font-weight: 500;
}
.blog-card-title {
  font-size: 17px; font-weight: 800; color: var(--navy); line-height: 1.3; margin-bottom: 10px;
}
.blog-card-title a { text-decoration: none; color: inherit; transition: color .15s; }
.blog-card-title a:hover { color: var(--gold); }
.blog-card-excerpt {
  font-size: 13px; color: var(--text); line-height: 1.7; margin-bottom: 18px;
}
.blog-read-more {
  font-size: 11px; font-weight: 700; color: var(--gold); text-decoration: none;
  letter-spacing: 1px; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 4px;
  transition: gap .15s;
}
.blog-read-more:hover { gap: 8px; }

/* Blog pagination */
.blog-pagination { text-align: center; margin-top: 16px; }
.blog-pagination .nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.blog-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  border: 1.5px solid #e8eef6; color: var(--navy);
  transition: all .15s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background: var(--navy); color: #fff; border-color: var(--navy);
}
.blog-pagination .page-numbers.dots {
  background: none; border-color: transparent; cursor: default;
}

/* ─── SINGLE POST ─── */
.single-main {
  padding: 72px 56px 96px;
  background: #fff;
}
.single-container {
  max-width: 760px;
  margin: 0 auto;
}
.single-meta {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 20px; flex-wrap: wrap;
}
.single-cat a {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  background: rgba(201,162,39,0.1); padding: 5px 12px; border-radius: 100px;
}
.single-date { font-size: 12px; color: var(--muted); font-weight: 500; }
.single-main h1.entry-title {
  font-size: 42px; font-weight: 900; color: var(--navy); line-height: 1.1;
  margin-bottom: 28px; letter-spacing: -0.3px;
}
.single-thumbnail {
  border-radius: 16px; overflow: hidden; margin-bottom: 40px;
  aspect-ratio: 16/9;
}
.single-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.entry-content {
  font-size: 16px; color: var(--text); line-height: 1.85;
}
.entry-content h2 {
  font-size: 26px; font-weight: 800; color: var(--navy);
  margin: 40px 0 16px; line-height: 1.2;
}
.entry-content h3 {
  font-size: 20px; font-weight: 700; color: var(--navy);
  margin: 32px 0 12px;
}
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol {
  margin: 0 0 20px 24px;
}
.entry-content li { margin-bottom: 8px; }
.entry-content a { color: var(--gold); text-decoration: underline; }
.entry-content a:hover { color: var(--navy); }
.entry-content strong { font-weight: 700; color: var(--navy); }
.entry-content em { font-style: italic; }
.entry-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 16px 24px;
  margin: 28px 0;
  background: var(--sky);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--navy);
}
.entry-content img {
  border-radius: 12px; margin: 20px 0;
}
.entry-content figure { margin: 28px 0; }
.entry-content figcaption {
  font-size: 12px; color: var(--muted); text-align: center; margin-top: 8px;
}

.single-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; color: var(--muted); text-decoration: none;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 40px;
  transition: color .15s;
}
.single-back:hover { color: var(--navy); }

.post-nav {
  display: flex; justify-content: space-between; gap: 20px;
  margin-top: 64px; padding-top: 40px;
  border-top: 1px solid #e8eef6;
  flex-wrap: wrap;
}
.post-nav a {
  font-size: 12px; font-weight: 700; color: var(--navy); text-decoration: none;
  display: flex; flex-direction: column; gap: 4px; max-width: 280px;
  transition: color .15s;
}
.post-nav a:hover { color: var(--gold); }
.post-nav-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted);
}
.post-nav-title { font-size: 14px; font-weight: 700; line-height: 1.3; }

/* ─── ARCHIVE / CATEGORY ─── */
.archive-main {
  padding: 80px 56px 96px;
  background: #fff;
}
.archive-header {
  margin-bottom: 56px;
}
.archive-header .eyebrow { margin-bottom: 8px; }
.archive-header h1 {
  font-size: 38px; font-weight: 900; color: var(--navy); line-height: 1.1;
}
.archive-header .archive-desc {
  font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 520px; margin-top: 12px;
}

/* ─── GENERIC PAGE ─── */
.page-main {
  padding: 80px 56px 96px;
  background: #fff;
}
.page-container {
  max-width: 860px;
  margin: 0 auto;
}
.page-main h1.entry-title {
  font-size: 42px; font-weight: 900; color: var(--navy); line-height: 1.1; margin-bottom: 40px;
}

/* ─── 404 ─── */
.notfound-main {
  min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; text-align: center;
  padding: 80px 56px;
}
.notfound-main .error-code {
  font-size: 120px; font-weight: 900; color: var(--sky);
  line-height: 1; margin-bottom: 0;
}
.notfound-main h1 {
  font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 16px;
}
.notfound-main p {
  font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 32px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  nav.site-nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 100px 24px 80px; }
  .hero h1 { font-size: 44px; }
  .services { padding: 72px 24px 60px; }
  .why { padding: 72px 24px; }
  .testi { padding: 72px 24px; }
  .cta-banner { padding: 64px 24px; flex-direction: column; align-items: flex-start; }
  footer.site-footer { padding: 56px 24px 28px; }
  .footer-top { gap: 36px; }
  .blog-main { padding: 60px 24px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .single-main { padding: 56px 24px 72px; }
  .single-main h1.entry-title { font-size: 32px; }
  .archive-main { padding: 60px 24px 72px; }
  .page-main { padding: 60px 24px 72px; }
  .sticky-wa { display: flex; }
  body { padding-bottom: 56px; }
}

@media (max-width: 600px) {
  nav.site-nav { height: 64px; padding: 0 20px; }
  .nav-logo-name { font-size: 13px; }
  .nav-logo-sub { display: none; }
  .nav-cta { display: none; }
  .hero { padding: 90px 20px 72px; min-height: 520px; }
  .hero h1 { font-size: 34px; letter-spacing: -0.3px; }
  .hero-sub { font-size: 14px; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .btn-gold, .btn-outline { text-align: center; }
  .stats-bar { flex-wrap: wrap; }
  .stat { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 28px 24px; }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
  .stat-num { font-size: 34px; }
  .services { padding: 60px 20px 48px; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-h { font-size: 28px; }
  .why { padding: 60px 20px; }
  .why-grid { grid-template-columns: 1fr; gap: 16px; }
  .why-num { font-size: 36px; }
  .testi { padding: 60px 20px; }
  .cta-banner { padding: 56px 20px; }
  .cta-banner h2 { font-size: 26px; }
  .cta-btns { flex-direction: column; width: 100%; }
  .btn-navy, .btn-outline-navy { text-align: center; width: 100%; }
  footer.site-footer { padding: 48px 20px 24px; }
  .footer-top { flex-direction: column; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .blog-main { padding: 48px 20px; }
  .blog-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-header h1 { font-size: 30px; }
  .single-main { padding: 48px 20px 60px; }
  .single-main h1.entry-title { font-size: 26px; }
  .entry-content { font-size: 15px; }
  .entry-content h2 { font-size: 22px; }
  .post-nav { flex-direction: column; }
  .archive-main { padding: 48px 20px 60px; }
  .page-main { padding: 48px 20px 60px; }
  .page-main h1.entry-title { font-size: 30px; }
}
