/* Phase 1: homepage, sticky nav, trust pages, modern cards */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap");

body {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #3d3d3d;
}

h1, h2, h3, h4, .ht-section__title, .trust-page__title {
  font-family: "Source Serif 4", "Josefin Sans", serif;
  color: #1a2e28;
}

.header-sticky-wrap {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease;
}

.header-sticky-wrap.is-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header-top {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: normal;
  max-height: 320px;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease,
    opacity 0.3s ease,
    border-color 0.35s ease;
}

.header-sticky-wrap.is-scrolled .header-top {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border-bottom-color: transparent;
  pointer-events: none;
}

.header_area .navbar .nav .nav-item .nav-link {
  transition: line-height 0.35s ease, padding 0.35s ease;
}

.header-sticky-wrap.is-scrolled .header_area .navbar .nav .nav-item .nav-link {
  line-height: 2.75rem;
}

.header-sticky-wrap.is-scrolled .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 2.25rem;
}

/* Sticky wrap uses compact nav — do not apply legacy fixed navbar */
.header-sticky-wrap .header_area.navbar_fixed .main_menu {
  position: static;
  transform: none;
  width: auto;
  box-shadow: none;
}

.header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}

.header-top__logo {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(100%, 520px);
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
}

.header-top__logo:hover {
  text-decoration: none;
  color: inherit;
}

/* Logo block: icon + text share one height */
.site-logo {
  --site-logo-h: clamp(3.5rem, 8.5vw, 4.25rem);
  display: inline-grid;
  grid-template-columns: var(--site-logo-h) 1fr;
  align-items: center;
  column-gap: clamp(0.625rem, 2vw, 0.875rem);
  max-width: 100%;
}

.site-logo__mark-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--site-logo-h);
  height: var(--site-logo-h);
  flex-shrink: 0;
}

.site-logo__mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.1rem;
  min-width: 0;
  min-height: var(--site-logo-h);
  padding: 0.05rem 0;
}

.site-logo__title {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-size: clamp(1.25rem, 3.2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #2d9a5e;
  white-space: nowrap;
}

.site-logo__accent {
  color: #d94d7a;
}

.site-logo__rule {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  max-width: 12.5rem;
  margin: 0.05rem 0;
}

.site-logo__rule-line {
  flex: 1;
  height: 1.5px;
  background: #d94d7a;
  border-radius: 1px;
  opacity: 0.85;
}

.site-logo__rule-heart {
  flex-shrink: 0;
  font-size: 0.55rem;
  line-height: 1;
  color: #d94d7a;
}

.site-logo__tagline {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-size: clamp(0.6875rem, 1.8vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #3cb878;
  text-transform: lowercase;
  opacity: 0.92;
}

.header-top__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
  margin-left: auto;
}

.header-top__fb {
  flex-shrink: 0;
}

.header-top__lang {
  flex-shrink: 0;
}

.header-top .logo-wrapper {
  text-align: left;
}

/* Nav bar on green gradient — readable links */
.header_area .navbar {
  background: linear-gradient(90deg, #067a4a 0%, #089e60 45%, #3cb878 100%);
}

.header_area .navbar .nav .nav-item .nav-link {
  color: #fff;
  font-family: "DM Sans", "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 3.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #fff;
  opacity: 1;
  box-shadow: inset 0 -3px 0 #fff;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  color: #1a2e28;
  text-shadow: none;
  line-height: 2.75rem;
  box-shadow: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #089e60;
  color: #fff;
}

.header_area .navbar-toggler span {
  background: #fff;
}

.header_area .navbar .menu_nav {
  margin-left: 0;
  margin-right: 0;
}

.header_area .navbar-collapse {
  justify-content: flex-start;
}

.area-padding {
  padding: 56px 0;
}

.area-padding-bottom {
  padding-bottom: 56px;
}

/* Hero card */
.ht-hero-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: #f8fbf9;
  border-radius: 12px;
  overflow: hidden;
  padding: 1.5rem;
}

.ht-hero-card__image img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.ht-hero-card__category {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #089e60;
}

.ht-hero-card__title {
  font-size: 1.85rem;
  line-height: 1.25;
  margin: 0.5rem 0 1rem;
}

.ht-hero-card__title a {
  color: inherit;
}

.ht-hero-card__excerpt {
  color: #5c5c5c;
  margin-bottom: 1rem;
}

.ht-hero-card__meta {
  font-size: 0.875rem;
  color: #888;
}

/* Section headers */
.ht-section__head {
  margin-bottom: 2rem;
  text-align: center;
}

.ht-section__head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  text-align: left;
}

.ht-section__title {
  font-size: 1.75rem;
  margin: 0 0 0.25rem;
}

.ht-section__sub {
  color: #6b6b6b;
  margin: 0;
}

.ht-section__link {
  font-weight: 600;
  color: #089e60;
}

.ht-section--muted {
  background: #f4f8f6;
}

.ht-related-load-wrap {
  position: relative;
  padding-bottom: 0.5rem;
}

.ht-related-load-more {
  background: #089e60;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.65rem 1.75rem;
  font-weight: 600;
}

.ht-related-load-more:hover,
.ht-related-load-more:focus {
  background: #067a4a;
  color: #fff;
}

.ht-related-sentinel {
  height: 1px;
  width: 100%;
  pointer-events: none;
}

.ht-related-load-wrap--done {
  display: none;
}

/* Blog cards */
.ht-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ht-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.ht-card__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ht-card--compact {
  flex-direction: row;
  align-items: stretch;
}

.ht-card--compact .ht-card__thumb {
  flex: 0 0 120px;
}

.ht-card--compact .ht-card__thumb img {
  height: 100%;
  min-height: 100px;
}

.ht-card__body {
  padding: 1rem 1.15rem 1.25rem;
  flex: 1;
}

.ht-card__category {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #089e60;
}

.ht-card__title {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0.35rem 0 0.5rem;
}

.ht-card__title a {
  color: #1a2e28;
}

.ht-card__excerpt {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.ht-card__date {
  font-size: 0.8rem;
  color: #999;
}

/* Category pills */
.ht-category-pill {
  display: block;
  text-align: center;
  padding: 1.25rem 1rem;
  background: linear-gradient(135deg, #089e60 0%, #5df165 100%);
  color: #fff !important;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  transition: opacity 0.2s;
}

.ht-category-pill:hover {
  opacity: 0.92;
  color: #fff;
}

/* Newsletter */
.ht-newsletter__inner {
  background: linear-gradient(135deg, #1a5c45 0%, #089e60 55%, #5df165 100%);
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 12px;
}

.ht-newsletter__title {
  color: #fff;
  font-size: 1.75rem;
}

.ht-newsletter__text {
  opacity: 0.95;
  max-width: 520px;
  margin: 0 auto 1.5rem;
}

.ht-newsletter__form {
  max-width: 480px;
  margin: 0 auto;
}

.ht-newsletter__btn {
  background: #fff !important;
  color: #089e60 !important;
  font-weight: 600;
  border: none;
}

/* Trust pages */
.trust-page__title {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.trust-page h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
}

.trust-contact-card {
  background: #f8fbf9;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  font-size: 0.9rem;
}

/* Footer trust links */
.footer-trust-links li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 6px;
}

.footer-trust-links a {
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.9;
}

.footer-trust-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Category archive page */
.ht-category-hero {
  background: linear-gradient(180deg, #f8fbf9 0%, #fff 100%);
  padding-top: 2rem;
}

.ht-breadcrumb .breadcrumb-item a {
  color: #089e60;
  font-weight: 500;
}

.ht-category-hero__title {
  font-size: 2.25rem;
  margin: 1rem 0 0.75rem;
  line-height: 1.2;
}

.ht-category-hero__lead {
  color: #5c5c5c;
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0;
}

.ht-category-hero__count {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.55rem;
  background: #e8f5ef;
  color: #089e60;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 4px;
}

.ht-category-sidebar {
  position: sticky;
  top: 88px;
  align-self: flex-start;
}

.ht-sidebar-widget {
  background: #f8fbf9;
  border-radius: 10px;
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e8efe9;
}

.ht-sidebar-widget__title {
  font-size: 1.1rem;
  margin: 0 0 1rem;
  color: #1a2e28;
}

.ht-sidebar-search-btn {
  background: #089e60 !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 6px;
}

.ht-sidebar-links__item {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.35rem;
  border-radius: 6px;
  color: #1a2e28;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.15s;
}

.ht-sidebar-links__item:hover,
.ht-sidebar-links__item.active {
  background: #e8f5ef;
  color: #089e60;
}

.ht-empty-state {
  background: #f8fbf9;
  border-radius: 12px;
  padding: 2rem;
}

/* Search page */
.ht-search-hero__head {
  margin-top: 0.5rem;
}

.ht-search-form-wrap {
  max-width: 720px;
  margin-top: 1.5rem;
}

.ht-search-form__group {
  box-shadow: 0 4px 18px rgba(8, 158, 96, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.ht-search-form__input {
  border: 1px solid #d4e8de;
  min-height: 52px;
  font-size: 1.05rem;
  padding: 0.65rem 1rem;
}

.ht-search-form__input:focus {
  border-color: #089e60;
  box-shadow: 0 0 0 0.15rem rgba(8, 158, 96, 0.2);
}

.ht-search-form__submit {
  background: #089e60 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600;
  min-height: 52px;
  padding: 0 1.25rem;
}

.ht-search-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ht-search-tags__label {
  font-size: 0.9rem;
  color: #5c5c5c;
  font-weight: 600;
}

.ht-search-tags__chip {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: #e8f5ef;
  color: #089e60;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
}

.ht-search-tags__chip:hover {
  background: #089e60;
  color: #fff;
}

.ht-search-intro__list {
  margin: 0;
  padding-left: 1.25rem;
  color: #444;
  line-height: 1.7;
}

.ht-search-geo-note p {
  line-height: 1.6;
}

.ht-card--list {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.25rem;
  align-items: start;
  background: #fff;
  border: 1px solid #e8efe9;
  border-radius: 12px;
  padding: 1.15rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.ht-card--list:hover {
  border-color: #c5e6d4;
  box-shadow: 0 6px 20px rgba(8, 158, 96, 0.1);
}

.ht-card--list .ht-card__thumb img {
  width: 100%;
  height: 105px;
  object-fit: cover;
  border-radius: 8px;
}

.ht-card--list .ht-card__title a {
  color: #1a2e28;
  text-decoration: none;
}

.ht-card--list .ht-card__title a:hover {
  color: #089e60;
}

.ht-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  font-size: 0.88rem;
  color: #666;
}

.ht-card__read-more {
  margin-left: auto;
  color: #089e60;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

.ht-card__read-more:hover {
  text-decoration: underline !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Single article */
.ht-article {
  padding-top: 1.5rem;
}

.ht-article__title {
  font-size: 2rem;
  line-height: 1.25;
  margin: 0.75rem 0 1rem;
  color: #1a2e28;
}

.ht-article__meta {
  text-align: left;
  margin-bottom: 1.25rem;
}

.ht-article__hero {
  margin: 0 0 1.5rem;
}

.ht-article__hero img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 10px;
}

.ht-article__body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}

.ht-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.ht-article__body p {
  margin-bottom: 1.1rem;
}

.ht-article__footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8efe9;
}

.ht-article__disclaimer {
  font-size: 0.9rem;
  color: #666;
  background: #f8fbf9;
  padding: 1rem 1.15rem;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

.ht-ad-slot-wrap {
  margin: 1.5rem 0;
  min-height: 90px;
}

.ht-ad-slot-wrap--mid {
  margin: 2rem 0;
}

/* Article breadcrumbs */
.article-breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.article-meta-bar {
  text-align: center;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.article-meta-bar a {
  color: #089e60;
  font-weight: 500;
}

@media (max-width: 991px) {
  .ht-hero-card {
    grid-template-columns: 1fr;
  }

  .ht-hero-card__title {
    font-size: 1.45rem;
  }

  .ht-category-sidebar {
    position: static;
    margin-top: 2rem;
  }

  .ht-category-hero__title {
    font-size: 1.75rem;
  }

  .ht-card--list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ht-card--list .ht-card__thumb img {
    height: auto;
    max-height: 200px;
  }

  .ht-card__read-more {
    margin-left: 0;
    width: 100%;
    margin-top: 0.35rem;
  }

  .ht-search-tags__label {
    width: 100%;
  }

  .header-top__logo {
    max-width: min(100%, 420px);
  }

  .header-top__actions {
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .area-padding,
  .area-padding-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-top {
    padding: 10px 0;
  }

  .header-top__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
  }

  .header-top__logo {
    max-width: 100%;
    width: 100%;
  }

  .header-top__logo .site-logo {
    display: grid;
    grid-template-columns: clamp(3rem, 14vw, 3.5rem) 1fr;
    --site-logo-h: clamp(3rem, 14vw, 3.5rem);
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }

  .header-top__logo .site-logo__text {
    align-items: flex-start;
  }

  .header-top__actions {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    padding-top: 0.125rem;
  }
}

@media (max-width: 480px) {
  .site-logo {
    --site-logo-h: 2.75rem;
    grid-template-columns: 2.75rem 1fr;
    column-gap: 0.5rem;
    max-width: 100%;
  }

  .site-logo__title {
    font-size: clamp(1.0625rem, 4.8vw, 1.25rem);
    white-space: normal;
  }

  .site-logo__rule {
    max-width: 9.5rem;
  }

  .site-logo__tagline {
    font-size: 0.625rem;
    letter-spacing: 0.04em;
  }

  .header-top__logo .site-logo {
    max-width: 100%;
  }
}

/* Footer — Landrick-inspired layout */
.ht-footer.footer-area {
  padding: 0;
  background: #1a2e28;
  color: rgba(255, 255, 255, 0.88);
}

.ht-footer a {
  color: rgba(255, 255, 255, 0.9);
}

.ht-footer a:hover {
  color: #5df165;
  text-decoration: none;
}

.ht-footer__main {
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ht-footer__logo {
  display: inline-block;
  margin-bottom: 1.25rem;
  line-height: 0;
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}

.ht-footer__logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 88px;
}

.ht-footer__about {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.25rem;
  max-width: 22rem;
}

.ht-footer__title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.ht-footer__links li {
  margin-bottom: 0.65rem;
}

.ht-footer__links a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.ht-footer__links a::before {
  content: "›";
  margin-right: 0.35rem;
  color: #089e60;
  font-weight: 700;
}

.ht-footer__links a:hover {
  color: #5df165;
  padding-left: 2px;
}

.ht-footer__social {
  display: flex;
  gap: 0.5rem;
}

.ht-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(8, 158, 96, 0.35);
  color: #fff;
  font-size: 1rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ht-footer__social a:hover {
  background: #089e60;
  color: #fff;
  transform: translateY(-2px);
}

.ht-footer__newsletter-text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}

.ht-footer__subscribe .form-control {
  height: 44px;
  border: none;
  border-radius: 8px 0 0 8px;
  font-size: 0.9rem;
}

.ht-footer__subscribe-btn {
  height: 44px;
  background: #089e60;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0 1rem;
}

.ht-footer__subscribe-btn:hover {
  background: #067a4a;
  color: #fff;
}

.ht-footer__bar {
  padding: 1.25rem 0 1.5rem;
  font-size: 0.85rem;
}

.ht-footer__copy,
.ht-footer__disclaimer {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.ht-footer__disclaimer a {
  color: #5df165;
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .ht-footer__main {
    padding: 2.5rem 0 2rem;
  }

  .ht-footer__logo img {
    max-height: 72px;
  }

  .ht-footer__bar .col-md-7,
  .ht-footer__bar .col-md-5 {
    margin-bottom: 0.5rem;
  }
}

/* Highlighted health calculators CTA (home + article pages) */
.ht-tools-highlight {
  margin: 0 0 1.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef8f1 0%, #fff8f0 100%);
  border: 2px solid #2d6a4f;
  box-shadow: 0 6px 24px rgba(45, 106, 79, 0.15);
}

.ht-tools-highlight__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.25rem 1.5rem;
}

.ht-tools-highlight__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d6a4f;
  color: #fff;
  border-radius: 10px;
  font-size: 1.35rem;
}

.ht-tools-highlight__body {
  flex: 1 1 200px;
  min-width: 0;
}

.ht-tools-highlight__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2d6a4f;
}

.ht-tools-highlight__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.ht-tools-highlight__link {
  color: #1a2e28;
  text-decoration: none;
}

.ht-tools-highlight__link:hover {
  color: #2d6a4f;
  text-decoration: underline;
}

.ht-tools-highlight__text {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  color: #5a6f68;
  line-height: 1.45;
}

.ht-tools-highlight__btn {
  flex-shrink: 0;
  background: #2d6a4f;
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.55rem 1.15rem;
  border: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(45, 106, 79, 0.35);
  transition: background 0.2s, transform 0.15s;
}

.ht-tools-highlight__btn:hover {
  background: #245a42;
  color: #fff !important;
  transform: translateY(-1px);
}

.ht-tools-highlight__btn--inline {
  display: inline-block;
}

.ht-tools-highlight--compact {
  border-width: 1px;
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.1);
}

.ht-tools-highlight--compact .ht-tools-highlight__inner {
  flex-direction: column;
  align-items: stretch;
  padding: 1rem 1.15rem;
}

.ht-tools-highlight--compact .ht-tools-highlight__icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
}

.ht-tools-highlight--compact .ht-tools-highlight__title {
  font-size: 1rem;
}

.ht-tools-highlight--compact .ht-tools-highlight__btn {
  width: 100%;
  text-align: center;
}

.ht-section--tools .ht-tools-highlight {
  margin-bottom: 0;
}

.ht-sidebar-widget--tools .ht-tools-highlight {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .ht-tools-highlight__btn {
    width: 100%;
    text-align: center;
  }
}
