/* Bollinger Landscaping Knowledge Center — page-specific layer. */
.kc-page { background: #fff; }
.kc-hero { min-height: min(590px, calc(100vh - 88px)); background: var(--color-green-900); }
.kc-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(16,40,24,.9) 0%, rgba(16,40,24,.64) 52%, rgba(16,40,24,.34) 100%); }
.kc-hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.kc-hero .hero-content { max-width: 920px; }
.kc-hero .hero-copy { max-width: 760px; }

.kc-intro { background: #fff; }
.kc-intro-container { max-width: 980px; }
.kc-intro-copy { min-width: 0; max-width: 900px; }
.kc-intro-copy p { line-height: 1.55; color: #212121; }
.kc-intro-copy p + p { margin-top: 1rem; }
.kc-intro-copy a, .kc-related-card a { color: var(--color-green-700); font-weight: 900; }

.kc-top-section { background: var(--color-bg); border-top: 1px solid rgba(29,107,63,.12); border-bottom: 1px solid rgba(29,107,63,.12); }
.kc-top-heading { max-width: 850px; }
.kc-top-heading p { max-width: 730px; line-height: 1.5; }
.kc-question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin-top: 1.45rem; }
.kc-question-link { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-width: 0; min-height: 74px; padding: 1rem 1.1rem; border: 1px solid var(--color-line); border-radius: 18px; background: #fff; color: var(--color-ink); box-shadow: 0 12px 28px rgba(24,45,34,.06); font-weight: 900; line-height: 1.25; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.kc-question-link::after { content: ""; flex: 0 0 auto; width: .72rem; height: .72rem; border-top: 2px solid var(--color-green-700); border-right: 2px solid var(--color-green-700); transform: rotate(45deg); }
.kc-question-link:hover { transform: translateY(-2px); border-color: rgba(29,107,63,.38); box-shadow: var(--shadow-card); color: var(--color-green-800); }
.kc-question-link:focus-visible, .kc-faq summary:focus-visible { outline: 3px solid var(--color-green-600); outline-offset: 3px; }

.kc-faq-section { background: #fff; }
.kc-category { scroll-margin-top: 100px; margin-top: clamp(3rem, 6vw, 5.2rem); }
.kc-category:first-of-type { margin-top: 0; }
.kc-category-heading { max-width: 850px; padding-bottom: 1rem; border-bottom: 2px solid var(--color-green-700); }
.kc-category-heading h2 { font-size: clamp(2rem, 3.8vw, 3.25rem); line-height: 1.03; }
.kc-category-heading p { margin-top: .8rem; max-width: 750px; line-height: 1.52; color: #212121; }
.kc-category-heading a { color: var(--color-green-700); font-weight: 900; }
.kc-faq-list { display: grid; gap: .75rem; margin-top: 1.25rem; }
.kc-faq { min-width: 0; border: 1px solid var(--color-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(24,45,34,.055); }
.kc-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-width: 0; padding: 1.12rem 1.25rem; cursor: pointer; color: var(--color-ink); font-size: clamp(1.03rem, 1.4vw, 1.17rem); font-weight: 900; line-height: 1.35; list-style: none; }
.kc-faq summary::-webkit-details-marker { display: none; }
.kc-faq summary::after { content: ""; flex: 0 0 auto; width: .7rem; height: .7rem; border-right: 2px solid var(--color-green-700); border-bottom: 2px solid var(--color-green-700); transform: rotate(45deg) translateY(-.18rem); transition: transform .18s ease; }
.kc-faq[open] summary { color: var(--color-green-800); }
.kc-faq[open] summary::after { transform: rotate(225deg) translate(-.12rem, -.05rem); }
.kc-faq-answer { padding: 0 1.25rem 1.25rem; border-top: 1px solid rgba(220,230,223,.9); }
.kc-faq-answer p { margin: 1rem 0 0; color: #212121; line-height: 1.58; }

.kc-related-section { background: var(--color-bg); border-top: 1px solid rgba(29,107,63,.12); }
.kc-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.kc-related-card { min-width: 0; min-height: 178px; padding: 1.25rem; border: 1px solid var(--color-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(24,45,34,.06); }
.kc-related-card h3 { margin: .45rem 0 .55rem; font-size: 1.25rem; line-height: 1.1; }
.kc-related-card p { line-height: 1.45; }
.kc-related-label { color: var(--color-green-700); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.kc-trust-section { background: linear-gradient(180deg, #eef6f0 0%, var(--color-bg) 100%); border-top: 1px solid rgba(29,107,63,.14); }
.kc-trust-intro { max-width: 820px; }
.kc-trust-intro p { max-width: 760px; line-height: 1.52; color: #212121; }
.kc-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; margin-top: 1.5rem; }
.kc-trust-card { min-width: 0; padding: 1.35rem; border: 1px solid var(--color-line); border-top: 4px solid var(--color-green-700); border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(24,45,34,.07); }
.kc-trust-card h3 { margin-bottom: .6rem; font-size: 1.3rem; line-height: 1.1; }
.kc-trust-card p { color: #212121; line-height: 1.52; }
.kc-trust-card strong { color: var(--color-green-800); }
.kc-credential-line { margin-top: .7rem; padding-top: .7rem; border-top: 1px solid rgba(29,107,63,.14); color: var(--color-green-800) !important; font-size: .93rem; font-weight: 900; overflow-wrap:anywhere; }

.kc-page .final-cta { background-image: linear-gradient(rgba(16,40,24,.84), rgba(16,40,24,.84)), url('/images/site/home--cta.jpg'); }

@media (max-width: 980px) {
  .kc-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .kc-question-grid, .kc-related-grid, .kc-trust-grid { grid-template-columns: 1fr; }
  .kc-question-link { min-height: 68px; padding: .95rem 1rem; }
  .kc-faq summary { padding: 1rem; }
  .kc-faq-answer { padding-inline: 1rem; }
  .kc-trust-card { padding: 1.15rem; }
}
