body{font-family:'Afacad',sans-serif;background-color:#ffffff;color:#000000}h1,h2,h3,h4,h5,h6{color:#d22b27}p{color:#555555}.hero{display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(270deg,#d22b27,#000000);background-size:400% 400%;animation:gradientShift 8s ease infinite;color:#ffffff;text-align:center;padding:6rem 2rem}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.hero h1{font-size:4rem;margin-bottom:1rem}.hero p{font-size:1.5rem;max-width:600px;margin:0 auto}.card{background:#ffffff;padding:2rem;border-radius:10px;border:1px solid #d22b27;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:transform 0.3s,background-color 0.3s,color 0.3s;text-decoration:none;color:inherit;display:block}.card:hover{transform:translateY(-5px);background-color:#d22b27;color:#ffffff}.card:hover h3,.card:hover p{color:#ffffff}.card h3{margin-bottom:1rem;color:#000000}.card p{color:#555555}footer{background-color:#000000;color:#ffffff;padding:2rem 1rem}footer a{color:#ffffff;text-decoration:underline}footer .footer-bottom{text-align:center;font-size:0.875rem;margin-top:1rem}