/* Avrupa Misting — final service/product detail system, 2026-06-29 */
.avm-service-final {
  --sd-deep: #07364f;
  --sd-deeper: #05293d;
  --sd-brand: #087dab;
  --sd-cyan: #45c4d8;
  --sd-ink: #113445;
  --sd-text: #476774;
  --sd-muted: #69828d;
  --sd-line: rgba(8, 94, 130, .13);
  --sd-soft: #f3f9fb;
  --sd-white: #fff;
  --sd-shadow: 0 24px 68px rgba(5, 52, 75, .11);
  --sd-shadow-sm: 0 14px 34px rgba(5, 52, 75, .075);
  overflow: clip;
  color: var(--sd-ink);
  background: #fff;
}
.avm-service-final *,
.avm-service-final *::before,
.avm-service-final *::after { box-sizing: border-box; }
.avm-service-final section[id] { scroll-margin-top: 112px; }
.avm-sd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sd-brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.avm-sd-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sd-cyan), var(--sd-brand));
}

/* Hero */
.avm-sd-hero {
  position: relative;
  isolation: isolate;
  padding: 24px 0 clamp(76px, 8vw, 116px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(72, 199, 220, .20), transparent 28rem),
    radial-gradient(circle at 5% 94%, rgba(12, 123, 167, .08), transparent 24rem),
    linear-gradient(180deg, #fbfdfe 0%, #edf7fa 100%);
}
.avm-sd-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -210px;
  top: -290px;
  width: 610px;
  height: 610px;
  border: 82px solid rgba(5, 102, 144, .045);
  border-radius: 50%;
}
.avm-sd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: #718792;
  font-size: 13px;
  line-height: 1.5;
}
.avm-sd-breadcrumb a {
  color: #3f6574 !important;
  font-weight: 700;
  text-decoration: none !important;
}
.avm-sd-breadcrumb a:hover { color: var(--sd-brand) !important; }
.avm-sd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
  align-items: center;
  gap: clamp(40px, 6vw, 84px);
}
.avm-sd-hero__copy { min-width: 0; max-width: 760px; }
.avm-sd-hero__copy h1 {
  max-width: 790px;
  margin: 14px 0 0;
  color: #082f45;
  font-size: clamp(42px, 5.1vw, 70px);
  font-weight: 870;
  letter-spacing: -.052em;
  line-height: 1.01;
}
.avm-sd-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #526f7c;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.78;
}
.avm-sd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.avm-sd-hero__actions .avm-btn {
  min-height: 52px;
  padding: 14px 23px;
  border-radius: 999px;
}
.avm-sd-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 94, 130, .10);
}
.avm-sd-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #496b79;
  font-size: 13px;
  font-weight: 750;
}
.avm-sd-hero__trust b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #0877a5;
  background: #e3f4f8;
  font-size: 11px;
}
.avm-sd-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
}
.avm-sd-hero__image {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .84);
  border-radius: 34px;
  background: #dbeaf0;
  box-shadow: 0 32px 82px rgba(5, 54, 80, .22);
}
.avm-sd-hero__image::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(3, 34, 49, .62));
}
.avm-sd-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}
.avm-sd-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: grid;
  gap: 5px;
  color: #fff;
}
.avm-sd-hero__visual figcaption span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .8;
}
.avm-sd-hero__visual figcaption strong {
  max-width: 470px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.28;
}
.avm-sd-hero__badge {
  position: absolute;
  z-index: 3;
  top: -22px;
  right: -22px;
  display: grid;
  width: 148px;
  min-height: 112px;
  align-content: center;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(5, 54, 80, .15);
}
.avm-sd-hero__badge span {
  color: var(--sd-brand);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.avm-sd-hero__badge small {
  margin-top: 7px;
  color: #54717d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

/* Visual showcase */
.avm-sd-showcase {
  position: relative;
  z-index: 4;
  margin-top: clamp(-58px, -4vw, -34px);
  padding: 0 0 clamp(46px, 5vw, 74px);
  background: linear-gradient(180deg, rgba(237,247,250,0) 0%, #fff 72%);
}
.avm-sd-showcase__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: clamp(16px, 1.8vw, 24px);
  border: 1px solid rgba(8, 94, 130, .13);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(245,251,253,.98)),
    radial-gradient(circle at 18% 0%, rgba(69,196,216,.14), transparent 23rem);
  box-shadow: 0 28px 80px rgba(5, 52, 75, .13);
}
.avm-sd-showcase__media {
  display: grid;
  min-width: 0;
}
.avm-sd-showcase figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #dfeff4;
}
.avm-sd-showcase figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}
.avm-sd-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.avm-sd-showcase__main {
  min-height: clamp(360px, 40vw, 560px);
  aspect-ratio: 16 / 9;
  box-shadow: 0 22px 54px rgba(5, 52, 75, .14);
}
.avm-sd-showcase__copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .56fr);
  gap: 16px clamp(26px, 4vw, 52px);
  align-items: center;
  min-width: 0;
  padding: clamp(26px, 3.4vw, 46px);
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(5, 47, 69, .96), rgba(7, 91, 124, .94)),
    radial-gradient(circle at 88% 10%, rgba(69,196,216,.30), transparent 18rem);
}
.avm-sd-showcase__copy::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border: 44px solid rgba(255,255,255,.055);
  border-radius: 50%;
  pointer-events: none;
}
.avm-sd-showcase__copy .avm-sd-kicker { color: #91e7f3; }
.avm-sd-showcase__copy .avm-sd-kicker::before { background: #91e7f3; }
.avm-sd-showcase__copy .avm-sd-kicker,
.avm-sd-showcase__copy h2,
.avm-sd-showcase__copy p {
  grid-column: 1;
}
.avm-sd-showcase__copy h2 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 870;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.avm-sd-showcase__copy p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.76;
}
.avm-sd-showcase__metrics {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 0;
}
.avm-sd-showcase__metrics span {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.075);
}
.avm-sd-showcase__metrics strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #07364f;
  background: #91e7f3;
  font-size: 12px;
  font-weight: 900;
}

/* Highlights */
.avm-sd-highlights {
  position: relative;
  z-index: 5;
  margin-top: 0;
}
.avm-sd-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--sd-shadow);
}
.avm-sd-highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 24px 22px;
}
.avm-sd-highlight + .avm-sd-highlight { border-left: 1px solid var(--sd-line); }
.avm-sd-highlight > span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px;
  color: #087aa8;
  background: #e7f6f9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.avm-sd-highlight strong {
  display: block;
  color: #123747;
  font-size: 15px;
  font-weight: 820;
}
.avm-sd-highlight p {
  margin: 6px 0 0;
  color: #6a818b;
  font-size: 12px;
  line-height: 1.55;
}

/* Section navigation */
.avm-sd-nav-wrap {
  position: relative;
  z-index: 4;
  padding: 24px 0 0;
  background: #fff;
}
.avm-sd-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 7px;
  border: 1px solid var(--sd-line);
  border-radius: 999px;
  background: #f8fbfc;
  scrollbar-width: none;
}
.avm-sd-nav::-webkit-scrollbar { display: none; }
.avm-sd-nav a {
  flex: 1 0 auto;
  min-width: 120px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #426574 !important;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.avm-sd-nav a:hover,
.avm-sd-nav a.is-active {
  color: #fff !important;
  background: linear-gradient(135deg, #0a80ae, #075c83);
  box-shadow: 0 9px 22px rgba(7, 95, 133, .18);
}

/* Shared headings */
.avm-sd-content,
.avm-sd-gallery,
.avm-sd-video-section,
.avm-sd-process { padding: clamp(68px, 8vw, 108px) 0; }
.avm-sd-content { background: #fff; }
.avm-sd-section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}
.avm-sd-section-heading h2 {
  margin: 12px 0 0;
  color: #0b3549;
  font-size: clamp(31px, 4vw, 49px);
  font-weight: 860;
  letter-spacing: -.042em;
  line-height: 1.08;
}
.avm-sd-section-heading > p,
.avm-sd-section-heading--split > p {
  max-width: 760px;
  margin: 17px 0 0;
  color: #607984;
  font-size: 15px;
  line-height: 1.8;
}
.avm-sd-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: end;
  gap: 36px;
  max-width: none;
}
.avm-sd-section-heading--split > p { margin: 0; }

/* Editorial content and JS-enhanced alternating stories */
.avm-sd-editorial {
  display: grid;
  gap: 24px;
  min-width: 0;
}
.avm-sd-editorial > :first-child { margin-top: 0 !important; }
.avm-sd-editorial > :last-child { margin-bottom: 0 !important; }
.avm-sd-editorial > p,
.avm-sd-editorial > h2,
.avm-sd-editorial > h3,
.avm-sd-editorial > h4,
.avm-sd-editorial > ul,
.avm-sd-editorial > ol,
.avm-sd-editorial > blockquote,
.avm-sd-editorial > table {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.avm-sd-story,
.avm-sd-editorial > .vc_row,
.avm-sd-editorial > .wpb_row,
.avm-sd-editorial > .vc_section {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--sd-shadow-sm);
}
.avm-sd-story::before,
.avm-sd-editorial > .vc_row::before,
.avm-sd-editorial > .wpb_row::before,
.avm-sd-editorial > .vc_section::before {
  content: attr(data-section-index);
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 12px;
  color: #fff;
  background: rgba(5, 67, 95, .82);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.avm-sd-story--split {
  grid-template-columns: minmax(330px, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  min-height: 410px;
}
.avm-sd-story--split.is-reverse { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); }
.avm-sd-story--split.is-reverse .avm-sd-story__media { order: 2; }
.avm-sd-story--split.is-reverse .avm-sd-story__copy { order: 1; }
.avm-sd-story__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #dcecf1;
}
.avm-sd-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.avm-sd-story__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 410px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  box-shadow: none !important;
}
.avm-sd-story__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(31px, 4vw, 54px);
}
.avm-sd-story--text .avm-sd-story__copy {
  max-width: 1040px;
  margin: 0 auto;
}
.avm-sd-story--text::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 194, 216, .13), transparent 68%);
  pointer-events: none;
}
.avm-sd-story--feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  background: linear-gradient(145deg, #f6fbfd, #fff);
}
.avm-sd-story--feature-grid > * {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(8, 94, 130, .09);
  border-radius: 22px;
  background: #fff;
}
.avm-sd-editorial h2,
.avm-sd-editorial h3,
.avm-sd-editorial h4,
.avm-sd-editorial h5 {
  color: #0b4964 !important;
  font-family: inherit !important;
  font-weight: 830 !important;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.avm-sd-editorial h2 { margin: 0 0 18px; font-size: clamp(26px, 3.2vw, 39px) !important; }
.avm-sd-editorial h3 { margin: 0 0 15px; font-size: clamp(22px, 2.5vw, 30px) !important; }
.avm-sd-editorial h4 { margin: 0 0 12px; font-size: 20px !important; }
.avm-sd-editorial p {
  margin: 0 0 18px;
  color: #476775;
  font-size: 16px !important;
  line-height: 1.84 !important;
}
.avm-sd-editorial p:last-child { margin-bottom: 0; }
.avm-sd-editorial a {
  color: #0879a7 !important;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.avm-sd-editorial ul,
.avm-sd-editorial ol {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.avm-sd-editorial li {
  position: relative;
  margin: 0 !important;
  padding: 13px 15px 13px 43px !important;
  border: 1px solid rgba(8, 94, 130, .08) !important;
  border-radius: 14px;
  color: #466572;
  background: #f7fbfc;
  line-height: 1.62 !important;
}
.avm-sd-editorial li::before {
  content: "✓" !important;
  position: absolute;
  left: 16px;
  top: 13px;
  color: #0b8eb7;
  font-weight: 900;
}
.avm-sd-editorial blockquote {
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 0;
  border-left: 4px solid var(--sd-cyan);
  border-radius: 0 18px 18px 0;
  color: #245167;
  background: #edf8fb;
}
.avm-sd-editorial img {
  display: block;
  max-width: 100% !important;
  height: auto;
  border-radius: 20px;
}
.avm-sd-editorial figure { max-width: 100%; margin: 0; }
.avm-sd-editorial table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 16px;
}
.avm-sd-editorial th,
.avm-sd-editorial td { padding: 13px 15px; border-bottom: 1px solid var(--sd-line); text-align: left; }
.avm-sd-editorial th { color: #0b4964; background: #eff8fa; }
.avm-sd-editorial .vc_empty_space,
.avm-sd-editorial .wpb_wrapper:empty,
.avm-sd-editorial p:empty { display: none !important; }
.avm-sd-editorial .vc_row,
.avm-sd-editorial .wpb_row { width: 100% !important; margin: 0 !important; }
.avm-sd-editorial .wpb_column,
.avm-sd-editorial .vc_column_container,
.avm-sd-editorial .vc_column-inner,
.avm-sd-editorial .wpb_wrapper { min-width: 0; max-width: 100%; }

/* Gallery */
.avm-sd-gallery {
  background:
    radial-gradient(circle at 10% 10%, rgba(69, 196, 216, .11), transparent 22rem),
    linear-gradient(180deg, #f5fafc 0%, #eef7f9 100%);
}
.avm-sd-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 14px;
}
.avm-sd-gallery__item {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 22px;
  background: #dceaf0;
  box-shadow: var(--sd-shadow-sm);
  cursor: zoom-in;
}
.avm-sd-gallery__item--featured { grid-column: span 6; grid-row: span 2; }
.avm-sd-gallery__item:nth-child(2),
.avm-sd-gallery__item:nth-child(3) { grid-column: span 3; }
.avm-sd-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.avm-sd-gallery__item::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 33, 48, .46));
  opacity: 0;
  transition: opacity .25s ease;
}
.avm-sd-gallery__item:hover img { transform: scale(1.045); }
.avm-sd-gallery__item:hover::after { opacity: 1; }
.avm-sd-gallery__zoom {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 51, 73, .82);
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .25s ease, transform .25s ease;
}
.avm-sd-gallery__item:hover .avm-sd-gallery__zoom { opacity: 1; transform: none; }

/* Video module integration */
.avm-sd-video-section { background: #fff; }

/* Process */
.avm-sd-process {
  background:
    radial-gradient(circle at 5% 0, rgba(66, 194, 216, .10), transparent 20rem),
    #f4fafc;
}
.avm-sd-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.avm-sd-process__card {
  position: relative;
  min-height: 220px;
  padding: 27px 24px;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--sd-shadow-sm);
}
.avm-sd-process__card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(68,197,218,.16), transparent 68%);
}
.avm-sd-process__card > span {
  display: inline-flex;
  margin-bottom: 35px;
  color: var(--sd-brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.avm-sd-process__card strong { display: block; color: #103747; font-size: 20px; font-weight: 830; }
.avm-sd-process__card p { margin: 12px 0 0; color: #667f8a; font-size: 14px; line-height: 1.7; }

/* CTA */
.avm-sd-cta { padding: 0 0 clamp(72px, 8vw, 110px); background: #f4fafc; }
.avm-sd-cta__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 5%, rgba(87, 218, 235, .25), transparent 22rem),
    linear-gradient(135deg, #06344d 0%, #08668e 64%, #075075 100%);
  box-shadow: 0 30px 76px rgba(5, 50, 73, .20);
}
.avm-sd-cta__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}
.avm-sd-cta__copy,
.avm-sd-cta__contact { position: relative; z-index: 1; }
.avm-sd-cta .avm-sd-kicker { color: #91e7f3; }
.avm-sd-cta .avm-sd-kicker::before { background: #91e7f3; }
.avm-sd-cta h2 {
  max-width: 720px;
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(32px, 4.4vw, 54px);
  font-weight: 860;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.avm-sd-cta__copy p { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.75; }
.avm-sd-cta__contact {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}
.avm-sd-cta__phone { display: grid; gap: 4px; color: #fff !important; text-decoration: none !important; }
.avm-sd-cta__phone small { color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.avm-sd-cta__phone strong { font-size: clamp(23px, 2.8vw, 33px); font-weight: 850; }
.avm-sd-cta__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.avm-sd-cta__actions .avm-btn { width: 100%; min-height: 48px; padding: 12px 15px; font-size: 13px; }
.avm-sd-cta__actions .avm-btn--outline { color: #fff !important; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }

/* Gallery lightbox */
.avm-sd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.avm-sd-lightbox.is-open { display: flex; }
.avm-sd-lightbox__backdrop { position: absolute; inset: 0; background: rgba(3, 16, 24, .88); backdrop-filter: blur(8px); }
.avm-sd-lightbox__panel {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  max-height: calc(100vh - 36px);
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 32px 100px rgba(0,0,0,.45);
}
.avm-sd-lightbox__stage { display: grid; min-height: 320px; place-items: center; padding: 24px 80px 12px; background: linear-gradient(180deg,#f8fbfd,#eaf2f5); }
.avm-sd-lightbox__image { max-width: 100%; max-height: 72vh; object-fit: contain; }
.avm-sd-lightbox__caption { padding: 14px 18px 18px; color: #244b5d; font-size: 14px; font-weight: 700; text-align: center; }
.avm-sd-lightbox__close,
.avm-sd-lightbox__arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 50, 73, .92);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
}
.avm-sd-lightbox__close { top: 14px; right: 14px; width: 44px; height: 44px; font-size: 27px; }
.avm-sd-lightbox__arrow { top: 50%; width: 50px; height: 50px; margin-top: -25px; font-size: 34px; }
.avm-sd-lightbox__arrow--prev { left: 15px; }
.avm-sd-lightbox__arrow--next { right: 15px; }
.avm-sd-lightbox.is-single .avm-sd-lightbox__stage { padding-inline: 24px; }
.avm-sd-lightbox.is-single .avm-sd-lightbox__arrow { display: none; }
html.avm-sd-lock,
body.avm-sd-lock { overflow: hidden !important; }

/* Progressive reveal */
.js .avm-service-final [data-avm-reveal] { opacity: 1; transform: none; transition: transform .3s ease, box-shadow .3s ease; }
.js .avm-service-final [data-avm-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .avm-sd-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 38px; }
  .avm-sd-hero__image,
  .avm-sd-hero__image img { min-height: 410px; }
  .avm-sd-highlights__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .avm-sd-highlight:nth-child(3) { border-left: 0; border-top: 1px solid var(--sd-line); }
  .avm-sd-highlight:nth-child(4) { border-top: 1px solid var(--sd-line); }
  .avm-sd-story--split,
  .avm-sd-story--split.is-reverse { grid-template-columns: minmax(290px, .88fr) minmax(0, 1.12fr); }
  .avm-sd-story--feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .avm-sd-gallery__item { grid-column: span 6; }
  .avm-sd-gallery__item--featured { grid-column: span 7; }
  .avm-sd-gallery__item:nth-child(2),
  .avm-sd-gallery__item:nth-child(3) { grid-column: span 5; }
  .avm-sd-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .avm-sd-hero__grid { grid-template-columns: 1fr; }
  .avm-sd-hero__copy { max-width: none; }
  .avm-sd-hero__visual { max-width: 780px; }
  .avm-sd-hero__image,
  .avm-sd-hero__image img { min-height: 390px; }
  .avm-sd-hero__badge { right: 18px; }
  .avm-sd-section-heading--split,
  .avm-sd-section-heading--split { gap: 14px; }
  .avm-sd-section-heading--split > p { margin-top: 0; }
  .avm-sd-story--split,
  .avm-sd-story--split.is-reverse { grid-template-columns: 1fr; min-height: 0; }
  .avm-sd-story--split.is-reverse .avm-sd-story__media,
  .avm-sd-story--split.is-reverse .avm-sd-story__copy { order: initial; }
  .avm-sd-story__media img { min-height: 330px; max-height: 480px; }
  .avm-sd-cta__contact { max-width: 620px; }
}

@media (max-width: 767px) {
  .avm-service-final section[id] { scroll-margin-top: 88px; }
  .avm-sd-hero { padding: 17px 0 68px; }
  .avm-sd-breadcrumb { margin-bottom: 24px; font-size: 11px; }
  .avm-sd-hero__grid { gap: 28px; }
  .avm-sd-hero__copy h1 { font-size: clamp(35px, 10vw, 49px); line-height: 1.04; }
  .avm-sd-hero__lead { margin-top: 17px; font-size: 15px; line-height: 1.72; }
  .avm-sd-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .avm-sd-hero__actions .avm-btn { width: 100%; }
  .avm-sd-hero__trust { display: grid; gap: 10px; margin-top: 21px; padding-top: 18px; }
  .avm-sd-hero__image { min-height: 290px; border-width: 5px; border-radius: 24px; }
  .avm-sd-hero__image img { min-height: 290px; }
  .avm-sd-hero__visual figcaption { left: 17px; right: 17px; bottom: 16px; }
  .avm-sd-hero__badge { top: -15px; right: 12px; width: 118px; min-height: 88px; padding: 13px; border-radius: 19px; }
  .avm-sd-hero__badge span { font-size: 21px; }
  .avm-sd-hero__badge small { font-size: 9px; }
  .avm-sd-highlights { margin-top: -32px; }
  .avm-sd-highlights__grid { grid-template-columns: 1fr; border-radius: 22px; }
  .avm-sd-highlight { padding: 17px 16px; }
  .avm-sd-highlight + .avm-sd-highlight { border-left: 0; border-top: 1px solid var(--sd-line); }
  .avm-sd-nav-wrap { padding-top: 16px; }
  .avm-sd-nav { border-radius: 17px; }
  .avm-sd-nav a { min-width: 104px; padding: 9px 12px; font-size: 12px; }
  .avm-sd-content,
  .avm-sd-gallery,
  .avm-sd-video-section,
  .avm-sd-process { padding: 58px 0; }
  .avm-sd-section-heading { margin-bottom: 24px; }
  .avm-sd-section-heading h2 { font-size: clamp(29px, 8.7vw, 40px); }
  .avm-sd-section-heading > p,
  .avm-sd-section-heading--split > p { font-size: 14px; line-height: 1.72; }
  .avm-sd-editorial { gap: 17px; }
  .avm-sd-story,
  .avm-sd-editorial > .vc_row,
  .avm-sd-editorial > .wpb_row,
  .avm-sd-editorial > .vc_section { border-radius: 22px; }
  .avm-sd-story::before { top: 12px; left: 12px; width: 32px; height: 32px; border-radius: 10px; font-size: 9px; }
  .avm-sd-story__media img { min-height: 230px; max-height: 330px; }
  .avm-sd-story__copy { padding: 24px 18px; }
  .avm-sd-story--feature-grid { grid-template-columns: 1fr; padding: 12px; }
  .avm-sd-story--feature-grid > * { padding: 19px 16px; border-radius: 17px; }
  .avm-sd-editorial h2 { font-size: clamp(25px, 7.5vw, 34px) !important; }
  .avm-sd-editorial h3 { font-size: clamp(21px, 6.5vw, 28px) !important; }
  .avm-sd-editorial p { font-size: 15px !important; line-height: 1.76 !important; }
  .avm-sd-editorial li { padding: 12px 13px 12px 39px !important; font-size: 14px; }
  .avm-sd-editorial li::before { left: 14px; top: 12px; }
  .avm-sd-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 230px; gap: 10px; }
  .avm-sd-gallery__item,
  .avm-sd-gallery__item--featured,
  .avm-sd-gallery__item:nth-child(2),
  .avm-sd-gallery__item:nth-child(3) { grid-column: 1; grid-row: auto; border-radius: 18px; }
  .avm-sd-gallery__zoom { opacity: 1; transform: none; }
  .avm-sd-process__grid { grid-template-columns: 1fr; }
  .avm-sd-process__card { min-height: 0; padding: 22px 19px; border-radius: 20px; }
  .avm-sd-process__card > span { margin-bottom: 22px; }
  .avm-sd-cta { padding-bottom: 82px; }
  .avm-sd-cta__shell { gap: 24px; padding: 30px 18px; border-radius: 25px; }
  .avm-sd-cta h2 { font-size: clamp(30px, 8.8vw, 42px); }
  .avm-sd-cta__contact { padding: 17px; border-radius: 20px; }
  .avm-sd-cta__actions { grid-template-columns: 1fr; }
  .avm-sd-lightbox { padding: 8px; }
  .avm-sd-lightbox__panel { border-radius: 18px; }
  .avm-sd-lightbox__stage { min-height: 240px; padding: 16px 48px 8px; }
  .avm-sd-lightbox__arrow { width: 38px; height: 38px; margin-top: -19px; font-size: 28px; }
  .avm-sd-lightbox__arrow--prev { left: 5px; }
  .avm-sd-lightbox__arrow--next { right: 5px; }
  .avm-sd-lightbox__close { top: 7px; right: 7px; width: 38px; height: 38px; font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .avm-service-final *,
  .avm-service-final *::before,
  .avm-service-final *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .js .avm-service-final [data-avm-reveal] { opacity: 1; transform: none; }
}

/* Product-detail image treatment: preserve packshot proportions and prevent crop. */
.avm-service-final--product .avm-sd-hero__image {
  background: linear-gradient(145deg, #ffffff 0%, #f1f7f9 100%);
}
.avm-service-final--product .avm-sd-hero__image img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 42px);
  background: transparent;
}
.avm-service-final--product .avm-sd-gallery__item {
  background: #fff;
}
.avm-service-final--product .avm-sd-gallery__item img {
  object-fit: contain;
  padding: 16px;
}
.avm-service-final--product .avm-sd-story__media {
  background: linear-gradient(145deg, #fff, #eef5f7);
}
.avm-service-final--product .avm-sd-story__media img {
  object-fit: contain;
  padding: clamp(16px, 2vw, 28px) !important;
  background: transparent;
}

/* Service video references – modern accessible module */.avm-service-videos {
  position: relative;
  margin-top: clamp(42px, 6vw, 76px);
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(8, 100, 141, .12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 8%, rgba(44, 190, 217, .13), transparent 23rem),
    linear-gradient(145deg, #f8fcfd 0%, #edf7fa 100%);
  box-shadow: 0 22px 54px rgba(6, 54, 77, .1);
}
.avm-service-videos::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(26, 155, 193, .08);
  pointer-events: none;
}
.avm-service-videos__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}
.avm-service-videos__heading h2 {
  margin: 8px 0 0;
  color: #0a3449;
  font-size: clamp(29px, 3.7vw, 46px);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.avm-service-videos__heading p {
  margin: 0;
  color: #55717e;
  font-size: 15px;
  line-height: 1.75;
}
.avm-service-videos__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.avm-service-videos__card {
  min-width: 0;
}
.avm-service-videos__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 90, 126, .12);
  border-radius: 22px;
  color: inherit;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 30px rgba(5, 49, 70, .08);
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.avm-service-videos__link:hover,
.avm-service-videos__link:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(8, 117, 164, .25);
  box-shadow: 0 22px 42px rgba(5, 49, 70, .14);
}
.avm-service-videos__link:focus-visible {
  outline: 3px solid rgba(23, 150, 198, .45);
  outline-offset: 3px;
}
.avm-service-videos__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #d8e8ee;
}
.avm-service-videos__image {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  transition: transform .42s ease;
}
.avm-service-videos__link:hover .avm-service-videos__image {
  transform: scale(1.055);
}
.avm-service-videos__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 23, 33, .03) 28%, rgba(3, 23, 33, .66) 100%);
}
.avm-service-videos__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .2);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}
.avm-service-videos__play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #087cae;
}
.avm-service-videos__link:hover .avm-service-videos__play {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}
.avm-service-videos__number {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.avm-service-videos__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
}
.avm-service-videos__label {
  color: #0c80b0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.avm-service-videos__body strong {
  color: #0c3347;
  font-size: 17px;
  font-weight: 820;
  line-height: 1.4;
}
.avm-service-videos__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 8px;
  color: #0878a7;
  font-size: 13px;
  font-weight: 800;
}
.avm-service-videos__cta span {
  transition: transform .22s ease;
}
.avm-service-videos__link:hover .avm-service-videos__cta span {
  transform: translateX(3px);
}
.avm-service-videos__footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.avm-service-videos__footer .avm-btn {
  min-width: 220px;
  background: #fff;
}
@media (max-width: 991px) {
  .avm-service-videos__heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .avm-service-videos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .avm-service-videos__card:first-child {
    grid-column: 1 / -1;
  }
  .avm-service-videos__card:first-child .avm-service-videos__media {
    aspect-ratio: 16 / 8;
  }
}
@media (max-width: 767px) {
  .avm-service-videos {
    margin-top: 34px;
    padding: 22px 14px 20px;
    border-radius: 22px;
  }
  .avm-service-videos__heading {
    margin-bottom: 20px;
  }
  .avm-service-videos__heading h2 {
    font-size: clamp(27px, 8vw, 36px);
  }
  .avm-service-videos__heading p {
    font-size: 14px;
    line-height: 1.7;
  }
  .avm-service-videos__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .avm-service-videos__card:first-child {
    grid-column: auto;
  }
  .avm-service-videos__card:first-child .avm-service-videos__media,
  .avm-service-videos__media {
    aspect-ratio: 16 / 10;
  }
  .avm-service-videos__link {
    border-radius: 18px;
  }
  .avm-service-videos__play {
    width: 52px;
    height: 52px;
  }
  .avm-service-videos__footer .avm-btn {
    width: 100%;
    min-width: 0;
  }
}

/* Unified story balance, media fill and content alignment */
.avm-sd-story--split {
  grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
}
.avm-sd-story--split.is-reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
}
.avm-sd-story__media,
.avm-sd-story__copy { min-height: 100%; }
.avm-sd-story__copy {
  align-items: stretch;
  text-align: left;
}
.avm-sd-story__copy h2,
.avm-sd-story__copy h3,
.avm-sd-story__copy h4,
.avm-sd-story__copy h5,
.avm-sd-story__copy p,
.avm-sd-story__copy ul,
.avm-sd-story__copy ol,
.avm-sd-story__copy blockquote,
.avm-sd-story__copy table {
  width: 100%;
  max-width: 100%;
  text-align: left !important;
}
.avm-sd-story__copy .wpb_wrapper,
.avm-sd-story__copy .vc_column-inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left !important;
}
.avm-sd-story__media > *,
.avm-sd-story__media .wpb_wrapper,
.avm-sd-story__media .vc_column-inner,
.avm-sd-story__media .wpb_single_image,
.avm-sd-story__media .wpb_single_image .wpb_wrapper,
.avm-sd-story__media .vc_single_image-wrapper,
.avm-sd-story__media figure,
.avm-sd-story__media picture,
.avm-sd-story__media p {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  align-items: stretch;
  justify-content: stretch;
  margin: 0 !important;
}
.avm-sd-story__media picture,
.avm-sd-story__media figure,
.avm-sd-story__media .vc_single_image-wrapper { overflow: hidden; }
.avm-sd-story__media img,
.avm-sd-story__media picture img,
.avm-sd-story__media figure img { flex: 1 1 auto; }
.avm-sd-story__media.has-media-visual {
  isolation: isolate;
  background: #edf5f7;
}
.avm-sd-story__media.has-media-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24px;
  background-image: linear-gradient(rgba(237,245,247,.78), rgba(237,245,247,.88)), var(--avm-media-image);
  background-position: center;
  background-size: cover;
  filter: blur(18px);
  transform: scale(1.08);
  opacity: .88;
  pointer-events: none;
}
.avm-sd-story__media.has-media-visual > * {
  position: relative;
  z-index: 1;
}
.avm-service-final--product .avm-sd-story__media.has-media-visual img {
  object-fit: contain !important;
  padding: clamp(18px, 2.4vw, 34px) !important;
}
.avm-sd-story--split.is-media-empty {
  grid-template-columns: 1fr !important;
  min-height: 0;
}
.avm-sd-story--split.is-media-empty .avm-sd-story__media { display: none !important; }
.avm-sd-story--split.is-copy-compact .avm-sd-story__copy { padding-block: 28px; }
.avm-sd-story--feature-grid.is-two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.avm-sd-story--feature-grid > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.avm-sd-editorial .wpb_single_image,
.avm-sd-editorial .wpb_single_image .wpb_wrapper,
.avm-sd-editorial .vc_single_image-wrapper { width: 100%; }
.avm-sd-editorial .vc_btn3-container,
.avm-sd-editorial .wpb_button,
.avm-sd-editorial .vc_general.vc_btn3,
.avm-sd-editorial a.vc_general,
.avm-sd-editorial .avm-btn { max-width: 100%; }
.avm-sd-editorial .vc_btn3,
.avm-sd-editorial a.vc_general,
.avm-sd-editorial .avm-btn,
.avm-sd-editorial .wpb_button {
  display: inline-flex !important;
  width: min(100%, 640px);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px !important;
  border-radius: 999px !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.35 !important;
}
.avm-sd-editorial .wpb_wrapper > .vc_btn3-container:last-child,
.avm-sd-editorial .wpb_wrapper > .avm-btn:last-child,
.avm-sd-editorial .wpb_wrapper > p:last-child > .vc_general,
.avm-sd-editorial .wpb_wrapper > p:last-child > .avm-btn { margin-bottom: 0 !important; }
@media (max-width: 1199px) {
  .avm-sd-story--split,
  .avm-sd-story--split.is-reverse {
    grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr);
  }
}
@media (max-width: 991px) {
  .avm-sd-story--split,
  .avm-sd-story--split.is-reverse,
  .avm-sd-story--feature-grid.is-two-up { grid-template-columns: 1fr; }
  .avm-sd-story__media,
  .avm-sd-story__copy { min-height: 0; }
}
@media (max-width: 767px) {
  .avm-sd-story__copy .wpb_wrapper,
  .avm-sd-story__copy .vc_column-inner { justify-content: flex-start; }
  .avm-sd-editorial .vc_btn3,
  .avm-sd-editorial a.vc_general,
  .avm-sd-editorial .avm-btn,
  .avm-sd-editorial .wpb_button {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px !important;
    font-size: 15px !important;
  }
}

/* Final mobile badge spacing and editorial CTA legibility */
.avm-sd-editorial .vc_btn3,
.avm-sd-editorial a.vc_general,
.avm-sd-editorial .avm-btn,
.avm-sd-editorial .wpb_button {
  color: #fff !important;
  background: linear-gradient(135deg, #0a80ae, #075c83) !important;
  border-color: transparent !important;
  text-decoration: none !important;
}
.avm-sd-editorial .vc_btn3:hover,
.avm-sd-editorial a.vc_general:hover,
.avm-sd-editorial .avm-btn:hover,
.avm-sd-editorial .wpb_button:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #0876a2, #064d70) !important;
}
@media (max-width: 767px) {
  .avm-sd-story__copy:first-child { padding-top: 58px; }
  .avm-sd-story--feature-grid { padding-top: 52px; }
}
@media (max-width: 767px) {
  .avm-sd-story--split.is-copy-first::before {
    right: 12px;
    left: auto;
  }
}

/* Legacy service content stability: keep old WPBakery/media blocks from stretching into empty panels. */
.avm-sd-story--split,
.avm-sd-story--split.is-reverse {
  align-items: start;
}
.avm-sd-story--split .avm-sd-story__media {
  align-self: start;
  height: clamp(340px, 42vw, 520px);
  min-height: 0;
}
.avm-sd-story--split .avm-sd-story__copy {
  min-height: 0;
  justify-content: flex-start;
}
.avm-sd-story__media > *,
.avm-sd-story__media .wpb_wrapper,
.avm-sd-story__media .vc_column-inner,
.avm-sd-story__media .wpb_single_image,
.avm-sd-story__media .wpb_single_image .wpb_wrapper,
.avm-sd-story__media .vc_single_image-wrapper,
.avm-sd-story__media figure,
.avm-sd-story__media picture,
.avm-sd-story__media p {
  height: 100%;
  min-height: 100%;
}
.avm-sd-story__media img,
.avm-sd-story__media picture img,
.avm-sd-story__media figure img,
.avm-sd-story__media .wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}
.avm-sd-content > .wp-block-paragraph:empty {
  display: none !important;
}
.avm-sd-content > .megamist-seo-referans {
  width: min(1110px, calc(100% - 48px));
  margin: 28px auto 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--sd-line);
  border-radius: 24px;
  color: #476775;
  background: #fff;
  box-shadow: var(--sd-shadow-sm);
}
.avm-sd-content > .megamist-seo-referans h2 {
  margin: 0 0 12px;
  color: #0b4964;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.22;
}
.avm-sd-content > .megamist-seo-referans p {
  max-width: 980px;
  margin: 0;
  font-size: 16px;
  line-height: 1.78;
}
.avm-sd-content > .megamist-seo-referans a {
  color: #0879a7;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .avm-sd-story--split .avm-sd-story__media {
    height: clamp(230px, 68vw, 340px);
  }
  .avm-sd-content > .megamist-seo-referans {
    width: calc(100% - 28px);
    max-width: 1110px;
    margin-top: 18px;
    padding: 22px 18px;
    border-radius: 20px;
  }
  .avm-sd-content > .megamist-seo-referans p {
    font-size: 15px;
    line-height: 1.72;
  }
}

/* Final service detail polish: stable rich cards after WPBakery is no longer edited. */
.avm-sd-story {
  border-color: rgba(8, 94, 130, .14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,252,253,.98)),
    radial-gradient(circle at 8% 0%, rgba(84,197,210,.13), transparent 18rem);
}
.avm-sd-story--split {
  gap: 0;
}
.avm-sd-story--split:not(.is-copy-long) .avm-sd-story__copy {
  padding: clamp(34px, 4vw, 62px);
}
.avm-sd-story--split:not(.is-copy-long) .avm-sd-story__media {
  position: relative;
  margin: clamp(14px, 1.7vw, 22px);
  width: auto;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(5, 43, 61, .13);
}
.avm-sd-story--split:not(.is-copy-long) .avm-sd-story__media::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}
.avm-sd-story--split.is-copy-long,
.avm-sd-story--split.is-copy-long.is-reverse {
  grid-template-columns: 1fr !important;
}
.avm-sd-story--split.is-copy-long .avm-sd-story__media {
  order: 0 !important;
  width: auto;
  height: clamp(300px, 34vw, 470px);
  margin: clamp(14px, 1.8vw, 24px) clamp(14px, 1.8vw, 24px) 0;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(5, 43, 61, .14);
}
.avm-sd-story--split.is-copy-long .avm-sd-story__copy {
  order: 1 !important;
  max-width: 1040px;
  padding: clamp(28px, 4vw, 52px);
}
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
}
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > h2,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > h3,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > h4,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > p,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > ul,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > ol,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > div,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .wpb_wrapper > section,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > h2,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > h3,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > h4,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > p,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > ul,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > ol,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > div,
.avm-sd-story--split.is-copy-long .avm-sd-story__copy > .vc_column-inner > section {
  grid-column: 1 / -1;
}
.avm-sd-story--split.is-copy-long .avm-sd-story__copy ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.avm-sd-story--split.is-copy-long .avm-sd-story__copy li {
  margin: 0 !important;
  background: #fff;
  box-shadow: 0 10px 28px rgba(5, 43, 61, .06);
}
.avm-sd-story__copy .wp-block-columns,
.avm-sd-story__copy .vc_row,
.avm-sd-story__copy .wpb_row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}
.avm-sd-story__copy .wp-block-column,
.avm-sd-story__copy .wpb_column,
.avm-sd-story__copy .vc_column_container {
  width: auto !important;
  min-width: 0 !important;
}
.avm-sd-story__copy .wp-block-column > *,
.avm-sd-story__copy .wpb_column > .vc_column-inner,
.avm-sd-story__copy .vc_column_container > .vc_column-inner {
  height: 100%;
}
.avm-sd-story__copy .wp-block-column,
.avm-sd-story__copy .avm-sd-feature-card,
.avm-sd-story__copy .vc_column_container {
  border-radius: 18px;
}
.avm-sd-story__copy img[src*="assets/img/catalog/"],
.avm-sd-story__copy img[src*="assets/img/services/"] {
  filter: saturate(1.02) contrast(1.03);
}
.avm-service-final--product .avm-sd-story__media img {
  object-fit: contain !important;
  padding: clamp(18px, 2.4vw, 34px) !important;
}
@media (max-width: 991px) {
  .avm-sd-story--split:not(.is-copy-long) .avm-sd-story__media {
    height: clamp(260px, 58vw, 420px);
  }
  .avm-sd-story--split.is-copy-long .avm-sd-story__copy ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .avm-sd-story--split:not(.is-copy-long) .avm-sd-story__media,
  .avm-sd-story--split.is-copy-long .avm-sd-story__media {
    margin: 12px 12px 0;
    height: clamp(220px, 66vw, 330px);
    border-radius: 18px;
  }
  .avm-sd-story--split.is-copy-long .avm-sd-story__copy {
    padding: 24px 18px 26px;
  }
}

@media (max-width: 1199px) {
  .avm-sd-showcase__shell {
    grid-template-columns: 1fr;
  }
  .avm-sd-showcase__copy {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .avm-sd-showcase__metrics {
    grid-column: auto;
    grid-row: auto;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .avm-sd-showcase {
    margin-top: -30px;
    padding-bottom: 36px;
  }
  .avm-sd-showcase__shell {
    padding: 12px;
    border-radius: 24px;
  }
  .avm-sd-showcase__media {
    grid-template-columns: 1fr;
  }
  .avm-sd-showcase__main {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }
  .avm-sd-showcase__copy {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .avm-sd-showcase__copy h2 {
    font-size: clamp(27px, 8vw, 38px);
  }
  .avm-sd-showcase__metrics span {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 10px;
  }
  .avm-sd-showcase__metrics strong {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
}

/* Service pages are the final visual presentation; do not let legacy split rows look like old WPBakery blocks. */
.avm-service-final--service .avm-sd-story--split,
.avm-service-final--service .avm-sd-story--split.is-reverse {
  grid-template-columns: 1fr !important;
}
.avm-service-final--service .avm-sd-story--split .avm-sd-story__media {
  order: 0 !important;
  width: auto;
  height: clamp(300px, 34vw, 480px);
  margin: clamp(14px, 1.8vw, 24px) clamp(14px, 1.8vw, 24px) 0;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(5, 43, 61, .14);
}
.avm-service-final--service .avm-sd-story--split .avm-sd-story__copy {
  order: 1 !important;
  max-width: 1040px;
  padding: clamp(28px, 4vw, 52px);
}
.avm-service-final--service .avm-sd-story--split.is-reverse .avm-sd-story__media { order: 0 !important; }
.avm-service-final--service .avm-sd-story--split.is-reverse .avm-sd-story__copy { order: 1 !important; }
@media (max-width: 767px) {
  .avm-service-final--service .avm-sd-story--split .avm-sd-story__media {
    margin: 12px 12px 0;
    height: clamp(220px, 66vw, 340px);
    border-radius: 18px;
  }
  .avm-service-final--service .avm-sd-story--split .avm-sd-story__copy {
    padding: 24px 18px 26px;
  }
}

/* Clean up legacy WordPress block fragments inside the final service cards. */
.avm-service-final--service .avm-sd-story__copy {
  display: block !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-columns {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 24px !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-column {
  width: 100% !important;
  max-width: 720px;
  min-height: 0 !important;
  margin: 0 !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-column:not(:has(*)) {
  display: none !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-column:has(p) {
  margin-left: auto !important;
}
.avm-service-final--service .avm-sd-story__media {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.avm-service-final--service .avm-sd-story__media figcaption,
.avm-service-final--service .avm-sd-story__media .wp-element-caption {
  display: none !important;
}
.avm-service-final--service .avm-sd-story__media img {
  font-size: initial;
  line-height: normal;
}
.avm-service-final--service .avm-sd-story__copy .icon_box {
  width: 100% !important;
  margin: 28px 0 0 !important;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .item {
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 20px 18px !important;
  border: 1px solid rgba(8, 94, 130, .10);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(5, 52, 75, .065);
  text-align: left !important;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .item img,
.avm-service-final--service .avm-sd-story__copy .icon_box .item svg {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .item h3,
.avm-service-final--service .avm-sd-story__copy .icon_box .item h4,
.avm-service-final--service .avm-sd-story__copy .icon_box .item strong {
  margin-bottom: 8px !important;
  color: #07364f !important;
  font-size: 14px !important;
  letter-spacing: .02em;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .item p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-buttons {
  margin-top: 28px !important;
  justify-content: flex-start !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-button {
  width: min(100%, 560px) !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-button__link {
  display: flex !important;
  width: 100% !important;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 15px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #07364f, #087dab) !important;
  box-shadow: 0 16px 34px rgba(5, 52, 75, .18);
  font-weight: 850;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .avm-service-final--service .avm-sd-story__copy .icon_box .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .avm-service-final--service .avm-sd-story__copy .wp-block-column {
    max-width: none;
  }
  .avm-service-final--service .avm-sd-story__copy .icon_box .row {
    grid-template-columns: 1fr !important;
  }
}

/* Requested final polish for service detail reading flow and process section. */
.avm-service-final--service .avm-sd-story__copy > p,
.avm-service-final--service .avm-sd-story__copy > .wp-block-paragraph {
  max-width: 920px;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 17px !important;
  line-height: 1.86 !important;
}
.avm-service-final--service .avm-sd-story__copy > p + p,
.avm-service-final--service .avm-sd-story__copy > .wp-block-paragraph + .wp-block-paragraph {
  margin-top: 20px !important;
}
.avm-service-final--service .avm-sd-story__copy h2,
.avm-service-final--service .avm-sd-story__copy h3 {
  max-width: 980px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-column:has(p) {
  max-width: 760px;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.avm-service-final--service .avm-sd-story__copy .avm-legacy-link-card {
  max-width: 880px;
  margin: 34px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.avm-service-final--service .avm-sd-story__copy .avm-legacy-link-card a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 74px;
  padding: 18px 18px 18px 24px;
  overflow: hidden;
  border: 1px solid rgba(8, 94, 130, .14);
  border-radius: 22px;
  color: #07364f !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,249,252,.98)),
    radial-gradient(circle at 90% 10%, rgba(69,196,216,.20), transparent 13rem);
  box-shadow: 0 18px 44px rgba(5, 52, 75, .10);
  font-weight: 850;
  line-height: 1.42;
  text-decoration: none !important;
}
.avm-service-final--service .avm-sd-story__copy .avm-legacy-link-card a::after {
  content: "›";
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #087dab, #07364f);
  font-size: 28px;
  line-height: 1;
}
.avm-service-final--service .avm-sd-story__copy .avm-legacy-link-card a:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(5, 52, 75, .14);
}
.avm-service-final--service .avm-sd-story__copy .wp-block-buttons {
  max-width: 920px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-button {
  width: min(100%, 620px) !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-button__link {
  min-height: 62px;
  padding: 16px 28px !important;
  border-radius: 20px !important;
  font-size: 15px;
  letter-spacing: .01em;
}
.avm-service-final--service .avm-sd-story__copy .icon_box {
  max-width: 920px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .row {
  gap: 16px !important;
}
.avm-service-final--service .avm-sd-story__copy .icon_box .item {
  padding: 24px 20px !important;
}
.avm-sd-content {
  padding-bottom: clamp(44px, 5vw, 72px);
}
.avm-sd-content > .megamist-seo-referans {
  margin-bottom: 0 !important;
}
.avm-sd-video-section,
.avm-sd-process {
  margin-top: 0;
}
.avm-sd-process {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 116px) 0;
  background:
    linear-gradient(180deg, #f4fafc 0%, #edf7fa 100%);
}
.avm-sd-process .avm-sd-section-heading--split {
  align-items: center;
  margin-bottom: 34px;
}
.avm-sd-process__grid {
  position: relative;
  gap: 18px;
}
.avm-sd-process__grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 94, 130, .22), transparent);
  pointer-events: none;
}
.avm-sd-process__card {
  position: relative;
  min-height: 232px;
  padding: 30px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(8, 94, 130, .10);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fcfd 100%);
  box-shadow: 0 18px 46px rgba(5, 52, 75, .09);
}
.avm-sd-process__card::before {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -56px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69,196,216,.20), transparent 68%);
  pointer-events: none;
}
.avm-sd-process__card > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 0 34px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #087dab, #07364f);
  box-shadow: 0 12px 26px rgba(8, 125, 171, .20);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.avm-sd-process__card strong {
  color: #07364f;
  font-size: 22px;
}
.avm-sd-process__card p {
  color: #55727f;
  font-size: 15px;
}
@media (max-width: 991px) {
  .avm-sd-process__grid::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .avm-service-final--service .avm-sd-story__copy > p,
  .avm-service-final--service .avm-sd-story__copy > .wp-block-paragraph {
    font-size: 15.5px !important;
    line-height: 1.78 !important;
  }
  .avm-service-final--service .avm-sd-story__copy .avm-legacy-link-card a {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }
  .avm-service-final--service .avm-sd-story__copy .avm-legacy-link-card a::after {
    justify-self: start;
  }
  .avm-sd-process__card {
    min-height: 0;
  }
}

/* Final pass for user-reported WPBakery fragments. */
.avm-service-final--service .avm-sd-story__copy .wp-block-columns {
  width: 100% !important;
  max-width: 960px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-column,
.avm-service-final--service .avm-sd-story__copy .wp-block-column:has(p) {
  width: 100% !important;
  max-width: 920px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle {
  width: 100% !important;
  max-width: 920px !important;
  margin: 34px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .title {
  position: relative;
  display: block !important;
  min-height: 78px;
  padding: 25px 92px 25px 24px !important;
  overflow: hidden;
  border: 1px solid rgba(8, 94, 130, .14) !important;
  border-radius: 22px !important;
  color: #07364f !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,249,252,.98)),
    radial-gradient(circle at 92% 8%, rgba(69,196,216,.18), transparent 12rem) !important;
  box-shadow: 0 18px 44px rgba(5, 52, 75, .10) !important;
  font-weight: 850;
  line-height: 1.45;
  text-decoration: none !important;
  cursor: pointer;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .title::after {
  content: "›";
  position: absolute;
  right: 22px;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #087dab, #07364f);
  box-shadow: 0 12px 24px rgba(8, 125, 171, .20);
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .title a,
.avm-service-final--service .avm-sd-story__copy .content_toggle .title span {
  color: inherit !important;
  text-decoration: none !important;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .title:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(5, 52, 75, .14) !important;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .title:hover::after {
  transform: translateY(-50%) translateX(2px);
}
.avm-service-final--service .avm-sd-story__copy .content_toggle .content {
  margin-top: 14px !important;
  padding: 20px 24px !important;
  border: 1px solid rgba(8, 94, 130, .10) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(5, 52, 75, .07) !important;
}
.avm-service-final--service .avm-sd-story__copy .content_toggle i,
.avm-service-final--service .avm-sd-story__copy .content_toggle .toggle_icon,
.avm-service-final--service .avm-sd-story__copy .content_toggle .icon,
.avm-service-final--service .avm-sd-story__copy .content_toggle .vc_toggle_icon,
.avm-service-final--service .avm-sd-story__copy .content_toggle .vc_tta-controls-icon,
.avm-service-final--service .avm-sd-story__copy .content_toggle [class*="toggle_icon"],
.avm-service-final--service .avm-sd-story__copy .content_toggle [class*="controls-icon"] {
  display: none !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-buttons {
  justify-content: flex-start !important;
}
.avm-service-final--service .avm-sd-story__copy .wp-block-button__link {
  white-space: normal !important;
  text-align: center;
}
.avm-sd-content {
  padding-bottom: 0 !important;
}
.avm-sd-content + .avm-sd-video-section {
  padding-top: clamp(34px, 4vw, 54px) !important;
}
.avm-service-videos {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .avm-service-final--service .avm-sd-story__copy .content_toggle .title {
    min-height: 70px;
    padding: 20px 76px 20px 18px !important;
  }
  .avm-service-final--service .avm-sd-story__copy .content_toggle .title::after {
    right: 16px;
    width: 42px;
    height: 42px;
  }
}

/* Mobile service detail hardening. */
@media (max-width: 767px) {
  .avm-service-final,
  .avm-service-final * {
    min-width: 0;
  }
  .avm-service-final {
    overflow-x: hidden;
  }
  .avm-service-final .container {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .avm-sd-content,
  .avm-sd-gallery,
  .avm-sd-video-section,
  .avm-sd-process {
    padding: 44px 0 !important;
  }
  .avm-sd-section-heading,
  .avm-sd-section-heading--split,
  .avm-sd-process .avm-sd-section-heading--split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: start !important;
    margin-bottom: 24px !important;
  }
  .avm-sd-section-heading h2,
  .avm-sd-process .avm-sd-section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.6vw, 37px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
  }
  .avm-sd-section-heading > p,
  .avm-sd-section-heading--split > p,
  .avm-sd-process .avm-sd-section-heading--split > p {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
  .avm-sd-process {
    overflow: hidden;
  }
  .avm-sd-process__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .avm-sd-process__card {
    min-height: 0 !important;
    padding: 22px 19px !important;
    border-radius: 20px !important;
  }
  .avm-sd-process__card > span {
    width: 44px;
    height: 44px;
    margin-bottom: 22px !important;
    border-radius: 14px;
  }
  .avm-sd-process__card strong {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }
  .avm-sd-process__card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
  .avm-service-final--service .avm-sd-story__copy .wp-block-buttons,
  .avm-service-final--service .avm-sd-story__copy .wp-block-button {
    width: 100% !important;
    max-width: 100% !important;
  }
  .avm-service-final--service .avm-sd-story__copy .wp-block-button__link {
    min-height: 54px !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
  }
  .avm-sd-cta {
    padding: 0 0 78px !important;
  }
  .avm-sd-cta__shell {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    width: 100%;
    padding: 28px 18px !important;
    border-radius: 24px !important;
  }
  .avm-sd-cta h2 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
  }
  .avm-sd-cta__copy p {
    max-width: 100%;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .avm-sd-cta__contact {
    width: 100%;
    max-width: 100% !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }
  .avm-sd-cta__phone strong {
    font-size: clamp(21px, 6.3vw, 26px) !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere;
  }
  .avm-sd-cta__actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .avm-sd-cta__actions .avm-btn {
    min-height: 48px !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
}
@media (max-width: 390px) {
  .avm-service-final .container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .avm-sd-section-heading h2,
  .avm-sd-process .avm-sd-section-heading h2,
  .avm-sd-cta h2 {
    font-size: 30px !important;
  }
  .avm-service-final--service .avm-sd-story__copy .wp-block-button__link {
    font-size: 13.5px !important;
  }
}

/* Product detail final polish: catalogue-like media and readable technical content. */
.avm-service-final--product .avm-sd-hero {
  background:
    radial-gradient(circle at 86% 12%, rgba(69,196,216,.17), transparent 28rem),
    linear-gradient(180deg, #f8fcfd 0%, #eef8fb 100%);
}
.avm-service-final--product .avm-sd-hero__visual {
  max-width: 620px;
}
.avm-service-final--product .avm-sd-hero__image {
  min-height: clamp(430px, 42vw, 590px);
  border-color: rgba(255,255,255,.92);
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.98), rgba(244,250,252,.86) 46%, rgba(220,239,245,.84) 100%);
}
.avm-service-final--product .avm-sd-hero__image::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69,196,216,.15), transparent 68%);
  pointer-events: none;
}
.avm-service-final--product .avm-sd-hero__image img {
  position: relative;
  z-index: 1;
  object-fit: contain !important;
  padding: clamp(28px, 4vw, 58px) !important;
  filter: drop-shadow(0 24px 34px rgba(5, 52, 75, .14));
}
.avm-service-final--product .avm-sd-showcase__shell {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}
.avm-service-final--product .avm-sd-showcase__main {
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.96), rgba(236,247,250,.94) 72%);
}
.avm-service-final--product .avm-sd-showcase img {
  object-fit: contain;
  padding: clamp(18px, 2.4vw, 34px);
  filter: drop-shadow(0 18px 28px rgba(5, 52, 75, .12));
}
.avm-service-final--product .avm-sd-highlight {
  background: linear-gradient(180deg, #fff, #f6fbfd);
}
.avm-service-final--product .avm-sd-editorial {
  gap: 22px;
}
.avm-service-final--product .avm-sd-editorial > p,
.avm-service-final--product .avm-sd-editorial > h2,
.avm-service-final--product .avm-sd-editorial > h3,
.avm-service-final--product .avm-sd-editorial > h4,
.avm-service-final--product .avm-sd-editorial > ul,
.avm-service-final--product .avm-sd-editorial > ol,
.avm-service-final--product .avm-sd-editorial > blockquote,
.avm-service-final--product .avm-sd-editorial > table {
  max-width: 1030px;
}
.avm-service-final--product .avm-sd-editorial > h2,
.avm-service-final--product .avm-sd-editorial > h3 {
  position: relative;
  padding-left: 18px;
}
.avm-service-final--product .avm-sd-editorial > h2::before,
.avm-service-final--product .avm-sd-editorial > h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 4px;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(180deg, #45c4d8, #087dab);
}
.avm-service-final--product .avm-sd-editorial > p {
  padding: 24px 28px;
  border: 1px solid rgba(8, 94, 130, .10);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(5, 52, 75, .06);
}
.avm-service-final--product .avm-sd-editorial > p:has(img),
.avm-service-final--product .avm-sd-editorial > p:has(a:only-child) {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.avm-service-final--product .avm-sd-editorial ul,
.avm-service-final--product .avm-sd-editorial ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.avm-service-final--product .avm-sd-editorial li {
  min-height: 74px;
  margin: 0 !important;
  border: 1px solid rgba(8, 94, 130, .10);
  background: linear-gradient(180deg, #fff, #f7fcfd);
  box-shadow: 0 10px 26px rgba(5, 52, 75, .055);
}
.avm-service-final--product .avm-sd-editorial figure,
.avm-service-final--product .avm-sd-editorial .wpb_single_image,
.avm-service-final--product .avm-sd-editorial .vc_single_image-wrapper {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #edf7fa);
}
.avm-service-final--product .avm-sd-editorial figure img,
.avm-service-final--product .avm-sd-editorial .wpb_single_image img,
.avm-service-final--product .avm-sd-editorial .vc_single_image-wrapper img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  padding: clamp(14px, 2vw, 28px);
}
.avm-service-final--product .avm-sd-editorial table {
  overflow: hidden;
  border: 1px solid rgba(8, 94, 130, .12);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(5, 52, 75, .06);
}
.avm-service-final--product .avm-sd-editorial th {
  color: #07364f;
  background: #e8f7fb;
}
.avm-service-final--product .avm-sd-editorial td {
  background: rgba(255,255,255,.88);
}
.avm-service-final--product .avm-sd-story {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,252,253,.98)),
    radial-gradient(circle at 92% 0%, rgba(69,196,216,.13), transparent 16rem);
}
.avm-service-final--product .avm-sd-story__copy .wp-block-columns,
.avm-service-final--product .avm-sd-story__copy .vc_row,
.avm-service-final--product .avm-sd-story__copy .wpb_row {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column,
.avm-service-final--product .avm-sd-story__copy .wpb_column,
.avm-service-final--product .avm-sd-story__copy .vc_column_container {
  padding: 18px;
  border: 1px solid rgba(8, 94, 130, .10);
  background: #fff;
  box-shadow: 0 12px 28px rgba(5, 52, 75, .055);
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column img,
.avm-service-final--product .avm-sd-story__copy .wpb_column img,
.avm-service-final--product .avm-sd-story__copy .vc_column_container img {
  max-height: 280px;
  object-fit: contain;
}
.avm-service-final--product .avm-sd-content {
  padding-bottom: clamp(44px, 5vw, 70px) !important;
}
@media (max-width: 991px) {
  .avm-service-final--product .avm-sd-showcase__shell {
    grid-template-columns: 1fr;
  }
  .avm-service-final--product .avm-sd-editorial ul,
  .avm-service-final--product .avm-sd-editorial ol {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .avm-service-final--product .avm-sd-hero__visual {
    max-width: none;
  }
  .avm-service-final--product .avm-sd-hero__image {
    min-height: clamp(280px, 78vw, 360px);
  }
  .avm-service-final--product .avm-sd-hero__image img {
    padding: 24px !important;
  }
  .avm-service-final--product .avm-sd-showcase {
    margin-top: -18px;
  }
  .avm-service-final--product .avm-sd-showcase__main {
    min-height: 230px;
  }
  .avm-service-final--product .avm-sd-showcase img {
    padding: 16px;
  }
  .avm-service-final--product .avm-sd-editorial {
    gap: 16px;
  }
  .avm-service-final--product .avm-sd-editorial > p {
    padding: 18px;
    border-radius: 18px;
  }
  .avm-service-final--product .avm-sd-editorial > h2,
  .avm-service-final--product .avm-sd-editorial > h3 {
    padding-left: 14px;
  }
  .avm-service-final--product .avm-sd-editorial li {
    min-height: 0;
  }
  .avm-service-final--product .avm-sd-editorial figure img,
  .avm-service-final--product .avm-sd-editorial .wpb_single_image img,
  .avm-service-final--product .avm-sd-editorial .vc_single_image-wrapper img {
    max-height: 300px;
    padding: 14px;
  }
  .avm-service-final--product .avm-sd-story__copy .wp-block-column,
  .avm-service-final--product .avm-sd-story__copy .wpb_column,
  .avm-service-final--product .avm-sd-story__copy .vc_column_container {
    padding: 14px;
    border-radius: 16px;
  }
}

/* Product detail correction pass for legacy mixed media and empty WPBakery columns. */
.avm-service-final--product .avm-sd-showcase__media {
  grid-template-columns: minmax(0, 1fr);
}
.avm-service-final--product .avm-sd-showcase__main {
  min-height: clamp(390px, 38vw, 560px);
  aspect-ratio: 16 / 10;
}
.avm-service-final--product .avm-sd-showcase img {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  object-fit: cover;
  filter: none;
}
.avm-service-final--product .avm-sd-showcase img[src*="/assets/img/catalog/"] {
  padding: clamp(16px, 2vw, 28px) !important;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(5, 52, 75, .12));
}
.avm-service-final--product .avm-sd-story__media {
  display: grid;
  min-height: 0;
  place-items: center;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.avm-service-final--product .avm-sd-story__media figcaption,
.avm-service-final--product .avm-sd-story__media .wp-element-caption {
  display: none !important;
}
.avm-service-final--product .avm-sd-story__media img {
  width: min(100%, 760px);
  max-height: clamp(270px, 34vw, 450px);
  margin: auto;
  padding: 0 !important;
  object-fit: contain !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column,
.avm-service-final--product .avm-sd-story__copy .wpb_column,
.avm-service-final--product .avm-sd-story__copy .vc_column_container {
  min-height: 0 !important;
  background: transparent;
  box-shadow: none;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column:not(:has(p, h1, h2, h3, h4, h5, ul, ol, li, img, iframe, table, a, .vc_btn3, .wp-block-button)),
.avm-service-final--product .avm-sd-story__copy .wpb_column:not(:has(p, h1, h2, h3, h4, h5, ul, ol, li, img, iframe, table, a, .vc_btn3, .wp-block-button)),
.avm-service-final--product .avm-sd-story__copy .vc_column_container:not(:has(p, h1, h2, h3, h4, h5, ul, ol, li, img, iframe, table, a, .vc_btn3, .wp-block-button)) {
  display: none !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column:has(p, h2, h3, h4, ul, ol, img, iframe, table, a, .vc_btn3, .wp-block-button),
.avm-service-final--product .avm-sd-story__copy .wpb_column:has(p, h2, h3, h4, ul, ol, img, iframe, table, a, .vc_btn3, .wp-block-button),
.avm-service-final--product .avm-sd-story__copy .vc_column_container:has(p, h2, h3, h4, ul, ol, img, iframe, table, a, .vc_btn3, .wp-block-button) {
  padding: 22px !important;
  border: 1px solid rgba(8, 94, 130, .10);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(5, 52, 75, .055);
}
.avm-service-final--product .avm-sd-story__copy .icon_box {
  width: 100% !important;
  max-width: 940px;
  margin: 28px auto 0 !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item {
  width: auto !important;
  min-height: 0 !important;
  padding: 24px 20px !important;
  border: 1px solid rgba(8, 94, 130, .10);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 52, 75, .065);
  text-align: left !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item img,
.avm-service-final--product .avm-sd-story__copy .icon_box .item svg {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item h3,
.avm-service-final--product .avm-sd-story__copy .icon_box .item h4,
.avm-service-final--product .avm-sd-story__copy .icon_box .item strong {
  color: #07364f !important;
  font-size: 14px !important;
  letter-spacing: .02em;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-buttons {
  max-width: 940px;
  margin: 28px auto 0 !important;
  justify-content: flex-start !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-button {
  width: min(100%, 560px) !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-button__link {
  display: flex !important;
  width: 100% !important;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 22px !important;
  border: 0 !important;
  border-radius: 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #07364f, #087dab) !important;
  box-shadow: 0 16px 34px rgba(5, 52, 75, .18);
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  white-space: normal !important;
}
@media (max-width: 991px) {
  .avm-service-final--product .avm-sd-showcase__media {
    grid-template-columns: 1fr;
  }
  .avm-service-final--product .avm-sd-story__copy .icon_box .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .avm-service-final--product .avm-sd-showcase__main {
    min-height: 250px;
  }
  .avm-service-final--product .avm-sd-story__media img {
    max-height: 300px;
  }
  .avm-service-final--product .avm-sd-story__copy .wp-block-column:has(p, h2, h3, h4, ul, ol, img, iframe, table, a, .vc_btn3, .wp-block-button),
  .avm-service-final--product .avm-sd-story__copy .wpb_column:has(p, h2, h3, h4, ul, ol, img, iframe, table, a, .vc_btn3, .wp-block-button),
  .avm-service-final--product .avm-sd-story__copy .vc_column_container:has(p, h2, h3, h4, ul, ol, img, iframe, table, a, .vc_btn3, .wp-block-button) {
    padding: 16px !important;
    border-radius: 16px;
  }
  .avm-service-final--product .avm-sd-story__copy .icon_box .row {
    grid-template-columns: 1fr !important;
  }
  .avm-service-final--product .avm-sd-story__copy .wp-block-button,
  .avm-service-final--product .avm-sd-story__copy .wp-block-buttons {
    width: 100% !important;
    max-width: 100% !important;
  }
  .avm-service-final--product .avm-sd-story__copy .wp-block-button__link {
    min-height: 54px;
    padding: 14px 16px !important;
    font-size: 14px;
  }
}

/* Product detail decisive cleanup: remove irrelevant showcase and neutralize empty legacy grids. */
.avm-service-final--product .avm-sd-showcase {
  display: none !important;
}
.avm-service-final--product .avm-sd-content {
  padding-top: clamp(54px, 6vw, 86px) !important;
}
.avm-service-final--product .avm-sd-story {
  padding: clamp(18px, 2.2vw, 26px);
}
.avm-service-final--product .avm-sd-story--split,
.avm-service-final--product .avm-sd-story--split.is-reverse {
  grid-template-columns: 1fr !important;
}
.avm-service-final--product .avm-sd-story--split .avm-sd-story__media,
.avm-service-final--product .avm-sd-story--split.is-copy-long .avm-sd-story__media {
  order: 0 !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 clamp(22px, 3vw, 34px) !important;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.96), rgba(236,247,250,.94) 72%);
}
.avm-service-final--product .avm-sd-story--split .avm-sd-story__copy,
.avm-service-final--product .avm-sd-story--split.is-copy-long .avm-sd-story__copy {
  order: 1 !important;
  width: 100%;
  max-width: 1040px;
  padding: 0 !important;
}
.avm-service-final--product .avm-sd-story__media img {
  display: block;
  width: min(100%, 760px) !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto;
  padding: 0 !important;
  object-fit: contain !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-columns,
.avm-service-final--product .avm-sd-story__copy .vc_row,
.avm-service-final--product .avm-sd-story__copy .wpb_row {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column,
.avm-service-final--product .avm-sd-story__copy .wpb_column,
.avm-service-final--product .avm-sd-story__copy .vc_column_container {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column > *,
.avm-service-final--product .avm-sd-story__copy .wpb_column > *,
.avm-service-final--product .avm-sd-story__copy .vc_column_container > *,
.avm-service-final--product .avm-sd-story__copy .vc_column-inner,
.avm-service-final--product .avm-sd-story__copy .wpb_wrapper {
  height: auto !important;
  min-height: 0 !important;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-column:not(:has(p, h1, h2, h3, h4, h5, ul, ol, li, img, iframe, table, a, .vc_btn3, .wp-block-button)),
.avm-service-final--product .avm-sd-story__copy .wpb_column:not(:has(p, h1, h2, h3, h4, h5, ul, ol, li, img, iframe, table, a, .vc_btn3, .wp-block-button)),
.avm-service-final--product .avm-sd-story__copy .vc_column_container:not(:has(p, h1, h2, h3, h4, h5, ul, ol, li, img, iframe, table, a, .vc_btn3, .wp-block-button)) {
  display: none !important;
}
.avm-service-final--product .avm-sd-story__copy p {
  max-width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.82 !important;
}
.avm-service-final--product .avm-sd-story__copy > p,
.avm-service-final--product .avm-sd-story__copy .wp-block-column:has(p),
.avm-service-final--product .avm-sd-story__copy .wpb_column:has(p),
.avm-service-final--product .avm-sd-story__copy .vc_column_container:has(p) {
  padding: clamp(22px, 2.8vw, 34px) !important;
  border: 1px solid rgba(8, 94, 130, .10) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 34px rgba(5, 52, 75, .065) !important;
}
.avm-service-final--product .avm-sd-story__copy h2,
.avm-service-final--product .avm-sd-story__copy h3 {
  max-width: 100%;
  margin: 0 0 20px !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box {
  margin-top: 34px !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .row {
  align-items: stretch;
}
.avm-service-final--product .avm-sd-story__copy .wp-block-buttons {
  margin-top: 26px !important;
}
@media (max-width: 767px) {
  .avm-service-final--product .avm-sd-story {
    padding: 14px;
  }
  .avm-service-final--product .avm-sd-story--split .avm-sd-story__media,
  .avm-service-final--product .avm-sd-story--split.is-copy-long .avm-sd-story__media {
    padding: 14px;
    border-radius: 18px;
  }
  .avm-service-final--product .avm-sd-story__copy > p,
  .avm-service-final--product .avm-sd-story__copy .wp-block-column:has(p),
  .avm-service-final--product .avm-sd-story__copy .wpb_column:has(p),
  .avm-service-final--product .avm-sd-story__copy .vc_column_container:has(p) {
    padding: 18px !important;
    border-radius: 18px !important;
  }
}

/* Product icon benefit cards: override legacy narrow icon columns. */
.avm-service-final--product .avm-sd-story__copy .icon_box,
.avm-service-final--product .avm-sd-editorial .icon_box {
  display: block !important;
  width: 100% !important;
  max-width: 1040px !important;
  margin: 34px auto 0 !important;
  padding: 0 !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .row,
.avm-service-final--product .avm-sd-editorial .icon_box .row {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  margin: 0 !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item,
.avm-service-final--product .avm-sd-editorial .icon_box .item {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 240px !important;
  margin: 0 !important;
  padding: 24px 20px !important;
  overflow: hidden;
  border: 1px solid rgba(8, 94, 130, .10) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff, #f7fcfd) !important;
  box-shadow: 0 14px 34px rgba(5, 52, 75, .075) !important;
  text-align: left !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item::before,
.avm-service-final--product .avm-sd-story__copy .icon_box .item::after,
.avm-service-final--product .avm-sd-editorial .icon_box .item::before,
.avm-service-final--product .avm-sd-editorial .icon_box .item::after {
  display: none !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item img,
.avm-service-final--product .avm-sd-story__copy .icon_box .item svg,
.avm-service-final--product .avm-sd-editorial .icon_box .item img,
.avm-service-final--product .avm-sd-editorial .icon_box .item svg {
  display: block !important;
  width: 62px !important;
  height: 62px !important;
  margin: 0 0 18px !important;
  object-fit: contain;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item h3,
.avm-service-final--product .avm-sd-story__copy .icon_box .item h4,
.avm-service-final--product .avm-sd-story__copy .icon_box .item strong,
.avm-service-final--product .avm-sd-editorial .icon_box .item h3,
.avm-service-final--product .avm-sd-editorial .icon_box .item h4,
.avm-service-final--product .avm-sd-editorial .icon_box .item strong {
  display: block !important;
  margin: 0 0 10px !important;
  color: #07364f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
.avm-service-final--product .avm-sd-story__copy .icon_box .item p,
.avm-service-final--product .avm-sd-editorial .icon_box .item p {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #526f7c !important;
  font-size: 13.5px !important;
  line-height: 1.68 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
@media (max-width: 991px) {
  .avm-service-final--product .avm-sd-story__copy .icon_box .row,
  .avm-service-final--product .avm-sd-editorial .icon_box .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .avm-service-final--product .avm-sd-story__copy .icon_box .row,
  .avm-service-final--product .avm-sd-editorial .icon_box .row {
    grid-template-columns: 1fr !important;
  }
  .avm-service-final--product .avm-sd-story__copy .icon_box .item,
  .avm-service-final--product .avm-sd-editorial .icon_box .item {
    min-height: 0 !important;
  }
}

/* Product hero media must not collide with the caption layer. */
.avm-service-final--product .avm-sd-hero__visual {
  display: grid;
  align-items: stretch;
}
.avm-service-final--product .avm-sd-hero__visual figcaption {
  display: none !important;
}
.avm-service-final--product .avm-sd-hero__image {
  display: grid;
  min-height: clamp(430px, 42vw, 590px);
  place-items: center;
  overflow: hidden;
}
.avm-service-final--product .avm-sd-hero__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center;
}
@media (max-width: 767px) {
  .avm-service-final--product .avm-sd-hero__image {
    min-height: clamp(280px, 78vw, 360px);
  }
}
