/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #060708;
    color: #f1f1f1;
    line-height: 1.6;
    scroll-behavior: smooth;
}

.qorivaBfCont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
.qorivaBfH1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.qorivaBfH2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.qorivaBfH2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FFC55E;
    box-shadow: 0 0 10px #FFC55E;
}

.qorivaBfH3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.qorivaBfH4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #FFC55E;
}

.qorivaBfAmber {
    color: #FFC55E;
}

.qorivaBfTxt {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #ccc;
}

.qorivaBfSub {
    font-size: 1.3rem;
    color: #FFC55E;
    margin-bottom: 20px;
    font-weight: 500;
}

.qorivaBfTxtCent {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
}

/* Header */
.qorivaBfHdr {
    background-color: #060708;
    border-bottom: 2px solid #FFC55E;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.qorivaBfFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qorivaBfLogo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FFC55E;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.qorivaBfUl {
    list-style: none;
    display: flex;
}

.qorivaBfLi {
    margin-left: 25px;
}

.qorivaBfLink {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.qorivaBfLink:hover {
    color: #FFC55E;
    text-shadow: 0 0 8px #FFC55E;
}

/* Hero Section */
.qorivaBfHero {
    padding: 80px 0;
}

.qorivaBfGrid2 {
    display: flex;
    gap: 40px;
    align-items: center;
}

.qorivaBfHeroImgCol, .qorivaBfHeroTxtCol {
    flex: 1;
}

.qorivaBf3Photos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qorivaBfPhotoWrap {
    border: 1px solid #333;
    padding: 10px;
    background: #0d0e10;
    border-radius: 4px;
}

.qorivaBfImg {
    width: 100%;
    display: block;
    border-radius: 2px;
    object-fit: cover;
}

.qorivaBfImgDesc {
    font-size: 0.85rem;
    margin-top: 8px;
    color: #888;
    text-align: center;
}

.qorivaBfBtnMain {
    display: inline-block;
    padding: 15px 35px;
    background-color: #FFC55E;
    color: #060708;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.4s;
    border: 2px solid #FFC55E;
    margin-top: 20px;
}

.qorivaBfBtnMain:hover {
    background-color: transparent;
    color: #FFC55E;
    box-shadow: 0 0 20px #FFC55E;
}

/* Quote Section */
.qorivaBfQuote {
    padding: 100px 0;
    background: linear-gradient(180deg, #060708 0%, #0d0e10 100%);
}

.qorivaBfQuoteBox {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.qorivaBfBlockQ {
    font-size: 1.8rem;
    font-style: italic;
    color: #eee;
    margin-bottom: 25px;
    position: relative;
    padding: 0 40px;
}

.qorivaBfBlockQ::before {
    content: '“';
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 5rem;
    color: #FFC55E;
    opacity: 0.3;
}

.qorivaBfAuthor {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFC55E;
}

.qorivaBfListDrop {
    margin-top: 50px;
    text-align: left;
    background: #060708;
    padding: 30px;
    border: 1px solid #FFC55E;
}

.qorivaBfUlList {
    list-style: none;
}

.qorivaBfLiItem {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.qorivaBfLiItem::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #FFC55E;
}

/* Target Section */
.qorivaBfTarget {
    padding: 100px 0;
}

.qorivaBfGrid3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.qorivaBfTCard {
    flex: 1 1 calc(33.333% - 20px);
    background: #0d0e10;
    padding: 40px;
    border-radius: 8px;
    border-bottom: 3px solid #333;
    transition: 0.3s;
}

.qorivaBfTCard:hover {
    border-bottom-color: #FFC55E;
    transform: translateY(-5px);
}

.qorivaBfTCardIcon {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255, 197, 94, 0.1);
    margin-bottom: -20px;
}

.qorivaBfLineDeco {
    height: 1px;
    background: linear-gradient(90deg, transparent, #FFC55E, transparent);
    margin: 40px 0;
}

/* Benefits */
.qorivaBfBenefits {
    padding: 100px 0;
    background-color: #0d0e10;
}

.qorivaBfFlexRev {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: center;
}

.qorivaBfBenImgCol, .qorivaBfBenTxtCol {
    flex: 1;
}

.qorivaBfUlCheck {
    list-style: none;
    margin-top: 30px;
}

.qorivaBfCheckItem {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    font-size: 1.1rem;
}

.qorivaBfCheckItem::before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: #FFC55E;
    color: #060708;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

/* Pricing */
.qorivaBfPrice {
    padding: 100px 0;
}

.qorivaBfGrid4 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.qorivaBfPCard {
    flex: 1 1 calc(25% - 20px);
    background: #0d0e10;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid #222;
}

.qorivaBfFeatured {
    border: 2px solid #FFC55E;
    transform: scale(1.05);
    z-index: 2;
}

.qorivaBfPTag {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #FFC55E;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.qorivaBfPPrice {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 20px 0;
}

.qorivaBfOld {
    font-size: 1rem;
    text-decoration: line-through;
    color: #666;
    margin-right: 10px;
}

.qorivaBfPList {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.qorivaBfPList li {
    padding: 8px 0;
    border-bottom: 1px solid #222;
    font-size: 0.9rem;
    color: #aaa;
}

.qorivaBfBtnSec {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #FFC55E;
    color: #FFC55E;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.qorivaBfBtnSec:hover {
    background: #FFC55E;
    color: #060708;
}

/* Text Sections */
.qorivaBfTextSect {
    padding: 80px 0;
}

.qorivaBfDark {
    background: #0d0e10;
}

.qorivaBfTxtWrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* FAQ */
.qorivaBfFaq {
    padding: 100px 0;
}

.qorivaBfFaqList {
    max-width: 800px;
    margin: 0 auto;
}

.qorivaBfDetails {
    background: #0d0e10;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.qorivaBfSum {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFC55E;
}

.qorivaBfSum::after {
    content: '+';
    font-size: 1.5rem;
}

.qorivaBfDetails[open] .qorivaBfSum::after {
    content: '-';
}

.qorivaBfAns {
    padding: 0 20px 20px;
    color: #ccc;
}

/* Form */
.qorivaBfForm {
    padding: 100px 0;
    background: linear-gradient(0deg, #0d0e10 0%, #060708 100%);
}

.qorivaBfFormInner {
    max-width: 600px;
    margin: 0 auto;
    background: #060708;
    padding: 50px;
    border: 1px solid #333;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.qorivaBfFormGrp {
    margin-bottom: 20px;
}

.qorivaBfLabel {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #888;
}

.qorivaBfInput, .qorivaBfTextarea {
    width: 100%;
    background: #0d0e10;
    border: 1px solid #333;
    padding: 12px;
    color: #fff;
    border-radius: 4px;
    outline: none;
}

.qorivaBfInput:focus, .qorivaBfTextarea:focus {
    border-color: #FFC55E;
}

.qorivaBfTextarea {
    height: 120px;
    resize: none;
}

.qorivaBfCheckGrp {
    margin: 20px 0;
    font-size: 0.85rem;
    color: #aaa;
}

.qorivaBfCheckGrp a {
    color: #FFC55E;
}

.qorivaBfBtnSubmit {
    width: 100%;
    padding: 15px;
    background: #FFC55E;
    border: none;
    color: #060708;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.qorivaBfBtnSubmit:hover {
    box-shadow: 0 0 15px #FFC55E;
}

/* Footer */
.qorivaBfFtr {
    background: #060708;
    padding: 60px 0 30px;
    border-top: 1px solid #222;
}

.qorivaBfFtrMain {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.qorivaBfFtrCopy {
    text-align: center;
    border-top: 1px solid #222;
    padding-top: 30px;
    color: #666;
    font-size: 0.9rem;
}

.qorivaBfFtrLinks {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.qorivaBfFtrLinks a {
    color: #444;
    text-decoration: none;
    font-size: 0.8rem;
    transition: 0.3s;
}

.qorivaBfFtrLinks a:hover {
    color: #FFC55E;
}

/* Responsive */
.qorivaBfBurger, .qorivaBfToggle {
    display: none;
}

@media (max-width: 992px) {
    .qorivaBfGrid2, .qorivaBfFlexRev {
        flex-direction: column;
    }
    .qorivaBfGrid4 .qorivaBfPCard {
        flex: 1 1 calc(50% - 20px);
    }
    .qorivaBfFeatured {
        transform: none;
    }
}

@media (max-width: 768px) {
    .qorivaBfNav {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #060708;
        transition: 0.4s;
        z-index: 999;
    }
    .qorivaBfUl {
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    .qorivaBfLi {
        margin: 15px 0;
    }
    .qorivaBfBurger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    .qorivaBfBurger span {
        width: 30px;
        height: 3px;
        background: #FFC55E;
    }
    .qorivaBfToggle:checked ~ .qorivaBfNav {
        left: 0;
    }
    .qorivaBfH1 {
        font-size: 2.2rem;
    }
    .qorivaBfTCard {
        flex: 1 1 100%;
    }
    .qorivaBfGrid4 .qorivaBfPCard {
        flex: 1 1 100%;
    }
}