body {
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-heading,
.title-one h2,
.title-two h2,
.title-three h2,
.title-four h2,
.ctn-preloader .txt-loading .letters-loading,
.blog-meta-three .blog-title,
.blog-meta-four .post-data .blog-title h4,
.footer-five h2 {
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.font-magnita {
  font-family: "Magnita", "ClashDisplay", serif;
}

.theme-main-menu .nav-link,
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five .text,
.btn-six,
.btn-seven .text,
.btn-eight .text,
.btn-ten,
.btn-eleven .text,
.btn-twelve,
.btn-thirteen,
.btn-fifteen,
.btn-sixteen,
.btn-seventeen,
.btn-eighteen,
.btn-nineteen,
.btn-twenty {
  font-family: "Satoshi", system-ui, sans-serif;
}

.btn-twelve,
.btn-thirteen {
  font-family: "Satoshi", system-ui, sans-serif;
}

.hero-typewriter {
  display: inline-block;
  white-space: nowrap;
      color: #408322;
}

.hero-typewriter::after {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  animation: hero-caret 0.9s steps(1) infinite;
}

.pricing-table-card {
  padding: 0;
  overflow: hidden;
}

.pricing-table-card h2 {
  padding: 28px 30px 16px;
  margin: 0;
}

.pricing-table {
  margin: 0;
}

.pricing-table thead th {
  background: #4d8f2f;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 14px;
  border-color: rgba(255, 255, 255, 0.12);
}

.pricing-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 18px 14px;
  border-color: #d8e2d1;
  color: #1f1f1f;
  font-size: 16px;
}

.pricing-table tbody tr:nth-child(odd) td {
  background: #f3f6e7;
}

.pricing-table tbody tr:nth-child(even) td {
  background: #eef2df;
}

.pricing-buy-btn {
  display: inline-block;
  min-width: 108px;
  padding: 9px 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, #1ecb49 0%, #d8f04e 100%);
  color: #0d0d0d;
  font-weight: 500;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-buy-btn:hover {
  color: #0d0d0d;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(30, 203, 73, 0.22);
}

.complaint-section {
  background: #fff;
}

.complaint-page-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin-bottom: 8px;
  color: #19352d;
}

.complaint-page-subtitle {
  font-size: clamp(18px, 2vw, 28px);
  margin: 0;
  color: #19352d;
}

.complaint-table-title {
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.2;
  margin-bottom: 18px;
  color: #19352d;
}

.complaint-table-card {
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 53, 45, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.complaint-table {
  margin: 0;
}

.complaint-table thead th {
  background: #4d8f2f;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 14px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.15);
}

.banner-p{
  width: 50%;
}

.complaint-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 16px 14px;
  border-color: #dbe5d1;
  color: #1f1f1f;
  background: #f6f8ea;
  font-size: 15px;
}

.complaint-table tbody tr:nth-child(even) td {
  background: #eef3df;
}

.complaint-table tbody tr.fw-600 td {
  font-weight: 600;
}

.complaint-monthly-table tbody td:first-child,
.complaint-table tbody td:first-child {
  width: 72px;
}

.complaint-note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.62);
}

.disclosure-section {
  background: #fff;
}

.disclosure-card {
  background: #f8fbf3;
  border: 1px solid #dbe5d1;
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 10px 26px rgba(25, 53, 45, 0.06);
}

.disclosure-card h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #19352d;
}

.disclosure-card p {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.8;
}

.disclosure-list {
  margin: 0;
  padding-left: 20px;
}

.disclosure-list li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
}

.investor-charter-section {
  background: #fff;
}

.charter-card {
  background: #f8fbf3;
  border: 1px solid #dbe5d1;
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 10px 26px rgba(25, 53, 45, 0.06);
}

.charter-card h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #19352d;
}

.charter-card p {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.8;
}

.charter-list {
  margin: 0;
  padding-left: 20px;
}

.charter-list li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
}

.charter-card a {
  color: #1f5e59;
  text-decoration: underline;
}

.banner-icons {
    position: absolute;
    right: 16%;
    top: 18%;
    width: min(73px, 30vw);
    z-index: 1;
    animation: banner-bounce 3.6s ease-in-out infinite;
    pointer-events: none;
}

.banner-icons1 {
    position: absolute;
    left: 16%;
    top: 46%;
    width: min(102px, 30vw);
    z-index: 1;
    animation: banner-bounce 3.6s ease-in-out infinite;
    pointer-events: none;
}


@media (max-width: 991px) {
  .banner-icons {
    right: 4%;
    top: auto;
    bottom: 4%;
    width: min(240px, 46vw);
  }
}

@keyframes hero-caret {
  50% {
    opacity: 0;
  }
}

@keyframes banner-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.accordion-style-three .accordion-item .accordion-button::after {
  content: "+";
  background-image: none;
  width: auto;
  height: auto;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #1f5e59;
  transition: transform 0.2s ease, color 0.2s ease;
}

.accordion-style-three .accordion-item .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: rotate(0deg);
  color: #1f5e59;
}
