/* Orders redeem module only. Shared navbar/footer/theme remain owned by shared public. */
#rfPageLoader{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
.rf-redeem-shell{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;margin-top:44px;margin-bottom:44px;align-items:stretch;}
.rf-redeem-intro,.rf-redeem-card{border-radius:30px;}
.rf-redeem-intro{min-height:620px;padding:42px;color:#fff;background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.22),transparent 26%),radial-gradient(circle at 88% 20%,rgba(117,181,255,.34),transparent 30%),linear-gradient(135deg,#0957d8 0%,#0b73f6 45%,#062c83 100%);box-shadow:0 24px 70px rgba(6,44,131,.24);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;}
.rf-redeem-intro:after{content:"";position:absolute;right:-90px;bottom:-130px;width:330px;height:330px;border-radius:999px;background:rgba(255,255,255,.12);}
.rf-redeem-intro>*{position:relative;z-index:1;}
.rf-redeem-badge{display:inline-flex;align-items:center;gap:9px;width:max-content;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);font-weight:800;font-size:13px;}
.rf-redeem-intro h1{font-size:56px;line-height:.98;letter-spacing:-.055em;margin:30px 0 18px;max-width:610px;}
.rf-redeem-lead{font-size:17px;line-height:1.7;font-weight:700;color:rgba(255,255,255,.88);max-width:600px;margin:0;}
.rf-redeem-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0 24px;}
.rf-redeem-step{min-height:86px;padding:16px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);display:flex;align-items:flex-start;gap:12px;}
.rf-redeem-step span{display:grid;place-items:center;min-width:32px;height:32px;border-radius:999px;background:rgba(255,255,255,.18);font-weight:900;}
.rf-redeem-step.active{background:rgba(255,255,255,.18);}
.rf-redeem-step.done span{background:#fff;color:#0b73f6;}
.rf-redeem-step b{display:block;font-size:14px;margin-bottom:5px;}
.rf-redeem-step small{display:block;font-size:12px;line-height:1.35;color:rgba(255,255,255,.76);}
.rf-redeem-group{margin-top:18px;}
.rf-redeem-group h2{font-size:13px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 12px;color:rgba(255,255,255,.72);}
.rf-redeem-pills{display:flex;flex-wrap:wrap;gap:10px;}
.rf-redeem-pill{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;text-decoration:none;color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);font-weight:800;font-size:13px;transition:.18s ease;}
.rf-redeem-pill:hover{transform:translateY(-1px);background:rgba(255,255,255,.20);}
.rf-redeem-card{min-height:620px;background:rgba(255,255,255,.96);border:1px solid rgba(197,211,235,.78);box-shadow:0 24px 70px rgba(15,23,42,.10);padding:38px;display:flex;flex-direction:column;justify-content:center;}
.rf-redeem-card-head p{margin:0 0 12px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:#1268f3;}
.rf-redeem-card-head.success p{color:#16a34a;}
.rf-redeem-card-head h2,.rf-redeem-empty h2{font-size:32px;line-height:1.12;letter-spacing:-.045em;color:#071330;margin:0 0 12px;}
.rf-redeem-card-head span,.rf-redeem-empty p,.rf-redeem-helptext{display:block;color:#5c6a83;font-weight:700;line-height:1.6;margin:0;}
.rf-redeem-helptext{font-size:13px;margin-top:14px;}
.rf-redeem-form{display:grid;gap:12px;margin-top:28px;}
.rf-redeem-form label{font-size:13px;font-weight:900;color:#071330;}
.rf-redeem-form input{height:50px;border-radius:16px;border:1px solid #cfe0f8;background:#fff;padding:0 16px;font-size:15px;outline:none;color:#071330;}
.rf-redeem-form input:focus{border-color:#32bdf6;box-shadow:0 0 0 4px rgba(50,189,246,.18);}
.rf-redeem-primary,.rf-redeem-secondary{min-height:50px;border:0;border-radius:16px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:900;cursor:pointer;}
.rf-redeem-primary{background:#1268f3;color:#fff;box-shadow:0 10px 24px rgba(18,104,243,.22);}
.rf-redeem-primary:hover{background:#0b5ee8;}
.rf-redeem-primary.as-link{width:max-content;}
.rf-redeem-secondary{background:#edf4ff;color:#1268f3;}
.rf-redeem-alert{display:flex;align-items:flex-start;gap:10px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:16px;padding:12px 14px;margin-bottom:18px;font-weight:800;}
.rf-redeem-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0;}
.rf-redeem-summary.single{grid-template-columns:1fr;}
.rf-redeem-summary div{padding:14px;border-radius:16px;background:#f6f9ff;border:1px solid #d9e7fb;}
.rf-redeem-summary small{display:block;color:#66758c;font-weight:800;margin-bottom:5px;}
.rf-redeem-summary b{display:block;color:#071330;word-break:break-word;}
.rf-redeem-empty{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;}
.rf-redeem-empty.small{padding:12px;background:#f8fbff;border-radius:16px;}
.rf-redeem-icon{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:#edf4ff;color:#1268f3;font-size:22px;}
.rf-redeem-icon.danger{background:#fee2e2;color:#dc2626;}
.rf-redeem-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:10px;}
.rf-redeem-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 14px;}
.rf-redeem-tab{border:1px solid #cfe0f8;background:#fff;border-radius:999px;padding:8px 13px;font-weight:900;color:#5c6a83;cursor:pointer;}
.rf-redeem-tab.active{background:#1268f3;color:#fff;border-color:#1268f3;}
.rf-redeem-account{display:none;border:1px solid #d9e7fb;border-radius:18px;padding:14px;background:#f8fbff;margin-bottom:14px;}
.rf-redeem-account.active{display:block;}
.rf-redeem-account h3{margin:0 0 10px;color:#071330;}
.rf-redeem-field{border-top:1px solid #e3edf9;padding:10px 0;}
.rf-redeem-field-label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#6b7c95;margin-bottom:5px;}
.rf-redeem-field-value{display:flex;align-items:center;gap:10px;}
.rf-redeem-field-value code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#071330;word-break:break-all;}
.rf-redeem-field-actions{margin-left:auto;display:flex;gap:6px;}
.rf-redeem-mini{border:1px solid #cfe0f8;background:#fff;color:#1268f3;border-radius:10px;padding:6px 9px;font-size:12px;font-weight:900;cursor:pointer;}
.rf-redeem-notes{margin-top:10px;}
.rf-redeem-notes pre{white-space:pre-wrap;background:#fff;border:1px solid #d9e7fb;border-radius:14px;padding:12px;color:#071330;line-height:1.5;}
@media(max-width:980px){.rf-redeem-shell{grid-template-columns:1fr;margin-top:28px;margin-bottom:28px;}.rf-redeem-intro,.rf-redeem-card{min-height:auto;}.rf-redeem-intro h1{font-size:42px}.rf-redeem-guide{grid-template-columns:1fr}.rf-redeem-card{padding:28px}.rf-redeem-summary{grid-template-columns:1fr}}
@media(max-width:560px){.rf-redeem-intro{padding:24px;border-radius:24px}.rf-redeem-card{padding:24px;border-radius:24px}.rf-redeem-intro h1{font-size:34px}.rf-redeem-card-head h2,.rf-redeem-empty h2{font-size:28px}.rf-redeem-pills{gap:8px}.rf-redeem-pill{font-size:12px;padding:9px 11px}}


/* Stage 5F: product/game card enrichment. Keep the existing auth-like layout intact. */
.rf-redeem-products{display:grid;gap:12px;margin:18px 0 8px;}
.rf-redeem-product{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:center;padding:12px;border:1px solid #d9e7fb;background:#f8fbff;border-radius:18px;}
.rf-redeem-cover{width:92px;height:116px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#eaf3ff,#dbeafe);display:grid;place-items:center;color:#1268f3;}
.rf-redeem-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.rf-redeem-cover-fallback{font-size:26px;}
.rf-redeem-product-body{min-width:0;}
.rf-redeem-product-body h3{margin:8px 0 6px;font-size:21px;line-height:1.15;letter-spacing:-.035em;color:#071330;}
.rf-redeem-product-body p{margin:0;color:#5c6a83;font-weight:800;}
.rf-redeem-product-body small{font-size:12px;color:#7b8aa0;}
.rf-redeem-product-badges{display:flex;gap:6px;flex-wrap:wrap;}
.rf-redeem-product-badges span{font-size:10px;font-weight:900;letter-spacing:.09em;color:#0b5ee8;background:#eaf3ff;border:1px solid #cfe0f8;border-radius:999px;padding:5px 8px;}
@media(max-width:560px){.rf-redeem-product{grid-template-columns:72px minmax(0,1fr)}.rf-redeem-cover{width:72px;height:92px}.rf-redeem-product-body h3{font-size:18px}}


/* Stage 5J: landscape product cover, closer to GamePass card style. */
.rf-redeem-product{
  grid-template-columns:150px minmax(0,1fr);
  align-items:center;
  padding:12px;
}
.rf-redeem-cover{
  width:150px;
  height:84px;
  border-radius:14px;
  background:linear-gradient(135deg,#eaf3ff,#dbeafe);
}
.rf-redeem-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.rf-redeem-product-body h3{
  font-size:21px;
  line-height:1.12;
}
@media(max-width:560px){
  .rf-redeem-product{
    grid-template-columns:116px minmax(0,1fr);
  }
  .rf-redeem-cover{
    width:116px;
    height:66px;
  }
  .rf-redeem-product-body h3{
    font-size:18px;
  }
}


/* Stage 5K: GamePass-style landscape capsule */
.rf-redeem-product{
  grid-template-columns:168px minmax(0,1fr);
}
.rf-redeem-cover{
  width:168px;
  height:94px;
}
@media(max-width:560px){
  .rf-redeem-product{
    grid-template-columns:128px minmax(0,1fr);
  }
  .rf-redeem-cover{
    width:128px;
    height:72px;
  }
}

/* Stage 5: polished redeem UI, loading, fixed hero, Trustpilot, Denuvo note */
.rf-redeem-shell{align-items:start;gap:24px;}
.rf-redeem-intro{
  position:sticky;
  top:92px;
  min-height:calc(100vh - 128px);
  max-height:calc(100vh - 128px);
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 88%, rgba(255,255,255,.18) 0 18%, transparent 19%),
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(145deg,#1e7bff 0%,#1268f3 44%,#0d46b8 100%);
}
.rf-redeem-intro::after{opacity:.26;}
.rf-redeem-card{min-height:0;justify-content:flex-start;}
.rf-redeem-intro h1{max-width:520px;}
.rf-redeem-lead{max-width:520px;}
.rf-redeem-guide{grid-template-columns:1fr;gap:10px;margin:26px 0;}
.rf-redeem-step{min-height:auto;padding:14px;align-items:center;}
.rf-redeem-intro-bottom{margin-top:auto;display:grid;gap:12px;}
.rf-redeem-group{margin-top:0;}
.rf-redeem-trust{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;text-decoration:none;color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);border-radius:18px;padding:13px 14px;transition:.18s ease;}
.rf-redeem-trust:hover{transform:translateY(-1px);background:rgba(255,255,255,.20);}
.rf-redeem-trust-icon{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#00b67a;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.12);}
.rf-redeem-trust b{display:block;font-size:13px;font-weight:900;}
.rf-redeem-trust span{display:block;font-size:12px;font-weight:800;color:rgba(255,255,255,.78);margin-top:2px;}
.rf-page-loader{position:fixed;inset:0;z-index:9999;background:rgba(245,249,255,.58);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;}
.rf-page-loader.show{display:flex;}
.rf-loader-box{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #d7e4f7;border-radius:999px;padding:14px 18px;box-shadow:0 18px 50px rgba(15,23,42,.16);color:#071330;font-size:13px;font-weight:900;}
.rf-loader-spinner{width:18px;height:18px;border:3px solid #d8e7ff;border-top-color:#1268f3;border-radius:50%;animation:rfSpin .8s linear infinite;}
@keyframes rfSpin{to{transform:rotate(360deg)}}
.rf-redeem-denuvo-note{margin-top:14px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:16px;padding:13px 14px;display:flex;align-items:flex-start;gap:11px;font-size:13px;line-height:1.55;font-weight:800;}
.rf-redeem-denuvo-note i{margin-top:2px;color:#ea580c;}
.rf-redeem-denuvo-note b{font-weight:1000;}
.rf-redeem-notes.tutorial pre{background:#f6fbff;border-color:#cfe0f8;}
.rf-redeem-account .rf-redeem-field-value code{font-size:14px;}
.rf-redeem-primary.is-loading,.rf-redeem-secondary.is-loading{opacity:.72;pointer-events:none;}
@media(max-width:980px){.rf-redeem-intro{position:relative;top:auto;min-height:auto;max-height:none;overflow:visible}.rf-redeem-guide{grid-template-columns:1fr}.rf-redeem-intro-bottom{margin-top:24px}}


/* Stage 5B fix: auth-consistent hero, no cropped rating, stable two-column layout */
.rf-redeem-shell{
  align-items:start!important;
  gap:24px!important;
  margin-top:44px!important;
  margin-bottom:44px!important;
}
.rf-redeem-intro{
  position:sticky!important;
  top:92px!important;
  min-height:620px!important;
  max-height:none!important;
  height:auto!important;
  overflow:hidden!important;
  border-radius:30px!important;
  padding:42px!important;
  background:linear-gradient(180deg,#06153d 0%,#08276d 58%,#075cff 100%)!important;
  box-shadow:var(--rf-shadow-lg,0 30px 80px rgba(15,23,42,.14))!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
}
.rf-redeem-intro:after{
  content:""!important;
  position:absolute!important;
  width:380px!important;
  height:380px!important;
  border-radius:50%!important;
  right:-180px!important;
  bottom:-180px!important;
  background:rgba(255,255,255,.11)!important;
  opacity:1!important;
}
.rf-redeem-intro-main,.rf-redeem-guide,.rf-redeem-intro-bottom{position:relative;z-index:2;}
.rf-redeem-badge{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  border-radius:0!important;
  color:#bcd6ff!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-size:11px!important;
}
.rf-redeem-intro h1{
  font-size:clamp(42px,5vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.07em!important;
  max-width:620px!important;
  margin:24px 0 18px!important;
}
.rf-redeem-lead{
  max-width:560px!important;
  color:#dbeaff!important;
  font-size:15px!important;
  line-height:1.8!important;
}
.rf-redeem-guide{margin:28px 0!important;gap:10px!important;}
.rf-redeem-step{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.16)!important;}
.rf-redeem-step.active,.rf-redeem-step.done{background:rgba(255,255,255,.12)!important;}
.rf-redeem-intro-bottom{margin-top:28px!important;display:grid!important;gap:14px!important;}
.rf-redeem-group h2{font-size:12px!important;letter-spacing:.16em!important;color:#bcd6ff!important;margin-bottom:12px!important;}
.rf-redeem-pill{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.16)!important;}
.rf-redeem-pill:hover{background:rgba(255,255,255,.18)!important;}
.rf-redeem-trust{margin-top:0!important;}
.rf-redeem-card{min-height:0!important;align-self:start!important;}
.rf-redeem-primary.as-link{margin-top:10px;}
@media(max-width:980px){
  .rf-redeem-shell{grid-template-columns:1fr!important;margin-top:24px!important;}
  .rf-redeem-intro{position:relative!important;top:auto!important;min-height:620px!important;}
}
@media(max-width:620px){
  .rf-redeem-intro{border-radius:24px!important;padding:24px!important;min-height:560px!important;}
}


/* Stage 5C: responsive multipage promotion carousel */
.rf-promo-carousel{margin-top:-14px;margin-bottom:52px;}
.rf-promo-viewport{position:relative;overflow:hidden;border-radius:30px;box-shadow:0 28px 72px rgba(15,35,78,.16);isolation:isolate;}
.rf-promo-track{position:relative;min-height:360px;}
.rf-promo-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(22px) scale(.992);transition:opacity .38s ease,transform .38s ease,visibility .38s;pointer-events:none;overflow:hidden;}
.rf-promo-slide.is-active{position:relative;opacity:1;visibility:visible;transform:none;pointer-events:auto;z-index:2;}
.rf-promo-link{min-height:360px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:30px;padding:48px 76px;color:#fff;text-decoration:none;position:relative;overflow:hidden;}
.rf-promo-link:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 5%,rgba(255,255,255,.22),transparent 32%);pointer-events:none;}
.theme-steam .rf-promo-link{background:linear-gradient(120deg,#06143a 0%,#0b2d75 50%,#116cff 100%);}
.theme-sharing .rf-promo-link{background:linear-gradient(120deg,#082d75 0%,#087df1 54%,#49b8ff 100%);}
.theme-pay .rf-promo-link{background:linear-gradient(120deg,#063b47 0%,#058c87 52%,#13c789 100%);}
.theme-server .rf-promo-link{background:linear-gradient(120deg,#173d2d 0%,#147347 48%,#33aa5d 100%);}
.rf-promo-copy{position:relative;z-index:3;max-width:720px;}
.rf-promo-kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:1000;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.82);}
.rf-promo-copy h2{font-size:clamp(36px,4.2vw,64px);line-height:1;letter-spacing:-.055em;margin:18px 0 16px;max-width:720px;color:#fff;}
.rf-promo-copy p{max-width:610px;font-size:16px;line-height:1.7;color:rgba(255,255,255,.84);font-weight:700;margin:0 0 28px;}
.rf-promo-copy p strong{color:#fff;font-weight:1000;}
.rf-promo-cta{display:inline-flex;align-items:center;gap:11px;padding:13px 17px;border-radius:999px;background:#fff;color:#0b3a88;font-size:13px;font-weight:1000;box-shadow:0 12px 30px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease;}
.rf-promo-link:hover .rf-promo-cta{transform:translateY(-2px);box-shadow:0 18px 36px rgba(0,0,0,.2);}
.rf-promo-art{position:relative;z-index:2;height:260px;display:grid;place-items:center;transition:transform .5s ease;}
.rf-promo-link:hover .rf-promo-art{transform:scale(1.025) rotate(-1deg);}
.rf-promo-emblem{width:154px;height:154px;border-radius:44px;display:grid;place-items:center;font-size:82px;background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.35);box-shadow:0 28px 60px rgba(0,0,0,.22);backdrop-filter:blur(14px);}
.rf-promo-orbit{position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%;}.orbit-one{width:245px;height:245px}.orbit-two{width:315px;height:315px}
.rf-promo-chip{position:absolute;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(5,24,64,.25);backdrop-filter:blur(10px);font-size:10px;font-weight:1000;letter-spacing:.1em;box-shadow:0 10px 24px rgba(0,0,0,.12);}.rf-promo-chip.chip-a{left:8%;bottom:18%}.rf-promo-chip.chip-b{right:2%;top:16%}
.rf-promo-number{font-size:126px;line-height:.8;font-weight:1000;letter-spacing:-.09em;text-shadow:0 22px 42px rgba(0,0,0,.2);}.rf-promo-number span{font-size:.46em;vertical-align:top;margin-left:5px}
.rf-promo-cards{position:absolute;inset:18px 45px;}.rf-promo-cards i{position:absolute;width:82px;height:112px;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.44),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.3);box-shadow:0 18px 34px rgba(0,0,0,.16)}.rf-promo-cards i:nth-child(1){left:0;top:20px;transform:rotate(-14deg)}.rf-promo-cards i:nth-child(2){right:0;top:0;transform:rotate(12deg)}.rf-promo-cards i:nth-child(3){right:24px;bottom:0;transform:rotate(20deg)}
.rf-promo-phone{width:150px;height:226px;border:8px solid rgba(255,255,255,.9);border-radius:34px;background:rgba(255,255,255,.14);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;box-shadow:0 30px 60px rgba(0,0,0,.2);font-size:76px;}.rf-promo-phone b{font-size:10px;letter-spacing:.18em}.rf-promo-check{position:absolute;width:52px;height:52px;border-radius:18px;background:#fff;color:#079071;display:grid;place-items:center;box-shadow:0 14px 30px rgba(0,0,0,.2);font-size:19px}.check-a{right:7%;top:12%}.check-b{left:8%;bottom:12%}
.rf-promo-cube{position:absolute;width:112px;height:112px;border-radius:20px;background:linear-gradient(145deg,#68d17f,#1f7b42);border:1px solid rgba(255,255,255,.35);box-shadow:inset -18px -18px 0 rgba(0,0,0,.09),0 24px 45px rgba(0,0,0,.19);}.cube-one{left:5%;top:14%;transform:rotate(-10deg)}.cube-two{right:3%;bottom:7%;width:82px;height:82px;transform:rotate(13deg)}
.rf-promo-rack{z-index:2;width:150px;padding:18px;border-radius:26px;background:rgba(5,37,28,.48);border:1px solid rgba(255,255,255,.3);box-shadow:0 28px 60px rgba(0,0,0,.24);backdrop-filter:blur(10px)}.rf-promo-rack i{display:block;height:38px;margin:7px 0;border-radius:10px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.22);position:relative}.rf-promo-rack i:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;right:12px;top:14px;background:#8cffaa;box-shadow:-14px 0 #8cffaa}
.rf-promo-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.42);background:rgba(4,21,54,.28);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px);transition:.2s ease;}.rf-promo-arrow:hover{background:#fff;color:#0a49a8;transform:translateY(-50%) scale(1.05)}.rf-promo-arrow.prev{left:18px}.rf-promo-arrow.next{right:18px}
.rf-promo-footer{position:absolute;z-index:6;left:76px;right:76px;bottom:22px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.rf-promo-dots{display:flex;gap:8px;pointer-events:auto}.rf-promo-dots button{width:18px;height:5px;border:0;border-radius:999px;background:rgba(255,255,255,.42);padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}.rf-promo-dots button.is-active{width:50px;background:#fff}.rf-promo-count{font-size:11px;font-weight:900;letter-spacing:.12em;color:rgba(255,255,255,.7)}.rf-promo-count b{color:#fff;font-size:13px}
@media(max-width:980px){.rf-promo-carousel{margin-top:0}.rf-promo-link{grid-template-columns:minmax(0,1fr) 260px;padding:42px 68px}.rf-promo-copy h2{font-size:44px}.rf-promo-art{height:230px}.rf-promo-footer{left:68px;right:68px}}
@media(max-width:720px){.rf-promo-viewport{border-radius:24px}.rf-promo-track,.rf-promo-link{min-height:520px}.rf-promo-link{grid-template-columns:1fr;padding:34px 24px 70px;align-content:start;gap:12px}.rf-promo-copy h2{font-size:38px}.rf-promo-copy p{font-size:14px;margin-bottom:20px}.rf-promo-art{height:190px;order:2}.rf-promo-emblem{width:118px;height:118px;font-size:62px}.orbit-one{width:185px;height:185px}.orbit-two{width:230px;height:230px}.rf-promo-number{font-size:94px}.rf-promo-phone{width:112px;height:168px;border-width:6px;font-size:54px}.rf-promo-cube{width:88px;height:88px}.rf-promo-rack{width:126px}.rf-promo-arrow{top:auto;bottom:17px;width:38px;height:38px}.rf-promo-arrow.prev{left:auto;right:68px}.rf-promo-arrow.next{right:22px}.rf-promo-footer{left:24px;right:124px;bottom:28px}.rf-promo-count{display:none}}
@media(prefers-reduced-motion:reduce){.rf-promo-slide,.rf-promo-art,.rf-promo-cta{transition:none!important}}

/* Stage 5C R2: desktop promo sits directly below redeem card; mobile order stays intro -> redeem -> promo. */
.rf-redeem-right-stack{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:24px;
  align-self:start;
}
.rf-redeem-right-stack>.rf-redeem-card,
.rf-redeem-right-stack>.rf-promo-carousel{
  width:100%;
  min-width:0;
  margin:0!important;
}
.rf-redeem-right-stack .rf-promo-viewport{border-radius:26px;}
.rf-redeem-right-stack .rf-promo-track,
.rf-redeem-right-stack .rf-promo-link{min-height:300px;}
.rf-redeem-right-stack .rf-promo-link{
  grid-template-columns:minmax(0,1.15fr) minmax(130px,.85fr);
  gap:14px;
  padding:32px 46px 58px;
}
.rf-redeem-right-stack .rf-promo-copy h2{
  font-size:clamp(28px,2.2vw,40px);
  margin:12px 0 10px;
}
.rf-redeem-right-stack .rf-promo-copy p{
  font-size:13px;
  line-height:1.55;
  margin-bottom:18px;
}
.rf-redeem-right-stack .rf-promo-kicker{font-size:10px;}
.rf-redeem-right-stack .rf-promo-cta{font-size:11px;padding:10px 13px;}
.rf-redeem-right-stack .rf-promo-art{height:180px;}
.rf-redeem-right-stack .rf-promo-emblem{width:106px;height:106px;border-radius:30px;font-size:56px;}
.rf-redeem-right-stack .orbit-one{width:168px;height:168px;}
.rf-redeem-right-stack .orbit-two{width:212px;height:212px;}
.rf-redeem-right-stack .rf-promo-number{font-size:88px;}
.rf-redeem-right-stack .rf-promo-cards{inset:14px 24px;}
.rf-redeem-right-stack .rf-promo-cards i{width:58px;height:80px;border-radius:12px;}
.rf-redeem-right-stack .rf-promo-phone{width:102px;height:154px;border-width:6px;border-radius:25px;font-size:48px;gap:12px;}
.rf-redeem-right-stack .rf-promo-check{width:38px;height:38px;border-radius:13px;font-size:14px;}
.rf-redeem-right-stack .rf-promo-cube{width:76px;height:76px;border-radius:15px;}
.rf-redeem-right-stack .cube-two{width:58px;height:58px;}
.rf-redeem-right-stack .rf-promo-rack{width:104px;padding:12px;border-radius:19px;}
.rf-redeem-right-stack .rf-promo-rack i{height:26px;margin:5px 0;}
.rf-redeem-right-stack .rf-promo-rack i:after{top:9px;}
.rf-redeem-right-stack .rf-promo-chip{font-size:8px;padding:7px 9px;}
.rf-redeem-right-stack .rf-promo-arrow{width:34px;height:34px;font-size:11px;}
.rf-redeem-right-stack .rf-promo-arrow.prev{left:10px;}
.rf-redeem-right-stack .rf-promo-arrow.next{right:10px;}
.rf-redeem-right-stack .rf-promo-footer{left:46px;right:46px;bottom:18px;}
.rf-redeem-right-stack .rf-promo-dots button{width:14px;height:4px;}
.rf-redeem-right-stack .rf-promo-dots button.is-active{width:36px;}

@media(max-width:980px){
  .rf-redeem-right-stack{gap:24px;}
  .rf-redeem-right-stack .rf-promo-track,
  .rf-redeem-right-stack .rf-promo-link{min-height:360px;}
  .rf-redeem-right-stack .rf-promo-link{
    grid-template-columns:minmax(0,1fr) minmax(220px,.72fr);
    gap:24px;
    padding:42px 68px;
  }
  .rf-redeem-right-stack .rf-promo-copy h2{font-size:44px;}
  .rf-redeem-right-stack .rf-promo-copy p{font-size:15px;line-height:1.65;margin-bottom:24px;}
  .rf-redeem-right-stack .rf-promo-art{height:230px;}
  .rf-redeem-right-stack .rf-promo-emblem{width:140px;height:140px;font-size:74px;}
  .rf-redeem-right-stack .orbit-one{width:220px;height:220px;}
  .rf-redeem-right-stack .orbit-two{width:280px;height:280px;}
  .rf-redeem-right-stack .rf-promo-number{font-size:112px;}
  .rf-redeem-right-stack .rf-promo-phone{width:138px;height:208px;font-size:68px;}
  .rf-redeem-right-stack .rf-promo-cube{width:104px;height:104px;}
  .rf-redeem-right-stack .rf-promo-rack{width:142px;}
  .rf-redeem-right-stack .rf-promo-footer{left:68px;right:68px;}
}
@media(max-width:720px){
  .rf-redeem-right-stack{gap:20px;}
  .rf-redeem-right-stack .rf-promo-viewport{border-radius:24px;}
  .rf-redeem-right-stack .rf-promo-track,
  .rf-redeem-right-stack .rf-promo-link{min-height:520px;}
  .rf-redeem-right-stack .rf-promo-link{grid-template-columns:1fr;padding:34px 24px 70px;align-content:start;gap:12px;}
  .rf-redeem-right-stack .rf-promo-copy h2{font-size:38px;}
  .rf-redeem-right-stack .rf-promo-copy p{font-size:14px;margin-bottom:20px;}
  .rf-redeem-right-stack .rf-promo-art{height:190px;order:2;}
  .rf-redeem-right-stack .rf-promo-emblem{width:118px;height:118px;font-size:62px;}
  .rf-redeem-right-stack .orbit-one{width:185px;height:185px;}
  .rf-redeem-right-stack .orbit-two{width:230px;height:230px;}
  .rf-redeem-right-stack .rf-promo-number{font-size:94px;}
  .rf-redeem-right-stack .rf-promo-phone{width:112px;height:168px;font-size:54px;}
  .rf-redeem-right-stack .rf-promo-cube{width:88px;height:88px;}
  .rf-redeem-right-stack .rf-promo-rack{width:126px;}
  .rf-redeem-right-stack .rf-promo-arrow.prev{left:auto;right:68px;}
  .rf-redeem-right-stack .rf-promo-arrow.next{right:22px;}
  .rf-redeem-right-stack .rf-promo-footer{left:24px;right:124px;bottom:28px;}
}
