body {
    background: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden;
}
.binance-widget__footer__powered-by {
    display: none !important;
}
.red-navbar {
    padding: 18px 0;
    transition: 0.3s ease;
    background: transparent;
}
.red-navbar.scrolled {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 30px rgba(0,0,0,0.6);
}
.navbar-brand span {
    color: #fff;
    font-weight: 600;
}
.navbar-brand strong {
    color: #ff003c;
}
.nav-link {
    color: #fff !important;
    margin-left: 20px;
    position: relative;
    transition: 0.3s;
}
.nav-link:hover {
    color: #ff003c !important;
}
.nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff003c;
    transition: 0.3s;
}
.nav-link:hover::after {
    width: 100%;
}
.red-btn-small {
    display: inline-block;
    background: linear-gradient(135deg, #ff003c, #8b0000);
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    border: none;
}
.red-btn-small:hover {
    box-shadow: 0 0 15px rgba(255, 0, 60, 0.7);
}
.hero {
    min-height: 100vh;
        background: radial-gradient(circle at 78% 25%, rgba(255, 0, 60, 20%), transparent 40%), 
        radial-gradient(circle at 69% 63%, rgb(255 243 0 / 20%), transparent 35%), 
        linear-gradient(180deg, #000 50%, #000 80%, #000 100%);
    position: relative;
}
.grid-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) perspective(1000px) rotateX(75deg);
    transform-origin: bottom center;
    width: 200%;
    height: 73%;
    background-image:
        linear-gradient(rgba(255, 0, 60, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 60, 0.35) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.9;
    mask-image: linear-gradient(to top, black 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 55%, transparent 100%);
}
.grid-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 0, 60, 0.7);
    box-shadow: 0 0 20px rgba(255, 0, 60, 0.8);
}
.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff003c, #8b0000);
    display: flex;
    font-style: italic;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(255, 0, 60, 0.6);
}
.logo strong {
    color: #ff003c;
}
.hero-title {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
}
@media (max-width: 992px) {
    .hero-title { font-size: 38px; }
}
@media (max-width: 576px) {
    .hero-title { font-size: 26px; }
}
.red-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff003c, #8b0000);
    padding: 16px 40px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 0 25px rgba(255, 0, 60, 0.5);
    border: none;
}
.red-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 35px rgba(255, 0, 0, 0.8);
}
.disclaimer {
    font-size: 14px;
    color: #aaa;
}
.disclaimer span {
    color: #ff003c;
    text-decoration: underline;
}
.hero-right {
    position: relative;
}
.phone-img {
    width: 460px;
    max-width: 100%;
    transform: rotate(-8deg);
    filter: drop-shadow(0 40px 80px rgba(255, 0, 60, 0.2));
    position: relative;
    z-index: 3;
}
.floating-icon {
    position: absolute;
    width: 75px;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.7));
    z-index: 5;
}
.coin-1 { top: 30%; left: 12%; animation-delay: 0s; }
.coin-2 { bottom: 30%; left: 8%; animation-delay: 1s; }
.coin-3 { bottom: 41%; right: 10%; animation-delay: 1.5s; }
.coin-4 { bottom: 27%; right: 5%; animation-delay: 2s; }
.coin-5 { bottom: 18%; right: 18%; animation-delay: 3s; }

@keyframes float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0px); }
}
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

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

@media (max-width: 991px) {

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        padding: 20px;
        border-radius: 12px;
        margin-top: 15px;
    }

    .nav-link {
        margin: 10px 0;
    }

    .red-btn-small {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {

    .hero {
        padding-top: 80px;
        min-height: auto;
        text-align: center;
    }

    .row.min-vh-100 {
        min-height: auto !important;
    }

    .hero-left {
        margin-bottom: 50px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.25;
    }

    .red-btn {
        padding: 14px 30px;
        font-size: 14px;
    }

}

@media (max-width: 768px) {

    .phone-img {
        width: 320px;
        transform: rotate(-5deg);
    }
    .hero-2 {
        padding: 10px;
    }

}

@media (max-width: 768px) {

    .floating-icon {
        width: 45px;
        opacity: 0.7;
    }

    .coin-1 { top: 25%; left: 10%; }
    .coin-2 { bottom: 32%; left: 6%; }
    .coin-3 { bottom: 20%; right: 15%; }
    .coin-4 { top: 46%; right: 7%; }
    .coin-5 { top: 60%; right: 5%; }

}

@media (max-width: 768px) {

    .grid-overlay {
        height: 50%;
        background-size: 50px 50px;
        transform: translateX(-50%) perspective(800px) rotateX(70deg);
        opacity: 0.5;
    }

    .hero {
        min-height: 100vh;
            background: radial-gradient(circle at 64% 57%, rgba(255, 0, 60, 20%), transparent 40%), 
            radial-gradient(circle at 49% 84%, rgb(255 243 0 / 20%), transparent 35%), 
            linear-gradient(180deg, #000 50%, #000 80%, #000 100%);
        position: relative;
    }

}

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    background: none;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

.navbar-toggler-icon::before {
    top: 0;
}

.navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon::after {
    bottom: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 50%;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 50%;
}
@media (max-width: 991px) {
    .navbar-collapse .red-btn-small {
        display: inline-block; 
        width: auto;
        padding: 10px 16px;
        font-size: 13px;
        margin-top: 10px;
    }
}

.crypto-section {
    background: #fff;
    color: #000;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 22px;
}

.section-title .highlight {
    color: #ff003c; 
}

.crypto-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.crypto-card:hover {
    transform: translateY(-5px);
}

.crypto-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 24px;
}

.crypto-icon.bitcoin { background: #f7931a; }
.crypto-icon.ethereum { background: #f0f3fa; }
.crypto-icon.xrp { background:#a9acb6; }
.crypto-icon.solana { background: #181c1f; }
.crypto-icon.dogecoin { background: #d69a00; }
.crypto-icon.cardano { background: #e40001; }

.crypto-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.crypto-price {
    font-size: 18px;
    margin-bottom: 5px;
}

.crypto-change.red {
    color: #ff003c;
    font-size: 14px;
}
.crypto-change.green {
    color: #42bc92;
    font-size: 14px;
}

@media (max-width: 992px) {
    .section-title {
        font-size: 26px;
    }
    .section-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
    }
    .section-subtitle {
        font-size: 16px;
    }
}

.crypto-screen {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.crypto-screen img {
  width: 100%;
  display: block;
}

.hero-2 {
    background: radial-gradient(circle at 15% 55%, rgba(255 0 115/ 15%), transparent 50%),
                radial-gradient(circle at 90% 28%, rgba(255 165 0/ 15%), transparent 50%),
                #000;
    display: flex;
    align-items: center;
}

.trading-section {
    padding: 80px 0;
}
.trading-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trading-subtitle {
    font-size: 28px;
    color: #ff003c;
    font-weight: 600;
}

.global-section {
    padding: 80px 0;
}
.global-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
}
.global-card {
    border: 1px solid #dadbe2;
    border-radius: 30px;
    padding: 40px;
    transition: 0.3s ease;
}

.global-card:hover {
    transform: translateY(-5px);
}
.global-icon {
    width: 50px;
    min-width: 50px;
}

.global-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
}
.global-card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.global-card-text {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
}
.security-section {
    padding: 80px 0;
}

.security-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
}
.security-card {
    background-color: #f4f4f6;
    border-radius: 30px;
    padding: 40px;
    transition: 0.3s ease;
}

.security-card:hover {
    transform: translateY(-5px);
}

.security-icon {
    width: 80px;
    min-width: 80px;
}

.security-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
}
.security-card-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.security-card-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
}

@media (max-width: 768px) {
    .hero-2 {
        background: radial-gradient(circle at 10% 69%, rgba(255 0 115/ 15%), transparent 50%),
                    radial-gradient(circle at 90% 55%, rgba(255 165 0/ 15%), transparent 50%),
                    #000;
        display: flex;
        align-items: center;
    }

    .trading-section {
        padding: 20px 0;
    }
    .security-section {
        padding: 50px 0;
    }

    .security-card {
        padding: 25px;
        border-radius: 20px;
    }

    .security-title {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .trading-subtitle {
        font-size: 22px;
    }

    .security-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .security-card-text {
        font-size: 16px;
        line-height: 22px;
    }

    .security-icon {
        width: 60px;
        min-width: 60px;
    }
}

.support-section {
    padding: 20px 0;
}

.support-animation {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-stack {
    position: relative;
    width: 320px;
    height: 400px;
}

.chat-card {
    position: absolute;
    width: 100%;
    transform: translateY(60px);
    transition: all 0.6s ease-out;
}

.chat-card.show {
    opacity: 1;
    transform: translateY(0);
}

.chat-card-1 { top: 0; left: 40px; z-index: 3; }
.chat-card-2 { top: 130px; left: -70px; z-index: 2; }
.chat-card-3 { top: 280px; left: 40px; z-index: 1; }

.support-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

.support-title span {
    color: #ff003c;
}

.support-text {
    font-size: 22px;
    color: #555;
    margin-left: 0;
}

@media (max-width: 768px) {

    .support-section {
        padding: 50px 0;
    }

    .support-animation {
        height: 350px;
    }

    .chat-stack {
        width: 300px;
        height: 320px;
    }
    .chat-card-1 { top: -60px; left: 40px; }
    .chat-card-2 { top: 70px; left: -40px; }
    .chat-card-3 { top: 220px; left: 40px; }

    .support-title {
        font-size: 24px;
    }

    .support-text {
        font-size: 16px;
    }
}

.footer-payment-social {
    background-color: #f8f9fb;
    color: #555;
    font-size: 14px;
}

.footer-payment-social img {
    display: block;
}

.footer-payment-social a img {
    transition: transform 0.3s ease;
}

.footer-payment-social a:hover img {
    transform: scale(1.1);
}

.footer-payment-social .footer-copyright {
    font-size: 14px;
    color: #555;
}

.footer-brand span {
    color: #000000;
    font-weight: 600;
}
.footer-brand strong {
    color: #ff003c;
}

.footer-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff003c, #8b0000);
    display: flex;
    color: #fff;
    font-style: italic;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(255, 0, 60, 0.6);
}

@media (max-width: 768px) {
    .footer-payment-social .row {
        text-align: center;
    }
    .footer-payment-social .col-auto {
        justify-content: center !important;
        margin-bottom: 15px;
    }
}

.rs-modal {
    background: radial-gradient(circle at 13% 69%, rgba(255, 0, 149, 0.2), transparent 60%),
                radial-gradient(circle at 90% 33%, rgba(255, 0, 21, 0.25), transparent 50%),
                #000 !important;
    border-radius: 20px !important;
    padding: 30px 20px !important;
    color: #fff !important;
}

.rs-modal .modal-header {
    border-bottom: none !important;
    justify-content: center !important;
}

.rs-modal .form-label {
    display: flex;
}

.rs-modal input {
    width: 100% !important;
    padding: 15px 20px !important;
    margin-bottom: 20px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    color: #000 !important;
    font-size: 16px !important;
}

.rs-modal input::placeholder {
    color: #999 !important;
}

.rs-btn-submit:hover {
    background-color: #ff1c1c !important;
    transform: translateY(-2px) !important;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
    background-color: #000 !important;
}