@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{color-scheme:dark;font-family:'Poppins',sans-serif;color:#e6eef6;background:#071622}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 12% 45%,#10334866,transparent 55%)}
a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,textarea{font:inherit}.wrap{width:min(1160px,calc(100% - 48px));margin:auto}
.header{display:flex;align-items:center;justify-content:space-between;padding:30px 0;border-bottom:1px solid #ffffff12}.logo{display:block;width:150px;max-height:44px}.back-link{font-size:13px;color:#b5c6d3}.back-link span{margin-left:12px;color:#6fc7ff}
.message-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px 0 90px}.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:2px;font-weight:600;color:#6fc7ff}.eyebrow span{width:7px;height:7px;border-radius:50%;background:#6fc7ff}
h1,h2{font-family:'Space Grotesk',sans-serif}h1{font-size:clamp(44px,5vw,66px);letter-spacing:-2.8px;line-height:1.12;margin:24px 0}h1 em{font-style:normal;color:#6fc7ff}.lead{font-size:15px;line-height:1.9;color:#a9bccb;max-width:420px}.contact-details{margin-top:58px}.contact-label{display:block;font-size:10px;letter-spacing:1.8px;color:#8099ac;margin-bottom:14px}.contact-details>a{font-family:'Space Grotesk',sans-serif;font-size:23px}.contact-details>a span{color:#6fc7ff;margin-left:16px}.contact-details p{font-size:12px;color:#a9bccb;margin-top:15px}.contact-details p a{color:#e6eef6;text-decoration:underline;text-underline-offset:4px}
.message-card{padding:36px;border:1px solid #294252;border-radius:24px;background:#102431;box-shadow:0 24px 80px #0003}.card-heading{display:flex;align-items:center;gap:12px}.chat-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#6fc7ff17;color:#6fc7ff;font-size:23px}.channel{font-size:9px;letter-spacing:1.5px;color:#a9bccb}h2{font-size:29px;letter-spacing:-1px;margin:24px 0 8px}.card-description{font-size:12px;color:#a9bccb;margin:0 0 28px}label{display:block;font-size:12px;margin:20px 0 9px}label span{color:#6fc7ff}input,textarea{display:block;width:100%;border:1px solid #334b5b;background:#091b28;border-radius:10px;color:#e6eef6;padding:14px;font-size:13px}textarea{resize:vertical;min-height:145px}input::placeholder,textarea::placeholder{color:#829aab}input:focus,textarea:focus{border-color:#6fc7ff;outline:2px solid #6fc7ff33;outline-offset:2px}.field-hint{font-size:10px;line-height:1.6;color:#a9bccb;margin:9px 0 22px}button{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px 20px;border:0;border-radius:999px;background:#6fc7ff;color:#061b29;font-size:13px;font-weight:600;cursor:pointer}button:hover{background:#94d5ff}button span{font-size:20px}a:focus-visible,button:focus-visible{outline:2px solid #6fc7ff;outline-offset:5px}.send-note{font-size:10px;line-height:1.8;text-align:center;color:#a9bccb;margin:16px 8px 0}.error{padding:12px;background:#ffb0a514;border:1px solid #ffb0a566;border-radius:8px;color:#ffd0c8;font-size:12px}.footer{display:flex;justify-content:space-between;border-top:1px solid #ffffff12;padding:24px 0;color:#8099ac;font-size:10px}
@media(max-width:800px){.message-layout{gap:40px;grid-template-columns:1fr;padding:45px 0}.intro{max-width:540px}.contact-details{margin-top:28px}h1{font-size:52px}.message-card{width:100%}}
@media(max-width:440px){.wrap{width:calc(100% - 32px)}.header{padding:22px 0}.logo{width:120px}.message-card{padding:24px 20px}h1{font-size:44px}.footer{gap:16px;flex-wrap:wrap}.channel{font-size:8px}}
