/* RESET & BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    background-color: #0B0020;
    color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.energy-brenqa-8452-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.energy-brenqa-8452-header-top {
    background: #0B0020;
    border-bottom: 2px solid #B98CFF;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.3);
}

.energy-brenqa-8452-container-hdr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.energy-brenqa-8452-logo-text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #B98CFF;
    text-transform: uppercase;
    text-shadow: 0 0 10px #B98CFF;
}

.energy-brenqa-8452-nav-links {
    display: flex;
    gap: 20px;
}

.energy-brenqa-8452-nav-item {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: color 0.3s;
}

.energy-brenqa-8452-nav-item:hover {
    color: #B98CFF;
}

.energy-brenqa-8452-menu-checkbox, .energy-brenqa-8452-menu-btn {
    display: none;
}

/* HERO SECTION */
.energy-brenqa-8452-hero-block {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.energy-brenqa-8452-container-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.energy-brenqa-8452-hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.energy-brenqa-8452-hero-img-col {
    flex: 1 1 500px;
    position: relative;
}

.energy-brenqa-8452-img-hero {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #B98CFF;
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.4);
    object-fit: cover;
}

.energy-brenqa-8452-hero-mini-gallery {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.energy-brenqa-8452-mini-img {
    width: calc(33.33% - 7px);
    border-radius: 10px;
    border: 1px solid #B98CFF;
}

.energy-brenqa-8452-hero-txt-col {
    flex: 1 1 400px;
}

.energy-brenqa-8452-h1-main {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #B98CFF;
    text-shadow: 0 0 15px rgba(185, 140, 255, 0.5);
}

.energy-brenqa-8452-sub-h1 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #E0B0FF;
}

.energy-brenqa-8452-p-desc {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ccc;
}

.energy-brenqa-8452-btn-cta {
    display: inline-block;
    background: #B98CFF;
    color: #0B0020;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: 0 0 20px #B98CFF;
    transition: transform 0.3s, box-shadow 0.3s;
}

.energy-brenqa-8452-btn-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px #B98CFF;
}

.energy-brenqa-8452-uv-divider {
    height: 4px;
    background: linear-gradient(90deg, transparent, #B98CFF, transparent);
    margin-top: 50px;
}

/* SECTION HEADINGS */
.energy-brenqa-8452-h2-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #B98CFF;
    text-transform: uppercase;
}

/* AUDIENCE SECTION */
.energy-brenqa-8452-audience-block {
    padding: 80px 0;
    background: #110029;
}

.energy-brenqa-8452-intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 18px;
}

.energy-brenqa-8452-audience-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.energy-brenqa-8452-aud-item {
    flex: 1 1 250px;
    background: #1e0040;
    padding: 20px;
    border-radius: 15px;
    border-left: 4px solid #B98CFF;
    transition: background 0.3s;
}

.energy-brenqa-8452-aud-item:hover {
    background: #2a005c;
}

.energy-brenqa-8452-aud-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.energy-brenqa-8452-aud-item h3 {
    margin-bottom: 10px;
    color: #B98CFF;
}

.energy-brenqa-8452-price-tag {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #B98CFF;
}

.energy-brenqa-8452-check-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    list-style: none;
    margin-top: 40px;
}

.energy-brenqa-8452-check-list li {
    background: rgba(185, 140, 255, 0.1);
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    padding-left: 40px;
}

.energy-brenqa-8452-check-list li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    color: #B98CFF;
    font-weight: bold;
}

/* PRICE BLOCK */
.energy-brenqa-8452-price-block {
    padding: 100px 0;
}

.energy-brenqa-8452-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.energy-brenqa-8452-price-card {
    flex: 1 1 300px;
    max-width: 380px;
    background: #150030;
    border: 1px solid rgba(185, 140, 255, 0.3);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.energy-brenqa-8452-price-card.energy-brenqa-8452-popular {
    border: 2px solid #B98CFF;
    transform: scale(1.05);
    background: #1a003d;
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.2);
}

.energy-brenqa-8452-badge {
    background: #B98CFF;
    color: #0B0020;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    align-self: center;
    margin-bottom: 15px;
}

.energy-brenqa-8452-amount {
    font-size: 36px;
    font-weight: 800;
    margin: 20px 0;
    color: #B98CFF;
}

.energy-brenqa-8452-price-ul {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.energy-brenqa-8452-price-ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.energy-brenqa-8452-price-ul li::before {
    content: "•";
    color: #B98CFF;
    position: absolute;
    left: 0;
}

.energy-brenqa-8452-btn-price, .energy-brenqa-8452-btn-price-active {
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.energy-brenqa-8452-btn-price {
    border: 2px solid #B98CFF;
    color: #B98CFF;
}

.energy-brenqa-8452-btn-price-active {
    background: #B98CFF;
    color: #0B0020;
}

.energy-brenqa-8452-quick-links {
    margin-top: 20px;
    font-size: 12px;
}

.energy-brenqa-8452-quick-links a {
    color: #E0B0FF;
    text-decoration: none;
}

/* BENEFITS */
.energy-brenqa-8452-benefits-block {
    padding: 80px 0;
    background: #0B0020;
}

.energy-brenqa-8452-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.energy-brenqa-8452-benefits-txt {
    flex: 1 1 500px;
}

.energy-brenqa-8452-benefits-img {
    flex: 1 1 400px;
}

.energy-brenqa-8452-img-fluid {
    width: 100%;
    border-radius: 20px;
}

.energy-brenqa-8452-benefit-list {
    list-style: none;
    margin-top: 25px;
}

.energy-brenqa-8452-benefit-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.energy-brenqa-8452-benefit-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #B98CFF;
    font-weight: bold;
}

/* QUOTE BLOCK */
.energy-brenqa-8452-quote-block {
    padding: 100px 0;
    background: linear-gradient(180deg, #0B0020, #150030);
    text-align: center;
}

.energy-brenqa-8452-main-quote {
    font-size: 28px;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto 30px;
    color: #E0B0FF;
}

.energy-brenqa-8452-author {
    margin-bottom: 40px;
}

.energy-brenqa-8452-details-list {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    background: rgba(185, 140, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
}

.energy-brenqa-8452-summary-item {
    cursor: pointer;
    font-weight: bold;
    color: #B98CFF;
    padding: 10px 0;
}

.energy-brenqa-8452-inner-ul {
    padding: 15px 20px;
    list-style: square;
}

/* EXTRA TEXT SECTIONS */
.energy-brenqa-8452-text-extra, .energy-brenqa-8452-text-extra-alt {
    padding: 80px 0;
}

.energy-brenqa-8452-text-extra-alt {
    background: #110029;
}

.energy-brenqa-8452-text-extra p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #ddd;
}

.energy-brenqa-8452-glitch-divider {
    height: 2px;
    background: #B98CFF;
    margin: 30px 0;
    box-shadow: 2px 2px 0 #ff00ff, -2px -2px 0 #00ffff;
}

/* FAQ */
.energy-brenqa-8452-faq-block {
    padding: 80px 0;
}

.energy-brenqa-8452-faq-item {
    background: #150030;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(185, 140, 255, 0.2);
}

.energy-brenqa-8452-faq-item summary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #B98CFF;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.energy-brenqa-8452-faq-item summary::after {
    content: "+";
    font-size: 24px;
}

.energy-brenqa-8452-faq-item[open] summary::after {
    content: "-";
}

.energy-brenqa-8452-faq-ans {
    padding: 0 20px 20px;
    color: #ccc;
}

/* FORM */
.energy-brenqa-8452-form-block {
    padding: 100px 0;
    background: #0B0020;
}

.energy-brenqa-8452-form-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.energy-brenqa-8452-main-form {
    max-width: 600px;
    margin: 0 auto;
    background: #150030;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #B98CFF;
}

.energy-brenqa-8452-form-group {
    margin-bottom: 20px;
}

.energy-brenqa-8452-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #B98CFF;
}

.energy-brenqa-8452-form-group input, .energy-brenqa-8452-form-group textarea {
    width: 100%;
    padding: 12px;
    background: #0B0020;
    border: 1px solid rgba(185, 140, 255, 0.5);
    border-radius: 8px;
    color: #fff;
    outline: none;
}

.energy-brenqa-8452-form-group input:focus {
    border-color: #B98CFF;
    box-shadow: 0 0 10px rgba(185, 140, 255, 0.3);
}

.energy-brenqa-8452-checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.energy-brenqa-8452-btn-submit {
    width: 100%;
    padding: 15px;
    background: #B98CFF;
    border: none;
    border-radius: 10px;
    color: #0B0020;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0 15px #B98CFF;
    transition: 0.3s;
}

.energy-brenqa-8452-btn-submit:hover {
    box-shadow: 0 0 30px #B98CFF;
    transform: translateY(-2px);
}

/* FOOTER */
.energy-brenqa-8452-footer-bottom {
    background: #050010;
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #B98CFF;
}

.energy-brenqa-8452-footer-copy {
    margin-bottom: 10px;
    font-size: 14px;
}

.energy-brenqa-8452-footer-email {
    margin-bottom: 30px;
}

.energy-brenqa-8452-footer-email a {
    color: #B98CFF;
    text-decoration: none;
}

.energy-brenqa-8452-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.energy-brenqa-8452-footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
}

.energy-brenqa-8452-footer-links a:hover {
    color: #B98CFF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .energy-brenqa-8452-hero-grid, .energy-brenqa-8452-benefits-grid {
        flex-direction: column;
    }
    .energy-brenqa-8452-price-card.energy-brenqa-8452-popular {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .energy-brenqa-8452-nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0B0020;
        padding: 20px;
        border-bottom: 2px solid #B98CFF;
    }
    .energy-brenqa-8452-menu-checkbox:checked ~ .energy-brenqa-8452-nav-links {
        display: flex;
    }
    .energy-brenqa-8452-menu-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    .energy-brenqa-8452-menu-btn span {
        width: 25px;
        height: 3px;
        background: #B98CFF;
    }
    .energy-brenqa-8452-h1-main {
        font-size: 32px;
    }
}