body.rf-rainypay-landing{
  background:
    radial-gradient(circle at 8% 0%, rgba(158,232,255,.62), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(215,228,255,.78), transparent 34%),
    linear-gradient(180deg,#f2fbff 0%,#f7fbff 45%,#fff 100%) !important;
}

body.rf-rainypay-landing .rf-main{
  background:transparent !important;
}

body.rf-rainypay-landing .rf-nav-wrap{
  background:transparent !important;
}

.rp-hero-wrap{
  padding:28px 0 72px;
}

.rp-hero{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:stretch;
}

.rp-hero-dark{
  min-height:560px;
  border-radius:30px;
  padding:42px;
  background:linear-gradient(180deg,#06153d 0%,#08276d 58%,#075cff 100%);
  color:#fff;
  box-shadow:var(--rf-shadow-lg);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  position:relative;
}

.rp-hero-dark:after{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  right:-180px;
  bottom:-180px;
  border-radius:50%;
  background:rgba(255,255,255,.11);
}

.rp-kicker,.rp-card-kicker{
  font-size:11px;
  letter-spacing:.16em;
  font-weight:900;
}

.rp-kicker{color:#bcd6ff}
.rp-card-kicker,
.rp-band .rp-kicker{color:var(--rf-blue)}

.rp-hero-dark h1{
  max-width:560px;
  font-size:clamp(42px,5vw,66px);
  line-height:.98;
  letter-spacing:-.07em;
  margin:24px 0 18px;
}

.rp-hero-dark p{
  max-width:560px;
  color:#dbeaff;
  font-size:15px;
  line-height:1.8;
  margin:0;
}

.rp-chip-row,.rp-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.rp-chip-row span{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.1);
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.rp-mini-flow{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.rp-mini-flow div{
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
}

.rp-mini-flow b{display:block;font-size:12px;color:#bcd6ff}
.rp-mini-flow span{font-size:13px;font-weight:900}

.rp-hero-card{
  border-radius:30px;
  padding:38px;
  background:#fff;
  border:1px solid var(--rf-line);
  box-shadow:var(--rf-shadow-lg);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.rp-hero-card h2,
.rp-band h2,
.rp-final h2{
  font-size:clamp(30px,4vw,44px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:var(--rf-ink);
  margin:12px 0 10px;
}

.rp-split h3{
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.05em;
  color:var(--rf-ink);
  margin:12px 0 10px;
}

.rp-hero-card p,
.rp-band p{
  color:var(--rf-muted);
  font-size:14px;
  line-height:1.7;
  margin:0;
}

.rp-demo-payment{
  margin:26px 0;
  border:1px solid var(--rf-line);
  background:#fbfdff;
  border-radius:26px;
  padding:18px;
}

.rp-demo-top span{display:block;color:var(--rf-muted);font-size:12px;font-weight:800}
.rp-demo-top strong{display:block;font-size:34px;letter-spacing:-.05em;margin-top:6px;color:var(--rf-ink)}

.rp-qris-box{
  min-height:150px;
  border-radius:22px;
  background:linear-gradient(135deg,#eef7ff,#fff);
  border:1px dashed #bfd8ff;
  display:grid;
  place-items:center;
  margin:16px 0;
  color:var(--rf-blue);
  font-weight:900;
}

.rp-qris-box i{font-size:42px;display:block;margin-bottom:8px}

.rp-status{
  display:flex;
  gap:8px;
  align-items:center;
  padding:12px 14px;
  border-radius:18px;
  background:#ecfff6;
  color:#087f5b;
  font-size:13px;
  font-weight:900;
}

.rp-primary,.rp-secondary{
  min-height:48px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  font-weight:900;
  font-size:13px;
  text-decoration:none;
}

.rp-primary{background:linear-gradient(135deg,var(--rf-blue),var(--rf-blue-2));color:#fff}
.rp-secondary{background:#fff;color:var(--rf-blue);border:1px solid var(--rf-line)}

.rp-band{
  padding:78px 0;
  border-top:1px solid rgba(185,209,242,.62);
}

.rp-band-white{
  background:rgba(255,255,255,.78);
}

.rp-band-soft{
  background:linear-gradient(180deg,rgba(239,247,255,.86),rgba(255,255,255,.84));
}

.rp-section-head{
  text-align:center;
  margin-bottom:28px;
}

.rp-section-head h2{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
}

.rp-card-grid{display:grid;gap:16px}
.rp-card-grid.three{grid-template-columns:repeat(3,1fr)}
.rp-card-grid.four{grid-template-columns:repeat(4,1fr)}

.rp-card-grid article,
.rp-split article{
  background:#fff;
  border:1px solid var(--rf-line);
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 46px rgba(7,29,76,.07);
}

.rp-card-grid i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#eef7ff;
  color:var(--rf-blue);
  margin-bottom:14px;
}

.rp-card-grid b{
  display:block;
  color:var(--rf-ink);
  font-size:17px;
  margin-bottom:8px;
}

.rp-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.rp-delivery{
  border-radius:30px;
  padding:38px;
  background:linear-gradient(135deg,#06153d,#075cff);
  color:#fff;
  box-shadow:var(--rf-shadow-lg);
}

.rp-delivery h2,
.rp-delivery p,
.rp-delivery .rp-kicker{
  color:#fff;
}

.rp-final-wrap{
  padding:76px 0 86px;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(239,247,255,.92));
  border-top:1px solid rgba(185,209,242,.62);
}

.rp-final{
  text-align:center;
  border-radius:30px;
  padding:54px 24px;
  background:linear-gradient(135deg,#06153d,#075cff);
  color:#fff;
  box-shadow:var(--rf-shadow-lg);
}

.rp-final h2{
  color:#fff;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.rp-final .rp-primary{
  margin-top:18px;
  background:#fff;
  color:#075cff;
}

@media(max-width:900px){
  .rp-hero,
  .rp-split,
  .rp-card-grid.three,
  .rp-card-grid.four{
    grid-template-columns:1fr;
  }
  .rp-hero-dark{min-height:500px}
}

@media(max-width:620px){
  .rp-hero-wrap{padding-top:22px;padding-bottom:48px}
  .rp-hero-dark,.rp-hero-card,.rp-delivery,.rp-final{
    border-radius:24px;
    padding:24px;
  }
  .rp-hero-dark{min-height:480px}
  .rp-mini-flow{grid-template-columns:1fr}
  .rp-actions .rp-primary,
  .rp-actions .rp-secondary{width:100%}
  .rp-band{padding:54px 0}
}

/* Stage motion polish */
@keyframes rpFadeUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes rpGlowFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.65}
  50%{transform:translate3d(-18px,-14px,0) scale(1.08);opacity:.95}
}

@keyframes rpPulseSoft{
  0%,100%{box-shadow:0 0 0 0 rgba(7,92,255,.16)}
  50%{box-shadow:0 0 0 12px rgba(7,92,255,0)}
}

body.rf-rainypay-landing .rp-hero-dark,
body.rf-rainypay-landing .rp-hero-card,
body.rf-rainypay-landing .rp-card-grid article,
body.rf-rainypay-landing .rp-split article,
body.rf-rainypay-landing .rp-delivery,
body.rf-rainypay-landing .rp-final{
  animation:rpFadeUp .72s ease both;
}

body.rf-rainypay-landing .rp-hero-card{animation-delay:.08s}
body.rf-rainypay-landing .rp-card-grid article:nth-child(2){animation-delay:.06s}
body.rf-rainypay-landing .rp-card-grid article:nth-child(3){animation-delay:.12s}
body.rf-rainypay-landing .rp-card-grid article:nth-child(4){animation-delay:.18s}

body.rf-rainypay-landing .rp-hero-dark:before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  left:-130px;
  top:-110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(158,232,255,.28),transparent 64%);
  animation:rpGlowFloat 7s ease-in-out infinite;
}

body.rf-rainypay-landing .rp-qris-box{
  animation:rpPulseSoft 2.8s ease-in-out infinite;
}

body.rf-rainypay-landing .rp-card-grid article,
body.rf-rainypay-landing .rp-split article,
body.rf-rainypay-landing .rp-hero-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.rf-rainypay-landing .rp-card-grid article:hover,
body.rf-rainypay-landing .rp-split article:hover,
body.rf-rainypay-landing .rp-hero-card:hover{
  transform:translateY(-4px);
  border-color:rgba(7,92,255,.22);
  box-shadow:0 24px 60px rgba(7,29,76,.11);
}

body.rf-rainypay-landing .rp-primary,
body.rf-rainypay-landing .rp-secondary{
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.rf-rainypay-landing .rp-primary:hover,
body.rf-rainypay-landing .rp-secondary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(7,92,255,.18);
}

@media(prefers-reduced-motion:reduce){
  body.rf-rainypay-landing *{
    animation:none !important;
    transition:none !important;
  }
}
