.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  z-index: 9999;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border: 1px solid #ddd;
}

.hero-audit {
  padding: 130px 0 80px;
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.hero-audit h1 {
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #222;
  text-transform: none;
}

.hero-audit .lead {
  font-size: 20px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 24px;
  font-weight: 300;
}

.audit-bullets,
.audit-checklist,
.audit-targets,
.audit-microtrust,
.audit-files-list,
.audit-steps,
.audit-mini-list,
.audit-problems-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.audit-bullets li,
.audit-problems-list li,
.audit-checklist li,
.audit-targets li,
.audit-mini-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #374151;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}

.audit-bullets li:before,
.audit-problems-list li:before,
.audit-checklist li:before,
.audit-targets li:before,
.audit-mini-list li:before {
  content: "\f121";
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  top: 1px;
  color: #02bdd5;
  font-size: 18px;
}

.audit-problems-list li:before {
  content: "\f2bf";
  color: #ef4444;
}

.hero-cta-wrap {
  margin-top: 28px;
}

.hero-cta-wrap .btn {
  margin: 0 10px 12px 0;
  min-width: 220px;
}

.audit-microtrust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
}

.audit-microtrust li {
  font-size: 13px;
  color: #4b5563;
  padding: 6px 10px;
  border: 1px solid #dbe3ea;
  border-radius: 20px;
  background: #fff;
}

.audit-quick-answer {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 5px solid #02bdd5;
  padding: 26px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.audit-quick-answer .label-inline {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #02bdd5;
}

.audit-quick-answer p {
  margin-bottom: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
}

.pages.audit-section {
  padding: 76px 0;
}

.audit-section.alt {
  background: #f8fafc;
}

.audit-card,
.audit-target-card,
.audit-box,
.audit-result-card,
.audit-step-card,
.audit-proof-card,
.audit-final-cta {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  height: 100%;
}

.audit-card h3,
.audit-target-card h3,
.audit-box h3,
.audit-result-card h3,
.audit-step-card h3,
.audit-proof-card h3,
.audit-final-cta h2,
.audit-upload-content h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #111827;
  text-transform: none;
}

.audit-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 189, 213, 0.12);
  color: #02bdd5;
  font-size: 26px;
  margin-bottom: 16px;
}

.audit-target-grid,
.audit-result-grid,
.audit-proof-grid {
  margin-top: 26px;
}

.audit-price-box {
  background: #0f172a;
  color: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.audit-price-box .eyebrow {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .75;
  margin-bottom: 10px;
}

.audit-price {
  font-size: 48px;
  line-height: 1;
  margin: 6px 0 16px;
  font-weight: 700;
  color: #fff;
}

.audit-price small {
  font-size: 16px;
  font-weight: 400;
  opacity: .75;
}

.audit-price-box p,
.audit-price-box li {
  color: rgba(255, 255, 255, 0.9);
}

.audit-price-box .btn {
  margin-top: 16px;
  width: 100%;
}

.audit-steps {
  counter-reset: audit-steps;
  margin-top: 24px;
}

.audit-steps li {
  counter-increment: audit-steps;
  position: relative;
  padding: 0 0 0 68px;
  margin-bottom: 22px;
  min-height: 48px;
}

.audit-steps li:before {
  content: counter(audit-steps);
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #02bdd5;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-weight: 700;
  font-size: 18px;
}

.audit-steps strong {
  display: block;
  font-size: 18px;
  color: #111827;
  margin-bottom: 4px;
}

.audit-steps span {
  display: block;
  color: #4b5563;
  line-height: 1.7;
  font-weight: 300;
}

.audit-answer-box {
  background: #eff9fb;
  border: 1px solid #cdeef2;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}

.audit-answer-box h3 {
  margin-top: 0;
  text-transform: none;
}

.faq-section {
  padding: 56px 0;
  background: #ffffff;
}

.faq-header {
  margin-bottom: 28px;
}

.faq-header h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.2;
  color: #111827;
  text-transform: none;
}

.faq-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  max-width: 760px;
  font-weight: 300;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 52px 18px 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #111827;
  user-select: none;
}

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

.faq-item summary:after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: #2563eb;
  transition: transform .2s ease, color .2s ease;
}

.faq-item[open] summary:after {
  content: "–";
  color: #1d4ed8;
}

.faq-item[open] {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.faq-item summary:hover {
  background: #f9fafb;
}

.faq-answer {
  padding: 0 20px 20px;
  border-top: 1px solid #f3f4f6;
}

.faq-answer p,
.faq-answer ul {
  margin: 14px 0 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

.faq-answer ul {
  padding-left: 20px;
  list-style: disc;
}

.faq-answer li {
  margin: 6px 0;
  list-style: disc;
}

.audit-upload-section {
  padding: 56px 0;
  background: #f8fafc;
}

.audit-upload-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.audit-upload-content {
  padding: 32px;
}

.audit-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(2, 189, 213, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 16px;
}

.audit-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 22px;
  font-weight: 300;
}

.audit-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.audit-highlight {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.audit-highlight strong {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #111827;
  margin-bottom: 6px;
  font-weight: 700;
}

.audit-highlight span {
  display: block;
  font-size: 18px;
  color: #0f172a;
  font-weight: 700;
}

.audit-files-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.audit-files-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  text-transform: none;
}

.audit-files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.audit-files-list li {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dbe3ea;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}

.audit-files-note {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 300;
}

.audit-upload-form-wrap {
  padding: 32px;
  background: #ffffff;
  border-left: 1px solid #e5e7eb;
}

.audit-upload-form .form-group {
  margin-bottom: 18px;
}

.audit-upload-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.audit-upload-form input,
.audit-upload-form textarea,
.audit-upload-form select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #111827;
  background: #ffffff;
  box-shadow: none;
}

.audit-upload-form textarea {
  resize: vertical;
  min-height: 120px;
}

.audit-upload-form input:focus,
.audit-upload-form textarea:focus,
.audit-upload-form select:focus {
  outline: none;
  border-color: #02bdd5;
  box-shadow: 0 0 0 3px rgba(2, 189, 213, 0.12);
}

.audit-upload-form small {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
}

.audit-cta-button {
  display: inline-block;
  width: 100%;
  padding: 14px 18px;
  border: 0;
  border-radius: 10px;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all .2s ease;
}

.audit-cta-button:hover,
.audit-cta-button:focus {
  background: #1e40af;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.audit-form-note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #4b5563;
}

.selected-files-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
  color: #374151;
}

.selected-files-list-item:last-child {
  border-bottom: 0;
}

.selected-files-remove {
  border: 0;
  background: transparent;
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.selected-files-remove:hover,
.selected-files-remove:focus {
  text-decoration: underline;
  outline: none;
}

.audit-final-cta {
  text-align: center;
  padding: 36px 28px;
  background: linear-gradient(135deg, #0f172a 0%, #1f2937 100%);
  color: #fff;
  border: 0;
}

.audit-final-cta h2,
.audit-final-cta p {
  color: #fff;
}

.audit-final-cta .btn {
  margin: 8px 8px 0;
  min-width: 220px;
}

footer.pages {
  background: #222;
  color: #d1d5db;
  padding: 26px 0;
}

footer.pages a {
  color: #cfe7f3;
}

@media (max-width: 991px) {
  .hero-audit {
    padding: 120px 0 60px;
  }

  .hero-audit h1 {
    font-size: 38px;
  }

  .audit-upload-card {
    grid-template-columns: 1fr;
  }

  .audit-upload-form-wrap {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }

  .audit-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-audit h1 {
    font-size: 32px;
  }

  .hero-audit .lead,
  .faq-header h2 {
    font-size: 18px;
  }

  .pages.audit-section,
  .faq-section,
  .audit-upload-section {
    padding: 42px 0;
  }

  .audit-upload-content,
  .audit-upload-form-wrap,
  .audit-card,
  .audit-target-card,
  .audit-box,
  .audit-result-card,
  .audit-step-card,
  .audit-proof-card,
  .audit-final-cta,
  .audit-price-box,
  .audit-quick-answer {
    padding: 22px;
  }

  .faq-item summary {
    padding: 16px 46px 16px 16px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 16px 16px;
  }

  .hero-cta-wrap .btn,
  .audit-final-cta .btn {
    width: 100%;
    margin-right: 0;
  }

  .audit-microtrust {
    display: block;
  }

  .audit-microtrust li {
    display: inline-block;
    margin: 0 8px 8px 0;
  }
}
