:root{--v: #3b28cc;--v-light: rgba(59,40,204,.3);--bg: #1e1b2e;--text: #eaebed;--glass: rgba(255,255,255,.04);--border: rgba(59,40,204,.25)}.contact-page.svelte-67057e{background:var(--bg);color:var(--text);font-family:Host Grotesk,sans-serif;min-height:100vh}.container.svelte-67057e{max-width:1280px;margin:0 auto;padding:0 1.5rem}.hero.svelte-67057e{text-align:center;padding:10rem 0 8rem;min-height:90vh;display:flex;flex-direction:column;justify-content:center}h1.svelte-67057e{font-size:clamp(3.5rem,10vw,8rem);font-weight:900;background:linear-gradient(90deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:1}.glow-line.svelte-67057e{height:4px;width:min(180px,80%);background:linear-gradient(90deg,transparent,var(--v),transparent);margin:2rem auto;border-radius:2px;box-shadow:0 0 30px var(--v)}.subtitle.svelte-67057e{font-size:clamp(1.1rem,4vw,1.6rem);color:#bbb;max-width:700px;margin:0 auto;line-height:1.6}.contact-section.svelte-67057e{padding:4rem 0 10rem}.form-grid.svelte-67057e{display:grid;grid-template-columns:1fr;gap:4rem}.form-wrapper.svelte-67057e{background:var(--glass);padding:clamp(2rem,5vw,3.5rem);border-radius:28px;border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 60px #0000004d}.contact-form.svelte-67057e{display:grid;gap:1.8rem}.input-group.svelte-67057e{position:relative}.floating.svelte-67057e input:where(.svelte-67057e),.floating.svelte-67057e textarea:where(.svelte-67057e){width:100%;padding:1.4rem 1.6rem;background:#282b2899;border:1.5px solid transparent;border-radius:16px;color:#fff;font-size:1.1rem;transition:all .4s}.floating.svelte-67057e label:where(.svelte-67057e){position:absolute;top:1.4rem;left:1.6rem;color:#999;font-size:1.1rem;pointer-events:none;transition:all .3s ease}.floating.svelte-67057e input:where(.svelte-67057e):focus,.floating.svelte-67057e textarea:where(.svelte-67057e):focus,.floating.svelte-67057e input.active:where(.svelte-67057e),.floating.svelte-67057e textarea.active:where(.svelte-67057e){border-color:var(--v);box-shadow:0 0 0 4px #3b28cc33}.floating.svelte-67057e input:where(.svelte-67057e):focus+label:where(.svelte-67057e),.floating.svelte-67057e textarea:where(.svelte-67057e):focus+label:where(.svelte-67057e),.floating.svelte-67057e input.active:where(.svelte-67057e)+label:where(.svelte-67057e),.floating.svelte-67057e textarea.active:where(.svelte-67057e)+label:where(.svelte-67057e){top:-10px;left:1.2rem;font-size:.85rem;background:var(--bg);padding:0 .6rem;color:var(--v);font-weight:600}select.svelte-67057e{padding:1.4rem 1.6rem;border-radius:16px;background:#282b2899;border:1.5px solid var(--border);color:#fff;font-size:1.1rem}textarea.svelte-67057e{resize:vertical;min-height:160px}.status-message.svelte-67057e{padding:1.2rem 1.8rem;border-radius:16px;text-align:center;font-weight:600;margin:1rem 0;background:#ff646426;color:#ff6b6b;position:relative}.status-message.success.svelte-67057e{background:#00c80026;color:#4ade80}.success-check.svelte-67057e{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:80px;height:80px;background:var(--v);color:#fff;font-size:3rem;border-radius:50%;display:grid;place-items:center;box-shadow:0 0 60px var(--v)}.btn-submit.svelte-67057e{width:100%;margin-top:1rem}.btn-primary.svelte-67057e{background:var(--v);color:#fff;padding:1.6rem;border-radius:16px;font-weight:700;font-size:1.3rem;border:none;cursor:pointer;box-shadow:0 20px 50px #3b28cc80;transition:all .4s}.btn-primary.svelte-67057e:hover{transform:translateY(-8px);box-shadow:0 30px 70px #3b28ccb3}.contact-card.svelte-67057e{background:#3b28cc1a;border:1px solid var(--border);border-radius:28px;padding:clamp(2rem,5vw,3rem);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contact-card.svelte-67057e h2:where(.svelte-67057e){font-size:clamp(2rem,5vw,2.6rem);margin-bottom:2.5rem;background:linear-gradient(90deg,#fff,var(--v));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact-item.svelte-67057e{display:flex;gap:1.2rem;margin-bottom:2rem;align-items:flex-start}.icon.svelte-67057e{width:50px;height:50px;min-width:50px;background:var(--v);border-radius:14px;display:grid;place-items:center;font-size:1.5rem}.icon.svelte-67057e svg:where(.svelte-67057e){width:28px;height:28px;color:#fff}.contact-item.svelte-67057e a:where(.svelte-67057e),.contact-item.svelte-67057e p:where(.svelte-67057e){color:#ddd;text-decoration:none;line-height:1.6;font-size:1.05rem}.contact-item.svelte-67057e a:where(.svelte-67057e):hover{color:#fff}.social-links.svelte-67057e{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.social-btn.svelte-67057e{background:#ffffff14;padding:.9rem 1.8rem;border-radius:50px;text-decoration:none;color:#ccc;font-weight:600;transition:all .4s;font-size:.95rem}.social-btn.svelte-67057e:hover{background:var(--v);color:#fff;transform:translateY(-6px)}.custom-select.svelte-67057e{position:relative}.select-wrapper.svelte-67057e{position:relative;display:block}.select-wrapper.svelte-67057e select:where(.svelte-67057e){-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:1.4rem 3.5rem 1.4rem 1.6rem;background:#282b2899;border:1.5px solid var(--border);border-radius:16px;color:#fff;font-size:1.1rem;cursor:pointer;transition:all .4s ease;outline:none}.select-wrapper.svelte-67057e select:where(.svelte-67057e):focus{border-color:var(--v);box-shadow:0 0 0 4px #3b28cc33;background:#282b28cc}.select-wrapper.svelte-67057e label:where(.svelte-67057e){position:absolute;top:1.4rem;left:1.6rem;color:#999;font-size:1.1rem;pointer-events:none;transition:all .3s ease;transform-origin:left}.select-wrapper.svelte-67057e select:where(.svelte-67057e):not(:placeholder-shown)+label:where(.svelte-67057e),.select-wrapper.svelte-67057e select:where(.svelte-67057e):focus+label:where(.svelte-67057e){top:-10px;left:1.2rem;font-size:.85rem;background:var(--bg);padding:0 .6rem;color:var(--v);font-weight:600}.select-arrow.svelte-67057e{position:absolute;top:50%;right:1.4rem;transform:translateY(-50%);pointer-events:none;width:20px;height:20px;color:#aaa;transition:all .3s ease}.select-wrapper.svelte-67057e select:where(.svelte-67057e):focus~.select-arrow:where(.svelte-67057e){color:var(--v);transform:translateY(-50%) rotate(180deg)}.select-wrapper.svelte-67057e:hover select:where(.svelte-67057e){border-color:#3b28cc99;box-shadow:0 0 20px #3b28cc33}@media(min-width:768px){.form-grid.svelte-67057e{grid-template-columns:1fr 400px;gap:5rem}.hero.svelte-67057e{padding:12rem 0 10rem}}@media(min-width:1024px){.form-grid.svelte-67057e{gap:6rem}.container.svelte-67057e{padding:0 2rem}}@media(max-width:480px){.hero.svelte-67057e{padding:8rem 0 6rem;min-height:80vh}.glow-line.svelte-67057e{width:60%}.form-wrapper.svelte-67057e,.contact-card.svelte-67057e{padding:2rem;border-radius:20px}.icon.svelte-67057e{width:44px;height:44px;font-size:1.3rem}.social-btn.svelte-67057e{padding:.8rem 1.4rem;font-size:.9rem}}
