:root{--brand-safari: #D35400;--brand-riga: #2C3E50;--brand-zar: #27AE60;--brand-void: #0D1B2A;--brand-dust: #E9C46A;--bg-canvas: #F4F6F8;--bg-card: #FFFFFF;--bg-hover: #F8EFEA;--bg-stripe: linear-gradient(135deg, #FDF6F0 0%, #F9E4D4 100%);--text-ink: #1B263B;--text-muted: #778DA9;--text-zar: var(--brand-zar);--border: 1.5px solid #E0E1E4;--radius: 16px;--radius-sm: 12px;--shadow-elevate: 0 8px 24px rgba(211, 84, 0, .08), 0 2px 6px rgba(13, 27, 42, .06);--shadow-inset: inset 0 1px 3px rgba(255, 255, 255, .6), inset 0 -1px 2px rgba(0, 0, 0, .05);--font-heading: "Manrope", system-ui, sans-serif;--font-body: "Space Grotesk", "Inter", system-ui, sans-serif;--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--ease-safari: cubic-bezier(.19, 1, .22, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font-family:var(--font-body);font-weight:400;line-height:1.65;color:var(--text-ink);background:var(--bg-canvas);background-image:radial-gradient(circle at 20% 80%,rgba(212,84,0,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(39,174,96,.03) 0%,transparent 50%);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,.h1,.h2,.h3{font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em;margin-bottom:.6rem;background:linear-gradient(90deg,var(--brand-riga) 0%,var(--brand-safari) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative}h1,.h1{font-size:clamp(2rem,5vw,2.5rem);line-height:1.2}h2,.h2{font-size:1.75rem;position:relative}h2:after,.h2:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-6px;width:40px;height:3px;background:var(--brand-dust);border-radius:2px;box-shadow:0 1px 2px #e9c46a4d}h3,.h3{font-size:1.375rem;color:var(--brand-riga)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.6rem;font-family:var(--font-heading);font-weight:700;font-size:1rem;text-decoration:none;border:none;border-radius:var(--radius);cursor:pointer;transition:all .3s var(--ease-bounce);position:relative;overflow:hidden;text-transform:none;letter-spacing:-.01em}.btn-primary{background:var(--brand-safari);color:#fff;box-shadow:var(--shadow-elevate)}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 28px #d354002e}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(0) scale(.98)}.btn-secondary{background:transparent;color:var(--text-ink);border:var(--border);box-shadow:var(--shadow-inset)}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--brand-safari);transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}:root{--text-default: #415A77;--accent-zar: var(--brand-zar);--accent-dust: var(--brand-dust);--radius-large: 20px;--max-width: 1280px;--container-padding: 1.5rem;--duration: .2s;--shadow-soft: 0 4px 16px rgba(13, 27, 42, .08)}.page{min-height:100vh;background:var(--bg-canvas)}.hero{position:relative;background:linear-gradient(135deg,#d3540008,#2c3e5008);padding:2.5rem 0;border-bottom:1px solid var(--border);overflow:hidden}.hero--alt{background:linear-gradient(135deg,#27ae600a,#2c3e500a)}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(211,84,0,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(44,62,80,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero__container{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding);display:grid;gap:2.5rem}.hero__content{display:flex;flex-direction:column;justify-content:center;animation:fadeInUp .6s var(--ease-safari)}.hero__title{font-family:var(--font-heading);font-size:clamp(1.85rem,5vw,2.75rem);color:var(--text-ink);font-weight:700;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em;position:relative}.hero__title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--brand-safari),var(--accent-dust));border-radius:2px;animation:slideInLeft .8s var(--ease-safari) .2s backwards}.hero__intro{font-size:1.05rem;color:var(--text-default);line-height:1.75;display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.hero__image{margin:0;border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-elevate);background:var(--bg-card);border:1px solid var(--border);transition:all .4s var(--ease-safari);animation:fadeInScale .8s var(--ease-safari) .2s backwards}.hero__image:hover{box-shadow:0 12px 40px #0d1b2a26,0 0 0 1px #d354001a;transform:translateY(-4px)}.hero__image img{width:100%;height:auto;display:block;transition:transform .6s var(--ease-safari)}.hero__image:hover img{transform:scale(1.02)}.hero__image figcaption{padding:1.25rem 1.5rem;font-size:.9rem;color:var(--text-muted);line-height:1.6;background:var(--bg-card);border-top:1px solid var(--border);font-style:italic}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}@media(min-width:768px){.hero{padding:4rem 0}.hero__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero__title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:2rem}.hero__intro{font-size:1.1rem;gap:1.5rem}}@media(min-width:1024px){.hero{padding:5rem 0}.hero__container{gap:5rem}.hero__title{font-size:2.75rem}}.section--alt{background:var(--bg-card)}.section--accent{background:linear-gradient(135deg,#d3540008,#2c3e5008)}.section__container{max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding)}.section__title{font-size:clamp(1.75rem,4vw,2.25rem);color:var(--text-ink);font-weight:700;margin:0 0 1.5rem;line-height:1.2}.section__subtitle{font-size:1.25rem;color:var(--text-ink);font-weight:700;margin:2rem 0 1rem}.section__note{font-size:.95rem;color:var(--text-muted);line-height:1.65;margin:.75rem 0 1.5rem;font-style:italic}.card-grid{display:grid;gap:1.5rem;margin-top:2rem}@media(min-width:768px){.card-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--bg-card);padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.card:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.card__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--brand-safari),var(--accent-dust));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.card__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.card__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.card__text a:hover{text-decoration:underline}.table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.table{width:100%;border-collapse:collapse;font-size:.95rem}.table thead{background:var(--bg-canvas)}.table th{padding:1rem;text-align:left;font-weight:700;color:var(--text-ink);border-bottom:2px solid var(--border)}.table td{padding:1rem;border-bottom:1px solid var(--border);color:var(--text-default);line-height:1.5}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--bg-canvas)}@media(max-width:767px){.table thead{display:none}.table tr{display:block;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.table td{display:block;text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.table td:last-child{border-bottom:none}.table td:before{content:attr(data-label);display:block;font-weight:700;color:var(--text-ink);margin-bottom:.25rem;font-size:.85rem}}.faq{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all var(--duration) var(--ease-safari)}.faq-item:hover{box-shadow:var(--shadow-soft)}.faq-item__question{padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;color:var(--text-ink);cursor:pointer;list-style:none;display:flex;align-items:center;gap:1rem;transition:all var(--duration) var(--ease-safari)}.faq-item__question:hover{color:var(--brand-safari)}.faq-item__answer{padding:0 1.5rem 1.25rem 4rem;font-size:.95rem;color:var(--text-default);line-height:1.65}.header{position:sticky;top:0;z-index:100;background:var(--bg-card);border-bottom:var(--border);transition:box-shadow .2s var(--ease-safari)}.header--scrolled{box-shadow:0 4px 16px #0d1b2a14}.header__container{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--brand-riga);font-family:var(--font-heading);font-weight:700;font-size:1.25rem;transition:color .2s}.header__logo-icon{color:var(--brand-safari);transition:transform .2s var(--ease-bounce)}.header__logo:hover .header__logo-icon{transform:rotate(15deg) scale(1.1)}.header__logo:focus-visible{outline:2px solid var(--brand-safari);outline-offset:4px;border-radius:var(--radius-sm)}.header__menu-toggle{display:flex;align-items:center;gap:.6rem;margin-left:auto;padding:.4rem .6rem;background:transparent;border:none;color:var(--brand-riga);font-family:var(--font-heading);font-weight:600;font-size:.95rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s var(--ease-safari),color .2s var(--ease-safari)}.header__menu-toggle:focus-visible{outline:2px solid var(--brand-safari);outline-offset:3px}.header__menu-toggle:hover{background:var(--bg-hover);color:var(--brand-safari)}.header__menu-icon{position:relative;width:20px;height:14px;display:inline-flex;flex-direction:column;justify-content:space-between}.header__menu-icon span{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .25s var(--ease-bounce),opacity .2s var(--ease-safari)}.header__menu-toggle--open .header__menu-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}.header__menu-toggle--open .header__menu-icon span:nth-child(2){opacity:0}.header__menu-toggle--open .header__menu-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header__menu-label{font-size:.9rem;letter-spacing:-.01em}.header__nav{display:none;gap:.5rem}@media(min-width:900px){.header__menu-toggle{display:none}.header__nav{display:flex;margin-left:auto}}.header__nav-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;text-decoration:none;color:var(--text-muted);font-weight:500;font-size:.95rem;border-radius:var(--radius-sm);transition:all .2s}.header__nav-link:hover{color:var(--brand-safari);background:var(--bg-hover)}.header__nav-link.active{color:var(--brand-safari);background:var(--bg-hover);font-weight:600}.header__nav-link:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px}.header__nav-link svg{width:18px;height:18px}.header__actions{display:none}.header__actions--desktop{align-items:center;gap:1rem}@media(min-width:900px){.header__actions{display:flex;margin-left:0}}.header__balance{display:none;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--bg-canvas);border:var(--border);border-radius:var(--radius-sm);color:var(--text-ink);font-family:var(--font-heading);font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}@media(min-width:768px){.header__balance{display:flex}}.header__balance:hover{border-color:var(--brand-zar);box-shadow:0 2px 8px #27ae601f}.header__balance svg{color:var(--brand-zar)}.header__balance-amount{color:var(--brand-zar)}.header__btn{font-size:.9rem;padding:.7rem 1.3rem}.header__language{position:relative}.header__language-select{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:8px;color:inherit;padding:.5rem .75rem;font:inherit;cursor:pointer;outline:none}.header__language-select:focus{box-shadow:0 0 0 2px #d354004d}.header__mobile{position:fixed;inset:0;display:flex;justify-content:flex-end;z-index:120;opacity:0;pointer-events:none;transition:opacity .3s var(--ease-safari)}.header__mobile--open{opacity:1;pointer-events:auto}.header__mobile-backdrop{position:absolute;inset:0;background:#0d1b2a73;border:none;padding:0;cursor:pointer}.header__mobile-backdrop:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px}.header__mobile-panel{position:relative;width:min(320px,80vw);max-width:360px;height:100%;background:var(--bg-card);border-left:var(--border);box-shadow:-6px 0 24px #0d1b2a1f;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;transform:translate(100%);transition:transform .3s var(--ease-safari)}.header__mobile--open .header__mobile-panel{transform:translate(0)}.header__mobile-header{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-heading);font-weight:700;color:var(--brand-riga)}.header__mobile-close{background:transparent;border:none;padding:.4rem;border-radius:var(--radius-sm);color:var(--brand-riga);cursor:pointer;transition:background .2s var(--ease-safari),color .2s var(--ease-safari)}.header__mobile-close:hover{background:var(--bg-hover);color:var(--brand-safari)}.header__mobile-close:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px}.header__mobile-nav{display:flex;flex-direction:column;gap:.75rem}.header__mobile-link{text-decoration:none;font-weight:600;color:var(--text-ink);padding:.75rem 1rem;border-radius:var(--radius-sm);background:#f4f6f899;transition:background .2s var(--ease-safari),color .2s var(--ease-safari)}.header__mobile-link:hover{background:var(--bg-hover);color:var(--brand-safari)}.header__mobile-link:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px}.header__mobile-actions{margin-top:auto;display:flex;flex-direction:column;gap:1rem}.header__mobile-language{display:flex;flex-direction:column;gap:.35rem}.header__mobile-language-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em}.header__mobile-language-select{padding:.6rem .75rem;border:var(--border);border-radius:var(--radius-sm);background:var(--bg-card);font:inherit;color:var(--text-ink)}.header__mobile-language-select:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px}.header__mobile-btn{justify-content:center;width:100%}.footer{background:var(--brand-riga);color:#e0e1e4;padding:3rem 0 1rem;margin-top:4rem;display:block}.footer__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}@media(max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.footer__logo svg{color:var(--brand-safari)}.footer__tagline{color:#b0b8c4;font-size:.95rem;line-height:1.6;max-width:300px}.footer__payments{margin-top:.5rem}.footer__payments-label{display:block;font-size:.85rem;color:#b0b8c4;margin-bottom:.5rem}.footer__payments-icons{display:flex;flex-wrap:wrap;gap:.5rem}.footer__payment-badge{padding:.3rem .7rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;font-size:.8rem;font-weight:600;color:#fff}.footer__column{display:flex;flex-direction:column}.footer__title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#fff;margin-bottom:1rem;background:none;-webkit-text-fill-color:white}.footer__title:after{display:none}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__links a{color:#b0b8c4;text-decoration:none;font-size:.9rem;transition:color .2s}.footer__links a:hover{color:var(--brand-dust)}.footer__links a:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px;border-radius:4px}.footer__responsible{display:flex;gap:1rem;padding:1.5rem;background:#e9c46a1a;border:1px solid rgba(233,196,106,.2);border-radius:var(--radius);margin-bottom:2rem}.footer__responsible svg{color:var(--brand-dust);flex-shrink:0;margin-top:.2rem}.footer__responsible-text{display:flex;flex-direction:column;gap:.3rem}.footer__responsible-text strong{color:var(--brand-dust);font-size:1rem}.footer__responsible-text span{color:#b0b8c4;font-size:.9rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__copyright{color:#778da9;font-size:.85rem}.footer__certifications{display:flex;gap:1rem}.footer__cert{padding:.4rem .8rem;background:#27ae6026;border:1px solid rgba(39,174,96,.25);border-radius:6px;font-size:.8rem;font-weight:600;color:var(--brand-zar)}.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;background:var(--bg-card);border-top:var(--border);padding:.5rem;box-shadow:0 -4px 16px #0d1b2a14}@media(min-width:768px){.mobile-nav{display:none}}.mobile-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.6rem .5rem;text-decoration:none;color:var(--text-muted);font-size:.75rem;font-weight:500;border-radius:var(--radius-sm);transition:all .2s}.mobile-nav__item:hover,.mobile-nav__item.active{color:var(--brand-safari);background:var(--bg-hover)}.mobile-nav__item svg{width:24px;height:24px}.mobile-nav__item:focus-visible{outline:2px solid var(--brand-safari);outline-offset:2px}main{min-height:calc(100vh - 200px);padding-bottom:5rem}@media(min-width:768px){main{padding-bottom:0}}.homepage{background:var(--bg-canvas)}.section{padding:3rem 0}@media(min-width:768px){.section{padding:4rem 0}}.section__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section__title{text-align:center;margin-bottom:2.5rem}.section__subtitle{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--brand-riga);margin-bottom:1rem;background:none;-webkit-text-fill-color:var(--brand-riga)}.section__subtitle:after{display:none}.section__note{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.hero{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-canvas) 100%);padding:3rem 0;border-bottom:var(--border)}@media(min-width:768px){.hero{padding:4rem 0}}.hero__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{display:flex;flex-direction:column;gap:1.5rem}.hero__title{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2;margin-bottom:0}.hero__intro{display:flex;flex-direction:column;gap:1rem;color:var(--text-ink);font-size:1rem;line-height:1.65}.hero__intro p{margin:0}.hero__intro a{color:var(--brand-safari);text-decoration:none;font-weight:600;transition:color .2s}.hero__intro a:hover{color:var(--brand-void);text-decoration:underline}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.btn-large{padding:1rem 1.8rem;font-size:1.05rem}.hero__image{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-elevate);background:var(--bg-card)}.hero__image img{width:100%;height:auto;display:block;object-fit:cover}.hero__image figcaption{padding:1rem;font-size:.85rem;color:var(--text-muted);line-height:1.5;background:var(--bg-card)}.features{display:grid;gap:2rem}@media(min-width:768px){.features{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--bg-card);border:var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s var(--ease-safari)}.feature-card:hover{box-shadow:var(--shadow-elevate);transform:translateY(-4px)}.feature-card__icon{width:48px;height:48px;background:var(--bg-hover);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--brand-safari)}.feature-card__title{font-size:1.15rem;margin-bottom:0}.feature-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.feature-card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.feature-card__text a:hover{text-decoration:underline}.section--guide{background:var(--bg-card)}.guide{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.guide-step{display:grid;gap:1.5rem;align-items:start}@media(min-width:768px){.guide-step{grid-template-columns:60px 1fr}}.guide-step__number{width:60px;height:60px;background:var(--brand-safari);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #d3540040}.guide-step__content{display:flex;flex-direction:column;gap:1rem}.guide-step__title{font-size:1.25rem;margin-bottom:0}.guide-step__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.guide-step__list li{padding-left:1.5rem;position:relative;color:var(--text-ink);line-height:1.6}.guide-step__list li:before{content:"→";position:absolute;left:0;color:var(--brand-safari);font-weight:700}.guide-step__list a{color:var(--brand-safari);text-decoration:none;font-weight:600}.guide-step__list a:hover{text-decoration:underline}.games-grid{display:grid;gap:2rem}@media(min-width:768px){.games-grid{grid-template-columns:repeat(2,1fr)}}.game-category{background:var(--bg-card);border:var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s var(--ease-safari)}.game-category:hover{box-shadow:var(--shadow-elevate);transform:translateY(-3px)}.game-category__icon{width:56px;height:56px;background:linear-gradient(135deg,var(--brand-safari) 0%,var(--brand-void) 100%);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff}.game-category__title{font-size:1.25rem;margin-bottom:0}.game-category__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.game-category__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.game-category__text a:hover{text-decoration:underline}.section--mobile{background:var(--bg-card)}.mobile-features{display:grid;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.mobile-features{grid-template-columns:repeat(2,1fr)}}.mobile-feature{background:var(--bg-canvas);border:var(--border);border-radius:var(--radius);padding:2rem}.mobile-feature__title{font-size:1.15rem;margin-bottom:1rem}.mobile-feature__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.mobile-feature__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.mobile-feature__text a:hover{text-decoration:underline}.payment-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);box-shadow:var(--shadow-elevate)}.payment-table{width:100%;border-collapse:collapse;background:var(--bg-card);font-size:.9rem}.payment-table thead{background:var(--brand-riga);color:#fff}.payment-table th{padding:1rem;text-align:left;font-family:var(--font-heading);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.payment-table td{padding:1rem;border-bottom:1px solid var(--bg-canvas);color:var(--text-ink)}.payment-table tbody tr:hover{background:var(--bg-hover)}.payment-table tbody tr:last-child td{border-bottom:none}@media(max-width:768px){.payment-table thead{display:none}.payment-table tr{display:block;margin-bottom:1.5rem;border:var(--border);border-radius:var(--radius-sm);overflow:hidden}.payment-table td{display:grid;grid-template-columns:120px 1fr;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--bg-canvas)}.payment-table td:last-child{border-bottom:none}.payment-table td:before{content:attr(data-label);font-weight:600;color:var(--brand-riga);font-family:var(--font-heading);font-size:.85rem}.payment-table td:first-child{background:var(--brand-riga);color:#fff;font-weight:700}.payment-table td:first-child:before{color:#fff}}.payment-notes{background:var(--bg-hover);border:var(--border);border-radius:var(--radius);padding:1.5rem;margin-top:2rem}.payment-notes__title{font-size:1.1rem;margin-bottom:.75rem}.payment-notes__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.security-grid{display:grid;gap:2rem}@media(min-width:768px){.security-grid{grid-template-columns:repeat(3,1fr)}}.security-card{background:var(--bg-card);border:var(--border);border-radius:var(--radius);padding:2rem}.security-card__title{font-size:1.1rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.security-card__title:after{display:none}.security-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.section--promotions{background:var(--bg-card)}.promo-features{display:grid;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.promo-features{grid-template-columns:repeat(2,1fr)}}.promo-card{background:var(--bg-canvas);border:2px solid var(--brand-dust);border-radius:var(--radius);padding:2rem}.promo-card__title{font-size:1.2rem;margin-bottom:1rem;color:var(--brand-safari);background:none;-webkit-text-fill-color:var(--brand-safari)}.promo-card__title:after{display:none}.promo-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.promo-card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.promo-card__text a:hover{text-decoration:underline}.section--cta{background:linear-gradient(135deg,var(--brand-safari) 0%,var(--brand-void) 100%);color:#fff}.section--cta .section__title{color:#fff;background:none;-webkit-text-fill-color:white}.section--cta .section__title:after{background:var(--brand-dust)}.quick-start{max-width:700px;margin:0 auto;text-align:center}.quick-start__title{color:var(--brand-dust);font-size:1.25rem;margin-bottom:1.5rem;background:none;-webkit-text-fill-color:var(--brand-dust)}.quick-start__title:after{display:none}.quick-start__list{text-align:left;list-style:none;counter-reset:step-counter;display:flex;flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0}.quick-start__list li{counter-increment:step-counter;padding-left:3rem;position:relative;line-height:1.6}.quick-start__list li:before{content:counter(step-counter);position:absolute;left:0;width:2rem;height:2rem;background:#fff;color:var(--brand-safari);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:.9rem}.quick-start__list a{color:var(--brand-dust);text-decoration:none;font-weight:600}.quick-start__list a:hover{text-decoration:underline}.quick-start__action{margin-top:2rem}.quick-start__action .btn-primary{background:#fff;color:var(--brand-safari)}.quick-start__action .btn-primary:hover{background:var(--brand-dust);color:var(--brand-void)}.faq{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 2px 8px #0d1b2a14}.faq-item[open]{border-color:var(--brand-safari)}.faq-item__question{padding:1.25rem 1.5rem;font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--brand-riga);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:background .2s}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"^";width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--bg-hover);border-radius:50%;color:var(--brand-safari);font-size:1.25rem;font-weight:700;transition:transform .2s;flex-shrink:0;margin-left:1rem;transform:rotate(-180deg)}.faq-item[open] .faq-item__question:after{transform:rotate(0)}.faq-item__question:hover{background:var(--bg-hover)}.faq-item__answer{padding:0 1.5rem 1.5rem;color:var(--text-ink);line-height:1.65;font-size:.95rem}.faq-item__answer p{margin:0}.faq-item__answer a{color:var(--brand-safari);text-decoration:none;font-weight:600}.faq-item__answer a:hover{text-decoration:underline}.login-page{background:var(--bg-canvas)}.login-hero{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-canvas) 100%);padding:3rem 0;border-bottom:var(--border)}@media(min-width:768px){.login-hero{padding:4rem 0 5rem}}.login-hero__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:start}@media(min-width:1024px){.login-hero__container{grid-template-columns:1fr 480px;gap:4rem}}.login-hero__content{display:flex;flex-direction:column;gap:1.5rem}.login-hero__title{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2;margin-bottom:0}.login-hero__intro{color:var(--text-ink);font-size:1rem;line-height:1.65;margin:0}.login-hero__intro a{color:var(--brand-safari);text-decoration:none;font-weight:600}.login-hero__intro a:hover{text-decoration:underline}.login-hero__image{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-elevate);background:var(--bg-card)}.login-hero__image img{width:100%;height:auto;display:block}.login-hero__image figcaption{padding:1rem;font-size:.85rem;color:var(--text-muted);line-height:1.5;background:var(--bg-card)}.section--security-tips{background:var(--bg-card)}.security-tips{display:grid;gap:2rem}@media(min-width:768px){.security-tips{grid-template-columns:repeat(2,1fr)}}.security-tip{background:var(--bg-canvas);border:var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem}.security-tip__icon{width:48px;height:48px;background:linear-gradient(135deg,var(--brand-safari) 0%,var(--brand-void) 100%);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff}.security-tip__title{font-size:1.15rem;margin-bottom:0;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.security-tip__title:after{display:none}.security-tip__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.security-tip__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.security-tip__list li{padding-left:1.5rem;position:relative;color:var(--text-ink);line-height:1.6;font-size:.95rem}.security-tip__list li:before{content:"→";position:absolute;left:0;color:var(--brand-safari);font-weight:700}.security-tip__list a{color:var(--brand-safari);text-decoration:none;font-weight:600}.security-tip__list a:hover{text-decoration:underline}.section--kyc{background:var(--bg-card)}.kyc-intro,.kyc-process,.kyc-tips{max-width:900px;margin:0 auto 2.5rem}.kyc-intro__title,.kyc-process__title,.kyc-tips__title{font-size:1.2rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.kyc-intro__title:after,.kyc-process__title:after,.kyc-tips__title:after{display:none}.kyc-intro__text,.kyc-tips__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.kyc-process__list{list-style:none;counter-reset:kyc-counter;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.kyc-process__list li{counter-increment:kyc-counter;padding-left:2.5rem;position:relative;color:var(--text-ink);line-height:1.6}.kyc-process__list li:before{content:counter(kyc-counter);position:absolute;left:0;width:1.75rem;height:1.75rem;background:var(--brand-safari);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:.85rem}.kyc-process__list a{color:var(--brand-safari);text-decoration:none;font-weight:600}.kyc-process__list a:hover{text-decoration:underline}.kyc-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);box-shadow:var(--shadow-elevate)}.kyc-table{width:100%;border-collapse:collapse;background:var(--bg-card);font-size:.9rem}.kyc-table thead{background:var(--brand-riga);color:#fff}.kyc-table th{padding:1rem;text-align:left;font-family:var(--font-heading);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.kyc-table td{padding:1rem;border-bottom:1px solid var(--bg-canvas);color:var(--text-ink);line-height:1.5}.kyc-table tbody tr:hover{background:var(--bg-hover)}.kyc-table tbody tr:last-child td{border-bottom:none}@media(max-width:768px){.kyc-table thead{display:none}.kyc-table tr{display:block;margin-bottom:1.5rem;border:var(--border);border-radius:var(--radius-sm);overflow:hidden}.kyc-table td{display:grid;grid-template-columns:120px 1fr;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--bg-canvas)}.kyc-table td:last-child{border-bottom:none}.kyc-table td:before{content:attr(data-label);font-weight:600;color:var(--brand-riga);font-family:var(--font-heading);font-size:.85rem}.kyc-table td:first-child{background:var(--brand-riga);color:#fff;font-weight:700}.kyc-table td:first-child:before{color:#fff}}.payment-intro,.deposit-checklist{max-width:900px;margin:0 auto 2.5rem}.payment-intro__title,.deposit-checklist__title{font-size:1.2rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.payment-intro__title:after,.deposit-checklist__title:after{display:none}.payment-intro__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.payment-intro__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.payment-intro__text a:hover{text-decoration:underline}.deposit-checklist__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.deposit-checklist__list li{padding-left:1.75rem;position:relative;color:var(--text-ink);line-height:1.6}.deposit-checklist__list li:before{content:"✓";position:absolute;left:0;color:var(--brand-zar);font-weight:700;font-size:1.1rem}.section--troubleshooting{background:var(--bg-card)}.troubleshooting-grid{display:grid;gap:2rem}@media(min-width:768px){.troubleshooting-grid{grid-template-columns:repeat(2,1fr)}}.trouble-card{background:var(--bg-canvas);border:var(--border);border-left:4px solid var(--brand-safari);border-radius:var(--radius);padding:1.5rem}.trouble-card__title{font-size:1.1rem;margin-bottom:.75rem;color:var(--brand-safari);background:none;-webkit-text-fill-color:var(--brand-safari)}.trouble-card__title:after{display:none}.trouble-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.trouble-card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.trouble-card__text a:hover{text-decoration:underline}.section--quick-links{background:var(--bg-card)}.quick-links{display:grid;gap:1rem;max-width:900px;margin:0 auto}@media(min-width:768px){.quick-links{grid-template-columns:repeat(3,1fr)}}.quick-link{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:var(--bg-canvas);border:var(--border);border-radius:var(--radius);text-decoration:none;color:var(--brand-riga);font-family:var(--font-heading);font-weight:600;font-size:1rem;transition:all .2s var(--ease-safari)}.quick-link:hover{background:var(--bg-hover);border-color:var(--brand-safari);color:var(--brand-safari);transform:translateY(-3px);box-shadow:var(--shadow-elevate)}.quick-link svg{width:32px;height:32px}.guide-step__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.guide-step__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.guide-step__text a:hover{text-decoration:underline}.promotions-page{background:var(--bg-canvas)}.promo-hero{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-canvas) 100%);padding:3rem 0;border-bottom:var(--border)}@media(min-width:768px){.promo-hero{padding:4rem 0}}.promo-hero__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.promo-hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.promo-hero__content{display:flex;flex-direction:column;gap:1.5rem}.promo-hero__title{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2;margin-bottom:0}.promo-hero__intro{display:flex;flex-direction:column;gap:1rem;color:var(--text-ink);font-size:1rem;line-height:1.65}.promo-hero__intro p{margin:0}.promo-hero__intro a{color:var(--brand-safari);text-decoration:none;font-weight:600}.promo-hero__intro a:hover{text-decoration:underline}.promo-hero__image{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-elevate);background:var(--bg-card)}.promo-hero__image img{width:100%;height:auto;display:block}.promo-hero__image figcaption{padding:1rem;font-size:.85rem;color:var(--text-muted);line-height:1.5;background:var(--bg-card)}.section--how{background:var(--bg-card)}.value-cards{display:grid;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.value-cards{grid-template-columns:repeat(2,1fr)}}.value-card{background:var(--bg-canvas);border:var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem}.value-card__icon{width:48px;height:48px;background:linear-gradient(135deg,var(--brand-safari) 0%,var(--brand-void) 100%);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff}.value-card__title{font-size:1.15rem;margin-bottom:0;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.value-card__title:after{display:none}.value-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.value-card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.value-card__text a:hover{text-decoration:underline}.welcome-info,.bonus-example,.turnover-calc{max-width:900px;margin:0 auto 2rem}.welcome-info__title,.bonus-example__title,.turnover-calc__title{font-size:1.2rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.welcome-info__title:after,.bonus-example__title:after,.turnover-calc__title:after{display:none}.welcome-info__text,.turnover-calc__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.welcome-info__text a,.turnover-calc__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.welcome-info__text a:hover,.turnover-calc__text a:hover{text-decoration:underline}.bonus-example__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.bonus-example__list li{padding-left:1.5rem;position:relative;color:var(--text-ink);line-height:1.6}.bonus-example__list li:before{content:"→";position:absolute;left:0;color:var(--brand-safari);font-weight:700}.welcome-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);box-shadow:var(--shadow-elevate)}.welcome-table{width:100%;border-collapse:collapse;background:var(--bg-card);font-size:.9rem}.welcome-table thead{background:var(--brand-safari);color:#fff}.welcome-table th{padding:1rem;text-align:left;font-family:var(--font-heading);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.welcome-table td{padding:1rem;border-bottom:1px solid var(--bg-canvas);color:var(--text-ink)}.welcome-table tbody tr:hover{background:var(--bg-hover)}.welcome-table tbody tr:last-child td{border-bottom:none}@media(max-width:768px){.welcome-table thead{display:none}.welcome-table tr{display:block;margin-bottom:1.5rem;border:var(--border);border-radius:var(--radius-sm);overflow:hidden}.welcome-table td{display:grid;grid-template-columns:140px 1fr;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--bg-canvas)}.welcome-table td:last-child{border-bottom:none}.welcome-table td:before{content:attr(data-label);font-weight:600;color:var(--brand-riga);font-family:var(--font-heading);font-size:.85rem}.welcome-table td:first-child{background:var(--brand-safari);color:#fff;font-weight:700}.welcome-table td:first-child:before{color:#fff}}.section--reload{background:var(--bg-card)}.reload-grid{display:grid;gap:2rem}@media(min-width:768px){.reload-grid{grid-template-columns:repeat(2,1fr)}.reload-card--highlight{grid-column:1 / -1}}.reload-card{background:var(--bg-canvas);border:var(--border);border-radius:var(--radius);padding:2rem}.reload-card--highlight{background:var(--bg-hover);border:2px solid var(--brand-dust)}.reload-card__title{font-size:1.15rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.reload-card__title:after{display:none}.reload-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.reload-card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.reload-card__text a:hover{text-decoration:underline}.spins-info,.cashback-info{display:grid;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.spins-info,.cashback-info{grid-template-columns:repeat(2,1fr)}}.spins-block,.cashback-block{background:var(--bg-card);border:var(--border);border-radius:var(--radius);padding:2rem}.spins-block--example,.cashback-block--example{background:var(--bg-hover);border-left:4px solid var(--brand-safari)}.spins-block__title,.cashback-block__title{font-size:1.1rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.spins-block__title:after,.cashback-block__title:after{display:none}.spins-block__text,.cashback-block__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.loyalty-intro{max-width:900px;margin:0 auto 2.5rem}.loyalty-intro__title{font-size:1.2rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.loyalty-intro__title:after{display:none}.loyalty-intro__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.loyalty-intro__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.loyalty-intro__text a:hover{text-decoration:underline}.loyalty-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);box-shadow:var(--shadow-elevate)}.loyalty-table{width:100%;border-collapse:collapse;background:var(--bg-card);font-size:.9rem}.loyalty-table thead{background:var(--brand-riga);color:#fff}.loyalty-table th{padding:1rem;text-align:left;font-family:var(--font-heading);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.loyalty-table td{padding:1rem;border-bottom:1px solid var(--bg-canvas);color:var(--text-ink)}.loyalty-table tbody tr:hover{background:var(--bg-hover)}.loyalty-table tbody tr:last-child td{border-bottom:none}.loyalty-badge{display:inline-block;padding:.4rem .9rem;border-radius:6px;font-family:var(--font-heading);font-weight:700;font-size:.85rem}.loyalty-badge--starter{background:#f4f6f8;color:#778da9}.loyalty-badge--plus{background:#e9f5ec;color:#27ae60}.loyalty-badge--pro{background:#fdf6f0;color:#d35400}.loyalty-badge--elite{background:#0d1b2a;color:#e9c46a}@media(max-width:768px){.loyalty-table thead{display:none}.loyalty-table tr{display:block;margin-bottom:1.5rem;border:var(--border);border-radius:var(--radius-sm);overflow:hidden}.loyalty-table td{display:grid;grid-template-columns:120px 1fr;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--bg-canvas)}.loyalty-table td:last-child{border-bottom:none}.loyalty-table td:before{content:attr(data-label);font-weight:600;color:var(--brand-riga);font-family:var(--font-heading);font-size:.85rem}}.methods-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);box-shadow:var(--shadow-elevate)}.methods-table{width:100%;border-collapse:collapse;background:var(--bg-card);font-size:.9rem}.methods-table thead{background:var(--brand-riga);color:#fff}.methods-table th{padding:1rem;text-align:center;font-family:var(--font-heading);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.methods-table th:first-child{text-align:left}.methods-table td{padding:1rem;border-bottom:1px solid var(--bg-canvas);color:var(--text-ink);text-align:center}.methods-table td:first-child,.methods-table td:last-child{text-align:left}.methods-table tbody tr:hover{background:var(--bg-hover)}.check-yes{color:var(--brand-zar);font-size:1.2rem;font-weight:700}.check-partial{color:var(--brand-dust);font-size:1.2rem;font-weight:700}@media(max-width:768px){.methods-table thead{display:none}.methods-table tr{display:block;margin-bottom:1.5rem;border:var(--border);border-radius:var(--radius-sm);overflow:hidden}.methods-table td{display:grid;grid-template-columns:120px 1fr;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--bg-canvas);text-align:left}.methods-table td:last-child{border-bottom:none}.methods-table td:before{content:attr(data-label);font-weight:600;color:var(--brand-riga);font-family:var(--font-heading);font-size:.85rem}.methods-table td:first-child{background:var(--brand-riga);color:#fff;font-weight:700}.methods-table td:first-child:before{color:#fff}}.claim-flow,.claim-tips{max-width:900px;margin:0 auto 2rem}.claim-flow__title,.claim-tips__title{font-size:1.2rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.claim-flow__title:after,.claim-tips__title:after{display:none}.claim-flow__steps{list-style:none;counter-reset:claim-counter;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.claim-flow__steps li{counter-increment:claim-counter;padding-left:2.5rem;position:relative;color:var(--text-ink);line-height:1.6}.claim-flow__steps li:before{content:counter(claim-counter);position:absolute;left:0;width:1.75rem;height:1.75rem;background:var(--brand-safari);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:.85rem}.claim-flow__steps a,.claim-tips__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.claim-flow__steps a:hover,.claim-tips__text a:hover{text-decoration:underline}.claim-tips__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.section--rules{background:var(--bg-card)}.rules-grid{display:grid;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.rules-grid{grid-template-columns:repeat(2,1fr)}}.rule-card{background:var(--bg-canvas);border:var(--border);border-radius:var(--radius);padding:2rem}.rule-card__title{font-size:1.1rem;margin-bottom:1rem;color:var(--brand-riga);background:none;-webkit-text-fill-color:var(--brand-riga)}.rule-card__title:after{display:none}.rule-card__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.responsible-banner{display:flex;gap:1.5rem;max-width:900px;margin:0 auto;padding:2rem;background:#e9c46a1a;border:2px solid var(--brand-dust);border-radius:var(--radius)}.responsible-banner__icon{flex-shrink:0;width:56px;height:56px;background:var(--brand-dust);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-void)}.responsible-banner__title{font-size:1.2rem;margin-bottom:.75rem;color:var(--brand-safari);background:none;-webkit-text-fill-color:var(--brand-safari)}.responsible-banner__title:after{display:none}.responsible-banner__text{color:var(--text-ink);font-size:.95rem;line-height:1.65;margin:0}.responsible-banner__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.responsible-banner__text a:hover{text-decoration:underline}.games-page{min-height:100vh;background:var(--bg-canvas)}.games-hero{position:relative;background:linear-gradient(135deg,#d3540008,#2c3e5008);padding:2.5rem 0;border-bottom:1px solid var(--border);overflow:hidden}.games-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(211,84,0,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.games-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(44,62,80,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.games-hero__container{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding);display:grid;gap:2.5rem;max-width:1200px;margin:0 ait}.games-hero__content{display:flex;flex-direction:column;justify-content:center;animation:fadeInUp .6s var(--ease-safari)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.games-hero__title{font-family:var(--font-heading);font-size:clamp(1.85rem,5vw,2.75rem);color:var(--text-ink);font-weight:700;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em;position:relative}.games-hero__title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--brand-safari),var(--accent-dust));border-radius:2px;animation:slideInLeft .8s var(--ease-safari) .2s backwards}@keyframes slideInLeft{0%{width:0;opacity:0}to{width:80px;opacity:1}}.games-hero__intro{font-size:1.05rem;color:var(--text-default);line-height:1.75;display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.games-hero__intro p{margin:0;animation:fadeIn .6s var(--ease-safari) .3s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.games-hero__intro a{color:var(--brand-safari);text-decoration:none;font-weight:600;transition:all var(--duration) var(--ease-safari);position:relative;display:inline}.games-hero__intro a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--brand-safari);transition:width var(--duration) var(--ease-safari)}.games-hero__intro a:hover{color:var(--brand-riga);text-decoration:none}.games-hero__intro a:hover:after{width:100%}.games-hero__image{margin:0;border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-elevate);background:var(--bg-card);border:1px solid var(--border);transition:all .4s var(--ease-safari);animation:fadeInScale .8s var(--ease-safari) .2s backwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.games-hero__image:hover{box-shadow:0 12px 40px #0d1b2a26,0 0 0 1px #d354001a;transform:translateY(-4px)}.games-hero__image img{width:100%;height:auto;display:block;transition:transform .6s var(--ease-safari)}.games-hero__image:hover img{transform:scale(1.02)}.games-hero__image figcaption{padding:1.25rem 1.5rem;font-size:.9rem;color:var(--text-muted);line-height:1.6;background:var(--bg-card);border-top:1px solid var(--border);font-style:italic}@media(min-width:768px){.games-hero{padding:4rem 0}.games-hero__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.games-hero__title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:2rem}.games-hero__intro{font-size:1.1rem;gap:1.5rem}}@media(min-width:1024px){.games-hero{padding:5rem 0}.games-hero__container{gap:5rem}.games-hero__title{font-size:2.75rem}}.section--categories{padding:3rem 0}.category-grid{display:grid;gap:2rem;margin-top:2rem}.category-item{background:var(--bg-card);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.category-item:hover{box-shadow:var(--shadow-elevate);transform:translateY(-2px)}.category-item__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--brand-safari),var(--accent-dust));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.category-item__title{font-size:1.25rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.category-item__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.category-item__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.category-item__text a:hover{text-decoration:underline}@media(min-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.category-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.section--slots{background:var(--bg-card);padding:3rem 0}.slots-intro{margin-bottom:2rem}.slots-intro__title{font-size:1.25rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.slots-intro__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.features-table-wrapper,.volatility-table-wrapper,.planning-table-wrapper,.limits-table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.features-table,.volatility-table,.planning-table,.limits-table{width:100%;border-collapse:collapse;font-size:.95rem}.features-table thead,.volatility-table thead,.planning-table thead,.limits-table thead{background:var(--bg-canvas)}.features-table th,.volatility-table th,.planning-table th,.limits-table th{padding:1rem;text-align:left;font-weight:700;color:var(--text-ink);border-bottom:2px solid var(--border)}.features-table td,.volatility-table td,.planning-table td,.limits-table td{padding:1rem;border-bottom:1px solid var(--border);color:var(--text-default);line-height:1.5}.features-table tbody tr:last-child td,.volatility-table tbody tr:last-child td,.planning-table tbody tr:last-child td,.limits-table tbody tr:last-child td{border-bottom:none}.features-table tbody tr:hover,.volatility-table tbody tr:hover,.planning-table tbody tr:hover,.limits-table tbody tr:hover{background:var(--bg-canvas)}.volatility-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:700;text-transform:uppercase}.volatility-badge--low{background:#27ae6026;color:var(--accent-zar)}.volatility-badge--medium{background:#e9c46a26;color:var(--accent-dust)}.volatility-badge--high{background:#d3540026;color:var(--brand-safari)}@media(max-width:767px){.features-table thead,.volatility-table thead,.planning-table thead,.limits-table thead{display:none}.features-table tr,.volatility-table tr,.planning-table tr,.limits-table tr{display:block;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.features-table td,.volatility-table td,.planning-table td,.limits-table td{display:block;text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.features-table td:last-child,.volatility-table td:last-child,.planning-table td:last-child,.limits-table td:last-child{border-bottom:none}.features-table td:before,.volatility-table td:before,.planning-table td:before,.limits-table td:before{content:attr(data-label);display:block;font-weight:700;color:var(--text-ink);margin-bottom:.25rem;font-size:.85rem}}.section--live{padding:3rem 0}.live-grid{display:grid;gap:1.5rem;margin-top:2rem}.live-card{background:var(--bg-card);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.live-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.live-card__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.live-card__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.live-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.section--tables{background:var(--bg-card);padding:3rem 0}.tables-info{display:grid;gap:1.5rem;margin-top:2rem}.table-block__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.table-block__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.tables-info{grid-template-columns:repeat(2,1fr);gap:2rem}}.section--jackpots{padding:3rem 0}.jackpot-info{display:grid;gap:1.5rem;margin-top:2rem}.jackpot-block__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.jackpot-block__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.jackpot-info{grid-template-columns:repeat(2,1fr);gap:2rem}}.section--choosing{background:var(--bg-card);padding:3rem 0}.choosing-guide{margin-top:2rem}.choosing-guide__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.choosing-guide__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.choosing-guide__list li{padding-left:1.75rem;position:relative;font-size:.95rem;color:var(--text-default);line-height:1.65}.choosing-guide__list li:before{content:"→";position:absolute;left:0;color:var(--brand-safari);font-weight:700}.choosing-guide__list a{color:var(--brand-safari);text-decoration:none;font-weight:600}.choosing-guide__list a:hover{text-decoration:underline}.section--limits{padding:3rem 0}.section--quick-start{background:linear-gradient(135deg,#d3540008,#2c3e5008);padding:3rem 0}.start-steps{display:grid;gap:1.5rem;margin-top:2rem}.start-step{display:flex;gap:1.25rem;background:var(--bg-card);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.start-step:hover{box-shadow:var(--shadow-soft);transform:translate(4px)}.start-step__number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--brand-safari),var(--accent-dust));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.start-step__content{flex:1}.start-step__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 .5rem}.start-step__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.start-step__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.start-step__text a:hover{text-decoration:underline}@media(min-width:768px){.start-steps{gap:2rem}}.section--cashier{padding:3rem 0}.cashier-features{display:grid;gap:2rem;margin-top:2rem}.cashier-feature{background:var(--bg-card);padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.cashier-feature:hover{box-shadow:var(--shadow-soft);transform:translate(4px)}.cashier-feature__title{font-size:1.25rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem;position:relative;padding-left:1.25rem}.cashier-feature__title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:var(--accent-zar);border-radius:2px}.cashier-feature__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.cashier-feature__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.cashier-feature__text a:hover{text-decoration:underline}@media(min-width:768px){.cashier-features{gap:2.5rem}}.section--methods{background:var(--bg-card);padding:3rem 0}.methods-table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.methods-table{width:100%;border-collapse:collapse;font-size:.95rem}.methods-table thead{background:linear-gradient(135deg,#27ae6014,#1bae6014)}.methods-table th{padding:1rem;text-align:left;font-weight:700;color:var(--text-ink);border-bottom:2px solid var(--border)}.methods-table td{padding:1rem;border-bottom:1px solid var(--border);color:var(--text-default);line-height:1.5}.methods-table tbody tr:last-child td{border-bottom:none}.methods-table tbody tr:hover{background:var(--bg-canvas)}@media(max-width:767px){.methods-table thead{display:none}.methods-table tr{display:block;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.methods-table td{display:block;text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.methods-table td:last-child{border-bottom:none}.methods-table td:before{content:attr(data-label);display:block;font-weight:700;color:var(--text-ink);margin-bottom:.25rem;font-size:.85rem}}.section--routes{padding:3rem 0}.routes-grid{display:grid;gap:1.5rem;margin-top:2rem}.route-card{background:var(--bg-card);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.route-card:hover{box-shadow:var(--shadow-soft);border-color:var(--accent-zar)}.route-card__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.route-card__title:before{content:"→";color:var(--accent-zar);font-size:1.25rem}.route-card__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.route-card__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.route-card__text a:hover{text-decoration:underline}@media(min-width:768px){.routes-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.section--fees{background:var(--bg-card);padding:3rem 0}.fees-grid{display:grid;gap:2rem;margin-top:2rem}.fee-card{padding:1.75rem;background:linear-gradient(135deg,#27ae6008,#e9c46a08);border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.fee-card:hover{border-color:var(--accent-zar);box-shadow:var(--shadow-soft)}.fee-card__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.fee-card__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.fees-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.fees-grid{gap:2.5rem}}.section--verification{padding:3rem 0}.verification-content{margin-bottom:2rem}.verification-content__title{font-size:1.25rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.verification-content__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.verification-content__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.verification-content__text a:hover{text-decoration:underline}.verification-checklist{background:var(--bg-card);padding:2rem;border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent-zar)}.verification-checklist__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.verification-checklist__list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.verification-checklist__list li{padding-left:1.75rem;position:relative;font-size:.95rem;color:var(--text-default);line-height:1.65}.verification-checklist__list li:before{content:"✓";position:absolute;left:0;color:var(--accent-zar);font-weight:700;font-size:1.1rem}.verification-checklist__note{font-size:.9rem;color:var(--text-muted);margin:0;font-style:italic}.section--howto{background:var(--bg-card);padding:3rem 0}.howto-grid{display:grid;gap:2rem;margin-top:2rem}.howto-block{background:var(--bg-canvas);padding:2rem;border-radius:var(--radius);border:1px solid var(--border)}.howto-block__title{font-size:1.25rem;font-weight:700;color:var(--text-ink);margin:0 0 1.25rem}.howto-block__list{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.howto-block__list li{font-size:.95rem;color:var(--text-default);line-height:1.65}.howto-block__list a{color:var(--brand-safari);text-decoration:none;font-weight:600}.howto-block__list a:hover{text-decoration:underline}.howto-tips{margin-top:2rem;padding:1.75rem;background:linear-gradient(135deg,#27ae600d,#e9c46a0d);border-radius:var(--radius);border-left:4px solid var(--accent-dust)}.howto-tips__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.howto-tips__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.howto-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.section--eligibility{padding:3rem 0}.eligibility-table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.eligibility-table{width:100%;border-collapse:collapse;font-size:.95rem}.eligibility-table thead{background:linear-gradient(135deg,#d354000f,#e9c46a0f)}.eligibility-table th{padding:1rem;text-align:center;font-weight:700;color:var(--text-ink);border-bottom:2px solid var(--border)}.eligibility-table th:first-child{text-align:left}.eligibility-table td{padding:1rem;text-align:center;border-bottom:1px solid var(--border);color:var(--text-default);line-height:1.5}.eligibility-table td:first-child{text-align:left}.eligibility-table tbody tr:last-child td{border-bottom:none}.eligibility-table tbody tr:hover{background:var(--bg-canvas)}.eligibility-table .check{color:var(--accent-zar);font-size:1.25rem;font-weight:700}.eligibility-table .check-maybe{color:var(--accent-dust);font-size:1.25rem;font-weight:700}@media(max-width:767px){.eligibility-table thead{display:none}.eligibility-table tr{display:block;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.eligibility-table td{display:block;text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.eligibility-table td:last-child{border-bottom:none}.eligibility-table td:before{content:attr(data-label);display:block;font-weight:700;color:var(--text-ink);margin-bottom:.25rem;font-size:.85rem}}.section--security{background:var(--bg-card);padding:3rem 0}.security-grid{display:grid;gap:2rem;margin-top:2rem}.security-card{padding:1.75rem;background:var(--bg-canvas);border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.security-card:hover{border-color:var(--brand-riga);box-shadow:var(--shadow-soft)}.security-card__title{font-size:1.15rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.security-card__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.security-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.section--responsible{padding:3rem 0}.responsible-content{background:linear-gradient(135deg,#27ae600d,#2c3e500d);padding:2rem;border-radius:var(--radius);border-left:4px solid var(--accent-zar)}.responsible-content__title{font-size:1.25rem;font-weight:700;color:var(--text-ink);margin:0 0 1rem}.responsible-content__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}.responsible-content__text a{color:var(--brand-safari);text-decoration:none;font-weight:600}.responsible-content__text a:hover{text-decoration:underline}.section--troubleshooting{background:var(--bg-card);padding:3rem 0}.troubleshooting-grid{display:grid;gap:1.5rem;margin-top:2rem}.trouble-card{background:var(--bg-canvas);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);transition:all var(--duration) var(--ease-safari)}.trouble-card:hover{border-color:var(--brand-safari);box-shadow:var(--shadow-soft)}.trouble-card__title{font-size:1.1rem;font-weight:700;color:var(--text-ink);margin:0 0 .75rem}.trouble-card__text{font-size:.95rem;color:var(--text-default);line-height:1.65;margin:0}@media(min-width:768px){.troubleshooting-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.section--quick-nav{padding:3rem 0;background:linear-gradient(135deg,#27ae6008,#d3540008)}.quick-nav{display:grid;gap:1rem;margin-top:2rem}.quick-nav__link{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);color:var(--text-ink);text-decoration:none;font-weight:600;transition:all var(--duration) var(--ease-safari)}.quick-nav__link:hover{border-color:var(--brand-safari);box-shadow:var(--shadow-soft);transform:translate(4px);color:var(--brand-safari)}.quick-nav__link svg{flex-shrink:0;color:var(--accent-zar);transition:color var(--duration) var(--ease-safari)}.quick-nav__link:hover svg{color:var(--brand-safari)}@media(min-width:768px){.quick-nav{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.quick-nav{grid-template-columns:repeat(3,1fr)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
