.rsdg-footer{--footer-bg:linear-gradient(180deg, #020617 0%, #0f172a 40%, #1e1b4b 100%);--footer-text:rgba(255, 255, 255, 0.72);--footer-heading:#ffffff;--footer-link:rgba(255, 255, 255, 0.65);--footer-link-hover:var(--rsdg-secondary, #38bdf8);--footer-accent:var(--rsdg-primary, #a78bfa);--footer-accent-alt:var(--rsdg-secondary, #38bdf8);--footer-accent-warm:var(--rsdg-accent, #fbbf24);--footer-divider:rgba(255, 255, 255, 0.06);--footer-glass:rgba(255, 255, 255, 0.04);--footer-glass-border:rgba(255, 255, 255, 0.08);--footer-font:var(--rsdg-font, 'Poppins', sans-serif);--footer-radius:var(--rsdg-radius, 14px)}.rsdg-footer{background:var(--footer-bg);color:var(--footer-text);font-family:var(--footer-font);font-size:14px;line-height:1.65;padding:0;margin-top:0;position:relative;overflow:hidden;isolation:isolate}.rsdg-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,red,#f0f,#8b00ff,#00e5ff,#00ff87,#ffea00,#f60,red);background-size:200% 100%;animation:rsdg-footer-rainbow 6s linear infinite;z-index:2}@keyframes rsdg-footer-rainbow{0%{background-position:0 0}100%{background-position:200% 0}}.rsdg-footer::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(255,0,255,.04) 0,transparent 50%),radial-gradient(circle at 85% 75%,rgba(0,229,255,.03) 0,transparent 50%);pointer-events:none;z-index:0}.rsdg-footer *,.rsdg-footer ::after,.rsdg-footer ::before{box-sizing:border-box}.rsdg-footer a{text-decoration:none!important;color:var(--footer-link);transition:color .3s ease,transform .3s ease}.rsdg-footer a:focus-visible,.rsdg-footer a:hover{color:var(--footer-link-hover)}.rsdg-footer__inner{max-width:1200px;margin:0 auto;padding:56px 28px 0;position:relative;z-index:1}.rsdg-footer__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:36px;margin-bottom:36px;border-bottom:1px solid var(--footer-divider)}.rsdg-footer__brand{display:flex;align-items:center;gap:14px}.rsdg-footer__logo-link{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.rsdg-footer__logo-link:hover{opacity:.85}.rsdg-footer__logo{max-height:52px;width:auto;filter:drop-shadow(0 0 12px rgba(255, 0, 255, .2));transition:filter .3s ease}.rsdg-footer:hover .rsdg-footer__logo{filter:drop-shadow(0 0 18px rgba(255, 0, 255, .35))}.rsdg-footer__brand-name{font-size:26px;font-weight:800;color:var(--footer-heading);letter-spacing:-.03em;background:linear-gradient(135deg,var(--footer-accent),var(--footer-accent-alt));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rsdg-footer__social{display:flex;gap:10px}.rsdg-footer__social-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--footer-glass);border:1px solid var(--footer-glass-border);color:rgba(255,255,255,.6)!important;transition:all .3s cubic-bezier(.4, 0, .2, 1)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.rsdg-footer__social-link:focus-visible,.rsdg-footer__social-link:hover{background:rgba(255,255,255,.1);border-color:var(--footer-accent-alt);color:var(--footer-accent-alt)!important;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,229,255,.15)}.rsdg-footer__social-link svg{width:18px;height:18px}.rsdg-footer__newsletter{position:relative;background:var(--footer-glass);border:1px solid var(--footer-glass-border);border-radius:var(--footer-radius);padding:40px 36px;margin-bottom:44px;text-align:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden}.rsdg-footer__newsletter::before{content:'';position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(255,0,255,.08) 0,transparent 70%);pointer-events:none;z-index:0}.rsdg-footer__newsletter>*{position:relative;z-index:1}.rsdg-footer__newsletter-title{font-size:22px;font-weight:800;color:var(--footer-heading);margin:0 0 8px;letter-spacing:-.02em}.rsdg-footer__newsletter-text{color:var(--footer-text);margin:0 0 24px;max-width:520px;margin-left:auto;margin-right:auto;font-size:14px}.rsdg-footer__newsletter-row{display:flex;gap:12px;max-width:480px;margin:0 auto}.rsdg-footer__newsletter-input{flex:1;padding:14px 18px;border:1.5px solid rgba(255,255,255,.12);border-radius:var(--footer-radius);background:rgba(255,255,255,.06);color:#fff;font-family:var(--footer-font);font-size:14px;outline:0;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease}.rsdg-footer__newsletter-input::placeholder{color:rgba(255,255,255,.3)}.rsdg-footer__newsletter-input:focus{border-color:var(--footer-accent);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(255,0,255,.1)}.rsdg-footer__newsletter-btn{padding:14px 28px;border:none;border-radius:var(--footer-radius);background:linear-gradient(135deg,var(--footer-accent),#c0c);color:#fff;font-family:var(--footer-font);font-weight:700;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);white-space:nowrap;box-shadow:0 4px 16px rgba(255,0,255,.25);letter-spacing:.02em}.rsdg-footer__newsletter-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px rgba(255,0,255,.4)}.rsdg-footer__newsletter-btn:active{transform:translateY(0) scale(.98)}.rsdg-footer__newsletter-form-wrap{max-width:520px;margin:0 auto}.rsdg-footer__newsletter-note{font-size:12px;color:rgba(255,255,255,.45);margin-top:10px;text-align:center;line-height:1.5}.rsdg-footer__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:44px;margin-bottom:36px;border-bottom:1px solid var(--footer-divider)}.rsdg-footer__column-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--footer-accent-alt);margin:0 0 18px;position:relative;padding-bottom:10px}.rsdg-footer__column-title::after{content:'';position:absolute;bottom:0;left:0;width:24px;height:2px;background:linear-gradient(90deg,var(--footer-accent),var(--footer-accent-alt));border-radius:1px}.rsdg-footer__column-links{list-style:none;margin:0;padding:0}.rsdg-footer__column-links li{margin-bottom:10px}.rsdg-footer__column-links a{font-size:13.5px;display:inline-flex;align-items:center;gap:6px;padding:3px 0;position:relative;transition:color .25s ease,padding-left .25s ease}.rsdg-footer__column-links a::before{content:'';display:inline-block;width:0;height:1.5px;background:var(--footer-accent-alt);border-radius:1px;transition:width .25s ease;flex-shrink:0}.rsdg-footer__column-links a:focus-visible::before,.rsdg-footer__column-links a:hover::before{width:12px}.rsdg-footer__column-links a:hover{color:var(--footer-heading)}.rsdg-footer__trust{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;padding:28px 0;margin-bottom:28px;border-bottom:1px solid var(--footer-divider)}.rsdg-footer__trust-badge{display:flex;align-items:center;gap:10px;font-size:12px;color:rgba(255,255,255,.55);transition:color .3s ease}.rsdg-footer__trust-badge:hover{color:rgba(255,255,255,.85)}.rsdg-footer__trust-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--footer-glass);border:1px solid var(--footer-glass-border);font-size:18px;flex-shrink:0}.rsdg-footer__trust-text{line-height:1.3}.rsdg-footer__trust-text strong{display:block;color:var(--footer-heading);font-weight:600;font-size:12px}.rsdg-footer__trust-text span{font-size:11px;opacity:.7}.rsdg-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding-bottom:80px}.rsdg-footer__tagline{font-size:17px;font-weight:800;letter-spacing:-.01em;background:linear-gradient(135deg,var(--footer-accent),var(--footer-accent-alt),var(--footer-accent-warm));background-size:200% 200%;animation:rsdg-tagline-shimmer 4s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes rsdg-tagline-shimmer{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.rsdg-footer__copyright{font-size:11.5px;color:rgba(255,255,255,.35);letter-spacing:.01em}.rsdg-footer__payments{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:4px}.rsdg-footer__payment-icon{display:inline-flex;opacity:.5;transition:opacity .3s ease,transform .3s ease}.rsdg-footer__payment-icon:hover{opacity:1;transform:translateY(-1px)}.rsdg-footer__payment-icon svg{border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.3)}@media (max-width:768px){.rsdg-footer__inner{padding:40px 18px 0}.rsdg-footer__top{flex-direction:column;gap:20px;text-align:center}.rsdg-footer__brand{justify-content:center}.rsdg-footer__social{justify-content:center}.rsdg-footer__newsletter{padding:28px 18px}.rsdg-footer__newsletter-row{flex-direction:column}.rsdg-footer__newsletter-btn{width:100%}.rsdg-footer__columns{grid-template-columns:1fr;gap:28px;text-align:center}.rsdg-footer__column-title::after{left:50%;transform:translateX(-50%)}.rsdg-footer__column-links a::before{display:none}.rsdg-footer__trust{gap:20px}.rsdg-footer__trust-badge{flex-direction:column;text-align:center;gap:6px}.rsdg-footer__trust-text span,.rsdg-footer__trust-text strong{display:block;text-align:center}.rsdg-footer__bottom{gap:12px;padding-bottom:72px}}@media (min-width:769px) and (max-width:1024px){.rsdg-footer__columns{grid-template-columns:repeat(2,1fr)}.rsdg-footer__trust{gap:24px}}@media (prefers-reduced-motion:reduce){.rsdg-footer::before{animation:none}.rsdg-footer__tagline{animation:none}.rsdg-footer__newsletter-btn:hover,.rsdg-footer__payment-icon:hover,.rsdg-footer__social-link:hover{transform:none}}