:root {
  --av-navy: #071426;
  --av-navy-2: #0c2342;
  --av-navy-3: #12365f;
  --av-blue: #176bff;
  --av-sky: #eaf2ff;
  --av-cyan: #00a9d6;
  --av-cyan-2: #25d1f2;
  --av-orange: #f97316;
  --av-orange-2: #ff9f43;
  --av-orange-soft: #fff0e4;
  --av-amber: #f59e0b;
  --av-amber-soft: #fff4dd;
  --av-paper: #ffffff;
  --av-bg: #f4f7fb;
  --av-text: #0a1830;
  --av-muted: #647083;
  --av-line: #dee5ee;
  --av-green: #24c96b;
  --av-shadow: 0 24px 70px rgba(7, 20, 38, .12);
  --av-shadow-soft: 0 14px 42px rgba(7, 20, 38, .08);
}

.home-redesign {
  margin: 0;
  background: var(--av-paper);
  color: var(--av-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

.home-redesign * {
  box-sizing: border-box;
}

.home-redesign .shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign p {
  margin-top: 0;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3 {
  color: inherit;
  font-family: inherit;
  text-transform: none;
  letter-spacing: -.045em;
}

.home-redesign h1 em,
.home-redesign h2 em {
  color: var(--av-orange);
  font-style: normal;
}

.home-redesign a,
.home-redesign button,
.home-redesign summary {
  -webkit-tap-highlight-color: transparent;
}

.home-redesign a:focus-visible,
.home-redesign button:focus-visible,
.home-redesign summary:focus-visible {
  outline: 3px solid rgba(23, 107, 255, .35);
  outline-offset: 4px;
}

.home-redesign .av-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(222, 229, 238, .82);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 30px rgba(7, 20, 38, .04);
  backdrop-filter: blur(18px);
}

.av-header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 34px;
}

.home-redesign .av-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  height: auto;
}

.home-redesign .av-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(7, 20, 38, .12));
}

.home-redesign .av-brand > span {
  padding: 0;
}

.home-redesign .av-brand b,
.home-redesign .av-brand small {
  display: block;
}

.home-redesign .av-brand b {
  color: var(--av-navy);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1;
}

.home-redesign .av-brand small {
  margin-top: 5px;
  color: var(--av-muted);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-redesign .av-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.home-redesign .av-nav a {
  position: relative;
  color: #354257;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -.01em;
  text-transform: none;
}

.home-redesign .av-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--av-orange);
  content: "";
  transform: scaleX(0);
  transition: transform .22s ease;
}

.home-redesign .av-nav a:hover {
  color: var(--av-navy);
}

.home-redesign .av-nav a:hover::after {
  transform: scaleX(1);
}

.home-redesign .av-nav a[aria-current="page"] {
  color: var(--av-navy);
}

.home-redesign .av-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.av-header-cta {
  display: flex;
  min-width: 175px;
  padding: 12px 16px;
  flex-direction: column;
  border-radius: 13px;
  background: var(--av-navy);
  color: #fff;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.av-header-cta:hover {
  background: var(--av-orange);
  box-shadow: 0 12px 28px rgba(249, 115, 22, .25);
  transform: translateY(-2px);
}

.av-header-cta span {
  color: #aeb9c8;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.av-header-cta b {
  margin-top: 2px;
  font-size: 14px;
}

.home-redesign .av-menu-button {
  display: none;
  margin-left: auto;
  padding: 9px;
  border: 0;
  background: transparent;
}

.home-redesign .av-menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  border-radius: 4px;
  background: var(--av-navy);
}

.av-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 86px;
  background:
    linear-gradient(135deg, rgba(234, 242, 255, .86), rgba(255, 255, 255, .15) 54%),
    var(--av-paper);
}

.av-hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 39%;
  height: 3px;
  background: linear-gradient(90deg, var(--av-orange), transparent);
  content: "";
}

.av-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.av-hero-glow-one {
  top: -230px;
  left: -180px;
  width: 540px;
  height: 540px;
  background: rgba(23, 107, 255, .08);
}

.av-hero-glow-two {
  right: -200px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  background: rgba(249, 115, 22, .11);
}

.av-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(440px, .9fr);
  align-items: center;
  gap: clamp(50px, 7vw, 102px);
}

.av-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--av-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.av-eyebrow span {
  width: 28px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.av-eyebrow-dark {
  color: var(--av-blue);
}

.av-hero-copy h1 {
  max-width: 730px;
  margin-bottom: 28px;
  color: var(--av-navy);
  font-size: clamp(54px, 5.3vw, 80px);
  font-weight: 820;
  line-height: .98;
}

.av-hero-copy > p {
  max-width: 610px;
  margin-bottom: 31px;
  color: var(--av-muted);
  font-size: 18px;
  line-height: 1.68;
}

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

.av-button {
  display: inline-flex;
  min-height: 55px;
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.av-button:hover {
  transform: translateY(-3px);
}

.av-button span {
  font-size: 20px;
  font-weight: 500;
}

.av-button-primary {
  min-width: 191px;
  background: var(--av-orange);
  box-shadow: 0 15px 34px rgba(249, 115, 22, .24);
  color: #fff;
}

.av-button-primary:hover {
  background: var(--av-orange-2);
  box-shadow: 0 20px 42px rgba(249, 115, 22, .32);
}

.av-button-secondary {
  min-width: 178px;
  border-color: var(--av-line);
  background: rgba(255, 255, 255, .8);
  color: var(--av-navy);
}

.av-button-secondary:hover {
  border-color: var(--av-blue);
  background: #fff;
  box-shadow: var(--av-shadow-soft);
}

.av-button-light {
  border-color: rgba(255, 255, 255, .2);
  background: #fff;
  color: var(--av-navy);
}

.av-button-light:hover {
  border-color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.av-hero-proof {
  display: flex;
  align-items: stretch;
  gap: 22px;
  margin-top: 35px;
}

.av-hero-proof > a,
.av-hero-proof > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.av-hero-proof > div {
  padding-left: 22px;
  border-left: 1px solid var(--av-line);
}

.av-google-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--av-line);
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(7, 20, 38, .08);
}

.av-hero-proof b,
.av-hero-proof small {
  display: block;
}

.av-hero-proof b {
  color: var(--av-navy);
  font-size: 12px;
}

.av-hero-proof small {
  margin-top: 3px;
  color: var(--av-muted);
  font-size: 10px;
}

.av-hero-visual {
  position: relative;
  min-height: 570px;
}

.av-image-frame {
  position: absolute;
  inset: 0 16px 0 26px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 30px;
  background: var(--av-navy);
  box-shadow: 0 36px 90px rgba(7, 20, 38, .2);
  transform: rotate(1.2deg);
}

.av-image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 20, 38, .22));
  content: "";
}

.av-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.av-floating-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(222, 229, 238, .9);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 46px rgba(7, 20, 38, .16);
  backdrop-filter: blur(12px);
}

.av-floating-card b,
.av-floating-card small {
  display: block;
}

.av-floating-card b {
  color: var(--av-navy);
  font-size: 13px;
}

.av-floating-card small {
  margin-top: 3px;
  color: var(--av-muted);
  font-size: 10px;
}

.av-floating-rating {
  top: 36px;
  right: -19px;
  min-width: 185px;
  padding: 17px 19px;
}

.av-floating-rating > span {
  display: block;
  margin-bottom: 6px;
  color: #f3a118;
  font-size: 13px;
  letter-spacing: .1em;
}

.av-floating-location {
  display: flex;
  bottom: 34px;
  left: -14px;
  min-width: 218px;
  padding: 16px 18px;
  align-items: center;
  gap: 12px;
}

.av-floating-location i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--av-sky);
  color: var(--av-blue);
  font-size: 22px;
  font-style: normal;
}

.av-trust {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--av-line);
  border-bottom: 1px solid var(--av-line);
  background: #fff;
}

.av-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.av-trust-grid > div {
  display: flex;
  min-height: 116px;
  padding: 25px 24px;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--av-line);
}

.av-trust-grid > div:first-child {
  border-left: 1px solid var(--av-line);
}

.av-trust-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: var(--av-sky);
  color: var(--av-blue);
  font-size: 18px;
  font-weight: 850;
}

.av-trust-grid b,
.av-trust-grid small {
  display: block;
}

.av-trust-grid b {
  color: var(--av-navy);
  font-size: 13px;
}

.av-trust-grid small {
  margin-top: 4px;
  color: var(--av-muted);
  font-size: 10px;
}

.av-credentials {
  padding: 25px 0;
  border-bottom: 1px solid var(--av-line);
  background: var(--av-bg);
}

.av-credentials-inner {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
}

.av-credentials-copy small,
.av-credentials-copy strong {
  display: block;
}

.av-credentials-copy small {
  margin-bottom: 5px;
  color: var(--av-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.av-credentials-copy strong {
  color: var(--av-navy);
  font-size: 14px;
  line-height: 1.35;
}

.av-credential-marks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--av-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(7, 20, 38, .04);
}

.av-credential-mark {
  display: flex;
  min-height: 82px;
  padding: 14px 15px;
  align-items: center;
  gap: 11px;
  border-right: 1px solid var(--av-line);
  color: inherit;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

a.av-credential-mark:hover {
  background-color: #f7faff;
  transform: translateY(-2px);
}

.av-credential-mark:last-child {
  border-right: 0;
}

.av-mark-symbol {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 14px;
  color: var(--av-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.av-mark-logo {
  display: grid;
  width: 66px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
}

.av-mark-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}

.av-credential-mark b,
.av-credential-mark small {
  display: block;
}

.av-credential-mark b {
  color: var(--av-navy);
  font-size: 10px;
  line-height: 1.25;
}

.av-credential-mark small {
  margin-top: 4px;
  color: var(--av-muted);
  font-size: 8px;
}

.av-credential-cg .av-mark-symbol {
  color: #d6202e;
  border-radius: 50%;
}

.av-credential-gold {
  background: linear-gradient(135deg, #fffdf5, #f5e7a7);
}

.av-credential-gold .av-mark-symbol {
  border-color: #d0ab25;
  background: #fffaf0;
  color: #8a6d00;
}

.av-credential-gold .av-mark-gold {
  font-size: 8px;
  letter-spacing: .05em;
}

.av-credential-jib .av-mark-symbol {
  border-color: var(--av-blue);
  background: var(--av-sky);
  color: var(--av-blue);
}

.av-credential-level .av-mark-symbol {
  border-color: var(--av-blue);
  background: var(--av-sky);
  color: var(--av-blue);
}

.av-credential-qualified .av-mark-symbol {
  color: var(--av-green);
}

.av-credential-napit {
  background: linear-gradient(135deg, #f7fbff, #fff);
}

.av-section,
.av-steps {
  padding: 76px 0;
}

.av-services {
  background: var(--av-bg);
}

.av-section-head,
.av-review-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 70px;
  margin-bottom: 38px;
}

.av-review-head {
  align-items: center;
}

.av-section-head h2,
.av-why h2,
.av-steps h2,
.av-review-head h2,
.av-areas h2,
.av-contact h2,
.av-faq h2 {
  margin-bottom: 0;
  color: var(--av-navy);
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 810;
  line-height: 1;
}

.av-section-head > div:last-child p {
  margin-bottom: 17px;
  color: var(--av-muted);
  font-size: 14px;
  line-height: 1.75;
}

.av-text-link {
  display: inline-flex;
  padding-bottom: 5px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid currentColor;
  color: var(--av-blue);
  font-size: 12px;
  font-weight: 800;
  transition: gap .22s ease, color .22s ease;
}

.av-text-link:hover {
  gap: 32px;
  color: var(--av-orange);
}

.av-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.av-service-card {
  position: relative;
  display: flex;
  min-height: 322px;
  overflow: hidden;
  padding: 23px;
  flex-direction: column;
  border: 1px solid var(--av-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(7, 20, 38, .04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.av-service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--av-blue), var(--av-orange));
  content: "";
  opacity: 0;
  transition: opacity .25s ease;
}

.av-service-card:hover {
  z-index: 2;
  border-color: rgba(23, 107, 255, .2);
  box-shadow: var(--av-shadow);
  transform: translateY(-8px);
}

.av-service-card:hover::before {
  opacity: 1;
}

.av-service-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 17px;
  background: var(--av-sky);
  color: var(--av-blue);
}

.av-service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.av-service-card:first-child .av-service-icon svg {
  fill: currentColor;
  stroke: none;
}

.av-card-number {
  position: absolute;
  top: 25px;
  right: 23px;
  color: #9aa5b5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.av-service-card h3 {
  margin: 25px 0 10px;
  color: var(--av-navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}

.av-service-reason {
  display: block;
  margin-bottom: 7px;
  color: var(--av-blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-service-card p {
  margin-bottom: 19px;
  color: var(--av-muted);
  font-size: 11px;
  line-height: 1.6;
}

.av-card-link {
  display: flex;
  margin-top: auto;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--av-line);
  color: var(--av-navy);
  font-size: 11px;
  font-weight: 800;
}

.av-card-link i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: var(--av-bg);
  color: var(--av-blue);
  font-size: 16px;
  font-style: normal;
  transition: background .22s ease, color .22s ease;
}

.av-service-card:hover .av-card-link i {
  background: var(--av-blue);
  color: #fff;
}

.av-service-card-dark {
  border-color: var(--av-navy);
  background:
    radial-gradient(circle at 90% 5%, rgba(23, 107, 255, .22), transparent 35%),
    var(--av-navy);
}

.av-service-card-dark .av-service-icon {
  background: rgba(255, 255, 255, .1);
  color: #7caaff;
}

.av-service-card-dark .av-card-number,
.av-service-card-dark p {
  color: #aeb9c8;
}

.av-service-card-dark .av-service-reason {
  color: #6fe4ff;
}

.av-service-card-dark h3,
.av-service-card-dark .av-card-link {
  color: #fff;
}

.av-service-card-dark .av-card-link {
  border-color: rgba(255, 255, 255, .14);
}

.av-service-card-dark .av-card-link i {
  background: var(--av-orange);
  color: #fff;
}

.av-why {
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(249, 115, 22, .18), transparent 31%),
    var(--av-navy);
  color: #fff;
}

.av-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
  align-items: center;
  gap: clamp(60px, 8vw, 112px);
}

.av-why-visual {
  position: relative;
}

.av-why-visual::before {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 116px;
  height: 116px;
  border-top: 3px solid var(--av-orange);
  border-left: 3px solid var(--av-orange);
  border-radius: 20px 0 0;
  content: "";
}

.av-why-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.16 / 1;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .28);
}

.av-why-badge {
  position: absolute;
  right: -24px;
  bottom: 28px;
  display: flex;
  padding: 17px 22px;
  align-items: center;
  gap: 13px;
  border-radius: 15px;
  background: var(--av-orange);
  box-shadow: 0 18px 38px rgba(249, 115, 22, .3);
  color: #fff;
}

.av-why-badge b,
.av-why-badge span {
  font-size: 9px;
  letter-spacing: .1em;
}

.av-why-badge span {
  padding-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, .46);
}

.av-why-copy .av-eyebrow {
  color: #75a8ff;
}

.av-why h2 {
  color: #fff;
}

.av-why-copy > p {
  max-width: 590px;
  margin: 27px 0 32px;
  color: #b3c0d1;
  font-size: 15px;
  line-height: 1.75;
}

.av-benefit-list {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
}

.av-benefit-list li {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.av-benefit-list li > span {
  color: var(--av-orange);
  font-size: 10px;
  font-weight: 850;
}

.av-benefit-list b,
.av-benefit-list small {
  display: block;
}

.av-benefit-list b {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.av-benefit-list small {
  color: #91a0b4;
  font-size: 11px;
  line-height: 1.5;
}

.av-brands {
  padding: 28px 0;
  border-bottom: 1px solid var(--av-line);
  background: #fff;
}

.av-brands-inner {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 50px;
}

.av-brands-inner > div:first-child small,
.av-brands-inner > div:first-child b {
  display: block;
}

.av-brands-inner > div:first-child small {
  margin-bottom: 5px;
  color: var(--av-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-brands-inner > div:first-child b {
  color: var(--av-navy);
  font-size: 15px;
}

.av-brands-inner > div:first-child p {
  max-width: 220px;
  margin: 7px 0 0;
  color: var(--av-muted);
  font-size: 9px;
  line-height: 1.5;
}

.av-brand-marks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--av-line);
  border-radius: 16px;
  background: #fff;
}

.av-brand-marks > a {
  display: grid;
  min-height: 76px;
  padding: 10px;
  place-items: center;
  align-content: center;
  border-right: 1px solid var(--av-line);
  color: var(--av-navy);
  text-align: center;
  text-decoration: none;
  transition: background-color .22s ease, transform .22s ease;
}

.av-brand-marks > a:last-child {
  border-right: 0;
}

.av-brand-marks > a:hover {
  background: var(--av-sky);
  transform: translateY(-2px);
}

.av-brand-marks a > span {
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.02em;
}

.av-brand-marks a > small {
  margin-top: 4px;
  color: var(--av-muted);
  font-size: 7px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.av-brand-logo img {
  display: block;
  width: auto;
  max-width: 78px;
  height: auto;
  max-height: 36px;
  object-fit: contain;
}

.av-brand-logo:first-child img {
  max-width: 74px;
  max-height: 48px;
}

.av-brand-note {
  margin-top: 13px;
  color: #8d97a5;
  font-size: 7px;
  line-height: 1.5;
  text-align: right;
}

.av-steps {
  padding-block: 56px;
  background: #fff;
}

.av-steps-head {
  max-width: 690px;
  margin-bottom: 30px;
}

.av-steps h2 {
  font-size: clamp(38px, 3.7vw, 54px);
}

.av-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid var(--av-line);
  border-radius: 24px;
  background: var(--av-bg);
  list-style: none;
}

.av-steps-grid li {
  position: relative;
  min-height: 238px;
  padding: 27px;
  border-right: 1px solid var(--av-line);
}

.av-steps-grid li:last-child {
  border-right: 0;
}

.av-steps-grid li > span {
  color: var(--av-muted);
  font-size: 10px;
  font-weight: 800;
}

.av-step-symbol {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 26px 0 22px;
  place-items: center;
  border-radius: 16px;
  background: var(--av-navy);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.av-steps-grid li:nth-child(2) .av-step-symbol {
  background: var(--av-blue);
}

.av-steps-grid li:nth-child(3) .av-step-symbol {
  background: var(--av-orange);
}

.av-steps-grid h3 {
  margin-bottom: 12px;
  color: var(--av-navy);
  font-size: 18px;
  font-weight: 800;
}

.av-steps-grid p {
  max-width: 290px;
  margin-bottom: 0;
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.65;
}

.av-reviews {
  border-top: 1px solid var(--av-line);
  background:
    radial-gradient(circle at 94% 14%, rgba(249, 115, 22, .09), transparent 26%),
    radial-gradient(circle at 10% 30%, rgba(23, 107, 255, .07), transparent 28%),
    var(--av-bg);
}

.av-google-live {
  width: 100%;
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--av-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--av-shadow-soft);
}

.av-google-live-head {
  display: flex;
  padding: 2px 3px 10px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.av-google-live-head span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--av-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-google-live-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--av-orange);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .13);
}

.av-google-live-head small {
  color: var(--av-muted);
  font-size: 9px;
}

.av-google-live-map {
  position: relative;
  height: 208px;
  overflow: hidden;
  border-radius: 13px;
  background: #e9edf2;
}

.av-google-live-map iframe {
  display: block;
  width: 560px;
  max-width: none;
  height: 320px;
  border: 0;
  transform: scale(.65);
  transform-origin: top left;
}

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

.av-review-grid article {
  display: flex;
  min-height: 290px;
  padding: 29px;
  flex-direction: column;
  border: 1px solid var(--av-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(7, 20, 38, .04);
}

.av-review-grid article:nth-child(2) {
  background: var(--av-navy);
  color: #fff;
  transform: translateY(-10px);
}

.av-stars {
  color: #f4a21c;
  font-size: 13px;
  letter-spacing: .12em;
}

.av-review-grid blockquote {
  margin: 35px 0 28px;
  color: var(--av-navy);
  font-size: 16px;
  font-weight: 620;
  line-height: 1.68;
}

.av-review-grid article:nth-child(2) blockquote {
  color: #fff;
}

.av-review-grid footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--av-line);
}

.av-review-grid article:nth-child(2) footer {
  border-color: rgba(255, 255, 255, .16);
}

.av-review-grid footer b,
.av-review-grid footer small {
  display: block;
}

.av-review-grid footer b {
  font-size: 12px;
}

.av-review-grid footer small {
  margin-top: 4px;
  color: var(--av-muted);
  font-size: 9px;
}

.av-review-grid article:nth-child(2) footer small {
  color: #9eacbf;
}

.av-review-actions {
  display: flex;
  gap: 28px;
  margin-top: 33px;
}

.av-areas {
  overflow: hidden;
  padding: 76px 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(23, 107, 255, .28), transparent 30%),
    var(--av-navy);
  color: #fff;
}

.av-area-grid {
  display: grid;
  grid-template-columns: minmax(0, .83fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 125px);
}

.av-areas .av-eyebrow {
  color: #76a9ff;
}

.av-areas h2 {
  color: #fff;
}

.av-areas p {
  max-width: 510px;
  margin: 27px 0 30px;
  color: #aab8ca;
  font-size: 14px;
  line-height: 1.7;
}

.av-area-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.av-area-links a {
  position: relative;
  display: flex;
  min-height: 155px;
  padding: 21px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.av-area-links a:hover {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .11);
  transform: translateY(-4px);
}

.av-area-links span {
  color: #92a2b8;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-area-links b {
  margin-top: auto;
  font-size: 20px;
}

.av-area-links i {
  position: absolute;
  right: 19px;
  bottom: 19px;
  color: var(--av-orange);
  font-size: 18px;
  font-style: normal;
}

.av-contact {
  padding: 34px 0;
  background: var(--av-bg);
}

.av-contact-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  padding: 59px;
  align-items: start;
  gap: 62px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% -34%, rgba(249, 115, 22, .86), transparent 47%),
    linear-gradient(135deg, var(--av-navy-2), var(--av-blue));
  box-shadow: 0 30px 70px rgba(249, 115, 22, .18);
  color: #fff;
}

.av-contact-label {
  display: inline-block;
  margin-bottom: 19px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.av-contact h2 {
  color: #fff;
}

.av-contact-card > div:first-child p {
  max-width: 470px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.65;
}

.av-contact-actions {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .32);
}

.av-contact-actions a {
  display: grid;
  grid-template-columns: 105px 1fr auto;
  padding: 18px 5px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
  transition: padding .22s ease, background .22s ease;
}

.av-contact-actions a:hover {
  padding-inline: 14px;
  background: rgba(255, 255, 255, .1);
}

.av-contact-actions span {
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.av-contact-actions b {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.av-contact-actions i {
  font-size: 20px;
  font-style: normal;
}

.av-callback-form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(7, 20, 38, .16);
  color: var(--av-navy);
}

.av-callback-form-head > span {
  color: #a46200;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.av-callback-form-head h3 {
  margin: 8px 0 9px;
  color: var(--av-navy);
  font-size: 28px;
  font-weight: 830;
}

.av-callback-form-head p {
  margin: 0 0 22px;
  color: var(--av-muted);
  font-size: 11px;
  line-height: 1.6;
}

.av-callback-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.av-callback-fields label {
  display: block;
}

.av-callback-fields label:last-child {
  grid-column: 1 / -1;
}

.av-callback-fields label > span {
  display: block;
  margin-bottom: 6px;
  color: #4f5e73;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
}

.av-callback-fields input,
.av-callback-fields select,
.av-callback-fields textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--av-line);
  border-radius: 11px;
  outline: 0;
  background: var(--av-bg);
  color: var(--av-navy);
  font: inherit;
  font-size: 12px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.av-callback-fields textarea {
  min-height: 78px;
  resize: vertical;
}

.av-callback-fields input:focus,
.av-callback-fields select:focus,
.av-callback-fields textarea:focus {
  border-color: var(--av-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(23, 107, 255, .12);
}

.av-callback-form button {
  display: flex;
  width: 100%;
  min-height: 49px;
  margin-top: 15px;
  padding: 12px 15px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 12px;
  background: var(--av-navy);
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .03em;
  transition: transform .2s ease, background .2s ease;
}

.av-callback-form button:hover {
  background: var(--av-navy-2);
  transform: translateY(-2px);
}

.av-callback-form button span {
  color: var(--av-amber);
  font-size: 18px;
}

.av-callback-form > small {
  display: block;
  margin-top: 10px;
  color: #7d899a;
  font-size: 8px;
  line-height: 1.5;
}

.av-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.av-thank-you {
  display: grid;
  min-height: calc(100vh - 147px);
  padding: 90px 0;
  place-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 169, 214, .16), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(245, 158, 11, .12), transparent 28%),
    var(--av-bg);
}

.av-thank-you-card {
  max-width: 880px;
  padding: clamp(42px, 7vw, 82px);
  border: 1px solid var(--av-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--av-shadow);
}

.av-thank-you-mark {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 17px;
  background: var(--av-amber-soft);
  color: #a46200;
  font-size: 25px;
  font-weight: 900;
}

.av-thank-you h1 {
  margin: 22px 0 24px;
  color: var(--av-navy);
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 840;
  line-height: .98;
}

.av-thank-you-card > p {
  max-width: 620px;
  margin-bottom: 31px;
  color: var(--av-muted);
  font-size: 16px;
  line-height: 1.7;
}

.av-thank-you-actions,
.av-thank-you-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.av-thank-you-contact {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--av-line);
}

.av-thank-you-contact a {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--av-bg);
  color: #46546a;
  font-size: 10px;
  font-weight: 800;
}

.av-thank-you-contact a:hover {
  color: var(--av-blue);
}

.av-faq {
  background: #fff;
}

.av-faq-grid {
  display: grid;
  grid-template-columns: .76fr 1fr;
  gap: clamp(60px, 9vw, 130px);
}

.av-faq-grid > div:first-child > p {
  max-width: 420px;
  margin-top: 25px;
  color: var(--av-muted);
  font-size: 13px;
  line-height: 1.65;
}

.av-faq-list {
  border-top: 2px solid var(--av-navy);
}

.home-redesign .av-faq-list details {
  border-bottom: 1px solid var(--av-line);
}

.home-redesign .av-faq-list summary {
  display: flex;
  padding: 22px 3px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--av-navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
  list-style: none;
  text-transform: none;
}

.home-redesign .av-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-redesign .av-faq-list summary span {
  color: var(--av-orange);
  font-size: 22px;
  transition: transform .22s ease;
}

.home-redesign .av-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.home-redesign .av-faq-list details p {
  max-width: 620px;
  margin: -4px 0 23px;
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.7;
}

.av-footer {
  padding-top: 52px;
  background: #050e1c;
  color: #fff;
}

.av-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr .8fr .7fr;
  gap: 42px;
  padding-bottom: 48px;
}

.av-footer-grid > div:not(.av-footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.av-footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.av-footer-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.av-footer-brand b,
.av-footer-brand span {
  display: block;
}

.av-footer-brand b {
  font-size: 16px;
  line-height: 1.2;
}

.av-footer-brand span {
  margin-top: 7px;
  color: #7e8ca0;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-footer-grid small {
  margin-bottom: 7px;
  color: #6f8097;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-footer-grid a,
.av-footer-grid > div > span {
  color: #a6b1bf;
  font-size: 10px;
  line-height: 1.55;
}

.av-footer-grid a:hover {
  color: #fff;
}

.av-footer-bottom {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: #6f7b8b;
  font-size: 9px;
}

.av-footer-bottom a {
  color: #9cacbf;
}

.av-footer-bottom a:hover {
  color: #fff;
}

.home-redesign .av-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  .home-redesign .av-nav {
    gap: 18px;
  }

  .av-header-cta {
    min-width: 160px;
  }

  .av-hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(390px, .8fr);
    gap: 48px;
  }

  .av-hero-visual {
    min-height: 510px;
  }

  .av-credential-mark {
    padding-inline: 10px;
  }

  .av-mark-symbol {
    width: 43px;
    height: 43px;
  }

  .av-contact-card {
    gap: 50px;
  }
}

@media (max-width: 980px) {
  .home-redesign .shell {
    width: min(92vw, 760px);
  }

  .home-redesign .av-menu-button {
    display: block;
  }

  .home-redesign .av-nav {
    position: absolute;
    top: 81px;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 20px 4vw 25px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--av-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 34px rgba(7, 20, 38, .12);
  }

  .home-redesign .av-nav.open {
    display: flex;
  }

  .home-redesign .av-nav a {
    padding: 13px 2px;
    border-bottom: 1px solid var(--av-line);
    font-size: 14px;
  }

  .home-redesign .av-nav a:last-child {
    border-bottom: 0;
  }

  .home-redesign .av-nav a::after {
    display: none;
  }

  .av-header-cta {
    margin-left: 0;
  }

  .av-hero {
    padding: 64px 0 76px;
  }

  .av-hero-grid {
    grid-template-columns: 1fr;
    gap: 57px;
  }

  .av-hero-copy {
    max-width: 700px;
  }

  .av-hero-visual {
    min-height: 600px;
  }

  .av-image-frame {
    inset-inline: 10px;
  }

  .av-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .av-trust-grid > div:nth-child(2) {
    border-right: 1px solid var(--av-line);
  }

  .av-trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--av-line);
  }

  .av-credentials-inner,
  .av-brands-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .av-credential-marks {
    grid-template-columns: 1fr 1fr;
  }

  .av-credential-mark:nth-child(2) {
    border-right: 0;
  }

  .av-credential-mark:nth-child(-n+2) {
    border-bottom: 1px solid var(--av-line);
  }

  .av-section-head,
  .av-review-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .av-section-head > div:last-child {
    max-width: 560px;
  }

  .av-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .av-why-grid,
  .av-area-grid,
  .av-contact-card,
  .av-faq-grid {
    grid-template-columns: 1fr;
  }

  .av-why-visual {
    max-width: 680px;
  }

  .av-why-visual img {
    aspect-ratio: 1.5 / 1;
  }

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

  .av-steps-grid li {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--av-line);
  }

  .av-steps-grid li:last-child {
    border-bottom: 0;
  }

  .av-step-symbol {
    margin: 25px 0 22px;
  }

  .av-google-live {
    max-width: 390px;
  }

  .av-review-grid {
    grid-template-columns: 1fr;
  }

  .av-review-grid article {
    min-height: 250px;
  }

  .av-review-grid article:nth-child(2) {
    transform: none;
  }

  .av-contact-card {
    gap: 45px;
  }

  .av-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .av-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .home-redesign {
    padding-bottom: 60px;
  }

  .home-redesign .shell {
    width: min(90vw, 560px);
  }

  .av-header-inner {
    min-height: 70px;
    gap: 16px;
  }

  .home-redesign .av-brand img {
    width: 55px;
    height: 55px;
  }

  .home-redesign .av-brand b {
    font-size: 18px;
  }

  .home-redesign .av-brand small {
    font-size: 6px;
  }

  .av-header-cta {
    display: none;
  }

  .home-redesign .av-nav {
    top: 69px;
    padding-inline: 5vw;
  }

  .av-hero {
    padding: 47px 0 58px;
  }

  .av-eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: .09em;
  }

  .av-hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(43px, 13.6vw, 62px);
    line-height: .98;
  }

  .av-hero-copy > p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.62;
  }

  .av-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .av-button {
    width: 100%;
    min-width: 0;
  }

  .av-hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 27px;
  }

  .av-hero-proof > a,
  .av-hero-proof > div {
    min-height: 66px;
    padding: 11px;
    border: 1px solid var(--av-line);
    border-radius: 13px;
    background: #fff;
  }

  .av-google-mark {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .av-hero-proof b {
    font-size: 10px;
  }

  .av-hero-proof small {
    font-size: 8px;
  }

  .av-hero-grid {
    gap: 40px;
  }

  .av-hero-visual {
    min-height: 390px;
  }

  .av-image-frame {
    inset: 0;
    border-width: 5px;
    border-radius: 22px;
    transform: none;
  }

  .av-floating-rating {
    top: 16px;
    right: -7px;
    min-width: 153px;
    padding: 13px;
  }

  .av-floating-rating > span {
    font-size: 10px;
  }

  .av-floating-location {
    bottom: 15px;
    left: -7px;
    min-width: 187px;
    padding: 12px;
  }

  .av-floating-card b {
    font-size: 11px;
  }

  .av-mark-logo {
    width: 52px;
    height: 39px;
  }

  .av-floating-card small {
    font-size: 8px;
  }

  .av-trust-grid > div {
    min-height: 96px;
    padding: 16px 12px;
    gap: 9px;
  }

  .av-trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 15px;
  }

  .av-trust-grid b {
    font-size: 10px;
  }

  .av-trust-grid small {
    font-size: 8px;
  }

  .av-credentials {
    padding: 25px 0 28px;
  }

  .av-credential-mark {
    min-height: 92px;
    padding: 10px;
    gap: 8px;
  }

  .av-mark-symbol {
    width: 39px;
    height: 39px;
    border-radius: 11px;
    font-size: 11px;
  }

  .av-credential-mark b {
    font-size: 9px;
  }

  .av-credential-mark small {
    font-size: 7px;
  }

  .av-section,
  .av-steps,
  .av-why,
  .av-areas {
    padding: 68px 0;
  }

  .av-section-head,
  .av-review-head {
    margin-bottom: 34px;
  }

  .av-section-head h2,
  .av-why h2,
  .av-steps h2,
  .av-review-head h2,
  .av-areas h2,
  .av-contact h2,
  .av-faq h2 {
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .av-service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .av-service-card {
    min-height: 285px;
    padding: 18px;
    border-radius: 19px;
  }

  .av-service-icon {
    width: 47px;
    height: 47px;
    border-radius: 14px;
  }

  .av-service-icon svg {
    width: 23px;
    height: 23px;
  }

  .av-card-number {
    top: 21px;
    right: 18px;
  }

  .av-service-card h3 {
    margin: 25px 0 10px;
    font-size: 17px;
    line-height: 1.12;
  }

  .av-service-card p {
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.52;
  }

  .av-card-link {
    padding-top: 13px;
    gap: 8px;
    font-size: 9px;
  }

  .av-card-link i {
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    border-radius: 8px;
  }

  .av-why-grid {
    gap: 52px;
  }

  .av-why-visual::before {
    top: -13px;
    left: -13px;
  }

  .av-why-visual img {
    aspect-ratio: 1.12 / 1;
    border-radius: 20px;
  }

  .av-why-badge {
    right: -6px;
    bottom: 14px;
    padding: 13px;
    gap: 7px;
  }

  .av-why-badge b,
  .av-why-badge span {
    font-size: 7px;
  }

  .av-why-badge span {
    padding-left: 7px;
  }

  .av-brands {
    padding: 25px 0;
  }

  .av-brand-marks {
    grid-template-columns: repeat(2, 1fr);
  }

  .av-brand-marks > a {
    min-height: 62px;
    border-bottom: 1px solid var(--av-line);
  }

  .av-brand-marks > a:nth-child(2n) {
    border-right: 0;
  }

  .av-brand-marks > a:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .av-brand-note {
    text-align: left;
  }

  .av-steps {
    padding-block: 50px;
  }

  .av-steps-grid {
    display: flex;
    width: calc(100vw - 5vw);
    margin-right: -5vw;
    padding-right: 5vw;
    overflow-x: auto;
    border-right: 0;
    border-radius: 19px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .av-steps-grid::-webkit-scrollbar {
    display: none;
  }

  .av-steps-grid li {
    min-height: 265px;
    flex: 0 0 86%;
    padding: 23px;
    border-right: 1px solid var(--av-line);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .av-review-head {
    align-items: start;
  }

  .av-google-live {
    width: 100%;
    max-width: none;
  }

  .av-google-live-map {
    height: 189px;
  }

  .av-google-live-map iframe {
    transform: scale(.59);
  }

  .av-review-grid {
    display: flex;
    width: calc(100vw - 5vw);
    margin-right: -5vw;
    overflow-x: auto;
    gap: 13px;
    padding: 8px 5vw 12px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .av-review-grid::-webkit-scrollbar {
    display: none;
  }

  .av-review-grid article {
    min-height: 310px;
    flex: 0 0 86%;
    padding: 24px;
    scroll-snap-align: start;
  }

  .av-review-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .av-area-grid {
    gap: 47px;
  }

  .av-area-links {
    gap: 9px;
  }

  .av-area-links a {
    min-height: 132px;
    padding: 16px;
    border-radius: 15px;
  }

  .av-area-links b {
    font-size: 16px;
  }

  .av-area-links i {
    right: 15px;
    bottom: 14px;
  }

  .av-contact {
    padding: 0;
    background: var(--av-navy-2);
  }

  .av-contact-card {
    width: 100%;
    padding: 64px 5vw;
    gap: 40px;
    border-radius: 0;
    box-shadow: none;
  }

  .av-contact-actions a {
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .av-contact-actions b {
    font-size: 11px;
  }

  .av-faq-grid {
    gap: 44px;
  }

  .home-redesign .av-faq-list summary {
    padding-block: 20px;
    font-size: 12px;
  }

  .av-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .av-footer-brand {
    grid-column: auto;
  }

  .av-footer-bottom {
    min-height: 78px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }

  .home-redesign .av-mobile-actions {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    height: 60px;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -9px 25px rgba(7, 20, 38, .22);
  }

  .home-redesign .av-mobile-actions a {
    display: grid;
    place-items: center;
    background: var(--av-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: none;
  }

  .home-redesign .av-mobile-actions a:last-child {
    background: var(--av-green);
  }
}

@media (max-width: 400px) {
  .av-google-live-map {
    height: 179px;
  }

  .av-google-live-map iframe {
    transform: scale(.56);
  }

  .av-hero-proof {
    grid-template-columns: 1fr;
  }

  .av-hero-visual {
    min-height: 350px;
  }

  .av-credential-mark {
    align-items: flex-start;
    flex-direction: column;
  }

  .av-area-links {
    grid-template-columns: 1fr;
  }

  .av-contact-actions a {
    grid-template-columns: 1fr auto;
  }

  .av-contact-actions span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 350px) {
  .av-google-live-map {
    height: 160px;
  }

  .av-google-live-map iframe {
    transform: scale(.5);
  }

  .home-redesign .av-brand > span {
    display: none;
  }

  .av-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-redesign *,
  .home-redesign *::before,
  .home-redesign *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Community Discount */
.av-community-preview {
  padding: 0 0 86px;
  background: #fff;
}

.av-community-preview-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 190px;
  min-height: 280px;
  padding: 42px;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 20%, rgba(249, 115, 22, .32), transparent 24%),
    radial-gradient(circle at 92% 0%, rgba(23, 107, 255, .22), transparent 29%),
    var(--av-navy);
  box-shadow: 0 30px 80px rgba(7, 20, 38, .18);
  color: #fff;
}

.av-community-preview-mark {
  display: grid;
  width: 140px;
  height: 140px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  text-align: center;
}

.av-community-preview-mark span {
  color: #ffb17a;
  font-size: 19px;
  font-weight: 900;
}

.av-community-preview-mark b {
  font-size: 47px;
  line-height: 1;
}

.av-community-preview-copy .av-eyebrow {
  margin-bottom: 13px;
  color: #ffb17a;
}

.av-community-preview-copy h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.av-community-preview-copy p {
  max-width: 720px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.65;
}

.av-community-preview-copy > strong {
  color: #fff;
  font-size: 12px;
}

.av-community-preview-link {
  display: flex;
  min-height: 58px;
  padding: 16px 18px;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: var(--av-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease;
}

.av-community-preview-link:hover {
  background: var(--av-orange-2);
  transform: translateY(-3px);
}

.av-community-preview-link i {
  font-size: 20px;
  font-style: normal;
}

.av-community-checkbox {
  display: flex;
  margin-top: 15px;
  padding: 13px 14px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff7ed;
  cursor: pointer;
}

.av-community-checkbox input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--av-orange);
}

.av-community-checkbox b,
.av-community-checkbox small {
  display: block;
}

.av-community-checkbox b {
  color: var(--av-navy);
  font-size: 10px;
}

.av-community-checkbox small {
  margin-top: 3px;
  color: var(--av-muted);
  font-size: 8px;
}

.av-community-notice-wrap {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.community-discount-banner-wide {
  margin-bottom: 0;
  box-shadow: var(--av-shadow-soft);
}

.av-service-card-emergency {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 72px minmax(210px, .75fr) minmax(0, 1fr) 190px;
  grid-template-rows: auto auto;
  min-height: 190px;
  align-items: center;
  column-gap: 25px;
  border-color: #f97316;
  background: linear-gradient(110deg, #fff7ed, #fff 62%);
}

.av-service-card-emergency .av-service-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  background: #ffedd5;
  color: #ea580c;
}

.av-service-card-emergency h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 5px;
  align-self: end;
}

.av-service-card-emergency .av-service-reason {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: #c2410c;
}

.av-service-card-emergency p {
  grid-column: 3;
  grid-row: 1 / 3;
  margin: 0;
  font-size: 12px;
}

.av-service-card-emergency .av-card-link {
  grid-column: 4;
  grid-row: 1 / 3;
  margin: 0;
  padding: 18px 0 18px 24px;
  border-top: 0;
  border-left: 1px solid #fed7aa;
}

.av-community-hero {
  background:
    radial-gradient(circle at 80% 0%, rgba(249, 115, 22, .34), transparent 33%),
    radial-gradient(circle at 8% 90%, rgba(23, 107, 255, .25), transparent 32%),
    var(--av-navy);
}

.av-community-intro,
.av-community-eligibility,
.av-community-terms {
  padding: 100px 0;
}

.av-community-intro-grid,
.av-community-verification-grid,
.av-community-terms-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
  gap: clamp(55px, 9vw, 130px);
}

.av-community-intro h2,
.av-community-verification h2,
.av-community-terms h2,
.av-community-savings h2 {
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1;
}

.av-community-intro-grid > div:last-child p {
  color: var(--av-muted);
  font-size: 15px;
  line-height: 1.75;
}

.av-community-savings {
  padding: 100px 0;
  background: var(--av-navy);
  color: #fff;
}

.av-community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(45px, 7vw, 90px);
  align-items: start;
}

.av-community-savings .av-eyebrow {
  color: #ffb17a;
}

.av-community-savings h2 {
  margin-bottom: 35px;
  color: #fff;
}

.av-discount-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
}

.av-discount-table {
  width: 100%;
  border-collapse: collapse;
}

.av-discount-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.av-discount-table th,
.av-discount-table td {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  text-align: left;
}

.av-discount-table th {
  background: rgba(255, 255, 255, .08);
  color: #b9c7da;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.av-discount-table td {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.av-discount-table th:last-child,
.av-discount-table td:last-child {
  color: #ffb17a;
  text-align: right;
}

.av-discount-table tr:last-child td {
  border-bottom: 0;
}

.av-discount-table-top td {
  background: rgba(249, 115, 22, .13);
  font-size: 17px;
}

.av-community-threshold {
  margin: 18px 0 0;
  color: #aeb9c8;
  font-size: 12px;
}

.av-community-threshold b {
  color: #fff;
}

.av-community-summary {
  position: sticky;
  top: 110px;
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .2);
}

.av-community-summary > span {
  color: #ffb17a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.av-community-summary > strong {
  display: block;
  margin: 13px 0 10px;
  color: #fff;
  font-size: 30px;
}

.av-community-summary p,
.av-community-summary li {
  color: #b8c4d5;
  font-size: 12px;
  line-height: 1.6;
}

.av-community-summary ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.av-community-summary li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.av-community-summary li::before {
  margin-right: 8px;
  color: #ffb17a;
  content: "✓";
}

.av-community-summary a {
  display: flex;
  min-height: 49px;
  padding: 13px 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--av-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.av-community-summary i {
  font-style: normal;
}

.av-community-eligibility {
  background: var(--av-bg);
}

.av-community-eligibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.av-community-eligibility-grid article {
  min-height: 310px;
  padding: 29px;
  border: 1px solid var(--av-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--av-shadow-soft);
}

.av-community-eligibility-grid article > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 65px;
  place-items: center;
  border-radius: 17px;
  background: var(--av-orange-soft);
  color: #c2410c;
  font-size: 18px;
  font-weight: 900;
}

.av-community-eligibility-grid h3 {
  margin-bottom: 13px;
  color: var(--av-navy);
  font-size: 21px;
  line-height: 1.15;
}

.av-community-eligibility-grid p,
.av-community-residence-note {
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.65;
}

.av-community-residence-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--av-orange);
  background: #fff;
}

.av-community-verification {
  padding: 100px 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(23, 107, 255, .2), transparent 34%),
    var(--av-navy);
  color: #fff;
}

.av-community-verification .av-eyebrow {
  color: #ffb17a;
}

.av-community-verification h2 {
  color: #fff;
}

.av-community-verification p {
  color: #b8c4d5;
  font-size: 13px;
  line-height: 1.7;
}

.av-community-documents {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
}

.av-community-documents > span {
  color: #ffb17a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-community-documents ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.av-community-documents li {
  padding: 11px 8px 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #d0d8e5;
  font-size: 11px;
}

.av-community-documents li::before {
  margin-right: 8px;
  color: #ffb17a;
  content: "•";
}

.av-community-terms-grid > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: community-terms;
}

.av-community-terms li {
  display: grid;
  grid-template-columns: 34px 135px 1fr;
  padding: 20px 0;
  align-items: start;
  gap: 14px;
  border-top: 1px solid var(--av-line);
  counter-increment: community-terms;
}

.av-community-terms li::before {
  color: var(--av-orange);
  font-size: 10px;
  font-weight: 900;
  content: "0" counter(community-terms);
}

.av-community-terms li b {
  color: var(--av-navy);
  font-size: 12px;
}

.av-community-terms li span {
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.6;
}

.av-community-cta-label {
  display: block;
  margin-bottom: 8px;
  color: #ffb17a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .av-community-preview-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .av-community-preview-mark {
    width: 115px;
    height: 115px;
  }

  .av-community-preview-link {
    grid-column: 2;
    width: min(100%, 220px);
  }

  .av-service-card-emergency {
    grid-template-columns: 60px minmax(170px, .7fr) minmax(0, 1fr);
  }

  .av-service-card-emergency .av-card-link {
    grid-column: 2 / 4;
    grid-row: 3;
    padding: 14px 0 0;
    border-top: 1px solid #fed7aa;
    border-left: 0;
  }

  .av-community-intro-grid,
  .av-community-verification-grid,
  .av-community-terms-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .av-community-layout {
    grid-template-columns: 1fr;
  }

  .av-community-summary {
    position: static;
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  .av-community-preview {
    padding-bottom: 70px;
  }

  .av-community-preview-card {
    grid-template-columns: 1fr;
    padding: 27px 23px;
    gap: 25px;
    border-radius: 22px;
  }

  .av-community-preview-mark {
    width: 92px;
    height: 92px;
  }

  .av-community-preview-mark b {
    font-size: 34px;
  }

  .av-community-preview-copy h2 {
    font-size: 35px;
  }

  .av-community-preview-link {
    grid-column: 1;
    width: 100%;
  }

  .av-community-notice-wrap {
    margin-top: -25px;
  }

  .av-service-card-emergency {
    display: flex;
    min-height: 300px;
    align-items: stretch;
  }

  .av-service-card-emergency h3 {
    margin: 25px 0 10px;
  }

  .av-service-card-emergency p {
    margin-bottom: 18px;
  }

  .av-service-card-emergency .av-card-link {
    margin-top: auto;
    padding-top: 13px;
  }

  .av-community-intro,
  .av-community-savings,
  .av-community-eligibility,
  .av-community-verification,
  .av-community-terms {
    padding: 74px 0;
  }

  .av-community-intro h2,
  .av-community-verification h2,
  .av-community-terms h2,
  .av-community-savings h2 {
    font-size: 41px;
  }

  .av-discount-table th,
  .av-discount-table td {
    padding: 15px 14px;
  }

  .av-community-eligibility-grid {
    grid-template-columns: 1fr;
  }

  .av-community-eligibility-grid article {
    min-height: 250px;
  }

  .av-community-eligibility-grid article > span {
    margin-bottom: 42px;
  }

  .av-community-documents ul {
    grid-template-columns: 1fr;
  }

  .av-community-terms li {
    grid-template-columns: 30px 1fr;
  }

  .av-community-terms li span {
    grid-column: 2;
  }
}

/* Pricing summary and dedicated prices page */
.av-price-summary {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(0, 169, 214, .08), transparent 30%),
    #fff;
}

.av-price-summary-head,
.av-prices-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 70px;
  margin-bottom: 38px;
}

.av-price-summary-head h2,
.av-prices-section-head h2,
.av-prices-subhead h2,
.av-pricing-information h2,
.av-prices-cta h2 {
  margin-bottom: 0;
  color: var(--av-navy);
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 810;
  line-height: 1;
}

.av-price-summary-head > div:last-child > p,
.av-prices-section-head > p {
  margin-bottom: 17px;
  color: var(--av-muted);
  font-size: 14px;
  line-height: 1.75;
}

.av-price-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.av-price-assurance span {
  padding: 7px 10px;
  border: 1px solid var(--av-line);
  border-radius: 999px;
  background: var(--av-bg);
  color: #46546a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.av-price-assurance .av-vat-chip {
  border-color: rgba(245, 158, 11, .34);
  background: var(--av-amber-soft);
  color: #9a5b00;
}

.av-price-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.av-price-summary-card {
  position: relative;
  display: flex;
  min-height: 285px;
  overflow: hidden;
  padding: 23px;
  flex-direction: column;
  border: 1px solid var(--av-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(7, 20, 38, .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.av-price-summary-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--av-blue), var(--av-amber));
  content: "";
}

.av-price-summary-card:hover {
  border-color: rgba(23, 107, 255, .24);
  box-shadow: var(--av-shadow);
  transform: translateY(-6px);
}

.av-price-summary-card > small {
  color: var(--av-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.av-price-summary-card h3 {
  margin: 28px 0 10px;
  color: var(--av-navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.12;
}

.av-price-summary-card p {
  margin-bottom: 24px;
  color: var(--av-muted);
  font-size: 11px;
  line-height: 1.62;
}

.av-price-summary-card strong {
  display: flex;
  margin-top: auto;
  padding-top: 17px;
  align-items: baseline;
  gap: 3px;
  border-top: 1px solid var(--av-line);
  color: var(--av-navy);
  font-size: 42px;
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: 1;
}

.av-price-summary-card strong span {
  font-size: 22px;
  letter-spacing: 0;
}

.av-price-summary-card strong em {
  margin-right: 2px;
  color: var(--av-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.av-price-summary-card strong em:last-child {
  margin-left: 4px;
  color: var(--av-muted);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.av-price-summary-card-dark {
  border-color: var(--av-navy);
  background:
    radial-gradient(circle at 85% 5%, rgba(23, 107, 255, .3), transparent 37%),
    var(--av-navy);
}

.av-price-summary-card-dark > small,
.av-price-summary-card-dark strong em {
  color: #6fe4ff;
}

.av-price-summary-card-dark h3,
.av-price-summary-card-dark strong {
  color: #fff;
}

.av-price-summary-card-dark p {
  color: #aeb9c8;
}

.av-price-summary-card-dark strong {
  border-color: rgba(255, 255, 255, .16);
}

.av-price-summary-foot {
  display: flex;
  margin-top: 24px;
  padding: 20px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--av-line);
  border-radius: 19px;
  background: var(--av-bg);
}

.av-price-summary-foot p {
  margin: 0;
  color: #4e5c71;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .01em;
}

.av-price-summary-foot p span {
  margin-inline: 8px;
  color: var(--av-amber);
}

.av-price-summary-foot p strong {
  display: inline-flex;
  margin-left: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--av-amber-soft);
  color: #8c5200;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.av-price-summary-foot .av-button {
  flex: 0 0 auto;
}

.prices-page {
  background: var(--av-bg);
}

.prices-page .av-nav a[aria-current="page"] {
  color: var(--av-navy);
}

.prices-page .av-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.av-prices-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 55px 0 80px;
  background:
    radial-gradient(circle at 96% 100%, rgba(245, 158, 11, .14), transparent 31%),
    radial-gradient(circle at 82% 5%, rgba(23, 107, 255, .3), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(0, 169, 214, .16), transparent 30%),
    var(--av-navy);
  color: #fff;
}

.av-prices-hero::after {
  position: absolute;
  z-index: -1;
  right: -120px;
  bottom: -210px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .02), 0 0 0 150px rgba(255, 255, 255, .015);
  content: "";
}

.av-prices-hero-inner {
  position: relative;
}

.av-breadcrumb {
  display: flex;
  margin-bottom: 58px;
  align-items: center;
  gap: 9px;
  color: #8393aa;
  font-size: 10px;
}

.av-breadcrumb a {
  color: #bdc8d7;
}

.av-breadcrumb a:hover {
  color: #fff;
}

.av-prices-hero .av-eyebrow {
  color: #6fe4ff;
}

.av-prices-hero h1 {
  max-width: 900px;
  margin-bottom: 27px;
  color: #fff;
  font-size: clamp(56px, 6.6vw, 92px);
  font-weight: 830;
  line-height: .97;
}

.av-prices-hero > .shell > p {
  max-width: 660px;
  margin-bottom: 32px;
  color: #aeb9c8;
  font-size: 17px;
  line-height: 1.7;
}

.av-prices-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.av-prices-trust span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #d9e2ed;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.av-prices-trust span::before {
  margin-right: 7px;
  color: var(--av-amber);
  content: "✓";
}

.av-prices-trust .av-vat-chip {
  border-color: rgba(245, 158, 11, .38);
  background: rgba(245, 158, 11, .13);
  color: #ffd78b;
}

.av-full-prices {
  padding: 92px 0;
  background: var(--av-bg);
}

.av-prices-section-head > p {
  margin-bottom: 0;
}

.av-full-price-grid {
  display: grid;
  gap: 17px;
}

.av-full-price-grid-two {
  grid-template-columns: 1fr 1fr;
}

.av-full-price-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--av-line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(7, 20, 38, .05);
}

.av-full-price-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--av-blue), var(--av-amber));
  content: "";
}

.av-full-price-card-featured {
  border-color: rgba(23, 107, 255, .22);
  box-shadow: 0 22px 58px rgba(23, 107, 255, .1);
}

.av-full-price-card-top {
  display: flex;
  min-height: 82px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.av-full-price-card-top > span {
  padding-top: 5px;
  color: var(--av-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-full-price-card-top strong {
  display: flex;
  align-items: baseline;
  gap: 3px;
  color: var(--av-navy);
  font-size: 52px;
  font-weight: 850;
  letter-spacing: -.06em;
  line-height: 1;
  white-space: nowrap;
}

.av-full-price-card-top strong small {
  font-size: 25px;
  letter-spacing: 0;
}

.av-full-price-card-top strong em {
  margin-right: 3px;
  color: var(--av-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.av-full-price-card-top strong em:last-child {
  margin-left: 5px;
  color: var(--av-muted);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.av-full-price-card h3 {
  max-width: 440px;
  margin: 34px 0 12px;
  color: var(--av-navy);
  font-size: 27px;
  font-weight: 810;
  line-height: 1.1;
}

.av-full-price-card > p {
  max-width: 520px;
  margin-bottom: 25px;
  color: var(--av-muted);
  font-size: 13px;
  line-height: 1.72;
}

.av-full-price-card-foot {
  position: absolute;
  right: 30px;
  bottom: 25px;
  left: 30px;
  display: flex;
  padding-top: 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--av-line);
}

.av-full-price-card-foot span {
  color: #536177;
  font-size: 10px;
  font-weight: 750;
}

.av-full-price-card-foot i {
  color: #9aa6b7;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.av-full-price-card-dark {
  border-color: var(--av-navy);
  background:
    radial-gradient(circle at 90% 0, rgba(23, 107, 255, .3), transparent 38%),
    var(--av-navy);
}

.av-full-price-card-dark .av-full-price-card-top > span,
.av-full-price-card-dark .av-full-price-card-top strong em {
  color: #6fe4ff;
}

.av-full-price-card-dark .av-full-price-card-top strong,
.av-full-price-card-dark h3 {
  color: #fff;
}

.av-full-price-card-dark > p,
.av-full-price-card-dark .av-full-price-card-foot span {
  color: #aeb9c8;
}

.av-full-price-card-dark .av-full-price-card-foot {
  border-color: rgba(255, 255, 255, .15);
}

.av-full-price-card-dark .av-full-price-card-foot i {
  color: #7f8da2;
}

.av-prices-subhead {
  margin: 84px 0 34px;
}

.av-prices-subhead h2 {
  max-width: 760px;
}

.av-eicr-prices {
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 90% 0, rgba(23, 107, 255, .28), transparent 33%),
    var(--av-navy);
  color: #fff;
}

.av-prices-section-head-light h2 {
  color: #fff;
}

.av-prices-section-head-light .av-eyebrow {
  color: #6fe4ff;
}

.av-prices-section-head-light > p {
  color: #aeb9c8;
}

.av-eicr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.av-eicr-grid article {
  display: flex;
  min-height: 250px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 21px;
  background: rgba(255, 255, 255, .06);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.av-eicr-grid article:hover {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-5px);
}

.av-eicr-grid article > span {
  color: #77aaff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-eicr-grid article:nth-child(even) > span {
  color: #f7bd57;
}

.av-eicr-grid h3 {
  max-width: 180px;
  margin: 35px 0 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
}

.av-eicr-grid strong {
  display: flex;
  margin-top: auto;
  align-items: baseline;
  gap: 3px;
  color: #fff;
  font-size: 42px;
  font-weight: 850;
  letter-spacing: -.055em;
}

.av-eicr-grid strong small {
  font-size: 21px;
  letter-spacing: 0;
}

.av-eicr-quote-note {
  display: flex;
  margin-top: 16px;
  padding: 28px 30px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
}

.av-eicr-quote-note > div > span {
  color: #6fe4ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-eicr-quote-note h3 {
  margin: 9px 0 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.av-eicr-quote-note p {
  max-width: 730px;
  margin: 0;
  color: #aeb9c8;
  font-size: 11px;
  line-height: 1.65;
}

.av-eicr-quote-note .av-button {
  flex: 0 0 auto;
}

.av-pricing-information {
  padding: 92px 0;
  background: #fff;
}

.av-pricing-information-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: clamp(65px, 9vw, 130px);
}

.av-pricing-information-grid > div:first-child > p {
  max-width: 450px;
  margin-top: 26px;
  color: var(--av-muted);
  font-size: 13px;
  line-height: 1.7;
}

.av-pricing-notes {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--av-navy);
  list-style: none;
}

.av-pricing-notes li {
  display: grid;
  padding: 23px 2px;
  grid-template-columns: 48px 1fr;
  gap: 19px;
  border-bottom: 1px solid var(--av-line);
}

.av-pricing-notes li > span {
  color: var(--av-blue);
  font-size: 10px;
  font-weight: 850;
}

.av-pricing-notes h3 {
  margin: 0 0 6px;
  color: var(--av-navy);
  font-size: 15px;
  font-weight: 800;
}

.av-pricing-notes p {
  margin: 0;
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.65;
}

.av-prices-cta {
  padding: 34px 0;
  background: var(--av-bg);
}

.av-prices-cta-card {
  display: grid;
  grid-template-columns: .86fr 1fr;
  overflow: hidden;
  padding: 58px;
  align-items: center;
  gap: 75px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% -34%, rgba(249, 115, 22, .86), transparent 47%),
    linear-gradient(135deg, var(--av-navy-2), var(--av-blue));
  box-shadow: 0 30px 70px rgba(249, 115, 22, .18);
  color: #fff;
}

.av-prices-cta h2 {
  color: #fff;
}

.av-prices-cta-card > div:first-child > p {
  max-width: 470px;
  margin: 22px 0 19px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.65;
}

.av-send-photos-link {
  display: inline-flex;
  padding-bottom: 4px;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .65);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.av-send-photos-link:hover {
  border-color: #fff;
}

.av-callback-link {
  margin-left: 18px;
}

.av-prices-cta-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.av-prices-cta-actions a {
  position: relative;
  display: flex;
  min-height: 205px;
  padding: 23px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 20px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  transition: transform .22s ease, background .22s ease;
}

.av-prices-cta-actions a:hover {
  background: rgba(255, 255, 255, .2);
  transform: translateY(-4px);
}

.av-prices-cta-actions a.av-prices-cta-call {
  background: #fff;
  color: var(--av-navy);
}

.av-prices-cta-actions a.av-prices-cta-call:hover {
  background: #f6fbff;
}

.av-prices-cta-actions small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.av-prices-cta-actions strong {
  margin-top: auto;
  font-size: 25px;
  font-weight: 830;
  line-height: 1;
}

.av-prices-cta-actions span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .75);
  font-size: 10px;
}

.av-prices-cta-actions .av-prices-cta-call span {
  color: var(--av-muted);
}

.av-prices-cta-actions i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-style: normal;
}

@media (max-width: 1100px) {
  .av-price-summary-grid,
  .av-eicr-grid {
    grid-template-columns: 1fr 1fr;
  }

  .av-prices-cta-card {
    gap: 45px;
  }
}

@media (max-width: 980px) {
  .av-price-summary-head,
  .av-prices-section-head,
  .av-pricing-information-grid,
  .av-prices-cta-card {
    grid-template-columns: 1fr;
  }

  .av-price-summary-head,
  .av-prices-section-head {
    gap: 24px;
  }

  .av-price-summary-head > div:last-child,
  .av-prices-section-head > p {
    max-width: 580px;
  }

  .av-pricing-information-grid,
  .av-prices-cta-card {
    gap: 46px;
  }
}

@media (max-width: 700px) {
  .av-price-summary,
  .av-full-prices,
  .av-eicr-prices,
  .av-pricing-information {
    padding: 66px 0;
  }

  .av-price-summary-head h2,
  .av-prices-section-head h2,
  .av-prices-subhead h2,
  .av-pricing-information h2,
  .av-prices-cta h2 {
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .av-price-summary-grid,
  .av-eicr-grid {
    gap: 10px;
  }

  .av-price-summary-card {
    min-height: 265px;
    padding: 19px;
    border-radius: 19px;
  }

  .av-price-summary-card h3 {
    margin-top: 23px;
    font-size: 18px;
  }

  .av-price-summary-card strong {
    font-size: 36px;
  }

  .av-price-summary-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .av-price-summary-foot p {
    line-height: 1.8;
  }

  .av-price-summary-foot p span {
    margin-inline: 4px;
  }

  .av-price-summary-foot p strong {
    display: flex;
    width: max-content;
    margin: 10px 0 0;
  }

  .av-prices-hero {
    padding: 37px 0 60px;
  }

  .av-breadcrumb {
    margin-bottom: 43px;
  }

  .av-prices-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .av-prices-hero > .shell > p {
    font-size: 15px;
  }

  .av-full-price-grid-two {
    grid-template-columns: 1fr;
  }

  .av-full-price-card {
    min-height: 325px;
    padding: 24px;
    border-radius: 21px;
  }

  .av-full-price-card-top strong {
    font-size: 44px;
  }

  .av-full-price-card h3 {
    margin-top: 27px;
    font-size: 24px;
  }

  .av-full-price-card-foot {
    right: 24px;
    left: 24px;
  }

  .av-prices-subhead {
    margin-top: 64px;
  }

  .av-eicr-grid article {
    min-height: 220px;
    padding: 19px;
  }

  .av-eicr-grid h3 {
    margin-top: 28px;
    font-size: 18px;
  }

  .av-eicr-grid strong {
    font-size: 36px;
  }

  .av-eicr-quote-note {
    padding: 24px;
    align-items: stretch;
    flex-direction: column;
  }

  .av-prices-cta {
    padding: 0;
    background: var(--av-navy-2);
  }

  .av-prices-cta-card {
    width: 100%;
    padding: 62px 5vw;
    border-radius: 0;
    box-shadow: none;
  }

  .av-prices-cta-actions {
    grid-template-columns: 1fr 1fr;
  }

  .av-prices-cta-actions a {
    min-height: 180px;
    padding: 19px;
  }

  .av-prices-cta-actions strong {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .av-price-summary-grid,
  .av-eicr-grid,
  .av-prices-cta-actions {
    grid-template-columns: 1fr;
  }

  .av-price-summary-card {
    min-height: 245px;
  }

  .av-eicr-grid article {
    min-height: 190px;
  }

  .av-prices-cta-actions a {
    min-height: 150px;
  }

  .av-callback-form {
    padding: 23px 18px;
    border-radius: 18px;
  }

  .av-callback-fields {
    grid-template-columns: 1fr;
  }

  .av-callback-fields label:last-child {
    grid-column: auto;
  }

  .av-callback-link {
    display: flex;
    width: max-content;
    margin: 14px 0 0;
  }

  .av-thank-you {
    min-height: calc(100vh - 130px);
    padding: 42px 0;
  }

  .av-thank-you-card {
    padding: 34px 24px;
    border-radius: 22px;
  }

  .av-thank-you-actions .av-button {
    width: 100%;
  }

  .av-thank-you-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Compact homepage directory and dedicated category pages */
.av-category-directory {
  padding: 112px 0 124px;
  background:
    radial-gradient(circle at 88% 6%, rgba(249, 115, 22, .11), transparent 27%),
    linear-gradient(180deg, #f7f9fd, #fff);
}

.av-category-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.av-category-directory h2,
.av-category-hero h1 {
  color: var(--av-navy);
  font-size: clamp(43px, 4.4vw, 67px);
  line-height: 1.02;
}

.av-category-directory-head > p {
  color: var(--av-muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.av-category-card {
  position: relative;
  display: flex;
  min-height: 292px;
  padding: 30px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--av-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 20, 38, .07);
  color: var(--av-navy);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.av-category-card::after {
  position: absolute;
  right: -46px;
  bottom: -62px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: rgba(249, 115, 22, .08);
  content: "";
}

.av-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, .35);
  box-shadow: 0 24px 60px rgba(249, 115, 22, .13);
}

.av-category-card > small {
  margin-bottom: 38px;
  color: var(--av-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.av-category-card > span {
  margin-bottom: 7px;
  color: var(--av-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.av-category-card > strong {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.1;
}

.av-category-card > p {
  max-width: 310px;
  margin-bottom: 24px;
  color: var(--av-muted);
  font-size: 14px;
  line-height: 1.65;
}

.av-category-card > i {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--av-orange);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-category-card-featured {
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0, rgba(249, 115, 22, .82), transparent 38%),
    linear-gradient(145deg, var(--av-navy-2), var(--av-blue));
  color: #fff;
}

.av-category-card-featured > small,
.av-category-card-featured > span,
.av-category-card-featured > i {
  color: #ffb470;
}

.av-category-card-featured > p {
  color: rgba(255, 255, 255, .74);
}

.av-category-page .av-header {
  background: rgba(255, 255, 255, .97);
}

.av-category-hero {
  position: relative;
  overflow: hidden;
  padding: 142px 0 104px;
  background:
    radial-gradient(circle at 82% 4%, rgba(249, 115, 22, .42), transparent 28%),
    radial-gradient(circle at 15% 105%, rgba(0, 169, 214, .22), transparent 35%),
    linear-gradient(135deg, var(--av-navy-2), #061d45 62%, #08265d);
}

.av-category-hero::after {
  position: absolute;
  right: -120px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
  content: "";
}

.av-category-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 80px;
  align-items: end;
}

.av-category-breadcrumb {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-category-breadcrumb a:hover {
  color: #fff;
}

.av-category-hero h1 {
  color: #fff;
  font-size: clamp(52px, 5.4vw, 78px);
}

.av-category-hero h1 em {
  color: #ff8732;
}

.av-category-hero-copy > p {
  margin-top: 27px;
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.72;
}

.av-category-hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(15px);
}

.av-category-hero-panel small {
  display: block;
  margin-bottom: 12px;
  color: #ffad70;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.av-category-hero-panel strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.av-category-hero-panel p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.65;
}

.av-category-hero-panel a {
  display: flex;
  min-height: 49px;
  padding: 13px 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--av-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.av-category-page .av-services,
.av-category-page .av-reviews,
.av-category-page .av-faq {
  padding-top: 110px;
}

.av-category-page .av-why {
  margin-top: 0;
}

.av-category-page .av-areas {
  margin-top: 0;
}

.av-category-cta {
  padding: 30px 0 110px;
  background: #f7f9fd;
}

.av-category-cta-card {
  display: flex;
  padding: 34px 38px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% -40%, rgba(249, 115, 22, .85), transparent 43%),
    linear-gradient(135deg, var(--av-navy-2), var(--av-blue));
  box-shadow: 0 28px 70px rgba(7, 20, 38, .16);
  color: #fff;
}

.av-category-cta-card h2 {
  margin-bottom: 7px;
  font-size: clamp(29px, 3vw, 42px);
}

.av-category-cta-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.av-category-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.av-category-cta-actions a {
  display: inline-flex;
  min-height: 50px;
  padding: 14px 17px;
  align-items: center;
  border-radius: 12px;
  background: var(--av-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.av-category-cta-actions a:last-child {
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 980px) {
  .av-category-directory-head,
  .av-category-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .av-category-directory-head > p,
  .av-category-hero-panel {
    max-width: 620px;
  }

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

@media (max-width: 700px) {
  .av-category-directory {
    padding: 76px 0 84px;
  }

  .av-category-directory-head {
    margin-bottom: 28px;
  }

  .av-category-directory h2 {
    font-size: 39px;
  }

  .av-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .av-category-card {
    min-height: 235px;
    padding: 24px;
    border-radius: 20px;
  }

  .av-category-card > small {
    margin-bottom: 24px;
  }

  .av-category-hero {
    padding: 106px 0 72px;
  }

  .av-category-hero h1 {
    font-size: 47px;
  }

  .av-category-hero-copy > p {
    font-size: 15px;
  }

  .av-category-hero-panel {
    padding: 22px;
  }

  .av-category-page .av-services,
  .av-category-page .av-reviews,
  .av-category-page .av-faq {
    padding-top: 76px;
  }

  .av-category-cta {
    padding: 18px 0 82px;
  }

  .av-category-cta-card {
    padding: 27px 23px;
    align-items: stretch;
    flex-direction: column;
  }

  .av-category-cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .av-category-cta-actions a {
    justify-content: center;
  }
}




/* Compact homepage Electrical Advice shortcuts */
.av-advice-quick {
  padding: 30px 0 34px;
  border-top: 1px solid var(--av-line);
  background: #f7f9fd;
}

.av-advice-quick-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.av-advice-quick-label,
.av-advice-mini {
  border: 1px solid var(--av-line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 20, 38, .055);
  color: var(--av-navy);
}

.av-advice-quick-label {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  min-height: 74px;
  padding: 12px 14px;
  align-items: center;
  gap: 11px;
  border-radius: 17px;
}

.av-advice-quick-icon,
.av-advice-mini-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  border-radius: 12px;
  background: #eef5ff;
  color: var(--av-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.02em;
}

.av-advice-quick-icon {
  font-size: 18px;
}

.av-advice-quick-label small,
.av-advice-mini small {
  display: block;
  color: var(--av-muted);
  font-size: 10px;
  line-height: 1.25;
}

.av-advice-quick-label strong,
.av-advice-mini strong {
  display: block;
  color: var(--av-navy);
  font-size: 13px;
  line-height: 1.15;
}

.av-advice-quick-label i {
  color: var(--av-orange);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.av-advice-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.av-advice-mini {
  display: flex;
  min-width: 0;
  min-height: 74px;
  padding: 11px 12px;
  align-items: center;
  gap: 9px;
  border-radius: 17px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.av-advice-mini:hover,
.av-advice-quick-label:hover {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, .35);
  box-shadow: 0 14px 32px rgba(249, 115, 22, .09);
}

@media (max-width: 980px) {
  .av-advice-quick-inner {
    grid-template-columns: 1fr;
  }
  .av-advice-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .av-advice-quick {
    padding: 20px 0 24px;
  }
  .av-advice-quick-inner {
    gap: 9px;
  }
  .av-advice-quick-label {
    grid-template-columns: 40px 1fr auto;
    min-height: 64px;
    padding: 9px 11px;
    border-radius: 15px;
  }
  .av-advice-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .av-advice-mini {
    min-height: 62px;
    padding: 8px 9px;
    border-radius: 14px;
  }
  .av-advice-quick-icon,
  .av-advice-mini-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 10px;
    font-size: 9px;
  }
  .av-advice-quick-icon {
    font-size: 16px;
  }
  .av-advice-mini strong {
    font-size: 12px;
  }
  .av-advice-mini small {
    font-size: 9px;
  }
}


