*{box-sizing:border-box;padding:0;margin:0}@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap");body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.navbar{background:#1a365d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo{display:flex;flex-direction:column}.candidate-name{font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:2px}.office{font-size:.75rem;color:#e2e8f0;letter-spacing:1px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:600;transition:color .3s}.nav-link:hover{color:#dc2626}.donate-btn{background:#dc2626;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;transition:background .3s}.donate-btn:hover{background:#b91c1c}.hero{background-image:url(https://cdn.builder.io/api/v1/image/assets%2Fd4397d4ac57644a59d49395d03c17118%2F875eba4df31b498887eef84de0ca3fa8?format=webp&width=1600);background-size:contain;background-position:50%;background-repeat:no-repeat;color:#fff;position:relative;min-height:100vh;overflow:hidden}.hero,.hero-overlay{width:100%;display:flex;align-items:center}.hero-overlay{background:rgba(0,0,0,.4);position:absolute;top:0;left:0;right:0;bottom:0}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;z-index:2;position:relative;height:100vh;justify-content:flex-end}.hero-content,.hero-title{display:flex;flex-direction:column}.hero-title{margin-bottom:2rem}.hero-name{font-size:4rem;font-weight:900;letter-spacing:3px;line-height:1}.hero-subtitle{font-size:1.5rem;font-weight:600;color:#e2e8f0;margin-top:.5rem;letter-spacing:2px}.hero-slogan{font-family:Cinzel,serif;font-size:1.5rem;margin-bottom:3rem;font-weight:500;opacity:.95;letter-spacing:1px}.hero-buttons{display:flex;gap:1rem;margin-bottom:8rem;align-self:flex-start}.btn{padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s;border:none;cursor:pointer;display:inline-block;text-align:center}.btn-primary{background:#dc2626;color:#fff}.btn-primary:hover{background:#b91c1c;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#1e40af}.section{padding:5rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#1a365d;letter-spacing:1px}.about-section{background:#f8fafc}.about-content{max-width:800px;margin:0 auto}.about-intro{font-size:1.3rem;text-align:center;margin-bottom:3rem;color:#4a5568;line-height:1.8}.credentials{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.credential-item{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.credential-item h3{font-size:1.5rem;color:#dc2626;margin-bottom:1rem;font-weight:700}.credential-item p{color:#6b7280;font-size:1.1rem}.platform-section{background:#fff}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem}.platform-item{text-align:center;padding:2.5rem 2rem;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s}.platform-item:hover{border-color:#dc2626;transform:translateY(-4px);box-shadow:0 8px 25px rgba(220,38,38,.15)}.platform-icon{font-size:3rem;margin-bottom:1.5rem}.platform-item h3{font-size:1.5rem;color:#1a365d;margin-bottom:1rem;font-weight:700}.platform-item p{color:#6b7280;font-size:1.1rem;line-height:1.7}.contact-section{background:linear-gradient(135deg,#1e40af,#1a365d);color:#fff}.contact-section .section-title{color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-info h3,.volunteer-form h3{font-size:1.8rem;margin-bottom:2rem;color:#e2e8f0}.contact-item{margin-bottom:1.5rem;font-size:1.1rem}.volunteer-form p{margin-bottom:2rem;font-size:1.1rem;opacity:.9}.volunteer-signup{display:flex;flex-direction:column;gap:1rem}.form-input,.form-textarea{padding:1rem;border:none;border-radius:6px;font-size:1rem;font-family:inherit}.form-textarea{resize:vertical;min-height:120px}.footer{background:#1a202c;color:#a0aec0;padding:2rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-text p{margin-bottom:.5rem;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-link{color:#a0aec0;text-decoration:none;font-size:.9rem}.footer-link:hover{color:#fff}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-links{gap:1rem}.hero-content{text-align:center}.hero-name{font-size:2.5rem}.hero-slogan,.hero-subtitle{font-size:1.2rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.section-title{font-size:2rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}