:root {
  --c420fp-bg: #05091a;
  --c420fp-bg-2: #071323;
  --c420fp-white: #ffffff;
  --c420fp-muted: rgba(255,255,255,.68);
  --c420fp-muted-2: rgba(255,255,255,.52);
  --c420fp-line: rgba(255,255,255,.13);
  --c420fp-cyan: #4bdcff;
  --c420fp-purple: #8957ff;
  --c420fp-pink: #ee37ce;
  --c420fp-blue: #347dff;
}

.c420fp-contact-page,
.c420fp-contact-page *,
.c420fp-form-shell,
.c420fp-form-shell * {
  box-sizing: border-box;
}

.c420fp-contact-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 92px 0 92px;
  background:
    radial-gradient(circle at 15% 18%, rgba(137,87,255,.25), transparent 28%),
    radial-gradient(circle at 83% 14%, rgba(238,55,206,.18), transparent 25%),
    radial-gradient(circle at 50% 45%, rgba(75,220,255,.12), transparent 34%),
    linear-gradient(180deg, #05091a 0%, #071323 42%, #040916 100%);
  color: var(--c420fp-white);
  font-family: inherit;
}

.c420fp-contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 12%, #000 0%, transparent 72%);
}

.c420fp-contact-page::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 220px;
  height: 260px;
  z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(137,87,255,.28), transparent 54%),
    linear-gradient(100deg, transparent 12%, rgba(75,220,255,.11), rgba(238,55,206,.18), transparent 88%);
  filter: blur(18px);
  transform: rotate(-2deg);
}

.c420fp-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  z-index: -1;
}

.c420fp-glow-one {
  width: 260px;
  height: 260px;
  right: 7%;
  top: 90px;
  background: rgba(137,87,255,.28);
}

.c420fp-glow-two {
  width: 340px;
  height: 340px;
  left: 36%;
  top: 240px;
  background: rgba(32,125,255,.14);
}

.c420fp-wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.c420fp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .8fr);
  gap: 70px;
  align-items: center;
}

.c420fp-kicker {
  margin: 0 0 24px;
  color: var(--c420fp-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.c420fp-hero-content h1 {
  margin: 0;
  max-width: 680px;
  color: #fff;
  font-size: clamp(44px, 6.2vw, 76px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.065em;
}

.c420fp-hero-content h1 span,
.c420fp-form-head h2 span,
.c420fp-services h2 span,
.c420fp-process h2 span,
.c420fp-final-cta h2 span {
  background: linear-gradient(90deg, var(--c420fp-purple), var(--c420fp-pink), var(--c420fp-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.c420fp-lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.65;
}

.c420fp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.c420fp-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border-radius: 12px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.c420fp-btn svg,
.c420fp-submit svg,
.c420fp-footnote svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.c420fp-btn-primary {
  background: linear-gradient(135deg, var(--c420fp-purple), var(--c420fp-pink) 52%, var(--c420fp-blue));
  box-shadow: 0 18px 46px rgba(137,87,255,.28);
}

.c420fp-btn-secondary {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(18px);
}

.c420fp-btn:hover {
  transform: translateY(-2px);
}

.c420fp-help-card,
.c420fp-form-card,
.c420fp-side-card,
.c420fp-service-card,
.c420fp-step,
.c420fp-final-cta {
  border: 1px solid var(--c420fp-line);
  background:
    radial-gradient(circle at 15% 0%, rgba(137,87,255,.18), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(75,220,255,.10), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
  backdrop-filter: blur(22px);
}

.c420fp-help-card {
  padding: 30px;
  border-radius: 28px;
}

.c420fp-help-card h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.c420fp-help-list {
  display: grid;
  gap: 12px;
}

.c420fp-help-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(2,8,22,.48);
}

.c420fp-help-icon,
.c420fp-side-icon,
.c420fp-service-card > div,
.c420fp-paper-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--c420fp-cyan);
  border-radius: 16px;
  border: 1px solid rgba(137,87,255,.6);
  background: radial-gradient(circle at 35% 20%, rgba(238,55,206,.35), rgba(137,87,255,.12));
}

.c420fp-help-icon svg,
.c420fp-side-icon svg,
.c420fp-service-card svg,
.c420fp-paper-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.c420fp-help-item strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
}

.c420fp-help-item p {
  margin: 0;
  color: var(--c420fp-muted-2);
  font-size: 13px;
  line-height: 1.35;
}

.c420fp-help-item b {
  color: var(--c420fp-cyan);
  font-size: 30px;
  line-height: 1;
}

.c420fp-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .62fr);
  gap: 22px;
  margin-top: 64px;
  align-items: stretch;
}

.c420fp-form-card {
  padding: clamp(26px, 4vw, 36px);
  border-radius: 20px;
}

.c420fp-form-shell:not(.c420fp-form-card) {
  color: #fff;
}

.c420fp-form-head h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 38px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950;
}

.c420fp-form-head p {
  margin: 0 0 28px;
  color: var(--c420fp-muted);
  font-size: 15px;
  line-height: 1.55;
}

.c420fp-form {
  margin: 0;
}

.c420fp-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.c420fp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.c420fp-field {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.80);
  font-size: 14px;
  font-weight: 650;
}

.c420fp-field span em {
  color: #ff4fac;
  font-style: normal;
}

.c420fp-field-full {
  grid-column: 1 / -1;
}

.c420fp-field-half {
  grid-column: span 1;
}

.c420fp-field input,
.c420fp-field select,
.c420fp-field textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  outline: none;
  background: rgba(3, 10, 24, .58);
  color: #fff;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.c420fp-field select {
  appearance: auto;
}

.c420fp-field textarea {
  min-height: 78px;
  resize: vertical;
  padding-top: 14px;
}

.c420fp-field input::placeholder,
.c420fp-field textarea::placeholder {
  color: rgba(255,255,255,.40);
}

.c420fp-field input:focus,
.c420fp-field select:focus,
.c420fp-field textarea:focus {
  border-color: rgba(75,220,255,.66);
  box-shadow: 0 0 0 4px rgba(75,220,255,.08);
  background: rgba(3, 10, 24, .78);
}

.c420fp-legal {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.45;
}

.c420fp-legal input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--c420fp-purple);
}

.c420fp-legal a,
.c420fp-side-card a {
  color: #b36cff !important;
  text-decoration: none;
}

.c420fp-submit {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--c420fp-pink), var(--c420fp-purple) 55%, var(--c420fp-blue));
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(137,87,255,.28);
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.c420fp-submit:hover {
  transform: translateY(-1px);
  filter: saturate(1.1);
}

.c420fp-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.c420fp-response {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.c420fp-response.is-success {
  display: block;
  color: #d9fff0;
  border: 1px solid rgba(72, 255, 177, .28);
  background: rgba(72, 255, 177, .10);
}

.c420fp-response.is-error {
  display: block;
  color: #ffe0ed;
  border: 1px solid rgba(255, 79, 172, .28);
  background: rgba(255, 79, 172, .10);
}

.c420fp-footnote {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 14px 0 0;
  color: rgba(255,255,255,.47);
  font-size: 12px;
}

.c420fp-side-stack {
  display: grid;
  gap: 18px;
}

.c420fp-side-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 150px;
  padding: 28px;
  border-radius: 20px;
}

.c420fp-side-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.c420fp-side-card p {
  margin: 0 0 14px;
  color: var(--c420fp-muted);
  line-height: 1.55;
  font-size: 15px;
}

.c420fp-services,
.c420fp-process {
  margin-top: 54px;
  text-align: center;
}

.c420fp-services h2,
.c420fp-process h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(28px, 4.5vw, 34px);
  font-weight: 950;
  letter-spacing: -.05em;
}

.c420fp-services h2::after,
.c420fp-process h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--c420fp-blue), var(--c420fp-pink));
}

.c420fp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.c420fp-service-card {
  min-height: 190px;
  padding: 28px 24px;
  border-radius: 16px;
  text-align: center;
}

.c420fp-service-card > div {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: var(--c420fp-purple);
  background: rgba(137,87,255,.09);
}

.c420fp-service-card > div svg {
  width: 42px;
  height: 42px;
}

.c420fp-service-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.c420fp-service-card p {
  margin: 0;
  color: var(--c420fp-muted);
  line-height: 1.55;
  font-size: 14px;
}

.c420fp-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
  position: relative;
}

.c420fp-process-grid::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 50%;
  border-top: 2px dotted rgba(137,87,255,.72);
  transform: translateY(-50%);
  z-index: -1;
}

.c420fp-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 110px;
  padding: 20px;
  border-radius: 16px;
  text-align: left;
}

.c420fp-step b {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--c420fp-pink);
  border-radius: 999px;
  color: #fff;
  background: rgba(137,87,255,.17);
  font-size: 28px;
  line-height: 1;
}

.c420fp-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
}

.c420fp-step p {
  margin: 0;
  color: var(--c420fp-muted-2);
  font-size: 13px;
  line-height: 1.45;
}

.c420fp-final-cta {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 68px;
  padding: 34px 56px;
  border-radius: 20px;
  background:
    linear-gradient(100deg, rgba(38,98,255,.18), rgba(137,87,255,.20), rgba(238,55,206,.18)),
    radial-gradient(circle at 70% 25%, rgba(238,55,206,.30), transparent 35%),
    rgba(255,255,255,.045);
}

.c420fp-paper-icon {
  width: 76px;
  height: 76px;
  color: var(--c420fp-pink);
}

.c420fp-paper-icon svg {
  width: 46px;
  height: 46px;
}

.c420fp-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.08;
  letter-spacing: -.05em;
  font-weight: 950;
}

@media (max-width: 1024px) {
  .c420fp-wrap {
    width: min(100% - 38px, 1180px);
  }

  .c420fp-hero-grid,
  .c420fp-main-grid,
  .c420fp-final-cta {
    grid-template-columns: 1fr;
  }

  .c420fp-hero-grid {
    gap: 34px;
  }

  .c420fp-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .c420fp-process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .c420fp-process-grid::before {
    display: none;
  }

  .c420fp-final-cta {
    text-align: center;
    justify-items: center;
    padding: 36px 26px;
  }
}

@media (max-width: 767px) {
  .c420fp-contact-page {
    padding: 64px 0 72px;
  }

  .c420fp-wrap {
    width: min(100% - 28px, 1180px);
  }

  .c420fp-hero-content,
  .c420fp-services,
  .c420fp-process {
    text-align: center;
  }

  .c420fp-kicker {
    font-size: 10px;
    letter-spacing: .18em;
  }

  .c420fp-hero-content h1 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .c420fp-lead {
    margin-inline: auto;
    font-size: 16px;
  }

  .c420fp-actions {
    justify-content: center;
  }

  .c420fp-btn,
  .c420fp-actions .c420fp-btn {
    width: 100%;
  }

  .c420fp-help-card,
  .c420fp-form-card,
  .c420fp-side-card,
  .c420fp-service-card,
  .c420fp-step {
    border-radius: 18px;
  }

  .c420fp-help-card,
  .c420fp-form-card {
    padding: 22px;
  }

  .c420fp-help-item {
    grid-template-columns: 46px 1fr auto;
    gap: 10px;
    padding: 12px;
    text-align: left;
  }

  .c420fp-help-icon {
    width: 42px;
    height: 42px;
  }

  .c420fp-help-item b {
    font-size: 24px;
  }

  .c420fp-main-grid {
    margin-top: 42px;
  }

  .c420fp-field-grid,
  .c420fp-services-grid {
    grid-template-columns: 1fr;
  }

  .c420fp-field-half {
    grid-column: 1 / -1;
  }

  .c420fp-side-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .c420fp-step {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .c420fp-final-cta h2 {
    font-size: 30px;
  }
}
