.contact-enterprise-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 224, 196, 0.08), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(37, 99, 235, 0.14), transparent 32%),
    linear-gradient(90deg, rgba(3, 8, 28, 0.98) 0%, rgba(2, 8, 23, 1) 46%, rgba(7, 20, 40, 0.98) 100%);
  color: #f8fafc;
}

body.has-fcd-header .contact-enterprise-shell {
  padding-top: calc(var(--header-height, 72px) + 28px);
}

.contact-enterprise-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 56px 56px;
}

.contact-enterprise-shell {
  position: relative;
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr);
  max-width: 1440px;
  margin: 0 auto;
}

.contact-proof-panel {
  min-width: 0;
  padding: 52px 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-proof-content {
  max-width: 860px;
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #14e0c8;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #14e0c8;
  box-shadow: 0 0 0 6px rgba(20, 224, 200, 0.1);
}

.contact-enterprise-title {
  max-width: 700px;
  margin: 0 0 20px;
  color: #f8fafc;
  font-family: var(--display);
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.contact-enterprise-subtitle {
  max-width: 760px;
  margin: 0 0 28px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.7;
}

.contact-email-link {
  display: inline-block;
  margin: 0 0 36px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(20, 224, 200, 0.65);
  padding-bottom: 4px;
  overflow-wrap: anywhere;
}

.contact-testimonial {
  max-width: 760px;
  margin: 0 0 26px;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
}

.testimonial-person {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.testimonial-person strong {
  color: #ffffff;
  font-size: 15px;
}

.testimonial-person span {
  color: #94a3b8;
  font-size: 14px;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.testimonial-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.testimonial-dots .active {
  background: #ffffff;
}

.contact-divider {
  border: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  margin: 34px 0 30px;
}

.contact-trust-section h2 {
  margin: 0 0 16px;
  color: #f8fafc;
  font-family: var(--display);
  font-size: 1.04rem;
  letter-spacing: 0;
}

.contact-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.contact-trust-grid div {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.56);
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.3;
}

.contact-form-panel {
  min-width: 0;
  padding: 44px 52px 56px;
  display: flex;
  align-items: center;
}

.contact-form-card {
  width: 100%;
  max-width: 640px;
  padding: 38px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(5, 16, 36, 0.95), rgba(2, 10, 26, 0.96));
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-form-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.panel-heading h2 {
  margin: 0 0 8px;
  color: #f8fafc;
  font-family: var(--display);
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.panel-heading span {
  display: block;
  margin: 0 0 20px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
}

.contact-form {
  margin: 0;
}

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

.form-field,
.contact-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.form-field span,
.contact-form label span {
  color: #e2e8f0;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
}

.form-field b {
  color: var(--teal);
}

.form-field input,
.form-field select,
.form-field textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(203, 213, 225, 0.18);
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.form-field select,
.contact-form select {
  padding-right: 36px;
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #334155 50%),
    linear-gradient(135deg, #334155 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form-field textarea,
.contact-form textarea {
  min-height: 108px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(37, 99, 235, 0.56);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.message-field,
.consent-box,
.consent-row,
.turnstile-slot,
.form-alert,
.contact-submit {
  margin-top: 16px;
}

.website-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
}

.consent-box input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-height: auto;
  margin-top: 2px;
  accent-color: var(--teal);
}

.consent-box span {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.consent-box a {
  color: #f8fafc;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(0, 201, 167, 0.7);
  text-underline-offset: 3px;
}

.turnstile-slot {
  min-height: 68px;
  overflow-x: auto;
}

.form-alert {
  display: none;
  padding: 10px 12px;
  border: 1px solid rgba(248, 113, 113, 0.34);
  border-radius: 6px;
  background: rgba(127, 29, 29, 0.24);
  color: #fecaca;
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-alert.visible {
  display: block;
}

.contact-submit {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #14e0c8);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  white-space: normal;
}

.contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.24);
}

.success-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(0, 201, 167, 0.34);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.68);
}

.success-card h2 {
  color: #f8fafc;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.2;
}

.success-card p {
  margin-top: 14px;
  color: #cbd5e1;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.reference-token {
  display: inline-flex;
  max-width: 100%;
  margin-top: 16px;
  padding: 9px 11px;
  border: 1px solid rgba(0, 201, 167, 0.42);
  border-radius: 6px;
  color: #f8fafc;
  background: rgba(0, 201, 167, 0.1);
  font-family: var(--mono);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 44px 0 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: #020817;
}

.footer-inner {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f8fafc;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 900;
}

.footer-logo span:last-child {
  color: var(--teal);
}

.footer-logo-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #06101f;
  background: var(--teal);
  font-family: var(--mono);
  font-weight: 900;
}

.fd-footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.fd-footer-logo {
  display: block;
  width: 180px;
  height: auto;
  max-width: 100%;
  margin-bottom: 14px;
}

.footer-brand p {
  max-width: 340px;
  margin: 18px 0 0;
  color: #94a3b8;
  font-size: 0.96rem;
  line-height: 1.7;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.62);
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.footer-socials a:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 224, 200, 0.42);
  color: #ffffff;
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-col {
  display: grid;
  gap: 10px;
}

.footer-col h4 {
  margin: 0 0 8px;
  color: #f8fafc;
  font-family: var(--display);
  font-size: 0.95rem;
}

.footer-col a,
.footer-bottom a {
  color: #94a3b8;
  font-size: 0.94rem;
  line-height: 1.35;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: #f8fafc;
}

@keyframes fadeUpSoft {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-kicker,
.contact-enterprise-title,
.contact-enterprise-subtitle,
.contact-testimonial,
.testimonial-person,
.contact-form-card,
.site-footer {
  animation: fadeUpSoft 0.65s ease-out both;
}

.contact-kicker { animation-delay: 0.05s; }
.contact-enterprise-title { animation-delay: 0.1s; }
.contact-enterprise-subtitle { animation-delay: 0.18s; }
.contact-testimonial { animation-delay: 0.28s; }
.testimonial-person { animation-delay: 0.34s; }
.contact-form-card { animation-delay: 0.22s; }
.site-footer { animation-delay: 0.18s; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.footer-bottom p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

@media (max-width: 1024px) {
  .contact-enterprise-shell {
    grid-template-columns: 1fr;
  }

  .contact-proof-panel,
  .contact-form-panel {
    padding: 36px 24px;
  }

  .contact-proof-content {
    margin-top: 0;
  }

  .contact-form-card {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .contact-proof-panel,
  .contact-form-panel {
    padding: 28px 18px;
  }

  .contact-proof-content {
    margin-top: 34px;
  }

  .contact-enterprise-title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .contact-enterprise-subtitle,
  .contact-testimonial {
    margin-bottom: 28px;
  }

  .contact-email-link {
    margin-bottom: 28px;
  }

  .contact-trust-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 24px;
  }

  .footer-inner {
    width: min(100% - 24px, 100%);
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom nav {
    justify-content: flex-start;
  }
}
