/* =====================================================================
   Aadhya Groups — Navy & Gold
   Building Trust. Developing Lives.
   ===================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --navy-deep:   #071628;
  --navy:        #0a1e33;
  --navy-alt:    #08192b;
  --navy-raise:  rgba(255,255,255,0.035);
  --navy-raise2: rgba(255,255,255,0.06);

  --gold:        #c9a227;
  --gold-light:  #e0be5f;
  --gold-soft:   rgba(201,162,39,0.18);
  --gold-line:   rgba(201,162,39,0.26);

  --cream:       #f4efe3;
  --text-primary:   #f0ebdf;
  --text-secondary: #a3b3c6;
  --text-muted:     #6d8098;

  --border:      rgba(201,162,39,0.18);
  --border-soft: rgba(255,255,255,0.07);

  --shadow-card: 0 14px 40px rgba(0,0,0,0.35);
  --radius:      4px;
  --radius-sm:   3px;
  --transition:  0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1.75;
  background: var(--navy-deep);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Marcellus', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.18;
  color: var(--text-primary);
  letter-spacing: 0.01em;
}

a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; height: auto; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* Legacy particle layer — deliberately inert in this theme */
.particles { display: none; }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===== ACCENT TEXT ===== */
.gradient-text { color: var(--gold); }

/* ===== DECO DIVIDER ===== */
.glow-divider {
  width: 132px; height: 1px;
  background: var(--gold-line);
  margin: 26px auto 0;
  position: relative;
}
.glow-divider::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 7px; height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gold);
}

/* ===== HEADER / NAV ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(7,22,40,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.nav-logo img { height: 46px; width: auto; display: block; }
.nav-logo { flex-shrink: 0; margin-right: 18px; }
.nav-links { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-links a {
  padding: 9px 11px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--text-secondary);
  transition: color var(--transition);
  position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 11px; right: 11px;
  height: 1px;
  background: var(--gold);
}
.nav-cta {
  background: var(--gold) !important;
  color: var(--navy-deep) !important;
  font-weight: 500 !important;
  font-size: 0.7rem !important;
  padding: 11px 18px !important;
  border-radius: var(--radius-sm) !important;
  margin-left: 10px;
  transition: background var(--transition) !important;
}
.nav-cta:hover { background: var(--gold-light) !important; color: var(--navy-deep) !important; }
.nav-cta::after { display: none !important; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
}
.menu-toggle span { width: 24px; height: 1.5px; background: var(--gold); transition: var(--transition); }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 70% 55% at 50% 8%, rgba(201,162,39,0.10) 0%, transparent 65%),
    linear-gradient(180deg, #061424 0%, #08192c 55%, var(--navy-deep) 100%);
  overflow: hidden;
  padding: 150px 0 100px;
  border-bottom: 1px solid var(--border);
}
.hero .container { position: relative; z-index: 2; text-align: center; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--gold-light);
  border: 1px solid var(--gold-line);
  margin-bottom: 32px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2.3rem, 5.2vw, 4rem);
  margin-bottom: 24px;
  line-height: 1.14;
}
.hero p {
  font-size: 1.08rem;
  max-width: 620px;
  margin: 0 auto 42px;
  color: var(--text-secondary);
  line-height: 1.85;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
/* Faint deco rule grid */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,162,39,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,162,39,0.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 65% 60% at 50% 45%, black 10%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 65% 60% at 50% 45%, black 10%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 34px;
  border-radius: var(--radius-sm);
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all var(--transition);
}
.btn-primary, .btn-glow {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
}
.btn-primary:hover, .btn-glow:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--gold-line);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-dark {
  background: var(--navy-raise);
  color: var(--text-primary);
  border-color: var(--border-soft);
}
.btn-dark:hover { border-color: var(--gold); color: var(--gold-light); }

/* ===== SECTIONS ===== */
.section { padding: 104px 0; position: relative; z-index: 1; }
.section-alt { background: var(--navy-alt); border-block: 1px solid var(--border); }
.section-title { text-align: center; margin-bottom: 62px; }
.section-title h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 14px; }
.section-title p {
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}

/* ===== CARDS ===== */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.card {
  background: var(--navy-raise);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
  z-index: 2;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold-line); box-shadow: var(--shadow-card); }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 100%; height: 210px; position: relative; overflow: hidden; background: var(--navy); }
.card-icon img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.card:hover .card-icon img { transform: scale(1.05); }
.card-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,22,40,0.10) 0%, rgba(7,22,40,0.62) 100%);
  pointer-events: none;
}
.card-body { padding: 28px; }
.card-body h3 { font-size: 1.28rem; margin-bottom: 10px; }
.card-body p { color: var(--text-secondary); margin-bottom: 20px; font-size: 0.94rem; }
.card-link {
  font-weight: 500;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap var(--transition), color var(--transition);
}
.card-link:hover { gap: 14px; color: var(--gold-light); }

/* ===== STATS ===== */
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px;
  background: var(--border); border: 1px solid var(--border); text-align: center; }
.stat { padding: 42px 20px; background: var(--navy-deep); transition: background var(--transition); }
.stat:hover { background: var(--navy); }
.stat h3 {
  font-size: 2.9rem;
  color: var(--gold);
  margin-bottom: 6px;
  line-height: 1;
}
.stat p {
  font-size: 0.76rem;
  color: var(--text-secondary);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background:
    radial-gradient(ellipse 60% 70% at 50% 0%, rgba(201,162,39,0.09) 0%, transparent 65%),
    linear-gradient(180deg, #061424 0%, var(--navy-deep) 100%);
  padding: 160px 0 78px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; }
.page-hero p { color: var(--text-secondary); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }
.breadcrumb {
  margin-bottom: 20px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { color: var(--gold-light); }

/* ===== SERVICE DETAIL ===== */
.service-detail { padding: 88px 0; }
.service-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.service-text h2 { font-size: 2rem; margin-bottom: 20px; }
.service-text p { color: var(--text-secondary); margin-bottom: 16px; font-size: 1rem; }
.service-features { list-style: none; margin: 28px 0; }
.service-features li {
  padding: 13px 0 13px 30px;
  position: relative;
  color: var(--text-secondary);
  font-size: 0.96rem;
  border-bottom: 1px solid var(--border-soft);
}
.service-features li:last-child { border-bottom: none; }
.service-features li::before {
  content: '';
  position: absolute;
  left: 2px; top: 50%;
  width: 7px; height: 7px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--gold);
}
.service-image {
  border-radius: var(--radius);
  overflow: hidden;
  height: 420px;
  background: var(--navy);
  border: 1px solid var(--border);
  position: relative;
}
.service-image img { width: 100%; height: 100%; object-fit: cover; }

/* ===== FEATURE CARDS ===== */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.feature-card {
  text-align: center;
  padding: 44px 26px;
  background: var(--navy-raise);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  transition: all var(--transition);
  position: relative;
}
.feature-card:hover { transform: translateY(-5px); border-color: var(--gold-line); box-shadow: var(--shadow-card); }
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px; height: 62px;
  margin-bottom: 22px;
  border: 1px solid var(--gold-line);
  color: var(--gold);
  transition: all var(--transition);
}
.feature-icon svg { width: 27px; height: 27px; }
.feature-card:hover .feature-icon { border-color: var(--gold); background: var(--gold-soft); }
.feature-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.feature-card p { font-size: 0.9rem; color: var(--text-secondary); }

/* ===== CTA BANNER ===== */
.cta-banner {
  text-align: center;
  padding: 78px 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 70% 100% at 50% 0%, rgba(201,162,39,0.09) 0%, transparent 70%),
    var(--navy);
  position: relative;
}
.cta-banner h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 16px; }
.cta-banner p { color: var(--text-secondary); margin-bottom: 32px; font-size: 1.02rem; }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image {
  height: 420px;
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { margin-bottom: 20px; font-size: 2rem; }
.about-text p { color: var(--text-secondary); margin-bottom: 16px; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info h3 { font-size: 1.4rem; margin-bottom: 28px; }
.contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 22px;
  background: var(--navy-raise);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  transition: border-color var(--transition);
}
.contact-item:hover { border-color: var(--gold-line); }
.contact-icon {
  width: 46px; height: 46px;
  border: 1px solid var(--gold-line);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { width: 21px; height: 21px; }
.contact-item h4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.contact-item p { font-size: 0.94rem; color: var(--text-secondary); line-height: 1.65; }

.contact-form {
  padding: 40px;
  background: var(--navy-raise);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.contact-form h3 { margin-bottom: 30px; font-size: 1.4rem; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: var(--text-primary);
  background: rgba(255,255,255,0.03);
  transition: all var(--transition);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,0.05);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select option { background: var(--navy); color: var(--text-primary); }

/* ===== FOOTER ===== */
.footer {
  background: #050f1c;
  border-top: 1px solid var(--border);
  padding: 84px 0 0;
  position: relative;
  z-index: 1;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 52px; }
.footer h4 {
  font-family: 'Jost', sans-serif;
  margin-bottom: 22px;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer p { font-size: 0.9rem; line-height: 1.85; color: var(--text-secondary); }
.footer-logo { height: 54px; width: auto; margin-bottom: 14px; display: block; }
.footer-tag {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: 0.9rem; color: var(--text-secondary); }
.footer-links a:hover { color: var(--gold-light); }
.footer p a { color: var(--text-secondary); }
.footer p a:hover, .contact-item a:hover { color: var(--gold-light); }
.contact-item a { color: var(--text-secondary); transition: color var(--transition); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 26px 0;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .service-content, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1080px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(7,22,40,0.98);
    backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-bottom: 1px solid var(--border);
  }
  .nav-links.active { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .nav-links a.active::after { display: none; }
  .nav-cta { margin: 8px 0 0; text-align: center; }
  .menu-toggle { display: flex; }
  .nav-logo img { height: 44px; width: auto; }
  .hero { padding: 120px 0 70px; min-height: auto; }
  .section { padding: 68px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 124px 0 56px; }
  .contact-form { padding: 28px; }
  .footer-logo { height: 48px; }
}

/* ===== Inline icons in footer paragraphs ===== */
.footer .ico, .ico {
  width: 15px; height: 15px;
  vertical-align: -3px;
  margin-right: 9px;
  color: var(--gold);
  flex-shrink: 0;
}
.ico-sp { display: inline-block; width: 24px; }

/* ===== WhatsApp enquiry button ===== */
.wa-fab {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 58px;
  padding: 0 17px;
  border-radius: 999px;
  background: #25d366;
  color: #062b14;
  box-shadow: 0 8px 26px rgba(0,0,0,0.42);
  transition: gap var(--transition), padding var(--transition), background var(--transition);
  overflow: hidden;
}
.wa-fab svg { width: 26px; height: 26px; flex-shrink: 0; }
.wa-fab span {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: max-width var(--transition), opacity var(--transition);
}
.wa-fab:hover { background: #1fbe5a; gap: 11px; padding-right: 24px; }
.wa-fab:hover span { max-width: 220px; opacity: 1; }
.wa-fab:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ===== Alt route under the contact form ===== */
.form-alt {
  margin-top: 18px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.form-alt a { color: var(--gold); }
.form-alt a:hover { color: var(--gold-light); }

/* ===== Thank-you page ===== */
.thanks-mark {
  width: 74px; height: 74px;
  margin: 0 auto 30px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.thanks-mark svg { width: 30px; height: 30px; }

@media (max-width: 820px) {
  .wa-fab { right: 16px; bottom: 16px; height: 54px; padding: 0 15px; }
  .wa-fab span { display: none; }
}

/* =====================================================================
   MOBILE HARDENING
   Tap targets ≥44px, no type below 12px, no horizontal scroll at 320px.
   ===================================================================== */

/* Grid children must be allowed to shrink below their content width */
.stats-row { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
.cards-grid { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.features-grid { grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr)); }
.footer-grid > * { min-width: 0; }

/* Hamburger: a real 44px target */
.menu-toggle {
  min-width: 46px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
}

/* Text links become proper tap targets */
.footer-links li { margin-bottom: 2px; }
.footer-links a { display: inline-block; padding: 11px 0; line-height: 1.25; }
.card-link { padding: 11px 0; }
.breadcrumb { font-size: 0.78rem; }
.breadcrumb a { display: inline-block; padding: 6px 2px; }
.contact-item h4 { font-size: 0.78rem; }
.form-group label { font-size: 0.78rem; }
.hero-badge { font-size: 0.76rem; }
.footer p a, .form-alt a { display: inline-block; padding: 5px 0; }

@media (max-width: 1080px) {
  /* Mobile nav: readable type, full-width rows */
  .nav-links a {
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    padding: 15px 14px;
  }
  .nav-cta { font-size: 0.86rem !important; padding: 16px 18px !important; }
  .nav { padding: 10px 18px; }
  .nav-logo { margin-right: 12px; }
  .footer-links a { padding: 13px 0; }
  .card-link { padding: 13px 0; }
  .contact-form { padding-bottom: 34px; }
}

@media (max-width: 400px) {
  .container { padding: 0 18px; }
  .nav { padding: 10px 14px; }
  .nav-logo img { height: 38px; }
  .stat { padding: 30px 10px; }
  .stat h3 { font-size: 2.1rem; }
  .stat p { font-size: 0.72rem; letter-spacing: 0.1em; }
  .hero h1 { font-size: 2.05rem; }
  .hero p, .page-hero p { font-size: 1rem; }
  .btn { padding: 15px 22px; font-size: 0.78rem; letter-spacing: 0.1em; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .btn { justify-content: center; }
  .cta-banner { padding: 52px 20px; }
  .contact-form { padding: 24px 20px; }
  .wa-fab { height: 50px; padding: 0 13px; right: 14px; bottom: 14px; }
  .wa-fab svg { width: 24px; height: 24px; }
}

/* --- Tap targets, pass 2 --------------------------------------------- */
.nav-logo { display: flex; align-items: center; min-height: 46px; }
.footer-links a { padding: 15px 0; }
.footer p a,
.form-alt a,
.page-hero p a,
.contact-item a,
.contact-item p a { display: inline-block; padding: 13px 0; line-height: 1.2; }
.card-link { padding: 15px 0; }
.breadcrumb a { padding: 13px 4px; }
@media (max-width: 400px) {
  .stat p { font-size: 0.78rem; letter-spacing: 0.1em; }
  .nav-logo { min-height: 44px; }
}

/* --- Corrections ------------------------------------------------------ */
/* Stats must stay 4-up on desktop, 2-up on phones (this rule follows the
   earlier auto-fit override, so it wins). */
.stats-row { grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); }
@media (max-width: 1080px) {
  .stats-row { grid-template-columns: 1fr 1fr; }
  /* Opaque drop-down: the hero must not ghost through the menu */
  .nav-links { background: #071628; }
}

@media (max-width: 1080px) {
  /* Breathing room around the mobile CTA */
  .nav-links { padding: 10px 14px 18px; }
  .nav-cta { display: block; margin: 12px 0 0 !important; text-align: center; }
}
