/* NM Commercial — static HTML/CSS site */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --navy: #0b1f3a;
  --navy-deep: #071526;
  --navy-mid: #143154;
  --steel: #1b4f8a;
  --steel-hover: #163f6e;
  --steel-soft: #e8eef5;
  --slate: #4b5563;
  --industrial-soft: #f3f4f6;
  --surface: #f7f8fa;
  --white: #ffffff;
  --accent: #1b4f8a;
  --accent-hover: #163f6e;
  --accent-soft: #e8eef5;
  --accent-muted: #9eb6d1;
  --border: #d5dae2;
  --text: #0b1f3a;
  --text-muted: #4b5563;
  --font-heading: "IBM Plex Sans", system-ui, sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

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

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

::selection { background: var(--accent-soft); color: var(--navy); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.container-site { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.container-narrow { width: min(100% - 2rem, 48rem); margin-inline: auto; }
.section-pad { padding-block: clamp(3.5rem, 6vw, 5.5rem); }

.prose-nm p + p { margin-top: 1rem; }
.prose-nm ul { margin-top: 1rem; padding-left: 1.25rem; list-style: disc; }
.prose-nm li + li { margin-top: 0.5rem; }

.text-muted { color: var(--text-muted); }
.text-navy { color: var(--navy); }
.text-white { color: var(--white); }
.text-accent { color: var(--accent); }
.bg-white { background: var(--white); }
.bg-surface { background: var(--surface); }
.bg-navy { background: var(--navy); }
.bg-navy-deep { background: var(--navy-deep); }

.eyebrow {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.eyebrow-light { color: var(--accent-muted); }

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--navy);
  margin: 0.5rem 0 0;
}

.section-desc {
  margin-top: 1rem;
  color: var(--text-muted);
  max-width: 42rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  text-align: center;
}

.btn-lg { padding: 0.75rem 1.5rem; font-size: 1rem; }
.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.btn-outline { background: transparent; color: var(--navy); border-color: rgba(11, 31, 58, 0.3); }
.btn-outline:hover { border-color: var(--navy); background: var(--white); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.btn-block { width: 100%; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: var(--white);
  transition: border-color 0.2s, background 0.2s;
}

.site-header.is-scrolled {
  border-color: var(--border);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
}

.top-bar {
  display: none;
  border-bottom: 1px solid var(--border);
  background: var(--navy);
  color: var(--white);
  font-size: 0.875rem;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.top-bar a { color: rgba(255,255,255,0.85); }
.top-bar a:hover { color: var(--accent-muted); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 4rem;
}

@media (min-width: 768px) { .header-inner { height: 4.5rem; } }

.logo-link { display: inline-flex; flex-shrink: 0; }
.logo-img { height: 2.25rem; width: auto; object-fit: contain; object-position: left; }
@media (min-width: 768px) { .logo-img { height: 2.5rem; } }

.logo-light { display: inline-flex; align-items: center; gap: 0.75rem; }
.logo-light .logo-icon { height: 2.5rem; width: auto; flex-shrink: 0; display: block; }
.logo-light .logo-text { line-height: 1.2; }
.logo-light .logo-name { display: block; font-family: var(--font-heading); font-weight: 700; font-size: 1.125rem; color: var(--white); }
.logo-light .logo-sub { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.7); }

.nav-desktop { display: none; align-items: center; gap: 0.25rem; }
.nav-desktop a, .nav-desktop button {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  border: none;
  background: none;
  cursor: pointer;
}
.nav-desktop a:hover, .nav-desktop button:hover { background: var(--industrial-soft); }

.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.25rem;
  width: 20rem;
  padding: 0.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 2px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: none;
}
.nav-dropdown.is-open .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.nav-dropdown-menu a:first-child { font-weight: 600; color: var(--navy); }
.nav-dropdown-menu a:hover { background: var(--industrial-soft); color: var(--navy); }

.header-actions { display: flex; align-items: center; gap: 0.5rem; }
.btn-header { display: none; }
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--border);
  background: var(--white);
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
.mobile-nav.is-open { display: block; }
.mobile-nav a {
  display: block;
  padding: 0.75rem;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--navy);
}
.mobile-nav a:hover { background: var(--industrial-soft); }
.mobile-nav .sub a { padding-left: 1.5rem; font-size: 0.875rem; font-weight: 400; color: var(--text-muted); }
.mobile-nav-footer { margin-top: 0.75rem; padding-top: 1rem; border-top: 1px solid var(--border); }

@media (min-width: 640px) { .btn-header { display: inline-flex; } }
@media (min-width: 1024px) {
  .top-bar { display: block; }
  .nav-desktop { display: flex; }
  .menu-toggle { display: none; }
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--navy-mid);
  background: var(--navy-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.footer-col h2 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-muted);
}

.footer-col ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.footer-col li + li { margin-top: 0.625rem; }
.footer-col a { font-size: 0.875rem; color: rgba(255,255,255,0.75); }
.footer-col a:hover { color: var(--white); }

.footer-contact li { font-size: 0.875rem; color: rgba(255,255,255,0.8); }
.footer-contact a { display: inline-flex; align-items: flex-start; gap: 0.5rem; }
.footer-contact a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  background: var(--navy);
  text-align: center;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
}

.footer-bottom p + p { margin-top: 0.375rem; }
.footer-bottom a { color: rgba(255,255,255,0.85); }
.footer-bottom a:hover { color: var(--white); text-decoration: underline; }

.aksoy-brand {
  display: inline-block;
  font-weight: 600;
  background-image: linear-gradient(90deg, #9a9ae6 0%, #7ee8d5 35%, #9a9ae6 65%, #7ee8d5 100%);
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 5px #9a9ae6a6) drop-shadow(0 0 10px #7ee8d573);
  animation: aksoy-gradient-shift 4s ease-in-out infinite;
}
.aksoy-brand:hover { animation-duration: 2s; }

@keyframes aksoy-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }

/* Breadcrumbs */
.breadcrumbs { margin-bottom: 1.5rem; font-size: 0.875rem; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.breadcrumbs li { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.7); }
.breadcrumbs a { color: rgba(255,255,255,0.7); }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs .sep { opacity: 0.5; }

/* Page hero */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(7,21,38,0.92), rgba(7,21,38,0.78), rgba(11,31,58,0.55));
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding-block: 3.5rem;
}

@media (min-width: 768px) { .page-hero-content { padding-block: 5rem; } }

.page-hero h1 {
  max-width: 56rem;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  margin: 0;
}

.page-hero .lead {
  margin-top: 1.25rem;
  max-width: 48rem;
  font-size: 1.125rem;
  color: rgba(255,255,255,0.8);
}

/* Hero slider */
.hero-slider {
  position: relative;
  isolation: isolate;
  min-height: min(88vh, 52rem);
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.hero-slide.is-active { opacity: 1; pointer-events: auto; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide-overlay-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(7,21,38,0.92), rgba(7,21,38,0.75), rgba(11,31,58,0.35));
}

.hero-slide-overlay-2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,21,38,0.7), transparent, rgba(7,21,38,0.2));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: min(88vh, 52rem);
  padding-bottom: 5rem;
  padding-top: 9rem;
}

@media (min-width: 768px) {
  .hero-content { padding-bottom: 6rem; padding-top: 7rem; }
}

.hero-content h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: var(--white);
  margin: 0;
  max-width: 48rem;
}

.hero-content .lead {
  margin-top: 1.25rem;
  max-width: 42rem;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  color: rgba(255,255,255,0.85);
}

.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

.hero-controls-wrap {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  z-index: 3;
}

.hero-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-dots { display: flex; align-items: center; gap: 0.5rem; }
.hero-dot {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
}
.hero-dot.is-active { width: 2rem; background: var(--white); }
.hero-dot:hover { background: rgba(255,255,255,0.7); }

.hero-nav-btns { display: flex; gap: 0.5rem; }
.hero-nav-btn {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(11,31,58,0.5);
  color: var(--white);
  border-radius: 2px;
  cursor: pointer;
}
.hero-nav-btn:hover { background: rgba(11,31,58,0.8); }

.hero-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Stats */
.stats-bar {
  border-bottom: 1px solid var(--border);
  background: var(--white);
  padding: 2rem 0;
}

.stats-grid {
  display: grid;
  gap: 1.5rem;
}

.stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.stat-value {
  margin-top: 0.25rem;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
}

@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(3, 1fr); } }

/* Grids */
.grid-2 { display: grid; gap: 1.25rem; }
.grid-3 { display: grid; gap: 1.25rem; }
.grid-cards { display: grid; gap: 1.5rem; }

@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .grid-cards-3 { grid-template-columns: repeat(3, 1fr); } }

.split-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .split-header { flex-direction: row; align-items: flex-end; justify-content: space-between; }
}

/* Cards */
.card-border {
  border: 1px solid var(--border);
  background: var(--surface);
}

.why-card {
  border-left: 2px solid var(--accent);
  background: var(--white);
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.why-card h3 { margin: 1rem 0 0; font-size: 1.125rem; color: var(--navy); }
.why-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--text-muted); }

.service-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: border-color 0.2s;
}
.service-card:hover { border-color: var(--accent); }

.service-card-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.service-card:hover .service-card-img img { transform: scale(1.02); }

.service-card-body { padding: 1.25rem; }
.service-card h3 { font-size: 1.25rem; color: var(--navy); margin: 0; transition: color 0.2s; }
.service-card:hover h3 { color: var(--accent); }
.service-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--text-muted); }
.service-card .link-arrow { margin-top: 1rem; font-size: 0.875rem; font-weight: 600; color: var(--accent); }

.industry-link {
  display: block;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  padding: 1.25rem;
  transition: background 0.2s;
}
.industry-link:hover { background: rgba(255,255,255,0.1); }
.industry-link h3 { font-size: 1.125rem; color: var(--white); margin: 0; }
.industry-link p { margin-top: 0.5rem; font-size: 0.875rem; color: rgba(255,255,255,0.7); }

.process-step {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1.25rem;
}

.process-step .num {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.process-step h3 { margin: 0.75rem 0 0; font-size: 1.125rem; color: var(--navy); }
.process-step p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--text-muted); }

/* Image blocks */
.img-cover {
  position: relative;
  overflow: hidden;
}

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-16-10 { aspect-ratio: 16 / 10; }
.aspect-4-3 { aspect-ratio: 4 / 3; }
.aspect-16-9 { aspect-ratio: 16 / 9; }
.aspect-16-11 { aspect-ratio: 16 / 11; }

/* CTA band */
.cta-band {
  background: var(--navy);
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.cta-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .cta-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

.cta-inner h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--white);
  margin: 0;
  max-width: 42rem;
}

.cta-inner p { margin-top: 1rem; color: rgba(255,255,255,0.8); max-width: 42rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Service page layout */
.content-split {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) { .content-split { grid-template-columns: 1.4fr 0.8fr; } }

.sidebar-box {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1.5rem;
  border-radius: 2px;
}

.sidebar-box h2 { font-size: 1.125rem; color: var(--navy); margin: 0; }

.check-list { list-style: none; margin: 1rem 0 0; padding: 0; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

.check-icon { flex-shrink: 0; width: 1rem; height: 1rem; color: var(--accent); margin-top: 0.125rem; }

.benefit-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}

.industry-tags {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) { .industry-tags { grid-template-columns: repeat(2, 1fr); } }

.industry-tag {
  border: 1px solid var(--border);
  background: var(--white);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy);
}

/* FAQ */
.faq-section { background: var(--surface); }
.faq-list { margin-top: 2rem; }
.faq-item {
  border: 1px solid var(--border);
  background: var(--white);
  padding: 1.25rem 1.5rem;
}
.faq-item + .faq-item { margin-top: 0.75rem; }
.faq-item h3 { font-size: 1.0625rem; color: var(--navy); margin: 0; }
.faq-item p { margin-top: 0.75rem; font-size: 0.9375rem; color: var(--text-muted); }

/* Form */
.form-box {
  border: 1px solid var(--border);
  background: var(--white);
  padding: 1.5rem;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

@media (min-width: 768px) { .form-box { padding: 2rem; } }

.form-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) { .form-grid { grid-template-columns: repeat(2, 1fr); } }

.form-field label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.form-field .req { color: var(--accent); }

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
}

.form-field textarea { resize: vertical; min-height: 8rem; }

.form-field.full { grid-column: 1 / -1; }

.form-success { padding: 2rem; }

/* Contact list */
.contact-list { list-style: none; margin: 2rem 0 0; padding: 0; }
.contact-list li + li { margin-top: 1rem; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--accent);
  flex-shrink: 0;
}

.contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.contact-value {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--navy);
}

/* Table */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); background: var(--white); }
.data-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 0.875rem; text-align: left; }
.data-table thead { background: var(--navy); color: var(--white); }
.data-table th { padding: 0.75rem 1rem; font-family: var(--font-heading); }
.data-table td { padding: 0.75rem 1rem; border-top: 1px solid var(--border); }

/* Industry alternating */
.industry-row {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .industry-row { grid-template-columns: repeat(2, 1fr); }
  .industry-row.reverse .industry-img { order: 2; }
  .industry-row.reverse .industry-text { order: 1; }
}

.industry-row h2 { font-size: 1.875rem; color: var(--navy); margin: 0.5rem 0 0; }
.industry-row .summary { margin-top: 1rem; font-size: 1.125rem; color: var(--text-muted); }

/* Service list horizontal */
.service-row {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}
.service-row:hover { border-color: var(--accent); }

@media (min-width: 768px) { .service-row { grid-template-columns: 0.9fr 1.1fr; } }

.service-row-img { position: relative; min-height: 11rem; }
.service-row-img img { width: 100%; height: 100%; object-fit: cover; }

.service-row-body { padding: 1.5rem; }
.service-row h2 { font-size: 1.25rem; color: var(--navy); margin: 0; transition: color 0.2s; }
.service-row:hover h2 { color: var(--accent); }

/* Utilities */
.dashed-box {
  border: 1px dashed var(--border);
  background: var(--white);
  padding: 1.5rem;
  color: var(--text-muted);
  font-size: 0.875rem;
}

.hidden-sm { display: none; }
@media (min-width: 640px) { .hidden-sm { display: inline-flex; } }

.icon { width: 1rem; height: 1rem; flex-shrink: 0; }

.related-grid { display: grid; gap: 1rem; margin-top: 2rem; }
@media (min-width: 768px) { .related-grid { grid-template-columns: repeat(3, 1fr); } }

.related-card {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1.25rem;
  transition: border-color 0.2s;
}
.related-card:hover { border-color: var(--accent); }
.related-card h3 { font-size: 1.125rem; color: var(--navy); margin: 0; }
.related-card:hover h3 { color: var(--accent); }
.related-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--text-muted); }

.credits-list { margin-top: 2rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.credits-list li { padding: 1rem 0; border-bottom: 1px solid var(--border); font-size: 0.875rem; }
.credits-list li:last-child { border-bottom: none; }

.process-list { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.process-list li {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .process-list li { grid-template-columns: 6rem 1fr; align-items: start; }
}

.process-list .step-num {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--accent);
}

.process-list h2 { font-size: 1.5rem; color: var(--navy); margin: 0; }

.contact-split {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) { .contact-split { grid-template-columns: 0.85fr 1.15fr; } }

.tool-card { overflow: hidden; border: 1px solid var(--border); background: var(--surface); }
.tool-card-body { padding: 1.25rem; }
.tool-card h2 { font-size: 1.25rem; color: var(--navy); margin: 0; }
.tool-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--text-muted); }

blockquote.testimonial {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1.5rem;
  margin: 0;
}

blockquote.testimonial p { font-size: 1.125rem; color: var(--navy); }
blockquote.testimonial footer { margin-top: 1rem; font-size: 0.875rem; color: var(--text-muted); }
