*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Arial,sans-serif;background-color:#fff;color:#000}.wrapper{display:flex;flex-direction:column;min-height:100vh}header{background-color:#fff;padding:20px;position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease}header.scrolled{box-shadow:0 2px 5px rgba(0,0,0,.1)}nav{display:flex;justify-content:space-between;align-items:center}nav .logo{display:flex;align-items:center}nav .logo img{max-height:50px;width:auto;margin-right:10px}nav .logo span{font-size:2rem;color:#595858;font-weight:700}nav .logo-link{text-decoration:none;color:inherit;display:inline-block}nav .logo-link:hover{opacity:.8}nav ul{list-style:none;display:flex;gap:20px}nav ul li{position:relative}nav ul li a{text-decoration:none;color:#000;font-size:1.2rem;transition:color .3s}nav ul li a:hover{color:#00bcd4}.dropdown{display:none;position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1000;width:150px}nav ul li:hover .dropdown{display:block}.dropdown ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.dropdown ul li{padding:10px 15px;border-bottom:1px solid #e0e0e0}.dropdown ul li:last-child{border-bottom:none}.dropdown ul li a{color:#000;text-decoration:none;display:block;font-size:.9rem;padding:5px}.dropdown ul li a:hover{background-color:#f0f0f0}main{flex:1;text-align:center;background-color:#fff;padding:60px 20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.container{background:rgba(223,223,223,.95);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.1);overflow:hidden;max-width:1000px;width:100%;display:grid;grid-template-columns:1fr 1fr;min-height:600px;margin:0 auto}.left-section{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:60px 40px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;overflow:hidden}.left-section::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;animation:float 20s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.left-content{position:relative;z-index:2}.left-section h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.left-section p{font-size:1.2rem;line-height:1.6;opacity:.9;margin-bottom:30px}.contact-info{display:flex;flex-direction:column;gap:15px}.contact-item{display:flex;align-items:center;gap:15px;font-size:1.1rem}.contact-icon{width:24px;height:24px;fill:#fff}.right-section{padding:60px 40px;display:flex;flex-direction:column;justify-content:center}.form-group{margin-bottom:25px;position:relative}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:1rem}.required{color:#e74c3c}input,select,textarea{width:100%;padding:15px 20px;border:2px solid #e1e8ed;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8f9fa;box-sizing:border-box}input:focus,select:focus,textarea:focus{outline:0;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1);transform:translateY(-2px)}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}textarea{resize:vertical;min-height:120px;max-height:200px}.checkbox-group{display:flex;align-items:flex-start;gap:12px;margin-bottom:30px}.checkbox-group input[type=checkbox]{width:auto;margin:0;transform:scale(1.2)}.checkbox-group label{margin:0;font-weight:400;font-size:.9rem;line-height:1.4;color:#666}.checkbox-group a{color:#667eea;text-decoration:none;font-weight:600}.checkbox-group a:hover{text-decoration:underline}.submit-btn{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border:none;padding:18px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3);width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.container{grid-template-columns:1fr;margin:10px}.left-section{padding:40px 30px;text-align:center}.left-section h1{font-size:2.5rem}.right-section{padding:40px 30px}.form-row{grid-template-columns:1fr;gap:0}}.success-message{display:none;background:#d4edda;color:#155724;padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid #c3e6cb}footer{background-color:#202020;text-align:center;padding:20px}footer p{margin:0 auto 10px auto;font-size:.9rem;color:#fff;text-align:center!important;width:100%;display:block}footer .social-links{list-style:none;display:flex;justify-content:center;gap:15px}footer .social-links li{display:inline-block}footer .social-links a{color:#00bcd4;text-decoration:none;transition:color .3s}footer .social-links a:hover{color:#000}footer .footer-links{list-style:none;display:flex;justify-content:center;gap:15px}footer .footer-links li{display:inline-block}footer .footer-links a{color:#09f;text-decoration:none;transition:color .3s}footer .footer-links a:hover{color:#000}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;background-color:#f9f9f9;padding:15px;border-radius:12px;margin:30px auto;font-size:.95rem;font-weight:500;color:#333;box-shadow:0 2px 6px rgba(0,0,0,.08)}.trust-badges span{background-color:#e8f5e9;color:#2e7d32;padding:8px 12px;border-radius:20px;white-space:nowrap}@media screen and (max-width:768px){header{padding:15px}nav .logo img{max-height:40px}nav .logo span{font-size:1.5rem}nav ul{gap:15px}nav ul li a{font-size:1rem}.dropdown ul li{padding:5px 10px}.dropdown ul li a{font-size:.8rem}.dropdown{position:absolute;width:150px;background-color:#fff;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1000;display:none}nav ul li:hover .dropdown{display:block}main{padding:40px 15px}.dropdown ul{display:flex;flex-direction:column;padding:0;margin:0}.dropdown ul li{width:auto;padding:5px}.dropdown ul li a{font-size:.8rem;padding:8px}}@media screen and (max-width:480px){header{padding:10px;background-color:#fff;position:fixed;top:0;width:100%;z-index:1000}nav{flex-direction:row;justify-content:space-between;align-items:center;width:100%}nav .logo{display:flex;align-items:center;margin-right:5px;white-space:nowrap}nav .logo img{max-height:30px;width:auto;margin-right:2px}nav .logo span{font-size:1.2rem}nav ul{display:flex;flex-direction:row;width:auto;padding:0;margin:0;gap:.1px}nav ul li{list-style:none}nav ul li a{display:block;padding:8px 10px;font-size:.7rem;text-align:center;transition:background-color .3s;white-space:nowrap}}@media screen and (max-width:366px){header{padding:10px;background-color:#fff;position:fixed;top:0;width:100%;z-index:1000}nav{flex-direction:row;justify-content:space-between;align-items:center;width:100%}nav .logo{display:flex;align-items:center;margin-right:5px;white-space:nowrap}nav .logo img{max-height:30px;width:auto;margin-right:2px}nav .logo span{font-size:3vw}nav ul{display:flex;flex-direction:row;width:auto;padding:0;margin:0;gap:1vw}nav ul li{list-style:none}nav ul li a{display:block;padding:8px 10px;font-size:2vw;text-align:center;transition:background-color .3s;white-space:nowrap}}