.guide-page {
  background: var(--bg);
}

.guide-directory-page {
  background:
    radial-gradient(circle at top left, rgba(47, 125, 75, 0.08), transparent 34rem),
    #f3efe6;
  color: #17291f;
  padding: 10px;
}

.guide-app-frame {
  min-height: calc(100vh - 20px);
  overflow: hidden;
  border: 1px solid rgba(216, 203, 182, 0.9);
  border-radius: 10px;
  background: #fffdf7;
  box-shadow: 0 18px 42px rgba(64, 47, 29, 0.12);
}

.guide-directory-page .guide-app-frame > .site-header {
  position: relative;
  width: auto;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: visible;
}

.guide-directory-page .site-header .brand-link {
  justify-self: start;
}

.guide-directory-page .site-header nav {
  position: absolute;
  top: 50%;
  left: 50%;
  justify-self: auto;
  transform: translate(-50%, -50%);
}

.guide-directory-page .site-header .guide-header-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 36px;
  border-radius: 8px;
  background: var(--green-deep);
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.guide-directory-page .site-header nav a[aria-current="page"] {
  position: relative;
  color: var(--green-deep);
}

.guide-directory-page .site-header nav a[aria-current="page"]::after {
  position: absolute;
  right: 10px;
  bottom: 3px;
  left: 10px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.guide-topnav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(216, 203, 182, 0.72);
  background: rgba(255, 253, 247, 0.96);
}

.guide-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #153b26;
  text-decoration: none;
}

.guide-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: #227345;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.guide-brand strong,
.guide-brand small {
  display: block;
}

.guide-brand strong {
  font-size: 1.16rem;
  line-height: 1.05;
}

.guide-brand small {
  margin-top: 2px;
  color: #5f675d;
  font-size: 0.96rem;
}

.guide-nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  font-weight: 700;
}

.guide-nav-links a {
  position: relative;
  color: #18251d;
  text-decoration: none;
}

.guide-nav-links a[aria-current="page"] {
  color: #16703f;
}

.guide-nav-links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #16703f;
  content: "";
}

.guide-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.guide-search-button,
.guide-provider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #163524;
  text-decoration: none;
}

.guide-search-button {
  width: 42px;
  height: 42px;
}

.guide-provider-button {
  gap: 8px;
  background: #edf1e5;
  padding: 12px 16px;
  color: #0f5f35;
  font-size: 0.92rem;
  font-weight: 800;
}

.guide-search-button svg,
.guide-provider-button svg,
.guide-category-tile svg,
.guide-benefit-strip svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-visual-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.97) 0%, rgba(255, 253, 247, 0.84) 34%, rgba(255, 253, 247, 0.18) 62%),
    url("assets/home-hero-hofladen.png");
  background-position: center right;
  background-size: cover;
}

.guide-visual-copy {
  width: min(610px, calc(100% - 64px));
  padding: 54px 0 36px;
  margin-left: 54px;
}

.guide-hero-pill,
.guide-card-pill {
  display: inline-flex;
  margin: 0;
  border-radius: 999px;
  background: #dfead6;
  color: #17633a;
  padding: 8px 12px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guide-visual-copy h1 {
  margin: 24px 0 0;
  color: #0f3a24;
  font-size: clamp(3.2rem, 7vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.guide-visual-copy > p:not(.guide-hero-pill) {
  max-width: 520px;
  margin: 22px 0 0;
  color: #525c53;
  font-size: 1.14rem;
  line-height: 1.65;
}

.guide-search-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(430px, 100%);
  margin-top: 24px;
  border: 1px solid #d8cbb6;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.92);
  padding: 13px 16px;
}

.guide-search-card svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: #6a7168;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.guide-search-card input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #17291f;
  outline: 0;
}

.guide-category-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 20px 34px 24px;
  background: #fffdf7;
}

.guide-category-tile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  min-height: 124px;
  border: 1px solid #ded3bf;
  border-radius: 10px;
  background: #fffdf7;
  padding: 20px 18px 16px;
  color: #15412a;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.guide-category-tile:hover {
  border-color: rgba(31, 106, 63, 0.34);
  box-shadow: 0 12px 28px rgba(64, 47, 29, 0.08);
  transform: translateY(-1px);
}

.guide-category-tile > svg {
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eef5ea;
  padding: 8px;
  color: #17633a;
  stroke-width: 1.9;
}

.guide-category-tile span {
  min-width: 0;
}

.guide-category-tile .guide-icon-fill {
  fill: rgba(47, 125, 75, 0.13);
  stroke: none;
}

.guide-category-tile strong,
.guide-category-tile small {
  display: block;
}

.guide-category-tile strong {
  margin-bottom: 7px;
  color: #153b26;
  font-size: 1.02rem;
}

.guide-category-tile small {
  color: #526053;
  font-size: 0.84rem;
  line-height: 1.45;
}

.guide-category-tile b {
  grid-column: 2;
  align-self: end;
  color: #16693e;
  font-size: 1.35rem;
}

.guide-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 18px;
  padding: 8px 34px 0;
}

.guide-feature-card,
.guide-answer-box,
.guide-newsletter-box,
.guide-post-card,
.guide-benefit-strip {
  border: 1px solid #ded3bf;
  border-radius: 10px;
  background: #fffdf7;
  box-shadow: 0 8px 20px rgba(64, 47, 29, 0.05);
}

.guide-feature-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 28px;
  min-height: 398px;
  padding: 32px;
}

.guide-feature-copy h2 {
  max-width: 430px;
  margin: 22px 0 0;
  color: #1e241f;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
}

.guide-feature-copy p:not(.guide-card-pill) {
  margin: 20px 0 0;
  color: #515a52;
  font-size: 1.04rem;
  line-height: 1.6;
}

.guide-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.guide-mini-tags span,
.guide-post-body div > span {
  border-radius: 8px;
  background: #dfead6;
  color: #17633a;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-primary-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  border-radius: 8px;
  background: #187243;
  color: #fff;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 8px 14px rgba(24, 114, 67, 0.22);
}

.guide-primary-link span {
  font-size: 1.25rem;
}

.guide-feature-image {
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #e8dfcf;
}

.guide-feature-image img,
.guide-post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.guide-side-stack {
  display: grid;
  gap: 8px;
}

.guide-answer-box,
.guide-newsletter-box {
  padding: 24px 22px;
}

.guide-answer-box {
  background: linear-gradient(135deg, #f8f6ee, #eef2e7);
}

.guide-answer-box h2,
.guide-newsletter-box h2 {
  margin: 0 0 16px;
  color: #153b26;
  font-size: 1.22rem;
}

.guide-answer-box a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  border: 1px solid #ded3bf;
  border-radius: 8px;
  background: #fffdf7;
  padding: 13px 14px;
  color: #263127;
  text-decoration: none;
}

.guide-answer-box small {
  color: #5d675d;
}

.guide-answer-box b {
  color: #1a7043;
  font-size: 1.25rem;
}

.guide-newsletter-box {
  background: linear-gradient(135deg, #eef4e6, #e8eddc);
}

.guide-newsletter-box p,
.guide-newsletter-box small {
  color: #596157;
  line-height: 1.5;
}

.guide-newsletter-box form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 14px;
}

.guide-newsletter-box input {
  min-width: 0;
  border: 1px solid #ded3bf;
  border-radius: 8px;
  background: #fffdf7;
  padding: 13px 14px;
}

.guide-newsletter-box button {
  border: 0;
  border-radius: 8px;
  background: #187243;
  color: #fff;
  padding: 0 18px;
  font-weight: 900;
}

.guide-newsletter-box small {
  display: block;
  margin-top: 12px;
  font-size: 0.76rem;
}

.guide-newsletter-box a {
  color: #17633a;
  font-weight: 800;
}

.guide-post-section {
  padding: 24px 34px 0;
}

.guide-post-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.guide-post-heading h2 {
  margin: 0;
  color: #1d241f;
  font-size: 1.8rem;
}

.guide-post-heading a {
  color: #17633a;
  text-decoration: none;
  font-weight: 900;
}

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

.guide-post-card {
  overflow: hidden;
}

.guide-post-image {
  position: relative;
  display: block;
  height: 156px;
  color: #fff;
  text-decoration: none;
}

.guide-post-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 46%);
  content: "";
}

.guide-post-image span,
.guide-post-image small {
  position: absolute;
  z-index: 1;
  top: 18px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 900;
}

.guide-post-image span {
  left: 18px;
  background: #fffdf7;
  color: #17633a;
  padding: 7px 11px;
  text-transform: uppercase;
}

.guide-post-image small {
  right: 18px;
  color: #fff;
}

.guide-post-body {
  padding: 18px;
}

.guide-post-body h3 {
  margin: 0;
  color: #1e241f;
  font-size: 1.28rem;
  line-height: 1.25;
}

.guide-post-body h3 a,
.guide-post-body div a {
  color: inherit;
  text-decoration: none;
}

.guide-post-body p {
  min-height: 58px;
  margin: 12px 0 18px;
  color: #515a52;
  line-height: 1.52;
}

.guide-post-body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.guide-post-body div a {
  color: #17633a;
  font-weight: 900;
}

.guide-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 34px 28px;
  background: linear-gradient(135deg, #fffdf7, #eef3e7);
  padding: 30px 42px;
}

.guide-benefit-strip article {
  display: flex;
  gap: 16px;
}

.guide-benefit-strip svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: #177040;
}

.guide-benefit-strip strong,
.guide-benefit-strip span {
  display: block;
}

.guide-benefit-strip strong {
  margin-bottom: 6px;
  color: #153b26;
  font-size: 1.02rem;
}

.guide-benefit-strip span {
  color: #596157;
  font-size: 0.9rem;
  line-height: 1.45;
}

.guide-post-page {
  background:
    radial-gradient(circle at top left, rgba(47, 125, 75, 0.07), transparent 34rem),
    #fffdf7;
  color: #17291f;
}

.guide-post-page .site-header {
  background: rgba(255, 253, 247, 0.96);
}

.guide-post-page .site-header nav a[aria-current="page"] {
  position: relative;
  color: var(--green-deep);
}

.guide-post-page .site-header nav a[aria-current="page"]::after {
  position: absolute;
  right: 10px;
  bottom: 3px;
  left: 10px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.guide-post-shell {
  padding-top: 72px;
}

.guide-post-article {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto 36px;
}

.guide-post-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #fffdf7 0%, rgba(255, 253, 247, 0.96) 42%, rgba(255, 253, 247, 0.25) 66%, transparent 100%),
    #fffdf7;
}

.guide-post-hero-copy {
  position: relative;
  z-index: 1;
  padding: 38px 46px 38px 22px;
}

.guide-post-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #667166;
  font-size: 0.85rem;
}

.guide-post-breadcrumb a {
  color: #17633a;
  font-weight: 800;
  text-decoration: none;
}

.guide-post-page .guide-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.guide-post-page .guide-pill {
  border: 0;
  border-radius: 999px;
  background: #dfead6;
  color: #17633a;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 900;
}

.guide-post-hero h1 {
  max-width: 590px;
  margin: 0;
  color: #113723;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 0.97;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.guide-post-hero p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #405044;
  font-size: 1.07rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.guide-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  color: #344b3b;
  font-size: 0.88rem;
}

.guide-hero-signals li,
.guide-news-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guide-signal-icon,
.guide-section-icon,
.guide-step-icon,
.guide-bottom-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #eef5ea;
  color: #17633a;
}

.guide-signal-icon {
  width: 36px;
  height: 36px;
}

.guide-signal-icon svg,
.guide-section-icon svg,
.guide-step-icon svg,
.guide-bottom-icon svg,
.guide-sidebar-button svg,
.guide-more-map-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-post-hero-image {
  position: relative;
  min-height: 430px;
  margin: 0;
}

.guide-post-hero-image::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 42%;
  background: linear-gradient(90deg, #fffdf7, rgba(255, 253, 247, 0));
  content: "";
}

.guide-post-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 74% 50%;
}

.guide-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  margin-top: 36px;
}

.guide-post-main {
  min-width: 0;
}

.guide-answer-panel,
.guide-sidebar-card,
.guide-bottom-cta {
  border: 1px solid rgba(216, 203, 182, 0.72);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(242, 247, 237, 0.72));
}

.guide-answer-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 28px 28px;
  box-shadow: 0 16px 36px rgba(64, 47, 29, 0.06);
}

.guide-section-icon {
  width: 42px;
  height: 42px;
}

.guide-answer-panel h2,
.guide-explainer-section h2,
.guide-provider-showcase h2,
.guide-faq-panel h2,
.guide-bottom-cta h2,
.guide-sidebar-card h2 {
  margin: 0;
  color: #153b26;
  font-size: 1.35rem;
  line-height: 1.22;
}

.guide-answer-panel p,
.guide-provider-showcase > p,
.guide-sidebar-card p,
.guide-bottom-cta p {
  margin: 16px 0 0;
  color: #425145;
  line-height: 1.65;
}

.guide-answer-cta,
.guide-sidebar-button,
.guide-bottom-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 8px;
  background: #17633a;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(23, 99, 58, 0.18);
}

.guide-answer-cta {
  align-self: end;
}

.guide-explainer-section,
.guide-provider-showcase,
.guide-faq-panel,
.guide-bottom-cta {
  margin-top: 42px;
}

.guide-section-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.guide-explainer-list {
  display: grid;
  gap: 26px;
}

.guide-explainer-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
}

.guide-step-icon {
  width: 56px;
  height: 56px;
  justify-self: center;
}

.guide-explainer-list h3 {
  margin: 0 0 8px;
  color: #1f2d24;
  font-size: 1.05rem;
}

.guide-explainer-list p {
  max-width: 740px;
  margin: 0;
  color: #4b584f;
  line-height: 1.65;
}

.guide-provider-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.guide-provider-card {
  overflow: hidden;
  border: 1px solid rgba(216, 203, 182, 0.86);
  border-radius: 8px;
  background: #fffdf7;
  color: #1e2c24;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.guide-provider-card:hover {
  border-color: rgba(31, 106, 63, 0.28);
  box-shadow: 0 14px 30px rgba(64, 47, 29, 0.1);
  transform: translateY(-1px);
}

.guide-provider-card img {
  width: 100%;
  height: 118px;
  display: block;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, 0.08);
}

.guide-provider-card strong,
.guide-provider-card span,
.guide-provider-card small {
  display: block;
  margin-inline: 16px;
}

.guide-provider-card strong {
  margin-top: 16px;
  color: #1a2a21;
  font-size: 1rem;
}

.guide-provider-card span {
  margin-top: 8px;
  color: #667166;
  font-size: 0.86rem;
}

.guide-provider-card small {
  margin-block: 16px;
  color: #17633a;
  font-weight: 900;
}

.guide-more-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(520px, 100%);
  min-height: 44px;
  margin: 22px auto 0;
  border: 1px solid rgba(31, 106, 63, 0.28);
  border-radius: 8px;
  color: #17633a;
  text-decoration: none;
  font-weight: 900;
}

.guide-faq-panel {
  overflow: hidden;
  border: 1px solid rgba(216, 203, 182, 0.86);
  border-radius: 8px;
  background: #fffdf7;
}

.guide-faq-panel h2 {
  padding: 20px 24px 12px;
}

.guide-faq-panel details {
  border-top: 1px solid rgba(216, 203, 182, 0.72);
}

.guide-faq-panel summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 16px 24px;
  color: #1f2d24;
  font-weight: 900;
}

.guide-faq-panel summary::after {
  color: #17633a;
  content: "⌄";
}

.guide-faq-panel details[open] summary::after {
  content: "⌃";
}

.guide-faq-panel details p {
  margin: 0;
  padding: 0 24px 18px;
  color: #4b584f;
  line-height: 1.6;
}

.guide-bottom-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
}

.guide-bottom-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(31, 106, 63, 0.14);
  background: rgba(223, 234, 214, 0.76);
}

.guide-bottom-cta p {
  margin-top: 6px;
}

.guide-post-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 92px;
}

.guide-sidebar-card {
  padding: 22px;
}

.guide-sidebar-button {
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(31, 106, 63, 0.45);
  background: transparent;
  color: #17633a;
  box-shadow: none;
}

.guide-related-card {
  background: linear-gradient(135deg, #fffdf7, #edf4e8);
}

.guide-related-card a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  border-radius: 7px;
  background: rgba(223, 234, 214, 0.72);
  color: #1e2c24;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 800;
}

.guide-news-card {
  background: #edf3e7;
}

.guide-news-heading h2 {
  max-width: 190px;
}

.guide-news-card form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.guide-news-card input {
  min-height: 44px;
  border: 1px solid rgba(216, 203, 182, 0.86);
  border-radius: 7px;
  background: #fffdf7;
  padding: 0 14px;
}

.guide-news-card button {
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  background: #17633a;
  color: #fff;
  font-weight: 900;
}

.guide-news-card small {
  display: block;
  margin-top: 18px;
  color: #5d675d;
  line-height: 1.45;
}

.guide-news-card small a {
  color: #17633a;
  font-weight: 900;
}

@media (max-width: 980px) {
  .guide-post-article {
    width: min(100% - 28px, 760px);
  }

  .guide-post-hero {
    grid-template-columns: 1fr;
  }

  .guide-post-hero-copy {
    padding: 28px 24px 26px;
  }

  .guide-post-hero-image {
    min-height: 260px;
    order: -1;
  }

  .guide-post-hero-image::before {
    inset: auto 0 0;
    width: auto;
    height: 44%;
    background: linear-gradient(0deg, #fffdf7, rgba(255, 253, 247, 0));
  }

  .guide-post-layout {
    grid-template-columns: 1fr;
  }

  .guide-post-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }

  .guide-provider-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .guide-post-shell {
    padding-top: 58px;
  }

  .guide-post-article {
    width: 100%;
    margin-bottom: 0;
  }

  .guide-post-hero {
    border-radius: 0;
  }

  .guide-post-breadcrumb {
    margin-bottom: 22px;
  }

  .guide-post-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  .guide-hero-signals {
    gap: 12px;
  }

  .guide-answer-panel,
  .guide-bottom-cta {
    grid-template-columns: 1fr;
  }

  .guide-answer-cta,
  .guide-bottom-cta a {
    width: 100%;
  }

  .guide-post-layout {
    margin: 24px 14px 32px;
  }

  .guide-answer-panel,
  .guide-sidebar-card,
  .guide-faq-panel,
  .guide-bottom-cta {
    border-radius: 8px;
  }

  .guide-explainer-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .guide-step-icon {
    width: 44px;
    height: 44px;
  }
}

.guide-main {
  padding-top: 72px;
}

.guide-hero {
  border-bottom: 1px solid rgba(47, 125, 75, 0.14);
  background:
    linear-gradient(135deg, rgba(47, 125, 75, 0.14), rgba(241, 207, 122, 0.16)),
    var(--panel);
}

.guide-hero-inner,
.guide-section-inner,
.guide-article {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.guide-hero-inner {
  display: grid;
  gap: 24px;
  padding: 86px 0 48px;
}

.guide-eyebrow {
  margin: 0 0 12px;
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-hero h1,
.guide-article h1 {
  max-width: 820px;
  margin: 0;
  color: #183728;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.guide-hero p,
.guide-article-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
}

.guide-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.guide-category {
  border: 1px solid rgba(47, 125, 75, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.76);
  padding: 14px;
}

.guide-category strong {
  display: block;
  margin-bottom: 6px;
  color: #183728;
  font-size: 0.95rem;
}

.guide-category span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.guide-section {
  padding: 54px 0;
}

.guide-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.guide-section-heading h2 {
  margin: 0;
  color: #183728;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.05;
}

.guide-section-heading p {
  max-width: 580px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.guide-all-link,
.guide-back-link,
.guide-inline-link {
  color: var(--green-deep);
  font-weight: 800;
  text-decoration: none;
}

.guide-all-link:hover,
.guide-back-link:hover,
.guide-inline-link:hover {
  text-decoration: underline;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guide-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 18px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(48, 38, 25, 0.08);
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.guide-card:hover,
.guide-card:focus-visible {
  border-color: rgba(47, 125, 75, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(48, 38, 25, 0.12);
}

.guide-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
}

.guide-card h3 {
  margin: 0;
  color: #183728;
  font-size: 1.18rem;
  line-height: 1.2;
}

.guide-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.guide-card-action {
  align-self: end;
  color: var(--green-deep);
  font-weight: 800;
}

.guide-article {
  padding: 130px 0 70px;
}

.guide-breadcrumb {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.guide-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.guide-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--leaf);
  color: var(--green-deep);
  padding: 6px 10px;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  margin-top: 34px;
}

.guide-content {
  display: grid;
  gap: 26px;
}

.guide-content-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 24px;
}

.guide-content-section h2 {
  margin: 0 0 12px;
  color: #183728;
  font-size: 1.45rem;
}

.guide-content-section h3 {
  margin: 18px 0 8px;
  color: #183728;
}

.guide-content-section p,
.guide-content-section li {
  color: var(--muted);
  line-height: 1.65;
}

.guide-content-section p:last-child,
.guide-content-section ul:last-child {
  margin-bottom: 0;
}

.guide-provider-links,
.guide-related-list {
  display: grid;
  gap: 10px;
}

.guide-provider-links a,
.guide-related-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(47, 125, 75, 0.16);
  border-radius: 8px;
  background: rgba(223, 234, 214, 0.42);
  padding: 12px 14px;
  color: #183728;
  text-decoration: none;
}

.guide-provider-links a:hover,
.guide-related-list a:hover {
  border-color: rgba(47, 125, 75, 0.42);
}

.guide-aside {
  align-self: start;
  position: sticky;
  top: 94px;
  display: grid;
  gap: 14px;
}

.guide-aside-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 18px;
}

.guide-aside-card h2 {
  margin: 0 0 10px;
  color: #183728;
  font-size: 1.1rem;
}

.guide-aside-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.5;
}

.guide-map-link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: var(--green-deep);
  color: #fff;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 800;
}

.guide-home-section {
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.78), rgba(223, 234, 214, 0.34));
}

@media (max-width: 920px) {
  .guide-categories,
  .guide-card-grid,
  .guide-article-layout {
    grid-template-columns: 1fr;
  }

  .guide-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .guide-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .guide-main {
    padding-top: 62px;
  }

  .guide-hero-inner,
  .guide-section-inner,
  .guide-article {
    width: min(100% - 28px, 1120px);
  }

  .guide-hero-inner {
    padding: 54px 0 34px;
  }

  .guide-article {
    padding: 96px 0 48px;
  }

  .guide-content-section,
  .guide-card {
    padding: 16px;
  }

  .site-footer {
    flex-wrap: wrap;
    padding-inline: 14px;
    row-gap: 10px;
  }

  .home-hero-media {
    left: 0;
    right: 0;
  }
}

@media (max-width: 1120px) {
  .guide-topnav {
    grid-template-columns: 1fr auto;
  }

  .guide-nav-links {
    display: none;
  }

  .guide-category-row,
  .guide-post-grid,
  .guide-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .guide-directory-page {
    padding: 0;
  }

  .guide-app-frame {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .guide-topnav {
    gap: 12px;
    padding: 14px;
  }

  .guide-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 1.3rem;
  }

  .guide-brand small {
    font-size: 0.82rem;
  }

  .guide-search-button {
    display: none;
  }

  .guide-provider-button {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .guide-visual-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 253, 247, 0.7)),
      url("assets/home-hero-hofladen.png");
    background-position: center;
  }

  .guide-visual-copy {
    width: auto;
    margin: 0;
    padding: 34px 20px 30px;
  }

  .guide-visual-copy h1 {
    font-size: clamp(2.15rem, 9.5vw, 2.45rem);
  }

  .guide-visual-copy > p:not(.guide-hero-pill) {
    font-size: 1rem;
  }

  .guide-category-row,
  .guide-post-grid,
  .guide-benefit-strip {
    grid-template-columns: 1fr;
  }

  .guide-category-row,
  .guide-feature-grid,
  .guide-post-section {
    padding-inline: 16px;
  }

  .guide-category-tile {
    min-height: 0;
  }

  .guide-feature-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .guide-feature-image {
    min-height: 220px;
    order: -1;
  }

  .guide-side-stack {
    gap: 12px;
  }

  .guide-newsletter-box form {
    grid-template-columns: 1fr;
  }

  .guide-newsletter-box button {
    min-height: 44px;
  }

  .guide-post-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-benefit-strip {
    margin: 22px 16px;
    padding: 20px;
  }
}
