:root {
  --smace-navy: #071e35;
  --smace-navy-2: #0d3a68;
  --smace-ink: #102b43;
  --smace-muted: #6b8093;
  --smace-line: #e3ebf1;
  --smace-blue: #2174c8;
  --smace-orange: #ef7d3d;
}

.smace-contact-page {
  margin: 0;
  color: var(--smace-ink);
  background: #f7fafc;
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.smace-contact-page *,
.smace-contact-page *::before,
.smace-contact-page *::after { box-sizing: border-box; }
.smace-contact-page a { color: inherit; text-decoration: none; }
.smace-contact-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.smace-contact-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 83% 12%, rgba(56,142,216,.28), transparent 28%), linear-gradient(125deg, #061a31 0%, #092c51 58%, #0d416f 100%);
}
.smace-contact-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -280px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(171,215,244,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(171,215,244,.035), 0 0 0 72px rgba(171,215,244,.025);
}
.smace-contact-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 70px;
  align-items: end;
  min-height: 390px;
  padding: 82px 0 76px;
}
.smace-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #f6a75c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.smace-contact-eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 99px; background: currentColor; }
.smace-contact-hero h1 { max-width: 720px; margin: 0; font: 700 clamp(43px, 5vw, 72px)/.98 "Space Grotesk", sans-serif; letter-spacing: -.065em; }
.smace-contact-hero h1 span { color: #f1a14e; }
.smace-contact-hero-copy { max-width: 570px; margin: 24px 0 0; color: #c2d5e5; font-size: 17px; line-height: 1.75; }
.smace-contact-hero-note { align-self: center; padding: 25px 27px; border: 1px solid rgba(186,220,241,.25); border-radius: 16px; background: rgba(255,255,255,.07); }
.smace-contact-hero-note i { color: #71c8ed; font-size: 27px; }
.smace-contact-hero-note strong { display: block; margin-top: 18px; color: #fff; font: 700 22px/1.15 "Space Grotesk", sans-serif; }
.smace-contact-hero-note p { margin: 10px 0 0; color: #b9cede; font-size: 13px; line-height: 1.65; }

.smace-contact-main { padding: 85px 0 105px; }
.smace-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.smace-contact-kicker { margin: 0 0 12px; color: var(--smace-orange); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.smace-contact-info h2 { max-width: 420px; margin: 0; color: var(--smace-ink); font: 700 clamp(31px, 3.2vw, 46px)/1.05 "Space Grotesk", sans-serif; letter-spacing: -.06em; }
.smace-contact-info > p { max-width: 430px; margin: 20px 0 33px; color: var(--smace-muted); font-size: 15px; line-height: 1.8; }
.smace-contact-details { display: grid; gap: 13px; }
.smace-contact-detail { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border: 1px solid var(--smace-line); border-radius: 12px; background: #fff; }
.smace-contact-detail i { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 10px; color: var(--smace-blue); background: #eaf4ff; font-size: 17px; }
.smace-contact-detail:nth-child(2) i { color: var(--smace-orange); background: #fff1e8; }
.smace-contact-detail:nth-child(3) i { color: #159b72; background: #eafaf4; }
.smace-contact-detail small { display: block; margin-bottom: 4px; color: #8293a2; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.smace-contact-detail a, .smace-contact-detail span { color: var(--smace-ink); font-size: 13px; font-weight: 700; line-height: 1.55; }

.smace-contact-form-card { padding: 36px; border: 1px solid var(--smace-line); border-radius: 18px; background: #fff; box-shadow: 0 22px 55px rgba(12,43,67,.08); }
.smace-contact-form-card h2 { margin: 0; color: var(--smace-ink); font: 700 28px/1.1 "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.smace-contact-form-card > p { margin: 9px 0 25px; color: var(--smace-muted); font-size: 13px; line-height: 1.65; }
.smace-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.smace-contact-field { display: grid; gap: 7px; }
.smace-contact-field.full { grid-column: 1 / -1; }
.smace-contact-field label { color: var(--smace-ink); font-size: 11px; font-weight: 800; }
.smace-contact-field input,
.smace-contact-field select,
.smace-contact-field textarea { width: 100%; border: 1px solid #dce6ed; border-radius: 8px; outline: 0; padding: 12px 13px; color: var(--smace-ink); background: #fbfdff; font: 400 13px/1.45 "DM Sans", Arial, sans-serif; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.smace-contact-field textarea { min-height: 126px; resize: vertical; }
.smace-contact-field input:focus,
.smace-contact-field select:focus,
.smace-contact-field textarea:focus { border-color: #75b8e7; background: #fff; box-shadow: 0 0 0 3px rgba(33,116,200,.1); }
.smace-contact-submit { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; margin-top: 4px; }
.smace-contact-submit button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 0 20px; border: 0; border-radius: 8px; color: #fff; background: var(--smace-orange); cursor: pointer; font: 800 12px "DM Sans", Arial, sans-serif; box-shadow: 0 12px 22px rgba(239,125,61,.2); }
.smace-contact-submit button:hover { background: #dc692e; }
.smace-contact-submit button:disabled { cursor: wait; opacity: .7; }
.smace-contact-status { margin: 0; color: var(--smace-muted); font-size: 12px; }
.smace-contact-status.success { color: #16825f; }
.smace-contact-status.error { color: #b84435; }

@media (max-width: 820px) {
  .smace-contact-hero-inner, .smace-contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .smace-contact-hero-inner { min-height: 0; padding: 65px 0 62px; }
  .smace-contact-hero-note { max-width: 500px; }
  .smace-contact-main { padding: 60px 0 75px; }
}
@media (max-width: 560px) {
  .smace-contact-wrap { width: min(100% - 32px, 1180px); }
  .smace-contact-hero h1 { font-size: 42px; }
  .smace-contact-hero-copy { font-size: 15px; }
  .smace-contact-form-card { padding: 23px 18px; }
  .smace-contact-form { grid-template-columns: 1fr; }
  .smace-contact-field.full, .smace-contact-submit { grid-column: auto; }
}
