:root{--primary-color:#7b2cbf;--primary-hover:#9d4edd;--secondary-color:#ffd700;--bg-dark:#10002b;--bg-card:#240046;--text-main:#e0aaff;--text-light:#ffffff;--text-muted:#c77dff;--font-main:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}*{box-sizing:border-box;margin:0;padding:0;}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;}header{background:rgba(16,0,43,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--primary-color);position:sticky;top:0;z-index:1000;padding:1rem 0;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;}.logo-link{display:flex;align-items:center;}.header-logo{height:50px;width:auto;}.btn-login{background-color:var(--secondary-color);color:var(--bg-dark);padding:0.6rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:700;text-transform:uppercase;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 0 15px rgba(255,215,0,0.3);}.btn-login:hover{transform:translateY(-2px);box-shadow:0 0 20px rgba(255,215,0,0.5);background-color:#ffed4a;}.btn-cta{display:inline-block;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#1a0033;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:bold;font-size:1.1rem;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 20px rgba(255,215,0,0.4);text-transform:uppercase;letter-spacing:1px;}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,215,0,0.6);background:linear-gradient(135deg,#ffed4e,#ffd700);}.hero{position:relative;padding:4rem 0;text-align:center;background:radial-gradient(circle at center,var(--bg-card) 0%,var(--bg-dark) 100%);}.hero h1{font-size:3rem;color:var(--text-light);margin-bottom:1rem;line-height:1.2;}.hero p{font-size:1.2rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem;}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 0 30px rgba(123,44,191,0.3);border:1px solid var(--primary-color);margin-top:2rem;display:block;}.content-wrapper{display:grid;grid-template-columns:1fr 300px;gap:40px;margin-top:3rem;margin-bottom:3rem;}aside{position:sticky;top:100px;height:fit-content;}.sidebar-card{background:var(--bg-card);padding:1.5rem;border-radius:12px;border:1px solid rgba(123,44,191,0.3);margin-bottom:1.5rem;}.sidebar-card h3{color:var(--text-light);margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid var(--primary-color);padding-bottom:0.5rem;display:inline-block;}.toc-list{list-style:none;}.toc-list li{margin-bottom:0.8rem;}.toc-list a{color:var(--text-muted);text-decoration:none;transition:color 0.2s;font-size:0.95rem;}.toc-list a:hover{color:var(--secondary-color);padding-left:5px;}article h2{color:var(--text-light);font-size:2rem;margin:2.5rem 0 1rem;}article h3{color:var(--secondary-color);font-size:1.5rem;margin:1.5rem 0 0.8rem;}article p,article li{font-size:1.1rem;color:#e0aaff;margin-bottom:1rem;}article ul,article ol{margin-left:1.5rem;margin-bottom:1.5rem;}article li{margin-bottom:0.5rem;}.content-img{width:100%;max-width:100%;height:auto;border-radius:8px;margin:2rem 0;border:1px solid rgba(255,255,255,0.1);display:block;}.info-box{background:rgba(123,44,191,0.15);border-left:4px solid var(--secondary-color);padding:1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;}.cta-box{background:linear-gradient(135deg,var(--primary-color),var(--bg-card));padding:2rem;border-radius:12px;text-align:center;margin:3rem 0;border:1px solid var(--secondary-color);}.cta-box h3{color:var(--text-light);margin-top:0;}footer{background:#000;padding:3rem 0;margin-top:4rem;border-top:1px solid #333;text-align:center;}.footer-logo{margin-bottom:2rem;}.footer-logo-img{height:80px;width:auto;opacity:0.9;}.footer-links{margin-bottom:1.5rem;}.footer-links a{color:var(--text-muted);margin:0 10px;text-decoration:none;}.disclaimer{font-size:0.8rem;color:#666;max-width:800px;margin:0 auto;}.breadcrumbs{background:rgba(36,0,70,0.5);padding:0.8rem 0;border-bottom:1px solid rgba(123,44,191,0.3);}.breadcrumbs ol{display:flex;list-style:none;gap:0.5rem;align-items:center;flex-wrap:wrap;}.breadcrumbs li{display:flex;align-items:center;font-size:0.9rem;}.breadcrumbs li:not(:last-child)::after{content:"›";margin-left:0.5rem;color:var(--text-muted);font-weight:bold;}.breadcrumbs a{color:var(--text-muted);text-decoration:none;transition:color 0.2s;}.breadcrumbs a:hover{color:var(--secondary-color);}.breadcrumbs li:last-child span{color:var(--text-light);font-weight:500;}.trust-section{background:rgba(36,0,70,0.3);padding:2rem 0;border-bottom:1px solid rgba(123,44,191,0.2);}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:1.5rem;}.badge{display:flex;flex-direction:column;align-items:center;gap:0.5rem;padding:1rem;background:rgba(123,44,191,0.15);border-radius:8px;border:1px solid rgba(255,215,0,0.3);transition:transform 0.2s,border-color 0.2s;}.badge:hover{transform:translateY(-2px);border-color:var(--secondary-color);}.badge-icon{font-size:2rem;line-height:1;}.badge-icon img{width:48px;height:48px;display:block;}.icon-badge{width:48px !important;height:48px !important;object-fit:contain;}.badge span{font-size:0.85rem;color:var(--text-light);font-weight:600;text-align:center;}.article-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid rgba(123,44,191,0.3);font-size:0.9rem;color:var(--text-muted);}.faq-container{margin:2rem 0;}.faq-item{background:rgba(36,0,70,0.5);border:1px solid rgba(123,44,191,0.3);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:border-color 0.2s;}.faq-item:hover{border-color:var(--secondary-color);}.faq-item summary{padding:1.2rem;font-size:1.1rem;font-weight:600;color:var(--text-light);cursor:pointer;list-style:none;display:flex;align-items:center;gap:1rem;transition:background 0.2s;}.faq-item summary::-webkit-details-marker{display:none;}.faq-item summary::before{content:"▶";color:var(--secondary-color);font-size:0.8rem;transition:transform 0.3s;}.faq-item[open] summary::before{transform:rotate(90deg);}.faq-item summary:hover{background:rgba(123,44,191,0.1);}.faq-answer{padding:0 1.2rem 1.2rem 3rem;color:var(--text-main);line-height:1.7;}.faq-answer p{margin-bottom:0.8rem;}.faq-answer ul{margin-left:1.5rem;margin-top:0.5rem;}.faq-answer li{margin-bottom:0.5rem;}.author-box{display:flex;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,rgba(123,44,191,0.2),rgba(36,0,70,0.5));border-radius:12px;border:1px solid rgba(255,215,0,0.3);margin:3rem 0;}.author-avatar{font-size:4rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:rgba(255,215,0,0.2);border-radius:50%;flex-shrink:0;overflow:hidden;}.author-avatar img{width:100%;height:100%;object-fit:cover;}.icon-author{width:100% !important;height:100% !important;object-fit:cover !important;}.author-info strong{display:block;font-size:1.2rem;color:var(--text-light);margin-bottom:0.3rem;}.author-info p{font-size:0.95rem;color:var(--text-muted);margin-bottom:0.5rem;}.author-bio{font-size:0.9rem !important;line-height:1.6;margin-top:0.8rem !important;}.related-list{list-style:none;}.related-list li{margin-bottom:0.8rem;}.related-list a{color:var(--text-muted);text-decoration:none;transition:color 0.2s;font-size:0.95rem;display:flex;align-items:center;gap:0.75rem;padding:0.5rem;border-radius:4px;transition:background 0.2s,color 0.2s;}.icon-inline{width:24px;height:24px;object-fit:contain;flex-shrink:0;}.related-list a:hover{color:var(--secondary-color);background:rgba(123,44,191,0.1);padding-left:1rem;}@media (max-width:768px){.content-wrapper{grid-template-columns:1fr;}aside{position:static;order:-1;}.hero h1{font-size:2rem;}.hero p{font-size:1rem;}.trust-badges{grid-template-columns:repeat(2,1fr);gap:1rem;}.badge{padding:0.8rem;}.badge-icon{font-size:1.5rem;}.badge span{font-size:0.75rem;}.article-meta{flex-direction:column;gap:0.5rem;text-align:center;}.author-box{flex-direction:column;text-align:center;padding:1.5rem;}.author-avatar{margin:0 auto;font-size:3rem;width:60px;height:60px;}.header-logo{height:40px;}.footer-logo-img{height:60px;}article h2{font-size:1.5rem;}article h3{font-size:1.2rem;}article p,article li{font-size:1rem;}.breadcrumbs{padding:0.5rem 0;font-size:0.85rem;}.nav-wrapper{padding:0.5rem 0;}.btn-login{padding:0.5rem 1rem;font-size:0.85rem;}.btn-cta{padding:0.8rem 1.5rem;font-size:0.95rem;width:90%;max-width:300px;}}@media (max-width:480px){.hero h1{font-size:1.6rem;}.trust-badges{grid-template-columns:1fr;gap:0.8rem;}.header-logo{height:35px;}article h2{font-size:1.3rem;}}
.hero-cta-wrapper {
    margin: 30px 0;
    text-align: center;
}

.btn-hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #10002b;
    padding: 18px 48px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    border: 3px solid #ffd700;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: pulse-glow 2s infinite;
}

.btn-hero-cta:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.6);
}

.btn-hero-cta:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.5);
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    }
    50% {
        box-shadow: 0 8px 30px rgba(255, 215, 0, 0.7);
    }
}

@media (max-width: 768px) {
    .btn-hero-cta {
        padding: 16px 36px;
        font-size: 1.1rem;
    }
    
    .hero-cta-wrapper {
        margin: 25px 0;
    }
}
