/* RVA Homepage Experience v1.8.0 — public homepage + scoped full-bleed fixes */
body.rva-hx-page .site-main,
body.rva-hx-page .content-area,
body.rva-hx-page .entry-content,
body.rva-hx-page [data-elementor-type="wp-page"],
body.rva-hx-page [data-elementor-type="wp-page"] > .elementor-element,
body.rva-hx-page [data-elementor-type="wp-page"] > .elementor-element > .e-con-inner,
body.rva-hx-page [data-elementor-type="wp-page"] .elementor-widget-shortcode,
body.rva-hx-page [data-elementor-type="wp-page"] .elementor-widget-shortcode > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.rva-hx-page .site-main > .ct-container,
body.rva-hx-page .site-main > .ct-container-full { width: 100% !important; max-width: none !important; padding: 0 !important; }
body.rva-hx-page .entry-content > :first-child { margin-top: 0 !important; }
body.rva-hx-page .entry-content > :last-child { margin-bottom: 0 !important; }

.rva-hx-host,
.rva-hx-host > .elementor-widget-container,
.rva-hx-host-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rva-hx {
  --rva-ink: #081522;
  --rva-navy: #061724;
  --rva-navy-2: #0a2638;
  --rva-blue: #087db5;
  --rva-blue-dark: #075f8a;
  --rva-cyan: #58d8f5;
  --rva-ice: #e7f8fc;
  --rva-mist: #f3f7f9;
  --rva-line: #d7e3e9;
  --rva-line-dark: rgba(139, 193, 215, .18);
  --rva-muted: #607483;
  --rva-white: #fff;
  --rva-green: #1f9c73;
  --rva-radius-xl: 18px;
  --rva-radius-lg: 14px;
  --rva-radius-md: 10px;
  --rva-shadow: 0 22px 62px rgba(7, 33, 49, .1);
  --rva-shell: 1240px;
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow: clip;
  color: var(--rva-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
}

.rva-hx *, .rva-hx *::before, .rva-hx *::after { box-sizing: border-box; }
.rva-hx img { display: block; max-width: 100%; }
.rva-hx svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rva-hx a { color: inherit; text-decoration: none; }
.rva-hx button, .rva-hx a { -webkit-tap-highlight-color: transparent; }
.rva-hx button { font: inherit; }
.rva-hx :focus-visible { outline: 3px solid var(--rva-cyan); outline-offset: 4px; }
.rva-hx__skip { position: absolute; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); border-radius: 999px; color: #061321; background: #fff; font-weight: 800; }
.rva-hx__skip:focus { transform: translateY(0); }
.rva-hx-shell { width: min(calc(100% - 48px), var(--rva-shell)); margin-inline: auto; }

.rva-hx h1, .rva-hx h2, .rva-hx h3, .rva-hx p { margin-top: 0; }
.rva-hx h1, .rva-hx h2, .rva-hx h3 { color: inherit; font-family: inherit; text-wrap: balance; }
.rva-hx h1 { margin-bottom: 27px; font-size: clamp(3.45rem, 6.1vw, 6rem); font-weight: 780; line-height: .94; letter-spacing: -.058em; }
.rva-hx h1 em { display: block; color: var(--rva-cyan); font-style: normal; font-weight: inherit; }
.rva-hx h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4.05rem); font-weight: 730; line-height: 1; letter-spacing: -.047em; }
.rva-hx h3 { font-weight: 720; line-height: 1.12; letter-spacing: -.028em; }

.rva-hx-eyebrow, .rva-hx-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #087ba7; font-size: .69rem; font-weight: 800; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.rva-hx-eyebrow { color: #a8e8f7; }
.rva-hx-eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.rva-hx-kicker--light { color: #78d8ee; }

.rva-hx-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border: 1px solid transparent; border-radius: 8px; font-size: .9rem; font-weight: 760; line-height: 1; transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease; }
.rva-hx-button:hover { transform: translateY(-2px); }
.rva-hx .rva-hx-button--primary { color: #fff; background: #087fb8; box-shadow: 0 14px 32px rgba(4, 109, 159, .26); }
.rva-hx .rva-hx-button--primary:hover { color: #fff; background: #0790ca; box-shadow: 0 18px 38px rgba(4, 109, 159, .34); }
.rva-hx .rva-hx-button--ghost { color: #d9eff8; border-color: rgba(176, 231, 255, .3); background: rgba(8, 32, 51, .4); backdrop-filter: blur(10px); }
.rva-hx .rva-hx-button--ghost:hover { color: #fff; border-color: rgba(176, 231, 255, .6); background: rgba(24, 67, 94, .58); }
.rva-hx .rva-hx-button--dark { color: #fff; background: var(--rva-navy); }
.rva-hx .rva-hx-button--ice { color: #051827; background: #e6f8fc; box-shadow: 0 14px 30px rgba(18, 144, 183, .15); }
.rva-hx-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

/* Hero — product composition intentionally preserved; background is more restrained and laboratory-led. */
.rva-hx-hero { position: relative; min-height: clamp(650px, 73svh, 745px); display: grid; align-items: center; overflow: hidden; color: #fff; background-color: #03101d; background-image: linear-gradient(90deg, rgba(3, 15, 27, .99) 0%, rgba(3, 15, 27, .91) 43%, rgba(3, 15, 27, .34) 100%), var(--rva-hero-image); background-position: center; background-size: cover; animation: rva-hero-breathe 15s ease-in-out infinite alternate; }
.rva-hx-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 77% 42%, rgba(40, 197, 255, .18), transparent 30%), radial-gradient(circle at 58% 88%, rgba(13, 115, 173, .12), transparent 34%), linear-gradient(180deg, transparent 70%, #061827 100%); }
.rva-hx-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(80, 217, 255, .46), transparent); }
.rva-hx-hero__molecules { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .78; pointer-events: none; }
.rva-hx-hero__grid { position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(120, 212, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 212, 255, .07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 80%); animation: rva-grid-drift 30s linear infinite; }
.rva-hx-hero__ambient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.rva-hx-hero__scan { position: absolute; top: -22%; left: 54%; width: 1px; height: 150%; opacity: .26; background: linear-gradient(180deg, transparent, #70e3fa 46%, transparent 66%); transform: rotate(18deg); box-shadow: 0 0 28px rgba(69, 221, 255, .22); animation: rva-scan-pass 11s ease-in-out infinite; }
.rva-hx-hero__particle { position: absolute; width: 5px; aspect-ratio: 1; border-radius: 50%; background: rgba(129, 229, 249, .8); box-shadow: 0 0 12px rgba(89, 217, 247, .56); }
.rva-hx-hero__particle--one { left: 60%; top: 24%; animation: rva-particle-one 12s ease-in-out infinite; }
.rva-hx-hero__particle--two { left: 83%; top: 37%; width: 3px; opacity: .7; animation: rva-particle-two 15s ease-in-out infinite; }
.rva-hx-hero__particle--three { left: 72%; top: 73%; width: 4px; opacity: .55; animation: rva-particle-three 13s ease-in-out infinite; }
.rva-hx-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(350px, .96fr); align-items: center; gap: 38px; padding-block: 72px 62px; }
.rva-hx-hero__copy { position: relative; z-index: 4; max-width: 700px; }
.rva-hx-hero__mobile-stack { display: none; }
.rva-hx-hero__lede { max-width: 640px; margin-bottom: 34px; color: #b7c9d3; font-size: clamp(1.01rem, 1.45vw, 1.17rem); line-height: 1.72; }
.rva-hx-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #9cb4c3; font-size: .74rem; font-weight: 720; letter-spacing: .04em; text-transform: uppercase; }
.rva-hx-hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.rva-hx-hero__proof svg { color: var(--rva-cyan); }
.rva-hx-scrollcue { position: absolute; z-index: 3; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: #a7c1cf; font-size: .64rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.rva-hx-scrollcue span { position: relative; width: 22px; height: 34px; border: 1px solid rgba(176, 231, 255, .38); border-radius: 999px; }
.rva-hx-scrollcue span::after { content: ""; position: absolute; top: 7px; left: 50%; width: 3px; height: 7px; transform: translateX(-50%); border-radius: 999px; background: var(--rva-cyan); animation: rva-scrollcue 1.9s ease-in-out infinite; }

/* Featured KLOW / GHK-Cu / GLP-3 RT composition retained. */
.rva-hx-stage { position: relative; min-height: 545px; perspective: 1200px; }
.rva-hx-stage__halo { position: absolute; width: 500px; aspect-ratio: 1; top: 50%; left: 54%; transform: translate(-50%, -50%); border: 1px solid rgba(68, 218, 255, .2); border-radius: 50%; background: radial-gradient(circle, rgba(31, 181, 243, .16), transparent 63%); box-shadow: 0 0 120px rgba(20, 144, 240, .13), inset 0 0 70px rgba(88, 219, 255, .08); }
.rva-hx-stage__halo::before, .rva-hx-stage__halo::after { content: ""; position: absolute; border-radius: inherit; border: 1px solid rgba(85, 220, 255, .16); }
.rva-hx-stage__halo::before { inset: 12%; }
.rva-hx-stage__halo::after { inset: 28%; }
.rva-hx-stage__card { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(168, 229, 255, .25); border-radius: 30px; background: #edf6fc; box-shadow: 0 40px 100px rgba(0, 6, 18, .5), inset 0 1px rgba(255,255,255,.45); }
.rva-hx-stage__card img { width: 100%; height: 100%; object-fit: cover; }
.rva-hx-stage__card--main { z-index: 3; width: 315px; height: 470px; top: 24px; left: 50%; transform: translateX(-48%) rotate(1.8deg); animation: rva-float-main 7s ease-in-out infinite; }
.rva-hx-stage__card--main::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.16) 43%, transparent 60%); transform: translateX(-110%); animation: rva-sheen 8s ease-in-out 2s infinite; }
.rva-hx-stage__card--main figcaption { position: absolute; inset: auto 14px 14px; padding: 13px 15px; border: 1px solid rgba(161, 221, 249, .22); border-radius: 16px; color: #fff; background: rgba(4, 22, 37, .76); backdrop-filter: blur(10px); }
.rva-hx-stage__card--main figcaption span, .rva-hx-stage__card--main figcaption strong { display: block; }
.rva-hx-stage__card--main figcaption span { margin-bottom: 3px; color: #8bdfff; font-size: .58rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.rva-hx-stage__card--main figcaption strong { font-size: .9rem; }
.rva-hx-stage__card--mini { width: 184px; height: 270px; opacity: .76; filter: saturate(.84); }
.rva-hx-stage__card--one { z-index: 1; top: 104px; left: 2%; transform: rotate(-8deg); animation: rva-float-one 8s ease-in-out infinite; }
.rva-hx-stage__card--two { z-index: 2; right: -2%; bottom: 42px; transform: rotate(8deg); animation: rva-float-two 9s ease-in-out infinite; }
.rva-hx-stage__note { position: absolute; z-index: 5; right: 2%; top: 22px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(155, 225, 255, .24); border-radius: 16px; color: #cbeefa; background: rgba(4, 24, 40, .64); box-shadow: 0 16px 50px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.rva-hx-stage__note > span { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 12px; color: #63ddff; background: rgba(37, 181, 235, .12); }
.rva-hx-stage__note small, .rva-hx-stage__note strong { display: block; }
.rva-hx-stage__note small { color: #73cde7; font-size: .58rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.rva-hx-stage__note strong { margin-top: 2px; font-size: .72rem; }

/* Trust strip */
.rva-hx-trust { position: relative; z-index: 3; border-bottom: 1px solid #d7e3e9; background: #fff; box-shadow: 0 -16px 42px rgba(2, 21, 36, .08); }
.rva-hx-trust__track { width: min(calc(100% - 48px), var(--rva-shell)); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.rva-hx-trust__track > div { min-height: 102px; display: flex; align-items: center; gap: 14px; padding: 20px 23px; border-right: 1px solid #e1e9ed; }
.rva-hx-trust__track > div:last-child { border-right: 0; }
.rva-hx-trust svg { flex: 0 0 auto; width: 25px; height: 25px; color: #0a799f; }
.rva-hx-trust span, .rva-hx-trust strong { display: block; }
.rva-hx-trust strong { margin-bottom: 2px; color: #0b2031; font-size: .81rem; }
.rva-hx-trust span { color: #758895; font-size: .7rem; line-height: 1.35; }

/* Shared sections */
.rva-hx-section { position: relative; padding-block: 108px; }
.rva-hx-sectionhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.rva-hx-sectionhead h2 { margin-bottom: 10px; }
.rva-hx-sectionhead p { margin: 0; color: var(--rva-muted); font-size: .98rem; }
.rva-hx-sectionhead--center { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.rva-hx-sectionhead__actions { display: flex; align-items: center; gap: 8px; }
.rva-hx-iconbutton { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #cedde4; border-radius: 50%; color: #0a2640; background: #fff; cursor: pointer; transition: .22s ease; }
.rva-hx-iconbutton:hover { color: #fff; border-color: var(--rva-blue); background: var(--rva-blue); }
.rva-hx-textlink { display: inline-flex; align-items: center; gap: 9px; color: #08779f; font-size: .8rem; font-weight: 800; }
.rva-hx-textlink svg { transition: transform .2s ease; }
.rva-hx-textlink:hover svg { transform: translateX(4px); }

/* Product rail — presentation and motion intentionally retained. */
.rva-hx-catalog { background: linear-gradient(180deg, #f7fbfd, #edf6fa); }
.rva-hx-catalog::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45; background-image: radial-gradient(#a7cadb 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000 40%, transparent); }
.rva-hx-catalog > * { position: relative; }
.rva-hx-products { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(252px, 1fr); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-padding-inline: 1px; scrollbar-width: none; padding: 6px 3px 28px; }
.rva-hx-products::-webkit-scrollbar { display: none; }
.rva-hx-product { overflow: hidden; scroll-snap-align: start; min-width: 0; border: 1px solid rgba(108, 157, 181, .22); border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(6, 38, 60, .07); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.rva-hx-product:hover { transform: translateY(-7px); border-color: rgba(32, 151, 203, .46); box-shadow: 0 24px 55px rgba(6, 38, 60, .13); }
.rva-hx-product__image { position: relative; aspect-ratio: 4 / 4.75; overflow: hidden; display: block; background: #eaf2f8; }
.rva-hx-product__image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 65%, rgba(3,18,31,.18)); }
.rva-hx-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.rva-hx-product:hover .rva-hx-product__image img { transform: scale(1.035); }
.rva-hx-product__index { position: absolute; z-index: 2; top: 13px; left: 13px; display: grid; place-items: center; width: 35px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(5,25,40,.45); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.rva-hx-product__stock { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 6px 9px; border-radius: 999px; color: #fff; background: rgba(4,29,46,.64); backdrop-filter: blur(8px); font-size: .56rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.rva-hx-product__stock::before { content: ""; display: inline-block; width: 6px; aspect-ratio: 1; margin-right: 6px; border-radius: 50%; background: #4de0a7; box-shadow: 0 0 8px rgba(77,224,167,.75); }
.rva-hx-product__stock.is-out::before { background: #ff8a7b; box-shadow: none; }
.rva-hx-product__body { padding: 21px; }
.rva-hx-product__category { display: block; margin-bottom: 8px; color: #1789b1; font-size: .59rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.rva-hx-product h3 { min-height: 44px; margin-bottom: 19px; font-size: 1.08rem; }
.rva-hx-product h3 a:hover { color: #0b7fae; }
.rva-hx-product__bottom { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; border-top: 1px solid #e6eef2; }
.rva-hx-product__price { color: #0b2639; font-size: .98rem; font-weight: 850; }
.rva-hx-product__price del { margin-right: 6px; color: #90a2ae; font-size: .72rem; font-weight: 600; }
.rva-hx-product__price ins { text-decoration: none; }
.rva-hx-product__go { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: #0a6e98; background: #e7f7fc; transition: .2s ease; }
.rva-hx-product__go:hover { color: #fff; background: #0b7fae; }
.rva-hx-product__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #168db5; background: linear-gradient(145deg, #eef8fb, #ddecf3); }
.rva-hx-product__placeholder svg { width: 56px; height: 56px; }
.rva-hx-empty { padding: 70px 24px; border: 1px dashed #afcad8; border-radius: 18px; text-align: center; background: rgba(255,255,255,.7); }
.rva-hx-empty > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 14px; color: #0e8fbd; background: #e2f7fc; }
.rva-hx-empty h3 { margin-bottom: 8px; font-size: 1.5rem; }
.rva-hx-empty p { color: var(--rva-muted); }

/* Research pathways — compact live WooCommerce category directory. */
.rva-hx-pathways { overflow: hidden; border-top: 1px solid #e1e9ed; border-bottom: 1px solid #e1e9ed; background: #fff; }
.rva-hx-pathways::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(11,126,171,.035) 1px, transparent 1px), linear-gradient(rgba(11,126,171,.03) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(180deg, #000, transparent 82%); }
.rva-hx-pathways > * { position: relative; }
.rva-hx-pathways__head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 38px; }
.rva-hx-pathways__head h2 { max-width: 720px; margin-bottom: 12px; }
.rva-hx-pathways__head p { max-width: 690px; margin: 0; color: var(--rva-muted); font-size: .98rem; line-height: 1.7; }
.rva-hx-pathwaygrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cbdbe2; border-left: 1px solid #cbdbe2; background: rgba(255,255,255,.78); }
.rva-hx-pathway { position: relative; min-height: 260px; display: flex; flex-direction: column; padding: 24px 25px 22px; border-right: 1px solid #cbdbe2; border-bottom: 1px solid #cbdbe2; background: rgba(255,255,255,.78); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.rva-hx-pathway::before { content: ""; position: absolute; top: -1px; left: -1px; width: 0; height: 2px; background: #0a86b8; transition: width .35s cubic-bezier(.22,.75,.25,1); }
.rva-hx-pathway:hover { z-index: 2; transform: translateY(-3px); background: #f4fafc; box-shadow: 0 20px 48px rgba(6,38,60,.09); }
.rva-hx-pathway:hover::before { width: calc(100% + 2px); }
.rva-hx-pathway__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 38px; color: #718692; font-size: .58rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.rva-hx-pathway__icon { width: 44px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid #bdd6e0; border-radius: 50%; color: #087ca8; background: #f3fafc; }
.rva-hx-pathway__icon svg { width: 21px; height: 21px; }
.rva-hx-pathway h3 { margin: 0 0 9px; font-size: clamp(1.12rem, 1.5vw, 1.34rem); }
.rva-hx-pathway p { max-width: 330px; margin: 0 0 22px; color: #6c818d; font-size: .82rem; line-height: 1.58; }
.rva-hx-pathway__open { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #08779f; font-size: .69rem; font-weight: 820; letter-spacing: .05em; text-transform: uppercase; }
.rva-hx-pathway__open svg { transition: transform .22s ease; }
.rva-hx-pathway:hover .rva-hx-pathway__open svg { transform: translateX(4px); }

/* Quality standard */
.rva-hx-standard { overflow: hidden; color: #fff; background: #061724; }
.rva-hx-standard::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(100, 213, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(100, 213, 255, .07) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000, transparent 90%); }
.rva-hx-standard__grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(58px, 8vw, 100px); align-items: center; }
.rva-hx-standard__intro p { max-width: 560px; color: #a9bdc8; font-size: 1rem; line-height: 1.75; }
.rva-hx-standard__trace { max-width: 560px; margin: 30px 0 31px; border: 1px solid rgba(122, 201, 229, .19); background: rgba(5, 28, 43, .74); }
.rva-hx-standard__trace > div { display: flex; justify-content: space-between; padding: 9px 12px; border-bottom: 1px solid rgba(122, 201, 229, .15); color: #79a5b6; font-size: .55rem; font-weight: 800; letter-spacing: .14em; }
.rva-hx-standard__trace svg { display: block; width: 100%; height: 108px; }
.rva-hx-standard__trace .rva-hx-trace__grid { stroke: rgba(114, 188, 213, .12); stroke-width: 1; }
.rva-hx-standard__trace .rva-hx-trace__line { stroke: #62d9f4; stroke-width: 2.1; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 6px rgba(75, 211, 242, .25)); }
.rva-hx-process { position: relative; margin: 0; padding: 0; border-top: 1px solid rgba(136, 196, 218, .2); list-style: none; }
.rva-hx-process li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(136, 196, 218, .18); }
.rva-hx-process li > span { padding-top: 3px; color: #65d9f4; font-size: .64rem; font-weight: 820; letter-spacing: .14em; }
.rva-hx-process strong { display: block; margin-bottom: 5px; font-size: 1.08rem; }
.rva-hx-process p { max-width: 560px; margin: 0; color: #91a9b5; font-size: .85rem; line-height: 1.62; }

/* Resources */
.rva-hx-system { background: #f4f7f8; }
.rva-hx-systemgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rva-hx-systemcard { position: relative; min-height: 350px; display: grid; grid-template-rows: auto 1fr; overflow: hidden; padding: 0 36px 36px; border: 1px solid #d3dfe5; border-radius: 12px; background: #fff; box-shadow: 0 15px 46px rgba(8,35,55,.055); transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; }
.rva-hx-systemcard:hover { transform: translateY(-5px); border-color: #a9c7d3; box-shadow: 0 24px 58px rgba(8,35,55,.1); }
.rva-hx-systemcard::before { content: ""; position: absolute; right: 34px; top: 81px; width: 120px; height: 1px; background: #dce8ed; transform: rotate(-34deg); transform-origin: right; }
.rva-hx-systemcard__topline { min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin: 0 -36px 34px; padding: 0 18px; border-bottom: 1px solid #d9e4e9; color: #7a8f9b; font-size: .56rem; font-weight: 800; letter-spacing: .13em; }
.rva-hx-systemcard__icon { position: absolute; top: 74px; right: 38px; display: grid; place-items: center; width: 58px; aspect-ratio: 1; border: 1px solid #c7dbe4; border-radius: 50%; color: #087ba8; background: #f1fafc; }
.rva-hx-systemcard__icon svg { width: 27px; height: 27px; }
.rva-hx-systemcard > div { align-self: end; position: relative; z-index: 2; max-width: 520px; }
.rva-hx-systemcard h3 { margin: 3px 0 12px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.rva-hx-systemcard p { margin-bottom: 24px; color: #667d8b; line-height: 1.66; }
.rva-hx .rva-hx-systemcard--calc { color: #fff; border-color: #15364a; background: #0a2638; }
.rva-hx-systemcard--calc::before { background: rgba(132, 209, 233, .22); }
.rva-hx-systemcard--calc .rva-hx-systemcard__topline { border-bottom-color: rgba(143, 205, 228, .16); color: #789dad; }
.rva-hx-systemcard--calc .rva-hx-systemcard__icon { color: #74dbf2; border-color: rgba(126, 214, 242, .26); background: rgba(22, 95, 126, .22); }
.rva-hx-systemcard--calc p { color: #9cb4c0; }
.rva-hx-systemcard--calc .rva-hx-textlink { color: #71d8ef; }

/* Partner callout */
.rva-hx-partner { padding-block: 30px 108px; background: #f4f7f8; }
.rva-hx-partner__inner { position: relative; min-height: 300px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 44px; overflow: hidden; padding: 55px 58px; border: 1px solid #173d53; border-radius: 14px; color: #fff; background: #081f30; box-shadow: 0 24px 68px rgba(6, 35, 54, .15); }
.rva-hx-partner__inner::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(112, 218, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 218, 255, .08) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent, #000); }
.rva-hx-partner__inner::after { content: "RVA / PARTNER NETWORK"; position: absolute; right: 28px; top: 21px; color: rgba(157, 220, 239, .32); font-size: .56rem; font-weight: 800; letter-spacing: .17em; }
.rva-hx-partner__inner > * { position: relative; z-index: 2; }
.rva-hx-partner h2 { max-width: 760px; margin-bottom: 15px; }
.rva-hx-partner p { max-width: 720px; margin-bottom: 0; color: #aac0cb; font-size: .97rem; line-height: 1.7; }
.rva-hx-partner__actions { display: flex; flex-direction: column; gap: 11px; align-items: stretch; min-width: 250px; }

/* FAQ — cleaner information layout, fewer floating cards. */
.rva-hx-faq { overflow: hidden; color: var(--rva-ink); background: #fff; border-top: 1px solid #e0e9ed; }
.rva-hx-faq::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 32%; pointer-events: none; background: #f2f6f8; }
.rva-hx-faq__grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; }
.rva-hx-faq header { position: sticky; top: 34px; align-self: start; padding-right: 36px; }
.rva-hx-faq header h2 { max-width: 470px; }
.rva-hx-faq header p { max-width: 470px; color: #657a87; font-size: .98rem; line-height: 1.75; }
.rva-hx-faq .rva-hx-kicker--light { color: #087ba7; }
.rva-hx-faq__support { display: flex; align-items: center; gap: 14px; margin-top: 31px; padding-top: 20px; border-top: 1px solid #cfdee5; }
.rva-hx-faq__support > span { width: 42px; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #c7dbe4; border-radius: 50%; color: #0a7ca5; background: #fff; }
.rva-hx-faq__support small { display: block; margin-bottom: 3px; color: #7d909b; font-size: .57rem; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.rva-hx-faq__support .rva-hx-textlink { color: #08779f; line-height: 1.35; }
.rva-hx-accordion { border-top: 1px solid #cfdde4; }
.rva-hx-accordion details { overflow: hidden; border-bottom: 1px solid #d8e3e8; background: transparent; }
.rva-hx-accordion summary { min-height: 82px; display: grid; grid-template-columns: 42px 1fr 34px; align-items: center; gap: 16px; padding: 13px 0; color: #0a2233; cursor: pointer; list-style: none; font-size: .95rem; font-weight: 760; }
.rva-hx-accordion summary::-webkit-details-marker { display: none; }
.rva-hx-accordion summary strong { font: inherit; line-height: 1.35; }
.rva-hx-accordion__number { color: #1281aa; font-size: .6rem; letter-spacing: .12em; }
.rva-hx-accordion .rva-hx-accordion__toggle { width: 32px; aspect-ratio: 1; display: grid; place-items: center; justify-self: end; border: 1px solid #cbdce3; border-radius: 50%; color: #0b789f; font-size: 1.05rem; font-weight: 500; transition: transform .25s ease, background .25s ease, color .25s ease; }
.rva-hx-accordion details[open] .rva-hx-accordion__toggle { transform: rotate(45deg); color: #fff; background: #0a7da9; }
.rva-hx-accordion__answer { padding: 0 50px 0 58px; }
.rva-hx-accordion details p { max-width: 760px; margin: -3px 0 24px; color: #667c89; font-size: .88rem; line-height: 1.75; }

/* Closing — lightweight animated DNA field, rendered with inline SVG and CSS transforms only. */
.rva-hx-closing {
  position: relative;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
  padding-block: 96px 36px;
  color: #071b2e;
  background:
    radial-gradient(circle at 78% 38%, rgba(86, 171, 255, .22), transparent 30%),
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.94), transparent 34%),
    linear-gradient(115deg, #f7fbff 0%, #deedff 54%, #c7e2ff 100%);
}
.rva-hx-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: radial-gradient(rgba(33, 119, 205, .32) .8px, transparent .8px);
  background-size: 26px 26px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 54%, #000 100%);
  animation: rva-closing-dot-drift 26s linear infinite;
}
.rva-hx-closing::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(244,250,255,.88) 42%, rgba(237,247,255,.28) 72%, transparent 100%);
}
.rva-hx-closing__inner, .rva-hx-disclaimer { position: relative; z-index: 3; }
.rva-hx-closing__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.rva-hx-closing h2 { max-width: 780px; margin: 0; color: #071b2e; font-size: clamp(2.05rem, 3.7vw, 3.75rem); }
.rva-hx-closing .rva-hx-kicker--light { color: #087eaf; }
.rva-hx-closing .rva-hx-button--primary { box-shadow: 0 16px 38px rgba(8, 106, 160, .23); }
.rva-hx-disclaimer { margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(38, 113, 161, .2); color: #557186; font-size: .68rem; line-height: 1.65; }
.rva-hx-disclaimer strong { color: #173d57; }
.rva-hx-closing__visual {
  position: absolute;
  z-index: 1;
  top: -90px;
  right: -60px;
  width: min(52vw, 650px);
  pointer-events: none;
  opacity: .72;
  transform: translate3d(0, 0, 0);
  animation: rva-closing-dna-drift 20s ease-in-out infinite alternate;
}
.rva-hx-closing__visual svg { display: block; width: 100%; height: auto; overflow: visible; }
.rva-hx-closing__helix-line { fill: none; stroke: rgba(19, 102, 198, .52); stroke-width: 9; stroke-linecap: round; }
.rva-hx-closing__helix-line--two { stroke: rgba(59, 153, 238, .48); }
.rva-hx-closing__rungs path { fill: none; stroke: rgba(45, 130, 218, .32); stroke-width: 4; stroke-linecap: round; }
.rva-hx-closing__nodes circle { fill: rgba(125, 191, 255, .84); stroke: rgba(28, 111, 206, .46); stroke-width: 2; }
.rva-hx-closing__molecules { fill: rgba(127, 190, 251, .5); stroke: rgba(37, 126, 216, .3); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: .78; animation: rva-closing-molecule-float 14s ease-in-out infinite alternate; }
.rva-hx-closing__sparkles { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.rva-hx-closing__sparkles span { position: absolute; width: 4px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 0 10px rgba(255,255,255,.9); animation: rva-closing-sparkle 7s ease-in-out infinite; }
.rva-hx-closing__sparkles span:nth-child(1) { left: 58%; top: 15%; animation-delay: -1s; }
.rva-hx-closing__sparkles span:nth-child(2) { left: 72%; top: 34%; width: 3px; animation-delay: -3.4s; }
.rva-hx-closing__sparkles span:nth-child(3) { left: 88%; top: 17%; animation-delay: -5.1s; }
.rva-hx-closing__sparkles span:nth-child(4) { left: 64%; top: 70%; width: 5px; animation-delay: -2.2s; }
.rva-hx-closing__sparkles span:nth-child(5) { left: 92%; top: 62%; width: 3px; animation-delay: -6s; }

/* Entrance states are only applied after JS initializes. */
.rva-hx.rva-hx--enhanced [data-rva-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .72s cubic-bezier(.22,.75,.25,1), transform .72s cubic-bezier(.22,.75,.25,1); transition-delay: var(--rva-reveal-delay, 0ms); }
.rva-hx.rva-hx--enhanced [data-rva-reveal].is-visible { opacity: 1; transform: translateY(0); }
.rva-hx.rva-hx--enhanced .rva-hx-standard__trace .rva-hx-trace__line { stroke-dasharray: 760; stroke-dashoffset: 760; transition: stroke-dashoffset 1.6s cubic-bezier(.2,.75,.25,1) .15s; }
.rva-hx.rva-hx--enhanced .rva-hx-standard__intro.is-visible .rva-hx-trace__line { stroke-dashoffset: 0; }


@keyframes rva-closing-dna-drift {
  0% { transform: translate3d(0, 6px, 0) rotate(-1deg) scale(1); }
  100% { transform: translate3d(-18px, -12px, 0) rotate(1.2deg) scale(1.025); }
}
@keyframes rva-closing-molecule-float {
  0% { transform: translate3d(0, 0, 0); opacity: .58; }
  100% { transform: translate3d(-14px, 18px, 0); opacity: .88; }
}
@keyframes rva-closing-dot-drift { to { background-position: 26px 26px; } }
@keyframes rva-closing-sparkle {
  0%, 100% { opacity: .18; transform: scale(.75); }
  48% { opacity: .95; transform: scale(1.3); }
}
@keyframes rva-hero-breathe { 0% { background-position: 50% 50%; } 100% { background-position: 52% 48%; } }
@keyframes rva-grid-drift { to { background-position: 72px 72px; } }
@keyframes rva-scan-pass { 0%, 20% { opacity: 0; transform: translateX(-130px) rotate(18deg); } 42%, 64% { opacity: .28; } 82%, 100% { opacity: 0; transform: translateX(380px) rotate(18deg); } }
@keyframes rva-particle-one { 0%, 100% { transform: translate(0, 0); opacity: .2; } 45% { transform: translate(32px, -22px); opacity: .85; } }
@keyframes rva-particle-two { 0%, 100% { transform: translate(0, 0); opacity: .15; } 52% { transform: translate(-38px, 28px); opacity: .7; } }
@keyframes rva-particle-three { 0%, 100% { transform: translate(0, 0); opacity: .1; } 50% { transform: translate(18px, -34px); opacity: .55; } }
@keyframes rva-scrollcue { 0%, 100% { opacity: .25; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 9px); } }
@keyframes rva-float-main { 0%, 100% { transform: translateX(-48%) translateY(0) rotate(1.8deg); } 50% { transform: translateX(-48%) translateY(-12px) rotate(.4deg); } }
@keyframes rva-float-one { 0%, 100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(12px) rotate(-5deg); } }
@keyframes rva-float-two { 0%, 100% { transform: translateY(0) rotate(8deg); } 50% { transform: translateY(-15px) rotate(5deg); } }
@keyframes rva-sheen { 0%, 58% { transform: translateX(-110%); } 78%, 100% { transform: translateX(130%); } }
@keyframes rva-mobile-vial { 0%, 100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-8px) rotate(-1deg); } }
@keyframes rva-mobile-mini-one { 0%, 100% { transform: translateY(0) rotate(-9deg); } 50% { transform: translateY(7px) rotate(-6deg); } }
@keyframes rva-mobile-mini-two { 0%, 100% { transform: translateY(0) rotate(9deg); } 50% { transform: translateY(-7px) rotate(6deg); } }
@keyframes rva-mobile-orbit { to { transform: rotate(360deg); } }

@media (min-width: 1320px) {
  .rva-hx-products { grid-auto-columns: minmax(260px, 1fr); }
}

@media (max-width: 1080px) {
  .rva-hx-hero__inner { grid-template-columns: minmax(0, 1fr) 420px; gap: 22px; }
  .rva-hx-stage__card--mini { width: 150px; height: 225px; }
  .rva-hx-stage__card--one { left: -2%; }
  .rva-hx-stage__card--two { right: -5%; }
  .rva-hx-stage__note { right: -2%; }
  .rva-hx-trust__track > div { padding-inline: 14px; }
  .rva-hx-standard__grid { gap: 48px; }
}

@media (max-width: 860px) {
  .rva-hx-shell { width: min(calc(100% - 36px), var(--rva-shell)); }
  .rva-hx-section { padding-block: 84px; }
  .rva-hx-hero { min-height: auto; background-image: linear-gradient(180deg, rgba(3,15,27,.96) 0%, rgba(3,15,27,.84) 55%, rgba(3,15,27,.6) 100%), var(--rva-hero-image); background-position: 62% center; }
  .rva-hx-hero__inner { grid-template-columns: 1fr; gap: 24px; padding-block: 66px 60px; }
  .rva-hx-hero__copy { max-width: 720px; }
  .rva-hx h1 { max-width: 720px; }
  .rva-hx-stage { min-height: 470px; max-width: 590px; width: 100%; margin-inline: auto; }
  .rva-hx-stage__halo { width: 430px; }
  .rva-hx-stage__card--main { width: 285px; height: 410px; top: 16px; }
  .rva-hx-stage__card--mini { width: 145px; height: 210px; }
  .rva-hx-stage__card--one { top: 100px; left: 2%; }
  .rva-hx-stage__card--two { right: 1%; bottom: 28px; }
  .rva-hx-stage__note { right: 0; top: 8px; }
  .rva-hx-scrollcue { display: none; }
  .rva-hx-trust__track { width: min(calc(100% - 36px), var(--rva-shell)); grid-template-columns: repeat(2, 1fr); }
  .rva-hx-trust__track > div { min-height: 92px; border-bottom: 1px solid #e1e9ed; }
  .rva-hx-trust__track > div:nth-child(2) { border-right: 0; }
  .rva-hx-trust__track > div:nth-child(n+3) { border-bottom: 0; }
  .rva-hx-products { margin-right: -18px; grid-auto-columns: minmax(245px, 42vw); }
  .rva-hx-pathwaygrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rva-hx-standard__grid, .rva-hx-faq__grid { grid-template-columns: 1fr; gap: 46px; }
  .rva-hx-faq header { position: static; }
  .rva-hx-standard__grid { align-items: start; }
  .rva-hx-systemcard { min-height: 330px; padding-inline: 30px; }
  .rva-hx-systemcard__topline { margin-inline: -30px; }
  .rva-hx-partner__inner { grid-template-columns: 1fr; padding: 46px; }
  .rva-hx-partner__actions { flex-direction: row; min-width: 0; }
  .rva-hx-faq::before { width: 100%; height: 42%; bottom: auto; }
  .rva-hx-faq header { padding-right: 0; }
  .rva-hx-closing__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .rva-hx-shell { width: min(calc(100% - 28px), var(--rva-shell)); }
  .rva-hx-hero { min-height: 610px; background-image: linear-gradient(180deg, rgba(3,15,27,.97) 0%, rgba(3,15,27,.9) 58%, rgba(3,15,27,.74) 100%), var(--rva-hero-image); background-position: 68% center; }
  .rva-hx h1 { position: relative; z-index: 3; max-width: 78%; margin-bottom: 20px; font-size: clamp(2.78rem, 14.2vw, 3.82rem); line-height: .94; letter-spacing: -.056em; }
  .rva-hx h2 { font-size: clamp(2.02rem, 10vw, 2.82rem); }
  .rva-hx-hero__inner { display: block; padding-block: 42px 38px; }
  .rva-hx-hero__copy { max-width: none; }
  .rva-hx-hero__mobile-stack { position: absolute; z-index: 2; top: 2px; right: -18px; width: 138px; height: 245px; display: block; pointer-events: none; }
  .rva-hx-hero__mobile-stack img { position: absolute; overflow: hidden; object-fit: cover; border: 1px solid rgba(161,226,252,.27); border-radius: 18px; background: #eaf4f9; box-shadow: 0 20px 45px rgba(0,5,15,.36); }
  .rva-hx-hero__mobile-main { z-index: 3; top: 26px; right: 4px; width: 94px; height: 152px; animation: rva-mobile-vial 6.5s ease-in-out infinite; }
  .rva-hx-hero__mobile-mini { width: 54px; height: 86px; opacity: .72; }
  .rva-hx-hero__mobile-mini--one { z-index: 1; top: 72px; left: 0; animation: rva-mobile-mini-one 7.5s ease-in-out infinite; }
  .rva-hx-hero__mobile-mini--two { z-index: 2; right: -5px; bottom: 8px; animation: rva-mobile-mini-two 8.2s ease-in-out infinite; }
  .rva-hx-hero__mobile-orbit { position: absolute; top: 8px; right: -12px; width: 132px; aspect-ratio: 1; border: 1px solid rgba(83,216,245,.25); border-radius: 50%; animation: rva-mobile-orbit 22s linear infinite; }
  .rva-hx-hero__mobile-orbit::before, .rva-hx-hero__mobile-orbit::after { content: ""; position: absolute; border-radius: 50%; background: #6ce1f8; box-shadow: 0 0 12px rgba(79,218,246,.7); }
  .rva-hx-hero__mobile-orbit::before { top: 12px; left: 17px; width: 4px; height: 4px; }
  .rva-hx-hero__mobile-orbit::after { right: 7px; bottom: 32px; width: 3px; height: 3px; }
  .rva-hx-hero__lede { max-width: 100%; margin-bottom: 23px; font-size: .95rem; line-height: 1.62; }
  .rva-hx-actions { align-items: stretch; flex-direction: column; }
  .rva-hx-button { width: 100%; min-height: 50px; }
  .rva-hx-hero__proof { gap: 11px 16px; margin-top: 19px; font-size: .61rem; }
  .rva-hx-stage { display: none; }
  .rva-hx-trust__track { width: min(calc(100% - 28px), var(--rva-shell)); }
  .rva-hx-trust__track > div { min-height: 88px; gap: 10px; padding: 14px 8px; }
  .rva-hx-trust svg { width: 22px; height: 22px; }
  .rva-hx-trust strong { font-size: .69rem; }
  .rva-hx-trust span { font-size: .6rem; }
  .rva-hx-section { padding-block: 72px; }
  .rva-hx-sectionhead { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .rva-hx-sectionhead__actions { width: 100%; }
  .rva-hx-sectionhead__actions .rva-hx-textlink { margin-left: auto; }
  .rva-hx-products { margin-right: -14px; grid-auto-columns: minmax(236px, 78vw); gap: 13px; }
  .rva-hx-product__body { padding: 18px; }
  .rva-hx-product h3 { min-height: auto; font-size: 1rem; }
  .rva-hx-pathways__head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .rva-hx-pathwaygrid { grid-template-columns: 1fr; }
  .rva-hx-pathway { min-height: 220px; padding: 21px 20px 19px; }
  .rva-hx-pathway__meta { margin-bottom: 28px; }
  .rva-hx-standard__grid { gap: 38px; }
  .rva-hx-standard__trace { margin-block: 25px 28px; }
  .rva-hx-process li { grid-template-columns: 42px 1fr; gap: 14px; }
  .rva-hx-systemgrid { grid-template-columns: 1fr; }
  .rva-hx-systemcard { min-height: 315px; padding: 0 24px 27px; }
  .rva-hx-systemcard__topline { margin: 0 -24px 28px; padding-inline: 14px; }
  .rva-hx-systemcard__icon { top: 68px; right: 25px; width: 52px; }
  .rva-hx-partner { padding-bottom: 72px; }
  .rva-hx-partner__inner { width: min(calc(100% - 28px), var(--rva-shell)); min-height: 0; padding: 35px 24px; }
  .rva-hx-partner__actions { flex-direction: column; }
  .rva-hx-faq__grid { gap: 38px; }
  .rva-hx-faq header h2, .rva-hx-faq header p { max-width: none; }
  .rva-hx-accordion summary { min-height: 72px; grid-template-columns: 30px 1fr 32px; gap: 10px; font-size: .86rem; }
  .rva-hx-accordion .rva-hx-accordion__toggle { width: 30px; }
  .rva-hx-accordion__answer { padding: 0 42px 0 40px; }
  .rva-hx-accordion details p { margin-bottom: 20px; font-size: .81rem; }
  .rva-hx-closing { padding-top: 70px; }
  .rva-hx-disclaimer { margin-top: 48px; }
}

@media (max-width: 350px) {
  .rva-hx-shell { width: min(calc(100% - 20px), var(--rva-shell)); }
  .rva-hx h1 { max-width: 76%; font-size: 2.58rem; }
  .rva-hx-hero__mobile-stack { right: -14px; width: 120px; transform: scale(.91); transform-origin: top right; }
  .rva-hx-products { margin-right: -10px; grid-auto-columns: minmax(224px, 82vw); }
  .rva-hx-trust__track { width: calc(100% - 20px); }
  .rva-hx-trust__track > div { min-width: 0; }
  .rva-hx-trust svg { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .rva-hx *, .rva-hx *::before, .rva-hx *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rva-hx.rva-hx--enhanced [data-rva-reveal] { opacity: 1; transform: none; }
  .rva-hx.rva-hx--enhanced .rva-hx-standard__trace .rva-hx-trace__line { stroke-dashoffset: 0; }
  .rva-hx-hero__molecules { display: none; }
}

@supports not (overflow: clip) {
  .rva-hx { overflow: hidden; }
}


/* v1.7.0 refinements — stronger hero presence, refined catalog head, upgraded partner program */
.rva-hx-hero__inner { grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr); gap: 28px; }
.rva-hx-stage { min-height: 610px; }
.rva-hx-stage__halo { width: 560px; left: 56%; }
.rva-hx-stage__card--main { width: 352px; height: 522px; top: 16px; left: 52%; transform: translateX(-46%) rotate(1.8deg); }
.rva-hx-stage__card--mini { width: 196px; height: 286px; }
.rva-hx-stage__card--one { top: 118px; left: 1%; }
.rva-hx-stage__card--two { right: -1%; bottom: 38px; }
.rva-hx-stage__note { right: 4%; top: 16px; }
.rva-hx-catalog { background: linear-gradient(180deg, #f8fbfd, #eef6fa); }
.rva-hx-catalog::before { opacity: .55; background-size: 28px 28px; animation: rva-dot-shift 24s linear infinite; }
.rva-hx-catalog::after { content: ""; position: absolute; inset: 0 0 auto; height: 180px; pointer-events: none; background: radial-gradient(circle at 20% 30%, rgba(89, 216, 245, .12), transparent 24%), radial-gradient(circle at 80% 12%, rgba(10, 125, 181, .08), transparent 26%); }
.rva-hx-sectionhead--catalog { align-items: stretch; gap: 26px; }
.rva-hx-sectionhead--catalog .rva-hx-sectionhead__copy { max-width: 700px; }
.rva-hx-catalog__utility { min-width: min(100%, 360px); margin-left: auto; display: grid; gap: 14px; align-self: center; padding: 18px 18px 16px; border: 1px solid rgba(127, 176, 198, .26); border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 18px 42px rgba(7, 33, 49, .08); backdrop-filter: blur(8px); }
.rva-hx-catalog__meta strong, .rva-hx-catalog__meta span { display: block; }
.rva-hx-catalog__meta strong { margin-bottom: 5px; color: #08263b; font-size: .86rem; font-weight: 800; }
.rva-hx-catalog__meta span { color: #6b7f8c; font-size: .79rem; line-height: 1.6; }
.rva-hx-catalog__utility .rva-hx-sectionhead__actions { justify-content: flex-end; }
.rva-hx-products { position: relative; z-index: 2; }
.rva-hx-partner { position: relative; padding-block: 34px 112px; background: linear-gradient(180deg, #f5f8fa, #eef3f6); }
.rva-hx-partner__inner { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 40px; min-height: 370px; padding: 56px 58px; border: 1px solid #173d53; border-radius: 24px; background: linear-gradient(135deg, #071a2a 0%, #07253a 55%, #0a2f45 100%); box-shadow: 0 30px 80px rgba(6, 35, 54, .18); }
.rva-hx-partner__inner::before { opacity: .22; background-size: 34px 34px; animation: rva-grid-drift 26s linear infinite; }
.rva-hx-partner__inner::after { right: 34px; top: 26px; letter-spacing: .2em; }
.rva-hx-partner__copy { position: relative; z-index: 2; max-width: 710px; }
.rva-hx-partner h2 { max-width: 670px; margin-bottom: 16px; }
.rva-hx-partner p { max-width: 640px; font-size: 1rem; }
.rva-hx-partner__panel { position: relative; z-index: 2; display: grid; gap: 18px; padding: 20px; border: 1px solid rgba(166, 226, 245, .16); border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.rva-hx-partner__pillars { display: grid; gap: 12px; }
.rva-hx-partner__pillar { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: start; padding: 14px 14px; border: 1px solid rgba(173, 229, 245, .12); border-radius: 16px; background: rgba(3, 17, 28, .32); }
.rva-hx-partner__pillar > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: #78ddf3; background: rgba(68, 216, 245, .1); }
.rva-hx-partner__pillar strong, .rva-hx-partner__pillar small { display: block; }
.rva-hx-partner__pillar strong { margin-bottom: 4px; color: #f2fbff; font-size: .86rem; font-weight: 760; }
.rva-hx-partner__pillar small { color: #a9c4d0; font-size: .74rem; line-height: 1.5; }
.rva-hx-partner__actions { display: grid; grid-template-columns: 1fr; gap: 11px; }
.rva-hx-partner__helix { position: absolute; inset: 24px 44% 24px 28px; pointer-events: none; opacity: .32; }
.rva-hx-partner__helix::before, .rva-hx-partner__helix::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, rgba(91,221,248,.1), rgba(91,221,248,.8), rgba(91,221,248,.12)); }
.rva-hx-partner__helix::before { left: 28px; }
.rva-hx-partner__helix::after { right: 28px; }
.rva-hx-partner__helix span { position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, rgba(91,221,248,.15), rgba(132,235,255,.82), rgba(91,221,248,.15)); transform-origin: center; animation: rva-helix 9s ease-in-out infinite; }
.rva-hx-partner__helix span:nth-child(1) { top: 8%; animation-delay: 0s; }
.rva-hx-partner__helix span:nth-child(2) { top: 24%; animation-delay: -1.4s; }
.rva-hx-partner__helix span:nth-child(3) { top: 40%; animation-delay: -2.8s; }
.rva-hx-partner__helix span:nth-child(4) { top: 56%; animation-delay: -4.2s; }
.rva-hx-partner__helix span:nth-child(5) { top: 72%; animation-delay: -5.6s; }
.rva-hx-partner__helix span:nth-child(6) { top: 88%; animation-delay: -7s; }
@keyframes rva-helix { 0%,100% { transform: perspective(420px) rotateY(0deg) scaleX(.72); opacity: .18; } 25% { transform: perspective(420px) rotateY(60deg) scaleX(1); opacity: .64; } 50% { transform: perspective(420px) rotateY(0deg) scaleX(.72); opacity: .22; } 75% { transform: perspective(420px) rotateY(-60deg) scaleX(1); opacity: .64; } }
@keyframes rva-dot-shift { from { transform: translate3d(0,0,0); } to { transform: translate3d(18px, 18px, 0); } }

@media (max-width: 1180px) {
  .rva-hx-hero__inner { grid-template-columns: 1fr 1fr; }
  .rva-hx-stage { min-height: 560px; }
  .rva-hx-stage__halo { width: 500px; left: 54%; }
  .rva-hx-stage__card--main { width: 316px; height: 472px; }
  .rva-hx-stage__card--mini { width: 172px; height: 252px; }
}
@media (max-width: 960px) {
  .rva-hx-sectionhead--catalog { gap: 18px; }
  .rva-hx-catalog__utility { width: 100%; margin-left: 0; }
  .rva-hx-catalog__utility .rva-hx-sectionhead__actions { justify-content: flex-start; }
  .rva-hx-partner__inner { grid-template-columns: 1fr; padding: 46px; }
  .rva-hx-partner__helix { inset: 22px 24px auto 24px; height: 110px; }
}
@media (max-width: 767px) {
  .rva-hx-hero__mobile-stack { right: -16px; width: 154px; height: 270px; }
  .rva-hx-hero__mobile-main { top: 14px; right: 6px; width: 110px; height: 176px; }
  .rva-hx-hero__mobile-mini { width: 62px; height: 98px; }
  .rva-hx-hero__mobile-mini--one { top: 72px; left: -2px; }
  .rva-hx-hero__mobile-mini--two { right: -6px; bottom: 10px; }
  .rva-hx-hero__mobile-orbit { top: 2px; right: -12px; width: 148px; }
  .rva-hx-catalog__utility { padding: 16px; border-radius: 18px; }
  .rva-hx-partner__inner { width: min(calc(100% - 28px), var(--rva-shell)); padding: 32px 22px; border-radius: 20px; }
  .rva-hx-partner__panel { padding: 14px; }
  .rva-hx-partner__pillar { grid-template-columns: 40px 1fr; padding: 13px; }
  .rva-hx-partner__pillar > span { width: 40px; height: 40px; border-radius: 12px; }
  .rva-hx-partner__helix { display: none; }
}
@media (max-width: 560px) {
  .rva-hx-sectionhead--catalog h2 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .rva-hx-catalog__meta span { font-size: .74rem; }
}


/* v1.8.0 refinements — stronger product stage, cleaner catalog head, better partner section */
.rva-hx-hero__grid { opacity: .12; }
.rva-hx-stage { --rva-parallax-x: 0px; --rva-parallax-y: 0px; }
.rva-hx-stage__helix {
  position: absolute;
  inset: 34px auto 34px 52%;
  width: 240px;
  pointer-events: none;
  transform: translateX(-50%);
  opacity: .55;
  filter: drop-shadow(0 0 22px rgba(68, 218, 255, .14));
}
.rva-hx-stage__helix::before,
.rva-hx-stage__helix::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1.5px solid rgba(112, 227, 250, .28);
  border-right: 1.5px solid rgba(112, 227, 250, .28);
  border-radius: 999px;
}
.rva-hx-stage__helix::before { transform: perspective(600px) rotateY(28deg); }
.rva-hx-stage__helix::after { transform: perspective(600px) rotateY(-28deg); }
.rva-hx-stage__helix span {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, #bff2ff 0 34%, #59d8f5 35% 68%, rgba(89,216,245,.2) 69% 100%);
  box-shadow: 0 0 16px rgba(89,216,245,.35);
  animation: rva-helix-float 10s linear infinite;
}
.rva-hx-stage__helix span:nth-child(1) { top: 8%; transform: translateX(-78px); animation-delay: 0s; }
.rva-hx-stage__helix span:nth-child(2) { top: 24%; transform: translateX(78px); animation-delay: -1.6s; }
.rva-hx-stage__helix span:nth-child(3) { top: 40%; transform: translateX(-78px); animation-delay: -3.2s; }
.rva-hx-stage__helix span:nth-child(4) { top: 56%; transform: translateX(78px); animation-delay: -4.8s; }
.rva-hx-stage__helix span:nth-child(5) { top: 72%; transform: translateX(-78px); animation-delay: -6.4s; }
.rva-hx-stage__helix span:nth-child(6) { top: 88%; transform: translateX(78px); animation-delay: -8s; }
.rva-hx-stage__card--main {
  width: 350px;
  height: 525px;
  top: 8px;
  left: 51%;
  transform: translateX(calc(-50% + var(--rva-parallax-x) * .22)) translateY(calc(var(--rva-parallax-y) * .18)) rotate(1.25deg);
}
.rva-hx-stage__card--mini {
  width: 205px;
  height: 302px;
}
.rva-hx-stage__card--one {
  left: -1%;
  top: 112px;
  transform: translateX(calc(var(--rva-parallax-x) * -.24)) translateY(calc(var(--rva-parallax-y) * -.12)) rotate(-8deg);
}
.rva-hx-stage__card--two {
  right: -3%;
  bottom: 30px;
  transform: translateX(calc(var(--rva-parallax-x) * .24)) translateY(calc(var(--rva-parallax-y) * .12)) rotate(8deg);
}
.rva-hx-stage__note { right: 1%; top: 16px; }
.rva-hx-catalog { padding-block: 82px 102px; }
.rva-hx-catalog::before {
  opacity: .32;
  background-size: 22px 22px;
  animation: rva-dot-drift 18s linear infinite;
}
.rva-hx-catalog .rva-hx-sectionhead {
  align-items: center;
  margin-bottom: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(143, 181, 197, .22);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(248,252,253,.94));
  box-shadow: 0 18px 42px rgba(6, 38, 60, .06);
}
.rva-hx-catalog .rva-hx-kicker { margin-bottom: 10px; }
.rva-hx-catalog .rva-hx-sectionhead h2 {
  margin-bottom: 8px;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
}
.rva-hx-catalog .rva-hx-sectionhead p { max-width: 640px; font-size: .95rem; line-height: 1.65; }
.rva-hx-catalog .rva-hx-iconbutton,
.rva-hx-catalog .rva-hx-textlink {
  background: #fff;
}
.rva-hx-partner { padding-block: 42px 108px; background: #f2f6f8; }
.rva-hx-partner__inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: stretch;
  gap: 38px;
  padding: 48px 50px;
  border: 1px solid rgba(12, 74, 110, .75);
  border-radius: 24px;
  background: linear-gradient(120deg, #051a2a 0%, #082238 62%, #0b2941 100%);
  box-shadow: 0 28px 78px rgba(6, 35, 54, .14);
}
.rva-hx-partner__inner::before {
  opacity: .18;
  background-size: 40px 40px;
}
.rva-hx-partner__inner::after {
  content: "";
}
.rva-hx-partner__copy, .rva-hx-partner__side { position: relative; z-index: 2; }
.rva-hx-partner__helix {
  position: absolute;
  right: 22px;
  top: 20px;
  bottom: 20px;
  width: 170px;
  pointer-events: none;
  opacity: .42;
}
.rva-hx-partner__helix::before,
.rva-hx-partner__helix::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1px solid rgba(129, 229, 249, .2);
  border-right: 1px solid rgba(129, 229, 249, .2);
  border-radius: 999px;
}
.rva-hx-partner__helix::before { transform: perspective(500px) rotateY(28deg); }
.rva-hx-partner__helix::after { transform: perspective(500px) rotateY(-28deg); }
.rva-hx-partner__helix span {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 50%;
  background: #6fe4f9;
  box-shadow: 0 0 12px rgba(111,228,249,.35);
  animation: rva-helix-float 10s linear infinite;
}
.rva-hx-partner__helix span:nth-child(1) { top: 8%; transform: translateX(-54px); animation-delay: 0s; }
.rva-hx-partner__helix span:nth-child(2) { top: 24%; transform: translateX(54px); animation-delay: -1.6s; }
.rva-hx-partner__helix span:nth-child(3) { top: 40%; transform: translateX(-54px); animation-delay: -3.2s; }
.rva-hx-partner__helix span:nth-child(4) { top: 56%; transform: translateX(54px); animation-delay: -4.8s; }
.rva-hx-partner__helix span:nth-child(5) { top: 72%; transform: translateX(-54px); animation-delay: -6.4s; }
.rva-hx-partner__helix span:nth-child(6) { top: 88%; transform: translateX(54px); animation-delay: -8s; }
.rva-hx-partner__copy h2 { max-width: 640px; margin-bottom: 16px; }
.rva-hx-partner__copy p { max-width: 620px; }
.rva-hx-partner__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.rva-hx-partner__points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(118, 202, 229, .22);
  border-radius: 999px;
  color: #d7eef8;
  background: rgba(10, 40, 60, .58);
  backdrop-filter: blur(10px);
  font-size: .74rem;
  font-weight: 700;
}
.rva-hx-partner__points svg { color: #71def5; }
.rva-hx-partner__side {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
  align-content: center;
}
.rva-hx-partner__featurecard {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 18px;
  border: 1px solid rgba(128, 206, 233, .18);
  border-radius: 18px;
  color: #ddf3fb;
  background: linear-gradient(180deg, rgba(13, 48, 72, .78), rgba(9, 35, 55, .9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.rva-hx-partner__featurecard::before {
  content: "";
  position: absolute;
  inset: auto -10% -38% auto;
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78,211,241,.24), transparent 70%);
}
.rva-hx-partner__featurecard small,
.rva-hx-partner__featurecard strong,
.rva-hx-partner__featurecard p { position: relative; z-index: 1; display: block; }
.rva-hx-partner__featurecard small {
  margin-bottom: 9px;
  color: #7dd9ef;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.rva-hx-partner__featurecard strong {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.25;
}
.rva-hx-partner__featurecard p {
  margin: 0;
  color: #aac0cb;
  font-size: .88rem;
  line-height: 1.65;
}
.rva-hx-partner__actions {
  gap: 12px;
}
@media (max-width: 1240px) {
  .rva-hx-stage { min-height: 560px; }
  .rva-hx-stage__card--main { width: 320px; height: 480px; }
  .rva-hx-stage__card--mini { width: 176px; height: 258px; }
}
@media (max-width: 960px) {
  .rva-hx-catalog .rva-hx-sectionhead { padding: 22px 20px; }
  .rva-hx-partner__inner { grid-template-columns: 1fr; }
  .rva-hx-partner__helix { right: -8px; width: 140px; opacity: .28; }
}
@media (max-width: 767px) {
  .rva-hx-hero__mobile-stack { top: 0; right: -18px; width: 164px; height: 280px; }
  .rva-hx-hero__mobile-main { width: 114px; height: 184px; right: 8px; }
  .rva-hx-hero__mobile-mini { width: 64px; height: 102px; }
  .rva-hx-hero__mobile-mini--one { top: 78px; }
  .rva-hx-hero__mobile-mini--two { bottom: 10px; }
  .rva-hx-hero__mobile-orbit { width: 154px; }
  .rva-hx-catalog { padding-block: 60px 72px; }
  .rva-hx-catalog .rva-hx-sectionhead { gap: 14px; margin-bottom: 22px; }
  .rva-hx-catalog .rva-hx-sectionhead h2 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .rva-hx-partner__inner { padding: 34px 22px 24px; border-radius: 20px; }
  .rva-hx-partner__featurecard { padding: 18px 16px 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .rva-hx-stage__helix span,
  .rva-hx-partner__helix span,
  .rva-hx-catalog::before { animation: none !important; }
}
@keyframes rva-helix-float {
  0%, 100% { opacity: .6; }
  50% { opacity: 1; }
}
@keyframes rva-dot-drift {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(0,14px,0); }
}


/* v2.3.0 mobile hero emphasis */
@media (max-width: 767px) {
  .rva-hx-hero__copy { padding-right: 0; }
  .rva-hx-hero__mobile-stack {
    top: -8px;
    right: -30px;
    width: 205px;
    height: 330px;
    transform: none;
  }
  .rva-hx-hero__mobile-main {
    top: 14px;
    right: 10px;
    width: 144px;
    height: 228px;
    border-radius: 24px;
  }
  .rva-hx-hero__mobile-mini {
    width: 78px;
    height: 122px;
    border-radius: 18px;
  }
  .rva-hx-hero__mobile-mini--one {
    top: 92px;
    left: 0;
  }
  .rva-hx-hero__mobile-mini--two {
    right: -2px;
    bottom: 6px;
  }
  .rva-hx-hero__mobile-orbit {
    top: 0;
    right: -12px;
    width: 190px;
  }
  .rva-hx h1 { max-width: 78%; }
}
@media (max-width: 420px) {
  .rva-hx-hero__mobile-stack {
    right: -34px;
    width: 190px;
    height: 312px;
  }
  .rva-hx-hero__mobile-main { width: 134px; height: 214px; }
  .rva-hx-hero__mobile-mini { width: 72px; height: 114px; }
  .rva-hx-hero__mobile-orbit { width: 178px; }
}


/* v2.3.0 — slightly stronger mobile biotech motion */
@media (max-width: 767px) {
  .rva-hx-hero__grid { opacity: .2; animation-duration: 24s; }
  .rva-hx-hero__molecules { display: block; opacity: .5; }
  .rva-hx-hero__scan { opacity: .34; }
  .rva-hx-hero__mobile-orbit { border-color: rgba(83,216,245,.34); box-shadow: 0 0 42px rgba(53,190,231,.09); }
}


/* v2.3.0 — animated DNA strand belongs in the homepage hero, not the shop */
.rva-hx-hero__dna {
  position: absolute;
  z-index: 1;
  top: 7%;
  right: clamp(-70px, 2vw, 18px);
  width: clamp(250px, 31vw, 430px);
  height: 84%;
  pointer-events: none;
  opacity: .42;
  filter: drop-shadow(0 0 28px rgba(70, 209, 242, .13));
  transform: rotate(8deg);
}
.rva-hx-hero__dna::before,
.rva-hx-hero__dna::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 2px solid rgba(105, 222, 247, .24);
  border-right: 2px solid rgba(105, 222, 247, .24);
  border-radius: 50%;
  animation: rva-dna-breathe 8s ease-in-out infinite;
}
.rva-hx-hero__dna::after { animation-delay: -4s; transform: rotateY(180deg); }
.rva-hx-hero__dna i {
  position: absolute;
  left: 50%;
  width: 72%;
  height: 1px;
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(119, 229, 250, .72), transparent);
  box-shadow: 0 0 12px rgba(88, 211, 239, .16);
  animation: rva-dna-rung 7.8s ease-in-out infinite;
}
.rva-hx-hero__dna i::before,
.rva-hx-hero__dna i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #72def5;
  box-shadow: 0 0 14px rgba(91, 220, 247, .5);
}
.rva-hx-hero__dna i::before { left: 0; }
.rva-hx-hero__dna i::after { right: 0; }
.rva-hx-hero__dna i:nth-child(1) { top: 6%; animation-delay: 0s; }
.rva-hx-hero__dna i:nth-child(2) { top: 17%; animation-delay: -.8s; }
.rva-hx-hero__dna i:nth-child(3) { top: 28%; animation-delay: -1.6s; }
.rva-hx-hero__dna i:nth-child(4) { top: 39%; animation-delay: -2.4s; }
.rva-hx-hero__dna i:nth-child(5) { top: 50%; animation-delay: -3.2s; }
.rva-hx-hero__dna i:nth-child(6) { top: 61%; animation-delay: -4s; }
.rva-hx-hero__dna i:nth-child(7) { top: 72%; animation-delay: -4.8s; }
.rva-hx-hero__dna i:nth-child(8) { top: 83%; animation-delay: -5.6s; }
.rva-hx-hero__dna i:nth-child(9) { top: 94%; animation-delay: -6.4s; }
@media (max-width: 767px) {
  .rva-hx-hero__dna {
    top: 5%;
    right: -58px;
    width: 235px;
    height: 82%;
    opacity: .34;
    transform: rotate(10deg);
  }
  .rva-hx-hero__dna i { width: 68%; }
}
@media (max-width: 420px) {
  .rva-hx-hero__dna { right: -72px; width: 220px; opacity: .3; }
}
@media (prefers-reduced-motion: reduce) {
  .rva-hx-hero__dna::before,
  .rva-hx-hero__dna::after,
  .rva-hx-hero__dna i { animation: none !important; }
}
@keyframes rva-dna-rung {
  0%, 100% { transform: translateX(-50%) perspective(500px) rotateY(-62deg) scaleX(.78); opacity: .28; }
  50% { transform: translateX(-50%) perspective(500px) rotateY(62deg) scaleX(1); opacity: .95; }
}
@keyframes rva-dna-breathe {
  0%, 100% { transform: scaleX(.78); opacity: .45; }
  50% { transform: scaleX(1); opacity: .9; }
}


/* v2.4.1 closing DNA field responsiveness and performance safeguards */
@media (max-width: 960px) {
  .rva-hx-closing { padding-top: 82px; }
  .rva-hx-closing__visual { top: -22px; right: -150px; width: 600px; opacity: .55; }
  .rva-hx-closing::after { background: linear-gradient(90deg, rgba(248,252,255,.97) 0%, rgba(244,250,255,.87) 64%, rgba(237,247,255,.25) 100%); }
}
@media (max-width: 767px) {
  .rva-hx-closing {
    padding-top: 68px;
    background: radial-gradient(circle at 88% 30%, rgba(86,171,255,.24), transparent 36%), linear-gradient(145deg, #f8fcff 0%, #deedff 62%, #c8e2ff 100%);
  }
  .rva-hx-closing::before {
    opacity: .2;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.25) 34%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.25) 34%, #000 100%);
  }
  .rva-hx-closing::after {
    background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(245,250,255,.92) 48%, rgba(237,247,255,.42) 70%, rgba(237,247,255,.04) 100%);
  }
  .rva-hx-closing__visual {
    top: 18px;
    right: -92px;
    width: 430px;
    opacity: .62;
    transform-origin: 64% 50%;
  }
  .rva-hx-closing__helix-line { stroke-width: 10; }
  .rva-hx-closing__rungs path { stroke-width: 4.5; }
  .rva-hx-closing h2 { max-width: 92%; color: #071b2e; }
  .rva-hx-disclaimer { margin-top: 52px; color: #536f83; }
}
@media (max-width: 430px) {
  .rva-hx-closing::after {
    background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(245,250,255,.94) 52%, rgba(237,247,255,.48) 72%, rgba(237,247,255,.02) 100%);
  }
  .rva-hx-closing__visual {
    top: 42px;
    right: -118px;
    width: 405px;
    opacity: .6;
  }
  .rva-hx-closing__molecules { opacity: .66; }
  .rva-hx-closing__sparkles span:nth-child(1),
  .rva-hx-closing__sparkles span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .rva-hx-closing::before,
  .rva-hx-closing__visual,
  .rva-hx-closing__molecules,
  .rva-hx-closing__sparkles span { animation: none !important; }
}


/* v2.5.0 — editable RVA acronym treatment for the featured catalog heading */
.rva-hx-catalog .rva-hx-kicker {
  color: var(--rva-catalog-kicker-color, #087ba7);
}
.rva-hx-catalog-title {
  display: grid;
  justify-items: start;
  color: var(--rva-catalog-title-color, #081522);
}
.rva-hx-catalog-title > span,
.rva-hx-catalog-title > em {
  display: block;
  color: inherit;
  font-style: normal;
  line-height: .94;
}
.rva-hx-catalog-title > em {
  color: var(--rva-catalog-accent-color, #0b93bd);
}
@media (min-width: 980px) {
  .rva-hx-catalog-title {
    font-size: clamp(3rem, 4.6vw, 4.75rem) !important;
  }
}
@media (max-width: 767px) {
  .rva-hx-catalog-title {
    font-size: clamp(2.65rem, 13.2vw, 4rem) !important;
    row-gap: .02em;
  }
}
