@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Thin.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPro/SF-Pro-Display-Ultralight.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  background-color: #EFEFED;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'SF Pro Display', sans-serif;
}

body.terms-page {
  background-color: #FFFFFF;
}

body.terms-page .header__loan {
  background-color: transparent;
}

body.aboutUs-page .app-download {
  background-color: #FFFFFF;
}

body.instruments-page .header {
  background-color: #B7EF23;
}

body.instruments-page .header__loan {
  background-color: #FFFFFF;
  color: #000000;
}

body.partners-page .header {
  background-color: #B7EF23;
}

body.partners-page .header__loan {
  background-color: #FFFFFF;
  color: #000000;
}

body.aboutUs-page .header {
  background-color: #B7EF23;
}

body.aboutUs-page .header__loan {
  background-color: #FFFFFF;
  color: #000000;
}

.about-us {
  padding: 160px 0 100px;
  background: linear-gradient(to bottom, #B7EF23 50%, #FFFFFF 50%);
}

.about-us__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.about-us__content {
  flex: 1;
}

.about-us__title {
  font-weight: 900;
  font-size: 90px;
  color: #144419;
  margin-bottom: 24px;
  text-align: center;
}

.about-us__text {
  font-weight: 500;
  font-size: 19px;
  color: #154D1A;
  line-height: 1.5;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.about-us__image {
  flex: 1;
}

.about-us__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 600px) {
  .about-us__inner {
    gap: 40px;
  }
  
  .about-us__content {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .about-us__title {
    font-size: 60px;
  }
  
  .about-us__text {
    max-width: 343px;
  }
  
  .about-us__image {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .about-us__img {
    width: 343px;
    height: 474px;
    object-fit: cover;
  }
}

/* Our Mission */
.our-mission {
  padding: 100px 0;
  background-color: #144419;
}

.our-mission__inner {
  display: flex;
  align-items: center;
  gap: 100px;
}

.our-mission__content {
  flex: 1;
  max-width: 498px;
}

.our-mission__title {
  font-weight: 900;
  font-size: 52px;
  color: #B7EF23;
  margin-bottom: 24px;
}

.our-mission__text {
  font-weight: 500;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 24px;
}

.our-mission__text:last-child {
  margin-bottom: 0;
}

.our-mission__image {
  flex: 1;
}

.our-mission__img {
  width: 100%;
  height: auto;
}

/* Our History */
.our-history {
  padding: 100px 0;
  background-color: #EFEFED;
}

.our-history__inner {
  display: flex;
  align-items: center;
  gap: 100px;
}

.our-history__image {
  flex: 1;
}

.our-history__img {
  width: 100%;
  height: auto;
}

.our-history__content {
  flex: 1;
  max-width: 498px;
}

.our-history__title {
  font-weight: 900;
  font-size: 52px;
  color: #144419;
  margin-bottom: 24px;
}

.our-history__text {
  font-weight: 500;
  font-size: 19px;
  color: #898989;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .our-history {
    padding: 16px 0;
  }
  
  .our-history__inner {
    flex-direction: column;
    gap: 60px;
  }
  
  .our-history__content {
    max-width: 100%;
  }
  
  .our-history__title {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  .our-mission__inner {
    flex-direction: column-reverse;
    gap: 60px;
  }
  
  .our-mission__content {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .our-mission__title {
    font-size: 44px;
  }
  
  .our-mission__image {
    max-width: 343px;
    margin: 0 auto;
  }
}

.terms-page main {
  padding-top: 140px;
  padding-bottom: 100px;
}

.terms-back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #154D1A;
  text-decoration: none;
  margin-bottom: 60px;
}

.loading-screen .terms-back-link {
  margin-top: 40px;
}

.terms-back-link:hover {
  opacity: 0.8;
}

.terms-back-icon {
  width: 20px;
  height: 20px;
}

.terms-title {
  font-weight: 700;
  font-size: 44px;
  color: #292926;
  margin-bottom: 65px;
}

.terms-section {
  margin-bottom: 65px;
}

.terms-section:last-child {
  margin-bottom: 0;
}

.terms-section-title {
  font-weight: 700;
  font-size: 32px;
  color: #292926;
  margin-bottom: 24px;
}

.terms-section-text {
  font-weight: 400;
  font-size: 19px;
  color: #898989;
  line-height: 1.5;
}

.terms-section-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.terms-section-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}

.terms-section-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007AFF;
  font-weight: bold;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.terms-table th {
  background: #007AFF;
  color: #FFFFFF;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.terms-table td {
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.terms-table tr:last-child td {
  border-bottom: none;
}

.terms-table tr:nth-child(even) {
  background: #F8F9FA;
}

.terms-date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 30px;
  font-style: italic;
}

main {
  flex-grow: 1;
}

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

ul {
  list-style: none;
}

button {
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.logo__img {
  width: 138px;
  height: 60px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background-color 0.1s ease;
}

.header.scrolled {
  background-color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.header__menu {
  margin: 0 20px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.header__menu-list {
  display: flex;
  align-items: center;
  column-gap: 44px;
  color: rgba(41, 41, 38, 0.5);
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.menu__list-link {
  cursor: pointer;
  transition: all 0.3s;
}

.menu__list-link:hover {
  color: #292926;
}

.menu__list-link.is-active {
  color: #292926;
}

.loan {
  display: inline-block;
  color: #154D1A;
  font-weight: 600;
  font-size: 18px;
  padding: 19.5px 62px;
  background-color: #CDF546;
  border-radius: 100px;
}

.header__loan {
  padding: 19.5px 24px;
}

/* Footer styles */
.footer {
  background-color: #0C3010;
  padding: 80px 0;
  color: #fff;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer__info {
  max-width: 737px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__logo {
  flex-shrink: 0;
}

.footer__logo .logo__img {
  width: 126px;
  height: 54.78px;
  object-fit: contain;
}

.footer__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  row-gap: 24px;
  margin: 0;
  padding: 0;
}

.footer__menu-item {
  margin: 0;
  padding: 0;
}

.footer__menu-link,
.footer__link {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: underline;
  transition: opacity 0.3s;
  display: inline-block;
}

.footer__menu-link:hover,
.footer__link:hover {
  opacity: 0.7;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 24px;
}

.footer__links {
  display: flex;
  gap: 44px;
}

.footer__link {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.footer__link:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .footer {
    padding: 40px 0;
  }

  .footer__inner {
    gap: 40px;
  }

  .footer__top {
    flex-direction: column;
    gap: 24px;
  }

  .footer__info {
    gap: 16px;
  }

  .footer__bottom {
    padding-top: 16px;
  }

}
/* End of footer styles */

.burger-button {
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.burger-button__line {
  fill: none;
  stroke: #292926;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 60 207;
  transition:
    stroke-dasharray 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-button__line--2 {
  stroke-dasharray: 60 60;
}

.burger-button.is-active .burger-button__line {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.burger-button.is-active .burger-button__line--2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.burger-button:not(.is-active) .burger-button__line--1 {
  stroke-dasharray: 30 207;
  stroke-dashoffset: -30;
}

.burger-button:not(.is-active) .burger-button__line--3 {
  stroke-dasharray: 30 207;
  stroke-dashoffset: 0;
}

.header__menu-logo {
  display: none;
}

/* Header for desktop and mobile - DO NOT CHANGE (working version) */

@media (max-width: 900px) {
  .container {
    padding: 0 16px;
  }

  main {
    margin-top: 18px;
  }

  .header__inner {
    padding: 16px 16px 16px;
  }

  .burger-button {
    display: inline-flex;
    margin-left: auto;
    z-index: 200;
  }

  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: #fff;
    padding: 120px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 100;
    justify-content: flex-start;
  }

  .header__menu-logo {
    display: block;
    position: absolute;
    top: 32px;
    left: 16px;
  }

  .header__menu-logo .logo__img {
    width: 126px;
    height: 54.78px;
    object-fit: contain;
  }

  .header__menu.active {
    transform: translateX(0);
  }

  .header__menu-list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    width: 100%;
  }

  .menu__list-item {
    width: 100%;
  }

  .menu__list-link {
    display: block;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 17px;
    color: rgba(41, 41, 38, 0.5);
    font-weight: 600;
    padding: 6px 0;
  }

  .menu__list-link:hover,
  .menu__list-link.is-active {
    color: #292926;
  }

  .header__loan {
    display: none;
  }
}

/* End of header styles */

.hero {
  padding: 160px 0 0;
  background-color: #EFEFED;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__content {
  max-width: 737px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.1;
  color: #144419;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  color: #898989;
  margin-bottom: 32px;
}

.hero__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  width: 284px;
  padding: 19.5px 0;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.btn-primary {
  background-color: #CDF546;
  color: #154D1A;
  transition: opacity 0.3s;
}

.btn-primary:hover {
  opacity: 0.8;
}

.btn-secondary {
  border: 1px solid #154D1A;
  color: #154D1A;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: #154D1A;
  color: #fff;
}

.hero__image {
  position: relative;
  width: 100%;  
  margin-top: -200px;
  z-index: 1;
}

.hero__globe {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .hero {
    padding: 104px 0 0;
  }

  .hero__content {
    max-width: 343px;
  }

  .hero__title {
    font-size: 36px;
    margin-bottom: 16px;
    max-width: 307px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__text {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .hero__buttons {
    flex-direction: column;
    max-width: 343px;
    margin: 0 auto;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }

  .hero__image {
    margin-top: -100px;
  }
}

@media (max-width: 500px) {
  .hero__image {
    margin-top: 5px;
  }
}

.advantages {
  padding: 100px 0;
  background-color: #fff;
}

.advantages__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.advantages__content {
  max-width: 737px;
}

.advantages__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
  color: #144419;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.advantages__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  color: #898989;
  margin-bottom: 32px;
  max-width: 582px;
}

.advantages__btn {
  display: inline-block;
  padding: 19.5px 62px;
  background-color: #CDF546;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  color: #154D1A;
  transition: opacity 0.3s;
}

.advantages__btn:hover {
  opacity: 0.8;
}

.advantages__image {
  flex-shrink: 0;
}

.advantages__shield {
  width: 100%;
  height: auto;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.features__item {
  text-align: left;
}

.features__icon {
  width: 64px;
  height: 64px;
  margin: 0 0 32px 0;
}

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

.features__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #144419;
  margin-bottom: 24px;
}

.features__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #898989;
}

@media (max-width: 900px) {
  .advantages {
    padding: 60px 0;
  }

  .advantages__inner {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }

  .advantages__content {
    margin-bottom: 40px;
    text-align: center;
  }

  .advantages__image {
    display: none;
  }

  .advantages__title {
    font-size: 28px;
  }

  .advantages__text {
    font-size: 16px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features__item {
    max-width: 343px;
    margin: 0;
    text-align: left;
  }
}

/* Loan Calculator Section */
.loan-calculator {
  padding: 100px 0;
  background-color: #144419;
  position: relative;
  overflow: hidden;
}

.loan-calculator__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.loan-calculator__content {
  flex: 1;
  max-width: 534px;
}

.loan-calculator__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
  color: #B7EF23;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.loan-calculator__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loan-calculator__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #FFFFFF;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.loan-calculator__feature span {
  font-weight: 400;
}

.loan-calculator__feature span strong {
  font-weight: 700;
}

.loan-calculator__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.loan-calculator__card {
  background-color: #23702B;
  border-radius: 20px;
  padding: 0;
  width: 400px;
  flex-shrink: 0;
  overflow: hidden;
}
.loan-calculator__card-top {
  padding: 44px 32px 0;
  background-color: #23702B;
  margin-bottom: 0;
}

.loan-calculator__card-bottom {
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
}

.loan-calculator__card-title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.loan-calculator__input-group {
  margin-bottom: 44px;
}

.loan-calculator__input-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.loan-calculator__label {
  display: block;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  margin: 0;
}

.loan-calculator__value {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #FFFFFF;
  margin: 0;
}

.loan-calculator__value .currency {
  font-weight: 700;
  font-size: 15px;
}

.loan-calculator__slider-container {
  position: relative;
  height: 40px;
}

.loan-calculator__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.loan-calculator__slider-track {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.loan-calculator__slider-fill {
  position: absolute;
  height: 100%;
  background-color: #B7EF23;
  border-radius: 4px;
  transition: width 0.2s ease-out;
  left: 0;
  top: 0;
}

.loan-calculator__slider-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.2s ease-out;
  margin-left: -12px;
}

.loan-calculator__slider-circle {
  width: 24px;
  height: 24px;
  display: block;
}

.loan-calculator__btn {
  width: 100%;
  background-color: #CDF546;
  color: #154D1A;
  border: none;
  border-radius: 100px;
  padding: 16px 0;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
}

.loan-calculator__btn:hover {
  opacity: 0.8;
}

.loan-calculator__coins {
  position: absolute;
  bottom: -50px;
  right: -100px;
  z-index: 1;
}

.loan-calculator__coins-img {
  width: 300px;
  height: auto;
  opacity: 0.3;
}

/* Mobile styles for loan calculator */
@media (max-width: 900px) {
  .loan-calculator {
    padding: 60px 0;
  }

  .loan-calculator__inner {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

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

  .loan-calculator__title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .loan-calculator__feature {
    text-align: left;
    font-size: 17px;
  }

  .loan-calculator__card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .loan-calculator__card-title {
    font-size: 17px;
    margin-bottom: 24px;
  }

  .loan-calculator__label {
    font-size: 15px;
  }

  .loan-calculator__value {
    font-size: 22px;
  }

  .loan-calculator__value .currency {
    font-size: 14px;
  }

  .loan-calculator__slider-track {
    height: 6px;
  }

  .loan-calculator__btn {
    font-size: 16px;
    padding: 16px 0;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .loan-calculator__coins {
    display: none;
  }
}

@media (max-width: 500px) {
  .loan-calculator__title {
    font-size: 28px;
  }

  .loan-calculator__card {
    padding: 0;
  }

  .loan-calculator__card-top {
    padding: 16px 12px 0;
  }

  .loan-calculator__card-bottom {
    padding: 12px;
    margin-top: 0;
  }

  .loan-calculator__btn {
    font-size: 14px;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .loan-calculator__input-header {
    margin-bottom: 12px;
  }

  .loan-calculator__input-group {
    margin-bottom: 20px;
  }
}

/* Instruments section styles */
.instruments {
  padding: 100px 0;
  background-color: #EFEFED;
}

.instruments__content {
  text-align: center;
  margin-bottom: 44px;
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}

.instruments__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
  color: #144419;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.instruments__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  color: #898989;
  margin-bottom: 32px;
  max-width: 737px;
  margin-left: auto;
  margin-right: auto;
}

.instruments__btn {
  display: inline-block;
  background-color: #CDF546;
  color: #154D1A;
  padding: 19.5px 32px;
  border-radius: 100px;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.instruments__btn:hover {
  opacity: 0.8;
}

.instruments__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.instrument-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.instrument-card__image {
  width: 256px;
  height: auto;
  margin-bottom: 24px;
  border-radius: 12px;
}

.instrument-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.instrument-card__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #292926;
  margin-bottom: 16px;
}

.instrument-card__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  color: #292926;
  margin-bottom: 24px;
  flex-grow: 1;
}

.instrument-card__btn {
  display: block;
  background-color: transparent;
  color: #154D1A;
  border: 1px solid #154D1A;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  align-self: center;
  width: 100%;
}

.instrument-card__btn:hover {
  background-color: #154D1A;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .instruments__content {
    max-width: 343px;
  }
  
  .instruments__title {
    font-size: 28px;
  }
  
  .instruments__text {
    font-size: 16px;
  }
  
  .instruments__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .instrument-card {
    padding: 20px;
  }
  
  .instrument-card__title {
    font-size: 20px;
  }
  
  .instrument-card__text {
    font-size: 16px;
  }
}

/* FAQ Section */
.faq {
  padding: 100px 0;
  background-color: #fff;
}

.faq__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
  color: #144419;
  text-align: center;
  margin-bottom: 44px;
  text-transform: uppercase;
}

.faq__list {
  max-width: 100%;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 24px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 16px 0;
  cursor: pointer;
  text-align: left;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #292926;
  transition: color 0.3s;
}

.faq__question:hover {
  color: #144419;
}

.faq__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq__icon--open {
  display: none;
}

.faq__item.is-active .faq__icon--closed {
  display: none;
}

.faq__item.is-active .faq__icon--open {
  display: block;
}

.faq__answer {
  display: none;
  padding: 0 0 16px 0;
}

.faq__item.is-active .faq__answer {
  display: block;
}

.faq__answer p {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #898989;
  margin: 0;
}

@media (max-width: 900px) {
  .faq__title {
    font-size: 28px;
  }
  
  .faq__question {
    font-size: 18px;
  }
  
  .faq__answer p {
    font-size: 14px;
  }
}

/* End of instruments section styles */

/* App Download Section */
.app-download {
  padding: 160px 0 100px;
  background-color: #EFEFED;
}

.app-download__block {
  background-color: #144419;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.app-download__icon {
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
}

.app-download__globe {
  width: 262px;
  height: 239px;
}

.app-download__content {
  margin-top: 40px;
}

.app-download__title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.1;
  color: #B7EF23;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.app-download__text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.app-download__link {
  display: inline-block;
  transition: opacity 0.3s;
}

.app-download__link:hover {
  opacity: 0.8;
}

.app-download__store-icon {
  height: 60px;
  width: auto;
}

.desktop-text {
  display: block;
}

.mobile-text {
  display: none;
}

@media (max-width: 900px) {
  .app-download {
    background-color: #144419;
    padding: 160px 0 20px;
  }
  
  .app-download__block {
    padding: 44px 20px;
    margin: 0 auto;
    max-width: 343px;
  }
  
  .app-download__icon {
    top: -119px;
  }
  
  .app-download__globe {
    width: 198px;
    height: 181px;
  }
  
  .app-download__content {
    margin-top: 32px;
  }
  
  .app-download__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .app-download__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  .app-download__store-icon {
    height: 50px;
  }
  
  .app-download__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .app-download__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  .desktop-text {
    display: none;
  }
  
  .mobile-text {
    display: block;
  }
}

/* Financial Instruments */
.financial-instruments {
  padding: 160px 0 100px;
  background: linear-gradient(to bottom, #B7EF23 50%, #F5F5F5 50%);
  min-height: 100vh;
}

.financial-instruments__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.financial-instruments__content {
  text-align: center;
  max-width: 850px;
}

.financial-instruments__title {
  font-weight: 900;
  font-size: 90px;
  color: #144419;
  margin-bottom: 24px;
  line-height: 1.1;
}

.financial-instruments__text {
  font-weight: 500;
  font-size: 19px;
  color: #154D1A;
  line-height: 1.5;
  max-width: 850px;
  margin: 0 auto;
}

.financial-instruments__calculator {
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
}

.calculator-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 80px;
  box-shadow: 0px 7px 29.4px 0px #0000001A;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.calculator-card__header {
  text-align: left;
  margin-bottom: 64px;
}

.calculator-card__title {
  font-weight: 900;
  font-size: 32px;
  color: #292926;
  margin-bottom: 8px;
}

.calculator-card__subtitle {
  font-weight: 500;
  font-size: 19px;
  color: #292926;
}

.calculator-card__content {
  display: flex;
  gap: 64px;
  align-items: flex-end;
}

@media (max-width: 900px) {
  .calculator-card__content {
    flex-direction: column;
    align-items: center;
  }

  .calculator-card__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0 !important;
  }

  .calculator-card__results {
    padding: 16px;
  }

  .calculator-card__btn {
    width: 419px;
  }
}

.calculator-card__inputs {
  display: flex;
  flex-direction: column;
  /* gap: 44px; */
  flex: 1;
}

.loan-calculator__input-row {
  display: flex;
  gap: 12px;
}

.loan-calculator__input-row .loan-calculator__input-group {
  flex: 1;
}

.calculator-input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.loan-calculator__label {
  font-weight: 700;
  font-size: 14px;
  color: #292926;
}

.loan-calculator__value {
  font-weight: 600;
  font-size: 18px;
  color: #292926;
  margin-bottom: 12px;
}

.loan-calculator__input {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  font-size: 16px;
  color: #292926;
  background: #FFFFFF;
  margin-bottom: 8px;
  height: 56px;
}

.loan-calculator__input:focus {
  outline: none;
  border-color: #B7EF23;
}

.calculator-slider-container {
  position: relative;
  width: 100%;
  height: 20px;
}

.calculator-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
}

.calculator-slider-track {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #E5E5E5;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.calculator-slider-fill {
  position: absolute;
  height: 100%;
  background: #B7EF23;
  border-radius: 2px;
  transition: width 0.1s ease;
}

.calculator-slider-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.1s ease;
  pointer-events: none;
}

.calculator-slider-circle {
  width: 20px;
  height: 20px;
}

.calculator-card__right {
  display: flex;
  flex-direction: column;
  padding-bottom: 55px;
}

.calculator-card__results {
  background: #154D1A;
  border-radius: 24px;
  padding: 32px;
  color: #FFFFFF;
  width: 419px;
  margin-bottom: 16px;
  
}

.calculator-results__title {
  font-weight: 900;
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 44px;
}

.calculator-results__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.calculator-results__item:last-child {
  margin-bottom: 0;
}

.calculator-results__item:last-child {
  margin-bottom: 0;
}

.calculator-results__label {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 32px;
}

.calculator-results__value {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.calculator-results__value--highlight {
  font-weight: 800;
  font-size: 24px;
  color: #CDF546;
}

.calculator-card__btn {
  width: 419px;
  background: #CDF546;
  border: none;
  border-radius: 100px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #154D1A;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.calculator-card__btn:hover {
  background: #A5D91F;
}

@media (max-width: 900px) {
  .financial-instruments {
    padding: 80px 0 0;
  }
  
  .financial-instruments__title {
    font-size: 60px;
  }
  
  .financial-instruments__text {
    font-size: 16px;
  }
  
  .calculator-card {
    padding: 32px;
    margin-top: -30px;
  }
  
  .calculator-card__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .calculator-card__title {
    font-size: 28px;
  }
  
  .calculator-card__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .financial-instruments__title {
    font-size: 48px;
  }
  
  .financial-instruments__text {
    font-size: 14px;
  }
  
  .calculator-card {
    padding: 24px;
    margin-top: -20px;
  }
  
  .calculator-card__title {
    font-size: 24px;
  }
  
  .calculator-card__subtitle {
    font-size: 14px;
  }
  
  .calculator-results__title {
    font-size: 20px;
  }
  
  .calculator-results__value--highlight {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .calculator-card__results {
    width: 343px;
    padding: 32px;
  }

  .calculator-card__btn {
    width: 343px;
  }
}

/* More in App Section */
.more-in-app {
  padding: 100px 0;
  background-color: #fff;
}

.more-in-app__title {
  font-weight: 900;
  font-size: 63px;
  color: #144419;
  text-align: left;
  margin-bottom: 100px;
}

.more-in-app__block {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}

.more-in-app__block:last-child {
  margin-bottom: 0;
}

.more-in-app__image {
  flex: 1;
}

.more-in-app__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.more-in-app__content {
  flex: 1;
  max-width: 498px;
}

.more-in-app__subtitle {
  font-weight: 900;
  font-size: 44px;
  color: #144419;
  margin-bottom: 24px;
}

.more-in-app__text {
  font-weight: 500;
  font-size: 19px;
  color: #898989;
  line-height: 1.5;
  margin-bottom: 64px;
}

.more-in-app__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.more-in-app__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.more-in-app__check {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-top: 2px;
}

.more-in-app__feature-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.more-in-app__feature-text {
  font-weight: 400;
  font-size: 20px;
  color: #292926;
  line-height: 1.4;
}

.more-in-app__feature-text strong {
  font-weight: 700;
}

@media (max-width: 900px) {
  .more-in-app {
    padding: 60px 0;
  }
  
  .more-in-app__title {
    font-size: 44px;
    margin-bottom: 60px;
  }
  
  .more-in-app__block {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }
  
  .more-in-app__content {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .more-in-app__subtitle {
    font-size: 32px;
  }
  
  .more-in-app__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  
  .more-in-app__image {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .more-in-app__feature-text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .more-in-app__title {
    font-size: 36px;
  }
  
  .more-in-app__subtitle {
    font-size: 28px;
  }
  
  .more-in-app__feature-text {
    font-size: 16px;
  }
}

/* Partners Section */
.partners {
  padding: 160px 0 100px;
  background-color: #B7EF23;
}

.partners__content {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.partners__title {
  font-weight: 900;
  font-size: 90px;
  color: #144419;
  margin-bottom: 24px;
  line-height: 1.1;
}

.partners__text {
  font-weight: 500;
  font-size: 19px;
  color: #154D1A;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .partners {
    padding: 120px 0 32px;
  }
  
  .partners__title {
    font-size: 32px;
  }
  
  .partners__text {
    font-size: 16px;
  }
}

/* Partner Offers Section */
.partner-offers {
  padding: 100px 0;
  background-color: #EFEFED;
}

.partner-offers__title {
  font-weight: 900;
  font-size: 44px;
  color: #144419;
  text-align: left;
  margin-bottom: 60px;
  line-height: 1.1;
}

.partner-offers__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}

.partner-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.04);
  position: relative;
}

.partner-card__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}

.partner-card__company {
  font-weight: 700;
  font-size: 24px;
  color: #292926;
}

.partner-card__badge {
  background: #B7EF23;
  color: #144419;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.partner-card__badge-icon {
  width: 16px;
  height: 16px;
}

.partner-card__content {
  display: flex;
  gap: 24px;
  align-items: center;
}

.partner-card__logo {
  width: 120px;
  height: 80px;
  background: #F5F5F5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  align-self: center;
}

.partner-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partner-card__details {
  display: flex;
  gap: 64px;
  flex: 1;
}

.partner-card__details-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.partner-card__detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.partner-card__detail-label {
  font-size: 12px;
  color: #898989;
  font-weight: 400;
  margin-bottom: 4px;
}

.partner-card__detail-value {
  font-weight: 700;
  font-size: 16px;
  color: #292926;
  line-height: 1.2;
}

.partner-card__detail-value--highlight {
  color: #B7EF23;
  font-size: 18px;
  font-weight: 700;
}

.partner-card__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
  flex-shrink: 0;
}

.partner-card__benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.partner-card__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.partner-card__feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.partner-card__feature-text {
  font-weight: 600;
  font-size: 14px;
  color: #292926;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}

.partner-card__btn {
  background: #B7EF23;
  color: #144419;
  border: none;
  border-radius: 100px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-top: 16px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
}

.partner-card__btn:hover {
  opacity: 0.8;
}

@media (max-width: 900px) {
  .partner-offers {
    padding: 60px 0;
  }
  
  .partner-offers__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .partner-card {
    padding: 24px;
  }
  
  .partner-card__content {
    flex-direction: column;
    gap: 20px;
  }
  
  .partner-card__logo {
    width: 100px;
    height: 60px;
    margin: 0 auto;
  }
  
  .partner-card__details {
    flex-direction: column;
    gap: 16px;
  }
  
  .partner-card__details-column {
    gap: 16px;
  }
  
  .partner-card__features {
    order: -1;
  }
}

/* Partners Companies Section */
.partners-companies {
  padding: 80px 0 100px;
  background-color: #EFEFED;
}

.partners-companies__img {
  width: 100%;
  height: auto;
  display: block;
}

/* offers */
.loading-screen {
  padding: 80px 0;
  background-color: #EFEFED;
  min-height: 100vh;
  position: relative;
}

.loading-content {
  text-align: center;
  margin-top: 60px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-title {
  font-weight: 700;
  font-size: 24px;
  color: #292926;
  margin-bottom: 16px;
}

.loading-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: rgba(41, 41, 38, 0.5);
  margin-bottom: 32px;
}

.loading-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.loading-dot {
  width: 8px;
  height: 8px;
  background-color: #292926;
  border-radius: 50%;
  animation: loading-dot 1.4s infinite ease-in-out;
}

.loading-dot:nth-child(1) {
  animation-delay: -0.32s;
}

.loading-dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loading-dot {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Offers Section */
.offers-section {
  padding: 80px 0 80px 0;
  background-color: #EFEFED;
  margin-top: 40px;
}

.offers-title {
  font-weight: 900;
  font-size: 44px;
  color: #144419;
  text-align: left;
  margin-bottom: 60px;
}

.offers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}

.offer-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.04);
  position: relative;
}

.offer-card__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}

.offer-card__company {
  font-weight: 700;
  font-size: 24px;
  color: #292926;
}

.offer-card__badge {
  background: #B7EF23;
  color: #144419;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.offer-card__badge-icon {
  width: 16px;
  height: 16px;
}

.offer-card__content {
  display: flex;
  gap: 24px;
  align-items: center;
}

.offer-card__logo {
  width: 120px;
  height: 80px;
  background: #F5F5F5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  align-self: center;
}

.offer-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.offer-card__details {
  display: flex;
  gap: 64px;
  flex: 1;
}

.offer-card__details-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.offer-card__detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.offer-card__detail-label {
  font-size: 12px;
  color: #898989;
  font-weight: 400;
  margin-bottom: 4px;
}

.offer-card__detail-value {
  font-weight: 700;
  font-size: 16px;
  color: #292926;
  line-height: 1.2;
}

.offer-card__detail-value--highlight {
  color: #B7EF23;
  font-size: 18px;
  font-weight: 700;
}

.offer-card__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
  flex-shrink: 0;
}

.offer-card__benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.offer-card__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.offer-card__feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.offer-card__feature-text {
  font-weight: 600;
  font-size: 14px;
  color: #292926;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}

.offer-card__btn {
  background: #B7EF23;
  color: #144419;
  border: none;
  border-radius: 100px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-top: 16px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
}

.offer-card__btn:hover {
  opacity: 0.8;
}

@media (max-width: 900px) {
  .loading-title {
    font-size: 20px;
  }
  
  .loading-subtitle {
    font-size: 16px;
  }
  
  .offers-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .offer-card {
    padding: 24px;
  }
  
  .offer-card__content {
    flex-direction: column;
    gap: 20px;
  }
  
  .offer-card__logo {
    width: 100px;
    height: 60px;
    margin: 0 auto;
  }
  
  .offer-card__details {
    flex-direction: column;
    gap: 16px;
  }
  
  .offer-card__details-column {
    gap: 16px;
  }
  
  .offer-card__features {
    order: -1;
  }
}