.Offers-module__lBmfYW__container{max-width:var(--vf-max-width);margin:0 auto;padding:0 16px}.Offers-module__lBmfYW__promoSection{padding:8px 0 24px}.Offers-module__lBmfYW__promoGrid{grid-template-columns:1fr;gap:20px;display:grid}.Offers-module__lBmfYW__promoSectionEnd{width:100%;height:1px}.Offers-module__lBmfYW__skeletonCard{border:1px solid var(--vf-border);border-radius:var(--vf-radius-lg);background:var(--vf-bg-surface);min-height:200px;padding:20px}.Offers-module__lBmfYW__skeletonShimmer{display:none}.Offers-module__lBmfYW__skeletonContent{flex-direction:column;gap:12px;display:flex}.Offers-module__lBmfYW__skeletonLogo{background:var(--vf-bg-elevated);border-radius:var(--vf-radius-sm);width:80px;height:24px}.Offers-module__lBmfYW__skeletonTitle{background:var(--vf-bg-elevated);border-radius:var(--vf-radius-sm);width:60%;height:20px}.Offers-module__lBmfYW__skeletonLine{border-radius:var(--vf-radius-sm);background:#0d1424cc;width:90%;height:12px}.Offers-module__lBmfYW__skeletonLineShort{border-radius:var(--vf-radius-sm);background:#0d1424cc;width:60%;height:12px}.Offers-module__lBmfYW__skeletonButton{background:var(--vf-bg-elevated);border-radius:var(--vf-radius-md);width:120px;height:40px;margin-top:auto}@media (min-width:768px){.Offers-module__lBmfYW__container{padding:0 20px}.Offers-module__lBmfYW__promoGrid{gap:22px}}
.Offer-module__aUtDTW__promoCard{border:1px solid var(--vf-border);border-radius:var(--vf-radius-lg);background:var(--vf-bg-surface);-webkit-backdrop-filter:blur(10px);transition:border-color var(--vf-transition),box-shadow var(--vf-transition),transform var(--vf-transition);position:relative;overflow:hidden}.Offer-module__aUtDTW__promoCard:before{content:"";pointer-events:none;background:linear-gradient(135deg,#00d4ff0a 0%,#0000 45%,#ff8c000a 100%);position:absolute;inset:0}.Offer-module__aUtDTW__promoCard:hover{border-color:var(--vf-border-strong);transform:translateY(-2px);box-shadow:0 8px 32px #00000059,0 0 24px #00d4ff14}.Offer-module__aUtDTW__promoCardTop1{border-color:#ff8c0073;box-shadow:0 0 28px #ff8c001f}.Offer-module__aUtDTW__promoCardTop2{border-color:#00d4ff59}.Offer-module__aUtDTW__promoCardTop3{border-color:#ffd7004d}.Offer-module__aUtDTW__badge{z-index:2;border-radius:var(--vf-radius-pill);font-family:var(--vf-font-display);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:2px 8px;font-size:.58rem;font-weight:700;line-height:1.2;position:absolute;top:10px;left:12px}.Offer-module__aUtDTW__badgeTop1{background:var(--vf-gradient-fire);color:var(--vf-text-on-fire);box-shadow:0 2px 10px var(--vf-glow-orange)}.Offer-module__aUtDTW__badgeTop2{background:var(--vf-gradient-accent);color:var(--vf-text-primary);box-shadow:0 2px 10px #00d4ff33}.Offer-module__aUtDTW__badgeTop3{color:var(--vf-text-on-fire);background:linear-gradient(135deg,gold 0%,#ff8c00 100%);box-shadow:0 2px 8px #ffd7002e}.Offer-module__aUtDTW__cardLink{z-index:1;position:absolute;inset:0}.Offer-module__aUtDTW__promoCardTop1 .Offer-module__aUtDTW__cardInner,.Offer-module__aUtDTW__promoCardTop2 .Offer-module__aUtDTW__cardInner,.Offer-module__aUtDTW__promoCardTop3 .Offer-module__aUtDTW__cardInner{padding-top:34px}.Offer-module__aUtDTW__cardInner{pointer-events:none;grid-template:"logo bonus""features bonus""payments cta""terms terms"/1fr 1fr;gap:12px;padding:18px 16px 14px;display:grid;position:relative}.Offer-module__aUtDTW__logoArea{grid-area:logo;align-items:center;display:flex}.Offer-module__aUtDTW__bonusArea{text-align:right;grid-area:bonus;justify-content:flex-end;align-items:center;display:flex}.Offer-module__aUtDTW__featuresArea{grid-area:features;align-items:flex-start;display:flex}.Offer-module__aUtDTW__paymentsArea{grid-area:payments;align-items:center;display:flex}.Offer-module__aUtDTW__ctaArea{border-radius:var(--vf-radius-md);background:var(--vf-gradient-fire);min-height:44px;box-shadow:0 4px 20px var(--vf-glow-orange);transition:transform var(--vf-transition),box-shadow var(--vf-transition);grid-area:cta;justify-content:center;align-items:center;padding:10px 16px;animation:2.8s ease-in-out infinite Offer-module__aUtDTW__ctaPulse;display:flex;position:relative;overflow:hidden}.Offer-module__aUtDTW__promoCard:hover .Offer-module__aUtDTW__ctaArea{box-shadow:0 6px 28px var(--vf-glow-orange),0 0 20px #ff8c0059;animation:none;transform:scale(1.03)}.Offer-module__aUtDTW__ctaText{z-index:1;font-family:var(--vf-font-display);font-size:var(--vf-text-sm);letter-spacing:var(--vf-tracking-wide);text-transform:uppercase;color:var(--vf-text-on-fire);white-space:nowrap;font-weight:700;position:relative}.Offer-module__aUtDTW__ctaText:after{content:" →"}.Offer-module__aUtDTW__ctaShine{background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:60%;height:100%;animation:3s ease-in-out infinite Offer-module__aUtDTW__ctaShine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes Offer-module__aUtDTW__ctaPulse{0%,to{box-shadow:0 4px 20px var(--vf-glow-orange)}50%{box-shadow:0 4px 28px #ff8c008c,0 0 16px #ffd70033}}@keyframes Offer-module__aUtDTW__ctaShine{0%{left:-100%}40%,to{left:150%}}.Offer-module__aUtDTW__logo{object-fit:contain;border-radius:var(--vf-radius-sm);border:1px solid var(--vf-border);background:#02081080;width:auto;max-width:123px;height:auto;max-height:88px;padding:6px 10px}.Offer-module__aUtDTW__featureList{flex-direction:column;gap:3px;display:flex}.Offer-module__aUtDTW__featureItem{font-size:var(--vf-text-xs);color:var(--vf-text-secondary);margin:0;line-height:1.4}.Offer-module__aUtDTW__featureItem:before{content:"▸ ";color:var(--vf-accent-cyan)}.Offer-module__aUtDTW__featureToggle{font-size:var(--vf-text-xs);color:var(--vf-accent-cyan);cursor:pointer;pointer-events:auto;z-index:2;background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline;position:relative}.Offer-module__aUtDTW__payments{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.Offer-module__aUtDTW__paymentLogo{border-radius:var(--vf-radius-sm);border:1px solid var(--vf-border);object-fit:contain;background:#02081080;width:26px;height:26px}.Offer-module__aUtDTW__paymentToggle{background:var(--vf-bg-elevated);border:1px solid var(--vf-border);border-radius:var(--vf-radius-sm);color:var(--vf-text-secondary);cursor:pointer;pointer-events:auto;z-index:2;padding:2px 7px;font-size:.65rem;font-weight:600;position:relative}.Offer-module__aUtDTW__termsArea{border-top:1px solid var(--vf-border);grid-area:terms;justify-content:center;align-items:center;padding-top:4px;display:flex}.Offer-module__aUtDTW__terms{color:var(--vf-text-muted);text-align:center;margin:0;font-size:.68rem;line-height:1.4}.Offer-module__aUtDTW__termsLink{color:var(--vf-text-secondary);cursor:pointer;pointer-events:auto;z-index:2;margin-right:4px;position:relative}.Offer-module__aUtDTW__termsLink:hover{color:var(--vf-accent-cyan);text-decoration:underline}@media (min-width:769px){.Offer-module__aUtDTW__promoCardTop1 .Offer-module__aUtDTW__cardInner,.Offer-module__aUtDTW__promoCardTop2 .Offer-module__aUtDTW__cardInner,.Offer-module__aUtDTW__promoCardTop3 .Offer-module__aUtDTW__cardInner{padding-top:20px}.Offer-module__aUtDTW__cardInner{grid-template:"logo bonus features payments cta"1fr"terms terms terms terms terms"/140px 1fr 1fr 1fr auto;align-items:center;gap:16px;padding:20px 20px 14px}.Offer-module__aUtDTW__bonusArea{justify-content:center}.Offer-module__aUtDTW__ctaArea{min-width:148px}}@media (max-width:500px){.Offer-module__aUtDTW__ctaText{font-size:var(--vf-text-xs)}}@media (prefers-reduced-motion:reduce){.Offer-module__aUtDTW__ctaArea,.Offer-module__aUtDTW__ctaShine{animation:none}.Offer-module__aUtDTW__promoCard:hover{transform:none}}
.BonusDisplay-module__3S1q1q__bonusText{font-size:var(--vf-text-base);color:var(--vf-text-secondary);margin:0;font-weight:500}.BonusDisplay-module__3S1q1q__bonusDisplay{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.BonusDisplay-module__3S1q1q__bonusPercent{font-size:var(--vf-text-base);color:var(--vf-text-muted);text-transform:lowercase;font-weight:500;line-height:1.2}.BonusDisplay-module__3S1q1q__bonusAmount{font-family:var(--vf-font-display);color:var(--vf-text-primary);text-align:right;letter-spacing:-.02em;font-size:clamp(1.85rem,7.5vw,2.65rem);font-weight:700;line-height:1}.BonusDisplay-module__3S1q1q__bonusSecondary{font-size:var(--vf-text-base);color:var(--vf-text-secondary);font-weight:600;line-height:1.2}@media (min-width:769px){.BonusDisplay-module__3S1q1q__bonusDisplay{align-items:center}.BonusDisplay-module__3S1q1q__bonusAmount,.BonusDisplay-module__3S1q1q__bonusPercent,.BonusDisplay-module__3S1q1q__bonusSecondary{text-align:center}}.BonusDisplay-module__3S1q1q__bonusDisplayCompact{align-items:center;gap:1px}.BonusDisplay-module__3S1q1q__bonusAmountCompact,.BonusDisplay-module__3S1q1q__bonusDisplayCompact .BonusDisplay-module__3S1q1q__bonusAmount{font-size:clamp(.95rem,3.2vw,1.15rem)}.BonusDisplay-module__3S1q1q__bonusDisplayCompact .BonusDisplay-module__3S1q1q__bonusPercent,.BonusDisplay-module__3S1q1q__bonusDisplayCompact .BonusDisplay-module__3S1q1q__bonusSecondary{font-size:var(--vf-text-xs)}
.StickyOffer-module__dO6pnG__bar{z-index:100;-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--vf-border);background:linear-gradient(#020810e0 0%,#020810f7 100%);position:fixed;bottom:0;left:0;right:0}.StickyOffer-module__dO6pnG__accentBar{background:linear-gradient(90deg,transparent 5%,var(--vf-accent-cobalt)20%,var(--vf-accent-cyan)50%,var(--vf-brand-orange)80%,transparent 95%);opacity:.6;height:2px}.StickyOffer-module__dO6pnG__inner{max-width:var(--vf-max-width);align-items:center;gap:14px;margin:0 auto;padding:10px 16px;display:flex}.StickyOffer-module__dO6pnG__logoLink{background:var(--vf-bg-surface);border:1px solid var(--vf-border);border-radius:var(--vf-radius-sm);transition:border-color var(--vf-transition),box-shadow var(--vf-transition);flex-shrink:0;justify-content:center;align-items:center;padding:6px 12px;display:flex}.StickyOffer-module__dO6pnG__logoLink:hover{border-color:var(--vf-border-strong);box-shadow:0 0 12px #00d4ff26}.StickyOffer-module__dO6pnG__logo{object-fit:contain;width:auto;max-width:110px;height:36px}.StickyOffer-module__dO6pnG__bonus{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.StickyOffer-module__dO6pnG__btn{background:var(--vf-gradient-fire);color:var(--vf-text-on-fire);font-family:var(--vf-font-display);font-size:var(--vf-text-sm);letter-spacing:var(--vf-tracking-wide);text-transform:uppercase;border-radius:var(--vf-radius-md);white-space:nowrap;transition:transform var(--vf-transition),box-shadow var(--vf-transition);border:0;flex-shrink:0;justify-content:center;align-items:center;padding:11px 18px;font-weight:700;text-decoration:none;display:inline-flex}.StickyOffer-module__dO6pnG__btn:hover{box-shadow:0 4px 20px var(--vf-glow-orange);transform:translateY(-1px)}.StickyOffer-module__dO6pnG__btn:after{content:" →"}@media (max-width:500px){.StickyOffer-module__dO6pnG__inner{gap:10px;padding:10px 12px}.StickyOffer-module__dO6pnG__logo{max-width:76px;height:28px}.StickyOffer-module__dO6pnG__btn{font-size:var(--vf-text-xs);padding:10px 14px}}
.PromoModal-module__5heZ6W__overlay{z-index:200;-webkit-backdrop-filter:blur(6px);background:#020810c7;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.PromoModal-module__5heZ6W__card{border:1px solid var(--vf-border-strong);border-radius:var(--vf-radius-lg);-webkit-backdrop-filter:blur(16px);width:100%;max-width:420px;box-shadow:var(--vf-shadow-card);text-align:center;background:linear-gradient(165deg,#0d1424fa 0%,#020810f5 100%);padding:28px 22px 22px;position:relative}.PromoModal-module__5heZ6W__glowLine{background:linear-gradient(90deg,transparent,var(--vf-accent-cyan),var(--vf-brand-orange),transparent);opacity:.75;height:1px;position:absolute;top:0;left:16px;right:16px}.PromoModal-module__5heZ6W__close{border:1px solid var(--vf-border);border-radius:var(--vf-radius-pill);background:var(--vf-bg-surface);width:32px;height:32px;color:var(--vf-text-secondary);cursor:pointer;transition:color var(--vf-transition),border-color var(--vf-transition);justify-content:center;align-items:center;font-size:.9rem;line-height:1;display:flex;position:absolute;top:12px;right:12px}.PromoModal-module__5heZ6W__close:hover{color:var(--vf-text-primary);border-color:var(--vf-border-strong)}.PromoModal-module__5heZ6W__headline{text-transform:uppercase;color:var(--vf-text-primary);font-size:clamp(1.15rem,3.5vw,1.35rem);font-weight:700;line-height:var(--vf-leading-tight);margin:0 0 6px}.PromoModal-module__5heZ6W__sub{font-size:var(--vf-text-sm);color:var(--vf-text-secondary);margin:0 0 22px;line-height:1.45}.PromoModal-module__5heZ6W__sub strong{color:var(--vf-accent-cyan)}.PromoModal-module__5heZ6W__offerCard{border:1px solid var(--vf-border);border-radius:var(--vf-radius-md);background:#0208108c;flex-direction:column;align-items:center;gap:14px;padding:22px 16px 16px;display:flex;position:relative}.PromoModal-module__5heZ6W__topBadge{border-radius:var(--vf-radius-pill);background:var(--vf-gradient-fire);color:var(--vf-text-on-fire);font-family:var(--vf-font-display);letter-spacing:var(--vf-tracking-wider);white-space:nowrap;padding:4px 14px;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.PromoModal-module__5heZ6W__logoLink{border:1px solid var(--vf-border);border-radius:var(--vf-radius-sm);background:var(--vf-bg-surface);transition:box-shadow var(--vf-transition);justify-content:center;align-items:center;padding:8px 14px;display:flex}.PromoModal-module__5heZ6W__logoLink:hover{box-shadow:0 0 16px #00d4ff33}.PromoModal-module__5heZ6W__logo{object-fit:contain;width:auto;max-width:150px;height:48px}.PromoModal-module__5heZ6W__bonusWrap{text-align:center;justify-content:center;display:flex}.PromoModal-module__5heZ6W__payments{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.PromoModal-module__5heZ6W__payIcon{object-fit:contain;background:var(--vf-bg-elevated);border:1px solid var(--vf-border);border-radius:var(--vf-radius-sm);width:auto;height:22px;padding:2px 4px}.PromoModal-module__5heZ6W__cta{border-radius:var(--vf-radius-md);background:var(--vf-gradient-accent);width:100%;color:var(--vf-text-primary);font-family:var(--vf-font-display);font-size:var(--vf-text-base);letter-spacing:var(--vf-tracking-wide);text-transform:uppercase;transition:transform var(--vf-transition),box-shadow var(--vf-transition);border:0;padding:12px 16px;font-weight:700;text-decoration:none;display:inline-block}.PromoModal-module__5heZ6W__cta:hover{box-shadow:var(--vf-shadow-glow);transform:translateY(-1px)}.PromoModal-module__5heZ6W__cta:after{content:" →"}@media (max-width:767px){.PromoModal-module__5heZ6W__headline,.PromoModal-module__5heZ6W__sub{text-align:left;padding-right:40px}}@media (max-width:440px){.PromoModal-module__5heZ6W__card{padding:26px 16px 18px}.PromoModal-module__5heZ6W__headline{font-size:1.1rem}}
.SpecialBanner-module__gn0Mfq__bannerLink{grid-column:1/-1;width:100%;display:block;overflow:hidden}.SpecialBanner-module__gn0Mfq__bannerImage{object-fit:cover;width:100%;height:auto;display:block}
.InfoSections-module__jCeQhG__wrapper{max-width:var(--vf-max-width);flex-direction:column;gap:28px;width:100%;margin:0 auto;padding:8px 16px 40px;display:flex}.InfoSections-module__jCeQhG__eyebrow{font-family:var(--vf-font-display);font-size:var(--vf-text-xs);letter-spacing:var(--vf-tracking-wider);text-transform:uppercase;color:var(--vf-brand-orange);margin:0;font-weight:600}.InfoSections-module__jCeQhG__eyebrowLine{background:linear-gradient(90deg,transparent,var(--vf-brand-orange),transparent);vertical-align:middle;width:24px;height:1px;display:inline-block}.InfoSections-module__jCeQhG__eyebrowCenter{align-items:center;gap:10px;display:inline-flex}.InfoSections-module__jCeQhG__sectionHeader{text-align:center;margin-bottom:16px}.InfoSections-module__jCeQhG__sectionTitle{text-transform:uppercase;color:var(--vf-text-primary);margin:6px 0 0;font-size:clamp(1.35rem,3.5vw,1.75rem)}.InfoSections-module__jCeQhG__philosophy{width:100%}.InfoSections-module__jCeQhG__philosophyCard{text-align:center;border:1px solid var(--vf-border-strong);border-radius:var(--vf-radius-lg);background:var(--vf-bg-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--vf-shadow-card);padding:24px 20px}.InfoSections-module__jCeQhG__philosophyTitle{text-transform:uppercase;background:var(--vf-gradient-ice);color:#0000;-webkit-background-clip:text;background-clip:text;margin:8px 0 0;font-size:clamp(1.4rem,3.8vw,1.9rem)}.InfoSections-module__jCeQhG__philosophyText{max-width:620px;font-size:var(--vf-text-sm);color:var(--vf-text-secondary);margin:12px auto 0;line-height:1.55}.InfoSections-module__jCeQhG__statsGrid{grid-template-columns:repeat(2,1fr);gap:10px;margin:0;padding:0;list-style:none;display:grid}.InfoSections-module__jCeQhG__statItem{border-radius:var(--vf-radius-md);border:1px solid var(--vf-border);text-align:center;background:linear-gradient(160deg,#004a9938 0%,#0208108c 100%);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:18px 12px;display:flex}.InfoSections-module__jCeQhG__statValue{font-family:var(--vf-font-display);background:var(--vf-gradient-accent);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.6rem,5vw,2rem);font-weight:700;line-height:1}.InfoSections-module__jCeQhG__statLabel{font-size:var(--vf-text-xs);color:var(--vf-text-secondary);font-weight:500;line-height:1.3}.InfoSections-module__jCeQhG__genreGrid{grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none;display:grid}.InfoSections-module__jCeQhG__genreCard{border-radius:var(--vf-radius-md);border:1px solid var(--vf-border);background:var(--vf-bg-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color var(--vf-transition),box-shadow var(--vf-transition);padding:18px 16px}.InfoSections-module__jCeQhG__genreCard:hover{border-color:var(--vf-border-strong);box-shadow:var(--vf-shadow-glow)}.InfoSections-module__jCeQhG__genreIconWrap{border-radius:var(--vf-radius-sm);width:40px;height:40px;color:var(--vf-accent-cyan);background:linear-gradient(135deg,#007bff33,#00d4ff1a);justify-content:center;align-items:center;margin-bottom:10px;display:inline-flex}.InfoSections-module__jCeQhG__genreTitle{font-size:var(--vf-text-lg);text-transform:uppercase;color:var(--vf-text-primary);margin:0}.InfoSections-module__jCeQhG__genreText{font-size:var(--vf-text-sm);color:var(--vf-text-secondary);margin:6px 0 0;line-height:1.45}.InfoSections-module__jCeQhG__steps{border-radius:var(--vf-radius-lg);border:1px solid var(--vf-border);background:linear-gradient(#0d1424bf 0%,#02081066 100%);padding:20px 16px}.InfoSections-module__jCeQhG__stepsList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.InfoSections-module__jCeQhG__stepItem{grid-template-columns:auto 1fr;gap:14px;padding:14px 0;display:grid;position:relative}.InfoSections-module__jCeQhG__stepItem:not(:last-child){border-bottom:1px solid var(--vf-border)}.InfoSections-module__jCeQhG__stepMarker{color:var(--vf-accent-cyan);flex-direction:column;align-items:center;gap:4px;display:flex}.InfoSections-module__jCeQhG__stepNumber{font-family:var(--vf-font-display);font-size:var(--vf-text-xs);letter-spacing:var(--vf-tracking-wide);color:var(--vf-brand-orange);font-weight:700}.InfoSections-module__jCeQhG__stepTitle{font-size:var(--vf-text-base);text-transform:uppercase;color:var(--vf-text-primary);margin:0}.InfoSections-module__jCeQhG__stepText{font-size:var(--vf-text-sm);color:var(--vf-text-secondary);margin:4px 0 0;line-height:1.45}.InfoSections-module__jCeQhG__faqInner{gap:16px;display:grid}.InfoSections-module__jCeQhG__faqHeader{text-align:center}.InfoSections-module__jCeQhG__faqList{flex-direction:column;gap:8px;display:flex}.InfoSections-module__jCeQhG__faqItem{border:1px solid var(--vf-border);border-radius:var(--vf-radius-md);background:var(--vf-bg-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color var(--vf-transition);overflow:hidden}.InfoSections-module__jCeQhG__faqItem[open]{border-color:var(--vf-border-strong);box-shadow:0 0 16px #00d4ff14}.InfoSections-module__jCeQhG__faqQuestion{font-family:var(--vf-font-display);font-size:var(--vf-text-sm);letter-spacing:.03em;color:var(--vf-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:14px 16px;font-weight:600;list-style:none}.InfoSections-module__jCeQhG__faqQuestion::-webkit-details-marker{display:none}.InfoSections-module__jCeQhG__faqQuestion:after{content:"+";float:right;color:var(--vf-accent-cyan);transition:transform var(--vf-transition);font-size:1.1rem;font-weight:400}.InfoSections-module__jCeQhG__faqItem[open] .InfoSections-module__jCeQhG__faqQuestion:after{content:"−"}.InfoSections-module__jCeQhG__faqAnswer{font-size:var(--vf-text-sm);color:var(--vf-text-secondary);border-top:1px solid var(--vf-border);margin:0;padding:12px 16px 14px;line-height:1.5}@media (min-width:640px){.InfoSections-module__jCeQhG__wrapper{gap:36px;padding:12px 20px 48px}.InfoSections-module__jCeQhG__statsGrid{grid-template-columns:repeat(4,1fr)}.InfoSections-module__jCeQhG__genreGrid{grid-template-columns:repeat(3,1fr)}.InfoSections-module__jCeQhG__philosophyText{font-size:var(--vf-text-base)}}@media (min-width:768px){.InfoSections-module__jCeQhG__stepsList{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.InfoSections-module__jCeQhG__stepItem{text-align:center;grid-template-columns:1fr;padding:8px 12px;border-bottom:none!important}.InfoSections-module__jCeQhG__stepMarker{margin:0 auto}.InfoSections-module__jCeQhG__faqInner{grid-template-columns:1fr 1.4fr;align-items:start;gap:32px}.InfoSections-module__jCeQhG__faqHeader{text-align:left;position:sticky;top:20px}}
.page-module__E0kJGG__main{flex:1}.page-module__E0kJGG__hero{text-align:center;padding:20px 16px 16px}.page-module__E0kJGG__heroInner{flex-direction:column;align-items:center;gap:10px;max-width:640px;margin:0 auto;display:flex}.page-module__E0kJGG__heroEyebrow{font-family:var(--vf-font-display);font-size:var(--vf-text-xs);letter-spacing:var(--vf-tracking-wider);text-transform:uppercase;color:var(--vf-brand-orange);align-items:center;gap:10px;margin:0;font-weight:600;display:inline-flex}.page-module__E0kJGG__heroLine{background:linear-gradient(90deg,transparent,var(--vf-brand-orange)50%,transparent);opacity:.85;width:28px;height:1px;display:block}.page-module__E0kJGG__heroTitle{text-transform:none;letter-spacing:normal;flex-direction:column;align-items:center;gap:2px;margin:0;display:flex}.page-module__E0kJGG__heroTitleLine1{font-family:var(--vf-font-body);letter-spacing:.02em;text-transform:none;color:var(--vf-text-primary);font-size:clamp(1.35rem,3.8vw,1.75rem);font-style:italic;font-weight:500;line-height:1.2}.page-module__E0kJGG__heroTitleLine2{font-family:var(--vf-font-display);letter-spacing:var(--vf-tracking-wide);text-transform:uppercase;background:linear-gradient(90deg,#c60b1e 0%,#ffc400 45% 55%,#c60b1e 100%);color:#0000;filter:drop-shadow(0 2px 12px #ff8c0040);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,7vw,2.75rem);font-weight:700;line-height:1}.page-module__E0kJGG__heroDescription{max-width:520px;font-size:var(--vf-text-sm);color:var(--vf-text-secondary);margin:2px 0 0;line-height:1.45}.page-module__E0kJGG__heroTags{flex-wrap:wrap;justify-content:center;gap:8px;margin:6px 0 0;padding:0;list-style:none;display:flex}.page-module__E0kJGG__heroTag{border:1px solid var(--vf-border-strong);border-radius:var(--vf-radius-pill);background:var(--vf-bg-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:var(--vf-text-xs);color:var(--vf-text-primary);white-space:nowrap;align-items:center;gap:7px;padding:6px 12px;font-weight:500;display:inline-flex}.page-module__E0kJGG__heroTagIcon{flex-shrink:0}.page-module__E0kJGG__heroTagIconSparkles{color:var(--vf-accent-cyan)}.page-module__E0kJGG__heroTagIconTrending{color:var(--vf-brand-orange)}.page-module__E0kJGG__heroTagIconAward{color:var(--vf-brand-yellow)}@media (min-width:768px){.page-module__E0kJGG__hero{padding:24px 20px 18px}.page-module__E0kJGG__heroInner{gap:12px}.page-module__E0kJGG__heroDescription{font-size:var(--vf-text-base)}}
