

.rskh-section{
  
  --rskh-blue:#0099FF;
  --rskh-blue-2:#0080DD;
  --rskh-blue-deep:#194DC4;
  --rskh-blue-bg:#0D2138;
  --rskh-cta:#FF812C;
  --rskh-cta-hover:#F35F1C;
  --rskh-cta-glow:rgba(255,129,44,0.30);
  --rskh-yellow:#fbbf24;
  --rskh-text:#ffffff;
  --rskh-muted:rgba(255,255,255,0.78);
  --rskh-muted-2:rgba(255,255,255,0.55);
  --rskh-line:rgba(255,255,255,0.16);
  --rskh-card:#171E27;
  --rskh-ink:#F3F6F9;
  --rskh-ink-muted:#8B95A1;

  position:relative;
  z-index:1;
  isolation:isolate;
  
  width:100vw;
  left:50%;right:50%;
  margin:-92px -50vw -72px;
  padding-top:84px !important;
  padding-bottom:84px !important;
  min-height:60vh;
  
  background-color:var(--rskh-blue-bg);
  background-image:
    linear-gradient(rgba(255,255,255,0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.085) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(ellipse 70% 60% at 75% 30%, rgba(25,77,196,0.18), transparent 70%);
  background-size:
    80px 80px,
    80px 80px,
    16px 16px,
    16px 16px,
    100% 100%;
  background-position: center;
  color:var(--rskh-text);
  display:flex;align-items:center;
  overflow:hidden;
  -webkit-font-smoothing:antialiased;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;
}
.rskh-section *,
.rskh-section *::before,
.rskh-section *::after{box-sizing:border-box;margin:0;padding:0}
.rskh-section a{color:inherit;text-decoration:none}

.rskh-section .rskh-wrap{
  width:100%;max-width:1380px;
  margin:0 auto;padding:0 6vw;
  display:grid;grid-template-columns:1.05fr 1fr;gap:64px;
  align-items:center;
  position:relative;z-index:2;
}


.rskh-section .rskh-text{display:flex;flex-direction:column;align-items:flex-start;gap:0}

.rskh-section .rskh-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  margin-bottom:24px;
  font-family:'Inter',sans-serif;
  font-size:11.5px;font-weight:700;letter-spacing:0.24em;text-transform:uppercase;
  color:#fff;
  padding:6px 14px;
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.24);
  border-radius:100px;
}
.rskh-section .rskh-eyebrow::before{
  content:'';width:7px;height:7px;border-radius:50%;background:var(--rskh-cta);
  box-shadow:0 0 0 4px rgba(255,129,44,0.22);
}

.rskh-section .rskh-h1{
  font-family:'Libre Franklin','Inter',sans-serif;
  font-size:clamp(40px,5.4vw,80px);
  font-weight:600;letter-spacing:-0.04em;line-height:0.98;
  color:#fff;margin:0 0 18px;
}

.rskh-section .rskh-sub{
  margin:0 0 32px;
  font-size:clamp(16px,1.4vw,19px);
  line-height:1.55;
  color:var(--rskh-muted);
  max-width:500px;
}
.rskh-section .rskh-sub strong{color:#fff;font-weight:700}


.rskh-section .rskh-cta-row{
  display:flex;flex-wrap:wrap;align-items:center;gap:12px;
  margin-bottom:28px;
}

.rskh-section a.rskh-btn,
.rskh-section a.rskh-btn:link,
.rskh-section a.rskh-btn:visited,
.rskh-section a.rskh-btn:hover,
.rskh-section a.rskh-btn:focus,
.rskh-section a.rskh-btn:active{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  padding:15px 26px;border-radius:14px;
  font-family:'Inter',sans-serif;font-weight:700;font-size:16px;letter-spacing:-0.005em;
  text-decoration:none !important;
  text-decoration-line:none !important;
  text-decoration-thickness:0 !important;
  -webkit-text-decoration:none !important;
  -webkit-text-decoration-line:none !important;
  border:none !important;border-bottom:none !important;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease;
}

.rskh-section a.rskh-btn-primary,
.rskh-section a.rskh-btn-primary:link,
.rskh-section a.rskh-btn-primary:visited,
.rskh-section a.rskh-btn-primary:hover,
.rskh-section a.rskh-btn-primary:focus,
.rskh-section a.rskh-btn-primary:active{
  background:var(--rskh-cta) !important;color:#fff !important;
  box-shadow:0 12px 28px rgba(5,5,5,0.30),inset 0 -3px 0 rgba(0,0,0,0.18);
}
.rskh-section a.rskh-btn-primary:hover{
  transform:translateY(-1px);
  background:var(--rskh-cta-hover) !important;
  box-shadow:0 16px 34px rgba(5,5,5,0.32),inset 0 -3px 0 rgba(0,0,0,0.18);
}

.rskh-section a.rskh-btn-secondary,
.rskh-section a.rskh-btn-secondary:link,
.rskh-section a.rskh-btn-secondary:visited,
.rskh-section a.rskh-btn-secondary:hover,
.rskh-section a.rskh-btn-secondary:focus,
.rskh-section a.rskh-btn-secondary:active{
  background:rgba(255,255,255,0.08) !important;color:#fff !important;
  border:1.5px solid rgba(255,255,255,0.32) !important;
}
.rskh-section a.rskh-btn-secondary:hover{
  background:rgba(255,255,255,0.14) !important;
  border-color:rgba(255,255,255,0.48) !important;
  transform:translateY(-1px);
}
.rskh-section a.rskh-btn .rskh-btn-price{
  background:rgba(0,0,0,0.22);color:#fff !important;
  padding:4px 11px;border-radius:8px;
  font-family:'JetBrains Mono','SF Mono',Menlo,monospace;
  font-size:13.5px;font-weight:800;letter-spacing:0.02em;
}
.rskh-section a.rskh-btn .rskh-btn-arrow{
  font-size:18px;font-weight:800;line-height:1;
  transition:transform .15s ease;
}
.rskh-section a.rskh-btn-primary:hover .rskh-btn-arrow{transform:translateX(3px)}


.rskh-section .rskh-trust{
  display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;
  font-size:13.5px;color:var(--rskh-muted);
}
.rskh-section .rskh-stars{display:inline-flex;gap:1px}
.rskh-section .rskh-stars svg{width:15px;height:15px;fill:var(--rskh-yellow)}
.rskh-section .rskh-trust-rating{font-weight:700;color:#fff}
.rskh-section .rskh-trust-meta{color:var(--rskh-muted-2)}
.rskh-section .rskh-trust-pipe{color:var(--rskh-muted-2);margin:0 2px}


.rskh-section .rskh-visual-wrap{
  position:relative;
  display:flex;align-items:center;justify-content:center;
}
.rskh-section .rskh-visual{
  position:relative;
  width:100%;max-width:480px;
  background:var(--rskh-card);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:22px;
  padding:24px 24px 22px;
  box-shadow:0 32px 64px rgba(0,0,0,0.50),0 6px 0 rgba(0,0,0,0.30);
  transform:rotate(-1.5deg);
  color:var(--rskh-ink);
}
.rskh-section .rskh-visual-stamp{
  position:absolute;top:-14px;left:24px;
  background:#0A0F16;color:#fff;
  font-family:'Inter',sans-serif;
  font-size:11px;font-weight:800;letter-spacing:0.24em;text-transform:uppercase;
  padding:8px 16px;border-radius:6px;
  white-space:nowrap;
  z-index:2;
}
.rskh-section .rskh-visual-corner{
  position:absolute;top:-16px;right:-16px;
  width:78px;height:78px;border-radius:50%;
  background:var(--rskh-cta);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;line-height:1;
  transform:rotate(10deg);
  box-shadow:0 10px 24px var(--rskh-cta-glow);
  z-index:3;
}
.rskh-section .rskh-visual-corner-big{
  font-family:'Libre Franklin',sans-serif;
  font-size:24px;font-weight:800;letter-spacing:-0.02em;
}
.rskh-section .rskh-visual-corner-small{
  font-family:'Inter',sans-serif;
  font-size:8.5px;font-weight:800;letter-spacing:0.20em;text-transform:uppercase;
  margin-top:3px;opacity:0.94;
}

.rskh-section .rskh-visual-header{
  display:flex;justify-content:space-between;align-items:center;
  font-family:'JetBrains Mono','SF Mono',Menlo,monospace;
  font-size:10.5px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;
  color:var(--rskh-ink-muted);
  margin-bottom:14px;padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.rskh-section .rskh-visual-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
}
.rskh-section .rskh-visual-slot{
  position:relative;
  aspect-ratio:1/1;
  border-radius:9px;
  overflow:hidden;
  background:#0F0E25;
  border:1px solid rgba(255,255,255,0.10);
}
.rskh-section .rskh-visual-slot img{display:block;width:100%;height:100%;object-fit:cover}
.rskh-section .rskh-visual-slot-num{
  position:absolute;top:5px;left:6px;z-index:2;
  font-family:'JetBrains Mono',monospace;
  font-size:10px;font-weight:800;color:#fff;
  background:rgba(5,5,5,0.55);backdrop-filter:blur(6px);
  padding:2px 6px;border-radius:4px;
}
.rskh-section .rskh-visual-slot-bonus{
  position:absolute;bottom:4px;right:4px;z-index:2;
  background:var(--rskh-blue);color:#fff;
  font-family:'Inter',sans-serif;
  font-size:8px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;
  padding:2px 6px;border-radius:4px;
}
.rskh-section .rskh-visual-slot-cta{
  background:linear-gradient(135deg,var(--rskh-blue) 0%, var(--rskh-blue-deep) 100%);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;text-align:center;padding:6px;
}
.rskh-section .rskh-visual-slot-cta-num{
  font-family:'Libre Franklin',sans-serif;
  font-size:30px;font-weight:700;letter-spacing:-0.04em;line-height:1;
}
.rskh-section .rskh-visual-slot-cta-label{
  font-family:'Inter',sans-serif;
  font-size:8.5px;font-weight:800;letter-spacing:0.18em;text-transform:uppercase;
  margin-top:3px;
}

.rskh-section .rskh-visual-footer{
  margin-top:14px;padding-top:12px;
  border-top:1px solid rgba(255,255,255,0.10);
  display:flex;justify-content:space-between;align-items:center;
  font-family:'JetBrains Mono',monospace;
  font-size:10.5px;font-weight:700;letter-spacing:0.10em;text-transform:uppercase;
  color:var(--rskh-ink-muted);
}
.rskh-section .rskh-visual-footer-r{color:var(--rskh-blue);font-weight:800}


@media (max-width:880px){
  .rskh-section{
    margin:-50px -50vw -40px;
    padding-top:60px !important;padding-bottom:60px !important;
    min-height:auto;
  }
  .rskh-section .rskh-wrap{
    grid-template-columns:1fr;gap:42px;
    padding:0 6vw;
  }
  .rskh-section .rskh-text{align-items:center;text-align:center}
  .rskh-section .rskh-cta-row{justify-content:center}
  .rskh-section .rskh-trust{justify-content:center}
  .rskh-section .rskh-visual{max-width:380px;margin:0 auto;transform:rotate(-1deg)}
  .rskh-section .rskh-visual-corner{width:64px;height:64px;top:-12px;right:-10px}
  .rskh-section .rskh-visual-corner-big{font-size:20px}
}
@media (max-width:520px){
  .rskh-section .rskh-h1{font-size:clamp(34px,9vw,52px)}
  .rskh-section .rskh-sub{font-size:15.5px}
  .rskh-section .rskh-eyebrow{font-size:10.5px;padding:5px 12px}
  .rskh-section a.rskh-btn{padding:13px 22px;font-size:15px}
}
