* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0a0909;
  line-height: 1.6;
  overflow-x: hidden;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 640px) {
  .container {
    padding: 0 12px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 640px) {
  .container-fluid {
    padding: 0 12px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 640px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 968px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-5 {
  gap: 40px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.btn {
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: #166534;
  color: #ffffff;
}
.btn-primary:hover {
  background: rgb(17.4390243902, 80.0609756098, 41.2195121951);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 101, 52, 0.3);
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 968px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
.m-0 {
  margin: 0;
}

.m-auto {
  margin: 0 auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 968px) {
  .hide-tablet {
    display: none !important;
  }
}
.show-mobile {
  display: none !important;
}
@media (max-width: 640px) {
  .show-mobile {
    display: block !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 640px) {
  .site-header {
    height: 72px;
  }
}

.site-header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .site-header__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .site-header__inner {
    padding: 0 20px;
  }
}
.site-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 24px;
}
@media (max-width: 640px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-header__logo {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
@media (max-width: 640px) {
  .site-header__logo {
    gap: 8px;
  }
}

.site-header__logo-mark {
  width: 34px;
  height: 20px;
  object-fit: contain;
}

.site-header__logo-text {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #1a2233;
  white-space: nowrap;
}
.site-header__logo-text span {
  color: #00684e;
}
@media (max-width: 640px) {
  .site-header__logo-text {
    font-size: 16px;
  }
}

.site-header__nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1120px) {
  .site-header__nav {
    display: none;
  }
}

.site-header__nav-link {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site-header__nav-link:hover {
  color: #166534;
}

.site-header__cta {
  justify-self: end;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  padding: 12px 16px;
  background: #166534;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.site-header__cta:hover {
  background: #00684e;
  color: #ffffff;
}
@media (max-width: 640px) {
  .site-header__cta {
    min-width: auto;
    padding: 12px 16px;
    font-size: 16px;
  }
}

.btn {
  padding: 14px 32px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.btn--block {
  width: 100%;
  text-align: center;
}

.btn--white {
  background: #ffffff;
  color: #166534;
  border-radius: 100px;
}
.btn--white:hover {
  background: #f0fff4;
  color: #00684e;
}

.hero {
  padding: 160px 0 80px;
  background: #ffffff;
}
@media (max-width: 968px) {
  .hero {
    padding-top: 128px;
    padding-bottom: 48px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 24px;
  }
}

.hero__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .hero__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .hero__inner {
    padding: 0 20px;
  }
}
.hero__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 968px) {
  .hero__inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .hero__inner {
    align-items: stretch;
    gap: 24px;
  }
}

.hero__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}
@media (max-width: 640px) {
  .hero__left {
    gap: 32px;
    align-items: center;
  }
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .hero__trust {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
  }
}

.hero__trust-avatars {
  display: flex;
  align-items: center;
}
.hero__trust-avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ffffff;
  margin-right: -8px;
}
.hero__trust-avatars img:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .hero__trust-avatars img {
    margin-right: -7px;
  }
}

.hero__trust-rating {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero__stars {
  display: block;
  width: 86px;
  height: 14px;
}
@media (max-width: 640px) {
  .hero__stars {
    width: 71px;
    height: 10px;
  }
}

.hero__trust-line {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #0a0909;
  margin: 0;
}
@media (max-width: 640px) {
  .hero__trust-line {
    font-size: 10px;
  }
}

.hero__trust-divider {
  width: 1px;
  height: 48px;
  background: #e5e7eb;
}
@media (max-width: 640px) {
  .hero__trust-divider {
    display: block;
    height: 52px;
  }
}

.hero__trust-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hero__trust-badge-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .hero__trust-badge-icon {
    width: 18px;
    height: 18px;
  }
}

.hero__headline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 640px) {
  .hero__headline {
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

.hero__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0d1b14;
  margin: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 640px) {
  .hero__title {
    font-size: 38px;
    line-height: 1;
  }
}

.hero__title-accent {
  background: linear-gradient(90deg, #166534 0%, #22a654 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.hero__subtitle {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 640px) {
  .hero__subtitle {
    font-size: 18px;
  }
}

.hero__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
}
@media (max-width: 640px) {
  .hero__benefits {
    gap: 16px;
    width: 100%;
    max-width: none;
  }
}

.hero__benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.2;
  color: #4b5563;
}
@media (max-width: 640px) {
  .hero__benefit {
    gap: 8px;
    font-size: 16px;
  }
}

.hero__benefit-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 640px) {
  .hero__benefit-icon {
    width: 16px;
    height: 16px;
  }
}

.hero__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 640px) {
  .hero__right {
    gap: 24px;
    align-items: center;
    width: 100%;
  }
}

.hero__calculator {
  background: #f1f8f5;
  border: 1px solid #c2e4d7;
  border-radius: 14px;
  padding: 40px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .hero__calculator {
    width: 100%;
    max-width: 350px;
    padding: 24px 16px 0;
    gap: 24px;
  }
}

.hero__calc-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.hero__calc-label {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 640px) {
  .hero__calc-label {
    font-size: 16px;
  }
}

.hero__calc-value {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #0a0909;
}
@media (max-width: 640px) {
  .hero__calc-value {
    font-size: 20px;
  }
}

.hero__slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 640px) {
  .hero__slider-wrap {
    gap: 14px;
  }
}

.hero__slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(to right, #0a0909 0%, #0a0909 var(--slider-percent, 20%), #ddeae5 var(--slider-percent, 20%), #ddeae5 100%);
  outline: none;
  cursor: pointer;
}
@media (max-width: 640px) {
  .hero__slider {
    height: 6px;
  }
}
.hero__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0a0909;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .hero__slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }
}
.hero__slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0a0909;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .hero__slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }
}

.hero__slider-labels {
  display: flex;
  justify-content: space-between;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 21px;
  color: #4b5563;
}
@media (max-width: 640px) {
  .hero__slider-labels {
    font-size: 16px;
  }
}

.hero__est {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 640px) {
  .hero__est {
    font-size: 12px;
  }
}

.hero__cta-main {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 8px;
  background: linear-gradient(90deg, #166534 0%, #22a654 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.hero__cta-main:hover {
  opacity: 0.92;
  color: #ffffff;
}
@media (max-width: 640px) {
  .hero__cta-main {
    min-height: 54px;
    padding: 16px 8px;
    font-size: 18px;
  }
}

.hero__score-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  color: #4b5563;
  margin: 0;
  padding: 16px 20px 20px;
  background: rgba(0, 104, 78, 0.06);
  border-top: 1px solid #c2e4d7;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media (max-width: 640px) {
  .hero__score-note {
    font-size: 12px;
    padding: 0 0 24px;
    background: transparent;
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.hero__score-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 640px) {
  .hero__score-icon {
    width: 14px;
    height: 14px;
  }
}

.hero__trust-icons {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .hero__trust-icons {
    width: 100%;
    max-width: 350px;
    gap: 24px;
    padding: 0;
    flex-wrap: nowrap;
  }
}

.hero__trust-icon-item {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
@media (max-width: 640px) {
  .hero__trust-icon-item {
    min-width: 0;
  }
}

.hero__trust-icon-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.hero__trust-icon-item p {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #4b5563;
  margin: 0;
}

.how-it-works {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 640px) {
  .how-it-works {
    padding: 48px 0;
  }
}

.how-it-works__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .how-it-works__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .how-it-works__inner {
    padding: 0 20px;
  }
}
.how-it-works__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 640px) {
  .how-it-works__inner {
    gap: 24px;
  }
}

.how-it-works__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #0d1b14;
  text-align: center;
  margin: 0;
}
@media (max-width: 968px) {
  .how-it-works__title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .how-it-works__title {
    font-size: 22px;
    line-height: 1;
  }
}

.how-it-works__layout {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 968px) {
  .how-it-works__layout {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .how-it-works__layout {
    gap: 12px;
  }
}

.how-it-works__image-wrap {
  flex: 1;
  min-height: 400px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .how-it-works__image-wrap {
    order: 2;
    width: 100%;
    min-height: 233px;
    border-radius: 16px;
  }
}

.how-it-works__image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 640px) {
  .how-it-works__image {
    min-height: 233px;
    border-radius: 16px;
  }
}

.how-it-works__steps {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .how-it-works__steps {
    order: 1;
    gap: 12px;
  }
}

.how-it-works__step {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
}
@media (max-width: 640px) {
  .how-it-works__step {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
  }
}

.how-it-works__step-num {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #00684e;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .how-it-works__step-num {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
  }
}

.how-it-works__step-title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0d1b14;
  margin: 0 0 4px;
}
@media (max-width: 640px) {
  .how-it-works__step-title {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.how-it-works__step-desc {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 640px) {
  .how-it-works__step-desc {
    font-size: 13px;
    line-height: 1;
  }
}

.partners {
  padding: 28px 0;
  background: #f0fff4;
  overflow: hidden;
}

.partners__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.partners__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #0a0909;
  margin: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .partners__title {
    font-size: 22px;
  }
}

.partners__marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
}

.partners__track {
  display: flex;
  align-items: center;
  min-height: 32px;
  width: max-content;
  animation: partners-marquee 28s linear infinite;
}
.partners__track:hover {
  animation-play-state: paused;
}

.partners__group {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
  flex-shrink: 0;
}

.partners__img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.partners__img--personal {
  max-width: 128px;
}

.partners__img--bankrate {
  max-width: 142px;
}

.partners__img--cashadvance {
  max-width: 128px;
}

.partners__img--cashusa {
  max-width: 132px;
}

.partners__img--badcredit {
  max-width: 124px;
}

.partners__img--small {
  height: 28px;
  width: 28px;
  max-width: 28px;
}

.partners__img--wide {
  max-width: 140px;
}

@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners__track {
    animation: none;
    transform: translateX(-120px);
  }
}
@media (max-width: 640px) {
  .partners {
    padding: 24px 0;
  }
  .partners__inner {
    gap: 16px;
  }
  .partners__marquee {
    padding: 6px 0;
  }
  .partners__track {
    min-height: 24px;
    animation-duration: 22s;
  }
  .partners__group {
    gap: 40px;
    padding-right: 40px;
  }
  .partners__img {
    height: 20px;
    max-width: 108px;
  }
  .partners__img--personal {
    max-width: 92px;
  }
  .partners__img--bankrate {
    max-width: 102px;
  }
  .partners__img--cashadvance {
    max-width: 92px;
  }
  .partners__img--cashusa {
    max-width: 96px;
  }
  .partners__img--badcredit {
    max-width: 88px;
  }
  .partners__img--small {
    height: 20px;
    width: 20px;
    max-width: 20px;
  }
  .partners__img--wide {
    max-width: 100px;
  }
}
.why-us {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 640px) {
  .why-us {
    padding: 48px 0;
  }
}

.why-us__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .why-us__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .why-us__inner {
    padding: 0 20px;
  }
}
.why-us__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 968px) {
  .why-us__inner {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .why-us__inner {
    gap: 24px;
  }
}

.why-us__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #0d1b14;
  text-align: center;
  margin: 0;
}
@media (max-width: 968px) {
  .why-us__title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .why-us__title {
    font-size: 22px;
    line-height: 1;
  }
}

.why-us__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1120px) {
  .why-us__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .why-us__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

.why-us__card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(10, 9, 9, 0.08);
}
@media (max-width: 640px) {
  .why-us__card {
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }
}

.why-us__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #f0f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .why-us__icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
}

.why-us__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .why-us__icon {
    width: 18px;
    height: 18px;
  }
}

.why-us__card-title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #0d1b14;
  margin: 0 0 8px;
}
@media (max-width: 640px) {
  .why-us__card-title {
    font-size: 15px;
    line-height: 1;
  }
}

.why-us__card-desc {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 640px) {
  .why-us__card-desc {
    font-size: 13px;
  }
}

.testimonials {
  padding: 80px 0;
  background: #f0fff4;
}
@media (max-width: 640px) {
  .testimonials {
    padding: 48px 0;
  }
}

.testimonials__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .testimonials__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .testimonials__inner {
    padding: 0 20px;
  }
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 968px) {
  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .testimonials__grid {
    gap: 16px;
  }
}

.testimonials__card {
  background: #ffffff;
  border-radius: 32px;
  padding: 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 968px) {
  .testimonials__card {
    padding: 32px 24px;
  }
}
@media (max-width: 640px) {
  .testimonials__card {
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
  }
}

.testimonials__quote-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.testimonials__text {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #0d1b14;
  margin: 0;
}
@media (max-width: 640px) {
  .testimonials__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.testimonials__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: center;
}
@media (max-width: 640px) {
  .testimonials__author {
    flex-direction: row;
    align-self: flex-start;
    gap: 4px;
  }
}

.testimonials__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .testimonials__avatar {
    width: 36px;
    height: 36px;
  }
}

.testimonials__name {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a0909;
  margin: 0;
}
@media (max-width: 640px) {
  .testimonials__name {
    font-size: 13px;
  }
}

.faq {
  padding: 120px 0;
  background: #ffffff;
}
@media (max-width: 968px) {
  .faq {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .faq {
    padding: 48px 0;
  }
}

.faq__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .faq__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .faq__inner {
    padding: 0 20px;
  }
}
.faq__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 968px) {
  .faq__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .faq__inner {
    gap: 24px;
  }
}

.faq__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 640px) {
  .faq__intro {
    gap: 0;
  }
}

.faq__title-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .faq__title-wrap {
    align-items: center;
    padding-bottom: 12px;
  }
}

.faq__accent {
  width: 6px;
  min-height: 40px;
  background: #166534;
  border-radius: 3px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .faq__accent {
    width: 4px;
    min-height: 24px;
    border-radius: 2px;
  }
}

.faq__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #0a0909;
  margin: 0;
}
@media (max-width: 640px) {
  .faq__title {
    font-size: 22px;
    line-height: 1;
  }
}

.faq__lead {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 640px) {
  .faq__lead {
    display: none;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .faq__list {
    gap: 0;
  }
}

.faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 32px;
  background: #ffffff;
  transition: background 0.2s ease;
}
@media (max-width: 640px) {
  .faq__item {
    padding: 18px 16px;
    border-width: 0 0 1px;
    border-radius: 0;
  }
}
.faq__item.is-open {
  background: #f0fff4;
  border-color: transparent;
}
@media (max-width: 640px) {
  .faq__item.is-open {
    border-radius: 8px;
  }
}

.faq__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}

.faq__item-title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #0a0909;
  margin: 0;
  flex: 1;
}
@media (max-width: 640px) {
  .faq__item-title {
    font-size: 15px;
    font-weight: 600;
  }
}

.faq__toggle {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: rgba(0, 104, 78, 0.1);
  color: #00684e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.faq__item.is-open .faq__toggle {
  background: #166534;
  color: #ffffff;
}

.faq__item-body {
  display: none;
  padding-top: 16px;
}
.faq__item.is-open .faq__item-body {
  display: block;
}

.faq__item-text {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 640px) {
  .faq__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.cta-banner {
  padding: 100px 0;
  background: #166534;
  text-align: center;
}
@media (max-width: 968px) {
  .cta-banner {
    padding: 64px 0;
  }
}
@media (max-width: 640px) {
  .cta-banner {
    padding: 48px 0;
  }
}

.cta-banner__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .cta-banner__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .cta-banner__inner {
    padding: 0 20px;
  }
}
.cta-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 640px) {
  .cta-banner__inner {
    gap: 16px;
    align-items: stretch;
  }
}

.cta-banner__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 968px) {
  .cta-banner__title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .cta-banner__title {
    font-size: 22px;
  }
}

.cta-banner__desc {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 640px;
}
@media (max-width: 640px) {
  .cta-banner__desc {
    font-size: 15px;
    line-height: 1;
  }
}

.cta-banner__btn {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background: #ffffff;
  color: #166534;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.cta-banner__btn:hover {
  opacity: 0.92;
  color: #166534;
}
@media (max-width: 640px) {
  .cta-banner__btn {
    width: 100%;
    min-height: 54px;
    padding: 16px 24px;
    font-size: 18px;
  }
}

.apr-disclosure {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 640px) {
  .apr-disclosure {
    padding: 48px 0;
  }
}

.apr-disclosure__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .apr-disclosure__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .apr-disclosure__inner {
    padding: 0 20px;
  }
}

.apr-disclosure__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #0a0909;
  margin: 0 0 32px;
}
@media (max-width: 640px) {
  .apr-disclosure__title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 32px;
  }
}

.apr-disclosure__table thead {
  background: #166534;
}

.apr-disclosure__table th {
  color: #ffffff;
}

.apr-disclosure__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}
@media (max-width: 968px) {
  .apr-disclosure__cols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .apr-disclosure__cols {
    gap: 24px;
    margin-bottom: 65px;
  }
}

.apr-disclosure__col-title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #166534;
  margin: 0 0 12px;
}
@media (max-width: 640px) {
  .apr-disclosure__col-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
  }
}

.apr-disclosure__col-text {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #0a0909;
  margin: 0;
}
@media (max-width: 640px) {
  .apr-disclosure__col-text {
    font-size: 18px;
    line-height: 1.5;
  }
}

.apr-disclosure__table-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .apr-disclosure__table-wrap {
    width: 100%;
    margin-right: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }
}

.apr-disclosure__table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
}
@media (max-width: 640px) {
  .apr-disclosure__table {
    min-width: 728px;
    font-size: 16px;
  }
}
.apr-disclosure__table th {
  background: linear-gradient(90deg, #166534 0%, #22a654 100%);
  color: #ffffff;
  padding: 18px 20px;
  text-align: left;
  font-weight: 700;
}
.apr-disclosure__table th:first-child {
  border-radius: 14px 0 0 0;
}
.apr-disclosure__table th:last-child {
  border-radius: 0 14px 0 0;
}
@media (max-width: 640px) {
  .apr-disclosure__table th {
    padding: 12px;
    font-size: 18px;
    white-space: nowrap;
  }
  .apr-disclosure__table th:first-child {
    border-radius: 8px 0 0 0;
  }
  .apr-disclosure__table th:last-child {
    border-radius: 0;
  }
}
.apr-disclosure__table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  color: #0a0909;
}
@media (max-width: 640px) {
  .apr-disclosure__table td {
    padding: 12px;
    font-size: 16px;
    white-space: nowrap;
  }
}
.apr-disclosure__table tbody tr:last-child td {
  border-bottom: none;
}
.apr-disclosure__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 14px;
}
.apr-disclosure__table tbody tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}
@media (max-width: 640px) {
  .apr-disclosure__table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }
  .apr-disclosure__table tbody tr:last-child td:last-child {
    border-radius: 0;
  }
}

.apr-disclosure__table-note {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #4b5563;
  margin: 12px 0 40px;
}
@media (max-width: 640px) {
  .apr-disclosure__table-note {
    margin-bottom: 32px;
  }
}

.apr-disclosure__disclaimers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 640px) {
  .apr-disclosure__disclaimers {
    gap: 24px;
  }
}

.apr-disclosure__disclaimer-title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #0a0909;
  margin: 0;
}

.apr-disclosure__disclaimer-text {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
}

.apr-disclosure__disclaimer-block address {
  font-style: normal;
}

.footer {
  padding: 56px 0;
  background: #f0fff4;
}
@media (max-width: 640px) {
  .footer {
    padding: 32px 0;
  }
}

.footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .footer__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .footer__inner {
    padding: 0 20px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .footer__inner {
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .footer__top {
    justify-content: center;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.footer__logo-mark {
  width: 34px;
  height: 20px;
  object-fit: contain;
}

.footer__logo-text {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  color: #1a2233;
}
.footer__logo-text span {
  color: #0f6e56;
}

.footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
@media (max-width: 640px) {
  .footer__badges {
    justify-content: center;
  }
}

.footer__badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #9ca3af;
}

.footer__badge img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 640px) {
  .footer__nav {
    justify-content: center;
  }
}

.footer__link {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #9ca3af;
  text-decoration: underline;
}
.footer__link:hover {
  color: #166534;
}

.footer__copyright {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #9ca3af;
  margin: 0;
}

.page-main {
  padding: 48px 0 80px;
  background: #ffffff;
}

.page-main__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 968px) {
  .page-main__inner {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .page-main__inner {
    padding: 0 20px;
  }
}

.page-main__title {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0a0909;
  margin: 0 0 24px;
}

.page-main__content {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0a0909;
}
.page-main__content p {
  margin: 0 0 16px;
}

body {
  font-family: "Anek Bangla", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0a0909;
  background: #ffffff;
}

.landing-page {
  min-height: 100vh;
  padding-top: 0;
}