body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@tailwind base;@tailwind components;@tailwind utilities;.faq-background{background-color:#1a202c;display:flex;justify-content:center;padding:48px 16px}.faq-container{animation:fadeIn .8s ease forwards;background-color:#2d3748;border-radius:20px;box-shadow:0 10px 25px #00000014;max-width:800px;padding:24px;width:100%}.faq-title{color:#f9fafb;font-size:2rem;margin-bottom:24px;text-align:center}.faq-item{border-bottom:1px solid #10b981;cursor:pointer;padding:16px 0;transition:all .3s ease}.faq-item:hover{background-color:#2563eb}.faq-question{color:#f1f5f9;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between}.faq-icon{font-size:1.5rem;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{animation:slideDown .3s ease;color:#cbd5e1;font-size:1rem;line-height:1.5;margin-top:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:300px;opacity:1}}.hero-section{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:center;position:relative;text-align:center}.hero-title{color:#fff;font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 6px #0009}.hero-subtitle,.hero-title{font-family:Playfair Display,serif}.hero-subtitle{color:#f0f0f0;font-size:1.5rem;font-weight:400;margin-bottom:2rem;text-shadow:1px 1px 4px #00000080}.hero-button{background-color:#e50914;border:none;border-radius:9999px;color:#fff;cursor:pointer;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;padding:.9rem 2rem;transition:background-color .3s ease,transform .2s ease}.hero-button:hover{background-color:#b00710;background-color:#b91c1c;transform:scale(1.05)}.hero-content{position:relative;z-index:2}.features-section{background:linear-gradient(135deg,#1f2937,#111827);color:#e0e7ff;font-family:Poppins,sans-serif;padding:5rem 1.5rem}.features-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:80rem;text-align:center}@media (min-width:768px){.features-container{grid-template-columns:repeat(3,1fr)}}.feature-card{animation:fadeInUp .7s ease forwards;background:#1e293b;border-radius:1rem;box-shadow:0 10px 20px #6366f14d;cursor:pointer;opacity:0;overflow:hidden;padding:2rem 1.5rem 2.5rem;position:relative;transition:transform .35s cubic-bezier(.25,1,.5,1),box-shadow .35s ease}.feature-card:hover{background:linear-gradient(135deg,#4f46e5,#3b82f6);box-shadow:0 25px 30px #6366f199;color:#fff;transform:translateY(-15px) scale(1.05)}.feature-card:hover .feature-icon{stroke:#fff;filter:drop-shadow(0 0 5px #93c5fd)}.feature-icon{stroke:#6366f1;height:48px;margin-bottom:1rem;transition:stroke .35s ease,filter .35s ease;width:48px}.feature-card h3{font-size:1.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:.75rem}.feature-card p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.player-reviews{background-color:#1f2937;padding:4rem 1rem;text-align:center}.reviews-title{color:#f0f8ff;font-size:2.5rem;font-weight:700;margin-bottom:2.5rem}.reviews-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.review-card{background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #00000014;max-width:320px;padding:2rem;transition:transform .2s ease}.review-card:hover{transform:translateY(-5px)}.review-text{color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:1.2rem}.review-stars{color:#f4b400;font-size:1.5rem}.footer{animation:floatUp 1s ease forwards;background:#f3f6f9;border-top:3px solid #2563eb;box-shadow:0 -2px 8px #2563eb4d;color:#1e3a8a;cursor:default;font-family:Segoe UI,sans-serif;font-weight:600;overflow:hidden;padding:24px 0;position:relative;text-align:center;-webkit-user-select:none;user-select:none}@keyframes floatUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.fa76825b.css.map*/