*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#e32636;--primary-dark:#c41e30;--primary-light:#ed3a4a;--foreground:#1a1a1a;--background:#fafafa;--muted:#6b7280;--border:#e5e7eb;--card:#fff;--section-gray:#f3f4f6;--radius:0.75rem}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased}
.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',Georgia,serif;font-weight:700;line-height:1.2}
.text-primary{color:var(--primary)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;font-size:0.875rem;font-weight:500;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:all 0.2s}
.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}
.btn-outline{background:transparent;color:var(--foreground);border-color:rgba(0,0,0,0.2)}
.btn-outline:hover{background:rgba(0,0,0,0.05);color:#6b7280}
.btn-outline-dark{background:transparent;color:var(--foreground);border-color:rgba(0,0,0,0.2)}
.btn-outline-dark:hover{background:rgba(0,0,0,0.05)}
.btn-lg{padding:1rem 2rem;font-size:1rem}
.btn-full{width:100%}
.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.top-bar{background:var(--primary);color:#fff;font-size:0.875rem}
.top-bar .container{display:flex;align-items:center;justify-content:space-between;height:2.5rem}
.top-bar-text{display:none}
.top-bar-phone{display:flex;align-items:center;gap:0.5rem;color:#fff}
.top-bar-phone:hover{text-decoration:underline}
.main-nav{background:#fff}
.nav-container{display:flex;align-items:center;justify-content:space-between;height:4rem}
.logo{display:flex;align-items:center;gap:0.75rem}
.logo-img{height:5rem;width:auto;margin:-0.5rem 0;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.1))}
.logo-img-sm{height:3rem;width:auto}
.logo-text{display:none}
.logo-title{font-family:'Playfair Display',Georgia,serif;font-size:1.125rem;font-weight:600;color:var(--foreground);display:block}
.logo-subtitle{font-size:0.75rem;color:var(--muted);display:block}
.nav-links{display:none;align-items:center;gap:1.5rem}
.nav-link{font-size:0.875rem;font-weight:500;color:rgba(0,0,0,0.7);transition:color 0.2s;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:0.25rem}
.nav-link:hover{color:var(--foreground)}
.dropdown{position:relative}
.dropdown-toggle{display:flex;align-items:center;gap:0.25rem}
.dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border-radius:var(--radius);box-shadow:0 10px 40px rgba(0,0,0,0.15);padding:0.5rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s;z-index:50}
.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-item{display:block;padding:0.5rem 1rem;font-size:0.875rem;color:var(--foreground);border-radius:calc(var(--radius) - 4px);transition:background 0.2s}
.dropdown-item:hover{background:var(--section-gray)}
.bip-link{display:flex;align-items:center}
.bip-logo{height:1.25rem;width:auto;transition:opacity 0.2s}
.bip-logo:hover{opacity:0.8}
.nav-actions{display:flex;align-items:center;gap:1rem}
.nav-actions .btn{display:none}
.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;color:var(--foreground)}
.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--border);box-shadow:0 10px 40px rgba(0,0,0,0.1)}
.mobile-menu.active{display:block}
.mobile-menu-content{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0.75rem}
.mobile-nav-link{font-size:0.875rem;font-weight:500;color:rgba(0,0,0,0.7);padding:0.5rem 0}
.hero{position:relative;min-height:90vh;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(255,255,255,0.95),rgba(255,255,255,0.8),rgba(255,255,255,0.4))}
.hero-content{position:relative;z-index:10;padding:8rem 0 6rem}
.hero-text{max-width:48rem}
.hero-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}
.hero-description{font-size:1.125rem;color:var(--muted);max-width:36rem;margin-bottom:2.5rem}
.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}
.hero-info{display:flex;flex-wrap:wrap;gap:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,0.1)}
.hero-info-item{display:flex;align-items:center;gap:0.75rem}
.hero-info-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:rgba(227,38,54,0.1);color:var(--primary)}
.hero-info-label{font-size:0.875rem;color:var(--muted)}
.hero-info-value{font-weight:500;color:var(--foreground)}
.section{padding:5rem 0}
.section-gray{background:var(--section-gray)}
.section-header{text-align:center;max-width:48rem;margin:0 auto 3rem}
.section-tag{display:inline-block;font-size:0.875rem;font-weight:500;color:var(--primary);margin-bottom:0.5rem}
.section-title{font-size:2rem;margin-bottom:1rem}
.section-description{color:var(--muted)}
.section-footer{text-align:center;margin-top:3rem}
.news-grid{display:grid;gap:1.5rem}
.news-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:box-shadow 0.2s}
.news-card:hover{box-shadow:0 10px 40px rgba(0,0,0,0.1)}
.news-image{height:200px;background-size:cover;background-position:center}
.news-content{padding:1.5rem}
.news-meta{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem}
.news-category{font-size:0.75rem;font-weight:500;color:var(--primary);background:rgba(227,38,54,0.1);padding:0.25rem 0.75rem;border-radius:9999px}
.news-date{font-size:0.75rem;color:var(--muted)}
.news-title{font-size:1.125rem;font-family:'Playfair Display',Georgia,serif;margin-bottom:0.5rem}
.news-excerpt{font-size:0.875rem;color:var(--muted);margin-bottom:1rem}
.news-link{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:500;color:var(--primary)}
.news-link:hover{text-decoration:underline}
.blood-types-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}
.blood-type-item{display:flex;flex-direction:column;align-items:center;gap:0.5rem}
.blood-drop{width:80px;height:104px;transition:transform 0.2s}
.blood-type-item:hover .blood-drop{transform:scale(1.05)}
.blood-type-label{font-size:0.875rem;font-weight:700;color:var(--primary)}
.blood-type-status{font-size:0.75rem;font-weight:500}
.status-critical{color:#dc2626}
.status-low{color:#f59e0b}
.status-ok{color:#16a34a}
.status-stop{color:#6b7280}
.blood-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:0.875rem;color:var(--muted)}
.legend-item{display:flex;align-items:center;gap:0.5rem}
.legend-dot{width:12px;height:12px;border-radius:50%}
.dot-critical{background:#dc2626}
.dot-low{background:#f59e0b}
.dot-ok{background:#16a34a}
.dot-stop{background:#6b7280}
.process-grid{display:grid;gap:1.5rem}
.process-card{background:#fff;border-radius:var(--radius);padding:2rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.process-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--primary);color:#fff;font-size:1.25rem;font-weight:700;border-radius:50%;margin-bottom:1rem}
.process-title{font-size:1.25rem;margin-bottom:0.5rem}
.process-description{font-size:0.875rem;color:var(--muted)}
.about-grid{display:grid;gap:3rem}
.about-content{max-width:36rem}
.about-text{color:var(--muted);margin-bottom:1rem}
.about-stats{display:flex;gap:3rem;margin:2rem 0}
.about-stat{display:flex;flex-direction:column}
.about-stat-number{font-family:'Playfair Display',Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--primary)}
.about-stat-label{font-size:0.875rem;color:var(--muted)}
.about-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.about-images-col{display:flex;flex-direction:column;gap:1rem}
.about-images-col-offset{padding-top:2rem}
.about-image{border-radius:var(--radius);background-size:cover;background-position:center}
.about-image-tall{aspect-ratio:4/5}
.about-image-square{aspect-ratio:1}
.about-image-stat{background:var(--primary);color:#fff;border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:4/3}
.about-image-stat-number{font-family:'Playfair Display',Georgia,serif;font-size:3rem;font-weight:700}
.about-image-stat-label{font-size:0.875rem}
.cta-section{position:relative;padding:6rem 0;background:#fef2f0;overflow:hidden}
.cta-bg{position:absolute;inset:0;background:radial-gradient(ellipse at bottom left,#fde8e4 0%,#fef2f0 50%,#fff5f3 100%)}
.cta-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}
.cta-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:var(--primary);color:#fff;border-radius:50%;margin-bottom:2rem}
.cta-title{font-size:2rem;margin-bottom:1.5rem}
.cta-description{font-size:1.125rem;color:var(--muted);margin-bottom:2.5rem}
.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}
.cta-phone{font-size:0.875rem;color:var(--muted)}
.cta-phone a{text-decoration:underline}
.cta-phone a:hover{color:var(--foreground)}
.footer{background:#fff;border-top:1px solid var(--border);padding:4rem 0 2rem}
.footer-grid{display:grid;gap:2rem}
.footer-brand{max-width:20rem}
.footer-description{font-size:0.875rem;color:var(--muted);margin-top:1rem}
.footer-social{display:flex;gap:1rem;margin-top:1.5rem}
.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--section-gray);color:var(--muted);transition:all 0.2s}
.social-link:hover{background:var(--primary);color:#fff}
.footer-title{font-family:'Inter',sans-serif;font-size:0.875rem;font-weight:600;margin-bottom:1rem}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.footer-links a{font-size:0.875rem;color:var(--muted);transition:color 0.2s}
.footer-links a:hover{color:var(--foreground)}
.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:1rem}
.footer-contact-list li{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.875rem;color:var(--muted)}
.footer-contact-list svg{flex-shrink:0;color:var(--primary)}
.footer-contact-list a:hover{color:var(--foreground)}
.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;text-align:center}
.footer-bottom p{font-size:0.875rem;color:var(--muted)}
.footer-bottom-links{display:flex;justify-content:center;gap:1.5rem}
.footer-bottom-links a{font-size:0.875rem;color:var(--muted)}
.footer-bottom-links a:hover{color:var(--foreground)}
@media(min-width:640px){.top-bar-text{display:block}.logo-text{display:block}.hero-title{font-size:3.5rem}.hero-buttons{flex-direction:row}.cta-buttons{flex-direction:row;justify-content:center}.news-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.nav-links{display:flex}.nav-actions .btn{display:inline-flex}.mobile-menu-btn{display:none}.hero-title{font-size:4.5rem}.hero-content{padding:10rem 0 6rem}.section-title{font-size:2.5rem}.news-grid{grid-template-columns:repeat(3,1fr)}.news-card-featured{grid-column:span 2}.news-card-featured .news-image{height:300px}.process-grid{grid-template-columns:repeat(4,1fr)}.about-grid{grid-template-columns:1fr 1fr;align-items:center}.cta-title{font-size:2.5rem}.footer-grid{grid-template-columns:1.5fr repeat(4,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}
