:root {
  --brand: #f8b33b;
  --brand-strong: #d78610;
  --ink: #132033;
  --muted: #697386;
  --line: #e3e8ef;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --background: #f3f6f8;
  --teal: #147d8f;
  --danger: #b42318;
  --success: #0f7b43;
  --shadow: 0 24px 70px rgba(19, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  background: #f3f6f8;
  color: #132033;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.page-shell {
  width: calc(100% - 32px);
  max-width: 1180px;
}

.contest-layout {
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(19, 32, 51, 0.14);
}

.visual-panel,
.form-panel {
  width: 100%;
}

.visual-panel {
  padding: 42px;
  background: #f8b33b;
}

.form-panel {
  background: #ffffff;
}

.form-header,
.contest-form {
  padding-left: 48px;
  padding-right: 48px;
}

.contest-form {
  display: block;
  padding-top: 12px;
  padding-bottom: 46px;
}

.contest-form > *,
.field-group > *,
.radio-options > * {
  margin-bottom: 20px;
}

.contest-form > *:last-child,
.field-group > *:last-child,
.radio-options > *:last-child {
  margin-bottom: 0;
}

.field-group,
.two-columns,
.radio-options {
  display: block;
}

label,
.choice-block,
.legal-block {
  display: block;
}

label > span,
legend,
small,
.legal-status,
.upload-title,
.upload-copy,
.file-name {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input:not([type]) {
  display: block;
  width: 100%;
}

.drop-zone {
  display: block;
  text-align: center;
}

.submit-button {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family:
    Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(248, 179, 59, 0.24), transparent 34%),
    linear-gradient(145deg, #eef3f7 0%, #fbfcfd 52%, #edf4f5 100%);
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(19, 32, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 32, 51, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 72%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
}

.contest-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1fr);
  min-height: calc(100vh - 68px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: pageIn 700ms ease both;
}

.visual-panel {
  position: relative;
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 42px;
  color: #101827;
  background:
    linear-gradient(160deg, rgba(248, 179, 59, 0.92) 0%, rgba(248, 179, 59, 0.68) 42%, rgba(20, 125, 143, 0.2) 100%),
    #f8b33b;
}

.brand-mark {
  width: 132px;
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(19, 32, 51, 0.12));
}

.brand-mark-form {
  width: 148px;
  filter: none;
}

.visual-copy {
  position: relative;
  z-index: 2;
  max-width: 440px;
}

.kicker,
.form-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: rgba(19, 32, 51, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kicker::before,
.form-eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 430px;
  margin-top: 18px;
  font-size: clamp(2.7rem, 6vw, 4.45rem);
  line-height: 0.94;
}

h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1;
}

.visual-copy p,
.form-header p {
  margin: 14px 0 0;
  color: rgba(19, 32, 51, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.turbine-scene {
  position: relative;
  min-height: 270px;
}

.sun-disc {
  position: absolute;
  right: 10px;
  bottom: 88px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.horizon-line {
  position: absolute;
  right: -42px;
  bottom: 42px;
  left: -42px;
  height: 80px;
  background:
    linear-gradient(to top, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(-7deg, transparent 0 22px, rgba(19, 32, 51, 0.08) 23px 24px);
}

.turbine {
  position: absolute;
  bottom: 42px;
  width: 12px;
  color: rgba(19, 32, 51, 0.82);
}

.turbine-main {
  left: 32%;
  height: 230px;
}

.turbine-small {
  right: 22%;
  height: 155px;
  opacity: 0.62;
  transform: scale(0.72);
  transform-origin: bottom center;
}

.tower {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-radius: 999px 999px 0 0;
  background: currentColor;
  transform: perspective(90px) rotateX(4deg);
}

.nacelle {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 38px;
  height: 14px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.rotor {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
  animation: spin 7s linear infinite;
}

.rotor span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: 0 50%;
}

.turbine-small .rotor span {
  width: 74px;
}

.rotor span:nth-child(1) {
  transform: rotate(0deg);
}

.rotor span:nth-child(2) {
  transform: rotate(120deg);
}

.rotor span:nth-child(3) {
  transform: rotate(240deg);
}

.form-panel {
  display: flex;
  flex-direction: column;
  background: var(--surface);
}

.form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 48px 22px;
}

.form-header-copy {
  max-width: 520px;
}

.form-eyebrow {
  color: var(--brand-strong);
}

.contest-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 22px;
  padding: 12px 48px 46px;
}

label,
.legal-block,
.choice-block {
  display: grid;
  align-content: start;
  gap: 9px;
}

.field-group {
  display: grid;
  align-items: start;
  gap: 14px;
}

.two-columns {
  align-items: start;
  grid-template-columns: 1fr 1fr;
}

.field-group,
.choice-block,
.legal-block,
.upload-label,
.form-message {
  grid-column: 1 / -1;
}

label > span,
legend {
  color: #263447;
  font-size: 0.9rem;
  font-weight: 760;
}

strong {
  color: var(--brand-strong);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input:not([type]) {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--ink);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  background: var(--surface-soft);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

input::placeholder {
  color: #a0a9b7;
}

input:hover {
  border-color: #ccd5e1;
  background: #ffffff;
}

input:focus {
  border-color: var(--brand);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(248, 179, 59, 0.2);
  transform: translateY(-1px);
}

small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
  min-height: 2.8em;
}

.choice-block,
.legal-block {
  margin: 4px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfcfe);
}

.radio-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.legal-block p {
  max-width: 720px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  width: auto;
  cursor: pointer;
}

.radio-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}

.radio-row input:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.radio-row span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}

.secondary-button,
.icon-button {
  font: inherit;
  font-weight: 800;
  border-radius: 6px;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.secondary-button {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  color: #1f2937;
  border: 1px solid rgba(248, 179, 59, 0.8);
  background: rgba(248, 179, 59, 0.18);
}

.secondary-button:hover {
  background: rgba(248, 179, 59, 0.32);
  box-shadow: 0 10px 24px rgba(248, 179, 59, 0.16);
  transform: translateY(-1px);
}

.legal-status {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.legal-status.is-ready {
  color: var(--success);
}

.upload-label input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.drop-zone {
  position: relative;
  display: grid;
  min-height: 150px;
  place-items: center;
  gap: 6px;
  overflow: hidden;
  padding: 24px;
  text-align: center;
  color: var(--ink);
  border: 1px dashed #d1dae7;
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(248, 179, 59, 0.78), rgba(20, 125, 143, 0.34)) border-box;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.drop-zone::before {
  position: absolute;
  inset: auto -20% -55% -20%;
  height: 90px;
  content: "";
  background: radial-gradient(ellipse at center, rgba(248, 179, 59, 0.18), transparent 70%);
  transition: opacity 180ms ease;
}

.drop-zone.is-dragging,
.drop-zone.has-file,
.drop-zone:hover {
  border-color: var(--brand);
  box-shadow: 0 16px 34px rgba(19, 32, 51, 0.1);
  transform: translateY(-2px);
}

.drop-zone.has-file {
  border-style: solid;
}

.drop-zone.is-locked {
  pointer-events: none;
  opacity: 0.56;
}

.upload-icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 12px 22px rgba(248, 179, 59, 0.34);
}

.upload-icon::before,
.upload-icon::after {
  position: absolute;
  content: "";
  background: #1f2937;
}

.upload-icon::before {
  width: 4px;
  height: 18px;
  border-radius: 999px;
}

.upload-icon::after {
  width: 14px;
  height: 14px;
  border-top: 4px solid #1f2937;
  border-left: 4px solid #1f2937;
  background: transparent;
  transform: translateY(-6px) rotate(45deg);
}

.upload-title {
  position: relative;
  font-size: 1.02rem;
  font-weight: 800;
}

.upload-copy,
.file-name {
  position: relative;
  color: var(--muted);
  font-size: 0.9rem;
}

.file-name {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--teal);
  font-weight: 800;
}

.form-message {
  display: none;
  padding: 13px 15px;
  border-radius: 6px;
  font-size: 0.94rem;
  line-height: 1.45;
  animation: messageIn 220ms ease both;
}

.form-message.is-error {
  display: block;
  color: var(--danger);
  background: #fff4f2;
  border: 1px solid #ffd4cd;
}

.form-message.is-success {
  display: block;
  color: var(--success);
  background: #effcf5;
  border: 1px solid #b9efd0;
}

.form-message[hidden] {
  display: none;
}

.submit-button {
  position: relative;
  width: fit-content;
  min-width: 178px;
  min-height: 52px;
  overflow: hidden;
  padding: 0 28px;
  color: #1f2937;
  font: inherit;
  font-weight: 850;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  box-shadow: 0 16px 28px rgba(248, 179, 59, 0.32);
  cursor: pointer;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    filter 180ms ease;
}

.submit-button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-120%);
}

.submit-button:hover {
  filter: brightness(1.02);
  box-shadow: 0 20px 34px rgba(248, 179, 59, 0.42);
  transform: translateY(-1px);
}

.submit-button:hover::after {
  animation: shine 760ms ease;
}

.submit-button:active {
  transform: translateY(1px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.legal-modal {
  width: min(860px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 28px));
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 28px 88px rgba(19, 32, 51, 0.32);
}

.legal-modal[open] {
  display: block;
}

.legal-modal.is-open {
  position: fixed;
  inset: 14px;
  z-index: 9998;
  width: auto;
  max-width: 860px;
  max-height: calc(100vh - 28px);
  margin: auto;
  background: rgba(19, 32, 51, 0.46);
}

.legal-modal::backdrop {
  background: rgba(19, 32, 51, 0.46);
  backdrop-filter: blur(6px);
}

.legal-modal-panel {
  display: grid;
  max-height: min(760px, calc(100vh - 28px));
  grid-template-rows: auto minmax(220px, 1fr) auto;
  background: var(--surface);
}

.legal-modal-header,
.legal-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
}

.legal-modal-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.legal-modal-header h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #ffffff;
}

.icon-button:hover {
  border-color: var(--brand);
  background: rgba(248, 179, 59, 0.16);
}

.legal-scroll {
  overflow: auto;
  padding: 8px 26px 28px;
  outline: none;
  scroll-behavior: smooth;
}

.legal-scroll:focus {
  box-shadow: inset 0 0 0 4px rgba(248, 179, 59, 0.16);
}

.legal-text {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.legal-text h3,
.legal-text h4,
.legal-text p {
  margin: 0;
}

.legal-text h3 {
  padding-top: 16px;
  font-size: 1.35rem;
}

.legal-text h4 {
  padding-top: 16px;
  color: var(--brand-strong);
  font-size: 1rem;
  text-transform: uppercase;
}

.legal-text p {
  color: #3f4d5f;
  font-size: 0.95rem;
  line-height: 1.65;
  text-align: justify;
}

.legal-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #3f4d5f;
  font-size: 0.95rem;
  line-height: 1.65;
}

.legal-list li + li {
  margin-top: 4px;
}

.legal-subheading {
  padding-top: 4px;
  color: #263447;
  font-weight: 760;
  text-align: left;
}

.legal-closing {
  padding-top: 8px;
  font-style: italic;
  text-align: left;
}

.legal-modal-footer span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
}

.bot-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(19, 32, 51, 0.72);
  backdrop-filter: blur(8px);
}

.bot-overlay-panel {
  width: min(520px, 100%);
  padding: 28px;
  color: var(--ink);
  text-align: center;
  border: 1px solid rgba(248, 179, 59, 0.48);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf0, #ffffff);
  box-shadow: 0 28px 80px rgba(19, 32, 51, 0.28);
}

.bot-overlay-panel h2,
.bot-overlay-panel p {
  margin: 0;
}

.bot-overlay-panel h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.bot-overlay-panel p {
  margin-top: 14px;
  color: #445062;
  line-height: 1.6;
}

.bot-overlay-time {
  font-weight: 800;
}

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

@keyframes spin {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes shine {
  to {
    transform: translateX(120%);
  }
}

@keyframes messageIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 940px) {
  .contest-layout {
    grid-template-columns: 1fr;
  }

  .visual-panel {
    min-height: 430px;
  }

  .turbine-scene {
    min-height: 160px;
  }

  .turbine-main {
    left: 20%;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 18px);
    max-width: 560px;
    padding: 18px 0;
  }

  .visual-panel,
  .contest-form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .visual-panel {
    isolation: isolate;
    min-height: 390px;
    padding-top: 26px;
    padding-bottom: 24px;
    justify-content: flex-start;
    gap: 22px;
  }

  .visual-copy {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 18px 0 20px;
  }

  .visual-copy::before {
    position: absolute;
    inset: -12px -10px -10px;
    z-index: -1;
    content: "";
    border-radius: 8px;
    background: linear-gradient(
      90deg,
      rgba(248, 179, 59, 0.9),
      rgba(248, 179, 59, 0.68) 64%,
      rgba(248, 179, 59, 0)
    );
    backdrop-filter: blur(1px);
  }

  .visual-copy p {
    max-width: 310px;
    color: rgba(19, 32, 51, 0.78);
  }

  .turbine-scene {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 0;
    opacity: 0.38;
    pointer-events: none;
  }

  .sun-disc {
    right: 8%;
    bottom: 94px;
    width: 124px;
    height: 124px;
    background: rgba(255, 255, 255, 0.28);
  }

  .horizon-line {
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;
  }

  .turbine {
    color: rgba(19, 32, 51, 0.58);
  }

  .turbine-main {
    left: 18%;
    bottom: 56px;
    height: 250px;
  }

  .turbine-small {
    right: 15%;
    bottom: 54px;
    height: 190px;
    opacity: 0.78;
  }

  h1 {
    font-size: 2.6rem;
  }

  .contest-form,
  .two-columns {
    grid-template-columns: 1fr;
  }

  .form-header {
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 30px;
  }

  .brand-mark-form {
    width: 112px;
    margin: 0 0 14px;
  }

  .submit-button {
    width: 100%;
  }

  .radio-options {
    gap: 12px;
  }

  .legal-modal {
    width: calc(100% - 18px);
    max-height: calc(100vh - 18px);
  }

  .legal-modal-panel {
    max-height: calc(100vh - 18px);
  }

  .legal-modal-header,
  .legal-modal-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .legal-modal-header {
    position: relative;
    padding-right: 68px;
  }

  .icon-button {
    position: absolute;
    top: 16px;
    right: 18px;
  }

  .legal-scroll {
    padding: 6px 18px 22px;
  }

  .legal-modal-footer .secondary-button {
    width: 100%;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    background: #f3f6f8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }

  .page-shell {
    width: calc(100% - 18px);
    max-width: 820px;
    padding: 12px 0 20px;
  }

  .contest-layout {
    display: block;
    min-height: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(19, 32, 51, 0.12);
    backdrop-filter: none;
  }

  .visual-panel {
    display: block;
    min-height: 0;
    padding: 24px 20px 180px;
    background: linear-gradient(180deg, #f8b33b 0%, #efc664 100%);
  }

  .visual-copy {
    max-width: 100%;
    padding: 0;
  }

  .visual-copy::before,
  body::before {
    display: none;
  }

  .turbine-scene {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 180px;
    opacity: 0.3;
  }

  .form-header {
    display: block;
    padding: 24px 20px 18px;
  }

  .form-header-copy {
    max-width: none;
  }

  .brand-mark-form {
    display: block;
    width: 112px;
    margin: 0 0 14px;
  }

  .contest-form {
    display: block;
    padding: 8px 20px 24px;
  }

  .field-group,
  .two-columns,
  .radio-options {
    display: block;
  }

  label,
  .choice-block,
  .legal-block,
  .upload-label {
    display: block;
    margin-bottom: 18px;
  }

  label > span,
  small,
  .legal-status,
  .upload-title,
  .upload-copy,
  .file-name {
    display: block;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input:not([type]) {
    display: block;
    width: 100%;
    min-height: 46px;
    margin-top: 8px;
  }

  .radio-row {
    display: flex;
    margin-top: 12px;
  }

  .drop-zone {
    display: block;
    min-height: 130px;
    padding: 20px 14px;
  }

  .upload-icon {
    margin: 0 auto 12px;
  }

  .submit-button {
    display: block;
    width: 100%;
  }
}
