:root{--background:#f0f0f8;--foreground:#1a1a2e;--card:#ffffff;--card-foreground:#1a1a2e;--popover:#ffffff;--popover-foreground:#1a1a2e;--primary:#1a1a2e;--primary-foreground:#ffffff;--secondary:#e8e8f4;--secondary-foreground:#1a1a2e;--muted:#d8d8e8;--muted-foreground:#4a4a6a;--accent:#ff6b6b;--accent-foreground:#ffffff;--destructive:#ef4444;--destructive-foreground:#ffffff;--border:#c8c8e0;--input:#e8e8f4;--ring:#9d8df1;--radius:1.5rem;--gradient-start:#e0e7ff;--gradient-mid:#f0e6ff;--gradient-end:#fce7f3;--purple:#9d8df1;--coral:#ff6b6b;--teal:#4ecdc4;--yellow:#ffe66d}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-mid) 50%,var(--gradient-end) 100%);background-attachment:fixed;color:var(--foreground);line-height:1.6;min-height:100vh;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Georgia,serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:var(--purple)}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--secondary);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--purple);border-radius:4px}::selection{background:var(--purple);color:#fff}.glass-card{background:rgba(255,255,255,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(157,141,241,.1);transition:all .4s cubic-bezier(.4, 0, .2, 1)}.glass-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(157,141,241,.2)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 4s ease-in-out infinite}.animate-float-delayed{animation:float 4s ease-in-out infinite;animation-delay:1s}.gradient-text{background:linear-gradient(135deg,var(--purple) 0,var(--coral) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:var(--primary-foreground);padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:all .3s ease}.btn-pill:hover{background:var(--purple);transform:scale(1.02);color:#fff}.btn-pill-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:0 0;color:var(--foreground);padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;font-size:.875rem;border:1px solid var(--border);cursor:pointer;transition:all .3s ease}.btn-pill-outline:hover{background:var(--secondary)}.tag-purple{background:rgba(157,141,241,.2);color:#7c6ce7;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.tag-coral{background:rgba(255,107,107,.2);color:#e55555;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.tag-teal{background:rgba(78,205,196,.2);color:#3db3aa;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.tag-green{background:rgba(34,197,94,.2);color:#16a34a;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.tag-yellow{background:rgba(255,230,109,.3);color:#7a6800;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.card-accent-border{position:relative;overflow:hidden}.card-accent-border::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--purple),var(--coral),var(--teal))}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.container{padding:0 2rem}}.header{position:sticky;top:0;z-index:50;padding:1rem}@media (min-width:1024px){.header{padding:1rem 2rem}}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:4rem;border-radius:1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,var(--purple),var(--coral));color:#fff;font-weight:700;font-size:1rem}.logo-text{font-size:1.25rem;font-weight:700;color:var(--foreground)}.logo-img{height:auto;max-height:50px;width:auto;display:block}.footer-logo .logo-img{max-height:42px}@media (max-width:768px){.logo-img{max-height:40px;max-width:150px}.footer-logo .logo-img{max-height:36px}}.nav-desktop{display:none;align-items:center;gap:.25rem}@media (min-width:1024px){.nav-desktop{display:flex}}.nav-link{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:background .3s ease}.nav-link:hover{background:var(--secondary)}.header-actions{display:flex;align-items:center;gap:.75rem}.btn-icon{display:none;padding:.625rem;border-radius:9999px;background:var(--secondary);border:none;cursor:pointer;transition:background .3s ease}.btn-icon:hover{background:var(--muted)}@media (min-width:1024px){.btn-icon{display:flex}}.mobile-menu-btn{display:flex;padding:.625rem;border-radius:.75rem;background:var(--secondary);border:none;cursor:pointer}@media (min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;margin:.5rem 1rem 0;padding:1rem;border-radius:1rem}.mobile-menu.active{display:block}@media (min-width:1024px){.mobile-menu{display:none!important}}.mobile-nav{display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;transition:background .3s ease}.mobile-nav-link:hover{background:var(--secondary)}.hero{position:relative;padding:2rem 1rem;overflow:hidden}@media (min-width:1024px){.hero{padding:3rem 2rem}}.hero-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;z-index:0}.hero-shape{position:absolute;border-radius:50%;opacity:.1;filter:blur(60px)}.hero-shape-1{width:400px;height:400px;background:var(--purple);top:-100px;right:-100px;animation:float-shape 20s ease-in-out infinite}.hero-shape-2{width:300px;height:300px;background:var(--coral);bottom:-50px;left:-50px;animation:float-shape 15s ease-in-out infinite reverse}.hero-shape-3{width:200px;height:200px;background:var(--teal);top:50%;left:30%;animation:float-shape 18s ease-in-out infinite 2s}.hero-shape-4{width:150px;height:150px;background:var(--purple);bottom:20%;right:20%;animation:float-shape 12s ease-in-out infinite 1s}.hero-grid-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(157,141,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(157,141,241,.03) 1px,transparent 1px);background-size:50px 50px}@keyframes float-shape{0%,100%{transform:translate(0,0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.05)}}.hero-card{position:relative;z-index:1;border-radius:1.5rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{padding:2rem}@media (min-width:1024px){.hero-content{padding:3rem 4rem}}.hero-tags{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hero-title{margin-top:2rem;font-size:2.25rem;line-height:1.1}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.5rem}}.hero-desc{margin-top:1.5rem;font-size:1.125rem;color:var(--muted-foreground);max-width:28rem}.hero-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-trust{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.hero-trust-item i{color:var(--teal);font-size:1rem}.hero-stats{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;gap:2rem}.hero-stat-value{font-size:1.875rem;font-weight:700}.hero-stat-label{font-size:.875rem;color:var(--muted-foreground)}.hero-image{position:relative;display:none;min-height:400px;background:linear-gradient(135deg,rgba(157,141,241,.1) 0,rgba(255,107,107,.1) 100%)}@media (min-width:1024px){.hero-image{display:flex;align-items:center;justify-content:center}}.hero-brands-showcase{position:relative;width:100%;height:100%;min-height:400px}.hero-brand-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.1)}.hero-brand-card img{width:48px;height:48px;border-radius:.75rem;object-fit:contain;background:#fff;padding:4px}.hero-brand-info{display:flex;flex-direction:column;gap:.25rem}.hero-brand-name{font-weight:600;font-size:.9375rem}.hero-brand-rating{font-size:.8125rem;color:var(--muted-foreground)}.hero-brand-rating i{color:#fbbf24;margin-right:.25rem}.hero-brand-card-1{top:15%;left:10%;z-index:3}.hero-brand-card-2{top:45%;right:10%;z-index:2}.hero-brand-card-3{bottom:15%;left:20%;z-index:1}.hero-center-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--coral));display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:0 10px 40px rgba(157,141,241,.4);animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,100%{box-shadow:0 10px 40px rgba(157,141,241,.4)}50%{box-shadow:0 10px 60px rgba(157,141,241,.6)}}.hero-deco{position:absolute;width:40px;height:40px;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:1rem;opacity:.6}.hero-deco-1{top:25%;right:25%;animation:float-deco 4s ease-in-out infinite}.hero-deco-2{bottom:30%;right:15%;animation:float-deco 5s ease-in-out infinite 1s}.hero-deco-3{top:60%;left:15%;animation:float-deco 3.5s ease-in-out infinite .5s}@keyframes float-deco{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-delayed{animation:float 3s ease-in-out infinite .5s}.animate-float-slow{animation:float 4s ease-in-out infinite 1s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:640px){.hero-stats{gap:1.5rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.hero-stats::-webkit-scrollbar{display:none}.hero-stats>div{flex-shrink:0}.hero-stat-value{font-size:1.5rem}}.hero-floating-card{position:absolute;bottom:2rem;left:2rem;right:2rem;padding:1.5rem;border-radius:1rem}.top-casinos{margin-top:1.5rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.top-casinos{grid-template-columns:repeat(3,1fr)}}.top-casino-card{padding:1.5rem;border-radius:1rem}.top-casino-header{display:flex;justify-content:space-between;align-items:flex-start}.top-casino-rank{font-size:2.25rem;font-weight:700;color:var(--muted);opacity:.5}.top-casino-name{margin-top:1rem;font-size:1.25rem;font-weight:600}.top-casino-rating{margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.star{color:#facc15;fill:#facc15;width:1rem;height:1rem}.top-casino-link{margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--purple)}.top-casino-link:hover{color:#7c6ce7}.section{padding:4rem 1rem}@media (min-width:1024px){.section{padding:4rem 2rem}}.section-header{max-width:48rem;margin:0 auto;text-align:center}.section-title{margin-top:1.5rem;font-size:1.875rem}@media (min-width:768px){.section-title{font-size:2.25rem}}@media (min-width:1024px){.section-title{font-size:3rem}}.section-desc{margin-top:1rem;color:var(--muted-foreground)}.featured-grid{margin-top:3rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.featured-grid{grid-template-columns:repeat(4,1fr)}}.featured-card{border-radius:1.5rem;overflow:hidden;padding:1.5rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.featured-card-image{width:64px;height:64px;border-radius:1rem;overflow:hidden;margin-bottom:1rem;background:#fff;border:1px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px}.featured-card-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.featured-name{margin-top:.75rem;font-size:1.25rem;font-weight:600}.featured-rating{margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.featured-rating .star{width:.875rem;height:.875rem}.featured-desc{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground);flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-link{margin-top:auto;padding-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--purple)}.comparison-table{border-radius:1.5rem;overflow:hidden;margin-top:2.5rem}.table-header{display:none;padding:1rem 1.5rem;background:rgba(232,232,244,.5);border-bottom:1px solid var(--border)}@media (min-width:1024px){.table-header{display:grid;grid-template-columns:1fr 2fr 1fr 2fr 1.5fr 1fr;gap:1rem;font-size:.875rem;font-weight:600}}.table-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem 1.5rem;align-items:center;border-bottom:1px solid var(--border)}.table-row:last-child{border-bottom:none}@media (min-width:1024px){.table-row{grid-template-columns:1fr 2fr 1fr 2fr 1.5fr 1fr}}.table-row.highlight{background:rgba(157,141,241,.05)}.table-rank{display:flex;align-items:center;gap:1rem}.rank-number{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:var(--secondary);font-weight:700}.rank-number.rank-1{background:linear-gradient(135deg,var(--purple),var(--coral));color:#fff}.table-name{font-weight:600;display:flex;align-items:center;gap:.75rem}.table-logo{width:40px;height:40px;border-radius:8px;object-fit:contain;background:#fff;padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.table-rating{display:none;justify-content:center}@media (min-width:1024px){.table-rating{display:flex}}.rating-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;background:rgba(250,204,21,.2)}.rating-badge .star{width:1rem;height:1rem}.rating-badge span{font-size:.875rem;font-weight:500}.table-bonus{display:none;text-align:center;font-size:.875rem}@media (min-width:1024px){.table-bonus{display:block}}.table-features{display:none;align-items:center;justify-content:center;gap:1rem}@media (min-width:1024px){.table-features{display:flex}}.feature-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem}.feature-check{color:var(--teal);width:1rem;height:1rem}.feature-x{color:var(--muted-foreground);width:1rem;height:1rem}.table-action{display:flex;justify-content:flex-end}.table-action .btn-pill{padding:.5rem 1rem}.trust-section{border-radius:1.5rem;overflow:hidden}.trust-grid{display:grid;grid-template-columns:1fr}@media (min-width:1024px){.trust-grid{grid-template-columns:1fr 1fr}}.trust-content{background:linear-gradient(135deg,#7c3aed,#db2777);padding:2rem;color:#fff}@media (min-width:1024px){.trust-content{padding:3rem}}.trust-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);font-size:.875rem;font-weight:500}.trust-title{margin-top:1.5rem;font-size:1.875rem;color:#fff}@media (min-width:1024px){.trust-title{font-size:2.25rem}}.trust-desc{margin-top:1rem;opacity:.8}.trust-stats{margin-top:2.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:640px){.trust-stats{grid-template-columns:repeat(4,1fr)}}.trust-stat{text-align:center}.trust-stat-value{font-size:1.875rem;font-weight:700}.trust-stat-label{margin-top:.25rem;font-size:.875rem;opacity:.6}.trust-methods{padding:2rem}@media (min-width:1024px){.trust-methods{padding:3rem}}.method-items{display:flex;flex-direction:column;gap:1rem}.method-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:1rem;background:rgba(232,232,244,.5);transition:background .3s ease}.method-item:hover{background:var(--secondary)}.method-icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;color:#fff}.method-icon.purple{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.method-icon.teal{background:linear-gradient(135deg,#14b8a6,#06b6d4)}.method-icon.coral{background:linear-gradient(135deg,var(--coral),#f472b6)}.method-icon.yellow{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.method-icon.rose{background:linear-gradient(135deg,#f43f5e,#ef4444)}.method-content{flex:1}.method-title{font-weight:600}.method-desc{font-size:.875rem;color:var(--muted-foreground)}.method-number{font-size:1.5rem;font-weight:700;color:var(--muted);opacity:.3}.faq-section{display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:1024px){.faq-section{grid-template-columns:1fr 2fr}}.faq-sidebar{margin-top:1.5rem}.faq-title{font-size:1.875rem}@media (min-width:768px){.faq-title{font-size:2.25rem}}.faq-desc{margin-top:1rem;color:var(--muted-foreground)}.faq-contact{margin-top:2rem;display:inline-flex;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem}.faq-contact-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,var(--purple),var(--coral));color:#fff}.faq-contact-title{font-size:.875rem;font-weight:500}.faq-contact-email{font-size:.75rem;color:var(--muted-foreground)}.faq-items{display:flex;flex-direction:column;gap:.75rem}.faq-item{border-radius:1rem;overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;text-align:left;background:0 0;border:none;cursor:pointer;font-weight:500}.faq-toggle{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--secondary);transition:all .3s ease}.faq-item.active .faq-toggle{background:linear-gradient(135deg,var(--purple),var(--coral));color:#fff;transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.5rem 1.5rem;border-top:1px solid var(--border)}.faq-item.active .faq-answer{display:block}.faq-answer p{padding-top:1rem;color:var(--muted-foreground)}.footer{margin-top:5rem}.footer-cta{margin:0 1rem}@media (min-width:1024px){.footer-cta{margin:0 2rem}}.footer-cta-inner{border-radius:1.5rem;overflow:hidden;background:linear-gradient(135deg,rgba(157,141,241,.1),rgba(255,107,107,.1),rgba(78,205,196,.1));padding:2rem}@media (min-width:1024px){.footer-cta-inner{padding:4rem}}.footer-cta-content{max-width:32rem;margin:0 auto;text-align:center}.footer-cta-title{margin-top:1.5rem;font-size:1.875rem}@media (min-width:1024px){.footer-cta-title{font-size:3rem}}.footer-cta-desc{margin-top:1rem;color:var(--muted-foreground)}.footer-cta-form{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.footer-cta-form{flex-direction:row;justify-content:center}}.footer-cta-input{padding:.75rem 1.5rem;border-radius:9999px;border:1px solid var(--border);background:#fff;font-size:.875rem;outline:0}.footer-cta-input:focus{border-color:var(--purple);box-shadow:0 0 0 2px rgba(157,141,241,.2)}.footer-main{margin:2rem 1rem 0}@media (min-width:1024px){.footer-main{margin:2rem 2rem 0}}.footer-main-inner{border-radius:1.5rem;padding:2rem}@media (min-width:1024px){.footer-main-inner{padding:3rem}}.footer-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.footer-grid{grid-template-columns:1fr 2fr 1fr}}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-desc{margin-top:1rem;font-size:.875rem;color:var(--muted-foreground)}.footer-social{margin-top:1.5rem;display:flex;gap:.75rem}.social-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--secondary);border:none;cursor:pointer;transition:all .3s ease}.social-btn:hover{background:var(--purple);color:#fff}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:1024px){.footer-links{grid-template-columns:repeat(3,1fr)}}.footer-links-section h4{margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links-list a{font-size:.875rem;color:var(--muted-foreground);transition:color .3s ease}.footer-links-list a:hover{color:var(--foreground)}.footer-badge{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width:1024px){.footer-badge{align-items:flex-end}}.age-badge{padding:1rem;border-radius:1rem;background:linear-gradient(135deg,var(--purple),var(--coral));color:#fff;text-align:center}.age-badge span{font-size:1.875rem;font-weight:700;display:block}.age-badge p{margin-top:.25rem;font-size:.75rem;opacity:.8}.footer-tags{display:flex;gap:.5rem}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:1024px){.footer-bottom{flex-direction:row}}.footer-bottom p{font-size:.875rem;color:var(--muted-foreground)}.footer-spacing{height:2rem}.page-hero{padding:4rem 0;background:var(--primary);color:var(--primary-foreground)}.page-hero-content{max-width:56rem;margin:0 auto;text-align:center;padding:0 1rem}.page-hero-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:rgba(255,107,107,.2);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent)}.page-hero-title{margin-top:1rem;font-size:2.25rem;color:var(--primary-foreground)}@media (min-width:640px){.page-hero-title{font-size:3rem}}.page-hero-desc{margin-top:1rem;font-size:1.125rem;opacity:.7}.info-page{padding:4rem 1rem}@media (min-width:1024px){.info-page{padding:4rem 2rem}}.info-page-inner{max-width:56rem;margin:0 auto}.info-update{margin-bottom:2rem;font-size:.875rem;color:var(--muted-foreground)}.info-highlights{margin-bottom:3rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.info-highlights{grid-template-columns:repeat(3,1fr)}}.info-highlight{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.75rem;background:rgba(157,141,241,.05);border:1px solid rgba(157,141,241,.2)}.info-highlight-icon{width:2rem;height:2rem;color:var(--purple)}.info-highlight-title{font-weight:600;font-size:.875rem}.info-highlight-desc{font-size:.75rem;color:var(--muted-foreground)}.info-section{margin-bottom:2.5rem}.info-section h2{margin-bottom:1rem;font-size:1.5rem;color:var(--foreground)}.info-section p{margin-bottom:1rem;color:var(--muted-foreground);line-height:1.7}.info-section ul{margin-left:1rem;margin-bottom:1rem;color:var(--muted-foreground)}.info-section li{margin-bottom:.5rem;line-height:1.7}.info-list{list-style:none;margin-left:0}.info-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.info-list-icon{flex-shrink:0;margin-top:.25rem;width:1.25rem;height:1.25rem;color:var(--purple)}.info-box{padding:1.5rem;border-radius:.75rem;margin:1.5rem 0}.info-box.primary{background:rgba(157,141,241,.05);border:1px solid rgba(157,141,241,.3)}.info-box.accent{background:rgba(255,107,107,.05);border:1px solid rgba(255,107,107,.3)}.info-box.destructive{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.3)}.info-box-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.info-box-icon{width:1.5rem;height:1.5rem}.info-box-icon.primary{color:var(--purple)}.info-box-icon.accent{color:var(--accent)}.info-box-icon.destructive{color:var(--destructive)}.info-box-title{font-weight:700;font-size:1.125rem}.contact-section{padding:4rem 1rem}@media (min-width:1024px){.contact-section{padding:5rem 2rem}}.contact-grid{max-width:72rem;margin:0 auto;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.contact-grid{grid-template-columns:2fr 3fr}}.contact-info h2{font-size:1.5rem;color:var(--foreground)}.contact-info-desc{margin-top:.5rem;color:var(--muted-foreground)}.contact-cards{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.75rem}.contact-card-icon{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:rgba(157,141,241,.1)}.contact-card-icon svg{width:1.25rem;height:1.25rem;color:var(--purple)}.contact-card-title{font-weight:600}.contact-card-value{font-size:.875rem;font-weight:500;color:var(--purple)}.contact-card-desc{font-size:.75rem;color:var(--muted-foreground)}.contact-faq{margin-top:1.5rem;padding:1.25rem;border-radius:.75rem;background:rgba(255,107,107,.05);border:1px solid rgba(255,107,107,.3)}.contact-faq-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.contact-faq-header svg{width:1.5rem;height:1.5rem;color:var(--accent)}.contact-faq-header h3{font-weight:600}.contact-faq p{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.contact-form-card{padding:1.5rem;border-radius:1rem}@media (min-width:1024px){.contact-form-card{padding:2rem}}.contact-form-header h2{font-size:1.5rem;color:var(--foreground)}.contact-form-header p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.contact-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500}.form-input,.form-select,.form-textarea{padding:.625rem 1rem;border-radius:.75rem;border:1px solid var(--input);background:var(--card);font-size:.875rem;outline:0;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--ring);box-shadow:0 0 0 2px rgba(157,141,241,.2)}.form-textarea{resize:none}.form-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;background:var(--primary);color:var(--primary-foreground);font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background .3s ease}.form-submit:hover{background:var(--purple)}.breadcrumb{padding:.75rem 0;background:rgba(232,232,244,.5);border-bottom:1px solid var(--border)}.breadcrumb-inner{max-width:80rem;margin:0 auto;padding:0 1rem}.breadcrumb-nav{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--muted-foreground)}.breadcrumb-nav a:hover{color:var(--purple)}.breadcrumb-sep{width:1rem;height:1rem}.review-hero{padding:3rem 0 4rem;background:var(--primary);color:var(--primary-foreground)}.review-hero-inner{max-width:80rem;margin:0 auto;padding:0 1rem}.review-hero-grid{display:grid;gap:2rem;align-items:center}@media (min-width:1024px){.review-hero-grid{grid-template-columns:2fr 1fr}}.review-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.review-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700}.review-badge.licensed{background:var(--accent);color:var(--accent-foreground)}.review-badge.update{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.review-title{font-size:2.25rem;color:var(--primary-foreground)}@media (min-width:1024px){.review-title{font-size:3rem}}.review-title span{color:var(--accent)}.review-desc{margin-top:1rem;font-size:1.125rem;opacity:.8;max-width:40rem}.review-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.review-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;background:var(--accent);color:var(--accent-foreground);font-weight:600;transition:background .3s ease}.review-btn-primary:hover{background:rgba(255,107,107,.9);color:#fff}.review-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.3);color:var(--primary-foreground);font-weight:600;transition:background .3s ease}.review-btn-secondary:hover{background:rgba(255,255,255,.1)}.rating-card{padding:1.5rem;border-radius:.75rem;background:var(--card);color:var(--card-foreground);box-shadow:0 10px 40px rgba(0,0,0,.2);text-align:center}.rating-card-image{width:100%;height:100px;margin-bottom:1rem;border-radius:.75rem;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:.75rem;border:1px solid var(--border)}.rating-card-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.rating-label{font-size:.875rem;color:var(--muted-foreground)}.rating-score{font-size:3.75rem;font-weight:700;color:var(--purple)}.rating-stars{margin-top:.5rem;display:flex;justify-content:center;gap:.25rem}.rating-stars svg{width:1.25rem;height:1.25rem}.rating-stars svg.filled{color:var(--accent);fill:var(--accent)}.rating-stars svg.empty{color:var(--muted)}.rating-criteria{margin-top:.5rem;font-size:.75rem;color:var(--muted-foreground)}.rating-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.rating-detail{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.rating-detail-label{color:var(--muted-foreground)}.rating-detail-value{font-weight:600}.quick-stats{padding:2.5rem 0;background:linear-gradient(180deg,var(--card) 0,rgba(157,141,241,.03) 100%);border-bottom:1px solid var(--border);position:relative}.quick-stats::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(157,141,241,.3),transparent)}.quick-stats-inner{max-width:80rem;margin:0 auto;padding:0 1rem}.quick-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.quick-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.quick-stat{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--card);border-radius:1rem;border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden}.quick-stat::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(157,141,241,.05) 0,transparent 100%);opacity:0;transition:opacity .3s ease}.quick-stat:hover{transform:translateY(-2px);border-color:rgba(157,141,241,.3);box-shadow:0 8px 24px rgba(157,141,241,.12)}.quick-stat:hover::before{opacity:1}.quick-stat-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:.875rem;background:linear-gradient(135deg,rgba(157,141,241,.15) 0,rgba(255,111,97,.1) 100%);position:relative;flex-shrink:0}.quick-stat-icon::after{content:'';position:absolute;inset:0;border-radius:.875rem;padding:1px;background:linear-gradient(135deg,rgba(157,141,241,.3),rgba(255,111,97,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.quick-stat-icon i{font-size:1.25rem;background:linear-gradient(135deg,var(--purple),var(--coral));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quick-stat-icon svg{width:1.5rem;height:1.5rem;color:var(--purple)}.quick-stat-content{display:flex;flex-direction:column;gap:.25rem}.quick-stat-label{font-size:.8125rem;color:var(--muted-foreground);font-weight:500;text-transform:uppercase;letter-spacing:.03em}.quick-stat-value{font-size:1.25rem;font-weight:700;font-family:'DM Sans',sans-serif;background:linear-gradient(135deg,var(--foreground) 0,var(--muted-foreground) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:767px){.quick-stat{padding:1rem}.quick-stat-icon{width:3rem;height:3rem}.quick-stat-icon i{font-size:1.125rem}.quick-stat-value{font-size:1.125rem}.quick-stat-label{font-size:.75rem}}.pros-cons{padding:3rem 1rem 4rem}@media (min-width:1024px){.pros-cons{padding:3rem 2rem 4rem}}.pros-cons-inner{max-width:80rem;margin:0 auto}.pros-cons-title{margin-bottom:2rem;font-size:1.5rem}@media (min-width:1024px){.pros-cons-title{font-size:1.875rem}}.pros-cons-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.pros-cons-grid{grid-template-columns:1fr 1fr}}.cons-box,.pros-box{padding:1.5rem;border-radius:.75rem}.pros-box{background:rgba(78,205,196,.05);border:1px solid rgba(78,205,196,.3)}.cons-box{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.3)}.cons-box h3,.pros-box h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600}.pros-box h3{color:var(--teal)}.cons-box h3{color:var(--destructive)}.cons-list,.pros-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.cons-list li,.pros-list li{display:flex;align-items:flex-start;gap:.75rem}.pros-list svg{flex-shrink:0;margin-top:.125rem;width:1rem;height:1rem;color:var(--teal)}.cons-list svg{flex-shrink:0;margin-top:.125rem;width:1rem;height:1rem;color:var(--destructive)}.review-content{padding:3rem 1rem 4rem;background:rgba(232,232,244,.3);border-top:1px solid var(--border)}@media (min-width:1024px){.review-content{padding:3rem 2rem 4rem}}.review-content-inner{max-width:56rem;margin:0 auto}.review-section{margin-bottom:3rem}.review-section:last-child{margin-bottom:0}.review-section h2{margin-bottom:1rem;font-size:1.5rem}.review-section p{margin-bottom:1rem;color:var(--muted-foreground);line-height:1.7}.review-section p:last-child{margin-bottom:0}.review-details{padding:3rem 1rem 4rem;border-top:1px solid var(--border)}@media (min-width:1024px){.review-details{padding:3rem 2rem 4rem}}.review-details-inner{max-width:80rem;margin:0 auto}.review-details-title{margin-bottom:2rem;font-size:1.5rem}@media (min-width:1024px){.review-details-title{font-size:1.875rem}}.review-details-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.review-details-grid{grid-template-columns:repeat(3,1fr)}}.detail-card{padding:1.5rem;border-radius:.75rem;border:1px solid var(--border);background:var(--card)}.detail-card h3{margin-bottom:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground)}.detail-tags{display:flex;flex-wrap:wrap;gap:.5rem}.detail-tag{padding:.25rem .75rem;border-radius:9999px;background:var(--secondary);font-size:.875rem}.review-cta{padding:3rem 1rem;background:var(--primary);color:var(--primary-foreground);text-align:center}.review-cta-inner{max-width:56rem;margin:0 auto}.review-cta-title{font-size:1.5rem;color:var(--primary-foreground)}@media (min-width:1024px){.review-cta-title{font-size:1.875rem}}.review-cta-desc{margin-top:.5rem;opacity:.7}.review-cta-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem 2rem;border-radius:.5rem;background:var(--accent);color:var(--accent-foreground);font-weight:600;transition:background .3s ease}.review-cta-btn:hover{background:rgba(255,107,107,.9);color:#fff}.review-cta-disclaimer{margin-top:1rem;font-size:.75rem;opacity:.5}.cookie-types{display:grid;gap:1rem;grid-template-columns:1fr;margin:1.5rem 0}@media (min-width:640px){.cookie-types{grid-template-columns:repeat(2,1fr)}}.cookie-type{border-radius:.75rem;border:1px solid var(--border);overflow:hidden}.cookie-type-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgba(232,232,244,.5);border-bottom:1px solid var(--border)}.cookie-type-header svg{width:1.5rem;height:1.5rem;color:var(--purple)}.cookie-type-header h3{flex:1;font-weight:600;font-size:.875rem}.cookie-type-badge{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.cookie-type-badge.optional{background:rgba(255,107,107,.2);color:var(--accent)}.cookie-type-badge.required{background:rgba(157,141,241,.2);color:var(--purple)}.cookie-type-body{padding:1rem}.cookie-type-body p{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.75rem}.cookie-type-body p:last-child{margin-bottom:0}.cookie-type-examples{font-size:.75rem}.cookie-type-examples strong{color:var(--foreground)}.browser-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.browser-link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:.5rem;background:var(--card);font-size:.875rem;font-weight:500;transition:all .3s ease}.browser-link:hover{background:var(--primary);color:var(--primary-foreground)}.browser-link svg{width:.875rem;height:.875rem}.text-center{text-align:center}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-0{margin-bottom:0}.mb-4{margin-bottom:1rem}.hidden{display:none}.block{display:block}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}@media (min-width:1024px){.lg-block{display:block}.lg-hidden{display:none}}.related-brands{padding:4rem 1rem;background:linear-gradient(180deg,transparent 0,rgba(157,141,241,.05) 100%)}.related-brands-inner{max-width:1200px;margin:0 auto}.related-brands-header{text-align:center;margin-bottom:2.5rem}.related-brands-title{font-size:1.75rem;margin-bottom:.5rem}.related-brands-desc{color:var(--muted-foreground);font-size:.9375rem}.related-brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.related-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border-radius:var(--radius);text-decoration:none;color:var(--foreground);transition:all .3s ease}.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(157,141,241,.2)}.related-card-image{width:80px;height:80px;border-radius:1rem;overflow:hidden;margin-bottom:1rem;background:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid var(--border);box-sizing:border-box}.related-card-image img{max-width:100%;max-height:100%;object-fit:contain}.related-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--purple) 0,var(--coral) 100%);color:#fff;font-size:2rem}.related-card h4{font-size:1.125rem;margin:.75rem 0 .5rem;font-family:'DM Sans',sans-serif;font-weight:600}.related-rating{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.related-rating i{color:#fbbf24}.related-link{font-size:.875rem;font-weight:600;color:var(--purple);display:flex;align-items:center;gap:.375rem;transition:gap .3s ease}.related-card:hover .related-link{gap:.625rem}@media (max-width:768px){.related-brands{padding:3rem 1rem}.related-brands-title{font-size:1.5rem}.related-brands-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.related-card{padding:1rem}.related-card-image{width:60px;height:60px}.related-card h4{font-size:1rem}}@media (max-width:480px){.related-brands-grid{grid-template-columns:1fr}}.container,.footer,.header,.hero,.section,main,section{max-width:100vw;overflow-x:hidden}a,h1,h2,h3,h4,h5,h6,li,p,span{word-wrap:break-word;overflow-wrap:break-word}code,pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}embed,iframe,img,object,video{max-width:100%;height:auto}@media (max-width:768px){.hero-title{font-size:clamp(1.75rem, 6vw, 2.5rem);line-height:1.2}.hero-stat-value{font-size:clamp(1.5rem, 5vw, 2rem)}.btn-pill,.btn-pill-outline,.review-btn-primary,.review-btn-secondary{max-width:100%;white-space:normal;text-align:center}.footer-grid{gap:2rem}.footer-links{flex-direction:column;gap:1.5rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn-pill,.hero-buttons .btn-pill-outline{width:100%;justify-content:center}.review-buttons{flex-direction:column;gap:.75rem}.review-buttons a{width:100%;text-align:center;justify-content:center}.quick-stats-grid{grid-template-columns:repeat(2,1fr)}.pros-cons-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-stats{flex-direction:column;gap:1rem;align-items:center}.quick-stats-grid{grid-template-columns:1fr;gap:.75rem}.quick-stat{padding:1rem 1.25rem}.top-casinos{flex-direction:column}.top-casino-card{width:100%}.footer-cta-form{flex-direction:column;gap:.75rem}.footer-cta-input{width:100%}.footer-cta-form .btn-pill{width:100%}}.hot-games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.hot-game-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:all .3s ease}.hot-game-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.hot-game-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.hot-game-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.hot-game-provider{font-size:.85rem;color:var(--muted-foreground);margin-bottom:.5rem}.hot-game-stats{display:flex;gap:.75rem;flex-wrap:wrap}.hot-game-rtp,.hot-game-type{font-size:.75rem;padding:.25rem .5rem;border-radius:.5rem;background:var(--secondary);color:var(--muted-foreground)}.hot-game-popularity{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#ff6b6b,#f472b6);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.hot-game-popularity i{color:#fbbf24}@media (max-width:1024px){.hot-games-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hot-games-grid{grid-template-columns:1fr}}.brand-faq{padding:3rem 0}.brand-faq-inner{max-width:900px;margin:0 auto;padding:0 1.5rem}.brand-faq-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.brand-faq-item{margin-bottom:1rem;border-radius:1rem;overflow:hidden}.brand-faq-question{width:100%;padding:1.25rem 1.5rem;background:0 0;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--foreground);transition:all .3s ease}.brand-faq-question:hover{color:var(--purple)}.brand-faq-answer{padding:0 1.5rem 1.25rem;color:var(--muted-foreground);line-height:1.7;display:none}.brand-faq-item.active .brand-faq-answer{display:block}.brand-faq-item.active .brand-faq-toggle i{transform:rotate(180deg)}.brand-faq-toggle{width:2rem;height:2rem;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.brand-faq-toggle i{transition:transform .3s ease;font-size:.875rem}.bonus-details{background:linear-gradient(135deg,var(--purple) 0,#6366f1 100%);padding:3rem 0;color:#fff}.bonus-details-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bonus-details-header{text-align:center;margin-bottom:2rem}.bonus-details-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.bonus-details-subtitle{opacity:.9}.bonus-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.bonus-card{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;text-align:center}.bonus-card-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.bonus-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.bonus-card-value{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#fbbf24}.bonus-card-desc{font-size:.875rem;opacity:.9;line-height:1.5}.bonus-terms{margin-top:2rem;padding:1.5rem;background:rgba(255,255,255,.1);border-radius:1rem}.bonus-terms-title{font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.bonus-terms-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.bonus-terms-list li{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.bonus-terms-list li i{color:#4ecdc4}@media (max-width:768px){.bonus-cards-grid{grid-template-columns:1fr}.bonus-terms-list{grid-template-columns:1fr}}.user-reviews{padding:3rem 0;background:var(--secondary)}.user-reviews-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.user-reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.user-reviews-title{font-size:1.75rem;font-weight:700}.user-reviews-summary{display:flex;align-items:center;gap:1rem}.user-reviews-score{font-size:2.5rem;font-weight:700;color:var(--purple)}.user-reviews-stars{color:#fbbf24;display:flex;gap:.25rem}.user-reviews-count{font-size:.875rem;color:var(--muted-foreground)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.review-card{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.review-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-card-user{display:flex;align-items:center;gap:.75rem}.review-card-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--coral));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.review-card-name{font-weight:600;margin-bottom:.25rem}.review-card-date{font-size:.8rem;color:var(--muted-foreground)}.review-card-rating{display:flex;gap:.125rem;color:#fbbf24;font-size:.875rem}.review-card-content{color:var(--muted-foreground);line-height:1.6;margin-bottom:1rem}.review-card-helpful{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--muted-foreground)}.review-card-helpful button{background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;color:var(--muted-foreground);transition:color .3s ease}.review-card-helpful button:hover{color:var(--purple)}.review-verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#10b981;background:rgba(16,185,129,.1);padding:.25rem .5rem;border-radius:.5rem;margin-left:.5rem}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr}.user-reviews-header{flex-direction:column;align-items:flex-start}}.bonus-comparison{margin-top:2rem;padding:1.5rem;background:var(--card);border-radius:var(--radius);box-shadow:0 4px 20px rgba(0,0,0,.08)}.bonus-comparison-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.bonus-comparison-title i{color:var(--purple)}.bonus-comparison-table-wrapper{overflow-x:auto;border-radius:calc(var(--radius) - .5rem);border:1px solid var(--border);-webkit-overflow-scrolling:touch;position:relative}.bonus-comparison-table-wrapper::after{content:'';position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.05));pointer-events:none;opacity:1;transition:opacity .3s ease}.bonus-comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.bonus-comparison-table thead{background:linear-gradient(135deg,var(--purple),#7c6bd1)}.bonus-comparison-table th{color:#fff;font-weight:600;padding:.875rem 1rem;text-align:left}.bonus-comparison-table th:first-child{border-radius:calc(var(--radius) - .75rem) 0 0 0}.bonus-comparison-table th:last-child{border-radius:0 calc(var(--radius) - .75rem) 0 0}.bonus-comparison-table td{padding:.875rem 1rem;border-bottom:1px solid var(--border);color:var(--foreground)}.bonus-comparison-table tbody tr{transition:background-color .2s ease}.bonus-comparison-table tbody tr:hover{background-color:var(--secondary)}.bonus-comparison-table tbody tr:last-child td{border-bottom:none}.bonus-comparison-table tbody tr:last-child td:first-child{border-radius:0 0 0 calc(var(--radius) - .75rem)}.bonus-comparison-table tbody tr:last-child td:last-child{border-radius:0 0 calc(var(--radius) - .75rem) 0}.bonus-comparison-table .highlight-row{background:linear-gradient(135deg,rgba(157,141,241,.12),rgba(255,107,107,.08))}.bonus-comparison-table .highlight-row:hover{background:linear-gradient(135deg,rgba(157,141,241,.18),rgba(255,107,107,.12))}.bonus-comparison-table .highlight-row td{color:var(--foreground);font-weight:500}.bonus-comparison-table .highlight-row td:first-child{position:relative}.bonus-comparison-table .highlight-row td:first-child::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:linear-gradient(180deg,var(--purple),var(--coral));border-radius:2px}.bonus-comparison-note{margin-top:1rem;font-size:.8rem;color:var(--muted-foreground);font-style:italic}@media (max-width:768px){.bonus-comparison{padding:1rem;margin-top:1.5rem}.bonus-comparison-title{font-size:1.1rem}.bonus-comparison-table{font-size:.8rem}.bonus-comparison-table td,.bonus-comparison-table th{padding:.625rem .5rem}.bonus-comparison-table td:nth-child(4),.bonus-comparison-table th:nth-child(4){display:none}}@media (max-width:480px){.bonus-comparison{padding:.875rem;margin-top:1rem}.bonus-comparison-title{font-size:1rem;margin-bottom:1rem}.bonus-comparison-title i{font-size:.9rem}.bonus-comparison-table{font-size:.7rem}.bonus-comparison-table td,.bonus-comparison-table th{padding:.5rem .375rem}.bonus-comparison-table td:first-child,.bonus-comparison-table th:first-child{position:sticky;left:0;background:var(--card);z-index:1;min-width:70px;max-width:80px}.bonus-comparison-table thead th:first-child{background:linear-gradient(135deg,var(--purple),#7c6bd1)}.bonus-comparison-table .highlight-row td:first-child{background:linear-gradient(135deg,rgba(157,141,241,.2),rgba(255,107,107,.1))}.bonus-comparison-table td:last-child{min-width:90px;word-break:break-word}.bonus-comparison-note{font-size:.7rem;margin-top:.75rem}.bonus-comparison-table-wrapper::after{width:20px;background:linear-gradient(90deg,transparent,rgba(157,141,241,.15))}}@media (max-width:360px){.bonus-comparison-table{font-size:.65rem}.bonus-comparison-table td,.bonus-comparison-table th{padding:.4rem .3rem}.bonus-comparison-table td:first-child,.bonus-comparison-table th:first-child{min-width:60px;max-width:70px}}