:root {
  color-scheme: light;
  --ink: #181b20;
  --muted: #666f76;
  --line: #dde1df;
  --paper: #fbfaf5;
  --white: #ffffff;
  --green: #265f9e;
  --green-2: #204a78;
  --gold: #c58a1f;
  --red: #8f463f;
  --aqua: #e3eef8;
  --shadow: 0 22px 70px rgba(31, 52, 79, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(248, 250, 247, 0.9);
  border-bottom: 1px solid rgba(217, 224, 220, 0.72);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(14, 93, 66, 0.22);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: #364654;
  font-size: 0.95rem;
}

.nav-links a,
.header-cta,
.button,
.product-card a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover,
.product-card a:hover {
  color: var(--green);
}

.header-cta {
  min-width: max-content;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  min-height: calc(100vh - 72px);
  padding: clamp(44px, 7vw, 84px) clamp(18px, 5vw, 72px) 54px;
  background:
    linear-gradient(110deg, rgba(248, 250, 247, 0.96) 0%, rgba(248, 250, 247, 0.88) 47%, rgba(220, 238, 233, 0.7) 100%),
    url("https://cdn11.bigcommerce.com/s-lgdi92x/images/stencil/1280x1280/products/216/758/AJ-8_Top_View__09107.1766047684.png?c=2") center right / 52vw auto no-repeat;
  overflow: hidden;
}

.hero-content {
  width: 100%;
  min-width: 0;
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.35rem, 8vw, 7.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: #424d56;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.hero-actions,
.spec-intro .button {
  margin-top: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(14, 93, 66, 0.2);
}

.button.secondary {
  color: var(--green-2);
  background: var(--aqua);
  border: 1px solid rgba(18, 75, 69, 0.18);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 42px 0 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-metrics div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.hero-metrics dt {
  color: var(--green);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.hero-metrics dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  margin: 0;
  padding: clamp(16px, 3vw, 30px);
}

.hero-visual::before {
  position: absolute;
  inset: 7% 3% 12%;
  content: "";
  background: radial-gradient(circle, rgba(14, 93, 66, 0.2), rgba(14, 93, 66, 0) 63%);
  filter: blur(6px);
}

.hero-visual img {
  position: relative;
  width: min(100%, 680px);
  margin: auto;
  filter: drop-shadow(0 34px 42px rgba(12, 26, 21, 0.22));
}

.hero-visual figcaption {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 10px auto 0;
  padding: 8px 12px;
  color: #2f4f69;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  text-align: center;
}

section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.outcome-band {
  background: var(--ink);
  color: var(--white);
}

.outcome-band .eyebrow {
  color: #f2b44f;
}

.outcome-grid,
.fit-grid,
.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.outcome-grid article,
.fit-grid article,
.product-card {
  min-width: 0;
  border-radius: 8px;
}

.outcome-grid article {
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.outcome-grid p,
.fit-grid p,
.proof-copy p,
.spec-intro p,
.cta-section p,
.product-card p {
  color: var(--muted);
}

.outcome-grid p {
  color: #cad2d8;
}

.proof-section,
.spec-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  background: var(--white);
}

.proof-copy,
.spec-intro {
  width: 100%;
  min-width: 0;
  max-width: 600px;
}

.proof-copy p,
.spec-intro p,
.cta-section p {
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  background: #f0f5f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 15px;
  top: 13px;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--green);
  clip-path: polygon(14% 52%, 38% 76%, 86% 22%, 100% 36%, 39% 100%, 0 62%);
}

.chart-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.chart-pair figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #111820;
  border: 1px solid #2a3440;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.chart-pair img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  background: #111820;
}

.chart-pair figcaption {
  padding: 12px 14px;
  color: #dce6ec;
  background: #17212b;
  border-top: 1px solid #2a3440;
  font-size: 0.92rem;
  font-weight: 800;
}

.fit-section {
  background: #eef3f7;
}

.fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fit-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.fit-grid span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold);
  font-weight: 900;
}

.spec-section {
  align-items: start;
}

.spec-table-wrap {
  overflow: hidden;
  background: #fafbfc;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

th {
  width: 34%;
  color: #2f4050;
  font-weight: 900;
}

td {
  color: #505c66;
}

.compare-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
  align-items: start;
  gap: clamp(26px, 5vw, 70px);
  background: #f4f1e8;
}

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

.product-card {
  display: grid;
  grid-template-columns: minmax(120px, 0.44fr) minmax(0, 0.56fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
}

.product-card.active {
  border-color: rgba(14, 93, 66, 0.5);
  box-shadow: 0 18px 48px rgba(14, 93, 66, 0.13);
}

.product-card img {
  aspect-ratio: 1;
  object-fit: contain;
}

.product-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--green);
  font-weight: 900;
}

.cta-section {
  max-width: none;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 32, 29, 0.92), rgba(23, 32, 29, 0.68)),
    url("https://cdn11.bigcommerce.com/s-lgdi92x/product_images/uploaded_images/untitled-wb7-2.png") center / cover;
}

.cta-section h2,
.cta-section p {
  max-width: 870px;
}

.cta-section p {
  color: #d9e2e8;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: #dbe5eb;
  background: #121820;
}

.site-footer a {
  color: #f0bd63;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .hero,
  .proof-section,
  .spec-section,
  .compare-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(110deg, rgba(248, 250, 247, 0.97), rgba(220, 238, 233, 0.76)),
      url("https://cdn11.bigcommerce.com/s-lgdi92x/images/stencil/1280x1280/products/216/758/AJ-8_Top_View__09107.1766047684.png?c=2") center 90% / 86vw auto no-repeat;
  }

  h1 {
    max-width: 14ch;
  }

  .hero-visual {
    max-width: 650px;
    margin: auto;
  }

  .outcome-grid,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    gap: 12px;
    padding-inline: 18px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    max-width: min(9.5ch, 100%);
    font-size: clamp(2.7rem, 11vw, 3.35rem);
    line-height: 1;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .hero-content,
  .hero-copy {
    max-width: 100%;
  }

  .hero-actions,
  .chart-pair,
  .outcome-grid,
  .fit-grid,
  .compare-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-metrics div {
    padding: 16px;
  }

  th,
  td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  td {
    padding-top: 4px;
  }
}

/* Domain flavor: assured-pnt.com */
body {
  background: #fffaf0;
}

.site-header {
  background: rgba(255, 250, 240, 0.92);
}

.brand-mark,
.button.primary {
  background: #1f5f9f;
}

.header-cta {
  color: #15202b;
  background: #f0b84f;
}

.hero {
  background:
    linear-gradient(110deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.9) 42%, rgba(216, 230, 245, 0.76) 100%),
    url("https://cdn11.bigcommerce.com/s-lgdi92x/images/stencil/1280x1280/products/216/758/AJ-8_Top_View__09107.1766047684.png?c=2") center right / 52vw auto no-repeat;
}

.eyebrow {
  color: #9b4b3d;
}

.button.secondary {
  color: #1e4e82;
  background: #e6f0fa;
  border-color: rgba(31, 95, 159, 0.2);
}

.hero-metrics dt,
.product-card a {
  color: #1f5f9f;
}

.outcome-band {
  background: #15202b;
}

.outcome-band .eyebrow,
.fit-grid span {
  color: #f0b84f;
}

.proof-section,
.spec-section {
  background: #fffdf7;
}

.fit-section {
  background: #eef4fb;
}

.compare-section {
  background: #f6eedf;
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(21, 32, 43, 0.94), rgba(31, 95, 159, 0.66)),
    url("https://cdn11.bigcommerce.com/s-lgdi92x/product_images/uploaded_images/untitled-wb7-2.png") center / cover;
}

.site-footer {
  background: #15202b;
}

@media (max-width: 1040px) {
  .hero {
    background:
      linear-gradient(110deg, rgba(255, 250, 240, 0.98), rgba(216, 230, 245, 0.74)),
      url("https://cdn11.bigcommerce.com/s-lgdi92x/images/stencil/1280x1280/products/216/758/AJ-8_Top_View__09107.1766047684.png?c=2") center 90% / 86vw auto no-repeat;
  }
}
