/* GENERAL RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.qasmera-softhinge-9930-body-main {
    background-color: #0B0020;
    color: #FFFFFF;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADER STYLES */
.qasmera-softhinge-9930-header-wrapper {
    background-color: #0B0020;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(185, 140, 255, 0.2);
}

.qasmera-softhinge-9930-header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.qasmera-softhinge-9930-header-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #B98CFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.qasmera-softhinge-9930-nav-toggle {
    display: none;
}

.qasmera-softhinge-9930-nav-icon {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
}

.qasmera-softhinge-9930-nav-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #B98CFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.qasmera-softhinge-9930-nav-icon::before,
.qasmera-softhinge-9930-nav-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #B98CFF;
    position: absolute;
    transition: 0.3s;
}

.qasmera-softhinge-9930-nav-icon::before { top: 0; }
.qasmera-softhinge-9930-nav-icon::after { bottom: 0; }

.qasmera-softhinge-9930-nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.qasmera-softhinge-9930-nav-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.qasmera-softhinge-9930-nav-link:hover {
    color: #B98CFF;
    text-shadow: 0 0 10px #B98CFF;
}

.qasmera-softhinge-9930-uv-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, #B98CFF, transparent);
    box-shadow: 0 0 15px #B98CFF;
}

/* HERO SECTION */
.qasmera-softhinge-9930-hero-section {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.qasmera-softhinge-9930-hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.qasmera-softhinge-9930-hero-images-col,
.qasmera-softhinge-9930-hero-text-col {
    flex: 1;
    min-width: 300px;
}

.qasmera-softhinge-9930-hero-img-stack {
    position: relative;
    height: 450px;
}

.qasmera-softhinge-9930-hero-img-1,
.qasmera-softhinge-9930-hero-img-2,
.qasmera-softhinge-9930-hero-img-3 {
    position: absolute;
    border-radius: 8px;
    border: 1px solid #B98CFF;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.3);
    object-fit: cover;
}

.qasmera-softhinge-9930-hero-img-1 {
    top: 0; left: 0; width: 80%; z-index: 3;
}
.qasmera-softhinge-9930-hero-img-2 {
    top: 50px; left: 50px; width: 80%; z-index: 2; opacity: 0.7;
}
.qasmera-softhinge-9930-hero-img-3 {
    top: 100px; left: 100px; width: 80%; z-index: 1; opacity: 0.4;
}

.qasmera-softhinge-9930-hero-h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(to right, #B98CFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qasmera-softhinge-9930-hero-sub {
    font-size: 1.25rem;
    color: #B98CFF;
    margin-bottom: 25px;
    font-weight: 600;
}

.qasmera-softhinge-9930-hero-desc {
    margin-bottom: 20px;
    color: #CCC;
    max-width: 500px;
}

.qasmera-softhinge-9930-cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #B98CFF;
    color: #0B0020;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: 0.3s;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.qasmera-softhinge-9930-cta-button:hover {
    background-color: #0B0020;
    color: #B98CFF;
    border-color: #B98CFF;
    box-shadow: 0 0 20px #B98CFF;
}

.qasmera-softhinge-9930-glitch-divider {
    height: 1px;
    background: #B98CFF;
    margin-top: 80px;
    position: relative;
}

.qasmera-softhinge-9930-glitch-divider::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 5px;
    background: #B98CFF;
    top: -2px;
    left: 20%;
}

/* AUDIENCE SECTION */
.qasmera-softhinge-9930-audience-section {
    padding: 80px 20px;
}

.qasmera-softhinge-9930-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.qasmera-softhinge-9930-top-image-wrapper {
    margin-bottom: 50px;
    border: 1px solid rgba(185, 140, 255, 0.4);
    padding: 10px;
    border-radius: 12px;
}

.qasmera-softhinge-9930-full-width-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.qasmera-softhinge-9930-section-h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #B98CFF;
}

.qasmera-softhinge-9930-section-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.qasmera-softhinge-9930-check-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.qasmera-softhinge-9930-check-list li {
    background: rgba(185, 140, 255, 0.05);
    padding: 15px 20px;
    border-left: 4px solid #B98CFF;
    border-radius: 0 8px 8px 0;
}

/* PRICING SECTION */
.qasmera-softhinge-9930-pricing-section {
    padding: 80px 20px;
    background: radial-gradient(circle at center, #150030 0%, #0B0020 70%);
}

.qasmera-softhinge-9930-pricing-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.qasmera-softhinge-9930-price-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(185, 140, 255, 0.3);
    border-radius: 15px;
    padding: 40px 30px;
    flex: 1;
    min-width: 260px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.qasmera-softhinge-9930-price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(185, 140, 255, 0.2);
    background: rgba(185, 140, 255, 0.05);
}

.qasmera-softhinge-9930-featured {
    border-color: #B98CFF;
    border-width: 2px;
    position: relative;
    overflow: hidden;
}

.qasmera-softhinge-9930-featured::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: 20px;
    right: -40px;
    background: #B98CFF;
    color: #0B0020;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 40px;
    transform: rotate(45deg);
}

.qasmera-softhinge-9930-card-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.qasmera-softhinge-9930-card-price {
    font-size: 2rem;
    font-weight: 800;
    color: #B98CFF;
    margin-bottom: 25px;
}

.qasmera-softhinge-9930-card-features {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.qasmera-softhinge-9930-card-features li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.qasmera-softhinge-9930-card-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #B98CFF;
}

.qasmera-softhinge-9930-card-btn {
    display: block;
    padding: 12px;
    border: 1px solid #B98CFF;
    color: #B98CFF;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.qasmera-softhinge-9930-card-btn:hover {
    background: #B98CFF;
    color: #0B0020;
}

/* BENEFITS SECTION */
.qasmera-softhinge-9930-benefits-section {
    padding: 80px 20px;
}

.qasmera-softhinge-9930-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.qasmera-softhinge-9930-benefits-text {
    flex: 1.2;
    min-width: 300px;
}

.qasmera-softhinge-9930-benefits-image {
    flex: 0.8;
    min-width: 300px;
}

.qasmera-softhinge-9930-img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid #B98CFF;
}

.qasmera-softhinge-9930-icon-list {
    list-style: none;
    margin-top: 30px;
}

.qasmera-softhinge-9930-icon-list li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}

.qasmera-softhinge-9930-icon-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #B98CFF;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

/* QUOTE SECTION */
.qasmera-softhinge-9930-quote-section {
    padding: 100px 20px;
    background: #110030;
    text-align: center;
}

.qasmera-softhinge-9930-quote-box {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.qasmera-softhinge-9930-main-quote {
    font-size: 1.8rem;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.4;
}

.qasmera-softhinge-9930-expert-meta {
    display: flex;
    flex-direction: column;
}

.qasmera-softhinge-9930-expert-name {
    font-size: 1.3rem;
    color: #B98CFF;
    font-weight: 700;
}

.qasmera-softhinge-9930-expert-title {
    color: #888;
    font-size: 0.9rem;
}

/* TEXT SECTIONS */
.qasmera-softhinge-9930-text-section {
    padding: 80px 20px;
}

.qasmera-softhinge-9930-alt-bg {
    background: rgba(185, 140, 255, 0.03);
}

.qasmera-softhinge-9930-long-p {
    margin-bottom: 25px;
    font-size: 1.05rem;
    color: #DDD;
}

.qasmera-softhinge-9930-info-list {
    margin: 20px 0;
    list-style: none;
}

.qasmera-softhinge-9930-info-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(185, 140, 255, 0.1);
}

/* FAQ SECTION */
.qasmera-softhinge-9930-faq-section {
    padding: 80px 20px;
}

.qasmera-softhinge-9930-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.qasmera-softhinge-9930-faq-item {
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
    border: 1px solid rgba(185, 140, 255, 0.2);
    border-radius: 8px;
}

.qasmera-softhinge-9930-faq-q {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #B98CFF;
    list-style: none;
}

.qasmera-softhinge-9930-faq-q::-webkit-details-marker {
    display: none;
}

.qasmera-softhinge-9930-faq-a {
    padding: 0 20px 20px;
    color: #CCC;
}

/* FORM SECTION */
.qasmera-softhinge-9930-form-section {
    padding: 80px 20px;
    background: #0B0020;
}

.qasmera-softhinge-9930-form-container {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(185, 140, 255, 0.3);
}

.qasmera-softhinge-9930-form-sub {
    text-align: center;
    margin-bottom: 40px;
    color: #AAA;
}

.qasmera-softhinge-9930-main-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qasmera-softhinge-9930-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qasmera-softhinge-9930-form-group label {
    font-weight: bold;
    color: #B98CFF;
}

.qasmera-softhinge-9930-input,
.qasmera-softhinge-9930-textarea {
    background: #110030;
    border: 1px solid rgba(185, 140, 255, 0.5);
    padding: 12px;
    color: #FFF;
    border-radius: 4px;
    outline: none;
}

.qasmera-softhinge-9930-input:focus,
.qasmera-softhinge-9930-textarea:focus {
    border-color: #B98CFF;
    box-shadow: 0 0 10px rgba(185, 140, 255, 0.3);
}

.qasmera-softhinge-9930-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.qasmera-softhinge-9930-checkbox-group a {
    color: #B98CFF;
    text-decoration: underline;
}

.qasmera-softhinge-9930-submit-btn {
    padding: 15px;
    background: #B98CFF;
    border: none;
    color: #0B0020;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.qasmera-softhinge-9930-submit-btn:hover {
    background: #FFFFFF;
    box-shadow: 0 0 20px #B98CFF;
}

/* FOOTER */
.qasmera-softhinge-9930-footer {
    background: #050010;
    padding: 60px 20px 20px;
    border-top: 1px solid rgba(185, 140, 255, 0.2);
}

.qasmera-softhinge-9930-footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.qasmera-softhinge-9930-footer-info p {
    margin-bottom: 10px;
    color: #AAA;
}

.qasmera-softhinge-9930-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qasmera-softhinge-9930-footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
}

.qasmera-softhinge-9930-footer-links a:hover {
    color: #B98CFF;
}

.qasmera-softhinge-9930-footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    color: #555;
    font-size: 0.8rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .qasmera-softhinge-9930-nav-icon {
        display: block;
        z-index: 1001;
    }
    .qasmera-softhinge-9930-nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: #0B0020;
        padding-top: 80px;
        transition: 0.4s;
        border-left: 1px solid #B98CFF;
    }
    .qasmera-softhinge-9930-nav-list {
        flex-direction: column;
        align-items: center;
    }
    .qasmera-softhinge-9930-nav-toggle:checked ~ .qasmera-softhinge-9930-nav-menu {
        right: 0;
    }
    .qasmera-softhinge-9930-nav-toggle:checked ~ .qasmera-softhinge-9930-nav-icon span {
        background: transparent;
    }
    .qasmera-softhinge-9930-nav-toggle:checked ~ .qasmera-softhinge-9930-nav-icon::before {
        top: 9px;
        transform: rotate(45deg);
    }
    .qasmera-softhinge-9930-nav-toggle:checked ~ .qasmera-softhinge-9930-nav-icon::after {
        bottom: 9px;
        transform: rotate(-45deg);
    }
    .qasmera-softhinge-9930-hero-h1 {
        font-size: 2.5rem;
    }
    .qasmera-softhinge-9930-hero-img-stack {
        height: 350px;
    }
}