/* Above-the-fold hero + form — keep render-blocking budget minimal */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.font-alt {
  font-family: "Encode Sans Expanded", system-ui, sans-serif;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-white {
  color: #fff;
}

.text-primary-bright {
  color: #f79e1b;
}

.text-white\/80,
.text-white-80 {
  color: rgb(255 255 255 / 0.8);
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.block {
  display: block;
}

.w-full {
  width: 100%;
}

.w-7 {
  width: 1.75rem;
}

.h-7 {
  height: 1.75rem;
}

.w-11 {
  width: 2.75rem;
}

.h-11 {
  height: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-primary-dark {
  border-color: #2a2c34;
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.bg-primary-main {
  background-color: #1c85fb;
}

.bg-primary-darker {
  background-color: #0d1210;
}

.bg-primary-bright {
  background-color: #f79e1b;
}

.z-10 {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.-top-1 {
  top: -0.25rem;
}

.left-0 {
  left: 0;
}

.max-w-8xl {
  max-width: 90rem;
}

.logo {
  font-family: "Encode Sans Expanded", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  text-decoration: none;
  color: inherit;
}

.logo img {
  width: 2rem;
  height: 2rem;
}

.header-mobile {
  display: flex;
  flex-direction: column;
  min-height: auto;
  background: #191d20;
}

.header-lines {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-left: 0;
  border-right: 0;
}

.header-lines::after,
.header-lines::before {
  display: none;
}

.header-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(100%, 22.5rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0 2rem;
  min-height: 420px;
  background: #191d20 url(/img/header-bg-mobile2.webp) no-repeat top center;
  background-size: 100% auto;
  overflow: hidden;
}

.header-form .rf-form,
.header-form #form.rf-form,
.header-form .form-container,
.header-form .mainForm.form-container-inner {
  width: 100%;
  max-width: 17rem !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.header-form .mt-1.text-2xl {
  max-width: 17rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

.header-form .payment-methods {
  width: 100%;
  max-width: 17rem !important;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.nav .absolute.-top-1 {
  font-size: 0.8125rem;
  line-height: 1.3;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mainForm.form-container-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 10px;
}

.mainForm .input-container {
  width: 100%;
}

.mainForm .input-container--phone {
  position: relative;
  z-index: 2;
  min-height: 48px;
  overflow: visible;
}

.mainForm .input-container > input:not([type="tel"]) {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.mainForm .input-container > input:not([type="tel"])::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.mainForm .iti {
  position: relative;
  display: block;
  width: 100%;
}

.mainForm .iti input.phone_number,
.mainForm .iti input[type="tel"],
.mainForm .input-container--phone .phone_number {
  box-sizing: border-box;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #1a1a1a;
  background-color: #fff !important;
  border: 1px solid #c7c7c7 !important;
  border-radius: 5px !important;
  outline: none !important;
}

.mainForm button.submit,
.mainForm button.submitButton {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0 0 8px;
  padding: 12px 20px;
  font-family: "Encode Sans Expanded", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #f79e1b !important;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.mainForm .error-msg.hide,
.hidden,
.hide {
  display: none;
}

[data-slot-count],
[data-slot-count2] {
  font-variant-numeric: tabular-nums;
  display: inline-block;
  min-width: 2.5ch;
}

@media (max-width: 639px) {
  .header-form {
    max-width: min(100%, 20.5rem);
  }

  .header-form .rf-form,
  .header-form #form.rf-form,
  .header-form .form-container,
  .header-form .mainForm.form-container-inner,
  .header-form .payment-methods,
  .header-form .mt-1.text-2xl {
    max-width: 16.25rem !important;
  }

  .header-mobile h1.text-3xl {
    font-size: 1.625rem;
    line-height: 1.2;
  }

  .header-mobile h1 .text-4xl {
    font-size: 1.875rem;
    line-height: 1.15;
  }

  .header-mobile .flex.items-center.justify-center {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }

  .header-mobile .flex.items-center.justify-center > .ml-4 {
    margin-left: 0;
  }

  .header-mobile .flex.items-center.justify-center .text-left {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .header-form {
    min-height: 0;
    max-width: 490px;
    padding-top: 3rem;
    background-size: 100% auto;
  }
}
