.triangle-container{max-height:500px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.triangle{fill:transparent;stroke-width:5;transform-origin:center}@media (max-width:768px){.triangle{stroke-width:3}}.contact-form-container{display:flex;flex-direction:column;justify-content:center}.contact-form{gap:1rem;color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%}.contact-form .form-group{display:flex;flex-direction:column}.contact-form label{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.contact-form input,.contact-form textarea{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.contact-form button{padding:.5rem 1rem;font-size:1.5rem;font-weight:700;color:#fff;border:2px solid #fff;border-radius:2rem;cursor:pointer;transition:background-color .3s ease}.contact-form button:hover{background-color:#fff;color:#000}@media only screen and (min-width:800px){.contact-form,.form-info{width:40%}}@media only screen and (min-width:1800px){.contact-form,.form-info{width:30%;max-width:40rem}}.cosmic-wave{display:inline-block;font-family:monospace;font-weight:700;color:#fff;letter-spacing:2px;text-shadow:0 0 6px #66f9a9,0 0 12px #666df9,0 0 20px #f966b6,0 0 30px #ff6;animation:floatRandom 100s ease-in-out infinite,cosmicGlow 4s ease-in-out infinite alternate;will-change:transform,text-shadow}@keyframes floatRandom{0%{transform:translate(0) rotate(0deg)}10%{transform:translate(-8px,-6px) rotate(2deg)}20%{transform:translate(10px,-4px) rotate(-2deg)}30%{transform:translate(-6px,8px) rotate(3deg)}40%{transform:translate(12px,6px) rotate(-1deg)}50%{transform:translate(-10px,-5px) rotate(2deg)}60%{transform:translate(8px,10px) rotate(-3deg)}70%{transform:translate(-12px,4px) rotate(1deg)}80%{transform:translate(10px,-6px) rotate(-2deg)}90%{transform:translate(-6px,8px) rotate(2deg)}to{transform:translate(0) rotate(0deg)}}@keyframes cosmicGlow{0%{text-shadow:0 0 6px #66f9a9,0 0 12px #666df9,0 0 20px #f966b6,0 0 30px #ff6}to{text-shadow:0 0 14px #66f9a9,0 0 24px #666df9,0 0 34px #f966b6,0 0 48px #ff6}}.glitch{position:relative;display:inline-block;color:#f33;font-family:monospace;text-shadow:0 0 8px #f33}.glitch:before{content:attr(data-text);position:absolute;inset:0;color:#f33;text-shadow:0 0 5px #f33,0 0 15px #f33;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(-1px,-1px);animation:glitch 2s infinite}@keyframes glitch{0%,to{clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(0)}33%{clip-path:polygon(0 0,100% 0,100% 15%,0 15%);transform:translate(-3px,-2px)}66%{clip-path:polygon(0 85%,100% 85%,100% 100%,0 100%);transform:translate(2px,2px)}}