/* C:\Projects\GetAbLocal\getablocal-website\style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(180deg, #f9fafc 0%, #e6edf5 100%);
  color: #333;
  line-height: 1.6;
  /* text-align: center; */
  padding: 0 20px;
}

/* Header */
.header {
  padding: 60px 20px 0px;
  text-align: center;
}

.logo {
  width: 150px;
  height: auto;
  margin-bottom: -20px;
  margin-top: -50px;
}

.app-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e3a8a;
}

.tagline {
  font-size: 1.2rem;
  color: #2563eb;
  margin-top: 4px;
}

/* Content */
.content {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

.intro p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
}

.launching {
  font-weight: 600;
  color: #1e40af;
  font-size: 1.1rem;
}

/* Contact Section */
.contact {
  margin-top: 30px;
}

.contact h2 {
  font-size: 1.3rem;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.contact a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.contact a:hover {
  text-decoration: underline;
}

/* Footer */
.footer {
  margin-top: 50px;
  padding: 20px;
  background: #1e3a8a;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}





/* Store Registration Form */
.store-registration {
  margin-top: 40px;
  padding: 20px;
  background: #ffffffcc;
  border-radius: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.store-registration h2 {
  color: #1e3a8a;
  margin-bottom: 10px;
}

.store-registration p {
  margin-bottom: 15px;
  color: #333;
}

.store-registration form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.store-registration input {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.store-registration button {
  padding: 12px;
  background-color: #2563eb;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.store-registration button:hover {
  background-color: #1e40af;
}














.content h3 {
  margin: 2.4em 0 0.8em 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e40af;
}

.content p {
  margin: 1.1em 0;
  font-size: 1.05rem;
  color: #444;
}

.content strong {
  color: #1e3a8a;
  font-weight: 600;
}

.content ul {
  margin: 1.2em 0 1.4em 1.8em;
  padding-left: 0;
}

.content ul li {
  margin-bottom: 0.5em;
  color: #444;
}

.content a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
}

.content a:hover {
  color: #1e40af;
  text-decoration: underline;
}

/* Optional - makes the back link stand out a bit more */
.content p:last-child a {
  display: inline-block;
  margin-top: 1.5em;
  padding: 4px 8px;
  background-color: #536489;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}

.content p:last-child a:hover {
  background-color: #1e40af;
}






.app-download {
  background-color: #ffffffcc;
  padding: 24px;
  border-radius: 12px;
  margin: 30px auto;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.app-download h2 {
  color: #1e3a8a;
  margin-bottom: 12px;
}

.app-download p {
  margin-bottom: 12px;
  color: #333;
}

.qr-code {
  width: 50%;
  height: 50%;
  margin-bottom: 16px;
}

.download-link {
  display: inline-block;
  /* background-color: #2563eb; */
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
}

.download-link:hover {
  background-color: #1e40af;
}
