/* =========================================================
   Saturn Max Consulting — styles.css
   Professional consulting look for top-tier firms
   ========================================================= */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #0a1f3c;
  --navy-mid:   #0d2b52;
  --navy-light: #163d6e;
  --gold:       #e8a020;
  --gold-light: #f5b942;
  --white:      #ffffff;
  --off-white:  #f4f6f9;
  --gray-100:   #eef0f4;
  --gray-300:   #c8cdd8;
  --gray-500:   #7a8299;
  --gray-700:   #3d4560;
  --text:       #1a2340;
  --radius:     6px;
  --shadow:     0 4px 24px rgba(10,31,60,.10);
  --shadow-lg:  0 12px 48px rgba(10,31,60,.16);
  --trans:      .25s ease;
  --font-body:  'Inter', sans-serif;
  --font-head:  'Playfair Display', serif;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.7; }
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- Utility ---- */
.section        { padding: 96px 0; }
.bg-light       { background: var(--off-white); }
.bg-dark        { background: var(--navy); }

.section-label {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 18px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--gray-500);
  max-width: 640px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header .section-sub { margin: 0 auto; }

.section-header.light .section-title { color: var(--white); }
.section-header.light .section-sub   { color: var(--gray-300); }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--trans);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,160,32,.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.6);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}
.btn-nav {
  background: var(--gold);
  color: var(--navy);
  padding: 10px 22px;
  font-size: .88rem;
}
.btn-nav:hover { background: var(--gold-light); }
.btn-white {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
  font-weight: 700;
}
.btn-white:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}
.btn-full { width: 100%; text-align: center; }

/* ===========================
   NAVBAR
   =========================== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--navy);
  transition: box-shadow var(--trans), background var(--trans);
}
.navbar.scrolled {
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(10,31,60,.3);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  font-family: var(--font-head);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
}
.logo-saturn { color: var(--gold); }
.logo-max    { color: var(--white); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a {
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius);
  transition: color var(--trans), background var(--trans);
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.nav-links .btn-nav { margin-left: 8px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--trans);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ===========================
   HERO
   =========================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  padding-top: 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(10,31,60,.97) 0%, rgba(13,43,82,.85) 50%, rgba(22,61,110,.7) 100%),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80") center/cover no-repeat;
  z-index: 0;
}

/* Geometric accent */
.hero-bg::after {
  content: '';
  position: absolute;
  right: -120px; top: -120px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,160,32,.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 60px 0;
}

.hero-tagline {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-tagline::before {
  content: '';
  display: inline-block;
  width: 36px; height: 2px;
  background: var(--gold);
}

.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 24px;
}
.hero-title span { color: var(--gold); }

.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,.78);
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.75;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.stat p    { font-size: .82rem; color: rgba(255,255,255,.6); margin-top: 4px; text-transform: uppercase; letter-spacing: .06em; }
.stat-num  { font-size: 2.4rem; font-weight: 800; color: var(--white); font-family: var(--font-head); }
.stat span { font-size: 1.8rem; font-weight: 700; color: var(--gold); }

.hero-scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-scroll span {
  display: block;
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,.4);
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.hero-scroll span::after {
  content: '';
  position: absolute;
  top: 5px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 8px;
  background: var(--gold);
  border-radius: 2px;
  animation: scrollBounce 1.6s infinite;
}
@keyframes scrollBounce {
  0%, 100% { top: 5px; opacity: 1; }
  80%       { top: 18px; opacity: 0; }
}

/* ===========================
   ABOUT
   =========================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image {
  position: relative;
  height: 520px;
}
.about-img-block {
  position: absolute;
  border-radius: 10px;
}
.img-front {
  width: 72%;
  height: 80%;
  bottom: 0; right: 0;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy-light));
  box-shadow: var(--shadow-lg);
  /* Simulated image block */
  background-image: url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=700&q=80");
  background-size: cover;
  background-position: center;
}
.img-back {
  width: 60%;
  height: 65%;
  top: 0; left: 0;
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: var(--shadow);
  border: 6px solid var(--white);
}
.about-badge {
  position: absolute;
  bottom: 40px;
  left: -24px;
  background: var(--gold);
  color: var(--navy);
  padding: 18px 24px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.about-badge span { display: block; font-size: 2rem; font-weight: 800; font-family: var(--font-head); line-height: 1; }
.about-badge p    { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }

.about-content p { color: var(--gray-700); margin-bottom: 16px; font-size: 1rem; }

.about-list {
  margin: 28px 0 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 500;
  color: var(--text);
}
.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* ===========================
   SERVICES
   =========================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 36px 30px;
  transition: all var(--trans);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--trans);
}
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }

.service-card.featured {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.service-card.featured h3 { color: var(--white); }
.service-card.featured p  { color: rgba(255,255,255,.75); }
.service-card.featured li { color: rgba(255,255,255,.65); }
.service-card.featured li::before { background: var(--gold); }
.service-card.featured::before { transform: scaleX(1); }

.service-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.service-icon {
  font-size: 2.4rem;
  margin-bottom: 18px;
  line-height: 1;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.3;
}
.service-card p {
  font-size: .9rem;
  color: var(--gray-500);
  margin-bottom: 20px;
  line-height: 1.65;
}
.service-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-card li {
  font-size: .84rem;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-card li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ===========================
   INDUSTRIES
   =========================== */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.industry-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 28px 16px;
  text-align: center;
  transition: all var(--trans);
  cursor: default;
}
.industry-card:hover {
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.industry-card:hover h4 { color: var(--white); }
.industry-card:hover .ind-icon { transform: scale(1.15); }

.ind-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  transition: transform var(--trans);
}
.industry-card h4 {
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy);
  transition: color var(--trans);
}

/* ===========================
   WHY US
   =========================== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 36px 28px;
  transition: all var(--trans);
}
.why-card:hover {
  background: rgba(255,255,255,.09);
  border-color: var(--gold);
  transform: translateY(-4px);
}
.why-num {
  font-size: 3rem;
  font-weight: 800;
  font-family: var(--font-head);
  color: var(--gold);
  opacity: .35;
  line-height: 1;
  margin-bottom: 14px;
}
.why-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.why-card p  { font-size: .9rem; color: rgba(255,255,255,.65); line-height: 1.65; }

/* ===========================
   PROCESS
   =========================== */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.step {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.step-circle {
  width: 56px; height: 56px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(232,160,32,.3);
}
.step-connector {
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  right: calc(-50% + 28px);
  height: 2px;
  background: var(--gray-100);
  z-index: 0;
}
.step h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.step p  { font-size: .85rem; color: var(--gray-500); line-height: 1.6; }

/* ===========================
   TEAM
   =========================== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 36px 28px;
  text-align: center;
  transition: all var(--trans);
}
.team-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }

.team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-head);
}
.team-card h3       { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.team-role          { font-size: .82rem; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.team-bio           { font-size: .88rem; color: var(--gray-500); line-height: 1.6; margin-bottom: 18px; }
.team-socials       { display: flex; justify-content: center; gap: 10px; }
.team-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--gray-100);
  color: var(--navy);
  font-size: .82rem;
  font-weight: 700;
  transition: all var(--trans);
}
.team-socials a:hover { background: var(--gold); color: var(--navy); }

/* ===========================
   TESTIMONIALS
   =========================== */
.testimonials-slider {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  min-height: 260px;
}
.testimonial {
  display: none;
  text-align: center;
  padding: 0 20px;
  animation: fadeInUp .45s ease;
}
.testimonial.active { display: block; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.quote-mark {
  font-size: 5rem;
  color: var(--gold);
  line-height: .8;
  margin-bottom: 8px;
  font-family: var(--font-head);
  opacity: .5;
}
.testimonial p {
  font-size: 1.1rem;
  color: var(--gray-700);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 28px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.author-avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
}
.testimonial-author strong { display: block; font-weight: 700; color: var(--navy); }
.testimonial-author span   { font-size: .84rem; color: var(--gray-500); }

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.slider-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all var(--trans);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-btn:hover { background: var(--navy); color: var(--white); }

.slider-dots { display: flex; gap: 8px; }
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gray-300);
  cursor: pointer;
  transition: all var(--trans);
}
.dot.active { background: var(--gold); transform: scale(1.3); }

/* ===========================
   CTA BANNER
   =========================== */
.cta-banner {
  background: linear-gradient(135deg, var(--gold) 0%, #c87d0e 100%);
  padding: 64px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-inner h2 { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--navy); }
.cta-inner p  { font-size: 1rem; color: rgba(10,31,60,.75); margin-top: 6px; }

/* ===========================
   CONTACT
   =========================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info p { color: var(--gray-700); margin-bottom: 32px; font-size: 1rem; }

.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-icon {
  width: 42px; height: 42px;
  background: var(--gold);
  color: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-item strong { display: block; font-weight: 700; color: var(--navy); margin-bottom: 3px; font-size: .88rem; }
.contact-item span   { font-size: .9rem; color: var(--gray-500); line-height: 1.6; }

.offices strong { display: block; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--navy); margin-bottom: 12px; }
.office-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.office-tags span {
  background: var(--gray-100);
  color: var(--navy);
  font-size: .8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--gray-300);
}

/* ---- Form ---- */
.contact-form-wrap {
  background: var(--white);
  border-radius: 12px;
  padding: 44px 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
}
.contact-form h3 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
}

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

.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: .82rem; font-weight: 600; color: var(--gray-700); }

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: .92rem;
  color: var(--text);
  background: var(--white);
  transition: border-color var(--trans), box-shadow var(--trans);
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(10,31,60,.08);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select   { appearance: none; cursor: pointer; }

.form-privacy { font-size: .78rem; color: var(--gray-500); text-align: center; margin-top: 14px; }
.form-privacy a { color: var(--gold); text-decoration: underline; }

.form-success { text-align: center; padding: 40px 20px; }
.success-icon {
  width: 72px; height: 72px;
  background: #22c55e;
  color: var(--white);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.form-success h3 { font-size: 1.4rem; color: var(--navy); margin-bottom: 10px; }
.form-success p  { color: var(--gray-500); }

/* ===========================
   FOOTER
   =========================== */
.footer { background: var(--navy); padding: 80px 0 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
}
.footer-brand p {
  color: rgba(255,255,255,.55);
  font-size: .9rem;
  line-height: 1.7;
  margin: 18px 0 24px;
  max-width: 280px;
}
.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
  font-size: .82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--trans);
}
.footer-socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.footer-col h4 {
  color: var(--white);
  font-size: .88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a {
  color: rgba(255,255,255,.55);
  font-size: .88rem;
  transition: color var(--trans);
}
.footer-col li a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.55); transition: color var(--trans); }
.footer-bottom a:hover { color: var(--gold); }

/* ===========================
   BACK TO TOP
   =========================== */
.back-to-top {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 48px; height: 48px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transition: all var(--trans);
  z-index: 900;
  font-weight: 700;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover   { background: var(--gold-light); transform: translateY(-3px); }

/* ===========================
   ANIMATIONS / SCROLL REVEAL
   =========================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }

/* ===========================
   RESPONSIVE
   =========================== */

/* Tablet */
@media (max-width: 1024px) {
  .services-grid   { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(4, 1fr); }
  .why-grid        { grid-template-columns: repeat(2, 1fr); }
  .process-steps   { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .step-connector  { display: none !important; }
  .about-grid      { grid-template-columns: 1fr; gap: 48px; }
  .about-image     { height: 340px; }
  .contact-grid    { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid     { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* Mobile */
@media (max-width: 768px) {
  .section { padding: 64px 0; }

  .hamburger { display: flex; }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
  }
  .nav-links.open { display: flex; }
  .nav-links a    { padding: 12px 16px; width: 100%; }
  .nav-links .btn-nav { margin-left: 0; width: 100%; text-align: center; }

  .hero-stats { gap: 24px; }
  .stat-num   { font-size: 1.8rem; }

  .services-grid   { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid        { grid-template-columns: 1fr; }
  .process-steps   { grid-template-columns: 1fr; gap: 28px; }
  .team-grid       { grid-template-columns: 1fr; }

  .cta-inner { flex-direction: column; text-align: center; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }

  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px 20px; }

  .about-list { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-cta        { flex-direction: column; }
  .hero-cta .btn   { text-align: center; }
}
