﻿:root{--primaryColour:#4c98de;--charcoal:#121212;--featureBox:#b33a81;}*{margin:0;padding:0;box-sizing:border-box;font-family:"Google Sans",sans-serif;}body{line-height:1.6;color:#333;}.bkg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images/bkg.png);background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.1;z-index:-1;}header{display:none;background:var(--primaryColour);padding:1rem 2rem;justify-content:space-between;align-items:center;flex-wrap:wrap;}header h1{font-size:2rem;color:#fff;}header nav a{color:#fff;text-decoration:none;margin-left:1rem;font-size:.95rem;}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;}.hero .hero-content{max-width:700px;}.hero .hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:#1e1b4b;}.hero .hero-content p{font-size:1.5rem;margin-bottom:2rem;}.hero .dupliq-logo{max-width:250px;margin-bottom:2.5rem;}.hero .nurse-assist-logo{max-width:320px;}.info{border-top:1px solid #bbb;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:4rem 1.2rem;background:#fff;}.info ul li{list-style:none;margin:0 0 .5rem 0;}.btn{display:inline-block;padding:.75rem 1.5rem;background:var(--primaryColour);color:#fff;text-decoration:none;border-radius:5px;transition:background .3s ease;}.btn:hover{background:#4338ca;}.features{padding:3rem 1rem 1rem 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;background:#fff;}.features .feature{padding:1rem;background:var(--featureBox);border-radius:8px;text-align:center;}.features .feature h3{margin-bottom:.75rem;color:#fff;}.features .feature p{color:#fff;font-size:.95rem;}.feature-infographic{background:#fff;padding:2.5rem;display:flex;flex-direction:column;align-items:center;}.feature-infographic img{width:320px;border:2px solid var(--featureBox);border-radius:5px;overflow:hidden;}footer{text-align:center;padding:1.5rem;background:#f3f4f6;font-size:.9rem;color:#6b7280;}@media(max-width:768px){header{flex-direction:column;align-items:flex-start;}nav{margin-top:.5rem;}.hero h2{font-size:1.5rem;}.features{display:flex;flex-direction:column;}}