.bent-100-preview {
  max-width: 1040px;
  margin: 0 auto;
}

.bent-100-preview__frame {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.bent-100-preview__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #cad4cd;
  border-radius: 999px;
  background: #fff;
  color: #111111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bent-100-preview__nav:hover {
  transform: translateY(-1px);
  background: #0ad622;
  color: #fff;
  border-color: #0ad622;
}

.bent-100-preview__stage {
  background: #ffffff;
  border: 1px solid #d9e1dc;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
  padding: 20px;
}

.bent-100-preview__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.bent-100-preview__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-top: 14px;
  flex-wrap: wrap;
}

.bent-100-preview__caption,
.bent-100-preview__counter {
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}

.bent-100-preview__counter {
  color: #4c5750;
}

.bent-100-preview__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.bent-100-preview__thumb {
  appearance: none;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.06);
}

.bent-100-preview__thumb:hover {
  transform: translateY(-1px);
  border-color: #8adf98;
}

.bent-100-preview__thumb.is-active {
  border-color: #0ad622;
  box-shadow: 0 14px 28px rgba(10, 214, 34, 0.16);
}

.bent-100-preview__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.bent-100-preview__thumb span {
  display: block;
  padding-top: 8px;
  color: #111111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.bent-dynamic-lead-form {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #d7ded9;
  border-radius: 8px;
  background: #f8faf9;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
}

.bent-dynamic-lead-form__intro {
  margin: 0 0 14px;
  padding: 0 6px;
  text-align: center;
}

.bent-dynamic-lead-form__eyebrow {
  margin: 0 0 6px;
  color: #0ad622;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bent-dynamic-lead-form__title {
  margin: 0;
  color: #111111;
  font-size: 28px;
  line-height: 1.2;
}

.bent-dynamic-lead-form__iframe {
  display: block;
  width: 100%;
  min-height: 980px;
  height: 1100px;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

.bent-homepage-faq {
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 18px;
  background: #ffffff;
}

.bent-homepage-faq__inner {
  max-width: 960px;
  margin: 0 auto;
}

.bent-homepage-faq__title {
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
}

.bent-homepage-faq__items {
  display: grid;
  gap: 12px;
}

.bent-homepage-faq__item {
  border: 1px solid #dfe7e2;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(9, 17, 11, 0.04);
}

.bent-homepage-faq__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: #ffffff;
  color: #111111;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.bent-homepage-faq__question:hover,
.bent-homepage-faq__question:focus-visible {
  background: #f8fbf9;
  outline: none;
}

.bent-homepage-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #0ad622;
  color: #071109;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.bent-homepage-faq__answer {
  padding: 0 24px 22px;
}

.bent-homepage-faq__answer p {
  margin: 0;
  color: #4c5750;
  font-size: 1rem;
  line-height: 1.8;
}

.bent-local-map {
  max-width: 1180px;
  margin: 0 auto;
}

.bent-local-map__intro {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.bent-local-map__eyebrow {
  margin: 0 0 8px;
  color: #0ad622;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bent-local-map__title {
  margin: 0;
  color: #111111;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.bent-local-map__copy {
  margin: 14px auto 0;
  color: #4c5750;
  font-size: 17px;
  line-height: 1.75;
}

.bent-local-map__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.bent-local-map__canvas {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #d9e1dc;
  border-radius: 8px;
  background: #edf3ef;
  box-shadow: 0 18px 34px rgba(9, 17, 11, 0.06);
}

.bent-local-map__panel {
  display: grid;
  gap: 10px;
  align-content: start;
  max-height: 520px;
  overflow: auto;
  border: 1px solid #d9e1dc;
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 18px 34px rgba(9, 17, 11, 0.05);
}

.bent-local-map__poi {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  background: #f9fbfa;
  padding: 12px;
  color: #111111;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bent-local-map__poi:hover,
.bent-local-map__poi:focus-visible,
.bent-local-map__poi.is-active {
  border-color: #0ad622;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(10, 214, 34, 0.12);
  transform: translateY(-1px);
}

.bent-local-map__poi-index,
.bent-local-map__pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0ad622;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(10, 214, 34, 0.25);
}

.bent-local-map__pin {
  border: 2px solid #ffffff;
}

.bent-local-map__poi-body {
  display: grid;
  gap: 4px;
}

.bent-local-map__poi-body strong {
  color: #111111;
  font-size: 15px;
  line-height: 1.25;
}

.bent-local-map__poi-body em {
  color: #078d19;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bent-local-map__poi-body span {
  color: #4c5750;
  font-size: 13px;
  line-height: 1.45;
}

.bent-local-map__info {
  max-width: 240px;
  color: #111111;
}

.bent-local-map__info strong,
.bent-local-map__info span {
  display: block;
}

.bent-local-map__info strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.bent-local-map__info span {
  margin-bottom: 6px;
  color: #078d19;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bent-local-map__info p,
.bent-local-map__fallback,
.bent-map-notice {
  margin: 0;
  color: #4c5750;
  font-size: 14px;
  line-height: 1.5;
}

.bent-google-reviews {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.bent-google-reviews__intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.bent-google-reviews__eyebrow {
  margin: 0 0 8px;
  color: #0ad622;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bent-google-reviews__title {
  margin: 0;
  color: #111111;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.bent-google-reviews__copy {
  margin: 14px auto 0;
  color: #4c5750;
  font-size: 17px;
  line-height: 1.75;
}

.bent-google-reviews__summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #d9e1dc;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(10, 214, 34, 0.08), rgba(10, 214, 34, 0) 56%),
    linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
  box-shadow: 0 18px 34px rgba(9, 17, 11, 0.06);
}

.bent-google-reviews__score {
  display: grid;
  gap: 4px;
  justify-items: center;
  min-width: 108px;
}

.bent-google-reviews__score-value {
  color: #111111;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
}

.bent-google-reviews__stars,
.bent-google-reviews__card-rating {
  color: #d7a514;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.bent-google-reviews__summary-copy {
  display: grid;
  gap: 4px;
}

.bent-google-reviews__summary-copy strong {
  color: #111111;
  font-size: 1.1rem;
  line-height: 1.25;
}

.bent-google-reviews__summary-copy span {
  color: #4c5750;
  font-size: 0.98rem;
}

.bent-google-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.bent-google-reviews__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.bent-google-reviews__button--primary {
  background: linear-gradient(180deg, #17ef43 0%, #0ad622 58%, #08be1d 100%);
  color: #071109;
  box-shadow: 0 16px 32px rgba(8, 20, 10, 0.18);
}

.bent-google-reviews__button--primary:hover,
.bent-google-reviews__button--primary:focus-visible {
  transform: translateY(-2px);
  color: #071109;
  box-shadow: 0 22px 40px rgba(8, 20, 10, 0.22);
}

.bent-google-reviews__button--secondary {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 12px 24px rgba(8, 20, 10, 0.08);
}

.bent-google-reviews__button--secondary:hover,
.bent-google-reviews__button--secondary:focus-visible {
  transform: translateY(-2px);
  background: #111111;
  color: #ffffff;
}

.bent-google-reviews__viewport {
  overflow: hidden;
}

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

.bent-google-reviews__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 20px;
  border: 1px solid #dfe7e2;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(9, 17, 11, 0.05);
}

.bent-google-reviews__card-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.bent-google-reviews__avatar {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  background: #edf3ef;
}

.bent-google-reviews__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #071109;
  font-size: 1rem;
  font-weight: 800;
  background: linear-gradient(180deg, #17ef43 0%, #0ad622 100%);
  box-shadow: 0 10px 20px rgba(10, 214, 34, 0.2);
}

.bent-google-reviews__author {
  display: grid;
  gap: 2px;
}

.bent-google-reviews__author strong {
  color: #111111;
  font-size: 1rem;
  line-height: 1.2;
}

.bent-google-reviews__author span {
  color: #5c665f;
  font-size: 0.87rem;
}

.bent-google-reviews__card-text {
  margin: 0;
  color: #405149;
  font-size: 0.98rem;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.bent-google-reviews__card-footer {
  margin: auto 0 0;
  padding-top: 6px;
}

.bent-google-reviews__card-footer a {
  color: #0f6d28;
  font-weight: 700;
  text-decoration: none;
}

.bent-google-reviews__card-footer a:hover,
.bent-google-reviews__card-footer a:focus-visible {
  color: #9f6b2f;
}

.bent-google-reviews__notice {
  max-width: 1180px;
  margin: 0 auto;
  color: #4c5750;
}

.bent-google-reviews__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.bent-google-reviews__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfd9d2;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.bent-google-reviews__dot.is-active {
  background: #0ad622;
  box-shadow: 0 0 0 4px rgba(10, 214, 34, 0.14);
  transform: scale(1.1);
}

.bent-google-reviews__dot:hover,
.bent-google-reviews__dot:focus-visible {
  background: #9f6b2f;
  outline: none;
}

.bent-blog-shortcode--featured,
.bent-blog-shortcode--grid {
  display: grid;
  gap: 24px;
}

.bent-blog-shortcode--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bent-blog-card {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(9, 17, 11, 0.05);
}

.bent-blog-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  box-shadow: 0 18px 34px rgba(9, 17, 11, 0.06);
}

.bent-blog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #0f1720, #223240 60%, #0ad622 140%);
}

.bent-blog-card__media--featured {
  aspect-ratio: auto;
  min-height: 23rem;
}

.bent-blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bent-blog-card__media-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.bent-blog-card__body {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1.15rem 1.15rem 1.3rem;
}

.bent-blog-card__body--featured {
  gap: 1rem;
  align-content: center;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
}

.bent-blog-card__meta {
  color: #68756d;
  font-size: 0.84rem;
  font-weight: 600;
}

.bent-blog-card__title,
.bent-blog-card__title--featured {
  margin: 0;
  line-height: 1.12;
}

.bent-blog-card__title {
  font-size: 1.6rem;
}

.bent-blog-card__title--featured {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.bent-blog-card__title a,
.bent-blog-card__title--featured a,
.bent-blog-card__link {
  color: #111111;
  text-decoration: none;
}

.bent-blog-card__title a:hover,
.bent-blog-card__title a:focus-visible,
.bent-blog-card__title--featured a:hover,
.bent-blog-card__title--featured a:focus-visible,
.bent-blog-card__link:hover,
.bent-blog-card__link:focus-visible {
  color: #0f6d28;
}

.bent-blog-card__excerpt,
.bent-blog-card__excerpt p,
.bent-blog-card__excerpt--featured,
.bent-blog-card__excerpt--featured p {
  margin: 0;
  color: #515c55;
  line-height: 1.72;
}

.bent-blog-card__footer {
  margin: 0;
}

.bent-blog-card__link {
  font-weight: 700;
}

@media (max-width: 900px) {
  .bent-100-preview__frame {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bent-100-preview__nav {
    width: 44px;
    height: 44px;
    justify-self: center;
  }

  .bent-100-preview__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bent-blog-shortcode--grid,
  .bent-google-reviews__grid,
  .bent-local-map__layout,
  .bent-blog-card--featured {
    grid-template-columns: 1fr;
  }

  .bent-google-reviews__summary {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .bent-google-reviews__actions {
    justify-content: center;
  }

  .bent-local-map__panel {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .bent-100-preview__stage {
    padding: 14px;
  }

  .bent-100-preview__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bent-blog-shortcode--grid,
  .bent-google-reviews__grid {
    grid-template-columns: 1fr;
  }
}
