/* Reverse-engineered from the live tgtdiagnostics.com — computed styles read directly off
   the rendered Chorus/Pulse1 pages via getComputedStyle(), plus the real icon SVGs pulled
   from /svg/technology/item1-5.svg. Not the real bundled CSS (Next.js/CSS-modules, hashed
   classnames) — verified values where noted, best-effort elsewhere. Flag anything the
   developer's actual components disagree with; they are the source of truth, not this file. */
:root{
  --navy:#0b102c;      /* verified: body/heading text color, rgb(11,16,44) */
  --active:#00224b;    /* verified: active tab color/border, rgb(0,34,75) */
  --gray-bg:#efefef;   /* verified: main nav bar background, rgb(239,239,239) */
  --muted:#666666;     /* verified: secondary body text, rgb(102,102,102) */
  --border:#e5e5e5;
  --paper:#ffffff;
}
.ignis-page *{box-sizing:border-box}
.ignis-page{margin:0;font-family:Helvetica,Arial,sans-serif;color:var(--navy);background:#fff}
.ignis-page h1,.ignis-page h2,.ignis-page h3,.ignis-page h4,.ignis-page h5,.ignis-page h6{color:inherit;font-weight:inherit;margin-bottom:0}

.ignis-page a{color:inherit;text-decoration:none}
.ignis-page img{max-width:100%;display:block}
.ignis-page ul{list-style:none;margin:0;padding:0}

/* ---- utility bar ---- */
.rs-utilitybar{background:#fff;border-bottom:1px solid #eee;padding:10px 6vw;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}
.rs-socials{display:flex;gap:14px}
.rs-socials svg{width:14px;height:14px;fill:var(--navy)}
.rs-utility-links{display:flex;gap:24px;align-items:center}
.rs-utility-links a{color:var(--muted)}

/* ---- main nav ---- */
.rs-mainnav{background:var(--gray-bg);padding:0 6vw;display:flex;align-items:center;justify-content:space-between;height:74px;position:sticky;top:0;z-index:100}
.rs-logo img{height:34px}
.rs-nav{display:flex;gap:30px;align-items:center}
.rs-nav>a,.rs-nav>.rs-dropdown>a{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--navy);padding:0 13px 5px 0;border-bottom:2px solid transparent} /* verified: 14px/600/uppercase/0.8px tracking — must also target links wrapped in .rs-dropdown for the hover menu, or they fall through unstyled */
.rs-nav>a.active,.rs-nav>.rs-dropdown>a.active{border-color:var(--navy)}
.rs-nav-right{display:flex;align-items:center;gap:22px}
.rs-search{width:18px;height:18px}
.rs-contact-btn{border:1.5px solid var(--navy);padding:11px 22px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}

/* dropdown — real pattern verified against the live "Solutions" menu: a horizontal row of
   top-level items, and hovering one that has children drops a second panel below it. */
.rs-dropdown{position:relative}
.rs-dropdown-panel{display:none;position:absolute;top:100%;left:-24px;background:var(--gray-bg);padding:18px 26px;width:max-content;max-width:90vw;box-shadow:0 18px 40px rgba(11,16,44,.15)}
.rs-dropdown:hover .rs-dropdown-panel{display:block}
.rs-dd-row1{display:flex;align-items:center;gap:22px;flex-wrap:nowrap}
.rs-dd-row1>a{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#9a9fac;padding:10px 0;white-space:nowrap} /* verified: inactive top-row items render muted grey */
.rs-dd-row1>a:hover{color:var(--navy)}
.rs-dd-cat{position:relative}
.rs-dd-cat>a{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--navy);padding:10px 0;white-space:nowrap} /* verified: the hovered/active category renders bold navy, not grey */
.rs-dd-cat .chev{font-size:15px;color:var(--active)}
.rs-dd-cat.rs-dd-new>a{color:var(--active)}
.rs-dd-cat.rs-dd-new>a:after{content:"NEW";font-size:8px;font-weight:800;background:var(--active);color:#fff;padding:2px 5px;margin-left:2px;letter-spacing:.05em;vertical-align:middle}
.rs-dd-row2{display:none;position:absolute;top:100%;left:0;background:var(--gray-bg);padding:16px 4px 6px;min-width:220px}
.rs-dd-cat:hover .rs-dd-row2{display:block}
.rs-dd-row2 a{display:block;font-size:13px;font-weight:600;text-transform:none;letter-spacing:0;color:var(--navy);padding:9px 0;white-space:nowrap}

/* ---- page head ---- */
.rs-hero-title{padding:44px 6vw 0}
.rs-hero-title h1{font-size:30px;font-weight:300;margin:0;color:var(--navy)} /* verified: real title is H3-equivalent, 30px/300 — NOT bold */
.rs-breadcrumb{padding:14px 6vw;font-size:15px;color:var(--muted);display:flex;gap:8px;align-items:center} /* verified: 15px/400/#666 */
.rs-breadcrumb a{color:var(--muted)}
.rs-breadcrumb .current{color:var(--muted);font-weight:400}
.rs-tabs{padding:0 6vw;border-bottom:1px solid var(--border);display:flex;gap:36px;overflow-x:auto}
.rs-tabs a{padding:14px 0 6px;font-size:16px;color:#5a5f6e;font-weight:600;border-bottom:3px solid transparent;white-space:nowrap} /* verified: active tab 16px/600, 3px bottom border */
.rs-tabs a.active{color:var(--active);border-color:var(--active)}

/* ---- stat counters — borrowed from the real About page's "0+ Wells Diagnosed" row:
   bold display numbers over a faint dot/node texture, matching the site's data-driven tone ---- */
.rs-stats{padding:56px 6vw;background:var(--paper);position:relative;overflow:hidden}
.rs-stats-bg{position:absolute;inset:0;opacity:.5}
.rs-stats-row{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.rs-stats-row.is-three{grid-template-columns:none;display:flex;width:fit-content;margin:0 auto} /* the family page only carries 3 stats, not 4 — reusing the 4-col grid left a dead gap on the right. Equal-width 1fr columns caused uneven divider spacing too, since "14,500 psi" and "3" are very different lengths — content-sized flex items with consistent padding fix both. */
.rs-stats-row.is-three article{padding:0 32px;text-align:center}
.rs-stats-row.is-three article:first-child{padding-left:0}
.rs-stats-row.is-three article:last-child{padding-right:0}
.rs-stats-row article{padding:0 28px;text-align:center}
.rs-stats-row article:first-child{padding-left:0}
.rs-stats-row article:last-child{padding-right:0}
.rs-stats-row article:not(:first-child){border-left:1px solid var(--border)}
.rs-stats-row strong{display:block;font-size:clamp(34px,4vw,52px);font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}
.rs-plusmn{display:inline-block;width:.46em;height:.62em;vertical-align:-.02em;margin-right:.06em}
.rs-stats-row span{display:block;margin-top:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}

/* ---- halftone chevron divider — borrowed from the real About page's
   "DEEP KNOWLEDGE FOR DEEPER IMPACT" panel: a dot-matrix arrow between two text blocks.
   Explicit 3-column grid (text / graphic / text) — no absolute positioning, so it can't
   collide with the text columns regardless of their content height. ---- */
.rs-chevron-panel{background:var(--gray-bg);padding:84px 6vw} /* distinct light-gray from the pure-white media-text panel directly below it, so the two sections don't visually merge into one unbroken white block */
.rs-chevron-panel-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1000px;margin:0 auto;align-items:center;position:relative}
.rs-chevron-panel-inner:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--border)} /* a real divider between columns instead of relying on whitespace alone */
.rs-chevron-panel-inner>div{font-size:16px;line-height:1.65;color:var(--muted)}
.rs-chevron-panel-inner.is-single{grid-template-columns:1fr;max-width:760px} /* used where there isn't enough distinct content for two columns — one unified paragraph beats an empty-feeling second column */
.rs-chevron-panel-inner.is-single:before{display:none}
.rs-chevron-panel-inner.is-single p:last-child{font-size:16px;line-height:1.7;color:var(--muted);margin:0}
.rs-approach-eyebrow{color:var(--product-accent,var(--active));font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px}
.rs-approach-head{font-size:30px;font-weight:700;letter-spacing:-.01em;color:var(--navy);margin:0 0 16px;line-height:1.2}
@media (max-width:900px){.rs-chevron-panel-inner{grid-template-columns:1fr;gap:32px}.rs-chevron-panel-inner:before{display:none}}

/* ---- bold hero: replaces the plain "Overview" section per direct request — dark navy,
   big display type, per-product accent colour, decorative wave-grid graphic. Deliberately
   NOT what the live site does today (that's the small 18px/400 heading); this is the look
   the user chose after comparing against the earlier prototype directions. ---- */
.rs-bighero{background:var(--navy);color:#fff;min-height:600px;display:block;position:relative;overflow:hidden}
.rs-bighero-copy{z-index:2;padding:80px 6vw;position:relative} /* no max-width here — the box's own 6vw padding is included in border-box sizing, so capping the whole box at 640px made the padding eat the entire width on wide viewports. h2/p below already cap their own reading width. */
.rs-bighero .eyebrow{color:var(--product-accent, var(--active));letter-spacing:.2em;margin:0 0 18px;font-size:11px;font-weight:800;text-transform:uppercase}
.rs-bighero h1{font-size:clamp(48px,6vw,84px);font-weight:400;letter-spacing:-.03em;margin:0 0 8px;line-height:1}
.rs-bighero h2{font-size:clamp(26px,2.8vw,40px);font-weight:400;letter-spacing:-.02em;color:var(--product-accent, var(--active));margin:0 0 22px;line-height:1.1;max-width:640px}
.rs-bighero p{color:#c4c9d6;font-size:17px;line-height:1.6;max-width:560px;margin:0}
.rs-bighero-actions{display:flex;align-items:center;gap:26px;margin-top:32px}
.rs-bighero-btn{background:var(--product-accent, var(--active));color:#071128;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800;padding:16px 22px;display:inline-flex;align-items:center;gap:14px}
.rs-bighero-link{color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800;border-bottom:1px solid #566077;padding-bottom:6px}
.rs-bighero-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:0}

/* ---- real brochure cover-art background, slowly animated (Ken Burns pan/zoom)
   instead of a static image — the actual PDF cover graphic, not an approximation. ---- */
.rs-bighero-photo{position:absolute;inset:0;z-index:0;overflow:hidden}
.rs-bighero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:center center;animation:heroPhotoPan 16s ease-in-out infinite alternate} /* modest zoom range — the light sweep below carries the "obviously moving" signal so the image itself doesn't need to stretch past what its source resolution can render sharply */
@keyframes heroPhotoPan{
  0%{transform:scale(1) translate(0,0)}
  100%{transform:scale(1.07) translate(-2%,-1.4%)}
}
.rs-bighero-photo:after{content:"";position:absolute;inset:-20%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.16) 48%,transparent 62%);animation:heroPhotoSweep 5.5s linear infinite;pointer-events:none} /* a light sweep across the mesh so the motion reads instantly, not just on close inspection */
@keyframes heroPhotoSweep{
  0%{transform:translateX(-60%)}
  100%{transform:translateX(60%)}
}
@media (prefers-reduced-motion: reduce){.rs-bighero-photo img{animation:none}.rs-bighero-photo:after{display:none}}
/* real generated video loop — the pattern itself moves on camera, so none of the fake CSS pan/sweep tricks are needed */
.rs-bighero-photo video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.rs-bighero-photo.has-video:after{display:none}
.rs-bighero-wave{position:absolute;inset:0;overflow:hidden;z-index:0}
.rs-bighero-wave:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 64% 34%,var(--product-accent, var(--active)) 0%,transparent 42%),linear-gradient(100deg,transparent,#002c7b57);opacity:.5}
.rs-bighero-wave .w{border:3px solid var(--product-accent,var(--active));border-color:var(--product-accent,var(--active)) transparent var(--wave-b,var(--product-accent,var(--active))) transparent;width:170%;height:220px;filter:drop-shadow(0 0 18px var(--product-accent,var(--active)));border-radius:50%;position:absolute;top:40%;left:-35%;transform:rotate(-8deg)}
.rs-bighero-wave .w2{opacity:.7;border-width:2px;top:53%;left:-40%;transform:rotate(11deg)}
.rs-bighero-wave .w3{opacity:.4;border-color:var(--wave-c1,var(--product-accent,var(--active))) transparent var(--wave-c2,var(--product-accent,var(--active))) transparent;top:29%;left:-30%;transform:rotate(22deg)}
.rs-bighero-mesh{background:repeating-linear-gradient(92deg,transparent 0 17px,var(--product-accent,var(--active)) 18px 19px),repeating-linear-gradient(2deg,transparent 0 23px,#ffffff0f 24px 25px);opacity:.22;position:absolute;inset:17% -30% 0 -30%;transform:perspective(500px) rotateX(58deg) rotate(-8deg);-webkit-mask-image:linear-gradient(#0000,#000 25% 70%,#0000);mask-image:linear-gradient(#0000,#000 25% 70%,#0000)}
.rs-bighero:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--navy) 0%,var(--navy) 30%,rgba(11,16,44,.82) 42%,rgba(11,16,44,.35) 58%,transparent 74%);z-index:1;pointer-events:none}
.rs-bighero-vertlabel{writing-mode:vertical-rl;color:#7a8396;letter-spacing:.2em;font-size:8px;position:absolute;top:50%;right:17px;transform:translateY(-50%);z-index:3}
@media (max-width:900px){.rs-bighero{min-height:520px}.rs-bighero-copy{padding:56px 7vw 30px;max-width:100%}.rs-bighero:after{background:linear-gradient(180deg,var(--navy) 0%,var(--navy) 46%,rgba(11,16,44,.8) 60%,rgba(11,16,44,.35) 78%,transparent 100%)}}

/* ---- architecture (dark 5-stage band, real Swiper carousel on the live site — shown here as a static row) ---- */
.rs-architecture{background:var(--navy);color:#fff;padding:70px 6vw}
.rs-architecture h2{font-size:44px;font-weight:300;margin:0 0 44px;line-height:1.1} /* verified pattern: light-weight display heading, scaled down from real 60px for this narrower band */
/* icons and descriptions share the exact same 5-column grid so they always line up —
   connectors are a ::after on each item (not separate flex children), so they can't
   throw off the column widths the way a flex row with interspersed arrows did. */
.rs-arch-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.rs-arch-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}
.rs-arch-item:not(:last-child):after{content:"\25B8";position:absolute;top:50px;right:-24px;transform:translate(50%,-50%);color:var(--product-accent,var(--active));font-size:30px;text-shadow:0 0 10px var(--product-accent,var(--active))}
.rs-arch-icon-badge{width:100px;height:100px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px} /* verified: 100px circle, white bg */
.rs-arch-icon-badge img{width:60px;height:60px} /* verified: 60px icon */
.rs-arch-item h3{font-size:20px;font-weight:400;margin:0;line-height:1.3;color:#eee} /* verified: 22px/400/near-white — scaled slightly for the static (non-carousel) layout */
.rs-arch-descs{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:44px}
.rs-arch-descs p{font-size:15px;font-weight:400;color:#fff;line-height:1.5;margin:0;opacity:.85} /* verified pattern: real is 24px/400/white — scaled down since these run alongside 5 columns instead of 1 active carousel slide */
@media (max-width:900px){.rs-arch-item:after{display:none}}

/* ---- applications — real per-product application iconography, cropped directly
   from the brochures (Chorus/Pulse: label-only icon grid; Pulse1: icon+description
   list). border-radius:50% on the icon <img> clips away the square corners the
   crop carries, so the icon's own dark/white circle blends cleanly into the section
   background instead of showing a visible box. ---- */
.rs-applications{padding:80px 6vw;background:var(--navy);color:#fff}
.rs-applications.is-light{background:var(--paper);color:var(--navy)}
.rs-applications .eyebrow{color:var(--product-accent,var(--active));font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px}
.rs-applications h2{font-size:38px;font-weight:300;margin:0 0 48px;line-height:1.15;max-width:640px}
.rs-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 24px}
.rs-app-item{text-align:center}
.rs-app-item img{width:84px;height:84px;margin:0 auto 14px;display:block;object-fit:contain} /* clean alpha-trimmed icon — already a complete circular glyph, no extra clipping/blend needed */
.rs-app-item span{display:block;font-size:13px;font-weight:600;color:#c8ccd8;line-height:1.35}
.rs-applications.is-light .rs-app-item span{color:var(--muted)}
@media (max-width:900px){.rs-app-grid{grid-template-columns:repeat(2,1fr)}}

.rs-app-list{display:grid;grid-template-columns:1fr 1fr;gap:34px 48px}
.rs-app-list-item{display:flex;gap:18px;align-items:flex-start}
.rs-app-list-item img{width:62px;height:62px;flex:none;margin-top:2px;object-fit:contain} /* clean alpha-trimmed icon — already a complete circular glyph, no extra clipping/blend needed */
.rs-app-list-item strong{display:block;font-size:15px;font-weight:700;margin-bottom:4px}
.rs-app-list-item p{font-size:13px;line-height:1.5;color:#aab0c4;margin:0}
.rs-applications.is-light .rs-app-list-item p{color:var(--muted)}
@media (max-width:700px){.rs-app-list{grid-template-columns:1fr}}

/* ---- our approach ---- */
.rs-approach{padding:70px 6vw}
.rs-approach h2{font-size:18px;font-weight:400;margin:0 0 20px;color:var(--navy)} /* verified: H4, 18px/400/navy, same treatment as Overview heading */
.rs-approach p{font-size:16px;line-height:1.7;color:var(--muted);max-width:900px;margin:0} /* verified: 16px/400/#666 */

/* ---- media module — ported from the prototype's four-panel "technical visual /
   challenge / operational evidence / evidence plot" block, restyled to the real-site
   type system. 2x2 grid: real approved product photo, white challenge+mechanism
   panel, dark operational-evidence panel, dark evidence-plot panel. ---- */
.rs-media{display:grid;grid-template-columns:1fr 1fr;background:#080b1a}
.rs-media-visual{background:#080b1a;position:relative;overflow:hidden;min-height:380px;display:flex;align-items:flex-end}
.rs-media-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.rs-media-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,11,26,0) 45%,rgba(8,11,26,.94) 100%)}
.rs-media-visual .rs-media-caption{position:relative;z-index:2;padding:24px 28px;text-align:left}
.rs-media-caption{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b7288;text-align:center}
.rs-media-text{background:#fff;padding:64px 5vw;display:flex;flex-direction:column;justify-content:center;gap:34px}
.rs-media-text .eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--active);margin:0 0 12px}
.rs-media-text h3{font-size:32px;font-weight:400;margin:0 0 14px;color:var(--navy);line-height:1.15}
.rs-media-text p{font-size:15px;line-height:1.65;color:var(--muted);margin:0;max-width:480px}
.rs-media-text hr{border:0;border-top:1px solid var(--border);margin:0}
.rs-media-evidence{background:#080b1a;color:#fff;padding:64px 5vw;display:flex;flex-direction:column;justify-content:center;gap:14px}
.rs-media-evidence .eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--product-accent,var(--active));margin:0 0 4px}
.rs-media-evidence h3{font-size:30px;font-weight:400;margin:0 0 12px;line-height:1.15}
.rs-media-evidence p{font-size:15px;line-height:1.65;color:#aab0c4;margin:0;max-width:440px}
.rs-media-plot{background:#0c1226;position:relative;min-height:300px;padding:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}
.rs-media-plot:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 55%,var(--product-accent,var(--active)) 0%,transparent 45%);opacity:.15;pointer-events:none}
.rs-media-plot svg{width:100%;height:auto;display:block;position:relative}
.rs-media-plot .rs-media-caption{text-align:right;margin-top:14px}
@media (max-width:900px){.rs-media{grid-template-columns:1fr}}

/* ---- what it delivers — three-column bulleted breakdown ---- */
.rs-delivers{padding:84px 6vw;background:var(--paper)}
.rs-delivers .eyebrow{color:var(--active);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 16px}
.rs-delivers h2{font-size:42px;font-weight:300;margin:0 0 50px;color:var(--navy);line-height:1.1}
.rs-delivers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.rs-delivers-col h3{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin:0 0 20px;padding-bottom:14px;border-bottom:2px solid var(--product-accent,var(--active))}
.rs-delivers-col ul{display:flex;flex-direction:column;gap:15px}
.rs-delivers-col li{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.4;color:var(--muted)}
.rs-delivers-col li .glyph{color:var(--product-accent,var(--active));font-size:16px;flex:none;line-height:1.4;font-weight:700}
@media (max-width:900px){.rs-delivers-grid{grid-template-columns:1fr;gap:36px}}

/* ---- technical data — real spec-sheet rows (label / value), not a card grid.
   Header column sits beside the data instead of stacked above it, so this section
   reads structurally different from "what it delivers" and "speak with a specialist"
   even though all three share the eyebrow+heading vocabulary. ---- */
.rs-techdata{padding:84px 6vw;background:var(--navy);color:#fff;position:relative;overflow:hidden}
.rs-techdata:before{content:"";position:absolute;top:0;right:0;width:480px;height:480px;background:radial-gradient(circle 240px at center,var(--product-accent,var(--active)) 0%,transparent 100%);opacity:.07;pointer-events:none} /* explicit fixed radius, centered exactly at both the top and right edges of its own box — the gradient reaches full transparency exactly at the box edge, so nothing gets hard-clipped by the section's overflow:hidden; kept faint so it reads as ambient tint, not a spotlight */
.rs-techdata-head{display:flex;align-items:baseline;gap:28px;flex-wrap:wrap;position:relative;margin:0 0 40px;padding-bottom:28px;border-bottom:1px solid #232a4a}
.rs-techdata .eyebrow{color:var(--product-accent,var(--active));font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px;display:block;flex-basis:100%}
.rs-techdata h2{font-size:32px;font-weight:300;margin:0;line-height:1.15;position:relative;flex:none}
.rs-techdata>p.note{font-size:14px;color:#8992ac;margin:0;max-width:420px;position:relative}
.rs-techdata-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0 56px}
.rs-techdata-item{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:22px 0 22px 22px;border-bottom:1px solid #1c2340;border-left:3px solid var(--product-accent,var(--active));transition:background .15s} /* one confident accent (the left rule) instead of dots + zebra + all-blue text competing at once */
.rs-techdata-item:hover{background:rgba(255,255,255,.035)}
.rs-techdata-item strong{font-size:12px;font-weight:700;color:#8992ac;text-transform:uppercase;letter-spacing:.06em}
.rs-techdata-item span{font-size:20px;color:#fff;font-weight:700;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;letter-spacing:-.01em}
@media (max-width:900px){.rs-techdata-grid{grid-template-columns:1fr}.rs-techdata-item span{white-space:normal}}
.rs-compare-table{position:relative;width:100%;border-collapse:collapse;font-size:14px}
.rs-compare-table th,.rs-compare-table td{padding:16px 18px;text-align:left;border-bottom:1px solid #1c2340}
.rs-compare-table thead th{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8992ac;border-bottom:1px solid #232a4a;padding-bottom:18px}
.rs-compare-table thead th:not(:first-child){color:#fff;font-size:15px;letter-spacing:0;text-transform:none;font-weight:700}
.rs-compare-table tbody th{font-size:12px;font-weight:700;color:#8992ac;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.rs-compare-table tbody td{color:#fff;font-weight:600}
.rs-compare-table tbody tr:hover{background:rgba(255,255,255,.035)}
.rs-compare-table tbody tr td:nth-child(2),.rs-compare-table tbody tr td:nth-child(3){border-left:1px solid #1c2340}
.rs-compare-table-wrap{overflow-x:auto;position:relative}
.rs-techdata p.footnote{font-size:12px;color:#6b7590;margin:20px 0 0;position:relative}
@media (max-width:700px){.rs-compare-table{font-size:13px}.rs-compare-table th,.rs-compare-table td{padding:12px 10px}}

/* ---- speak with a specialist — closing CTA band. Asymmetric split (copy left,
   button right) instead of the dead-centered stack the earlier draft used. ---- */
.rs-specialist{padding:90px 6vw;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap;position:relative;overflow:hidden} /* dark band with an accent-colored button reads as a deliberate closing statement instead of quiet white space with a plain navy button */
.rs-specialist:before{content:"";position:absolute;top:0;right:0;width:520px;height:520px;background:radial-gradient(circle 260px at center,var(--product-accent,var(--active)) 0%,transparent 100%);opacity:.10;pointer-events:none} /* explicit fixed radius, centered exactly at both the top and right edges of its own box — reaches full transparency exactly at the box edge, so nothing gets hard-clipped; kept faint so it reads as ambient tint, not a spotlight */
.rs-specialist-copy{flex:1 1 440px;position:relative}
.rs-specialist .eyebrow{display:block;color:var(--product-accent,var(--active));font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px}
.rs-specialist h2{font-size:34px;font-weight:300;margin:0 0 10px;color:#fff;line-height:1.15}
.rs-specialist p{font-size:15px;color:#aab0c4;max-width:480px;margin:0;line-height:1.6}
.rs-specialist-btn{display:inline-flex;align-items:center;gap:12px;background:var(--product-accent,var(--active));color:#071128;padding:18px 34px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;flex:none;white-space:nowrap;position:relative}
@media (max-width:700px){.rs-specialist{flex-direction:column;align-items:flex-start}}

/* ---- family selector — IGNIS hub page only: one card per product, linking out.
   Each card carries a mini wave thumbnail (scaled-down version of the hero's
   wave-line motif) so the family grid visually rhymes with the product heroes. ---- */
.rs-family{padding:90px 6vw;background:var(--paper)}
.rs-family h2{font-size:44px;font-weight:300;margin:0 0 44px;line-height:1.1;color:var(--navy)}
.rs-family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border)}
.rs-family-card{background:#fff;display:block;position:relative;transition:transform .2s,box-shadow .2s;overflow:hidden}
.rs-family-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(11,16,44,.12);z-index:1}
.rs-family-card-thumb{height:340px;background:#080b1a;position:relative;overflow:hidden}
.rs-family-card-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}
.rs-family-card:hover .rs-family-card-thumb img{transform:scale(1.06)}
.rs-family-card-body{padding:32px 40px 40px;position:relative;min-height:170px}
.rs-family-card .num{color:#9aa0a6;letter-spacing:.13em;font-size:11px;font-weight:700}
.rs-family-card strong{display:block;color:var(--navy);font-size:26px;font-weight:700;margin:16px 0 12px}
.rs-family-card p{color:#6d747c;font-size:14px;line-height:1.5;margin:0 0 44px}
.rs-family-card .go{position:absolute;bottom:32px;left:40px;color:var(--card-accent,var(--active));text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}
@media (max-width:900px){.rs-family-grid{grid-template-columns:1fr}}

/* ---- compact resource grid — IGNIS hub page: three brochures side by side ---- */
.rs-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rs-resource-mini{background:#131a3a;border:1px solid var(--product-accent,var(--active));text-align:left;display:block;transition:box-shadow .2s}
.rs-resource-mini:hover{box-shadow:0 14px 30px -16px color-mix(in srgb,var(--product-accent,var(--active)) 55%,transparent)}
.rs-resource-mini img{width:100%;height:140px;object-fit:cover}
.rs-resource-mini .body{padding:20px}
.rs-resource-mini strong{display:block;color:#fff;font-size:15px;font-weight:700;margin-bottom:6px}
.rs-resource-mini span{color:#8992ac;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
@media (max-width:900px){.rs-resource-grid{grid-template-columns:1fr}}

/* ---- resources: one substantial featured-download panel, not a small card
   floating in empty space — image fills one side, content fills the other ---- */
.rs-resources{padding:70px 6vw;background:var(--navy);color:#fff}
.rs-resources h2{font-size:44px;font-weight:300;margin:0 0 34px;line-height:1.1}
.rs-resource-featured{display:grid;grid-template-columns:1fr 1fr;background:#131a3a;border:1px solid var(--product-accent,var(--active));box-shadow:0 16px 40px -22px color-mix(in srgb,var(--product-accent,var(--active)) 55%,transparent);overflow:hidden} /* an accent-colored border + glow separates the card from the navy section behind it, instead of relying on a barely-different shade of navy — kept subtle so it doesn't read as a bright bar against the next section */
.rs-resource-featured-media{position:relative;min-height:320px}
.rs-resource-featured-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.rs-resource-featured-body{padding:48px 46px;display:flex;flex-direction:column;justify-content:center;gap:18px}
.rs-resource-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#071128;background:var(--product-accent,var(--active));padding:7px 14px;width:fit-content}
.rs-resource-featured-body h3{font-size:26px;font-weight:700;color:#fff;margin:0;line-height:1.25}
.rs-resource-featured-body p{font-size:15px;line-height:1.6;color:#aab0c4;margin:0;max-width:44ch}
.rs-resource-meta{display:flex;gap:18px;font-size:12px;color:#8992ac;font-weight:600}
.rs-resource-meta span{display:flex;align-items:center;gap:6px}
.rs-resource-cta{display:inline-flex;align-items:center;gap:10px;background:var(--product-accent,var(--active));color:#071128;padding:14px 26px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;width:fit-content;margin-top:6px;transition:filter .2s}
.rs-resource-cta:hover{filter:brightness(1.1)}
@media (max-width:900px){.rs-resource-featured{grid-template-columns:1fr}.rs-resource-featured-media{min-height:220px}.rs-resource-featured-body{padding:36px 28px}}

/* ---- quote banner ---- */
.rs-quote{background:#f4f4f4;color:var(--navy);padding:64px 6vw;text-align:center} /* corrected: quote sits on light section per real layout order (after Resources/Media, before footer) */
.rs-quote p{font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1.4;max-width:900px;margin:0 auto;text-transform:uppercase}

/* ---- footer ---- */
.rs-footer{background:var(--navy);color:#9aa0b0}
.rs-footer-newsletter{padding:36px 6vw;border-bottom:1px solid #1c2340;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.rs-footer-newsletter p{font-size:15px;color:#fff;margin:0;font-weight:600}
.rs-newsletter-form{display:flex}
.rs-newsletter-form input{background:#151b38;border:1px solid #2a3157;color:#fff;padding:12px 16px;font-size:13px;width:260px}
.rs-newsletter-form button{background:var(--active);color:#fff;border:0;padding:12px 22px;font-size:12px;font-weight:700;text-transform:uppercase}
.rs-footer-main{padding:48px 6vw;display:grid;grid-template-columns:1.3fr 1fr auto;gap:40px;align-items:start}
.rs-footer-main img{height:30px;margin-bottom:14px}
.rs-footer-main p{font-size:13px;line-height:1.6;color:#8990a6;max-width:320px;margin:0}
.rs-footer-links{display:flex;flex-direction:column;gap:12px}
.rs-footer-links a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#c8ccd8}
.rs-footer-socials{display:flex;gap:14px}
.rs-footer-socials svg{width:16px;height:16px;fill:#c8ccd8}
.rs-footer-bottom{padding:20px 6vw;border-top:1px solid #1c2340;display:flex;justify-content:space-between;font-size:12px;color:#7c8298}

@media (max-width:900px){
  .rs-nav{display:none}
  .rs-overview{grid-template-columns:1fr}
  .rs-stats-row{grid-template-columns:repeat(2,1fr);row-gap:28px}
  .rs-stats-row article:nth-child(2n+1){padding-left:0}
  .rs-stats-row article:nth-child(2n){padding-right:0}
  .rs-stats-row article:nth-child(-n+2){border-top:0}
  .rs-arch-grid{grid-template-columns:1fr}
  .rs-arch-descs{grid-template-columns:1fr}
  .rs-resource-featured{grid-template-columns:1fr}
  .rs-footer-main{grid-template-columns:1fr}
}

/* --- IGNIS static pages: restore real-nav dropdown behaviour without the app bundle --- */
.industify_fn_header li.menu-item-has-children:hover>.sub-menu,
.industify_fn_toppanel li.menu-item-has-children:hover>.sub-menu,
.industify_fn_header li:hover>ul.sub-menu,
.industify_fn_toppanel li:hover>ul.sub-menu{opacity:1!important;visibility:visible!important;transform:none!important}
.industify_fn_header li.menu-item-has-children,
.industify_fn_toppanel li.menu-item-has-children{position:relative}

/* ---- Technology dropdown, styled to the approved IGNIS design ---- */
.industify_fn_header ul.ignis-techmenu{
  display:flex!important;align-items:center;gap:22px;flex-wrap:nowrap;
  background:#efefef!important;padding:18px 26px!important;
  width:max-content!important;max-width:90vw;min-width:0!important;
  border-radius:0!important;box-shadow:0 18px 40px rgba(11,16,44,.15)}
.industify_fn_header ul.ignis-techmenu>li{padding:0!important;position:relative}
.industify_fn_header ul.ignis-techmenu>li>a{
  display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;
  text-transform:uppercase;letter-spacing:.03em;color:#9a9fac!important;
  padding:10px 0;white-space:nowrap}
.industify_fn_header ul.ignis-techmenu>li>a:hover{color:#0b102c!important}
.industify_fn_header ul.ignis-techmenu>li.ignis-nav-item>a{color:#00224b!important}
.ignis-nav-chev{font-size:15px;color:#00224b}
.ignis-nav-badge{font-size:8px;font-weight:800;background:#00224b;color:#fff;
  padding:2px 5px;margin-left:2px;letter-spacing:.05em;vertical-align:middle;line-height:1.5}
/* the three IGNIS variants: vertical panel under IGNIS, as per the design */
.industify_fn_header ul.ignis-techmenu>li.ignis-nav-item>ul.sub-menu{
  display:block!important;position:absolute;top:100%;left:0;
  background:#efefef!important;padding:16px 4px 6px!important;
  min-width:220px!important;width:auto!important;border-radius:0!important;
  opacity:0;visibility:hidden;box-shadow:0 18px 40px rgba(11,16,44,.15)}
.industify_fn_header ul.ignis-techmenu>li.ignis-nav-item:hover>ul.sub-menu{
  opacity:1!important;visibility:visible!important;transform:none!important}
.industify_fn_header ul.ignis-techmenu>li.ignis-nav-item>ul.sub-menu li{padding:0 16px!important}
.industify_fn_header ul.ignis-techmenu>li.ignis-nav-item>ul.sub-menu a{
  display:block;font-size:13px;font-weight:600;text-transform:none;letter-spacing:0;
  color:#0b102c!important;padding:9px 0;white-space:nowrap}
