
:root{--navy:#062d58;--blue:#0756a5;--red:#ed1c24;--gold:#f5b21b;--ink:#101b2d;--muted:#64748b;--line:#dbe5f0;--paper:#f7faff;--white:#fff;--shadow:0 24px 70px rgba(6,45,88,.14);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1160px,calc(100% - 48px));margin:auto}.topbar{background:var(--navy);color:#d9e7f6;font-size:13px;padding:9px 0}.topbar .wrap{display:flex;justify-content:space-between;gap:20px}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,229,240,.85)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand-lockup{display:flex;align-items:center;gap:10px;min-width:230px}.brand-lockup img{width:42px;height:42px;object-fit:contain}.brand-lockup strong{display:block;color:var(--navy);font-size:17px;line-height:1}.brand-lockup strong i{color:var(--red);font-style:normal}.brand-lockup small{display:block;color:#64748b;font-size:7px;letter-spacing:.12em;margin-top:4px}.navlinks{display:flex;align-items:center;gap:23px;color:#334155;font-weight:700;font-size:14px}.navlinks a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s}.button.primary{background:var(--red);color:white;box-shadow:0 10px 22px rgba(237,28,36,.22)}.button.primary:hover{transform:translateY(-2px);background:#c9151c}.button.secondary{border-color:#b9cce0;color:var(--navy);background:white}.button.secondary:hover{border-color:var(--blue);color:var(--blue)}.button.gold{background:var(--gold);color:#151515}.menu{display:none;border:0;background:none;font-size:25px}.hero{background:linear-gradient(115deg,#041f3c 0%,#073d74 58%,#0756a5 100%);color:white;position:relative;overflow:hidden;padding:96px 0 92px}.hero:after{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-170px;top:-230px;box-shadow:0 0 0 50px rgba(255,255,255,.03),0 0 0 100px rgba(255,255,255,.02)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center}.eyebrow{color:var(--gold);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.01;letter-spacing:-.055em;margin:17px 0 24px}.hero p{font-size:19px;color:#d5e6f8;max-width:640px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.hero-card img{background:white;border-radius:15px;width:100%;padding:13px}.hero-card .caption{display:flex;justify-content:space-between;align-items:center;color:#d7e7f7;font-size:13px;margin-top:14px}.hero-card strong{color:white}.section{padding:94px 0}.section.soft{background:var(--paper)}.section.dark{background:var(--navy);color:white}.section-head{max-width:720px;margin-bottom:45px}.section-head .eyebrow{color:var(--red)}.section-head h2{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.045em;margin:13px 0}.section-head p{color:var(--muted);font-size:18px}.dark .section-head p{color:#bfd0e4}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{border:1px solid var(--line);border-radius:18px;padding:25px;background:white;transition:.2s;box-shadow:0 8px 30px rgba(6,45,88,.04)}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#abc6e4}.feature .icon{height:45px;width:45px;border-radius:14px;display:grid;place-items:center;background:#e8f2ff;color:var(--blue);font-weight:900;font-size:17px;margin-bottom:20px}.feature:nth-child(3n+2) .icon{background:#fff0f0;color:var(--red)}.feature:nth-child(3n) .icon{background:#fff7dc;color:#9c6c00}.feature h3{font-size:19px;margin:0 0 8px}.feature p{color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split img{border-radius:20px;box-shadow:var(--shadow)}.module-mark{width:210px!important;height:150px;object-fit:contain;margin:0 auto 12px;box-shadow:none!important;border-radius:0!important}.checklist{display:grid;gap:14px;margin:25px 0}.check{display:flex;gap:12px;align-items:flex-start}.check b{color:var(--red)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{border-left:3px solid var(--gold);padding:9px 0 9px 17px}.stat strong{font-size:29px;display:block}.stat span{color:#bed0e6;font-size:13px}.cta{padding:70px 0;background:linear-gradient(100deg,var(--red),#a70e25);color:white}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{font-size:clamp(30px,4vw,48px);margin:0;line-height:1.08}.cta p{color:#ffe3e5;margin-bottom:0}.footer{background:#041b35;color:#b9cbe0;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:38px}.footer .brand-lockup img{box-shadow:none;border-radius:0}.footer .brand-lockup strong{color:white}.footer h4{color:white;margin:0 0 14px}.footer a:hover{color:white}.footer small{display:block;border-top:1px solid rgba(255,255,255,.13);padding-top:18px;margin-top:40px}.module-hero{padding:78px 0 65px;background:linear-gradient(115deg,#041f3c,#0a548f);color:white}.module-hero h1{font-size:clamp(39px,5vw,66px);max-width:800px;line-height:1.03;letter-spacing:-.05em;margin:16px 0}.module-hero p{max-width:760px;color:#d5e6f8;font-size:19px}.breadcrumbs{font-size:13px;color:#aec8e0}.module-body{padding:75px 0}.module-body h2{font-size:34px;line-height:1.1}.module-body p{font-size:17px;color:#586a80}.seo-note{border-left:4px solid var(--gold);padding:16px 20px;background:#fff8e3;margin-top:25px;color:#624a08}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:13px;padding:16px 18px;background:white}.faq summary{font-weight:800;cursor:pointer}.contact{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:28px}.contact a{color:var(--blue);font-weight:800}@media(max-width:900px){.navlinks{display:none}.menu{display:block}.hero-grid,.split{grid-template-columns:1fr;gap:40px}.grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta .wrap{display:block}.cta .button{margin-top:24px}}@media(max-width:600px){.wrap{width:min(100% - 32px,1160px)}.topbar .wrap{display:block}.topbar .wrap span:last-child{display:none}.nav{height:68px}.brand-lockup{min-width:190px}.brand-lockup img{width:34px;height:34px}.brand-lockup strong{font-size:14px}.hero{padding:67px 0}.hero h1{font-size:45px}.hero p{font-size:17px}.section{padding:65px 0}.grid,.stats,.footer-grid{grid-template-columns:1fr}.hero-card{padding:14px}}

/* Logo containment: kept separate from the general image rules so logo assets can never alter the navigation layout. */
.site-header .brand-lockup{height:72px;min-width:0;overflow:hidden;flex:0 0 auto}
.site-header .brand-lockup>img{display:block!important;width:72px!important;height:72px!important;min-width:72px!important;max-width:72px!important;max-height:72px!important;object-fit:contain!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:0!important}
.site-header .brand-lockup>span{display:block;white-space:nowrap}
.site-header .brand-lockup strong{font-size:19px!important}
.site-header .brand-lockup small{font-size:8px!important}
.module-body .contact>.module-mark{display:block!important;width:140px!important;height:140px!important;min-width:0!important;max-width:140px!important;max-height:140px!important;object-fit:contain!important;box-shadow:none!important;border-radius:0!important;margin:0 auto 18px!important;padding:0!important}
.hero-card:has(img[src*="crp-screenone-primary"]){min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 38px 25px!important;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.06))!important}
.hero-card:has(img[src*="crp-screenone-primary"])>img{display:none!important}
.hero-card:has(img[src*="crp-screenone-primary"])::before{content:"";display:block;width:154px;height:154px;background:url('/assets/crp-screenone-icon-transparent.png') center/contain no-repeat;margin-bottom:22px}
.hero-card:has(img[src*="crp-screenone-primary"])::after{content:"CRP SCREENONE\A INTERNATIONAL SCREENING OPERATING PLATFORM";white-space:pre;display:block;order:1;color:white;font-weight:900;font-size:38px;line-height:1;letter-spacing:-.045em}
.hero-card:has(img[src*="crp-screenone-primary"]) .caption{order:2;width:100%;border-top:1px solid rgba(255,255,255,.22);padding-top:20px;margin-top:23px!important}
/* Landing hero: message-led, without a separate logo card. */
.hero .hero-grid{grid-template-columns:1fr;max-width:820px}
.hero .hero-card{display:none!important}
.legal-page{padding:72px 0 96px;background:var(--paper)}
.legal-page .legal-card{max-width:900px;background:white;border:1px solid var(--line);border-radius:20px;padding:clamp(28px,5vw,64px);box-shadow:0 18px 55px rgba(6,45,88,.08)}
.legal-page h1{font-size:clamp(36px,5vw,58px);line-height:1.05;letter-spacing:-.045em;margin:14px 0 18px;color:var(--navy)}
.legal-page h2{font-size:23px;color:var(--navy);margin:35px 0 10px}
.legal-page p,.legal-page li{color:#42536a}.legal-page ul{padding-left:22px}.legal-page .legal-meta{color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:28px}
