.elementor-36014 .elementor-element.elementor-element-3c8c35e{--display:flex;}body.elementor-page-36014:not(.elementor-motion-effects-element-type-background), body.elementor-page-36014 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080808;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b9e9f5b *//* =========================================================
   RUGBY FAN CENTRAL — SUBMIT TO RFC
   FULL PAGE CSS
   ========================================================= */

.rfc-submit {
  --rfc-bg: #050b12;
  --rfc-panel: #0b1521;
  --rfc-panel-2: #101d2b;
  --rfc-border: rgba(255,255,255,.10);
  --rfc-border-green: rgba(91,214,77,.38);
  --rfc-green: #5bd64d;
  --rfc-green-bright: #73ed62;
  --rfc-white: #ffffff;
  --rfc-text: #d7dee7;
  --rfc-muted: #8e9baa;
  --rfc-navy: #07152a;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 70px;
  color: var(--rfc-text);
  font-family: inherit;
  box-sizing: border-box;
}

.rfc-submit *,
.rfc-submit *::before,
.rfc-submit *::after {
  box-sizing: border-box;
}


/* =========================================================
   HIDDEN CONTENT

   Used to keep Step 2 and inactive submission forms
   completely hidden until selected.
   ========================================================= */

.rfc-submit [hidden] {
  display: none !important;
}


/* =========================================================
   HERO
   ========================================================= */

.rfc-submit__hero {
  position: relative;
  overflow: hidden;
  padding: 56px 48px;
  margin: 0 0 28px;
  border: 1px solid var(--rfc-border);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(91,214,77,.13),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #0d1b2b 0%,
      #07111c 60%,
      #050a10 100%
    );

  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.rfc-submit__hero::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  border: 1px solid rgba(91,214,77,.18);
  pointer-events: none;
}

.rfc-submit__hero::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -150px;
  top: -145px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.05);
  pointer-events: none;
}

.rfc-submit__eyebrow {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;

  color: var(--rfc-green);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}

.rfc-submit__hero h1 {
  position: relative;
  z-index: 2;

  margin: 0;

  color: var(--rfc-white);

  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.045em;
}

.rfc-submit__hero h1 span {
  color: var(--rfc-green);
}

.rfc-submit__lead {
  position: relative;
  z-index: 2;

  margin: 19px 0 7px;

  color: var(--rfc-white);

  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.rfc-submit__intro {
  position: relative;
  z-index: 2;

  max-width: 760px;
  margin: 0;

  color: #c8d1db;

  font-size: 17px;
  line-height: 1.7;
}

.rfc-submit__notice {
  position: relative;
  z-index: 2;

  max-width: 820px;
  margin-top: 28px;
  padding: 16px 18px;

  border: 1px solid rgba(91,214,77,.22);
  border-left: 4px solid var(--rfc-green);
  border-radius: 10px;

  background: rgba(91,214,77,.06);

  color: #bfcbd6;

  font-size: 14px;
  line-height: 1.6;
}

.rfc-submit__notice strong {
  color: var(--rfc-white);
}


/* =========================================================
   MAIN SECTIONS
   ========================================================= */

.rfc-submit__section {
  margin-top: 28px;
  padding: 38px;

  border: 1px solid var(--rfc-border);
  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      rgba(16,29,43,.96),
      rgba(7,16,26,.98)
    );

  box-shadow: 0 16px 50px rgba(0,0,0,.20);
}

.rfc-submit__section-head {
  margin-bottom: 26px;
}

.rfc-submit__step {
  display: inline-flex;
  align-items: center;

  min-height: 26px;
  margin-bottom: 10px;
  padding: 5px 10px;

  border: 1px solid rgba(91,214,77,.26);
  border-radius: 999px;

  background: rgba(91,214,77,.07);

  color: var(--rfc-green);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.rfc-submit__section-head h2 {
  margin: 0 0 7px;

  color: var(--rfc-white);

  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.025em;
}

.rfc-submit__section-head p {
  margin: 0;

  color: var(--rfc-muted);

  font-size: 15px;
  line-height: 1.6;
}


/* =========================================================
   SUBMISSION TYPE GRID
   ========================================================= */

.rfc-submit__types {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}


/* =========================================================
   SUBMISSION TYPE CARDS
   ========================================================= */

.rfc-submit__type {
  appearance: none;
  -webkit-appearance: none;

  position: relative;

  width: 100%;
  min-height: 155px;

  padding: 22px 16px 18px;

  border: 1px solid var(--rfc-border);
  border-radius: 16px;

  background:
    linear-gradient(
      150deg,
      rgba(255,255,255,.035),
      rgba(255,255,255,.012)
    );

  color: var(--rfc-white);

  font-family: inherit;
  text-align: left;

  cursor: pointer;

  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.rfc-submit__type:hover {
  transform: translateY(-3px);

  border-color: rgba(91,214,77,.50);

  background: rgba(91,214,77,.055);

  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.rfc-submit__type:focus-visible {
  outline: 3px solid rgba(91,214,77,.25);
  outline-offset: 3px;
}


/* SELECTED CARD */

.rfc-submit__type.is-active {
  transform: translateY(-2px);

  border-color: var(--rfc-green);

  background:
    linear-gradient(
      145deg,
      rgba(91,214,77,.15),
      rgba(91,214,77,.045)
    );

  box-shadow:
    inset 0 0 0 1px rgba(91,214,77,.15),
    0 14px 32px rgba(0,0,0,.22);
}

.rfc-submit__type.is-active::after {
  content: "SELECTED";

  position: absolute;
  top: 12px;
  right: 12px;

  color: var(--rfc-green);

  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
}


/* CARD ICON */

.rfc-submit__type-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin-bottom: 16px;

  border: 1px solid rgba(91,214,77,.28);
  border-radius: 11px;

  background: rgba(91,214,77,.08);

  color: var(--rfc-green);

  font-size: 20px;
  font-weight: 900;
}


/* CARD TITLE */

.rfc-submit__type strong {
  display: block;

  margin-bottom: 6px;

  color: var(--rfc-white);

  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}


/* CARD DESCRIPTION */

.rfc-submit__type small {
  display: block;

  color: var(--rfc-muted);

  font-size: 12px;
  line-height: 1.45;
}


/* =========================================================
   STEP 2 / FORM AREA
   ========================================================= */

.rfc-submit__form-wrap {
  position: relative;
}

.rfc-submit__form {
  width: 100%;
}


/* =========================================================
   CONDITIONAL FORM
   ========================================================= */

.rfc-submit__conditional {
  margin-bottom: 26px;
  padding: 24px;

  border: 1px solid var(--rfc-border-green);
  border-radius: 16px;

  background: rgba(91,214,77,.035);

  animation: rfcSubmitFade .25s ease;
}

@keyframes rfcSubmitFade {

  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

.rfc-submit__form-title {
  margin-bottom: 20px;
  padding-bottom: 13px;

  border-bottom: 1px solid rgba(255,255,255,.08);

  color: var(--rfc-white);

  font-size: 20px;
  font-weight: 900;
}


/* =========================================================
   FORM BLOCKS
   ========================================================= */

.rfc-submit__form-block {
  margin-top: 22px;
  padding: 26px;

  border: 1px solid var(--rfc-border);
  border-radius: 16px;

  background: rgba(255,255,255,.018);
}

.rfc-submit__form-block h3 {
  margin: 0 0 6px;

  color: var(--rfc-white);

  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

.rfc-submit__form-block > p {
  max-width: 760px;

  margin: 0 0 20px;

  color: var(--rfc-muted);

  font-size: 13px;
  line-height: 1.6;
}


/* Space between stacked labels */

.rfc-submit__form-block > label + label {
  margin-top: 18px;
}


/* =========================================================
   FORM GRID
   ========================================================= */

.rfc-submit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

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

.rfc-submit__full {
  grid-column: 1 / -1;
}


/* =========================================================
   LABELS
   ========================================================= */

.rfc-submit label {
  display: block;
  color: var(--rfc-text);
}

.rfc-submit label > span:first-child {
  display: block;

  margin-bottom: 8px;

  color: #dce4ec;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
}


/* =========================================================
   INPUTS
   ========================================================= */

.rfc-submit input[type="text"],
.rfc-submit input[type="email"],
.rfc-submit input[type="url"],
.rfc-submit input[type="number"],
.rfc-submit input[type="date"],
.rfc-submit input[type="time"],
.rfc-submit input[type="file"],
.rfc-submit select,
.rfc-submit textarea {

  width: 100%;
  min-height: 50px;

  margin: 0;
  padding: 12px 14px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;

  outline: none;

  background: #07111c;

  color: var(--rfc-white);

  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;

  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}


/* TEXTAREAS */

.rfc-submit textarea {
  min-height: 125px;
  resize: vertical;
}


/* PLACEHOLDERS */

.rfc-submit input::placeholder,
.rfc-submit textarea::placeholder {
  color: #687687;
  opacity: 1;
}


/* FOCUS */

.rfc-submit input:focus,
.rfc-submit select:focus,
.rfc-submit textarea:focus {

  border-color: var(--rfc-green);

  background: #091522;

  box-shadow:
    0 0 0 3px rgba(91,214,77,.10);
}


/* SELECT */

.rfc-submit select {
  cursor: pointer;
}

.rfc-submit select option {
  background: #07111c;
  color: #fff;
}


/* =========================================================
   DATE / TIME INPUTS
   ========================================================= */

.rfc-submit input[type="date"],
.rfc-submit input[type="time"] {
  color-scheme: dark;
}


/* =========================================================
   FILE UPLOAD
   ========================================================= */

.rfc-submit input[type="file"] {
  padding: 9px 11px;
  cursor: pointer;
}

.rfc-submit input[type="file"]::file-.elementor-36014 .elementor-element.elementor-element-b9e9f5b-button {

  margin-right: 12px;

  padding: 8px 12px;

  border: 0;
  border-radius: 7px;

  background: rgba(91,214,77,.14);

  color: var(--rfc-green);

  font-family: inherit;
  font-weight: 800;

  cursor: pointer;
}

.rfc-submit input[type="file"]::file-.elementor-36014 .elementor-element.elementor-element-b9e9f5b-button:hover {
  background: rgba(91,214,77,.22);
}


/* =========================================================
   CHECKBOXES
   ========================================================= */

.rfc-submit__check {

  display: flex !important;

  align-items: flex-start;

  gap: 12px;

  padding: 15px;

  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;

  background: rgba(255,255,255,.02);

  cursor: pointer;
}

.rfc-submit__check input[type="checkbox"] {

  flex: 0 0 auto;

  width: 19px;
  height: 19px;

  margin: 2px 0 0;

  accent-color: var(--rfc-green);
}

.rfc-submit__check > span {

  margin: 0 !important;

  color: #b9c4cf !important;

  font-size: 13px !important;
  line-height: 1.55;

  font-weight: 500 !important;
}

.rfc-submit__check--final {

  margin-top: 22px;

  border-color: rgba(91,214,77,.18);

  background: rgba(91,214,77,.025);
}


/* =========================================================
   EDITORIAL POLICY
   ========================================================= */

.rfc-submit__policy {

  margin-top: 22px;

  padding: 19px 20px;

  border: 1px solid rgba(91,214,77,.20);
  border-left: 4px solid var(--rfc-green);

  border-radius: 11px;

  background:
    linear-gradient(
      90deg,
      rgba(91,214,77,.08),
      rgba(91,214,77,.025)
    );
}

.rfc-submit__policy strong {

  display: block;

  margin-bottom: 5px;

  color: var(--rfc-white);

  font-size: 14px;
  font-weight: 900;
}

.rfc-submit__policy p {

  margin: 0;

  color: #aebbc7;

  font-size: 13px;
  line-height: 1.6;
}


/* =========================================================
   SEND TO RFC BUTTON
   ========================================================= */

.rfc-submit__button {

  appearance: none;
  -webkit-appearance: none;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 13px;

  min-width: 230px;
  min-height: 56px;

  margin-top: 24px;

  padding: 14px 24px;

  border: 0;
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      var(--rfc-green),
      var(--rfc-green-bright)
    );

  color: #06100b;

  font-family: inherit;

  font-size: 14px;
  font-weight: 950;
  letter-spacing: .04em;

  cursor: pointer;

  box-shadow:
    0 10px 28px rgba(91,214,77,.16);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease;
}

.rfc-submit__button:hover {

  transform: translateY(-2px);

  filter: brightness(1.04);

  box-shadow:
    0 15px 34px rgba(91,214,77,.22);
}

.rfc-submit__button:focus-visible {

  outline: 3px solid rgba(91,214,77,.30);
  outline-offset: 3px;
}

.rfc-submit__button:active {
  transform: translateY(0);
}

.rfc-submit__button span {

  font-size: 21px;
  line-height: 1;
}


/* =========================================================
   THANK YOU TEXT UNDER BUTTON
   ========================================================= */

.rfc-submit__after {

  margin: 13px 0 0;

  color: var(--rfc-muted);

  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   WHY SUBMIT TO RFC
   ========================================================= */

.rfc-submit__why {

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 14px;

  margin-top: 28px;
}

.rfc-submit__why > div {

  position: relative;

  overflow: hidden;

  min-height: 180px;

  padding: 25px;

  border: 1px solid var(--rfc-border);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      rgba(16,29,43,.9),
      rgba(7,16,26,.98)
    );
}

.rfc-submit__why > div::after {

  content: "";

  position: absolute;

  width: 100px;
  height: 100px;

  right: -45px;
  bottom: -45px;

  border-radius: 50%;

  border:
    1px solid rgba(91,214,77,.10);

  pointer-events: none;
}

.rfc-submit__why span {

  display: block;

  margin-bottom: 13px;

  color: var(--rfc-green);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.rfc-submit__why strong {

  display: block;

  margin-bottom: 9px;

  color: var(--rfc-white);

  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

.rfc-submit__why p {

  margin: 0;

  color: var(--rfc-muted);

  font-size: 13px;
  line-height: 1.6;
}


/* =========================================================
   CONTACT RFC CROSS-LINK
   ========================================================= */

.rfc-submit__contact {

  margin-top: 28px;

  padding: 34px;

  border: 1px solid var(--rfc-border);
  border-radius: 18px;

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(91,214,77,.08),
      transparent 38%
    ),
    #07111c;
}

.rfc-submit__contact > span {

  display: block;

  margin-bottom: 8px;

  color: var(--rfc-green);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.rfc-submit__contact h2 {

  margin: 0 0 8px;

  color: var(--rfc-white);

  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.rfc-submit__contact p {

  max-width: 690px;

  margin: 0 0 18px;

  color: var(--rfc-muted);

  font-size: 14px;
  line-height: 1.6;
}

.rfc-submit__contact a {

  display: inline-flex;

  align-items: center;

  color: var(--rfc-green);

  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;

  text-decoration: none;

  transition: color .18s ease;
}

.rfc-submit__contact a:hover {

  color: var(--rfc-green-bright);

  text-decoration: underline;
}


/* =========================================================
   HONEYPOT
   ========================================================= */

.rfc-submit__hp {

  position: absolute !important;

  left: -9999px !important;

  width: 1px !important;
  height: 1px !important;

  overflow: hidden !important;

  opacity: 0 !important;

  pointer-events: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .rfc-submit {

    padding-left: 16px;
    padding-right: 16px;

  }


  .rfc-submit__hero {

    padding: 42px 32px;

  }


  .rfc-submit__section {

    padding: 30px;

  }


  .rfc-submit__types {

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

  }


  .rfc-submit__why {

    grid-template-columns: 1fr;

  }


  .rfc-submit__why > div {

    min-height: 0;

  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .rfc-submit {

    padding:
      0
      12px
      48px;

  }


  /* HERO */

  .rfc-submit__hero {

    padding: 31px 21px;

    margin-bottom: 18px;

    border-radius: 17px;

  }


  .rfc-submit__hero h1 {

    font-size: 43px;

  }


  .rfc-submit__eyebrow {

    font-size: 10px;

    letter-spacing: .13em;

  }


  .rfc-submit__lead {

    margin-top: 16px;

    font-size: 19px;

  }


  .rfc-submit__intro {

    font-size: 15px;
    line-height: 1.6;

  }


  .rfc-submit__notice {

    margin-top: 21px;

    padding: 14px;

    font-size: 12px;

  }


  /* SECTIONS */

  .rfc-submit__section {

    margin-top: 18px;

    padding: 22px 16px;

    border-radius: 17px;

  }


  .rfc-submit__section-head {

    margin-bottom: 19px;

  }


  .rfc-submit__section-head h2 {

    font-size: 25px;

  }


  .rfc-submit__section-head p {

    font-size: 13px;

  }


  /* TYPE CARDS */

  .rfc-submit__types {

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 9px;

  }


  .rfc-submit__type {

    min-height: 137px;

    padding:
      17px
      12px
      14px;

    border-radius: 13px;

  }


  .rfc-submit__type-icon {

    width: 38px;
    height: 38px;

    margin-bottom: 13px;

    font-size: 18px;

  }


  .rfc-submit__type strong {

    font-size: 13px;

  }


  .rfc-submit__type small {

    font-size: 11px;

  }


  /* Don't clutter small cards with selected label */

  .rfc-submit__type.is-active::after {

    display: none;

  }


  /* FORMS */

  .rfc-submit__conditional,
  .rfc-submit__form-block {

    padding: 18px 14px;

  }


  .rfc-submit__grid--2 {

    grid-template-columns: 1fr;

  }


  .rfc-submit__full {

    grid-column: auto;

  }


  /* INPUTS
     16px prevents unwanted iPhone zoom
     */

  .rfc-submit input[type="text"],
  .rfc-submit input[type="email"],
  .rfc-submit input[type="url"],
  .rfc-submit input[type="number"],
  .rfc-submit input[type="date"],
  .rfc-submit input[type="time"],
  .rfc-submit input[type="file"],
  .rfc-submit select,
  .rfc-submit textarea {

    min-height: 50px;

    font-size: 16px;

  }


  /* BUTTON */

  .rfc-submit__button {

    width: 100%;

    min-height: 56px;

  }


  /* WHY SUBMIT */

  .rfc-submit__why {

    gap: 10px;

    margin-top: 18px;

  }


  .rfc-submit__why > div {

    padding: 20px;

  }


  /* CONTACT */

  .rfc-submit__contact {

    margin-top: 18px;

    padding: 25px 20px;

  }


  .rfc-submit__contact h2 {

    font-size: 22px;

  }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 390px) {

  .rfc-submit__types {

    grid-template-columns: 1fr;

  }


  .rfc-submit__type {

    min-height: 0;

  }


  .rfc-submit__hero h1 {

    font-size: 38px;

  }

}


/* =========================================================
   REDUCED MOTION / ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rfc-submit *,
  .rfc-submit *::before,
  .rfc-submit *::after {

    scroll-behavior: auto !important;

    transition: none !important;

    animation: none !important;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7be897 *//* =========================================================
   RFC — SUBMIT TO RFC
   Covers:
   1. Hero HTML section
   2. [rfc_submit_form] plugin section
   3. Why Submit + Contact HTML section
   ========================================================= */


/* =========================================================
   GLOBAL / SHARED
   ========================================================= */

.rfc-submit {
  --rfc-bg: #050b12;
  --rfc-panel: #0b1521;
  --rfc-panel-2: #101d2b;
  --rfc-input: #07111c;

  --rfc-border: rgba(255,255,255,.10);
  --rfc-border-strong: rgba(255,255,255,.16);
  --rfc-border-green: rgba(91,214,77,.38);

  --rfc-green: #5bd64d;
  --rfc-green-bright: #73ed62;

  --rfc-white: #ffffff;
  --rfc-text: #d7dee7;
  --rfc-muted: #8e9baa;
  --rfc-navy: #07152a;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;

  color: var(--rfc-text);
  font-family: inherit;
  box-sizing: border-box;
}

.rfc-submit *,
.rfc-submit *::before,
.rfc-submit *::after {
  box-sizing: border-box;
}

.rfc-submit [hidden] {
  display: none !important;
}

.rfc-submit h1,
.rfc-submit h2,
.rfc-submit h3,
.rfc-submit p {
  margin-top: 0;
}

.rfc-submit a {
  text-decoration: none;
}


/* =========================================================
   SECTION 1 — HERO
   ========================================================= */

.rfc-submit__hero {
  position: relative;
  overflow: hidden;

  padding: clamp(38px, 6vw, 72px);

  border: 1px solid var(--rfc-border);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(91,214,77,.18),
      transparent 27%
    ),
    radial-gradient(
      circle at 72% 90%,
      rgba(42,102,180,.16),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #07111d 0%,
      #0a1826 52%,
      #07121d 100%
    );

  box-shadow:
    0 22px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.rfc-submit__hero::before {
  content: "";
  position: absolute;

  width: 340px;
  height: 340px;

  right: -125px;
  top: -155px;

  border: 1px solid rgba(91,214,77,.12);
  border-radius: 50%;

  pointer-events: none;
}

.rfc-submit__hero::after {
  content: "";
  position: absolute;

  width: 210px;
  height: 210px;

  right: 15px;
  bottom: -150px;

  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;

  pointer-events: none;
}

.rfc-submit__hero > * {
  position: relative;
  z-index: 2;
}

.rfc-submit__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 18px;

  color: var(--rfc-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rfc-submit__eyebrow::before {
  content: "";

  width: 25px;
  height: 3px;

  border-radius: 999px;

  background: var(--rfc-green);
}

.rfc-submit__hero h1 {
  max-width: 800px;
  margin-bottom: 10px;

  color: var(--rfc-white);

  font-size: clamp(42px, 7vw, 72px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.045em;
}

.rfc-submit__hero h1 span {
  color: var(--rfc-green);
}

.rfc-submit__lead {
  margin-bottom: 18px;

  color: var(--rfc-white);

  font-size: clamp(21px, 3vw, 29px);
  font-weight: 800;
  line-height: 1.2;
}

.rfc-submit__intro {
  max-width: 760px;
  margin-bottom: 27px;

  color: var(--rfc-text);

  font-size: 17px;
  line-height: 1.7;
}

.rfc-submit__notice {
  max-width: 820px;

  padding: 16px 18px;

  border: 1px solid var(--rfc-border-green);
  border-left: 4px solid var(--rfc-green);
  border-radius: 12px;

  background: rgba(91,214,77,.07);

  color: var(--rfc-text);

  font-size: 14px;
  line-height: 1.6;
}

.rfc-submit__notice strong {
  color: var(--rfc-white);
}


/* =========================================================
   SECTION 2 — PLUGIN / FORM
   ========================================================= */

/*
   Elementor will put the shortcode in its own widget.
   These margins visually connect it to the hero/footer.
*/

.rfc-submit__section {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 38px);

  border: 1px solid var(--rfc-border);
  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      rgba(16,29,43,.97),
      rgba(8,18,29,.98)
    );

  box-shadow:
    0 16px 40px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.025);
}


/* SECTION HEADING */

.rfc-submit__section-head {
  margin-bottom: 25px;
}

.rfc-submit__step {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--rfc-green);

  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.rfc-submit__section-head h2 {
  margin-bottom: 8px;

  color: var(--rfc-white);

  font-size: clamp(25px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.rfc-submit__section-head p {
  max-width: 680px;
  margin-bottom: 0;

  color: var(--rfc-muted);

  font-size: 15px;
  line-height: 1.6;
}


/* =========================================================
   SUBMISSION TYPE CARDS
   ========================================================= */

.rfc-submit__types {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.rfc-submit__type {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 155px;

  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  padding: 20px;

  appearance: none;

  border: 1px solid var(--rfc-border);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.035),
      rgba(255,255,255,.012)
    );

  color: var(--rfc-white);

  text-align: left;
  font-family: inherit;

  cursor: pointer;

  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.rfc-submit__type:hover {
  transform: translateY(-2px);

  border-color: rgba(91,214,77,.45);

  background: rgba(91,214,77,.055);

  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.rfc-submit__type:focus-visible {
  outline: 3px solid rgba(91,214,77,.28);
  outline-offset: 3px;
}

.rfc-submit__type.is-active {
  border-color: var(--rfc-green);

  background:
    linear-gradient(
      145deg,
      rgba(91,214,77,.15),
      rgba(91,214,77,.055)
    );

  box-shadow:
    inset 0 0 0 1px rgba(91,214,77,.12),
    0 12px 30px rgba(0,0,0,.18);
}

.rfc-submit__type.is-active::after {
  content: "SELECTED";

  position: absolute;

  top: 13px;
  right: 13px;

  color: var(--rfc-green);

  font-size: 9px;
  font-weight: 900;
  letter-spacing: .10em;
}

.rfc-submit__type-icon {
  display: flex;

  width: 39px;
  height: 39px;

  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  border: 1px solid rgba(91,214,77,.30);
  border-radius: 10px;

  background: rgba(91,214,77,.08);

  color: var(--rfc-green);

  font-size: 17px;
  font-weight: 900;
}

.rfc-submit__type strong {
  display: block;

  margin-bottom: 7px;

  color: var(--rfc-white);

  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.rfc-submit__type small {
  display: block;

  color: var(--rfc-muted);

  font-size: 12px;
  line-height: 1.45;
}


/* =========================================================
   STEP 2 / CONDITIONAL FORM
   ========================================================= */

.rfc-submit__form-wrap {
  border-color: rgba(91,214,77,.22);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(91,214,77,.075),
      transparent 26%
    ),
    linear-gradient(
      145deg,
      rgba(15,29,42,.98),
      rgba(7,17,27,.99)
    );
}

.rfc-submit__conditional {
  animation: rfcSubmitFade .2s ease;
}

@keyframes rfcSubmitFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rfc-submit__form-title {
  margin-bottom: 18px;

  color: var(--rfc-white);

  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
}


/* =========================================================
   FORM GRID
   ========================================================= */

.rfc-submit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 17px;
}

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

.rfc-submit__full {
  grid-column: 1 / -1;
}

.rfc-submit__form label {
  display: block;
  min-width: 0;
}

.rfc-submit__form label > span:first-child {
  display: block;

  margin-bottom: 7px;

  color: var(--rfc-text);

  font-size: 13px;
  font-weight: 750;
}


/* =========================================================
   INPUTS
   ========================================================= */

.rfc-submit__form input[type="text"],
.rfc-submit__form input[type="email"],
.rfc-submit__form input[type="url"],
.rfc-submit__form input[type="number"],
.rfc-submit__form input[type="date"],
.rfc-submit__form input[type="time"],
.rfc-submit__form select,
.rfc-submit__form textarea {
  display: block;

  width: 100%;
  max-width: 100%;

  border: 1px solid var(--rfc-border);
  border-radius: 10px;

  background: var(--rfc-input);

  color: var(--rfc-white);

  font-family: inherit;
  font-size: 15px;

  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.rfc-submit__form input[type="text"],
.rfc-submit__form input[type="email"],
.rfc-submit__form input[type="url"],
.rfc-submit__form input[type="number"],
.rfc-submit__form input[type="date"],
.rfc-submit__form input[type="time"],
.rfc-submit__form select {
  min-height: 50px;
  padding: 0 14px;
}

.rfc-submit__form textarea {
  min-height: 120px;
  padding: 13px 14px;

  line-height: 1.55;

  resize: vertical;
}

.rfc-submit__form input::placeholder,
.rfc-submit__form textarea::placeholder {
  color: #657383;
  opacity: 1;
}

.rfc-submit__form input:focus,
.rfc-submit__form select:focus,
.rfc-submit__form textarea:focus {
  outline: none;

  border-color: var(--rfc-green);

  background: #081522;

  box-shadow: 0 0 0 3px rgba(91,214,77,.11);
}

.rfc-submit__form select {
  cursor: pointer;
}

.rfc-submit__form input[type="date"],
.rfc-submit__form input[type="time"] {
  color-scheme: dark;
}


/* =========================================================
   FILE UPLOAD
   ========================================================= */

.rfc-submit__form input[type="file"] {
  display: block;

  width: 100%;

  padding: 9px;

  border: 1px dashed rgba(91,214,77,.30);
  border-radius: 10px;

  background: var(--rfc-input);

  color: var(--rfc-muted);

  font-size: 13px;
}

.rfc-submit__form input[type="file"]::file-.elementor-36014 .elementor-element.elementor-element-b7be897-button {
  margin-right: 12px;
  padding: 9px 13px;

  border: 0;
  border-radius: 7px;

  background: var(--rfc-green);

  color: #061007;

  font-family: inherit;
  font-weight: 850;

  cursor: pointer;
}


/* =========================================================
   FORM BLOCKS
   ========================================================= */

.rfc-submit__form-block {
  margin-top: 25px;
  padding: 22px;

  border: 1px solid var(--rfc-border);
  border-radius: 14px;

  background: rgba(255,255,255,.018);
}

.rfc-submit__form-block h3 {
  margin-bottom: 6px;

  color: var(--rfc-white);

  font-size: 18px;
  font-weight: 900;
}

.rfc-submit__form-block > p {
  margin-bottom: 18px;

  color: var(--rfc-muted);

  font-size: 13px;
  line-height: 1.55;
}

.rfc-submit__form-block > label + label {
  margin-top: 16px;
}


/* =========================================================
   CHECKBOXES
   ========================================================= */

.rfc-submit__check {
  display: flex !important;

  align-items: flex-start;
  gap: 11px;

  margin-top: 17px;

  cursor: pointer;
}

.rfc-submit__check input[type="checkbox"] {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  margin: 2px 0 0;

  accent-color: var(--rfc-green);
}

.rfc-submit__check > span {
  margin: 0 !important;

  color: var(--rfc-text) !important;

  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.rfc-submit__check--final {
  margin: 22px 0;
}


/* =========================================================
   EDITORIAL POLICY
   ========================================================= */

.rfc-submit__policy {
  margin-top: 25px;
  padding: 18px 19px;

  border: 1px solid var(--rfc-border-green);
  border-left: 4px solid var(--rfc-green);
  border-radius: 11px;

  background: rgba(91,214,77,.055);
}

.rfc-submit__policy strong {
  display: block;

  margin-bottom: 5px;

  color: var(--rfc-white);

  font-size: 14px;
  font-weight: 900;
}

.rfc-submit__policy p {
  margin: 0;

  color: var(--rfc-muted);

  font-size: 13px;
  line-height: 1.55;
}


/* =========================================================
   SEND BUTTON
   ========================================================= */

.rfc-submit__button {
  display: inline-flex;

  min-width: 230px;
  min-height: 54px;

  align-items: center;
  justify-content: center;
  gap: 11px;

  padding: 0 24px;

  border: 0;
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      var(--rfc-green),
      var(--rfc-green-bright)
    );

  color: #061007;

  font-family: inherit;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .04em;

  cursor: pointer;

  box-shadow: 0 11px 26px rgba(91,214,77,.15);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease;
}

.rfc-submit__button:hover {
  transform: translateY(-2px);

  filter: brightness(1.04);

  box-shadow: 0 15px 32px rgba(91,214,77,.21);
}

.rfc-submit__button:focus-visible {
  outline: 3px solid rgba(115,237,98,.30);
  outline-offset: 3px;
}

.rfc-submit__button span {
  font-size: 18px;
  line-height: 1;
}

.rfc-submit__after {
  margin: 13px 0 0;

  color: var(--rfc-muted);

  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   SUCCESS / ERROR MESSAGES FROM PLUGIN
   ========================================================= */

.rfc-submit__success,
.rfc-submit__message--success {
  margin-bottom: 22px;
  padding: 18px 20px;

  border: 1px solid rgba(91,214,77,.45);
  border-left: 4px solid var(--rfc-green);
  border-radius: 12px;

  background: rgba(91,214,77,.08);

  color: var(--rfc-text);

  line-height: 1.55;
}

.rfc-submit__error,
.rfc-submit__message--error {
  margin-bottom: 22px;
  padding: 18px 20px;

  border: 1px solid rgba(255,100,100,.35);
  border-left: 4px solid #ff6464;
  border-radius: 12px;

  background: rgba(255,100,100,.07);

  color: var(--rfc-text);

  line-height: 1.55;
}


/* =========================================================
   HONEYPOT
   ========================================================= */

.rfc-submit__hp {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  overflow: hidden !important;

  clip: rect(0,0,0,0) !important;
  clip-path: inset(50%) !important;

  white-space: nowrap !important;
}


/* =========================================================
   SECTION 3 — WHY SUBMIT
   ========================================================= */

.rfc-submit__why {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;

  margin-top: 24px;
}

.rfc-submit__why > div {
  position: relative;
  overflow: hidden;

  min-height: 170px;

  padding: 24px;

  border: 1px solid var(--rfc-border);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      rgba(16,29,43,.95),
      rgba(7,17,27,.98)
    );

  transition:
    transform .18s ease,
    border-color .18s ease;
}

.rfc-submit__why > div:hover {
  transform: translateY(-2px);

  border-color: rgba(91,214,77,.27);
}

.rfc-submit__why > div::after {
  content: "";

  position: absolute;

  width: 85px;
  height: 85px;

  right: -35px;
  bottom: -35px;

  border: 1px solid rgba(91,214,77,.08);
  border-radius: 50%;
}

.rfc-submit__why span {
  display: block;

  margin-bottom: 10px;

  color: var(--rfc-green);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.rfc-submit__why strong {
  display: block;

  margin-bottom: 8px;

  color: var(--rfc-white);

  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.rfc-submit__why p {
  margin: 0;

  color: var(--rfc-muted);

  font-size: 13px;
  line-height: 1.55;
}


/* =========================================================
   CONTACT RFC
   ========================================================= */

.rfc-submit__contact {
  position: relative;
  overflow: hidden;

  margin-top: 14px;
  padding: clamp(25px, 4vw, 36px);

  border: 1px solid var(--rfc-border);
  border-radius: 18px;

  background:
    radial-gradient(
      circle at 95% 50%,
      rgba(91,214,77,.10),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #091522,
      #0c1a28
    );
}

.rfc-submit__contact > span {
  display: block;

  margin-bottom: 8px;

  color: var(--rfc-green);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.rfc-submit__contact h2 {
  margin-bottom: 8px;

  color: var(--rfc-white);

  font-size: clamp(23px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.rfc-submit__contact p {
  max-width: 720px;
  margin-bottom: 19px;

  color: var(--rfc-muted);

  font-size: 14px;
  line-height: 1.6;
}

.rfc-submit__contact a {
  display: inline-flex;

  min-height: 45px;

  align-items: center;
  justify-content: center;

  padding: 0 17px;

  border: 1px solid var(--rfc-border-green);
  border-radius: 8px;

  background: rgba(91,214,77,.06);

  color: var(--rfc-green);

  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;

  transition:
    background .18s ease,
    border-color .18s ease,
    color .18s ease;
}

.rfc-submit__contact a:hover {
  border-color: var(--rfc-green);

  background: var(--rfc-green);

  color: #061007;
}


/* =========================================================
   BOTTOM PAGE SPACING
   ========================================================= */

.rfc-submit:last-of-type {
  padding-bottom: 70px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

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

  .rfc-submit__why {
    grid-template-columns: 1fr;
  }

  .rfc-submit__why > div {
    min-height: 0;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .rfc-submit {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rfc-submit__hero {
    padding: 30px 22px;

    border-radius: 18px;
  }

  .rfc-submit__hero h1 {
    font-size: 43px;
  }

  .rfc-submit__lead {
    font-size: 21px;
  }

  .rfc-submit__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .rfc-submit__notice {
    padding: 14px;

    font-size: 13px;
  }

  .rfc-submit__section {
    padding: 21px 16px;

    border-radius: 17px;
  }

  .rfc-submit__types {
    gap: 10px;
  }

  .rfc-submit__type {
    min-height: 142px;

    padding: 16px;
  }

  .rfc-submit__type.is-active::after {
    display: none;
  }

  .rfc-submit__type-icon {
    width: 35px;
    height: 35px;

    margin-bottom: 13px;
  }

  .rfc-submit__grid--2 {
    grid-template-columns: 1fr;
  }

  .rfc-submit__form-block {
    padding: 17px;
  }

  /*
   * 16px prevents Safari/iPhone from zooming
   * when the user taps an input.
   */
  .rfc-submit__form input[type="text"],
  .rfc-submit__form input[type="email"],
  .rfc-submit__form input[type="url"],
  .rfc-submit__form input[type="number"],
  .rfc-submit__form input[type="date"],
  .rfc-submit__form input[type="time"],
  .rfc-submit__form select,
  .rfc-submit__form textarea {
    font-size: 16px;
  }

  .rfc-submit__button {
    width: 100%;
    min-width: 0;
  }

  .rfc-submit__why {
    margin-top: 18px;
  }

  .rfc-submit__why > div {
    padding: 20px;
  }

  .rfc-submit__contact {
    padding: 24px 20px;
  }

  .rfc-submit__contact a {
    width: 100%;

    text-align: center;
  }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 390px) {

  .rfc-submit__types {
    grid-template-columns: 1fr;
  }

  .rfc-submit__type {
    min-height: 0;
  }

}


/* =========================================================
   REDUCED MOTION / ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rfc-submit *,
  .rfc-submit *::before,
  .rfc-submit *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

}/* End custom CSS */