.auditwolf-page {
  background: #fff;
}

.aw-hero {
  position: relative;
  min-height: 900px;
  padding: 142px 0 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 38%, rgba(47, 117, 255, .2), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0a1b30 58%, #07111f 100%);
}

.aw-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.aw-orb-one {
  top: 90px;
  right: -140px;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(74, 126, 255, .22), transparent 68%);
}

.aw-orb-two {
  bottom: 20px;
  left: -220px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(71, 213, 208, .12), transparent 68%);
}

.aw-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 76px;
}

.aw-product-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}

.aw-product-label > span:last-child {
  display: flex;
  flex-direction: column;
}

.aw-product-label strong {
  font: 700 17px/1.2 var(--font-display);
}

.aw-product-label small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.aw-wolf {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--blue);
  border-radius: 11px;
  box-shadow: 0 9px 25px rgba(47, 117, 255, .25);
}

.aw-wolf svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.aw-wolf.small {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}

.aw-wolf.small svg {
  width: 17px;
}

.aw-wolf.large {
  width: 56px;
  height: 56px;
  margin: 0 auto 23px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: none;
}

.aw-hero h1 {
  margin: 0;
  font: 700 clamp(50px, 5.2vw, 72px)/1.04 var(--font-display);
  letter-spacing: -4px;
}

.aw-hero h1 em {
  color: var(--blue-bright);
  font-style: normal;
}

.aw-hero-copy > p {
  max-width: 630px;
  margin: 27px 0 33px;
  color: rgba(255, 255, 255, .65);
  font-size: 17px;
  line-height: 1.75;
}

.aw-trust-line {
  display: flex;
  gap: 18px;
  margin-top: 29px;
  color: rgba(255, 255, 255, .47);
  font-size: 10px;
  font-weight: 600;
}

.aw-trust-line span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.aw-trust-line i {
  width: 6px;
  height: 6px;
  background: var(--cyan);
  border-radius: 50%;
}

.aw-dashboard-wrap {
  position: relative;
}

.aw-dashboard {
  overflow: hidden;
  color: var(--ink);
  background: #f5f7fa;
  border: 6px solid #21354d;
  border-radius: 18px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .4);
  transform: perspective(1200px) rotateY(-4deg);
}

.aw-dashboard-image {
  background: #f5f7fa;
  border-width: 5px;
}

.aw-dashboard-image img {
  display: block;
  width: 100%;
  height: auto;
}

.aw-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 19px;
  background: var(--white);
  border-bottom: 1px solid #e6ebf0;
}

.aw-mini-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.aw-mini-brand strong {
  font: 700 12px var(--font-display);
}

.aw-scan-live {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  color: #117c75;
  background: #e6f8f5;
  border-radius: 5px;
  font-size: 7px;
  font-weight: 700;
}

.aw-scan-live i {
  width: 5px;
  height: 5px;
  background: #27b1a8;
  border-radius: 50%;
}

.aw-dashboard-body {
  padding: 23px;
}

.aw-overview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.aw-overview-head span {
  display: block;
  color: #919ca9;
  font-size: 7px;
}

.aw-overview-head strong {
  display: block;
  margin-top: 3px;
  font: 700 14px var(--font-display);
}

.aw-overview-head .aw-updated {
  padding: 5px 8px;
  color: #7c8997;
  background: #e9edf2;
  border-radius: 5px;
}

.aw-score-panel {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 18px 0 11px;
  padding: 17px;
  background: var(--white);
  border: 1px solid #e5eaf0;
  border-radius: 10px;
}

.aw-score-ring {
  position: relative;
  width: 83px;
  height: 83px;
  flex: 0 0 auto;
}

.aw-score-ring svg {
  width: 100%;
  transform: rotate(-90deg);
}

.aw-score-ring circle {
  fill: none;
  stroke: #e8edf2;
  stroke-width: 7;
}

.aw-score-ring .aw-ring-progress {
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-dasharray: 264;
  stroke-dashoffset: 37;
}

.aw-score-ring > div {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
}

.aw-score-ring strong {
  font: 700 19px/1 var(--font-display);
}

.aw-score-ring span {
  margin-top: 2px;
  color: #909aa6;
  font-size: 7px;
}

.aw-score-copy > span {
  color: #929daa;
  font-size: 7px;
}

.aw-score-copy > strong {
  display: block;
  font: 700 14px var(--font-display);
}

.aw-score-copy p {
  margin: 3px 0 0;
  color: #7e8a98;
  font-size: 8px;
}

.aw-framework-list {
  display: grid;
  gap: 7px;
}

.aw-framework-list > div {
  display: grid;
  grid-template-columns: 29px 1fr 95px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  background: var(--white);
  border: 1px solid #e5eaf0;
  border-radius: 8px;
}

.aw-fw-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 6px;
  font-size: 7px;
  font-weight: 700;
}

.aw-fw-icon.blue { color: var(--blue); background: #edf3ff; }
.aw-fw-icon.teal { color: #15948b; background: #e7f8f5; }
.aw-fw-icon.violet { color: #795bd6; background: #f1edff; }

.aw-framework-list strong {
  display: block;
  font-size: 8px;
}

.aw-framework-list div > span:not(.aw-fw-icon) {
  color: #929daa;
  font-size: 7px;
}

.aw-framework-list i {
  height: 5px;
  overflow: hidden;
  background: #e8edf2;
  border-radius: 4px;
}

.aw-framework-list b {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: inherit;
}

.aw-dashboard-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 10px;
}

.aw-dashboard-foot > div {
  padding: 10px;
  background: #eef2f6;
  border-radius: 7px;
}

.aw-dashboard-foot span {
  display: block;
  color: #8d98a5;
  font-size: 6px;
}

.aw-dashboard-foot strong {
  display: block;
  font: 700 13px var(--font-display);
}

.warn-text { color: #d98120; }
.good-text { color: #138f86; }

.aw-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(13, 34, 57, .94);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.aw-float-card > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--cyan);
  background: rgba(71, 213, 208, .1);
  border-radius: 7px;
  font-size: 9px;
  font-weight: 700;
}

.aw-float-card strong,
.aw-float-card small {
  display: block;
}

.aw-float-card strong {
  font-size: 8px;
}

.aw-float-card small {
  color: rgba(255, 255, 255, .4);
  font-size: 6px;
}

.evidence-float {
  top: 116px;
  right: -38px;
}

.report-float {
  bottom: 46px;
  left: -40px;
}

.report-float > span {
  color: var(--blue-bright);
  background: rgba(47, 117, 255, .12);
}

.aw-framework-strip {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 103px;
  color: rgba(255, 255, 255, .35);
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.aw-framework-strip > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aw-framework-strip > div {
  display: flex;
  align-items: center;
  gap: 34px;
}

.aw-framework-strip strong {
  color: rgba(255, 255, 255, .58);
  font: 700 12px var(--font-display);
}

.aw-intro {
  background: var(--cream);
}

.aw-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.aw-value-card {
  min-height: 270px;
  padding: 34px;
  background: var(--white);
  border: 1px solid #e6ebef;
  border-radius: var(--radius);
  box-shadow: 0 15px 45px rgba(16, 34, 54, .05);
}

.aw-card-icon,
.aw-cap-icon,
.aw-step-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--blue);
  background: #edf3ff;
  border-radius: 12px;
}

.aw-card-icon svg,
.aw-cap-icon svg,
.aw-step-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aw-value-card h3,
.aw-cap-card h3,
.aw-step h3 {
  margin: 0 0 11px;
  font: 700 20px/1.3 var(--font-display);
  letter-spacing: -.6px;
}

.aw-value-card p,
.aw-cap-card p,
.aw-step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.aw-capabilities {
  color: var(--white);
  background: var(--navy);
}

.aw-capabilities .section-heading h2 {
  color: var(--white);
}

.aw-capabilities .section-heading p {
  color: rgba(255, 255, 255, .52);
}

.aw-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.aw-cap-card {
  position: relative;
  min-height: 310px;
  padding: 31px;
  background: #0c1b2c;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
}

.aw-cap-card.featured {
  background: linear-gradient(145deg, #102b50, #0b1e35);
  border-color: rgba(95, 145, 255, .38);
}

.aw-cap-number {
  position: absolute;
  top: 28px;
  right: 29px;
  color: rgba(255, 255, 255, .2);
  font: 700 10px var(--font-display);
}

.aw-cap-icon {
  color: var(--blue-bright);
  background: rgba(47, 117, 255, .12);
}

.aw-cap-card p {
  color: rgba(255, 255, 255, .5);
}

.aw-cap-card ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.aw-cap-card li {
  position: relative;
  margin-top: 6px;
  padding-left: 16px;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
}

.aw-cap-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
}

.aw-workflow {
  background: var(--white);
}

.aw-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.aw-steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 67px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #d9e2ea;
}

.aw-step {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 25px 21px;
  background: var(--cream);
  border: 1px solid #e4e9ee;
  border-radius: 16px;
}

.aw-step > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #b7c1cb;
  font: 700 9px var(--font-display);
}

.aw-step-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 25px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(16, 34, 54, .06);
}

.aw-step-icon svg {
  width: 21px;
}

.aw-step h3 {
  font-size: 16px;
}

.aw-step p {
  font-size: 11px;
}

.aw-security {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 45%, rgba(47, 117, 255, .14), transparent 30%),
    var(--navy);
}

.aw-security-layout {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 100px;
}

.aw-security-copy h2,
.aw-why-copy h2,
.aw-final h2 {
  margin: 0;
  font: 700 clamp(38px, 4vw, 54px)/1.12 var(--font-display);
  letter-spacing: -2.5px;
}

.aw-security-copy > p {
  margin: 22px 0 29px;
  color: rgba(255, 255, 255, .54);
  font-size: 15px;
}

.aw-security-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-security-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 11px;
}

.aw-security-list li > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--cyan);
  background: rgba(71, 213, 208, .08);
  border-radius: 7px;
  font-size: 10px;
}

.aw-security-list strong {
  display: block;
  font: 600 13px var(--font-display);
}

.aw-security-list p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
}

.aw-architecture {
  padding: 28px;
  background: #0c1c2f;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}

.aw-arch-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, .45);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aw-arch-title i {
  padding: 4px 7px;
  color: var(--cyan);
  background: rgba(71, 213, 208, .08);
  border: 1px solid rgba(71, 213, 208, .17);
  border-radius: 5px;
  font-size: 7px;
  font-style: normal;
}

.aw-arch-flow {
  display: grid;
  grid-template-columns: 1fr .7fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 29px 0;
}

.aw-arch-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 10px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  text-align: center;
}

.aw-cloud-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  color: #ffad45;
  background: rgba(255, 173, 69, .08);
  border-radius: 10px;
}

.aw-cloud-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.aw-arch-node .aw-wolf {
  margin-bottom: 10px;
}

.aw-arch-node strong {
  font: 600 10px var(--font-display);
}

.aw-arch-node small {
  color: rgba(255, 255, 255, .34);
  font-size: 7px;
}

.aw-connection {
  display: flex;
  align-items: center;
  color: var(--blue-bright);
}

.aw-connection span {
  height: 1px;
  flex: 1;
  background: rgba(95, 145, 255, .5);
}

.aw-connection i {
  padding: 3px 5px;
  color: rgba(255, 255, 255, .4);
  font-size: 6px;
  font-style: normal;
}

.aw-permission-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  color: rgba(255, 255, 255, .56);
  border-top: 1px solid rgba(255, 255, 255, .07);
  font-size: 9px;
}

.aw-permission-row b {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--cyan);
  background: rgba(71, 213, 208, .08);
  border-radius: 5px;
}

.aw-permission-row.denied b {
  color: #ef7a7a;
  background: rgba(239, 122, 122, .08);
}

.aw-why {
  background: var(--cream);
}

.aw-why-layout {
  display: grid;
  grid-template-columns: .85fr 1fr;
  align-items: center;
  gap: 100px;
}

.aw-why-card {
  padding: 32px;
  background: var(--white);
  border: 1px solid #e3e8ed;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.aw-manual-label {
  color: #a1acb7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aw-manual-stack {
  display: grid;
  gap: 9px;
  margin: 23px 0;
}

.aw-manual-stack > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f5f7f9;
  border: 1px solid #e5e9ed;
  border-radius: 9px;
}

.aw-manual-stack span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #8a96a3;
  background: var(--white);
  border-radius: 7px;
  font-size: 7px;
  font-weight: 700;
}

.aw-manual-stack p {
  margin: 0;
  color: #697786;
  font-family: monospace;
  font-size: 9px;
}

.aw-why-card > small {
  color: #a0aab5;
  font-size: 8px;
}

.aw-why-copy > p {
  margin: 22px 0 28px;
  color: var(--ink-soft);
  font-size: 15px;
}

.aw-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.aw-benefits span {
  position: relative;
  padding: 11px 12px 11px 31px;
  color: #536273;
  background: var(--white);
  border: 1px solid #e2e8ed;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
}

.aw-benefits span::before {
  content: "✓";
  position: absolute;
  left: 12px;
  color: var(--blue);
}

.aw-final {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(71, 213, 208, .11), transparent 35%),
    var(--blue);
}

.aw-final-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.aw-final .eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, .67);
}

.aw-final h2 {
  font-size: clamp(42px, 5vw, 62px);
}

.aw-final p {
  max-width: 650px;
  margin: 20px auto 31px;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
}

.aw-final .button-primary {
  color: var(--blue);
  background: var(--white);
}

@media (max-width: 1020px) {
  .aw-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .aw-hero-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .aw-dashboard-wrap {
    width: min(560px, 92%);
    margin: 0 auto 150px;
  }

  .aw-framework-strip {
    min-height: 95px;
  }

  .aw-framework-strip > div {
    gap: 18px;
  }

  .aw-security-layout,
  .aw-why-layout {
    gap: 55px;
  }

  .aw-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .aw-steps::before {
    display: none;
  }
}

@media (max-width: 780px) {
  .aw-hero {
    padding-top: 112px;
  }

  .aw-product-label {
    margin-bottom: 27px;
  }

  .aw-hero h1 {
    font-size: clamp(46px, 13vw, 62px);
    letter-spacing: -3px;
  }

  .aw-hero-copy > p {
    font-size: 16px;
  }

  .aw-trust-line {
    flex-wrap: wrap;
    gap: 9px 17px;
  }

  .aw-dashboard-wrap {
    width: 100%;
    margin-bottom: 190px;
  }

  .aw-dashboard {
    transform: none;
  }

  .evidence-float {
    right: -8px;
  }

  .report-float {
    left: -8px;
  }

  .aw-framework-strip {
    display: block;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .aw-framework-strip > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
  }

  .aw-framework-strip strong {
    font-size: 10px;
  }

  .aw-value-grid,
  .aw-cap-grid,
  .aw-security-layout,
  .aw-why-layout {
    grid-template-columns: 1fr;
  }

  .aw-steps {
    grid-template-columns: 1fr 1fr;
  }

  .aw-security-layout,
  .aw-why-layout {
    gap: 50px;
  }

  .aw-why-card {
    transform: none;
  }

  .aw-final {
    padding: 82px 0;
  }

  .aw-final h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
}

@media (max-width: 500px) {
  .aw-hero .hero-actions .button {
    width: 100%;
  }

  .aw-dashboard-body {
    padding: 15px;
  }

  .aw-framework-list > div {
    grid-template-columns: 27px 1fr 65px;
  }

  .aw-float-card {
    display: none;
  }

  .aw-value-card,
  .aw-cap-card {
    min-height: 280px;
    padding: 27px;
  }

  .aw-steps {
    grid-template-columns: 1fr;
  }

  .aw-step {
    min-height: 220px;
  }

  .aw-arch-flow {
    grid-template-columns: 1fr;
  }

  .aw-connection {
    flex-direction: column;
    height: 48px;
  }

  .aw-connection span {
    width: 1px;
  }

  .aw-benefits {
    grid-template-columns: 1fr;
  }
}
