:root{--x0: 50%;--y0: 50%;--c0: rgba(147,51,234,.65);--x1: 30%;--y1: 30%;--c1: rgba(220,53,69,.6);--x2: 70%;--y2: 40%;--c2: rgba(79,70,229,.6);--x3: 20%;--y3: 80%;--c3: rgba(236,72,153,.55);--x4: 80%;--y4: 70%;--c4: rgba(0,132,255,.55);--primary-color: #dc3545;--secondary-color: #6c757d;--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--info-color: #17a2b8;--light-color: #f8f9fa;--dark-color: #343a40;--white: #ffffff;--black: #000000;--glass-bg: rgba(255, 255, 255, .25);--glass-border: rgba(255, 255, 255, .18);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);--faq-primary: #dc3545;--faq-secondary: #6610f2;--faq-accent: #fd7e14}*{margin:0;padding:0;box-sizing:border-box}body{color:#ececf1;min-height:100vh;background:transparent!important;line-height:1.6;overflow-x:hidden}#mesh-gradient{display:none}.hero-section{min-height:100vh;position:relative;padding-top:100px}.brand-section{background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.brand-content{text-align:center;max-width:500px}.brand-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.logo-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #dc3545;box-shadow:0 8px 25px #dc354566}.brand-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.brand-description h2{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1rem}.brand-description .lead{font-size:1.1rem;color:#ffffffd9;margin-bottom:2rem;line-height:1.7}.brand-stats{display:flex;justify-content:space-around;gap:1rem;margin-top:2rem}.stat-item{text-align:center;background:#ffffff1a;padding:1rem;border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);flex:1}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#dc3545}.stat-label{display:block;font-size:.9rem;color:#fffc;margin-top:.5rem}.hero-overlay{background:linear-gradient(135deg,#dc354533,#6610f233);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.hero-content{max-width:500px;width:100%}.search-section{margin-bottom:3rem}.search-section h3{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:center}.search-box{display:flex;background:#ffffff26;border-radius:25px;overflow:hidden;box-shadow:0 8px 25px #0003;border:1px solid rgba(255,255,255,.2)}.search-box input{flex:1;border:none;padding:1rem 1.5rem;font-size:1rem;outline:none;background:transparent;color:#fff}.search-box input::placeholder{color:#ffffffb3}.search-box button{background:#dc3545;border:none;padding:1rem 1.5rem;color:#fff;cursor:pointer;transition:all .3s ease}.search-box button:hover{background:#c02a37}.ask-ai{margin-top:18px}.ask-ai label{display:block;color:#fffffff2;font-weight:600;margin-bottom:8px}.ask-ai textarea#ai-question{width:100%;min-height:110px;resize:vertical;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff08,#ffffff05);color:#fff;font-size:14px;outline:none;box-shadow:0 8px 20px #00000040 inset}.ask-actions{display:flex;align-items:center;gap:10px}.ask-actions .btn{padding:8px 14px;border-radius:10px}#ai-status{color:#fffc;font-size:13px}.ai-response{margin-top:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);padding:14px;border-radius:12px;color:#fffffff2;box-shadow:0 10px 30px #0000004d}.ai-response h5{margin:0 0 8px;font-size:16px}.ai-text-response{color:#ffffffeb;line-height:1.7;font-size:14px}.ai-text-response p{margin:0 0 .75rem}.ai-text-response strong{color:#fff;font-weight:700}.ai-text-response ul,.ai-text-response ol{margin:.4rem 0 .8rem 1.25rem}.ai-text-response li{margin:.35rem 0}.ai-text-response pre,.ai-text-response code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,Courier New,monospace;background:#00000040;padding:8px 10px;border-radius:8px;display:block;overflow-x:auto;color:#f8f8f2;margin:.5rem 0}.ai-text-response blockquote{border-left:3px solid rgba(220,53,69,.6);padding-left:12px;margin:.4rem 0 .8rem;color:#ffffffd9}.ai-response small.note{display:block;margin-top:10px;color:#ffffffb3}.ai-response .note{color:#ffffffb3;font-size:13px}.search-box input{display:none}.search-box button{border-radius:12px;margin-left:8px}@media (max-width: 768px){.ask-ai textarea#ai-question{min-height:90px}.ai-response{padding:12px}}.quick-links h4{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.category-item{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;color:#fff}.category-item:hover{background:#dc35454d;transform:translateY(-2px);box-shadow:0 8px 25px #dc35454d}.category-item i{font-size:2rem;color:#dc3545;margin-bottom:.5rem;display:block}.category-item span{font-weight:500}.content-lines-section{padding:5rem 0;background:#0003;backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2)}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:#ffffff26;backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:15px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 8px 25px #0003;transition:all .3s ease}.faq-item:hover{transform:translateY(-2px);box-shadow:0 12px 35px #dc354533}.faq-question{padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.1rem;color:#fff;background:linear-gradient(135deg,#dc354533,#6610f21a);transition:all .3s ease}.faq-question:hover{background:linear-gradient(135deg,#dc35454d,#6610f233)}.faq-question i{color:#dc3545;transition:transform .3s ease;font-size:1.2rem}.faq-answer{padding:0 2rem 1.5rem;color:#ffffffd9;line-height:1.7;display:none;background:#0000004d}.faq-item.active .faq-answer{display:block;animation:fadeInUp .3s ease}.faq-item.active .faq-question i{transform:rotate(180deg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.support-cards-section{padding:5rem 0;background:#0000001a}.support-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem 2rem;text-align:center;height:100%;box-shadow:0 8px 32px #1f26875e;transition:all .3s ease}.support-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #dc35454d}.card-icon{width:80px;height:80px;background:linear-gradient(135deg,#dc3545,#6610f2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #dc354566}.card-icon i{font-size:2rem;color:#fff}.support-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.support-card p{color:#ffffffd9;margin-bottom:2rem;line-height:1.6}.card-features{text-align:left}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem}.feature-item i{color:#28a745;font-size:1rem}.feature-item span{color:#fffc}.footer{background:#000000e6;color:#e0e0e0;padding:3rem 0 1rem;backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1)}.header-section{text-align:center;margin-bottom:3rem}.header-section h1{color:var(--faq-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.header-section p{color:#b0b0b0;max-width:600px;margin:0 auto;line-height:1.6}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-column h4{color:var(--faq-primary);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem;color:#b0b0b0;transition:color .3s ease}.footer-column ul li:hover{color:var(--faq-primary)}.footer-column ul li a{color:inherit;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:var(--faq-primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#888}@media (max-width: 991px){.hero-section .row{flex-direction:column}.brand-section{border-right:none;border-bottom:1px solid var(--glass-border);min-height:60vh}.hero-overlay{min-height:40vh}.brand-title{font-size:2rem}.brand-description h2{font-size:1.5rem}.brand-stats{flex-wrap:wrap;gap:.5rem}.stat-item{flex:1;min-width:120px}}@media (max-width: 768px){.hero-section{padding-top:80px}.brand-content,.hero-content{padding:1rem}.logo-img{width:60px;height:60px}.brand-title{font-size:1.8rem}.brand-description h2{font-size:1.3rem}.brand-description .lead{font-size:1rem}.search-section h3{font-size:1.5rem}.category-grid{grid-template-columns:1fr;gap:.75rem}.category-item{padding:1rem}.faq-question{padding:1rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1rem}.support-card{padding:2rem 1.5rem}.card-icon{width:60px;height:60px}.card-icon i{font-size:1.5rem}}@media (max-width: 576px){.brand-section,.hero-overlay{padding:1rem}.brand-title{font-size:1.5rem}.brand-description h2{font-size:1.2rem}.brand-stats{flex-direction:column;gap:.5rem}.search-box input{padding:.75rem 1rem;font-size:.9rem}.search-box button{padding:.75rem 1rem}.category-item{padding:.75rem}.category-item i{font-size:1.5rem}.faq-question{padding:.75rem 1rem;font-size:.95rem}.faq-answer{padding:0 1rem .75rem;font-size:.9rem}.footer-container{grid-template-columns:1fr;text-align:center}}@media (max-width: 360px){.content-lines-section,.support-cards-section{padding:2rem 0}.brand-title{font-size:1.3rem}.support-card{padding:1.5rem 1rem}}.dark-mode{--faq-primary: #ff6b6b;--success-color: #51cf66}.dark-mode .brand-section{background:#0006;border-right:1px solid rgba(255,255,255,.15)}.dark-mode .hero-overlay{background:linear-gradient(135deg,#ff6b6b33,#6610f233)}.dark-mode .search-box{background:#0006;border:1px solid rgba(255,255,255,.15)}.dark-mode .search-box input::placeholder{color:#fff9}.dark-mode .search-box button{background:#ff6b6b}.dark-mode .search-box button:hover{background:#ff5252}.dark-mode .category-item{background:#0006;border:1px solid rgba(255,255,255,.15)}.dark-mode .category-item:hover{background:#ff6b6b4d;box-shadow:0 8px 25px #ff6b6b4d}.dark-mode .category-item i{color:#ff6b6b}.dark-mode .faq-item{background:#0006;border:1px solid rgba(255,255,255,.15)}.dark-mode .faq-question{background:linear-gradient(135deg,#ff6b6b33,#6610f21a)}.dark-mode .faq-question:hover{background:linear-gradient(135deg,#ff6b6b4d,#6610f233)}.dark-mode .faq-question i{color:#ff6b6b}.dark-mode .faq-answer{background:#0006;color:#fffc}.dark-mode .support-card{background:#0006;border:1px solid rgba(255,255,255,.15)}.dark-mode .card-icon{background:linear-gradient(135deg,#ff6b6b,#6610f2);box-shadow:0 8px 25px #ff6b6b66}.dark-mode .feature-item i{color:#51cf66}
