     * {
         margin: 0;
         padding: 0;
         box-sizing: border-box;
     }
     body {
         font-family: 'Poppins', sans-serif;
         background: linear-gradient(135deg, #0f0c2981 0%, #302b637e 50%, #24243e81 100%);
         color: #ffffff;
         min-height: 100vh;
         padding: 20px;
         background-color: #000;
     }
     /* h1 {
         font-family: 'Orbitron', sans-serif;
         font-size: 3.5em;
         color: #00f7ff;
         letter-spacing: 3px;
         text-transform: uppercase;
         text-align: center;
         margin: 20px 0;
         margin-top: 100px;
     } */
     h1 span {
         color: #ff00a1;
     }


/* ====================== */
/* Hyper Oxide Font       */
/* ====================== */
@font-face {
  font-family: "HyperOxide";                    /* Clean name - no spaces */
  src: 
    url("Hyper Oxide.ttf") format("truetype"),   /* If file is in same folder */
    url("./Hyper Oxide.ttf") format("truetype"), /* Alternative with ./ */
    url("fonts/Hyper Oxide.ttf") format("truetype"); /* If in fonts/ folder */
  font-weight: 700;
  font-style: normal;
  font-display: swap;     /* Prevents invisible text while loading */
}

/* Apply to h1 */
h1 {
  font-family: "HyperOxide", sans-serif;   /* This is the important line */
  font-size: 5.5em;
  color: #00f7ff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
  margin-top: 100px;
  z-index: 1000;
}

     header { 
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 20px;
         height: 60px;
         width: 100%;
         position: sticky; /* makes it stick on scroll */
         top: 0;           /* required for sticky to work */
         z-index: 1000;    /* keeps it above other elements */
         background: #131030 100%; /* ensure background covers content under it */
     }
             
             
     /* LOGO */
     .logo {
         max-width: 65px;
         max-height: 65px;
         margin-top: 12.5px;
     }
     .bnb-logo{
         width: 30px;
         height: 30px;
     }
     
     
     /* NAV MENU */
     nav {
         display: flex;
         gap: 20px;
     }
     nav a {
         color: #00f7ff;
         text-decoration: none;
         font-weight: 600;
         transition: color 0.3s;
     }
     
     nav a:hover {
         color: #ff00a1;
     }
     nav {
       display: flex;
       gap: 20px;
     }
    
     nav a {
       text-decoration: none;
       color: var(--gold-2);
       font-size: 0.9rem;
       font-weight: 700;
       color: #00f7ff;
       width: 80px;
     }
     nav a.cta {
       color: var(--bg-dark);
       background: var(--gold);
       padding: 8px 14px;
       border-radius: 4px;
       font-weight: 600;
     }

     .Hero-overlay {
    padding: 40px;
    max-width: 100%;
    min-height: 140vh;           /* Better than fixed height */
    background: #000000cb;       /* Dark overlay - you can increase darkness */
    display: block;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Make sure your background image stays on the parent section */
.H-section {
    background-image: url('img/RC King Robot.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
}

.h1-texts {
    display: flex;
    flex-direction: column;           /* Stacks heading + paragraph vertically */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 20px;                  /* Prevents text touching edges on small screens */
}

.tokenAddress{
    width: 100%;
    height: auto;
}

.description {
    position: absolute;
    bottom: 7px;
    left: 20px;
    text-align: left;
    z-index: 3;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.read-more-btn {
        display: none;
    }
             
     .platform{
       display: block;
       width: 200px;
       margin-left: 70px;
       color: goldenrod;
       font-weight: bold;
       font-family: Verdana, Geneva, Tahoma, sans-serif;
     }
        

        /* Toggle between pages */
    .nav-btn .active {
      color: #14f100; 
    }
    .page {
      display: none;  

    }
    .page.active {
      display: block;
      animation: fadeIn 0.5s ease-in-out;
    }

    .nav-btn:hover{
        color: #00d400;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }


        /* Hamburger */
    .hamburger {
      display: none;
      top: 0;
      right: 0;
      display: none;
      color: #00000000;
      font-size: 24px;
      cursor: pointer;
      margin-right: auto;
      z-index: 1000;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* .H-section{
        background: rgba(255, 255, 255, 0.05);
        background: #000000e2;
        border-radius: 20px;
        padding: 40px;
        max-width: 70%;
        height: 100vh;
        display: block;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
        border: 2px solid transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        background-image: url('img/RC\ King\ Robot.jpeg');
    } */



.AI-multi-color {
    color: #3f76f5 !important;
}

        .token-price{
        width: 100%;
        position: relative;
        display: flex;
        align-items: flex-start;
        margin-top: -25px;
        color: #ffa500;
        font-size: 12px;
        gap: 10px;
        z-index: 1000;
    }

    .PnL-container{
        display: flex;
        gap: 10px;
        font-size: 13px;
    }

    .PnL{
        font-family: 'Courier New', Courier, monospace;
    }


    .H1-coin{
        margin-top: 120px;
    }


    .section {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px);
        border-radius: 20px;
        padding: 40px;
        max-width: 70%;
        margin: 20px auto;
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
        border: 2px solid transparent;
        text-align: center;
        position: relative;
        overflow: hidden;

    }
    .section:before {
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        content: '';
        width: 50%;
        background: rgba(255,255,255,0.05);
    }
    .section span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #0c002b, #1779ff);
        animation: animate1 3s linear infinite;
    }
    /* .countT{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #14f100;
        gap: 8.5%;
        
    }
    .countdown {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px 0;
      font-family: Impact, Haettenschweiler, 'Arial Bold', sans-serif;
      font-size: 20px;
      gap: 8%;
    }

    .countdown div {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #111;
      padding: 0px;
      border-radius: 10px;
      width: 8%;
      height: 30px;
      border-left: 2px solid #14f100;
      border-right: 2px solid #14f100;     

    } */

    @keyframes animate1 {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(100%);
        }
    }
    .section span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom, #0c002b, #1779ff);
        animation: animate2 3s linear infinite;
        animation-delay: 1s;
    }
    @keyframes animate2 {
        0% {
            transform: translateY(-100%);
        }
        100% {
            transform: translateY(100%);
        }
    }
    .section span:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #0c002b, #1779ff);
        animation: animate3 3s linear infinite;
    }
    @keyframes animate3 {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    .section span:nth-child(4) {
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to top, #0c002b, #1779ff);
        animation: animate4 3s linear infinite;
        animation-delay: 1s;
    }
    @keyframes animate4 {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(-100%);
        }
    }
    .section > * {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .presale-box {
        background: rgba(0, 255, 255, 0.1);
        padding: 20px;
        border-radius: 10px;
        margin: 20px 0;
    }
    #contractAddr {
        font-family: monospace;
        color: #00f7ff;
        word-break: break-all;
        font-size: 0.9em;
    }

    /* Styles for progress */
/* .progress-container {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  font-family: sans-serif;
}

.progress-bar-wrapper {
  width: 100%;
  height: 15px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.progress-bar {
  width: 0%; 
  height: 100%;
  background: linear-gradient(90deg, #4703e7, #4caf50, #e76363 #824caf);
  border-radius: 10px 0 0 10px;
  transition: width 0.5s ease;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #d6d6d6;
} */

/* .progress-bnb { */
  /* display: inline-flex;   keep everything in one line */
  /* align-items: center;    vertically center if needed */
  /* font-size: 14px;
  gap: 4px;               small spacing between elements */
  /* color: #d6d6d6; */
/* } */

    input, button {
        width: 100%;
        padding: 15px;
        margin: 10px 0;
        border: none;
        border-radius: 8px;
        font-size: 1em;
    }


    input {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        border: 2px solid #00f7ff;
        transition: border-color 0.3s;
    }
    input:focus {
        outline: none;
        border-color: #ff00a1;
    }

.cta-btn {
  background: linear-gradient(90deg, #00f7ff, #ff00a1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;

  width: 100%;              /* full width for mobile */
  max-width: 280px;         /* prevents it from being too wide */
  
  padding: 12px 16px;       /* bigger tap area */
  margin: 10px auto;        /* center it */
  
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
}

.cta-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.cta-btn:active {
  transform: scale(0.97); /* tap feedback */
}
    .output {
        font-size: 1.3em;
        color: #00f7ff;
        font-weight: 600;
        margin: 20px 0;
    }
    .error {
        color: #ff00a1;
        font-size: 0.9em;
        margin: 20px 0;
    }

  /* Live market chat */
    .market-header {
    margin-bottom: 20px;
}

.tradingview-widget-container {
    border-radius: 20px;
    overflow: hidden;
    width: 80%;
    box-shadow: 0 0 20px rgba(20, 241, 149, 0.3);
}

 @media (min-width: 768px) {
    .tradingview-widget-container {

margin-left: 135px;
 }
}
   /* Bot Tier Section */

.botTiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 70px;
    width: 100%;
}

/* Shared star styling */
.star {
    width: 80%;
    min-height: 400px;
    padding: 30px 20px;
    margin-top: 40px;
    margin-left: 38px;

    display: flex;
    flex-direction: column;
    align-items: center;
 
    border: 1px solid goldenrod;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgb(14, 16, 74);
    color: white;
}


/* Tag */
.botTag {
    width: 140px;
    height: 30px;
    margin-top: -45px;

    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: goldenrod;
    color: #000;
    font-weight: bold;
    font-family: fantasy;
}

/* Paragraph */
.star-p {
    margin-top: 20px;
    text-align: left;
}

.botpay {
    width: 120px;              /* reduced width */
    padding: 10px 0;
    border: none;
    border-radius: 8px;

    background: linear-gradient(135deg, goldenrod, #ffcc33);
    color: #000;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;

    margin-top: auto;          /* pushes button to bottom */

    transition: all 0.3s ease;
}

.botpay:hover {
    transform: translateY(-2px);
}

/* Click effect */
.botpay:active {
    transform: scale(0.97);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

/* Optional: disabled state */
.botpay:disabled {
    background: gray;
    cursor: not-allowed;
    box-shadow: none;
}


/* Staking dashboard */
.stake-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    width: 100%;
}

.stake-card {
    background: rgb(14, 16, 74);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(20, 241, 149, 0.4);
    text-align: center;
    transition: 0.3s ease;
}

.stake-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(20, 241, 149, 0.6);
}

.stake-card h3 {
    margin-bottom: 10px;
    font-weight: 500;
    color: #aaa;
}

.stake-value {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.highlight {
    color: #14f195;
}

/* Buttons */

.stake-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.stake-btn {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    background: #14f195;
    color: #000;
    transition: 0.3s ease;
}

.stake-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #14f195;
}

.stake-btn.secondary {
    background: #ff9800;
    color: #000;
}

.stake-btn.claim {
    background: #00bcd4;
    color: #000;
}
/* */



    .carousel {
      overflow: hidden;
      width: 100%;
      background: #11111100;
      padding: 20px 0;
    }
    
    .carousel-track {
      display: flex;
      gap: 20px;
      width: max-content; /* ðŸ‘ˆ allow full width of all items */
      animation: scroll-left 20s linear infinite; /* slowed for smoother effect */
    }
    
    .carousel-track img {
      height: 30px;
      flex-shrink: 0;
      object-fit: contain;
    }
    
    /* Infinite scroll animation */
    @keyframes scroll-left {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%); /* ðŸ‘ˆ only half if you duplicate images */
      }
    }
    
            
    .estimate {
        display: flex;
        gap: 10px;
        margin-top:8px; 
        padding:8px;
        color: #00f7ff;
        border-radius:8px;
        background:rgba(255,255,255,0.02);
        font-weight:600;
    }
    



     .balances{
         display: grid;
         grid-template-columns: repeat(2,2fr);
         gap: 50px;
         margin-top:8px;
         background: rgba(255, 255, 255, 0.05);
         backdrop-filter: blur(12px);
         border-radius: 20px;
         padding: 40px;
         max-width: 100%;
         max-height: auto;
         box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
         border: 2px solid transparent;
         text-align: center;
         justify-content: center;
         position: relative;
         overflow: hidden; 
     }    
        
        
    .balance-item{
        display: flex;
        gap: 15px;
        color: #00f7ff;
        font-weight: 650;
        font-size: 13px;
        font-family: system-ui,'Segoe UI', Roboto, sans-serif;

    }
    .copy-ref{
        width: 40%;
        padding: 15px;
        margin-left: 10px;
        border: none;
        border-radius: 8px;
        font-size: 1em;
        color: #dbe8f8;
        font-weight: bold;
        background: linear-gradient(90deg, #00f7ff, #ff00a1);

    }

    .dashboard{
            font-weight: 600;
            box-shadow: 5px 2px;
            transition: all 0.3s;
            color: rgb(97, 231, 213);
            border-radius: 5px;
            width: 98%;
            text-align: center;
    }

    .dashButtons{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 12px;
    }

    .dash-switch {
      width: 70%;
      background: linear-gradient(90deg, #00f7ff36, #ff00a248);
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      border-bottom: 1px solid #222;
      
    }
     
    .sec-body {
      margin: auto;
      font-family: 'Poppins', sans-serif;
      background: #0c0c0c00;
      color: #dfdede;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-height: auto;
      width: 70%;
      /* border-left: 1px solid rgba(192, 192, 192, 0.295);
      border-right: 1px solid rgba(192, 192, 192, 0.295);
      border-bottom: 1px solid rgba(192, 192, 192, 0.295); */

    }

    .tab-container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      gap: 25px;
      background: #0464751e;
      padding: 3px 5px;
      border-radius: 10px;
      width: 100%;
      
    }


    .tab {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3px 8px;
      border-radius: 10px;
      border: 0px solid silver;
      background: #1a1a1a1a;
      color: #bbb;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }

    .tab.active {
      background: #14f195;
      color: #000;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

.dash-section {
  display: none;
  margin-top: 30px;
  width: 100%;
  max-width: 1000px;  /* increase this */
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgb(20, 241, 149);
  animation: fadeIn 0.4s ease-in-out;
}

    .dash-section.active {
      display: block;
    }

.bot-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}


    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }


    .stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.stat-card {
    position: relative;
    background: rgb(14, 16, 74);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(20, 241, 149, 0.3);
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(20, 241, 149, 0.6);
}

.n-contents {
    display: flex;
    flex-direction: column;
    gap: 15px;  /* space between h4 and number */
}

.n-contents h4 {
    font-weight: 500;
    color: #aaa;
    margin: 0;
}


.number {
    font-size: 26px;
    font-weight: bold;
    color: #14f195;
}

.prices{
    display: flex; 
    gap: 4px; 
    font-size: 10px;
}

    /* .input-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px;
    }

    .input-group label {
      margin-bottom: 5px;
      font-size: 14px;
      color: #aaa;
    }

    .input-group input {
      padding: 10px;
      border: 1px solid rgb(75, 74, 74);
      border-radius: 8px;
      background: #1e1e1e63;
      color: #fff;
      outline: none;
    } */

    .btn {
      width: 100%;
      background: linear-gradient(90deg, #00f7ff, #ff00a1);
      color: #fff;
      font-weight: 600;
      padding: 12px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: 0.3s;
    }

    .btn-primary {
      background: linear-gradient(90deg, #00f7ff, #ff00a1);
      color: #fff;
    }

    .btn-primary:hover {
      transform: scale(1.02);
      box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);    
    }

    /* .gatewaySelect{
        color: ghostwhite;
        background-color: #0f0c29;
        border: none;
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .option-label{
        display: none;
    }


    .convert-display {
      font-size: 13px;
      color: #ccc;
    }

    .bankform{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bankAcct{
        height: 30px;
    }

    .savebank{
        width: 50%;
        height: 50px;
        text-align: center;
        background: linear-gradient(90deg, #00f7ff, #ff00a1);
        color: #fff;
        font-weight: 500;
        border: none;
        transition: all 0.3s;

    }

    .savebank:hover {
        transform: scale(1.02);
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);    
    } */

    .rc-price{
        color: #ffa500; 
        display: flex; 
        align-items: center; 
        justify-content: center;
    }


        .ref-link-input{
            max-width: 90%;
        }

        .referral-box{
            align-items: center;
        }

        .referral-levels{
            align-items: left;
            text-align: left;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
        }

        .list{
            margin-left: 20px;
        }

        .field{
            align-items: center;
        }

        .Partners-H{
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .team-grid, .investors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        .team-member, .investor {
            background: rgba(0, 255, 255, 0.1);
            padding: 20px;
            border-left: 3px solid navy;
            border-radius: 10px;
            text-decoration: none;
            color: #ffffff;
        }
        details summary {
            cursor: pointer;
            font-weight: 600;
            color: #00f7ff;
        }

        .team-img {
            width: 100px;
            height: 130px;
            border-radius: 7px;

        }

        .team-handles{
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 10px;

        }
        
        .handle-logo {
            width: 20px;
            height: 20px;
            border-radius: 4px;
        }
         
        .position{
            font-size: 10px;
        }
        .connect {
            cursor: pointer;
            font-weight: 600;
            color: #ffffff;        
        }

        .connect:hover {
            transform: scale(1.1);
            background-color: 0 0 20px rgba(0, 255, 255, 0.5);
        }

        form input, form textarea {
            margin-bottom: 15px;
        }
        .social-handles {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        .social-handles a {
            color: #00f7ff;
            font-size: 1.5em;
            transition: color 0.3s;
        }
        .social-handles a:hover {
            color: #ff00a1;
        }
        .glow {
            animation: glow 1.5s infinite alternate;
        }

        .copy {
            text-decoration: none;
            color: #ffffff85;
        }

        .footer, .footer-text{
            max-width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @keyframes glow {
            from { text-shadow: 0 0 10px #00f7ff, 0 0 20px #00f7ff; }
            to { text-shadow: 0 0 10px #ff00a1, 0 0 20px #ff00a1; }
        }



        /* Media querry */

         @media (min-width: 768px) {
    .tradingview-widget-container {

    margin-left: 135px;
     }
    }
    
    
    @media (max-width: 480px){ 
        #tradingview_chart { 
        height: 300px; 
       }
    
    }
    

      @media (max-width: 768px) {
          h1 { font-size: 2em; }

          .section { 
            padding: 20px; 
            max-width: 100%; 
        }

          header { display: flex; 
            flex-direction: row; 
            align-items: center; 
        }

          .logo { 
                max-width: 100px;
                max-width: 55px;
                max-height: 55px;
                margin-top: 10px;
           }

        .bnb-logo{
         width: 18px;
         height: 18px;
        }

          nav {
              display: none;
              flex-direction: column;
              position: fixed;
              justify-content: center;
              right: 0;
              height: auto;
              max-height: 400px;
              width: 250px;
              background: rgba(0, 0, 0, 0.9);
              padding: 20px;
              z-index: 1;
              transform: translateX(100%);
              transition: transform 0.3s ease-in-out;
          }

           .nav-menu {
           position: absolute;
           top: 5;
           right: 0;
           background: #111;
           flex-direction: column;
           width: 200px;
           padding: 7px;
           display: none; /* hidden by default */
           }

           .hamburger {
           display: block; 
           color: #00f7ff;
           z-index: 1000;
           margin-right: 0px;
           }
    
          .hamburger:hover{
           color: #00d400;
          }

          nav.show {
              display: flex;
              transform: translateX(0);
              top: 0;
          }

.Hero-overlay {
    padding: 40px;
    max-width: 100%;
    min-height: 100vh;           /* Better than fixed height */
    background: #000000cb;       /* Dark overlay - you can increase darkness */
    display: block;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Make sure your background image stays on the parent section */
.H-section {
    background-image: url('img/RC King Robot.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.h1-texts {
    display: flex;
    flex-direction: column;           /* Stacks heading + paragraph vertically */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 20px;                  /* Prevents text touching edges on small screens */
}

.tokenAddress{
    width: 100%;
    height: auto;
}

.description {
    position: absolute;           /*Changed from relative*/
    bottom: 10px;                 /* Distance from bottom */
    left: 10px;                   /* Distance from left */
    text-align: left;             /* Makes text align to the left */
    z-index: 3;                   /* Ensures it stays above overlay and background */
    font-size: 11px; /* smaller text */
    right: 10px;
    bottom: 5px;
    max-width: 95%;              /* Prevents text from becoming too wide */
}

/* default (collapsed) */
.full-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

/* expanded state */
.full-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}

/* optional: expand container */
.H-section.expanded {
  height: auto !important;
}


/* expanded state */
.full-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  background-color: #000;

}

/* optional: expand container */
.H-section.expanded {
  height: auto !important;
}

.full-text {
  position: relative;
}

.full-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 20px;
  background: linear-gradient(to right, transparent, #000);
}

.full-text.expanded::after {
  display: none;
}
    
    .read-more-btn {
        background: transparent;
        border: 2px solid #00ffff;
        color: #00ffff;
        padding: 6px 14px;
        font-size: 12px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease;
        text-align: center;
        align-items: center;
        display: inline-flex;   
        justify-content: center; 
        width: auto;             
    }
    
    .read-more-btn:hover {
        background: #000000;
        color: #ffffff;
        box-shadow: 0 0 15px #00ffff;
    }
    

          .platform{
        display: none;
         }
          
.cta-btn {
  background: linear-gradient(90deg, #00f7ff, #ff00a1);
  color: #fff;
  font-weight: 600;
  font-size: 12px;

  width: 80%;              /* full width for mobile */
  max-width: 140px;         /* prevents it from being too wide */
  
  padding: 6px 8px;       /* bigger tap area */
  margin: 10px auto;        /* center it */
  
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
}
    

.cta-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.cta-btn:active {
  transform: scale(0.97); /* tap feedback */
}
            
    .balances{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 2px;
    margin-top:6px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 4px;
    width: 100%;
    max-height: auto;
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
    border: 2px solid transparent;
    text-align: left;
    position: relative;
    overflow: hidden; 
    } 

    .balance-item{
     display: flex;
     justify-content: left;
     align-items: left;
     text-align: center;
     position: relative;
     color: #00f7ff;
     font-size: 11px;
     font-weight: 700;
     margin-left: 5px;
     }



     /* .countT{
     display: flex;
     align-items: center;
     justify-content: center;
     color: #14f100;
     gap: 4%;
     font-size: 11px;

}
    .countdown {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px 0;
      font-family: Impact, Haettenschweiler, 'Arial Bold', sans-serif;
      font-size: 20px;
      gap: 4%;
    }

    .countdown div {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #111;
      padding: 0px;
      border-radius: 10px;
      width: 17%;
      height: 30px;
      border-left: 2px solid #14f100;
      border-right: 2px solid #14f100;     

    } */


    .btn {
      width: 100%;
      background: linear-gradient(90deg, #00f7ff, #ff00a1);
      color: #fff;
      font-weight: 600;
      padding: 12px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: 0.3s;
    }

    .section {
        background: #0f0f1e;
        backdrop-filter: blur(12px);
        border-radius: 20px;
        padding: 40px;
        max-width: 100%;
        margin: 20px auto;
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
        border: 2px solid transparent;
        text-align: center;
        position: relative;
        overflow: hidden;

    }

    .Tusersection{
        background: #0f0f1e;
        backdrop-filter: blur(12px);
        border-radius: 20px;
        padding: 40px;
        width: 100%;
        height: 200px;
        margin: 20px auto;
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
        border: 2px solid transparent;
        display: flex;
        text-align: center;
        justify-content: center;
        position: relative;
        overflow: hidden;

    }

    /* For Users Population Count */
        .inner-section{
        max-width: 100%;
        border-radius: 30px;
        display: flex;
        background-color: #00d400;
        /* background: #0f0f1e; */
        align-items: center;
        justify-content: center;

    }

    .section:before {
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        content: '';
        width: 100%;
        background: rgba(255,255,255,0.05);
    }

        /* .gatewaySelect{
        color: ghostwhite;
        background-color: #0f0c29;
        border: none;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 12px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

       .hint{
       font-size: 12px;
       align-items: center;
       text-align: center;
       margin-left: 5px;
    } */

      .sec-body {
       margin: auto;
       font-family: 'Poppins', sans-serif;
       background: #0c0c0c00;
       color: #dfdede;
       display: flex;
       flex-direction: column;
       align-items: center;
       min-height: auto;
       width: 100%;
       /* border-left: 1px solid rgba(192, 192, 192, 0.295);
       border-right: 1px solid rgba(192, 192, 192, 0.295);
       border-bottom: 1px solid rgba(192, 192, 192, 0.295); */

    }

    .tab-container {
      display: flex;
      gap: 20px;
      background: #0464751e;
      padding: 1px 2px;
      border-radius: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;

      
    }

    .tab {
      padding: 1px 3px;
      border-radius: 10px;
      border: 0px solid silver;
      background: #1a1a1a1a;
      color: #bbb;
      cursor: pointer;
      transition: 0.3s;
    }

    .tab.active {
      background: #14f195;
      color: #000;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .dash-switch {
      width: 100%;
      background: linear-gradient(90deg, #00f7ff36, #ff00a248);
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      border-bottom: 1px solid #222;
      
    }

    .dash-section {
      display: none;
      margin-top: 30px;
      width: 100%;
      max-width: 500px;
      background: #11111100;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgb(20, 241, 149);
      animation: fadeIn 0.4s ease-in-out;
    }

    .dash-section.active {
      display: block;
    }


        /* Staking dashboard */
    .stake-dashboard {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
        width: 100%;
    }
    
    .stake-card {
        background: rgb(14, 16, 74);
        padding: 18px;
        border-radius: 15px;
        border: 1px solid rgba(20, 241, 149, 0.4);
        text-align: center;
        transition: 0.3s ease;
    }
    
    .stake-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 15px rgba(20, 241, 149, 0.6);
    }
    
    .stake-card h3 {
        margin-bottom: 10px;
        font-weight: 300;
        color: #aaa;
    }
    
    .stake-value {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }
    
    .highlight {
        color: #14f195;
    }
    
    /* Buttons */
    
    .stake-actions {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 10px;
    }
    
    .stake-btn {
        padding: 8px 15px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
        background: #14f195;
        color: #000;
        transition: 0.3s ease;
    }
    
    .stake-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 10px #14f195;
    }
    
    .stake-btn.secondary {
        background: #ff9800;
        color: #000;
    }
    
    .stake-btn.claim {
        background: #00bcd4;
        color: #000;
    }
    /* */


    .target-cont{
       background: rgba(0, 0, 0, 0.05);
       backdrop-filter: blur(12px);
       border-radius: 20px;
       padding: 40px;
       max-width: 100%;
       margin: 20px auto;
       box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
       border: 2px solid transparent;
       text-align: center;
       position: relative;
       overflow: hidden;

    }
    
     .targetText{
       font-size: 10px;
    }

     .progress-bnb{
       font-size: 10px;

    }

    .estimate {
      display: flex;
      gap: 7px;
      margin-top:8px; 
      padding:8px;
      color: #00f7ff;
      border-radius:8px;
      background:rgba(255,255,255,0.02);
      font-weight:600;
      font-size: 12px;
      width: 100%;
    }

    .social-handles {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4 items per row */
      width: 100%;
      gap: 3px;
      justify-content: center;
}

.social-handles a {
    color: #00f7ff;
    font-size: 1.5em;
    text-align: center;
    transition: color 0.3s;
}


/* POp Up */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #111;
  color: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  max-width: 320px;
  width: 90%;
  position: relative;

}

.popup-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  background: #2AABEE;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}


.popup-btn:hover{
  background-color: #00d400;
}

.community-tg{
    height: 20px;
    width: 20px;
}


.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #111;
  border: 1px solid silver;
  color: white;
  font-size: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close-btn:hover{
    background-color: rgb(194, 40, 40);
    color: white;
}


   /* Bot Tier Section */

.botTiers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
    padding: 40px 0;
}

/* Shared star styling */
.star {
    width: 90%;
    min-height: 400px;
    padding: 30px 20px;

    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
 
    border: 1px solid goldenrod;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgb(14, 16, 74);
    color: white;
}


/* Tag */
.botTag {
    width: 140px;
    height: 30px;
    margin-top: -45px;

    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: goldenrod;
    color: #000;
    font-weight: bold;
    font-family: fantasy;
}

/* Paragraph */
.star-p {
    margin-top: 20px;
    text-align: left;
}

.botpay {
    width: 120px;              /* reduced width */
    padding: 10px 0;
    border: none;
    border-radius: 8px;

    background: linear-gradient(135deg, goldenrod, #ffcc33);
    color: #000;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;

    margin-top: auto;          /* pushes button to bottom */

    transition: all 0.3s ease;
}

.botpay:hover {
    transform: translateY(-2px);
}

/* Click effect */
.botpay:active {
    transform: scale(0.97);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

/* Optional: disabled state */
.botpay:disabled {
    background: gray;
    cursor: not-allowed;
    box-shadow: none;
}


/* Trading view */
    /* .marketSection{
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px);
        border-radius: 20px;
        max-width: 100%;
        margin: 20px auto;
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
        border: 2px solid transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
    } */

    .market-header {
    margin-bottom: 20px;
}


.tradingview-widget-container {
    width: 100%;
    height: 350px;

}

#tradingview_chart {
    width: 100% !important;
    height: 350px;
}



   }

        
           /* desktop styles */

        /* @media (min-width: 769px) {
                .team-grid, .investors-grid { grid-template-columns: 1fr; }

        } */
        


        /* Video styling */
        /* Button styling */
    /* .open-video-btn {
        background-color: #3f51b5;
        color: #fff;
        border: none;
        width: 50%;
        font-weight: bold;
        padding: 15px 25px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        box-shadow: 0px 5px 3px  2px  rgb(0, 0, 0);
        transition: background-color 0.3s;
    }


    .open-video-btn:hover {
        background-color: #6a0085;
        box-shadow: 5px 3px 4px 2px rgb(0, 0, 0);
     }

     .card-title{
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%;
     }

     .info-card {
    max-width: 400px;
    border-color: #1eff00;
    border-radius: 10px;
    box-shadow: 5px 3px 4px 2px rgb(0, 0, 0);
    }
    .info-card .card-body {
        text-align: center;
        color: black;
        background-color: #9b9b9b;
        padding: 20px;
    } */
    

        /* Modal container */
    /* .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

        /* Modal content */
    /* .modal-content {
        position: relative;
        width: 80%;
        max-width: 800px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    } */

    /* .modal-content iframe {
        width: 100%;
        height: 450px;
        border: none;
    } */

            /* Close button */
    /* .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        background: #00a50e;
        color: #eeeeee;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 1.5rem;
        cursor: pointer;
        line-height: 1;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .close-btn:hover {
        background: #df1ad5;
    }  */




  /* payment sound effect */
  #confettiCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  }


        .tip-div{
        width: 90%;
        height: auto;
        margin-left: 15px;
    }

            /* Total Users Number */

        .inner-cut {
        max-width: 100%;
        border-radius: 30px;
        display: flex;
        background-color: #00d400;
        /* background: #0f0f1e; */
        align-items: center;
        justify-content: center;
        position: absolute;
        inset: 7px;
        background: #0f0f1e;
        border-radius: 20px;
        z-index: 1;

    }


    .number-plate {
      position: relative;
      width: 70%;
      height: 200px;
      background: #0f0f1e;
      border-radius: 18px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 8px 35px -12px rgba(0,0,0,0.95);
    }

    /* === Slower, clearer single snake trail === */
    .snake-wrapper {
      position: absolute;
      inset: -5px;
      border-radius: 10px;
      overflow: hidden;
      pointer-events: none;
    }

    .snake {
      position: absolute;
      inset: -45%;
      width: 190%;
      height: 190%;
      background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 70deg,
        #00faff 78deg,     /* start of bright part */
        #00faff 125deg,    /* end of bright part — longer segment */
        #00faff33 135deg,  /* soft fade tail */
        transparent 145deg,
        transparent 360deg
      );
      opacity: 0.95;
      animation: rotate-slow 12s linear infinite;
      filter: blur(2.8px);   /* thicker, softer glow */
    }

    .inner-section {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @keyframes rotate-slow {
      to {
        transform: rotate(360deg);
      }
    }

    /* Very subtle static background glow */
    .ambient-glow {
      position: absolute;
      inset: -10px;
      border-radius: 23px;
      background: radial-gradient(circle at 50% 40%, rgba(0, 220, 255, 0.09), transparent 70%);
      opacity: 0.5;
      pointer-events: none;
    }

    /* Content */
    .n-contents {
      position: relative;
      z-index: 2;
      /* padding: 1rem 1.9rem; */
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .number {
     font-weight: bold;
     margin: 0 0 1.3rem;
     font-size: 2.8rem;
     background: linear-gradient(90deg, #00faff, #ff4ae0);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }


    .Tusersection{
     background: #0f0f1e;
     backdrop-filter: blur(12px);
     border-radius: 20px;
     padding: 40px;
     max-width: 70%;
     height: 300px;
     margin: 20px auto;
     box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
     border: 2px solid transparent;
     display: flex;
     text-align: center;
     justify-content: center;
     position: relative;
     overflow: hidden;

    }

/* POp Up */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #111;
  color: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  max-width: 320px;
  width: 90%;
  position: relative;

}

.popup-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  background: #2AABEE;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.popup-btn:hover{
  background-color: #00d400;
}

.community-tg{
    height: 20px;
    width: 20px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #111;
  border: 1px solid silver;
  color: white;
  font-size: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close-btn:hover{
    background-color: rgb(194, 40, 40);
    color: white;
}

/* Input */
.capitalModal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.capitalBox{
    border: 1px solid goldenrod;
    background-color: rgb(14, 16, 74);padding:25px;
    border-radius:14px;
    width:340px;
    text-align:center;
    color:white;
    position:relative;
}

#closeModal{
    position:absolute;
    top:10px;
    right:15px;
    font-size:24px;
    cursor:pointer;
}

#capitalInput{
    width:100%;
    padding:12px;
    margin:15px 0;
    border:none;
    border-radius:8px;
}

#proceedBuy{
    width:100%;
    padding:12px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    background-color: #029e02;
}

#proceedBuy:hover{
   background-color: #bad; 
}

   /* ============================================
   TRADING BOT DISCLAIMER — SCOPED, ZERO CONFLICTS
   ============================================ */

#botDisclaimerModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  display: none; /* ✅ Hidden by default, JS shows it */
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

#botDisclaimerModal *,
#botDisclaimerModal *::before,
#botDisclaimerModal *::after {
  box-sizing: border-box;
}

#botDisclaimerModal .d-box {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 12px;
  max-width: 680px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  color: #e2e8f0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
}

#botDisclaimerModal .d-box h2 {
  color: #f59e0b !important;
  margin: 0 0 16px 0 !important;
  font-size: 22px !important;
  text-align: center !important;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

#botDisclaimerModal .d-box .d-risk-badge {
  display: inline-block;
  background: #dc2626;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

#botDisclaimerModal .d-box p,
#botDisclaimerModal .d-box li {
  font-size: 14px;
  line-height: 1.7;
  color: #94a3b8;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  margin: 0 0 8px 0;
}

#botDisclaimerModal .d-box ul {
  margin: 12px 0;
  padding-left: 20px;
  list-style-type: disc;
}

#botDisclaimerModal .d-box li {
  margin-bottom: 8px;
}

#botDisclaimerModal .d-box strong {
  color: #f1f5f9;
  font-weight: 600;
}

#botDisclaimerModal .d-box .d-highlight {
  background: rgba(245, 158, 11, 0.1);
  border-left: 3px solid #f59e0b;
  padding: 12px 16px;
  margin: 16px 0;
  border-radius: 0 6px 6px 0;
  color: #fbbf24;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

#botDisclaimerModal .d-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

#botDisclaimerModal .d-btn {
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#botDisclaimerModal .d-btn-accept {
  background: #059669;
  color: #ffffff;
}

#botDisclaimerModal .d-btn-accept:hover {
  background: #047857;
}

#botDisclaimerModal .d-btn-decline {
  background: transparent;
  color: #94a3b8;
  border: 1px solid #475569;
}

#botDisclaimerModal .d-btn-decline:hover {
  background: #334155;
  color: #ffffff;
}
