.aqf-root {
  --aqf-bg: #ffffff;
  --aqf-text: #2c3e50;
  --aqf-muted: rgba(44, 62, 80, 0.72);
  --aqf-accent: #ffbf00;
  --aqf-accent-dark: #eba900;
  --aqf-accent-secondary: #ff6e00;
  --aqf-button-text: #2c3e50;
  --aqf-font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--aqf-bg);
  color: var(--aqf-text);
  font-family: var(--aqf-font-family);
  min-width: 0;
  overflow-x: clip;
  transition: none;
  width: 100%;
}

.aqf-root * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.aqf-screen {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 24px 24px 18px;
  text-align: center;
  transform-origin: center top;
  transition: none;
  will-change: opacity, transform;
  width: 100%;
}

.aqf-screen.is-entering {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.985);
}

.aqf-screen.is-entering[data-aqf-direction="backward"] {
  transform: translate3d(0, -10px, 0) scale(0.992);
}

.aqf-screen.is-entering.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aqf-screen.is-leaving {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -12px, 0) scale(0.99);
  transition: opacity 180ms cubic-bezier(0.4, 0, 1, 1), transform 180ms cubic-bezier(0.4, 0, 1, 1);
}

.aqf-screen.is-leaving[data-aqf-direction="backward"] {
  transform: translate3d(0, 12px, 0) scale(0.99);
}

.aqf-logo {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--aqf-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 23px;
  font-weight: 900;
  gap: 0;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 34px;
  padding: 0;
}

.aqf-root .aqf-logo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--aqf-text) !important;
  text-decoration: none !important;
}

.aqf-logo-word {
  display: inline-block;
  transform: skew(-7deg);
}

.aqf-logo-word span {
  color: var(--aqf-accent-secondary);
}

.aqf-logo-image-button {
  max-width: min(320px, 82vw);
  outline: 0;
  padding: 0 !important;
}

.aqf-logo-image {
  display: block;
  height: auto;
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.aqf-root .aqf-logo-image-button.is-negative-logo {
  background: #050505 !important;
  border-radius: 8px;
  padding: 10px 18px !important;
}

.aqf-root .aqf-logo-image-button.is-negative-logo .aqf-logo-image {
  max-height: 46px;
}

.aqf-progress {
  margin: -10px auto 36px;
  max-width: 896px;
  width: 100%;
}

.aqf-progress-row {
  align-items: center;
  color: var(--aqf-muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.aqf-progress-track {
  background: rgba(44, 62, 80, 0.1);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}

.aqf-progress-fill {
  background: linear-gradient(90deg, var(--aqf-accent), var(--aqf-accent-secondary));
  border-radius: inherit;
  box-shadow: 0 8px 24px rgba(255, 191, 0, 0.28);
  display: block;
  height: 100%;
  transition: width 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aqf-hero {
  max-width: 900px;
  width: 100%;
}

.aqf-eyebrow,
.aqf-step-kicker,
.aqf-contact-small {
  color: var(--aqf-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 25px;
}

.aqf-hero h1,
.aqf-step-card h1,
.aqf-contact-card h1 {
  color: var(--aqf-text);
  font-size: clamp(34px, 5vw, 43px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 auto 28px;
  max-width: 900px;
}

.aqf-highlight {
  color: var(--aqf-accent);
}

.aqf-meta {
  color: var(--aqf-muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.aqf-intro {
  color: var(--aqf-text);
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: 800;
  line-height: 1.32;
  margin: 0 auto 38px;
  max-width: 880px;
}

.aqf-cta,
.aqf-option {
  align-items: center;
  appearance: none;
  background: var(--aqf-accent);
  border: 1px solid var(--aqf-accent-dark);
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.45);
  color: var(--aqf-button-text);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  max-width: 100%;
  min-height: 64px;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-align: center;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: background 180ms ease, transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms ease;
  user-select: none;
  will-change: transform;
  white-space: normal;
  word-break: normal;
}

.aqf-root .aqf-cta,
.aqf-root .aqf-option {
  background: var(--aqf-accent) !important;
  border-radius: 14px !important;
  border-color: var(--aqf-accent-dark) !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: var(--aqf-button-text) !important;
  font-family: var(--aqf-font-family) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: break-word;
}

@media (hover: hover) {
  .aqf-cta:hover,
  .aqf-option:hover {
    background: var(--aqf-accent-dark);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.45), 0 14px 36px rgba(255, 191, 0, 0.2);
  }

  .aqf-root .aqf-cta:hover,
  .aqf-root .aqf-option:hover {
    background: var(--aqf-accent-dark) !important;
    color: var(--aqf-button-text) !important;
  }
}

.aqf-cta:focus-visible,
.aqf-option:focus-visible,
.aqf-logo:focus-visible,
.aqf-field:focus-within {
  outline: 3px solid rgba(255, 191, 0, 0.42);
  outline-offset: 3px;
}

.aqf-cta:active,
.aqf-option:active,
.aqf-option.is-selected {
  transform: scale(0.94);
}

.aqf-cta.is-selected,
.aqf-option.is-selected {
  background: var(--aqf-accent-dark);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.45), 0 10px 28px rgba(255, 191, 0, 0.18);
}

.aqf-cta-wide {
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 896px;
  padding: 16px 28px;
  width: 100%;
}

.aqf-divider {
  background: var(--aqf-text);
  height: 3px;
  margin: 78px auto 56px;
  opacity: 0.9;
  width: 28px;
}

.aqf-content-section {
  margin: 0 auto 42px;
  max-width: 820px;
  width: 100%;
}

.aqf-content-section h2 {
  color: var(--aqf-text);
  font-size: clamp(30px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 28px;
}

.aqf-story-grid {
  display: grid;
  gap: 18px;
}

.aqf-story-item {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px 1fr;
  text-align: left;
}

.aqf-story-item span {
  font-size: 28px;
  line-height: 1;
}

.aqf-story-item p {
  color: var(--aqf-text);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.aqf-bottom-cta {
  margin: 18px auto 44px;
}

.aqf-screen-step {
  justify-content: flex-start;
}

.aqf-step-card,
.aqf-contact-card {
  margin: 0 auto;
  max-width: 896px;
  width: 100%;
}

.aqf-step-card h1 {
  margin-bottom: 42px;
}

.aqf-options {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  min-width: 0;
  width: 100%;
}

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

.aqf-options-single {
  max-width: 576px;
}

.aqf-option {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 800;
  gap: 16px;
  justify-content: center;
  line-height: 1.35;
  padding: 17px 16px;
  text-align: center;
  width: 100%;
}

.aqf-root .aqf-option {
  display: flex !important;
  justify-content: center !important;
}

.aqf-options-single .aqf-option {
  justify-content: center;
}

.aqf-option-icon {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 22px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.aqf-option-label,
.aqf-option span:last-child {
  display: block;
  flex: 0 1 auto;
  hyphens: auto;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.aqf-contact-card {
  max-width: 576px;
}

.aqf-contact-card h1 {
  margin-bottom: 32px;
}

.aqf-form,
.aqf-input-form {
  display: grid;
  gap: 16px;
}

.aqf-input-description {
  color: var(--aqf-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: -12px 0 24px;
}

.aqf-field {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(44, 62, 80, 0.14);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 32px 1fr;
  min-height: 56px;
  padding: 0 16px;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.aqf-field span {
  opacity: 0.72;
}

.aqf-field input,
.aqf-field textarea {
  background: transparent;
  border: 0;
  color: var(--aqf-text);
  font: inherit;
  font-size: 16px;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.aqf-field input {
  height: 54px;
}

.aqf-field textarea {
  min-height: 72px;
  padding: 15px 0;
  resize: vertical;
}

.aqf-field:focus-within {
  border-color: rgba(235, 169, 0, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 191, 0, 0.16);
}

.aqf-field input::placeholder,
.aqf-field textarea::placeholder {
  color: rgba(44, 62, 80, 0.44);
}

.aqf-submit {
  font-size: 18px;
  justify-self: center;
  margin: 0 auto;
  min-height: 56px;
  min-width: 190px;
  padding: 14px 24px;
}

.aqf-submit:disabled {
  cursor: wait;
  opacity: 0.75;
}

.aqf-trust {
  color: var(--aqf-muted);
  font-size: 16px;
  margin: 24px 0 0;
}

.aqf-privacy {
  color: var(--aqf-muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 84px auto 0;
}

.aqf-footer {
  color: var(--aqf-muted);
  display: flex;
  font-size: 12px;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  padding-top: 38px;
  width: 100%;
}

.aqf-footer a {
  color: inherit;
  text-decoration: underline;
}

.aqf-error {
  color: #b00020;
  font-size: 14px;
  margin: 0;
}

.aqf-hp {
  left: -10000px;
  position: absolute;
}

.aqf-thanks p {
  color: var(--aqf-muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 560px;
}

.aqf-success-mark {
  align-items: center;
  animation: aqf-success-pop 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  background: var(--aqf-accent);
  border: 1px solid var(--aqf-accent-dark);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(255, 191, 0, 0.26);
  color: var(--aqf-button-text);
  display: inline-flex;
  font-size: 42px;
  font-weight: 900;
  height: 82px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 26px;
  width: 82px;
}

.aqf-confetti {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 2147483000;
}

.aqf-confetti span {
  animation: aqf-confetti-fall var(--aqf-confetti-duration) cubic-bezier(0.18, 0.72, 0.22, 1) var(--aqf-confetti-delay) forwards;
  aspect-ratio: 1;
  background: var(--aqf-confetti-color);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
  display: block;
  height: var(--aqf-confetti-size);
  left: var(--aqf-confetti-left);
  opacity: 0;
  position: absolute;
  top: -32px;
  transform: translate3d(0, -12vh, 0) rotate(0deg);
  width: var(--aqf-confetti-size);
  will-change: transform, opacity;
}

.aqf-confetti span.is-round {
  border-radius: 999px;
}

.aqf-confetti span.is-strip {
  aspect-ratio: auto;
  height: calc(var(--aqf-confetti-size) * 1.8);
  width: calc(var(--aqf-confetti-size) * 0.48);
}

@keyframes aqf-success-pop {
  0% {
    opacity: 0;
    transform: scale(0.62) translateY(10px);
  }

  64% {
    opacity: 1;
    transform: scale(1.08) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes aqf-confetti-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -12vh, 0) rotate(0deg);
  }

  8% {
    opacity: 1;
  }

  82% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--aqf-confetti-drift), 112vh, 0) rotate(var(--aqf-confetti-rotate));
  }
}

@media (max-width: 720px) {
  .aqf-screen {
    padding: max(22px, env(safe-area-inset-top)) 24px max(18px, env(safe-area-inset-bottom));
  }

	  .aqf-logo {
	    font-size: 21px;
	    margin-bottom: 30px;
	    min-height: 34px;
	  }

	  .aqf-progress {
	    margin: -8px auto 30px;
	  }

	  .aqf-progress-row {
	    font-size: 12px;
	  }

  .aqf-eyebrow,
  .aqf-step-kicker,
  .aqf-contact-small {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .aqf-hero h1,
  .aqf-step-card h1,
  .aqf-contact-card h1 {
    font-size: clamp(26px, 7vw, 31px);
    line-height: 1.18;
    margin-bottom: 24px;
  }

  .aqf-meta {
    font-size: 16px;
    line-height: 1.5;
  }

  .aqf-intro {
    font-size: clamp(20px, 5.8vw, 23px);
  }

  .aqf-cta-wide {
    font-size: 19px;
    line-height: 1.28;
    min-height: 78px;
    padding: 16px 18px;
  }

  .aqf-divider {
    margin: 68px auto 48px;
  }

  .aqf-content-section {
    margin-bottom: 36px;
  }

  .aqf-content-section h2 {
    font-size: clamp(28px, 7.4vw, 34px);
  }

  .aqf-story-item {
    gap: 12px;
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .aqf-story-item span {
    font-size: 25px;
  }

  .aqf-story-item p {
    font-size: 17px;
    line-height: 1.5;
  }

  .aqf-step-card h1 {
    margin-bottom: 26px;
  }

  .aqf-options-grid,
  .aqf-options-single {
    grid-template-columns: 1fr;
  }

  .aqf-options {
    gap: 12px;
  }

  .aqf-option {
    font-size: 17px;
    gap: 14px;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 66px;
    padding: 16px 15px;
  }

  .aqf-options-single .aqf-option {
    justify-items: center;
    text-align: center;
  }

  .aqf-option-icon {
    font-size: 21px;
    width: 24px;
  }

  .aqf-contact-card {
    max-width: 100%;
  }

  .aqf-form,
  .aqf-input-form {
    gap: 13px;
  }

  .aqf-field {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 58px;
    padding: 0 14px;
  }

  .aqf-field input,
  .aqf-field textarea {
    font-size: 16px;
  }

  .aqf-field input {
    height: 56px;
  }

  .aqf-submit {
    min-height: 58px;
    width: 100%;
  }

  .aqf-privacy {
    font-size: 14px;
    margin-top: 54px;
  }

  .aqf-footer {
    align-items: center;
    min-height: 36px;
    padding-top: 30px;
  }

  .aqf-footer a {
    padding: 8px 0;
  }
}

@media (max-width: 380px) {
  .aqf-screen {
    padding-left: 18px;
    padding-right: 18px;
  }

	  .aqf-logo {
	    font-size: 19px;
	    margin-bottom: 24px;
	  }

	  .aqf-progress {
	    margin-bottom: 24px;
	  }

  .aqf-eyebrow,
  .aqf-step-kicker,
  .aqf-contact-small {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .aqf-hero h1,
  .aqf-step-card h1,
  .aqf-contact-card h1 {
    font-size: 25px;
  }

  .aqf-cta-wide {
    font-size: 18px;
    min-height: 74px;
  }
}

@media (max-width: 340px) {
  .aqf-option {
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 26px minmax(0, 1fr);
    line-height: 1.3;
    min-height: 62px;
    padding: 14px 13px;
  }

  .aqf-option-icon {
    font-size: 19px;
    width: 22px;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .aqf-screen {
    min-height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
  }

	  .aqf-logo {
	    font-size: 20px;
	    margin-bottom: 12px;
	  }

	  .aqf-progress {
	    margin-bottom: 14px;
	  }

  .aqf-step-kicker,
  .aqf-contact-small {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .aqf-step-card h1,
  .aqf-contact-card h1 {
    font-size: clamp(28px, 4vw, 34px);
    margin-bottom: 14px;
  }

  .aqf-options {
    gap: 10px;
  }

  .aqf-option {
    min-height: 56px;
    padding-bottom: 13px;
    padding-top: 13px;
  }

  .aqf-contact-card {
    max-width: 520px;
  }

  .aqf-form {
    gap: 10px;
  }

  .aqf-field {
    min-height: 48px;
  }

  .aqf-field input {
    height: 46px;
  }

  .aqf-submit {
    min-height: 50px;
  }

  .aqf-trust {
    margin-top: 12px;
  }

  .aqf-privacy {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aqf-screen,
  .aqf-screen.is-entering,
  .aqf-screen.is-entering.is-visible,
	  .aqf-screen.is-leaving,
	  .aqf-cta,
	  .aqf-option,
	  .aqf-progress-fill,
	  .aqf-success-mark,
	  .aqf-confetti span {
	    opacity: 1;
	    transform: none;
	    transition: none;
	    animation: none;
	  }
	}
