.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:2;display:flex;align-items:center}.hero-content{color:#fff;text-align:center;max-width:800px;margin:0 auto;z-index:3;position:relative}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.hero-points{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.point{background:hsla(0,0%,100%,.1);padding:.8rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-white{background:#fff;color:#333}.btn-white:hover{background:#f8f9fa}.btn-outline-white{background:transparent;color:#fff;border:2px solid #fff}.btn-outline-white:hover{background:#fff;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.use-case-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.pricing-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;max-width:600px;margin:0 auto}.election-special{border:3px solid #ff6b35}.pricing-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.price{font-size:3rem;font-weight:700;margin:1rem 0}.price span{font-size:1.2rem}.campaign-badge{background:#ff6b35;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:700;display:inline-block}.pricing-features{padding:2rem}.pricing-features ul{list-style:none;padding:0}.pricing-features li{padding:.5rem 0;border-bottom:1px solid #eee}.pricing-example{background:#f8f9fa;padding:1.5rem 2rem;border-top:1px solid #eee}.calculation{margin-top:1rem}.calculation div{margin:.5rem 0}.total{font-weight:700;font-size:1.2rem;color:#007bff;margin-top:1rem!important;padding-top:1rem;border-top:2px solid #ddd}.note{font-size:.9rem;color:#666;margin-top:.5rem!important}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.contact-info{font-size:1.1rem;opacity:.9}.section{padding:60px 0}h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}h3{margin-bottom:1rem;color:#333}h4{margin:1.5rem 0 1rem;color:#007bff}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-points{flex-direction:column;align-items:center}.features-grid,.use-cases-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}}