@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&family=Poppins:wght@400;600;700&display=swap";
:root{--primary-glow:#00f2ff;--secondary-glow:#9f55ff;--dark-bg:#0a0a14;--light-text:#e0e0e0;--card-bg:rgba(20,20,40,.5);--border-color:rgba(159,85,255,.25);--error-color:#ff4d6d}.contact-module__swMWYG__contact-page{background-color:var(--dark-bg);color:var(--light-text);font-family:Poppins,sans-serif;overflow-x:hidden}.contact-module__swMWYG__contact-content-wrapper{max-width:1100px;margin:auto;padding:80px 20px}.contact-module__swMWYG__contact-hero-section{text-align:center;background:radial-gradient(ellipse at 50% -20%,rgba(159,85,255,.2),transparent 80%),var(--dark-bg);padding:120px 20px 0}.contact-module__swMWYG__contact-hero-section h1{color:#fff;text-shadow:0 0 20px rgba(255,255,255,.3);margin-bottom:20px;font-family:Orbitron,sans-serif;font-size:max(2.8rem,min(7vw,4.5rem));font-weight:900}.contact-module__swMWYG__contact-hero-section p{max-width:800px;color:var(--light-text);margin:auto;font-size:max(1rem,min(2.5vw,1.2rem));line-height:1.8}.contact-module__swMWYG__contact-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:40px;display:grid}.contact-module__swMWYG__contact-details-card h3{color:#fff;margin-bottom:15px;font-size:1.8rem}.contact-module__swMWYG__contact-details-card p{color:var(--light-text);margin-bottom:30px;line-height:1.7}.contact-module__swMWYG__contact-details-card ul{margin:0 0 30px;padding:0;list-style:none}.contact-module__swMWYG__contact-details-card li{align-items:center;gap:15px;margin-bottom:20px;font-size:1.1rem;display:flex}.contact-module__swMWYG__contact-details-card .contact-module__swMWYG__contact-icon{color:var(--primary-glow);font-size:1.2rem}.contact-module__swMWYG__contact-details-card a{color:var(--light-text);text-decoration:none;transition:color .3s}.contact-module__swMWYG__contact-details-card a:hover{color:var(--primary-glow)}.contact-module__swMWYG__social-icons-wrapper{gap:15px;display:flex}.contact-module__swMWYG__social-icon{background:var(--card-bg);border:1px solid var(--border-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .3s;display:flex}.contact-module__swMWYG__social-icon:hover{background:var(--primary-glow);color:var(--dark-bg);box-shadow:0 0 15px var(--primary-glow);transform:scale(1.1)}.contact-module__swMWYG__contact-form-card{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:40px;transition:box-shadow .3s}.contact-module__swMWYG__contact-form-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.5),0 0 30px var(--secondary-glow)}.contact-module__swMWYG__form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;display:grid}.contact-module__swMWYG__input-wrapper{width:100%;margin-bottom:20px;position:relative}.contact-module__swMWYG__contact-form-content input,.contact-module__swMWYG__contact-form-content textarea{border:1px solid var(--border-color);color:#fff;box-sizing:border-box;background:rgba(255,255,255,.05);border-radius:8px;width:100%;padding:14px;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact-module__swMWYG__contact-form-content input:focus,.contact-module__swMWYG__contact-form-content textarea:focus{border-color:var(--primary-glow);box-shadow:0 0 10px var(--primary-glow);outline:none}.contact-module__swMWYG__contact-form-content textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__error-message{color:var(--error-color);font-size:.8rem;position:absolute;bottom:-18px;left:5px}.contact-module__swMWYG__contact-form-content input.contact-module__swMWYG__error,.contact-module__swMWYG__contact-form-content textarea.contact-module__swMWYG__error{border-color:var(--error-color)}.contact-module__swMWYG__glowing-btn{text-transform:uppercase;color:#fff;cursor:pointer;background:0 0;background-image:linear-gradient(to right,var(--primary-glow),var(--secondary-glow),var(--primary-glow));background-size:250%;border:none;border-radius:50px;width:100%;padding:14px 30px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .4s;display:inline-block;position:relative;overflow:hidden}.contact-module__swMWYG__glowing-btn:disabled{opacity:.6;cursor:not-allowed}.contact-module__swMWYG__glowing-btn:hover:not(:disabled){box-shadow:0 0 20px var(--primary-glow),0 0 30px var(--secondary-glow);background-position:100%;transform:scale(1.02)}.contact-module__swMWYG__map-section{margin-top:80px}.contact-module__swMWYG__map-section iframe{border-radius:20px;width:100%;height:400px;display:block;box-shadow:0 0 40px rgba(159,85,255,.2);border:1px solid var(--border-color)!important}.contact-module__swMWYG__notification-toast{color:#fff;z-index:1001;opacity:0;visibility:hidden;border-radius:50px;align-items:center;gap:10px;padding:15px 25px;font-weight:600;transition:opacity .4s,visibility .4s,bottom .4s;display:flex;position:fixed;bottom:-100px;left:50%;transform:translate(-50%);box-shadow:0 5px 20px rgba(0,0,0,.3)}.contact-module__swMWYG__notification-toast.contact-module__swMWYG__show{opacity:1;visibility:visible;bottom:40px}.contact-module__swMWYG__notification-toast.contact-module__swMWYG__success{background:linear-gradient(90deg,#28a745,#218838)}.contact-module__swMWYG__notification-toast.contact-module__swMWYG__error{background:linear-gradient(90deg,#dc3545,#c82333)}@media (max-width:900px){.contact-module__swMWYG__contact-grid{grid-template-columns:1fr}.contact-module__swMWYG__contact-details-card{text-align:center}.contact-module__swMWYG__contact-details-card ul{flex-direction:column;align-items:flex-start;display:inline-flex}.contact-module__swMWYG__social-icons-wrapper{justify-content:center}}@media (max-width:768px){.contact-module__swMWYG__map-section iframe{height:350px}}@media (max-width:600px){.contact-module__swMWYG__form-row{grid-template-columns:1fr;gap:0}}@media (max-width:480px){.contact-module__swMWYG__map-section iframe{height:300px}}
