body {
  margin: 0;
  font-family: 'Barlow', Arial, sans-serif;
  background: linear-gradient(120deg, #D6F7E7, #AEF8E6, #BDF0D2, #C1F2D5, #E4FFEE);
  min-height: 100vh;
  color: #111;
}

.container {
  width: 1200px;
  max-width: 95vw;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-section {
  background-image: url('../assets/hero-bg-placeholder.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 24px;
  min-height: 600px;
}

.header {
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 16px;
  margin: 0 120px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  gap: 40px;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header__appstore {
  margin-left: auto;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.2rem;
}
.header__nav a {
  margin: 0 18px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.header__nav a:hover {
  color: #1ec28b;
}
.header__appstore img {
  display: block;
}

.hero {
  margin-top: 32px;
  padding: 48px 0 80px 0;
}
.hero__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero__content {
  max-width: 700px;
}
.hero__content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.1;
  font-family: 'Barlow', Arial, sans-serif;
}
.hero__accent {
  background: linear-gradient(to right, #98E4B5, #CCEDBC);
  color: #000000;
  font-style: italic;
  padding: 0 8px;
  border-radius: 6px;
}
.hero__content p {
  font-size: 17px;
  margin-bottom: 32px;
  color: #222;
  font-family: 'Barlow', Arial, sans-serif;
}
.hero__actions {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
}
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  border: none;
  font-family: 'Barlow', Arial, sans-serif;
}
.btn--primary {
  background: #111;
  color: #fff;
}
.btn--primary:hover {
  background: #1ec28b;
  color: #fff;
}
.btn--secondary {
  background: #fff;
  color: #111;
}
.btn--secondary:hover {
  background: #d6f7e7;
  color: #1ec28b;
}
.hero__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  margin-top: 12px;
}
.hero__rating-value {
  font-size: 2.2rem;
  font-weight: 700;
}
.hero__rating-star {
  color: #ff9800;
  font-size: 2rem;
  margin-right: 4px;
}
.hero__rating-text {
  font-size: 1rem;
  color: #444;
}
.hero__image {
  position: relative;
}
.hero__image img {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  object-fit: contain;
  position: absolute;
  bottom: -36px;
  right: 0;
}

/* PARTNERS SECTION */
.partners {
  padding: 56px 0 32px 0;
  background: #fff;
}
.partners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners__text {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 36px;
  color: #111;
}
.partners__text b {
  font-weight: 700;
}
.partners__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.partner-logo {
  filter: grayscale(1) brightness(0.5);
  opacity: 0.85;
  transition: filter 0.2s, opacity 0.2s;
  background: none;
  border-radius: 0;
  padding: 0;
  box-sizing: content-box;
  margin: 0 12px;
}
.partner-logo:hover {
  filter: none;
  opacity: 1;
  background: none;
}

/* HOW TO GET LOAN SECTION */
.howto {
  background: #F5F7F9;
  padding: 64px 0 64px 0;
}
.howto__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.howto__image img {
  display: block;
  max-width: 480px;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.08);
  background: #fff;
}
.howto__content {
  flex: 1 1 0;
  max-width: 520px;
}
.howto__content h2 {
  font-size: 38px;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.2;
}
.howto__accent {
  font-style: italic;
}
.howto__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.howto__steps li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
  font-size: 1.15rem;
}
.howto__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d6f7e7;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 2px;
}
.howto__steps b {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Barlow', Arial, sans-serif;
  margin-bottom: 6px;
  display: block;
}
.howto__steps span {
  font-size: 17px;
  font-family: 'Barlow', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
}
.howto__btn {
  margin-top: 12px;
  font-size: 18px;
  font-family: 'Barlow', Arial, sans-serif;
  padding: 18px 48px;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(30,194,139,0.04);
}

/* ADVANTAGES SECTION */
.advantages {
  background: #fff;
  padding: 64px 0 64px 0;
}
.advantages__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 48px;
}
.advantages__accent {
  font-style: italic;
}
.advantages__items {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.advantage-img {
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 48px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.04);
  background: #f5f7f9;
  object-fit: contain;
  object-position: center;
  padding: 24px;
  box-sizing: border-box;
}

/* CALCULATOR SECTION */
.calculator-section {
  background: #f5f7f9;
  padding: 72px 0 72px 0;
}
.calculator__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculator__box {
  background: #fff;
  border-radius: 56px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.04);
  padding: 56px 48px 64px 48px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calculator__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.calculator__accent {
  font-style: italic;
}
.calculator__desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 44px;
  text-align: center;
}
.calculator__row {
  margin-bottom: 32px;
  width: 100%;
  max-width: 820px;
  text-align: left;
}
.calculator__row--range {
  margin-bottom: 32px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.calculator__label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Rubik', Arial, sans-serif;
}
.calculator__range-wrap {
  background: #f5f7f9;
  border-radius: 14px;
  border: 1px solid #E5EDF5;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
  width: 720px;
  height: 72px;
  overflow: visible;
  position: relative;
}
.calculator__range-wrap .calculator__label {
  position: absolute;
  top: 12px;
  left: 16px;
  margin-bottom: 0;
}
.calculator__input-group .calculator__label {
  position: absolute;
  top: 12px;
  left: 16px;
  margin-bottom: 0;
}
.calculator__amount {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Rubik', Arial, sans-serif;
  min-width: 180px;
  color: #111;
  letter-spacing: 0.5px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 0px;
  line-height: 1;
  margin-top: 16px;
  margin-left: 16px;
}
.calculator__row--inputs {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.calculator__input-group {
  flex: none;
  width: 352px;
  background: #f5f7f9;
  border-radius: 14px;
  border: 1px solid #E5EDF5;
  padding: 16px;
  min-width: 0;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.calculator__input-group .calculator__label {
  position: absolute;
  top: 12px;
  left: 16px;
  margin-bottom: 0;
}
.calculator__input-group:last-child {
  width: 352px;
  height: 72px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  box-sizing: border-box;
}

.calculator__input-group .calculator__input {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Rubik', Arial, sans-serif;
  width: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
.calculator__percent {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Rubik', Arial, sans-serif;
  color: #222;
  margin-left: 2px;
}

.calculator__term-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border-radius: 0;
  padding: 0;
  margin-top: 20px;
  justify-content: flex-start;
}

.calculator__rate-wrap {
  display: flex;
  align-items: center;
  gap: 0px;
  background: none;
  border-radius: 0;
  padding: 0;
  margin-top: 20px;
}
.calculator__input {
  font-size: 17px;
  border: none;
  background: transparent;
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 400;
  color: #111;
  width: 80px;
  outline: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
}
.calculator__select {
  width: 70px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Rubik', Arial, sans-serif;
  color: #222;
  background: #FFFFFF;
  border: 1px solid #E5EDF5;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
  outline: none;
  padding: 8px 24px 8px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.calculator__select:hover {
  border-color: #64D991;
  box-shadow: 0 0 0 2px rgba(100, 217, 145, 0.1);
}

.calculator__select:focus {
  border-color: #64D991;
  box-shadow: 0 0 0 2px rgba(100, 217, 145, 0.2);
}
.calculator__input[type="number"]::-webkit-inner-spin-button,
.calculator__input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator__input[type="number"] {
  -moz-appearance: textfield;
}
.calculator__input-group input[type="number"] {
  text-align: left;
}
.calculator__input-group {
  min-width: 180px;
}
.calculator__input-group:last-child {
  min-width: 220px;
}
.calculator__input-group input[type="number"] {
  width: 80px;
}
.calculator__btn {
  margin: 48px auto 0 auto;
  display: block;
  font-size: 1.5rem;
  padding: 22px 0;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(30,194,139,0.04);
  width: 420px;
  max-width: 100%;
  font-weight: 700;
}
.calculator__result {
  margin-top: 32px;
  background: #e4ffee;
  color: #111;
  font-size: 1.25rem;
  border-radius: 18px;
  padding: 24px 32px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 2px 12px 0 rgba(30,194,139,0.04);
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
input[type="range"] {
  -webkit-appearance: none;
  width: calc(100% - 32px);
  height: 6px;
  background: #64D991;
  border-radius: 6px;
  outline: none;
  margin: 0 0 0 0;
  position: absolute;
  bottom: 0;
  left: 16px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #64D991;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(30,194,139,0.10);
  border: 4px solid #fff;
  transition: background 0.2s;
}
input[type="range"]:focus::-webkit-slider-thumb {
  background: #1ec28b;
}
input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #64D991;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(30,194,139,0.10);
  border: 4px solid #fff;
  transition: background 0.2s;
}
input[type="range"]:focus::-moz-range-thumb {
  background: #1ec28b;
}
input[type="range"]::-ms-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #64D991;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(30,194,139,0.10);
  border: 4px solid #fff;
  transition: background 0.2s;
}
input[type="range"]:focus::-ms-thumb {
  background: #1ec28b;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-ms-fill-lower {
  background: #e4ffee;
}
input[type="range"]::-ms-fill-upper {
  background: #e4ffee;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #e4ffee;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #e4ffee;
}
@media (max-width: 900px) {
  .calculator__box {
    padding: 32px 4vw 32px 4vw;
  }
  .calculator__row--inputs {
    flex-direction: column;
    gap: 16px;
  }
  .calculator__row--range .calculator__range-wrap {
    flex-direction: column;
    gap: 12px;
  }
  input[type="range"] {
    width: 100%;
    min-width: 0;
  }
  .calculator__btn {
    width: 100%;
    min-width: 0;
  }
  
  /* Modal responsive */
  .modal-box {
    padding: 0 20px 20px 20px;
    max-height: 95vh;
  }
  .modal-legend {
    gap: 16px;
  }
  .modal-result .modal-partner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .modal-result .modal-partner-info {
    width: 100%;
  }
  .modal-result .modal-partner-actions {
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }
  .modal-result .modal-btn {
    flex: 1;
    padding: 10px 12px;
  }
  
  /* Partner modal responsive */
  .partner-modal-box {
    padding: 0 20px 20px 20px;
  }
  .partner-modal-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .partner-modal-brand {
    width: 100%;
  }
  .partner-modal-link {
    width: 100%;
    text-align: center;
  }
  .partner-modal-row {
    flex-direction: column;
    gap: 4px;
  }
  .partner-modal-label {
    flex: none;
    padding-right: 0;
  }
  .partner-modal-value {
    text-align: left;
  }
} 

/* MODAL CALCULATOR RESULT */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.22);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.modal-box {
  background: #f5f7f9;
  border-radius: 36px;
  max-width: 900px;
  width: 98vw;
  min-height: 480px;
  max-height: 90vh;
  box-shadow: 0 8px 48px 0 rgba(30,30,30,0.10);
  position: relative;
  padding: 0 40px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: modalIn 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 12px;
}
.modal-content {
  width: 100%;
  margin-top: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}
.modal-close {
  position: absolute;
  top: 28px;
  right: 36px;
  font-size: 2.2rem;
  background: none;
  border: none;
  color: #222;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #1ec28b;
}
.modal-content h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 32px 0 24px 0;
  color: #111;
}
.modal-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.modal-loader-inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.modal-loader-inner p {
  color: #444;
  margin-bottom: 32px;
}
.modal-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e4ffee;
  border-top: 4px solid #1ec28b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.modal-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  width: 100%;
}
.modal-result .modal-section {
  width: 100%;
  margin-bottom: 32px;
}

/* Legend */
.modal-legend {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  justify-content: center;
}
.modal-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #666;
}
.modal-legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.modal-legend-color--credit {
  background: #e0e0e0;
}
.modal-legend-color--overpay {
  background: #1ec28b;
}

/* Progress bar */
.modal-progress {
  margin-bottom: 24px;
}
.modal-progress-bar {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.modal-progress-fill {
  height: 100%;
  background: #1ec28b;
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* Payment */
.modal-result .modal-payment {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 24px 0 16px 0;
  color: #666;
}
.modal-payment-amount {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-top: 8px;
}

/* Details */
.modal-details {
  width: 100%;
  margin-bottom: 32px;
}
.modal-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 1.1rem;
}
.modal-detail-label {
  color: #888;
  font-weight: 500;
}
.modal-detail-value {
  color: #111;
  font-weight: 700;
}
.modal-result .modal-partners-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 8px;
  text-align: left;
  color: #111;
}
.modal-result .modal-partners-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-result .modal-partner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.modal-result .modal-partner-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.modal-result .modal-partner-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 120px;
}
.modal-partner-logo-img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  padding: 2px;
  border: 1px solid #e0e0e0;
}
.modal-partner-name {
  font-weight: 600;
  font-size: 1rem;
  color: #111;
}
.modal-result .modal-partner-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.modal-result .modal-partner-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}
.modal-result .modal-partner-row span {
  color: #999;
}
.modal-result .modal-partner-row b {
  color: #111;
  font-weight: 600;
}
.modal-result .modal-partner-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 140px;
}
.modal-result .modal-btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  white-space: nowrap;
}
.modal-result .modal-btn-info {
  background: #fff;
  color: #666;
  border: 1px solid #e0e0e0;
}
.modal-result .modal-btn-info:hover {
  background: #f5f5f5;
  color: #333;
}
.modal-result .modal-btn-link {
  background: #1ec28b;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.modal-result .modal-btn-link:hover {
  background: #18a876;
  color: #fff;
  text-decoration: none;
} 

/* PROMO APP SECTION */
.promo-app {
  width: 100%;
  padding: 72px 0 72px 0;
  background-image: url('../assets/promo-bg-placeholder.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.promo-app__container {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 48px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.04);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 40px;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 315px;
}
.promo-app__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.promo-app__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.promo-app__desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 44px;
  max-width: 480px;
}
.promo-app__store img {
  display: block;
  width: 180px;
  height: 56px;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(30,194,139,0.04);
  transition: box-shadow 0.2s;
}
.promo-app__store img:hover {
  box-shadow: 0 4px 24px 0 rgba(30,194,139,0.10);
}
.promo-app__image {
  flex: 0 0 480px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.promo-app__image img {
  width: 480px;
  height: 560px;
  object-fit: contain;
  border-radius: 32px;
  background: transparent;
  box-shadow: 0 4px 24px 0 rgba(30,194,139,0.04);
  position: absolute;
  right: -40px;
  top: -120px;
}
@media (max-width: 1000px) {
  .promo-app__container {
    flex-direction: column;
    padding: 32px 12px;
    gap: 32px;
  }
  .promo-app__image {
    flex: 0 0 auto;
  }
  .promo-app__image img {
    position: relative;
    right: auto;
    top: auto;
    width: 90vw;
    height: auto;
    max-width: 340px;
  }
} 

/* FAQ SECTION */
.faq {
  width: 100%;
  padding: 80px 0 80px 0;
  background: #fff;
}
.faq__container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.faq__accent {
  font-style: italic;
}
.faq__desc {
  color: #222;
  font-size: 1.15rem;
  margin-bottom: 36px;
  text-align: center;
}
.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq__item {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 16px 0 rgba(30,194,139,0.06);
  overflow: hidden;
  transition: box-shadow 0.2s, background 0.2s;
}
.faq__item.active {
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(30,194,139,0.10);
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.18rem;
  font-weight: 500;
  padding: 24px 32px;
  cursor: pointer;
  transition: background 0.2s;
}
.faq__icon {
  width: 28px;
  height: 28px;
  margin-left: 18px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 32px;
  color: #888;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.6;
  transition: max-height 0.35s cubic-bezier(.4,0,.2,1), opacity 0.25s, padding 0.25s;
}
.faq__item.active .faq__answer {
  max-height: 400px;
  opacity: 1;
  padding: 0 32px 24px 32px;
}
 

/* FOOTER */
.footer {
  background: #0d1117;
  color: #fff;
  padding: 64px 0 48px 0;
  font-size: 1.08rem;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
  gap: 0;
}
.footer__brand {
  flex: 0 1 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer__brand-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.footer__brand-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__logo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #e4ffee;
  margin-bottom: 0;
}
.footer__brand-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.footer__desc {
  color: #666;
  font-size: 0.9rem;
  font-weight: 300;
  max-width: 600px;
  line-height: 1.6;
  margin-top: 0;
}
.footer__nav {
  flex: 0 1 340px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 0;
  height: auto;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 48px;
  align-items: flex-end;
  height: auto;
  text-align: right;
}
.footer__nav li {
  margin: 0;
  text-align: right;
}
.footer__nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.footer__nav a:hover {
  color: #1ec28b;
}
@media (max-width: 1100px) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer__nav {
    align-items: flex-start;
    margin-top: 32px;
  }
  .footer__nav ul {
    text-align: left;
    align-items: flex-start;
  }
  .footer__nav li {
    text-align: left;
  }
} 

/* PARTNERS PAGE */
.partners-list-section {
  background: #f5f7f9;
  padding: 64px 0 96px 0;
}
.partners-list__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.partners-list__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.partners-list__accent {
  background: linear-gradient(to right, #98E4B5, #CCEDBC);
  color: #000000;
  font-style: italic;
  padding: 0 8px;
  border-radius: 6px;
}
.partners-list__desc {
  color: #222;
  font-size: 1.15rem;
  margin-bottom: 32px;
}
.partners-list__count {
  color: #b3b3b3;
  font-size: 1.08rem;
  margin-bottom: 18px;
}
.partners-list__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  padding: 0;
  width: 1140px;
  height: 179px;
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.partner-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  height: 72px;
  box-sizing: border-box;
}
.partner-card__logo {
  width: 123px;
  height: 53px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  padding: 2px;
}
.partner-card__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.partner-card__actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  min-width: 191px;
}

.partner-card__info {
  display: flex;
  justify-content: space-between;
  padding: 30px 24px 24px;
  gap: 24px;
}

.partner-card__info-item {
  flex: 1;
  text-align: left;
}

.partner-card__info-title {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3C3C43;
  opacity: 0.6;
  margin-bottom: 4px;
}

.partner-card__info-value {
  font-family: 'Barlow', sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
}

.partner-card__btn {
  width: 191px;
  height: 50px;
  border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.partner-card__btn--info {
  background: #F5F7F9;
}

.partner-card__btn--info:hover {
  background: #E8ECEF;
}

.partner-card__btn--link {
  background: linear-gradient(to right, #98E4B5, #CCEDBC, #BAF7E5);
  text-decoration: none;
}

.partner-card__btn--link:hover {
  background: linear-gradient(to right, #88D4A5, #BCDDAC, #AAE7D5);
  text-decoration: none;
}



/* PARTNER MODAL */
.partner-modal-box {
  max-width: 910px;
  width: 98vw;
  background: #f5f7f9;
  border-radius: 32px;
  box-shadow: 0 8px 48px 0 rgba(30,30,30,0.10);
  padding: 0 40px 40px 40px;
  position: relative;
  padding-top: 24px;
}
.partner-modal-box .modal-content {
  padding: 0 32px 0 32px;
}
.partner-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 24px 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.partner-modal-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.partner-modal-logo-wrap {
  flex-shrink: 0;
}

.partner-modal-logo-img {
  width: 146px;
  height: 62px;
  border-radius: 8px;
  object-fit: contain;
  padding: 4px;
}

.partner-modal-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.partner-modal-company {
  font-family: 'Barlow', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.partner-modal-rating {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
}

.partner-modal-reviews {
  font-family: 'Barlow', sans-serif;
  color: #3C3C43;
  opacity: 0.6;
  font-weight: 400;
  font-size: 0.875rem;
}

.partner-modal-link {
  background: linear-gradient(to right, #98E4B5, #CCEDBC, #BAF7E5);
  color: #000;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: background 0.2s;
  white-space: nowrap;
}

.partner-modal-link:hover {
  background: linear-gradient(to right, #88D4A5, #BCDDAC, #AAE7D5);
  color: #000;
  text-decoration: none;
}

/* Sections */
.partner-modal-sections {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 820px;
  width: 100%;
}

.partner-modal-section {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  min-width: 820px;
  width: 100%;
}

.partner-modal-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid #f0f0f0;
}

.partner-modal-section-header:hover {
  background: #f8f9fa;
}

.partner-modal-section-header h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.partner-modal-chevron {
  font-size: 1.2rem;
  color: #666;
  transition: transform 0.2s;
}

.partner-modal-chevron--up {
  transform: rotate(0deg);
}

.partner-modal-chevron--down {
  transform: rotate(180deg);
}

.partner-modal-section-content {
  padding: 0 24px 20px 24px;
}

.partner-modal-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.partner-modal-row:last-child {
  border-bottom: none;
}

.partner-modal-label {
  font-family: 'Barlow', sans-serif;
  color: #3C3C43;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.0625rem;
  flex: 0 0 40%;
  padding-right: 16px;
  text-align: left;
}

.partner-modal-value {
  font-family: 'Barlow', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 1.375rem;
  flex: 1;
  text-align: left;
} 

/* ABOUT SECTION */
.about-section {
  background: linear-gradient(120deg, #D6F7E7 0%, #E4FFEE 100%);
  padding: 80px 0 0 0;
  min-height: 80vh;
}
.about-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  max-width: 1300px;
}
.about-content {
  flex: 1 1 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
}
.about-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}
.about-title-accent {
  background: #d6f7e7;
  border-radius: 8px;
  padding: 0 12px;
  font-style: italic;
  color: #111;
}
.about-desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 38px;
  line-height: 1.5;
}
.about-actions {
  display: flex;
  gap: 18px;
  margin-bottom: 48px;
}
.about-clients {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-18px, 18px);
  background: #fff;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 4px 24px 0 rgba(30,194,139,0.10);
  padding: 18px 28px 14px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 220px;
}
.about-avatars {
  display: flex;
  align-items: center;
  gap: -12px;
}
.about-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px 0 rgba(30,194,139,0.10);
  margin-left: -12px;
  background: #e4ffee;
}
.about-avatar:first-child {
  margin-left: 0;
}
.about-clients-label {
  font-size: 1.18rem;
  color: #222;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.about-clients-count {
  color: #1ec28b;
  font-weight: 700;
  font-size: 1.1em;
  margin-right: 4px;
}
.about-image-wrap {
  flex: 1 1 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 380px;
  position: relative;
  width: 420px;
}
.about-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.08);
  background: #e4ffee;
  display: block;
}
.about-clients {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 18px 18px;
  background: #fff;
  border-radius: 0 0 0 36px;
  box-shadow: 0 4px 24px 0 rgba(30,194,139,0.10);
  padding: 18px 28px 14px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 220px;
  max-width: 90%;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .about-image-wrap {
    min-width: 0;
    width: 90vw;
    max-width: 420px;
    justify-content: center;
  }
  .about-image {
    width: 100%;
    max-width: 420px;
    height: 320px;
  }
  .about-clients {
    left: 0;
    bottom: 0;
    margin: 0 0 8px 8px;
    padding: 12px 18px 10px 10px;
    min-width: 160px;
    border-radius: 0 0 0 24px;
  }
}
@media (max-width: 700px) {
  .about-section {
    padding: 32px 0 0 0;
  }
  .about-title {
    font-size: 2.1rem;
  }
  .about-image {
    height: 180px;
    border-radius: 18px;
  }
  .about-avatar {
    width: 36px;
    height: 36px;
  }
  .about-clients {
    padding: 8px 10px 6px 6px;
    border-radius: 0 0 0 12px;
    margin: 0 0 4px 4px;
  }
} 

/* MISSION SECTION */
.mission-section {
  background: #f7f9fa;
  padding: 80px 0 64px 0;
}
.mission-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  max-width: 1300px;
}
.mission-image-wrap {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 380px;
  max-width: 520px;
}
.mission-image {
  width: 480px;
  height: 380px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.08);
  background: #e4ffee;
  display: block;
}
.mission-content {
  flex: 1 1 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mission-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}
.mission-title-accent {
  font-style: italic;
}
.mission-desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 48px;
  line-height: 1.5;
}
.mission-stats {
  display: flex;
  gap: 64px;
  margin-top: 32px;
}
.mission-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 160px;
}
.mission-stat-number {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1ec28b;
  margin-bottom: 6px;
  display: inline-block;
  min-width: 80px;
  letter-spacing: 1px;
}
.mission-stat-label {
  font-size: 1.18rem;
  color: #222;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .mission-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .mission-image-wrap {
    min-width: 0;
    width: 100%;
    justify-content: center;
    max-width: 100vw;
  }
  .mission-image {
    width: 90vw;
    max-width: 480px;
    height: 240px;
  }
  .mission-content {
    max-width: 100vw;
    margin-top: 0;
  }
  .mission-stats {
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .mission-section {
    padding: 32px 0 0 0;
  }
  .mission-title {
    font-size: 1.5rem;
  }
  .mission-image {
    height: 120px;
    border-radius: 18px;
  }
  .mission-stat-number {
    font-size: 1.3rem;
    min-width: 40px;
  }
  .mission-stat-label {
    font-size: 1rem;
  }
} 

/* TEAM SECTION */
.team-section {
  background: #FFFFFF;
  padding: 80px 0 64px 0;
}
.team-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  max-width: 1300px;
}
.team-content {
  flex: 1 1 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}
.team-title-accent {
  font-style: italic;
}
.team-desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 0;
  line-height: 1.5;
}
.team-visual-wrap {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 380px;
  max-width: 520px;
}
.team-visual {
  width: 480px;
  height: 450px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.08);
  background: #e4ffee;
  display: block;
}
@media (max-width: 1100px) {
  .team-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .team-visual-wrap {
    min-width: 0;
    width: 100%;
    justify-content: center;
    max-width: 100vw;
  }
  .team-visual {
    width: 90vw;
    max-width: 480px;
    height: 240px;
  }
  .team-content {
    max-width: 100vw;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .team-section {
    padding: 32px 0 0 0;
  }
  .team-title {
    font-size: 1.5rem;
  }
  .team-visual {
    height: 120px;
    border-radius: 18px;
  }
} 

/* PARTNERS HERO SECTION */
.partners-hero-section {
  background-image: url('../assets/partners-hero-bg-placeholder.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 480px;
  padding-bottom: 0;
} 

/* ABOUT HERO SECTION */
.about-hero-bg {
  background: url('../assets/about-hero-bg-placeholder.jpg') center/cover no-repeat;
  width: 100%;
  min-height: 600px;
  padding-bottom: 0;
  position: relative;
}

.about-hero-header {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}
.about-hero-header .header__container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 32px 0 rgba(30,194,139,0.10);
  padding: 18px 32px;
  display: flex;
  align-items: center;
  max-width: 1200px;
}

.about-hero-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.about-hero-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0 0 0;
}

.about-hero-content {
  flex: 1 1 0;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
}

.about-hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #111;
}
.about-hero-title-accent {
  background: linear-gradient(to right, #98E4B5, #CCEDBC);
  border-radius: 8px;
  padding: 0 12px;
  font-style: italic;
  font-weight: 700;
  color: #111;
}
.about-hero-desc {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 38px;
  line-height: 1.5;
}
.about-hero-actions {
  display: flex;
  gap: 18px;
  margin-bottom: 48px;
}
.about-hero-btn-black {
  background: #111;
  color: #fff;
  border-radius: 12px;
  font-size: 1.18rem;
  font-weight: 700;
  padding: 16px 32px;
  border: none;
  box-shadow: 0 2px 12px 0 rgba(30,30,30,0.08);
  transition: background 0.2s, color 0.2s;
}
.about-hero-btn-black:hover {
  background: #1ec28b;
  color: #fff;
}
.about-hero-btn-white {
  background: #fff;
  color: #111;
  border-radius: 12px;
  font-size: 1.18rem;
  font-weight: 700;
  padding: 16px 32px;
  box-shadow: 0 2px 12px 0 rgba(30,30,30,0.04);
  transition: background 0.2s, color 0.2s;
}
.about-hero-btn-white:hover {
  background: #eaffd6;
  color: #1ec28b;
}

.about-hero-image-wrap {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 380px;
  position: relative;
  width: 420px;
}
.about-hero-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 8px 32px 0 rgba(30,194,139,0.08);
  background: #e4ffee;
  display: block;
}
.about-hero-clients {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 18px 18px;
  background: #fff;
  border-radius: 0 0 0 36px;
  box-shadow: 0 4px 24px 0 rgba(30,194,139,0.10);
  padding: 18px 28px 14px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 220px;
}
.about-hero-avatars {
  display: flex;
  align-items: center;
  gap: -12px;
}
.about-hero-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px 0 rgba(30,194,139,0.10);
  margin-left: -12px;
  background: #e4ffee;
}
.about-hero-avatar:first-child {
  margin-left: 0;
}
.about-hero-clients-label {
  font-size: 1.18rem;
  color: #222;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.about-hero-clients-count {
  color: #1ec28b;
  font-weight: 700;
  font-size: 1.1em;
  margin-right: 4px;
} 

/* MODAL CALCULATOR STYLES */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-box {
  background: #F5F7F9;
  border-radius: 16px;
  padding: 40px 190px;
  max-width: 61.2vw;
  max-height: 72vh;
  overflow-y: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.modal-close:hover {
  color: #333;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.modal-calc-title {
  margin-top: 30px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.modal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.modal-legend {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: center;
}

.modal-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.modal-legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.modal-legend-color--credit {
  background: #1ec28b;
}

.modal-legend-color--overpay {
  background: #ffb366;
}

.modal-progress {
  margin-bottom: 24px;
  width: 100%;
}

.modal-progress-bar {
  width: 100%;
  height: 12px;
  background: #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}

.modal-progress-fill {
  height: 100%;
  background: #1ec28b;
  transition: width 0.3s ease;
  position: relative;
}

.modal-progress-overpay {
  height: 100%;
  background: #ffb366;
  transition: width 0.3s ease;
}

.modal-payment {
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
  color: #666;
  width: 100%;
}

.modal-payment-amount {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #1ec28b;
  margin-top: 8px;
}

.modal-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.modal-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.modal-detail-row:last-child {
  border-bottom: none;
}

.modal-detail-label {
  font-size: 16px;
  color: #666;
}

.modal-detail-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.modal-partners-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #333;
  text-align: center;
  width: 100%;
}

.modal-partners-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.modal-partner {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-partner-info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.modal-partner-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 200px;
}

.modal-partner-logo-img {
  width: 123px;
  height: 53px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  padding: 2px;
}

.modal-partner-name {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.modal-partner-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.modal-partner-row {
  display: flex;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #666;
}

.modal-partner-row b {
  color: #000;
  font-weight: 600;
}

.modal-partner-actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  min-width: 400px;
}

.modal-btn {
  width: 191px;
  height: 50px;
  border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}

.modal-btn-info {
  background: #F5F7F9;
}

.modal-btn-info:hover {
  background: #E8ECEF;
}

.modal-btn-link {
  background: linear-gradient(to right, #98E4B5, #CCEDBC, #BAF7E5);
}

.modal-btn-link:hover {
  background: linear-gradient(to right, #88D4A5, #BCDDAC, #AAE7D5);
}

.modal-loader {
  text-align: center;
  padding: 40px;
}

.modal-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.modal-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1ec28b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} 