*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  width:100%;
  background:#fff;
  color:#07111f;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
.page{
  width:100%;
  max-width:430px;
  margin:0 auto;
  background:#fff;
  overflow:hidden;
  padding:0;
}
.section{
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
  line-height:0;
  overflow:visible;
}


.section-how + .section-cashback{margin-top:6px}
.section-trust + .countdown-section{margin-top:8px}
.countdown-section + .section-cta{margin-top:8px}
.section-cta + .section-footer{margin-top:8px}

picture,
.cta-link{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  line-height:0;
  background:#fff;
}
.block-image{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  margin:0;
  padding:0;
  border:0;
  background:#fff;
}
.cta-link{
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}
.cta-link:active{opacity:.98}

/* Countdown */
.countdown-section{
  line-height:normal;
  background:#fff;
  overflow:visible;
}
.countdown-card{
  width:100%;
  min-height:205px;
  background:#fff;
  border:1px solid rgba(8,23,40,.14);
  border-radius:22px;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:18px 14px;
  overflow:hidden;
}
.countdown-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 14px;
  border-radius:999px;
  background:#fff2f2;
  color:#d70b12;
  font-size:15px;
  font-weight:750;
  line-height:1;
  margin-bottom:12px;
}
.clock-icon{
  width:17px;
  height:17px;
  border:2px solid currentColor;
  border-radius:50%;
  position:relative;
  display:inline-block;
  flex:0 0 auto;
}
.clock-icon:before{
  content:"";
  position:absolute;
  width:1.5px;
  height:4.5px;
  background:currentColor;
  left:50%;
  top:2px;
  transform:translateX(-50%);
  border-radius:2px;
}
.clock-icon:after{
  content:"";
  position:absolute;
  width:4px;
  height:1.5px;
  background:currentColor;
  left:50%;
  top:50%;
  border-radius:2px;
}
.countdown-card h2{
  margin:0 0 12px;
  text-align:center;
  font-size:23px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.04em;
  color:#07111f;
}
.timer{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:14px;
  margin-bottom:10px;
}
.timer-unit{width:62px;text-align:center}
.timer-unit strong{
  display:block;
  font-size:38px;
  line-height:.9;
  font-weight:800;
  color:#df0b10;
  letter-spacing:.005em;
  font-variant-numeric:tabular-nums;
}
.timer-unit span{
  display:block;
  margin-top:7px;
  font-size:15px;
  line-height:1;
  color:#606775;
}
.sep{
  font-size:34px;
  line-height:.78;
  color:#df0b10;
  font-weight:750;
}
.countdown-line{display:none}
.activation-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:3px 0 0;
  color:#5f6670;
  font-size:13px;
  line-height:1.15;
  font-weight:500;
}
.shield-svg{
  width:16px;
  height:16px;
  display:block;
  flex:0 0 auto;
  color:#7a828d;
}
.section-footer{
  padding-bottom:0;
  margin-bottom:0;
  line-height:0;
}
.section-footer img{
  display:block;
  margin-bottom:0;
}

@media (max-width:360px){
  .countdown-card{min-height:190px;padding:16px 12px}
  .countdown-card h2{font-size:20px}
  .timer{gap:10px}
  .timer-unit{width:52px}
  .timer-unit strong{font-size:33px}
  .sep{font-size:29px}
  .activation-note{font-size:11px}
  .countdown-pill{font-size:13px}
}




/* HERO REFERENCE WIDTH PATCH */
.section:not(.section-hero),
main.page > section:not(.section-hero),
.countdown-section{
  width:calc(100% - 4px) !important;
  max-width:426px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.section-hero{
  width:100% !important;
  max-width:430px !important;
}

.section + .section,
main.page > section + section{
  margin-top:8px !important;
}
