:root {
  --red: #dd2a2a;
  --yellow: #ffde00;
  --blue: #71b2d7;
  --pink: #ffb1b1;
  --green: #cde6b4;
  --yellow-bg: #fff0bd;
  --dark-black: #111;
  --bg-color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Comfortaa', sans-serif;
  color: var(--dark-black);
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-color);
  background-image: url("5.PNG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.mobile-container {
  max-width: 440px;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
}

/* Typography */
h1,
h2,
h3,
.text-red,
.text-yellow,
.btn,
.buy-now-btn,
.action-buttons .btn {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700 !important;
  /* -webkit-text-stroke: 0.8px currentColor; */
  margin: 0;
}

b,
strong {
  font-weight: 700 !important;
  -webkit-text-stroke: 0.8px currentColor;
}

/* Header */
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid var(--red);
  border-radius: 999px;
  padding: 20px 16px 18px 16px;
  background: #e9f6fb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.logo-icon {
  width: 176px;
  position: absolute;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  font-size: 16px;
  transform: translateY(2px);
}

.text-red {
  color: var(--red);
  letter-spacing: 1px;
}

.text-yellow {
  color: var(--yellow);
  letter-spacing: 1px;
}

.text-shadow {
  -webkit-text-stroke: 1px var(--dark-black);
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 var(--dark-black);
}

.buy-now-btn {
  background: #cde6b4;
  border: none;
  font-size: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  color: black;
}

/* Center Logo */
.center-logo {
  text-align: center;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.inline-char {
  height: 108px;
  /* width: 44px; */
  margin: 0px 10px;
  position: relative;
  z-index: 2;
  /* margin-top: -65px; */
}

@media (max-width: 767px) {
  .inline-char {
    margin: 10px auto !important;
    height: 150px !important;
    display: block !important;
  }
}

/* Boxes */
.red-box {
  border: 3px solid var(--red);
  border-radius: 12px;
  background: #e9f6fb;
  padding: 15px;
  /* margin-bottom: 20px; */
}

.main-hero-box {
  padding: 0;
  overflow: hidden;
  background: #e9f6fb;
  /* margin-top: -80px; */
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  /* margin: 0 -5px; */
  /* Internal border radius for the image if needed */
}

.sub-heading {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
  font-family: 'Comfortaa', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-text-stroke: 0.8px currentColor;
  line-height: 1.2;
}

/* Contract Section */
.contract-container {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contract-input-group {
  display: flex;
  background: #faeed4;
  border-radius: 8px;
  padding: 10px;
}

.contract-input-group input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: 700;
  color: var(--dark-black);
  text-align: center;
}

.copy-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0 5px;
}

.action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  color: var(--dark-black);
}

.btn-blue {
  background: #6cb9d6;
}

.btn-green {
  background: #d0eaba;
}

/* Sections */
.section-title {
  font-size: 25px;
  display: flex;
  align-items: center;
  /* gap: 10px; */
  margin-bottom: 5px;
  margin-top: 5px;
  /* padding-left: 5px; */
  position: relative;
  z-index: 2;
  /* letter-spacing: 1px; */
  justify-content: center;
  -webkit-text-stroke: 0.8px currentColor;
}

.section-title.justify-center {
  justify-content: center;
  padding-left: 0;
}

.section-title.space-between {
  justify-content: center;
  gap: 15px;
}

.title-icon {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .top-nav {
    padding: 12px 14px 10px 14px !important;
  }

  .logo-icon {
    width: 185px !important;
  }

  .section-title {
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    /* padding-left: 75px !important; */
    /* padding-right: 75px !important; */
    font-size: 22px !important;
    white-space: normal;
    text-align: center;
    position: relative !important;
    /* min-height: 80px; */
    margin: 21px 0 !important;
  }

  .title-icon {
    position: absolute !important;
    margin: 0 !important;
    width: 70px !important;
    height: 63px !important;
    flex-shrink: 0;
    top: 50% !important;
    transform: translateY(-67%) !important;
  }



  .title-icon.left {
    left: 0 !important;
  }

  .title-icon.right {
    right: 0 !important;
  }
}

.about-box {
  padding: 20px;
  margin-top: 10px;
}

.about-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

/* Tokenomics */
.tokenomics-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 15px;
}

.token-card {
  width: 65%;
  text-align: center;
  border-radius: 12px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}

.token-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.card-blue {
  background: #71b2d7;
}

.card-pink {
  background: #ffb1b1;
}

.card-green {
  background: #cde6b4;
}

.card-yellow {
  background: #fff0bd;
}

/* How To Buy */
.htb-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 15px;
}

.card-blue-htb {
  background: #71b2d7;
  width: 100%;
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
}

.card-pink-htb {
  background: #ffb1b1;
  width: 100%;
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
}

.card-green-htb {
  background: #cde6b4;
  width: 100%;
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
}

.htb-box p {
  margin: 4px 0;
  font-size: 15px;
}

/* Socials */
.social-box {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 10px;
  margin-top: 10px;
  gap: 8px;
}

.social-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 24px;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #000;
}

.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.tiktok {
  background: #000;
}

.youtube {
  background: #ff0000;
}

/* Footer */
.footer-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px 15px;
  margin-top: 15px;
}

.footer-logos {
  font-size: 34px;
  line-height: 1;
}

.footer-group-image {
  width: 80%;
  max-width: 320px;
  height: auto;
}

.footer-links {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}

.round-btn {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
}

.twitter-footer {
  background: #000;
}

.telegram-footer {
  background: linear-gradient(135deg, #44a2f8, #a850f4);
}

.email-footer {
  background: #000;
}

.disclaimer {
  font-size: 14px;
  line-height: 1.3;
  text-align: start;
  margin: 0;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  font-family: inherit;
  margin-top: 20px;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

/* Scroll Content Sections (Mobile Default) */
.content-section {
  margin-bottom: 20px;
}

/* Visibility classes */
.desktop-nav,
.desktop-only-hero-text,
.desktop-only-hero-card {
  display: none;
}

.btn-red-hero {
  /* background: var(--red); */
  background: #cde6b4;
  color: black !important;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 0;
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

/* =========================================
   DESKTOP / LAPTOP LAYOUT
   ========================================= */
@media (min-width: 768px) {
  .content-section {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    scroll-margin-top: 140px;
    margin-bottom: 40px;
  }

  body {}

  /* High-end floating card container */
  .mobile-container {
    max-width: 1300px;
    padding: 0px 70px 50px 70px;
    margin: 0 auto;
  }

  .logo-icon {
    width: 200px;
  }

  /* Elegant sticky top nav */
  .top-nav {
    position: sticky;
    top: 0px;
    margin-top: 0px;
    z-index: 1000;
    padding: 16px 25px;
    background: #e9f6fb;
    border: none;
    border-bottom: 3px solid var(--red);
    border-radius: 0;
    box-shadow: none;
  }

  .desktop-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    flex: 1;
    justify-content: center;
    margin-left: 169px;
  }

  .desktop-nav a {
    text-decoration: none;
    color: var(--dark-black);
    font-weight: 700;
    font-size: 16px;
    transition: color 0.2s;
  }

  .desktop-nav a:hover {
    color: var(--red);
  }

  .buy-now-btn {
    background: #cde6b4;
    color: black;
    border-radius: 30px;
    padding: 16px 32px;
    font-size: 20px;
  }

  .buy-now-btn:hover {
    filter: brightness(1.1);
  }

  /* Center the hero nicely without stretching */
  .main-hero-box,
  .mobile-only-hero {
    display: none;
  }

  .desktop-only-hero-text,
  .desktop-only-hero-card {
    display: block;
  }

  .hero-desktop-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 40px;
  }

  .hero-left {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .desktop-main-title {
    font-size: 70px;
    color: var(--red);
    margin: 0;
    line-height: 1.1;
    -webkit-text-stroke: 1.5px currentColor;
  }

  .sub-heading-desktop {
    font-size: 20px;
    margin-top: 15px;
    text-align: left;
    font-family: inherit;
    font-weight: 700;
  }



  .hero-action-box {
    margin-top: 35px;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    max-width: 480px;
    align-self: center;
    background: #e9f6fb;
    border: 3px solid var(--red);
  }

  .contract-container {
    padding: 0;
    margin-top: 0;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .contract-input-group {
    width: 90%;
    box-sizing: border-box;
  }

  .action-buttons-hero {
    display: flex;
    gap: 20px;
    margin-top: 5px;
  }

  .action-buttons-hero .btn {
    padding: 15px 40px;
    font-size: 20px;
    -webkit-text-stroke: 0;
    color: black;
    border-radius: 30px;
  }

  .hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .desktop-hero-image-card {
    background: #e9f6fb;
    border: 3px solid var(--red);
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    text-align: center;
    width: 369px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .desktop-hero-circle-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .desktop-hero-circle-text h3 {
    font-size: 26px;
    margin: 20px 0 5px 0;
    letter-spacing: 2px;
  }

  .desktop-hero-circle-text p {
    font-size: 15px;
    color: #555;
    margin: 0;
    font-weight: 700;
  }

  .section-title {
    font-size: 73px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title-icon,
  .title-icon.big-icon {
    position: static !important;
    transform: none !important;
    width: 94px !important;
    height: 94px !important;
    flex-shrink: 0;
  }

  .title-icon.left {
    margin-right: 75px;
    left: auto !important;
    margin-bottom: 32px;
  }

  .title-icon.right {
    margin-left: 75px;
    right: auto !important;
    margin-bottom: 32px;
  }

  .section-title:has(.title-icon.left)::after {
    content: "";
    display: block;
    width: 169px;
    flex-shrink: 0;
  }

  .section-title:has(.title-icon.right)::before {
    content: "";
    display: block;
    width: 169px;
    flex-shrink: 0;
  }

  .sub-heading {
    font-size: 20px;
    margin-top: 35px !important;
    letter-spacing: 1px;
    padding: 0;
    text-align: left;
  }

  .about-box {
    padding: 30px;
    border-radius: 12px;

  }

  .about-box p {
    font-size: 31px;

  }

  /* Add fluid premium hover scale states to buttons */
  .btn,
  .social-btn,
  .round-btn {
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .btn:hover,
  .social-btn:hover,
  .round-btn:hover {
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.08);
  }

  /* Tokenomics - Vertical stacked cards */
  .tokenomics-box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    background: #e9f6fb;
    border: 3px solid var(--red);
    margin-top: 30px;
    gap: 15px;
  }

  .token-card {
    width: 22%;
    border: none;
    border-radius: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 30px 15px;
  }

  .token-card.card-pink {
    width: 25%;
  }

  .token-card p {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .token-card p:first-child {
    font-size: 32px;
  }

  .token-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }

  /* How To Buy - Vertical stacked cards */
  .htb-box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    background: #e9f6fb;
    border: 3px solid var(--red);
    margin-top: 30px;
    gap: 20px;
  }

  .special-padding {
    padding: 35px 24px !Important;
  }

  .card-blue-htb,
  .card-pink-htb,
  .card-green-htb {
    width: 35%;
    background: white;
    border: 3px solid var(--red);
    border-radius: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 40px 20px;
  }

  .htb-box p {
    font-size: 24px;
    line-height: 1.5;
  }

  .htb-box p:first-child {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .card-blue-htb:hover,
  .card-pink-htb:hover,
  .card-green-htb:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  }

  /* Social Media - Styled in Red Box */
  .social-box {
    width: 59%;
    margin: 30px auto 0 auto;
    padding: 40px 60px;
    border-radius: 20px;
    background: #e9f6fb;
    border: 3px solid var(--red);
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-right: 170px;
  }

  .social-btn {
    width: 80px;
    height: 80px;
    font-size: 50px;
    border-radius: 12px;
  }



  /* Footer Adjustments */
  .footer-box {
    padding: 40px;
    border-radius: 20px;
  }

  .footer-group-image {
    max-width: 480px;
    width: 100%;
  }

  .disclaimer {
    font-size: 13px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
    line-height: 1.6;
  }

  /* Specific Image Boosts */
  #about-img,
  #how-to-buy-img,
  #tokenomics-img,
  #contact-img {
    transform: scale(1.25) !important;
  }
}