/* ANDPRO Wave A — shared shell and compact home. G15/G16 contract, G20 dependency. */
html.ap-wave-a-v1 {
  --ap-wa-canvas: #f6f8fb;
  --ap-wa-surface: #ffffff;
  --ap-wa-soft: #eef0fb;
  --ap-wa-ink: #2c3a47;
  --ap-wa-muted: #5a6b7a;
  --ap-wa-line: #dfe3f1;
  --ap-wa-brand: #575fcf;
  --ap-wa-brand-hover: #474fbf;
  --ap-wa-amber: #ffc048;
  --ap-wa-green: #16875b;
  --ap-wa-radius-control: 8px;
  --ap-wa-radius-card: 14px;
  --ap-wa-shadow: 0 8px 22px rgba(34, 36, 102, .05);
  color: var(--ap-wa-ink);
  background: var(--ap-wa-canvas);
}

html.ap-wave-a-v1 .ap-wave-a-header .header__cont {
  background: var(--ap-wa-surface);
  border-bottom: 1px solid var(--ap-wa-line);
  box-shadow: none;
}

html.ap-wave-a-v1 .ap-wave-a-header .header__row {
  min-height: 74px;
  gap: 16px;
}

html.ap-wave-a-v1 .ap-wave-a-header .header__logo-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-catalog {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: var(--ap-wa-brand);
  border: 1px solid var(--ap-wa-brand);
  border-radius: var(--ap-wa-radius-control);
  font-weight: 700;
  box-shadow: none;
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-catalog:hover {
  color: #fff;
  background: var(--ap-wa-brand-hover);
  border-color: var(--ap-wa-brand-hover);
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-search {
  min-width: 0;
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-search input {
  min-height: 46px;
  color: var(--ap-wa-ink);
  background: var(--ap-wa-soft);
  border-color: var(--ap-wa-line);
  border-radius: var(--ap-wa-radius-control);
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-search input:focus {
  border-color: var(--ap-wa-brand);
  box-shadow: 0 0 0 3px rgba(87, 95, 207, .18);
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools {
  gap: 4px;
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools .header-btn,
html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools .call-btn {
  min-width: 46px;
  min-height: 46px;
  border-radius: var(--ap-wa-radius-control);
}

html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools .header-btn:hover,
html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools .call-btn:hover {
  background-color: var(--ap-wa-soft);
}

html.ap-wave-a-v1 .content-block > .container {
  max-width: 1280px;
}

html.ap-wave-a-v1 .ap-wave-a-home {
  margin: 0 auto 40px;
  overflow: hidden;
  color: var(--ap-wa-ink);
  background: var(--ap-wa-surface);
  border: 1px solid var(--ap-wa-line);
  border-radius: var(--ap-wa-radius-card);
  box-shadow: var(--ap-wa-shadow);
}

html.ap-wave-a-v1 .ap-wave-a-home h1,
html.ap-wave-a-v1 .ap-wave-a-home h2,
html.ap-wave-a-v1 .ap-wave-a-home h3,
html.ap-wave-a-v1 .ap-wave-a-home p {
  margin-top: 0;
}

html.ap-wave-a-v1 .ap-wave-a-home h1 {
  margin-bottom: 20px;
  color: var(--ap-wa-ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 700;
}

html.ap-wave-a-v1 .ap-wave-a-home h2 {
  margin-bottom: 12px;
  color: var(--ap-wa-ink);
  font-size: clamp(26px, 2.2vw, 32px);
  line-height: 1.25;
  letter-spacing: -.02em;
  font-weight: 700;
}

html.ap-wave-a-v1 .ap-wave-a-home h3 {
  margin-bottom: 10px;
  color: var(--ap-wa-ink);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

html.ap-wave-a-v1 .ap-wave-a-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--ap-wa-brand);
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html.ap-wave-a-v1 .ap-wave-a-hero {
  padding: 44px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
  gap: 40px;
  align-items: center;
  background: linear-gradient(135deg, var(--ap-wa-surface), var(--ap-wa-soft));
}

html.ap-wave-a-v1 .ap-wave-a-hero__copy > p {
  max-width: 65ch;
  margin-bottom: 26px;
  color: var(--ap-wa-muted);
  font-size: 17px;
  line-height: 1.65;
}

html.ap-wave-a-v1 .ap-wave-a-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

html.ap-wave-a-v1 .ap-wave-a-action {
  min-width: 46px;
  min-height: 46px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ap-wa-ink);
  background: var(--ap-wa-surface);
  border: 1px solid var(--ap-wa-line);
  border-radius: var(--ap-wa-radius-control);
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: color .14s ease, background-color .14s ease, border-color .14s ease, transform .08s ease;
}

html.ap-wave-a-v1 .ap-wave-a-action--primary {
  color: #fff;
  background: var(--ap-wa-brand);
  border-color: var(--ap-wa-brand);
}

html.ap-wave-a-v1 .ap-wave-a-action--primary:hover {
  color: #fff;
  background: var(--ap-wa-brand-hover);
  border-color: var(--ap-wa-brand-hover);
}

html.ap-wave-a-v1 .ap-wave-a-action--secondary:hover {
  color: var(--ap-wa-brand-hover);
  background: var(--ap-wa-soft);
  border-color: var(--ap-wa-brand);
}

html.ap-wave-a-v1 .ap-wave-a-action--commercial {
  color: var(--ap-wa-ink);
  background: var(--ap-wa-amber);
  border-color: var(--ap-wa-amber);
}

html.ap-wave-a-v1 .ap-wave-a-action--commercial:hover {
  color: var(--ap-wa-ink);
  border-color: var(--ap-wa-ink);
}

html.ap-wave-a-v1 .ap-wave-a-action:active {
  transform: translateY(1px);
}

html.ap-wave-a-v1 .ap-wave-a-action:focus-visible,
html.ap-wave-a-v1 .ap-wave-a-text-link:focus-visible,
html.ap-wave-a-v1 .ap-wave-a-config-links a:focus-visible,
html.ap-wave-a-v1 .ap-wave-a-trust a:focus-visible {
  outline: 3px solid var(--ap-wa-brand-hover);
  outline-offset: 3px;
}

html.ap-wave-a-v1 .ap-wave-a-facts {
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--ap-wa-muted);
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  list-style: none;
}

html.ap-wave-a-v1 .ap-wave-a-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

html.ap-wave-a-v1 .ap-wave-a-facts li::before {
  width: 9px;
  height: 9px;
  content: '';
  flex: 0 0 auto;
  background: var(--ap-wa-green);
  border-radius: 50%;
}

html.ap-wave-a-v1 .ap-wave-a-hero__media {
  margin: 0;
  overflow: hidden;
  background: var(--ap-wa-canvas);
  border-radius: var(--ap-wa-radius-card);
  box-shadow: var(--ap-wa-shadow);
}

html.ap-wave-a-v1 .ap-wave-a-hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.35;
  display: block;
  object-fit: cover;
}

html.ap-wave-a-v1 .ap-wave-a-hero__media figcaption {
  padding: 12px 16px;
  color: var(--ap-wa-muted);
  background: var(--ap-wa-surface);
  border-top: 1px solid var(--ap-wa-line);
  font-size: 12px;
  line-height: 18px;
}

html.ap-wave-a-v1 .ap-wave-a-section {
  padding: 44px 48px;
}

html.ap-wave-a-v1 .ap-wave-a-section__heading {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

html.ap-wave-a-v1 .ap-wave-a-section__heading > div {
  max-width: 720px;
}

html.ap-wave-a-v1 .ap-wave-a-section__heading p,
html.ap-wave-a-v1 .ap-wave-a-config-card p,
html.ap-wave-a-v1 .ap-wave-a-commercial p,
html.ap-wave-a-v1 .ap-wave-a-trust__intro p {
  color: var(--ap-wa-muted);
  font-size: 15px;
  line-height: 1.6;
}

html.ap-wave-a-v1 .ap-wave-a-text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: var(--ap-wa-brand-hover);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html.ap-wave-a-v1 .ap-wave-a-config-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html.ap-wave-a-v1 .ap-wave-a-config-card {
  min-width: 0;
  min-height: 270px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--ap-wa-surface);
  border: 1px solid var(--ap-wa-line);
  border-radius: var(--ap-wa-radius-card);
}

html.ap-wave-a-v1 .ap-wave-a-config-card p {
  flex: 1;
}

html.ap-wave-a-v1 .ap-wave-a-config-card__index {
  margin-bottom: 24px;
  color: var(--ap-wa-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: .08em;
}

html.ap-wave-a-v1 .ap-wave-a-disclosure {
  margin-top: 18px;
  background: var(--ap-wa-soft);
  border: 1px solid var(--ap-wa-line);
  border-radius: var(--ap-wa-radius-card);
}

html.ap-wave-a-v1 .ap-wave-a-disclosure summary {
  min-height: 52px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--ap-wa-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}

html.ap-wave-a-v1 .ap-wave-a-disclosure summary::-webkit-details-marker {
  display: none;
}

html.ap-wave-a-v1 .ap-wave-a-disclosure[open] summary span {
  transform: rotate(180deg);
}

html.ap-wave-a-v1 .ap-wave-a-config-links {
  padding: 0 18px 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 20px;
}

html.ap-wave-a-v1 .ap-wave-a-config-links a {
  min-height: 46px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ap-wa-ink);
  border-bottom: 1px solid var(--ap-wa-line);
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

html.ap-wave-a-v1 .ap-wave-a-config-links a:hover {
  color: var(--ap-wa-brand-hover);
}

html.ap-wave-a-v1 .ap-wave-a-commercial {
  margin-top: 24px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  background: var(--ap-wa-ink);
  border-radius: var(--ap-wa-radius-card);
}

html.ap-wave-a-v1 .ap-wave-a-commercial strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
}

html.ap-wave-a-v1 .ap-wave-a-commercial p {
  margin-bottom: 0;
  color: var(--ap-wa-line);
}

html.ap-wave-a-v1 .ap-wave-a-trust {
  padding: 52px 48px;
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 56px;
  color: #fff;
  background: var(--ap-wa-ink);
}

html.ap-wave-a-v1 .ap-wave-a-trust h2 {
  color: #fff;
}

html.ap-wave-a-v1 .ap-wave-a-trust__intro p {
  color: var(--ap-wa-line);
}

html.ap-wave-a-v1 .ap-wave-a-trust .ap-wave-a-text-link,
html.ap-wave-a-v1 .ap-wave-a-trust a {
  color: #fff;
}

html.ap-wave-a-v1 .ap-wave-a-trust__grid {
  margin: 0;
  display: grid;
}

html.ap-wave-a-v1 .ap-wave-a-trust__grid > div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

html.ap-wave-a-v1 .ap-wave-a-trust__grid > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

html.ap-wave-a-v1 .ap-wave-a-trust dt {
  color: var(--ap-wa-amber);
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

html.ap-wave-a-v1 .ap-wave-a-trust dd {
  margin: 0;
  display: grid;
  gap: 5px;
}

html.ap-wave-a-v1 .ap-wave-a-trust dd strong {
  font-size: 14px;
  line-height: 21px;
}

html.ap-wave-a-v1 .ap-wave-a-trust dd span,
html.ap-wave-a-v1 .ap-wave-a-trust dd a {
  color: var(--ap-wa-line);
  font-size: 13px;
  line-height: 20px;
}

html.ap-wave-a-v1 .ap-wave-a-trust dd > a,
html.ap-wave-a-v1 .ap-wave-a-trust__links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.ap-wave-a-v1 .ap-wave-a-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}

html.ap-wave-a-v1 .ap-wave-a-footer .subscribe-block {
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--ap-wa-canvas);
  border-top: 1px solid var(--ap-wa-line);
  box-shadow: none;
}

html.ap-wave-a-v1 .ap-wave-a-footer .subscribe-block input,
html.ap-wave-a-v1 .ap-wave-a-footer .subscribe-block button {
  min-height: 46px;
  border-radius: var(--ap-wa-radius-control);
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main {
  color: var(--ap-wa-line);
  background: var(--ap-wa-ink);
}

html.ap-wave-a-v1 .ap-wave-a-footer .ap-wave-a-footer__grid {
  padding-top: 38px;
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 28px;
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__col {
  width: auto;
  margin: 0;
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__link,
html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__menu a,
html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__menu button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__header {
  color: #fff;
  font-weight: 700;
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__row.--two {
  padding-top: 22px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-bottom {
  background: var(--ap-wa-ink);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-bottom__link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1024px) {
  html.ap-wave-a-v1 .ap-wave-a-hero {
    padding: 36px;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  html.ap-wave-a-v1 .ap-wave-a-section,
  html.ap-wave-a-v1 .ap-wave-a-trust {
    padding-left: 36px;
    padding-right: 36px;
  }

  html.ap-wave-a-v1 .ap-wave-a-footer .ap-wave-a-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html.ap-wave-a-v1 .ap-wave-a-header .header__row {
    min-height: 68px;
    gap: 8px;
  }

  html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-catalog,
  html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools .compare,
  html.ap-wave-a-v1 .ap-wave-a-header .ap-wave-a-tools .delay {
    display: none;
  }

  html.ap-wave-a-v1 .ap-wave-a-home {
    margin-bottom: 24px;
    border-inline: 0;
    border-radius: 0;
  }

  html.ap-wave-a-v1 .ap-wave-a-hero {
    padding: 24px 18px 30px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  html.ap-wave-a-v1 .ap-wave-a-hero__copy {
    order: 2;
  }

  html.ap-wave-a-v1 .ap-wave-a-hero__media {
    order: 1;
  }

  html.ap-wave-a-v1 .ap-wave-a-home h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  html.ap-wave-a-v1 .ap-wave-a-home h2 {
    font-size: 26px;
  }

  html.ap-wave-a-v1 .ap-wave-a-actions,
  html.ap-wave-a-v1 .ap-wave-a-actions .ap-wave-a-action {
    width: 100%;
  }

  html.ap-wave-a-v1 .ap-wave-a-section {
    padding: 34px 18px;
  }

  html.ap-wave-a-v1 .ap-wave-a-section__heading {
    display: block;
  }

  html.ap-wave-a-v1 .ap-wave-a-config-grid,
  html.ap-wave-a-v1 .ap-wave-a-config-links,
  html.ap-wave-a-v1 .ap-wave-a-trust {
    grid-template-columns: 1fr;
  }

  html.ap-wave-a-v1 .ap-wave-a-config-card {
    min-height: 0;
  }

  html.ap-wave-a-v1 .ap-wave-a-commercial {
    padding: 22px;
    align-items: stretch;
    flex-direction: column;
  }

  html.ap-wave-a-v1 .ap-wave-a-trust {
    padding: 38px 18px;
    gap: 24px;
  }

  html.ap-wave-a-v1 .ap-wave-a-trust__grid > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html.ap-wave-a-v1 .ap-wave-a-footer .ap-wave-a-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 18px;
  }

  html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__col.--first {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  html.ap-wave-a-v1 .ap-wave-a-facts {
    display: grid;
  }

  html.ap-wave-a-v1 .ap-wave-a-footer .ap-wave-a-footer__grid {
    grid-template-columns: 1fr;
  }

  html.ap-wave-a-v1 .ap-wave-a-footer .nwfooter-main__col.--first {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ap-wave-a-v1 .ap-wave-a-action {
    transition: none;
  }
}
