/* Minified CSS for PrimeConsult website */
/* Additional styles for enhanced sections */.team-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.5rem}.team-card{text-align:center}.team-card img{border-radius:50%;width:120px;height:120px;object-fit:cover;margin-bottom:1rem}.team-card h3{margin-bottom:.25rem;color:#0D2B52;font-size:1rem;font-weight:600}.team-card span{display:block;font-size:.875rem;font-weight:500;color:#00AEEF;margin-bottom:.5rem}.team-card p{font-size:.875rem;color:#374151}.case-studies-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1.5rem}.case-study-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e5e7eb}.case-study-card h3{margin-bottom:.5rem;color:#0D2B52;font-size:1.125rem;font-weight:600}.case-study-card p{margin-bottom:0;color:#374151;font-size:.875rem}.insights-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1.5rem}.insight-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e5e7eb}.insight-card h3{margin-bottom:.5rem;color:#0D2B52;font-size:1.125rem;font-weight:600}.insight-card p{margin-bottom:1rem;color:#374151;font-size:.875rem}.btn-small{display:inline-block;padding:.5rem 1rem;border-radius:.25rem;background-color:#00AEEF;color:#fff;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s}.btn-small:hover,.btn-small:focus{background-color:#008ec1;color:#fff}
html{scroll-behavior:smooth}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;line-height:1.6;color:#1F2937;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}
a{color:#00AEEF;text-decoration:none}
a:hover,a:focus{text-decoration:underline}
header{position:sticky;top:0;z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb}
.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
nav{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}
.logo{font-weight:700;font-size:1.25rem;color:#0D2B52}
.nav-links{display:flex;gap:1.5rem}
.nav-links a{color:#1F2937;font-weight:500}
.nav-links a:hover,.nav-links a:focus{color:#00AEEF}
.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#0D2B52}
@media(max-width:768px){.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-bottom:1px solid #e5e7eb}.nav-links.open{display:flex}.menu-toggle{display:block}}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:0;top:0;width:auto;height:auto;padding:.5rem 1rem;background-color:#0D2B52;color:#fff;z-index:1000}
main{flex:1}
section{padding:4rem 0}
section.light-bg{background-color:#f9fafb}
section.dark-bg{background-color:#0D2B52;color:#fff}
.hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;min-height:60vh}
.hero .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(13,43,82,.55)}
.hero-content{position:relative;z-index:1;max-width:800px}
.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}
.hero p{font-size:1.125rem;margin-bottom:2rem}
.btn{display:inline-block;background-color:#00AEEF;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:background-color .3s ease}
.btn:hover,.btn:focus{background-color:#0078a8}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}
.service-item{text-align:center;padding:2rem;border-radius:.5rem;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .2s ease}
.service-item:hover{transform:translateY(-4px)}
.service-item img{width:48px;height:48px;margin-bottom:1rem}
.service-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#0D2B52}
.service-item p{font-size:.95rem;color:#4b5563}
.about-grid{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}
.about-grid img{flex:1 1 400px;border-radius:.5rem;max-width:100%;height:auto}
.about-grid .about-content{flex:1 1 400px}
.about-content h2{font-size:2rem;font-weight:700;color:#0D2B52;margin-bottom:1rem}
.about-content p{font-size:1rem;color:#4b5563;margin-bottom:1.5rem}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.feature-item{text-align:center;padding:2rem;border-radius:.5rem;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05)}
.feature-item h3{font-size:1.25rem;font-weight:600;color:#0D2B52;margin-bottom:.5rem}
.feature-item p{font-size:.95rem;color:#4b5563}
.testimonials{margin-top:2rem}
.testimonial{padding:2rem;border-left:4px solid #00AEEF;background-color:#f9fafb;margin-bottom:2rem}
.testimonial p{font-style:italic;color:#374151;margin-bottom:.5rem}
.testimonial cite{font-weight:600;color:#0D2B52}
.contact-form{max-width:600px;margin-left:auto;margin-right:auto}
.contact-form label{display:block;font-weight:600;margin-bottom:.25rem}
.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:1rem;font-size:1rem}
.contact-form input:focus,.contact-form textarea:focus{outline:2px solid #00AEEF;border-color:#00AEEF}
.contact-form button{display:inline-block;background-color:#0D2B52;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:background-color .3s ease;cursor:pointer}
.contact-form button:hover,.contact-form button:focus{background-color:#001a3b}
footer{background-color:#0D2B52;color:#fff;padding:2rem 0}
footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}
footer h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
footer a{color:#fff;text-decoration:none}
footer a:hover,footer a:focus{text-decoration:underline}
footer p{font-size:.9rem;margin-bottom:.5rem}
footer .social{display:flex;gap:.75rem;margin-top:1rem}
footer .social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#00AEEF;border-radius:50%;color:#fff;font-size:1rem}
footer .social a:hover{background-color:#0078a8}
/* Accordion for legal pages */
.legal-content{max-width:800px;margin-left:auto;margin-right:auto;padding:2rem}
.legal-content h1{font-size:2rem;color:#0D2B52;margin-bottom:1rem}
.legal-content h2{font-size:1.25rem;color:#0D2B52;margin-top:1.5rem;margin-bottom:.5rem}
.legal-content p{margin-bottom:1rem;line-height:1.6;color:#374151;font-size:.95rem}
/* Cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#1F2937;color:#fff;padding:1rem;display:none;flex-direction:column;gap:1rem;z-index:1000}
.cookie-banner.show{display:flex}
.cookie-banner p{font-size:.9rem}
.cookie-banner .actions{display:flex;gap:1rem;flex-wrap:wrap}
.cookie-banner button{padding:.5rem 1rem;border:none;border-radius:.25rem;font-weight:600;cursor:pointer}
.cookie-banner .accept{background-color:#00AEEF;color:#fff}
.cookie-banner .reject{background-color:#4b5563;color:#fff}
.cookie-banner .manage{background-color:transparent;color:#00AEEF;text-decoration:underline}
@media(max-width:640px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.about-grid{flex-direction:column}.about-grid img,.about-grid .about-content{flex:1 1 auto}}