:root {
    --brand-yellow: #ffc107;
    --brand-yellow: #feca00;
    --dark-bg: #12151c;
    --dark-bg-header: #0d0f14;
    --dark-blue-section: #0c1831;
}

body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
}

.brand-yellow {
    color: var(--brand-yellow) !important;
}

.bg-warning {
    background-color: var(--brand-yellow) !important;
}

.tracking-tight {
    letter-spacing: -1px;
}

.line-height-1 {
    line-height: 1;
}

.fs-sm {
    font-size: 0.85rem;
}

.font-small {
    font-size: 0.75rem;
}

.flip-horizontal {
    transform: scaleX(-1);
}

/* ==============================
   Header Section
   ============================== */
.top-header {
    background-color: var(--dark-bg-header);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.badge-separator {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* ==============================
   Hero Section
   ============================== */
.hero-section {
    background: linear-gradient(135deg, var(--dark-bg) 0%, #1a1e27 100%);
    background-image: url('https://tronexs.com/public/images/norton_ads_banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-features {
    font-size: 1.05rem;
}

.hero-features .icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 0.8rem;
}

.btn-cta {
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #28a745;
    border-radius: 50%;
    margin-right: 5px;
}

.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.hero-image-wrapper {
    position: relative;
}

.reseller-badge-overlay {
    backdrop-filter: blur(5px);
    background-color: rgba(18, 21, 28, 0.9) !important;
}

/* ==============================
   About Us Section
   ============================== */
.about-section .about-info ul {
    list-style-type: none;
    margin-bottom: 0px !important;
}

.about-section .about-info ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
}

.about-section .about-info ul li:last-child {
    margin-bottom: 0px !important;
}

.about-section .about-info ul li i {
    color: var(--dark-bg);
    font-size: 15px;
    background: var(--brand-yellow);
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    text-align: center;
    line-height: normal;
}

/* ==============================
   Services Section
   ============================== */
.section-title {
    color: #111;
}

.title-underline {
    width: 60px;
    height: 4px;
    background-color: var(--brand-yellow);
    margin: 10px auto 0;
    border-radius: 2px;
}

.service-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
}

/* ==============================
   Why Choose Us Section
   ============================== */
.why-choose-us {
    background: radial-gradient(circle at 50% 0%, #152541 0%, var(--dark-blue-section) 100%);
    position: relative;
}

.line-decorator {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(254, 202, 0, 0.5), transparent);
}

.feature-icon {
    font-size: 3rem;
    filter: drop-shadow(0 0 10px rgba(254, 202, 0, 0.3));
}

/* ==============================
   Trust Badges
   ============================== */
.trust-badges .logo {
    opacity: 0.8;
}

.trust-badges .trust-badge {
    opacity: 0.9;
    font-size: 0.85rem;
}

/* ==============================
   Footer CTA
   ============================== */
.footer-cta {
    background-color: #f8f9fa;
}

.footer-cta .bg-warning {
    background: radial-gradient(circle, #ffd600 0%, #feca00 100%);
}

.footer-cta .btn-dark {
    background-color: #1a1a1a;
    border: none;
}

.footer-cta .btn-dark:hover {
    background-color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* ==============================
   Responsive Adjustments
   ============================== */
@media (max-width: 991px) {
    .btn-cta {
        font-size: 0.9rem;
    }

    .btn-cta span:last-child {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center !important;
    }

    .hero-features {
        display: inline-block;
        text-align: left;
    }

    .reseller-badge-overlay {
        position: relative !important;
        inset: auto !important;
        margin: 20px auto 0 !important;
        width: fit-content;
    }
}


@media (max-width: 576px) {
    .top-header {
        border-bottom: 1px solid #fff !important;
    }

    .hero-section {
        /* background-image: none; */
        background: linear-gradient(135deg, var(--dark-bg) 0%, #1a1e27 100%);
        background-image: radial-gradient(circle at 80% 50%, rgba(254, 202, 0, 0.15) 0%, transparent 50%), linear-gradient(135deg, var(--dark-bg) 0%, #1a1e27 100%);

    }

    .hero-section h1 {
        font-size: 30px !important;
    }

    .hero-section .cta-wrapper a span.bg-warning {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .reseller-badge-overlay {
        bottom: 50px !important;
    }

    .about-section .about-info h4,
    .services-section h2,
    .why-choose-us h2 {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .about-section .about-info ul {
        padding-left: 0px !important;
    }

    .about-section .about-info ul li {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .services-section .service-card h4,
    .why-choose-us .feature-item h5 {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .services-section .service-card p,
    .why-choose-us .feature-item p {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
    }

    .footer-cta h2 {
        font-size: 22px !important;

    }

    .footer-cta p {
        font-size: 17px !important;
    }

    .footer-cta a {
        font-size: 20px !important;
        padding: 15px 30px !important;
    }
}