:root {
  --blue: #527ab5;
  --blue-dark: #2e568d;
  --blue-soft: #edf3f9;
  --ink: #12171c;
  --muted: #616970;
  --line: rgba(18, 23, 28, .17);
  --soft-line: rgba(18, 23, 28, .1);
  --white: #fff;
  --off-white: #f8f8f6;
  --green: #197a4b;
  --green-soft: #edf8f1;
  --red: #b44747;
  --section-space: clamp(80px, 9vw, 128px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }
.tnum { font-variant-numeric: tabular-nums; }

.audit-research {
  background: var(--off-white);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ar-shell {
  margin: 0 auto;
  width: min(880px, calc(100% - 48px));
}

.ar-masthead {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 68px;
  width: min(880px, calc(100% - 48px));
}

.ar-brand {
  align-items: center;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  gap: 9px;
  letter-spacing: -.025em;
}

.ar-brand img { height: 25px; width: 25px; }
.ar-masthead nav { color: var(--muted); font-size: 13px; }
.ar-masthead nav a { border-bottom: 1px solid transparent; padding: 5px 0; }
.ar-masthead nav a:hover { border-bottom-color: currentColor; }

.ar-hero {
  margin: 0 auto;
  padding: clamp(72px, 9vw, 116px) 24px clamp(88px, 10vw, 138px);
  text-align: center;
}

.ar-title { margin: 0 auto; max-width: 800px; }
.ar-title > p:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .035em;
  margin: 0 0 42px;
}

.ar-title h1,
.ar-section-head h2,
.ar-output-copy h2,
.ar-author h2,
.ar-faq h2,
.ar-price h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.ar-title h1 {
  font-size: clamp(51px, 6vw, 82px);
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0 auto;
  max-width: 760px;
}

.ar-title em,
.ar-section-head em,
.ar-output-copy em { color: var(--blue-dark); font-style: italic; }
.ar-lead { color: #343c43; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-style: italic; line-height: 1.5; margin: 30px auto 38px; max-width: 700px; }
.ar-actions { align-items: center; display: flex; flex-direction: column; gap: 12px; }
.ar-actions p { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; }

.ar-button {
  align-items: center;
  background: var(--blue-dark);
  border: 0;
  border-radius: 7px;
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  transition: background 180ms ease, transform 180ms cubic-bezier(.22,1,.36,1);
}

.ar-button:hover { background: #214877; transform: translateY(-2px); }
.ar-button:active { transform: translateY(0); }
.ar-button[aria-disabled="true"] { cursor: wait; opacity: .62; transform: none; }

.ar-trust {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px 24px;
  justify-content: center;
  margin-top: 34px;
  padding-top: 20px;
}

.ar-trust span::before { color: var(--blue); content: "·"; font-weight: 800; margin-right: 8px; }
.ar-video { aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 12px; margin: 38px auto 0; max-width: 600px; overflow: hidden; }
.ar-video iframe, .ar-video > div { border: 0; height: 100%; width: 100%; }

.ar-section { padding: var(--section-space) 0; }
.ar-section-head { margin: 0 auto 48px; max-width: 700px; text-align: center; }
.ar-section-head h2 { font-size: clamp(34px, 4.6vw, 48px); letter-spacing: -.03em; line-height: 1.05; margin: 0 0 16px; }
.ar-section-head p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 auto; max-width: 690px; }

.ar-comparison {
  display: grid;
  grid-template-columns: 150px repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.ar-compare-head { align-self: start; min-width: 0; padding: 20px 0 24px; }
.ar-compare-free { grid-column: 2; }
.ar-compare-audit { border-top-color: var(--blue); grid-column: 3; }
.ar-compare-head p { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .055em; margin: 0 0 12px; text-transform: uppercase; }
.ar-compare-audit p { color: var(--blue-dark); }
.ar-compare-head h3 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.18; margin: 0 0 11px; }
.ar-compare-head > span { color: var(--muted); display: block; font-size: 13px; line-height: 1.5; }

.ar-capability-row {
  align-items: start;
  column-gap: 28px;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 150px repeat(2, minmax(0, 1fr));
  padding: 9px 0;
}

.ar-capability-row.ar-audit-only { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 26px; }
.ar-capability-row > p { color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.45; margin: 2px 0 0; }
.ar-capability-row > div { align-items: flex-start; display: flex; font-size: 13px; gap: 10px; line-height: 1.5; min-width: 0; }

.ar-status { flex: none; height: 16px; margin-top: 1px; position: relative; width: 16px; }
.ar-status.is-yes::before {
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px;
}

.ar-status.is-no::before,
.ar-status.is-no::after {
  background: var(--red);
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 7px;
  width: 12px;
}
.ar-status.is-no::before { transform: rotate(45deg); }
.ar-status.is-no::after { transform: rotate(-45deg); }
.ar-comparison-cta { margin-top: 44px; text-align: center; }
.ar-comparison-cta .ar-button { min-width: 280px; }

.ar-output-section { padding-bottom: calc(var(--section-space) + 28px); }
.ar-output { align-items: center; display: grid; gap: 64px; grid-template-columns: .88fr 1.12fr; }
.ar-output-copy h2 { font-size: clamp(34px, 4.2vw, 44px); letter-spacing: -.03em; line-height: 1.07; margin: 0 0 14px; }
.ar-output-copy > p { color: var(--muted); font-size: 15px; line-height: 1.62; margin: 0 0 24px; }
.ar-deliverables { display: grid; gap: 16px; }
.ar-deliverables > div { border-top: 1px solid var(--line); padding-top: 16px; }
.ar-deliverables h3 { font-size: 15px; margin: 0 0 5px; }
.ar-deliverables p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }

.ar-report { background: var(--white); border: 1px solid rgba(82,122,181,.45); border-radius: 14px; margin: 0; padding: 22px 24px; }
.ar-report figcaption, .ar-report > div, .ar-report footer { display: flex; gap: 18px; justify-content: space-between; }
.ar-report figcaption { align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; padding-bottom: 14px; }
.ar-report figcaption span { color: var(--muted); font-size: 10.5px; }
.ar-report > div { align-items: baseline; border-bottom: 1px solid var(--soft-line); padding: 12px 0; }
.ar-report > div p { color: #3a4248; font-size: 13px; margin: 0; }
.ar-report small { color: var(--muted); display: block; font-size: 11px; margin-top: 3px; }
.ar-report small em { color: var(--blue-dark); font-style: normal; }
.ar-report > div > strong { color: var(--blue-dark); font-size: 13px; white-space: nowrap; }
.ar-report footer { align-items: baseline; font-size: 13px; font-weight: 700; padding-top: 15px; }
.ar-report footer strong { color: var(--blue-dark); font-size: 15px; }

.ar-process { background: var(--blue-soft); }
.ar-timeline { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; position: relative; }
.ar-timeline::before { background: rgba(46,86,141,.34); content: ""; height: 1px; left: 0; position: absolute; right: 0; top: 38px; }
.ar-timeline li { padding: 0 26px 0 0; position: relative; }
.ar-timeline li:last-child { padding-right: 0; }
.ar-deadline { color: #536675; display: block; font-size: 11px; font-weight: 700; height: 17px; }
.ar-dot { background: var(--blue-soft); border: 2px solid var(--blue); border-radius: 50%; display: block; height: 10px; margin: 16px 0 24px; position: relative; width: 10px; z-index: 1; }
.ar-time { color: var(--blue-dark); display: block; font-size: 11px; font-weight: 750; letter-spacing: .035em; margin-bottom: 11px; }
.ar-timeline h3 { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; line-height: 1.2; margin: 0 0 9px; }
.ar-timeline p { color: var(--muted); font-size: 12.5px; line-height: 1.55; margin: 0; }
.ar-process-note { color: #485966; font-size: 12.5px; margin: 34px auto 0; max-width: 640px; text-align: center; }

.ar-author { align-items: center; display: grid; gap: 48px; grid-template-columns: 180px 1fr; max-width: 760px; }
.ar-author > img { aspect-ratio: 4 / 5; border-radius: 12px; object-fit: cover; object-position: center 22%; width: 180px; }
.ar-author h2 { font-size: 32px; letter-spacing: -.025em; margin: 0 0 4px; }
.ar-role { color: var(--blue-dark); font-size: 12.5px; margin: 0 0 12px; }
.ar-author > div > p:not(.ar-role) { color: #424b52; font-size: 14px; line-height: 1.62; margin-bottom: 18px; }
.ar-credentials { display: flex; flex-wrap: wrap; font-size: 11.5px; gap: 8px 24px; list-style: none; margin: 0; padding: 0; }
.ar-credentials li { align-items: center; color: var(--muted); display: inline-flex; gap: 8px; }
.ar-credentials img { border-radius: 6px; height: 24px; object-fit: cover; width: 24px; }

.ar-offer { background: radial-gradient(ellipse 55% 30% at 50% 0%, rgba(82,122,181,.13), transparent 64%), #f3f6fa; }
.ar-offer .ar-shell { max-width: 880px; }
.ar-price { background: var(--white); border: 1px solid rgba(82,122,181,.48); border-radius: 16px; margin: 0 auto; max-width: 560px; padding: 32px; }
.ar-price > header { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 20px; justify-content: space-between; padding-bottom: 20px; }
.ar-price > header h3 { font-size: 23px; margin: 0; }
.ar-price > header span { animation: ar-cohort-shimmer 5.5s ease-in-out infinite; background: linear-gradient(105deg, var(--blue-soft) 0 35%, #d6e5f5 50%, var(--blue-soft) 65%); background-size: 240% 100%; border-radius: 999px; color: var(--blue-dark); font-size: 11px; font-weight: 700; padding: 6px 9px; }
.ar-offer-list { list-style: none; margin: 12px 0 0; padding: 0; }
.ar-offer-list li { border-bottom: 1px solid var(--soft-line); display: flex; gap: 18px; justify-content: space-between; padding: 11px 0; }
.ar-offer-list span { color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.ar-offer-list strong { color: var(--ink); display: block; font-size: 13.5px; margin-bottom: 3px; }
.ar-offer-list b { color: var(--blue-dark); font-size: 12px; font-weight: 650; white-space: nowrap; }
.ar-price-display { padding: 24px 0 20px; text-align: center; }
.ar-standard { color: var(--muted); display: block; font-size: 12.5px; }
.ar-founding { color: var(--blue-dark); display: block; font-size: 11px; font-weight: 750; letter-spacing: .08em; margin-top: 8px; text-transform: uppercase; }
.ar-price-line { align-items: baseline; display: flex; gap: 9px; justify-content: center; margin-top: 3px; }
.ar-price-line > strong { font-size: clamp(50px, 8vw, 64px); letter-spacing: -.04em; }
.ar-price-line > span { color: var(--muted); font-size: 13px; }
.ar-price .ar-button { display: flex; width: 100%; }
.ar-price > #audit-checkout-status, .ar-micro { color: var(--muted); font-size: 11.5px; line-height: 1.5; text-align: center; }
.ar-contact { margin-bottom: 14px; }
.ar-contact label { display: block; font-size: 12px; font-weight: 650; margin-bottom: 7px; }
.ar-contact input { background: var(--off-white); border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font: 14px "Avenir Next", Avenir, sans-serif; min-height: 46px; padding: 0 13px; width: 100%; }
.ar-contact p { color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.ar-progress { font-size: 11.5px; margin-bottom: 18px; }
.ar-progress p { display: flex; justify-content: space-between; }
.ar-progress p span:last-child { color: var(--blue-dark); }
.ar-progress > div { background: rgba(82,122,181,.16); border-radius: 4px; height: 4px; overflow: hidden; }
.ar-progress i { background: var(--blue); display: block; height: 100%; }
.ar-guarantee { align-items: flex-start; background: var(--green-soft); border: 1px solid rgba(25,122,75,.3); border-radius: 10px; color: var(--green); display: flex; gap: 12px; margin-top: 18px; padding: 16px; }
.ar-guarantee svg { flex: none; margin-top: 1px; }
.ar-guarantee strong { color: #155f3c; display: block; font-size: 13.5px; margin-bottom: 3px; }
.ar-guarantee p { color: #4c6b59; font-size: 11.8px; line-height: 1.5; margin: 0; }
.ar-micro { margin: 14px auto 0; max-width: 440px; }

/* ponytail: one background-position keyframe is enough for this small cohort signal. */
@keyframes ar-cohort-shimmer {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0 50%; }
}

.ar-faq-grid { align-items: start; display: grid; gap: 56px; grid-template-columns: 210px 1fr; }
.ar-faq h2 { font-size: 34px; letter-spacing: -.03em; line-height: 1.08; margin: -4px 0 0; }
.ar-faq details { border-bottom: 1px solid var(--line); }
.ar-faq details:first-child { border-top: 1px solid var(--line); }
.ar-faq summary { cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; padding: 17px 0; }
.ar-faq summary::-webkit-details-marker { display: none; }
.ar-faq summary::after { color: var(--blue-dark); content: "+"; float: right; font-size: 18px; font-weight: 400; }
.ar-faq details[open] summary::after { content: "−"; }
.ar-faq details p { color: var(--muted); font-size: 13px; line-height: 1.58; margin: -3px 0 17px; max-width: 680px; }

.ar-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 11.5px; line-height: 1.65; padding: 34px 0 40px; }
.ar-footer .ar-shell > div { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; margin-bottom: 10px; }
.ar-footer p { margin: 0 0 5px; }
.ar-footer .ar-shell > p:last-child { color: #767d82; max-width: 860px; }

@media (max-width: 780px) {
  .ar-hero { padding: 62px 20px 90px; }
  .ar-comparison { grid-template-columns: 120px repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .ar-capability-row { column-gap: 18px; grid-template-columns: 120px repeat(2, minmax(0, 1fr)); }
  .ar-output { gap: 48px; grid-template-columns: 1fr; }
  .ar-timeline { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
  .ar-timeline::before { display: none; }
  .ar-author { align-items: start; gap: 22px; grid-template-columns: 120px 1fr; }
  .ar-author > img { width: 120px; }
  .ar-faq-grid { gap: 38px; grid-template-columns: 180px 1fr; }
}

@media (max-width: 600px) {
  .ar-shell, .ar-masthead { width: min(100% - 32px, 880px); }
  .ar-brand { font-size: 17px; }
  .ar-masthead nav { font-size: 12px; }
  .ar-title > p:first-child { font-size: 12px; margin-bottom: 34px; }
  .ar-title h1 { font-size: clamp(44px, 13vw, 57px); }
  .ar-lead { font-size: 17px; }
  .ar-button { width: 100%; }
  .ar-trust { align-items: center; flex-direction: column; gap: 9px; }
  .ar-section-head { margin-bottom: 38px; }
  .ar-section-head h2, .ar-output-copy h2 { font-size: 38px; }
  .ar-comparison { column-gap: 12px; display: grid; grid-template-columns: 92px repeat(2, minmax(0, 1fr)); }
  .ar-compare-head { border-top: 1px solid var(--line); padding: 18px 0 20px; }
  .ar-compare-head p { font-size: 9px; letter-spacing: .035em; }
  .ar-compare-head h3 { font-size: 17px; }
  .ar-compare-head > span { font-size: 11px; }
  .ar-capability-row { column-gap: 12px; grid-template-columns: 92px repeat(2, minmax(0, 1fr)); padding: 10px 0; }
  .ar-capability-row > p { font-size: 10px; overflow-wrap: anywhere; }
  .ar-capability-row > div { font-size: 11.5px; gap: 6px; }
  .ar-status { transform: scale(.86); transform-origin: top left; }
  .ar-comparison-cta .ar-button { min-width: 0; }
  .ar-report { padding: 20px; }
  .ar-report > div, .ar-report footer { display: grid; gap: 4px; }
  .ar-report > div > strong { white-space: normal; }
  .ar-timeline { grid-template-columns: 1fr; row-gap: 32px; }
  .ar-timeline li { padding: 0; }
  .ar-dot { margin-bottom: 18px; }
  .ar-timeline li + li { border-top: 1px solid rgba(46,86,141,.24); padding-top: 28px; }
  .ar-author { grid-template-columns: 1fr; }
  .ar-author > img { width: 132px; }
  .ar-credentials { align-items: flex-start; flex-direction: column; }
  .ar-price { padding: 25px 20px; }
  .ar-price > header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ar-offer-list li { display: block; }
  .ar-offer-list b { display: block; margin-top: 4px; }
  .ar-faq-grid { gap: 28px; grid-template-columns: 1fr; }
  .ar-faq h2 { margin: 0; }
  .ar-footer .ar-shell > div { align-items: flex-start; flex-direction: column; }
}

@media (pointer: coarse) {
  .ar-masthead a, .ar-faq summary { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .ar-price > header span { background-position: 50% 50%; }
}
