:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.landing-page{min-height:100vh;background:#fff;width:100%}.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.lang-switcher{position:fixed;top:1rem;right:1.25rem;z-index:200;display:flex;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e5e7eb;border-radius:999px;padding:3px;box-shadow:0 2px 10px #0000001a}.lang-btn{background:transparent;border:none;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .18s ease;letter-spacing:.04em}.lang-btn:hover{color:#1f2937}.lang-btn--active{background:#3b82f6;color:#fff}.lang-btn--active:hover{color:#fff;background:#2563eb}.navigation{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo-text{font-size:1.8rem;font-weight:700;color:#1f2937;text-decoration:none}.logo-image{height:40px;width:auto;object-fit:contain}.contact-link{color:#3b82f6;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #3b82f6;border-radius:6px;transition:all .2s ease}.contact-link:hover{background:#3b82f6;color:#fff}.hero-section{padding:4rem 0;background:#f9fafb;width:100%}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;color:#1f2937;margin-bottom:1.5rem}.accent-text{color:#3b82f6}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.5}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;border:2px solid #3b82f6}.btn-primary:hover{background:#2563eb;border-color:#2563eb}.btn-secondary{background:#fff;color:#3b82f6;padding:.875rem 2rem;border:2px solid #3b82f6;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease}.btn-secondary:hover{background:#f3f4f6}.hero-image{display:flex;justify-content:center;align-items:center}.placeholder-image{width:400px;height:300px;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db}.image-content{text-align:center;color:#6b7280}.hero-logo{margin-bottom:1.5rem}.hero-logo-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.hero-logo-image{width:240px;height:auto;object-fit:contain}.hero-logo-text{font-size:1.1rem;color:#6b7280;font-weight:500;max-width:280px;line-height:1.4}.solutions-overview{padding:5rem 0;background:#fff}.section-heading{font-size:2.5rem;font-weight:700;text-align:center;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;text-align:center;color:#6b7280;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.solution-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem;transition:all .2s ease}.solution-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.solution-icon{font-size:3rem;margin-bottom:1.5rem}.solution-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.solution-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.solution-benefits{list-style:none}.solution-benefits li{color:#374151;position:relative;padding:.25rem 0 .25rem 1.5rem}.solution-benefits li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.why-choose{padding:5rem 0;background:#f9fafb}.why-choose-content h2{font-size:2.5rem;font-weight:700;text-align:center;color:#1f2937;margin-bottom:3rem}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.reason{text-align:center;padding:2rem}.reason-number{display:inline-block;background:#3b82f6;color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1rem}.reason h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.reason p{color:#6b7280}.contact-section{padding:5rem 0;background:#fff}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-content h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-content p{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.contact-button{background:#3b82f6;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s ease}.contact-button:hover{background:#2563eb;transform:translateY(-1px)}.contact-info{text-align:center}.contact-info p{color:#6b7280;margin:.25rem 0}.footer{background:#1f2937;color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:flex-end;align-items:center}.footer-logo .logo-text{color:#fff}.footer-info p{color:#9ca3af;font-size:.9rem;text-align:right}.vote-banner{padding:4rem 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;text-align:center}.vote-banner-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.vote-bcvs-logo{height:250px;width:auto;display:block}.vote-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.vote-subtitle{font-size:1.15rem;opacity:.9;line-height:1.6;max-width:520px}.countdown{display:flex;gap:1rem;justify-content:center}.countdown-box{display:flex;flex-direction:column;align-items:center;background:#ffffff26;border-radius:10px;padding:.75rem 1.25rem;min-width:72px}.countdown-number{font-size:2.25rem;font-weight:700;line-height:1}.countdown-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;opacity:.8;margin-top:.25rem}.vote-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.vote-btn-sms{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.6);padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease}.vote-btn-sms:hover{background:#ffffff40;border-color:#fff}.vote-btn-web{background:#f59e0b;color:#1f2937;padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .2s ease;border:2px solid #f59e0b}.vote-btn-web:hover{background:#d97706;border-color:#d97706;transform:translateY(-1px)}.vote-note{font-size:.85rem;opacity:.75;margin:0}.media-section{padding:5rem 0;background:#f9fafb}.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-top:3rem}.article-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1rem;height:100%;transition:box-shadow .2s ease}.article-card:hover{box-shadow:0 8px 20px #00000014}.article-badge{display:inline-block;background:#eff6ff;color:#3b82f6;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;border-radius:100px;align-self:flex-start}.article-title{font-size:1.2rem;font-weight:600;color:#1f2937;line-height:1.4}.article-description{font-size:1rem;color:#6b7280;line-height:1.6;flex:1}.article-link{display:inline-block;color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s ease}.article-link:hover{color:#2563eb}.video-wrapper{border-radius:12px;overflow:hidden;aspect-ratio:16 / 9;width:100%;box-shadow:0 4px 16px #0000001a}.video-wrapper iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 768px){.lang-switcher{top:.6rem;right:.75rem}.lang-btn{padding:.3rem .65rem;font-size:.75rem}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.placeholder-image{width:100%;max-width:400px;height:250px}.solutions-grid,.reasons-grid{grid-template-columns:1fr}.section-heading{font-size:2rem}.vote-title{font-size:1.75rem}.countdown{gap:.6rem}.countdown-box{min-width:60px;padding:.6rem .9rem}.countdown-number{font-size:1.75rem}.media-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}.nav-container{padding:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.cta-buttons{justify-content:center}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.9rem}.solution-card{padding:1.5rem}.contact-content h2{font-size:2rem}}
