.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 0;transition:all .3s ease}.header.scrolled{background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 5px 20px #0000004d}.header-container{display:flex;align-items:center;justify-content:space-between}.logo a{text-decoration:none}.logo-text{font-size:1.5rem;font-weight:700;color:#fff}.desktop-nav{display:flex;align-items:center}.nav-links{display:flex;list-style:none;padding:0;margin:0;gap:1.5rem}.nav-link{color:#fffc;text-decoration:none;padding:.5rem 0;font-weight:500;position:relative;transition:all .3s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:gold;transition:all .3s ease}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.header-button{background:linear-gradient(90deg,gold,#ffc000);color:#000;font-weight:700;padding:.5rem 1.25rem;border-radius:4px;text-decoration:none;transition:all .3s ease}.header-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ffd7004d}.mobile-menu-toggle{display:none;background:transparent;border:none;color:#fff;cursor:pointer}.mobile-menu{display:none;overflow:hidden}@media (max-width: 992px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}.mobile-menu{display:block;background:#000000f2;position:absolute;top:100%;left:0;right:0;overflow:hidden}.mobile-nav-links{list-style:none;padding:1.5rem;margin:0}.mobile-nav-link{color:#fff;text-decoration:none;padding:1rem 0;display:block;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.mobile-nav-link:hover{color:gold}.mobile-cta{margin-top:1.5rem;text-align:center}.mobile-button{background:linear-gradient(90deg,gold,#ffc000);color:#000;font-weight:700;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;display:inline-block}}.cta-button{background:linear-gradient(90deg,gold,#ffc000);box-shadow:0 0 20px #ffd70080;position:relative;overflow:hidden}.cta-button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:#ffffff1a;transform:rotate(30deg);transition:all .3s;opacity:0}.cta-button:hover:after{opacity:1}.stat-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000004d;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:1.5rem;width:120px;text-align:center;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d;border-color:#ffd70080}.about-content h2{position:relative;display:inline-block;color:#fff}.about-content h2:after{content:"";position:absolute;width:60px;height:3px;background-color:gold;bottom:-10px;left:0}.achievement-card{background:#0f0f0f80;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:1.5rem;min-width:150px;transition:all .3s ease}.achievement-card:hover{border-color:#ffd70099;transform:translateY(-5px)}.testimonial-quote{position:relative;font-style:italic;font-size:1.1rem;color:#fff;padding-left:20px;border-left:3px solid #FFD700;margin-left:10px}.testimonial-quote cite{display:block;margin-top:10px;font-style:normal;font-weight:700;color:gold}.about-image-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.about-image-frame{position:relative;width:85%;height:85%;overflow:hidden;border-radius:8px;border:3px solid #FFD700;box-shadow:0 20px 40px #0006}.about-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:contrast(1.1)}.experience-badge{position:absolute;bottom:0;right:0;background:linear-gradient(135deg,gold,orange);color:#000;padding:10px 20px;border-radius:50px;font-weight:700;display:flex;flex-direction:column;align-items:center;box-shadow:0 5px 15px #0000004d}.experience-badge .number{font-size:1.8rem;line-height:1}.experience-badge .text{font-size:.9rem;text-transform:uppercase}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-counter{background:#0f0f0fcc;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-counter:hover{border-color:#ffd70099;transform:translateY(-5px);box-shadow:0 10px 25px #0003}.stat-counter h3{color:gold;margin-bottom:.5rem}.chart-container{background:#0f0f0f80;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;height:100%}.chart-title{display:flex;align-items:center;gap:10px;margin-bottom:1rem;color:#fff}.chart{position:relative;height:300px;width:100%;margin-top:1rem}.chart-labels{display:flex;justify-content:space-between;color:#fff9;font-size:.8rem;padding:0 10px;position:absolute;bottom:-20px;width:100%}.chart-grid{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;display:flex;flex-direction:column;justify-content:space-between}.chart-grid-line{width:100%;height:1px;background-color:#ffffff1a}.chart-line{position:absolute;top:0;left:0;right:0;bottom:0;height:100%}.chart-path{stroke-dasharray:1000;stroke-dashoffset:1000}.chart-path.animate{animation:dash 2s forwards ease-in-out}.chart-path.secondary.animate{animation:dash 2s .5s forwards ease-in-out}@keyframes dash{to{stroke-dashoffset:0}}.chart-legend{display:flex;gap:20px;margin-top:8px;justify-content:center;color:#fff;font-size:.8rem}.legend-item{display:flex;align-items:center;gap:5px}.legend-color{width:12px;height:12px;border-radius:2px}.legend-color.gold{background-color:gold}.legend-color.blue{background-color:#0ea5e9}.compare-section{background:#0f0f0f80;border-radius:8px;padding:2rem}.compare-title{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem;color:#fff}.compare-table{width:100%;border-collapse:collapse}.compare-head{display:grid;grid-template-columns:1fr 1fr 1fr;font-weight:700;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.75rem}.compare-header{color:#fff;text-align:center}.compare-header.highlight{color:gold}.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .2s}.compare-row:last-child{border-bottom:none}.compare-row:hover{background-color:#ffffff08}.compare-cell{padding:1rem 0;text-align:center;color:#fffc}.compare-cell.highlight{color:gold;font-weight:600}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.compare-head,.compare-row{grid-template-columns:2fr 1fr 1fr}.chart{height:250px}}.service-card{background:#0f0f0fcc;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:2rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006;border-color:#ffd70066}.service-card.premium{border:2px solid #FFD700;background:linear-gradient(135deg,#0f0f0ff2,#191919f2);transform:scale(1.05);z-index:10;box-shadow:0 20px 40px #00000080}.service-card.premium:hover{transform:scale(1.05) translateY(-10px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,gold,#ffc000);color:#000;font-weight:700;font-size:.8rem;padding:4px 12px;border-radius:20px;letter-spacing:1px}.service-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.service-header h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.service-price .price{color:gold;font-size:2rem;font-weight:700}.service-price .period{color:#fff9}.service-badge{display:flex;align-items:center;justify-content:center;gap:6px;background:#0000004d;border-radius:20px;padding:6px 12px;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;color:#fff;font-size:.9rem}.service-badge.elite{background:linear-gradient(90deg,#1e1e1eb3,#0f0f0fb3)}.service-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.service-features li{display:flex;align-items:center;gap:10px;margin-bottom:1rem;color:#fff}.service-features li.disabled{color:#fff6}.service-button{background:#ffd700cc;color:#000;border:none;border-radius:4px;padding:12px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.service-button:hover{background:gold}.premium-button{background:linear-gradient(90deg,gold,#ffc000);box-shadow:0 4px 12px #ffd7004d}.contact-button{background:transparent;border:2px solid rgba(255,215,0,.5);color:gold;font-weight:700;padding:10px 20px;border-radius:4px;cursor:pointer;transition:all .3s ease}.contact-button:hover{background:#ffd7001a;border-color:gold}.compare-button{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 20px;border-radius:4px;cursor:pointer;transition:all .3s ease}.compare-button:hover{background:#ffffff0d;border-color:#fff6}@media (max-width: 768px){.service-card.premium{transform:none;margin-top:2rem;margin-bottom:2rem}.service-card.premium:hover{transform:translateY(-10px)}}.step-card{background:#0f0f0f80;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:2rem;position:relative;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000004d;border-color:#ffd70066}.step-number{position:absolute;top:-15px;left:-15px;background:linear-gradient(135deg,gold,#ffc000);color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;box-shadow:0 4px 10px #0000004d}.step-icon{margin-bottom:1.25rem;background:#ffd7000d;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,215,0,.3)}.step-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.step-description{color:#fffc;line-height:1.6}.signal-example{text-align:center}.signal-example h3{color:#fff}.signal-container{background:#0f0f0f80;border:1px solid rgba(255,215,0,.3);border-radius:8px;max-width:600px;margin:0 auto;overflow:hidden;text-align:left}.signal-header{background:#0000004d;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.signal-badge{background:linear-gradient(90deg,gold,#ffc000);color:#000;padding:4px 10px;border-radius:4px;font-weight:700;font-size:.8rem}.signal-time{color:#fff9;font-size:.8rem}.signal-content{padding:1.5rem}.signal-pair{font-size:1.5rem;color:#fff;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.signal-type{color:#00c853;font-size:1rem}.signal-details{margin-bottom:1.5rem}.signal-detail{display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.signal-detail:last-child{border-bottom:none}.detail-label{color:#ffffffb3}.detail-value{color:#fff;font-weight:600}.signal-notes{background:#0003;padding:1rem;border-radius:4px;margin-top:1rem}.notes-label{color:gold;font-weight:600;display:block;margin-bottom:.5rem}.notes-content{color:#fffc;font-size:.9rem;line-height:1.6}.signal-footer{padding:1rem 1.5rem;background:#0003}.risk-meter{display:flex;align-items:center;gap:10px}.risk-label{color:#ffffffb3;font-size:.9rem}.risk-bar{flex-grow:1;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.risk-indicator{height:100%;background:linear-gradient(90deg,gold,orange);border-radius:4px}.risk-value{color:#fff;font-size:.9rem;font-weight:600}.telegram-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.telegram-content h3{color:#fff}.telegram-button{background:#08c;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.telegram-button:hover{background:#0099e6;transform:translateY(-2px)}.telegram-image{display:flex;justify-content:center}.phone-frame{width:280px;height:480px;background:#111;border-radius:30px;padding:10px;box-shadow:0 20px 40px #0006;position:relative}.phone-screen{background:#212d3b;width:100%;height:100%;border-radius:20px;overflow:hidden;position:relative}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:20px;background:#111;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:10}.telegram-header{background:#212d3b;padding:30px 15px 15px;border-bottom:1px solid rgba(255,255,255,.1)}.telegram-title{color:#fff;font-weight:700;font-size:1rem;text-align:center}.telegram-messages{padding:10px;height:calc(100% - 65px);overflow-y:auto}.message{max-width:80%;padding:10px;border-radius:8px;margin-bottom:10px}.message.admin{background:#2b5278;color:#fff;margin-left:auto}.message p{margin:3px 0;font-size:.85rem}@media (max-width: 768px){.telegram-info{grid-template-columns:1fr}.telegram-content{order:1}.telegram-image{order:0}}.testimonial-carousel-container{position:relative;max-width:800px;margin:0 auto}.testimonial-carousel{background:#0f0f0f99;border:1px solid rgba(255,215,0,.2);border-radius:8px;overflow:hidden;position:relative;height:400px;box-shadow:0 20px 40px #0000004d}.testimonial-slide{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;padding:2.5rem}.testimonial-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;z-index:10;padding:0 1rem}.control-button{background:#00000080;color:#fff;border:1px solid rgba(255,255,255,.2);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.control-button:hover{background:#ffd70033;border-color:#ffd70080;color:gold}.testimonial-content{flex-grow:1;display:flex;flex-direction:column}.testimonial-quote-icon{margin-bottom:1rem}.testimonial-text{color:#fff;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1;font-style:italic}.testimonial-rating{display:flex;gap:5px;margin-bottom:1.5rem}.testimonial-person{display:flex;align-items:center;margin-top:auto}.testimonial-image-container{position:relative;margin-right:1rem}.testimonial-image{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #FFD700}.testimonial-profit{position:absolute;bottom:-5px;right:-5px;background:linear-gradient(90deg,gold,#ffc000);color:#000;font-weight:700;font-size:.7rem;padding:2px 6px;border-radius:10px}.testimonial-info{flex-grow:1}.testimonial-name{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.testimonial-role{color:#fff9;font-size:.9rem}.testimonial-indicators{display:flex;justify-content:center;margin-top:1.5rem;gap:8px}.indicator{width:12px;height:12px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background:gold;transform:scale(1.2)}.results-overview{max-width:900px;margin:0 auto}.results-overview h3{color:#fff}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.result-card{background:#0f0f0f80;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.result-card:hover{transform:translateY(-5px);border-color:#ffd7004d}.result-card.highlight{background:#19191999;border:1px solid rgba(255,215,0,.3)}.result-number{color:gold;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.result-label{color:#fffc;font-size:.9rem}@media (max-width: 768px){.results-grid{grid-template-columns:repeat(2,1fr)}.testimonial-carousel{height:450px}.testimonial-slide{padding:1.5rem}}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#0f0f0f80;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#ffd7004d}.faq-question{width:100%;text-align:left;padding:1.25rem;background:transparent;border:none;color:#fff;font-weight:600;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.faq-question.active{color:gold}.faq-icon{color:#fff9;transition:all .3s ease}.faq-icon.rotate{transform:rotate(180deg);color:gold}.faq-answer{padding:0 1.25rem 1.25rem;color:#fffc;line-height:1.6;overflow:hidden}.faq-contact{margin-top:3rem;text-align:center}.contact-card{background:#0f0f0f80;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:2.5rem;max-width:500px;margin:0 auto;transition:all .3s ease}.contact-card:hover{border-color:#ffd70066;transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.contact-icon{margin-bottom:1.5rem;background:#ffd7001a;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.contact-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.contact-card p{color:#fffc;margin-bottom:1.5rem}.contact-button{background:linear-gradient(90deg,gold,#ffc000);color:#000;font-weight:700;padding:10px 25px;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.contact-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ffd7004d}.cta-bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,215,0,.05) 0%,transparent 20%),radial-gradient(circle at 80% 70%,rgba(255,215,0,.05) 0%,transparent 20%);opacity:.6}.cta-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#0f0f0fb3;border:1px solid rgba(255,215,0,.3);border-radius:12px;padding:3rem;box-shadow:0 25px 50px #0006}.cta-content h2{color:#fff}.cta-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.cta-feature{display:flex;align-items:center;gap:.75rem;color:#fff}.cta-action{margin-top:1.5rem}.cta-button{background:linear-gradient(90deg,gold,#ffc000);color:#000;font-weight:700;padding:12px 24px;border:none;border-radius:4px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #0000004d}.cta-button:hover{box-shadow:0 15px 25px #ffd70033;transform:translateY(-2px)}.cta-disclaimer{margin-top:1rem;font-size:.9rem;color:#ffffffb3}.cta-testimonial{position:relative;padding-top:2rem}.testimonial-bubble{background:#1e1e1ecc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;position:relative;margin-bottom:2rem}.testimonial-bubble p{color:#fff;font-style:italic;font-size:1.1rem;line-height:1.6}.testimonial-arrow{position:absolute;bottom:-10px;left:30px;width:20px;height:20px;background:#1e1e1ecc;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);transform:rotate(45deg)}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-left:1rem}.author-image{width:60px;height:60px;border-radius:50%;border:2px solid #FFD700;-o-object-fit:cover;object-fit:cover}.author-info h4{color:#fff;font-weight:700;margin-bottom:.25rem}.author-info p{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem}.author-stats{display:flex;gap:1rem}.stats-item{background:#ffd7001a;border:1px solid rgba(255,215,0,.2);color:gold;font-size:.8rem;padding:2px 8px;border-radius:4px}@media (max-width: 768px){.cta-container{grid-template-columns:1fr;padding:2rem}.cta-testimonial{padding-top:1rem}}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem;margin-bottom:3rem}.footer-logo h3{color:#fff}.social-icons{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .3s ease}.social-icon:hover{background:#ffd7001a;color:gold;transform:translateY(-3px)}.footer-links h4{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:1.25rem;position:relative;display:inline-block}.footer-links h4:after{content:"";position:absolute;width:40px;height:2px;background-color:gold;bottom:-8px;left:0}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:gold}.footer-newsletter h4{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:1.25rem;position:relative;display:inline-block}.footer-newsletter h4:after{content:"";position:absolute;width:40px;height:2px;background-color:gold;bottom:-8px;left:0}.newsletter-form{display:flex;margin-top:1rem}.newsletter-form input{flex-grow:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 15px;border-radius:4px 0 0 4px}.newsletter-form input:focus{outline:none;border-color:#ffd70080}.newsletter-button{background:gold;color:#000;border:none;border-radius:0 4px 4px 0;padding:10px 15px;cursor:pointer;transition:all .3s ease}.newsletter-button:hover{background:#ffc000}.disclaimer-box{background:#1e1e1e99;border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;gap:1rem;align-items:flex-start}.disclaimer-box p{color:#fffc;font-size:.9rem;line-height:1.6;margin:0}.footer-bottom{display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.copyright,.attribution{color:#fff9;font-size:.9rem}.attribution a{text-decoration:none}@media (max-width: 992px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-logo,.footer-newsletter{grid-column:span 2}}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr}.footer-logo,.footer-newsletter{grid-column:span 1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.cursor-dot{width:8px;height:8px;background-color:gold;position:fixed;pointer-events:none;z-index:999;border-radius:50%;transition:transform .2s}.cursor-outline{width:40px;height:40px;border:2px solid rgba(255,215,0,.5);position:fixed;pointer-events:none;z-index:999;border-radius:50%;transition:transform .1s}.cursor-hidden{opacity:0}@media (max-width: 768px){.cursor-dot,.cursor-outline{display:none}}:root{--color-black: #000000;--color-dark-gray: #121212;--color-gray-900: #171717;--color-gray-800: #1f1f1f;--color-gold: #FFD700;--color-gold-dark: #FFC000;--color-teal: #14B8A6;--color-purple: #9C27B0;--color-white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box;cursor:none}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;background-color:var(--color-black);color:var(--color-white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;line-height:1.2}h2{line-height:1.3}section{position:relative}.text-gold{color:var(--color-gold)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-dark-gray)}::-webkit-scrollbar-thumb{background:#ffd70080;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-gold)}::-moz-selection{background:#ffd7004d;color:var(--color-white)}::selection{background:#ffd7004d;color:var(--color-white)}button:focus,a:focus{outline:2px solid rgba(255,215,0,.5);outline-offset:2px}.app{min-height:100vh;overflow-x:hidden}@media (max-width: 992px){h2{font-size:2rem!important}*{cursor:auto!important}button,a{cursor:pointer!important}}@media (max-width: 768px){h2{font-size:1.8rem!important}.py-20{padding-top:4rem;padding-bottom:4rem}}@media (max-width: 640px){h2{font-size:1.6rem!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-10{bottom:2.5rem}.left-1\/2{left:50%}.right-4{right:1rem}.top-4{top:1rem}.z-10{z-index:10}.z-\[999\]{z-index:999}.mx-auto{margin-left:auto;margin-right:auto}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-8{margin-top:2rem}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-12{gap:3rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-16{row-gap:4rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-white\/20{border-color:#fff3}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-gold{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-black{--tw-gradient-from: #000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-3{padding:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-6{padding-left:1.5rem}.pt-16{padding-top:4rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gold{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
