:root {
  --hbt-green: #3f6b57;
  --hbt-green-dark: #2d4f40;
  --hbt-beige: #f7f5ef;
  --hbt-text: #333333;
  --hbt-light: #ffffff;
  --hbt-border: #e7e7e7;
  --hbt-shadow: 0 8px 24px rgba(0,0,0,0.06);
  --hbt-radius: 18px;
  --hbt-max-width: 1200px;
}

/* GENERAL */

.com-content-article__body {
  overflow: hidden;
}

.hbt-section {
  padding: 90px 20px;
}

.hbt-container {
  width: 100%;
  max-width: var(--hbt-max-width);
  margin: 0 auto;
}

.hbt-section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: var(--hbt-green-dark);
  line-height: 1.2;
}

.hbt-section-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--hbt-text);
}

/* HERO */

.hbt-hero {
  background: linear-gradient(to right, #f7f5ef, #ffffff);
}

.hbt-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hbt-hero h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 25px;
  color: var(--hbt-green-dark);
}

.hbt-hero p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 35px;
  color: var(--hbt-text);
}

.hbt-hero-image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: var(--hbt-shadow);
}

/* BUTTONS */

.hbt-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.hbt-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.hbt-btn-primary {
  background: var(--hbt-green);
  color: white;
}

.hbt-btn-primary:hover {
  background: var(--hbt-green-dark);
  color: white;
}

.hbt-btn-outline {
  border: 2px solid var(--hbt-green);
  color: var(--hbt-green);
}

.hbt-btn-outline:hover {
  background: var(--hbt-green);
  color: white;
}

/* PRODUCTS */

.hbt-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.hbt-card {
  background: white;
  border-radius: var(--hbt-radius);
  overflow: hidden;
  box-shadow: var(--hbt-shadow);
  border: 1px solid var(--hbt-border);
}

.hbt-card img {
  width: 100%;
  display: block;
}

.hbt-card-content {
  padding: 35px;
}

.hbt-card h3 {
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: var(--hbt-green-dark);
}

.hbt-card p {
  line-height: 1.8;
  margin-bottom: 25px;
  color: var(--hbt-text);
}

.hbt-card ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.hbt-card li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* FEATURES */

.hbt-feature-section {
  background: var(--hbt-beige);
}

.hbt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.hbt-feature {
  background: white;
  padding: 40px 30px;
  border-radius: var(--hbt-radius);
  text-align: center;
  box-shadow: var(--hbt-shadow);
}

.hbt-feature h3 {
  margin-bottom: 15px;
  color: var(--hbt-green-dark);
}

.hbt-feature p {
  line-height: 1.8;
}

/* CTA */

.hbt-cta {
  background: var(--hbt-green-dark);
  border-radius: 30px;
  text-align: center;
  padding: 70px 40px;
}

.hbt-cta h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hbt-cta p {
  color: rgba(255,255,255,0.9);
  max-width: 800px;
  margin: 0 auto 35px auto;
  line-height: 1.9;
}

/* FOOTER TEXT */

.hbt-footer-text {
  text-align: center;
  font-size: 0.95rem;
  color: #777;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .hbt-hero-grid,
  .hbt-product-grid,
  .hbt-feature-grid {
    grid-template-columns: 1fr;
  }

  .hbt-hero h1 {
    font-size: 2.5rem;
  }

  .hbt-section-title {
    font-size: 2rem;
  }

  .hbt-section {
    padding: 60px 20px;
  }

  .hbt-btn-group {
    flex-direction: column;
  }

  .hbt-btn {
    text-align: center;
  }

}

.wafloat{
	position:fixed !important;
	right:18px !important;
	bottom:18px !important;
	width:64px !important;
	height:64px !important;
	border-radius:50% !important;
	background:#25D366 !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	box-shadow:0 10px 30px rgba(0,0,0,.25) !important;
	z-index:999999 !important;
	text-decoration:none !important;
	transition:all .3s ease;
}

.wafloat:hover{
	transform:scale(1.08);
}

.wamy-icon{
	width:34px;
	height:34px;
	display:block;
}

@media(max-width:768px){

	.wafloat{
		width:58px !important;
		height:58px !important;
		right:14px !important;
		bottom:14px !important;
	}

	.wamy-icon{
		width:30px;
		height:30px;
	}

}