html,
body {
  background: #030303;
  color: #fff
}
.f8-contact-page {
  background: radial-gradient(ellipse at 0% 16%, rgba(254, 231, 5, .16) 0%, rgba(254, 231, 5, .060) 22%, transparent 46%), radial-gradient(ellipse at 100% 30%, rgba(254, 231, 5, .13) 0%, rgba(254, 231, 5, .045) 22%, transparent 48%), linear-gradient(90deg, #0b0901 0%, #050505 18%, #030303 50%, #050505 82%, #0c0a02 100%);
  position: relative;
  overflow: hidden
}
.f8-contact-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(254, 231, 5, .04) 28%, transparent 44%, rgba(254, 231, 5, .03) 70%, transparent 100%), linear-gradient(rgba(254, 231, 5, .016) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .014) 1px, transparent 1px);
  background-size: 100% 100%, 88px 88px, 88px 88px;
  opacity: .75
}
.header.w-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(3, 3, 3, .86);
  border-bottom: 1px solid rgba(254, 231, 5, .13);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.button.animation,
.button.hover,
.button_login_bt {
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .18), inset 0 1px 0 rgba(255, 255, 255, .52)
}
.button.border {
  background: rgba(10, 10, 8, .46);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05)
}
.f8c-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto
}
.f8-contact-main {
  padding-top: 0
}
.f8c-hero {
  padding: 120px 0 86px
}
.f8c-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center
}
.f8c-eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 14px
}
.f8c-hero h1,
.f8c-section h2,
.f8c-form-card h2 {
  font-size: clamp(44px, 6vw, 78px);
  line-height: .96;
  margin: 0;
  color: #fff;
  letter-spacing: -.055em
}
.f8c-form-card h2,
.f8c-section h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.05
}
.f8c-lead {
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .74);
  max-width: 760px;
  margin: 24px 0 0
}
.f8c-hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px
}
.f8c-hero-actions.center {
  justify-content: center
}
.f8c-hero-card,
.f8c-form-card,
.f8c-info-card,
.f8c-help-grid article,
.f8c-process-card,
.f8c-cta-card {
  border: 1px solid rgba(254, 231, 5, .18);
  background: linear-gradient(145deg, rgba(8, 8, 6, .58), rgba(255, 255, 255, .024));
  box-shadow: 0 26px 90px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}
.f8c-hero-card {
  border-radius: 34px;
  min-height: 450px;
  padding: 30px;
  position: relative;
  overflow: hidden
}
.f8c-hero-card:before {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(120deg, transparent, rgba(254, 231, 5, .15), transparent);
  transform: rotate(22deg);
  opacity: .78
}
.f8c-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em
}
.f8c-card-top img {
  height: 42px;
  width: auto
}
.f8c-support-orbit {
  position: absolute;
  inset: 74px 40px 100px;
  border: 1px solid rgba(254, 231, 5, .22);
  border-radius: 50%;
  transform: rotate(-12deg)
}
.f8c-support-orbit:before, .f8c-support-orbit:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fee705;
  box-shadow: 0 0 32px rgba(254, 231, 5, .5)
}
.f8c-support-orbit:before {
  width: 18px;
  height: 18px;
  top: 20%;
  right: 7%
}
.f8c-support-orbit:after {
  width: 11px;
  height: 11px;
  bottom: 11%;
  left: 16%
}
.f8c-support-panel {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: grid;
  gap: 12px
}
.f8c-support-panel div {
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(0, 0, 0, .28);
  border-radius: 18px;
  padding: 17px
}
.f8c-support-panel small {
  display: block;
  color: rgba(255, 255, 255, .56);
  margin-bottom: 7px
}
.f8c-support-panel strong {
  color: #fff
}
.f8c-section {
  padding: 82px 0
}
.f8c-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start
}
.f8c-form-card,
.f8c-info-card,
.f8c-help-grid article,
.f8c-process-card,
.f8c-cta-card {
  border-radius: 28px;
  padding: 32px
}
.f8c-muted,
.f8c-section-head p,
.f8c-info-card p,
.f8c-help-grid p,
.f8c-process-card p,
.f8c-cta-card p,
.f8c-form-note {
  color: var(--f8-muted);
  line-height: 1.72;
  font-size: 16px
}
.f8c-form {
  margin-top: 26px
}
.f8c-form-row {
  margin-bottom: 16px
}
.f8c-form-row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}
.f8c-form label {
  display: block;
  color: #fff;
  font-weight: 800;
  margin-bottom: 9px
}
.f8c-form label span {
  font-weight: 600;
  color: rgba(255, 255, 255, .48)
}
.f8c-form input,
.f8c-form select,
.f8c-form textarea {
  width: 100%;
  border: 1px solid rgba(254, 231, 5, .17);
  background: rgba(0, 0, 0, .42);
  color: #fff;
  border-radius: 16px;
  padding: 15px 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  font: inherit
}
.f8c-form input:focus, .f8c-form select:focus, .f8c-form textarea:focus {
  border-color: rgba(254, 231, 5, .55);
  box-shadow: 0 0 0 4px rgba(254, 231, 5, .08)
}
.f8c-submit {
  width: 100%;
  justify-content: center;
  border-radius: 16px;
  margin-top: 4px
}
.f8c-form-note {
  font-size: 13px;
  margin-top: 14px
}
.f8c-info-stack {
  display: grid;
  gap: 18px
}
.f8c-info-card {
  position: relative;
  overflow: hidden
}
.f8c-info-card.primary:before {
  content: "";
  position: absolute;
  inset: auto -20% -48% -20%;
  height: 160px;
  background: radial-gradient(ellipse at 50% 50%, rgba(254, 231, 5, .18), transparent 65%)
}
.f8c-info-card>* {
  position: relative;
  z-index: 1
}
.f8c-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(254, 231, 5, .36);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fee705;
  font-weight: 900;
  margin-bottom: 20px
}
.f8c-info-card h3,
.f8c-help-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #fff
}
.f8c-info-card a,
.f8c-link-row a {
  color: #fee705;
  text-decoration: none;
  font-weight: 800
}
.f8c-link-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}
.f8c-section-head {
  text-align: center;
  margin: 0 auto 42px
}
.f8c-section-head p {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 18px
}
.f8c-help-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}
.f8c-help-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(254, 231, 5, .36);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fee705;
  font-weight: 900;
  margin-bottom: 28px
}
.f8c-process-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center
}
.f8c-process-list {
  display: grid;
  gap: 14px
}
.f8c-process-list div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(0, 0, 0, .28);
  padding: 16px
}
.f8c-process-list strong {
  display: inline-flex;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fee705;
  color: #050505
}
.f8c-process-list span {
  color: rgba(255, 255, 255, .78);
  line-height: 1.55
}
.f8c-cta-card {
  text-align: center;
  position: relative;
  overflow: hidden
}
.f8c-cta-card:before {
  content: "";
  position: absolute;
  inset: auto -10% -60% -10%;
  height: 220px;
  background: radial-gradient(ellipse at 50% 50%, rgba(254, 231, 5, .18), transparent 64%)
}
.f8c-cta-card>* {
  position: relative;
  z-index: 1
}
.f8c-cta-card h2 {
  max-width: 850px;
  margin: 0 auto
}
.f8c-cta-card p {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 18px
}
@media(max-width: 991px) {
  .f8c-hero-grid, .f8c-contact-grid, .f8c-process-card {
    grid-template-columns: 1fr
  }
  .f8c-help-grid {
    grid-template-columns: 1fr 1fr
  }
  .f8-contact-page {
    padding-top: 82px
  }
  .f8c-hero {
    padding-top: 80px
  }
}
@media(max-width: 640px) {
  .f8c-channel-list {
    grid-template-columns: 1fr
  }
  .f8c-shell {
    width: min(100% - 24px, 1180px)
  }
  .f8c-help-grid, .f8c-form-row.two {
    grid-template-columns: 1fr
  }
  .f8c-section {
    padding: 56px 0
  }
  .f8c-hero-card, .f8c-form-card, .f8c-info-card, .f8c-process-card, .f8c-cta-card, .f8c-help-grid article {
    border-radius: 22px;
    padding: 22px
  }
  .f8c-hero h1 {
    font-size: 46px
  }
  .f8c-hero-actions {
    align-items: stretch
  }
  .f8c-hero-actions .button {
    width: 100%;
    justify-content: center
  }
}
.f8c-contact-hub {
  min-height: 100%;
  display: flex;
  flex-direction: column
}
.f8c-channel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0
}
.f8c-channel-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(254, 231, 5, .18);
  border-radius: 18px;
  background: rgba(0, 0, 0, .30);
  padding: 16px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease
}
.f8c-channel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(254, 231, 5, .48);
  background: rgba(254, 231, 5, .07)
}
.f8c-channel-card.primary {
  grid-column: 1/-1;
  background: linear-gradient(135deg, rgba(254, 231, 5, .13), rgba(255, 255, 255, .035))
}
.f8c-channel-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(254, 231, 5, .36);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fee705;
  font-weight: 950;
  font-size: 20px;
  background: rgba(254, 231, 5, .08)
}
.f8c-channel-card strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 5px
}
.f8c-channel-card small {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.45
}
.f8c-alert {
  margin: 20px 0 22px;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.55;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
  color: #fff
}
.f8c-alert.is-success {
  border-color: rgba(254, 231, 5, .46);
  background: rgba(254, 231, 5, .10);
  color: #fff
}
.f8c-alert.is-error {
  border-color: rgba(255, 85, 85, .42);
  background: rgba(255, 55, 55, .08);
  color: #fff
}
.f8c-hp-field {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden
}
.f8c-submit.is-sending {
  opacity: .75;
  cursor: wait
}
