@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

@keyframes pulseGlow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine-border {
  0% {
    left: 125%;
  }
  68% {
    left: 125%
  }
  100% {
    left: -75%;
  }
}

@keyframes pulseGlowDTab {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50%      { transform: scale(1.1); opacity: 1; }
}

@keyframes pulseGlowDTabCard {
  0%       { transform: scale(1) rotate(0deg); }
  25%      { transform: scale(1.05) rotate(0deg); }
  50%      { transform: scale(1) rotate(360deg); }
  75%      { transform: scale(1.05) rotate(360deg); }
  100%     { transform: scale(1) rotate(360deg); }
}

@keyframes shine-border-card {
  0%   { left: -75%; }
  100% { left: 125%; }
}

@keyframes shine-border-card-gtab {
  0%   { left: -125%; }
  100% { left: 125%; }
}

@keyframes fadeInScaleModal {
  from { transform: scale(0.96); }
  to { transform: scale(1); }
}

@keyframes fadeInModal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulseDown {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

@keyframes shine-text {
  0% { left: -75%; }
  100% { left: 125%; }
}

main.animate-in {
  animation: fadeInScale 0.35s ease-out;
}

main {
  opacity: 0;
  transform: scale(0.96);
}

.grecaptcha-badge {
	z-index: 99991 !important;
}

.tabs-title {
  font-size: 5vh;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Lexend", sans-serif;
  color: #001A33;
  cursor: default;
  margin-top: 2vh;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.tabs-title::after {
  content: '';
  display: block;
  width: 3.5em;
  height: 4px;
  background: linear-gradient(to right, #0174D9, #001A33);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.gradient-text {
  color: #0174D9;
  background: linear-gradient(to bottom, #0174D9, #001A33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.dtab-gradient-text {
  color: #00C279;
  background: linear-gradient(to bottom, #00C279, #00331F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.gtab-cursor {
  cursor: url("/assets/gtab-cursor.webp") 4 4, auto;
}

.dtab-cursor {
  cursor: url("/assets/dtab-cursor.webp") 4 4, auto;
}

.tabs-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5rem;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tabs-2x1 {
  display: contents;
}

.main-tab-icon {
  height: 200px;
  width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  user-select: none;
}

.main-tab-motion-wrapper {
  display: flex;
  justify-content: center;
  transition: transform 0.25s ease-out;
  will-change: transform;
}

.main-tab-icon-inner {
  will-change: transform;
}

.main-tab-icon-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  overflow: visible;
  transition: transform 0.25s ease-out;
}

.shine-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.main-tab-icon-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(rgba(1, 116, 217, 0.25), transparent 70%);
  animation: pulseGlow 3s ease-in-out infinite;
  z-index: -1;
}

.tab-shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 30%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0.1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 6s infinite;
  pointer-events: none;
  z-index: 2;
}


.main-tab-icon:active {
  transform: scale(1);
}

.tab-shine:active {
  transform: scale(0.9);
}

.gtab-glow:active {
  transform: scale(0.9);
}

.dtab-glow:active {
  transform: scale(0.9);
}

.dtab-glow {
  box-shadow:
    inset 0 0 100px -10px rgba(0, 255, 140, 0.4),
    0 0 20px rgba(0, 255, 140, 0.5),
    0 0 40px rgba(50, 255, 140, 0.3);
}

.main-tab-icon-inner {
  transition: transform 0.25s ease-out;
  will-change: transform;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.gtab-adjust {
  transform: translateY(0px);
}

.dtab-adjust {
  transform: translateY(0px);
}

.tab-metadata {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5rem;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tab-meta-2x1 {
  display: contents;
}

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

.gtab-description {
  font-family: "Lexend", sans-serif;
  color: #6b8ca4;
  font-size: 14px;
  margin-top: -35px;
}

.dtab-description {
  font-family: "Lexend", sans-serif;
  color: #5c937b;
  font-size: 14px;
  margin-top: -35px;
}

.gtab-count {
  font-family: "Lexend", sans-serif;
  color: 001A33;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

#gtabNumber {
  font-family: "Lexend", sans-serif;
  color: blue;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 
    0 2px 4px rgba(0, 174, 255, 0.25),
    0 0 8px rgba(0, 123, 255, 0.3);
  align-items: center;
}

.dtab-count {
  font-family: "Lexend", sans-serif;
  color: 001A33;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

#dtabNumber {
  font-family: "Lexend", sans-serif;
  color: green;
  font-size: 50px;
  font-weight: 600;
  text-shadow:
    0 2px 4px rgba(0, 255, 140, 0.25),
    0 0 8px rgba(50, 255, 140, 0.3);
  align-items: center;
}

.dtab-gradient {
  color: #00FF8C;
  background: linear-gradient(to bottom, #00FF8C, #006644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.gtab-gradient {
  color: #00AEFF;
  background: linear-gradient(to bottom, #00AEFF, #004C99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.tab-actions {
  margin-top: 1.2rem;
}

.buy-gtab,
.buy-dtab {
  position: relative;
  background: linear-gradient(120deg, #009EE0, #0260B0);
  color: white;
  padding: 0.75rem 1.5rem;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 158, 224, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  box-sizing: border-box;
  z-index: 3;
}

.buy-dtab {
  background: linear-gradient(120deg, #00D88C, #03895E);
  box-shadow: 0 0 8px rgba(0, 216, 140, 0.3);
  border: none;
}

.buy-gtab:hover,
.buy-dtab:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}


.button-border {
  position: relative;
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: #0288D1;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-border:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.button-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border 6s cubic-bezier(0.2, 1, 0.95, 1) infinite;
  z-index: 2;
}

.gtab-border {
  background: #0288D1;
  box-shadow:
    0 0 12px rgba(0, 174, 255, 0.4),
    0 0 24px rgba(0, 174, 255, 0.3);
}

.dtab-border {
  background: #03A675;
  box-shadow:
    0 0 12px rgba(0, 255, 140, 0.4),
    0 0 24px rgba(0, 255, 140, 0.3);
}

.gtab-border:hover {
  transform: scale(1.1);
  box-shadow:
    0 0 20px rgba(0, 174, 255, 0.6),
    0 0 36px rgba(0, 123, 255, 0.4);
}

.dtab-border:hover {
  transform: scale(1.1);
  box-shadow:
    0 0 20px rgba(0, 255, 140, 0.6),
    0 0 36px rgba(50, 255, 140, 0.4);
}

.gtab-info {
  margin-top: 1.8rem;
  text-align: center;
  color: #002B4D;
  font-weight: 600;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.5;
}

.dtab-info {
  margin-top: 1.8rem;
  text-align: center;
  color: #003326;
  font-weight: 600;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.5;
}

.gtab-info-gradient {
  background: linear-gradient(to bottom, #4F89B8, #3B4F64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.dtab-info-gradient {
  background: linear-gradient(to bottom, #6E9C8B, #4F635C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

#dtabCountdown {
  position: absolute;
  top: -24px;
  background: linear-gradient(to bottom, #6E9C8B, #4F635C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  pointer-events: none;
}

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

.divider {
  height: 2px;
  width: 80%;
  margin: 2rem auto;
  background: linear-gradient(to right, rgba(120, 200, 160, 0.5), rgba(180, 255, 220, 0.7), rgba(120, 200, 160, 0.5));
  border-radius: 1px;
}

.divider-1 {
  margin-top: 3rem;
}

.gtab-test-pricing {
  margin-top: 6rem;
  margin-bottom: 6rem;
  width: 100vw;
}

.tab-price-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(0,50,50,0.08));
  border: 2px solid rgba(120, 200, 160, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 12px 24px rgba(0, 50, 50, 0.25);
  width: 900px;
  margin: -3rem auto;
  color: #e0f2ef;
  font-family: "Lexend", sans-serif;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 180px;
}

.tab-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 80, 80, 0.35);
}

.tab-conversion-form input[type="number"] {
  width: 250px;
  height: 80px;
  padding: 0.6rem 1.2rem;
  border: 2px solid rgba(120, 200, 160, 0.3);
  border-radius: 10px;
  font-size: 5rem;
  font-family: "Lexend", sans-serif;
  background: rgba(255, 255, 255, 0.1);
  color: #e6fff8;
  box-shadow: 0 2px 6px rgba(0, 50, 50, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.25s ease;
}

.tab-conversion-form input[type="number"]::-webkit-outer-spin-button,
.tab-conversion-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tab-conversion-form input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;   
}

.tab-conversion-form input[type="number"]:hover {
  transform: scale(1.05);
}

.tab-conversion-form input[type="number"]:focus {
  outline: none;
  border-color: rgba(120, 200, 160, 0.5);
  box-shadow: 0 0 0 3px rgba(120, 200, 160, 0.25);
}

#pricing-scroll-trigger {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100vh + 1px);
}

.reveal-window {
  opacity: 0;
  transition: opacity 0.6s ease;
  will-change: opacity;
}

.reveal-window.visible {
  opacity: 1;
}

#scroll-hint {
  position: fixed;
  top: 80vh;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  opacity: 0.6;
  animation: pulseDown 1.5s infinite;
  cursor: default;
  z-index: 10;
  transition: opacity 0.4s ease;
}

#scroll-hint.hide {
  opacity: 0;
  pointer-events: none;
}

.tab-conversion-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	font-family: "Lexend", sans-serif;
}

.tab-conversion-form input[type="range"] {
  width: 100%;
  margin: 1rem 0;
}

.conversion-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.usd-label,
.multiply-symbol,
.gtab-label {
	font-size: 1rem;
	font-weight: 600;
	color: #002B4D;
}

#usdInput,
#gtabInput {
	background: rgba(255,255,255,0.03);
  color: #00305C;
  border: 2px solid rgba(120, 200, 160, 0.3);
  text-align: left;
}

#gtabInput {
	text-align: right;
}

#usdInput:focus,
#gtabInput:focus {
	outline: none;
	border-color: #0174D9;
	box-shadow: 0 0 0 3px rgba(1, 116, 217, 0.2);
}

.conversion-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	gap: 2rem;
	align-items: start;
	justify-items: center;
}

.conversion-left,
.conversion-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

#usdSlider {
  appearance: none;
  -webkit-appearance: none;
  width: 250px;
  height: 6px;
  background: transparent;
  cursor: pointer;
  margin-left: -50px;
}

#usdSlider::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, #0174D9, #001A33);
  border-radius: 3px;
}

#usdSlider::-moz-range-track {
  height: 6px;
  background: linear-gradient(to right, #0174D9, #001A33);
  border-radius: 3px;
}

#usdSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  background-image: url('/assets/gtab-icon.webp');
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-top: -13px;
}

#usdSlider::-moz-range-thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: white url('/assets/gtab-icon.webp') center/cover no-repeat;
  border: 2px solid white;
  cursor: pointer;
}

.gtab-inline-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(120, 200, 160, 0.25);
  box-shadow:
    0 4px 12px rgba(0, 50, 50, 0.2),
    0 0 20px rgba(120, 200, 160, 0.2) inset;
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.gtab-inline-icon:hover {
  transform: scale(1.05);
  box-shadow:
    0 8px 16px rgba(0, 80, 80, 0.3),
    0 0 24px rgba(180, 255, 220, 0.4) inset;
    opacity: 1;
}

.card-bonus-amount {
	text-align: center;
	font-size: 2rem;
	color: #B2D3C6;
  background: linear-gradient(to top, #044BA2, #5E8AB3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 4px rgba(200, 255, 235, 0.4);
	font-weight: 400;
	font-family: "Lexend", sans-serif;
  margin-top: -15px;
  margin-right: -20px;
  min-height: 50px;
}

.mini-buy-tab {
  position: absolute;
  transform: translateY(130px) translateX(-160px);
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  background: linear-gradient(120deg, #009EE0, #0260B0);
  color: white;
  border: none;
  border-radius: 999px;
  font-family: "Lexend", sans-serif;
  box-shadow: 0 0 6px rgba(0, 158, 224, 0.3);
  cursor: pointer;
  transition: scale 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
  outline: 2px solid #A7C7C7;
  opacity: 0.9;
}

.mini-buy-tab:hover {
  transform: translateY(130px) translateX(-160px) scale(1.05);
  box-shadow: 0 0 10px rgba(0, 158, 224, 0.4);
  opacity: 1;
}

.usd-row,
.gtab-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.multiply-symbol {
	font-size: 2rem;
  font-weight: 400;
  color: rgba(120, 200, 160, 0.85);
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.usd-label {
  font-size: 2rem;
  font-weight: 400;
  color: rgba(120, 200, 160, 0.7);
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.conversion-left {
  padding-top: 20px;
}

.conversion-right {
  position: relative;
  padding-top: 10px;
}

.two-way-arrow {
  font-weight: 400;
  color: rgba(120, 200, 160, 0.85);
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  font-size: 3rem;
  margin-left: 29px;
}

.about-tabs {
  background: linear-gradient(120deg, rgba(255,255,255,0.05), rgba(0,50,50,0.08));
  border: 2px solid rgba(120, 200, 160, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 12px 24px rgba(0, 50, 50, 0.25);
  width: 900px;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #e0f2ef;
  font-family: "Lexend", sans-serif;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateX(3px);
}

.about-tabs:hover {
  transform: translateY(-4px) translateX(3px);
  box-shadow: 0 16px 32px rgba(0, 80, 80, 0.35);
}

.about-title {
  font-size: 4vh;
  font-weight: 600;
  text-align: center;
  font-family: "Lexend", sans-serif;
  color: #e0f2ef;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 2px rgba(0, 50, 50, 0.3);
  animation: fadeInScale 0.4s ease-out;
  background: linear-gradient(to bottom, #2E3A45, #0A0F14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.9;
}

.about-description {
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem 2rem;
  line-height: 2.25;
  font-weight: 500;
  text-align: left;
  font-size: 1.1rem;
  color: rgba(224, 242, 239, 0.85);
  text-shadow: 0 1px 2px rgba(0, 30, 30, 0.2);
  background: linear-gradient(to bottom, #3D4B4B, #0B1211);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.9;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 5000;
  opacity: 0;
  transition: opacity 0.25s ease;
  opacity: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
}

.modal-overlay.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-in-out;
  pointer-events: all;
}

.modal-box {
  position: relative;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%) scale(1);
  opacity: 0;
  visibility: hidden;
  z-index: 5001;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(0, 50, 50, 0.08));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 1s ease-in-out, opacity 0.25s ease;
  border-radius: 20px;
  padding: 2rem 2.5rem;
  width: 1200px;
  height: 600px;
  box-shadow: 0 12px 24px rgba(0, 50, 50, 0.25);
  outline: 2px solid rgba(180, 220, 255, 0.2);
  overflow: hidden;
  box-shadow:
    0 0 8px rgba(180, 220, 255, 0.15),
    0 0 24px rgba(180, 220, 255, 0.08);
}

.modal-box.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.modal-box::before {
  content: '';
  display: block;
  width: 240px;
  height: 4px;
  background: linear-gradient(to left, #009EE0, #0260B0);
  border-radius: 2px;
  margin: 0 auto 1rem auto;
}

.modal-box::after {
  content: '';
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 4px;
  background: linear-gradient(to right, #009EE0, #0260B0);
  border-radius: 2px;
}

.modal-box.exit-right {
  transform: translate(100%, -50%) scale(1); /* exit to right */
  opacity: 0;
}

#modalDetails {
  width: 100%;
  height: 100%;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 1.75rem;
  color: #555;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 6000;
}

.close-button:hover {
  transform: scale(1.2);
  color: #000;
}

.hidden {
  pointer-events: none;
}

.disable-pointer-events {
  pointer-events: none !important;
}

#globalBlocker {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: transparent;
  pointer-events: all;
}

#globalBlocker.hidden {
  pointer-events: none;
}

.modal-carousel-wrapper {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}

.modal-carousel {
  display: flex;
  width: 400%;
  transition: transform 0.5s ease;
}

.modal-screen {
  flex: 0 0 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.modal-dots {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s ease;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.dot.active {
  background: #3B84B8;
  transform: scale(1.2);
}

.modal-nav {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: -46px;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  z-index: 6003;
  transform: scale(0.75);
}

.modal-nav:hover {
  filter: brightness(0.7);
  transform: scale(0.9);
}

.modal-nav.left-arrow {
  left: -2rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path d='M16 20l8 8 8-8' fill='none' stroke='%23555' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' transform='rotate(90 24 24)'/></svg>");
}

.modal-nav.right-arrow {
  left: 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path d='M16 20l8 8 8-8' fill='none' stroke='%23555' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' transform='rotate(-90 24 24)'/></svg>");
}

.dtab-screen-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2rem;
  width: 25%;
}

.dtab-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-right: 2rem;
  text-align: center;
  position: relative;
}

.dtab-title {
  font-size: 4rem;
  color: #003326;
  font-family: "Lexend", sans-serif;
  position: absolute;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  transform: translateX(5px) translateY(-25px);
}

.dtab-title::after {
  content: '';
  display: block;
  width: 3.5em;
  height: 4px;
  background: linear-gradient(to right, #00C279, #00331F);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.dtab-buy-button {
  position: relative;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #00D88C, #03895E);
  color: white;
  font-family: "Lexend", sans-serif;
  cursor: pointer;
  box-shadow:
    0 0 12px rgba(0, 255, 140, 0.4),
    0 0 24px rgba(0, 255, 140, 0.3);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 220px;
  height: 60px;
}

.dtab-buy-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border-card 3s infinite;
  z-index: 2;
  pointer-events: none;
}

.dtab-buy-button::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: radial-gradient(rgba(0, 255, 140, 0.15), transparent 70%);
  z-index: 0;
  animation: pulseGlowDTab 3s ease-in-out infinite;
  pointer-events: none;
}

.dtab-button-border {
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #00FF8C, #00C279, #03895E);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  width: 220px;
  height: 60px;
  position: absolute;
  transform: translateY(280px) translateX(80px);
  box-shadow:
  0 2px 6px rgba(0, 0, 0, 0.2),
  0 6px 12px rgba(0, 0, 0, 0.3),
  0 0 20px rgba(0, 255, 140, 0.4),
  0 0 36px rgba(50, 255, 140, 0.25);
}

.dtab-button-border:hover {
  transform: translateY(280px) translateX(80px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 255, 140, 0.5),
    0 0 36px rgba(50, 255, 140, 0.3);
}

.dtab-right {
  flex: 1;
  text-align: center;
  position: relative;
}

.dtab-balance {
  font-size: 1rem;
  color: #003326;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(-60px) translateX(-30px);
}

.dtab-card-image {
  width: 210px;
  height: 210px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  position: absolute;
  animation: pulseGlowDTabCard 8s cubic-bezier(0.5, 0, 0.3, 1) infinite;
  transition: box-shadow 0.5s ease;
  top: -100px;
  bottom: 60px;
  left: 168px;
  right: 0px;
  overflow: hidden;
  opacity: 0.95;
}

#cardResetsIn {
  position: absolute;
  background: linear-gradient(to bottom, #6E9C8B, #4F635C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  transform: translateX(185px) translateY(126px);
}

.dtab-card-image:hover {
  box-shadow:
  inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
  0 0 70px rgba(80, 180, 255, 0.65),
  0 0 120px rgba(60, 150, 220, 0.45);
}

.dtoken-image::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 12px rgba(0, 194, 121, 0.6);
}

.card-divider {
  position: absolute;
  height: 480px;
  width: 2px;
  margin: 2rem auto;
  background: linear-gradient(to top, rgba(120, 200, 160, 0.5), rgba(180, 255, 220, 0.7), rgba(120, 200, 160, 0.5));
  border-radius: 1px;
  transform: translateY(-100px) translateX(-74px);
}

.dtab-gradient-card {
  color: #00C279;
  background: linear-gradient(to bottom, #00E0FF, #00FFCC 50%, #003366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
}

.can-get-dtab {
  font-size: 1.2rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(215px) translateX(53px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.dtab-card-slogan {
  position: absolute;
  font-size: 2rem;
  transform: translateY(60px) translateX(80px);
  font-weight: 700;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #1A1A1A, #003326);
  color: #007A52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.plus-200 {
  color: #007A52;
  position: absolute;
  font-size: 1rem;
  transform: translateY(333px) translateX(170px);
  font-weight: 700;
  text-shadow: 0.5px 0.5px 1px rgba(0, 50, 30, 0.2);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  transition: transform 0.2s ease;
  text-shadow: 0.5px 0.5px 1px rgba(0, 50, 30, 0.2);
}

.plus-200:hover {
  transform: translateY(333px) translateX(170px) scale(1.01);
}

#loadingAddressForm {
  font-size: 1rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(405px) translateX(135px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.current-dtab-value {
  position: relative;
  width: 140px;
  height: 28px;
  border-radius: 16px;
  background: transparent;
  z-index: 0;
  color: #007A52;
  position: absolute;
  font-size: 1.2rem;
  transform: translateY(150px) translateX(205px);
  font-weight: 600;
  text-shadow: 0.5px 0.5px 1px rgba(0, 50, 30, 0.2);
  font-family: "Lexend", sans-serif;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.2);
}

.current-dtab-value::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 4px;
  background: linear-gradient(120deg, #00E68C, #00C279, #007A52, #00331F);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.down-dtab-arrow {
  width: 24px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='64' viewBox='0 0 24 64'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='10%25' y1='0%25' x2='90%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2300B06B'/%3E%3Cstop offset='35%25' stop-color='%23007A45'/%3E%3Cstop offset='70%25' stop-color='%23004529'/%3E%3Cstop offset='100%25' stop-color='%2300110B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='10' y='0' width='4' height='40' fill='url(%23grad)' rx='2'/%3E%3Cpath d='M4 40l8 14 8-14' fill='none' stroke='url(%23grad)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translateX(263px) translateY(205px);
}

.new-dtab-value {
  position: relative;
  width: 240px;
  height: 45px;
  border-radius: 32px;
  background: transparent;
  z-index: 0;
  color: #007A52;
  position: absolute;
  font-size: 2rem;
  transform: translateY(305px) translateX(156px);
  font-weight: 700;
  text-shadow: 0.5px 0.5px 1px rgba(0, 50, 30, 0.2);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #00FFAA, #00C279, #007A52, #00331F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  overflow: hidden;
  box-shadow:
  0 2px 6px rgba(0, 0, 0, 0.2),
  0 6px 12px rgba(0, 0, 0, 0.3),
  0 12px 24px rgba(0, 0, 0, 0.2);
  text-shadow:
  0.5px 0.5px 1px rgba(0, 0, 0, 0.25),
  1px 1px 2px rgba(0, 0, 0, 0.2);
}

.new-dtab-value::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 8px;
  background: linear-gradient(120deg, #00E68C, #00C279, #007A52, #00331F);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.new-dtab-shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine-text 2.5s infinite ease-in-out;
  pointer-events: none;
  z-index: 1;
  border-radius: 999px;
}

.dtab-address-screen {
  position: relative;
  width: 25%;
}

.payment-loading-message {
  font-size: 1.2rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(215px) translateX(53px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.address-form {
  position: absolute;
  width: 600px;
  height: 600px;
  transform: translateX(29px) translateY(-20px);
}

.card-divider-dtab-2 {
  position: absolute;
  height: 480px;
  width: 2px;
  margin: 2rem auto;
  background: linear-gradient(to top, rgba(120, 200, 160, 0.5), rgba(180, 255, 220, 0.7), rgba(120, 200, 160, 0.5));
  border-radius: 1px;
  transform: translateY(-30px) translateX(730px);
}

.address-title {
  position: absolute;
  transform: translateX(810px) translateY(-30px);
  text-align: center;
  line-height: 1.2;
  color: #1a1a1a;
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #1A1A1A, #003326);
  color: #007A52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.address-title::after {
  content: '';
  display: block;
  width: 5em;
  height: 4px;
  background: linear-gradient(to left, #00C279, #00331F);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.screen-2-image {
  position: absolute;
  transform: translateX(760px) translateY(360px);
}

.screen-2-dtab {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  transition: box-shadow 0.3s ease;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
}

.screen-2-dtab:hover {
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
}

.assurance-policy {
  font-size: 0.8rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(145px) translateX(750px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.assurance-policy a {
  text-decoration: none;
  color: #0174D9;
}

.assurance-policy a:hover{
  color: #2c8ce2;
}

.dtab-screen-2-button-border {
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #00FF8C, #00C279, #03895E);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  width: 140px;
  height: 60px;
  position: absolute;
  transform: translateY(380px) translateX(1000px);
  box-shadow:
  0 2px 6px rgba(0, 0, 0, 0.2),
  0 6px 12px rgba(0, 0, 0, 0.3),
  0 0 20px rgba(0, 255, 140, 0.4),
  0 0 36px rgba(50, 255, 140, 0.25);
}

.dtab-screen-2-button-border:hover {
  transform: translateY(380px) translateX(1000px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 255, 140, 0.5),
    0 0 36px rgba(50, 255, 140, 0.3);
}

.dtab-screen-2-button {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #00D88C, #03895E);
  color: white;
  font-family: "Lexend", sans-serif;
  cursor: pointer;
  box-shadow:
    0 0 12px rgba(0, 255, 140, 0.4),
    0 0 24px rgba(0, 255, 140, 0.3);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 140px;
  height: 60px;
}

.dtab-screen-2-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border-card 3s infinite;
  z-index: 2;
  pointer-events: none;
}

.screen-2-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAxNEw3IDhMMiAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#address-status {
  font-size: 1rem;
  color: #556B5F;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(300px) translateX(750px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  width: max-content;
}

.not-logged-screen {
  width: 100%;
  height: 100%;
  position: relative;
}

.not-logged-title {
  position: absolute;
  transform: translateX(400px) translateY(-30px);
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.not-logged-title::after {
  content: '';
  display: block;
  width: 2em;
  height: 3px;
  background: linear-gradient(145deg, #0f0f0f, #1a1a1a, #2c2c2c, #0f0f0f);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.not-logged-detected {
  position: absolute;
  transform: translateX(305px) translateY(110px);
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  color: black;
}

.not-logged-message {
  position: absolute;
  transform: translateX(323px) translateY(160px);
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  color: #001A33;
}

.join-in {
  position: absolute;
  transform: translateX(348px) translateY(370px);
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.2),
    0 2px 3px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #0047AB;
}

.log-register-redirect {
  position: absolute;
  transform: translateX(345px) translateY(330px);
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  text-shadow:
    1px 1px 2px rgba(100, 100, 100, 0.3);
  font-weight: 600;
}

.log-register-redirect a {
  text-decoration: none;
  color: #0073CF;
  transition: color 0.3s ease;
  cursor: pointer;
}

.log-register-redirect a:hover {
  color: #41a1f6;
}

.dtab-hack {
  position: absolute;
  transform: translateX(530px) translateY(371px);
  font-family: "Lexend", sans-serif;
  font-size: 0.9rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  color: #555;
}

.not-logged-farewell {
  position: absolute;
  transform: translateX(510px) translateY(480px);
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.not-logged-gtab-wrapper {
  position: absolute;
  transform: translateX(50px) translateY(130px);
}

.not-logged-dtab-wrapper {
  position: absolute;
  transform: translateX(940px) translateY(130px);
}

.not-logged-dtab-wrapper img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.not-logged-dtab-wrapper img:hover {
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  opacity: 0.4;
}

.not-logged-gtab-wrapper img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.not-logged-gtab-wrapper img:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  opacity: 0.4;
}

.stripe-fallback {
  position: relative;
  width: 100%;
  height: 100%;
}

.stripe-title {
  position: absolute;
  transform: translateX(420px) translateY(-30px);
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.stripe-title::after {
  content: '';
  display: block;
  width: 2em;
  height: 3px;
  background: linear-gradient(145deg, #0f0f0f, #1a1a1a, #2c2c2c, #0f0f0f);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.sfail-detected {
  position: absolute;
  transform: translateX(405px) translateY(95px);
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  color: black;
}

.sfail-message {
  position: absolute;
  transform: translateX(240px) translateY(150px);
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  color: #001A33;
}

.sfail-reassurance {
  position: absolute;
  transform: translateX(430px) translateY(230px);
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  color: #555;
}

.sfail-description {
  position: absolute;
  transform: translateX(70px) translateY(271px);
  font-family: "Lexend", sans-serif;
  font-size: 0.9rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  color: #555;
}

.solve-methods {
  position: absolute;
  transform: translateX(-30px) translateY(330px);
  font-family: "Lexend", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.sfail-alternative {
  position: absolute;
  transform: translateX(700px) translateY(335px);
  font-family: "Lexend", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.sfail-alternative a {
  text-decoration: none;
  color: #0073CF;
  transition: color 0.3s ease;
  cursor: pointer;
}

.sfail-alternative a:hover {
  color: #41a1f6;
}

.stripe-fixes {
  position: absolute;
  transform: translateX(0px) translateY(310px);
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  color: #001A33;
}

.final-solve {
  position: absolute;
  transform: translateX(700px) translateY(300px);
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  color: #001A33;
}

.stripe-gtab-wrapper {
  position: absolute;
  transform: translateX(145px) translateY(-20px);
}

.stripe-dtab-wrapper {
  position: absolute;
  transform: translateX(890px) translateY(-20px);
}

.stripe-dtab-wrapper img {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.stripe-dtab-wrapper img:hover {
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  opacity: 0.4;
}

.stripe-gtab-wrapper img {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.stripe-gtab-wrapper img:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  opacity: 0.4;
}

.payment-screen {
  width: 25%;
  position: relative;
}

.payment-form {
  position: absolute;
  width: 750px;
  height: 600px;
  transform: translateX(25px) translateY(-20px);
}

.card-divider-dtab-3 {
  position: absolute;
  height: 480px;
  width: 2px;
  margin: 2rem auto;
  background: linear-gradient(to top, rgba(120, 200, 160, 0.5), rgba(180, 255, 220, 0.7), rgba(120, 200, 160, 0.5));
  border-radius: 1px;
  transform: translateY(-30px) translateX(835px);
}

.card-title-dtab {
  position: absolute;
  transform: translateX(870px) translateY(-32px);
  text-align: center;
  line-height: 1.2;
  color: #1a1a1a;
  font-family: "Lexend", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #1A1A1A, #003326);
  color: #007A52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.card-title-dtab::after {
  content: '';
  display: block;
  width: 5em;
  height: 4px;
  background: linear-gradient(to left, #00C279, #00331F);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.assurance-policy-2 {
  font-size: 0.8rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(127px) translateX(910px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.assurance-policy-2 a {
  text-decoration: none;
  color: #0174D9;
}

.assurance-policy-2 a:hover{
  color: #2c8ce2;
}

.dtab-screen-3-button-border {
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #00FF8C, #00C279, #03895E);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  width: 300px;
  height: 60px;
  position: absolute;
  transform: translateY(380px) translateX(868px);
  box-shadow:
  0 2px 6px rgba(0, 0, 0, 0.2),
  0 6px 12px rgba(0, 0, 0, 0.3),
  0 0 20px rgba(0, 255, 140, 0.4),
  0 0 36px rgba(50, 255, 140, 0.25);
}

.dtab-screen-3-button-border:hover {
  transform: translateY(380px) translateX(868px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 255, 140, 0.5),
    0 0 36px rgba(50, 255, 140, 0.3);
}

.dtab-screen-3-button {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #00D88C, #03895E);
  color: white;
  font-family: "Lexend", sans-serif;
  cursor: pointer;
  box-shadow:
    0 0 12px rgba(0, 255, 140, 0.4),
    0 0 24px rgba(0, 255, 140, 0.3);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 300px;
  height: 60px;
}

.dtab-screen-3-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border-card 3s infinite;
  z-index: 2;
  pointer-events: none;
}

#address-status-2 {
  font-size: 1rem;
  color: #556B5F;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(340px) translateX(870px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  width: max-content;
}

.screen-3-image {
  position: absolute;
  transform: translateX(975px) translateY(210px);
}

.screen-3-dtab {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  transition: box-shadow 0.3s ease;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
}

.screen-3-dtab:hover {
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
}

.success-screen {
  width: 25%;
  position: relative;
}

#paymentSuccessIframe {
  position: absolute;
  transform: translateX(418px) translateY(80px);
  border: none;
  background: transparent;
  width: 300px;
  height: 300px;
}

.success-title {
  font-size: 4rem;
  position: absolute;
  transform: translateX(433px) translateY(-30px);
  font-weight: 600;
}

.success-title-dtab::after {
  content: '';
  display: block;
  width: 2.5em;
  height: 4px;
  background: linear-gradient(to left, #00C279, #00331F);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.enjoy {
  font-size: 2rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(405px) translateX(431px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 400;
}

.success-dtab-wrapper-1 {
  position: absolute;
  transform: translateX(80px) translateY(148px);
}

.success-dtab-wrapper-1 img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.success-dtab-wrapper-1 img:hover {
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  opacity: 1;
}

.success-dtab-wrapper-2 {
  position: absolute;
  transform: translateX(898px) translateY(148px);
}

.success-dtab-wrapper-2 img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.success-dtab-wrapper-2 img:hover {
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  opacity: 1;
}

.time-warning {
  font-size: 1rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(170px) translateX(20px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.gtab-1 {
  position: relative;
  width: 25%;
}

.gtab-buy-button {
  position: relative;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #00BFFF, #0260B0);
  color: white;
  font-family: "Lexend", sans-serif;
  cursor: pointer;
  box-shadow:
    0 0 12px rgba(0, 158, 255, 0.4),
    0 0 24px rgba(0, 158, 255, 0.3);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 220px;
  height: 60px;
}

.gtab-buy-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -125%;
  width: 50%;
  height: 1000%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border-card-gtab 4s infinite;
  z-index: 2;
  pointer-events: none;
}

.gtab-buy-button::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: radial-gradient(rgba(0, 158, 255, 0.15), transparent 70%);
  z-index: 0;
  animation: pulseGlowDTab 3s ease-in-out infinite;
  pointer-events: none;
}

.gtab-button-border {
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #00E0FF, #009EE0, #0260B0);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  width: 220px;
  height: 60px;
  position: absolute;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.2),
    0 6px 12px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(0, 158, 255, 0.4),
    0 0 36px rgba(0, 200, 255, 0.25);
}

.gtab1 {
  position: absolute;
  transform: translateX(0px) translateY(190px);
}

.gtab1:hover {
  transform: translateX(0px) translateY(190px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.gtab2 {
  position: absolute;
  transform: translateX(290px) translateY(190px);
}

.gtab2:hover {
  transform: translateX(290px) translateY(190px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.gtab3 {
  position: absolute;
  transform: translateX(0px) translateY(300px);
}

.gtab3:hover {
  transform: translateX(0px) translateY(300px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.gtab4 {
  position: absolute;
  transform: translateX(290px) translateY(300px);
}

.gtab4:hover {
  transform: translateX(290px) translateY(300px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.gtab5 {
  position: absolute;
  transform: translateX(0px) translateY(410px);
}

.gtab5:hover {
  transform: translateX(0px) translateY(410px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.gtab6 {
  position: absolute;
  transform: translateX(290px) translateY(410px);
}

.gtab6:hover {
  transform: translateX(290px) translateY(410px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.gtab7 {
  position: absolute;
  transform: translateX(880px) translateY(416px);
  width: 225px;
}

.ggtab7 {
  width: 225px;
}

.gtab7:hover {
  transform: translateX(880px) translateY(416px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 158, 255, 0.5),
    0 0 36px rgba(0, 200, 255, 0.3);
}

.ggtab2::before {
  animation-delay: 1.3s;
}

.ggtab3::before {
  animation-delay: 0.2s;
}

.ggtab4::before {
  animation-delay: 1.5s;
}

.ggtab5::before {
  animation-delay: 0.4s;
}

.ggtab6::before {
  animation-delay: 1.7s;
}

.ggtab7::before {
  animation-delay: 2.9s;
}

.gtab-title {
  font-size: 4.2rem;
  color: #001933;
  font-family: "Lexend", sans-serif;
  position: absolute;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  transform: translateX(76px) translateY(-70px);
}

.gtab-title::after {
  content: '';
  display: block;
  width: 3.5em;
  height: 4px;
  background: linear-gradient(to right, #009EE0, #001933);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.gtab-gradient-card {
  color: #009EE0;
  background: linear-gradient(to bottom, #00E0FF, #0077FF 50%, #FF0099);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
}

.gtab-gradient-text {
  color: #009EE0;
  background: linear-gradient(to bottom, #009EE0, #001933);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.gtab-card-slogan {
  position: absolute;
  font-size: 2rem;
  transform: translateY(100px) translateX(76px);
  font-weight: 700;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #1A1A1A, #001933);
  color: #005C99;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.card-divider-gtab {
  position: absolute;
  height: 480px;
  width: 2px;
  margin: 2rem auto;
  background: linear-gradient(
    to top,
    rgba(120, 160, 200, 0.5),
    rgba(180, 220, 255, 0.7),
    rgba(120, 160, 200, 0.5)
  );
  border-radius: 1px;
  transform: translateY(-30px) translateX(591.5px);
}

#cardUsdSlider {
  appearance: none;
  -webkit-appearance: none;
  width: 325px;
  height: 6px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  transform: translateX(538px) translateY(235px) rotate(270deg);
}

#cardUsdSlider::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to left, #00A6FF, #003366);
  border-radius: 3px;
}

#cardUsdSlider::-moz-range-track {
  height: 6px;
  background: linear-gradient(to left, #00A6FF, #003366);
  border-radius: 3px;
}

#cardUsdSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  background-image: url('/assets/gtab-slider-thumb.webp');
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-top: -13px;
}

#cardUsdSlider::-moz-range-thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: white url('/assets/gtab-slider-thumb.webp') center/cover no-repeat;
  border: 2px solid white;
  cursor: pointer;
}

#cardUsdInput,
#cardGTabInput {
  position: absolute;
  transform: translateX(610px) translateY(417px);
	background: rgba(255,255,255,0.03);
  color: #004C99;
  border: 2px solid rgba(120, 200, 160, 0.3);
  text-align: center;
}

#cardGTabInput {
  position: absolute;
  transform: translateX(610px) translateY(1px);
}

#cardUsdInput:focus,
#cardGTabInput:focus {
	outline: none;
	border-color: #0174D9;
	box-shadow: 0 0 0 3px rgba(1, 116, 217, 0.2);
}

.gtab-1 input[type="number"] {
  width: 150px;
  height: 40px;
  padding: 0.6rem 1.2rem;
  border: 2px solid rgba(120, 200, 160, 0.3);
  border-radius: 10px;
  font-size: 3rem;
  font-family: "Lexend", sans-serif;
  background: rgba(255, 255, 255, 0.1);
  color: #e6fff8;
  box-shadow: 0 2px 6px rgba(0, 50, 50, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.25s ease;
}

.gtab-1 input[type="number"]::-webkit-outer-spin-button,
.gtab-1 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gtab-1 input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;   
}

#cardUsdInput:hover {
  transform: translateX(610px) translateY(417px) scale(1.05) ;
}

#cardGTabInput:hover {
  transform: translateX(610px) translateY(1px) scale(1.05) ;
}

.gtab-1 input[type="number"]:focus {
  outline: none;
  border-color: rgba(120, 200, 160, 0.5);
  box-shadow: 0 0 0 3px rgba(120, 200, 160, 0.25);
}

.gtab-card-bonus-amount {
	text-align: center;
	font-size: 1.5rem;
	color: #B2D3C6;
  background: linear-gradient(to top, #0033A0, #3FA9F5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 4px rgba(200, 255, 235, 0.4);
	font-weight: 400;
	font-family: "Lexend", sans-serif;
  min-height: 50px;
  position: absolute;
  transform: translateY(-30px) translateX(633px);
}

.gtab-card-image {
  width: 210px;
  height: 210px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  position: absolute;
  animation: pulseGlowDTabCard 8s cubic-bezier(0.5, 0, 0.3, 1) infinite;
  transition: box-shadow 0.5s ease;
  top: -55px;
  bottom: 60px;
  left: 885px;
  right: 0px;
  overflow: hidden;
  opacity: 0.95;
}

.gtab-card-image:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
}

.current-gtab-value {
  position: relative;
  width: 140px;
  height: 28px;
  border-radius: 16px;
  background: transparent;
  z-index: 0;
  color: #0070B8;
  position: absolute;
  font-size: 1.2rem;
  transform: translateY(170px) translateX(923px);
  font-weight: 600;
  text-shadow: 0.5px 0.5px 1px rgba(0, 30, 60, 0.2);
  font-family: "Lexend", sans-serif;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.2);
}

.current-gtab-value::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 4px;
  background: linear-gradient(
    120deg,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.down-gtab-arrow {
  width: 24px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='64' viewBox='0 0 24 64'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='10%25' y1='0%25' x2='90%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2300BFFF'/%3E%3Cstop offset='35%25' stop-color='%23005C99'/%3E%3Cstop offset='70%25' stop-color='%23003366'/%3E%3Cstop offset='100%25' stop-color='%2300101B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='10' y='0' width='4' height='40' fill='url(%23grad)' rx='2'/%3E%3Cpath d='M4 40l8 14 8-14' fill='none' stroke='url(%23grad)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translateX(981px) translateY(225px);
}

.new-gtab-value {
  position: relative;
  width: 240px;
  height: 45px;
  border-radius: 32px;
  background: transparent;
  z-index: 0;
  color: #007A52;
  position: absolute;
  font-size: 2rem;
  transform: translateY(310px) translateX(871px);
  font-weight: 700;
  text-shadow: 0.5px 0.5px 1px rgba(0, 50, 30, 0.2);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    120deg,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  overflow: hidden;
  box-shadow:
  0 2px 6px rgba(0, 0, 0, 0.2),
  0 6px 12px rgba(0, 0, 0, 0.3),
  0 12px 24px rgba(0, 0, 0, 0.2);
  text-shadow:
  0.5px 0.5px 1px rgba(0, 0, 0, 0.25),
  1px 1px 2px rgba(0, 0, 0, 0.2);
}

.new-gtab-value::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 8px;
  background: linear-gradient(
    120deg,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.new-gtab-shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine-text 2.5s infinite ease-in-out;
  pointer-events: none;
  z-index: 1;
  border-radius: 999px;
}

.plus-150 {
  font-size: 1.3rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(163px) translateX(100px);
  font-weight: 600;
    background: linear-gradient(
    to bottom,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.15);
}

.plus-750 {
  font-size: 1.3rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(163px) translateX(390px);
  font-weight: 600;
    background: linear-gradient(
    to bottom,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.15);
}

.bonus-125 {
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(163px) translateX(431px);
  font-weight: 600;
  background: linear-gradient(to bottom, #00C4FF, #005E80);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.plus-1500 {
  font-size: 1.3rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(273px) translateX(92px);
  font-weight: 600;
    background: linear-gradient(
    to bottom,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.15);
}

.plus-2250 {
  font-size: 1.3rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(273px) translateX(382px);
  font-weight: 600;
    background: linear-gradient(
    to bottom,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.15);
}

.plus-3000 {
  font-size: 1.3rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(383px) translateX(90px);
  font-weight: 600;
    background: linear-gradient(
    to bottom,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.15);
}

.plus-3750 {
  font-size: 1.3rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(383px) translateX(380px);
  font-weight: 600;
    background: linear-gradient(
    to bottom,
    #00D4FF,
    #009EE0,
    #005C99,
    #001A33
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.15);
}

.bonus-250 {
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(273px) translateX(146px);
  font-weight: 600;
  background: linear-gradient(to bottom, #00C4FF, #005E80);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.bonus-375 {
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(273px) translateX(434px);
  font-weight: 600;
  background: linear-gradient(to bottom, #00C4FF, #005E80);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.bonus-500 {
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(383px) translateX(146px);
  font-weight: 600;
  background: linear-gradient(to bottom, #00C4FF, #005E80);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.bonus-625 {
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(383px) translateX(433px);
  font-weight: 600;
  background: linear-gradient(to bottom, #00C4FF, #005E80);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

#gtabLoadingAddressForm {
  font-size: 1rem;
  color: #555;
  font-family: "Lexend", sans-serif;
  position: absolute;
  transform: translateY(504px) translateX(945px);
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
}

.card-divider-gtab-2 {
  position: absolute;
  height: 480px;
  width: 2px;
  margin: 2rem auto;
  background: linear-gradient(
    to top,
    rgba(100, 150, 255, 0.5),
    rgba(160, 210, 255, 0.7),
    rgba(100, 150, 255, 0.5)
  );
  border-radius: 1px;
  transform: translateY(-30px) translateX(730px);
}

.gtab-address-title {
  position: absolute;
  transform: translateX(810px) translateY(-30px);
  text-align: center;
  line-height: 1.2;
  color: #1a1a1a;
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #1A1A1A, #001933);
  color: #007A52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.gtab-address-title::after {
  content: '';
  display: block;
  width: 5em;
  height: 4px;
  background: linear-gradient(to left, #0099FF, #001933);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.screen-2-gtab-image {
  position: absolute;
  transform: translateX(760px) translateY(360px);
}

.screen-2-gtab {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  transition: box-shadow 0.3s ease;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
}

.screen-2-gtab:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
}

.gtab-screen-2-button-border {
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #00E0FF, #009EE0, #0260B0);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  width: 140px;
  height: 60px;
  position: absolute;
  transform: translateY(380px) translateX(1000px);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.2),
    0 6px 12px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(0, 153, 255, 0.4),
    0 0 36px rgba(50, 180, 255, 0.25);
}

.gtab-screen-2-button-border:hover {
  transform: translateY(380px) translateX(1000px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 153, 255, 0.5),
    0 0 36px rgba(50, 180, 255, 0.3);
}

.gtab-screen-2-button {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #00BFFF, #0260B0);
  color: white;
  font-family: "Lexend", sans-serif;
  cursor: pointer;
  box-shadow:
    0 0 12px rgba(0, 153, 255, 0.4),
    0 0 24px rgba(0, 153, 255, 0.3);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 140px;
  height: 60px;
}

.gtab-screen-2-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border-card 3s infinite;
  z-index: 2;
  pointer-events: none;
}

.card-divider-gtab-3 {
  position: absolute;
  height: 480px;
  width: 2px;
  margin: 2rem auto;
  background: linear-gradient(
    to top,
    rgba(100, 150, 255, 0.5),
    rgba(160, 210, 255, 0.7),
    rgba(100, 150, 255, 0.5)
  );
  border-radius: 1px;
  transform: translateY(-30px) translateX(835px);
}

.card-title-gtab {
  position: absolute;
  transform: translateX(870px) translateY(-32px);
  text-align: center;
  line-height: 1.2;
  color: #1a1a1a;
  font-family: "Lexend", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #1A1A1A, #001933);
  color: #007A52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Lexend", sans-serif;
}

.card-title-gtab::after {
  content: '';
  display: block;
  width: 5em;
  height: 4px;
  background: linear-gradient(to left, #0099FF, #001933);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.screen-3-gtab-image {
  position: absolute;
  transform: translateX(975px) translateY(210px);
}

.screen-3-gtab {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  transition: box-shadow 0.3s ease;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
}

.screen-3-gtab:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
}

.gtab-screen-3-button-border {
  display: inline-block;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #00E0FF, #009EE0, #0260B0);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  width: 300px;
  height: 60px;
  position: absolute;
  transform: translateY(380px) translateX(868px);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.2),
    0 6px 12px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(0, 153, 255, 0.4),
    0 0 36px rgba(50, 180, 255, 0.25);
}

.gtab-screen-3-button-border:hover {
  transform: translateY(380px) translateX(868px) scale(1.08);
  box-shadow:
    0 0 20px rgba(0, 153, 255, 0.5),
    0 0 36px rgba(50, 180, 255, 0.3);
}

.gtab-screen-3-button {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #00BFFF, #0260B0);
  color: white;
  font-family: "Lexend", sans-serif;
  cursor: pointer;
  box-shadow:
    0 0 12px rgba(0, 153, 255, 0.4),
    0 0 24px rgba(0, 153, 255, 0.3);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 300px;
  height: 60px;
}

.gtab-screen-3-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine-border-card 3s infinite;
  z-index: 2;
  pointer-events: none;
}

.success-gtab-wrapper-1 {
  position: absolute;
  transform: translateX(80px) translateY(148px);
}

.success-gtab-wrapper-1 img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.success-gtab-wrapper-1 img:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  opacity: 1;
}

.success-gtab-wrapper-2 {
  position: absolute;
  transform: translateX(898px) translateY(148px);
}

.success-gtab-wrapper-2 img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 180px -15px rgba(100, 200, 255, 0.55),
    0 0 70px rgba(80, 180, 255, 0.65),
    0 0 120px rgba(60, 150, 220, 0.45);
  transition: box-shadow 0.3s ease, opacity 0.3s ease-in-out;
  transform: translateX(0px) translateY(0px);
  overflow: hidden;
  opacity: 0.95;
  transform: translateX(0px) translateY(0px);
}

.success-gtab-wrapper-2 img:hover {
  box-shadow:
    inset 0 0 200px -5px rgba(0, 240, 170, 0.75),
    0 0 120px rgba(0, 220, 150, 0.85),
    0 0 180px rgba(0, 190, 130, 0.6);
  opacity: 1;
}

.success-title-gtab::after {
  content: '';
  display: block;
  width: 2.5em;
  height: 4px;
  background: linear-gradient(to left, #0099FF, #001933);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}
