      :root {
            --burgundy: #800020;
            --gold: #D4AF37;
            --black: #121212;
            --dark-gray: #1E1E24;
            --light: #F5F5F5;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: var(--light);
            line-height: 1.6;
            background-color: var(--black);
            /*overflow-x: hidden;*/
        }
        
        h1, h2, h3, h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--gold);
        }
        .video-card{
    width:min(800px, 100%);
    margin:0 auto;
    position:relative;
    aspect-ratio:16/9;
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    background:#000;
  }
  .video-card video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .play-btn{
    position:absolute;
    inset:0;
    margin:auto;
    width:84px; height:84px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.5);
    backdrop-filter: blur(2px);
    display:grid; place-items:center;
    font-size:2rem;
    color:var(--gold, #d4af37);
    cursor:pointer;
    transition:transform .2s ease, background .2s ease, opacity .2s ease;
  }
  .play-btn:hover{ transform:scale(1.05); background:rgba(0,0,0,.65); }
  .play-btn:active{ transform:scale(0.97); }
  .play-btn.hidden{ opacity:0; pointer-events:none; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        p.sec-head {
    color: #fff;
    margin-bottom: 25px;
}
        /* Header */
        header {
            background-color: var(--black);
            color: var(--gold);
            padding: 1rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            border-bottom: 1px solid var(--gold);
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 800;
            display: flex;
            align-items: center;
        }
        
        .logo span:first-child {
            color: var(--gold);
        }
        
        .logo span:last-child {
            color: var(--light);
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 2rem;
        }
        
        nav ul li a {
            color: var(--light);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            position: relative;
        }
        
        nav ul li a:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: var(--gold);
            left: 0;
            bottom: -5px;
            transition: width 0.3s;
        }
        
        nav ul li a:hover {
            color: var(--gold);
        }
        
        nav ul li a:hover:after {
            width: 100%;
        }
        
        /* Hero Section */
        .hero {
            padding: 8rem 0 4rem;
            background: url('/frontend/assets/images/BNR-01.jpg');
            position: relative;
            overflow: hidden;
            text-align: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            margin-top: 150px;
        }
        
        .hero-content {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .hero-video {
            margin: 2rem auto;
            max-width: 800px;
            height: 450px;
            background: linear-gradient(135deg, var(--burgundy) 0%, #600018 100%);
            border: 2px solid var(--gold);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        
        
        a.btn-one{
    text-transform: capitalize !important;
}
        .hero-video::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }
        
        .play-button {
            position: relative;
            z-index: 2;
            width: 80px;
            height: 80px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            animation: pulse 2s infinite;
        }
        
        .play-button i {
            color: var(--burgundy);
            font-size: 2rem;
            margin-left: 5px;
        }
        
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
            }
            70% {
                box-shadow: 0 0 0 20px rgba(212, 175, 55, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
            }
        }
        
        .hero-text h1 {
            font-size: 3.2rem;
            margin-bottom: 1rem;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            color: #fff;
        }
        
        .hero-subheadline {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            color: #fff;
            font-weight: 500;
        }
        .author-avatar img {
    height: 50px;
    width: 50px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #d4af37;
    position: absolute;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #d4af37;
}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 0px;
}

.swiper-pagination-bullet-active {
    background: #d4af37;
}
        .hero-text p {
            font-size: 1.4rem;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .hero-form {
            background: rgba(18, 18, 18, 0.9);
            padding: 2.5rem;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
            color: var(--light);
            border: 1px solid var(--gold);
            max-width: 500px;
            margin: 2rem auto;
        }
        
        .hero-form h3 {
            color: var(--gold);
            margin-bottom: 1.5rem;
            text-align: center;
            font-size: 1.8rem;
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: var(--gold);
        }
        
        .form-group input,
        .form-group select {
            width: 100%;
            padding: 12px 15px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid var(--burgundy);
            border-radius: 5px;
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            color: var(--light);
        }
        
        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--gold);
            box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--burgundy) 0%, #600018 100%);
            color: var(--gold);
            padding: 14px 30px;
            border: 1px solid var(--gold);
            border-radius: 5px;
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .btn-block {
            display: block;
            width: 100%;
        }
        
        .btn:hover {
            background: linear-gradient(135deg, #600018 0%, var(--burgundy) 100%);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
        }
        
        .btn-warm {
            background: linear-gradient(135deg, #ff7b00 0%, #ff5500 100%);
            color: white;
            border: 1px solid #ff7b00;
        }
        
        .btn-warm:hover {
            background: linear-gradient(135deg, #ff5500 0%, #ff7b00 100%);
            box-shadow: 0 5px 15px rgba(255, 123, 0, 0.3);
        }
        
        /* Rotation Protocol Section */
        .rotation-protocol {
            padding: 5rem 0;
            background: var(--dark-gray);
            text-align: center;
        }
        
        .protocol-container {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
            justify-content: center;
        }
        
        .protocol-animation {
            flex: 1;
            min-width: 300px;
            height: 400px;
            background: rgba(18, 18, 18, 0.7);
            border-radius: 10px;
            border: 2px solid var(--gold);
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .protocol-steps {
            flex: 1;
            min-width: 300px;
            text-align: left;
        }
        
        .protocol-step {
            margin-bottom: 2rem;
            padding: 1.5rem;
            background: rgba(128, 0, 32, 0.2);
            border-radius: 10px;
            border-left: 4px solid var(--gold);
        }
        
        .protocol-step h3 {
            color: var(--gold);
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
        }
        
        .protocol-step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            background-color: var(--burgundy);
            color: var(--gold);
            border-radius: 50%;
            font-size: 0.9rem;
            font-weight: bold;
            margin-right: 10px;
            border: 1px solid var(--gold);
        }
        
        /* Comparison Section */
        .comparison {
            padding: 5rem 0;
            background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%23121212"/><circle cx="30" cy="30" r="10" fill="%23800020"/></svg>');
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 2rem 0;
            background: rgba(18, 18, 18, 0.8);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .comparison-table th,
        .comparison-table td {
            padding: 1.5rem;
            text-align: center;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }
        
        .comparison-table th {
            background: var(--burgundy);
            color: var(--gold);
            font-size: 1.2rem;
        }
        
        .comparison-table .way-title {
            font-weight: bold;
            font-size: 1.3rem;
        }
        
        .comparison-table .old-way {
            background: rgba(200, 0, 0, 0.1);
        }
        
        .comparison-table .new-way {
            background: rgba(0, 200, 0, 0.1);
        }
        
        .comparison-table .check {
            color: #00cc00;
            font-size: 1.5rem;
        }
        
        .comparison-table .cross {
            color: #cc0000;
            font-size: 1.5rem;
        }
        
        /* Path to Sovereignty Section */
        .sovereignty-path {
            padding: 5rem 0;
            background: var(--dark-gray);
        }
        
        .path-steps {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .path-step {
            flex: 1;
            min-width: 300px;
            background: linear-gradient(145deg, rgba(18, 18, 18, 0.9), rgba(30, 30, 36, 0.9));
            padding: 2.5rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(212, 175, 55, 0.2);
            text-align: center;
            transition: transform 0.3s;
        }
        
        .path-step:hover {
            transform: translateY(-5px);
            border-color: var(--gold);
        }
        
        .path-step-icon {
            font-size: 3rem;
            color: var(--gold);
            margin-bottom: 1.5rem;
        }
        
        .path-step h3 {
            color: var(--gold);
            margin-bottom: 1rem;
            font-size: 1.5rem;
        }
        
        .path-step p {
            color: var(--light);
            line-height: 1.8;
        }
        
        /* Testimonials Section */
        .testimonials {
            padding: 5rem 0;
            background: linear-gradient(rgba(128, 0, 32, 0.8), rgba(128, 0, 32, 0.8)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23121212"/><path d="M25,25 L75,75 M75,25 L25,75" stroke="%23D4AF37" stroke-width="4"/></svg>');
            text-align: center;
        }
        
        .testimonials-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
            margin-top: 3rem;
        }
        
        .testimonial {
            background: rgba(18, 18, 18, 0.8);
            padding: 2rem;
            border-radius: 10px;
            max-width: 350px;
            border: 1px solid var(--gold);
            text-align: left;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 1.5rem;
            color: var(--light);
            position: relative;
        }
        
        .testimonial-text:before,
        .testimonial-text:after {
            content: "";
            font-size: 3rem;
            color: var(--gold);
            opacity: 0.3;
            position: absolute;
        }
        
        .testimonial-text:before {
            top: -20px;
            left: -10px;
        }
        
        .testimonial-text:after {
            content: """;
            bottom: -40px;
            right: -10px;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--burgundy);
            margin-right: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gold);
            font-weight: bold;
        }
        
        .author-details h4 {
            margin: 0;
            font-size: 1.1rem;
            color: var(--gold);
        }
        
        .author-details p {
            color: var(--light);
            font-size: 0.9rem;
        }
        
        /* Final CTA Section */
        .final-cta {
            padding: 5rem 0;
            background: linear-gradient(rgba(128, 0, 32, 0.9), rgba(128, 0, 32, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23121212"/><path d="M25,25 L75,75 M75,25 L25,75" stroke="%23D4AF37" stroke-width="4"/></svg>');
            text-align: center;
            color: var(--light);
        }
        
        .final-cta h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: var(--gold);
        }
        
        .final-cta p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 2rem;
            color: var(--light);
        }
        
        .urgency {
            background: rgba(18, 18, 18, 0.8);
            padding: 1.5rem;
            border-radius: 10px;
            border: 1px solid var(--gold);
            max-width: 600px;
            margin: 2rem auto;
        }
        
        .urgency p {
            color: var(--gold);
            font-weight: 600;
            margin: 0;
        }
        
        .benefits-list {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin: 2rem 0;
        }
        
        .benefit {
            background: rgba(212, 175, 55, 0.1);
            padding: 1rem;
            border-radius: 5px;
            border: 1px solid var(--gold);
            display: flex;
            align-items: center;
        }
        a.btn.btn-warm {
    margin-top: -20px;
}
        
        .benefit i {
            color: var(--gold);
            margin-right: 0.5rem;
            font-size: 1.2rem;
        }
        
        /* FAQ Section */
        .faq {
            padding: 5rem 0;
            background: var(--black);
        }
        
        .faq-item {
            margin-bottom: 1.5rem;
            background: rgba(18, 18, 18, 0.8);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .faq-question {
            padding: 1.5rem;
            background: var(--burgundy);
            color: var(--gold);
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-answer {
            padding: 1.5rem;
            color: var(--light);
            border-top: 1px solid rgba(212, 175, 55, 0.2);
        }
        
        /* Footer */
        footer {
            background-color: var(--black);
            color: var(--light);
            padding: 3rem 0 1rem;
            border-top: 1px solid var(--burgundy);
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 2rem;
        }
        
        .footer-logo {
            flex: 1;
            min-width: 250px;
            margin-bottom: 2rem;
        }
        
        .footer-logo p {
            margin-top: 1rem;
            color: var(--light);
        }
        
        .footer-links {
            flex: 1;
            min-width: 250px;
            margin-bottom: 2rem;
        }
        
        .footer-links h4 {
            margin-bottom: 1.5rem;
            color: var(--gold);
            font-size: 1.2rem;
        }
        
        .footer-links ul {
            list-style: none;
        }
        
        .footer-links ul li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links ul li a {
            color: var(--light);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links ul li a:hover {
            color: var(--gold);
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(212, 175, 55, 0.2);
        }
        
        .footer-bottom p {
            color: var(--light);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero-text h1 {
                font-size: 2.5rem;
            }
            
            .hero-subheadline {
                font-size: 1.2rem;
            }
            
            nav ul {
                display: none;
            }
            
            .mobile-menu-btn {
                display: block;
                font-size: 1.5rem;
                color: var(--light);
                background: none;
                border: none;
                cursor: pointer;
            }
            
            .protocol-animation {
                height: 300px;
            }
            
            .comparison-table {
                display: block;
                overflow-x: auto;
            }
        }