:root {
  --black: #03050b;
  --navy: #071426;
  --blue: #248cff;
  --cyan: #22e6ff;
  --purple: #8b5cff;
  --gold: #d6ac4f;
  --text: #ffffff;
  --muted: #b8c3d6;
  --line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

.contact-hero,
.contact-section {
  scroll-margin-top: 130px;
}

a { color: inherit; text-decoration: none; }

.site-header {
  height: 112px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 34px;
  background: rgba(3,5,11,.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.logo img { width: 300px; height: auto; display: block; }

.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  font-size: 16px;
  color: var(--muted);
}

.desktop-nav a:hover,
.desktop-nav a.active { color: white; }

.desktop-nav a.active {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 10px;
}

.top-cta {
  background: linear-gradient(135deg, #f2d27a, #c79632);
  color: #050505;
  padding: 18px 28px;
  border-radius: 10px;
  font-weight: 800;
}

.menu-btn {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
}

.menu-btn span {
  display: block;
  width: 30px;
  height: 2px;
  background: white;
  margin: 7px 0;
}

.mobile-menu {
  display: none;
  background: #050915;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu a {
  display: block;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu.open { display: block; }

.contact-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  padding: 115px 7%;
  background:
    radial-gradient(circle at 78% 35%, rgba(36,140,255,.28), transparent 28%),
    radial-gradient(circle at 92% 60%, rgba(139,92,255,.16), transparent 25%),
    linear-gradient(135deg, #03050b 0%, #06152c 58%, #03050b 100%);
  position: relative;
  overflow: hidden;
}

.contact-hero:before {
  content: "";
  position: absolute;
  inset: -8%;
  background: center / cover no-repeat
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20400%22%3E%3Cg%20stroke%3D%22%236aa8ff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.13%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M40%2080%20L160%2040%20L300%20110%20L430%2060%20L560%20120%20M160%2040%20L150%20200%20M300%20110%20L260%20250%20L430%2060%20M260%20250%20L120%20320%20M430%2060%20L520%20230%20L560%20120%20M520%20230%20L400%20350%20M150%20200%20L40%2080%20M150%20200%20L260%20250%20M120%20320%20L260%20250%20M400%20350%20L520%20230%20M40%2080%20L120%20320%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2280%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22110%22%20r%3D%223.2%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22560%22%20cy%3D%22120%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%22200%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22230%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%22320%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22350%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22430%22%20cy%3D%2260%22%20r%3D%223%22%20fill%3D%22%23b6abff%22%20fill-opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22260%22%20cy%3D%22250%22%20r%3D%223.4%22%20fill%3D%22%23e7c46a%22%20fill-opacity%3D%220.45%22%2F%3E%3C%2Fsvg%3E");
  opacity: .55;
  -webkit-mask-image: radial-gradient(120% 100% at 65% 45%, #000 28%, transparent 80%);
          mask-image: radial-gradient(120% 100% at 65% 45%, #000 28%, transparent 80%);
  animation: meshFloat 40s ease-in-out infinite alternate;
}

@keyframes meshFloat {
  from { transform: translate(-1.5%, -1%) scale(1.04); }
  to   { transform: translate(2%, 1.5%) scale(1.09); }
}

.hero-copy,
.hero-card {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: #a9d4ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

.gold-text { color: var(--gold); }

h1 {
  font-size: clamp(56px, 6vw, 96px);
  line-height: .98;
  margin: 24px 0 28px;
  letter-spacing: -3px;
}

h1 span,
.contact-section h2 span {
  background: linear-gradient(90deg, #f2d27a, #c79632);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 24px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 720px;
}

.hero-card {
  align-self: center;
  padding: 38px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  box-shadow: 0 30px 80px rgba(36,140,255,.1);
}

.hero-card h3 {
  font-size: 32px;
  margin: 0 0 16px;
}

.hero-card p {
  color: var(--muted);
  line-height: 1.65;
}

.quick-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.quick-options a {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(36,140,255,.08);
  font-weight: 800;
  color: var(--text);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.quick-options a:hover {
  transform: translateY(-3px);
  border-color: rgba(36,140,255,.7);
  background: rgba(36,140,255,.16);
}

.contact-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .85fr 1.35fr;
  gap: 55px;
  padding: 90px 7%;
  background:
    radial-gradient(720px 480px at 14% 18%, rgba(36,140,255,.10), transparent 60%),
    radial-gradient(720px 520px at 90% 88%, rgba(139,92,255,.10), transparent 60%),
    #05070c;
  border-top: 1px solid var(--line);
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

.contact-section:before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  background: center / cover no-repeat
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20400%22%3E%3Cg%20stroke%3D%22%236aa8ff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.12%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M40%2080%20L160%2040%20L300%20110%20L430%2060%20L560%20120%20M160%2040%20L150%20200%20M300%20110%20L260%20250%20L430%2060%20M260%20250%20L120%20320%20M430%2060%20L520%20230%20L560%20120%20M520%20230%20L400%20350%20M150%20200%20L40%2080%20M150%20200%20L260%20250%20M120%20320%20L260%20250%20M400%20350%20L520%20230%20M40%2080%20L120%20320%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2280%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22110%22%20r%3D%223.2%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22560%22%20cy%3D%22120%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%22200%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22230%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%22320%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22350%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22430%22%20cy%3D%2260%22%20r%3D%223%22%20fill%3D%22%23b6abff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22260%22%20cy%3D%22250%22%20r%3D%223.4%22%20fill%3D%22%23e7c46a%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
  opacity: .45;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 50%, #000 26%, transparent 80%);
          mask-image: radial-gradient(120% 100% at 50% 50%, #000 26%, transparent 80%);
  animation: meshFloat 46s ease-in-out infinite alternate;
  pointer-events: none;
}

.contact-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.5vw, 72px);
  margin: 14px 0 24px;
}

.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}

.contact-info {
  margin-top: 36px;
  display: grid;
  gap: 18px;
}

.contact-info div {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}

.contact-info strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 17px;
}

.contact-info p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.contact-info a {
  color: #9ddaff;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 34px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.18);
  color: white;
  padding: 17px;
  border-radius: 8px;
  font-size: 15px;
}

.lead-form select,
.lead-form textarea,
.sms-consent,
.sms-disclosure,
.lead-form button,
.privacy-note {
  grid-column: span 2;
}

.sms-disclosure {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.lead-form textarea {
  min-height: 130px;
  resize: vertical;
}

.sms-consent {
  display: flex;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.sms-consent input {
  width: auto;
  margin-top: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 28px;
  border-radius: 8px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn.gold {
  background: linear-gradient(135deg, #f2d27a, #c79632);
  color: #050505;
}

.privacy-note {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.privacy-note a {
  color: #9ddaff;
}

.site-footer {
  padding: 55px 7%;
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 36px;
  background: #020306;
  border-top: 1px solid var(--line);
}

.footer-brand img { width: 260px; }

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer h4 {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 13px;
}

.site-footer a {
  display: block;
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .contact-hero,
  .contact-section {
    scroll-margin-top: 100px;
  }

  .desktop-nav,
  .top-cta { display: none; }

  .menu-btn {
    display: block;
    margin-left: auto;
  }

  .site-header {
    height: 96px;
    padding: 0 28px;
    justify-content: space-between;
  }

  .logo img { width: 230px; }

  .contact-hero,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    padding: 58px 7% 70px;
    min-height: auto;
  }

  .quick-options {
    grid-template-columns: 1fr;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form select,
  .lead-form textarea,
  .sms-consent,
  .sms-disclosure,
  .lead-form button,
  .privacy-note {
    grid-column: span 1;
  }
}
