.why-invest-hero {
  padding: 364px 0 270px;
  position: relative;
}
@media (max-width: 900px) {
  .why-invest-hero {
    padding: 228px 0 120px;
  }
}
.why-invest-hero__inner {
  text-align: center;
      z-index: 2;
    position: relative;
}

.why-invest-image-one{
    position: absolute;
    left: calc(50% - 1053px);
    top: 46px;
    width: 944px;
    height: auto;
    display: block;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 500px){
  .why-invest-image-one{
    left: calc(50% - 396px);
    top: 91px;
    width: 360px;
  }
}


.why-invest-image-two{
    position: absolute;
    right: calc(50% - 1051px);
    top: 98px;
    width: 709px;
    height: auto;
    display: block;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 500px){
  .why-invest-image-two{
    right: calc(50% - 700px);
    top: 220px;
    width: 670px;
  }
}




.why-invest-hero__inner h4 {
  color: var(--title-color);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}
@media (max-width: 900px) {
  .why-invest-hero__inner h4 {
    font-size: 32px;
  }
}
.why-invest-hero__inner p {
  color: var(--text-gray-color);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  max-width: 600px;
  margin: 0 auto;
}




#aw-panel-profit > div > article.aw-acc-item.is-open > div > p > img{
  max-width: 100%;
}


#aw-panel-deal > div > article.aw-acc-item img{
  max-width: 100%;
}








.ask-we-win { 
  padding: 57px 0; 
}
.ask-we-win .ask-we-win__inner{ 
  text-align: center; 
}

.aw-eyebrow{
  margin-bottom: 12px;
}
.aw-title{
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 73px;
  color: #E9ECEF;
}

/* ========== Tabs ========== */
.aw-tabs{ 
  margin-top: 16px; 
}
.aw-tablist-wrap{ 
  position:relative; 
  margin: 0px 0 32px; 
}
.aw-tablist{
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 18px;
  justify-content: space-between;
  gap: 42px;
}
.aw-tablist::-webkit-scrollbar{ display:none; }

.aw-tab{
  position: relative;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #D6D6D6;
  cursor: pointer;
  white-space: nowrap;
  transition: color .25s ease;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
}
.aw-tab:is(:hover,:focus-visible){ color:#f0f2f5; outline:none; }
.aw-tab.is-active{ color: var(--accent); }

/* Track + indicator */
.aw-track{
  position:absolute; left:0; right:0; bottom:0;
  height:4px; background:#33333A;
}
.aw-indicator{
  position: absolute;
  bottom: 1px;
  height: 2px;
  background: linear-gradient(267.34deg, #EBBD84 4.45%, #3353A8 95.55%);
  transform: translateX(0);
  transition: transform .35s ease, width .35s ease;
  pointer-events: none;
  max-width: 64px;
  width: 100%;
}

/* ========== Panels ========== */
.aw-panels{
  max-width: 951px;
  margin: 0 auto;
  text-align: left;
}
.aw-tabpanel{ display:none; }
.aw-tabpanel.is-active{ display:block; }

/* hidden content (See more) */
.aw-tabpanel .aw-hidden{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .25s ease;
}
.aw-tabpanel.is-expanded .aw-hidden{
  max-height: 1200px;
  opacity: 1;
}

.aw-tabpanel .aw-more{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  margin-top: 24px;
  color: #EBBD84;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.aw-more:hover{ text-decoration: underline; }

.aw-tabpanel h3{
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: left;
  color: #E9ECEF;
}
.aw-tabpanel h4{
  color: #D6D6D6;
  margin: 16px 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.aw-list{
  list-style:none; padding:0; margin:0 0 8px;
  display:grid; gap:10px;
  max-width: 576px;
}
.aw-list li{
  position: relative;
  padding-left: 32px;
  color: #D6D6D6;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.aw-list li::before{
  content: "";
  background-image: url(/images/meteor-icons_check.svg);
  background-size: contain;
  background-position: center;
  width: 24px; height: 24px;
  position: absolute; left: 0;
}

/* ========== Responsive ========== */
@media (min-width: 900px){
  .aw-tabpanel{ max-width: 950px; }
}
@media (max-width: 768px){
  .aw-title{ font-size: 30px; }
}
@media (max-width: 640px){
  .aw-tablist-wrap{ margin-bottom: 18px; }
  .aw-list{ gap:8px; }
}


/* === Accordion === */
.aw-accordion {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.aw-acc-item {
  border-bottom: 1px solid #33333A;
}

.aw-acc-header {
  margin: 0;
}

.aw-acc-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: color .3s ease;
  font-family: Lexend;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  vertical-align: bottom;
  color: #E9ECEF;
}

.aw-acc-btn:focus-visible{
  outline: none;
}

.aw-acc-btn:hover {
  color: var(--accent);
}

.aw-acc-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 12px;
}

.aw-acc-icon::before,
.aw-acc-icon::after {
  content: "";
  position: absolute;
  background-color: #E9ECEF;
  transition: transform .3s ease;
}

.aw-acc-icon::before {
  width: 100%;
  height: 2px;
  top: 6px;
  left: 0;
}

.aw-acc-icon::after {
  width: 2px;
  height: 100%;
  left: 6px;
  top: 0;
}

.aw-acc-item.is-open .aw-acc-icon::after {
  transform: scaleY(0);
}

.aw-acc-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #D6D6D6;
}

.aw-acc-panel a{
    color: #EBBD84;
}

.aw-acc-item.is-open .aw-acc-panel {
  opacity: 1;
  max-height: 3000px;
  padding-bottom: 16px;
}

.aw-acc-item.is-open .aw-acc-btn{
  color: #EBBD84;
}

.aw-acc-item.is-open .aw-acc-btn .aw-acc-icon::before, .aw-acc-item.is-open .aw-acc-icon::after{
  background-color: #EBBD84;
}


/* Дополнительные элементы внутри аккордеона */
.aw-more-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.aw-acc-item.is-open .aw-more-content[aria-expanded="true"],
.aw-more-content.is-open {
  max-height: 5000px;
  opacity: 1;
}

.aw-more-toggle {
  display: inline-block;
  color: #EBBD84;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  margin-top: 20px;
}

.aw-more-toggle:hover {
  text-decoration: underline;
}

.aw-note {
  font-size: 14px;
  color: #D6D6D6;
  margin: 16px 0 12px;
}

.aw-acc-panel img{
  max-width: 584px;
  margin-bottom: 16px;
}

/* Вложенные списки */
.aw-list ol {
  margin: 8px 0 0 0;
  list-style: none;
  padding: 0;
}

.aw-list ol li{
  padding: 0;
}

.aw-list ol li::before{
  display: none;
}










.risks-section {
  padding: 120px 0;
  color: #D6D6D6;
}

.risks-eyebrow {
  color: #3353A8;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.risks-title {
  color: #E9ECEF;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 40px;
}

.risks-accordion {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 64px;
}

.risks-item {

}

.risks-header {
  margin: 0;
}

.risks-btn {
  width: 100%;
  background: #5353620D;
  border: 1px solid #33333A;
  border-radius: 8px;
  color: #D6D6D6;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
  transition: color .3s;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.risks-btn:hover {
  color: var(--accent, #EBBD84);
}

.risks-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.risks-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease;
}

.risks-item.is-open .risks-panel {
  max-height: 8000px;
  opacity: 1;
  padding-bottom: 24px;
}

.risks-item.is-open .risks-header{
  height: 0;
  overflow: hidden;
}

.risks-list {
  list-style: none;
  margin: 12px 0 24px;
  padding: 0;
}
.risks-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.risks-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url('/images/meteor-icons_check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.risks-ol {
  counter-reset: num;
  margin-left: 20px;
  padding-left: 0;
}
.risks-ol li {
  counter-increment: num;
  margin-bottom: 16px;
}
.risks-ol li::marker {
  font-weight: 700;
}

.risks-hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease;
}

.risks-hidden.is-open {
  max-height: 6000px;
  opacity: 1;
}

.risks-more {
  color: #EBBD84;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.risks-more:hover {
  text-decoration: underline;
}







.in-control-risk{
  padding: 64px 0 128px;
}

.in-control-risk .in-control-risk__inner .top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
}


.in-control-risk .in-control-risk__inner .in-control-risk__title{
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #E9ECEF;
}

.in-control-risk .in-control-risk__inner .in-control-risk__description{
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}

@media (max-width:768px){
  .in-control-risk .in-control-risk__inner .in-control-risk__title{
    font-size: 30px;
  }

  .in-control-risk .in-control-risk__inner .top{
    grid-template-columns: 1fr;
  }
}




/* контейнер */
.faq{

}
.faq__list{ max-width:1180px; margin:0 auto; padding:0 20px; }

/* разделители */
.faq__divider{
  border:0; height:1px; background:#2a2c31;
  margin:16px 0 0;
}

/* заголовок */
.faq__header{ margin:0; }
.faq__toggle{
  appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  text-align: left;
  color: #E9ECEF;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  vertical-align: bottom;
}
.faq__toggle:hover{ color:#ffffff; }

/* плюс/минус */
.faq__icon{
  flex:0 0 22px; height:22px; position:relative; display:inline-block;
}
.faq__icon::before, .faq__icon::after{
  content:""; position:absolute; left:0; top:50%; width:100%; height:2px;
  background:#E9ECEF; transform:translateY(-50%); border-radius:2px;
}
.faq__icon::after{ transform:translateY(-50%) rotate(90deg); }
.faq__toggle[aria-expanded="true"] .faq__icon::after{ opacity:0; } /* минус */

/* активный заголовок акцентом */
.faq__toggle[aria-expanded="true"] .faq__title{ color:#EBBD84; }

/* панель */
.faq__panel{
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .35s ease, opacity .25s ease;
}
.faq__panel.is-open{
  opacity:1;
  /* max-height ставим инлайном из JS под контент */
}

/* контент панели */
.faq__content{ padding:0 0 16px 38px; } /* отступ под иконку */
.faq__content p{ margin:0 0 14px; color:#E9ECEF; }

/* кнопка Read more */
.faq__more-btn{
  appearance:none; border:0; background:transparent; color:#EBBD84;
  font-weight:700; padding:0; cursor:pointer;
}
.faq__more-btn:hover{ text-decoration:underline; }

/* блок "more" (внутреннее раскрытие) */
.faq__more{
  overflow:hidden; max-height:0; opacity:.0;
  transition:max-height .3s ease, opacity .25s ease;
}
.faq__more.is-open{ opacity:1; }

/* адаптив типографики */
@media (max-width: 640px){
  .faq__toggle{ font-size:18px; gap:14px; }
  .faq__content{ padding-left:36px; }
}







.why-invest-advantages {
  padding: 0 0 104px 0;
  position: relative;
}
.why-invest-advantages .why-invest-bg-img{
  position: absolute;
  left: calc(50% - 1166px);
  bottom: -23px;
  width: 929px;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 500px){
  .why-invest-advantages .why-invest-bg-img{
    left: calc(50% - 500px);
    bottom: auto;
    top: 0;
    width: 500px;
  }
}

.why-invest-advantages .why-invest-bg-img-2{
  position: absolute;
  left: calc(50% - -400px);
  bottom: -150px;
  width: 500px;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 500px){
  .why-invest-advantages .why-invest-bg-img-2{
    left: calc(50% - 0px);
  }
}

.why-invest-advantages__inner {
  text-align: center;
}
.why-invest-advantages__inner h4 {
  color: var(--title-color);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 900px) {
  .why-invest-advantages__inner h4 {
    font-size: 28px;
  }
}
.why-invest-advantages__inner .items {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    margin-top: 64px;
    gap: 20px;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
@media (max-width: 900px) {
  .why-invest-advantages__inner .items {
    grid-template-columns: 1fr;
  }
}
.why-invest-advantages__inner .items .item {
    border-radius: 12px;
    background: rgba(83, 83, 98, 0.1);
    backdrop-filter: blur(4.1999998093px);
    padding: 44px 32px;
    border: 1px solid #33333A;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.why-invest-advantages__inner .items .item:nth-child(2), .why-invest-advantages__inner .items .item:nth-child(3){
    padding: 40px 24px 58px;
    margin-left: 20px;
}
@media (max-width: 900px) {
  .why-invest-advantages__inner .items .item:nth-child(2), .why-invest-advantages__inner .items .item:nth-child(3) {
    margin-left: 0;
  }
}
.why-invest-advantages__inner .items .item h5 {
  color: var(--title-color);
  text-align: left;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}
.why-invest-advantages__inner .items .item p {
  color: var(--text-gray-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}

.why-invest-advantages__inner .items .item a{
  margin-top: auto;
}

.why-invest-advantages__inner .items .item .btn{
    margin-top: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #EBBD84;
}

.why-invest-profit-forecast {
  padding: 64px 0;
}
.why-invest-profit-forecast__inner h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  max-width: 600px;
}
@media (max-width: 900px) {
  .why-invest-profit-forecast__inner h4 {
    font-size: 28px;
  }
}
.why-invest-profit-forecast__inner .scroll-wrapper {
  position: relative;
  padding-bottom: 48px;
  margin: 64px 0 40px;
}
@media (max-width: 768px) {
  .why-invest-profit-forecast__inner .scroll-wrapper {
    margin: 48px 0 40px;
  }
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 64px;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container::-webkit-scrollbar {
  display: none;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container .scroll-item {
  /* flex: 0 0 100%; */
  scroll-snap-align: start;
  color: white;
  box-sizing: border-box;
  border-radius: 12px;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container-top .scroll-item {
  flex: 0 0 100%;
}

.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container-bottom {
    scroll-snap-type: none !important;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container-bottom .scroll-item {
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: none !important;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container .scroll-item img {
  margin-bottom: 24px;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container .scroll-item__heading {
  margin-bottom: 24px;
  color: var(--title-color);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-container .scroll-item p {
  color: var(--text-gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .progress-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .progress-wrapper .scroll-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  position: relative;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .progress-wrapper .scroll-progress .scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(267.34deg, #EBBD84 4.45%, #3353A8 95.55%);
  backdrop-filter: blur(4.2px);
  border-radius: 12px;
  transition: width 0.1s ease-out;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons {
  display: flex;
  gap: 16px;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons button {
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button {
  width: 32px;
  height: 32px;
  border: none;
  background: #33333A;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.1s;
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button:hover, .why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button:active {
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button:active {
  transform: scale(0.9);
}
.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button img {
  filter: brightness(0) invert(1);
}




.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons button[disabled]{
  background: #33333A!important;
  cursor: not-allowed;
}

.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons button[disabled] svg path{
  stroke: #000;
}

.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons button:hover{
  background: transparent;
}

.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons button[disabled]:hover::before{
  display: none;
  background-color: #33333A!important;
}

.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-item__description{
  color: #D6D6D6;
}

.why-invest-profit-forecast__inner .scroll-wrapper .scroll-controls .scroll-buttons button:hover::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}




.why-invest-profit-forecast__inner .bottom {
  display: flex;
  gap: 40px;
  margin-top: 36px;
}
@media (max-width: 900px) {
  .why-invest-profit-forecast__inner .bottom {
    gap: 20px;
    flex-direction: column;
  }
}
.why-invest-profit-forecast__inner .bottom h5 {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  flex: 1;
}
.why-invest-profit-forecast__inner .bottom p {
  color: var(--text-gray-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  flex: 1;
}

.offer-strategies {
    padding: 37px 0 89px;
}
.offer-strategies__inner {
  text-align: center;
}
.offer-strategies__inner h4 {
  color: var(--title-color);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  max-width: 615px;
  margin: 0 auto 24px;
}
@media (max-width: 900px) {
  .offer-strategies__inner h4 {
    font-size: 28px;
  }
}
.offer-strategies__inner p {
  color: var(--text-gray-color);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  max-width: 947px;
  margin: 0 auto;
}
.offer-strategies__inner .items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 40px;
}
.offer-strategies__inner .items .item {
  border-radius: 12px;
  border: 1px solid #33333A;
  background: rgba(83, 83, 98, 0.1);
  backdrop-filter: blur(4.1999998093px);
  padding: 40px 24px;
  flex: 1;
  min-width: 270px;
}
.offer-strategies__inner .items .item h5 {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  min-height: 84px;
}

@media (max-width: 900px) {
  .offer-strategies__inner .items .item h5 {
    min-height: auto;
  }
}
.offer-strategies__inner .items .item .line {
  background: linear-gradient(267deg, #EBBD84 4.45%, #3353A8 95.55%);
  height: 2px;
  display: block;
  margin: 16px 0; 
} 
.offer-strategies__inner .items .item p {
  color: var(--text-gray-color);
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}





/* ===== Layout ===== */
.early-birds{
  color: #E9ECEF;
  padding: 40px 0;
}

.early-birds .early-birds__inner{

}

.eb-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 900px){
  .eb-grid{ grid-template-columns: 1fr; }
}

.eb-grid .gradient-text{
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}

/* ===== Left column ===== */
.eb-eyebrow{
  margin: 0 0 8px;
  text-transform: lowercase;
  letter-spacing: .02em;
  font-size: clamp(14px, 1.6vw, 16px);
}
.eb-eyebrow span{ color: #E9ECEF; opacity:.9; }
.eb-eyebrow--muted{ color: #3353A8; }

.eb-title{
  margin: 0 0 64px 0;
  color: #E9ECEF;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.eb-grid .btn-gradient-full{
  padding: 16px 15px;
}

/* ===== Right column ===== */

.eb-right{
  margin-top: 23px;
}


.eb-right p{
  margin: 0 0 16px;
  color: #E9ECEF;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

/* Check list */
.eb-list{
  list-style:none;
  padding:0;
  margin: 12px 0 14px;
  display: grid;
  gap: 8px;
}
.eb-list li{
  position: relative;
  padding-left: 32px;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #D6D6D6;
}
.eb-list li::before{
  content: "";
  background-image: url(/images/meteor-icons_check.svg);
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}

/* ===== Mobile tweaks ===== */
@media (max-width: 560px){
  .eb-title{ line-height: 1.15; }
  .eb-btn{ padding: 14px 22px; }
  .eb-list li{ padding-left:28px; }
  .eb-list li::before{ width:18px; height:18px; }
}







.why-invest-foundation {
  padding: 72px 0 0 0;
}
.why-invest-foundation__inner .colums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
}
@media (max-width: 768px) {
  .why-invest-foundation__inner .colums {
    gap: 42px;
    display: flex;
    flex-direction: column;
  }
}

.why-invest-foundation__inner .colums .content p{
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #E9ECEF;
}
.why-invest-foundation__inner .colums .col-content {
  flex: 1;
}
.why-invest-foundation__inner .colums .col-content h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .why-invest-foundation__inner .colums .col-content h4 {
    font-size: 28px;
  }
}
.why-invest-foundation__inner .colums .col-content p {
  color: var(--text-gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.why-invest-foundation__inner .colums .col-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 31px 40px;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .why-invest-foundation__inner .colums .col-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.why-invest-foundation__inner .colums .col-items .item .number {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 768px) {
  .why-invest-foundation__inner .colums .col-items .item .number {
    font-size: 28px;
  }
}
.why-invest-foundation__inner .colums .col-items .item p {
  color: var(--text-gray-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}


.accordion-section-page .top{
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}

@media (max-width: 768px){
  .accordion-section-page .top{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}

.accordion-section-page .top h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: var(--title-color);
}

@media (max-width: 768px){
  .accordion-section-page .top h3{
      font-size: 28px;
  }
}

.accordion-section-page .top p{
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-gray-color);
}