@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --ab-brand-50: #f2f9f5;
  --ab-brand-100: #e1f2e7;
  --ab-brand-500: #10b981;
  --ab-brand-700: #047857;
  --ab-brand-900: #064e3b;
  --ab-accent: #fbbf24;
  --ab-gray-50: #f9fafb;
  --ab-gray-100: #f3f4f6;
  --ab-gray-200: #e5e7eb;
  --ab-gray-300: #d1d5db;
  --ab-gray-500: #6b7280;
  --ab-gray-600: #4b5563;
  --ab-gray-800: #1f2937;
  --ab-gray-900: #111827;
  --cassiopeia-color-primary: var(--ab-brand-700);
  --cassiopeia-color-link: var(--ab-brand-700);
  --cassiopeia-color-hover: var(--ab-brand-500);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.site {
  background: var(--ab-gray-50);
  color: var(--ab-gray-800);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-top: 5rem;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body.site * {
  letter-spacing: 0;
}

.container-header {
  background: rgb(255 255 255 / 94%) !important;
  border-bottom: 1px solid var(--ab-gray-100);
  box-shadow: 0 10px 30px rgb(17 24 39 / 6%);
  color: var(--ab-gray-900);
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  min-height: 5rem;
  padding-inline: max(1rem, calc((100vw - 1280px) / 2 + 1rem));
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0 !important;
  z-index: 1000;
}

@supports (backdrop-filter: blur(10px)) {
  .container-header {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

.container-header .grid-child {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin: 0;
  max-width: none;
  min-height: 0;
  padding: 0;
  width: auto !important;
}

.container-header > .grid-child:first-child {
  flex: 0 0 auto;
}

.container-header .navbar-brand {
  align-items: center;
  color: var(--ab-gray-900);
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  font-weight: 700;
  gap: .75rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.container-header .navbar-brand .brand-logo {
  align-items: center;
  color: var(--ab-gray-900);
  display: inline-flex;
  gap: .75rem;
  text-decoration: none;
}

.container-header .navbar-brand .brand-logo span {
  display: inline;
}

.container-header .navbar-brand::before {
  align-items: center;
  background: var(--ab-brand-700);
  border-radius: .65rem;
  color: #fff;
  content: "B";
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.container-header .site-description {
  display: none;
}

.container-header .container-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
  width: auto !important;
}

.container-header .mod-menu,
.container-header .mod-menu.mod-list,
.container-header .mod-menu.nav {
  align-items: center;
  display: flex;
  flex-direction: row !important;
  gap: 2rem;
  justify-content: flex-end;
  flex-wrap: nowrap !important;
  width: auto !important;
}

.container-header .mod-menu > li {
  display: block;
  flex: 0 0 auto;
  padding: 0 !important;
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  background: transparent;
  border-radius: .55rem;
  color: var(--ab-gray-600);
  font-size: .96rem;
  font-weight: 600;
  padding: .55rem 0;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus {
  color: var(--ab-brand-700);
}

.site-grid {
  gap: 0;
}

.breadcrumb {
  display: none;
}

.itemid-437 .breadcrumb,
.itemid-437 .com-content-article__info,
.itemid-437 .article-info,
.itemid-437 .icons,
.itemid-437 .tags,
.itemid-437 .com-content-article .page-header {
  display: none;
}

.itemid-437 main,
.itemid-437 .site-grid,
.itemid-437 .container-component,
.itemid-437 .com-content-article,
.itemid-437 .com-content-article.item-page {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.ab-modern {
  background: var(--ab-gray-50);
  margin-top: 0;
}

.ab-wrap {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.ab-icon {
  display: block;
  height: 1.65rem;
  width: 1.65rem;
}

.ab-hero-modern {
  background: var(--ab-gray-900);
  color: #fff;
  margin-left: calc(50% - 50vw);
  min-height: clamp(34rem, 75vh, 50rem);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.ab-hero-bg,
.ab-hero-bg img,
.ab-hero-shade {
  inset: 0;
  position: absolute;
}

.ab-hero-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ab-hero-shade {
  background:
    linear-gradient(90deg, rgb(17 24 39 / 96%) 0%, rgb(17 24 39 / 82%) 42%, rgb(17 24 39 / 18%) 100%),
    linear-gradient(180deg, rgb(17 24 39 / 12%), rgb(17 24 39 / 34%));
}

.ab-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(34rem, 75vh, 50rem);
  position: relative;
  z-index: 2;
}

.ab-pill {
  align-self: flex-start;
  background: rgb(16 185 129 / 20%);
  border: 1px solid rgb(16 185 129 / 35%);
  border-radius: 999px;
  color: var(--ab-brand-100);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 1rem;
  padding: .35rem .85rem;
  text-transform: uppercase;
}

.ab-hero-modern h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.8rem, 5.2vw, 4.9rem);
  font-weight: 700;
  line-height: 1.02;
  margin: 0 0 1.5rem;
  max-width: 54rem;
  text-wrap: balance;
}

.ab-hero-modern p {
  color: rgb(229 231 235 / 92%);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.65;
  margin: 0 0 2.4rem;
  max-width: 42rem;
  text-wrap: balance;
}

.itemid-437 .ab-hero-modern p {
  color: rgb(229 231 235 / 94%) !important;
}

.ab-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ab-btn,
.readmore .btn,
.btn-primary {
  align-items: center;
  border-radius: .9rem;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 3.45rem;
  padding: .95rem 1.65rem;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.ab-btn:hover,
.readmore .btn:hover,
.btn-primary:hover {
  transform: translateY(-1px);
}

.ab-btn-primary,
.readmore .btn,
.btn-primary {
  background: var(--ab-brand-700);
  border: 1px solid var(--ab-brand-700);
  color: #fff;
  box-shadow: 0 18px 42px rgb(16 185 129 / 22%);
}

.ab-btn-primary:hover,
.readmore .btn:hover,
.btn-primary:hover {
  background: var(--ab-brand-500);
  border-color: var(--ab-brand-500);
  color: #fff;
  box-shadow: 0 22px 48px rgb(16 185 129 / 30%);
}

.ab-btn-outline {
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 35%);
  color: #fff;
}

.ab-btn-outline:hover {
  background: rgb(255 255 255 / 13%);
  color: #fff;
}

.ab-quick-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 5;
}

.ab-quick-card,
.ab-article-card,
.ab-feature-card,
.ab-topic-card {
  background: #fff;
  border: 1px solid var(--ab-gray-100);
  box-shadow: 0 22px 50px rgb(17 24 39 / 7%);
}

.ab-quick-card {
  border-radius: 1.25rem;
  color: var(--ab-gray-800);
  display: flex;
  flex-direction: column;
  min-height: 12rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ab-quick-card:hover {
  color: var(--ab-gray-800);
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgb(17 24 39 / 10%);
}

.ab-icon-box,
.ab-topic-icon {
  align-items: center;
  border-radius: .95rem;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 3rem;
}

.ab-quick-card strong {
  color: var(--ab-gray-900);
  font-size: 1.18rem;
  margin-bottom: .4rem;
}

.ab-quick-card span:last-child,
.ab-topic-card > span:not(.ab-topic-top) {
  color: var(--ab-gray-600);
  font-size: .95rem;
  line-height: 1.55;
}

.ab-tone-brand .ab-icon-box,
.ab-tone-brand .ab-topic-icon {
  background: var(--ab-brand-50);
  color: var(--ab-brand-700);
}

.ab-tone-blue .ab-icon-box,
.ab-tone-blue .ab-topic-icon {
  background: #eff6ff;
  color: #2563eb;
}

.ab-tone-orange .ab-icon-box,
.ab-tone-orange .ab-topic-icon {
  background: #fff7ed;
  color: #ea580c;
}

.ab-tone-red .ab-icon-box {
  background: #fef2f2;
  color: #dc2626;
}

.ab-tone-purple .ab-topic-icon {
  background: #faf5ff;
  color: #9333ea;
}

.ab-tone-pink .ab-topic-icon {
  background: #fdf2f8;
  color: #db2777;
}

.ab-section {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.ab-section-head {
  margin-bottom: 3rem;
}

.ab-section-head span {
  color: var(--ab-brand-700);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ab-section-head h2 {
  color: var(--ab-gray-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.08;
  margin: .55rem 0 .9rem;
  text-wrap: balance;
}

.ab-section-head p {
  color: var(--ab-gray-600);
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 42rem;
}

.ab-section-head-row {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.ab-centered {
  margin-inline: auto;
  max-width: 48rem;
  text-align: center;
}

.ab-link-arrow,
.ab-read-link {
  color: var(--ab-brand-700);
  font-weight: 700;
  text-decoration: none;
}

.ab-link-arrow:hover,
.ab-read-link:hover {
  color: var(--ab-brand-900);
}

.ab-article-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-feature-card {
  border-radius: 1.25rem;
  display: grid;
  grid-column: span 2;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
}

.ab-feature-image,
.ab-card-image {
  background: var(--ab-gray-100);
  display: block;
  overflow: hidden;
}

.ab-feature-image img,
.ab-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
  width: 100%;
}

.ab-feature-card:hover img,
.ab-article-card:hover img {
  transform: scale(1.045);
}

.ab-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2rem);
}

.ab-category {
  align-self: flex-start;
  background: var(--ab-brand-100);
  border-radius: 999px;
  color: var(--ab-brand-900);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  text-transform: uppercase;
}

.ab-tone-orange .ab-category {
  background: #ffedd5;
  color: #9a3412;
}

.ab-tone-blue .ab-category {
  background: #dbeafe;
  color: #1d4ed8;
}

.ab-tone-purple .ab-category {
  background: #f3e8ff;
  color: #7e22ce;
}

.ab-tone-pink .ab-category {
  background: #fce7f3;
  color: #be185d;
}

.ab-feature-body h3,
.ab-card-body h3 {
  color: var(--ab-gray-900);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 .85rem;
}

.ab-card-body h3 {
  font-size: 1.18rem;
}

.ab-feature-body h3 a,
.ab-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.ab-feature-card:hover h3,
.ab-article-card:hover h3 {
  color: var(--ab-brand-700);
}

.ab-feature-body p,
.ab-card-body p {
  color: var(--ab-gray-600);
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.ab-article-card {
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ab-card-image img {
  aspect-ratio: 16 / 10;
}

.ab-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.ab-facts-band {
  background: var(--ab-brand-900);
  color: #fff;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 6rem);
  position: relative;
}

.ab-facts-band::before,
.ab-facts-band::after {
  border-radius: 999px;
  content: "";
  filter: blur(48px);
  opacity: .25;
  position: absolute;
}

.ab-facts-band::before {
  background: var(--ab-brand-500);
  height: 16rem;
  right: -4rem;
  top: -5rem;
  width: 16rem;
}

.ab-facts-band::after {
  background: var(--ab-accent);
  bottom: -6rem;
  height: 20rem;
  left: -6rem;
  opacity: .12;
  width: 20rem;
}

.ab-facts-band .ab-wrap {
  position: relative;
  z-index: 2;
}

.ab-facts-band .ab-section-head span {
  color: var(--ab-brand-100);
}

.ab-facts-band .ab-section-head h2 {
  color: #fff;
}

.ab-facts-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ab-fact-card {
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1.25rem;
  padding: 1.5rem;
  text-align: center;
}

@supports (backdrop-filter: blur(10px)) {
  .ab-fact-card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

.ab-fact-card .ab-icon {
  color: var(--ab-accent);
  height: 2rem;
  margin: 0 auto 1rem;
  width: 2rem;
}

.ab-fact-card span {
  color: rgb(209 213 219 / 95%);
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.ab-fact-card strong {
  color: #fff;
  display: block;
  font-size: 1.25rem;
}

.ab-topic-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-topic-card {
  background: var(--ab-gray-50);
  border-radius: 1.25rem;
  color: var(--ab-gray-600);
  display: flex;
  flex-direction: column;
  min-height: 17rem;
  padding: 2rem;
  text-decoration: none;
  transition: background .2s ease, border .2s ease, transform .2s ease;
}

.ab-topic-card:hover {
  color: var(--ab-gray-600);
  transform: translateY(-3px);
}

.ab-tone-brand.ab-topic-card:hover {
  background: var(--ab-brand-50);
  border-color: #bbf7d0;
}

.ab-tone-blue.ab-topic-card:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.ab-tone-orange.ab-topic-card:hover {
  background: #fff7ed;
  border-color: #fed7aa;
}

.ab-tone-purple.ab-topic-card:hover {
  background: #faf5ff;
  border-color: #e9d5ff;
}

.ab-tone-pink.ab-topic-card:hover {
  background: #fdf2f8;
  border-color: #fbcfe8;
}

.ab-topic-top {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.ab-topic-arrow {
  color: var(--ab-gray-500);
  transition: color .2s ease, transform .2s ease;
}

.ab-topic-card:hover .ab-topic-arrow {
  color: var(--ab-brand-500);
  transform: translateX(4px);
}

.ab-topic-card strong {
  color: var(--ab-gray-900);
  font-size: 1.45rem;
  margin-bottom: .5rem;
}

.ab-topic-card em {
  color: var(--ab-brand-700);
  font-style: normal;
  font-weight: 700;
  margin-top: auto;
}

.ab-footer-panel {
  background: var(--ab-gray-900);
  border-top: 4px solid var(--ab-brand-500);
  color: var(--ab-gray-300);
  padding-block: 4rem;
}

.ab-footer-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .85fr);
}

.ab-footer-panel h2 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  margin: 0 0 1rem;
}

.ab-footer-panel h2 span {
  color: var(--ab-brand-500);
}

.ab-footer-panel p {
  color: var(--ab-gray-500);
  line-height: 1.7;
  max-width: 34rem;
}

.ab-contact-card {
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 1.25rem;
  padding: 2rem;
}

.ab-contact-card h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-top: 0;
}

.ab-contact-card ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.ab-contact-card li {
  margin-bottom: 1rem;
}

.ab-contact-card strong {
  color: #fff;
}

.ab-contact-card a {
  color: var(--ab-brand-500);
}

.com-content-category-blog.blog,
.com-content-article {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-inline: auto;
  max-width: 1280px;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 2vw, 2rem);
}

.com-content-article {
  max-width: 920px;
}

.com-content-category-blog.blog > h2,
.com-content-article.item-page > .page-header h1 {
  display: none;
}

.page-header h1,
.blog h1 {
  color: var(--ab-gray-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.35rem);
  line-height: 1.05;
  margin-bottom: 1.4rem;
}

.blog-items {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.blog-item {
  background: #fff;
  border: 1px solid var(--ab-gray-100);
  border-radius: 1.25rem;
  box-shadow: 0 18px 42px rgb(17 24 39 / 7%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1.5rem !important;
}

.blog-item .item-title,
.blog-item h2 {
  color: var(--ab-gray-900);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 .75rem;
}

.blog-item h2 a,
.item-title a {
  color: inherit;
  text-decoration: none;
}

.blog-item:hover h2,
.blog-item:hover .item-title {
  color: var(--ab-brand-700);
}

.blog-item p {
  color: var(--ab-gray-600);
  font-size: .98rem;
  line-height: 1.65;
}

.blog-item .article-info-term {
  display: none;
}

.blog-item .article-info {
  border-top: 1px solid var(--ab-gray-100);
  color: var(--ab-gray-500);
  font-size: .9rem;
  margin-top: auto;
  padding-top: 1rem;
}

.blog-item .readmore {
  margin: 1rem 0 0;
}

.blog-item .readmore .btn {
  font-size: 0;
  min-height: 3rem;
  width: 100%;
}

.blog-item .readmore .btn .icon-chevron-right {
  font-size: 1rem;
  margin-right: .45rem;
}

.blog-item .readmore .btn::after {
  content: "Beitrag lesen";
  font-size: .98rem;
}

.com-content-article.item-page {
  background: #fff;
  border: 1px solid var(--ab-gray-100);
  border-radius: 1.25rem;
  box-shadow: 0 18px 42px rgb(17 24 39 / 7%);
  margin-bottom: 4rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.com-content-article h2 {
  color: var(--ab-gray-900);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.18;
}

.com-content-article__body p,
.com-content-article__body li {
  color: var(--ab-gray-800);
  font-size: 1.08rem;
  line-height: 1.85;
}

.com-content-article__body h2,
.com-content-article__body h3 {
  color: var(--ab-brand-900);
  margin-top: 2rem;
}

.footer {
  background: var(--ab-gray-900);
  color: var(--ab-gray-300);
}

@media (max-width: 1100px) {
  .container-header .mod-menu {
    gap: 1rem;
  }

  .ab-quick-grid,
  .ab-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-article-grid,
  .blog-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-feature-card {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  body.site {
    padding-top: 7.25rem;
  }

  .container-header .grid-child {
    min-width: 0;
  }

  .container-header .navbar-brand {
    font-size: 1.35rem;
  }

  .container-header .navbar-brand::before {
    height: 2.2rem;
    width: 2.2rem;
  }

  .container-header .container-nav,
  .container-header .mod-menu {
    justify-content: flex-start;
  }

  .container-header .container-nav {
    max-width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
  }

  .container-header .mod-menu {
    min-width: max-content;
    width: max-content !important;
  }

  .container-header .mod-menu {
    gap: 1.1rem;
    padding-bottom: .25rem;
    white-space: nowrap;
  }

  .container-header {
    align-items: flex-start;
    flex-direction: column;
    gap: .65rem;
    min-height: 7.25rem;
    overflow: visible;
    padding-block: .7rem;
  }

  .container-header .mod-menu > li > a,
  .container-header .mod-menu > li > span {
    font-size: .92rem;
    padding-block: .25rem;
  }

  .ab-hero-modern,
  .ab-hero-inner {
    min-height: 40rem;
  }

  .ab-hero-modern h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.1rem);
    hyphens: auto;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .ab-hero-modern p {
    font-size: 1.02rem;
  }

  .ab-hero-actions {
    gap: .8rem;
  }

  .ab-hero-shade {
    background:
      linear-gradient(90deg, rgb(17 24 39 / 92%), rgb(17 24 39 / 55)),
      linear-gradient(180deg, rgb(17 24 39 / 30%), rgb(17 24 39 / 45%));
  }

  .ab-quick-grid {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .ab-section-head-row {
    align-items: start;
    flex-direction: column;
  }

  .ab-article-grid,
  .ab-topic-grid,
  .blog-items {
    grid-template-columns: 1fr;
  }

  .ab-feature-card {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 460px) {
  .ab-facts-grid {
    grid-template-columns: 1fr;
  }

  .ab-btn {
    width: 100%;
  }
}
/* Original article image restoration */
.blog-item .item-image {
  border-radius: 1rem;
  margin: 0 0 1.15rem;
  overflow: hidden;
}

.blog-item .item-image img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.blog-item:hover .item-image img {
  transform: scale(1.035);
}

.com-content-article.item-page .item-image {
  border-radius: 1.25rem;
  margin: 0 0 2rem;
  overflow: hidden;
}

.com-content-article.item-page .item-image img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ab-card-image,
.ab-feature-image {
  background: #eef2f7;
}

/* Modern article detail layout */
.ab-article-page {
  background: #f8fafc;
  color: #1f2937;
  margin: 0 calc(50% - 50vw);
  padding: 2rem max(1rem, calc((100vw - 1180px) / 2)) 0;
  width: 100vw;
}

.ab-article-shell {
  margin: 0 auto;
  max-width: 1180px;
}

.ab-breadcrumb {
  color: #64748b;
  font-size: .92rem;
  margin: .25rem 0 2rem;
}

.ab-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-breadcrumb li:not(:last-child)::after {
  color: #94a3b8;
  content: "›";
  margin-left: .45rem;
}

.ab-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.ab-breadcrumb a:hover {
  color: #047857;
}

.ab-breadcrumb span {
  color: #111827;
  display: inline-block;
  font-weight: 600;
  max-width: min(420px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ab-article-hero {
  margin-bottom: 2.35rem;
  max-width: 860px;
}

.ab-category-pill {
  background: #ffedd5;
  border-radius: 999px;
  color: #9a3412;
  display: inline-flex;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 1.1rem;
  padding: .45rem .8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.ab-category-pill:hover {
  background: #fed7aa;
  color: #7c2d12;
}

.ab-article-hero h1 {
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 1.25rem;
  text-wrap: balance;
}

.ab-article-lead {
  color: #4b5563;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.72;
  margin: 0 0 1.9rem;
  max-width: 780px;
}

.ab-article-meta {
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 1rem 0;
}

.ab-author-chip {
  align-items: center;
  display: inline-flex;
  gap: .75rem;
}

.ab-author-chip strong,
.ab-author-chip small {
  display: block;
}

.ab-author-chip strong {
  color: #111827;
  font-size: .98rem;
}

.ab-author-chip small {
  color: #6b7280;
  font-size: .84rem;
}

.ab-author-avatar {
  align-items: center;
  background: #047857;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .85rem;
  font-weight: 800;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.ab-meta-item {
  align-items: center;
  display: inline-flex;
  gap: .45rem;
  font-size: .95rem;
}

.ab-meta-item span {
  color: #10b981;
  font-size: 1.05rem;
}

.ab-feature-figure {
  margin: 0 0 3rem;
}

.ab-feature-figure img {
  aspect-ratio: 21 / 9;
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
  display: block;
  object-fit: cover;
  width: 100%;
}

.ab-feature-figure figcaption {
  color: #64748b;
  font-size: .9rem;
  margin-top: .85rem;
  text-align: center;
}

.ab-article-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.ab-article-main {
  min-width: 0;
}

.ab-share-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 1.9rem;
}

.ab-share-row > span {
  color: #111827;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-right: .25rem;
  text-transform: uppercase;
}

.ab-share-button {
  align-items: center;
  background: #eef2f7;
  border: 0;
  border-radius: 999px;
  color: #4b5563;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  height: 2.55rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  width: 2.55rem;
}

.ab-share-button:hover,
.ab-share-button.is-copied {
  background: #10b981;
  color: #fff;
  transform: translateY(-1px);
}

.ab-article-content {
  background: transparent;
}

.ab-article-content p {
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.ab-article-content h2,
.ab-article-content h3 {
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.ab-article-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.16;
  margin: 3rem 0 1rem;
}

.ab-article-content h3 {
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 700;
  margin: 2.25rem 0 1rem;
}

.ab-article-content ul,
.ab-article-content ol {
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}

.ab-article-content li {
  margin-bottom: .5rem;
}

.ab-article-content blockquote {
  background: #f2f9f5;
  border-left: 4px solid #047857;
  border-radius: 0 .75rem .75rem 0;
  color: #064e3b;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.75;
  margin: 2rem 0;
  padding: 1.5rem;
}

.ab-article-content img {
  border-radius: .9rem;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .12);
  display: block;
  height: auto;
  margin: 2rem 0;
  max-width: 100%;
  width: 100%;
}

.ab-article-content a {
  color: #047857;
  font-weight: 700;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.ab-tags {
  align-items: center;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.ab-tags > span {
  color: #111827;
  font-size: .9rem;
  font-weight: 800;
  margin-right: .25rem;
}

.ab-tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-tags .tag a,
.ab-tags .tags a {
  background: #eef2f7;
  border-radius: 999px;
  color: #4b5563;
  display: inline-flex;
  font-size: .88rem;
  padding: .35rem .75rem;
  text-decoration: none;
}

.ab-tags .tag a:hover,
.ab-tags .tags a:hover {
  background: #e1f2e7;
  color: #047857;
}

.ab-article-sidebar {
  min-width: 0;
}

.ab-sidebar-sticky {
  position: sticky;
  top: 7rem;
}

.ab-author-box,
.ab-toc-box,
.ab-popular-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.ab-author-box {
  background: #f2f9f5;
  border-color: #c3e6d1;
}

.ab-author-head {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ab-author-avatar-large {
  border: 2px solid #fff;
  box-shadow: 0 10px 25px rgba(4, 120, 87, .22);
  font-size: 1.05rem;
  height: 4rem;
  width: 4rem;
}

.ab-author-box h2,
.ab-toc-box h2,
.ab-popular-box h2 {
  color: #111827;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.ab-author-box .ab-author-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.ab-author-box .ab-author-head p {
  color: #047857;
  font-size: .9rem;
  font-weight: 800;
  margin: .15rem 0 0;
}

.ab-author-box > p {
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.ab-author-box a {
  color: #047857;
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
}

.ab-toc-box ul {
  display: grid;
  gap: .75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-toc-box a {
  color: #4b5563;
  display: block;
  font-size: .94rem;
  line-height: 1.45;
  text-decoration: none;
}

.ab-toc-box a:hover {
  color: #047857;
}

.ab-toc-box a.is-sub {
  border-left: 2px solid #d1d5db;
  color: #6b7280;
  padding-left: .9rem;
}

.ab-compact-list {
  display: grid;
  gap: 1.1rem;
}

.ab-compact-item {
  align-items: center;
  display: grid;
  gap: .9rem;
  grid-template-columns: 4rem 1fr;
  text-decoration: none;
}

.ab-compact-item img,
.ab-compact-placeholder {
  aspect-ratio: 1;
  border-radius: .65rem;
  display: block;
  height: 4rem;
  object-fit: cover;
  width: 4rem;
}

.ab-compact-placeholder {
  align-items: center;
  background: #e1f2e7;
  color: #047857;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
}

.ab-compact-item strong {
  color: #111827;
  display: -webkit-box;
  font-size: .92rem;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ab-compact-item:hover strong {
  color: #047857;
}

.ab-compact-item small {
  color: #64748b;
  display: block;
  font-size: .78rem;
  margin-top: .2rem;
}

.ab-related-section {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  margin: 5rem calc(50% - 50vw) 0;
  padding: 4rem max(1rem, calc((100vw - 1180px) / 2)) 4.5rem;
  width: 100vw;
}

.ab-related-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.ab-related-head {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.ab-related-head h2 {
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.ab-related-head p {
  color: #64748b;
  margin: .45rem 0 0;
}

.ab-related-head a {
  color: #047857;
  flex: 0 0 auto;
  font-weight: 800;
  text-decoration: none;
}

.ab-related-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-related-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.ab-related-image {
  background: #eef2f7;
  display: block;
  overflow: hidden;
}

.ab-related-image img,
.ab-related-image span {
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.ab-related-image span {
  align-items: center;
  color: #64748b;
  display: flex;
  font-weight: 800;
  justify-content: center;
}

.ab-related-card:hover img {
  transform: scale(1.04);
}

.ab-related-card > div {
  padding: 1.35rem;
}

.ab-related-card span {
  color: #047857;
  display: inline-block;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .55rem;
  text-transform: uppercase;
}

.ab-related-card h3 {
  font-size: 1.14rem;
  line-height: 1.35;
  margin: 0 0 .65rem;
}

.ab-related-card h3 a {
  color: #111827;
  text-decoration: none;
}

.ab-related-card h3 a:hover {
  color: #047857;
}

.ab-related-card p {
  color: #64748b;
  display: -webkit-box;
  font-size: .94rem;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ab-status-row {
  display: flex;
  gap: .5rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .ab-article-page {
    padding-top: 1.25rem;
  }

  .ab-article-layout {
    grid-template-columns: 1fr;
  }

  .ab-sidebar-sticky {
    position: static;
  }

  .ab-feature-figure img {
    aspect-ratio: 16 / 9;
  }

  .ab-related-grid {
    grid-template-columns: 1fr;
  }

  .ab-related-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ab-article-page {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ab-article-hero h1 {
    font-size: 2.35rem;
  }

  .ab-article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ab-breadcrumb span {
    max-width: 62vw;
  }

  .ab-share-row {
    gap: .55rem;
  }

  .ab-share-row > span {
    flex: 0 0 100%;
  }

  .ab-article-content p,
  .ab-article-content ul,
  .ab-article-content ol {
    font-size: 1.04rem;
  }

  .ab-author-box,
  .ab-toc-box,
  .ab-popular-box {
    border-radius: .85rem;
    padding: 1.15rem;
  }
}

/* Modern article width override */
.com-content-article.item-page.ab-article-page {
  background: #f8fafc;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  padding: 2rem max(1rem, calc((100vw - 1180px) / 2)) 0;
  width: 100vw;
}
