.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;padding:2rem 2rem 1.5rem;max-width:400px;width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#888;cursor:pointer}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.modal-subtitle{font-size:1rem;color:#444;margin-bottom:1.5rem;text-align:center}.modal-form{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}.modal-input{width:100%;padding:.7rem 1rem;border-radius:6px;border:1px solid #ddd;font-size:1rem;margin-bottom:.5rem}.modal-submit{background:#111;color:#fff;border:none;border-radius:6px;padding:.7rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;margin-top:.5rem;transition:background .2s}.modal-submit:disabled{background:#888;cursor:not-allowed}.modal-success{color:#22c55e;font-size:1rem;margin-top:.5rem;text-align:center}.modal-error{color:#ef4444;font-size:1rem;margin-top:.5rem;text-align:center}.about-section{max-width:1100px;margin:3rem auto 0;padding:2rem 1rem 0;margin-bottom:30px}.about-content{display:flex;flex-wrap:wrap;gap:2rem}.about-left{flex:1;min-width:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.about-paragraph{font-size:1.1rem;margin-bottom:1rem;color:#444;text-align:left;max-width:500px}.about-buttons{margin-top:1.5rem;display:flex;gap:1rem;justify-content:center;width:100%}.about-btn{border:none;border-radius:6px;padding:.5rem 1.2rem;font-weight:500;font-size:1rem;cursor:pointer;transition:.2s}.candidate-btn{background:#000;color:#fff}.candidate-btn:hover{background:#222}.business-btn{background:#eee;color:#222}.business-btn:hover{background:#ddd}.about-right{flex:1;min-width:220px;display:flex;align-items:center;justify-content:center}.about-image{width:100%;max-width:350px;border-radius:12px;box-shadow:0 4px 24px #00000014}@media (max-width: 900px){.about-content{flex-direction:column;gap:1.5rem}.about-right{justify-content:center;width:100%;display:flex}.about-image{margin-left:auto;margin-right:auto;display:block}}.modern-header{display:flex;align-items:center;justify-content:flex-start;padding:.75rem 2rem .5rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center}.site-title{font-size:1.5rem;font-weight:700;color:#222}.modern-nav{margin-left:2rem}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#222;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:6px;transition:.2s}.nav-link:hover{background:#ffffff0d}.modern-hamburger{display:none}@media (max-width: 900px){.modern-nav{display:none}.modern-hamburger{display:block;margin-left:auto;background:none;border:none;font-size:2rem;cursor:pointer}}.main-content{max-width:1100px;margin:2rem auto 0;padding:0 1rem}.modern-hero{text-align:left;padding:2rem 0 1rem;background:none;box-shadow:none}.modern-hero-title{font-size:2.5rem;font-weight:600;margin-bottom:.5rem;color:#222}.logo-highlight{color:#3b82f6}.modern-hero-text{font-size:1.1rem;margin-bottom:1.5rem;color:#444}.modern-features{margin-top:2rem}.modern-features-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#222}.modern-feature-grid{display:flex;gap:2rem;flex-wrap:wrap}.modern-feature-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:2rem 1.5rem;flex:1;min-width:220px;text-align:left}.modern-feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.modern-footer{text-align:center;padding:2rem 0 1rem;color:#888;background:#fff;border-top:1px solid #e5e7eb;margin-top:2rem}*{margin:0;padding:0;box-sizing:border-box}.app-container{font-family:Roboto,sans-serif;color:#111;overflow-x:hidden;position:relative}.header{position:fixed;width:100%;padding:10px 30px;display:flex;justify-content:space-between;align-items:center;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.logo{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;display:inline-flex;align-items:center}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:none;border:none;cursor:pointer;z-index:1001}.hamburger span{width:100%;height:3px;background:#fff;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav{display:flex}.nav-list{list-style:none;display:flex;gap:30px}.nav-link{color:#111;text-decoration:none;font-size:1.2rem;transition:color .3s,transform .3s}.nav-link:hover{transform:scale(1.5)}.hero{min-height:50vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:0 20px;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:800px;margin-top:130px}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f5f5;z-index:2}.hero-title{font-size:4.5rem;font-weight:550;margin-bottom:20px;letter-spacing:0px;z-index:2}.hero-image-wrapper{position:relative;margin-top:40px;margin-bottom:40px;width:100%;display:flex;justify-content:center;align-items:center}.hero-image{z-index:2;border-radius:15px;padding:10px;width:100%;max-width:1200px}.hero-text{font-size:1.3rem;max-width:600px;margin-bottom:40px;z-index:2}.cta-button{background:#111;color:#f5f5f5;padding:15px 30px;font-size:1.2rem;font-weight:500;border:none;border-radius:5px;cursor:pointer;transition:transform .3s,box-shadow .3s;z-index:2}.cta-button:hover{transform:scale(1.05);box-shadow:0 0 20px #ffffff80}.features{padding:30px 50px;background:#f5f5f5;color:#101010;text-align:center;position:relative;overflow:hidden}.features-title{font-size:2.5rem;margin-bottom:40px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:30px;border-radius:10px;opacity:0;transform:translateY(50px);transition:transform .3s,opacity .5s}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-10px)}.feature-card-title{font-size:1.5rem;margin-bottom:10px}.feature-card-exclamation{font-size:4rem;margin-bottom:10px;color:gray}.footer{background:#101010;padding:40px 50px;text-align:center}.footer p{font-size:1rem;color:#fff}.animate-heartbeat{animation:heartbeat 2s ease-in-out infinite}.animate-fadeIn{animation:fadeIn 1.5s ease-out}.animate-fadeIn-slow{animation:fadeIn 2s ease-out}@keyframes heartbeat{0%,to{transform:scale(1)}10%{transform:scale(1.15)}15%{transform:scale(1)}20%{transform:scale(1.1)}25%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes spinPulse{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}@media (max-width: 768px){.header{padding:20px}.logo{font-size:1.5rem}.hamburger{display:flex}.nav{position:fixed;top:0;left:0;height:100vh;width:100%;background:#000000e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity .6s ease,backdrop-filter .6s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.nav.open{opacity:1;pointer-events:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-list{flex-direction:column;align-items:center;justify-content:center;height:100%;gap:40px;width:100%;text-align:center}.nav-link{font-size:1.5rem;opacity:0;transform:translateY(60px)}.nav.open .nav-link{animation:menuFadeIn .7s ease-out forwards;color:#fff!important}.nav.open .nav-link:nth-child(1){animation-delay:.3s}.nav.open .nav-link:nth-child(2){animation-delay:.6s}.nav.open .nav-link:nth-child(3){animation-delay:.9s}.nav.open .nav-link:nth-child(4){animation-delay:1.2s}.nav.open .nav-link:nth-child(5){animation-delay:1.5s}.hero-title{font-size:3rem}.hero-text{font-size:1.2rem}}
