/* Extra styles moved from index.html */

.info.connect {
  font-size: 15px;
  line-height: 1.6;
}

.clickable-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

.clickable-contact a:hover {
  color: #2a7d2e;
}

.contact-icon {
  color: #f5f5f5 !important;
  min-width: 20px;
  text-align: center;
}

.clickable-contact:hover .contact-icon {
  color: #2a7d2e;
  transform: scale(1.1);
}

.clickable-contact a,
.clickable-contact a:hover,
.clickable-contact a:visited {
  color: inherit;
}

.faq-section {
  max-width: 80%;
  margin: 40px auto;
  padding: 20px;
  font-family: 'Arial', sans-serif;
}

.faq-heading {
  text-align: center;
  margin-bottom: 30px;
}

.faq-heading h2 {
  color: rgba(39, 137, 103, 0.908);
  font-size: 32px;
  margin-bottom: 10px;
}

.faq-heading p {
  color: #666;
  font-size: 16px;
}

.faq-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  padding: 20px;
  text-align: left;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.faq-question:hover,
.faq-item:hover .faq-question {
  background: rgba(39, 137, 103, 0.908);
  color: #fff;
}

.faq-question i {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-question.active i,
.faq-item:hover .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 20px;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease, padding 0.3s ease;
  background: #fff;
  font-size: 16px;
}

.faq-answer > * {
  min-height: 0;
  overflow: hidden;
}

.faq-question.active + .faq-answer,
.faq-item:hover .faq-answer {
  grid-template-rows: 1fr;
  padding: 20px 20px 40px;
}

.faq-question.active + .faq-answer > *,
.faq-item:hover .faq-answer > * {
  overflow: visible;
}

.faq-answer p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.faq-answer ul {
  color: #666;
  line-height: 1.6;
  margin: 0;
  padding-left: 1.4em;
}

.faq-answer li {
  margin-bottom: 0.6em;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

.faq-item.active-item {
  scroll-margin-top: 20px;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 15px;
    font-size: 16px;
  }

  .faq-heading h2 {
    font-size: 28px;
  }
}

.water-expert-cta {
  background: #2a7d2e;
  color: #fff;
  text-align: center;
  padding: 38px 20px;
}

.water-expert-cta h2 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 26px;
}

.water-expert-cta p {
  color: #eafbe9;
  margin: 0 0 18px;
  font-size: 16px;
}

.water-expert-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #2a7d2e;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 600px) {
  .water-expert-cta h2 {
    font-size: 21px;
  }
}

.token-promo {
  background: linear-gradient(135deg, #2a7d2e, #1f5f23);
  color: #fff;
  text-align: center;
  padding: 46px 20px;
}

.token-promo .tp-badge {
  display: inline-block;
  background: #fff3cd;
  color: #8a6d00;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 14px;
}

.token-promo h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 10px;
}

.token-promo p {
  color: #eafbe9;
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 22px;
}

.token-promo a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #2a7d2e;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
}

.token-promo a:hover {
  background: #f1f5f2;
}

.token-promo .tp-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.token-promo .tp-wa {
  background: #25d366;
  color: #fff;
}

.token-promo .tp-wa:hover {
  background: #1ebe57;
  color: #fff;
}

@media (max-width: 600px) {
  .token-promo h2 {
    font-size: 23px;
  }
}

.alk-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem 5%;
  box-sizing: border-box;
}

.alk-wrap h2.alk-sec {
  color: rgba(39, 137, 103, 0.95);
  font-size: 30px;
  margin: 0 0 14px;
  text-align: center;
}

.alk-wrap p.alk-lead {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.alk-cmp {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 40px;
  font-size: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.alk-cmp th,
.alk-cmp td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.alk-cmp thead th {
  background: #2a7d2e;
  color: #fff;
  font-weight: 600;
}

.alk-cmp tbody tr:nth-child(even) {
  background: #f7faf8;
}

.alk-cmp td:first-child {
  font-weight: 600;
  color: #333;
}

.alk-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 10px 0 36px;
}

.alk-benefits .alk-b {
  flex: 1 1 calc(50% - 18px);
  background: #f7faf8;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.alk-benefits .alk-b i {
  color: #2a7d2e;
  font-size: 22px;
  margin-right: 8px;
}

.alk-benefits .alk-b strong {
  color: #222;
}

.alk-note {
  background: #fff7e6;
  border-left: 4px solid #e0a800;
  padding: 14px 18px;
  border-radius: 6px;
  color: #6b5900;
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 36px;
}

.alk-cta {
  text-align: center;
}

.alk-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2a7d2e;
  color: #fff;
  padding: 15px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
}

.alk-cta a i {
  font-size: 20px;
}

.alk-cta a:hover {
  background: #1f5f23;
}

@media (max-width: 600px) {
  .alk-benefits .alk-b {
    flex: 1 1 100%;
  }

  .alk-cmp {
    font-size: 13px;
  }

  .alk-wrap {
    padding: 2rem 1.5rem;
  }
}

/* Fix custom logo inside header .logo */
.header .logo .custom-logo-link {
  display: inline-block;
}

.header .logo .custom-logo {
  max-height: 60px;
  width: auto;
}

/* ===== Single blog card (front page) ===== */
.lennore-blog-wrap {
  padding: 4rem 5% 5rem;
  min-height: 50vh;
  background: #f4f7f5;
  box-sizing: border-box;
}

.lennore-blog-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.lennore-blog-empty {
  text-align: center;
  color: #666;
  font-size: 16px;
}

.lennore-blog-card {
  width: 100%;
  max-width: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.lennore-blog-card__image {
  display: block;
  position: relative;
  height: 240px;
  overflow: hidden;
}

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

.lennore-blog-card__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #2a7d2e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
}

.lennore-blog-card__body {
  padding: 22px 24px 28px;
}

.lennore-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
  color: #777;
  font-size: 14px;
}

.lennore-blog-card__meta i {
  color: #2a7d2e;
  margin-right: 4px;
}

.lennore-blog-card__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
}

.lennore-blog-card__title a {
  color: #222;
  text-decoration: none;
}

.lennore-blog-card__title a:hover {
  color: #2a7d2e;
}

.lennore-blog-card__excerpt {
  margin: 0 0 18px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.lennore-blog-card__btn {
  display: inline-block;
  background: #2a7d2e;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
}

.lennore-blog-card__btn:hover {
  background: #1f5f23;
}


/* ===== Single layout: content + sidebar ===== */
.lennore-single-layout {
  padding: 2.5rem 4% 4rem;
  background: #f3f6f4;
  box-sizing: border-box;
}

.lennore-single-layout__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.lennore-single-article,
.lennore-widget,
.lennore-related {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.lennore-single-article__header {
  padding: 28px 28px 10px;
}

.lennore-single-article__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.lennore-single-article__cats a {
  background: #e8f5ea;
  color: #2a7d2e !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 12px;
  border-radius: 999px;
}

.lennore-single-article__title {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.25;
  color: #1a1a1a;
}

.lennore-single-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}

.lennore-single-article__meta i {
  color: #2a7d2e;
  margin-right: 4px;
}

.lennore-single-article__image {
  margin: 8px 28px 0;
  border-radius: 12px;
  overflow: hidden;
  max-height: 380px;
}

.lennore-single-article__image img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  display: block;
}

.lennore-single-article__content {
  padding: 24px 28px 8px;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
}

.lennore-single-article__content h2,
.lennore-single-article__content h3 {
  color: #1f1f1f;
  margin: 1.6em 0 0.6em;
  scroll-margin-top: 100px;
}

.lennore-single-article__content p {
  margin: 0 0 1.1em;
}

.lennore-single-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.lennore-single-article__nav {
  padding: 8px 28px 28px;
}

.lennore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2a7d2e;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 50px;
}

.lennore-btn:hover {
  background: #1f5f23;
}

.lennore-section-title {
  margin: 0 0 16px;
  font-size: 1.35rem;
  color: #1a1a1a;
}

.lennore-related {
  margin-top: 24px;
  padding: 24px;
}

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

.lennore-related__card {
  display: block;
  text-decoration: none;
  border: 1px solid #eef2ef;
  border-radius: 12px;
  overflow: hidden;
  background: #fafcfb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lennore-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.lennore-related__img {
  height: 120px;
  overflow: hidden;
}

.lennore-related__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lennore-related__body {
  padding: 12px 14px 16px;
}

.lennore-related__date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
}

.lennore-related__body h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #222;
}

.lennore-single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 100px;
}

.lennore-widget {
  padding: 18px 18px 16px;
}

.lennore-widget__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f5ea;
}

.lennore-widget__title i {
  color: #2a7d2e;
}

.lennore-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lennore-toc li {
  margin: 0 0 6px;
}

.lennore-toc li.level-3 {
  padding-left: 14px;
}

.lennore-toc a {
  display: block;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 8px;
  border-left: 3px solid transparent;
}

.lennore-toc a:hover,
.lennore-toc a.is-active {
  background: #eef8f0;
  color: #2a7d2e;
  border-left-color: #2a7d2e;
}

.lennore-toc--mobile {
  display: none;
  margin: 18px 28px 0;
  padding: 16px;
  background: #f7faf8;
  border-radius: 12px;
  border: 1px solid #e5eee7;
}

.lennore-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lennore-cat-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #444;
  font-size: 14px;
  padding: 9px 4px;
  border-bottom: 1px dashed #e8ece9;
}

.lennore-cat-list li:last-child a {
  border-bottom: 0;
}

.lennore-cat-list li a:hover {
  color: #2a7d2e;
}

.lennore-cat-list em {
  font-style: normal;
  background: #e8f5ea;
  color: #2a7d2e;
  font-size: 12px;
  font-weight: 700;
  min-width: 24px;
  text-align: center;
  padding: 2px 7px;
  border-radius: 999px;
}

.lennore-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lennore-history-list li {
  margin: 0 0 12px;
}

.lennore-history-list li:last-child {
  margin-bottom: 0;
}

.lennore-history-list a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.lennore-history-list img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.lennore-history-list strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #222;
  margin-bottom: 4px;
}

.lennore-history-list span {
  font-size: 12px;
  color: #888;
}

.lennore-history-list a:hover strong {
  color: #2a7d2e;
}

.lennore-history-list .is-empty {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .lennore-single-layout__grid {
    grid-template-columns: 1fr;
  }

  .lennore-single-sidebar {
    position: static;
  }

  .lennore-widget--toc {
    display: none;
  }

  .lennore-toc--mobile {
    display: block;
  }

  .lennore-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .lennore-single-layout {
    padding: 1.5rem 4% 3rem;
  }

  .lennore-single-article__header,
  .lennore-single-article__content,
  .lennore-single-article__nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lennore-single-article__image {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lennore-single-article__title {
    font-size: 1.55rem;
  }

  .lennore-toc--mobile {
    margin-left: 18px;
    margin-right: 18px;
  }
}
