* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
h1, p, ul {
  margin: 0; padding: 0;
 }
@font-face {
  font-family: "Clash Display";
  src: url("fonts/clash-display-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("fonts/clash-display-medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("fonts/clash-display-bold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("fonts/clash-display-bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("fonts/source-han-sans-cn-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("fonts/source-han-sans-cn-medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("fonts/source-han-sans-cn-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
:root {
  --bg-light: #f5f5f5;
  --text-dark: #000000;
  --accent-orange: #ff8a00;
  --glass-bg: rgba(20, 20, 20, 0.6);
  --glass-border: rgba(255, 255, 255, 0.1);
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #000;
}
.section-tag {
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1.1;
}
.hero-screen {
  position: relative;
  width: 100%;
  height: 1080px;
  background: linear-gradient(320deg, #ff8935 -20%, #000000 35%);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.bg-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    135deg,
    transparent 50%,
    rgba(0, 0, 0, 0.4) 40%,
    black 60%,
    black 100%
  );
  mask-image: linear-gradient(
    165deg,
    transparent 55%,
    rgba(0, 0, 0, 0.4) 20%,
    black 60%,
    black 100%
  );
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
}
.butterfly-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 1200px;
  z-index: 1;
  opacity: 1.5;
  pointer-events: none;
}
.butterfly-image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.glow {
  position: absolute;
  filter: blur(120px);
  z-index: 1;
  border-radius: 50%;
}
.glow-blue-image-wrapper {
  position: absolute;
  top: -15%;
  left: -1%;
  width: 20vw;
  max-width: 1000px;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  filter: brightness(1.05) saturate(1.5);
}
.glow-blue-image {
  width: 100%;
  height: auto;
  display: block;
}
.navbar {
  position: fixed;
  top: 20px;
  width: 95%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(13, 13, 13, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 50px;
  padding: 0px 24px;
  z-index: 100;
  height: 72px;
}
 .logo img {
    height: 28px;
  }
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  height: 100%;
  width: 100%;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  font-family: "Source Han Sans CN ", sans-serif;
  font-weight: 400;
}
.nav-menu a {
  color: #ffff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  line-height: 24px;
  gap:20px;
}
.nav-menu a.active {
  color: #fff;
  border-bottom: 2px solid #f7a14c;
}
.nav-menu a:hover {
  color: #fff;
}
.hero-container {
  position: relative;
  z-index: 5;
  margin-top: 292px;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.cubes-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 900px;
  z-index:3;
}
.cubes-image {
  width: 120%;
  height: auto;
  display: block;
  opacity: 1;
  filter: brightness(0.6) contrast(1.45) saturate(1.2);
  image-rendering: crisp-edges;
}
h1 {
  position: relative;
  mix-blend-mode: normal;
    font-size: 72px;
  line-height: 1.1;
  color: #fff;
  font-family: "Clash Display";
  font-weight: 600;
  z-index: 10;
  letter-spacing: 1px;
}
.hero-text {
  position: relative;
  z-index: 10;
  margin-right: 120px;
}
.hero-text h1{
  margin-bottom: 32px;
    font-size: 96px;
}
.hero-text > p {
  max-width: 400px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "Source Han Sans CN ", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 64px;
}
.cta-box {
  display: flex;
  flex-direction: column;
    width: 420px;
  height: auto;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 200px;
}
.cta-box.glass-effect {
  padding: 32px 32px 40px 40px;
  gap: 16px;
}
.cta-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.store-link img {
  height: 45px;
  display: block;
  transition: transform 0.2s ease;
}
.store-link:hover img {
  transform: scale(1.05);
}
.apps-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
}
.app-button {
  display: flex;
  align-items: center;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  height: 50px;
    width: 100%;
;
}
.app-button.glass-effect {
  padding: 0px 0px 0px 17px;
  gap:3px;
}
.app-button:hover {
  transform: translateY(-2px);
}
.btn-icon {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
.btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.btn-text span {
  font-size: 8px;
  font-family: "Source Han Sans CN", sans-serif;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 0.05em;
}
.btn-text p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  font-family: "Source Han Sans CN", sans-serif;
}
.menu-toggle {
  display: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
.navbar,
  .hero-container,
  .container {
    width: 95% ;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-screen {
    height: 891px;
  }
  .cta-box.glass-effect {
  padding: 32px 32px 40px 40px;
  gap: 16px;
  justify-content: center;
}
  .navbar {
    top: 15px;
    height: 64px;
    padding: 0 20px;
  }
   .apps-buttons {
    flex-direction: row ;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .app-button {
    width: 150px;
    height: 48px;
  }
  .nav-menu {
    gap: 15px;
  }
  .nav-menu a {
    font-size: 14px;
  }
  .hero-container {
    margin-top: 292px;
  }
  .hero-text h1 {
    font-size: clamp(50px, 8vw, 84px) ;
    width: 880px;
  }
  .hero-text > p {
    font-size: 16px;
    max-width: 380px;
    margin-bottom: 48px;  }
  .cubes-wrapper {
     position: absolute;
  right: 0;
  bottom: -40px;
  width: 650px;
  }
  .butterfly-wrapper {
    width: 60%;
  }
  .cta-box{
  margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .navbar {
    width: 100% ;
    max-width: none ;
    left: 0 ;
    transform: none ;
    top: 0 ;
    padding: 30px 15px;
    background: transparent ;
    border: none ;
    backdrop-filter: none ;
    -webkit-backdrop-filter: none ;
    position: absolute;
  }
  .nav-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar.card-glass::before,
  .navbar.card-glass::after {
    display: none;
    content: none;
  }
  .navbar.card-glass {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    order: 1;
  }
  .menu-toggle span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
  }
  .logo img {
    height: 24px;
  }
  .logo {
    order: 2;
    margin-left: 20px;
  }
  .lang-selector {
    margin-left: auto;
    margin-right: 20px;
    order: 3;
  }
  .hero-container {
    margin-top: 100px;
    text-align: left;
  }
  .hero-text h1 {
    font-size: 32px;
    top:4px;
  }
  .hero-text {
    margin-bottom: 24px;
    margin-right: 0px;
  }
  .hero-text > p {
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 197px;
  }
  .cubes-wrapper {
        position: absolute;
  right: 0;
  bottom: 0px;
  width: 450px;
  }
  .butterfly-wrapper {
    opacity: 0.8;
    backdrop-filter: blur(50px);
    width: 80%;
  }
  .cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;;
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    isolation: auto;
  }
  .cta-box.glass-effect {
    padding: 24px 31px 24px 31px;
  }
  .cta-title {
    font-size: 20px;
  }
  .apps-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    width: 100%;
  }
  .app-button {
    height: 50px;
    padding: 10px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }
  .btn-icon {
    width: 24px;
    height: auto;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-text span {
    font-size: 9px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
  }
  .btn-text p {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    font-weight: 600;
  }
  .hero-screen {
    position: relative;
    width: 100%;
    min-height: 20vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    padding-bottom: 10px;
  }
  .nav-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: 5%;
    width: 75%;
    background: #0000;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid #0000;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: flex-start;
  }
  .nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .nav-menu li {
    list-style: none;
    width: 100%;
  }
  .nav-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    text-align: left;
  }
}
@media (max-width: 380px) {
  .cta-box {
    padding: 18px;
  }
  .cta-title {
    font-size: 18px;
  }
  .app-button {
    height: 46px;
    font-size: 14px;
  }
  .btn-text p {
    font-size: 14px;
  }
  .btn-text span {
    font-size: 8px;
  }
    .cubes-wrapper {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 400px;
  }
}
.ecosystem-section {
    background-color: #000;
    padding: 210px 0;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: visible;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.section-tag {
    display: inline-block;
    border-radius: 10px;
    font-size: 24px;
    margin-bottom: -32px;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    border: none;
    z-index: 10;
    font-family: "Clash Display", sans-serif;
    font-weight: 400;
}
.eco-card h3,
.badge {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    line-height: 1;
}
.section-tag.card-glass {
    padding: 8px 20px;
}
.section-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
}
.section-header {
    text-align: center;
    margin-bottom: 80px;
}
.section-title {
    font-size: 72px;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 82px;
}
.ecosystem-visual {
    position: relative;
    height: 946px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sphere-container {
    position: relative;
    width: 545px;
    height: 582px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.sphere-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(255, 138, 0, 0.3));
}
.eco-glow {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}
.eco-glow-blue {
    top: 50%;
    left: -1%;
    width: 18vw;
    mix-blend-mode: hard-light;
    filter: brightness(1.05) saturate(1.5);
}
.eco-glow-orange {
    top: 40%;
    right: -5%;
    width: 35vw;
    filter: brightness(1.2) saturate(1.3);
    mix-blend-mode: screen;
}
.eco-glow img {
    width: 100%;
    height: auto;
}
.eco-card {
    position: absolute;
    width: 420px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 32px 40px 40px 40px;
    border-radius: 20px;
    z-index: 10;
}
.eco-card h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1.3;
    letter-spacing: 1px;
}
.eco-card p {
    font-size: 16px;
    margin: 0;
    font-family: "Source Han Sans CN", sans-serif;
    font-weight: 400;
    color: #9799a1;
    line-height: 24px;
}
.badge {
    font-size: 24px;
    color: #9799a1;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: "Clash Display", sans-serif;
}
.card-top {
    top: 0px;
    left: 32%;
}
.card-left {
    left: -50px;
    top: 312px;
}
.card-right {
    right: -50px;
    top: 312px;
}
.card-bottom-left {
    left: 0;
    bottom: 10px;
}
.card-bottom-right {
    right: 0;
    bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .ecosystem-section {
        padding: 160px 20px 100px 20px;
    }
    .ecosystem-section .section-tag {
        margin-bottom: -28px ;
    }
    .section-title {
        font-size: clamp(48px, 6.5vw, 64px) ;
        text-align: center;
    }
    .ecosystem-visual {
        height: auto;
        flex-direction: column;
        gap: 20px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .sphere-container {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin: 0 auto 40px;
        position: relative;
        left: 0;
        top: -20px;
        order: -1;
    }
    .sphere-image {
       margin-bottom:-20px;
    }
    .eco-card {
        padding: 32px 40px;
        transform: none;
        position: relative ;
        top: auto ;
        left: auto ;
        right: auto ;
        bottom: auto ;
        width: 100% ;
        max-width: 920px;
        margin: 0 auto 20px ;
    }
    .card-top,
.card-left,
.card-right,
.card-bottom-left,
.card-bottom-right {
    position: relative ;
    top: auto ;
    left: auto ;
    right: auto ;
    bottom: auto ;
    margin: 0 auto 20px ;
}
}
@media (max-width: 767px) {
  .ecosystem-section {
    padding: 100px 0;
  }
  .badge{
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .section-tag {
    font-size: 12px;
     margin-bottom: 24px;
  }
  .section-title {
    font-size: 24px;
    text-align: center;
  }
  .ecosystem-visual {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sphere-container {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .sphere-image {
    width: 100%;
  }
  .eco-card {
    position: static;
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
        padding: 24px 32px;
  }
  .eco-card h3 {
    font-size: 16px;
    color: #fff;
  }
  .eco-card p {
    font-size: 14px;
  }
  .eco-glow-orange {
    top: 40%;
    right: auto;
    left: -10%;
    width: 30vw;
    filter: brightness(2) saturate(1.5) blur(20px);
    mix-blend-mode: screen;
    transform: scaleX(-1);
  }
  .eco-glow-blue {
    top: 0%;
    left: auto;
    right: 0%;
    width: 35vw;
    mix-blend-mode: hard-light;
    filter: brightness(1.05) saturate(1.5);
    transform: scaleX(-1);
  }
}
.features-section {
  background-color: #000;
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.features-section::after {
    content: "";
    display: block;
    height: 120px;
    width: 100%;
    pointer-events: none;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-top: 60px;
  width: 100%;
}
.features-visual {
  position: sticky;
  top: 150px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.phone {
  position: relative;
  width: 200%;
  height: auto;
  border-radius: 40px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  left: -300px;
  top: 0;
  display: block;
  z-index: 5;
}
.phone-wrapper {
  position: relative;
  width: 100%;
  max-width: 880px;
  height: auto;
}
.feat-glow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.feat-glow-orange {
  top: 85%;
  left: -7vw;
  width: 26vw;
  mix-blend-mode: screen;
  filter: blur(20px) brightness(1.8);
  opacity: 0.6;
}
.feat-glow-blue {
  top: 30%;
  right: -3vw;
  width: 27vw;
  mix-blend-mode: hard-light;
  filter: blur(10px) brightness(1);
  opacity: 1;
}
.feat-glow img {
  width: 100%;
  height: auto;
}
.features-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.feature-card.glass-effect {
  padding: 32px 40px 32px 40px;
}
.feature-num {
  font-size: 32px;
  color: #fff;
  display: block;
  margin-bottom: -32px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.feature-card h3 {
  font-size: 40px;
  margin-bottom: 53px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.feature-details {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: 1%;
}
.feature-details li {
  font-size: 20px;
  margin-bottom: 6px;
  position: relative;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  color: #b4b7c0;
}
.feature-details li strong {
  color: #fff;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
}
.feature-details li:last-child {
  margin-bottom: 0;
}
.feat-glow-blue-mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .features-section {
        padding: 40px 20px;
        overflow: hidden;
    }
    .features-section .section-title {
        width: 100% ;
        max-width: 880px;
        margin: 8px auto 82px;
        font-size: clamp(48px, 7vw, 64px) ;
        text-align: center;
    }
    .features-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 40px;
    }
    .section-tag {
        margin-bottom: 20px ;
        display: inline-block;
    }
    .features-visual {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        right: 0 ;
    }
    .phone-wrapper {
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 720px;
        height: auto;
    }
    .phone {
        position: relative;
        width: 100% ;
        left: 0 ;
        right: 0 ;
        top:  -38px;
        margin-bottom:-65px;
        border-radius: 40px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    }
    .features-list {
        width: 100%;
        max-width: 852px;
        gap: 30px;
    }
    .feature-card {
        width: 100% ;
        max-width: 100% ;
    }
}
@media (max-width: 767px) {
  .features-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    width: 100%;
  }
  .feature-num {
  font-size: 20px;
   margin-bottom: -20px;
}
.feature-card h3 {
  font-size: 20px;
}
.feature-details li {
  font-size: 14px;
}
  .features-visual {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 0px;
    overflow: visible;
  }
  .phone-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 500px;
    left: 0;
    transform: none;
    top: 0px;
  }
  .phone {
    position: relative;
    width: 100%;
    height: 330px;
    top: 25px;
    right: 50px;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom:6px;
    left:0;
  }
  .features-list {
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
  }
  .feature-card {
    width: 100%;
    height:auto;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px 24px 24px 32px;
  }
.feature-card.glass-effect {
   padding: 32px 24px 32px 24px;
}
.feature-card h3 {
    margin-bottom: 10px;
}
  .features-section {
    padding: 0px 0px 0px;
  }
  .feat-glow-orange {
    display: block;
    top: 94%;
    right: -45vw;
    left: auto;
    width: 90vw;
    mix-blend-mode: screen;
    filter: blur(20px) brightness(1);
    opacity: 0.8;
  }
  .feat-glow-blue {
    display: block;
    top: 38%;
    right: -20vw;
    left: auto;
    width: 75vw;
    mix-blend-mode: hard-light;
    filter: blur(14px) brightness(1);
    opacity: 0.7;
  }
  .feat-glow-blue-mobile {
    display: block;
    position: absolute;
    top: 77%;
    left: -20vw;
    right: auto;
    width: 60vw;
    mix-blend-mode: hard-light;
    filter: blur(14px) brightness(1);
    opacity: 0.7;
    z-index: 0;
  }
}
@media (max-width: 391px) {
   .phone-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 550px;
    left: 0;
    transform: none;
    top: 0px;
  }
  .phone {
    position: relative;
    width: 100%;
    height: 290px;
    top: 13px;
    right: 50px;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -20px;
    left:0;
  }
}
.payments-section {
  background: linear-gradient(320deg, #ff8935b2 -30%, #1f2023 35%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.payments-section .section-title {
    margin-bottom: 0;
}
.bg-grid-dark {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(
    150deg,
    transparent 40%,
    rgba(0, 0, 0, 0.3) 60%,
    black 90%
  );
  mask-image: linear-gradient(
    150deg,
    transparent 40%,
    rgba(0, 0, 0, 0.3) 60%,
    black 90%
  );
  pointer-events: none;
}
.payments-section .container {
  position: relative;
  z-index: 2;
}
.section-subtitle {
  max-width: 449px;
  margin: 25px auto 0;
  margin-top:0px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top:24px;
  margin-bottom:80px;
}
.payments-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-top: 80px;
  align-items: center;
}
.payments-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.payment-card {
  padding: 32px 40px 32px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width:100%;
  max-width: 940px;
  height: auto;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}
.payment-card h3 {
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}
.payment-card p {
  font-size: 16px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  color: #9799a1;
  line-height: 24px;
}
.payments-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.phone-mockup {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 800px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.8));
}
.payments-glow {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 122, 0, 0.15) 0%,
    transparent 70%
  );
  filter: blur(60px);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .payments-section {
        padding: 100px 0 80px;
    }
    .payments-section .section-tag {
        margin-bottom: 28px ;
        display: inline-block;
    }
    .payments-section .section-title {
        margin-top: 0 ;
        font-size: clamp(40px, 5vw, 56px) ;
        margin-bottom: 0px;
    }
    .payments-content {
        display: grid ;
        margin-top: 80px;
        align-items: start;
    }
    .payments-visual {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
        top:60px;
    }
    .phone-mockup {
        width: 100%;
        max-width: 280px;
        height: 550px;
    }
    .section-subtitle {
        margin-top: 24px ;
        margin-bottom: 30px ;
    }
    .payment-card {
        padding: 24px 30px;
        margin-bottom: 20px;
    }
    .payment-card h3 {
        font-size: 24px ;
        margin-bottom: 12px;
    }
    .payments-cards {
        gap: 15px;
    }
}
  @media (max-width: 767px) {
  .bg-grid-dark {
    display: none;
  }
  .payments-section {
    background: linear-gradient(280deg, #ff8935 -150%, #1f2023 75%);
    padding: 32px 0;
    position: relative;
    overflow: hidden;
  }
  .section-tag {
    margin-bottom: 0px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section-subtitle {
    margin-top: 20px;
    margin-bottom: 20px ;
    font-size: 16px;
    line-height: 1.4;
  }
  .payments-content {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    gap: 0px;
  }
  .payments-cards {
    gap: 20px;
  }
  .payments-visual {
    order: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 20px auto;
    padding-right:  0px;
  }
  .phone-mockup.desktop {
    width: 70%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .payment-card {
    width: 100%;
    padding: 32px 24px 32px 24px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .payment-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .payment-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .payments-glow {
    display: none;
  }
}
.news-section {
  background-color: #000;
  padding: 220px 0px 200px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.news-glow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.news-glow-blue {
  top: 8%;
  left: -15vw;
  width: 25vw;
  mix-blend-mode: hard-light;
  filter: blur(10px) brightness(1);
  opacity: 1;
}
.news-glow img {
  width: 100%;
  height: auto;
  display: block;
}
.news-grid {
  display: flex;
  gap: 24px;
  margin-top: 50px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  width: max-content;
}
.news-section h2,
.news-section .section-header {
    margin-bottom: 13px;
}
.news-card {
  flex: 0 0 320px;
  width:100%;
  width: 420px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news-card:hover {
  transform: translateY(-10px);
  border-color: rgba(220, 115, 9, 0.5);
}
.news-image-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-date {
  font-size: 20px;
  color: #9799a1;
  margin-bottom: -12px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
}
.news-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}
.news-content p {
  font-size: 16px;
  color: #9799a1;
  margin-bottom: 24px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.read-more {
  margin-top: auto;
  color: #dc7309;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}
.news-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.news-card:hover .news-img {
  transform: scale(1.1);
}
.slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 32px;
  position: relative;
  z-index: 100;
}
.control-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 86px;
  height: 40px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.control-btn:hover {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.05);
}
@media (min-width: 768px) and (max-width: 1180px) {
  .news-section{
  padding: 160px 0px 0px 0px;
  }
  .news-section .section-tag {
        margin-bottom: -33px ;
    }
}
@media (max-width: 767px) {
  .news-section {
    padding: 100px 20px;
  }
  .section-tag {
    margin-bottom:-6px ;
  }
  .news-section h2 {
    font-size: 24px;
    margin-bottom: 40px ;
  }
  .news-card {
    flex: 0 0 309px;
    max-width: 280px;
  }
  .news-image-wrapper {
    height: 180px;
  }
  .news-content {
     padding: 24px 32px 24px 32px;
  }
  .news-date {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .news-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .news-content p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .read-more {
    font-size: 14px;
  }
  .news-grid {
    margin-top: 0;
    gap: 16px;
  }
  .news-slider {
    padding: 0;
  }
  .slider-controls {
    margin-top: 24px;
    justify-content: center;
  }
  .control-btn {
      width: 60px;
      height: 36px;
  }
    .news-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vw;
    background: radial-gradient(
      circle,
      rgba(220, 115, 9, 0.41) 0%,
      transparent 70%
    );
    filter: blur(70px);
    z-index: 0;
    pointer-events: none;
    display: block;
  }
}
.contact-section {
  background-color: #000000;
  padding: 0px 0px 220px;
  position: relative;
  overflow: hidden;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 5;
}
.contact-glow {
  position: absolute;
  right: -10%;
  top: -20%;
  width: 600px;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  filter: blur(10px);
}
.section-tag-simple {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: -40px;
  font-family: "Clash Display", sans-serif;
}
.contact-title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 1px;
}
.contact-text {
  font-size: 24px;
  color: #ffffff;
  max-width: 480px;
  margin-bottom: 25px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
.contact-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.cat-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  line-height: 0.6;
}
.cat-tag img {
  width: 20px;
  height: 20px;
}
.cat-tag:hover {
  border-color: rgba(255, 122, 0, 0.5);
  background: rgba(255, 255, 255, 0.07);
}
.social-label {
  font-size: 20px;
  color: #7c7e88;
  line-height: 1.1;
  margin-bottom: 15px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
}
.social-icons-row {
  display: flex;
  gap: 20px;
}
.social-icons-row img {
  width: 44px;
  height: 44px;
  opacity: 0.6;
  transition: 0.3s;
}
.social-icons-row img:hover {
  opacity: 1;
  transform: translateY(-3px);
}
.contact-form-glass {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  padding: 32px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.form-group input,
.form-group select {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  border-radius: 17px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  height:46px;
}
.form-group select option {
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #ff7a00;
  background: #7c7e88;
}
.form-group select:focus {
  outline: none;
  border-color: #ff7a00;
}
.label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.char-count {
  font-size: 16px;
  color: #ffffff;
}
textarea {
  height: 202px;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.submit-btn {
  width: 100%;
  color: #fff;
  border: none;
  padding: 18px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 500;
  line-height: 20px;
  background: #dc7309;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(247, 161, 76, 0.35);
}
@media (min-width: 768px) and (max-width: 1180px) {
  .contact-section {
    padding: 168px 0 160px;
  }
  .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .contact-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .section-tag-simple {
    font-size: 24px ;
    margin-bottom: -29px ;
    margin-left: 0;
    margin-right: auto;
  }
  .contact-title {
    font-size: clamp(40px, 8vw, 64px) ;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    justify-content: flex-start;
  }
  .contact-text {
    font-size: 20px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    max-width: 600px;
    justify-content: flex-start;
  }
  .contact-categories {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    width:552px;
  }
  .social-links-block {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  .social-icons-row {
    justify-content: flex-start;
  }
  .contact-form-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact-form-glass {
    width: 100%;
    max-width: 550px;
    padding: 32px;
  }
  .contact-glow {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 0px 0px 96px;
  }
  .contact-glow {
    display: none;
  }
  .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .contact-info {
    flex-direction: column;
    align-items: flex-start;
    display: contents;
    text-align: left;
  }
  .section-tag-simple,
  .contact-title,
  .contact-text,
  .contact-categories {
    text-align: left ;
    margin-left: 0 ;
    margin-right: auto ;
    justify-content: flex-start ;
    display: flex;
    order: 1;
  }
  .section-tag-simple {
    margin-bottom: -16px;
    font-size: 18px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
  .contact-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }
  .contact-text {
    font-size: 16px;
    margin-bottom: 0px ;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }
  .contact-categories {
    margin-bottom: 20px;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0;
    margin-right: auto;
    justify-content: flex-start;
    display: flex;
  }
  .cat-tag {
    padding: 6px 10px;
    font-size: 11px;
  }
  .contact-form-wrapper {
    order: 2;
    width: 100%;
  }
  .social-links-block {
    order: 3;
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .social-icons-row {
    gap: 20px;
    text-align: center;
    justify-content: center;
  }
  .contact-form-glass {
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: none;
    border: 3px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
    gap:24px
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
    padding: 12px 16px;
  }
}
@media (max-width: 380px) {
  .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact-info {
    display: contents;
  }
  .section-tag-simple,
  .contact-title,
  .contact-text,
  .contact-categories {
    order: 1;
    text-align: left ;
    margin-left: 0 ;
    margin-right: auto ;
    justify-content: flex-start ;
    display: flex;
  }
  .section-tag-simple {
    margin-bottom: -16px;
    font-size: 18px;
  }
  .contact-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  .contact-text {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .contact-categories {
    margin-bottom: 25px ;
    justify-content: flex-start ;
    margin-left: 0 ;
  }
  .cat-tag {
    padding: 6px 10px;
    font-size: 9px;
  }
  .contact-form-wrapper {
    order: 2;
    width: 100%;
  }
  .contact-form-glass {
    padding: 24px;
    border-radius: 24px;
  }
  .social-links-block {
    order: 3;
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin-left: 0 ;
  }
  .social-icons-row {
    justify-content: center;
    gap: 20px;
  }
}
.main-footer {
  background-color: #1F2023;
  padding: 80px 0 40px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.footer-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.footer-right-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.footer-promo-title {
  font-size: 40px;
  margin: 0;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}
.main-footer .apps-buttons {
  display: flex;
  gap: 15px;
}
 .main-footer .btn-text p{
  color: #ffffff59;
 }
 .main-footer .btn-text span{
  color: #ffffff59;
  font-weight: 400;
 }
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 35px;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright, .footer-legal-links a {
  color: #55575c;
  font-size: 14px;
  text-decoration: none;
}
.footer-legal-links {
  display: flex;
  gap: 40px;
}
.footer-social-connect {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.footer-icons {
  display: flex;
  gap: 20px;
}
.footer-icons img {
  width: 24px;
  height: 24px;
  opacity: 0.9;
}
  .main-footer .btn-text p{
    font-size: 12px ;
    font-weight: 400;
   }
       .main-footer .btn-text span{
       }
@media (min-width: 768px) and (max-width: 1180px) {
  .main-footer {
    padding: 80px 20px 40px 20px ;
  }
  .footer-main-row {
    width:100%;
    max-width: 920px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }
  .footer-promo-title {
    font-size: 24px ;
    line-height: 1;
    margin: 0 ;
  }
  .main-footer .apps-buttons {
    display: flex;
    flex-direction: row ;
    gap: 12px;
    margin-bottom: -34px;
  }
  .main-footer .btn-text p{
    font-size: 15px ;
    font-weight: 400;
   }
    .main-footer .btn-text span{}
  .footer-brand {
    margin: 0;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding: 40px 0 32px;
    height: auto;
    min-height: auto;
  }
  .footer-main-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    height: auto;
    margin-bottom: 32px;
  }
  .footer-promo-title {
    font-size: 16px;
    margin-bottom: -35px;
    text-align: center;
    width: 100%;
    white-space: normal;
  }
 .footer-logo-img {
    margin-bottom: -5px;
  }
  .main-footer .apps-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 40px;
  }
  .main-footer .app-button {
    flex: 0 1 auto;
    width: 200px;
    height: 37px;
    padding: 4px 8px;
    box-sizing: border-box;
  }
  .footer-bottom-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    height: auto;
  }
  .footer-social-connect {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    gap: 5px;
  }
  .footer-icons {
    margin-top: 4px;
    display: flex;
    gap: 20px;
     margin-bottom: 28px;
  }
  .footer-legal-links {
    order: 2;
    display: flex;
    gap: 15px;
    margin-bottom: 27px;
  }
  .copyright {
    order: 3;
    font-size: 14px;
    opacity: 0.5;
    margin-top: 0;
  }
  .footer-divider {
    margin-bottom: 32px;
  }
  .footer-brand {
    margin-bottom: 30px;
  }
  .footer-right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}
.glass-effect {
  display: flex;
  gap: 0.7em;
  padding: 0.5em;
  border-radius: 0.9em;
  position: relative;
  overflow: hidden;
  background: transparent;
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  border: none;
  box-shadow:
    inset 0 0 6px rgba(255, 255, 255, 0.15),
    0 10px 25px rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.glass-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.2) 30%,
    transparent 60%,
    rgba(255, 255, 255, 0.4)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.glass-effect::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    transparent 40%,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  opacity: 0.4;
  pointer-events: none;
  animation: glass-shine 8s infinite linear;
}
@keyframes glass-shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.card-glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: none;
  overflow: hidden;
}
.card-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.1) 30%,
    transparent 60%,
    rgba(255, 255, 255, 0.3)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.card-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 40%,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  opacity: 0.4;
  pointer-events: none;
  animation: glass-shine 8s infinite linear;
}
