.ac-page {
  --navy: #042b50;
  --blue: #075aa8;
  --cyan: #70cfff;
  --ice: #edf6fc;
  --ink: #102f4c;
  --muted: #61788c;
  color: var(--ink);
  overflow: hidden;
}
.ac-page * {
  box-sizing: border-box;
}
.ac-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.ac-section {
  padding: clamp(72px, 9vw, 115px) 0;
}
.ac-kicker {
  display: inline-block;
  margin-bottom: 17px;
  color: #83d5ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.17em;
}
.ac-kicker--blue {
  color: var(--blue);
}
.ac-hero {
  position: relative;
  padding: clamp(70px, 9vw, 115px) 0 0;
  background: linear-gradient(125deg, #021b33, #06477f);
  color: #fff;
  isolation: isolate;
}
.ac-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
}
.ac-hero__orb {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -100px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(46, 158, 250, 0.38),
    transparent 68%
  );
}
.ac-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  gap: clamp(50px, 7vw, 90px);
  align-items: center;
}
.ac-hero__content {
  padding-bottom: 55px;
}
.ac-hero h1 {
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(28px, 5.7vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.ac-hero h1 em {
  color: var(--cyan);
  font-style: normal;
}
.ac-hero__content > p {
  max-width: 680px;
  margin: 0;
  color: #c9dfef;
  font-size: 18px;
  line-height: 1.75;
}
.ac-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 24px;
  color: #e8f5fc;
  font-size: 14px;
  font-weight: 700;
}
.ac-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 33px;
  justify-content: center;
}
.ac-btn {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 23px;
  border-radius: 12px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.2s;
}
.ac-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
}
.ac-btn--primary {
  background: #fff;
  color: var(--navy) !important;
}
.ac-btn--primary b {
  font-size: 21px;
}
.ac-btn--primary small,
.ac-btn--primary span {
  display: block;
}
.ac-btn--primary small {
  color: #75899a;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.ac-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.ac-hero__visual {
  position: relative;
  align-self: end;
  min-height: 510px;
}
.ac-hero__image {
  position: absolute;
  inset: 15px 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 0;
  border-radius: 110px 24px 0 0;
  background: linear-gradient(145deg, #f7fbfe, #dbeaf4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}
.ac-hero__image img {
  width: 92%;
  height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.ac-hero__status,
.ac-hero__badge {
  position: absolute;
  z-index: 2;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(0, 23, 46, 0.22);
}
.ac-hero__status {
  right: -20px;
  bottom: 45px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
}
.ac-hero__status i {
  width: 11px;
  height: 11px;
  border: 3px solid #d8f7e4;
  border-radius: 50%;
  background: #20b961;
  box-shadow: 0 0 0 5px rgba(32, 185, 97, 0.12);
}
.ac-hero__status small,
.ac-hero__status strong {
  display: block;
}
.ac-hero__status small {
  color: #718799;
}
.ac-hero__badge {
  top: 45px;
  left: -27px;
  padding: 17px 20px;
}
.ac-hero__badge strong,
.ac-hero__badge span {
  display: block;
}
.ac-hero__badge strong {
  color: var(--blue);
  font-size: 30px;
}
.ac-hero__badge span {
  color: #718799;
  font-size: 12px;
}
.ac-hero__bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  border-radius: 19px 19px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(9px);
}
.ac-hero__bar > div {
  padding: 21px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.ac-hero__bar strong,
.ac-hero__bar span {
  display: block;
}
.ac-hero__bar strong {
  color: #fff;
  font-size: 15px;
}
.ac-hero__bar span {
  margin-top: 4px;
  color: #aecbe0;
  font-size: 12px;
}
.ac-heading {
  max-width: 100%;
  margin: 0 auto 45px;
  text-align: center;
}
.ac-heading h2,
.ac-solution h2,
.ac-faq h2,
.ac-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(31px, 4vw, 40px);
  line-height: 1.2;
  text-transform: uppercase;
}
.ac-heading > p {
  margin: 17px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.ac-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ac-symptoms article {
  padding: 27px;
  border: 1px solid #dce9f2;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 27px rgba(4, 43, 80, 0.055);
  transition: 0.2s;
}
.ac-symptoms article:hover {
  transform: translateY(-4px);
  border-color: #a8cee8;
  box-shadow: 0 17px 34px rgba(4, 43, 80, 0.1);
}
.ac-symptoms article > span {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  margin-bottom: 21px;
  border-radius: 13px;
  background: var(--ice);
  color: var(--blue);
  font-size: 21px;
}
.ac-symptoms h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 19px;
}
.ac-symptoms article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.ac-solution {
  background: var(--ice);
}
.ac-solution__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}
.ac-solution__grid > div > p {
  margin: 19px 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.ac-solution ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ac-solution li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
}
.ac-solution li > b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #d9eefa;
  color: var(--blue);
  font-size: 12px;
}
.ac-solution li strong,
.ac-solution li span {
  display: block;
}
.ac-solution li strong {
  margin-bottom: 4px;
  color: var(--navy);
}
.ac-solution li span {
  color: var(--muted);
  line-height: 1.55;
}
.ac-solution aside {
  padding: clamp(30px, 5vw, 50px);
  border-radius: 23px;
  background: linear-gradient(145deg, #073d70, #042b50);
  color: #fff;
  box-shadow: 0 22px 50px rgba(4, 43, 80, 0.2);
}
.ac-solution__label {
  color: #7ed2ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.ac-solution blockquote {
  margin: 24px 0 35px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(23px, 3vw, 33px);
  line-height: 1.45;
}
.ac-solution__proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}
.ac-solution__proof > div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
}
.ac-solution__proof strong,
.ac-solution__proof span {
  display: block;
}
.ac-solution__proof span {
  margin-top: 3px;
  color: #b5cfe1;
  font-size: 11px;
}
.ac-process {
  background: var(--navy);
  color: #fff;
}
.ac-process .ac-heading h2 {
  color: #fff;
}
.ac-process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 19px;
  overflow: hidden;
  list-style: none;
  background: rgba(255, 255, 255, 0.12);
}
.ac-process li {
  padding: 29px 24px;
  background: #07375f;
}
.ac-process li > span {
  display: block;
  margin-bottom: 35px;
  color: #75cbfb;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.ac-process h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
}
.ac-process li p {
  margin: 0;
  color: #b7cfe0;
  line-height: 1.65;
}
.ac-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(45px, 8vw, 30px);
}
.ac-faq header > p {
  color: var(--muted);
  line-height: 1.7;
}
.ac-faq header > a {
  display: inline-block;
  margin-top: 13px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  background-color: var(--blue);
  padding: 8px 16px;
  border-radius: 6px;
}
.ac-faq__list details {
  border-bottom: 1px solid #d8e5ee;
}
.ac-faq__list summary {
  position: relative;
  padding: 20px 35px 20px 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.ac-faq__list summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--blue);
  font-size: 23px;
}
.ac-faq__list details[open] summary:after {
  content: "−";
}
.ac-faq__list details p {
  margin: 0;
  padding: 0 35px 21px 0;
  color: var(--muted);
  line-height: 1.7;
}
.ac-cta {
  padding: 70px 0;
  background: linear-gradient(120deg, #0757a1, #04325c);
  color: #fff;
}
.ac-cta__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.ac-cta h2 {
  color: #fff;
}
.ac-cta p {
  margin: 11px 0 0;
  color: #c6deee;
}
.ac-cta__actions {
  display: flex;
  gap: 12px;
}
.ac-cta__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 11px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}
.ac-cta__actions a:first-child {
  background: #fff;
  color: var(--navy) !important;
}
@media (max-width: 850px) {
  .ac-hero__grid,
  .ac-solution__grid,
  .ac-faq__grid {
    grid-template-columns: 1fr;
  }
  .ac-hero__content {
    padding-bottom: 0;
  }
  .ac-hero__visual {
    min-height: 480px;
    max-width: 590px;
    width: 100%;
    margin: auto;
  }
  .ac-hero__bar,
  .ac-process ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .ac-symptoms__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ac-cta__inner {
    display: grid;
  }
}
@media (max-width: 560px) {
  .ac-shell {
    width: min(100% - 28px, 1180px);
  }
  .ac-hero {
    padding-top: 62px;
  }
  .ac-hero__visual {
    min-height: 390px;
  }
  .ac-hero__image {
    border-radius: 70px 18px 0 0;
  }
  .ac-hero__badge {
    top: 25px;
    left: -5px;
  }
  .ac-hero__status {
    right: -5px;
    bottom: 25px;
  }
  .ac-hero__bar,
  .ac-symptoms__grid,
  .ac-process ol {
    grid-template-columns: 1fr;
  }
  .ac-hero__bar > div {
    padding: 16px 19px;
  }
  .ac-solution__proof {
    grid-template-columns: 1fr;
  }
  .ac-cta__actions {
    display: grid;
  }
  .ac-cta__actions a {
    width: 100%;
  }
}
