.ros-repairbonus-field {
  border: 1px solid #d9e2ef;
  background: #f8fbff;
}
.ros-repairbonus-field legend,
.ros-repairbonus-field h4 {
  color: #13213a;
  font-weight: 900;
  letter-spacing: 0;
}
.ros-repairbonus-field h4 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2;
}
.ros-repairbonus-field .ros-rb-front-label {
  margin: 0 0 8px;
}
.ros-repairbonus-field .ros-rb-front-label span {
  color: #63728a;
  font-size: 12px;
  font-weight: 800;
}
.ros-repairbonus-field .ros-rb-front-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px !important;
  gap: 14px;
  align-items: stretch !important;
}
.ros-repairbonus-field .ros-rb-front-row input {
  display: block !important;
  width: 100%;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  box-sizing: border-box;
  border: 1px solid #cfd9e6;
  border-radius: 8px;
  background: #fff;
  color: #101828;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 750;
}
.ros-repairbonus-field .ros-rb-front-row input:focus {
  outline: 2px solid #3b5bff;
  outline-offset: 0;
  border-color: #3b5bff;
}
.ros-repairbonus-field .ros-rb-front-row button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  box-sizing: border-box;
  border: 1px solid #2457d6;
  border-radius: 8px;
  background: #2457d6;
  color: #fff;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, opacity .16s ease;
  align-self: stretch !important;
  margin: 0 !important;
  line-height: 1 !important;
  appearance: none;
  -webkit-appearance: none;
}
.ros-repairbonus-field .ros-rb-front-row button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(37, 87, 214, .22);
}
.ros-repairbonus-field .ros-rb-front-row button:active {
  transform: translateY(1px) scale(.985);
}
.ros-repairbonus-field .ros-rb-front-row button.is-loading,
.ros-repairbonus-field .ros-rb-front-row button:disabled {
  opacity: .72;
  cursor: progress;
}
.ros-rb-front-status {
  min-height: 18px;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}
.ros-rb-front-status.is-ok {
  color: #0f766e;
}
.ros-rb-front-status.is-error {
  color: #b42318;
}
.ros-rb-coupon-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 12%, rgba(20, 184, 166, .18), transparent 32%),
    rgba(15, 23, 42, .48);
  opacity: 1;
  transition: opacity .18s ease;
}
.ros-rb-coupon-backdrop.is-closing {
  opacity: 0;
}
.ros-rb-coupon-card {
  position: relative;
  width: min(370px, calc(100vw - 28px));
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 40px 110px rgba(15, 23, 42, .44), 0 0 0 8px rgba(255,255,255,.18);
  color: #101828;
  padding: 0;
  text-align: center;
  transform: rotate(-2.4deg);
  animation: rosRbCardIn .34s cubic-bezier(.2,.8,.2,1) both;
}
.ros-rb-coupon-card:before,
.ros-rb-coupon-card:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ros-rb-coupon-card:before {
  inset: 90px 0 auto;
  height: 230px;
  background:
    radial-gradient(circle at 14% 28%, rgba(37, 99, 235, .24) 0 2px, transparent 3px) 0 0 / 18px 18px,
    radial-gradient(circle at 92% 18%, transparent 0 42px, rgba(56, 189, 248, .16) 43px 60px, transparent 61px),
    linear-gradient(150deg, #071827 0%, #0d2637 58%, #102f41 100%);
}
.ros-rb-coupon-card:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(152deg, #071827 0%, #0d2637 100%);
  pointer-events: none;
}
.ros-rb-coupon-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid #d5dbe7;
  border-radius: 13px;
  background: rgba(255,255,255,.94);
  color: #111827;
  font-size: 32px;
  line-height: 36px;
  font-weight: 450;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease;
  z-index: 8;
}
.ros-rb-coupon-close:hover {
  transform: translateY(-1px) rotate(3deg);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .14);
}
.ros-rb-coupon-logo {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  padding: 14px 60px 12px;
  background: #fff;
}
.ros-rb-coupon-logo img {
  display: block;
  max-width: 198px;
  max-height: 50px;
  object-fit: contain;
}
.ros-rb-coupon-logo b {
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
}
.ros-rb-coupon-stage {
  position: relative;
  z-index: 3;
  height: 222px;
  padding-top: 22px;
  color: #fff;
}
.ros-rb-gift {
  box-sizing: border-box;
  position: relative;
  width: 112px;
  height: 118px;
  margin: 0 auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .22));
}
.ros-rb-gift:before,
.ros-rb-gift:after,
.ros-rb-gift span,
.ros-rb-gift i {
  content: "";
  position: absolute;
  display: block;
}
.ros-rb-gift:before {
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 74px;
  border-radius: 9px 9px 4px 4px;
  background: linear-gradient(90deg, #f8fafc 0 43%, #20a6d9 44% 57%, #f8fafc 58%);
  box-shadow: inset 0 0 24px rgba(15, 23, 42, .1);
}
.ros-rb-gift:after {
  left: 5px;
  right: 5px;
  bottom: 68px;
  height: 26px;
  border-radius: 9px;
  background: linear-gradient(90deg, #fff 0 43%, #1bb3db 44% 57%, #fff 58%);
}
.ros-rb-gift i {
  box-sizing: border-box;
  left: 28px;
  top: 2px;
  width: 34px;
  height: 54px;
  border: 11px solid #28a9e6;
  border-radius: 999px 999px 22px 999px;
  transform: rotate(-35deg);
}
.ros-rb-gift span {
  box-sizing: border-box;
  right: 28px;
  top: 2px;
  width: 34px;
  height: 54px;
  border: 11px solid #79c934;
  border-radius: 999px 999px 999px 22px;
  transform: rotate(35deg);
}
.ros-rb-voucher-strip {
  position: relative;
  z-index: 4;
  width: 298px;
  max-width: calc(100% - 36px);
  margin: -2px auto 0;
  border-radius: 7px;
  background: linear-gradient(108deg, #1496e2 0%, #23b4c8 45%, #79c934 100%);
  color: #fff;
  padding: 11px 14px 10px;
  font-size: 36px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 18px 28px rgba(10, 24, 39, .26);
  transform: rotate(-4deg);
}
.ros-rb-for-you {
  position: relative;
  z-index: 5;
  display: inline-flex;
  margin-top: -2px;
  border-radius: 5px;
  background: #071827;
  color: #fff;
  padding: 6px 16px 5px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ros-rb-coupon-main {
  position: relative;
  z-index: 5;
  padding: 11px 26px 14px;
  background:
    radial-gradient(circle at 98% 0%, rgba(132, 204, 22, .14), transparent 34%),
    #fff;
}
.ros-rb-coupon-main small {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 950;
}
.ros-rb-coupon-main strong {
  display: block;
  margin: 10px 0 7px;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}
.ros-rb-coupon-value {
  display: grid;
  gap: 3px;
  width: min(250px, 100%);
  margin: 0 auto 10px;
  border: 1px solid #86efac;
  border-radius: 14px;
  background: linear-gradient(135deg, #ecfdf5 0%, #eff6ff 100%);
  padding: 9px 12px;
  box-shadow: 0 10px 20px rgba(20, 184, 166, .12);
}
.ros-rb-coupon-value span {
  color: #166534;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}
.ros-rb-coupon-value b {
  display: inline-block;
  transform-origin: center;
  color: #0f4f7a;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}
.ros-rb-coupon-value b.is-pulsing {
  animation: rosRbValuePop .72s cubic-bezier(.2, .86, .22, 1) both;
}
.ros-rb-coupon-main p {
  margin: 0 auto 12px;
  max-width: 286px;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}
.ros-rb-coupon-main code {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  border: 2px dashed transparent;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #f0f9ff, #ecfeff) padding-box,
    linear-gradient(90deg,
      rgba(14, 165, 233, .42) 0%,
      rgba(56, 189, 248, .88) 14%,
      rgba(132, 204, 22, .78) 28%,
      rgba(56, 189, 248, .44) 42%,
      rgba(14, 165, 233, .30) 56%,
      rgba(56, 189, 248, .82) 70%,
      rgba(132, 204, 22, .72) 84%,
      rgba(14, 165, 233, .42) 100%) border-box;
  background-size: auto, 360% 100%;
  color: #0f4f7a;
  padding: 10px 18px;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 1px;
  box-shadow: 0 10px 18px rgba(14, 165, 233, .14), inset 0 0 18px rgba(14, 165, 233, .08);
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  transition: transform .16s ease, box-shadow .16s ease, color .16s ease, filter .16s ease;
  animation: rosRbCodeBorderFlow 12s linear infinite, rosRbCodeBorderBreath 2.8s ease-in-out infinite alternate;
}
.ros-rb-coupon-main code:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background:
    linear-gradient(90deg,
      rgba(14, 165, 233, 0) 0%,
      rgba(14, 165, 233, .18) 13%,
      rgba(56, 189, 248, .46) 28%,
      rgba(132, 204, 22, .38) 42%,
      rgba(56, 189, 248, .16) 58%,
      rgba(14, 165, 233, 0) 74%) border-box;
  background-size: 360% 100%;
  filter: blur(5px);
  opacity: .72;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rosRbCodeBorderGlow 12s linear infinite, rosRbCodeGlowBreath 2.8s ease-in-out infinite alternate;
}
.ros-rb-coupon-main code:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 24px rgba(14, 165, 233, .2), inset 0 0 22px rgba(14, 165, 233, .12);
}
.ros-rb-coupon-main code:active {
  transform: scale(.985);
}
.ros-rb-coupon-main code.is-copied {
  color: #166534;
  border-color: rgba(34, 197, 94, .78);
  background:
    linear-gradient(180deg, #ecfdf5, #f0fdf4) padding-box,
    linear-gradient(90deg, rgba(34, 197, 94, .42), rgba(132, 204, 22, .86), rgba(34, 197, 94, .42)) border-box;
  background-size: auto, 260% 100%;
  animation: rosRbCodeCopied .52s ease both, rosRbCodeBorderFlow 7s linear infinite;
}
.ros-rb-coupon-benefits {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 13px 20px 12px;
  color: #fff;
}
.ros-rb-coupon-benefits span {
  display: grid;
  gap: 6px;
  justify-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.ros-rb-coupon-benefits span + span {
  border-left: 1px solid rgba(255,255,255,.24);
}
.ros-rb-coupon-benefits i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #38bdf8;
  border-radius: 999px;
  color: #84cc16;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}
.ros-rb-coupon-benefits b {
  font-size: 10px;
  font-weight: 950;
}
.ros-rb-coupon-cta {
  position: relative;
  z-index: 5;
  display: inline-flex;
  width: calc(100% - 44px);
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 22px 18px;
  border: 1px dashed rgba(132, 204, 22, .9);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 150, 226, .18), rgba(132, 204, 22, .16));
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 16px 28px rgba(0, 0, 0, .16);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease;
}
.ros-rb-coupon-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  background: linear-gradient(135deg, rgba(20, 150, 226, .32), rgba(132, 204, 22, .28));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 18px 32px rgba(0, 0, 0, .2);
}
.ros-rb-coupon-cta:active {
  transform: translateY(1px) scale(.985);
}
.ros-rb-confetti {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.ros-rb-confetti i {
  position: absolute;
  top: -20px;
  left: calc(var(--x) * 1%);
  width: var(--s);
  height: calc(var(--s) * 1.65);
  border-radius: 2px;
  background: var(--c);
  transform: rotate(var(--r));
  animation: rosRbConfetti var(--dur) cubic-bezier(.18,.72,.25,1) var(--d) infinite;
}
.ros-rb-fireworks {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .35s ease;
}
.ros-rb-fireworks.is-done {
  opacity: 0;
}
.ros-rb-firework {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  width: 12px;
  height: 12px;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.8));
  animation: rosRbFireworkBurst 1.35s ease-out var(--d) 1 both;
}
.ros-rb-firework i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--spark);
  height: var(--spark);
  border-radius: 999px;
  background: var(--c);
  box-shadow: 0 0 10px var(--c), 0 0 24px var(--c), 0 0 42px rgba(255,255,255,.72);
  transform: translate(-50%, -50%) rotate(var(--a)) translateX(0) scale(.4);
  animation: rosRbFireworkSpark 1.35s ease-out var(--d) 1 both;
}
.ros-rb-firework:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(.2);
  box-shadow: 0 0 26px rgba(56,189,248,.6);
  animation: rosRbFireworkRing 1.35s ease-out var(--d) 1 both;
}
@keyframes rosRbCardIn {
  0% { transform: translateY(18px) scale(.94) rotate(-5deg); opacity: 0; }
  100% { transform: translateY(0) scale(1) rotate(-2.4deg); opacity: 1; }
}
@keyframes rosRbCodeBorderFlow {
  0% { background-position: 0 0, 0% 0; }
  100% { background-position: 0 0, 360% 0; }
}
@keyframes rosRbCodeBorderGlow {
  0% { background-position: 0% 0; }
  100% { background-position: 360% 0; }
}
@keyframes rosRbCodeBorderBreath {
  0% { filter: saturate(.96); }
  100% { filter: saturate(1.08); }
}
@keyframes rosRbCodeGlowBreath {
  0% { opacity: .48; }
  100% { opacity: .82; }
}
@keyframes rosRbCodeCopied {
  0% { transform: scale(.96); }
  48% { transform: scale(1.055); }
  100% { transform: scale(1); }
}
@keyframes rosRbValuePop {
  0% { transform: scale(.88); filter: brightness(1); }
  44% { transform: scale(1.13); filter: brightness(1.08); }
  72% { transform: scale(.98); filter: brightness(1.02); }
  100% { transform: scale(1); filter: brightness(1); }
}
@keyframes rosRbCardInMobile {
  0% { transform: translateY(18px) scale(.76) rotate(-4deg); opacity: 0; }
  100% { transform: translateY(0) scale(.92) rotate(-1.2deg); opacity: 1; }
}
@keyframes rosRbCardInMobileCompact {
  0% { transform: translateY(18px) scale(.70) rotate(-4deg); opacity: 0; }
  100% { transform: translateY(0) scale(.86) rotate(-1deg); opacity: 1; }
}
@keyframes rosRbConfetti {
  0% { transform: translateY(-20px) rotate(var(--r)); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translate3d(var(--drift), 112vh, 0) rotate(calc(var(--r) + 420deg)); opacity: 0; }
}
@keyframes rosRbFireworkBurst {
  0%, 100% { opacity: 0; }
  6% { opacity: 1; }
  78% { opacity: 1; }
}
@keyframes rosRbFireworkSpark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--a)) translateX(0) scale(.25);
  }
  10% { opacity: 1; }
  42% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--a)) translateX(var(--spread)) scale(1);
  }
}
@keyframes rosRbFireworkRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.15);
  }
  10% { opacity: .95; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6.2);
  }
}
@media (max-width: 560px) {
  .ros-rb-front-row {
    grid-template-columns: 1fr !important;
  }
  .ros-rb-front-row button {
    width: 100%;
  }
  .ros-rb-coupon-card {
    width: min(282px, calc(100vw - 34px));
    min-height: 454px;
    border-radius: 20px;
    transform: scale(.92) rotate(-1.2deg);
    transform-origin: center center;
    animation-name: rosRbCardInMobile;
  }
  .ros-rb-coupon-card:before {
    inset: 58px 0 auto;
    height: 142px;
  }
  .ros-rb-coupon-card:after {
    height: 116px;
  }
  .ros-rb-coupon-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 30px;
    line-height: 32px;
  }
  .ros-rb-coupon-logo {
    height: 58px;
    padding: 9px 48px 8px;
  }
  .ros-rb-coupon-logo img {
    max-width: 148px;
    max-height: 36px;
  }
  .ros-rb-coupon-stage {
    height: 142px;
    padding-top: 10px;
  }
  .ros-rb-gift {
    width: 70px;
    height: 74px;
  }
  .ros-rb-gift:before {
    left: 10px;
    right: 10px;
    height: 46px;
  }
  .ros-rb-gift:after {
    left: 4px;
    right: 4px;
    bottom: 42px;
    height: 18px;
  }
  .ros-rb-gift i,
  .ros-rb-gift span {
    top: 1px;
    width: 21px;
    height: 34px;
    border-width: 7px;
  }
  .ros-rb-gift i {
    left: 18px;
  }
  .ros-rb-gift span {
    right: 18px;
  }
  .ros-rb-voucher-strip {
    width: 214px;
    padding: 8px 10px 7px;
    font-size: 24px;
  }
  .ros-rb-for-you {
    padding: 4px 12px 3px;
    font-size: 11px;
  }
  .ros-rb-coupon-main {
    padding: 8px 16px 8px;
  }
  .ros-rb-coupon-main small {
    min-height: 21px;
    padding: 0 11px;
    font-size: 9px;
  }
  .ros-rb-coupon-main strong {
    margin: 7px 0 5px;
    font-size: 19px;
  }
  .ros-rb-coupon-value {
    width: min(204px, 100%);
    margin-bottom: 7px;
    border-radius: 12px;
    padding: 6px 9px;
  }
  .ros-rb-coupon-value span {
    font-size: 8px;
  }
  .ros-rb-coupon-value b {
    font-size: 14px;
  }
  .ros-rb-coupon-main p {
    max-width: 218px;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1.32;
  }
  .ros-rb-coupon-main code {
    min-width: 118px;
    border-radius: 10px;
    padding: 7px 12px;
    font-size: 13px;
  }
  .ros-rb-coupon-benefits {
    padding: 8px 14px 7px;
  }
  .ros-rb-coupon-benefits span {
    gap: 3px;
    font-size: 8px;
  }
  .ros-rb-coupon-benefits i {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .ros-rb-coupon-benefits b {
    font-size: 8px;
  }
  .ros-rb-coupon-cta {
    width: calc(100% - 28px);
    min-height: 38px;
    margin: 0 14px 11px;
    border-radius: 13px;
    font-size: 12px;
  }
}
@media (max-width: 380px), (max-height: 760px) {
  .ros-rb-coupon-card {
    transform: scale(.86) rotate(-1deg);
    animation-name: rosRbCardInMobileCompact;
  }
}
