*{margin:0;padding:0;box-sizing:border-box}:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 142 76% 36%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 142 76% 36%;--green-primary: 142 76% 36%;--green-light: 142 76% 45%;--green-dark: 142 76% 25%;--gray-50: 0 0% 98%;--gray-100: 0 0% 96.1%;--gray-200: 0 0% 89.8%;--gray-900: 0 0% 3.9%;--gradient-green: linear-gradient(135deg, hsl(142 76% 36%) 0%, hsl(142 76% 45%) 100%);--gradient-subtle: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(0 0% 98%) 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-green: 0 4px 14px 0 rgba(34, 197, 94, .15);--radius: .75rem;--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif}body{font-family:var(--font-body);background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hidden{display:none!important}.text-gradient-green{background:var(--gradient-green);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.clean-card{background:#fff;border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:var(--shadow-md);transition:all .3s ease}.clean-card:hover{box-shadow:var(--shadow-lg)}.hover-lift:hover{transform:translateY(-4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes floating{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(1deg)}50%{transform:translateY(-10px) rotate(-1deg)}75%{transform:translateY(-15px) rotate(.5deg)}}.fade-in-up{animation:fadeInUp .8s ease-out}.scale-in{animation:scaleIn .6s cubic-bezier(.23,1,.32,1)}.slide-up{animation:slideUp .8s cubic-bezier(.23,1,.32,1)}.floating{animation:floating 6s ease-in-out infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:var(--radius);border:1px solid transparent;transition:all .3s ease;cursor:pointer;font-family:inherit}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.btn-primary:hover{background-color:hsl(var(--green-dark));border-color:hsl(var(--green-dark));transform:translateY(-1px);box-shadow:var(--shadow-green)}.btn-outline{background-color:transparent;color:hsl(var(--foreground));border-color:hsl(var(--border))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:translateY(-1px)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.btn svg{width:1rem;height:1rem}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:var(--shadow-md)}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.navbar-brand{display:flex;align-items:center}.navbar-logo{height:3rem;width:auto}.navbar-links{display:none;gap:2rem}.nav-link{color:hsl(var(--foreground));text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:hsl(var(--primary))}.navbar-actions{display:flex;align-items:center;gap:1rem}.language-selector{position:relative}.language-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid hsl(var(--border));border-radius:.5rem;color:hsl(var(--foreground));cursor:pointer;font-size:.875rem;transition:all .3s ease}.language-btn:hover{background:hsl(var(--accent))}.language-btn svg{width:1rem;height:1rem}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:var(--shadow-lg);min-width:150px;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.language-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:hsl(var(--foreground));text-decoration:none;transition:background-color .3s ease}.language-option:hover{background:hsl(var(--accent))}.flag{font-size:1rem}.mobile-menu-btn{display:flex;flex-direction:column;gap:.25rem;background:transparent;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:1.5rem;height:2px;background:hsl(var(--foreground));transition:all .3s ease}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu.show{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-links{padding:1rem;border-bottom:1px solid hsl(var(--border))}.mobile-nav-link{display:block;padding:.75rem 0;color:hsl(var(--foreground));text-decoration:none;font-weight:500}.mobile-menu-actions{display:flex;gap:1rem;padding:1rem}.hero-section{padding:8rem 0 4rem;background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--gray-50)));overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-badge{display:inline-block;padding:.5rem 1rem;background:hsl(var(--green-light) / .1);color:hsl(var(--primary));border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-family:var(--font-display);font-size:2.5rem;font-weight:800;line-height:1.2;color:hsl(var(--foreground));margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.hero-proof{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat-number{font-family:var(--font-display);font-size:2rem;font-weight:800;color:hsl(var(--primary))}.hero-stat-label{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.hero-image{position:relative;display:flex;justify-content:center}.hero-image-container{position:relative;max-width:500px;width:100%}.hero-main-image{width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsl(var(--primary) / .1) 0%,transparent 50%);border-radius:var(--radius);pointer-events:none}.floating-stat{position:absolute;background:#fff;padding:1rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;animation:floating 6s ease-in-out infinite}.floating-stat-1{top:10%;left:-10%;animation-delay:-2s}.floating-stat-2{bottom:15%;right:-10%;animation-delay:-4s}.floating-stat-icon{width:2.5rem;height:2.5rem;background:hsl(var(--green-light) / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsl(var(--primary))}.floating-stat-number{font-weight:800;font-size:1.25rem;color:hsl(var(--primary))}.floating-stat-label{font-size:.75rem;color:hsl(var(--muted-foreground))}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;padding:.5rem 1rem;background:hsl(var(--green-light) / .1);color:hsl(var(--primary));border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.section-title{font-family:var(--font-display);font-size:2.5rem;font-weight:800;line-height:1.2;color:hsl(var(--foreground));margin-bottom:1.5rem}.section-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto}.surebet-section{background:hsl(var(--gray-50))}.surebet-explanation{text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.125rem;color:hsl(var(--muted-foreground))}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{background:#fff;padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{width:4rem;height:4rem;background:hsl(var(--green-light) / .1);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:hsl(var(--primary))}.feature-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.feature-desc{color:hsl(var(--muted-foreground));line-height:1.6}.surebet-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:hsl(var(--primary));display:block}.stat-label{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.5rem}.transparency-section{background:#fff}.quote-section{margin-bottom:4rem}.quote-card{background:hsl(var(--green-light) / .05);border:1px solid hsl(var(--green-light) / .2);padding:2.5rem;border-radius:var(--radius);max-width:800px;margin:0 auto;text-align:center}.quote-icon{width:2rem;height:2rem;color:hsl(var(--primary));margin:0 auto 1.5rem}.quote-text{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));line-height:1.4;margin-bottom:1.5rem}.quote-author{display:flex;align-items:center;justify-content:center;gap:.75rem}.author-avatar{width:2.5rem;height:2.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.author-name{color:hsl(var(--primary));font-weight:600;font-size:.875rem}.author-profit{color:hsl(var(--muted-foreground));font-size:.75rem}.gamblers-arbers-section{background:hsl(var(--gray-50))}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.comparison-card{background:#fff;padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md);transition:all .3s ease}.comparison-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-icon{width:3rem;height:3rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff}.red-icon{background:hsl(var(--destructive))}.green-icon{background:hsl(var(--primary))}.card-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.card-desc{color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:2rem}.card-stats{display:flex;flex-direction:column;gap:.75rem}.stat-row{display:flex;justify-content:space-between;align-items:center}.stat-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.stat-value{font-weight:600;font-size:.875rem}.stat-value.red{color:hsl(var(--destructive))}.stat-value.green{color:hsl(var(--primary))}.choice-section{text-align:center;max-width:600px;margin:0 auto}.choice-title{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.choice-desc{color:hsl(var(--muted-foreground));margin-bottom:2rem}.testimonials-section{background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.testimonial-card{background:hsl(var(--gray-50));padding:1.5rem;border-radius:var(--radius);border:1px solid hsl(var(--border));transition:all .3s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.testimonial-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.testimonial-avatar{width:2.5rem;height:2.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.testimonial-info{flex:1}.testimonial-name{font-weight:600;color:hsl(var(--foreground));font-size:.875rem}.testimonial-role{color:hsl(var(--muted-foreground));font-size:.75rem}.testimonial-profit{font-weight:700;color:hsl(var(--primary));font-size:.875rem}.testimonial-rating{margin-bottom:1rem}.star{color:#fbbf24;font-size:1rem}.testimonial-text{color:hsl(var(--muted-foreground));line-height:1.5;font-style:italic}.bottom-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.success-story-section{padding:4rem 0;background:var(--gradient-subtle);text-align:center}.success-story-content{max-width:800px;margin:0 auto}.success-story-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.success-stat{text-align:center}.success-stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:hsl(var(--primary));margin-bottom:.5rem}.success-stat-label{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.success-story-cta{margin-top:3rem}.cta-text{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.success-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.faq-section{background:hsl(var(--gray-50))}.faq-content{max-width:800px;margin:0 auto 4rem}.faq-item{background:#fff;border-radius:var(--radius);margin-bottom:1rem;border:1px solid hsl(var(--border));overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:transparent;border:none;text-align:left;font-size:1rem;font-weight:600;color:hsl(var(--foreground));cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:hsl(var(--gray-50))}.faq-icon{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground));transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .4s ease,padding .4s ease;background:#fff}.faq-item.active .faq-answer{max-height:500px;padding:1rem 1.5rem 1.5rem;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer p{padding:0 1.5rem 1.5rem;color:hsl(var(--muted-foreground));line-height:1.6}.faq-support{text-align:center;max-width:600px;margin:0 auto}.support-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.support-desc{color:hsl(var(--muted-foreground));margin-bottom:2rem}.support-options{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.support-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md)}.support-icon{width:2.5rem;height:2.5rem;background:hsl(var(--green-light) / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsl(var(--primary))}.support-name{font-weight:600;color:hsl(var(--foreground));font-size:.875rem}.support-desc{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0}.footer{background:hsl(var(--gray-900));color:#fff;padding:4rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-brand{grid-column:span 2}.footer-logo{height:4rem;width:auto;margin-bottom:1.5rem}.footer-desc{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem;max-width:400px}.social-links{display:flex;gap:1rem}.social-link{width:2.5rem;height:2.5rem;background:#ffffff1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all .3s ease}.social-link:hover{background:hsl(var(--primary));color:#fff}.footer-title{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-nav{list-style:none}.footer-nav li{margin-bottom:.75rem}.footer-nav a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:hsl(var(--primary))}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#ffffffb3}.contact-item svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#ffffff80}.ai-badge{display:flex;align-items:center;gap:.5rem}.ai-dot{width:.5rem;height:.5rem;background:hsl(var(--primary));border-radius:50%}.auth-body{background:linear-gradient(135deg,hsl(var(--gray-50)),#fff);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.language-selector-top{position:fixed;top:1rem;right:1rem;z-index:1000}.auth-container{position:relative;width:100%;max-width:500px}.auth-background{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/hero-football-player-BFY156yZ.jpg) center/cover;filter:blur(20px) opacity(.1);border-radius:var(--radius)}.auth-card{position:relative;background:#fff;padding:2.5rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid hsl(var(--border))}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo-img{height:4rem;width:auto}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.auth-subtitle{color:hsl(var(--muted-foreground))}.auth-form{margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;font-size:.875rem}.form-input,.form-select{width:100%;padding:.75rem;border:1px solid hsl(var(--border));border-radius:.5rem;font-size:.875rem;background:#fff;transition:all .3s ease}.form-input:focus,.form-select:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.password-input-container{position:relative}.password-input{padding-right:2.5rem}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:hsl(var(--muted-foreground));cursor:pointer;padding:.25rem}.password-icon{width:1rem;height:1rem}.form-actions{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.forgot-password{color:hsl(var(--primary));text-decoration:none;font-size:.875rem;font-weight:500}.forgot-password:hover{text-decoration:underline}.checkbox-group{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--foreground));cursor:pointer}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:hsl(var(--primary))}.auth-footer{text-align:center}.auth-footer-text{color:hsl(var(--muted-foreground));font-size:.875rem}.auth-link{color:hsl(var(--primary));text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}@media (min-width: 768px){.navbar-links{display:flex}.mobile-menu-btn{display:none}.hero-content{grid-template-columns:1fr 1fr}.hero-title{font-size:3.5rem}.section-title{font-size:3rem}.auth-card{padding:3rem;max-width:600px}.form-row,.form-group{margin-bottom:1.5rem}}@media (min-width: 1024px){.footer-brand{grid-column:span 2}.hero-title{font-size:4rem}.floating-stat-1{left:-15%}.floating-stat-2{right:-15%}}@media (max-width: 767px){.container{padding:0 1rem}.hero-section{padding:6rem 0 3rem}.hero-title,.section-title{font-size:2rem}.hero-buttons{flex-direction:column}.hero-stats{justify-content:center}.features-grid,.comparison-grid,.testimonials-grid,.form-row{grid-template-columns:1fr}.floating-stat-1,.floating-stat-2{position:static;margin:1rem 0}.footer-content{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom-content{flex-direction:column;text-align:center}}
