#page-audit {
  --audit-ink: #162234;
  --audit-muted: #667585;
  --audit-line: #dfe7ee;
  --audit-surface: #ffffff;
  --audit-surface-soft: #f8fafb;
  --audit-accent: var(--primary);
  --audit-accent-strong: #ec7a2d;
  --audit-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(225, 92, 2, 0.08), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(42, 86, 143, 0.08), transparent 22%),
    linear-gradient(180deg, #f6f8f8 0%, #eef3f1 100%);
  color: var(--audit-ink);
  overflow-x: hidden;
}

#page-audit .audit-hero {
  position: relative;
  padding: 88px 0 52px;
}

#page-audit .audit-hero__gridlines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22,34,52,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22,34,52,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 90%);
  pointer-events: none;
}

#page-audit .audit-hero__shell {
  position: relative;
  z-index: 1;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: var(--audit-shadow);
  backdrop-filter: blur(10px);
}

#page-audit .audit-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 36px;
  align-items: center;
}

#page-audit .audit-hero__eyebrow,
#page-audit .section-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(225, 92, 2, 0.11);
  border: 1px solid rgba(225, 92, 2, 0.16);
  color: var(--audit-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#page-audit .eyebrow-icon svg {
  width: 16px;
  height: 16px;
}

#page-audit .audit-hero h1 {
  margin: 18px 0 0;
  max-width: 11ch;
  font-size: clamp(2.9rem, 5.4vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: var(--audit-ink);
}

#page-audit .audit-hero__lead,
#page-audit .section-header p,
#page-audit .phase-card > p,
#page-audit .deliverable-card p,
#page-audit .guarantee-content p,
#page-audit .faq-item p,
#page-audit .cta-content > p {
  color: var(--audit-muted);
  line-height: 1.7;
}

#page-audit .audit-hero__lead {
  margin: 22px 0 0;
  max-width: 56ch;
  font-size: clamp(1rem, 1.8vw, 1.14rem);
}

#page-audit .audit-hero__pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
  margin-top: 28px;
}

#page-audit .audit-hero__price-box,
#page-audit .trust-item,
#page-audit .phase-card,
#page-audit .deliverable-card,
#page-audit .audience-yes,
#page-audit .audience-no,
#page-audit .faq-item,
#page-audit .cta-box {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}

#page-audit .audit-hero__price-box {
  min-width: 250px;
  padding: 22px 24px;
  border-radius: 22px;
}

#page-audit .price-main {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  color: var(--audit-ink);
}

#page-audit .price-currency {
  margin-top: 10px;
  margin-right: 6px;
  font-size: 1.8rem;
  font-weight: 800;
}

#page-audit .price-amount {
  font-size: clamp(3.4rem, 5vw, 4.4rem);
  letter-spacing: -0.05em;
  font-weight: 900;
}

#page-audit .price-credit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--audit-accent);
  font-size: 0.94rem;
  font-weight: 800;
}

#page-audit .credit-icon {
  width: 18px;
  height: 18px;
}

#page-audit .audit-hero__trust {
  display: grid;
  gap: 10px;
  flex: 1 1 320px;
}

#page-audit .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  color: var(--audit-ink);
  font-size: 0.94rem;
  font-weight: 700;
}

#page-audit .trust-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--audit-accent);
}

#page-audit .audit-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

#page-audit .btn-primary,
#page-audit .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

#page-audit .btn-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--audit-accent-strong), var(--audit-accent));
  box-shadow: 0 20px 34px rgba(225, 92, 2, 0.24);
}

#page-audit .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(225, 92, 2, 0.3);
}

#page-audit .btn-ghost {
  color: var(--audit-ink);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--audit-line);
}

#page-audit .btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 92, 2, 0.24);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

#page-audit .btn-xl {
  min-height: 54px;
  padding: 0 28px;
}

#page-audit .visual-card {
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(225, 92, 2, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(24,35,52,0.98), rgba(34,50,73,0.98));
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
}

#page-audit .visual-card__header {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#page-audit .header-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.32);
}

#page-audit .header-dot:first-child { background: #ef7c2d; }
#page-audit .header-dot:nth-child(2) { background: #f2b04f; }
#page-audit .header-dot:nth-child(3) { background: #4daa9c; }

#page-audit .visual-card__content {
  display: grid;
  gap: 16px;
  padding: 18px;
}

#page-audit .visual-card__intro,
#page-audit .visual-metric,
#page-audit .roadmap-row,
#page-audit .visual-footer {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: rgba(244,247,250,0.88);
}

#page-audit .visual-card__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
}

#page-audit .visual-card__intro strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

#page-audit .visual-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(225, 92, 2, 0.16);
  color: #ffb177;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#page-audit .visual-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#page-audit .visual-metric {
  padding: 16px 14px;
}

#page-audit .visual-metric__index {
  display: block;
  color: #ffb177;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#page-audit .visual-metric strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.35;
}

#page-audit .visual-metric span:last-child {
  display: block;
  margin-top: 6px;
  color: rgba(244,247,250,0.7);
  font-size: 0.82rem;
  line-height: 1.45;
}

#page-audit .visual-roadmap {
  display: grid;
  gap: 10px;
}

#page-audit .roadmap-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
}

#page-audit .roadmap-row__number {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(239,124,45,0.22), rgba(225,92,2,0.18));
  border: 1px solid rgba(239,124,45,0.26);
  color: #fff;
  font-weight: 900;
}

#page-audit .roadmap-row__content strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.35;
}

#page-audit .roadmap-row__content span {
  display: block;
  margin-top: 4px;
  color: rgba(244,247,250,0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

#page-audit .visual-footer {
  padding: 14px 16px;
  color: #ffcfaa;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

#page-audit .audit-included,
#page-audit .audit-deliverables,
#page-audit .audit-audience,
#page-audit .audit-guarantee,
#page-audit .audit-faq,
#page-audit .audit-cta {
  padding: 46px 0;
}

#page-audit .section-header {
  margin-bottom: 34px;
  text-align: center;
}

#page-audit .section-number {
  margin-bottom: 16px;
}

#page-audit .section-header h2 {
  margin: 0;
  color: var(--audit-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  font-weight: 900;
}

#page-audit .section-header p {
  max-width: 62ch;
  margin: 16px auto 0;
  font-size: 1.06rem;
}

#page-audit .phases-grid,
#page-audit .deliverables-grid,
#page-audit .audience-grid {
  display: grid;
  gap: 20px;
}

#page-audit .phases-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#page-audit .deliverables-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#page-audit .audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
  margin: 0 auto;
}

#page-audit .phase-card,
#page-audit .deliverable-card,
#page-audit .audience-yes,
#page-audit .audience-no,
#page-audit .faq-item,
#page-audit .cta-box {
  border-radius: 24px;
}

#page-audit .phase-card {
  position: relative;
  padding: 32px 24px 24px;
}

#page-audit .phase-card:hover,
#page-audit .deliverable-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
}

#page-audit .phase-number {
  position: absolute;
  top: -16px;
  left: 24px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--audit-accent-strong), var(--audit-accent));
  box-shadow: 0 16px 26px rgba(225, 92, 2, 0.22);
  color: #fff;
  font-weight: 900;
}

#page-audit .phase-duration {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(225, 92, 2, 0.1);
  color: var(--audit-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#page-audit .phase-card h3,
#page-audit .deliverable-card h3,
#page-audit .guarantee-content h2,
#page-audit .cta-content h2 {
  margin: 16px 0 10px;
  color: var(--audit-ink);
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 800;
}

#page-audit .phase-items,
#page-audit .audience-yes ul,
#page-audit .audience-no ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

#page-audit .phase-items li,
#page-audit .audience-yes li,
#page-audit .audience-no li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  color: var(--audit-ink);
  border-top: 1px solid var(--audit-line);
  line-height: 1.55;
}

#page-audit .phase-items li:first-child,
#page-audit .audience-yes li:first-child,
#page-audit .audience-no li:first-child {
  border-top: none;
}

#page-audit .phase-items svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  color: var(--audit-accent);
}

#page-audit .audit-deliverables {
  background: rgba(255,255,255,0.26);
}

#page-audit .deliverable-card {
  padding: 28px 22px;
  text-align: left;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

#page-audit .deliverable-icon,
#page-audit .guarantee-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--audit-accent-strong), var(--audit-accent));
  box-shadow: 0 18px 28px rgba(225, 92, 2, 0.2);
}

#page-audit .deliverable-icon svg,
#page-audit .guarantee-icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

#page-audit .deliverable-card h3 {
  margin-top: 18px;
  font-size: 1.18rem;
}

#page-audit .audience-yes,
#page-audit .audience-no {
  padding: 28px 24px;
}

#page-audit .audience-yes {
  background: linear-gradient(180deg, rgba(225,92,2,0.12), rgba(255,255,255,0.88));
  border-color: rgba(225, 92, 2, 0.22);
}

#page-audit .audience-no {
  background: linear-gradient(180deg, rgba(22,34,52,0.03), rgba(255,255,255,0.88));
}

#page-audit .audience-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--audit-ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#page-audit .audience-label--yes { color: var(--audit-accent); }
#page-audit .audience-label--no { color: var(--audit-ink); }

#page-audit .audience-label svg {
  width: 18px;
  height: 18px;
}

#page-audit .audit-guarantee {
  padding-top: 18px;
}

#page-audit .guarantee-box {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  max-width: 860px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(225, 92, 2, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(24,35,52,0.98), rgba(34,50,73,0.98));
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.16);
}

#page-audit .guarantee-content h2,
#page-audit .guarantee-content p,
#page-audit .guarantee-highlight {
  color: #fff;
}

#page-audit .guarantee-content p {
  margin: 0;
  color: rgba(244,247,250,0.78);
}

#page-audit .guarantee-highlight {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ffcfaa;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

#page-audit .faq-list {
  max-width: 820px;
  margin: 0 auto;
}

#page-audit .faq-item {
  margin-bottom: 12px;
  overflow: hidden;
}

#page-audit .faq-item summary {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--audit-ink);
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

#page-audit .faq-item summary::after {
  content: "+";
  color: var(--audit-accent);
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.24s ease;
}

#page-audit .faq-item[open] summary::after {
  transform: rotate(45deg);
}

#page-audit .faq-item p {
  margin: 0;
  padding: 0 24px 22px;
}

#page-audit .audit-cta {
  padding-bottom: 86px;
}

#page-audit .cta-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 34px 28px;
  text-align: center;
}

#page-audit .cta-price {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 26px;
  padding: 18px 26px;
  border-radius: 20px;
  background: var(--audit-surface-soft);
  border: 1px solid var(--audit-line);
}

#page-audit .cta-price__amount {
  color: var(--audit-ink);
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

#page-audit .cta-price__credit,
#page-audit .cta-note {
  color: var(--audit-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

#page-audit .cta-price__credit {
  margin-top: 8px;
  color: var(--audit-accent);
  font-weight: 800;
}

#page-audit .cta-note {
  margin: 16px 0 0;
}

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

@media (max-width: 980px) {
  #page-audit .audit-hero__grid,
  #page-audit .phases-grid,
  #page-audit .audience-grid {
    grid-template-columns: 1fr;
  }

  #page-audit .visual-metrics {
    grid-template-columns: 1fr;
  }

  #page-audit .guarantee-box {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #page-audit .audit-hero {
    padding: 74px 0 38px;
  }

  #page-audit .audit-hero__shell,
  #page-audit .cta-box,
  #page-audit .guarantee-box {
    padding: 24px;
  }

  #page-audit .audit-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }

  #page-audit .deliverables-grid {
    grid-template-columns: 1fr;
  }

  #page-audit .roadmap-row {
    grid-template-columns: 36px 1fr;
  }

  #page-audit .roadmap-row__number {
    width: 36px;
    height: 36px;
  }
}
