﻿/* Page-specific styles for staff-augmentation.html (security audit services) */

.audit-hero {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(95, 210, 255, 0.2), transparent 28%),
    linear-gradient(112deg, rgba(6, 18, 44, 0.94) 0%, rgba(5, 45, 94, 0.82) 44%, rgba(5, 120, 164, 0.54) 100%),
    url('/public/images/cybersecurity-data-protection-concept-futuristic-shield-lock-scaled.jpg') center center/cover no-repeat;
}

.audit-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 15, 34, 0.9) 0%, rgba(7, 15, 34, 0.72) 38%, rgba(7, 15, 34, 0.18) 100%);
  z-index: 1;
}

.audit-hero > .container {
  position: relative;
  z-index: 2;
}

.audit-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 2rem;
  align-items: center;
  padding: 5.4rem 0 4.8rem;
}

.audit-hero-copy {
  max-width: 46rem;
}

.audit-badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audit-badge {
  color: #dff7ff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}

.audit-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.04;
}

.audit-hero-copy .hero-subtitle {
  margin-top: 1.25rem;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.75;
}

.audit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.audit-hero-actions .btn {
  border-radius: 999px;
  padding: 0.92rem 1.55rem;
  font-weight: 700;
}

.audit-hero-actions .btn-primary {
  box-shadow: 0 16px 36px rgba(3, 19, 43, 0.35);
}

.audit-hero-actions .btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.audit-hero-panel {
  display: flex;
  justify-content: flex-end;
}

.audit-panel-card {
  width: 100%;
  max-width: 420px;
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(248, 252, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 48px rgba(4, 14, 34, 0.26);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.audit-panel-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1579aa;
}

.audit-panel-card h2 {
  margin: 0.65rem 0 1.2rem;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #08213f;
}

.audit-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.audit-panel-item {
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8fd 100%);
  border: 1px solid rgba(8, 33, 63, 0.08);
}

.audit-panel-item strong {
  display: block;
  color: #08213f;
  font-size: 0.98rem;
}

.audit-panel-item span {
  display: block;
  margin-top: 0.4rem;
  color: #5b7088;
  line-height: 1.55;
  font-size: 0.92rem;
}

.audit-trust-strip {
  position: relative;
  margin-top: -3rem;
  z-index: 3;
}

.audit-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.audit-trust-item {
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(8, 33, 63, 0.08);
  box-shadow: 0 16px 32px rgba(10, 27, 52, 0.08);
}

.audit-trust-item strong {
  display: block;
  color: #08213f;
  font-size: 0.98rem;
}

.audit-trust-item span {
  display: block;
  margin-top: 0.45rem;
  color: #60748b;
  line-height: 1.6;
  font-size: 0.94rem;
}

.audit-page {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background:
    radial-gradient(circle at top left, rgba(184, 230, 246, 0.28), transparent 20%),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 18%, #f8fbfd 100%);
}

.audit-page-layout {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}

.audit-intro-split,
.audit-section,
.audit-section-emphasis,
.audit-benefits-band,
.audit-callout {
  border-radius: 28px;
}

.audit-intro-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.6rem;
  align-items: stretch;
}

.audit-intro-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(11, 30, 53, 0.14);
}

.audit-intro-copy,
.audit-section {
  background: #fff;
  border: 1px solid rgba(8, 33, 63, 0.08);
  box-shadow: 0 14px 34px rgba(11, 30, 53, 0.08);
}

.audit-intro-copy {
  padding: 2rem;
}

.section-kicker {
  margin-bottom: 1rem;
  background: rgba(5, 120, 164, 0.08);
  color: #0d6e96;
}

.section-kicker-light {
  color: #dff7ff;
  background: rgba(255, 255, 255, 0.12);
}



.audit-intro-copy h2,
.audit-section h2,
.audit-section-emphasis h2,
.audit-benefits-band h2 {
  margin: 0 0 1rem;
  color: #08213f;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.15;
}

.audit-intro-copy p,
.audit-section p,
.audit-section-emphasis p,
.audit-benefits-band p,
.deliverable-card p,
.process-step p {
  color: #4f647a;
  line-height: 1.8;
  font-size: 1.02rem;
}

.inline-cta {
  display: inline-flex;
  margin-top: 0.5rem;
  font-weight: 700;
  color: #0d6e96;
  text-decoration: none;
}

.inline-cta:hover {
  text-decoration: underline;
}

.audit-section {
  padding: 2.35rem;
}

.audit-section-emphasis {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.6rem;
  padding: 2rem;
  background: linear-gradient(135deg, #08213f 0%, #0f4d7b 55%, #158bb7 100%);
  box-shadow: 0 22px 42px rgba(8, 33, 63, 0.18);
}

.audit-section-emphasis h2,
.audit-section-emphasis p {
  color: #fff;
}

.audit-section-emphasis-list {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.emphasis-list-item {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #f5fbff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 600;
  line-height: 1.55;
}

.section-intro {
  margin-bottom: 1.2rem;
}

.audit-card-grid,
.deliverables-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.audience-section-top {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.8rem;
}

.audience-section-copy p {
  max-width: 58ch;
  margin-bottom: 0;
}

.audience-section-media {
  justify-self: end;
  width: 100%;
}

.audience-section-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  border: 1px solid rgba(8, 33, 63, 0.08);
  box-shadow: 0 18px 40px rgba(9, 33, 63, 0.12);
}

.audit-card,
.deliverable-card,
.audience-card,
.process-step {
  padding: 1.4rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(8, 33, 63, 0.08);
}

.audit-card-number,
.process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(13, 110, 150, 0.1);
  color: #0d6e96;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.audit-card h3,
.deliverable-card h3,
.process-step h3 {
  margin: 1rem 0 0.75rem;
  color: #08213f;
  font-size: 1.18rem;
}

.audit-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.audit-benefits-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.6rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
  background: linear-gradient(135deg, #eef8fd 0%, #ffffff 50%, #f4fbff 100%);
  border: 0;
  box-shadow: 0 16px 34px rgba(11, 30, 53, 0.08);
}

.audit-benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-content: flex-start;
}

.benefit-pill {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(8, 33, 63, 0.08);
  color: #24435f;
  font-weight: 600;
  line-height: 1.55;
}

.audience-card {
  display: flex;
  align-items: center;
  min-height: 104px;
  color: #24435f;
  font-weight: 600;
  line-height: 1.55;
}

.audience-card-wide {
  grid-column: 1 / -1;
}

.audit-callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #08213f 0%, #0d5b86 100%);
}

.audit-callout h3,
.audit-callout p {
  color: #fff;
  margin-top: 0;
}

.audit-callout .btn {
  border-radius: 999px;
  white-space: nowrap;
}

.audit-faq-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.2rem 0 2rem;
  background: transparent;
  border: 0;
}

.audit-faq-section .section-kicker {
  display: none;
}

.audit-faq-section h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.03em;
}

.faq-list {
  display: grid;
  gap: 1rem;
  counter-reset: faq-counter;
  width: 100%;
}

.faq-item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1.5px solid rgba(98, 164, 230, 0.45);
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item[open] {
  border-color: rgba(43, 122, 226, 0.55);
  box-shadow: 0 10px 30px rgba(14, 63, 124, 0.08);
}

.faq-item summary {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  padding: 1.45rem 5.5rem 1.45rem 1.35rem;
  font-weight: 800;
  color: #0a1e39;
  font-size: 1rem;
  line-height: 1.45;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  counter-increment: faq-counter;
  content: counter(faq-counter) ". ";
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(98, 164, 230, 0.7);
  color: #1670d1;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  background: #f7fbff;
}

.faq-item[open] summary::after {
  content: "×";
  background: #1670d1;
  border-color: #1670d1;
  color: #ffffff;
}

.faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.35rem;
  color: #314b68;
  line-height: 1.75;
  font-size: 1rem;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .audit-hero-layout,
  .audit-intro-split,
  .audit-section-emphasis,
  .audit-benefits-band {
    grid-template-columns: 1fr;
  }

  .audit-trust-grid,
  .audit-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-section-top {
    grid-template-columns: 1fr;
  }

  .audience-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .audit-hero {
    min-height: auto;
  }

  .audit-hero-layout {
    padding: 4.5rem 0 4rem;
  }

  .audit-hero-panel {
    justify-content: center;
  }

  .audit-panel-card {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.35rem;
  }

  .audit-panel-eyebrow,
  .audit-panel-card h2 {
    text-align: center;
  }

  .audit-panel-item {
    text-align: center;
  }

  .audit-trust-strip {
    margin-top: -1.5rem;
  }

  .audit-card-grid,
  .deliverables-grid,
  .audience-grid,
  .audit-trust-grid,
  .audit-process-grid,
  .audit-panel-grid {
    grid-template-columns: 1fr;
  }

  .audit-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .audit-section,
  .audit-intro-copy,
  .audit-section-emphasis,
  .audit-benefits-band {
    padding: 1.4rem;
  }

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

body {
  background: #ffffff;
}

.audit-hero .container,
.audit-trust-strip .container,
.audit-page .container {
  max-width: 1200px;
}

.audit-page {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}

.audit-page .service-details,
.audit-page-layout {
  width: 100%;
  max-width: 1200px;
}

.audit-page .audit-section,
.audit-page .audit-intro-copy,
.audit-page .audit-benefits-band,
.audit-page .audit-section-emphasis {
  box-shadow: none;
}

.audit-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  position: relative;
  --audit-progress: 0;
}

.audit-process-grid::before,
.audit-process-grid::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  bottom: 1.2rem;
  width: 4px;
  border-radius: 999px;
  pointer-events: none;
}

.audit-process-grid::before {
  background: rgba(13, 110, 150, 0.1);
}

.audit-process-grid::after {
  background: linear-gradient(180deg, #0d6e96 0%, #2bc0dd 100%);
  transform-origin: top;
  transform: scaleY(var(--audit-progress));
}

.audit-page .process-step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 33, 63, 0.1);
  box-shadow: 0 12px 28px rgba(8, 33, 63, 0.08);
  opacity: 0.58;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
  will-change: opacity, transform;
}

.audit-page .process-step:hover {
  transform: none;
  box-shadow: 0 14px 30px rgba(8, 33, 63, 0.1);
}

.process-step-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.audit-page .process-step-number {
  flex: 0 0 auto;
  min-width: 88px;
  padding: 0.8rem 0.95rem;
  line-height: 1.2;
  background: linear-gradient(135deg, #0d6e96 0%, #2bc0dd 100%);
  color: #ffffff;
}

.audit-page .process-step h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
}

.audit-page .process-step p {
  margin: 0;
}

.audit-page .process-step.is-active,
.audit-page .process-step.is-complete {
  opacity: 1;
  transform: translateY(0);
}

.audit-page .process-step.is-active {
  border-color: rgba(13, 110, 150, 0.28);
  background: #f9fcff;
  box-shadow: 0 18px 38px rgba(8, 33, 63, 0.14);
}

.audit-page .process-step.is-complete {
  border-color: rgba(13, 110, 150, 0.16);
  background: #ffffff;
}

@media (max-width: 1080px) {
  .audit-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .audit-process-grid::before,
  .audit-process-grid::after {
    display: none;
  }

  .process-step-header {
    flex-direction: column;
    gap: 0.85rem;
  }

  .audit-page .process-step-number {
    min-width: 74px;
    width: fit-content;
  }
}

/* Modern alignment refinements */
.audit-page .audit-section-emphasis {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2.4rem;
  align-items: center;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  padding-left: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
  overflow: hidden;
  background: linear-gradient(90deg, #0a2444 0%, #0e4a73 52%, #1380a8 100%);
}

.audit-page .audit-section-emphasis::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 30%);
  pointer-events: none;
}

.audit-section-emphasis-copy,
.audit-section-emphasis-list {
  position: relative;
  z-index: 1;
}

.audit-section-emphasis-copy {
  max-width: 700px;
}

.audit-page .audit-section-emphasis h2 {
  max-width: 16ch;
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2.45vw, 2.55rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.audit-page .audit-section-emphasis p {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.78;
}

.audit-page .audit-section-emphasis-list {
  display: grid;
  gap: 0.85rem;
  counter-reset: audit-pill;
  padding-top: 0.2rem;
}

.audit-page .emphasis-list-item {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 0.95rem 1rem 0.95rem 4.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  color: #f7fcff;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.45;
}

.audit-page .emphasis-list-item::before {
  counter-increment: audit-pill;
  content: "0" counter(audit-pill);
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dff7ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

#audit-process {
  padding: 2.4rem 2.6rem 2.8rem;
}

#audit-process .section-kicker,
#audit-process h2,
#audit-process .section-intro {
  text-align: center;
}

#audit-process .section-intro {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

#audit-process .audit-process-grid {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin: 2rem auto 0;
  gap: 1rem;
  padding-left: 3.4rem;
}

#audit-process .audit-process-grid::before,
#audit-process .audit-process-grid::after {
  left: 1.06rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 3px;
}

#audit-process .process-step {
  position: relative;
  gap: 0.9rem;
  padding: 1.25rem 1.35rem 1.25rem 1.4rem;
  border-radius: 24px;
  opacity: 0.72;
  transform: translateY(12px);
}

#audit-process .process-step::before {
  content: "";
  position: absolute;
  left: calc(-3.4rem + 1.06rem - 11px + 1.5px);
  top: 1.55rem;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #d7e8f2;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(13, 110, 150, 0.12);
}

#audit-process .process-step.is-active::before,
#audit-process .process-step.is-complete::before {
  background: #0d6e96;
}

#audit-process .process-step-header {
  align-items: center;
  gap: 1.1rem;
}

#audit-process .process-step-number {
  min-width: 82px;
  padding: 0.7rem 0.85rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6e96 0%, #2bc0dd 100%);
  color: #ffffff;
}

#audit-process .process-step h3 {
  font-size: 1.22rem;
  line-height: 1.25;
}

#audit-process .process-step p {
  padding-left: 0.05rem;
  color: #5a6d81;
}

#audit-process .process-step.is-active {
  transform: translateY(0);
  border-color: rgba(13, 110, 150, 0.22);
  box-shadow: 0 18px 36px rgba(8, 33, 63, 0.12);
}

#audit-process .process-step.is-complete {
  transform: translateY(0);
  opacity: 0.94;
}

#audit-process .process-step.is-active .process-step-number,
#audit-process .process-step.is-complete .process-step-number {
  background: #eef7fb;
  color: #0d6e96;
}

@media (prefers-reduced-motion: reduce) {
  .audit-page .process-step,
  #audit-process .process-step,
  .audit-process-grid::after {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .audit-page .audit-section-emphasis {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  .audit-page .audit-section-emphasis h2 {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .audit-page .audit-section-emphasis,
  #audit-process {
    padding: 1.5rem;
  }

  .audit-page .audit-section-emphasis {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px;
  }

  .audit-benefits-band {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px;
  }

  .audit-page .audit-section-emphasis h2 {
    font-size: clamp(1.85rem, 7vw, 2.6rem);
  }

  .audit-page .emphasis-list-item {
    min-height: auto;
    padding: 0.95rem 1rem 0.95rem 3.8rem;
  }

  .audit-page-layout {
    gap: 2rem;
  }

  .audience-section-top {
    gap: 1rem;
    margin-bottom: 1.2rem;
  }

  .audience-section-media img {
    height: 240px;
  }

  #audit-process .audit-process-grid {
    padding-left: 0;
    margin-top: 1.5rem;
  }

  #audit-process .audit-process-grid::before,
  #audit-process .audit-process-grid::after,
  #audit-process .process-step::before {
    display: none;
  }

  #audit-process .process-step {
    opacity: 1;
    transform: none;
  }

  #audit-process .process-step-header {
    align-items: flex-start;
  }
}
