.screening-hero,.screening-page{position:relative}.screening-hero{padding:5rem 0 3rem;overflow:hidden;background:linear-gradient(180deg,#f9fbfb,#eef6f7)}.screening-hero:before{top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 25%,rgba(158,211,224,.2) 0,transparent 45%),radial-gradient(circle at 85% 75%,rgba(224,241,244,.4) 0,transparent 50%)}.screening-hero:after,.screening-hero:before{content:"";position:absolute;pointer-events:none;z-index:0}.screening-hero:after{inset:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/></svg>");opacity:.5}.screening-hero .container{position:relative;z-index:1}.screening-title{margin-bottom:1rem}.screening-subtitle{font-size:1.05rem;color:var(--color-text);margin-bottom:1.5rem}.screening-highlights{list-style:none;display:grid;grid-gap:.6rem;gap:.6rem;padding:0;margin:0 0 2rem;color:var(--color-text-dark);font-weight:500}.screening-highlights li{display:flex;align-items:center;gap:.6rem}.screening-highlight-icon{color:var(--color-heading);font-size:1.2rem}.screening-actions{display:flex;flex-wrap:wrap;gap:1rem}.screening-image-wrapper{border-radius:var(--radius-md);overflow:hidden;box-shadow:0 12px 24px rgba(5,9,8,.06);border:1px solid rgba(5,9,8,.08);background:var(--color-bg);transition:all var(--transition-base)}.screening-image-wrapper:hover{transform:translateY(-3px);box-shadow:0 18px 30px rgba(5,9,8,.08);border-color:rgba(5,9,8,.12)}.screening-image{width:100%;height:auto;display:block}.screening-section-title{margin-bottom:.75rem;color:var(--color-text-dark)}.screening-included{background:#f1f8f9;position:relative;overflow:hidden}.screening-included .container{position:relative;z-index:1}.screening-included .screening-section-title{color:var(--color-heading);font-family:var(--font-heading)}.screening-section-subtitle{max-width:720px;margin:0 auto;color:var(--color-text-light);font-size:1.05rem}.screening-card{background:var(--color-bg);border-radius:var(--radius-md);padding:1.75rem;box-shadow:0 12px 24px rgba(5,9,8,.06);border:1px solid rgba(5,9,8,.08);transition:all var(--transition-base)}.screening-card:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(5,9,8,.08);border-color:rgba(5,9,8,.12)}.screening-card-header{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.screening-card-icon{width:48px;height:48px;border-radius:14px;background:rgba(158,211,224,.2);border:1px solid rgba(157,210,222,.5);display:grid;place-items:center;color:var(--color-text-dark);flex-shrink:0;transition:all var(--transition-base)}.screening-card:hover .screening-card-icon{background:rgba(158,211,224,.3);color:var(--color-heading)}.screening-card-icon svg{font-size:1.6rem}.screening-card-title{margin-bottom:0;font-size:1.25rem;color:var(--color-text-dark);font-family:var(--font-heading)}.screening-card-list{padding-left:1.25rem;margin:0;color:var(--color-text)}.screening-card-list li{margin-bottom:.5rem}.screening-cta{background:#f1f8f9;position:relative;overflow:hidden}.screening-cta:before{content:"";position:absolute;top:-60px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,rgba(157,210,222,.25) 0,transparent 70%);pointer-events:none}.screening-cta .container{position:relative;z-index:1}.screening-cta-content h3{color:var(--color-heading);font-family:var(--font-heading)}.screening-cta-content p{color:var(--color-text);margin-bottom:1.5rem}.screening-benefits{list-style:none;padding:0;margin:0;display:grid;grid-gap:.75rem;gap:.75rem}.screening-benefits li{display:flex;gap:.6rem;align-items:flex-start;font-weight:500;color:var(--color-text-dark)}.screening-benefit-icon svg{color:var(--color-heading);font-size:1.2rem;margin-top:.1rem}.screening-form-wrapper{background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(224,241,244,.7));border-radius:var(--radius-md);padding:1.5rem;box-shadow:0 12px 24px rgba(5,9,8,.06);border:1px solid rgba(5,9,8,.08);transition:all var(--transition-base)}.screening-form-wrapper:hover{box-shadow:0 18px 30px rgba(5,9,8,.08);border-color:rgba(5,9,8,.12)}@media (max-width:991px){.screening-hero{padding:4rem 0 2rem}.screening-actions{flex-direction:column;align-items:flex-start}}