/* ============================================
   EcoSweep Landing Page — styles.css
   ============================================ */

:root {
  --green: #899d6a;
  --green-dark: #626c53;
  --green-light: #eef2e6;
  --green-xlight: #f5f7f0;
  --dark: #2b2e27;
  --mid: #4a5040;
  --muted: #7a8470;
  --border: #dce4cc;
  --white: #ffffff;
  --cream: #fafbf6;
  --gold: #c9a84c;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(137,157,106,0.12);
  --shadow-lg: 0 12px 48px rgba(137,157,106,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Rubik', sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; line-height: 1.2; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(137,157,106,0.08);
}
.nav-award {
  background: var(--green-xlight); border-bottom: 1px solid var(--border);
  text-align: center; padding: 6px 20px;
  font-size: 0.75rem; font-weight: 600; color: var(--green-dark);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%;
}
.nav-award svg { flex-shrink: 0; color: var(--green); }
.nav-main {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 5%;
}
.nav-logo-img { display: block; line-height: 0; }
.nav-logo-img img { height: 54px; display: block; mix-blend-mode: multiply; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-phone {
  display: flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 0.95rem; color: var(--dark); text-decoration: none;
}
.nav-phone svg { color: var(--green); }
.nav-cta {
  background: var(--green); color: var(--white);
  border: none; border-radius: 8px; padding: 10px 20px;
  font-size: 0.88rem; font-weight: 600; cursor: pointer;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--green-dark); padding: 10px 5%;
  display: flex; align-items: center; justify-content: center;
  gap: 28px; flex-wrap: wrap; margin-top:109px;
}
.trust-item {
  display: flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,0.9); font-size: 0.8rem; font-weight: 500;
  white-space: nowrap; flex-shrink: 0;
}
.trust-item svg { color: rgba(255,255,255,0.7); flex-shrink: 0; }

/* ── HERO ── */
.hero {
  background: var(--green);
  position: relative; overflow: hidden;
  padding: 72px 5% 64px;
  display: grid; grid-template-columns: 1fr 400px; gap: 56px;
  align-items: center;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(98,108,83,0.85) 0%, rgba(137,157,106,0.7) 100%);
  z-index: 0;
}
.hero-bg-img {
  position: absolute; inset: 0; z-index: -1;
  background-image: url('https://images.pexels.com/photos/4099388/pexels-photo-4099388.jpeg?auto=compress&cs=tinysrgb&w=1600');
  background-size: cover; background-position: center;
  opacity: 0.35;
}
.hero-dots {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3);
  color: #fff; border-radius: 100px;
  padding: 5px 14px; font-size: 0.76rem; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px;
  font-family: 'Rubik', sans-serif;
}
.hero-content { position: relative; z-index: 2; }
.hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.9rem); color: var(--white);
  margin-bottom: 18px; line-height: 1.15; font-family: 'Poppins', sans-serif;
}
.hero h1 em { color: #e0ebc8; font-style: normal; }
.hero-sub {
  color: rgba(255,255,255,0.85); font-size: 1rem;
  max-width: 500px; margin-bottom: 28px; line-height: 1.75;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary {
  background: var(--green-dark); color: var(--white);
  padding: 14px 28px; border-radius: 10px;
  font-size: 0.95rem; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: all 0.2s; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(98,108,83,0.4);
  font-family: 'Rubik', sans-serif;
}
.btn-primary:hover { background: #4f5843; transform: translateY(-2px); }
.btn-secondary {
  border: 1.5px solid rgba(255,255,255,0.4); color: var(--white);
  padding: 14px 22px; border-radius: 10px;
  font-size: 0.95rem; font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: all 0.2s; background: transparent; cursor: pointer;
  font-family: 'Rubik', sans-serif;
}
.btn-secondary:hover { background: rgba(255,255,255,0.1); }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; }
.proof-stat .num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem; font-weight: 700; color: #e0ebc8; display: block;
}
.proof-stat .label { font-size: 0.74rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.05em; }

/* ── FORM ── */
.hero-form {
  position: relative; z-index: 2;
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.form-title { font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.form-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 20px; }
.form-group { margin-bottom: 12px; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--mid); margin-bottom: 4px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 10px 13px;
  border: 1.5px solid var(--border); border-radius: 8px;
  font-family: 'Rubik', sans-serif; font-size: 0.88rem; color: var(--dark);
  background: var(--cream); transition: border 0.2s; outline: none;
}
.form-group input:focus, .form-group select:focus { border-color: var(--green); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-submit {
  width: 100%; background: var(--green); color: var(--white);
  border: none; border-radius: 10px; padding: 14px;
  font-size: 0.95rem; font-weight: 600; cursor: pointer;
  font-family: 'Rubik', sans-serif; transition: background 0.2s, transform 0.15s; margin-top: 4px;
}
.form-submit:hover { background: var(--green-dark); transform: translateY(-1px); }
.form-note { text-align: center; font-size: 0.73rem; color: var(--muted); margin-top: 8px; }
.success-msg {
  display: none; background: var(--green-light);
  border: 1.5px solid var(--green); border-radius: 10px;
  padding: 20px; text-align: center; color: var(--green-dark); font-weight: 600;
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--green); padding: 28px 5%;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem; font-weight: 800; color: #ffffff; display: block; line-height: 1;
}
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.75); margin-top: 5px; text-transform: uppercase; letter-spacing: 0.04em; }

/* ── SHARED SECTIONS ── */
section { padding: 70px 5%; }
.section-label {
  display: inline-block; color: var(--green); font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px;
  font-family: 'Rubik', sans-serif;
}
.section-title { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-bottom: 14px; color: var(--dark); font-family: 'Poppins', sans-serif; }
.section-sub { color: var(--muted); font-size: 0.95rem; max-width: 520px; line-height: 1.7; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* ── SERVICES ── */
.services-section { background: var(--white); }
.services-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; }
.services-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.services-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
.services-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.services-list li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 0.88rem; color: var(--mid); line-height: 1.4;
  background: var(--green-xlight); border-radius: 8px; padding: 12px 14px;
  border: 1px solid var(--border); transition: background 0.2s;
}
.services-list li:hover { background: var(--green-light); }
.services-list li::before {
  content: '✓'; color: var(--green); font-weight: 700; font-size: 0.9rem; flex-shrink: 0; margin-top: 1px;
}

/* ── CONTRACT CLEANING TABS ── */
.contract-section { background: var(--white); }
.contract-layout {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 32px;
  margin-top: 52px;
  align-items: start;
}
.contract-tabs {
  display: flex; flex-direction: column; gap: 0;
}
.ctab {
  background: transparent;
  border: 1.5px solid var(--border);
  border-bottom: none;
  padding: 18px 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 0.88rem; font-weight: 500;
  color: var(--green); text-align: center;
  cursor: pointer; line-height: 1.45;
  transition: background 0.2s, color 0.2s;
}
.ctab:last-child { border-bottom: 1.5px solid var(--border); }
.ctab.active {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.ctab:not(.active):hover { background: var(--green-xlight); }
.contract-img {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.contract-img img {
  width: 100%; height: 420px;
  object-fit: cover; display: block;
  transition: opacity 0.2s ease;
}
.cbullets {
  display: none; list-style: none;
  flex-direction: column; gap: 18px;
  padding: 8px 0;
}
.cbullets.active { display: flex; }
.cbullets li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.92rem; color: var(--mid); line-height: 1.6;
}
.cbullets li::before {
  content: '';
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--green); flex-shrink: 0; margin-top: 6px;
}
@media (max-width: 1024px) {
  .contract-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "tabs img"
      "bullets bullets";
  }
  .contract-tabs { grid-area: tabs; }
  .contract-img { grid-area: img; }
  .contract-bullets { grid-area: bullets; margin-top: 28px; }
  .contract-img img { height: 320px; }
}
@media (max-width: 640px) {
  .contract-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tabs"
      "img"
      "bullets";
  }
  .contract-img img { height: 240px; }
  .contract-tabs { flex-direction: row; flex-wrap: wrap; }
  .ctab { flex: 1; min-width: 140px; border-bottom: 1.5px solid var(--border); }
}

/* ── WHY SECTION ── */
.why-section { background: var(--green-xlight); }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why-card {
  background: var(--white); border-radius: var(--radius);
  padding: 22px 20px; border: 1px solid var(--border);
  transition: box-shadow 0.22s, transform 0.22s;
}
.why-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.why-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--green-light);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.why-icon svg { color: var(--green); }
.why-card h3 { font-size: 1rem; margin-bottom: 7px; font-family: 'Poppins', sans-serif; }
.why-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }
.why-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.why-img img { width: 100%; height: 480px; object-fit: cover; display: block; }

/* ── IMAGE ROW ── */
.img-row-section {
  display: grid; grid-template-columns: repeat(4, 1fr);
  height: 280px;
}
.img-row-item { position: relative; overflow: hidden; }
.img-row-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.img-row-item:hover img { transform: scale(1.08); }
.img-row-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(137,157,106,0.92) 0%, transparent 100%);
  padding: 28px 16px 16px;
  display: flex; align-items: flex-end;
}
.img-row-overlay span {
  color: var(--white); font-family: 'Poppins', sans-serif;
  font-size: 0.88rem; font-weight: 600;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

/* ── INDUSTRIES ── */
.industries { background: var(--white); }
.industries .section-title { color: var(--dark); }
.industries .section-label { color: var(--green); }
.industry-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ind-card {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.ind-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.ind-img { width: 100%; height: 220px; overflow: hidden; }
.ind-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.ind-card:hover .ind-img img { transform: scale(1.05); }
.ind-body {
  background: var(--green); padding: 24px 22px 28px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; flex: 1;
}
.ind-body h3 { font-family: 'Poppins', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.ind-body p { font-size: 0.83rem; color: rgba(255,255,255,0.88); line-height: 1.65; margin-bottom: 20px; }
.ind-btn {
  background: transparent; border: 1.5px solid rgba(255,255,255,0.7);
  color: var(--white); padding: 9px 24px; border-radius: 6px;
  font-size: 0.82rem; font-weight: 500; text-decoration: none;
  font-family: 'Rubik', sans-serif; transition: background 0.2s;
  margin-top: auto;
}
.ind-btn:hover { background: rgba(255,255,255,0.15); border-color: var(--white); }

/* ── CLIENTS ── */
.clients { background: var(--white); }
.clients-logos {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 40px 60px; margin-top: 44px; margin-bottom: 48px;
}
.client-logo {
  display: flex; align-items: center; justify-content: center;
  width: 160px; opacity: 0.85; transition: opacity 0.2s;
}
.client-logo:hover { opacity: 1; }
.client-logo img { max-width: 160px; max-height: 64px; width: auto; height: auto; object-fit: contain; display: block; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  background: var(--green-xlight); border-radius: var(--radius-lg);
  padding: 24px; border: 1px solid var(--border);
}
.stars { display: flex; gap: 2px; margin-bottom: 12px; }
.stars span { color: var(--gold); font-size: 0.95rem; }
.review-text { font-size: 0.87rem; color: var(--mid); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.reviewer-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--green-light); display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.82rem; color: var(--green-dark);
}
.reviewer-name { font-weight: 600; font-size: 0.85rem; }
.reviewer-role { font-size: 0.75rem; color: var(--muted); }

/* ── PROCESS ── */
.process { background: var(--green-xlight); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.step { text-align: center; }
.step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--green); color: var(--white);
  font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; box-shadow: 0 4px 16px rgba(137,157,106,0.35);
}
.step h4 { font-size: 1rem; margin-bottom: 7px; }
.step p { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }

/* ── INDUSTRY PARTNERS ── */
.partners { background: var(--white); }
.partners-logos {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 40px 64px; margin-top: 44px;
}
.partner-logo:nth-child(1) img  {
 background: #0063BE !important;
}
.partner-logo {
  display: flex; align-items: center; justify-content: center;
  opacity: 0.8; transition: opacity 0.2s;
}
.partner-logo:hover { opacity: 1; }
.partner-logo img { max-height: 56px; max-width: 180px; width: auto; object-fit: contain; display: block; height:60px; }
/* ISSA logo has dark bg — use multiply */
.partner-logo.dark-bg img { mix-blend-mode: multiply; }

/* ── AREAS ── */
.areas { background: var(--white); }
.areas-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 36px; align-items: start; }
.areas-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.area-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.85rem; color: var(--mid); font-weight: 500;
  padding: 8px 12px; border-radius: 8px; background: var(--green-xlight);
  border: 1px solid var(--border);
}
.area-item svg { color: var(--green); flex-shrink: 0; }
.areas-cta-box {
  background: var(--green);
  border-radius: var(--radius-lg); padding: 36px 32px; color: var(--white);
}
.areas-cta-box h3 { font-size: 1.4rem; color: var(--white); margin-bottom: 12px; }
.areas-cta-box p { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin-bottom: 24px; line-height: 1.6; }

/* ── BOTTOM CTA ── */
.bottom-cta {
  background: var(--green);
  position: relative; overflow: hidden;
  padding: 72px 5%; text-align: center;
}
.bottom-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bottom-cta h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--white); margin-bottom: 14px; position: relative; }
.bottom-cta p { color: rgba(255,255,255,0.75); font-size: 0.95rem; max-width: 480px; margin: 0 auto 32px; position: relative; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.btn-white {
  background: var(--white); color: var(--green-dark);
  padding: 15px 30px; border-radius: 10px;
  font-size: 0.95rem; font-weight: 700; text-decoration: none;
  transition: all 0.2s; border: none; cursor: pointer; font-family: 'Rubik', sans-serif;
}
.btn-white:hover { background: var(--green-xlight); transform: translateY(-2px); }
.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,0.4); color: var(--white);
  padding: 15px 24px; border-radius: 10px;
  font-size: 0.95rem; font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: all 0.2s; background: transparent;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

/* ── FOOTER ── */
footer { background: var(--green-dark); }
.footer-main {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; padding: 44px 5% 36px; align-items: start;
}
.footer-brand p.footer-tagline { color: rgba(255,255,255,0.6); font-size: 0.82rem; line-height: 1.75; }
.footer-contact-col h4 { color: var(--white); font-size: 0.9rem; font-weight: 600; margin-bottom: 16px; font-family: 'Poppins', sans-serif; }
.footer-contact-col a {
  display: flex; align-items: flex-start; gap: 9px;
  color: rgba(255,255,255,0.65); font-size: 0.82rem;
  text-decoration: none; line-height: 1.5; margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-contact-col a:hover { color: var(--white); }
.footer-contact-col svg { flex-shrink: 0; margin-top: 2px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); text-decoration: none; margin-bottom: 0;
  transition: background 0.2s, color 0.2s;
}
.footer-social a:hover { background: rgba(255,255,255,0.2); color: var(--white); }
.footer-certs { display: flex; gap: 10px; align-items: center; margin-top: 14px; }
.cert-pill {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px; padding: 6px 14px;
  color: rgba(255,255,255,0.8); font-size: 0.75rem; font-weight: 600;
}
.footer-bottom {
  background: #4a5240; padding: 16px 5%;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom p { color: rgba(255,255,255,0.45); font-size: 0.75rem; }

/* ── MOBILE STICKY ── */
.floating-phone {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;
  background: var(--green); padding: 12px 16px;
  flex-direction: row; gap: 10px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.floating-phone a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  color: var(--white); text-decoration: none;
  font-weight: 700; font-size: 0.92rem;
}
.floating-phone .floating-quote {
  flex: 1; background: var(--white); color: var(--green-dark) !important;
  border-radius: 8px; padding: 11px;
  font-weight: 700; font-size: 0.88rem;
  text-align: center; text-decoration: none;
}

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero-form { max-width: 460px; }
  .services-layout, .why-layout { grid-template-columns: 1fr; gap: 32px; }
  .services-list { grid-template-columns: 1fr; }
  .services-img img, .why-img img { height: 300px; }
  .industry-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-cols { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-phone { display: none; }
  .trust-bar { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; gap: 20px; padding: 10px 20px; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-top:30px; }
  .trust-bar::-webkit-scrollbar { display: none; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .industry-cards-grid { grid-template-columns: 1fr; }
  .ind-img { height: 200px; }
  .areas-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .floating-phone { display: flex; }
  footer { padding-bottom: 80px; }
  section { padding: 52px 5%; }
  .footer-main { grid-template-columns: 1fr; }
  .client-logo { width: 120px; }
  .client-logo img { max-width: 120px; max-height: 48px; }
  .clients-logos { gap: 28px 32px; }
  .img-row-section { grid-template-columns: repeat(2, 1fr); height: 360px; }
}
@media (max-width: 480px) {
  .hero-proof { gap: 14px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .img-row-section { grid-template-columns: 1fr 1fr; height: 280px; }
}
