
    body { font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; background: #fff; color: #333; }
    header { color: #333; padding: 20px; text-align: center; }
    section, header { max-width: 900px; padding: 0 1rem; }
	img.logo { max-height: 140px; margin: 0 auto; display: block; margin-top: 32px; }
    section { margin: 1.25rem 0; }
	section, header, p { max-width: 900px; padding: 0 1rem; margin: 0 auto; }
	h1 { font-weight: 300; }
    h1, h2 { color: #253e5c; }
    form { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
    form input, form textarea { width: 96%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; }
    form button { background: #fff; color: #253e5c; cursor: pointer; }
    form button:hover { background: #006f88; }
    footer { background: #253e5c; color: #fff; text-align: center; padding: 20px; margin-top: 40px; }
    footer a { color: #fff; margin: 0 10px; text-decoration: none; }
    footer a:hover { text-decoration: underline; }
	li.qb-feature { display: flex; margin-bottom: 48px; margin-top: 24px; }
	h3 { margin-top: 0px; padding-left: 16px; }
	h2 { text-align: center; }
	a.button {     
		padding: 16px;
		border: solid 1px #ddd;
		border-radius: 35px;
		text-transform: uppercase;
		margin: 0 auto;
		display: block;
		width: 100px;
		text-align: center;
		text-decoration: none;
		color: #253e5c; 
	}
	p.text { margin: 24px auto; text-align: center; }
		
	a.login { padding: 16px; position: absolute;     top: 24px;
    right: 32px;
    border: solid 1px #ddd;
    border-radius: 35px;
    min-width: 140px;
    font-size: 16px;
    text-transform: uppercase;}

  .contact-wrap { max-width: 640px; margin: 1rem auto; text-align: left; }
  .field { margin-bottom: 1rem; }
  .field label { display: block; font-weight: 600; margin-bottom: .35rem; }
  .field input, .field textarea {
    width: calc(100% - 30px); padding: .6rem .7rem; border: 1px solid #ccc; border-radius: .5rem; font-size: 1rem;	
  }
  .field input.invalid, .field textarea.invalid { border-color: #cc0000; outline: none; }
  .error-msg { min-height: 1.1em; font-size: .9rem; color: #cc0000; margin-top: .35rem; }
  .actions { display: flex; gap: .5rem; align-items: center; }
  .btn {
    padding: 16px 32px; border: 1px solid #ddd; border-radius: 35px; cursor: pointer;
    color: #253e5c; text-transform: uppercase; font-size: 16px;
  }
  .btn[disabled] { opacity: .6; cursor: not-allowed; }
  .form-status { margin-top: .75rem; font-size: .95rem; }
  .form-status.ok { color: #0a7a37; }
  .form-status.err { color: #cc0000; }

  /* Loading overlay */
  .overlay {
    position: fixed; inset: 0; display: none; place-items: center; background: rgba(0,0,0,.35); z-index: 9999;
  }
  .overlay.show { display: grid; }
  .overlay-card {
    background: #fff; padding: 1rem 1.25rem; border-radius: .8rem; box-shadow: 0 10px 30px rgba(0,0,0,.2);
    max-width: 90vw; text-align: center; font-size: 1rem;
  }
  .spinner {
    width: 32px; height: 32px; border-radius: 50%; border: 3px solid #ddd; border-top-color: #253e5c;
    animation: spin 1s linear infinite; margin: 0 auto .75rem;
  }

  @keyframes spin { to { transform: rotate(360deg); } }

  h2.button-contact {
	  border-radius: 35px;
	  border: solid 1px #ddd;
	  padding: 16px 64px;
	  margin: 64px auto;
	  width: auto;
	  display: inline-block;
	  cursor: pointer;
	  font-size: 16px;
	  font-weight: 300;
	  text-transform: uppercase;
  }
  div.card-main {
	  border-radius: 16px;
	  border: solid 1px #ddd;
	  padding: 16px;
	  width: 450px;
	  height: 300px;
	  max-width: calc(100% - 32px);
	  margin: 24px auto;
  }
  div.contact-wrapper {
	  text-align: center;
  }
  p.margin-bottom {
		margin-bottom: 24px;
  }
  a.logo img {
	  margin-top: 32px;
  }
  .page-layout {
	  height: 100%;
	  justify-content: space-between;
  }
  	@media (max-width: 800px) {
		a.logo img {
			margin-top: 116px;
		}
		
	}
