@charset "UTF-8";
#contact-main {
  margin-top: 68px;
}

/* ---------- Hero / Console-split section ---------- */
.sl-contact-hero {
  position: relative;
  background: var(--sl-navy-deep);
  overflow: hidden;
  padding: 0;
}

/* dot-grid constellation background, pure CSS, no images */
.sl-constellation {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(96, 165, 250, 0.18) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.6;
  pointer-events: none;
}

.sl-glow-a {
  position: absolute;
  top: -180px;
  left: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.sl-glow-b {
  position: absolute;
  bottom: -220px;
  right: -160px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.18), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.sl-contact-grid {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: calc(100vh - 64px);
}

/* Left: narrative console panel */
.sl-console {
  padding: 80px 56px 80px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.sl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 246, 255, 0.08);
  color: var(--sl-bg-sky);
  border: 1px solid rgba(96, 165, 250, 0.25);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}

.sl-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sl-bg-cyan);
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.18);
}

.sl-console h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.sl-console h1 .accent {
  color: var(--sl-bg-sky);
}

.sl-console p.lede {
  color: var(--sl-gray-300);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 0 36px;
}

/* terminal-style "what happens next" mini console */
.sl-terminal {
  background: linear-gradient(180deg, rgba(23, 38, 56, 0.9), rgba(11, 22, 35, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 20px 22px;
  max-width: 480px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
}

.sl-terminal-head {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 14px;
}

.sl-terminal-head span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.sl-terminal-head span:nth-child(1) {
  background: #f87171;
}

.sl-terminal-head span:nth-child(2) {
  background: #fbbf24;
}

.sl-terminal-head span:nth-child(3) {
  background: #34d399;
}

.sl-terminal-head em {
  margin-left: 8px;
  font-style: normal;
  color: var(--sl-gray-400);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.sl-terminal-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
  color: var(--sl-gray-300);
}

.sl-terminal-line:first-of-type {
  border-top: none;
}

.sl-terminal-step {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(96, 165, 250, 0.12);
  color: var(--sl-bg-sky);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
}

.sl-terminal-line strong {
  color: #fff;
  font-weight: 700;
}

.sl-trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.sl-trust-row div {
  font-size: 0.82rem;
  color: var(--sl-gray-400);
}

.sl-trust-row strong {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 800;
}

/* ---------- Alternate contact strip ---------- */
.sl-alt-section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 84px 24px;
}

.sl-alt-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.sl-alt-head span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--sl-blue);
  text-transform: uppercase;
}

.sl-alt-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin: 10px 0 0;
  letter-spacing: -0.01em;
}

.sl-alt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sl-alt-card {
  border: 1px solid var(--sl-gray-200);
  border-radius: var(--radius);
  padding: 28px 24px;
  background: #fff;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.sl-alt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -22px rgba(15, 23, 42, 0.18);
  border-color: var(--sl-gray-300);
}

.sl-alt-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sl-alt-icon svg {
  width: 20px;
  height: 20px;
}

.sl-alt-icon.blue {
  background: var(--sl-blue-pale);
  color: var(--sl-blue);
}

.sl-alt-icon.cyan {
  background: #ecfdf5;
  color: #0d9488;
}

.sl-alt-icon.violet {
  background: #f5f3ff;
  color: #7c3aed;
}

.sl-alt-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.sl-alt-card p {
  font-size: 0.9rem;
  color: var(--sl-gray-600);
  line-height: 1.55;
  margin: 0 0 14px;
}

.sl-alt-card a.sl-text-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sl-blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---------- FAQ accordion (AI/AEO-friendly Q&A blocks) ---------- */
.sl-faq-section {
  background: var(--sl-gray-100);
  padding: 84px 24px;
}

.sl-faq-inner {
  max-width: 780px;
  margin: 0 auto;
}

.sl-faq-inner .sl-alt-head {
  margin-bottom: 36px;
}

.sl-faq-item {
  background: #fff;
  border: 1px solid var(--sl-gray-200);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.sl-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 0.98rem;
}

.sl-faq-item summary::-webkit-details-marker {
  display: none;
}

.sl-faq-item summary .chev {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sl-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--ease), background var(--ease);
}

.sl-faq-item[open] summary .chev {
  transform: rotate(45deg);
  background: var(--sl-blue-pale);
  color: var(--sl-blue);
}

.sl-faq-item .sl-faq-a {
  padding: 0 22px 20px;
  color: var(--sl-gray-600);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Right: form panel, floating glass card */
.sl-form-panel {
  background: var(--sl-gray-50);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 24px 56px 56px;
  position: relative;
}

.sl-form-card {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--sl-gray-200);
  box-shadow: 0 30px 60px -30px rgba(15, 23, 42, 0.25);
  padding: 40px 36px 36px;
  position: relative;
}

.sl-form-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 24px;
  right: 24px;
  height: 3px;
  background: linear-gradient(90deg, var(--sl-blue), var(--sl-bg-cyan), var(--sl-bg-violet));
  border-radius: 0 0 6px 6px;
}

.sl-form-head {
  margin-bottom: 28px;
}

.sl-form-head h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.sl-form-head p {
  margin: 0;
  color: var(--sl-gray-600);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* form layout */
.sl-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sl-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sl-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sl-field .ff-el-input--label label {
  font-size: 0.82rem;
  font-weight: 700 !important;
  color: var(--sl-gray-800);
  display: flex !important;
  justify-content: space-between;
}

.sl-field .ff-el-input--label label .opt {
  font-weight: 500;
  color: var(--sl-gray-400);
}

.sl-field input,
.sl-field select,
.sl-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 0.95rem;
  padding: 11px 14px;
  border: 1.5px solid var(--sl-gray-200);
  border-radius: 9px;
  background: var(--sl-gray-50);
  color: var(--sl-text);
  transition: border-color var(--ease), box-shadow var(--ease), background var(--ease);
}

.sl-field textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}

.sl-field input:hover, .sl-field select:hover, .sl-field textarea:hover {
  border-color: var(--sl-gray-300);
}

.sl-field input:focus, .sl-field select:focus, .sl-field textarea:focus {
  outline: none;
  border-color: var(--sl-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.sl-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394A3B8' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* budget pill-select (unique touch instead of a boring dropdown) */
.sl-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span, .sl-pill {
  border: 1.5px solid var(--sl-gray-200);
  background: var(--sl-gray-50);
  border-radius: 100px !important;
  padding: 8px 14px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--sl-gray-600) !important;
  position: relative;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input, .sl-pill input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
  margin: 0;
}

.sl-pill:has(input:checked) {
  background: var(--sl-blue-pale);
  border-color: var(--sl-blue);
  color: var(--sl-blue);
}

.sl-pill:has(input:focus-visible) {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.sl-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--sl-gray-600);
  line-height: 1.5;
}

.sl-consent input {
  margin-top: 3px;
}

.sl-consent a {
  color: var(--sl-blue);
  font-weight: 600;
}

.sl-submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.sl-submit-btn {
  background: var(--sl-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 13px 26px;
  border: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3);
  transition: transform var(--ease), box-shadow var(--ease);
}

.sl-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.38);
}

.sl-submit-btn svg {
  width: 16px;
  height: 16px;
}

.sl-submit-note {
  font-size: 0.78rem;
  color: var(--sl-gray-400);
}

/* honeypot field — invisible to humans, catches simple bots; no mail logic, just markup */
.sl-hp {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.ff-message-success {
  position: relative;
  margin-top: 18px;
  padding: 16px 18px 16px 52px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.07)), rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.55;
  overflow: hidden;
}

.ff-message-success::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #10b981);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

.ff-message-success::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #2563eb, #10b981);
}

.ff-message-success p {
  margin: 0;
}

.ff-message-success strong,
.ff-message-success b {
  color: #0f172a;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 55%, #0f172a 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, opacity 0.22s ease;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style):hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #0f172a 100%);
  box-shadow: 0 22px 46px rgba(37, 99, 235, 0.34), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style):active {
  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24), 0 1px 0 rgba(255, 255, 255, 0.16) inset;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style):focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 4px;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  color: #ffffff;
  stroke: #ffffff;
  transition: transform 0.22s ease;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) svg path {
  stroke: #ffffff;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style):hover svg {
  transform: translateX(3px);
}

@media (max-width: 661px) {
  form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */