* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background-color: #fff;
  min-height: 100vh;
}

/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

/* Header Styles */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #fff;
  max-width: 1200px;
  margin: 1rem auto;
}

.header ul {
  list-style: none;
  display: flex;
  gap: 3rem;
  font-size: 16px;
}

ul li a {
  color: #6b7280;
  font-weight: 400;
}

.download-button {
  display: block;
  background: #1400C6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
}

/* Main Content Styles */

#cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 1.5rem 10rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature p {
  color: #6b7280;
  max-width: 470px;
}

#feature-highlight {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem;
  margin: 0 auto;
}

#feature-highlight > h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
}

#feature-highlight > p {
  font-size: 1rem;
  color: #6b7280d9;
  line-height: 1.6;
  margin-bottom: 4rem;
  max-width: 720px;
  text-align: center;
}

.content-left {
  flex: 1;
  padding-right: 3rem;
}

.main-heading {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.main-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.ai-cta-section {
  background: #1400C6;
  color: white;
  padding: 5rem 1.5rem;
  text-align: center;
  margin: 0;
}

.ai-cta-container {
  max-width: 720px;
  margin: 0 auto;
}

.ai-cta-section h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: white;
}

.ai-cta-subtitle {
  margin-bottom: 3rem;
  opacity: 0.9;
  font-size: 1rem;
  line-height: 1.6;
}

.ai-cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 2rem;
}

.ai-cta-text {
  text-align: left;
  flex: 1;
  max-width: 400px;
}

.ai-cta-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.ai-cta-text p {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* FAQ Section Styles */
.faq-section {
  background-color: #fff;
  padding: 5rem 1.5rem;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section h2 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}

.faq-answer {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.9);
}

/* Pricing Section Styles */
.pricing-section {
  background-color: #1400C6;
  padding: 5rem 1.5rem;
  text-align: left;
}

.pricing-container {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-section h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #000;
  text-align: center;
}

.pricing-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: left;
}

.pricing-card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #000;
}

.pricing-card .description {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.pricing-features {
  list-style: none;
  margin-bottom: 2.5rem;
}

.pricing-features li {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
  color: #374151;
}

.pricing-note {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 2rem;
  font-style: italic;
  text-align: center;
}

.final-cta-section {
  background: #000;
  color: white;
  padding: 5rem 1.5rem;
  text-align: center;
  margin: 0;
}

.final-cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta-section h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: white;
}

.final-cta-subtitle {
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
}

.final-cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin-bottom: 2rem;
}

.qr-code-container {
  text-align: center;
  padding: 2rem;
}

.app-store-badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.app-store-badges img {
  max-height: 60px;
  width: auto;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.image-container img {
  max-width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

/* Footer Styles */
.footer {
  background-color: #000;
  padding: 4rem 1.5rem 8rem;
}

.footer-content {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.footer p {
  color: #6b7280;
  font-size: 0.875rem;
}

.footer a {
  color: #000;
}

.magenta {
  color: #e19fff;
}

.green {
  color: #19b496;
}

.blue {
  color: #86baff;
}

/* Responsive Design */
/* Large screens and tablets (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .main-heading {
    font-size: 3.5rem;
  }

  .feature-container {
    gap: 30px;
  }

  .feature-list {
    gap: 60px;
  }

  #cta {
    padding: 4rem 1.5rem 8rem;
  }
}

/* Tablets and small laptops (max-width: 1024px) */
@media (max-width: 1024px) {
  #cta {
    flex-direction: column;
    text-align: center;
    padding: 3rem 1.5rem 6rem;
  }

  .content-left {
    padding-right: 0;
    margin-bottom: 3rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-heading {
    font-size: 3rem;
  }

  .feature-container {
    flex-direction: column;
    gap: 3rem;
  }

  .feature-list {
    gap: 2rem;
    text-align: center;
  }

  .feature {
    align-items: center;
    text-align: center;
  }

  .feature p {
    max-width: 100%;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .final-cta-content {
    flex-direction: column;
    gap: 2rem;
  }

  .final-cta-text {
    text-align: center;
  }

  .final-cta-buttons {
    justify-content: center;
  }

  .app-store-badges {
    flex-direction: column;
    align-items: center;
  }

  #feature-highlight {
    overflow-x: hidden;
    padding: 4rem 1.5rem;
  }

  .ai-cta-section {
    padding: 4rem 1.5rem;
  }

  .faq-section {
    padding: 4rem 1.5rem;
  }

  .final-cta-section {
    padding: 4rem 1.5rem;
  }
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .header {
    padding: 1rem;
    margin: 0.5rem auto;
  }

  .header img {
    height: 32px;
    max-height: 32px;
  }

  #cta img {
    max-height: 300px;
    width: auto;
  }

  .feature-container img {
    max-height: 500px;
    width: auto;
  }

  .image-container img {
    max-height: 300px;
  }

  .qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .qr-code-container img {
    max-width: 200px;
    max-height: 200px;
  }

  .app-store-badges img {
    max-height: 48px;
  }

  .download-button {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 8px;
  }

  #cta {
    padding: 2rem 1rem 4rem;
  }

  .main-heading {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .main-description {
    font-size: 1rem;
  }

  .feature-container {
    gap: 2rem;
  }

  .feature-list {
    gap: 2rem;
  }

  .feature h3 {
    font-size: 1.25rem;
  }

  .feature p {
    font-size: 0.9rem;
  }

  #feature-highlight {
    padding: 3rem 2rem;
  }

  #feature-highlight > h2 {
    font-size: 1.75rem;
  }

  #feature-highlight > p {
    font-size: 0.9rem;
    margin-bottom: 3rem;
  }

  .ai-cta-section {
    padding: 3rem 1rem;
  }

  .ai-cta-section h2 {
    font-size: 1.75rem;
  }

  .ai-cta-subtitle {
    font-size: 0.9rem;
  }

  .faq-section {
    padding: 3rem 1rem;
  }

  .faq-section h2 {
    font-size: 1.75rem;
  }

  .faq-question {
    font-size: 1.125rem;
  }

  .faq-answer {
    font-size: 1rem;
  }

  .faq-item {
    padding: 1.5rem 0;
  }

  .final-cta-section {
    padding: 3rem 1rem;
  }

  .final-cta-section h2 {
    font-size: 1.75rem;
  }

  .final-cta-subtitle {
    font-size: 0.9rem;
  }

  .qr-code-container {
    padding: 1.5rem;
  }

  .pricing-card {
    padding: 2rem 1.5rem;
  }

  .footer {
    padding: 3rem 1rem 6rem;
  }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  .header {
    padding: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .header img {
    height: 28px;
    max-height: 28px;
  }

  #cta img {
    max-height: 250px;
  }

  .feature-container img {
    max-height: 350px;
  }

  .image-container img {
    max-height: 250px;
  }

  .qr-code-container img {
    max-width: 150px;
    max-height: 150px;
  }

  .app-store-badges img {
    max-height: 40px;
  }

  .download-button {
    padding: 6px 12px;
    font-size: 12px;
  }

  #cta {
    padding: 1.5rem 2rem 3rem;
  }

  .main-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .main-description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .feature h3 {
    font-size: 1.125rem;
  }

  .feature p {
    font-size: 0.85rem;
  }

  #feature-highlight {
    padding: 2rem 2rem 4rem;
  }

  #feature-highlight > h2 {
    font-size: 1.5rem;
  }

  #feature-highlight > p {
    font-size: 0.85rem;
    margin-bottom: 2rem;
  }

  .ai-cta-section {
    padding: 2rem 2rem;
  }

  .ai-cta-section h2 {
    font-size: 1.5rem;
  }

  .ai-cta-subtitle {
    font-size: 0.85rem;
    margin-bottom: 2rem;
  }

  .faq-section {
    padding: 2rem 2rem;
  }

  .faq-section h2 {
    font-size: 1.5rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.9rem;
  }

  .faq-item {
    padding: 1rem 0;
  }

  .final-cta-section {
    padding: 2rem 2rem;
  }

  .final-cta-section h2 {
    font-size: 1.5rem;
  }

  .final-cta-subtitle {
    font-size: 0.85rem;
  }

  .qr-code-container {
    padding: 1rem;
  }

  .footer {
    padding: 2rem 2rem 4rem;
  }

  .footer p {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
