/* =========================================
   I3 Consulting — Light Theme Design System
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* --- CSS Custom Properties --- */
:root {
  --primary:       #0fbfb3;
  --primary-dark:  #0a9990;
  --primary-light: #e6faf9;
  --navy:          #0a1628;
  --navy-mid:      #112240;
  --navy-light:    #1a3355;
  --text:          #1e293b;
  --muted:         #64748b;
  --border:        #e2e8f0;
  --white:         #ffffff;
  --gray-50:       #f8fafc;
  --gray-100:      #f1f5f9;
  --light-blue:    #eff8ff;
  --light-blue-mid:#dbeafe;
  --light-blue-dark:#bfdbfe;

  --font:          'Inter', sans-serif;
  --radius:        8px;
  --radius-lg:     16px;
  --shadow-sm:     0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow:        0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:     0 12px 40px rgba(0,0,0,.14);
  --shadow-blue:   0 8px 32px rgba(15,100,200,.12);

  --container:     1140px;
  --nav-h:         58px;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
ul { list-style: none; }

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

/* =========================================
   NAVIGATION — White / Light
   ========================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav__logo-img {
  height: 52px;
  width: auto;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__links a {
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius);
  transition: color .2s, background .2s;
}
.nav__links a:hover,
.nav__links a.active {
  color: var(--text);
  background: var(--gray-100);
}
.nav__links .btn-nav {
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  margin-left: 8px;
}
.nav__links .btn-nav:hover {
  background: var(--primary-dark);
  color: var(--white);
}

/* Mobile nav toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* =========================================
   HERO — Light Blue + Geometric Background
   ========================================= */
.hero {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 4L76 22v36L40 76 4 58V22z' fill='none' stroke='%230fbfb3' stroke-width='0.8' stroke-opacity='0.18'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 55%, #f8fafc 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(15,191,179,.18) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: 5%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(15,100,200,.10) 0%, transparent 65%);
  pointer-events: none;
}
.hero__label {
  display: inline-block;
  background: rgba(15,191,179,.12);
  color: var(--primary-dark);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(15,191,179,.3);
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
  max-width: 700px;
}
.hero h1 span { color: var(--primary); }
.hero p {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Page-level hero (smaller) — Light Blue + Geometric */
.page-hero {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Crect x='10' y='10' width='40' height='40' fill='none' stroke='%230fbfb3' stroke-width='0.6' stroke-opacity='0.15' transform='rotate(45 30 30)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #f0f9ff 0%, #dbeafe 60%, #f0f9ff 100%);
  padding: 64px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15,100,200,.08);
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: 10%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(15,191,179,.14) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  text-align: left;
}
.page-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.page-hero p {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
}
.page-hero__inner .page-hero__text p { margin: 0; }
.page-hero .tagline {
  display: inline-block;
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: .5px;
}
.page-hero__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.page-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   BUTTONS
   ========================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all .2s;
  text-decoration: none;
}
.btn-primary {
  background: var(--primary);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--primary-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(15,191,179,.35);
}
.btn-outline {
  background: transparent;
  color: var(--primary-dark);
  border: 1.5px solid var(--primary);
}
.btn-outline:hover {
  background: var(--primary-light);
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  transform: translateY(-1px);
}
.btn-dark {
  background: var(--navy);
  color: var(--white);
}
.btn-dark:hover {
  background: var(--navy-mid);
  transform: translateY(-1px);
}

/* =========================================
   SECTIONS
   ========================================= */
.section {
  padding: 80px 0;
}
.section--gray { background: var(--gray-50); }
.section--teal { background: var(--primary); }
.section--navy {
  background: var(--light-blue);
  box-shadow: inset 0 2px 0 var(--light-blue-dark), inset 0 -2px 0 var(--light-blue-dark);
}
.section--navy-mid {
  background: var(--light-blue-mid);
  box-shadow: inset 0 2px 0 var(--light-blue-dark), inset 0 -2px 0 var(--light-blue-dark);
}
.section--light-teal { background: var(--primary-light); }

.section__label {
  display: inline-block;
  color: var(--primary-dark);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section__title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.section__title--white { color: var(--navy); }
.section__subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
}
.section__subtitle--white { color: var(--muted); }
.section__header { margin-bottom: 52px; }
.section__header--center { text-align: center; }
.section__header--center .section__subtitle { margin: 0 auto; }

/* =========================================
   CARDS
   ========================================= */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform .25s, box-shadow .25s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(15,191,179,.25);
}
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card__icon svg { width: 24px; height: 24px; stroke: var(--primary); fill: none; }
.card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}
.card p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.65;
}
.card ul {
  margin-top: 14px;
}
.card ul li {
  font-size: .875rem;
  color: var(--muted);
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}
.card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}
.card--navy {
  background: var(--light-blue);
  border-color: var(--light-blue-dark);
}
.card--navy h3 { color: var(--text); }
.card--navy p { color: var(--muted); }

/* Grid layouts */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* =========================================
   SERVICE CARDS (homepage)
   ========================================= */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
.service-card__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.service-card__icon svg { width: 22px; height: 22px; stroke: var(--primary); fill: none; stroke-width: 1.75; }
.service-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}
.service-card p {
  font-size: .875rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.service-card__link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }

/* =========================================
   FEATURE STRIP
   ========================================= */
.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.feature-strip__item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15,191,179,.1);
  border: 1px solid rgba(15,191,179,.28);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: .875rem;
  font-weight: 500;
  color: var(--navy);
}
.feature-strip__item svg { width: 16px; height: 16px; stroke: var(--primary); fill: none; }

/* =========================================
   WHY I3 (3-col)
   ========================================= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.why-item {
  text-align: center;
  padding: 40px 24px;
}
.why-item__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.why-item__icon svg { width: 28px; height: 28px; stroke: var(--primary); fill: none; }
.why-item h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text);
}
.why-item p { font-size: .9rem; color: var(--muted); }

/* =========================================
   CLIENT STRIP
   ========================================= */
.clients-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.client-badge {
  background: var(--gray-100);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .3px;
  text-transform: uppercase;
}

/* =========================================
   CREDENTIALS BADGES
   ========================================= */
.cred-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0;
}
.cred-badge {
  background: var(--white);
  color: var(--primary-dark);
  border: 1.5px solid var(--primary);
  border-radius: var(--radius);
  padding: 10px 22px;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .5px;
}

/* =========================================
   VALUES
   ========================================= */
.values-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.value-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  transition: border-color .2s, color .2s;
}
.value-pill:hover { border-color: var(--primary); color: var(--primary); }
.value-pill svg { width: 18px; height: 18px; stroke: var(--primary); fill: none; }

/* =========================================
   JOB CARDS
   ========================================= */
.job-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.job-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
}
.job-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.job-card .job-type {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-dark);
  border-radius: 100px;
  padding: 3px 12px;
  font-size: .75rem;
  font-weight: 600;
}
.job-card .btn { flex-shrink: 0; }

/* =========================================
   CONTACT FORM
   ========================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}
.contact-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.contact-info p {
  color: var(--muted);
  margin-bottom: 32px;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
.contact-detail__icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-detail__icon svg { width: 20px; height: 20px; stroke: var(--primary); fill: none; }
.contact-detail__text strong {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}
.contact-detail__text span { font-size: .875rem; color: var(--muted); }
.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.form-group label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: .3px;
}
.form-group input,
.form-group textarea {
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: .9rem;
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
  background: var(--white);
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15,191,179,.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* =========================================
   CTA STRIP — Light Blue
   ========================================= */
.cta-strip {
  text-align: center;
  padding: 80px 0;
}
.cta-strip h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}
.cta-strip p {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
}
.cta-strip .btn-primary { font-size: 1rem; padding: 14px 32px; }

/* =========================================
   FOOTER — keeps dark for contrast
   ========================================= */
footer {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 48px 0 28px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer__brand p {
  font-size: .875rem;
  color: rgba(255,255,255,.5);
  margin-top: 12px;
  max-width: 260px;
  line-height: 1.6;
}
.footer__col h4 {
  font-size: .8rem;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul li a {
  font-size: .875rem;
  color: rgba(255,255,255,.6);
  transition: color .2s;
}
.footer__col ul li a:hover { color: var(--primary); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom p {
  font-size: .8rem;
  color: rgba(255,255,255,.35);
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__logo-img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

/* =========================================
   INTRO TEXT BLOCK
   ========================================= */
.intro-block {
  max-width: 800px;
  margin: 0 auto 56px;
  text-align: center;
}
.intro-block p {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* =========================================
   DASHBOARD CARDS — White with shadow
   ========================================= */
.dash-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.dash-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-blue);
  border-color: rgba(15,191,179,.4);
}
.dash-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.dash-card__icon svg { width: 24px; height: 24px; stroke: var(--primary); fill: none; }
.dash-card h3 { font-size: 1.05rem; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.dash-card p { font-size: .875rem; color: var(--muted); line-height: 1.65; }

/* =========================================
   DASHBOARD SHOWCASE — image with context
   ========================================= */
.dash-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.dash-showcase--reverse { direction: rtl; }
.dash-showcase--reverse > * { direction: ltr; }
.dash-showcase__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
  outline: 1px solid var(--border);
}
.dash-showcase__image img { width: 100%; height: auto; display: block; }
.dash-showcase__content .section__label { display: block; margin-bottom: 10px; }
.dash-showcase__content h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.dash-showcase__content p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.dash-showcase__stats {
  display: flex;
  gap: 28px;
  margin-top: 28px;
}
.dash-stat {
  text-align: center;
}
.dash-stat__number {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-dark);
  letter-spacing: -1px;
}
.dash-stat__label {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 2px;
}

/* =========================================
   DIVIDER
   ========================================= */
.divider { height: 1px; background: var(--border); }

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1024px) {
  .grid-3, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .dash-showcase { gap: 32px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 52px; }
  .section { padding: 56px 0; }
  .hero { padding: 72px 0 60px; }

  /* Mobile nav */
  .nav__links {
    display: none;
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    gap: 4px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
  }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 10px 14px; }
  .nav__links .btn-nav { margin-left: 0; margin-top: 8px; text-align: center; }
  .nav__toggle { display: flex; }

  .grid-3, .service-grid, .grid-2, .why-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }

  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }

  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; gap: 10px; text-align: center; }

  .hero__actions { flex-direction: column; align-items: flex-start; }

  .job-card { flex-direction: column; align-items: flex-start; }

  .page-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .page-hero__inner .page-hero__text p { margin: 0 auto; }
  .page-hero p { margin: 0 auto; }
  .page-hero__image { display: none; }

  .dash-showcase, .dash-showcase--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .dash-showcase__stats { justify-content: center; }
}

@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
}
