/* style/index-quick-registration.css */
.page-index-quick-registration {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f8f8;
}

.page-index-quick-registration .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-quick-registration h1, .page-index-quick-registration h2, .page-index-quick-registration h3 {
  color: #003366;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-quick-registration h1 {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-quick-registration h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFCC00;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.page-index-quick-registration h3 {
  font-size: 1.6em;
  font-weight: 600;
  color: #003366;
}

.page-index-quick-registration p {
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: center;
}

.page-index-quick-registration .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
}

.page-index-quick-registration .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-index-quick-registration .btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  color: #001a33;
}

.page-index-quick-registration .btn-secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #003366;
}

.page-index-quick-registration .btn-secondary:hover {
  background-color: #001a33;
  border-color: #001a33;
  color: #ffe066;
}

.page-index-quick-registration .btn-tertiary {
  background-color: #f0f0f0;
  color: #003366;
  border: 1px solid #ddd;
}

.page-index-quick-registration .btn-tertiary:hover {
  background-color: #e0e0e0;
  color: #001a33;
}

.page-index-quick-registration .btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-index-quick-registration .hero-section {
  background: linear-gradient(135deg, #003366 0%, #004d99 100%);
  padding: 100px 0;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-quick-registration .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-index-quick-registration .hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-index-quick-registration .hero-content h1 {
  color: #FFCC00;
  margin-bottom: 25px;
  font-size: 3.5em;
}

.page-index-quick-registration .hero-content p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-quick-registration .hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  z-index: 1;
}

.page-index-quick-registration .hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-index-quick-registration .why-choose-section, .page-index-quick-registration .how-to-register-section, .page-index-quick-registration .exclusive-offers-section, .page-index-quick-registration .download-app-section, .page-index-quick-registration .faq-section, .page-index-quick-registration .cta-section {
  padding: 60px 0;
}

.page-index-quick-registration .why-choose-section {
  background-color: #FFFFFF;
}

.page-index-quick-registration .why-choose-section p {
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-index-quick-registration .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-quick-registration .feature-item {
  text-align: center;
  background-color: #f0f5f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-index-quick-registration .feature-item:hover {
  transform: translateY(-10px);
}

.page-index-quick-registration .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-index-quick-registration .feature-item h3 {
  color: #003366;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-index-quick-registration .feature-item p {
  font-size: 1em;
  color: #555555;
  text-align: left;
}

.page-index-quick-registration .how-to-register-section {
  background-color: #f8f8f8;
}

.page-index-quick-registration .how-to-register-section > p {
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-index-quick-registration .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-index-quick-registration .step-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}

.page-index-quick-registration .step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FFCC00;
  color: #003366;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  border: 3px solid #003366;
}

.page-index-quick-registration .step-item h3 {
  color: #003366;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-quick-registration .step-item p {
  font-size: 1em;
  color: #555555;
  text-align: left;
  margin-bottom: 20px;
}

.page-index-quick-registration .step-item .btn {
  margin-top: 15px;
}

.page-index-quick-registration .step-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-quick-registration .exclusive-offers-section {
  background-color: #e0eaf3;
}

.page-index-quick-registration .exclusive-offers-section > p {
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-index-quick-registration .offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-quick-registration .offer-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-quick-registration .offer-card:hover {
  transform: translateY(-10px);
}

.page-index-quick-registration .offer-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-index-quick-registration .offer-card h3 {
  color: #003366;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-quick-registration .offer-card p {
  font-size: 1em;
  color: #555555;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-quick-registration .note {
  font-size: 0.9em;
  color: #777777;
  margin-top: 30px;
  text-align: center;
}

.page-index-quick-registration .download-app-section {
  background-color: #003366;
  color: #FFFFFF;
  padding: 80px 0;
}

.page-index-quick-registration .download-app-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.page-index-quick-registration .app-content {
  max-width: 700px;
  text-align: center;
}

.page-index-quick-registration .app-content h2 {
  color: #FFCC00;
  font-size: 2.5em;
}

.page-index-quick-registration .app-content p {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-index-quick-registration .app-content ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 500px;
  text-align: left;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-index-quick-registration .app-content ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFCC00"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.page-index-quick-registration .app-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.page-index-quick-registration .app-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-index-quick-registration .faq-section {
  background-color: #FFFFFF;
}

.page-index-quick-registration .faq-section h2 {
  margin-bottom: 40px;
}

.page-index-quick-registration .faq-items {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-quick-registration .faq-item {
  background-color: #f0f5f9;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-index-quick-registration .faq-item h3 {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  text-align: left;
}

.page-index-quick-registration .faq-item p {
  font-size: 1em;
  color: #555555;
  text-align: left;
  margin-bottom: 0;
}

.page-index-quick-registration .cta-section {
  background-color: #FFCC00;
  padding: 70px 0;
  text-align: center;
  color: #003366;
}

.page-index-quick-registration .cta-section h2 {
  color: #003366;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-index-quick-registration .cta-section p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #003366;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-quick-registration .hero-section .container {
    flex-direction: column;
  }
  .page-index-quick-registration .hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-quick-registration h2 {
    font-size: 1.8em;
  }
  .page-index-quick-registration h3 {
    font-size: 1.3em;
  }
  .page-index-quick-registration .download-app-section .container {
    flex-direction: column;
  }
  .page-index-quick-registration .app-image-wrapper {
    order: -1; /* Image above text on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-index-quick-registration .hero-section {
    padding: 80px 0;
  }
  .page-index-quick-registration .hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-quick-registration .hero-content p {
    font-size: 1.1em;
  }
  .page-index-quick-registration .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-quick-registration .btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-quick-registration h2 {
    font-size: 1.6em;
  }
  .page-index-quick-registration .cta-section h2 {
    font-size: 2.2em;
  }
  .page-index-quick-registration .features-grid, .page-index-quick-registration .steps-grid, .page-index-quick-registration .offers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-quick-registration .hero-section {
    padding: 60px 0;
  }
  .page-index-quick-registration .hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-quick-registration .hero-content p {
    font-size: 1em;
  }
  .page-index-quick-registration h2 {
    font-size: 1.4em;
  }
  .page-index-quick-registration h3 {
    font-size: 1.2em;
  }
  .page-index-quick-registration .btn {
    width: 100%;
    box-sizing: border-box;
  }
  .page-index-quick-registration .app-content ul {
    padding-left: 15px;
  }
  .page-index-quick-registration .app-content ul li {
    background-position: 0 center;
  }
}