/* Avrupa Misting — final UI layer (2026-06-28)
   Loaded after legacy styles. It changes presentation only; page content,
   canonical URLs, titles, descriptions and editorial backlinks are preserved. */

:root {
  --avm-final-brand: #0a6f9c;
  --avm-final-deep: #07364f;
  --avm-final-ink: #112d3d;
  --avm-final-muted: #5f7480;
  --avm-final-soft: #f3f8fa;
  --avm-final-line: rgba(11, 91, 127, .13);
  --avm-final-shadow: 0 22px 64px rgba(5, 50, 73, .12);
}

/* --------------------------------------------------------------------------
   Shared visual details
   -------------------------------------------------------------------------- */
.avm-site-footer--compact { margin-top: 0; }
.avm-site-footer--compact .avm-footer-bar { border-top: 1px solid rgba(255,255,255,.08); }
.avm-site-footer--compact + #footerMobile { z-index: 120; }

.avm-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------------------------------------------------
   Main services page
   -------------------------------------------------------------------------- */
.avm-services-page { overflow: hidden; color: var(--avm-final-ink); background: #fff; }
.avm-services-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 105px) 0 clamp(78px, 8vw, 124px);
  background:
    radial-gradient(circle at 90% 12%, rgba(70, 199, 224, .22), transparent 31rem),
    linear-gradient(122deg, #f8fcfe 0%, #eaf6fa 48%, #d9eef6 100%);
}
.avm-services-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -255px;
  top: -275px;
  border: 80px solid rgba(9, 105, 148, .06);
  border-radius: 50%;
}
.avm-services-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}
.avm-services-hero__copy { max-width: 700px; }
.avm-services-hero__copy h1 {
  margin: 0;
  color: #082f46;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
}
.avm-services-hero__copy > p {
  max-width: 660px;
  margin: 25px 0 0;
  color: #4f6977;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.75;
}
.avm-services-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.avm-services-hero__visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,.7);
  border-radius: 42% 58% 54% 46% / 45% 41% 59% 55%;
  background: #cfeaf3;
  box-shadow: 0 30px 85px rgba(7, 71, 101, .24);
}
.avm-services-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,.2), transparent 45%);
  pointer-events: none;
}
.avm-services-hero__visual img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.avm-services-hero__badge {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 126px;
  height: 126px;
  place-content: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: rgba(5, 72, 101, .86);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.avm-services-hero__badge strong { font-size: 31px; line-height: 1; }
.avm-services-hero__badge span { margin-top: 4px; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }

.avm-services-overview { padding: clamp(72px, 8vw, 120px) 0; }
.avm-services-overview__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 45px;
}
.avm-services-overview__heading h2,
.avm-services-process__heading h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #08374f;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.07;
}
.avm-services-overview__heading > p { margin: 0; color: var(--avm-final-muted); font-size: 17px; line-height: 1.78; }
.avm-services-overview__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.avm-service-family {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) minmax(0, 1.2fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--avm-final-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7, 58, 83, .075);
  transition: transform .25s ease, box-shadow .25s ease;
}
.avm-service-family:hover { transform: translateY(-5px); box-shadow: var(--avm-final-shadow); }
.avm-service-family__media { min-height: 100%; overflow: hidden; background: #dbeef4; }
.avm-service-family__media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; transition: transform .6s ease; }
.avm-service-family:hover .avm-service-family__media img { transform: scale(1.035); }
.avm-service-family__body { display: flex; min-width: 0; flex-direction: column; padding: clamp(27px, 3vw, 42px); }
.avm-service-family__eyebrow { color: var(--avm-final-brand); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.avm-service-family__body h2 { margin: 12px 0 13px; color: #0a3c55; font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.avm-service-family__body > p { margin: 0 0 22px; color: var(--avm-final-muted); line-height: 1.7; }
.avm-service-family__links { display: grid; gap: 8px; margin: auto 0 0; padding: 0; list-style: none; }
.avm-service-family__links li { margin: 0; padding: 0; border: 0; }
.avm-service-family__links li::before { display: none; }
.avm-service-family__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(12, 93, 128, .09);
  color: #315262 !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
}
.avm-service-family__links a span { color: var(--avm-final-brand); transition: transform .2s ease; }
.avm-service-family__links a:hover { color: var(--avm-final-brand) !important; }
.avm-service-family__links a:hover span { transform: translateX(4px); }

.avm-services-process { padding: clamp(70px, 8vw, 112px) 0; background: linear-gradient(180deg, #f4f9fb, #edf6f9); }
.avm-services-process__heading { max-width: 850px; margin-bottom: 38px; }
.avm-services-process__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.avm-services-process__steps li {
  min-height: 225px;
  margin: 0;
  padding: 27px;
  border: 1px solid var(--avm-final-line);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 35px rgba(7, 58, 83, .06);
}
.avm-services-process__steps li::before { display: none; }
.avm-services-process__steps li > span { display: block; margin-bottom: 35px; color: #62bed9; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.avm-services-process__steps strong { display: block; color: #0a3b54; font-size: 20px; }
.avm-services-process__steps p { margin: 12px 0 0; color: var(--avm-final-muted); line-height: 1.7; }
.avm-services-cta { padding: 72px 0; background: #fff; }
.avm-services-cta__inner,
.avm-detail-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: clamp(32px, 5vw, 62px);
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(91, 217, 239, .28), transparent 24rem),
    linear-gradient(130deg, #07364f, #0a668c);
  box-shadow: 0 22px 60px rgba(7, 54, 79, .2);
}
.avm-services-cta__inner .avm-eyebrow,
.avm-detail-cta__inner .avm-eyebrow { color: #91e4f5; }
.avm-services-cta__inner .avm-eyebrow::before,
.avm-detail-cta__inner .avm-eyebrow::before { background: #91e4f5; }
.avm-services-cta__inner h2,
.avm-detail-cta__inner h2 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(30px, 4vw, 49px); font-weight: 820; letter-spacing: -.035em; line-height: 1.08; }
.avm-services-cta__inner p { max-width: 700px; margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.avm-services-cta__actions,
.avm-detail-cta__actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 11px; min-width: 220px; }

/* --------------------------------------------------------------------------
   Premium service detail pages
   -------------------------------------------------------------------------- */
.avm-service-detail { color: var(--avm-final-ink); background: #fff; }
.avm-service-detail__hero {
  position: relative;
  overflow: hidden;
  padding: 32px 0 clamp(65px, 7vw, 100px);
  background:
    radial-gradient(circle at 90% 8%, rgba(67, 196, 221, .15), transparent 26rem),
    linear-gradient(180deg, #f8fcfd 0%, #edf7fa 100%);
}
.avm-detail-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: #78909b; font-size: 13px; }
.avm-detail-breadcrumb a { color: #3c7188 !important; text-decoration: none !important; }
.avm-service-detail__hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); align-items: end; gap: clamp(42px, 7vw, 95px); }
.avm-service-detail__hero-copy h1 { max-width: 900px; margin: 0; color: #082f46; font-size: clamp(42px, 5.6vw, 76px); font-weight: 850; letter-spacing: -.052em; line-height: 1.01; }
.avm-service-detail__hero-copy > p { max-width: 760px; margin: 23px 0 0; color: #546f7c; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.76; }
.avm-service-detail__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.avm-service-detail__highlights { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.avm-service-detail__highlights li {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 18px 20px 18px 54px;
  border: 1px solid rgba(12, 103, 144, .12);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 9px 24px rgba(6, 62, 89, .055);
  backdrop-filter: blur(8px);
}
.avm-service-detail__highlights li::before {
  content: "✓";
  position: absolute;
  margin: 1px 0 0 -35px;
  display: grid;
  width: 23px;
  height: 23px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(135deg, #1798c5, #43c5dc);
}
.avm-service-detail__highlights strong { color: #0b4059; font-size: 15px; }
.avm-service-detail__highlights span { color: #657b86; font-size: 13px; }
.avm-service-detail__main { padding: clamp(54px, 7vw, 105px) 0; }
.avm-detail-gallery { margin-bottom: clamp(38px, 5vw, 68px); }
.avm-detail-gallery__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 8.4;
  border-radius: 29px;
  background: #dceef4;
  box-shadow: var(--avm-final-shadow);
}
.avm-detail-gallery__stage > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.avm-detail-gallery__stage::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(3,31,45,.45)); pointer-events: none; }
.avm-detail-gallery__label {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .05em;
  background: rgba(4,54,77,.65);
  backdrop-filter: blur(8px);
}
.avm-detail-gallery__thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; margin-top: 13px; }
.avm-detail-gallery__thumbs figure { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border-radius: 16px; background: #dceef4; }
.avm-detail-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.avm-detail-gallery__thumbs figure:hover img { transform: scale(1.04); }
.avm-service-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(34px, 5vw, 68px); }
.avm-service-detail__layout--no-media { margin-top: 0; }
.avm-service-article {
  min-width: 0;
  padding: clamp(27px, 4vw, 52px);
  border: 1px solid var(--avm-final-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 52px rgba(7, 58, 83, .075);
}
.avm-service-article__heading { padding-bottom: 25px; border-bottom: 1px solid rgba(9, 95, 134, .1); }
.avm-service-article__heading h2 { margin: 0; color: #0a3a52; font-size: clamp(28px, 3.5vw, 45px); font-weight: 820; letter-spacing: -.035em; line-height: 1.1; }
.avm-service-article__content { padding-top: 30px; color: #415c69; font-size: 16px; line-height: 1.82; }
.avm-service-article__content > :first-child { margin-top: 0; }
.avm-service-article__content > :last-child { margin-bottom: 0; }
.avm-service-article__content h2,
.avm-service-article__content h3,
.avm-service-article__content h4,
.avm-service-article__content h5 { color: #0b4763 !important; font-family: inherit !important; font-weight: 780 !important; letter-spacing: -.02em; line-height: 1.2; }
.avm-service-article__content h2 { margin: 42px 0 18px; font-size: clamp(25px, 3vw, 34px) !important; }
.avm-service-article__content h3 { margin: 34px 0 15px; font-size: clamp(21px, 2.4vw, 28px) !important; }
.avm-service-article__content h4 { margin: 28px 0 13px; font-size: 21px !important; }
.avm-service-article__content p { margin: 0 0 20px; font-size: 16px !important; line-height: 1.82 !important; }
.avm-service-article__content a { color: #076f9d !important; font-weight: 650; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.avm-service-article__content ul,
.avm-service-article__content ol { display: grid; gap: 10px; margin: 22px 0 28px; padding-left: 0; list-style: none; }
.avm-service-article__content li {
  position: relative;
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 13px 16px 13px 43px !important;
  border: 1px solid rgba(12, 100, 139, .09) !important;
  border-radius: 13px;
  color: #3e5b68;
  background: #f8fbfc;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
.avm-service-article__content li::before { content: "✓" !important; position: absolute; left: 16px; top: 13px; margin: 0 !important; color: #0b91bd; font-weight: 800; }
.avm-service-article__content img { height: auto; border-radius: 15px; }
.avm-service-article__content blockquote { margin: 30px 0; padding: 23px 25px; border: 0; border-left: 4px solid #28afd0; border-radius: 0 16px 16px 0; color: #244c60; background: #eff8fb; }
.avm-service-aside { position: sticky; top: 24px; display: grid; gap: 16px; }
.avm-service-aside__card { padding: 28px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #07364f, #0b6f99); box-shadow: 0 20px 55px rgba(5, 55, 80, .24); }
.avm-service-aside__icon { display: grid; width: 44px; height: 44px; place-content: center; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; color: #8ee9fa; background: rgba(255,255,255,.08); }
.avm-service-aside__card h2 { margin: 0; color: #fff; font-size: 28px; font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.avm-service-aside__card p { margin: 16px 0 23px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.avm-service-aside__card .avm-btn { width: 100%; margin-top: 9px; }
.avm-service-aside__card .avm-btn--outline { color: #fff !important; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.avm-service-aside__info { display: grid; gap: 6px; padding: 23px; border: 1px solid var(--avm-final-line); border-radius: 20px; background: #f6fafb; }
.avm-service-aside__info strong { margin-bottom: 6px; color: #0a405a; font-size: 15px; }
.avm-service-aside__info a { color: #496b7a !important; font-size: 14px; text-decoration: none !important; }
.avm-detail-cta { padding: 0 0 clamp(70px, 8vw, 110px); }

/* --------------------------------------------------------------------------
   Contact page: bank block removed, useful contact area widened
   -------------------------------------------------------------------------- */
.contact-premium--wide .contact-inner { margin-top: -58px; }
.contact-card--wide { padding: clamp(28px, 5vw, 58px); }
.contact-wide-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); align-items: start; gap: clamp(34px, 6vw, 86px); }
.contact-wide-grid__intro h2 { max-width: 580px; margin: 0; color: #0a3a52; font-size: clamp(31px, 4vw, 50px); font-weight: 820; letter-spacing: -.04em; line-height: 1.06; }
.contact-wide-grid__intro > p { max-width: 600px; margin: 20px 0 0; color: #5c7480; font-size: 16px; line-height: 1.8; }
.contact-wide-grid__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.contact-response-note { display: grid; gap: 5px; margin-top: 28px; padding: 19px 21px; border-left: 3px solid #2db6d5; border-radius: 0 14px 14px 0; color: #58707c; background: #f1f9fb; }
.contact-response-note strong { color: #0b4561; }
.contact-response-note span { font-size: 13px; line-height: 1.6; }
.contact-list--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
.contact-list--wide .contact-list__item { min-height: 98px; }
.contact-card__actions--wide { margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(11, 94, 132, .1); }

/* --------------------------------------------------------------------------
   Modern blog index
   -------------------------------------------------------------------------- */
.avm-blog-page { color: var(--avm-final-ink); background: #fff; }
.avm-blog-hero {
  padding: clamp(62px, 8vw, 112px) 0 clamp(72px, 9vw, 126px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 5%, rgba(66, 196, 221, .19), transparent 29rem),
    linear-gradient(130deg, #f8fcfd, #eaf6f9);
}
.avm-blog-hero h1 { margin: 0; color: #082f46; font-size: clamp(50px, 7vw, 88px); font-weight: 850; letter-spacing: -.055em; line-height: .98; }
.avm-blog-hero > .container > p { max-width: 760px; margin: 24px 0 0; color: #57717d; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.76; }
.avm-blog-categories { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.avm-blog-categories a { padding: 9px 15px; border: 1px solid rgba(11, 97, 137, .15); border-radius: 999px; color: #3c6374 !important; font-size: 13px; font-weight: 700; text-decoration: none !important; background: rgba(255,255,255,.72); }
.avm-blog-categories a:hover,
.avm-blog-categories a.is-active { color: #fff !important; border-color: #0a709e; background: #0a709e; }
.avm-blog-content { position: relative; margin-top: -48px; padding-bottom: clamp(70px, 8vw, 115px); }
.avm-blog-featured { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); min-height: 470px; overflow: hidden; border: 1px solid var(--avm-final-line); border-radius: 30px; background: #fff; box-shadow: var(--avm-final-shadow); }
.avm-blog-featured__media { display: block; min-height: 470px; overflow: hidden; }
.avm-blog-featured__media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; transition: transform .55s ease; }
.avm-blog-featured:hover .avm-blog-featured__media img { transform: scale(1.025); }
.avm-blog-featured__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(31px, 5vw, 64px); }
.avm-blog-label { align-self: flex-start; padding: 7px 11px; border-radius: 999px; color: #0879a4; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: #eaf8fb; }
.avm-blog-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; color: #80919a; font-size: 12px; font-weight: 650; }
.avm-blog-meta span::before { content: "•"; margin-right: 12px; color: #42bcd8; }
.avm-blog-featured__body h2 { margin: 19px 0 15px; font-size: clamp(29px, 3.7vw, 48px); font-weight: 820; letter-spacing: -.038em; line-height: 1.08; }
.avm-blog-featured__body h2 a,
.avm-blog-card h2 a { color: #0a3850 !important; text-decoration: none !important; }
.avm-blog-featured__body > p { margin: 0 0 24px; color: #5d737e; font-size: 16px; line-height: 1.75; }
.avm-blog-section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; gap: 50px; margin: clamp(68px, 8vw, 106px) 0 35px; }
.avm-blog-section-heading h2 { margin: 8px 0 0; color: #0a3a52; font-size: clamp(31px, 4vw, 49px); font-weight: 820; letter-spacing: -.035em; line-height: 1.08; }
.avm-blog-section-heading > p { margin: 0; color: #627782; line-height: 1.75; }
.avm-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.avm-blog-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--avm-final-line); border-radius: 23px; background: #fff; box-shadow: 0 13px 36px rgba(7, 58, 83, .065); transition: transform .25s ease, box-shadow .25s ease; }
.avm-blog-card:hover { transform: translateY(-5px); box-shadow: var(--avm-final-shadow); }
.avm-blog-card__media { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #dceef4; }
.avm-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.avm-blog-card:hover .avm-blog-card__media img { transform: scale(1.035); }
.avm-blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.avm-blog-card .avm-blog-meta { margin-top: 0; }
.avm-blog-card h2 { margin: 14px 0 12px; font-size: 23px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.avm-blog-card__body > p { margin: 0 0 20px; color: #607681; font-size: 14px; line-height: 1.7; }
.avm-blog-card__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #0876a1 !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.avm-blog-card__cta span { transition: transform .2s ease; }
.avm-blog-card__cta:hover span { transform: translateX(4px); }
.avm-blog-pagination { margin-top: 48px; }
.avm-blog-pagination .page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.avm-blog-pagination li { margin: 0; padding: 0; border: 0; }
.avm-blog-pagination li::before { display: none; }
.avm-blog-pagination a,
.avm-blog-pagination span { display: grid; min-width: 42px; height: 42px; place-content: center; padding: 0 13px; border: 1px solid var(--avm-final-line); border-radius: 12px; color: #3a6172 !important; font-size: 13px; font-weight: 750; text-decoration: none !important; background: #fff; }
.avm-blog-pagination .current,
.avm-blog-pagination a:hover { color: #fff !important; border-color: #0a709e; background: #0a709e; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .avm-services-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr); gap: 45px; }
  .avm-service-family { grid-template-columns: 1fr; }
  .avm-service-family__media img { min-height: 260px; max-height: 300px; }
  .avm-service-detail__layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; }
  .contact-wide-grid { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: 40px; }
}

@media (max-width: 991.98px) {
  .avm-services-hero__grid,
  .avm-services-overview__heading,
  .avm-blog-section-heading,
  .avm-service-detail__hero-grid,
  .contact-wide-grid { grid-template-columns: 1fr; }
  .avm-services-hero__visual { min-height: 410px; }
  .avm-services-hero__visual img { min-height: 410px; }
  .avm-services-overview__grid { grid-template-columns: 1fr; }
  .avm-service-family { grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); }
  .avm-services-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .avm-services-cta__inner,
  .avm-detail-cta__inner { align-items: flex-start; flex-direction: column; }
  .avm-services-cta__actions,
  .avm-detail-cta__actions { width: 100%; min-width: 0; flex-direction: row; }
  .avm-service-detail__layout { grid-template-columns: 1fr; }
  .avm-service-aside { position: static; grid-template-columns: 1fr 1fr; }
  .avm-detail-gallery__stage { aspect-ratio: 16 / 9; }
  .contact-list--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .avm-blog-featured { grid-template-columns: 1fr; }
  .avm-blog-featured__media,
  .avm-blog-featured__media img { min-height: 380px; max-height: 440px; }
  .avm-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
  .avm-services-hero { padding-top: 45px; }
  .avm-services-hero__copy h1,
  .avm-blog-hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .avm-services-hero__visual { min-height: 310px; border-width: 6px; border-radius: 28px; }
  .avm-services-hero__visual img { min-height: 310px; }
  .avm-services-hero__badge { width: 96px; height: 96px; right: 12px; bottom: 12px; }
  .avm-services-hero__badge strong { font-size: 25px; }
  .avm-service-family { grid-template-columns: 1fr; min-height: 0; }
  .avm-service-family__media img { min-height: 235px; max-height: 270px; }
  .avm-services-process__steps { grid-template-columns: 1fr; }
  .avm-services-process__steps li { min-height: 0; }
  .avm-services-cta__actions,
  .avm-detail-cta__actions { flex-direction: column; }
  .avm-services-cta__actions .avm-btn,
  .avm-detail-cta__actions .avm-btn { width: 100%; }
  .avm-service-detail__hero { padding-top: 22px; }
  .avm-detail-breadcrumb { margin-bottom: 27px; }
  .avm-service-detail__hero-copy h1 { font-size: clamp(39px, 12vw, 56px); }
  .avm-detail-gallery__stage { aspect-ratio: 4 / 3; border-radius: 21px; }
  .avm-detail-gallery__thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .avm-service-article { padding: 24px 19px; border-radius: 21px; }
  .avm-service-aside { grid-template-columns: 1fr; }
  .contact-card--wide { padding: 25px 18px; }
  .contact-list--wide { grid-template-columns: 1fr; }
  .contact-wide-grid__actions .avm-btn { width: 100%; }
  .avm-blog-content { margin-top: -30px; }
  .avm-blog-featured { border-radius: 22px; }
  .avm-blog-featured__media,
  .avm-blog-featured__media img { min-height: 280px; max-height: 330px; }
  .avm-blog-featured__body { padding: 28px 21px; }
  .avm-blog-grid { grid-template-columns: 1fr; }
  .avm-blog-card__media { aspect-ratio: 16 / 10; }
}

@media (max-width: 479.98px) {
  .avm-services-hero__actions .avm-btn,
  .avm-service-detail__hero-actions .avm-btn { width: 100%; }
  .avm-detail-gallery__thumbs { gap: 8px; }
  .avm-service-family__body { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .avm-service-family,
  .avm-service-family__media img,
  .avm-blog-card,
  .avm-blog-card__media img,
  .avm-blog-featured__media img,
  .avm-detail-gallery__thumbs img { transition: none !important; }
}
