/* ============================================================
   RSK BUSINESS SOLUTIONS — PRODUCTS HOMEPAGE
   Brand tokens shared with the product pages; new hub layout.
   ============================================================ */
.rskh {
    --navy-deep: #10385E;
    --navy-mid: #1D62A5;
    --navy-ink: #0A2440;
    --blue-brand: #1D66AB;
    --blue-alt: #286CAD;
    --blue-bright: #2F97F7;
    --green-accent: #96C121;
    --green-alt: #A4C942;
    --ink: #1D2C38;
    --body-grey: #4E597B;
    --bg-light: #EEF3F9;
    --bg-lighter: #F4F7FA;
    --white: #FFF;
    --grad-hero: linear-gradient(196deg, #10385E 32%, #1D62A5 71%);
    --grad-band: linear-gradient(196deg, #10385E 32%, #2A6BAB 71%);
    --radius-card: 20px;
    --radius-sm: 14px;
    --radius-lg: 28px;
    --font-head: "Poppins", sans-serif;
    --font-body: "Poppins", sans-serif;
    --shadow-card: 0 10px 30px rgba(16, 56, 94, 0.1);
    --shadow-hover: 0 22px 45px rgba(16, 56, 94, 0.18);
    --shadow-lift: 0 34px 80px rgba(10, 36, 64, 0.3)
    }
.rskh * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
    }
html {
    scroll-behavior: smooth
    }
.rskh {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.6
    }
.rskh img {
    max-width: 100%;
    display: block
    }
.rskh a {
    text-decoration: none;
    color: inherit
    }
.rskh .container {
    width: min(1220px, 92%);
    margin: 0 auto
    }
.rskh section {
    position: relative
    }
.rskh ::selection {
    background: rgba(150, 193, 33, 0.3)
    }
/* ---------- shared type ---------- */
.rskh .tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue-brand);
    margin-bottom: 14px
    }
.rskh .tagline::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 3px;
    background: var(--green-accent)
    }
.rskh h2.sec-title {
    font-family: var(--font-head);
    font-size: clamp(29px, 3.5vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
    letter-spacing: -0.5px
    }
.rskh h2.sec-title .hl {
    color: var(--blue-brand)
    }
.rskh h2.sec-title .em {
    font-style: italic;
    font-weight: 700;
    color: var(--blue-brand);
    position: relative
    }
.rskh h2.sec-title .em::after {
    content: "";
    position: absolute;
    left: 0;
    right: 6%;
    bottom: 2px;
    height: 6px;
    border-radius: 6px;
    background: rgba(150, 193, 33, 0.35);
    z-index: -1
    }
.rskh .light h2.sec-title {
    color: #fff
    }
.rskh .light h2.sec-title .em {
    color: #BFE06A
    }
.rskh .light h2.sec-title .em::after {
    background: rgba(150, 193, 33, 0.4)
    }
.rskh .light .tagline {
    color: #BFE06A
    }
.rskh .sec-sub {
    max-width: 730px;
    margin-top: 18px;
    color: var(--body-grey);
    font-size: 17px;
    font-weight: 300
    }
.rskh .light .sec-sub {
    color: rgba(255, 255, 255, 0.78)
    }
.rskh .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
    }
.rskh .center .tagline {
    justify-content: center
    }
.rskh .center .sec-sub {
    margin-left: auto;
    margin-right: auto
    }
/* ---------- buttons ---------- */
.rskh .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 16px;
    padding: 15px 34px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.35s, background 0.35s, color 0.35s, border-color 0.35s;
    position: relative;
    overflow: hidden;
    white-space: nowrap
    }
.rskh .btn svg {
    transition: transform 0.35s
    }
.rskh .btn:hover svg {
    transform: translatex(5px)
    }
.rskh .btn-green {
    background: var(--green-accent);
    color: #fff;
    box-shadow: 0 10px 24px rgba(150, 193, 33, 0.35)
    }
.rskh .btn-green:hover {
    transform: translatey(-3px);
    box-shadow: 0 16px 34px rgba(150, 193, 33, 0.5)
    }
.rskh .btn-primary {
    background: var(--blue-brand);
    color: #fff;
    box-shadow: 0 10px 24px rgba(29, 102, 171, 0.35)
    }
.rskh .btn-primary:hover {
    transform: translatey(-3px);
    box-shadow: 0 16px 34px rgba(29, 102, 171, 0.45);
    background: var(--navy-mid)
    }
.rskh .btn-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5)
    }
.rskh .btn-ghost:hover {
    border-color: var(--green-accent);
    color: var(--green-accent);
    transform: translatey(-3px)
    }
.rskh .btn-ghost-dark {
    background: transparent;
    color: var(--blue-brand);
    border: 2px solid #D7E2EF
    }
.rskh .btn-ghost-dark:hover {
    border-color: var(--blue-brand);
    transform: translatey(-3px)
    }
.rskh .btn .shine {
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewx(-20deg);
    animation: shine 3.4s infinite
    }
@keyframes shine {
    0% {
        left: -80%
        } 55% {
        left: 130%
        } 100% {
        left: 130%
        }
    }
/* ---------- scroll reveal ---------- */
.rskh .rv {
    opacity: 0;
    transform: translatey(46px);
    transition: opacity 0.9s cubic-bezier(0.16, 0.84, 0.3, 1), transform 0.9s cubic-bezier(0.16, 0.84, 0.3, 1)
    }
.rskh .rv.left {
    transform: translatex(-56px)
    }
.rskh .rv.right {
    transform: translatex(56px)
    }
.rskh .rv.zoom {
    transform: scale(0.9)
    }
.rskh .rv.vis {
    opacity: 1;
    transform: none
    }
@media (prefers-reduced-motion: reduce) {
.rskh .rv {
    opacity: 1;
    transform: none;
    transition: none
    }
.rskh * {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important
    }
}
/* ---------- scroll progress ---------- */
.rskh #rskhProgress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: linear-gradient(90deg, var(--green-accent), var(--blue-bright));
    z-index: 1000;
    transition: width 0.1s linear
    }
/* ============================================================
   HEADER (placeholder — the live site header replaces this)
   ============================================================ */
/* ============================================================
   SECTION 1 — HERO  (mesh gradient + orbiting product ring)
   ============================================================ */
.rskh .hero {
    min-height: 96vh;
    display: flex;
    align-items: center;
    background: var(--grad-hero);
    color: #fff;
    overflow: hidden;
    padding: 160px 0 100px
    }
.rskh .hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none
    }
.rskh .hero-bg .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: drift 16s ease-in-out infinite alternate
    }
.rskh .orb.o1 {
    width: 560px;
    height: 560px;
    background: #2F97F7;
    top: -180px;
    right: -120px
    }
.rskh .orb.o2 {
    width: 440px;
    height: 440px;
    background: #96C121;
    bottom: -200px;
    left: -140px;
    animation-delay: -5s;
    opacity: 0.26
    }
.rskh .orb.o3 {
    width: 340px;
    height: 340px;
    background: #1D62A5;
    top: 38%;
    left: 34%;
    animation-delay: -9s;
    opacity: 0.4
    }
@keyframes drift {
    from {
        transform: translate(0, 0) scale(1)
        } to {
        transform: translate(60px, -45px) scale(1.16)
        }
    }
.rskh .hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 28% 42%, #000 26%, transparent 74%)
    }
.rskh .node {
    position: absolute;
    bottom: -10vh;
    border-radius: 50%;
    background: rgba(150, 193, 33, 0.5);
    animation: riseup linear infinite;
    box-shadow: 0 0 12px rgba(150, 193, 33, 0.25)
    }
@keyframes riseup {
    0% {
        transform: translateY(0);
        opacity: 0
        } 10% {
        opacity: .85
        } 100% {
        transform: translateY(-118vh);
        opacity: 0
        }
    }
.rskh .hero .container {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 2
    }
.rskh .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    padding: 8px 18px 8px 10px;
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 26px
    }
.rskh .hero-badge .pip {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(150, 193, 33, 0.24);
    display: grid;
    place-items: center;
    font-size: 12px
    }
.rskh .hero-badge b {
    color: #BFE06A;
    font-weight: 700
    }
.rskh .hero h1 {
    font-family: var(--font-head);
    font-size: clamp(34px, 4.6vw, 60px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1.2px
    }
.rskh .hero h1 .grn {
    color: var(--green-accent)
    }
.rskh .hero p.sub {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin-bottom: 38px;
    font-weight: 300
    }
.rskh .hero-ctas {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center
    }
.rskh .slide-line {
    display: block;
    overflow: hidden
    }
.rskh .slide-line span {
    display: inline-block;
    transform: translatey(110%);
    animation: lineup 1s cubic-bezier(0.16, 0.84, 0.3, 1) forwards
    }
.rskh .slide-line:nth-child(2) span {
    animation-delay: 0.13s
    }
.rskh .slide-line:nth-child(3) span {
    animation-delay: 0.26s
    }
@keyframes lineup {
    to {
        transform: translateY(0)
        }
    }
.rskh .hero-mini {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 42px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.14)
    }
.rskh .hero-mini div {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.66);
    font-weight: 300
    }
.rskh .hero-mini b {
    display: block;
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.5px
    }
.rskh .hero-mini b i {
    color: var(--green-accent);
    font-style: normal
    }
/* ---------- orbiting product ring (hero visual) ---------- */
.rskh .orbit-wrap {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 474px;
    animation: heroIn 1.2s 0.3s cubic-bezier(0.16, 0.84, 0.3, 1) both
    }
@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateX(60px) scale(.94)
        } to {
        opacity: 1;
        transform: none
        }
    }
.rskh .orbit-core {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    background: radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
    z-index: 3;
    animation: floaty 7s ease-in-out infinite
    }
@keyframes floaty {
    0%, 100% {
        transform: translateY(0)
        } 50% {
        transform: translateY(-14px)
        }
    }
.rskh .orbit-core .core-art {
    width: 98px;
    height: 98px;
    margin: 0 auto 4px;
    overflow: visible
    }
.rskh .orbit-core b {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #BFE06A
    }
.rskh .orbit-core small {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 300;
    letter-spacing: 0
    }
.rskh .orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    transform: translate(-50%, -50%)
    }
.rskh .orbit-ring.r1 {
    width: 334px;
    height: 334px;
    animation: orbitspin 34s linear infinite
    }
.rskh .orbit-ring.r2 {
    width: 454px;
    height: 454px;
    animation: orbitspin 48s linear infinite reverse
    }
@keyframes orbitspin {
    from {
        transform: translate(-50%, -50%) rotate(0)
        } to {
        transform: translate(-50%, -50%) rotate(360deg)
        }
    }
@keyframes spin {
    to {
        transform: rotate(360deg)
        }
    }
.rskh .orbit-pod {
    position: absolute;
    background: rgba(255, 255, 255, 0.97);
    color: var(--ink);
    border-radius: 16px;
    padding: 12px 17px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 11px;
    white-space: nowrap;
    z-index: 4;
    animation: floaty 6s ease-in-out infinite
    }
.rskh .orbit-pod .pico {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex-shrink: 0
    }
.rskh .orbit-pod .pico svg {
    width: 44px;
    height: 44px;
    overflow: visible
    }
.rskh .orbit-pod b {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--blue-brand);
    line-height: 1.25
    }
.rskh .orbit-pod small {
    display: block;
    font-size: 11.5px;
    color: var(--body-grey);
    font-weight: 400
    }
.rskh .pod-a {
    top: 6%;
    left: -4%;
    animation-delay: -1s
    }
.rskh .pod-b {
    bottom: 16%;
    right: -8%;
    animation-delay: -2.6s
    }
.rskh .pod-c {
    bottom: 2%;
    left: 4%;
    animation-delay: -4.1s
    }
.rskh .orbit-spark {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green-accent);
    box-shadow: 0 0 16px rgba(150, 193, 33, 0.9)
    }
.rskh .orbit-ring.r1 .orbit-spark {
    top: -5px;
    left: calc(50% - 4.5px)
    }
.rskh .orbit-ring.r2 .orbit-spark {
    bottom: -5px;
    left: calc(50% - 4.5px);
    background: var(--blue-bright);
    box-shadow: 0 0 16px rgba(47, 151, 247, 0.9)
    }
@media (max-width: 1040px) {
.rskh .hero .container {
    grid-template-columns: 1fr
    }
.rskh .orbit-wrap {
    min-height: 400px;
    margin-top: 20px
    }
}
@media (max-width: 620px) {
.rskh .hero {
    padding: 130px 0 80px;
    min-height: 0
    }
.rskh .orbit-wrap {
    min-height: 400px
    }
.rskh .orbit-core {
    width: 176px;
    height: 176px;
    padding: 0 16px
    }
.rskh .orbit-core .core-art {
    width: 84px;
    height: 84px;
    margin-bottom: 2px
    }
.rskh .orbit-core b {
    font-size: 11px;
    letter-spacing: 1px
    }
.rskh .orbit-core small {
    font-size: 10px;
    line-height: 1.35
    }
.rskh .orbit-ring.r1 {
    width: 258px;
    height: 258px
    }
.rskh .orbit-ring.r2 {
    width: 346px;
    height: 346px
    }
.rskh .orbit-pod .pico {
    width: 38px;
    height: 38px
    }
.rskh .orbit-pod .pico svg {
    width: 38px;
    height: 38px
    }
.rskh .pod-a {
    left: -2%;
    top: 0
    }
.rskh .pod-b {
    right: -2%;
    bottom: 19%
    }
.rskh .pod-c {
    left: 0;
    bottom: -2%
    }
.rskh .orbit-pod {
    padding: 9px 13px
    }
}
/* ============================================================
   SECTION 2 — CLIENT MARQUEE
   ============================================================ */
.rskh .clients {
    padding: 52px 0;
    background: var(--white);
    border-bottom: 1px solid #E7EDF6;
    overflow: hidden
    }
.rskh .clients .lead {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--body-grey);
    margin-bottom: 30px
    }
.rskh .marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent)
    }
.rskh .marquee:hover .mq-track {
    animation-play-state: paused
    }
.rskh .mq-track {
    display: flex;
    flex-shrink: 0;
    gap: 60px;
    padding-right: 60px;
    align-items: center;
    animation: marquee 34s linear infinite
    }
@keyframes marquee {
    to {
        transform: translateX(-100%)
        }
    }
.rskh .mq-item {
    font-family: var(--font-head);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #A8B6C9;
    white-space: nowrap;
    transition: color 0.35s;
    display: flex;
    align-items: center;
    gap: 12px
    }
.rskh .mq-item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D3DDE9;
    flex-shrink: 0
    }
.rskh .marquee:hover .mq-item {
    color: #8E9CB0
    }
.rskh .mq-item:hover {
    color: var(--blue-brand)
    }
/* ============================================================
   SECTION 3 — PRODUCT FINDER (interactive prompt search)
   ============================================================ */
.rskh .finder {
    padding: 110px 0 118px;
    background: var(--bg-lighter);
    overflow: hidden
    }
.rskh .finder::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -140px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 151, 247, 0.1), transparent 68%);
    pointer-events: none
    }
.rskh .finder::after {
    content: "";
    position: absolute;
    bottom: -160px;
    left: -160px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 193, 33, 0.1), transparent 68%);
    pointer-events: none
    }
.rskh .finder .container {
    position: relative;
    z-index: 2
    }
.rskh .search-shell {
    max-width: 840px;
    margin: 44px auto 0
    }
.rskh .search-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 2px solid #DFE8F3;
    border-radius: 56px;
    padding: 9px 9px 9px 26px;
    box-shadow: 0 18px 44px rgba(16, 56, 94, 0.1);
    transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s
    }
.rskh .search-bar:focus-within {
    border-color: var(--blue-brand);
    box-shadow: 0 22px 54px rgba(29, 102, 171, 0.2);
    transform: translatey(-2px)
    }
.rskh .search-bar > svg {
    width: 22px;
    height: 22px;
    stroke: var(--blue-brand);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
    }
.rskh .search-bar input {
    flex: 1;
    border: 0;
    outline: 0;
    font-family: var(--font-body);
    font-size: 16.5px;
    font-weight: 400;
    color: var(--ink);
    background: transparent;
    min-width: 0;
    padding: 12px 0
    }
.rskh .search-bar input::placeholder {
    color: #93A2B8;
    font-weight: 300
    }
.rskh .search-bar .go {
    background: var(--blue-brand);
    color: #fff;
    border: 0;
    border-radius: 44px;
    padding: 14px 28px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: background 0.3s, transform 0.3s;
    flex-shrink: 0
    }
.rskh .search-bar .go svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    transition: transform 0.3s
    }
.rskh .search-bar .go:hover {
    background: var(--navy-mid);
    transform: translatex(2px)
    }
.rskh .search-bar .go:hover svg {
    transform: translatex(4px)
    }
.rskh .prompt-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px
    }
.rskh .prompt-lbl {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--body-grey);
    margin-bottom: 4px
    }
.rskh .prompt-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1.5px solid #DFE8F3;
    border-radius: 40px;
    padding: 11px 20px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: var(--body-grey);
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.3, 1)
    }
.rskh .prompt-chip .cdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CBD6E4;
    flex-shrink: 0;
    transition: background 0.35s, box-shadow 0.35s
    }
.rskh .prompt-chip:hover {
    border-color: var(--blue-brand);
    color: var(--blue-brand);
    transform: translatey(-3px);
    box-shadow: 0 10px 24px rgba(29, 102, 171, 0.14)
    }
.rskh .prompt-chip.on {
    background: var(--blue-brand);
    border-color: var(--blue-brand);
    color: #fff;
    box-shadow: 0 12px 28px rgba(29, 102, 171, 0.3)
    }
.rskh .prompt-chip.on .cdot, .rskh .prompt-chip:hover .cdot {
    background: var(--green-accent);
    box-shadow: 0 0 10px rgba(150, 193, 33, 0.8)
    }
.rskh .finder-status {
    text-align: center;
    margin-top: 22px;
    font-size: 14px;
    color: var(--body-grey);
    min-height: 22px;
    transition: opacity 0.3s
    }
.rskh .finder-status b {
    color: var(--blue-brand);
    font-weight: 600
    }
.rskh .finder-status.warn b {
    color: #B4741A
    }
/* product result cards */
.rskh .fgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 52px;
    align-items: stretch
    }
.rskh .fcard {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 36px 32px 32px;
    border: 1.5px solid #E6EDF6;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.55s, border-color 0.45s, opacity 0.45s, filter 0.45s
    }
.rskh .fcard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue-brand), var(--green-accent));
    transform: scalex(0);
    transform-origin: left;
    transition: transform 0.55s
    }
.rskh .fcard:hover {
    transform: translatey(-10px);
    box-shadow: var(--shadow-hover);
    border-color: #CFE0F0
    }
.rskh .fcard:hover::before {
    transform: scalex(1)
    }
.rskh .fcard.match {
    transform: translatey(-14px) scale(1.025);
    border-color: var(--blue-brand);
    box-shadow: 0 30px 66px rgba(29, 102, 171, 0.24);
    z-index: 3
    }
.rskh .fcard.match::before {
    transform: scalex(1)
    }
.rskh .fcard.dim {
    opacity: 0.4;
    filter: saturate(0.35);
    transform: scale(0.97)
    }
.rskh .fcard.hide {
    display: none
    }
.rskh .fcard .fnum {
    position: absolute;
    top: 20px;
    right: 26px;
    font-family: var(--font-head);
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    color: var(--bg-light);
    letter-spacing: -2px;
    pointer-events: none;
    transition: color 0.45s
    }
.rskh .fcard:hover .fnum, .rskh .fcard.match .fnum {
    color: #E4F2C8
    }
.rskh .fcard .fico {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.3, 1)
    }
.rskh .fcard:hover .fico, .rskh .fcard.match .fico {
    transform: translatey(-4px) scale(1.07)
    }
.rskh .fcard .fico svg {
    width: 68px;
    height: 68px;
    overflow: visible
    }
.rskh .fcard .fname {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--blue-brand);
    margin-bottom: 12px
    }
.rskh .fcard .fname .fbar {
    width: 20px;
    height: 2.5px;
    border-radius: 3px;
    background: var(--green-accent)
    }
.rskh .fcard h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
    color: var(--ink);
    line-height: 1.32
    }
.rskh .fcard p {
    font-size: 14.5px;
    color: var(--body-grey);
    flex: 1
    }
.rskh .fcard .ftags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px
    }
.rskh .fcard .ftags span {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 5px 11px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--navy-mid)
    }
.rskh .fcard .flink {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14.5px;
    color: var(--blue-brand)
    }
.rskh .fcard .flink svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    transition: transform 0.3s
    }
.rskh .fcard .flink:hover svg {
    transform: translatex(6px)
    }
.rskh .fcard .fmatch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--blue-brand);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px;
    transform: translatey(-100%);
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.3, 1)
    }
.rskh .fcard.match .fmatch {
    transform: none
    }
.rskh .fcard.match {
    padding-top: 62px
    }
.rskh .fcard.match .fnum {
    top: 48px
    }
@media (max-width: 1040px) {
.rskh .fgrid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
    }
.rskh .fcard.dim {
    opacity: 0.55;
    transform: none
    }
.rskh .fcard.match {
    transform: none
    }
}
@media (max-width: 620px) {
.rskh .search-bar {
    flex-wrap: wrap;
    border-radius: 26px;
    padding: 16px 18px;
    gap: 10px
    }
.rskh .search-bar input {
    width: 100%;
    flex-basis: 100%;
    order: 2;
    padding: 4px 0
    }
.rskh .search-bar .go {
    width: 100%;
    order: 3;
    justify-content: center
    }
.rskh .search-bar > svg {
    order: 1
    }
.rskh .prompt-chip {
    font-size: 13px;
    padding: 10px 16px
    }
}
/* ============================================================
   SECTION 4 — WHY OUR PRODUCTS (bento)
   ============================================================ */
.rskh .principles {
    padding: 112px 0;
    background: var(--white)
    }
.rskh .bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 54px
    }
.rskh .bento-card {
    position: relative;
    overflow: hidden;
    background: var(--bg-lighter);
    border-radius: var(--radius-card);
    padding: 32px 30px;
    border: 1px solid transparent;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.45s, border-color 0.45s, background 0.45s;
    display: flex;
    flex-direction: column;
    min-height: 246px
    }
.rskh .bento-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue-brand), var(--green-accent));
    transform: scalex(0);
    transform-origin: left;
    transition: transform 0.5s
    }
.rskh .bento-card:hover {
    transform: translatey(-8px);
    box-shadow: var(--shadow-hover);
    border-color: #DCE8F5;
    background: #fff
    }
.rskh .bento-card:hover::before {
    transform: scalex(1)
    }
.rskh .bento-card.wide {
    grid-column: span 2
    }
.rskh .bento-card.feat {
    background: linear-gradient(160deg, #fff, #EEF3F9)
    }
.rskh .bento-ico {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #EAF2FB, #EAF6D5);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: transform 0.5s
    }
.rskh .bento-card:hover .bento-ico {
    transform: rotatey(180deg)
    }
.rskh .bento-ico svg {
    width: 26px;
    height: 26px;
    stroke: var(--blue-brand);
    fill: none;
    stroke-width: 1.8
    }
.rskh .bento-card h3 {
    font-size: 18.5px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--ink)
    }
.rskh .bento-card p {
    font-size: 14.5px;
    color: var(--body-grey);
    max-width: 460px
    }
.rskh .bento-card .b-body {
    display: flex;
    gap: 26px;
    align-items: flex-start
    }
.rskh .bento-card .b-body .b-copy {
    flex: 1
    }
.rskh .mini {
    margin-top: auto;
    padding-top: 22px
    }
/* mini-visual: workflow chain */
.rskh .mini-flow {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap
    }
.rskh .mini-flow span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #E3EBF5;
    border-radius: 30px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy-mid)
    }
.rskh .mini-flow span .sq {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: var(--green-accent)
    }
.rskh .mini-flow i {
    color: #BCCADA;
    font-style: normal;
    font-weight: 700
    }
/* mini-visual: compliance shields */
.rskh .mini-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
    }
.rskh .mini-badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #E3EBF5;
    border-radius: 10px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink)
    }
.rskh .mini-badges span svg {
    width: 14px;
    height: 14px;
    stroke: var(--green-accent);
    fill: none;
    stroke-width: 3
    }
/* mini-visual: toggle switches */
.rskh .mini-toggles {
    display: flex;
    flex-direction: column;
    gap: 10px
    }
.rskh .mini-toggles div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #fff;
    border: 1px solid #E3EBF5;
    border-radius: 11px;
    padding: 9px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ink)
    }
.rskh .mini-toggles .sw {
    width: 36px;
    height: 19px;
    border-radius: 20px;
    background: var(--green-accent);
    position: relative;
    flex-shrink: 0
    }
.rskh .mini-toggles .sw::after {
    content: "";
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff
    }
.rskh .mini-toggles .sw.off {
    background: #D3DDE9
    }
.rskh .mini-toggles .sw.off::after {
    right: auto;
    left: 2.5px
    }
@media (max-width: 980px) {
.rskh .bento {
    grid-template-columns: repeat(2, 1fr)
    }
.rskh .bento-card.wide {
    grid-column: span 2
    }
.rskh .bento-card {
    min-height: 0
    }
}
@media (max-width: 640px) {
.rskh .bento {
    grid-template-columns: 1fr
    }
.rskh .bento-card.wide {
    grid-column: span 1
    }
.rskh .bento-card .b-body {
    flex-direction: column;
    gap: 0
    }
}
/* ============================================================
   SECTION 5 — BUSINESS OUTCOMES (dark scroll rail)
   ============================================================ */
.rskh .outcomes {
    padding: 112px 0 118px;
    background: var(--navy-deep);
    color: #fff;
    overflow: hidden
    }
.rskh .outcomes::before {
    content: "";
    position: absolute;
    right: -180px;
    top: -120px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 151, 247, 0.2), transparent 70%);
    pointer-events: none
    }
.rskh .outcomes::after {
    content: "";
    position: absolute;
    left: -200px;
    bottom: -200px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 193, 33, 0.12), transparent 70%);
    pointer-events: none
    }
.rskh .outcomes .container {
    position: relative;
    z-index: 2
    }
.rskh .out-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap
    }
.rskh .rail-nav {
    display: flex;
    gap: 12px;
    flex-shrink: 0
    }
.rskh .rail-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.3s
    }
.rskh .rail-nav button svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4
    }
.rskh .rail-nav button:hover {
    background: var(--green-accent);
    border-color: var(--green-accent);
    color: var(--navy-deep);
    transform: scale(1.07)
    }
.rskh .rail-nav button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff
    }
.rskh .rail {
    display: flex;
    gap: 22px;
    margin-top: 50px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    scrollbar-width: none
    }
.rskh .rail::-webkit-scrollbar {
    display: none
    }
.rskh .out-card {
    flex: 0 0 330px;
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-card);
    padding: 34px 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.3, 1), border-color 0.4s, background 0.4s
    }
.rskh .out-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(150, 193, 33, 0.16), transparent 58%);
    opacity: 0;
    transition: opacity 0.45s;
    pointer-events: none
    }
.rskh .out-card:hover {
    transform: translatey(-10px);
    border-color: rgba(150, 193, 33, 0.55);
    background: rgba(255, 255, 255, 0.09)
    }
.rskh .out-card:hover::after {
    opacity: 1
    }
.rskh .out-card .onum {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    color: rgba(191, 224, 106, 0.85);
    margin-bottom: 20px;
    display: block
    }
.rskh .out-card .oico {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(150, 193, 33, 0.16);
    display: grid;
    place-items: center;
    margin-bottom: 20px
    }
.rskh .out-card .oico svg {
    width: 25px;
    height: 25px;
    stroke: var(--green-accent);
    fill: none;
    stroke-width: 1.9
    }
.rskh .out-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
    }
.rskh .out-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    position: relative;
    z-index: 1;
    font-weight: 300
    }
.rskh .rail-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300
    }
.rskh .rail-hint .track {
    flex: 1;
    max-width: 220px;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden
    }
.rskh .rail-hint .track i {
    display: block;
    height: 100%;
    width: 34%;
    border-radius: 3px;
    background: var(--green-accent);
    transition: transform 0.25s linear
    }
@media (max-width: 620px) {
.rskh .out-card {
    flex-basis: 82%
    }
.rskh .rail {
    gap: 16px
    }
}
/* ============================================================
   SECTION 6 — WHY RSK  (stat band + pillar cards)
   ============================================================ */
.rskh .whyrsk {
    padding: 112px 0;
    background: var(--bg-lighter)
    }
.rskh .wr-top {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 1fr;
    gap: 60px;
    align-items: start
    }
.rskh .wr-top .sec-sub {
    margin-top: 20px
    }
.rskh .wr-cta {
    margin-top: 30px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap
    }
/* stat band */
.rskh .stat-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 58px;
    background: var(--grad-band);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(16, 56, 94, 0.24);
    position: relative
    }
.rskh .stat-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none
    }
.rskh .stat {
    padding: 44px 30px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    position: relative;
    z-index: 1;
    transition: background 0.4s
    }
.rskh .stat:last-child {
    border-right: 0
    }
.rskh .stat:hover {
    background: rgba(255, 255, 255, 0.06)
    }
.rskh .stat b {
    display: block;
    font-family: var(--font-head);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #fff
    }
.rskh .stat b i {
    color: var(--green-accent);
    font-style: normal
    }
.rskh .stat > span {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 300
    }
.rskh .stat b .cnt {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
    }
@media (max-width: 900px) {
.rskh .wr-top {
    grid-template-columns: 1fr;
    gap: 26px
    }
.rskh .stat-band {
    grid-template-columns: repeat(2, 1fr)
    }
.rskh .stat:nth-child(2) {
    border-right: 0
    }
.rskh .stat:nth-child(1), .rskh .stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13)
    }
}
@media (max-width: 460px) {
.rskh .stat-band {
    grid-template-columns: 1fr
    }
.rskh .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13)
    }
.rskh .stat:last-child {
    border-bottom: 0
    }
}
/* pillar cards */
.rskh .pill-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 26px
    }
.rskh .pcard {
    background: #fff;
    border-radius: var(--radius-card);
    padding: 32px 28px;
    border: 1px solid #E6EDF6;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.45s, border-color 0.45s;
    position: relative;
    overflow: hidden
    }
.rskh .pcard::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--blue-brand), var(--green-accent));
    transform: scaley(0);
    transform-origin: top;
    transition: transform 0.5s
    }
.rskh .pcard:hover {
    transform: translatey(-9px);
    box-shadow: var(--shadow-hover);
    border-color: #CFE0F0
    }
.rskh .pcard:hover::after {
    transform: scaley(1)
    }
.rskh .pcard .pk {
    display: flex;
    align-items: center;
    gap: 13px
    }
.rskh .pcard .pk .pn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #EAF2FB;
    display: grid;
    place-items: center;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: var(--blue-brand);
    flex-shrink: 0;
    transition: background 0.4s, color 0.4s
    }
.rskh .pcard:hover .pk .pn {
    background: var(--blue-brand);
    color: #fff
    }
.rskh .pcard h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35
    }
.rskh .pcard p {
    font-size: 14px;
    color: var(--body-grey)
    }
@media (max-width: 980px) {
.rskh .pill-grid {
    grid-template-columns: repeat(2, 1fr)
    }
}
@media (max-width: 640px) {
.rskh .pill-grid {
    grid-template-columns: 1fr
    }
}
/* ============================================================
   SECTION 7 — CTA
   ============================================================ */
.rskh .cta {
    padding: 104px 0;
    background: var(--grad-band);
    color: #fff;
    overflow: hidden
    }
.rskh .cta::before, .rskh .cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    pointer-events: none
    }
.rskh .cta::before {
    width: 580px;
    height: 580px;
    right: -190px;
    top: -270px;
    animation: spin 32s linear infinite
    }
.rskh .cta::after {
    width: 400px;
    height: 400px;
    left: -150px;
    bottom: -210px;
    animation: spin 26s linear infinite reverse
    }
.rskh .cta .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 46px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
    }
.rskh .cta .ctag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1.2px;
    color: #BFE06A;
    margin-bottom: 16px
    }
.rskh .cta .ctag::before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--green-accent)
    }
.rskh .cta h2 {
    font-size: clamp(27px, 3.3vw, 42px);
    font-weight: 700;
    line-height: 1.22;
    max-width: 660px;
    letter-spacing: -0.8px
    }
.rskh .cta h2 .grn {
    color: var(--green-accent)
    }
.rskh .cta p {
    color: rgba(255, 255, 255, 0.82);
    margin-top: 16px;
    max-width: 560px;
    font-weight: 300
    }
/* ============================================================
   FOOTER (placeholder — live site footer replaces this)
   ============================================================ */
/* white headings on dark sections */
.rskh .hero h1{color:#fff!important}
.rskh .hero h1 .grn{color:var(--green-accent)!important}
.rskh .hero .sub{color:rgba(255,255,255,.85)!important}
.rskh .light h2.sec-title{color:#fff!important}
.rskh .light h2.sec-title .em{color:#BFE06A!important}
.rskh .light .tagline{color:#BFE06A!important}
.rskh .light .sec-sub,.rskh .outcomes.light p,.rskh .cta.light p{color:rgba(255,255,255,.85)!important}
.rskh .cta.light h2{color:#fff!important}
.rskh .cta.light h2 .grn{color:var(--green-accent)!important}
/* keep em underline visible after reveal */
.rskh h2.sec-title{position:relative;z-index:1;isolation:isolate}
.rskh h2.sec-title .em::after{z-index:-1;pointer-events:none}

/* ==================== POPUP FORM (.vspop .gform_wrapper) ==================== */
.vspop .gform_wrapper { margin: 0 !important; }
.vspop .gform_wrapper form { display: flex; flex-direction: column; gap: 12px; }

/* single-column layout — each field full width, stacked (no grid squish) */
.vspop .gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: 100% !important;
}
.vspop .gform_wrapper .gform_fields > .gfield {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: auto !important;
}

/* labels */
.vspop .gform_wrapper .gfield_label {
  display: block;
  margin: 0 0 6px;
  font: 600 13px 'Poppins', sans-serif;
  color: #143a5f;
  white-space: normal !important;
}
.vspop .gform_wrapper .gfield_required { color: #96C121; margin-left: 3px; font-weight: 700; }

/* inputs / select / textarea — full width */
.vspop .gform_wrapper input[type=text],
.vspop .gform_wrapper input[type=email],
.vspop .gform_wrapper input[type=tel],
.vspop .gform_wrapper input[type=url],
.vspop .gform_wrapper input[type=number],
.vspop .gform_wrapper select,
.vspop .gform_wrapper textarea {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 13px 15px;
  border: 1.5px solid #dde3ea;
  border-radius: 14px;
  background: #F1F4F8;
  font: 400 15px 'Poppins', sans-serif;
  color: #143a5f;
  outline: none;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.vspop .gform_wrapper textarea { resize: none; line-height: 1.5; min-height: 90px; }
.vspop .gform_wrapper ::placeholder { color: #9aa7b5; opacity: 1; }
.vspop .gform_wrapper input:focus,
.vspop .gform_wrapper select:focus,
.vspop .gform_wrapper textarea:focus {
  border-color: #1D66AB;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(30,102,171,.14);
}

/* custom dropdown chevron */
.vspop .gform_wrapper select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%231D66AB' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

/* CAPTCHA (math_captcha) — equation + input in a row, input fills the rest */
.vspop .gform_wrapper .gfield--type-math_captcha .ginput_container {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
}
.vspop .gform_wrapper .gfield--type-math_captcha .ginput_container > label {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}
.vspop .gform_wrapper .gfield--type-math_captcha .ginput_container input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* validation */
.vspop .gform_wrapper .gfield_error input,
.vspop .gform_wrapper .gfield_error select,
.vspop .gform_wrapper .gfield_error textarea { border-color: #d9483d !important; background: #fdf4f3; }
.vspop .gform_wrapper .validation_message,
.vspop .gform_wrapper .gfield_validation_message {
  color: #d9483d; font-size: 12.5px; font-weight: 600; margin-top: 6px; padding: 0; background: none; border: 0;
}
.vspop .gform_wrapper .gform_validation_errors {
  background: #fdf1ef; border: 1px solid #f3c9c3; border-radius: 12px;
  padding: 12px 14px; margin-bottom: 14px; box-shadow: none;
}
.vspop .gform_wrapper .gform_validation_errors h2 { color: #c8382e; font-size: 14px; margin: 0; }

/* submit — gradient at rest, solid blue on hover */
.vspop .gform_wrapper .gform_footer { margin: 6px 0 0 !important; padding: 0 !important; }
.vspop .gform_wrapper .gform_footer input[type=submit],
.vspop .gform_wrapper .gform_button {
  width: 100%; height: 52px; border: 0; border-radius: 14px; cursor: pointer;
  color: #fff !important; font: 700 15.5px 'Poppins', sans-serif;
  background-image: linear-gradient(105deg, #1D66AB, #2f8ac2 50%, #96C121) !important;
  background-color: #1D66AB !important;
  transition: transform .3s, box-shadow .3s, background .3s;
}
.vspop .gform_wrapper .gform_footer input[type=submit]:hover,
.vspop .gform_wrapper .gform_button:hover {
  transform: translateY(-3px);
  background-image: none !important;
  background-color: #1D66AB !important;
  color: #fff !important;
  box-shadow: 0 20px 40px -14px rgba(30,102,171,.7);
}
.vspop .gform_wrapper .gform_ajax_spinner { margin-left: 12px; vertical-align: middle; }
.vspop .gform_confirmation_message { color: #1D66AB; font-weight: 600; font-size: 15px; padding: 24px 0; text-align: center; }
/* outcome card headings white (they sit on the dark outcomes section) */
.rskh .out-card h3{color:#FFFFFF!important}

/* ==================== CONSULTATION POPUP (.vspop) ==================== */
.vspop{--vp-navy:#10385E;--vp-navy2:#1D62A5;--vp-blue:#1D66AB;--vp-blue-bright:#2F97F7;--vp-green:#96C121;--vp-ink:#1D2C38;--vp-grey:#4E597B;--vp-line:#dde3ea;position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;font-family:'Poppins',sans-serif}
.vspop.is-open{opacity:1;visibility:visible}
.vspop__overlay{position:absolute;inset:0;background:rgba(16,56,94,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.vspop__modal{position:relative;z-index:1;width:min(1000px,100%);max-height:92vh;display:flex;align-items:stretch;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.42);transform:translateY(26px) scale(.97);transition:transform .45s cubic-bezier(.16,.84,.3,1)}
.vspop.is-open .vspop__modal{transform:none}
.vspop__close{position:absolute;top:16px;right:18px;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--vp-ink);cursor:pointer;display:grid;place-items:center;box-shadow:0 6px 18px rgba(16,56,94,.18);transition:transform .3s,background .3s,color .3s}
.vspop__close:hover{transform:rotate(90deg);background:var(--vp-blue);color:#fff}
.vspop__left{flex:0 0 44%;position:relative;overflow:hidden;background:linear-gradient(200deg,var(--vp-navy) 30%,var(--vp-navy2) 100%);color:#fff;padding:46px 40px;display:flex;align-items:center}
.vspop__left-bg{position:absolute;inset:0;pointer-events:none}
.vspop__glow{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55}
.vspop__glow--1{width:240px;height:240px;background:var(--vp-blue-bright);top:-70px;right:-60px}
.vspop__glow--2{width:260px;height:260px;background:var(--vp-green);bottom:-90px;left:-70px;opacity:.38}
.vspop__net{position:absolute;inset:0;width:100%;height:100%;opacity:.5}
.vspop__net line{stroke:rgba(150,193,33,.5);stroke-width:1;stroke-dasharray:4 5}
.vspop__net circle{fill:rgba(47,151,247,.85)}
.vspop__wave{position:absolute;left:0;right:0;bottom:0;height:120px;background:radial-gradient(120% 100% at 50% 100%,rgba(150,193,33,.35),transparent 70%)}
.vspop__left-inner{position:relative;z-index:1;width:100%}
.vspop__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:13px;font-weight:600;padding:7px 14px 7px 8px;border-radius:30px;margin-bottom:22px}
.vspop__badge-star{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--vp-green);color:#fff}
.vspop__heading{font-family:'Poppins',sans-serif;font-size:27px;font-weight:700;line-height:1.25;margin:0 0 14px;color:#fff}
.vspop__heading-accent{color:var(--vp-green)}
.vspop__desc{color:rgba(255,255,255,.82);font-size:14.5px;font-weight:300;line-height:1.6;margin:0 0 26px}
.vspop__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.vspop__benefit{display:flex;align-items:center;gap:13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:12px 14px;font-size:14.5px;font-weight:500;color:#fff}
.vspop__benefit-ic{flex-shrink:0;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--vp-blue-bright),var(--vp-blue));color:#fff}
.vspop__benefit:nth-child(2n) .vspop__benefit-ic{background:linear-gradient(135deg,var(--vp-green),#7da10f)}
.vspop__right{flex:1;background:#fff;padding:44px 40px;overflow-y:auto;display:flex;align-items:flex-start}
.vspop__card{width:100%}
.vspop__card-title{font-family:'Poppins',sans-serif;font-size:23px;font-weight:700;color:var(--vp-ink);margin:0 0 8px}
.vspop__card-desc{color:var(--vp-grey);font-size:14px;line-height:1.6;margin:0 0 24px}
.vspop .gform_wrapper{margin:0!important}
.vspop .gform_wrapper form{display:flex;flex-direction:column;gap:12px}
.vspop .gform_wrapper .gform_fields{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important}
.vspop .gform_wrapper .gform_fields > .gfield{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;grid-column:auto!important}
.vspop .gform_wrapper .gfield_label{display:block;margin:0 0 6px;font:600 13px 'Poppins',sans-serif;color:#143a5f;white-space:normal!important}
.vspop .gform_wrapper .gfield_required{color:var(--vp-green);margin-left:3px;font-weight:700}
.vspop .gform_wrapper input[type=text],.vspop .gform_wrapper input[type=email],.vspop .gform_wrapper input[type=tel],.vspop .gform_wrapper input[type=url],.vspop .gform_wrapper input[type=number],.vspop .gform_wrapper select,.vspop .gform_wrapper textarea{width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:13px 15px;border:1.5px solid var(--vp-line);border-radius:14px;background:#F1F4F8;font:400 15px 'Poppins',sans-serif;color:#143a5f;outline:none;transition:border-color .3s,box-shadow .3s,background .3s}
.vspop .gform_wrapper textarea{resize:none;line-height:1.5;min-height:90px}
.vspop .gform_wrapper ::placeholder{color:#9aa7b5;opacity:1}
.vspop .gform_wrapper input:focus,.vspop .gform_wrapper select:focus,.vspop .gform_wrapper textarea:focus{border-color:var(--vp-blue);background:#fff;box-shadow:0 0 0 4px rgba(30,102,171,.14)}
.vspop .gform_wrapper select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%231D66AB' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}
.vspop .gform_wrapper .gfield--type-math_captcha .ginput_container{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}
.vspop .gform_wrapper .gfield--type-math_captcha .ginput_container > label{flex:0 0 auto!important;white-space:nowrap!important}
.vspop .gform_wrapper .gfield--type-math_captcha .ginput_container input{flex:1 1 auto!important;width:100%!important;min-width:0!important}
.vspop .gform_wrapper .gform_footer{margin:6px 0 0!important;padding:0!important}
.vspop .gform_wrapper .gform_footer input[type=submit],.vspop .gform_wrapper .gform_button{width:100%;height:52px;border:0;border-radius:14px;cursor:pointer;color:#fff!important;font:700 15.5px 'Poppins',sans-serif;background-image:linear-gradient(105deg,var(--vp-blue),#2f8ac2 50%,var(--vp-green))!important;background-color:var(--vp-blue)!important;transition:transform .3s,box-shadow .3s,background .3s}
.vspop .gform_wrapper .gform_footer input[type=submit]:hover,.vspop .gform_wrapper .gform_button:hover{transform:translateY(-3px);background-image:none!important;background-color:var(--vp-blue)!important;color:#fff!important;box-shadow:0 20px 40px -14px rgba(30,102,171,.7)}
.vspop .gform_confirmation_message{color:var(--vp-blue);font-weight:600;font-size:15px;padding:24px 0;text-align:center}
@media(max-width:860px){.vspop{padding:16px}.vspop__modal{flex-direction:column;max-height:94vh;overflow-y:auto}.vspop__left{flex:none;padding:34px 26px}.vspop__right{padding:30px 26px}.vspop__heading{font-size:23px}}

/* client marquee — logo images (replaces text names) */
.rskh .mq-item{display:inline-flex;align-items:center;justify-content:center;padding:0 34px;gap:0}
.rskh .mq-item::before{display:none!important}
.rskh .mq-item img{height:46px;width:auto;max-width:170px;object-fit:contain;filter:grayscale(1) opacity(.6);transition:filter .35s ease;display:block}
.rskh .mq-item img:hover{filter:grayscale(0) opacity(1)}
@media(max-width:640px){.rskh .mq-item{padding:0 22px}.rskh .mq-item img{height:38px;max-width:130px}}