/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #D1D5DB;
  background-color: #000000;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  color: white;

}

.footer-item ul li a:hover {
  color: #E22006;
  transition: .5s;
}

.footer-item ul li a:hover path {
  stroke: #E22006;

}

.footer-item ul li a path {
  transition: .5s;

}

.das-number .space-add {
  padding-right: 35px;
}


#custom-substack-embed button {
  background: #E22006 !important;
  font-weight: bold !important;
  color: white;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;

}

.head-btn {
  background: #E22006;
  color: white;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
}

form.custom-substack-widget {
  border-radius: 7px;
}

#custom-substack-embed ::placeholder {
  color: #16161680 !important;
}

.das-box {
  border-radius: 6px;
}


.nice-select {
  padding-left: 0;
  background: transparent;
  border: 0;
}

.nice-select .list {
  background-color: black;
}

.nice-select ul.list {

  padding: 12px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: black;
}

.nice-select li {
  padding: 0 !important;

}

.nice-select .list li {
  font-weight: 800 !important;
}

.chip-gradient {
  background: linear-gradient(90deg,
      rgba(222, 57, 11, 0) 0%,
      rgba(222, 57, 11, 0.34) 50%,
      rgba(120, 31, 6, 0) 100%);
  border-radius: 9999px;
  box-shadow:
    0 0 0 1px rgba(220, 38, 38, 0.2),
    0 0 0 1px rgba(220, 38, 38, 0) inset;
}

.head-nav {
  border: 1px solid #37393C;
  padding: 10px 40px;
}

.mobile-menu {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
}

.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
}

@keyframes stack {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#custom-substack-1 button,
#custom-substack-2 button {
  background: #E22006;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border-radius: 7px;
  box-shadow: 2px 2px 1px 0px #FFFFFF59 inset;
  cursor: pointer;
}

#custom-substack-1 button:hover,
#custom-substack-2 button:hover {
  background: linear-gradient(140deg, #E22006 0%, #E22006 25%, #3d1003 35%, #000000 50%, #000000 65%, #000000 100%);
  border-bottom: 2px solid #E22006;
  border-right: 2px solid #E22006;
  box-shadow:
    4px 4px 15px rgba(226, 32, 6, 0.7),
    -2px -2px 8px rgba(226, 32, 6, 0.3),
    inset 0 0 12px rgba(226, 32, 6, 0.4);
}

#custom-substack-2 input {
  box-shadow: 2px 2px 1px 0px #FFFFFF59 inset;
  color: white;
  background: #262626;
  border: 2px solid #FFFFFF1A;
  margin-right: -10px;
  font-size: 14px;
}

#custom-substack-1 .success,
#custom-substack-1 .error {
  font-size: 14px;
  text-align: center;
}

#custom-substack-2 .success,
#custom-substack-2 .error {
  font-size: 14px;
  text-align: center;
}


/*chart*/
/* Add to your styles */
circle {
  transition: all 0.3s;
  cursor: pointer;
}

circle:hover {
  r: 8;
  stroke: white;
  stroke-width: 2;
}

.tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  pointer-events: none;
  transform: translate(-50%, -100%);
}

@media (min-width: 1280px) {
  .xl\:w-1\/4 {
    width: 35%;
  }
}

img#image0_61_3589 {
  height: 100px;
  width: auto;
}

@media (max-width: 768px) {
  .site-logo {
    display: flex;
    justify-content: center;
  }
}

/* FAQs styles */
.faq-section {
  background-color: transparent;
  color: #fff;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  z-index: 100;
}

.faq-container {
  max-width: 900px;
  margin: auto;
  width: 100%;
}

.faq-title {
  font-size: 32px;
  color: #f44336;
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #333;
  padding: 20px 0;
}

.faq-item h3 {
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.faq-item h3 span {
  color: #f44336;
  font-weight: bold;
  font-size: 24px;
}

.faq-item h3:hover {
  color: #f44336;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  font-size: 16px;
  line-height: 1.6;
}

.faq-answer.open {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px;
}

.faqs {
  margin-bottom: 150px;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-item h3 {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-item h3 span {
    font-size: 20px;
    align-self: flex-end;
  }

  .faq-answer {
    font-size: 15px;
  }
}

/* footer column */
.footer-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer-title {
    text-align: left;
  }
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #f44336;
}

.ft-top-wrap {
  display: flex;
  gap: 6rem;
  padding-bottom: 20px;
}

.footer-item {
  width: 30%;
}

@media (max-width: 768px) {
  .ft-top-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ft-top-wrap {
    display: flex;
    gap: 6rem;
    padding-bottom: 20px;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    align-content: center;
    align-items: center;
  }

  .footer-item {
    width: 100% !important;
  }

  .footer-links {
    text-align: center !important;
  }
}

.custom-email-input {
  flex: 1;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #FFFFFF;
  font-size: 14px;
  color: #000;
  box-shadow: 2px 2px 1px 0px #FFFFFF59 inset;
  outline: none;
  border-right: none;
}

.custom-submit-btn {
  min-width: 100px;
  width: auto;
  max-width: 140px;
  height: 100%;
  /* This might need adjustment based on the container */
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 10px 12px;
  background: #DC2626;
  color: white;
  border: 1px solid #ccc;
  border-left: none;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
  box-shadow: 2px 2px 1px 0px #FFFFFF59 inset;
  transition: background-color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* This replaces the onmouseover and onmouseout events */
.custom-submit-btn:hover {
  background: #B91C1C;
}

/* =================================== */
/*        Hamburger & Menu Styles      */
/* =================================== */

/* Styles for the hamburger button container.
   A z-index of 50 ensures it's above the menu panel (which will be z-40). */
.hamburger {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  position: relative;
  /* Changed to relative for proper stacking */
  background: transparent;
  border: none;
  z-index: 50;
}

/* Styles for the individual lines of the hamburger icon */
.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
  position: absolute;
  width: 24px;
  height: 3px;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 2px;
  transform: rotate(0);
  transition: all 0.5s;
}

.hamburger-middle {
  transform: translateY(7px);
}

.hamburger-bottom {
  transform: translateY(14px);
}

/* Styles for the "open" (cross) state */
/* The transform in the 'open' state is now applied to the lines */

/* Rotate the top line to form one part of the "X" */
.hamburger.open .hamburger-top {
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

/* Hide the middle line completely */
.hamburger.open .hamburger-middle {
  display: none;
}

/* Rotate the bottom line to form the other part of the "X" */
.hamburger.open .hamburger-bottom {
  transform: rotate(-45deg) translateY(6px) translateX(-6px);
}

/* Styles for the main menu panel.
   A z-index of 40 places it below the hamburger button (z-50) but above all other page content. */
#menu {
  /* The class in the script handles z-index, but we can be explicit */
  z-index: 40;
}

.flex.flex-col.items-center.justify-center.w-full.h-full.text-white.text-2xl.space-y-10 {
  padding-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .flex.flex-col.items-center.justify-center.w-full.h-full.text-white.text-2xl.space-y-10 {
    padding-top: 30px !important;
  }

}

/* --- SEO Content Sections Style --- */
.trust-section-container {
  background: var(--dark-bg);
  color: var(--text-secondary);
  padding: 5rem 1.5rem;
  font-family: inherit;
}

.trust-section-content {
  max-width: 1200px;
  margin: 0 auto;
}

.trust-section-content .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.trust-section-content .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.trust-section-content .section-header p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  color: #a0a0a0;
}

/* "Why Choose Us" Cards Grid */
.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 6rem;
}

.why-us-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  text-align: center;
}

.why-us-card .icon-container {
  font-size: 2.5rem;
  color: var(--brand-red);
  margin-bottom: 1rem;
}

.why-us-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.why-us-card p {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* "Feature Row" for Mission & Values */
.feature-row {
  display: grid;
  grid-template-columns: 1fr;
  /* Mobile first: 1 column */
  gap: 3rem;
  align-items: center;
  margin-bottom: 6rem;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-row .feature-image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature-row .feature-text h3 {
  font-size: 2.25rem;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.feature-row .feature-text p,
.feature-row .feature-text li {
  font-size: 1.15rem;
  line-height: 1.8;
}

.feature-row .feature-text strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* Styling for the list in the "Values" section */
.values-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.values-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}

.values-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--brand-red);
  font-weight: bold;
  font-size: 1.2rem;
}

/* Responsive adjustments for tablets and desktops */
@media (min-width: 768px) {
  .why-us-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-row {
    grid-template-columns: 1fr 1fr;
    /* 2 columns on larger screens */
  }
}

.pb-\[178px\] {
  padding-bottom: 0;
}

.why-us-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  /* optional spacing below icon */
}

@media (min-width: 768px) {
  .md\:pt-\[113px\] {
    padding-top: 40px;
  }
}

.start-earning-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  width: 100%;
}

.start-earning-button {
  background-color: #DC2626;
  /* red by default */
  color: #ffffff;
  /* white text */
  border: 2px solid #DC2626;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
  z-index: 10;
}

.start-earning-button:hover {
  background-color: #270501;
  /* dark on hover */
  color: #DC2626;
  /* red text on hover */
}

#crypto-ticker-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  white-space: nowrap;
  z-index: 9999;
  border-bottom: 2px solid #111;
  box-shadow: 0 2px 5px rgba(255, 0, 0, 0.3);
}

#crypto-ticker {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
  color: red;
  font-family: monospace;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 0 3px #f00;
}

#crypto-ticker-bar:hover #crypto-ticker {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Push content below ticker */
.page-content {
  margin-top: 40px;
  padding: 20px;
}

img.coin-icon {
  height: 40px;
  width: auto;
}

/* =================================== */
/*   Glassy Menu & Styled Links        */
/* =================================== */

/* The main container for the mobile menu overlay */
.glassy-menu {
  /* Semi-transparent background */
  background-color: rgba(12, 12, 12, 0.6);

  /* The "frosted glass" effect */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  /* A subtle border to define the glass pane */
  border: 1px solid rgba(255, 255, 255, 0.1);

  /* Add a fade-in animation */
  animation: fadeIn 0.5s ease-in-out;
}

/* Keyframes for the fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Individual links within the mobile menu */
#mobile-menu a {
  width: 80%;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
  /* medium */
  border-radius: 8px;
  border: 1px solid transparent;
  /* Prepare for hover effect */
  transition: all 0.3s ease;
}

/* Hover effect for the links */
#mobile-menu a:hover {
  /* Highlight with a semi-transparent white background */
  background-color: rgba(255, 255, 255, 0.05);

  /* Change text color to your primary red */
  color: #dc2626;

  /* Add a border to make it pop */
  border-color: rgba(220, 38, 38, 0.5);

  transform: scale(1.05);
}

/* --- Desktop Navigation --- */

.desktop-nav-link {
  position: relative;
  padding: 8px 4px;
  color: #d1d5db;
  /* A slightly softer white */
  text-decoration: none;
  transition: color 0.3s ease;
}

.desktop-nav-link:hover {
  color: #ffffff;
  /* Brighter white on hover */
}

/* Underline effect */
.desktop-nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #dc2626;
  /* Your primary red color */
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.desktop-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* --- Mobile Glassy Menu & Links --- */

.glassy-menu {
  /* Semi-transparent background with a glass effect */
  background-color: rgba(10, 10, 10, 0.65);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);

  /* A very subtle border to mimic a glass edge */
  border: 1px solid rgba(255, 255, 255, 0.1);

  /* Animation for a smooth appearance */
  animation: fadeIn 0.4s ease-in-out;
}

/* Keyframes for the fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
  }

  to {
    opacity: 1;
    backdrop-filter: blur(12px);
  }
}

/* Individual links within the mobile menu */
.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  max-width: 300px;
  padding: 1rem;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
  /* medium */
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

/* Hover/active effect for mobile links */
.mobile-nav-link:hover,
.mobile-nav-link:focus {
  background-color: rgba(220, 38, 38, 0.15);
  /* Faint red glow */
  color: #ffffff;
  border-color: #dc2626;
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(220, 38, 38, 0.3);
}

header.relative.px-4.py-4.lg\:pt-6 {
  z-index: 999;
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
    gap: 15px;
  }
}

.flex.items-center.gap-4 {
  width: 100%;
  justify-content: flex-end;
}

a.relative.z-50 {
  width: 100%;
}

nav.hidden.lg\:flex.items-center.gap-8.text-white.font-medium {
  width: 100%;
}