body.page-learning-center {
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 24%, #ffffff 100%);
}

.page-learning-center .lc-hero,
.page-learning-center .lc-categories,
.page-learning-center .lc-featured-guides,
.page-learning-center .lc-videos,
.page-learning-center .lc-soft-cta {
  padding: 72px 0;
}

.page-learning-center .lc-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 39, 68, 0.9), rgba(14, 59, 101, 0.84)),
    url('/assets/hero/paver-sealing-jacksonville-driveway.webp') center/cover no-repeat;
}

.page-learning-center .lc-hero::before,
.page-learning-center .lc-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.page-learning-center .lc-hero::before {
  inset: auto auto -120px -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(57, 191, 234, 0.28), rgba(57, 191, 234, 0));
}

.page-learning-center .lc-hero::after {
  inset: 40px -120px auto auto;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.page-learning-center .lc-hero-shell {
  position: relative;
  z-index: 1;
  max-width: 920px;
  text-align: center;
}

.page-learning-center .lc-eyebrow,
.page-learning-center .lc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-learning-center .lc-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.page-learning-center .lc-kicker {
  margin-bottom: 12px;
  color: #0f6aa7;
  background: #edf7fd;
  border: 1px solid #d8eaf6;
}

.page-learning-center .lc-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.page-learning-center .lc-subhead {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.page-learning-center .lc-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  max-width: 780px;
  margin: 0 auto 22px;
  padding: 12px;
  border: 1px solid rgba(219, 230, 239, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 50px rgba(6, 24, 44, 0.18);
}

.page-learning-center .lc-search-icon {
  width: 22px;
  height: 22px;
  margin-left: 8px;
  color: #36597d;
}

.page-learning-center .lc-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #16314d;
  font: inherit;
}

.page-learning-center .lc-search input::placeholder {
  color: #698098;
}

.page-learning-center .lc-search .btn {
  min-height: 52px;
  padding-inline: 20px;
}

.page-learning-center .lc-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-learning-center .lc-quick-links a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
}

.page-learning-center .lc-section-heading {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.page-learning-center .lc-section-heading h2 {
  margin: 0 0 10px;
  color: #0f2e4f;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  letter-spacing: -0.02em;
}

.page-learning-center .lc-section-heading p {
  margin: 0;
  color: #5e7083;
  line-height: 1.75;
}

.page-learning-center .lc-card-grid,
.page-learning-center .lc-article-grid,
.page-learning-center .lc-video-grid {
  display: grid;
  gap: 22px;
}

.page-learning-center .lc-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-learning-center .lc-article-grid,
.page-learning-center .lc-video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-learning-center .lc-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe6ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 46, 78, 0.07);
  text-decoration: none;
}

.page-learning-center .lc-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.page-learning-center .lc-card-media {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  background: #edf4f9;
}

.page-learning-center .lc-topic-card {
  position: relative;
  color: inherit;
}

.page-learning-center .lc-topic-card .lc-card-copy {
  padding: 0;
}

.page-learning-center .lc-topic-icon {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(231, 244, 251, 0.96), rgba(216, 237, 248, 0.96));
  color: #0f4b78;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(15, 46, 79, 0.16);
}

.page-learning-center .lc-card h3 {
  margin: 0 0 10px;
  color: #0f2e4f;
  font-size: 1.2rem;
  line-height: 1.28;
}

.page-learning-center .lc-card p {
  margin: 0 0 16px;
  color: #5f7182;
  line-height: 1.72;
}

.page-learning-center .lc-topic-card span:last-child,
.page-learning-center .lc-article-card a,
.page-learning-center .lc-video-card h3 {
  color: #0f2e4f;
}

.page-learning-center .lc-topic-card span:last-child {
  margin-top: auto;
  color: #0f6aa7;
  font-weight: 800;
}

.page-learning-center .lc-article-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef7fc;
  color: #0f5d92;
  font-size: 0.82rem;
  font-weight: 800;
}

.page-learning-center .lc-article-card a {
  text-decoration: none;
}

.page-learning-center .lc-videos {
  background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.page-learning-center .lc-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfeaf3;
}

.page-learning-center .lc-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-learning-center .lc-video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 34, 62, 0.04), rgba(8, 34, 62, 0.28));
}

.page-learning-center .lc-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  color: #0f6aa7;
  font-size: 1.4rem;
  box-shadow: 0 10px 28px rgba(11, 45, 74, 0.16);
}

.page-learning-center .lc-videos-cta {
  margin-top: 28px;
  text-align: center;
}

.page-learning-center .lc-quick-videos {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.page-learning-center .lc-quick-videos .lc-video-grid {
  align-items: stretch;
}

.page-learning-center .lc-quick-videos .lc-video-card {
  min-height: 100%;
}

.page-learning-center .lc-quick-videos .lc-video-card .lc-card-copy {
  gap: 0;
}

.page-learning-center .lc-video-link {
  margin-top: auto;
  align-self: flex-start;
}

.page-learning-center .lc-soft-cta {
  background: linear-gradient(180deg, #f5fbff, #eef7fc);
}

.page-learning-center .lc-soft-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 24px;
  align-items: center;
  padding: 38px;
  border: 1px solid #d9e8f3;
  border-radius: 28px;
  background:
    radial-gradient(420px 160px at 0% 0%, rgba(57, 191, 234, 0.1), transparent 60%),
    #fff;
  box-shadow: 0 15px 35px rgba(17, 46, 78, 0.08);
}

.page-learning-center .lc-soft-cta-copy h2 {
  margin: 0 0 10px;
  color: #0f2e4f;
}

.page-learning-center .lc-soft-cta-copy p {
  margin: 0;
  color: #607284;
  line-height: 1.7;
}

.page-learning-center .lc-soft-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .page-learning-center .lc-card,
  .page-learning-center .lc-quick-links a {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .page-learning-center .lc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(17, 46, 78, 0.12);
    border-color: #bdd2e2;
  }

  .page-learning-center .lc-video-card:hover .lc-card-media,
  .page-learning-center .lc-video-card:hover .lc-video-thumb img,
  .page-learning-center .lc-article-card:hover .lc-card-media {
    transform: scale(1.02);
    transition: transform 0.3s ease;
  }

  .page-learning-center .lc-quick-links a:hover {
    background: rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 1100px) {
  .page-learning-center .lc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-learning-center .lc-article-grid,
  .page-learning-center .lc-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .page-learning-center .lc-hero,
  .page-learning-center .lc-categories,
  .page-learning-center .lc-featured-guides,
  .page-learning-center .lc-videos,
  .page-learning-center .lc-soft-cta {
    padding: 56px 0;
  }

  .page-learning-center .lc-subhead {
    margin-bottom: 24px;
  }

  .page-learning-center .lc-search {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }

  .page-learning-center .lc-search-icon {
    display: none;
  }

  .page-learning-center .lc-search .btn {
    width: 100%;
  }

  .page-learning-center .lc-card-grid,
  .page-learning-center .lc-article-grid,
  .page-learning-center .lc-video-grid,
  .page-learning-center .lc-soft-cta-shell {
    grid-template-columns: 1fr;
  }

  .page-learning-center .lc-card-copy,
  .page-learning-center .lc-topic-card {
    padding: 22px;
  }

  .page-learning-center .lc-topic-card .lc-card-copy {
    padding: 0;
  }

  .page-learning-center .lc-soft-cta-shell {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-learning-center .lc-card,
  .page-learning-center .lc-quick-links a,
  .page-learning-center .lc-video-thumb img,
  .page-learning-center .lc-card-media {
    transition: none !important;
  }
}

body.page-learning-center-detail {
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 18%, #ffffff 100%);
}

.page-learning-center .lc-section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.page-learning-center .lc-detail-hero {
  padding: 52px 0 32px;
}

.page-learning-center .lc-detail-hero--article {
  padding-bottom: 20px;
}

.page-learning-center .lc-detail-hero__shell {
  max-width: 900px;
}

.page-learning-center .lc-inline-links,
.page-learning-center .lc-article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-learning-center .lc-inline-links a,
.page-learning-center .lc-article-breadcrumbs a {
  color: #0f6aa7;
  font-weight: 700;
}

.page-learning-center .lc-article-breadcrumbs {
  margin-bottom: 16px;
  color: #607284;
}

.page-learning-center .lc-detail-section {
  padding: 24px 0 48px;
}

.page-learning-center .lc-detail-stack,
.page-learning-center .lc-prose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.page-learning-center .lc-note-card,
.page-learning-center .lc-sidebar-card,
.page-learning-center .lc-faq-item,
.page-learning-center .lc-related-card {
  border: 1px solid #dbe6ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 46, 78, 0.06);
}

.page-learning-center .lc-note-card,
.page-learning-center .lc-sidebar-card {
  padding: 22px;
}

.page-learning-center .lc-note-card h3,
.page-learning-center .lc-sidebar-card h2,
.page-learning-center .lc-prose-section h2,
.page-learning-center .lc-faq-item h3 {
  margin-top: 0;
  color: #0f2e4f;
}

.page-learning-center .lc-note-card p,
.page-learning-center .lc-sidebar-card p,
.page-learning-center .lc-prose-section p,
.page-learning-center .lc-faq-item p {
  margin: 0;
  color: #5f7182;
  line-height: 1.78;
}

.page-learning-center .lc-prose {
  display: grid;
  gap: 18px;
}

.page-learning-center .lc-prose-section {
  padding: 26px 28px;
  border: 1px solid #dbe6ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 46, 78, 0.05);
}

.page-learning-center .lc-faq-list,
.page-learning-center .lc-related-grid {
  display: grid;
  gap: 18px;
}

.page-learning-center .lc-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-learning-center .lc-faq-item,
.page-learning-center .lc-related-card {
  padding: 22px;
}

.page-learning-center .lc-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-learning-center .lc-related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.page-learning-center .lc-related-card strong {
  color: #0f2e4f;
  font-size: 1.03rem;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .page-learning-center .lc-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(17, 46, 78, 0.12);
    border-color: #bdd2e2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
}

@media (max-width: 900px) {
  .page-learning-center .lc-detail-stack,
  .page-learning-center .lc-prose-layout,
  .page-learning-center .lc-faq-list,
  .page-learning-center .lc-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Editorial learning-center article layout */
.page-learning-center.lc-article-page .lc-hero--article {
  background: #f7fbff;
  color: #0f2e4f;
  padding: 52px 0 22px;
}

.page-learning-center.lc-article-page .lc-hero--article h1,
.page-learning-center.lc-article-page .lc-hero--article .lc-subhead {
  color: #0f2e4f;
}

.page-learning-center.lc-article-page .lc-hero-shell--left {
  max-width: 880px;
  text-align: left;
}

.page-learning-center.lc-article-page .lc-eyebrow {
  background: #e8f4fb;
  border-color: #d4e7f4;
  color: #0f6aa7;
}

.page-learning-center.lc-article-page .lc-subhead {
  margin: 0 0 18px;
  max-width: 75ch;
}

.page-learning-center.lc-article-page .lc-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.page-learning-center.lc-article-page .lc-article-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #d6e6f2;
  border-radius: 999px;
  background: #fff;
  color: #33526d;
  font-size: 0.88rem;
  font-weight: 700;
}

.page-learning-center.lc-article-page .lc-featured-media {
  position: relative;
  margin: 0 auto 28px;
  max-width: 1160px;
  padding: 0 16px;
}

.page-learning-center.lc-article-page .lc-featured-media img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 46, 79, 0.18);
}

.page-learning-center.lc-article-page .lc-featured-media figcaption {
  position: absolute;
  top: 24px;
  right: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 46, 79, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
}

.page-learning-center.lc-article-page .lc-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 32px;
}

.page-learning-center.lc-article-page .lc-article-content {
  min-width: 0;
}

.page-learning-center.lc-article-page .lc-article-section {
  padding: 30px 32px;
  margin-bottom: 20px;
  border: 1px solid #dce8f1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 46, 78, 0.05);
}

.page-learning-center.lc-article-page .lc-article-section > * {
  max-width: 72ch;
}

.page-learning-center.lc-article-page .lc-article-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.page-learning-center.lc-article-page .lc-article-section h3 {
  margin-top: 22px;
  margin-bottom: 10px;
  color: #214765;
}

.page-learning-center.lc-article-page .lc-article-section p,
.page-learning-center.lc-article-page .lc-article-section li {
  line-height: 1.8;
  color: #4e657a;
}

.page-learning-center.lc-article-page .lc-takeaways-card {
  background: linear-gradient(180deg, #edf7fe 0%, #f5fbff 100%);
  border-color: #cfe4f3;
}

.page-learning-center.lc-article-page .lc-takeaways-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.page-learning-center.lc-article-page .lc-takeaways-card li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-learning-center.lc-article-page .lc-table-wrap {
  margin: 16px 0;
  overflow-x: auto;
}

.page-learning-center.lc-article-page .lc-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.page-learning-center.lc-article-page .lc-compare-table th,
.page-learning-center.lc-article-page .lc-compare-table td {
  border: 1px solid #d8e6f1;
  padding: 12px 14px;
  text-align: left;
}

.page-learning-center.lc-article-page .lc-compare-table th {
  background: #eaf4fb;
  color: #133a5c;
}

.page-learning-center.lc-article-page .lc-pull-quote {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid #0f6aa7;
  background: #f2f9ff;
  color: #214765;
  font-size: 1.12rem;
}

.page-learning-center.lc-article-page .lc-process-box {
  border-color: #bdd8ea;
  background: linear-gradient(180deg, #f0f8fd 0%, #ffffff 100%);
}

.page-learning-center.lc-article-page .lc-article-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
}

.page-learning-center.lc-article-page .lc-side-card {
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid #dce8f1;
  border-radius: 20px;
  background: #fff;
}

.page-learning-center.lc-article-page .lc-side-card ul {
  margin: 0;
  padding-left: 1rem;
}

.page-learning-center.lc-article-page .lc-faq-clean .lc-faq-item {
  margin: 0 0 12px;
  border: 1px solid #dce8f1;
  border-radius: 16px;
  background: #fff;
  padding: 0;
  box-shadow: none;
}

.page-learning-center.lc-article-page .lc-faq-clean .lc-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 700;
  color: #123959;
}

.page-learning-center.lc-article-page .lc-faq-clean .lc-faq-item p {
  margin: 0;
  padding: 0 16px 14px;
}

.page-learning-center.lc-article-page .lc-faq-clean .lc-faq-extra {
  display: none;
}

.page-learning-center.lc-article-page .lc-soft-cta--inline .lc-soft-cta-shell {
  grid-template-columns: 1fr;
  gap: 16px;
  border: 1px solid #b9d5e8;
  background: linear-gradient(180deg, #eff8fe 0%, #ffffff 100%);
}

.page-learning-center.lc-article-page .lc-cta-trust {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1rem;
  color: #214765;
  font-weight: 600;
}

@media (max-width: 980px) {
  .page-learning-center.lc-article-page .lc-featured-media {
    padding: 0 14px;
  }

  .page-learning-center.lc-article-page .lc-article-layout {
    grid-template-columns: 1fr;
  }

  .page-learning-center.lc-article-page .lc-article-sidebar {
    position: static;
  }

  .page-learning-center.lc-article-page .lc-article-section {
    padding: 24px 20px;
  }
}

/* Pool deck learning center redesign (article-scoped) */
.page-learning-center.lc-article-page .learning-center-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 64px;
  color: #fff;
  background:
    linear-gradient(98deg, rgba(6, 22, 42, 0.9) 0%, rgba(8, 36, 63, 0.86) 46%, rgba(10, 45, 74, 0.7) 100%),
    var(--learning-center-hero-image, url('/assets/hero/paver-sealing-jacksonville-driveway.webp')) center/cover no-repeat;
}

.page-learning-center.lc-article-page .learning-center-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.page-learning-center.lc-article-page .learning-center-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(235, 243, 249, 0.84);
  font-size: 0.92rem;
}

.page-learning-center.lc-article-page .learning-center-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.page-learning-center.lc-article-page .learning-center-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-learning-center.lc-article-page .learning-center-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.08;
}

.page-learning-center.lc-article-page .learning-center-dek {
  max-width: 72ch;
  margin: 16px 0 14px;
  color: rgba(233, 242, 250, 0.95);
  line-height: 1.72;
}

.page-learning-center.lc-article-page .learning-center-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.page-learning-center.lc-article-page .learning-center-meta span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(8, 29, 51, 0.55);
  font-size: 0.86rem;
  font-weight: 700;
}

.page-learning-center.lc-article-page .learning-center-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-learning-center.lc-article-page .learning-center-hero-links a {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.page-learning-center.lc-article-page .learning-center-main {
  padding: 44px 0 72px;
  background: #fff;
}

.page-learning-center.lc-article-page .learning-center-main article {
  max-width: 760px;
}

.page-learning-center.lc-article-page .learning-center-main h2,
.page-learning-center.lc-article-page .learning-center-main h3 {
  color: #103c62;
}

.page-learning-center.lc-article-page .learning-center-main h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.48rem, 2.1vw, 2rem);
}

.page-learning-center.lc-article-page .learning-center-main h3 {
  margin: 22px 0 8px;
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
}

.page-learning-center.lc-article-page .learning-center-main p,
.page-learning-center.lc-article-page .learning-center-main li {
  color: #324f67;
  line-height: 1.8;
}

.page-learning-center.lc-article-page .learning-center-main ul {
  padding-left: 1.2rem;
}

.page-learning-center.lc-article-page .learning-center-quick-takeaways {
  margin: 0 0 22px;
}

.page-learning-center.lc-article-page .learning-center-quick-takeaways h2 {
  margin-top: 0;
}

.page-learning-center.lc-article-page .learning-center-compare {
  margin: 14px 0 6px;
  overflow-x: auto;
}

.page-learning-center.lc-article-page .learning-center-compare table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.page-learning-center.lc-article-page .learning-center-compare th,
.page-learning-center.lc-article-page .learning-center-compare td {
  border-bottom: 1px solid #d5e3ee;
  padding: 11px 10px;
  text-align: left;
}

.page-learning-center.lc-article-page .learning-center-compare th {
  background: #edf6fc;
  color: #103b5f;
}

.page-learning-center.lc-article-page .learning-center-faq {
  margin-top: 34px;
}

.page-learning-center.lc-article-page .learning-center-faq details {
  margin-bottom: 10px;
  border: 1px solid #d7e5ef;
  border-radius: 12px;
  background: #fff;
}

.page-learning-center.lc-article-page .learning-center-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  color: #123b5f;
  font-weight: 700;
}

.page-learning-center.lc-article-page .learning-center-faq p {
  margin: 0;
  padding: 0 14px 14px;
}

.page-learning-center.lc-article-page .learning-center-cta-box {
  margin-top: 36px;
  padding: 22px;
  border: 1px solid #c8deed;
  border-radius: 18px;
  background: linear-gradient(180deg, #eff8ff 0%, #fff 100%);
}

.page-learning-center.lc-article-page .learning-center-cta-box h2,
.page-learning-center.lc-article-page .learning-center-cta-box h3 {
  margin-top: 0;
}

.page-learning-center.lc-article-page .learning-center-related {
  margin-top: 32px;
}

@media (max-width: 760px) {
  .page-learning-center.lc-article-page .learning-center-hero {
    padding: 18px 0 44px;
  }

  .page-learning-center.lc-article-page .learning-center-main {
    padding: 30px 0 56px;
  }

  .page-learning-center.lc-article-page .learning-center-cta-box {
    padding: 18px;
  }
}

/* Pool Deck Sealing in Jacksonville page-specific parity adjustments */
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .learning-center-hero {
  background:
    linear-gradient(100deg, rgba(5, 20, 39, 0.93) 0%, rgba(7, 32, 57, 0.88) 44%, rgba(9, 43, 72, 0.62) 100%),
    var(--learning-center-hero-image) right center / cover no-repeat;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .learning-center-main h2,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .learning-center-main h3 {
  color: #0f6aa7;
}

/* Pool Deck Sealing in Jacksonville source-of-truth parity */
.page-learning-center.lc-article-page.lc-article-pool-deck-jax {
  background: #f5f7fa;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero {
  position: relative;
  min-height: 355px;
  color: #fff;
  background:
    linear-gradient(
      180deg,
      rgba(11, 43, 73, 0.14),
      rgba(15, 58, 96, 0.09)
    ),
    url("/assets/hero/Jacksonville-paver-sealing-pool-deck.webp")
    center center / cover no-repeat;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero-inner,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .page {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero-inner {
  padding-top: 22px;
  padding-bottom: 46px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .crumbs {
  margin-bottom: 34px;
  font-size: 0.86rem;
  opacity: 0.95;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .crumbs a {
  color: #fff;
  text-decoration: none;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .crumbs span {
  margin: 0 7px;
  opacity: 0.75;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax h1 {
  margin: 0 0 14px;
  max-width: 700px;
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .dek {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .meta {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .meta span::after {
  content: "•";
  margin: 0 10px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .meta span:last-child::after {
  content: "";
  margin: 0;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero-links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .page {
  padding-top: 28px;
  padding-bottom: 72px;
  background: #fff;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .quick {
  margin: 0 0 28px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .quick h2,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article h2,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article h3,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .related h2 {
  color: #1b6ea9;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .quick h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .quick ul,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .related ul {
  margin: 0;
  padding-left: 1.2rem;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .quick li + li,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .related li + li {
  margin-top: 8px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article h2 {
  margin: 34px 0 10px;
  font-size: 1.8rem;
  line-height: 1.18;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article h3 {
  margin: 22px 0 8px;
  font-size: 1.12rem;
  line-height: 1.3;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article p,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article ul,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article ol,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article table,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article details,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax .related {
  margin-top: 14px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .article p {
  margin-bottom: 0;
  color: #17324a;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .intro-link {
  margin-top: 14px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .compare {
  overflow-x: auto;
  margin-top: 16px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax th,
.page-learning-center.lc-article-page.lc-article-pool-deck-jax td {
  padding: 13px 8px;
  border-bottom: 1px solid #d8e2ea;
  text-align: left;
  vertical-align: top;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax th {
  color: #17324a;
  font-size: 0.87rem;
  font-weight: 800;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .faq {
  margin-top: 8px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .faq details {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #d8e2ea;
  border-radius: 14px;
  background: #fbfdff;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .faq summary {
  cursor: pointer;
  color: #17324a;
  font-weight: 700;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .faq p {
  margin-top: 8px;
  color: #52677b;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .help {
  margin-top: 30px;
  padding: 22px 22px 18px;
  border: 1px solid #d8e2ea;
  border-radius: 16px;
  background: #f8fbfe;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .help p {
  color: #52677b;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .related {
  margin-top: 32px;
  padding-top: 8px;
}

.page-learning-center.lc-article-page.lc-article-pool-deck-jax .related h2 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

@media (max-width: 700px) {
  .page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero {
    min-height: 320px;
  }

  .page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero-inner,
  .page-learning-center.lc-article-page.lc-article-pool-deck-jax .page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-learning-center.lc-article-page.lc-article-pool-deck-jax .crumbs {
    margin-bottom: 24px;
  }

  .page-learning-center.lc-article-page.lc-article-pool-deck-jax .hero-links {
    gap: 10px;
  }
}
