
.bottom1 {
background-color: rgb(189, 190, 250);
  color: white;
  border: 2px solid black;
  margin: 3px;
  padding: 3px;
}


/* Article redesign v2: scoped after legacy rules so it wins */
body.article-page {
  background:
    radial-gradient(circle at top right, rgba(31, 157, 122, 0.14), transparent 360px),
    linear-gradient(180deg, #eaf3f7 0, #f7f9fb 420px, #f7f9fb 100%);
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

body.article-page > .label.info {
  align-items: center;
  background: #071f2a;
  color: #f8fbfd;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  min-height: 54px;
  padding: 0 clamp(18px, 4vw, 54px);
  text-transform: uppercase;
}

.article-page .article-hero {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  margin: 0 auto;
  max-width: 1480px;
  padding: clamp(28px, 5vw, 70px) clamp(18px, 4vw, 54px) clamp(24px, 4vw, 48px);
}

.article-page .article-hero__media {
  align-self: center;
}

.article-page .article-hero__media img {
  aspect-ratio: 1200 / 630;
  border: 1px solid rgba(8, 71, 99, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(8, 31, 42, 0.22);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-page .article-hero__content {
  align-self: center;
  max-width: 760px;
}

.article-page .article-hero__eyebrow {
  color: #0f6a8f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.article-page .article-hero h1 {
  color: #101b24;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 860px;
}

.article-page .article-hero__summary {
  color: #42515f;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
  margin: 22px 0 0;
}

.article-page .article-seo-links {
  background:
    radial-gradient(circle at 12% 0, rgba(31, 157, 122, 0.14), transparent 300px),
    linear-gradient(180deg, #ffffff 0, #f7fbfd 100%);
  border: 1px solid #d6e6ed;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.09);
  display: grid;
  gap: clamp(20px, 3vw, 36px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  margin: 24px auto 22px;
  max-width: 1240px;
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px);
}

.article-page .article-seo-links__eyebrow {
  color: #0f6a8f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.article-page .article-seo-links h2 {
  color: #102534;
  font-size: clamp(25px, 2.6vw, 40px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.article-page .article-seo-links p:not(.article-seo-links__eyebrow) {
  color: #526271;
  font-size: 16px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.article-page .article-seo-links__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-page .article-seo-links__quick a {
  align-items: center;
  background: #0f6a8f;
  border: 1px solid #0f6a8f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 38px;
  padding: 8px 13px;
  text-decoration: none;
}

.article-page .article-seo-links__quick a + a {
  background: #fff;
  color: #0f6a8f;
}

.article-page .article-next-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-page .article-next-card {
  background: #fff;
  border: 1px solid #dce8ee;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  color: #102534;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.article-page .article-next-card:hover {
  border-color: #9ec4d3;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.13);
  transform: translateY(-2px);
}

.article-page .article-next-card img {
  aspect-ratio: 1200 / 630;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-page .article-next-card span {
  color: #0f6a8f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 14px 16px 0;
  text-transform: uppercase;
}

.article-page .article-next-card strong {
  color: #101b24;
  display: block;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.2;
  padding: 8px 16px 0;
}

.article-page .article-next-card small {
  color: #526271;
  display: block;
  font-size: 13px;
  line-height: 1.55;
  padding: 10px 16px 16px;
}

.article-page .article-next-card--primary {
  grid-row: span 2;
}

.article-page .article-next-card--primary strong {
  font-size: clamp(21px, 2vw, 30px);
}

.article-page .article-inline-next {
  background:
    radial-gradient(circle at 100% 0, rgba(31, 157, 122, 0.12), transparent 260px),
    #fff;
  border: 1px solid #d8e5ec;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  margin: 18px 0 0;
  padding: clamp(18px, 3vw, 28px);
  text-align: left;
}

.article-page .article-inline-next__eyebrow {
  color: #0f6a8f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.article-page .article-inline-next h2 {
  color: #102534;
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 18px;
}

.article-page .article-next-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-page .article-next-grid--compact .article-next-card--primary {
  grid-row: auto;
}

.article-page .article-next-grid--compact .article-next-card strong {
  font-size: clamp(16px, 1.35vw, 21px);
}

.article-page .article-exit-popup[hidden] {
  display: none;
}

.article-page .article-exit-popup {
  align-items: flex-start;
  background: rgba(4, 17, 24, 0.62);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 56px 24px;
  position: fixed;
  z-index: 9999;
}

.article-page.article-exit-popup-open {
  overflow: hidden;
}

.article-page .article-exit-popup__card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.05fr);
  max-width: 860px;
  overflow: hidden;
  position: relative;
  width: min(860px, 100%);
}

.article-page .article-exit-popup__card img {
  display: block;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}

.article-page .article-exit-popup__content {
  padding: 34px;
}

.article-page .article-exit-popup__eyebrow {
  color: #0f6a8f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.article-page .article-exit-popup h2 {
  color: #101b24;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.article-page .article-exit-popup p:not(.article-exit-popup__eyebrow) {
  color: #526271;
  font-size: 15px;
  line-height: 1.65;
  margin: 16px 0 0;
}

.article-page .article-exit-popup__primary,
.article-page .article-exit-popup__secondary {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.3;
  margin-top: 16px;
  min-height: 46px;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.article-page .article-exit-popup__primary {
  background: #0f6a8f;
  border: 1px solid #0f6a8f;
  color: #fff;
}

.article-page .article-exit-popup__secondary {
  background: #fff;
  border: 1px solid #d8e5ec;
  color: #0f6a8f;
  cursor: pointer;
}

.article-page .article-exit-popup__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: #102534;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  z-index: 1;
}

.article-page .article-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.article-page .article-hero__actions a {
  align-items: center;
  background: #0f6a8f;
  border: 1px solid #0f6a8f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.article-page .article-hero__actions a + a {
  background: #fff;
  color: #0f6a8f;
}

.article-page ol.breadcrumb {
  background: transparent;
  color: #667684;
  font-size: 13px;
  margin: 0 auto 20px;
  max-width: 1480px;
  padding: 0 clamp(18px, 4vw, 54px);
}

.article-page .columns3 {
  display: none;
}

.article-page .accordion {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.09);
  margin-bottom: 26px;
}

.article-page .tab__label {
  background: #102d3a;
}

.article-page .tab__content {
  background: #fff;
}

.article-page .tab__content p {
  color: #344250;
  font-size: 17px;
  line-height: 1.72;
  padding: 0.55rem 1.2rem;
}

.article-page .row {
  align-items: start;
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: minmax(0, 1fr) 320px;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 clamp(18px, 4vw, 54px) 54px;
}

.article-page .column {
  padding: 0;
}

.article-page #viewer {
  background: #fff;
  border: 1px solid #d6e1e8;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  min-height: 720px;
  overflow: hidden;
}

.article-page .bottom1 {
  background: #fff;
  border: 1px solid #d6e1e8;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  color: #17212b;
  padding: 22px;
}

.article-page .bottom1 strong p {
  color: #0f6a8f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.article-page .right {
  min-width: 0;
}

@media screen and (max-width: 980px) {
  .article-page .article-exit-popup {
    display: none !important;
  }

  .article-page .article-hero,
  .article-page .article-seo-links,
  .article-page .row {
    display: block;
  }

  .article-page .article-hero__content {
    margin-top: 26px;
  }

  .article-page .article-next-grid {
    margin-top: 18px;
  }

  .article-page .right {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .article-page .article-hero {
    padding-top: 22px;
  }

  .article-page .article-hero h1 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .article-page #viewer {
    min-height: 560px;
  }

  .article-page .article-next-grid {
    grid-template-columns: 1fr;
  }

  .article-page .article-next-grid--compact {
    grid-template-columns: 1fr;
  }

  .article-page .article-next-card--primary {
    grid-row: auto;
  }
}

/* Modern library index/page lists */
body:not(.article-page) {
  background:
    radial-gradient(circle at top right, rgba(31, 157, 122, 0.12), transparent 360px),
    linear-gradient(180deg, #eaf3f7 0, #f7f9fb 360px, #f7f9fb 100%);
  color: #17212b;
  margin: 0;
}

body:not(.article-page) > .label.info {
  align-items: center;
  background: #071f2a;
  color: #f8fbfd;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  min-height: 54px;
  padding: 0 clamp(18px, 4vw, 54px);
  text-transform: uppercase;
}

body:not(.article-page) ol.breadcrumb {
  background: transparent;
  color: #667684;
  font-size: 13px;
  margin: 22px auto 12px;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 54px);
}

body:not(.article-page) .columns3 {
  margin: 0 auto 24px;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 54px);
}

body:not(.article-page) .block5,
body:not(.article-page) .block5 .header5 {
  background: transparent;
  margin: 0;
  padding: 0;
}

body:not(.article-page) .block5:hover {
  box-shadow: none;
}

body:not(.article-page) .h1class {
  color: #101b24;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  max-width: 980px;
}

body:not(.article-page) .columns4 {
  float: none;
  margin: 0 auto 14px;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 54px);
  width: 100%;
}

body:not(.article-page) .archive-seo-intro {
  background: #fff;
  border: 1px solid #d8e5ec;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  color: #526271;
  margin: 16px auto 22px;
  max-width: 1240px;
  padding: 18px clamp(18px, 3vw, 30px);
}

body:not(.article-page) .archive-seo-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

body:not(.article-page) .price {
  background: #fff !important;
  border: 1px solid #d6e1e8;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

body:not(.article-page) .price:hover {
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

body:not(.article-page) .price .header {
  background: #fff !important;
  color: #101b24;
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 800;
  line-height: 1.32;
  min-height: 0;
  padding: 18px 22px;
  text-align: left;
}

body:not(.article-page) .price .header a {
  color: #0a5c7b;
  display: block;
  margin: 0;
}

body:not(.article-page) .center {
  margin: 28px auto 50px !important;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 54px);
}

body:not(.article-page) .pagination a {
  background: #fff;
  border: 1px solid #d6e1e8;
  border-radius: 8px;
  color: #0a5c7b !important;
  font-weight: 800;
}

body:not(.article-page) .footer {
  align-items: center;
  background:
    radial-gradient(circle at 18% 0, rgba(31, 157, 122, 0.22), transparent 320px),
    linear-gradient(135deg, #061923, #082b3a 58%, #0b3a4d);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #c8d9e1;
  display: flex;
  justify-content: center;
  margin-top: 28px;
  min-height: 150px;
  padding: 30px clamp(18px, 4vw, 56px);
  position: static;
  text-align: center;
  width: 100%;
}

body:not(.article-page) .footer a {
  color: #f7fbfd;
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

/* Homepage */
body.home-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(31, 157, 122, 0.18), transparent 380px),
    linear-gradient(180deg, #eaf3f7 0, #f7f9fb 520px, #f7f9fb 100%);
  color: #101b24;
  margin: 0;
}

.home-topbar {
  align-items: center;
  background: #071f2a;
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(18px, 4vw, 56px);
}

.home-brand,
.home-brand:visited {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-topbar nav {
  display: flex;
  gap: 18px;
}

.home-topbar nav a,
.home-topbar nav a:visited {
  color: #c8d9e1;
  font-size: 14px;
  font-weight: 800;
}

.home-hero {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  margin: 0 auto;
  max-width: 1480px;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 56px) clamp(34px, 5vw, 72px);
}

.home-hero__content {
  align-self: center;
}

.home-eyebrow {
  color: #0f6a8f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #101b24;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 920px;
}

.home-lede {
  color: #42515f;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 760px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-actions a,
.home-cta > a {
  align-items: center;
  background: #0f6a8f;
  border: 1px solid #0f6a8f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.home-actions a + a {
  background: #fff;
  color: #0f6a8f;
}

.home-hero__visual {
  align-self: center;
}

.home-hero__visual img,
.home-article-grid img {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.home-hero__visual img {
  box-shadow: 0 24px 70px rgba(8, 31, 42, 0.22);
}

.home-stats,
.home-section,
.home-cta {
  margin: 0 auto;
  max-width: 1480px;
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}

.home-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 58px;
}

.home-stats div,
.home-feature-grid article,
.home-article-grid a,
.home-cta {
  background: #fff;
  border: 1px solid #d6e1e8;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.home-stats div {
  padding: 22px;
}

.home-stats strong {
  color: #0f6a8f;
  display: block;
  font-size: 34px;
  font-weight: 900;
}

.home-stats span {
  color: #5a6977;
  font-weight: 800;
}

.home-section {
  padding-bottom: 64px;
}

.home-section__intro {
  margin-bottom: 22px;
  max-width: 820px;
}

.home-section h2,
.home-cta h2 {
  color: #101b24;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.home-feature-grid,
.home-article-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-topic-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-topic-grid a {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e5ec;
  border-radius: 8px;
  color: #0a5c7b;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  min-height: 74px;
  padding: 16px;
  text-decoration: none;
}

.home-topic-grid a:hover {
  background: #eef7fb;
  border-color: #b8d2dd;
  color: #073f55;
}

.home-feature-grid article {
  padding: 26px;
}

.home-feature-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.home-feature-grid p,
.home-cta p {
  color: #4b5a68;
  font-size: 16px;
  line-height: 1.7;
}

.home-article-grid a {
  color: #101b24;
  overflow: hidden;
  text-decoration: none;
}

.home-article-grid span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  padding: 18px;
}

.home-cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.home-cta div {
  max-width: 740px;
}

.home-footer {
  align-items: center;
  background:
    radial-gradient(circle at 14% 0, rgba(31, 157, 122, 0.24), transparent 330px),
    radial-gradient(circle at 86% 20%, rgba(46, 144, 250, 0.18), transparent 360px),
    linear-gradient(135deg, #061923, #082b3a 58%, #0b3a4d);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  gap: clamp(28px, 6vw, 88px);
  justify-content: space-between;
  min-height: 172px;
  padding: 34px clamp(18px, 5vw, 72px);
}

.home-footer a,
.home-footer a:visited {
  color: #f7fbfd;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.home-footer__brand {
  max-width: 560px;
  text-align: left;
}

.home-footer__brand a {
  display: inline-flex;
  font-size: 28px;
  line-height: 1;
}

.home-footer__brand p {
  color: #b8ccd6;
  font-size: 15px;
  line-height: 1.7;
  margin: 14px 0 0;
}

.home-footer__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.home-footer__links a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #dbeaf0;
  font-size: 14px;
  padding: 10px 15px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.home-footer__links a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

/* About page */
body.about-page {
  background:
    radial-gradient(circle at 86% 8%, rgba(31, 157, 122, 0.16), transparent 420px),
    linear-gradient(180deg, #eaf3f7 0, #f7f9fb 480px, #f7f9fb 100%);
  color: #101b24;
  margin: 0;
}

.about-hero {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(44px, 7vw, 96px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 54px);
}

.about-hero h1 {
  color: #101b24;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 1050px;
}

.about-hero p:not(.home-eyebrow) {
  color: #42515f;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.68;
  margin: 26px 0 0;
  max-width: 900px;
}

.about-layout {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: 320px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 clamp(18px, 4vw, 56px) 72px;
}

.about-aside {
  background: #071f2a;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  color: #fff;
  display: grid;
  gap: 12px;
  padding: 24px;
  position: sticky;
  top: 22px;
}

.about-aside strong {
  font-size: 22px;
  font-weight: 900;
}

.about-aside span {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #c8d9e1;
  font-size: 14px;
  font-weight: 800;
  padding-top: 12px;
}

.about-content {
  display: grid;
  gap: 18px;
}

.about-content section {
  background: #fff;
  border: 1px solid #d6e1e8;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  padding: clamp(22px, 3vw, 34px);
}

.about-content h2 {
  color: #101b24;
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 14px;
}

.about-content p {
  color: #41505e;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.about-content p + p {
  margin-top: 14px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.about-actions a {
  align-items: center;
  background: #0f6a8f;
  border: 1px solid #0f6a8f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.about-actions a + a {
  background: #fff;
  color: #0f6a8f;
}

@media screen and (max-width: 900px) {
  .about-layout {
    display: block;
  }

  .about-aside {
    margin-bottom: 20px;
    position: static;
  }
}

@media screen and (max-width: 900px) {
  .home-topbar,
  .home-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .home-topbar nav,
  .home-actions {
    gap: 10px;
  }

  .home-hero,
  .home-feature-grid,
  .home-topic-grid,
  .home-article-grid,
  .home-stats {
    display: block;
  }

  .home-hero__visual,
  .home-stats div,
  .home-feature-grid article,
  .home-topic-grid a,
  .home-article-grid a {
    margin-top: 16px;
  }

  .home-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    min-height: 210px;
  }

  .home-footer__links {
    justify-content: flex-start;
  }
}

.search {

 margin-bottom: 200px;

}

.home1 {

  width: 100%;
  padding: 3px;
   margin-bottom: 20px;
}

.home2 {

  text-align: center;
}

.responsive {
  width: 100%;
  height: auto;
  max-width: 600px;
  max-height: 400px;
}


* {box-sizing: border-box;}

body { 
 
  font-family: Arial, Helvetica, sans-serif;

}

.header {
  overflow: hidden;
  background-color: #ffffff;
  padding: 1px 1px;
}

.header .mobile {
    display: none;
  }

.header a {
  float: none;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  line-height: 18px;
  border-radius: 0px;
  margin-left: 22px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #2196F3;
  color: black;
}

.header a.active {
  background-color: #2196F3;
  color: white;
}

.header-right {
  float: right;
  padding-right: 30px;
 
}

/* LABEL */

.label {
  color: white;
  padding: 6px;
  font-family: Arial;
  font-size: 20px;
  text-align: left;
  display: inherit;

  margin-top: 4px;

}

.label2 {
  color: white;
  padding: 4px;
  font-family: Arial;
  font-size: 18px;
 text-align: center;
  display: inherit;
margin-top: 25px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px; 

}

.labele {
  color: red !important;
  font-family: Arial;
  float: right;
  display: inherit;


}

.success {background-color: #04AA6D;} /* Green */


.info {background-color: #0B5898;} /* Blue */

/* LABEL */


.container {
  position: relative;
  width: 98%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}



.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



 

/* BLOKSX3 */

.columns4 {
  float: left;
  width: 100%;
  padding: 3px;
  margin-bottom: 2px;
}






* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
  margin-bottom: 10px;
}


.price {
  list-style-type: none;
  background-color: #000111 !important;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 1.5vw;
  min-height: 18px;

padding: 15px;
  text-align: center;  
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  padding: 20px;
  text-align: center; 

}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

/* BLOKSX3 */



 /* FOOTER */

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #0B5898;
   color: white;
   text-align: center;

}


 /* FOOTER */




.center {
  text-align: center;
  margin-bottom: 30px !important;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: blue !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: red;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}






.keywords {
  display: inline-block;
  color: white;
  padding: 8px 20px;
  font-family: Arial;
  background-color: blue;
  margin-top: 8px;
}


.responsive {
  width: 100%;
  height: auto;
  max-width: 800px;

}





p.inset {
        text-align: center;
  border: 3px solid green;
        
        }

footer {
  text-align: center;
padding: 7px 0;
  
        vertical-align: middle;
  color: white;
}





#menu {
    
    max-width: 2000px;
    margin-left: 20px;
    margin-right: 20px;
 
    font-family: 'Trebuchet MS', sans-serif;
         font-size: 22px;
         font-weight: bold;
        
   }

#article {
    text-align: left;
    max-width: 2000px;
    margin-left: 20px;
    margin-right: 20px;
    color: black;
      font-family: 'Trebuchet MS', sans-serif;
   }


a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}



    
   h1 {
   max-width: 4000px;

font-size: 28px;
color: rgb(0, 0, 0);

}

h2 {
text-align: left;
font-size: 20px;
color: black;
}

h3 {
text-align: left;
font-size: 18px;
color: black;
}
h4 {
text-align: left;
font-size: 16px;
color: black;
}	  



ol.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;
    font-size: 16px;
   
  white-space: nowrap;   
  overflow: hidden; 
  text-overflow: ellipsis;

}


ol.breadcrumb li {
  display: inline;


}


ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ol.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
ol.breadcrumb li a:hover {
  color: #000000;
  text-decoration: underline;
}



.columnsx {
  width: 100%;
  margin-bottom: 5px;
}


.linkclass1 {
color: red !important;
}


.h1class {

  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}


.h1class2 {

  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 4px;
    margin-inline-end: 0px;

}






.block5 {


  background-color: #cecece;
 list-style-type: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;


}

.block5 li {
  padding: 12px;
  text-align: left;
}

.block5:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.block5 .header5 {
  background-color: #fdfdfd;
  color: white;
  font-size: 20px;
}



.block5 .grey5 {
  background-color: #eee;

}


/* Modern article/library surface */
:root {
  --page-bg: #f6f8fb;
  --surface: #ffffff;
  --surface-soft: #eef4f8;
  --ink: #15202b;
  --muted: #5d6b78;
  --line: #dbe3ea;
  --brand: #0f6a8f;
  --brand-dark: #084763;
  --accent: #1f9d7a;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 10px 28px rgba(15, 23, 42, 0.10);
}

html {
  background: var(--page-bg);
}

body {
  background:
    linear-gradient(180deg, rgba(15, 106, 143, 0.08), rgba(246, 248, 251, 0) 240px),
    var(--page-bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  margin: 0;
}

body > .label.info {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow-sm);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 13px clamp(16px, 3vw, 34px);
}

a:link,
a:visited {
  color: #0a5c7b;
}

a:hover,
a:active {
  color: var(--brand-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

ol.breadcrumb {
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  margin: 14px auto 8px;
  max-width: 1440px;
  padding: 0 clamp(16px, 3vw, 34px);
}

ol.breadcrumb li+li:before {
  color: #8a98a6;
  content: "/\00a0";
  padding: 0 8px;
}

ol.breadcrumb li a {
  color: var(--muted);
}

.columns3 {
  margin: 0 auto 14px;
  max-width: 1440px;
  padding: 0 clamp(16px, 3vw, 34px);
}

.block5 {
  background: transparent;
  border: 0;
  margin: 0;
}

.block5:hover {
  box-shadow: none;
}

.block5 li,
.block5 .header5 {
  background: transparent;
  padding: 0;
}

.h1class,
.h1class2 {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 8px 0 16px;
  max-width: 980px;
}

.h1class a,
.h1class2 a {
  color: inherit;
}

.bottom1 {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  margin: 18px 0 0;
  padding: 18px;
  text-align: left;
}

.bottom1 strong p {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.bottom1 p {
  margin: 10px 0;
}

.bottom1 a {
  color: #0a5c7b;
  font-weight: 700;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 18px 0;
}

@media screen and (max-width: 700px) {
  body > .label.info {
    font-size: 14px;
    padding: 11px 14px;
  }

  ol.breadcrumb,
  .columns3 {
    padding-left: 14px;
    padding-right: 14px;
  }
}












.block10 {


  background-color: #cecece;
 list-style-type: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;


}

.block10 li {
  padding: 10px;
  text-align: left;
}

.block10:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.block10 .header10 {
  background-color: #111;
  color: white;
  font-size: 20px;
}



.block10 .grey10 {
  background-color: #fff;

}



.columns3 {
  width: 100%;
  margin-bottom: 5px;
}






ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;

}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000000;
  text-decoration: underline;
}




.block2 {


  background-color: #cecece;
 list-style-type: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}

.block2 li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.block2:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.block2 .header2 {
  background-color: #111;
  color: white;
  font-size: 30px;

}



.block2 .grey2 {
  background-color: #cecece;

}






/* MOBILE */





@media screen and (max-width: 500px) {

.price .header {
  background-color: #111;
  color: white;
  font-size: 12px;
  min-height: 90px;
}
  

.header a {
  float: none;
  color: black;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  line-height: 18px;
  border-radius: 0px;
  margin-left: 22px;
}

  
  
  
  .columns {
    width: 50%;
    padding: 4px;
  }

  .columns2 {
    width: 50%;
  }  


  
  
  
  .header .mobile {
    display: block;
  }

.header .desktop {
    display: none;
  }
  






  
 .columns {

  margin-bottom: 1px;
}
  
  .price .header {
 min-height: 8px;
}  
  

  .header a {
    float: none;
    display: inline;
    text-align: center;
    margin-left: 0px;
  
  } 
  
  
.header-right {
  float: right;

}


  

  .header { 
text-align: center;
float: none;
}


.label {
  font-size:20px;

}

.label2 {
  color: white;
  padding: 6px;
  font-family: Arial;
  font-size: 5vw;
 text-align: center;
  display: inherit;
  margin-top: 25px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;


}



.label {
  color: white;
  padding: 2px;
  font-family: Arial;
  font-size: 18px;
  text-align: left;
  display: inherit;

  margin-top: 4px;

}

  

}
