/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root {
  --aq-ink: #101828;
  --aq-blue: #304f83;
  --aq-orange: #ff873e;
  --aq-teal: #619389;
  --aq-gold: #ffd461;
  --aq-cream: #f7f6f1;
  --aq-white: #fff;
  --aq-muted: #667085;
  --aq-pad-x: clamp(24px, 8vw, 124px);
  --aq-pad-y: clamp(78px, 10vw, 145px);
}

html { scroll-behavior: smooth; }
body { background: var(--aq-cream); color: var(--aq-ink); overflow-x: hidden; }
.aq-container { width: 100%; max-width: 1600px; margin-inline: auto; }
.aq-section { padding: var(--aq-pad-y) var(--aq-pad-x); }
.aq-label { color: var(--aq-orange); display: block; margin-bottom: 20px; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.aq-section h2 { font-size: clamp(40px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; margin: 0; }
.aq-section h2 span { color: var(--aq-orange); }

/* Header */
.aq-header { position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 86px; padding: 0 clamp(22px, 5vw, 76px); background: transparent; color: #fff; transition: height .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease; }
.aq-header__inner { width: 100%; max-width: none; height: 100%; display: flex; align-items: center; gap: 30px; }
.aq-logo { width: 210px; flex: 0 0 auto; }
.aq-logo img { width: 100%; height: auto; filter: brightness(0) invert(1); transition: filter .3s ease; }
.aq-nav { margin-left: auto; }
.aq-nav .bricks-nav-menu { gap: 30px; }
.aq-nav a { color: inherit; font-size: 14px; font-weight: 700; position: relative; }
.aq-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--aq-orange); transition: width .25s ease; }
.aq-nav a:hover::after { width: 100%; }
.aq-header-cta { min-height: 42px; padding: 0 18px; border-radius: 4px; background: var(--aq-orange); color: var(--aq-ink); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.aq-header-cta:hover { transform: translateY(-2px); background: var(--aq-gold); color: var(--aq-ink); }
#brx-header.sticky.scrolling .aq-header,
.aq-header.aq-scrolled { height: 64px; background: rgba(255,255,255,.94); color: var(--aq-ink); box-shadow: 0 8px 30px rgba(16,24,40,.08); backdrop-filter: blur(14px); }
#brx-header.sticky.scrolling .aq-logo img,
.aq-header.aq-scrolled .aq-logo img { filter: none; }
/* Bricks open mobile navigation */
.aq-nav.brx-open .brx-nav-nested-items {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;

  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 80px 28px !important;

  overflow-y: auto;
  background-color: var(--aq-ink) !important;
  color: var(--aq-white) !important;
}

/* Mobile menu links */
.aq-nav.brx-open .brx-nav-nested-items a {
  width: auto;
  color: var(--aq-white) !important;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}

/* Disable desktop underline positioning inside the overlay */
.aq-nav.brx-open .brx-nav-nested-items a::after {
  bottom: -5px;
}

/* Close button */
.aq-nav.brx-open .brx-nav-nested-items > .brxe-toggle {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  left: auto !important;

  color: var(--aq-white) !important;
}

/* Close-button lines/icon */
.aq-nav.brx-open .brx-nav-nested-items > .brxe-toggle svg,
.aq-nav.brx-open .brx-nav-nested-items > .brxe-toggle span {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
/* Hero */
.aq-hero { min-height: max(760px, 100svh); height: auto; position: relative; overflow: hidden; padding: 150px var(--aq-pad-x) 92px; color: #fff; background: var(--aq-ink); display: flex; flex-direction: column; justify-content: center; }
.aq-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to right,transparent,#000); mask-image: linear-gradient(to right,transparent,#000); }
.aq-hero::after { content: ""; position: absolute; right: -10%; top: 8%; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(97,147,137,.05), 0 0 0 140px rgba(255,135,62,.035); }
.aq-hero__glow { position: absolute; z-index: 0; right: 8%; top: 23%; width: 340px; height: 340px; background: radial-gradient(circle,var(--aq-orange),transparent 64%); opacity: .25; filter: blur(35px); }
.aq-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1600px; }
.aq-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--aq-gold); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.aq-eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--aq-orange); }
.aq-hero__title { max-width: 980px; font-size: clamp(48px,7.2vw,104px); line-height: .9; letter-spacing: -.055em; margin: 25px 0 28px; font-weight: 800; }
.aq-hero__title span { color: var(--aq-orange); }
.aq-hero__lead { max-width: 680px; font-size: clamp(18px,2vw,22px); line-height: 1.55; color: #d5dae2; margin: 0 0 34px; }
.aq-actions { display: flex; flex-direction: row; gap: 12px; flex-wrap: wrap; }
.aq-button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.aq-button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.aq-button--primary { background: var(--aq-orange); color: var(--aq-ink); }
.aq-button--primary:hover { background: var(--aq-gold); color: var(--aq-ink); }
.aq-button--ghost { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.aq-button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.aq-proof { display: flex; flex-direction: row; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.16); max-width: 860px; }
.aq-proof__item { display: flex; flex-direction: column; padding: 22px 52px 0 0; margin-right: 52px; border-right: 1px solid rgba(255,255,255,.16); }
.aq-proof__item:last-child { border-right: 0; }
.aq-proof__strong { color: var(--aq-gold); font-size: 20px; font-weight: 800; }
.aq-proof__label { color: #aeb7c6; margin-top: 5px; font-size: 13px; }

/* Trust */
.aq-trust { background: #fff; }
.aq-section-kicker { text-align: center; font-size: 13px; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; color: var(--aq-blue); margin-bottom: 42px; }
.aq-testimonials { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1500px; margin: auto; border: 1px solid #e3e6eb; }
.aq-testimonial { padding: 30px; min-height: 330px; display: flex; flex-direction: column; border-right: 1px solid #e3e6eb; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.aq-testimonial:last-child { border-right: 0; }
.aq-testimonial:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(16,24,40,.08); z-index: 1; }
.aq-stars { color: var(--aq-gold); letter-spacing: 3px; font-size: 17px; }
.aq-testimonial__quote { margin: 24px 0; line-height: 1.65; font-size: 15px; color: #3d4655; }
.aq-testimonial__name { margin-top: auto; font-weight: 800; }

/* Shared section heading */
.aq-section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 10vw; align-items: end; margin-bottom: 68px; }
.aq-section-heading__intro { font-size: 18px; line-height: 1.65; color: var(--aq-muted); }
.aq-section-heading--light .aq-section-heading__intro { color: #d9e0eb; }

/* Problem */
.aq-problem { background: var(--aq-cream); }
.aq-problem-heading { max-width: 920px; font-size: clamp(42px,4.3vw,66px) !important; text-wrap: balance; }
.aq-problem-list { border-top: 1px solid #cdd1d5; }
.aq-problem-row { position: relative; display: grid; grid-template-columns: 70px 1fr 1.2fr 40px; gap: 30px; align-items: start; padding: 38px 0; border-bottom: 1px solid #cdd1d5; transition: padding .25s ease, background .25s ease; }
.aq-problem-row:hover { padding-left: 16px; background: rgba(255,255,255,.5); }
.aq-problem-row__number { color: var(--aq-orange); font-weight: 800; }
.aq-problem-row h3 { margin: 0; font-size: clamp(21px,2vw,28px); }
.aq-problem-row p { margin: 0; color: var(--aq-muted); line-height: 1.6; }
.aq-problem-row__mark { font-size: 26px; color: var(--aq-teal); }

/* Agitation */
.aq-agitation { background: var(--aq-orange); padding: 48px clamp(24px,4vw,64px); }
.aq-cost-card { width: 100%; max-width: none; margin: auto; background: var(--aq-ink); color: #fff; padding: clamp(38px,6vw,76px); position: relative; overflow: hidden; }
.aq-cost-card::after { content: "$"; position: absolute; right: -20px; top: -70px; font-size: 420px; line-height: 1; color: rgba(255,255,255,.035); font-weight: 900; }
.aq-cost-card > * { position: relative; z-index: 1; }
.aq-cost-card h2 {  margin: 0 0 32px;font-size: clamp(40px,5vw,72px); line-height: .98; letter-spacing: -.045em; }
.aq-cost-card h2 span { color: var(--aq-orange); }
.aq-cost-card__copy { max-width: 760px; color: #c6ccd6; font-size: 20px; line-height: 1.65; }
.aq-cost-line { margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: row; gap: 24px; align-items: center; flex-wrap: wrap; color: #b6becc; }
.aq-operator { color: var(--aq-orange); font-weight: 800; }
.aq-cost-result { color: var(--aq-gold); font-weight: 800; }

/* ==================================================
   SOLUTION SECTION
   ================================================== */

.aq-solution {
  background: var(--aq-blue);
  color: #fff;
}

/* Card grid */
.aq-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 14px;
}

/* Individual card */
.aq-solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;

  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 34px;

  border-top: 5px solid var(--aq-orange);
  background: #fff;
  color: var(--aq-ink);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Top-border colors */
.aq-solution-card:nth-child(2) {
  border-top-color: var(--aq-teal);
}

.aq-solution-card:nth-child(3) {
  border-top-color: var(--aq-gold);
}

/* Card number */
.aq-solution-card__number {
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e4e8;
  color: var(--aq-blue);
  font-size: 12px;
  font-weight: 900;
}

/* Card heading */
.aq-solution-card h3 {
  margin: 48px 0 32px;
  color: var(--aq-ink);
  font-size: 25px;
}

/* Card description */
.aq-solution-card p {
  margin: 0;
  color: var(--aq-muted);
  line-height: 1.6;
}

/* Arrow pinned to bottom */
.aq-solution-card__arrow {
  margin-top: auto;
  padding-top: 24px;
  color: var(--aq-orange);
  font-size: 28px;
  line-height: 1;
}

/* Hover effect for mouse and trackpad */
@media (hover: hover) and (pointer: fine) {
  .aq-solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
  }
}

/* ==================================================
   FAQ SECTION
   Standard (non-nestable) Bricks Accordion
   ================================================== */

.aq-faq {
  background: #fff;
}

.aq-faq__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  align-items: start;
}

.aq-faq__intro {
  position: sticky;
  top: 110px;
}

.aq-faq__intro h2 {
margin: 0 0 32px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.aq-faq__intro h2 span {
  color: var(--aq-orange);
}

.aq-faq__intro p {
  color: var(--aq-muted);
  font-size: 18px;
  line-height: 1.65;
}

/* Accordion shell and rows */
.aq-accordion {
  width: 100%;
  border-top: 1px solid #d8dce2;
}

.aq-accordion .accordion-item {
  width: 100%;
  border-bottom: 1px solid #d8dce2;
}

/* Clickable question area */
.aq-accordion .accordion-title-wrapper {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 25px 0;
}

/* The icon is positioned independently so wrapped questions cannot move it. */
.aq-accordion .accordion-title {
  position: relative !important;
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0 48px 0 0 !important;
}

.aq-accordion .accordion-title .title {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--aq-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

/* Shared positioning and appearance for plus and minus icons. */
.aq-accordion .accordion-title .icon,
.aq-accordion .accordion-title .icon.expanded {
  position: absolute !important;
  top: 0.12em !important;
  right: 0 !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin: 0 !important;
  padding: 0;
  color: var(--aq-orange) !important;
  -webkit-text-fill-color: var(--aq-orange) !important;
  fill: var(--aq-orange) !important;
  font-size: 26px;
  line-height: 1;
}

/* Closed state: show plus and hide minus. */
.aq-accordion .accordion-title .icon:not(.expanded) {
  display: flex !important;
}

.aq-accordion .accordion-title .icon.expanded {
  display: none !important;
}

/* Open state: hide plus and show minus. */
.aq-accordion .brx-open .accordion-title .icon:not(.expanded) {
  display: none !important;
}

.aq-accordion .brx-open .accordion-title .icon.expanded {
  display: flex !important;
}

/* Support icons rendered with an inner element or SVG. */
.aq-accordion .accordion-title .icon *,
.aq-accordion .accordion-title .icon.expanded * {
  color: var(--aq-orange) !important;
  -webkit-text-fill-color: var(--aq-orange) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.aq-accordion .accordion-title .icon svg,
.aq-accordion .accordion-title .icon.expanded svg {
  width: 24px;
  height: 24px;
}

.aq-accordion .brx-open .accordion-title .title {
  color: var(--aq-ink);
}

/* Answer area */
.aq-accordion .accordion-content-wrapper {
  margin: 0;
  padding: 0 48px 25px 0;
  color: var(--aq-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* ==================================================
   CONTACT
   ================================================== */

.aq-contact {
  background: var(--aq-teal);
}

.aq-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}

.aq-contact__copy {
  color: #fff;
}

.aq-contact__copy .aq-label {
  color: var(--aq-gold);
}

.aq-contact__copy h2 {
margin: 0 0 32px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.aq-contact__copy p {
  max-width: 580px;
  color: #eef4f2;
  font-size: 19px;
  line-height: 1.65;
}

.aq-contact-points {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 36px;

  width: 100%;
  margin-top: 28px;
  padding: 0;

  font-size: 13px;
  font-weight: 800;
}

.aq-contact-point {
  display: flex;
  align-items: flex-start;
  gap: 8px;

  max-width: 190px;
  color: #fff;
  line-height: 1.45;
}

.aq-contact-point::before {
  content: "\2713";
  flex: 0 0 auto;
  color: var(--aq-gold);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .aq-contact-points {
    flex-direction: column;
    gap: 14px;
  }

  .aq-contact-point {
    max-width: none;
  }
}

.aq-review-form {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.18);
}

.aq-review-form label {
  color: #485160;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aq-review-form input {
  width: 100%;
  padding: 12px 0 14px;
  border: 0;
  border-bottom: 1px solid #b9c0c8;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
}

.aq-review-form input:focus {
  border-color: var(--aq-orange);
  box-shadow: 0 2px 0 var(--aq-orange);
}

.aq-review-form button[type="submit"] {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 4px;
  background: var(--aq-orange);
  color: var(--aq-ink);
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease;
}

.aq-review-form button[type="submit"]:hover {
  transform: translateY(-3px);
  background: var(--aq-gold);
}

/* ==================================================
   FOOTER
   ================================================== */

.aq-footer {
  padding: 45px var(--aq-pad-x) 100px;
  background: var(--aq-ink);
  color: #c9d0db;
}

.aq-footer__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  font-size: 13px;
}

.aq-footer__logo {
  width: 190px;
}

.aq-footer__logo img {
  filter: brightness(0) invert(1);
}

.aq-footer__inner p {
  margin-right: auto;
}

.aq-footer__inner a {
  color: var(--aq-gold);
  font-weight: 800;
}

/* ==================================================
   BOTTOM CALL BAR
   ================================================== */

/* ==================================================
   BOTTOM CALL BAR
   ================================================== */

.aq-callbar {
  position: fixed;
  z-index: 1000;
  bottom: 16px;
  left: 50%;

  display: grid !important;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;

  width: min(650px, calc(100% - 28px));
  padding: 7px;

  transform: translate(-50%, 130%);

  border: 1px solid #e3e6e9;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(16, 24, 40, 0.22);

  transition: transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.aq-callbar.is-visible {
  transform: translate(-50%, 0);
}

.aq-callbar__call,
.aq-callbar__review {
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 10px 16px;

  border: 0;
  border-radius: 0;

  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.aq-callbar__call {
  background: transparent;
  color: var(--aq-blue);
}

.aq-callbar__review {
  border-radius: 4px;
  background: var(--aq-orange);
  color: var(--aq-ink);
}

.aq-callbar__review:hover {
  background: var(--aq-gold);
  color: var(--aq-ink);
}

@media (max-width: 640px) {
  .aq-callbar {
    bottom: 8px;
    grid-template-columns: 0.7fr 1.3fr;
  }

  .aq-callbar__call,
  .aq-callbar__review {
    padding: 9px 10px;
    font-size: 12px;
  }
}

/* ==================================================
   REVEAL MOTION
   ================================================== */

.aq-reveal {
  opacity: 0;
  translate: 0 24px;
  transition:
    opacity 0.65s ease,
    translate 0.65s ease,
     transform 0.3s ease,
    box-shadow 0.3s ease,
	  padding 0.25s ease,
    background 0.3s ease;
}

.aq-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (min-width: 981px) and (max-height: 850px) {
  .aq-hero {
    padding-top: 120px;
    padding-bottom: 58px;
  }

  .aq-hero__title {
    margin: 20px 0 22px;
    font-size: clamp(54px, 6vw, 82px);
  }

  .aq-hero__lead {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .aq-proof {
    margin-top: 36px;
  }
}

@media (max-width: 980px) {
  .aq-header-cta {
    display: none;
  }

  .aq-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .aq-testimonial:nth-child(2) {
    border-right: 0;
  }

  .aq-testimonial:nth-child(-n + 2) {
    border-bottom: 1px solid #e3e6eb;
  }

  .aq-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .aq-problem-row {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .aq-problem-row > p,
  .aq-problem-row__copy {
    grid-column: 2;
    width: 100%;
    min-width: 0;
  }

  .aq-problem-row__mark {
    display: none;
  }

  .aq-solution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .aq-faq__inner {
    grid-template-columns: 1fr;
  }

  .aq-faq__intro {
    position: static;
  }

  .aq-contact__inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

@media (max-width: 640px) {
  :root {
    --aq-pad-x: 22px;
    --aq-pad-y: 20px;
  }

  .aq-header {
    height: 72px;
    padding: 0 20px;
  }

  #brx-header.sticky.scrolling .aq-header,
  .aq-header.aq-scrolled {
    height: 58px;
  }

  .aq-logo {
    width: 165px;
  }

  .aq-hero {
    height: auto;
    min-height: 760px;
    padding: 145px 22px 65px;
  }

  .aq-hero::after {
    top: 10%;
    right: -45%;
    width: 90vw;
    height: 90vw;
  }

  .aq-hero__title {
    font-size: 52px;
    line-height: 0.94;
  }

  .aq-hero__lead {
    font-size: 17px;
  }

  .aq-actions {
    flex-direction: column;
  }

  .aq-actions .aq-button {
    width: 100%;
  }

  .aq-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 45px;
  }

  .aq-proof__item {
    margin: 0;
    padding: 16px 14px 0 0;
    border: 0;
  }

  .aq-proof__item:last-child {
    display: none;
  }

  .aq-section h2 {
    font-size: 42px;
  }

  .aq-testimonials {
    grid-template-columns: 1fr;
  }

  .aq-testimonial {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e3e6eb !important;
  }

  .aq-testimonial:last-child {
    border-bottom: 0 !important;
  }

  .aq-section-heading {
    margin-bottom: 42px;
  }

  .aq-problem-row {
    gap: 16px;
  }

  .aq-problem-row > p,
  .aq-problem-row__copy {
    font-size: 15px;
  }

  .aq-agitation {
    padding: 32px 22px;
  }

  .aq-cost-card {
    padding: 38px 26px;
  }

  .aq-cost-card__copy {
    font-size: 17px;
  }

  .aq-cost-line {
    gap: 10px;
  }

  .aq-cost-line > * {
    width: 100%;
  }

  .aq-operator {
    display: block;
    padding-left: 10px;
    font-size: 20px;
  }

  .aq-solution-grid {
    grid-template-columns: 1fr;
  }

  .aq-solution-card {
    min-height: 310px;
  }

  /* FAQ mobile */
  .aq-accordion .accordion-title-wrapper {
    padding: 22px 0;
  }

  .aq-accordion .accordion-title {
    padding-right: 40px !important;
  }

  .aq-accordion .accordion-title .title {
    font-size: 16px;
    line-height: 1.4;
  }

  .aq-accordion .accordion-title .icon,
  .aq-accordion .accordion-title .icon.expanded {
    top: 0.1em !important;
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .aq-accordion .accordion-content-wrapper {
    padding: 0 40px 22px 0;
    font-size: 15px;
  }

  .aq-review-form {
    padding: 28px 22px;
  }

  .aq-footer {
    padding-bottom: 115px;
  }

  .aq-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .aq-footer__inner p {
    margin: 0;
  }

  .aq-callbar {
    bottom: 8px;
  }

  .aq-callbar a {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .aq-reveal {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }

  .aq-header,
  .aq-callbar,
  .aq-button,
  .aq-testimonial,
  .aq-solution-card {
    transition: none;
  }
}
.aq-form-consent {
  margin-top: 16px;
  color: var(--aq-ink);
  font-size: 12px;
  line-height: 1.55;
  opacity: 0.82;
}

.aq-form-consent a {
  color: var(--aq-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aq-form-consent a:hover {
  color: #fff;
}
/* Fix Bricks default section padding overriding header and hero */
.brxe-section.aq-header {
  height: 86px;
  min-height: 0;
  padding: 0 clamp(22px, 5vw, 76px);
}

.brxe-section.aq-hero {
  padding: 150px var(--aq-pad-x) 92px;
}

@media (max-width: 640px) {
  .brxe-section.aq-header {
    height: 72px;
    min-height: 0;
    padding: 0 20px;
  }

  .brxe-section.aq-hero {
    height: auto;
    min-height: 760px;
    padding: 145px 22px 65px;
  }
}
.brxe-section.aq-section {
  padding: var(--aq-pad-y) var(--aq-pad-x);
}