body {
  background:
    linear-gradient(180deg, #021f1a 0%, #022c22 38%, #011a15 100%) !important;
}

body > .breadcrumb-wrap,
body > main > .breadcrumb-wrap {
  background: #021f1a !important;
  border-bottom: 1px solid rgba(34, 197, 94, .18) !important;
}

body > section:not(.hero):not(.page-hero):not(.hero-section):not(.media-image-band),
main > section:not(.news-hero):not(.article-shell),
body > div:not(.container):not(.breadcrumb-wrap) {
  position: relative;
}

.hero,
.page-hero,
.hero-section,
.news-hero {
  background: #011a15 !important;
  border-bottom: 1px solid rgba(34, 197, 94, .26) !important;
  padding: 58px 0 42px !important;
}

.hero::before,
.hero::after,
.page-hero::before,
.page-hero::after,
.hero-section::before,
.hero-section::after,
.news-hero::before,
.news-hero::after {
  display: none !important;
}

.hero .container,
.page-hero .container,
.hero-section .container,
.news-hero .container {
  position: relative;
}

.hero .row,
.page-hero .row,
.hero-section .row {
  align-items: center !important;
}

.hero .row > [class*="col-"]:first-child,
.page-hero .row > [class*="col-"]:first-child,
.hero-section .row > [class*="col-"]:first-child,
.news-hero .container {
  border-left: 5px solid var(--green-main, #22c55e);
  padding-left: 28px;
}

.hero h1,
.page-hero h1,
.hero-section h1,
.news-hero h1 {
  max-width: 900px;
  letter-spacing: 0 !important;
}

.hero-sub,
.hero-section .lead,
.news-hero p {
  max-width: 740px !important;
}

.hero-badge,
.news-eyebrow,
.breadcrumb-left,
.breadcrumb-wrap .breadcrumb {
  justify-content: flex-start !important;
}

.hero-stats,
.badge-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px !important;
}

.hero-stat-item,
.stat-box,
.trust-badge {
  text-align: left !important;
  border-radius: 8px !important;
  background: rgba(34, 197, 94, .08) !important;
  border: 1px solid rgba(34, 197, 94, .22) !important;
}

.hero-stat-item {
  padding: 14px 16px;
}

.media-image-band {
  padding: 34px 0 !important;
  background: #022c22 !important;
}

.media-image-band + section,
section + .media-image-band {
  margin-top: 0 !important;
}

.img-fluid-center,
.img-fluid-full,
.media-image-band img,
.hero img,
.page-hero img,
.hero-section img {
  width: 100%;
  height: auto !important;
  border-radius: 8px !important;
  border: 1px solid rgba(34, 197, 94, .24);
  box-shadow: none !important;
  object-fit: contain !important;
}

.media-image-band img,
.img-fluid-full {
  max-height: none !important;
}

.hero img,
.page-hero img,
.hero-section img {
  max-height: 520px;
}

img[src^="/assets/images/"] {
  height: auto !important;
  object-fit: contain !important;
}

.news-thumb,
.article-cover,
.article-content img {
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

body > section,
main > section,
.content-section,
.compare-section,
.pricing-section,
.steps-section,
.testimonials-section,
.rg-section {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.section-title,
.faq-group-title {
  position: relative;
  padding-left: 18px;
}

.section-title::before,
.faq-group-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  bottom: .3em;
  width: 4px;
  background: var(--green-main, #22c55e);
  border-radius: 6px;
}

.text-center .section-title,
.section-title.text-center,
.faq-group-title {
  display: inline-block;
  text-align: left !important;
}

.divider-green,
.divider-line {
  width: 84px !important;
  height: 2px !important;
  margin-top: 12px !important;
  background: var(--green-main, #22c55e) !important;
}

.feature-card,
.info-card,
.step-card,
.pricing-card,
.testimonial-card,
.rg-card,
.value-card,
.team-card,
.trust-badge,
.register-wrap,
.login-wrap,
.faq-item,
.news-card,
.news-sidebox,
.article-main,
.article-aside,
.cta-banner,
.privacy-notice,
.highlight-box {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.feature-card,
.info-card,
.step-card,
.pricing-card,
.testimonial-card,
.rg-card,
.value-card,
.team-card,
.faq-item,
.news-card,
.article-main {
  background: #053d2f !important;
  border: 1px solid rgba(34, 197, 94, .18) !important;
}

.feature-card:hover,
.info-card:hover,
.step-card:hover,
.pricing-card:hover,
.testimonial-card:hover,
.rg-card:hover,
.value-card:hover,
.team-card:hover,
.faq-item:hover,
.news-card:hover {
  transform: none !important;
  border-color: rgba(74, 222, 128, .46) !important;
}

.faq-item {
  overflow: hidden !important;
}

.faq-q,
.faq-question,
.accordion-button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 62px !important;
  padding: 18px 22px !important;
  line-height: 1.45 !important;
}

.faq-q span,
.faq-question span,
.accordion-button span {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-right: 10px !important;
}

.faq-q i,
.faq-q .bi,
.faq-question i,
.faq-question .bi,
.accordion-button i,
.accordion-button .bi {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.faq-a,
.faq-answer,
.accordion-body {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.faq-a.show {
  padding: 0 22px 20px !important;
}

.faq-a.open {
  padding: 0 22px 18px !important;
}

.feature-card::after,
.info-card::after,
.step-card::after,
.pricing-card::after,
.testimonial-card::after {
  display: none !important;
}

.feature-icon,
.feature-card .icon,
.fc-icon,
.value-icon,
.team-avatar,
.step-number,
.step-num-circle {
  border-radius: 8px !important;
  background: rgba(34, 197, 94, .14) !important;
  color: var(--green-main, #22c55e) !important;
}

.step-number,
.step-num-circle {
  color: #011a15 !important;
  background: var(--green-main, #22c55e) !important;
}

.compare-table,
.table-responsive,
.faq-search-wrap,
.category-filter,
.quick-grid,
.news-sidebox,
.article-aside {
  border-radius: 8px !important;
}

.compare-table {
  border: 1px solid rgba(34, 197, 94, .22);
}

.compare-table thead tr {
  background: #16a34a !important;
}

.compare-table tbody tr:nth-child(odd),
.compare-table tbody tr:nth-child(even) {
  background: #053d2f !important;
}

.compare-table tbody tr + tr td {
  border-top: 1px solid rgba(34, 197, 94, .14) !important;
}

.cta-banner {
  background: #053d2f !important;
  border-left: 6px solid var(--green-main, #22c55e) !important;
  text-align: left !important;
}

.cta-banner .hero-badge,
.cta-banner .news-chip,
.cta-banner .mini-badge {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start !important;
}

.cta-banner h1,
.cta-banner h2,
.cta-banner h3,
.cta-banner p {
  text-align: left !important;
}

.cta-banner p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 720px !important;
}

.cta-banner .d-flex,
.cta-banner .justify-content-center {
  justify-content: flex-start !important;
}

.news-rail {
  grid-template-columns: minmax(0, .9fr) minmax(300px, .45fr) !important;
  padding: 38px 0 44px !important;
}

.news-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.news-card {
  padding: 14px !important;
}

.news-thumb-wrap .news-thumb {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

.article-grid {
  grid-template-columns: minmax(0, 820px) minmax(260px, 1fr) !important;
}

.article-main,
.article-aside,
.news-sidebox {
  background: #053d2f !important;
}

.breadcrumb-left {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 197, 94, .2);
  width: fit-content;
}

@media (min-width: 992px) {
  .content-section .row.g-5,
  section .row.g-5 {
    --bs-gutter-x: 2.25rem;
  }

  .row.g-4 > [class*="col-lg-3"],
  .row.g-4 > [class*="col-md-4"],
  .row.g-4 > [class*="col-sm-6"] {
    margin-bottom: 2px;
  }
}

@media (max-width: 991.98px) {
  .hero .row > [class*="col-"]:first-child,
  .page-hero .row > [class*="col-"]:first-child,
  .hero-section .row > [class*="col-"]:first-child,
  .news-hero .container {
    padding-left: 20px;
  }

  .hero-stats,
  .badge-row,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .news-rail,
  .article-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575.98px) {
  .hero,
  .page-hero,
  .hero-section,
  .news-hero {
    padding: 42px 0 32px !important;
  }

  .hero-stats,
  .badge-row,
  .news-list {
    grid-template-columns: 1fr !important;
  }

  .hero .row > [class*="col-"]:first-child,
  .page-hero .row > [class*="col-"]:first-child,
  .hero-section .row > [class*="col-"]:first-child,
  .news-hero .container {
    border-left-width: 4px;
    padding-left: 16px;
  }

  body > section,
  main > section,
  .content-section,
  .compare-section,
  .pricing-section,
  .steps-section,
  .testimonials-section,
  .rg-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .faq-q,
  .faq-question,
  .accordion-button {
    min-height: 58px !important;
    padding: 16px 16px !important;
    gap: 12px !important;
  }

  .faq-a,
  .faq-answer,
  .accordion-body,
  .faq-a.show,
  .faq-a.open {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
