:root {
  --abbot-page-bg: #eceff1;
  --abbot-nav-bg: #f5f6f8;
  --abbot-card-bg: #ffffff;
  --abbot-text: #1e293b;
  --abbot-text-muted: #64748b;
  --abbot-accent: #0e4c92;
  --abbot-accent-hover: #00a0c6;
  --abbot-border: #dde3ea;
  --abbot-header-max: 1280px;
  --abbot-header-height: 72px;
  --abbot-logo-height: 44px;
  --abbot-pill-height: 2.375rem;
  --abbot-pill-padding-x: 1.25rem;
  --abbot-pill-font-size: 0.8125rem;
}

body.site {
  background-color: var(--abbot-page-bg);
  color: var(--abbot-text);
}

a {
  color: var(--abbot-accent);
}

a:hover,
a:focus {
  color: var(--abbot-accent-hover);
}

.abbot-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Faster text paint while icon fonts load */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Hide Helix clutter */
#sp-top-bar,
.social-wrap,
.social-icons,
.article-ratings-social-share,
.article-social-share,
.social-share-block,
.header-modules,
.sp-module-search,
.mod-search,
.sp-contact-info,
.mod-languages,
.sp-sign-in,
.sp-login,
.btn-login,
form.form-search,
#sp-header form {
  display: none !important;
}

/* ── Header block: menu row, then hero image ── */
.abbot-header-wrap {
  width: 100%;
  background: var(--abbot-page-bg);
}

/* Top navigation — sits above the hero, not on it */
#sp-header.abbot-nav--top {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: var(--abbot-header-height);
  padding: 0.45rem 0 1.15rem;
  background: var(--abbot-nav-bg) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--abbot-border);
  box-shadow: none;
}

#sp-header.abbot-nav--top .abbot-header-container,
#sp-header.abbot-nav--top .container-fluid {
  width: 100%;
  display: flex;
  align-items: center;
}

#sp-header.abbot-nav--top.header-sticky,
#sp-header.abbot-nav--top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--abbot-nav-bg) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.abbot-header-container {
  max-width: var(--abbot-header-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.abbot-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  min-height: var(--abbot-header-height);
}

.abbot-header-logo,
.abbot-header-logo .logo,
.abbot-header-logo .sp-column,
#sp-header.abbot-nav--top #sp-logo,
#sp-header.abbot-nav--top #sp-logo .sp-column {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

.abbot-header-logo .logo-image {
  max-height: var(--abbot-logo-height);
  width: auto;
  display: block;
  filter: none;
}

#sp-header.abbot-nav--top #sp-menu,
#sp-header.abbot-nav--top #sp-menu .sp-column,
.abbot-header-menu,
.abbot-menu-desktop {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.abbot-header-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
}

.abbot-header-logout {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 0.35rem;
}

.abbot-logout-module,
.abbot-header-logout .moduletable,
.abbot-header-logout .login {
  margin: 0;
  padding: 0;
}

.abbot-logout-btn,
.abbot-header-logout .logout-button,
.abbot-header-logout button,
.abbot-header-logout input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0 1rem;
  border: 1px solid var(--abbot-accent);
  border-radius: 999px;
  background: var(--abbot-accent);
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(14, 76, 146, 0.22);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.abbot-logout-btn:hover,
.abbot-header-logout .logout-button:hover,
.abbot-header-logout button:hover,
.abbot-header-logout input[type="submit"]:hover,
.abbot-logout-btn:focus-visible,
.abbot-header-logout .logout-button:focus-visible,
.abbot-header-logout button:focus-visible,
.abbot-header-logout input[type="submit"]:focus-visible {
  background: var(--abbot-accent-hover);
  border-color: var(--abbot-accent-hover);
  color: #fff !important;
  transform: translateY(-1px);
}

.abbot-header-logout form {
  margin: 0;
}

.abbot-header-logout ul,
.abbot-header-logout .userdata,
.abbot-header-logout .login-greeting,
.abbot-header-logout label,
.abbot-header-logout .mod-login__username,
.abbot-header-logout .mod-login__password {
  display: none !important;
}

.abbot-menu-desktop {
  width: 100%;
  justify-content: flex-end;
}

.abbot-menu-desktop .sp-megamenu-wrapper,
.abbot-menu-desktop .sp-megamenu-parent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abbot-menu-desktop .sp-megamenu-parent > li > a,
.abbot-menu-desktop .sp-megamenu-parent > li > span {
  position: relative;
  display: block;
  padding: 0.35rem 0 0.7rem;
  margin-left: clamp(1.25rem, 3vw, 2.5rem);
  color: var(--abbot-text) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  overflow: visible;
  transition: color 0.25s ease;
}

.abbot-menu-desktop .sp-megamenu-parent > li > a::after,
.abbot-menu-desktop .sp-megamenu-parent > li > span::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: 0.35rem !important;
  width: 100% !important;
  height: 2px !important;
  margin: 0 !important;
  float: none !important;
  opacity: 1 !important;
  background-color: var(--abbot-accent) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  pointer-events: none;
  z-index: 1;
}

.abbot-menu-desktop .sp-megamenu-parent > li:first-child > a,
.abbot-menu-desktop .sp-megamenu-parent > li:first-child > span {
  margin-left: 0;
}

.abbot-menu-desktop .sp-megamenu-parent > li > a:hover,
.abbot-menu-desktop .sp-megamenu-parent > li > a:focus-visible,
.abbot-menu-desktop .sp-megamenu-parent > li.active > a,
.abbot-menu-desktop .sp-megamenu-parent > li.current > a {
  color: var(--abbot-accent) !important;
}

.abbot-menu-desktop .sp-megamenu-parent > li > a:hover::after,
.abbot-menu-desktop .sp-megamenu-parent > li > a:focus-visible::after,
.abbot-menu-desktop .sp-megamenu-parent > li.active > a::after,
.abbot-menu-desktop .sp-megamenu-parent > li.current > a::after,
.abbot-menu-desktop .sp-megamenu-parent > li > span:hover::after {
  transform: scaleX(1) !important;
}

#sp-header.abbot-nav--top,
#sp-header.abbot-nav--top #sp-menu,
.abbot-header-menu,
.abbot-menu-desktop,
.abbot-menu-desktop .sp-megamenu-wrapper,
.abbot-menu-desktop .sp-megamenu-parent {
  overflow: visible !important;
}

#sp-header .burger-icon span {
  background-color: var(--abbot-text);
}

/* Hero banner — below the menu bar */
.abbot-header-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(260px, 38vw, 620px);
  background-color: #1a1f2b;
  overflow: hidden;
}

.abbot-header-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.abbot-header-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 32, 0.72) 0%,
    rgba(8, 16, 32, 0.45) 42%,
    rgba(8, 16, 32, 0.12) 72%,
    transparent 100%
  );
}

.abbot-header-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--abbot-header-max);
  margin: 0 auto;
  padding: 1.5rem clamp(1.25rem, 4vw, 2.75rem);
}

.abbot-hero-slogan {
  margin: 0;
  max-width: 39rem;
  color: #f4f7fb;
  font-size: clamp(1.32rem, 2.4vw, 2.13rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.abbot-hero-slogan__line {
  display: block;
  opacity: 0;
  transform: translateY(1.1rem);
}

.abbot-header-hero.is-ready .abbot-hero-slogan__line {
  animation: abbot-slogan-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.abbot-header-hero.is-ready .abbot-hero-slogan__line:nth-child(1) {
  animation-delay: 0.22s;
}

.abbot-header-hero.is-ready .abbot-hero-slogan__line:nth-child(2) {
  animation-delay: 0.48s;
}

.abbot-hero-slogan__word {
  display: inline-block;
  white-space: nowrap;
}

.abbot-hero-slogan strong {
  color: #7fd4ef;
  font-weight: 700;
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
}

.abbot-header-hero.is-ready .abbot-hero-slogan strong {
  animation: abbot-slogan-mark 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.abbot-header-hero.is-ready .abbot-hero-slogan__line:nth-child(1) strong {
  animation-delay: 0.62s;
}

.abbot-header-hero.is-ready .abbot-hero-slogan__line:nth-child(2) strong {
  animation-delay: 0.88s;
}

@keyframes abbot-slogan-in {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes abbot-slogan-mark {
  from {
    opacity: 0;
    transform: translateY(0.35em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .abbot-hero-slogan__line,
  .abbot-hero-slogan strong {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
}

/* Main content — light gray page */
#sp-main-body,
#sp-component,
.sp-main-body,
.body-wrapper,
.body-innerwrapper {
  background-color: var(--abbot-page-bg);
}

.sp-page-title {
  display: none;
}

.item-page,
.blog-featured,
.category-list {
  max-width: var(--abbot-header-max);
  margin: 0 auto;
  padding: 2rem clamp(1rem, 4vw, 2.5rem);
}

.item-page h1,
.page-header h1 {
  color: var(--abbot-text);
}

.article-content,
.item-page p,
.category-desc {
  color: var(--abbot-text-muted);
  line-height: 1.75;
}

.sp-module {
  background-color: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.sp-module .sp-module-title {
  color: var(--abbot-accent);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#sp-footer,
#sp-bottom {
  background-color: #dfe4e8;
  border-top: 1px solid var(--abbot-border);
  color: var(--abbot-text-muted);
}

#sp-footer .abbot-site-credit,
#sp-footer .sp-copyright {
  display: block;
  padding: 1.1rem 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.55;
}

#sp-footer a,
#sp-bottom a {
  color: var(--abbot-text-muted);
}

#sp-footer a:hover,
#sp-bottom a:hover {
  color: var(--abbot-accent);
}

.offcanvas-menu .offcanvas-inner {
  background-color: #fff;
}

.offcanvas-menu.left-1 {
  top: 8rem !important;
  width: min(24rem, calc(100vw - 1.25rem));
  height: auto;
  max-height: calc(100vh - 9rem);
  margin: 0 0.75rem 0 auto;
  right: 0;
  left: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22);
  overflow: visible;
}

body.ltr.offcanvs-position-right .offcanvas-menu.left-1 {
  right: calc(-1 * min(24rem, calc(100vw - 1.25rem)) - 1.5rem);
  top: 8rem !important;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu.left-1 {
  right: 0.625rem;
  top: 8rem !important;
}

body.ltr.offcanvs-position-left .offcanvas-menu.left-1 {
  left: calc(-1 * min(24rem, calc(100vw - 1.25rem)) - 1.5rem);
  right: auto;
  margin: 0 auto 0 0.75rem;
  top: 8rem !important;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu.left-1 {
  left: 0.625rem;
  top: 8rem !important;
}

.offcanvas-menu.left-1 .abbot-offcanvas-header {
  position: relative;
  gap: 1rem;
  padding: 1.35rem 1.4rem 1.1rem;
  border-bottom: 1px solid var(--abbot-border);
  background: #fff;
  border-radius: 16px 16px 0 0;
}

.offcanvas-menu.left-1 .abbot-offcanvas-logo {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 3rem);
}

.offcanvas-menu.left-1 .abbot-offcanvas-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 42px;
}

.offcanvas-menu.left-1 .close-offcanvas {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  flex: 0 0 auto;
}

.offcanvas-menu.left-1 .offcanvas-inner {
  padding: 1.35rem 1.6rem 2.1rem;
  max-height: calc(100vh - 14.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.offcanvas-menu.left-1 .header-modules:empty {
  display: none;
}

.offcanvas-menu.left-1 .mod-menu,
.offcanvas-menu.left-1 .menu.nav-pills {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0.35rem 0 0.5rem;
}

.offcanvas-menu.left-1 .mod-menu > li,
.offcanvas-menu.left-1 .menu.nav-pills > li {
  margin: 0;
  list-style: none;
  overflow: visible;
}

.offcanvas-menu .menu .nav-link,
.offcanvas-menu .mod-menu a,
.offcanvas-menu .menu.nav-pills a {
  position: relative;
  display: block;
  width: 100%;
  color: var(--abbot-text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 0.95rem 0.4rem 1.15rem !important;
  line-height: 1.4;
  font-size: 1.05rem;
  transition: color 0.25s ease;
}

.offcanvas-menu .menu .nav-link::after,
.offcanvas-menu .mod-menu a::after,
.offcanvas-menu .menu.nav-pills a::after {
  content: "" !important;
  position: absolute !important;
  left: 0.35rem !important;
  right: 0.35rem !important;
  bottom: 0.35rem !important;
  top: auto !important;
  width: auto !important;
  height: 2px !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: var(--abbot-accent) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  pointer-events: none;
}

.offcanvas-menu .menu .nav-link:hover,
.offcanvas-menu .menu .nav-link:focus-visible,
.offcanvas-menu .menu .nav-link.active,
.offcanvas-menu .mod-menu a:hover,
.offcanvas-menu .mod-menu a:focus-visible,
.offcanvas-menu .mod-menu .current > a,
.offcanvas-menu .mod-menu .active > a,
.offcanvas-menu .menu.nav-pills a:hover,
.offcanvas-menu .menu.nav-pills a:focus-visible,
.offcanvas-menu .menu.nav-pills .current > a,
.offcanvas-menu .menu.nav-pills .active > a {
  color: var(--abbot-accent);
}

.offcanvas-menu .menu .nav-link:hover::after,
.offcanvas-menu .menu .nav-link:focus-visible::after,
.offcanvas-menu .menu .nav-link.active::after,
.offcanvas-menu .mod-menu a:hover::after,
.offcanvas-menu .mod-menu a:focus-visible::after,
.offcanvas-menu .mod-menu .current > a::after,
.offcanvas-menu .mod-menu .active > a::after,
.offcanvas-menu .menu.nav-pills a:hover::after,
.offcanvas-menu .menu.nav-pills a:focus-visible::after,
.offcanvas-menu .menu.nav-pills .current > a::after,
.offcanvas-menu .menu.nav-pills .active > a::after {
  transform: scaleX(1) !important;
}

@media (max-width: 575.98px) {
  .offcanvas-menu.left-1 {
    top: 7.5rem !important;
    width: calc(100vw - 1rem);
  }

  body.ltr.offcanvs-position-right .offcanvas-menu.left-1,
  body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu.left-1 {
    top: 7.5rem !important;
  }

  body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu.left-1 {
    right: 0.5rem;
  }

  .offcanvas-menu.left-1 .abbot-offcanvas-logo img {
    height: 40px;
  }

  .offcanvas-menu .menu .nav-link,
  .offcanvas-menu .mod-menu a,
  .offcanvas-menu .menu.nav-pills a {
    padding: 1.05rem 0.3rem 1.25rem !important;
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .abbot-header-logo {
    flex: 1;
  }

  .abbot-header-hero {
    height: clamp(220px, 48vw, 420px);
  }

  .abbot-header-hero__media {
    object-position: 70% center;
  }

  .abbot-header-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 16, 32, 0.55) 0%,
      rgba(8, 16, 32, 0.35) 55%,
      rgba(8, 16, 32, 0.2) 100%
    );
  }

  .abbot-hero-slogan {
    max-width: 25rem;
    font-size: clamp(1.15rem, 4.8vw, 1.44rem);
  }
}

/* ── Home page (from abbot-edf.eu) ── */
body.abbot-home-page .item-page,
body.abbot-home-page .article-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem clamp(1rem, 4vw, 2rem) 3rem;
}

body.abbot-home-page .page-header,
body.abbot-home-page .article-header,
body.abbot-home-page .article-info {
  display: none !important;
}

.abbot-home__intro {
  text-align: center;
  margin-bottom: 3rem;
}

.abbot-home__badge,
.abbot-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--abbot-pill-height);
  padding: 0 var(--abbot-pill-padding-x);
  font-size: var(--abbot-pill-font-size);
  font-weight: 600;
  line-height: 1;
  border-radius: 100px;
  box-sizing: border-box;
  vertical-align: middle;
  white-space: nowrap;
}

.abbot-home__badge {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--abbot-accent);
  background: rgba(14, 76, 146, 0.08);
  border: 1px solid rgba(14, 76, 146, 0.2);
  margin-bottom: 0;
}

.abbot-home__title {
  font-size: clamp(2.25rem, 7vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--abbot-text);
  margin-bottom: 1rem;
}

.abbot-home__acronym {
  font-size: 0.95rem;
  color: var(--abbot-text-muted);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.abbot-home__acronym strong {
  color: var(--abbot-accent);
  font-weight: 600;
}

.abbot-home__lead {
  font-size: 1.05rem;
  color: var(--abbot-text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}

.abbot-home__cta {
  margin-top: 1.75rem;
}

.abbot-home__btn {
  color: var(--abbot-accent) !important;
  text-decoration: none;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-accent);
  transition: background 0.2s ease, color 0.2s ease;
}

.abbot-home__btn:hover {
  background: var(--abbot-accent);
  color: #fff !important;
}

.abbot-home__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.abbot-home__card {
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.abbot-home__card h2 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--abbot-accent);
  margin-bottom: 1rem;
}

.abbot-home__card p {
  color: var(--abbot-text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
}

.abbot-home__card p + p {
  margin-top: 1rem;
}

.abbot-home__card--overview .abbot-home__overview-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
}

.abbot-home__card--overview .abbot-home__badge {
  margin-bottom: 0;
}

.abbot-home__card--overview p strong {
  color: var(--abbot-accent);
  font-weight: 600;
}

.abbot-home__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.abbot-home__stat {
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-align: center;
}

.abbot-home__stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--abbot-text);
}

.abbot-home__stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--abbot-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}

.abbot-home__partners {
  list-style: none;
  margin: 0;
  padding: 0;
}

.abbot-home__partners li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--abbot-border);
}

.abbot-home__partners li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.abbot-home__partners li:first-child {
  padding-top: 0;
}

.abbot-home__partner-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--abbot-text);
}

.abbot-home__partner-meta {
  display: block;
  font-size: 0.8rem;
  color: var(--abbot-text-muted);
}

.abbot-home__footer {
  margin-top: 2.5rem;
  text-align: center;
}

.abbot-home__footer p {
  font-size: 0.8rem;
  color: var(--abbot-text-muted);
  line-height: 1.6;
}

.abbot-home__footer-copy {
  margin-top: 0.75rem;
  opacity: 0.85;
}

@media (max-width: 520px) {
  .abbot-home__stats {
    grid-template-columns: 1fr;
  }

  .abbot-home__stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 1rem 1.25rem;
  }

  .abbot-home__stat-label {
    margin-top: 0;
  }
}

/* ── Inner pages ── */
body.abbot-page .item-page,
body.abbot-news-page .blog {
  max-width: 900px;
}

body.abbot-page .article-header h1,
body.abbot-news-page .blog-item h2 {
  color: var(--abbot-text);
}

.abbot-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.abbot-page--placeholder {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abbot-page__coming-soon {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--abbot-text-muted);
  text-align: center;
  margin: 0;
}

body.abbot-news-page .page-header {
  display: none;
}

/* ── Partner logo scroller ── */
.abbot-home__card--consortium {
  overflow: hidden;
}

.abbot-partners-scroll {
  margin-top: 0.5rem;
}

.abbot-partners-scroll__viewport {
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}

.abbot-partners-scroll__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 2.5rem;
  width: max-content;
  animation: abbot-partners-marquee 45s linear infinite;
}

.abbot-partners-scroll:hover .abbot-partners-scroll__track {
  animation-play-state: paused;
}

.abbot-partners-scroll__item {
  flex: 0 0 auto;
  width: 130px;
  text-align: center;
}

.abbot-partners-scroll__item img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 120px;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(15%);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.abbot-partners-scroll__item:hover img {
  filter: none;
  transform: scale(1.05);
}

.abbot-partners-scroll__country {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--abbot-text-muted);
}

@keyframes abbot-partners-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .abbot-partners-scroll__viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .abbot-partners-scroll__track {
    animation: none;
    padding-bottom: 0.5rem;
  }

  .abbot-partners-scroll__item {
    scroll-snap-align: center;
  }

  .abbot-partners-scroll__item[aria-hidden="true"] {
    display: none;
  }
}

/* ── System messages (contact form success / error) ── */
/* Helix defaults: fixed bottom-right, 350px, 13px — hard to see */
body:has(#system-message-container joomla-alert)::before,
body:has(#system-message-container .alert)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 10040;
  pointer-events: none;
}

#system-message-container {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  max-width: min(560px, calc(100vw - 2.5rem));
  width: 100%;
  z-index: 10050;
  padding: 0;
  pointer-events: none;
}

#system-message-container:empty {
  display: none;
}

#system-message-container joomla-alert,
#system-message-container .alert {
  pointer-events: auto;
  width: 100%;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.55;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
}

#system-message-container joomla-alert .alert-heading {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 1.25rem;
}

#system-message-container joomla-alert div .alert-message {
  font-size: 1.05rem;
  padding: 1rem 2.75rem 1rem 1.25rem;
  line-height: 1.6;
}

#system-message-container joomla-alert .joomla-alert--close,
#system-message-container joomla-alert .joomla-alert-button--close {
  font-size: 1.75rem;
  padding: 0.5rem 0.85rem;
}

/* ── Pleiades-inspired content sections ── */
body.abbot-home-page .item-page,
body.abbot-home-page .article-content,
body.abbot-page .item-page {
  max-width: 1080px;
}

.abbot-pleiades {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.abbot-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--abbot-accent);
}

.abbot-section__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--abbot-text);
  text-transform: uppercase;
}

.abbot-section__lead {
  margin: -0.5rem 0 1.5rem;
  color: var(--abbot-text-muted);
}

.abbot-prose {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.abbot-prose p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--abbot-text-muted);
}

.abbot-prose p strong {
  color: var(--abbot-text);
  font-weight: 600;
}

.abbot-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
}

.abbot-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  background: var(--abbot-accent);
  border: 1px solid var(--abbot-accent);
  border-radius: 2px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.abbot-cta:hover,
.abbot-cta:focus-visible {
  background: var(--abbot-accent-hover);
  border-color: var(--abbot-accent-hover);
  color: #fff !important;
}

.abbot-cta--ghost {
  color: var(--abbot-accent) !important;
  background: transparent;
}

.abbot-cta--ghost:hover,
.abbot-cta--ghost:focus-visible {
  color: #fff !important;
  background: var(--abbot-accent);
}

/* ── Interactive Europe map ── */
.abbot-eu-map {
  position: relative;
  max-width: 720px;
  margin: 0 auto 1.75rem;
  isolation: isolate;
  overflow: visible;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.18);
}

.abbot-eu-map__bg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.abbot-eu-map__pins {
  list-style: none;
  margin: 0;
  padding: 0;
}

.abbot-eu-map__pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  transform: translate(-50%, -50%);
}

.abbot-eu-map__hit {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hx, 3.5rem);
  height: var(--hy, 3.5rem);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.abbot-eu-map__glow {
  position: absolute;
  inset: 6%;
  border-radius: 48% 42% 52% 44%;
  background: rgba(14, 76, 146, 0.55);
  box-shadow: 0 0 0 0 rgba(14, 76, 146, 0);
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  mix-blend-mode: screen;
  pointer-events: none;
}

.abbot-eu-map__dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #00c2e0;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.abbot-eu-map__callout {
  position: absolute;
  left: calc(50% + 7.15rem);
  top: calc(50% - 3.35rem);
  display: block !important;
  width: 12.5rem;
  padding: 0.85rem 0.9rem 0.75rem;
  background: #0e4c92;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 8;
}

.abbot-eu-map__leader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.25rem;
  height: 2.85rem;
  margin: 0;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(0, -100%);
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 7;
}

.abbot-eu-map__leader path {
  stroke: #7eb6e8;
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
}

.abbot-eu-map__callout--left {
  left: auto;
  right: calc(50% + 7.15rem);
}

.abbot-eu-map__pin--left .abbot-eu-map__leader {
  left: auto;
  right: 50%;
  transform: translate(0, -100%);
}

.abbot-eu-map__pin--south .abbot-eu-map__callout {
  top: calc(50% - 11.5rem);
}

.abbot-eu-map__pin--south .abbot-eu-map__leader {
  height: 5.5rem;
  width: 7.25rem;
  transform: translate(0, -100%);
}

.abbot-eu-map__pin--south.abbot-eu-map__pin--left .abbot-eu-map__callout {
  top: calc(50% - 9.5rem);
}

.abbot-eu-map__callout-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.abbot-eu-map__callout-title img {
  width: 1.35rem;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.abbot-eu-map__partners {
  list-style: none;
  margin: 0 0 0.7rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.abbot-eu-map__partners li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  min-height: 1.75rem;
}

.abbot-eu-map__partners img {
  flex: 0 0 auto;
  width: 2.1rem;
  height: 1.35rem;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
  padding: 0.1rem;
}

.abbot-eu-map__partners span {
  font-size: 0.72rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.abbot-eu-map__partners em {
  font-style: normal;
  color: #9ae6ff;
  font-weight: 600;
}

.abbot-eu-map__link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #9ae6ff !important;
}

.abbot-eu-map__link:hover,
.abbot-eu-map__link:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
}

.abbot-eu-map__pin:hover,
.abbot-eu-map__pin:focus-within {
  z-index: 9;
}

.abbot-eu-map__pin:hover .abbot-eu-map__glow,
.abbot-eu-map__pin:focus-within .abbot-eu-map__glow {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 22px 8px rgba(14, 76, 146, 0.45);
}

.abbot-eu-map__pin:hover .abbot-eu-map__dot,
.abbot-eu-map__pin:focus-within .abbot-eu-map__dot {
  transform: scale(1.2);
  background: #ff9f1c;
}

.abbot-eu-map__pin:hover .abbot-eu-map__callout,
.abbot-eu-map__pin:focus-within .abbot-eu-map__callout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.abbot-eu-map__pin:hover .abbot-eu-map__leader,
.abbot-eu-map__pin:focus-within .abbot-eu-map__leader {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575.98px) {
  .abbot-eu-map {
    max-width: 100%;
  }

  .abbot-eu-map__callout {
    width: min(12rem, 68vw);
  }
}

.abbot-figure {
  margin: 0;
}

.abbot-figure img,
.abbot-figure__media {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.abbot-figure--rcs {
  margin-top: 2.75rem;
  padding: 1.75rem 1.25rem;
  background: #fff;
  border: 1px solid var(--abbot-border);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.abbot-figure--rcs img {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.abbot-figure figcaption {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--abbot-text-muted);
}

.abbot-figure--rcs figcaption {
  margin-top: 1.15rem;
  text-align: center;
}

.abbot-scope {
  display: grid;
  gap: 1.25rem;
}

.abbot-scope__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  align-items: start;
  padding: 1.35rem 1.5rem;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 8px;
}

.abbot-scope__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: var(--abbot-accent);
  border-radius: 4px;
}

.abbot-scope__item p {
  margin: 0;
  color: var(--abbot-text-muted);
  line-height: 1.7;
}

.abbot-flyer {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 1.25rem 1.75rem;
  align-items: center;
  padding: 1.15rem 1.35rem;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 10px;
}

.abbot-flyer__copy .abbot-section__title {
  margin-bottom: 0.5rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

.abbot-flyer__copy p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--abbot-text-muted);
}

.abbot-flyer__copy .abbot-cta-row {
  margin-top: 0.85rem;
}

.abbot-flyer__preview {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--abbot-border);
  background: #e8ecf0;
  max-height: 7.5rem;
  text-decoration: none !important;
}

.abbot-flyer__preview::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(232, 236, 240, 0), rgba(232, 236, 240, 0.92) 70%, #e8ecf0);
  pointer-events: none;
}

.abbot-flyer__preview img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 7.5rem;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
  box-shadow: none;
  filter: grayscale(1) brightness(1.05) contrast(0.92);
  opacity: 0.72;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.abbot-flyer__preview:hover img,
.abbot-flyer__preview:focus-visible img {
  filter: grayscale(0.55) brightness(1.02);
  opacity: 0.88;
}

.abbot-objectives,
.abbot-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.abbot-objective,
.abbot-pillar {
  padding: 1.35rem 1.25rem;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 8px;
}

.abbot-objective__num,
.abbot-pillar__num {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--abbot-accent);
}

.abbot-objective h3,
.abbot-pillar h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: var(--abbot-text);
}

.abbot-objective p,
.abbot-pillar p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--abbot-text-muted);
}

/* Objectives process flow → applications (slide-inspired) */
.abbot-obj-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.85fr);
  gap: 1.5rem;
  align-items: stretch;
}

.abbot-obj-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: start;
}

.abbot-obj-flow__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 100%;
  padding: 1.15rem 0.85rem 1.25rem;
  border-radius: 12px;
  color: #0b2a4a;
  box-shadow: 0 10px 28px rgba(14, 76, 146, 0.12);
}

.abbot-obj-flow__step--1 { background: #d7e6f5; transform: translateY(0); }
.abbot-obj-flow__step--2 { background: #b7d0ea; transform: translateY(1.35rem); }
.abbot-obj-flow__step--3 { background: #8fb4d9; transform: translateY(0); }
.abbot-obj-flow__step--4 { background: #5f8fc0; color: #f4f8fc; transform: translateY(1.35rem); }
.abbot-obj-flow__step--5 {
  background: #1f4f86;
  color: #f4f8fc;
  transform: translateY(0);
  clip-path: polygon(0 0, calc(100% - 1.1rem) 0, 100% 50%, calc(100% - 1.1rem) 100%, 0 100%);
  padding-right: 1.5rem;
}

.abbot-obj-flow__num {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.abbot-obj-flow__icon {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  color: inherit;
  opacity: 0.92;
}

.abbot-obj-flow__icon svg {
  width: 100%;
  height: 100%;
}

.abbot-obj-flow__step strong {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}

.abbot-obj-flow__step p {
  margin: 0;
  margin-top: auto;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.92;
}

.abbot-obj-apps {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.25rem 1.15rem;
  background: #fff;
  border: 1px solid var(--abbot-border);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.abbot-obj-apps__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--abbot-text);
}

.abbot-obj-apps__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.abbot-obj-apps__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 4px;
  background: #1f4f86;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.abbot-obj-apps__lead {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--abbot-text-muted);
}

.abbot-obj-apps__list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--abbot-text-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.abbot-obj-apps__figure {
  margin: 0.35rem 0 0;
}

.abbot-obj-apps__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #fff;
}

@media (max-width: 1100px) {
  .abbot-obj-flow {
    grid-template-columns: 1fr;
  }

  .abbot-obj-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    padding-top: 0;
  }

  .abbot-obj-flow__step--1,
  .abbot-obj-flow__step--2,
  .abbot-obj-flow__step--3,
  .abbot-obj-flow__step--4,
  .abbot-obj-flow__step--5 {
    transform: none;
  }

  .abbot-obj-flow__step--5 {
    clip-path: none;
    padding-right: 0.85rem;
  }

  .abbot-obj-flow__step--5 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .abbot-obj-flow__steps {
    grid-template-columns: 1fr;
  }
}

.abbot-impact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.abbot-impact li {
  position: relative;
  padding: 1rem 1.15rem 1rem 2.75rem;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 8px;
  color: var(--abbot-text-muted);
  line-height: 1.55;
}

.abbot-impact li::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 1.35rem;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--abbot-accent);
  border-radius: 1px;
}

.abbot-home__stats--4 {
  grid-template-columns: repeat(4, 1fr);
}

.abbot-edf-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.abbot-edf-banner img {
  height: 72px;
  width: auto;
  max-height: none;
  object-fit: contain;
}

.abbot-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.abbot-partner-card {
  padding: 1.5rem;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 10px;
  scroll-margin-top: 6rem;
}

.abbot-partner-card img {
  display: block;
  height: 56px;
  width: auto;
  max-width: 160px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.abbot-partner-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--abbot-text);
}

.abbot-partner-card__meta {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--abbot-accent);
}

.abbot-partner-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--abbot-text-muted);
}

.abbot-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.abbot-contact-card {
  padding: 1.5rem;
  background: var(--abbot-card-bg);
  border: 1px solid var(--abbot-border);
  border-radius: 10px;
}

.abbot-contact-card h3 {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--abbot-accent);
}

.abbot-contact-card__name {
  font-size: 1.15rem !important;
  font-weight: 600;
  color: var(--abbot-text) !important;
}

.abbot-contact-card p {
  margin: 0 0 0.85rem;
  color: var(--abbot-text-muted);
  line-height: 1.65;
}

.abbot-disclaimer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--abbot-border);
}

.abbot-disclaimer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.abbot-disclaimer__logos img {
  height: 64px;
  width: auto;
  max-height: none;
  object-fit: contain;
}

.abbot-disclaimer p {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--abbot-text-muted);
}

@media (max-width: 767.98px) {
  .abbot-flyer {
    grid-template-columns: 1fr;
  }

  .abbot-home__stats--4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .abbot-home__stats--4 {
    grid-template-columns: 1fr;
  }
}
