/*
[Table of contents]
 
1. root variable
2. Common styles
3. Full css view

*/
/*==============================
	Fonts
==============================*/
@import "root-style.css";
ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}
*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
a {
  color: var(--black_theam);
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #1c6dc7;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
html,
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}
::selection {
}
p {
  font-weight: 300;
}
:focus {
  /* outline: 1px dotted;
  outline-offset: -4px;
  border-radius: 15px; */
}
img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
img.loaded {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0px 0;
  color: var(--black_theam);
}
.onnlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
}
img {
  max-width: 100%;
}
img {
  height: auto;
  vertical-align: middle;
}

/*==============================
	Common styles
==============================*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

div {
  transition: all ease 0.5s;
}

body {
  font-family: var(--inter-font);
  font-optical-sizing: auto;
  background-color: #E5EEED;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--black_theam);
  animation: pageLoadFade 0.7s ease both;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: #e5eeed;
  animation: pageLoaderWash 0.8s ease forwards;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--theam_color);
}

body::-webkit-scrollbar {
  width: 8px;
  background: var(--primary_gradient);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #ddc081;
  background: var(--primary_gradient);
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: var(--black_theam);
}

ul {
  list-style: none;
}

ul li {
  margin-bottom: 0;
}

nav ul li a {
  color: var(--black-theme) !important;
}

/* navbar css start   */

.site_header {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 20;
  animation: navDropIn 0.65s ease 0.12s both;
}

.main_nav {
  width:100%;
    max-width: 1250px !important;

  margin: 0 auto;
  min-height: 68px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--theme-dark);
  box-shadow: 0 18px 34px var(--shadow-color);
}

.main_nav .container-fluid {
  padding: 0;
}
  .container{
    max-width: 1250px !important;
  }
.brand_logo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--white-color) !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  margin-right: 18px;
}

.brand_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.brand_logo small {
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 6px;
  border: 1px solid rgba(34, 199, 180, 0.45);
  border-radius: 999px;
  color: var(--theme-color);
  font-size: 8px;
  font-weight: 700;
}

.nav_menu {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(8, 39, 38, 0.72);
}

.nav_menu .nav-link {
  position: relative;
  min-width: 58px;
  padding: 8px 16px !important;
  border-radius: 999px;
  color: #FFFFFF99 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  transform: translateY(0);
}

.nav_menu .nav-link:hover,
.nav_menu .nav-link:focus-visible,
.nav_menu .nav-link.active {
  color: var(--theme-dark) !important;
  background: var(--white-color);
}

.nav_menu .nav-link:hover,
.nav_menu .nav-link:focus-visible {
  transform: translateY(-1px);
}

.nav_actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 18px;
}

.login_btn,
.register_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.login_btn {
  color: var(--white-color);
}

.register_btn {
  min-width: 112px;
  padding: 0 24px;
  color: var(--theme-dark);
  background: var(--button-bg);
}

.register_btn:hover {
  color: var(--theme-dark);
  background: var(--white-color);
}

.login_btn:hover,
.login_btn:focus-visible {
  color: var(--theme-color);
}

.register_btn:hover,
.register_btn:focus-visible,
.primary_btn:hover,
.secondary_btn:hover,
.staking_primary_btn:hover,
.staking_secondary_btn:hover {
  transform: translateY(-2px);
}

.reveal_on_scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal_on_scroll.is_visible {
  opacity: 1;
  transform: translateY(0);
}

.hero_content,
.about_hero_content,
.staking_hero_content,
.login_intro,
.grampe_hero_content,
.arbiex_intro,
.gram_chain_content {
  animation: heroContentRise 0.8s ease 0.25s both;
}

.hero_visual,
.staking_hero_visual,
.login_card,
.grampe_mobile_visual,
.arbiex_bot_visual,
.gram_chain_visual {
  animation: heroVisualRise 0.9s ease 0.35s both;
}

.nav_toggle {
  border: 0;
  box-shadow: none !important;
  background: var(--white-color);
      width: 36px;
    height: 36px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.hero_area {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 172px 20px 100px;
  overflow: hidden;
  background:url('../images/hero_bg.png');
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero_area::before{
  position: absolute;
  left: -20%;
  bottom: -20%;
  content: "";
  width: 500px;
  height: 500px;
  background: #FFB14366;
filter: blur(100px);
z-index: -1;


}
.hero_area .container {
  position: relative;
  z-index: 2;
}

.hero_row {
  row-gap: 46px;
}

 

.hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--theme-darker);
  background: rgba(34, 199, 180, 0.13);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero_badge i {
  color: var(--theme-color);
}

.hero_content h1 { 
  color: var(--theme-darker);
  font-family: var(--display-font);
  font-size: clamp(48px, 5vw, 65px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero_content h1 span {
  display: block;
  font-style: italic;
  font-weight: 600;
     background: linear-gradient(132.56deg, #f57d4e 5.46%, #21c4a5 56.89%, #5c84c4 109.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero_content h1 span::first-letter {
  color: #c4a56d;
}

.hero_content p {
  max-width: 610px;
  margin-top: 15px;
  color: var(--theme-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.hero_content p strong {
  color: #507173;
  font-weight: 800;
}

.hero_btn_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.primary_btn,
.secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.primary_btn {
  gap: 10px;
  min-width: 180px;
  padding: 0 28px;
  color: var(--theme-darker);
  border: 1px solid rgba(34, 199, 180, 0.28);
  background: rgba(34, 199, 180, 0.09);
}

.secondary_btn {
  min-width: 120px;
  padding: 0 22px;
  color: #6d8587;
  background: rgba(255, 255, 255, 0.68);
}

.primary_btn:hover,
.secondary_btn:hover {
  transform: translateY(-2px);
  color: var(--theme-darker);
  box-shadow: 0 12px 24px rgba(22, 83, 80, 0.12);
}

.hero_visual {
  position: relative;
  min-height: 500px;
}

.network_card {
  position: relative;
  z-index: 4;
  width: min(100%, 520px);
  margin: 30px 0 0 auto;
  padding: 34px 44px 44px;
  border-radius: 34px;
  background:url('../images/bg_hero2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 18px 46px rgba(24, 62, 59, 0.08);
}

.card_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(37, 92, 89, 0.1);
}

.card_top span,
.card_top small {
  display: inline-flex;
  align-items: center;
  color: #5a7779;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
}

.card_top span {
  gap: 8px;
}

.card_top span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
}

.card_top small {
  min-height: 24px;
  padding: 0 12px;
  border: 1px solid rgba(34, 199, 180, 0.28);
  border-radius: 999px;
}

.network_map {
  position: relative;
  height: 283px;
}

.coin,
.line {
  position: absolute;
}

.coin {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white-color);
  box-shadow: 0 12px 28px rgba(19, 74, 71, 0.13);
  font-weight: 900;
}

.coin_ton {
  left: 14%;
  bottom: 42px;
  width: 58px;
  height: 58px;
  color: var(--white-color);
  background: #159de8;
  border: 8px solid var(--white-color);
  font-size: 22px;
}

.coin_add {
  top: 18px;
  left: 45%;
  width: 88px;
  height: 88px;
  color: var(--white-color);
  background: var(--white-color);
  border: 1px dashed var(--theme-color);
}

 

.coin_stripe {
  right: 11%;
  bottom: 42px;
  width: 58px;
  height: 58px;
  color: #111;
  font-size: 32px;
}

.line {
  z-index: 1;
  border-color: rgba(34, 199, 180, 0.5);
  border-style: dashed;
}

.line_one {
 top: 214px;
    left: 27%;
    width: 226px;
    border-top-width: 0;
}

.line_two {
  top: 105px;
  right: 25%;
  width: 122px;
  border-top-width: 1px;
}

.line_three {
  top: 90px;
  left: 55%;
  height: 125px;
  border-left-width: 0;
}

.card_stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 92, 89, 0.1);
}

.card_stats div {
  padding: 18px 20px;
  border: 1px solid rgba(25, 73, 70, 0.12);
  border-radius: 14px;
  background: #f7fbfa;
}

.card_stats small {
  display: block;
  margin-bottom: 6px;
  color: #779092;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.card_stats strong {
  display: block;
  color: var(--theme-darker);
  font-size: 14px;
  font-weight: 900;
}

.card_stats div:nth-child(2) strong {
  color: var(--theme-color);
}

.visual_bar {
  position: absolute;
  z-index: 5;
  display: block;
  height: 16px;
  border-radius: 999px; 
}

.bar_one {
  left: 2px;
  bottom: 166px;
  width: 172px;
}

.bar_two {
  left: 130px;
  bottom: 140px;
  width: 102px;
}

.bar_three {
  left: 52px;
  bottom: 138px;
  width: 78px;
}

.arrow_pattern,
.dot_pattern {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.arrow_pattern {
  top: -24px;
  right: -86px;
  width: 255px;
  height: 245px;
  opacity: 0.78;
  background-image: url("../images/code_arrows.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.dot_pattern {
  right: 54px;
  bottom: 10px;
  width: 140px;
  height: 110px;
  opacity: 0.6;
  background-image: radial-gradient(circle, #20a9a6 2px, transparent 2px);
  background-size: 12px 12px;
  transform: rotate(45deg);
}

.shape {
  position: absolute;
  pointer-events: none;
}

.shape_left {
  left: -78px;
  top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(145deg, #e2bc8c 0%, #4bd5ca 74%);
  font-size: 88px;
  font-weight: 900;
}

.shape_dot_one,
.shape_dot_two,
.shape_square_one,
.shape_square_two {
  opacity: 0.45;
}

.shape_dot_one {
  left: 22%;
  top: 38px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--theme-color);
}

.shape_dot_two {
  right: 26%;
  top: 145px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6db9e5;
}

.shape_square_one {
  left: 15%;
  top: 515px;
  width: 17px;
  height: 17px;
  background: #f0d977;
}

.shape_square_two {
  left: 42%;
  top: 4px;
  width: 23px;
  height: 23px;
  background: var(--theme-color);
}
.icon_addton{
  position: absolute;

}

.icon_addton.icn1{
  left: 0;
  top: 70px;
  width: 100px;
}

/* about hero area css start */

.about_hero_area {
  position: relative;
  display: flex;
  align-items: center; 
  padding: 188px 20px 88px;
  overflow: hidden;
  background: #0d3a34 url("../images/about_hero_bg.png") center top / cover no-repeat;
}
.theam_btn{
  box-shadow: 0px 2px 4px -2px #0000001A;

box-shadow: 0px 4px 6px -1px #0000001A;
background: #21C4A5;
padding: 14px 70px;
display: flex;
align-items: center;
width: max-content;
border-radius: 100px;
margin-top: 22px;
color: var(--color-grey-91, #E0EFEB);

font-weight: 600;
}
.theam_btn:hover{
  color: white;
}
.about_hero_area::before,
.about_hero_area::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

 

.about_hero_area::after {
  left: 50%;
  top: 50%;
  width: 450px;
  height: 450px;
  border: 1px dashed rgba(34, 199, 180, 0.12);
  transform: translate(-50%, -49%);
  animation: aboutOrbitSpinReverse 34s linear infinite;
}

.about_orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -49%);
}

.about_orbit_outer {
  width: 860px;
  height: 860px;
  border: 1px dashed rgba(34, 199, 180, 0.26);
  animation: aboutOrbitSpinReverse 56s linear infinite;
}

.about_orbit_inner {
  width: 580px;
  height: 580px;
  border: 1px dashed rgba(34, 199, 180, 0.16);
  animation: aboutOrbitSpin 48s linear infinite;
}

.about_hero_area .container {
  position: relative;
  z-index: 3;
}

.about_hero_content {
  max-width: 1110px;
  margin: 0 auto;
  color: var(--white-color);
}

.about_hero_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin-bottom: 28px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white-color);
  background: rgba(34, 118, 107, 0.64);
  box-shadow: inset 0 0 0 1px rgba(64, 210, 191, 0.16);
   font-family: "JetBrains Mono", monospace;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about_hero_content h1 {
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: clamp(64px, 6.8vw, 80px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.98;
}

.about_hero_content h1 span {
background: linear-gradient(132.56deg, #F57D4E 5.46%, #21C4A5 56.89%, #5C84C4 109.32%);
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

 
.about_hero_content p {
  max-width: 1040px;
  margin: 15px auto 0;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.about_hero_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-top: 30px; 
}

.about_hero_logo img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

/* staking hero area css start */

.staking_hero_area {
  position: relative;
  min-height: 100vh;
  padding: 102px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 177, 67, 0.34) 0, transparent 24%),
    radial-gradient(circle at 100% 84%, rgba(78, 205, 190, 0.22) 0, transparent 22%),
    #edf7f3;
}

/* opportunities hero area css start */

.opportunities_hero_area {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 188px 0 100px;
  overflow: hidden;
  background: #e5eeed url("../images/opportunities_hero_bg.png") center top / cover no-repeat;
}

.opportunities_hero_area .container {
  position: relative;
  z-index: 2;
}

.opportunities_hero_content { 
  animation: heroContentRise 0.8s ease 0.25s both;
}

.opportunities_hero_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin-bottom: 26px;
  padding: 0 14px;
  border: 1px solid rgba(33, 196, 165, 0.48);
  border-radius: 999px;
  color: #245d59;
  background: rgba(33, 196, 165, 0.08);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.opportunities_hero_content h1 {
 
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.opportunities_hero_content h1 span {
  display: block;
  font-size: clamp(35px, 6.8vw, 82px);
  font-style: italic;
  line-height: 1.3;
  background: linear-gradient(132.56deg, #f57d4e 5.46%, #21c4a5 56.89%, #5c84c4 109.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.opportunities_hero_content p {
  max-width: 760px;
  margin-top: 24px;
  color: #58777a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.opportunities_hero_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.opportunities_primary_btn,
.opportunities_secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.opportunities_primary_btn {
  gap: 8px;
  min-width: 182px;
  padding: 0 26px;
  color: #153734;
  border: 1px solid rgba(33, 196, 165, 0.32);
  background: rgba(224, 239, 235, 0.68);
}

.opportunities_secondary_btn {
  min-width: 132px;
  padding: 0 24px;
  color: #5f777a;
  background: rgba(255, 255, 255, 0.78);
}

.opportunities_primary_btn:hover,
.opportunities_secondary_btn:hover {
  color: #153734;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(22, 83, 80, 0.12);
}

/* seller area css start */

.seller_area {
  position: relative;
  background: #e5eeed;
}

.seller_bar {
  position: relative;
  padding: 8px 0 0;
  background: #ffffff;
}
.seller_bar .container{
  position: relative;
}
.seller_bar .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 270px;
  height: 4px;
  background: #21c4a5;
}

.seller_bar_inner {
  display: grid;
  grid-template-columns: minmax(230px, 1.35fr) minmax(440px, 2.3fr) minmax(190px, 0.9fr);
  align-items: center;
  gap: 30px;
  min-height: 84px;
}

.seller_brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.seller_brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(10, 43, 40, 0.06);
}

.seller_brand span img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.seller_brand small,
.seller_stats small,
.seller_update small,
.opportunity_building_heading span,
.about_stellar_heading span,
.stellar_profile_card small {
  display: block;
  color: #58777a;
  font-family: "JetBrains Mono", monospace;
  font-size:14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.seller_stats small{
  font-size: 14px;
}
.opportunity_building_heading span{
  font-size: 14px;

}
.seller_brand strong {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  color: #0a2b28;
  font-family: "JetBrains Mono", monospace;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.seller_brand em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 5px;
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.12);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

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

.seller_stats strong,
.seller_update strong {
  display: block;
  margin-top: 8px;
  color: #0a2b28;
  font-family: "JetBrains Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.seller_update {
  justify-self: end;
}

.seller_update small {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.seller_update i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #21c4a5;
}

/* opportunity building area css start */

.opportunity_building_area {
  padding: 88px 0 106px;
  background: #e5eeed;
}

.opportunity_building_heading {
  /* max-width: 780px; */
  margin: 0 auto;
}

.opportunity_building_heading span,
.about_stellar_heading span {
  margin-bottom: 16px;
}

.opportunity_building_heading h2,
.about_stellar_heading h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 500;
  line-height: 1.1;
}

.opportunity_building_heading p,
.about_stellar_heading p {
  max-width: 700px;
  margin: 18px auto 0;
  color: #58777a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.opportunity_timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 72px;
}

.opportunity_timeline::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 0;
  height: 3px;
background: linear-gradient(90deg, rgba(33, 196, 165, 0) 0%, #21C4A5 67.79%, rgba(33, 196, 165, 0) 100%);

}

.opportunity_step {
  position: relative;
  padding-top: 52px;
  text-align: center;
}

.opportunity_step > span {
  position: absolute;
  left: 50%;
  top: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #21c4a5;
  transform: translateX(-50%);
}

.opportunity_step small {
  display: block;
  color: #58777a;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.opportunity_step strong {
  display: block;
  margin-top: 6px;
  color: #0A2B28;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}

.opportunity_step p {
  max-width: 150px;
  margin: 2px auto 0;
  color: #0a2b28;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.opportunity_step.active {
  padding: 15px;
  border-radius: 10px;
      margin-top: 52px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 12px 34px rgba(15, 53, 49, 0.08);
}
.opportunity_step.active::before{
  position: absolute;
  top: -105px;
  height: 108px;
  width:3px;margin-left: -1px;
  content: "";
  background: linear-gradient(180deg, rgba(33, 196, 165, 0) 0.78%, #21C4A5 67.8%, rgba(33, 196, 165, 0) 99.64%);

}

.opportunity_step.active > span {
  top: -60px;
}

/* about stellar area css start */

.about_stellar_area {
  padding: 64px 0 112px;
  background: #e5eeed;
}

.about_stellar_heading {

  margin-bottom: 72px;
}

.about_stellar_heading p {
  margin-left: 0;
  width: 100%;
    max-width: 560px;
}

.about_stellar_row {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 38px;
}

.stellar_profile_card {
  min-height: 485px;
  padding: 32px 24px 44px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 57, 54, 0.05);
}

.stellar_profile_card h3 {
  color: #153734;
  font-family: var(--display-font);
  font-size: 22px;
  font-weight: 500;
}

.stellar_profile_card > p {
  margin-top: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #58777a;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.stellar_profile_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.stellar_profile_grid > div {
  min-height: 114px;
  padding: 22px 20px 18px 0;
  border-top: 1px solid rgba(88, 119, 122, 0.34);
}

.stellar_profile_grid > div:nth-child(even) {
  padding-right: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(88, 119, 122, 0.34);
}

.stellar_profile_grid strong {
  display: block;
  margin-top: 9px;
  color: #466569;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.stellar_info_list {
  display: grid;
  gap: 50px;
}

.stellar_info_list h3 {
  color: #153734;
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.stellar_info_list p {
  margin-top: 14px;
  color: #50726E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

/* recent trend area css start */

.recent_trend_area {
  padding: 18px 0 44px;
  background: #e5eeed;
}

.recent_trend_heading { 
  margin: 0 auto 28px;
}

.recent_trend_heading span,
.xlm_staking_heading span,
.around_stellar_heading span {
  display: block;
  margin-bottom: 7px;
  color: #50726e;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recent_trend_heading h2,
.xlm_staking_heading h2,
.around_stellar_heading h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 500;
  line-height: 1.08;
}

.recent_trend_heading p,
.xlm_staking_heading p,
.around_stellar_heading p {
  margin-top: 8px;
  color: #50726e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.trend_chart_card {
  width: min(100%, 795px);
  margin: 0 auto;
  padding: 28px 30px 24px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 57, 54, 0.05);
}

.trend_chart_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.trend_chart_top strong {
  color: #153734;
  font-size: 20px;
  font-weight: 500;
    font-family: "Lora", serif;
letter-spacing: -2px;
}

.trend_chart_legend {
  display: flex;
  align-items: center;
  gap: 18px;
}

.trend_chart_legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #698789;
  font-size: 12px;
  font-weight: 700;
}

.trend_chart_legend i {
  width: 20px;
  border-top: 2px solid #12bfa8;
}

.trend_chart_legend .legend_projected {
  border-top-style: dashed;
}

.trend_chart_canvas {
  width: 100%;
  aspect-ratio: 760 / 310;
}

.trend_chart_canvas svg {
  display: block;
  width: 100%;
  height: 100%;
}

.chart_grid line {
  stroke: rgba(80, 114, 110, 0.16);
  stroke-width: 1;
}

.chart_actual_line,
.chart_projected_line {
  fill: none;
  stroke: #12bfa8;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart_projected_line {
  stroke-dasharray: 8 8;
  opacity: 0.7;
}

.chart_point {
  fill: #ffffff;
  stroke: #12bfa8;
  stroke-width: 4;
}

.trend_chart_canvas text {
  fill: #50726e;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 700;
}

.trend_chart_card > p {
  margin-top: 12px;
  color: #50726e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.trend_metric_row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
  max-width: 950px;
  margin: 24px auto 0;
}

.trend_metric_card {
  min-height: 92px;
  padding: 16px 18px;
  border-radius:20px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 57, 54, 0.04);
}

.trend_metric_card small {
  display: block;
  color: #000;
    font-family: "Lora", serif;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 500;
}

.trend_metric_card strong {
  display: block;
  margin-top: 5px;
  color: #153734;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
    font-family: "JetBrains Mono", monospace;

}

.trend_metric_card span {
  display: block;
  margin-top: 3px;
  color: #698789;
  font-size: 14px;
  font-weight: 700;
}

/* xlm staking area css start */

.xlm_staking_area {
  padding: 40px 0 46px;
  background: #e5eeed;
}

.xlm_staking_heading,
.around_stellar_heading {
  max-width: 760px;
}

.xlm_staking_row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
  margin-top: 28px;
}

.xlm_staking_card {
  position: relative;
  min-height: 152px;
  height: 100%;
  padding: 28px 28px 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 57, 54, 0.04);
}

.xlm_staking_card span {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 800;
}

.xlm_staking_card h3 {
  color: #153734;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "Lora", serif;

  line-height: 1.25;
}

.xlm_staking_card p {
  margin-top: 8px;
  color: #50726e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

/* around stellar area css start */

.around_stellar_area {
  padding: 40px 0 92px;
  background: #e5eeed;
}

.stellar_signal_list {
  margin-top: 30px;
  border-top: 1px solid rgba(80, 114, 110, 0.2);
}

.stellar_signal_item {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr) 104px;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  border-bottom: 1px solid rgba(80, 114, 110, 0.2);
}

.stellar_signal_item small {
  color: #85a09f;
  font-size: 14px;
  font-weight: 600;
}

.stellar_signal_item p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.stellar_signal_item strong {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 22px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #21c4a5;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.stellar_signal_item:nth-child(n+3) strong {
  color: #153734;
  background: #f5c33a;
}

/* working goal area css start */

.working_goal_area {
  padding: 70px 0 40px;
  background: #e5eeed;
}

.working_goal_heading {
  /* max-width: 760px; */
  margin: 0 auto 34px;
}

.working_goal_heading span {
  display: block;
  margin-bottom: 10px;
  color: #50726e;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.working_goal_heading h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 500;
  line-height: 1.08;
}

.working_goal_row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.working_goal_card {
  min-height: 172px;
  height: 100%;
  padding: 22px 20px 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 57, 54, 0.04);
}

.working_goal_card i {
  display: inline-flex;
  margin-bottom: 12px;
  color: #21c4a5;
  font-size: 18px;
  line-height: 1;
}

.working_goal_card h3 {
  color: #153734;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-top: 5px;
    font-family: "Lora", serif;

}

.working_goal_card p {
  margin-top: 7px;
  color: #50726e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

/* ton staking new area css start */

.ton_staking_new_area {
  position: relative;
  padding: 52px 0 58px;
  /* overflow: hidden; */
  background: #e5eeed;
}

.ton_staking_float {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.ton_staking_float img {
  display: block;
  width: 100%;
  height: auto;
}

.ton_staking_float_one {
  left: -36px;
  top: -8px;
  width: 162px;
  animation: tonFloatOne 5.4s ease-in-out infinite;
}

.ton_staking_float_two {
  left: 30px;
  bottom: 70px;
  width: 64px;
  animation: tonFloatTwo 4.6s ease-in-out infinite;
}

.ton_staking_new_area .container {
  position: relative;
  z-index: 2;
}

.ton_staking_new_row {
  min-height: 330px;
}

.ton_staking_new_content h2,
.arbiex_active_content h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 500;
  line-height: 1.05;
}

.ton_staking_new_content > p,
.arbiex_active_content > p {
  max-width: 620px;
  margin-top: 16px;
  color: #50726e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.ton_feature_grid,
.arbiex_active_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 32px;
  margin-top: 28px;
}

.ton_feature_grid strong,
.arbiex_active_grid strong {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #153734;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.ton_feature_grid strong::before,
.arbiex_active_grid strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #21c4a5;
}

.ton_feature_grid span,
.arbiex_active_grid span {
  display: block;
  margin-top: 5px;
  color: #50726e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.ton_staking_quote {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ton_staking_quote p {
  padding: 20px 38px;
  border: 1px solid rgba(33, 196, 165, 0.26);
  border-radius: 24px;
  color: #50726e;
  background: rgba(198, 235, 228, 0.54);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.ton_quote_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 38px;
}

.ton_quote_actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 192px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  color: #153734;
  background: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(18, 57, 54, 0.04);
}

.ton_quote_actions a:first-child {
  border: 1px solid rgba(33, 196, 165, 0.4);
  background: #c6ebe4;
}

/* arbiex active area css start */

.arbiex_active_area {
  padding: 44px 0 104px;
  background:
    radial-gradient(circle at 0% 80%, rgba(255, 177, 67, 0.28) 0, transparent 18%),
    #e5eeed;
}

.arbiex_active_row {
  row-gap: 42px;
}

.arbiex_candle_chart {
  position: relative;
  width: min(100%, 420px);
  height: 330px;
  margin: 0 auto;
}

.candle {
  position: absolute;
  bottom: 0;
  width: 14px;
}

.candle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -38px;
  bottom: -28px;
  border-left: 1px solid rgba(33, 196, 165, 0.7);
  transform: translateX(-50%);
}

.candle i {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border-radius: 1px;
  background: #21c4a5;
  box-shadow: 0 8px 20px rgba(33, 196, 165, 0.16);
  animation: candlePulse 2.8s ease-in-out infinite;
}

.candle_one {
  left: 46px;
  bottom: 66px;
}

.candle_one i {
  height: 72px;
}

.candle_two {
  left: 92px;
  bottom: 102px;
}

.candle_two i {
  height: 70px;
  animation-delay: 0.15s;
}

.candle_three {
  left: 138px;
  bottom: 138px;
}

.candle_three i {
  height: 52px;
  animation-delay: 0.3s;
}

.candle_four {
  left: 184px;
  bottom: 164px;
}

.candle_four i {
  height: 78px;
  animation-delay: 0.45s;
}

.candle_five {
  left: 230px;
  bottom: 205px;
}

.candle_five i {
  height: 28px;
  animation-delay: 0.6s;
}

.candle_six {
  left: 276px;
  bottom: 130px;
}

.candle_six i {
  height: 68px;
  animation-delay: 0.75s;
}

.candle_seven {
  left: 322px;
  bottom: 158px;
}

.candle_seven i {
  height: 70px;
  animation-delay: 0.9s;
}

.candle_eight {
  left: 368px;
  bottom: 100px;
}

.candle_eight i {
  height: 62px;
  animation-delay: 1.05s;
}

.candle_nine {
  left: 414px;
  bottom: 76px;
}

.candle_nine i {
  height: 52px;
  animation-delay: 1.2s;
}

.arbiex_active_content h2 span {
  display: block;
  color: #21c4a5;
  font-style: italic;
}

.arbiex_active_grid {
  gap: 22px 36px;
}

/* gramchain payouts area css start */

.gramchain_payouts_area {
  padding: 76px 0 34px;
  background: #e5eeed;
}

.gramchain_payouts_heading {
  max-width: 1040px;
  margin: 0 auto;
}

.gramchain_payouts_heading h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 4.2vw, 45px);
  font-weight: 500;
  line-height: 1.02;
  margin-bottom: 0;
}

.gramchain_payouts_heading h2 span {
  display: block;
}

.gramchain_payouts_heading p {
  max-width: 930px;
  margin: 20px auto 0;
  color: #50726e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.gramchain_payouts_row {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 22px;
  margin-top: 50px;
}

.gramchain_payout_item strong {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
   font-family: "Lora", serif;

  line-height: 1.35;
}

.gramchain_payout_item p {
  max-width: 245px;
  margin: 8px auto 0;
  color: #50726e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.gramchain_payout_note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 980px);
  min-height: 42px;
  margin: 42px auto 0;
  padding: 10px 26px;
  border-radius: 999px;
  color: #296B67;
  background: #21C4A5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

/* crypto beacome area css start */

.crypto_beacome_area {
  position: relative;
  padding: 52px 0 0;
  overflow: hidden;
  background: #e5eeed;
}

.crypto_beacome_row {
  row-gap: 40px;
}

.crypto_beacome_content {
  position: relative;
  z-index: 3;
}

.crypto_beacome_content h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 4.1vw, 40px);
  font-weight: 500;
  line-height: 1.02;
}

.crypto_beacome_content > p {
  max-width: 550px;
  margin-top: 44px;
  color: #50726e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.crypto_beacome_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 34px;
  margin-top: 44px;
}

.crypto_beacome_grid strong {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #153734;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.crypto_beacome_grid strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #21c4a5;
}

.crypto_beacome_grid span {
  display: block;
  margin-top: 6px;
  color: #50726e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.crypto_beacome_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 54px;
  margin-top: 42px;
  padding: 0 28px;
  border-radius: 999px;
  color: #153734;
  background: #21c4a5;
  font-size: 12px;
  font-weight: 6z00;
}

.crypto_beacome_btn:hover {
  color: #153734;
  background: #ffffff;
  transform: translateY(-2px);
}

.crypto_beacome_visual {
  position: relative;
  min-height: 720px;
}

.crypto_beacome_orbit {
  position: absolute;
  right: -62px;
  top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(64vw, 710px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(189, 247, 234, 0.42);
}

.crypto_beacome_orbit::before {
  content: "";
  position: absolute;
  inset: 95px;
  border-radius: 50%;
background: conic-gradient(from 180deg at 50% 50%, #00C9A7 0deg, #011F1D 360deg);

  animation: cryptoBeacomeSpin 13s linear infinite;
}

.crypto_beacome_vector {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  animation: cryptoBeacomeVectorSpin 24s linear infinite;
}

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

.crypto_beacome_card {
  position: relative;
  z-index: 3;
  width: min(70%, 510px);
  filter: drop-shadow(0 28px 42px rgba(0, 30, 27, 0.18));
  animation: cryptoCardFloat 4s ease-in-out infinite;
}

.crypto_beacome_card img {
  display: block;
  width: 100%;
}

.crypto_beacome_dots {
  position: absolute;
  right: -155px;
  bottom: -58px;
  z-index: 2;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  opacity: 0.82;
  background-image: radial-gradient(circle, #f0b94a 2px, transparent 2.5px);
  background-size: 13px 13px;
  mask-image: radial-gradient(circle, #000 0 68%, transparent 69%);
  animation: cryptoDotsDrift 8s ease-in-out infinite;
}

@keyframes cryptoBeacomeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes cryptoBeacomeVectorSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes cryptoCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes cryptoDotsDrift {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-16px, -12px) rotate(8deg);
  }
}

@keyframes tonFloatOne {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-16px) rotate(4deg);
  }
}

@keyframes tonFloatTwo {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(14px) scale(1.06);
  }
}

@keyframes candlePulse {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.08);
  }
}

.staking_hero_area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -85px;
  height: 170px;
  background: linear-gradient(180deg, rgba(237, 247, 243, 0) 0%, rgba(33, 196, 165, 0.16) 100%);
}

.staking_shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.65;
}

.staking_shape_one {
  left: 24%;
  top: 12px;
  width: 22px;
  height: 22px;
  background: rgba(34, 199, 180, 0.26);
}

.staking_shape_two {
  left: 14%;
  bottom: 230px;
  width: 8px;
  height: 8px;
  background: rgba(34, 199, 180, 0.18);
}

.staking_shape_three {
  right: 8%;
  top: 168px;
  width: 6px;
  height: 6px;
  background: #ead27a;
}

.staking_hero_area .container {
  position: relative;
  z-index: 2;
}

.staking_hero_row {
  min-height: 480px;
  row-gap: 44px;
}

.staking_hero_content { 
}

.staking_hero_content h1 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(25px, 5.2vw, 40px);
  font-weight: 500;
  line-height: 1.16;
}

.staking_hero_content h1 span {
    background: linear-gradient(132.56deg, #F57D4E 5.46%, #21C4A5 56.89%, #5C84C4 109.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  font-style: italic; 
}

.staking_hero_content h1 span::first-letter {
  color: #cd9362;
}

.staking_hero_content p {
  max-width: 440px;
  margin-top: 24px;
  color: #819a9d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.staking_hero_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.staking_primary_btn,
.staking_secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.staking_primary_btn {
  min-width: 170px;
  padding: 0 24px;
  color: #153734;
background: var(--color-grey-91, #E0EFEB);
border: 1px solid #21C4A54D;
}

.staking_secondary_btn {
  min-width: 138px;
  padding: 0 20px;
  color: #5f777a;
  background: #ffffff;
}

.staking_primary_btn:hover,
.staking_secondary_btn:hover {
  color: #153734;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(22, 83, 80, 0.1);
}

.staking_hero_visual {
  position: relative;
  min-height: 410px;
}

.staking_hero_visual img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 610px);
  transform: translateX(-45%);
}

.staking_stats_wrap {
  margin-top: 26px;
}

.staking_stats_row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 18px;
}

.staking_stat_card {
  min-height: 96px;
  padding: 22px 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(22, 83, 80, 0.05);
  text-align: center;
}

.staking_stat_card span {
  display: block;
  margin-bottom: 7px;
  color: #6a8285;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.staking_stat_card strong {
  display: block;
  color: #182033;
  font-family: var(--display-font);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
}

.staking_stats_badge {
  width: max-content;
  max-width: calc(100% - 24px);
  min-height: 58px;
  margin: 50px auto 0;
  padding: 17px 34px 0;
  border-radius: 30px 30px 0 0;
  color: #182033;
  background: #ffffff;
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

/* realtime state area css start */

.realtime_state_area {
  position: relative;
  z-index: 3;
  padding: 19px 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -1px 0 rgba(198, 220, 216, 0.45), 0 1px 0 rgba(198, 220, 216, 0.45);
}

.realtime_state_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 66px);
  flex-wrap: wrap;
}

.realtime_state_list li {
  color: #153734;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.realtime_state_list span {
  margin-right: 8px;
  color: #445f62;
  font-family: var(--display-font);
  font-size: 12px;
  font-weight: 700;
}

.realtime_state_list strong {
  margin-left: 8px;
  color: var(--theme-color);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 900;
}

/* earning plane area css start */

.earningplane_area {
  position: relative;
  overflow: hidden;
  padding: 98px 0 86px;
  
    z-index: 1;
}
.earningplane_area::before{
  position: absolute;
  right: -25%;
  bottom: 0;
  content: "";
  background: #6CC2FF66;
filter: blur(150px);
width: 100%;
max-width: 400px;
height: 400px;
z-index: -1;
}
.earningplane_area .container {
  position: relative;
  z-index: 2;
}

.earning_shape {
  position: absolute;
  pointer-events: none;
}

.earning_shape_grid {
  left: 72px;
  top: 0;
  width: 300px;
  height: 150px;
  opacity: 0.75;
  background-image: linear-gradient(45deg, #20a7a1 25%, transparent 25%, transparent 75%, #20a7a1 75%),
    linear-gradient(45deg, #20a7a1 25%, transparent 25%, transparent 75%, #20a7a1 75%);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  transform: rotate(45deg) skew(-10deg);
}

.earning_shape_line {
  right: 98px;
  top: 88px;
  width: 140px;
  height: 42px;
}

.earning_shape_line::before,
.earning_shape_line::after {
  content: "";
  position: absolute;
  height: 10px;
  border-radius: 999px;
  background: var(--theme-color);
}

.earning_shape_line::before {
  right: 0;
  top: 0;
  width: 88px;
}

.earning_shape_line::after {
  right: 34px;
  top: 22px;
  width: 78px;
}

.earning_shape_plus {
  color: rgba(255, 255, 255, 0.95);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.earning_plus_one {
  right: 84px;
  top: 23px;
}

.earning_plus_two {
  right: 58px;
  top: 220px;
}

.earningplane_heading {
  margin-bottom: 64px;
}

.earningplane_heading h2 {
  color: #182033;
  font-family: var(--display-font);
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 500;
  line-height:58px;
}

.earningplane_heading h2 span {
  display: block;
   background: linear-gradient(132.56deg, #F57D4E 19.46%, #21C4A5 56.89%, #5C84C4 109.32%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
  font-size: clamp(50px, 5.5vw, 80px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -2px;
      line-height: 104px;
}

.earningplane_heading h2 span::first-letter {
  color: #d9b879;
}

.earningplane_row {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 78px;
  margin-top: -70px !important;
}

.earningplane_card {
  text-align: center;
}

.earningplane_card img {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto 28px;
  object-fit: contain;
}

.earningplane_card h3,
.earningplane_card p {
  color: #080e2b;
  font-family: var(--display-font);
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.earningplane_card p {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
}
.earningplane_area_vactor{
  position: absolute;

}
.earningplane_area_vactor.icn1{
  left: 40px;
  top: -60px;
  width: 100%;
  max-width: 400px;
  z-index: -1;

}
.earningplane_area_vactor.icn2{
  right: 40px;
  top: 0px;
  width: 100%;
  max-width: 355.38px;
  z-index: -1;
}

.earningplane_card p strong,
.earningplane_card h3 strong {
  font-weight: bold !important;
}

.earning_tabs_wrap {
  margin-top: 108px;
}

.earning_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.earning_tab_btn {
  min-height: 45px;
  padding: 0 18px;
  border-radius: 8px;
  color: #6b7885;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.earning_tab_btn.active {
  color: #041f1e;
  background: var(--theme-color);
}

.earning_tab_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 50px;
}

.earning_tab_dots span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #080e2b;
}

.earning_tab_dots span.active {
  background: var(--theme-color);
}

.earning_tab_panel {
  display: none;
  margin-top: 65px;
}

.earning_tab_panel.active {
  display: block;
}

.earning_calc_row {
  row-gap: 36px;
}

.earning_calc_content {
  max-width: 540px;
}

.earning_calc_content > span,
.staking_unlock_heading span {
  display: inline-block;
  margin-bottom: 24px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.earning_calc_content h3 {
  color: #080e2b;
  font-family: var(--display-font);
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

.earning_calc_content h3 em {
  display: block;
 background: linear-gradient(132.56deg, #F57D4E 5.46%, #21C4A5 56.89%, #5C84C4 109.32%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;  font-style: normal;
}

.earning_calc_content p {
  margin-top: 16px;
  color: #6b8587;
  font-size: 18px;
  font-weight: 400;
}

.earning_calc_content label {
  display: block;
  margin-top: 52px;
  margin-bottom: 8px;
  color: #50726E;
  font-size:10px;
  font-weight: 800;
  text-transform: uppercase;
}

.earning_amount_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 69px;
  border-radius: 10px;
  background: #fff;
}

.earning_amount_box input {
  width: 100%;
  padding: 0 22px;
  color: #080e2b;
  background: transparent;
  font-size: 26px;
  font-weight: 500;
}

.earning_amount_box strong {
  padding: 0 20px;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
}

.earning_periods {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-top: 22px;
}

.earning_periods button {
  min-height: 40px;
  border-radius: 8px;
  color: #6b7885;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.earning_periods button.active {
  color: #041f1e;
  background: #21C4A5;
}

.earning_result_wrap { 
  margin-left: auto;
}

.earning_result_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.earning_result_card {
  min-height: 150px;
  padding: 34px 34px 28px;
  border-radius: 16px;
  background: #fff;
}

.earning_result_card span {
  display: block;
  margin-bottom: 14px;
  color: #5f777a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.earning_result_card strong {
  display: block;
  color: #080e2b;
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.earning_result_card:first-child strong {
  color: var(--theme-color);
}

.earning_result_card p {
  margin-top: 18px;
  color: #6b8587;
  font-size: 14px;
  font-weight: 500;
}

.earning_result_wrap small {
  grid-column: 1 / -1;
  margin-top: 18px;
  color: #50726E;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.earning_simple_panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 44px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.earning_simple_panel h3 {
  color: #080e2b;
  font-family: var(--display-font);
  font-size: 34px;
  font-weight: 700;
}

.earning_simple_panel p {
  margin-top: 12px;
  color: #47676a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

/* staking unlock area css start */

.staking_unlock_area {
  padding: 122px 0 114px;
  background: #edfffc;
}

 

.staking_unlock_heading {
  margin-bottom: 66px;
}

.staking_unlock_heading span {
  margin-bottom: 23px;
}

.staking_unlock_heading h2 {
  color: #111827;
  font-family: var(--display-font);
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.12;
}

.staking_unlock_heading p {
  margin-top: 18px;
  color: #0c111f;
  font-size: 16px;
  font-weight: 700;
}

.staking_unlock_row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 26px;
}

.staking_unlock_card {
  min-height: 235px;
  height: 100%;
  padding: 40px;
border: 1px solid #00000033;
  border-radius: 24px;
  background: #fff;
}

.staking_unlock_card img {
  width: 42px;
  height: 42px;
  margin-bottom: 35px;
  object-fit: contain;
}

.staking_unlock_card h3 {
  color: #080e2b;
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.staking_unlock_card p {
  max-width: 260px;
  margin-top: 14px;
  color: #50726E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.staking_unlock_card span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-top: 22px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0ca58f;
  background: rgba(33, 196, 165, 0.13);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

/* security guarantee area css start */

.security_guranty_area {
  padding: 0px 0 102px;
  background: #edfffc;
}

.security_guranty_heading {
  margin-bottom: 50px;
}

.security_guranty_heading span,
.faq_heading span {
  display: inline-block;
  margin-bottom: 18px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.security_guranty_heading h2 {
  color: #080e2b;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.15;
}

.security_guranty_row {
  --bs-gutter-x: 72px;
  --bs-gutter-y: 36px; 
  margin: 0 auto;
}

.security_guranty_item {
  text-align: center;
}

.security_guranty_item h3 {
  color: #111827;
  font-family: var(--display-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
}

.security_guranty_item p {
  max-width: 200px;
  margin: 10px auto 0;
  color: #50726E;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

/* faq area css start */

.faq_area {
  padding: 96px 0 112px;
  background: #dfeceb;
}

 
.faq_row {
  --bs-gutter-x: 70px;
  row-gap: 36px;
}

 

.faq_heading h2 {
  color: #080e2b;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.8vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

.faq_heading h2 em {
  display: block;
  background: linear-gradient(132.56deg, #F57D4E 5.46%, #21C4A5 56.89%, #5C84C4 109.32%);

-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
  font-style: normal;
}

.faq_accordion {
  display: grid;
  gap: 14px;
}

.faq_accordion .accordion-item {
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: #fff;
}

.faq_accordion .accordion-button {
  min-height: 64px;
  padding: 18px 24px;
  color: #080e2b;
  background: #fff;
  box-shadow: none;
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.faq_accordion .accordion-button::after {
  width: auto;
  height: auto;
  margin-left: auto;
  color: var(--theme-color);
  background-image: none;
  content: "+";
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 700;
  transform: none;
}

.faq_accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
}

.faq_accordion .accordion-body {
  padding: 0 24px 18px;
  color: #50726E;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

/* arbiex hero area css start */

.arbiex_hero_area {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 154px 0 78px;
  background:
    radial-gradient(circle at 4% 22%, rgba(229, 174, 38, 0.14) 0, transparent 26%),
    #002e28;
}

.arbiex_hero_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/arbix_shap_repet.svg");
  background-repeat: repeat;
  background-size: 95px 95px;
 
}

.arbiex_hero_area .container {
  position: relative;
  z-index: 2;
}

.arbiex_intro { 
  margin: 0 auto;
  color: var(--white-color);
}

.arbiex_badge,
.arbiex_types_heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 20px;
  padding: 0 14px;
  border: 1px solid #FFD166;
  border-radius: 4px;
  color: #FFD166;
  background: rgba(0, 37, 32, 0.8);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.arbiex_intro h1 {
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: clamp(30px, 5vw, 70px);
  font-weight: 500;
  line-height: 1.18;
}

.arbiex_intro h1 span {
  display: block;  background: linear-gradient(132.56deg, #F57D4E 5.46%, #21C4A5 56.89%, #5C84C4 109.32%);

-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
  font-style: italic;
}

.arbiex_intro p {
  max-width: 710px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.arbiex_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.arbiex_primary_btn,
.arbiex_outline_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.arbiex_primary_btn {
  min-width: 190px;
  padding: 0 22px;
  color: #092420;
  background: #f4a318;
}

.arbiex_outline_btn {
  min-width: 160px;
  padding: 0 20px;
  color: #fff3b0;
  border: 1px solid #f0bf32;
}

.arbiex_primary_btn:hover,
.arbiex_outline_btn:hover {
  color: #092420;
  background: #ffd15b;
  transform: translateY(-2px);
}

.arbiex_bot_visual {
  margin: 42px auto 0;
}

.arbiex_bot_visual img {
  width: min(100%, 245px);
}

.arbiex_stats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.arbiex_stats span,
.arbiex_stats strong {
  min-height: 42px;
  padding: 16px 28px 0;
  color: var(--white-color);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.arbiex_stats strong {
  color: #f0bf32;
  border-right: 0;
}

.arbiex_types {
  margin-top: 86px;
}

.arbiex_types_heading {
  margin-bottom: 62px;
}

.arbiex_types_heading span {
  margin-bottom: 22px;
}

.arbiex_types_heading h2 {
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: clamp(25px, 5vw, 55px);
  font-weight: 500;
  line-height: 1.12;
}

.arbiex_type_row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.arbiex_type_card {
  position: relative;
  min-height: 360px;
  height: fit-content;
  padding: 42px 38px;
  border-radius: 18px;
 background: #FFFFFF14;

  /* backdrop-filter: blur(4px); */
}

.arbiex_type_card.card_gold {
border-width: 4px 1px  1px  1px;

border-style: solid;

border-color: #FFD166;
background: #FFFFFF14 !important;



}

.arbiex_type_card.card_teal {
border-width: 4px 1px  1px  1px;

border-style: solid;

border-color: #21C4A5;


}

.arbiex_type_card.card_profit {
  min-height: 280px;
  border: 1px solid rgba(240, 191, 50, 0.75);
  box-shadow: 0 0 40px rgba(240, 191, 50, 0.14);
}

.arbiex_type_card h3 {
  max-width: 275px;
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
}

.card_profit h3 {
  color: #f0bf32;
}

.arbiex_type_card p {
  max-width: 300px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.arbiex_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.arbiex_tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  color: #FFD166;
 
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #FFD16640;
  background: #FFD1661A;

}

.arbiex_tags.teal_tags span {
  color: #31e2c9;
  background: rgba(34, 199, 180, 0.22);
  border: 1px solid #21C4A540
}

.arbiex_exchange_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 210px;
  margin-top: 28px;
}

.arbiex_exchange_grid span,
.arbiex_dex_buttons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  flex-direction: column;
  gap: 1px;
  border: 1px solid #FFFFFF1A;
  background: #FFFFFF0A;
 width: 100%;
 max-width: 110px;
}
.arbiex_exchange_grid span img{
  margin-bottom: 5px;
}
.arbiex_dex_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.arbiex_dex_buttons span {
  min-width: 92px;
  color: #fff3b0;
  border-color: #d9b344;
}

.exclusive_badge {
  position: absolute;
  right: 22px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 3px;
  color: var(--white-color);
  background: #f4a318;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

/* than human area css start */

.than_human_area {
  padding: 96px 0 86px;
  background: #e6f0ef;
}

 

.than_human_heading {
  margin-bottom: 58px;
}

.than_human_heading span {
  display: inline-block;
  margin-bottom: 20px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.than_human_heading h2 {
  color: #111827;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 800;
  line-height: 1.08;
}

.than_human_row {
  row-gap: 34px;
}

.than_human_visual {
  max-width: 470px;
  margin: 0 auto;
}

.than_human_visual img {
  width: 100%;
  display: block;
}

.than_human_card {
  max-width: 470px;
  margin-left: auto;
  padding: 42px 38px 34px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #FFD16640;
  backdrop-filter: blur(24px)

}

.than_human_card h3 {
  color: #111827;
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.than_human_card > p {
  margin-top: 16px;
  color: #315456;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.than_human_observe {
  margin-top: 22px;
  padding:18px 24px;
  border-radius: 16px;
  color: var(--white-color);
  background: #173c3b; 
  outline-offset: -4px;
  border: 1px dashed #FFD166
}

.than_human_observe strong {
  display: block;
  margin-bottom: 11px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.than_human_observe p {
  color:  #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.than_human_steps {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 24px;
  margin-top: 70px;
}

.than_human_step {
  height: 100%;
  min-height: 170px;
  padding: 32px 32px;
  border-radius: 20px;
  background: #fff;
}

.than_human_step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  border-radius: 8px;
  background: rgba(33, 196, 165, 0.22);
}

.than_human_step span img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.than_human_step h3 {
  color: #111827;
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.than_human_step p {
  max-width: 255px;
  margin-top: 14px;
  color: #315456;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

/* deployed area css start */

.deployed_are {
  padding: 50px 0 86px;
  background: #e6f0ef;
}

 
.deployed_heading { 
  margin: 0 auto 70px;
}

.deployed_heading span {
  display: inline-block;
  margin-bottom: 26px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 900;
   line-height: 1;
}

.deployed_heading h2 {
  color: #111827;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.02;
}

.deployed_heading p {
  max-width:760px;
  margin: 30px auto 0;
  color: #50726E;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.deployed_row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 26px;
}

.deployed_join_box {
  height: 100%;
  min-height: 300px;
  padding: 78px 42px 44px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.deployed_join_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}

.deployed_join_icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background: #ffd163;
}

.deployed_join_icons span:nth-child(3) {
  background: #e5eeee;
}

.deployed_join_icons img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.deployed_join_icons strong {
  color: #f3be45;
  font-size: 32px;
  font-weight: 400;
}

.deployed_join_box h3 {
  color: #111827;
  font-family: var(--display-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.deployed_join_box p { 
  margin: 24px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(17, 24, 39, 0.22);
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.deployed_feature_list {
  display: grid;
  gap: 20px;
  height: 100%;
}

.deployed_feature {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 28px 38px;
  border-radius: 30px;
  background: #fff;
}

.deployed_feature > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #98dbbd;
}

.deployed_feature img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.deployed_feature h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.deployed_feature p {
  margin-top: 7px;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.deployed_contract_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  margin-top: 64px;
  padding: 0 34px;
  border-radius: 9px;
  color: #fff;
  background: #000806;
}

.deployed_contract_bar strong {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
}

.deployed_contract_bar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f0bf32;
  font-size: 13px;
  font-weight: 600;
}

/* gram chain page css start */

.gram_chain_hero_area {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 134px 0 88px;
  background: #002d28 url("../images/gram_chain_hero_bg.png") center / cover no-repeat;
}

.gram_chain_hero_area .container {
  position: relative;
  z-index: 2;
}

.gram_chain_row {
  min-height: 610px;
  row-gap: 46px;
}

.gram_chain_content {
  max-width: 600px;
}

.gram_chain_content h1 {
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: clamp(30px, 5.4vw, 65px);
  font-weight: 900;
  line-height: 1.12;
}

.gram_chain_content p {
  max-width: 520px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.gram_chain_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 15px;
}

.gram_chain_badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border: 1px solid var(--theme-color);
  border-radius: 999px;
  color: var(--theme-color);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.gram_chain_badges span:last-child {
  color: #ff8b4e;
  border-color: #ff8b4e;
}

.gram_chain_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

.gram_primary_btn,
.gram_outline_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gram_primary_btn {
  min-width: 154px;
  color: #062b27;
  background: var(--theme-color);
}

.gram_outline_btn {
  min-width: 170px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.gram_primary_btn:hover,
.gram_outline_btn:hover {
  color: #062b27;
  background: var(--white-color);
  transform: translateY(-2px);
}

.gram_chain_links {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.gram_chain_links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.gram_chain_visual {
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.gram_mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 310px;
  height: 82px;
  border-radius: 999px;
  background: rgba(34, 199, 180, 0.42);
  transform-origin: center;
}

.mark_one {
  transform: translate(-50%, -50%) rotate(0deg);
}

.mark_two {
  transform: translate(-50%, -50%) rotate(60deg);
}

.mark_three {
  transform: translate(-50%, -50%) rotate(120deg);
}

.mark_four {
  width: 210px;
  background: rgba(34, 199, 180, 0.28);
  transform: translate(-50%, -50%) rotate(0deg);
}

.mark_five {
  width: 210px;
  background: rgba(34, 199, 180, 0.28);
  transform: translate(-50%, -50%) rotate(90deg);
}

.gram_hex {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 2px solid var(--theme-color);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
}

.hex_one {
  left: 14%;
  top: 18%;
  background: var(--theme-color);
}

.hex_two {
  right: 2%;
  top: 52%;
  width: 54px;
  height: 54px;
}

.hex_three {
  right: 18%;
  bottom: 12%;
  width: 26px;
  height: 26px;
}

.building_trust_area {
  padding: 96px 0 104px;
  background: #fff;
}

 

.building_trust_heading { 
  margin: 0 auto 70px;
}

.building_trust_heading h2 {
  color: #011F1D;
  font-family: var(--display-font);
  font-size: clamp(25px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.16;
}

.building_trust_heading p {
  max-width: 920px;
  margin: 15px auto 0;
  color: #50726E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.building_metric_row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 24px;
}

.building_metric_card {
  min-height: 156px;
  height: 100%;
  padding: 32px;
  border: 1px solid #d9e1df;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 51, 49, 0.06);
}

.building_metric_card strong {
  display: block;
  color: var(--theme-color);
  font-family: var(--display-font);
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
}

.building_metric_card.accent strong {
  color: #ff774d;
}

.building_metric_card h3 {
  margin-top: 22px;
  color: #0d2526;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.building_metric_card p {
  margin-top: 6px;
  color: #6a8285;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.building_table_wrap {
  margin-top: 72px;
  overflow-x: auto;
  border-radius: 18px;
  background: #092622;
  padding:0 40px;
}

.building_table {
  width: 100%;
  min-width: 760px;
}

.building_table th,
.building_table td {
  padding: 18px 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
    padding-left: 0 !important;

}

.building_table th {
  padding-top: 34px;
  padding-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 0 !important;
}

.building_table th:nth-child(2),
.building_table td:nth-child(2) {
  color: var(--theme-color);
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
}

.building_table tr:last-child td {
  padding-bottom: 34px;
}
.building_table th{
  padding-left: 0 !important;

}

.responsible_governance_area {
  padding: 0 0 74px;
  background: var(--white-color);
}

 

.responsible_governance_heading {
  margin-bottom: 60px;
}

.responsible_governance_heading h2 {
  color: #011f1d;
  font-family: var(--display-font);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.16;
}

.governance_big_row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.governance_big_card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  height: 100%;
  padding: 45px 36px 34px;
  border-top: 4px solid #21c4a5;
  border-radius: 24px;
  background: #eafbf8;
}

.governance_big_card img {
  width: 34px;
  height: 34px;
  margin-bottom: 43px;
  object-fit: contain;
}

.governance_big_card h3 {
  margin-bottom: 17px;
  color: #052522;
  font-family: var(--display-font);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.governance_big_card p {
  color: #50726E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
}

.governance_big_card a {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding-top: 17px;
  color: #14bfa6;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.governance_big_card a img{
  width:10px;
  height:10px;
  margin-bottom: 0;
}
.governance_icon_grid {
  display: grid;
  gap: 26px;
  max-width: 1160px;
  margin: 68px auto 0;
}

.governance_icon_row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.governance_icon_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 184px;
  min-height: 70px;
  padding: 0 16px;
  border: 1px solid #dfe8e6;
  border-radius: 14px;
  background: var(--white-color);
}

.governance_icon_row_six .governance_icon_item {
  width: 170px;
}

.governance_icon_item img {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.governance_icon_item span {
  color: #011F1D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.gramchain_appli_area {
  padding: 79px 0 87px;
  background: #eafffb;
}

.gramchain_appli_area .container {
  max-width: 1110px !important;
}

.gramchain_appli_row {
  row-gap: 44px;
}

.gramchain_appli_content span {
  display: block;
  margin-bottom: 9px;
  color: #18c3ad;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.gramchain_appli_content h2 {
  max-width: 455px;
  color: #041f1d;
  font-family: var(--display-font);
  font-size: clamp(26px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.gramchain_appli_list {
  display: grid;
  gap: 22px;
  margin-top: 45px;
}

.gramchain_appli_list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.gramchain_appli_list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--white-color);
  background: #21c4a5;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.gramchain_appli_list h3 {
  margin-bottom: 3px;
  color: #052522;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.gramchain_appli_list p {
  color: #5f7a7d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.gramchain_terminal_card {
  width: min(100%, 522px);
  margin-left: auto;
  padding: 27px 30px 19px;
  border-radius: 24px;background: #0A1A1A;

box-shadow: 0px 20px 40px 0px #00000040;

}

.terminal_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 19px;
}

.terminal_head span,
.terminal_transactions h3,
.terminal_stats span,
.terminal_head small {
  color: #1fd2b9;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.terminal_head strong {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #e5fffb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.terminal_head strong i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #21c4a5;
}

.terminal_head small {
  min-height: 25px;
  padding: 7px 10px 0;
  border: 1px solid rgba(255, 113, 65, 0.45);
  border-radius: 7px;
  color:#F57D4E;
  background: rgba(255, 113, 65, 0.08);
}

.terminal_stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.terminal_stats div {
  min-height: 68px;
  padding: 8px 18px 17px;
  border-radius: 16px;
background: #FFFFFF0D;

}

.terminal_stats strong {
  display: block;
  margin-top: 7px;
  color: #e8fffb;
  font-family: "JetBrains Mono", monospace;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.terminal_stats div:last-child strong {
  color: #21c4a5;
}

.terminal_transactions {
  margin-top: 24px;
}

.terminal_transactions h3 {
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.23);
}
.terminal_stats span{
  color: #50726E;
  font-size: 12px;
}
.terminal_transactions p {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 1fr auto auto;
 
  gap: 18px;
  min-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 600;
border-bottom: 1px solid #FFFFFF1A;
margin-bottom: 12px;
}

.terminal_transactions span {
  color: #21c4a5;
}

.terminal_transactions strong {
  font-weight: 800;
}

.terminal_transactions em {
  color:#50726E;
  font-style: normal;
}
@keyframes aboutOrbitSpin {
  from {
    transform: translate(-50%, -49%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -49%) rotate(360deg);
  }
}

@keyframes aboutOrbitSpinReverse {
  from {
    transform: translate(-50%, -49%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -49%) rotate(0deg);
  }
}

/* on platform area css start */

.on_platform_area {
  position: relative;
  overflow: hidden;
  padding: 86px 0 82px;
  background:#fff;
  z-index: 1;
}

.on_platform_area::after {
  content: "";
  position: absolute;
  left: -20%;
  bottom: -20%;
  width:300px;
  height: 300px;
 background: #FFB14366;
  border-radius: 100px;
  filter: blur(100px);
  z-index: -1;
}

.on_platform_heading {
  margin-bottom: 48px;
}

.on_platform_heading span {
  display: inline-block;
  margin-bottom: 16px;
  color: #537174;
   font-family: "JetBrains Mono", monospace;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.on_platform_heading h2 {
  color: #111827;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.15;
}

.on_platform_stats {
  --bs-gutter-x: 58px;
  --bs-gutter-y: 34px;
  justify-content: center;
}

.on_platform_item {
  height: 100%;
}

.on_platform_item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color);
  font-family: var(--display-font);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.on_platform_item h3 {
  margin-bottom: 0;
  color: #0A2B28;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.on_platform_item p {
  max-width: 190px;
  margin-top: 15px;
  color: #60787b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

/* ecosystems area css start */

.ecosystems_area {
  position: relative;
  padding: 32px 0 33px;
  overflow: hidden;
  background: var(--white-color);
}

.ecosystems_area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #eaf3f1;
}

.ecosystems_content {
  position: relative;
  z-index: 1;
}

.ecosystems_subtitle {
  display: inline-block;
  margin-bottom: 24px;
  color: #48686a;
  font-size: 14px;
  font-weight: 900;
    font-family: "JetBrains Mono", monospace;

  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecosystems_logo_wrap {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.ecosystems_logo_track {
  display: flex;
  width: max-content;
  animation: ecosystemsSlide 24s linear infinite;
  will-change: transform;
}

.ecosystems_logo_wrap:hover .ecosystems_logo_track {
  animation-play-state: paused;
}

.ecosystems_logo_group {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}

.ecosystem_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 70px;
  height: 24px;
}

.ecosystem_logo img {
  display: block;
  width: auto;
  max-width: 120px;
  max-height: 22px;
  object-fit: contain;
  filter: saturate(0.68);
  opacity: 0.9;
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.ecosystem_logo:hover img {
  transform: translateY(-3px);
  filter: saturate(1);
  opacity: 1;
}

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

/* one platform area css start */

.one_platform_area {
  position: relative;
  overflow: hidden;
  padding: 92px 0 106px;
  background:
    radial-gradient(circle at 4% 0%, rgba(231, 194, 126, 0.48) 0, transparent 27%),
    radial-gradient(circle at 100% 100%, rgba(107, 193, 237, 0.42) 0, transparent 28%),
    #e9f4f1;
}

.one_platform_row {
  row-gap: 44px;
}

.platform_card {
  position: relative; 
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(188, 222, 221, 0.58);
  border-radius: 48px;
  background: url('../images/one_platform_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 
}

.platform_card_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.platform_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #d9e7e5;
  border-radius: 18px;
  color: var(--theme-color);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(22, 83, 80, 0.06);
  font-size: 29px;
}

.protocol_badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  color: #124a4a;
  background: rgba(179, 229, 230, 0.92);
  border: 1px solid rgba(34, 199, 180, 0.28);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.platform_flow {
  position: relative;
  height: 210px;
  margin-bottom: 24px;
}

.platform_flow::before {
      content: "";
    position: absolute;
    z-index: 1;
    left: 14px;
    right: 14px;
    top: 39px;
    bottom: 16px;
    border: 3px solid #358586;
    border-radius: 20px;
}

.flow_items {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 18px 47px 0;
}

.flow_items span,
.flow_center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  width: 62px;
  border-radius: 13px; 
background: linear-gradient(139.08deg, #96DBB9 59.94%, #4ACECE 120.97%);
  font-family: "JetBrains Mono", monospace;
   color: #377F7F;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.flow_center {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  min-height: 59px;
  width: 62px;
  transform: translateX(-50%);
}

.flow_arrow {
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.flow_arrow_left {
  left: -2px;
  top: 125px;
  border-bottom: 29px solid #358586;
}

.flow_arrow_right {
  right: -2px;
  top: 124px;
  border-top: 29px solid #358586;
}

.platform_card_content h3 {
  margin-bottom: 9px;
  color: var(--theme-darker);
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
}

.platform_card_content p {
  color: #5f7a7d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.platform_status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 98px;
  margin-top: 17px;
  padding: 48px 32px 18px;
  border: 1px solid #d8e9e7;
  border-radius: 20px;
  color: #087e7b;
  background: rgba(248, 255, 253, 0.72); 
}

.platform_status::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 28px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #24c8b2 0%, #24c8b2 84%, #dfe8e6 84%, #dfe8e6 100%);
}

.platform_status span{
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #50726E;
} 
.platform_status strong {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.platform_content { 
  margin-left: 54px;
}

.platform_content h2 {
  margin-bottom: 7px;
  color: var(--theme-darker);
  font-family: var(--display-font);
  font-size: clamp(34px, 3.5vw, 43px);
  font-weight: 700;
  line-height: 1.2;
}

.platform_content h2 span {
  margin-bottom: 27px;
  color: #16c7af;
  font-family: var(--display-font);
  font-size: clamp(31px, 3.4vw, 43px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.18;
}

.platform_content p {
  max-width: 520px;
  color: #789093;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
    font-family: "Plus Jakarta Sans", sans-serif;

}

.platform_stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  padding-top: 0;
  border-top: 2px solid rgba(34, 199, 180, 0.48);
}

.platform_stats div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  padding: 0 14px;
  border-right: 1px solid rgba(34, 199, 180, 0.7);
  text-align: center;
}

.platform_stats div:last-child {
  border-right: 0;
}

.platform_stats strong {
  display: block;
  color: #17c8b0;
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  padding-top: 14px;
}

.platform_stats span {
  display: block;
  margin-top: 6px;
  color: #698487;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.platform_shape {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.platform_shape_one {
  right: 16.5%;
  bottom: 30px;
  width: 25px;
  height: 25px;
  border: 7px solid var(--theme-color);
}

.platform_shape_two {
  left: 47%;
  bottom: -66px;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(34, 199, 180, 0.18);
}

/* coin leader area css start */

.coin_leader_area {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 92px auto 0;
}

.coin_leader_heading {
  max-width: 640px;
  margin: 0 auto 52px;
}

.coin_leader_heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: #5e777a;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 500; 
  line-height: 1;
}

.coin_leader_heading h2 {
  color: #182033;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.1;
}

.coin_leader_heading p {
  max-width: 700px;
  margin: 14px auto 0;
  color: #315456;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.coin_leader_card img{
  border-radius: 100px;
  object-fit: cover;
  width: 126px;
  height: 126px;
  margin-bottom: 10px;
}
.coin_leader_row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 48px;
}

.coin_leader_card {
  text-align: center;
}

.leader_avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #082d2b;
  background: #39b4af;
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.06);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.leader_avatar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffd1b7;
  transform: translateX(-50%);
}

.leader_avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 52px;
  height: 26px;
  border-radius: 26px 26px 10px 10px;
  background: #0b3434;
  transform: translateX(-50%);
}

.leader_avatar {
  overflow: hidden;
}

.leader_avatar {
  color: transparent;
}

.avatar_teal {
  background: #23b9ad;
}

.avatar_blue {
  background: #56b5ca;
}

.avatar_coral {
  background: #ef6e74;
}

.avatar_warm {
  background: #f5d2bf;
}

.avatar_light {
  background: #f6f2ea;
}

.avatar_gray {
  background: #cfcac0;
}

.avatar_sky {
  background: #79c7df;
}

.coin_leader_card h3 {
  color: #182033;
  font-family: var(--display-font);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.coin_leader_card p {
  margin-top: 5px;
  color: #1c3d3e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

/* dao begin area css start */

.dao_begin_area {
  position: relative;
  overflow: hidden;
  padding: 96px 0 92px;
  background: #eef7f4;
}

.dao_begin_area .container {
  max-width: 1250px !important;
}

.dao_begin_story {
  /* max-width: 900px; */
  margin: 0 auto;
}

.dao_begin_content {
  max-width: 660px;
  margin-left: auto;
}

.dao_begin_content span {
  display: block;
  margin-bottom: 20px;
  color: #315456;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.dao_begin_content h2 {
  margin-bottom: 28px;
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.8vw, 54px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
  text-align: center;
}

.dao_begin_content p {
  color: #47676a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.dao_begin_content p + p {
  margin-top: 26px;
}

.dao_code_arrows {
  width: 260px;
  height: 265px;
  margin: 118px 0 0 auto;
  background: url("../images/code_arrows.svg") center / contain no-repeat;
  opacity: 0.9;
}

.dao_timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 980px;
  margin: 72px auto 0;
}

.dao_timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 13px;
  height: 2px;
  background: linear-gradient(90deg, #20c8b2 0 63%, #cfdedc 63% 100%);
}

.dao_timeline_item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.dao_timeline_item span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border: 2px solid #20c8b2;
  border-radius: 50%;
  background: #eef7f4;
}

.dao_timeline_item.active span {
  border-color: transparent;
  background: #20c8b2;
  box-shadow: 0 0 0 8px rgba(32, 200, 178, 0.12);
}

.dao_timeline_item h3 {
  max-width: 130px;
  margin: 32px auto 0;
  color: #153734;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dao_sponsor_box {
  position: relative;
  max-width: 760px;
  min-height: 168px;
  margin: 76px auto 0;
  padding: 32px 22px 22px 28px;
  border: 1px solid rgba(32, 200, 178, 0.75);
  border-radius: 16px;
  background: rgba(215, 246, 239, 0.72);
}

.dao_sponsor_content h3 {
  color: #182033;
  font-family: var(--display-font);
  font-size: 31px;
  font-weight: 800;
  line-height: 1.04;
}

.dao_sponsor_content p {
  max-width: 310px;
  margin-top: 13px;
  color: #47676a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
}

.dao_sponsor_visual {
  position: relative;
  min-height: 130px;
}

.dao_sponsor_visual img {
  position: absolute;
  right: -50px;
  bottom: -72px;
  width: min(100%, 455px);
  max-width: none;
}

/* finance onchain area css start */

.finance_onchain_area {
  position: relative;
  overflow: hidden;
  padding: 96px 0 102px;
  background: var(--white-color);
}
.finance_onchain_area::before{
       position: absolute;
    left: 0;
    width: 97%;
    content: "";
    height: 270px;
    background: url(../images/ochain_vactors.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;

}

.finance_onchain_area .container{
  max-width: 1396px !important;
}
.finance_heading {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.finance_heading span {
  display: inline-block;
  margin-bottom: 18px;
  color: #416568;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.finance_heading h2 {
  color: var(--theme-darker);
  font-family: var(--display-font);
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 48px;
}

.finance_cards_row {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 18px;
  --bs-gutter-y: 28px;
  justify-content: center;
}

.finance_card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  height: 100%;
  padding: 22px 20px 20px;
  border: 1px solid #dce9e7;
  border-radius: 18px;
  background: #f5fbfa;
  box-shadow: 0 14px 24px rgba(20, 63, 62, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.finance_card:hover {
  transform: translateY(-7px);
  border-color: rgba(34, 199, 180, 0.34);
  box-shadow: 0 22px 38px rgba(20, 63, 62, 0.09);
}

.finance_card_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-height: 55px;
  margin-bottom: 26px;
}

.finance_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--white-color);
  font-size: 22px;
}

.icon_blue {
  color: #6387c8;
}

.icon_teal {
  color: #13c4af;
}

.icon_orange {
  color: #ff784f;
}

.icon_green {
  color: #10665b;
}

.icon_pink {
  color: #ff4f7f;
}

.live_badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-top: 10px;
  color: #04983d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.live_badge i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #04983d;
}

.finance_card h3 {
  margin-bottom: 18px;
  color: #0d2526;
   font-family: "Lora", serif;

  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.finance_card p {
    max-width: 190px;
    color: #33455B;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
}

.finance_card_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--white-color);
}

.finance_card_meta span,
.finance_card_meta strong {
  color: #203a51;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.finance_card_meta strong {
  color: #03a954;
}

.finance_shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.finance_wave {
  left: -24px;
  top: 244px;
  width: 92px;
  height: 46px;
  border-top: 7px solid #6387c8;
  border-radius: 24px 24px 0 0;
}

.finance_wave::before,
.finance_wave::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 50%;
  height: 46px;
  border-top: 7px solid #6387c8;
  border-radius: 24px 24px 0 0;
}

.finance_wave::before {
  left: 0;
  transform: rotate(-8deg);
  transform-origin: right top;
}

.finance_wave::after {
  right: -43px;
  transform: rotate(8deg);
  transform-origin: left top;
}

.finance_line {
  height: 6px;
  border-radius: 999px;
  background: #22c7b4;
}

.line_a {
  top: 130px;
  right: 148px;
  width: 86px;
}

.line_a::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 18px;
  width: 75px;
  height: 13px;
  border-radius: 999px;
  background: #22c7b4;
}

.line_b {
  top: 190px;
  right: 228px;
  width: 36px;
}

.finance_dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff774d;
}

.dot_a {
  top: 68px;
  right: 310px;
}

.dot_b {
  top: 147px;
  right: 74px;
}

.dot_c {
  top: 188px;
  right: 148px;
}

.finance_square {
  border-radius: 8px;
}

.square_a {
  top: 76px;
  right: 18px;
  width: 28px;
  height: 28px;
  border: 7px solid #ff7c56;
}

/* realfe area css start */

.realfe_area {
  position: relative;
  overflow: hidden;
  padding: 20px 0 104px;
  background:
    radial-gradient(circle at 73% 48%, rgba(189, 247, 234, 0.45) 0, transparent 25%),
    var(--white-color);
}

.realfe_row {
  row-gap: 48px;
}

.realfe_content { 
}

.realfe_subtitle {
  display: inline-block;
  margin-bottom: 24px;
  color: #18c3ad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.realfe_content h2 {
  color: var(--theme-darker);
  font-family: var(--display-font);
  font-size: clamp(35px, 3.35vw, 37px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.22;
}

.realfe_content h2 span {
  display: block;
  color: #16c7af;
}

.realfe_content p {
  max-width: 355px;
  margin-top: 26px;
  color: #83999c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

.realfe_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 41px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 999px;
  color: #E0EFEB;
  background: #20c4ad;
  font-size: 15px;
  font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;

}

.realfe_btn:hover {
  color: var(--white-color);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(32, 196, 173, 0.24);
}

.realfe_btn i {
  font-size: 12px;
}

.realfe_visual {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: visible;
}

.realfe_orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(61, 133, 134, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: realfeOrbitSpin 28s linear infinite;
  transform-origin: center;
  will-change: transform;
}

.orbit_one {
  width: 64%;
  height: 64%;
  animation-duration: 34s;
}

.orbit_two {
  width: 82%;
  height: 82%;
  animation-duration: 42s;
  animation-direction: reverse;
}

.orbit_three {
  width: 100%;
  height: 100%;
  animation-duration: 54s;
}

.realfe_center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 154px;
  border: 1px solid #23c3b1;
  border-radius: 50%;
  color: #367bff;
  background: rgba(255, 255, 255, 0.62);
  transform: translate(-50%, -50%);
  animation: realfeCenterPulse 4s ease-in-out infinite;
}

.realfe_center span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.realfe_node {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size, 54px);
  height: var(--size, 54px);
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(var(--start)) translateX(var(--radius));
  animation: realfeNodeOrbit var(--duration, 34s) linear infinite;
  overflow: visible;
  will-change: transform;
}

.realfe_node > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: rotate(var(--counter));
  animation: realfeNodeUpright var(--duration, 34s) linear infinite;
  transform-origin: center;
}

.realfe_node img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.node_top {
  --start: -90deg;
  --counter: 90deg;
  --radius: 222px;
  --size: 44px;
  --duration: 34s;
}

.node_yellow {
  --start: -43deg;
  --counter: 43deg;
  --radius: 213px;
  --size: 58px;
  --duration: 34s;
}

.node_pink {
  --start: 38deg;
  --counter: -38deg;
  --radius: 181px;
  --size: 58px;
  --duration: 34s;
}

.node_teal {
  --start: 87deg;
  --counter: -87deg;
  --radius: 220px;
  --size: 58px;
  --duration: 34s;
}

.node_blue {
  --start: 137deg;
  --counter: -137deg;
  --radius: 188px;
  --size: 58px;
  --duration: 34s;
}

.node_purple {
  --start: 225deg;
  --counter: -225deg;
  --radius: 213px;
  --size: 58px;
  --duration: 34s;
}

.node_leaf {
  --start: 88deg;
  --counter: -88deg;
  --radius: 156px;
  --size: 38px;
  --duration: 27s;
}

.node_ton {
  --start: -18deg;
  --counter: 18deg;
  --radius: 178px;
  --size: 36px;
  --duration: 27s;
}

.node_tron {
  --start: 183deg;
  --counter: -183deg;
  --radius: 153px;
  --size: 38px;
  --duration: 27s;
}

.node_sol {
  --start: -92deg;
  --counter: 92deg;
  --radius: 230px;
  --size: 42px;
  --duration: 40s;
}

@keyframes realfeOrbitSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes realfeCenterPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(35, 195, 177, 0.18);
  }
  50% {
    box-shadow: 0 0 0 24px rgba(35, 195, 177, 0);
  }
}

@keyframes realfeNodeOrbit {
  from {
    transform: translate(-50%, -50%) rotate(var(--start)) translateX(var(--radius));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--start) + 360deg)) translateX(var(--radius));
  }
}

@keyframes realfeNodeUpright {
  from {
    transform: rotate(var(--counter));
  }
  to {
    transform: rotate(calc(var(--counter) - 360deg));
  }
}

/* footer css start */

.site_footer {
  position: relative;
  overflow: hidden;
  padding: 480px 0 118px;
  background: #011f1d url(../images/footer_mg.png) top center / cover no-repeat;
  background-size: contain;
}

 

.gram_coin_footer_content { 
  margin: 0 auto 82px;
}

.gram_coin_heading h2,
.grampe_footer_cta h2 {
  color: var(--white-color);
  font-family: var(--display-font);
  font-weight: 800;
  line-height: 1.15;
}

.gram_coin_heading h2 {
  font-size: clamp(28px, 2.7vw, 45px);
}

.gram_coin_heading p {
  max-width: 680px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.22);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.gram_coin_cards_row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
  margin-top: 20px;
}

.gram_coin_card {
  min-height: 138px;
  height: 100%;
  padding: 32px 32px;
  border-radius: 24px;
  background: var(--white-color);
}

.gram_coin_card img {
  display: block;
  margin-bottom: 14px; 
}

.gram_coin_card h3 {
  margin-bottom: 8px;
  color: #011f1d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.gram_coin_card p {
  max-width: 150px;
  color: #395753;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
}

.gram_coin_meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: max-content;
  max-width: 100%;
  min-height: 36px;
  margin: 54px auto 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.gram_coin_meta li {
  position: relative;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
    font-family: "JetBrains Mono", monospace;

}

.gram_coin_meta li + li {
  margin-left: 24px;
}

.gram_coin_meta li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 50%;
  background: #21c4a5;
  vertical-align: middle;
}

.grampe_footer_cta {
  margin-top: 100px;
}

.grampe_footer_cta span {
  display: block;
  margin-bottom: 28px;
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.grampe_footer_cta h2 {
  font-size: clamp(30px, 4.2vw, 60px);
  font-weight: 500;
}

.grampe_footer_cta p {
  max-width: 750px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.grampe_footer_actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.grampe_download_btn,
.grampe_telegram_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px !important;
}

.grampe_download_btn {
  min-width: 182px;
  padding: 0 24px;
  color: #012925;
  background: #21c4a5;
}

.grampe_telegram_btn {
  min-width: 134px;
  padding: 0 22px;
  color: #21c4a5;
  border: 1px solid #21c4a5;
}

.grampe_download_btn:hover,
.grampe_telegram_btn:hover {
  color: #012925;
  background: var(--white-color);
  border-color: var(--white-color);
  transform: translateY(-2px);
}

.footer_inner {
  max-width: 945px;
  margin: 0 auto;
}

.footer_cta {
  padding-bottom: 39px;
  border-bottom: 1px solid rgba(183, 218, 211, 0.12);
}

.footer_cta h2 {
  color: var(--white-color);
  font-family: var(--display-font);
  font-size: clamp(24px, 2.5vw, 31px);
  font-weight: 400;
  line-height: 1.35;
}

.footer_social,
.footer_links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.07);
}

.footer_social a:hover {
  background: rgba(33, 196, 165, 0.18);
  border-color: rgba(33, 196, 165, 0.35);
  transform: translateY(-3px);
}

.footer_social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer_bottom {
  padding-top: 28px;
}

.footer_bottom p,
.footer_links a {
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.footer_links {
  gap: 14px;
}

.footer_links a:hover {
  color: var(--white-color);
}

/* GramPe page css start */

.grampe_hero_area {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 154px 0 78px;
  background: #e7f1ef url("../images/grampe_hero_bg.png") center top / cover no-repeat;
}

.grampe_hero_area .container {
  position: relative;
  z-index: 2;
}

.grampe_hero_content {
  max-width: 820px;
  margin: 0 auto;
}

.grampe_hero_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-bottom: 15px;
  padding: 0 16px;
  border-radius: 999px;
  color: #00C9A7;
background: #00C9A71A;

  border: 1px solid #00C9A733;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.grampe_hero_content h1 {
  color: #182033;
  font-family: var(--display-font);
  font-size: clamp(30px, 5.6vw, 75px);
  font-weight: 500;
  line-height: 1.08;
}

.grampe_hero_content h1 span {
  display: block;
  color: #09cdb2;
}

.grampe_hero_content p {
  max-width: 590px;
  margin: 15px auto 0;
  color: #5e777a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.grampe_hero_actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.grampe_primary_btn,
.grampe_secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  padding: 16px 32px !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.grampe_primary_btn {
  min-width: 172px;
  padding: 0 24px;
  color: #0A2B28;
  background: #21c4a5;
}

.grampe_secondary_btn {
  min-width: 156px;
  padding: 0 24px;
  color: #50726e;
  background: var(--white-color);
}

.grampe_primary_btn:hover,
.grampe_secondary_btn:hover {
  color: #062b27;
  background: var(--white-color);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(21, 55, 52, 0.1);
}

.grampe_hero_stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 47px;
}

.grampe_hero_stats li {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.grampe_store_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.grampe_store_links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.grampe_store_links img {
  display: block;
  width: auto; 
  width: 137px;
  object-fit: contain;
}

.grampe_mobile_visual {
  position: relative;
  width: min(100%, 360px);
  margin: 63px auto 0;
  text-align: center;
}

.grampe_mobile_visual > img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 505px;
  object-fit: contain;
}

.grampe_float_tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 15px;
  border-radius: 999px;
  color: #13bea7;
  background: var(--white-color);
  box-shadow: 0 12px 25px rgba(11, 67, 62, 0.08);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.tag_upi {
  left: -78px;
  top: 174px;
}

.tag_card {
  right: -77px;
  top: 174px;
}

.tag_crypto {
  left: -72px;
  bottom: 115px;
}

.tag_points {
  right: -92px;
  bottom: 112px;
}

.grampe_step_area {
  padding: 78px 0 31px;
  background: #e7f1ef;
}

.grampe_step_heading {
  margin-bottom: 86px;
}

.grampe_step_heading span {
  display: inline-block;
  margin-bottom: 25px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.grampe_step_heading h2 {
  color: #182033;
  font-family: var(--display-font);
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 500;
  line-height: 1.12;
}

.grampe_step_row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: 44px;
}

 

.grampe_step_content h3 {
  color: #071232;
  font-family: var(--display-font);
  font-size: clamp(30px, 4vw, 48px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
}

.grampe_step_content h3 span {
  display: block;
}

.grampe_step_content strong {
  display: block;
  margin-top: 35px;
  color: #50726e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.grampe_step_content ul {
  display: grid;
  gap: 22px;
  margin-top: 29px;
}

.grampe_step_content li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6d8587;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.grampe_step_content li i {
  color: #00c9a7;
  font-size: 16px;
}

.grampe_step_visual {
  overflow: hidden;
  border-radius: 18px;
}

.grampe_step_visual img {
  display: block;
  width: 100%;
  min-height: 390px;
  object-fit: cover;
}

.grampe_wallet_area {
  position: relative;
  overflow: hidden;
  padding: 66px 0 48px;
  background: #e7f1ef;
}

.grampe_wallet_heading h2 {
  color: #011f1d;
  font-family: var(--display-font);
  font-size: clamp(34px, 4vw, 80px);
  font-weight: 500;
  line-height: 1.12;
}

.grampe_wallet_heading h2 span {
  display: block;
  color: #00c9a7;
}

.grampe_wallet_showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 590px;
  margin-top: 22px;
}

.grampe_word {
position: absolute;
    top: 50%;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 201, 167, 0.26);
    font-family: var(--display-font);
    font-size: clamp(92px, 15vw, 210px);
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    width: 100%;
    left: -15%;
    white-space: pre;
}

.grampe_word_left {
  right: 63%;
}

.grampe_word_right {
  left: 63%;
}

.grampe_card_orbit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 800px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(189, 247, 234, 0.48);
}

.grampe_card_orbit::before,
.grampe_card_orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.grampe_card_orbit::before {
  inset: 93px;
background: conic-gradient(from 180deg at 50% 50%, #00C9A7 0deg, #011F1D 360deg);

  animation: grampeCircleSpin 12s linear infinite;
  outline: 0;
  border: 0;
}

 
.grampe_card_circle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 68%;
  gap: 42px;
}

.grampe_card_circle img {
  width: 100%;
  filter: drop-shadow(0 22px 36px rgba(0, 30, 27, 0.18));
  animation: grampeCardFloat 4s ease-in-out infinite;
}

.grampe_card_circle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(6, 43, 39, 0.22);
  border-radius: 5px;
  color: #6a8285;
  background: var(--white-color);
  box-shadow: 0 8px 18px rgba(0, 30, 27, 0.08);
  font-size:20px;
  font-weight: 600;
}

.grampe_wallet_features {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 22px;
  margin-top: 6px;
}

.grampe_wallet_features p {
  color: #011f1d;
  font-family: var(--display-font);
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 500;
  line-height: 1.28;
}

.grampe_wallet_features span {
  color: #00c9a7;
}

.major_blockchains_area {
  padding: 58px 0 96px;
  background: #ffffff;
}

.major_blockchains_row {
  --bs-gutter-x: 86px;
  --bs-gutter-y: 56px;
  align-items: flex-start;
}

.major_blockchains_left,
.major_blockchains_right {
  max-width: 520px;
}

.major_blockchains_right {
  margin-left: auto;
}

.major_blockchains_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  margin-bottom: 18px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.major_blockchains_badge.badge_green {
  color: #00bda4;
  background: rgba(0, 201, 167, 0.14);
  border: 1px solid rgba(0, 201, 167, 0.22);
}

.major_blockchains_badge.badge_orange {
  color: #e27f00;
  background: rgba(255, 177, 67, 0.14);
  border: 1px solid rgba(255, 146, 56, 0.24);
}

.major_blockchains_area h2 {
  color: #182033;
  font-family: var(--display-font);
  font-size: clamp(38px, 3.45vw, 46px);
  font-weight: 400;
  line-height: 1.13;
}

.major_chain_list {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.major_chain_card {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 64px;
  padding: 12px 20px;
  border-radius: 12px;
  background: rgba(226, 250, 247, 0.9);
}

.major_chain_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: var(--white-color);
}

.major_chain_icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.major_chain_card h3,
.ginr_stable_card h3,
.major_security_item h3 {
  color: #182033;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.major_chain_card p,
.major_security_item p {
  margin-top: 2px;
  color: #577478;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.ginr_stable_card {
  margin-top: 34px;
  min-height: 100px;
  padding: 24px 28px;
  border: 1px solid #ff8358;
  border-radius: 19px;
  background: rgba(255, 247, 241, 0.9);
}

.ginr_stable_card h3 {
  color: #ed7b00;
  font-family: var(--display-font);
  font-size: 16px;
}

.ginr_stable_card p {
  margin-top: 18px;
  color: #557477;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.major_security_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 58px;
  margin-top: 48px;
}

.major_security_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.major_security_item img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.major_security_note {
  display: flex;
  align-items: center;
  min-height: 98px;
  margin-top: 45px;
  padding: 24px 26px;
  border-radius: 10px;
  background: #073630;
}

.major_security_note p {
  max-width: 450px;
  color: var(--white-color);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.loyalty_program_area {
  padding: 72px 0 72px;
  overflow: hidden;
  background: #e8fbf8;
}

.loyalty_program_heading {
  max-width: 680px;
  margin: 0 auto;
}

.loyalty_program_heading span,
.what_comin_heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 16px;
  border-radius: 999px;
  color: #00bda4;
  background: rgba(0, 201, 167, 0.13);
  border: 1px solid rgba(0, 201, 167, 0.22);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.loyalty_program_heading h2,
.what_comin_heading h2 {
  margin-top: 16px;
  color: #182033;
  font-family: var(--display-font);
  font-size: clamp(38px, 3.5vw, 46px);
  font-weight: 500;
  line-height: 1.13;
}

.loyalty_program_heading p {
  max-width: 570px;
  margin: 18px auto 0;
  color: #58777a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.loyalty_steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 58px auto 0;
}

.loyalty_steps::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 27px;
  border-top: 3px dotted rgba(0, 201, 167, 0.55);
}

.loyalty_step_item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.loyalty_step_item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #022d29;
  background: #00c9a7;
  font-size: 10px;
  font-weight: 900;
}

.loyalty_step_item h3 {
  margin-top: 20px;
  color: #182033;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.loyalty_step_item p {
  margin-top: 10px;
  color: #58777a;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.loyalty_tier_row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 24px;
  max-width: 920px;
  margin: 58px auto 0;
}

.loyalty_tier_card {
  position: relative;
  min-height: 218px;
  height: 100%;
  padding: 36px 26px 28px;
  border: 1px solid rgba(156, 181, 183, 0.34);
  border-radius: 24px;
  background: var(--white-color);
  text-align: center;
}

.loyalty_tier_featured {
  border: 2px solid #ffd000;
}

.loyalty_tier_featured small {
  position: absolute;
  left: 50%;
  top: -13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0 13px;
  border-radius: 999px;
  color: #022d29;
  background: #ffd000;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.loyalty_tier_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 50%;
}

.loyalty_tier_icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.icon_bronze {
  background: #fff1e6;
}

.icon_silver {
  background: #f7f7f7;
}

.icon_gold {
  background: #fff8c8;
}

.loyalty_tier_card h3 {
  color: #182033;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.loyalty_tier_card p {
  margin-top: 8px;
  color: #6c8588;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.loyalty_tier_card strong {
  display: block;
  margin-top: 18px;
  color: #182033;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}

.loyalty_store_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  margin: 52px auto 0;
  padding: 0 34px;
  border-radius: 999px;
  background: rgba(0, 201, 167, 0.18);
}

.loyalty_store_bar strong,
.loyalty_store_bar span {
  color: #58777a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.loyalty_store_bar strong {
  color: #42686b;
  font-weight: 900;
  text-transform: uppercase;
}

.loyalty_referral {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 390px);
  min-height: 58px;
  margin: 20px auto 0;
  padding: 8px 16px;
  border: 1px solid #00c9a7;
  border-radius: 12px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.loyalty_referral strong,
.loyalty_referral span,
.loyalty_referral button {
  color: #182033;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.loyalty_referral span {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f1fffd;
  font-size: 9px;
  font-weight: 500;
  gap: 10px;
}

.loyalty_referral span a {
  padding: 0;
  color: #000 !important;
  font-weight: 600;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
}

.what_comin_next {
  padding: 70px 0 78px;
  background: var(--white-color);
}

.what_comin_row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 26px;
  margin-top: 35px;
}

.what_comin_card {
  min-height: 166px;
  height: 100%;
  padding: 30px 28px 26px;
  border: 1px solid rgba(145, 163, 166, 0.28);
  border-radius: 24px;
  background: var(--white-color);
  box-shadow: 0 14px 30px rgba(10, 36, 34, 0.08);
}

.what_comin_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.what_comin_top strong {
  color: #073630;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.what_comin_top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.status_live {
  color: #00a88b;
  background: rgba(0, 201, 167, 0.15);
}

.status_progress {
  color: #f27a43;
  background: rgba(242, 122, 67, 0.13);
}

.status_soon {
  color: #417dff;
  background: rgba(65, 125, 255, 0.12);
}

.status_quarter {
  color: #557477;
  background: rgba(85, 116, 119, 0.12);
}

.status_future {
  color: #8f48ff;
  background: rgba(143, 72, 255, 0.12);
}

.what_comin_card h3 {
  margin-top: 25px;
  color: #182033;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.what_comin_card p {
  margin-top: 21px;
  color: #557477;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

@keyframes grampeCircleSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes grampeCirclePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes grampeCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pageLoadFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pageLoaderWash {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes navDropIn {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroContentRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroVisualRise {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes softPulse {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.coin,
.staking_shape,
.login_shape,
.visual_bar,
.earningplane_area_vactor {
  animation: softFloat 4.8s ease-in-out infinite;
}

.coin_add,
.login_shape_two,
.staking_shape_one {
  animation-duration: 5.8s;
}

.live_badge i,
.card_top span i {
  animation: softPulse 1.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* login page css start */

.login_body .main_nav {
  max-width: 930px !important;
  min-height: 58px;
  padding: 10px 18px;
}

.login_body .brand_logo img {
  max-width: 112px;
}

.login_body .nav_menu .nav-link {
  min-width: auto;
  padding: 8px 13px !important;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.login_body .login_btn.active {
  min-width: 48px;
  padding: 0 14px;
  color: var(--theme-dark) !important;
  background: var(--white-color);
}

.login_body .register_btn.active {
  color: var(--theme-dark) !important;
  background: var(--white-color);
}

.login_page_area {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 126px 0 78px;
  background:
    radial-gradient(circle at 49% 30%, rgba(255, 208, 190, 0.48) 0, transparent 15%),
    radial-gradient(circle at 0% 4%, rgba(34, 199, 180, 0.16) 0, transparent 18%),
    url("../images/hero_bg.png") center top / cover no-repeat,
    #e7f1ef;
}

.login_page_area .container {
  position: relative;
  z-index: 3;
}

.login_addton_mark {
  position: absolute;
  left: -30px;
  top: 72px;
  width: 132px;
  opacity: 0.9;
  pointer-events: none;
}

.login_code_pattern {
  position: absolute;
  z-index: 1;
  right: 102px;
  top: 154px;
  width: 268px;
  height: 254px;
  opacity: 0.83;
  background: url("../images/code_arrows.svg") center / contain no-repeat;
  pointer-events: none;
}

.login_shape {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.login_shape_one {
  left: 20.5%;
  top: 33px;
  width: 6px;
  height: 6px;
  background: rgba(34, 199, 180, 0.4);
}

.login_shape_two {
  left: 38.5%;
  top: 290px;
  width: 36px;
  height: 36px;
  background: rgba(237, 215, 118, 0.44);
}

.login_shape_three {
  left: 15%;
  top: 405px;
  width: 16px;
  height: 16px;
  background: rgba(239, 217, 124, 0.34);
}

.login_shape_four {
  right: 9.5%;
  bottom: 94px;
  width: 7px;
  height: 7px;
  background: rgba(34, 199, 180, 0.28);
}

.login_shape_five {
  left: 26%;
  bottom: 148px;
  width: 4px;
  height: 4px;
  background: #22c7b4;
}

.login_intro {
  max-width: 760px;
  margin: 0 auto;
}

.login_badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 25px;
  margin-bottom: 14px;
  padding: 0 13px;
  border: 1px solid rgba(34, 199, 180, 0.22);
  border-radius: 999px;
  color: #305c5b;
  background: rgba(34, 199, 180, 0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.login_badge i {
  color: #21c4a5;
  font-size: 10px;
}

.login_intro h1 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.06;
}

.login_intro h1 span {
  font-style: italic;
  background: linear-gradient(132.56deg, #f57d4e 5.46%, #21c4a5 56.89%, #5c84c4 109.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.login_intro p {
  max-width: 500px;
  margin: 12px auto 0;
  color: #58777a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.login_card {
  position: relative;
  z-index: 4;
  width: min(100%, 510px);
  margin: 44px auto 0;
  padding: 31px 34px 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 207, 193, 0.68) 0, transparent 30%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 52px rgba(27, 71, 68, 0.17);
}

.login_field + .login_field {
  margin-top: 15px;
}

.login_field label {
  display: block;
  margin-bottom: 8px;
  color: #50726E;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;

}

.login_field input,
.login_password_box {
  width: 100%;
}

.login_field input {
  min-height: 39px;
  padding: 0 14px;
  border: 1px solid rgba(70, 101, 105, 0.12);
  border-radius: 7px;
  color: #50726E;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.login_field input::placeholder {
  color: #91a1a3;
  font-weight: 500;
}

.login_password_box {
  display: flex;
  align-items: center;
  min-height: 39px;
  border: 1px solid rgba(70, 101, 105, 0.12);
  border-radius: 7px;
  background: #ffffff;
}

.login_password_box input {
  min-height: 37px;
  border: 0;
  background: transparent;
}

.login_password_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: #5e777a;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.login_forgot {
  display: inline-flex;
  margin-top: 10px;
  color: #50726e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.login_forgot:hover {
  color: #21c4a5;
}

.login_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 43px;
  margin-top: 21px;
  border-radius: 999px;
  color: #ffffff;
  background: #21c4a5;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(33, 196, 165, 0.2);
}

.login_submit:hover {
  color: #ffffff;
  background: #173c3b;
}

.login_signup {
  margin-top: 15px;
  color: #6c8588;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.login_signup a {
  color: #0bb99f;
  font-weight: 900;
}

.login_security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 21px;
  padding-top: 15px;
  border-top: 1px solid rgba(74, 106, 109, 0.12);
  color: #50726E;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.login_security i {
  color: #21c4a5;
}

.login_stats_section {
  max-width: 600px;
  margin: 96px auto 0;
}

.login_stats_section > span {
  display: block;
  margin-bottom: 10px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.login_stats_section h2 {
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.14;
}

.login_stats_section p {
  max-width: 510px;
  margin: 13px auto 0;
  color: #58777a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.login_stats_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.login_stat_card {
  min-height: 77px;
  padding: 18px 20px;
  border: 1px solid rgba(70, 101, 105, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(20, 62, 59, 0.06);
  text-align: left;
  background: #FFFFFF;
border: 1px solid var(--color-cyan-4520, #21C4A533)
}

.login_stat_wide {
  grid-column: 1 / -1;
}

.login_stat_card small {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
  color: #0bb99f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.login_stat_card strong {
  display: block;
  color: #132f2e;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}

/* register page css start */

.register_page_area {
  padding-top: 122px;
}

.register_intro {
  max-width: 760px;
}

.register_intro h1 {
  font-size: clamp(44px, 5.3vw, 66px);
}

.register_intro p {
  max-width: 600px;
}

.register_code_left {
  left: -86px;
  right: auto;
  top: 310px;
  width: 246px;
  height: 230px;
  transform: rotate(180deg);
}

.register_code_right {
  right: -40px;
  top: 336px;
  width: 250px;
  height: 238px;
}

.register_card {
  width: min(100%, 600px);
  margin-top: 72px;
  padding: 38px 40px 36px;
}

.register_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.register_grid .login_field + .login_field {
  margin-top: 0;
}

.register_grid .login_field small {
  display: block;
  margin-top: 8px;
  color: #678487;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.45;
}

.register_position_field {
  grid-column: 1 / -1;
}

.register_position_tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 42px;
  overflow: hidden;
  border-radius: 8px;
  background: #eff5f8;
      padding: 5px;
}

.register_position_tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.register_position_tabs label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  color: #50726e;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  text-transform: none;
}

.register_position_tabs input:checked + label {
  color: #0bb99f;
  background: #ffffff;
  border-radius: 8px;

  box-shadow: 0 10px 18px rgba(20, 62, 59, 0.06);
}

.register_terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  color: #50726e;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.register_terms input {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  accent-color: #21c4a5;
}

.register_terms a {
  color: #0bb99f;
  font-weight: 900;
  text-decoration: underline;
}

.register_submit {
  margin-top: 24px;
}

.register_join_section {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr) minmax(250px, 0.9fr);
  align-items: center;
  gap: 30px;
  margin-top: 88px;
}

.register_join_content span {
  display: block;
  margin-bottom: 18px;
  color: #466569;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.register_join_content h2 { 
  color: #153734;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.3vw, 44px);
  font-weight: 500;
  line-height: 1.02;
}

.register_join_content p {
  max-width: 520px;
  margin-top: 20px;
  color: #58777a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

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

.register_steps_card {
  min-height: 172px;
  padding: 26px 30px;
  border: 1px solid rgba(70, 101, 105, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.32);
}

.register_steps_card strong {
  display: block;
  margin-bottom: 22px;
  color: #153734;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.register_steps_card p {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #153734;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.register_steps_card p + p {
  margin-top: 16px;
}

.register_steps_card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #21c4a5;
  border-radius: 50%;
  color: #0bb99f;
  background: rgba(33, 196, 165, 0.1);
  font-size: 11px;
  font-weight: 900;
}
