.contact-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.contact-modal-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);margin:10% auto;padding:2rem;border:1px solid #4ecdc4;border-radius:20px;width:90%;max-width:500px;position:relative;box-shadow:0 20px 40px #00000080}.contact-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.contact-modal-title{color:#4ecdc4;font-size:1.5rem;font-weight:700;margin:0}.contact-modal-close{color:#aaa;font-size:2rem;font-weight:700;cursor:pointer;transition:color .3s ease}.contact-modal-close:hover{color:#4ecdc4}.contact-options{display:flex;flex-direction:column;gap:1.5rem}.contact-option{display:flex;align-items:center;padding:1rem;background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);border-radius:15px;transition:all .3s ease;cursor:pointer;text-decoration:none;color:#fff}.contact-option:hover{background:#4ecdc433;border-color:#4ecdc4;transform:translateY(-2px);box-shadow:0 5px 15px #4ecdc44d}.contact-option-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;margin-right:1rem;font-size:1.5rem}.contact-option-text{flex:1}.contact-option-title{font-weight:700;font-size:1.1rem;margin-bottom:.3rem}.contact-option-desc{color:#b8b8b8;font-size:.9rem}.privacy-modal,.terms-modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.privacy-modal-content,.terms-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);margin:2% auto;padding:0;border:1px solid rgba(78,205,196,.3);border-radius:20px;width:90%;max-width:800px;max-height:90vh;box-shadow:0 20px 60px #00000080;animation:modalSlideIn .3s ease;overflow:hidden;display:flex;flex-direction:column}.privacy-modal-header,.terms-modal-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.privacy-modal-title,.terms-modal-title{margin:0;color:#4ecdc4;font-family:Orbitron,monospace;font-size:1.5rem}.privacy-modal-close,.terms-modal-close{color:#b8b8b8;font-size:2rem;font-weight:700;cursor:pointer;transition:color .3s ease}.privacy-modal-close:hover,.terms-modal-close:hover{color:#4ecdc4}.privacy-content,.terms-content{padding:2rem;overflow-y:auto;flex:1;max-height:calc(90vh - 120px);color:#fff;line-height:1.6}.privacy-content h3,.terms-content h3{color:#4ecdc4;margin-top:2rem;margin-bottom:1rem;font-size:1.2rem}.privacy-content h3:first-child,.terms-content h3:first-child{margin-top:0}.privacy-content ul,.terms-content ul{margin:1rem 0;padding-left:2rem}.privacy-content li,.terms-content li{margin:.5rem 0}.privacy-content strong,.terms-content strong{color:#4ecdc4}.privacy-content p,.terms-content p{margin:1rem 0}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-modal-content{margin:5% auto;width:95%;padding:1.5rem}.privacy-modal-content,.terms-modal-content{margin:1% auto;width:95%;max-height:95vh}.privacy-content,.terms-content{max-height:calc(95vh - 100px);padding:1rem}.privacy-modal-header,.terms-modal-header{padding:1rem}.privacy-modal-title,.terms-modal-title{font-size:1.2rem}}
