@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 125%;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  min-height: 100%;
  height: auto;
}

body {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
}

input[type=text]:focus {
  outline: none;
}

textarea[type=text]:focus {
  outline: none;
}

html {
  height: auto;
  min-height: 100%;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #ffd900 #1a1a1a;
}

body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Thin project scrollbar — track + moving thumb */
html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background: #1a1a1a;
}

html::-webkit-scrollbar-thumb {
  background-color: #ffd900 !important;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  min-height: 48px;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #ffe100 !important;
}

html::-webkit-scrollbar-corner {
  background: #1a1a1a;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #828282;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #828282;
}

button {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

ul li {
  list-style: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 15px;
  width: 100%;
}

.main {
  flex: 1 1 auto;
  overflow: hidden;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 60px;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 64px;
  font-weight: 700;
  color: #000;
}

h2 {
  font-size: 40px;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 45px;
  font-weight: 600;
  color: #000;
}

h3 {
  font-size: 24px;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}

h4 {
  font-size: 20px;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}

p {
  font-size: 16px;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}

.title-fs {
  font-size: 60px;
  line-height: 64px;
}

.text-grey {
  color: #828282;
}

.text-grey2 {
  color: #B3B3B3;
}

.text-grey3 {
  color: #4c4c4c;
}

.text-fs {
  font-size: 14px;
}

.text-fs2 {
  font-size: 10px !important;
}

.mg-top {
  margin-top: 30px;
}

.mg-top2 {
  margin-top: 15px;
}

.mg-right {
  margin-right: 15px;
}

.pg-top {
  padding-top: 100px;
}

.container-form {
  background-color: #FFD900;
  border-radius: 20px;
}

.form-row {
  padding: 74px 60px;
  align-items: normal;
}
.form-row__left-title {
  margin-bottom: 40px;
}
.form-row__right {
  justify-content: space-between;
}
.form-row__right-list {
  margin-top: 40px;
  margin-left: 20px;
}
.form-row__right-list-item {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  list-style: disc;
}
.form-row__right-logo {
  max-width: 200px;
  width: 100%;
}
.form-row__right-logo img {
  max-width: 168px;
  width: 100%;
}

.form__input {
  max-width: 530px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: none;
  padding: 4px 15px;
  margin-top: 10px;
}
.form__btn {
  margin-top: 20px;
  height: 60px;
}

@media (max-width: 1200px) {
  .form-row {
    padding: 55px 40px;
  }
}
@media (max-width: 940px) {
  .form-row {
    flex-direction: column;
  }
  .form-row__right {
    flex-direction: row;
    margin-top: 40px;
  }
  .form-row__right-list-item {
    margin-top: 3px;
  }
}
@media (max-width: 550px) {
  .form-row {
    padding: 37px 1px;
  }
  .form-row__right-logo {
    display: none;
  }
}
.button {
  max-width: 220px;
  width: 100%;
  height: 40px;
  background: #FFD900;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-align: center;
  padding: 1px 10px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.button:hover {
  background-color: #FFE100;
}

.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-black:hover {
  background-color: #202020;
}

.express-lending__button {
  background-color: #FFD900;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 60px;
  margin-right: auto;
  padding: 10px 30px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
}
.express-lending__button:hover {
  background-color: #FFE100;
  transform: translateY(5px);
}

.benefits-section__card-button {
  max-width: 235px;
  font-size: 13px;
  height: 55px;
  box-shadow: 0px 30px 50px 0px rgba(140, 84, 0, 0.6);
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
}
.benefits-section__card-button:hover {
  background-color: #000;
  transform: translateY(5px);
}

.traffic__card-button {
  background-color: #feec00;
  color: #000;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  align-self: flex-start;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 21px 0px;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header__container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 20px;
}
.header__logo {
  max-width: 150px;
  width: 100%;
  justify-self: start;
}
.header__menu {
  justify-self: center;
}
.header__menu .menu__list {
  justify-content: center;
  gap: 0;
}
.header__contact {
  text-align: end;
  margin-right: 10px;
}
.header__contact-number {
  font-size: 15px;
}
.header__right {
  max-width: none;
  width: auto;
  justify-self: end;
  justify-content: flex-end;
}
.header__btn {
  width: 220px;
  max-width: 220px;
  flex-shrink: 0;
}

.menu__item {
  margin: 0px 15px;
}
.menu__link {
  color: #000;
  position: relative;
  line-height: 2;
  text-decoration: none;
}
.menu__link:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  content: "";
  transition: width 0.3s ease-out;
}
.menu__link:hover:after, .menu__link:focus:after {
  width: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

#burger-menu {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  overflow: visible;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  margin-left: 10px;
  display: none;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #000;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 20px;
}
#burger-menu span {
  right: 9px;
  top: 17px;
  width: 20px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 20px;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 20px;
}
#burger-menu.close span {
  transform: rotate(-45deg);
  top: 19px;
  width: 20px;
}
#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

#menu {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 24px;
  transition: all 0.3s ease-in-out;
}
#menu.overlay {
  visibility: visible;
  opacity: 1;
  background: #fff;
}
#menu ul {
  padding: 0;
}
#menu li {
  text-align: left;
  margin: 0px;
}
#menu a {
  margin-bottom: 30px;
}

.container-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#burger-menu {
  display: none;
}

@media (max-width: 1200px) {
  .header__container {
    display: flex;
    justify-content: space-between;
  }
  .header__menu {
    display: none;
  }
  .header__right {
    max-width: none;
    width: auto;
  }
  .header__right2 {
    display: flex;
    flex-direction: column;
  }
  #burger-menu {
    display: block;
  }
  .cn-mg {
    margin: 20px 0px 15px 0px;
    text-align: left;
  }
}
@media (max-width: 940px) {
  .header__logo {
    max-width: 130px;
  }
  .header__contact {
    display: none;
  }
  .header__right {
    justify-content: end;
  }
}
@media screen and (max-width: 691px) {
  #menu {
    padding-top: 21px;
  }
}
@media screen and (max-width: 481px) {
  .header__btn {
    display: none;
  }
}
.footer {
  background-color: #000;
  padding: 80px 0px;
}
.footer__contact-number {
  color: #fff;
  margin-bottom: 30px;
}
.footer__contact-email {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.footer__contact-email:hover {
  opacity: 0.8;
}
.footer-row {
  align-items: flex-start;
}

.footer-logo {
  max-width: 150px;
  width: 100%;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  list-style: none;
}

.footer-list__item {
  margin-bottom: 0;
}
.footer-list__link {
  color: #fff;
}
.footer-list__link:hover {
  color: #828282;
}

@media screen and (max-width: 691px) {
  .footer-row {
    flex-direction: column;
  }
  .footer-list {
    margin: 35px 0px 15px 0px;
  }
}
.page__agency {
  background-color: #FFD900;
  padding: 200px 0 90px 0;
}

.agency-content__left-title {
  margin-bottom: 35px;
}
.agency-content__left-btn {
  height: 60px;
}
.agency-content__right {
  align-items: stretch;
}
.agency-content__right-block {
  position: relative;
  background-color: #fff;
  border-radius: 80px 8px 8px 8px;
  max-width: 202px;
  width: 100%;
  margin-left: 8px;
  padding: 76px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.agency-content__right-block_number {
  color: #000;
  font-size: 60px;
  font-weight: 500;
  position: absolute;
  top: -35px;
}

.agency-content__right-block_number--lg {
  font-size: 42px;
  top: -22px;
  letter-spacing: -0.02em;
}
.agency-content__right-block_date {
  font-size: 15px;
  border-bottom: 1px solid #000;
  margin-top: 18px;
}

.advertising-approach__top-title {
  text-transform: uppercase;
}
.advertising-approach__top-text {
  color: #4c4c4c;
  margin-top: 40px;
}
.advertising-approach__block {
  max-width: 890px;
  margin-left: auto;
}
.advertising-approach__block-row {
  align-items: flex-start;
}
.advertising-approach__block-row_text {
  max-width: 264px;
  width: 100%;
  display: block;
  position: relative;
}
.advertising-approach__block-row_text-title {
  position: relative;
}
.advertising-approach__block-row_text-subtitle {
  background: #f5f5f5;
  border-radius: 30px;
  color: #000;
  padding: 1px 7px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: -16px;
}
.advertising-approach__block-row_block {
  max-width: 264px;
  width: 100%;
}
.advertising-approach__block-row_block-text {
  margin-top: 10px;
}
.advertising-approach__block-line {
  border-bottom: 1px solid #ebebeb;
  margin-top: 35px;
  margin-bottom: 40px;
}
.advertising-approach__block-non2 {
  display: none;
}

.stages__title {
  text-align: center;
  margin-bottom: 50px;
}

.stages-content {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  align-items: flex-start;
  padding: 40px 0px;
}
.stages-content__left_text {
  background-color: #FFD900;
  border-radius: 30px;
  padding: 1px 12px;
  font-size: 13px;
}
.stages-content__center {
  max-width: 213px;
  width: 100%;
}
.stages-content__right {
  max-width: 360px;
  width: 100%;
}
.stages-content__right-list_item {
  color: #4c4c4c;
  list-style: disc;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}
.stages-content__right-list_item:last-child {
  margin-bottom: 0px;
}

.express-lending {
  position: relative;
  padding: 100px 0;
  color: #fff;
}
.express-lending__video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.express-lending__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.express-lending__content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: auto;
  padding: 100px 20px;
}
.express-lending__corner-block {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 57px 36px;
  border-radius: 10px;
  text-align: left;
  border-radius: 14px;
  border: 1px solid #4c4c4c;
}
.express-lending__corner-number {
  font-size: 30px;
  margin-bottom: 5px;
  color: #fff;
}
.express-lending__corner-text {
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0px;
}
.express-lending__corner-link {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
}
.express-lending__row {
  margin: 60px 0px;
}
.express-lending__row-number {
  font-size: 30px;
  color: #fff;
}
.express-lending__row-text {
  color: #fff;
  border-radius: 5px;
  background-color: #4c4c4c;
  padding: 3px 10px;
  margin: 0px 15px;
}

.page__contact-us {
  background-color: #000;
  /* padding-bottom: 50px; */
  padding: 50px 0 50px 0
}
.page__express-design_content {
  padding-top: 50px;
}
.contact-us__row {
  align-items: normal;
}
.contact-us__left {
  background-color: #FFD900;
  border-radius: 20px;
  max-width: 370px;
  width: 100%;
  padding: 75px 35px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.contact-us__left-title {
  margin-bottom: 28px;
}

.contact-us__left-text {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: #000;
  margin: 0 0 16px;
}

.contact-us__left-text--muted {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4c4c4c;
}
.contact-us__right {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 40px 35px 48px;
  align-items: flex-start;
}

.page__marketing {
  background-color: #FFD900;
  margin-top: 70px;
  padding: 150px 0px;
}

.marketing__container {
  max-width: 415px;
}
.marketing__title {
  position: relative;
}
.marketing__title span {
  position: absolute;
  top: -62px;
  left: -137px;
}
.marketing__text {
  margin: 40px 0px;
}

.traffic__row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.traffic__text-wrapper {
  flex: 1;
  position: relative;
}
.traffic__text-sticky {
  position: sticky;
  top: 100px;
}
.traffic__headline {
  max-width: 288px;
}
.traffic__text {
  margin-top: 45px;
}
.traffic__cards {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 30px;
}
.traffic__cards > .traffic__card:nth-child(3) {
  grid-column: span 2;
  max-width: 48%;
}
.traffic__card {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 30px 30px;
  text-decoration: none;
  color: #000;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background-color 0.3s ease;
  text-align: left;
}
.traffic__card:hover {
  background-color: #FFD900;
}
.traffic__card:hover .traffic__card-text {
  transform: translateY(-55px);
}
.traffic__card:hover .traffic__card-image {
  opacity: 1;
  transform: translateY(-156%) translateX(0);
}
.traffic__card:hover .traffic__card-button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.traffic__card-active {
  background-color: #FFD900;
  overflow: visible;
}
.traffic__card-text {
  transition: transform 0.4s ease;
  z-index: 2;
  position: relative;
  max-width: 220px;
  margin: auto;
}
.traffic__card-title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
.traffic__card-description {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #4c4c4c;
}
.traffic__card-image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-332%) translateX(4px);
  max-width: 115px;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.traffic__card-image2 {
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 11px;
  right: -64px;
  transform: rotate(267deg);
}

.ad-customization__container {
  max-width: 780px;
  margin-right: 0px;
  margin-left: auto;
}
.ad-customization__content {
  margin-top: 45px;
}
.ad-customization__row {
  padding: 50px 0px;
  border-top: 1px solid #B3B3B3;
  justify-content: left;
}
.ad-customization__row:last-child {
  border-bottom: 1px solid #B3B3B3;
}
.ad-customization__item {
  align-items: flex-start;
  max-width: 375px;
  width: 100%;
  justify-content: left;
}
.ad-customization__item-number {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-right: 40px;
}
.ad-customization__item-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.page__benefits-section {
  padding: 100px 0px;
}

.benefits-section__row {
  justify-content: left;
}
.benefits-section__row2 {
  justify-content: right;
  align-items: flex-start;
  margin-top: 8px;
}
.benefits-section__card {
  max-width: 370px;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 20px;
  margin-right: 8px;
  padding: 40px;
}
.benefits-section__card:last-child {
  margin-right: 0px;
}
.benefits-section__card--accent {
  background-color: #FFD900;
}
.benefits-section__card-title {
  margin-bottom: 40px;
}
.benefits-section__card-text {
  margin-top: 20px;
}
.benefits-section__card-img {
  text-align: end;
  margin-top: 55px;
}

/* .page__express-design {
  padding: 100px 0px;
} */

.express-design__video {
  border-radius: 0px;
}
.express-design__container {
  position: relative;
  z-index: 2;
}
.express-design__content {
  padding: 100px 0px;
}
.express-design__title {
  color: #fff;
}

.express-design__title-accent {
  color: #ffd900;
}

.express-design__lead {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.express-design__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.express-design__actions .express-lending__button {
  margin: 0;
  max-width: 220px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 600;
}

.express-design__btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.express-design__btn-ghost:hover {
  border-color: #ffd900;
  color: #ffd900;
}

.express-design__row {
  margin-top: 48px;
}
.express-design__right {
  width: 100%;
  max-width: 421px;
  align-items: stretch;
}
.express-design__right-block {
  position: relative;
  background-color: #fff;
  border-radius: 80px 8px 8px 8px;
  max-width: 202px;
  width: 100%;
  margin-left: 8px;
  padding: 100px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.express-design__right-block_number {
  color: #000;
  font-size: 60px;
  font-weight: 500;
  position: absolute;
  top: 27px;
}

.express-design__content-row {
  margin-top: 40px;
}

.left-text {
  flex: 1;
  font-size: 20px;
  line-height: 1.5;
  margin-right: 40px;
}

.right-buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero {
  padding: 60px 40px;
  color: white;
  background: #000;
  margin-top: 100px;
}

.brand-types {
  background-color: #000;
  padding: 80px 0;
  color: white;
}

.brand-types__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.brand-types__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #fff;
}

.brand-types__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.brand-types__item {
  flex: 1 1 18%;
  background: transparent;
  border: none;
  border-radius: 12px;
  cursor: default;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  position: relative;
  min-height: 280px;
  height: auto;
  padding: 20px 14px 28px;
  overflow: hidden;
}

.brand-types__number {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffd900;
  opacity: 1;
}

.brand-types__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 14px;
}

.brand-types__description {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.5;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.brand-types__arrow {
  font-size: 22px;
  margin-top: auto;
  display: none;
  color: #fff;
}

.page__privacy-policy {
  padding: 120px 0px 100px;
}
.page__privacy-policy-eyebrow {
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page__privacy-policy-title {
  margin-bottom: 12px;
}
.page__privacy-policy-meta {
  margin-bottom: 32px;
  font-size: 14px;
}
.page__privacy-policy-text {
  font-weight: 700;
  margin: 40px 0px;
}
.page__privacy-policy-subtitle {
  margin-bottom: 35px;
  color: #4c4c4c;
  line-height: 1.5;
}
.page__privacy-policy-item {
  margin-top: 10px;
  list-style: auto;
  color: black;
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.page__privacy-policy-item a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 24px;
}
.privacy-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}
.privacy-table th,
.privacy-table td {
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
  color: #000;
}
.privacy-table th {
  background: #f5f5f5;
  font-weight: 600;
}

/* ОВЕРЛЕЙ */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ПОПАП */
.popup {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 400px;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: #fff;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  padding: 52px 30px 20px;
  overflow: hidden;
  transition: right 0.4s ease;
  z-index: 1000;
}

.popup.active {
  right: 0;
}

.popup h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  color: #333;
  cursor: pointer;
}

.parent-conainer {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  overflow-x: hidden;
}

.parent {
  display: grid;
  grid-gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: 11%;
  overflow-x: scroll;
  grid-template-rows: repeat(9, 1fr);
}
.parent p {
  color: #000;
}

.effective-branding__block {
  max-width: 370px;
  width: 100%;
  padding: 30px 35px;
  border-radius: 10px;
  background-color: #FFD900;
}
.effective-branding__block-text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
.effective-branding__block-sub {
  margin-bottom: 15px;
}
.effective-branding__block-sub:last-child {
  margin-bottom: 0px;
}

.image-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.image-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  will-change: transform; /* оптимізація */
}

.image-container:hover .image-inner {
  transform: scale(1.1);
}

.image-inner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .container {
    max-width: 940px;
  }
  h2 {
    font-size: 36px;
  }
  p {
    line-height: 20px;
  }
  .pg-top {
    padding-top: 80px;
  }
  .express-lending {
    padding-top: 80px;
  }
  .mg-top {
    margin-top: 22px;
  }
  .advertising-approach__top {
    display: flex;
    align-items: center;
  }
  .advertising-approach__top-text {
    margin-left: 40px;
    margin-top: 0px;
  }
  .advertising-approach__block {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
  }
  .express-lending__corner-block {
    padding: 30px 18px;
  }
  .express-design__right {
    width: 100%;
    max-width: 366px;
  }
  .express-design__right-block {
    max-width: 175px;
    padding: 93px 7px 15px 20px;
    border-radius: 50px 8px 8px 8px;
  }
  .express-design__right-block_number {
    font-size: 55px;
    top: 19px;
  }
  .traffic__card-title {
    font-size: 18px;
    line-height: 23px;
  }
  .traffic__card-description {
    font-size: 12px;
    line-height: 16px;
  }
  .marketing__container {
    max-width: 415px;
  }
  .traffic__card {
    min-height: 305px;
  }
  .branding-title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
  }
  .page__privacy-policy {
    padding: 80px 0px;
  }
  .parent {
    grid-template-rows: repeat(1, 1fr);
  }
  .parent-conainer {
    padding: 17px 16px;
  }
}
@media (max-width: 940px) {
  .container {
    max-width: 600px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }
  .title-fs {
    font-size: 54px;
    line-height: 58px;
  }
  .agency-content {
    flex-direction: column;
  }
  .agency-content__right {
    margin-top: 60px;
  }
  .advertising-approach__block-line {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .advertising-approach_text-title {
    font-size: 18px;
    line-height: 22px;
  }
  .advertising-approach__block-row_text-title {
    font-size: 18px;
    line-height: 22px;
  }
  .advertising-approach__block-row_block-text {
    margin-top: 10px;
    font-size: 14px;
    background-color: #F5F5F5;
    border-radius: 5px;
    display: table;
    padding: 5px 7px;
  }
  .advertising-approach__block-row_text-subtitle {
    font-size: 12px;
  }
  .stages-content {
    padding: 30px 0px;
  }
  .stages-content__right {
    max-width: 205px;
  }
  .stages-content__right-list_item {
    margin-bottom: 18px;
  }
  .express-lending__content {
    padding: 88px 20px;
  }
  .express-lending__corner-block {
    bottom: 15px;
    right: 15px;
    top: auto;
    left: auto;
  }
  .contact-us__row {
    flex-direction: column;
  }
  .contact-us__left {
    max-width: 100%;
    padding: 43px 35px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .express-design__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .express-design__right {
    display: flex;
    width: 100%;
    margin-top: 35px;
    margin-left: auto;
  }
  .express-design__content-row {
    flex-direction: column;
  }
  .page__marketing {
    padding: 120px 0px;
  }
  .marketing__container {
    max-width: 428px;
  }
  .traffic__row {
    flex-direction: column;
  }
  .benefits-section__card {
    padding: 28px;
  }
  .benefits-section__card-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
  }
  .benefits-section__card-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
  }
  .left-text {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .brand-types__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-types__description {
    opacity: 1;
  }
  .brand-types__arrow {
    display: none;
  }
  .brand-types__name {
    margin-bottom: 14px;
  }
  .brand-types__item {
    height: auto;
    min-height: 220px;
    max-width: 300px;
  }
  .right-buttons {
    width: 100%;
  }
  .hero {
    margin-top: 60px;
  }
  .page__privacy-policy-title {
    font-size: 23px;
    line-height: 25px;
  }
  .page__privacy-policy-text {
    font-weight: 700;
    margin: 26px 0px;
  }
  .page__privacy-policy-subtitle {
    margin-bottom: 17px;
  }
  .page__privacy-policy-item {
    font-size: 13px;
    line-height: 15px;
  }
  .effective-branding__block {
    max-width: 100%;
  }
  .parent {
    grid-auto-columns: 28%;
  }
  .parent-conainer {
    padding: 17px 16px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .pg-top {
    padding-top: 50px;
  }
  .page__agency {
    padding: 145px 0 90px 0;
  }
  .advertising-approach__block-row {
    flex-direction: column;
  }
  .advertising-approach__block-row_block {
    margin-bottom: 40px;
  }
  .advertising-approach__block-line {
    display: none;
  }
  .advertising-approach__block-non {
    display: none;
  }
  .advertising-approach__block-non2 {
    display: block;
  }
  .advertising-approach__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .advertising-approach__top-text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .agency-content__right-block {
    padding: 24px 20px 24px 20px;
  }
  .agency-content__right-block_number {
    font-size: 48px;
    top: -35px;
  }
  .stages-content {
    flex-direction: column;
  }
  .stages-content__right {
    max-width: 100%;
  }
  .stages-content__center {
    margin: 10px 0px;
  }
  .stages-content__right-list_item {
    margin-left: 18px;
  }
  .stages__title {
    text-align: center;
    margin-bottom: 26px;
  }
  .express-lending {
    padding-top: 45px;
  }
  .express-lending__content {
    padding: 40px 20px;
  }
  .express-lending__row {
    margin: 36px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .express-lending__row-text {
    margin: 13px 0px;
  }
  .express-lending__corner-block {
    display: none;
  }
  .contact-us__right-img {
    display: none;
  }
  .contact-us__right {
    padding: 37px 10px;
  }
  .contact-us__left {
    max-width: 100%;
    padding: 26px 10px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .popup {
    padding: 70px 20px 20px;
  }
  .page__marketing {
    padding: 95px 0px;
  }
  .marketing__title span {
    position: absolute;
    top: -51px;
    left: 0px;
  }
  .traffic__cards {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .traffic__cards > .traffic__card:nth-child(3) {
    grid-column: span 1;
    max-width: 100%;
  }
  .ad-customization__row {
    flex-direction: column;
    border-top: 0px;
    padding: 0px;
  }
  .ad-customization__item {
    padding: 14px 0px;
  }
  .benefits-section__row {
    flex-direction: column;
  }
  .benefits-section__row2 {
    flex-direction: column;
  }
  .benefits-section__card {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .title-fs {
    font-size: 40px;
    line-height: 36px;
  }
  .page__benefits-section {
    padding: 50px 0px;
  }
  .branding-title {
    font-size: 28px;
    line-height: 31px;
    font-weight: 600;
  }
  .left-text {
    flex: 1;
    font-size: 16px;
    line-height: 18px;
  }
  .brand-types__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .brand-types__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
  }
  .hero {
    padding: 50px 0px;
  }
}

/* ===== MAIDEL index additions (minimal) ===== */
.agency-content__left-label {
  margin-bottom: 16px;
  font-size: 15px;
  color: #4c4c4c;
}

/* Technology hero */
.agency-content--technology {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  align-items: center;
  gap: 72px;
}

.agency-content--technology .agency-content__left {
  max-width: 620px;
}

.agency-content--technology .agency-content__left-title {
  margin-bottom: 28px;
}

.technology-hero__text {
  max-width: 600px;
  margin: 0 0 34px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.5;
}

.agency-content--technology .agency-content__left-btn {
  width: 220px;
}

.technology-hero__metrics {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  margin: 0;
}

.technology-hero__metrics .agency-content__right-block {
  flex: 0 0 168px;
  width: 168px;
  max-width: 168px;
  min-width: 168px;
  margin: 0;
  padding: 76px 16px 24px;
  box-sizing: border-box;
}

.technology-hero__metrics .agency-content__right-block_number--lg {
  top: -20px;
  font-size: 36px;
}

@media (max-width: 1200px) {
  .agency-content--technology {
    grid-template-columns: minmax(280px, 1fr) auto;
    gap: 36px;
  }

  .agency-content--technology .agency-content__left {
    max-width: 360px;
  }
}

@media (max-width: 940px) {
  .agency-content--technology {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .agency-content--technology .agency-content__left {
    max-width: 600px;
  }

  .technology-hero__metrics {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .technology-hero__metrics {
    flex-wrap: wrap;
  }

  .technology-hero__metrics .agency-content__right-block {
    flex: 1 1 145px;
    width: auto;
    min-width: 145px;
    max-width: none;
  }

  .agency-content--technology .agency-content__left-btn {
    width: 100%;
  }
}

/* Why MAIDEL: heading aligned beside information cards */
.advertising-approach--split > .container {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}

.advertising-approach--split .advertising-approach__top {
  position: relative;
  display: block;
  padding: 36px 40px 36px 0;
  border-right: 1px solid #ebebeb;
}

.advertising-approach--split .advertising-approach__top::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -2px;
  width: 3px;
  height: 48px;
  background: #ffd900;
}

.advertising-approach--split .advertising-approach__top-text {
  margin: 24px 0 0;
}

.advertising-approach--split .advertising-approach__block {
  width: 100%;
  max-width: none;
  margin: 0;
}

@media (max-width: 991.98px) {
  .advertising-approach--split > .container {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
  }

  .advertising-approach--split .advertising-approach__top {
    padding-right: 28px;
  }
}

@media (max-width: 767.98px) {
  .advertising-approach--split > .container {
    display: block;
  }

  .advertising-approach--split .advertising-approach__top {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }

  .advertising-approach--split .advertising-approach__top::after {
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    width: 48px;
    height: 3px;
  }

  .advertising-approach--split .advertising-approach__block {
    margin-top: 36px;
  }
}

/* Tech stack preview (index, over video) */
.express-lending--tech .express-lending__content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 100px 40px 80px;
}

.express-lending--tech .tech-stack {
  position: relative;
  z-index: 2;
}

.tech-stack__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.tech-stack__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.tech-stack__label-mark {
  width: 10px;
  height: 10px;
  background: #ffd900;
  flex-shrink: 0;
}

.tech-stack__title {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.tech-stack__accent {
  color: #ffd900;
}

.tech-stack__intro {
  margin: 0 auto;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.55;
}

.tech-stack__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.tech-stack__card {
  padding: 28px 24px 26px;
  border: 1px solid #4c4c4c;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: border-color 0.2s;
}

.tech-stack__card:hover {
  border-color: rgba(255, 217, 0, 0.45);
}

.tech-stack__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  background: #ffd900;
  color: #000;
}

.tech-stack__card-title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

.tech-stack__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.tech-stack__cta {
  display: flex;
  justify-content: center;
}

.tech-stack__cta .express-lending__button {
  margin: 0 auto;
  max-width: 320px;
}

@media (max-width: 991.98px) {
  .express-lending--tech .express-lending__content {
    padding: 80px 28px 60px;
  }

  .tech-stack__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .express-lending--tech .express-lending__content {
    padding: 40px 20px;
  }

  .tech-stack__head {
    margin-bottom: 32px;
  }

  .tech-stack__cta .express-lending__button {
    max-width: none;
    width: 100%;
  }
}

/* Crypto ticker marquee */
.page__ticker {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: -1px;
  background: #0a0a0a;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page__ticker::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background: #0a0a0a;
  z-index: 1;
  pointer-events: none;
}

.page__ticker::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background: #0a0a0a;
  z-index: 1;
  pointer-events: none;
}

.ticker {
  overflow: hidden;
  width: 100%;
  background: #0a0a0a;
}

.ticker__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  background: #0a0a0a;
}

.ticker__group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  background: #0a0a0a;
}

.ticker__track.is-ready {
  animation: ticker-scroll 70s linear infinite;
  backface-visibility: hidden;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ticker__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  background: #0a0a0a;
  box-sizing: border-box;
}

.ticker__item img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #0a0a0a;
  line-height: 0;
}

.ticker__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 88px;
  background: #0a0a0a;
  line-height: 1.25;
}

.ticker__symbol {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
}

.ticker__price {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.ticker__change {
  font-size: 12px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.ticker__change--up {
  color: #22c55e;
}

.ticker__change--up::before {
  content: "▲ ";
  font-size: 8px;
}

.ticker__change--down {
  color: #ef4444;
}

.ticker__change--down::before {
  content: "▼ ";
  font-size: 8px;
}

.ticker__item.flash-up .ticker__price {
  color: #22c55e;
  transition: color 0.4s ease;
}

.ticker__item.flash-down .ticker__price {
  color: #ef4444;
  transition: color 0.4s ease;
}

.ticker__loading {
  display: block;
  padding: 18px 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}

/* Quote plate */
.page__quote .container {
  display: flex;
  justify-content: center;
}

.page__quote {
  padding-bottom: 20px;
}

.quote-plate {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 52px 56px 44px;
  background: #000;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.quote-plate__mark {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(72px, 12vw, 128px);
  line-height: 1;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255, 217, 0, 0.12);
  pointer-events: none;
  user-select: none;
}

.quote-plate__text {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: clamp(26px, 4.5vw, 48px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.quote-plate__accent {
  color: #ffd900;
}

.quote-plate__cite {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #828282;
}

.quote-plate__cite::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #ffd900;
  flex-shrink: 0;
}

/* About — Company history */
.about-history__head {
  max-width: 960px;
  margin-bottom: 48px;
}

.about-history__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4c4c4c;
}

.about-history__label-mark {
  width: 8px;
  height: 8px;
  background: #ffd900;
  flex-shrink: 0;
}

.about-history__title {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
}

.about-history__title-accent {
  color: #ffd900;
}

.about-history__intro {
  margin: 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.55;
}

.about-history__grid {
  width: 100%;
}

.about-history__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.about-history__text {
  margin: 0;
  padding: 24px 0 0;
  border-top: 3px solid #ffd900;
  font-size: 16px;
  line-height: 1.6;
}

.about-history__text strong {
  color: #000;
  font-weight: 600;
}

/* About — standalone founding quote */
.about-quote {
  padding: 60px 0 32px;
  background: #fff;
}

.about-quote .container {
  display: flex;
  justify-content: center;
}

.quote-plate--about {
  max-width: 880px;
  margin: 0 auto;
  padding: 42px 48px 36px;
}

.quote-plate--about .quote-plate__text {
  max-width: 680px;
  font-size: clamp(25px, 3.8vw, 42px);
}

.quote-plate--about .quote-plate__mark {
  font-size: clamp(68px, 10vw, 108px);
}

@media (max-width: 991.98px) {
  .about-history__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-quote {
    padding: 48px 0 28px;
  }
}

@media (max-width: 767.98px) {
  .express-design__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .express-design__actions .express-lending__button,
  .express-design__btn-ghost {
    width: 100%;
    max-width: none;
  }

  .about-history__head {
    margin-bottom: 32px;
  }

  .about-quote {
    padding: 40px 0 24px;
  }

  .quote-plate--about {
    padding: 32px 24px 28px;
  }
}

/* Market Pulse news carousel */
.news-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.news-section__intro {
  flex: 1 1 280px;
}

.news-section__intro .code-intro {
  margin-bottom: 0;
}

.news-section__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.news-nav-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}

.news-nav-btn:hover {
  border-color: #000;
  background: #ffd900;
}

.news-nav-btn:focus-visible {
  outline: 2px solid #ffd900;
  outline-offset: 2px;
}

.news-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.news-grid::-webkit-scrollbar {
  display: none;
}

.news-grid__loading {
  font-size: 15px;
  color: #828282;
  padding: 24px 0;
}

.news-card {
  flex: 0 0 min(300px, 82vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.news-card:hover {
  border-color: #000;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.news-card__media {
  position: relative;
  width: 100%;
  height: 168px;
  overflow: hidden;
  background: #f2f2f2;
}

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

.news-card__media--fallback {
  background: #111;
}

.news-card__media--fallback::after {
  content: "CoinDesk";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 217, 0, 0.35);
}

.news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 16px;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.news-card__source {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffd900;
}

.news-card__dot {
  color: #c4c4c4;
  font-size: 12px;
}

.news-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__time {
  font-size: 12px;
  color: #828282;
}

.page__code {
  padding-top: 40px;
}

.code-intro {
  max-width: 720px;
  margin: -20px 0 50px;
  font-size: 16px;
  line-height: 1.45;
}

.stages__title--oneline {
  white-space: nowrap;
}

.code-intro--oneline {
  max-width: none;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 767.98px) {
  .stages__title--oneline,
  .code-intro--oneline {
    white-space: normal;
  }
}

.code-warning {
  max-width: 900px;
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.45;
}

.chart-label {
  margin-bottom: 8px;
  font-size: 15px;
}

.chart-shell {
  margin-top: 30px;
  width: 100%;
  min-height: 480px;
  height: 560px;
  background: #111;
  overflow: hidden;
  position: relative;
}

.chart-shell .tradingview-widget-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.chart-shell .tradingview-widget-container__widget,
.chart-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.chart-shell .tradingview-widget-copyright {
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #8b8b8b;
}

.chart-shell .tradingview-widget-copyright a {
  color: #8b8b8b;
  text-decoration: none;
}

.chart-shell .tradingview-widget-copyright .blue-text {
  color: #2962ff;
}

@media (max-width: 991.98px) {
  .quote-plate {
    padding: 40px 32px 36px;
  }
  .chart-shell {
    min-height: 360px;
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .quote-plate {
    padding: 32px 24px 28px;
  }
  .code-intro {
    margin-top: 0;
  }
  .ticker__item {
    padding: 12px 20px;
  }
}

/* Position size calculator */
.calc-form {
  width: 100%;
  max-width: none;
}

.calc-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #111;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
  color: #fff;
}

.calc-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.calc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.calc-label {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.calc-input {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 14px;
  background: #1a1a1a;
  border: 1px solid #333;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.calc-input:focus-within {
  border-color: #ffd900;
  background: #202020;
}

.calc-input__affix {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #8b8b8b;
}

.calc-input__control {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  -moz-appearance: textfield;
}

.calc-input__control::-webkit-outer-spin-button,
.calc-input__control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-input__control:focus {
  outline: none;
}

.calc-input__control::placeholder {
  color: #555;
}

.calc-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
}

.calc-metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  background: #161616;
  min-width: 0;
}

.calc-metric__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b8b8b;
}

.calc-metric__value {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: break-word;
}

.calc-metric--accent .calc-metric__value {
  color: #ffd900;
}

@media (max-width: 767.98px) {
  .calc-panel {
    padding: 16px;
  }

  .calc-fields,
  .calc-metrics {
    grid-template-columns: 1fr;
  }

  .calc-metric__value {
    font-size: 22px;
  }
}

.platforms-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.platform-block {
  min-width: 0;
  max-width: none;
  padding: 46px 52px 50px;
  background: #ffd900;
}

.platform-block + .platform-block {
  padding: 46px 52px 50px;
  border-left: 1px solid #ffd900;
  background: #000;
  color: #fff;
}

.platform-block__title {
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.platform-block__text {
  min-height: 112px;
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 1.6;
}

.technology-platforms .technology-section-head {
  max-width: none;
  margin: 0 0 42px;
  text-align: center;
}

.technology-platforms .technology-section-head__intro {
  max-width: 820px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.6;
}

.technology-platforms .platform-block .form-row__right-list {
  margin: 0;
  padding: 24px 0 0 20px;
  border-top: 1px solid #000;
}

.technology-platforms .platform-block .form-row__right-list-item {
  display: list-item;
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
}

.technology-platforms .platform-block + .platform-block .platform-block__title,
.technology-platforms .platform-block + .platform-block .platform-block__text,
.technology-platforms .platform-block + .platform-block .form-row__right-list-item {
  color: #fff;
}

.technology-platforms .platform-block + .platform-block .form-row__right-list {
  border-top-color: #4c4c4c;
}

.technology-platforms .platform-block + .platform-block .form-row__right-list-item::marker {
  color: #ffd900;
}

/* Technology content sections */
.technology-section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.technology-section-head__title {
  margin: 0;
}

.technology-section-head__label {
  margin: 14px 0 0;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.technology-section-head__intro {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.55;
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.technology-edge .technology-section-head {
  margin-bottom: 36px;
}

.edge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.edge-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffd900;
}

.edge-card--dark {
  border-color: #000;
  background: #000;
  color: #fff;
}

.edge-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 54px;
  border-radius: 50%;
  background: #000;
  color: #ffd900;
  font-size: 12px;
  font-weight: 600;
}

.edge-card--dark .edge-card__number {
  background: #ffd900;
  color: #000;
}

.edge-card .effective-branding__block-text {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 1.25;
}

.edge-card .effective-branding__block-sub {
  margin: 0 0 18px;
  line-height: 1.5;
}

.edge-card .effective-branding__block-sub:last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 13px;
}

.edge-card--dark .effective-branding__block-text,
.edge-card--dark .effective-branding__block-sub {
  color: #fff;
}

.edge-card--dark .effective-branding__block-sub:last-child {
  border-top-color: #4c4c4c;
  color: #b3b3b3;
}

.trading-station {
  margin-top: 0;
  padding-bottom: 100px;
  background: #000;
}

.trading-station .technology-section-head__title {
  color: #fff;
}

.trading-station .technology-section-head__label {
  color: #ffd900;
}

.trading-station .technology-section-head__intro {
  color: #828282;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.station-card {
  overflow: hidden;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  background: #fff;
}

.station-card__visual {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #111;
}

.station-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.station-card__body {
  min-height: 188px;
  padding: 22px;
}

.station-card__number {
  display: block;
  margin-bottom: 16px;
  color: #828282;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.station-card h3 {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
}

.station-card p {
  margin: 0;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.5;
}

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

  .edge-card {
    min-height: 0;
  }

  .edge-card__number {
    margin-bottom: 34px;
  }

  .station-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .technology-section-head {
    margin-bottom: 32px;
  }

  .platforms-row,
  .station-grid {
    grid-template-columns: 1fr;
  }

  .platform-block,
  .platform-block + .platform-block {
    padding: 30px 24px;
    border-left: 0;
  }

  .platform-block + .platform-block {
    border-top: 1px solid #ffd900;
  }

  .platform-block__text {
    min-height: 0;
  }

  .trading-station {
    padding-bottom: 70px;
  }

  .station-card__body {
    min-height: 0;
  }
}

/* ── Cookie consent banner ───────────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10050;
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 20px;
  background: #111;
  border: 1px solid #2a2a2a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  color: #fff;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #d6d6d6;
}

.cookie-banner__text a {
  color: #ffd900;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner__btn {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cookie-banner__btn--accept {
  background: #ffd900;
  color: #000;
}

.cookie-banner__btn--accept:hover {
  background: #ffe100;
}

.cookie-banner__btn--decline {
  background: transparent;
  color: #fff;
  border-color: #444;
}

.cookie-banner__btn--decline:hover {
  border-color: #ffd900;
  color: #ffd900;
}

@media (max-width: 479.98px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 16px;
  }

  .cookie-banner__btn {
    flex: 1 1 100%;
  }
}