/* ===========================
   A&A Mechanical Services
   Stylesheet — Dark Theme
=========================== */

:root {
  --blue-dark: #0d3b66;
  --blue: #2f7fd1;
  --blue-light: #5aa8ec;
  --orange: #f2762f;
  --orange-light: #ffa15f;
  --bg: #08090b;
  --bg-alt: #0d0f13;
  --surface: #15181d;
  --surface-2: #1c2026;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --ink: #f3f5f7;
  --text-secondary: #aab2bd;
  --text-muted: #6d7580;
  --white: #ffffff;
  --shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
  --radius: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 88px 0;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-light);
  margin-bottom: 12px;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  margin: 0 0 14px;
  color: var(--white);
  text-wrap: balance;
}

.section-head p {
  color: var(--text-secondary);
  font-size: 17px;
  margin: 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-light) 100%);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(242, 118, 47, 0.4);
}

.btn-primary:hover {
  box-shadow: 0 12px 28px rgba(242, 118, 47, 0.5);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

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

.btn-secondary {
  background: var(--blue);
  color: var(--white);
}

.btn-secondary:hover {
  background: var(--blue-light);
}

.btn-block {
  width: 100%;
}

/* Top utility bar */
.topbar {
  background: #000000;
  color: var(--text-secondary);
  font-size: 13.5px;
  border-bottom: 1px solid var(--border);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}

.topbar-left {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.topbar-middle {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}

.topbar-right {
  display: flex;
  justify-content: flex-end;
}

.topbar-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar a {
  color: var(--text-secondary);
}

.topbar a:hover {
  color: var(--orange-light);
}

.topbar-social,
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.fb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.footer-social .fb-badge {
  width: 20px;
  height: 20px;
}

.mail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(242, 118, 47, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.topbar-email:hover .mail-badge {
  transform: scale(1.12);
  box-shadow: 0 0 0 3px rgba(242, 118, 47, 0.35);
}

.topbar-social:hover .fb-badge,
.footer-social:hover .fb-badge {
  transform: scale(1.12);
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.35);
}

.topbar-badge {
  color: var(--orange-light);
  font-weight: 700;
}

/* Financing Banner */
.promo-banner {
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}

.promo-banner .container {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.promo-banner span {
  color: #1a0f00;
  font-weight: 800;
  font-size: 14.5px;
  letter-spacing: 0.2px;
}

@media (max-width: 640px) {
  .promo-banner span {
    font-size: 12.5px;
  }
}

/* Header / Nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 9, 11, 0.9);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

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

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

.brand-text {
  line-height: 1.15;
}

.brand-text strong {
  display: block;
  font-size: 19px;
  color: var(--white);
  letter-spacing: 0.01em;
}

.brand-text span {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-light);
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  font-weight: 600;
  font-size: 15px;
  color: var(--text-secondary);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: var(--white);
  border-bottom-color: var(--orange);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-phone {
  font-weight: 700;
  color: var(--white);
  font-size: 15px;
}

.nav-phone small {
  display: block;
  font-weight: 500;
  color: var(--text-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: var(--white);
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  padding: 0;
  background-color: #000;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(100deg, rgba(3,4,6,0.96) 0%, rgba(4,6,9,0.88) 32%, rgba(6,9,13,0.68) 58%, rgba(8,10,14,0.88) 100%),
    url("https://images.unsplash.com/photo-1771902985060-6133bb4b2eb6?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center 65%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 82% 20%, rgba(242, 118, 47, 0.22), transparent 45%),
    radial-gradient(circle at 15% 85%, rgba(47, 127, 209, 0.28), transparent 50%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 48px;
  padding: 96px 0 80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--orange-light);
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.1;
  margin: 0 0 20px;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--orange-light);
}

.hero p.lead {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  margin: 0 0 34px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.hero-stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.hero-stats div strong {
  display: block;
  font-size: 28px;
  color: var(--white);
}

.hero-stats div span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual .badge-card {
  background: rgba(12, 14, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 42px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.hero-visual img {
  width: 240px;
  height: 240px;
  margin: 0 auto 18px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.hero-visual .badge-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  letter-spacing: 0.03em;
}

.temp-dial {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.temp-pill {
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  color: var(--blue-light);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 6px;
}

.temp-pill.orange {
  color: var(--orange-light);
}

/* Trust strip */
.trust-strip {
  background: var(--bg-alt);
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}

.trust-strip ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-strip li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--ink);
  font-size: 14.5px;
}

.trust-strip li .icon {
  color: var(--orange-light);
  font-size: 18px;
}

/* About */
.about {
  background: var(--bg);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.about-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.about-media .media-photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(190deg, rgba(8,10,14,0.05) 40%, rgba(6,8,11,0.92) 100%),
    url("https://images.unsplash.com/photo-1625148230889-8195e85aae6b?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.about-media .media-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-media .media-caption img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex-shrink: 0;
}

.about-media .media-caption strong {
  display: block;
  color: var(--white);
  font-size: 17px;
}

.about-media .media-caption span {
  display: block;
  color: var(--orange-light);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 2px;
}

.about h2 {
  color: var(--white);
  font-size: clamp(28px, 3.4vw, 38px);
  margin: 0 0 18px;
  text-wrap: balance;
}

.about p {
  color: var(--text-secondary);
  font-size: 16.5px;
  margin: 0 0 18px;
}

.owners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.owner-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  border-left: 4px solid var(--orange);
}

.owner-card h4 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 17px;
}

.owner-card span {
  display: block;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--orange-light);
  font-weight: 700;
  margin-bottom: 10px;
}

.owner-card p {
  margin: 0;
  font-size: 14.5px;
  color: var(--text-secondary);
}

/* Services */
.services {
  background: var(--bg-alt);
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 12px 26px;
  border-radius: 999px;
  border: 2px solid var(--border-strong);
  background: var(--surface);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.15s ease;
}

.tab-btn.active,
.tab-btn:hover {
  border-color: var(--orange);
  color: var(--orange-light);
  background: rgba(242, 118, 47, 0.1);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-banner {
  position: relative;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
  border: 1px solid var(--border);
}

.tab-banner .banner-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.tab-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(6,8,11,0.9) 0%, rgba(6,8,11,0.55) 45%, rgba(6,8,11,0.15) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}

.tab-banner h3 {
  color: var(--white);
  font-size: 24px;
  margin: 0 0 8px;
}

.tab-banner p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  margin: 0;
  max-width: 420px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--white);
}

.service-card:nth-child(3n+2) .service-icon,
.service-card:nth-child(3n+3) .service-icon {
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--white);
}

.service-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14.5px;
}

/* Why choose us */
.why {
  background: var(--bg);
}

.why-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

.why-card {
  text-align: center;
  padding: 28px 18px;
}

.why-card .num {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--orange);
  color: var(--orange-light);
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card h4 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 16.5px;
}

.why-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
}

/* Service area */
.area {
  position: relative;
  color: var(--white);
  overflow: hidden;
}

.area-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, rgba(4,6,9,0.95) 0%, rgba(6,9,13,0.9) 45%, rgba(8,11,16,0.75) 100%),
    url("https://images.unsplash.com/photo-1718203862467-c33159fdc504?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

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

.area .section-head h2 {
  color: var(--white);
}

.area .section-head p {
  color: rgba(255,255,255,0.75);
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.area-list li {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.area-list li .icon {
  color: var(--orange-light);
}

.area-card {
  background: rgba(10,12,16,0.65);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 34px;
  backdrop-filter: blur(6px);
}

.area-card h3 {
  margin-top: 0;
  font-size: 20px;
  color: var(--white);
}

.area-card p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
}

/* Testimonials */
.testimonials {
  background: var(--bg-alt);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.testi-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.testi-cta {
  text-align: center;
  margin-top: 40px;
}

.stars {
  color: var(--orange-light);
  font-size: 15px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testi-card p.quote {
  color: var(--text-secondary);
  font-size: 15px;
  font-style: italic;
  margin: 0 0 18px;
}

.testi-name {
  font-weight: 700;
  color: var(--white);
  font-size: 14.5px;
}

.testi-loc {
  font-size: 12.5px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* CTA banner */
.cta-banner {
  background: linear-gradient(120deg, var(--orange) 0%, var(--orange-light) 100%);
  color: var(--white);
  text-align: center;
  padding: 64px 0;
}

.cta-banner h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 14px;
  text-wrap: balance;
}

.cta-banner p {
  margin: 0 0 30px;
  font-size: 16.5px;
  color: rgba(255,255,255,0.95);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-banner .btn-secondary {
  background: #08090b;
}

.cta-banner .btn-secondary:hover {
  background: #16181d;
}

.cta-banner .btn-outline {
  border-color: var(--white);
}

/* Contact */
.contact {
  background: var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px;
  margin-bottom: 20px;
}

.contact-info-list {
  display: grid;
  gap: 20px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-item .icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.contact-info-item strong {
  display: block;
  color: var(--white);
  font-size: 15.5px;
  margin-bottom: 2px;
}

.contact-info-item span, .contact-info-item a {
  color: var(--text-secondary);
  font-size: 14.5px;
}

.contact-info-item a:hover {
  color: var(--orange-light);
}

.review-btn {
  margin-top: 26px;
}

form.quote-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
}

.quote-form h3 {
  margin: 0 0 6px;
  color: var(--white);
}

.quote-form p.form-sub {
  margin: 0 0 24px;
  color: var(--text-secondary);
  font-size: 14.5px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-secondary);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--border-strong);
  font-size: 14.5px;
  font-family: inherit;
  background: var(--bg-alt);
  color: var(--ink);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue-light);
}

.form-note {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 12px;
  text-align: center;
}

.form-success {
  display: none;
  background: rgba(46, 160, 92, 0.14);
  border: 1px solid rgba(46, 160, 92, 0.4);
  color: #6fd695;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 16px;
}

.form-success.show {
  display: block;
}

/* Footer */
footer {
  background: #000000;
  color: rgba(255,255,255,0.65);
  padding: 60px 0 24px;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-size: 17px;
}

.footer-brand span {
  font-size: 11px;
  color: var(--orange-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

footer p {
  font-size: 14px;
  line-height: 1.7;
}

footer h5 {
  color: var(--white);
  font-size: 14.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 18px;
}

footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

footer ul li a:hover {
  color: var(--orange-light);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
}

/* Sticky mobile call bar */
.mobile-call-bar {
  display: none;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 90;
  cursor: pointer;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .hero-visual {
    order: -1;
  }
  .about-grid,
  .area-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .about-media {
    aspect-ratio: 16 / 9;
  }
  .service-grid,
  .why-grid,
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  section {
    padding: 60px 0;
  }
  .nav-links {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: #0a0b0d;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 18px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 20px rgba(0,0,0,0.4);
    transform: translateY(-130%);
    transition: transform 0.25s ease;
    z-index: 99;
  }
  .nav-links.open {
    transform: translateY(0);
  }
  .menu-toggle {
    display: block;
  }
  .nav-phone {
    display: none;
  }
  .topbar-left {
    gap: 14px;
  }
  .owners,
  .service-grid,
  .why-grid,
  .testi-grid,
  .area-list {
    grid-template-columns: 1fr;
  }
  .tab-banner {
    height: 260px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .mobile-call-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    background: #000;
    border-top: 1px solid var(--border);
    padding: 12px 16px;
    box-shadow: 0 -6px 18px rgba(0,0,0,0.5);
  }
  .mobile-call-bar a {
    flex: 1;
    text-align: center;
    color: var(--white);
    font-weight: 700;
    font-size: 14.5px;
    padding: 10px;
    border-radius: 10px;
  }
  .mobile-call-bar a.call {
    background: var(--orange);
    margin-right: 10px;
  }
  .mobile-call-bar a.quote {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
  }
  body {
    padding-bottom: 70px;
  }
}
