.contact-module__swMWYG__pageContainer{color:#fff;max-width:1200px;font-family:var(--font-sans), sans-serif;margin:0 auto;padding:7rem 1rem 4rem}.contact-module__swMWYG__contentGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;display:grid}.contact-module__swMWYG__leftColumn{grid-column:span 2;justify-content:center;align-items:flex-start;display:flex}.contact-module__swMWYG__rightColumn{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__form{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);-webkit-user-select:text;user-select:text;box-sizing:border-box;background:#ff8c0026;border:1.5px solid #ff8c0073;border-radius:1.8rem;flex-direction:column;gap:1.3rem;width:100%;max-width:720px;padding:3rem 3.5rem;font-family:Orbitron,sans-serif;display:flex;box-shadow:0 0 30px #ff8c0080}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{color:#fff;-webkit-user-select:text;user-select:text;box-sizing:border-box;background:#ffa54f26;border:1.8px solid #ff8c00b3;border-radius:1rem;outline:none;width:100%;padding:1.1rem 1.5rem;font-family:Roboto Mono,monospace;font-size:1.15rem;transition:border-color .3s,box-shadow .3s}.contact-module__swMWYG__input::placeholder,.contact-module__swMWYG__textarea::placeholder{color:#ffc896b3;font-style:italic}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{background:#ffa54f40;border-color:#ff9100;box-shadow:0 0 15px #ff9100}.contact-module__swMWYG__textarea{resize:vertical;min-height:180px}.contact-module__swMWYG__button{color:#2b1500;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:linear-gradient(90deg,#ffa726,#fb8c00,#f57c00);border:none;border-radius:2rem;width:100%;max-width:100%;padding:1.15rem 2.8rem;font-family:Orbitron,sans-serif;font-size:1.3rem;font-weight:700;transition:background .3s,box-shadow .3s,transform .2s;box-shadow:0 0 18px #ff8c00,0 0 30px #ff8c00cc}.contact-module__swMWYG__button:hover{background:linear-gradient(90deg,#ffb74d,#ffa726,#ff9800);transform:translateY(-3px);box-shadow:0 0 25px #ffb74d,0 0 40px #ffb74de6}.contact-module__swMWYG__button:active{transform:scale(.95)}.contact-module__swMWYG__success{color:#ffa726;text-align:center;-webkit-user-select:text;user-select:text;margin-top:.7rem;font-family:Roboto Mono,monospace;font-size:1rem;font-weight:600}.contact-module__swMWYG__error{color:#ff6e40;text-align:center;-webkit-user-select:text;user-select:text;margin-top:.7rem;font-family:Roboto Mono,monospace;font-size:1rem;font-weight:600}.contact-module__swMWYG__infoBox{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#e6f4ea;-webkit-user-select:text;user-select:text;background:#38b35326;border:1.5px solid #38b35373;border-radius:1.5rem;padding:2rem;font-family:Space Grotesk,sans-serif;transition:box-shadow .4s;box-shadow:0 0 25px #38b3534d}.contact-module__swMWYG__infoBox:hover{box-shadow:0 0 40px #38b353b3}.contact-module__swMWYG__infoCard{-webkit-user-select:text;user-select:text;cursor:default;color:#e6f4ea;background:#38b35314;border:1.5px solid #38b35366;border-radius:1rem;align-items:center;gap:1.1rem;padding:1.2rem 1.4rem;font-family:Space Grotesk,sans-serif;transition:box-shadow .3s,border-color .3s;display:flex}.contact-module__swMWYG__infoCard:hover{border-color:#38b353b3;box-shadow:0 0 22px #38b35399}.contact-module__swMWYG__iconWrapper{color:#38b353;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1.6rem;display:flex}.contact-module__swMWYG__label{color:#e6f4eab3;-webkit-user-select:text;user-select:text;font-size:.75rem}.contact-module__swMWYG__value{color:#d4f1d4;-webkit-user-select:text;user-select:text;font-size:1rem;font-weight:600}.contact-module__swMWYG__linksBox{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#f5f5f5;-webkit-user-select:text;user-select:text;background:#f0f0f01a;border:1.5px solid #c8c8c84d;border-radius:1.5rem;padding:2rem;font-family:Space Grotesk,sans-serif;transition:box-shadow .4s;box-shadow:0 0 20px #ffffff26}.contact-module__swMWYG__linksBox:hover{box-shadow:0 0 40px #fff9}.contact-module__swMWYG__linksWrapper{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.contact-module__swMWYG__socialButton{color:#fff;border:1.5px solid color-mix(in srgb, var(--social-color) 55%, transparent);box-shadow:0 0 14px color-mix(in srgb, var(--social-color) 35%, transparent);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;text-overflow:ellipsis;background:#ffffff0f;border-radius:1.2rem;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1rem;font-family:Orbitron,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .3s,box-shadow .3s,border-color .3s,transform .2s;display:flex;overflow:hidden}.contact-module__swMWYG__socialButton:hover{background:color-mix(in srgb, var(--social-color) 20%, transparent);border-color:var(--social-color);box-shadow:0 0 28px color-mix(in srgb, var(--social-color) 60%, transparent);transform:translateY(-3px)}.contact-module__swMWYG__socialButton:active{transform:scale(.95)}.contact-module__swMWYG__socialIcon{color:var(--social-color);flex-shrink:0;justify-content:center;align-items:center;transition:color .3s;display:flex}.contact-module__swMWYG__socialLabel{color:#f0f0f0;letter-spacing:.03em;font-family:Orbitron,sans-serif;font-size:.88rem;font-weight:700;transition:color .3s}.contact-module__swMWYG__socialButton:hover .contact-module__swMWYG__socialLabel{color:#fff}.contact-module__swMWYG__icon{color:#00acc1;transition:color .3s}.contact-module__swMWYG__label{-webkit-user-select:none;user-select:none;transition:color .3s}.contact-module__swMWYG__heading{color:#ffb74d;text-shadow:0 0 10px #ff9100;-webkit-user-select:text;user-select:text;margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:1.6rem;font-weight:900}.contact-module__swMWYG__subheading{color:#4db6ac;text-shadow:0 0 8px #26a69a99;-webkit-user-select:text;user-select:text;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700}.contact-module__swMWYG__responseHeading{color:#4db6ac;text-shadow:0 0 8px #26a69a99;-webkit-user-select:text;user-select:text;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700}.contact-module__swMWYG__responseText{color:#b2dfdbcc;-webkit-user-select:text;user-select:text;font-family:Roboto Mono,monospace;font-size:1rem;line-height:1.6}@media (max-width:768px){.contact-module__swMWYG__contentGrid{gap:1.5rem;grid-template-columns:1fr!important}.contact-module__swMWYG__leftColumn,.contact-module__swMWYG__rightColumn{justify-content:center;width:100%;grid-column:auto!important}.contact-module__swMWYG__form{max-width:100%;padding:2rem 1.8rem}.contact-module__swMWYG__infoBox,.contact-module__swMWYG__linksBox,.contact-module__swMWYG__responseBox{box-sizing:border-box;width:100%;max-width:100%;padding:1.2rem 1rem}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea,.contact-module__swMWYG__button{width:100%}.contact-module__swMWYG__heading{font-size:1.4rem}.contact-module__swMWYG__subheading{font-size:1.1rem}.contact-module__swMWYG__responseHeading{font-size:1rem}.contact-module__swMWYG__linksWrapper{box-sizing:border-box;grid-template-columns:minmax(0,1fr);gap:.75rem;width:100%}.contact-module__swMWYG__socialButton{box-sizing:border-box;width:100%;max-width:100%;padding:.75rem .6rem;font-size:.82rem}.contact-module__swMWYG__socialLabel{font-size:.78rem}}.contact-module__swMWYG__label,.contact-module__swMWYG__value,.contact-module__swMWYG__responseText{-webkit-user-select:text;user-select:text}.contact-module__swMWYG__button,.contact-module__swMWYG__iconWrapper{-webkit-user-select:none;user-select:none}@media (max-width:420px){.contact-module__swMWYG__linksWrapper{box-sizing:border-box;grid-template-columns:minmax(0,1fr);width:100%}.contact-module__swMWYG__socialButton{box-sizing:border-box;justify-content:flex-start;width:100%;max-width:100%;padding:.9rem 1.2rem}}
