/* HomePage Styles - Matching Original */
.invoice-platform {
  position: relative;
  margin: 0 auto !important;
}

.invoice-platform::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 100%;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4MCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEyODAgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNGMwLTEuNjYuMTYtMyAxLTIuOTlDMS4zMyAwLjMyIDIuNjYuMyA0IDJjMjE4LjA3LDIuNjMgNDM2LjE0LDQuMzMgNjU0LjIxLDMuOTQgMTY5Ljg5LTMuMTIgMzM5Ljg0LT7uNzEgNTA5LjU0LTEwLjE1QzExMjUuNjQsMy42NCAxMjQxLDQuMzUgMTI0MCw3bC0xMjgsN3Y1TDAsNFoiIGZpbGw9IiNGRkVCMDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==)
    no-repeat center;
  background-size: contain;
  background-color: transparent;
}

.about-main {
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.header-logo {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-logo {
  max-width: 400px;
  height: auto;
  width: 100%;
}

/* Typography matching original */
.tx-46 {
  font-size: 2.875rem;
  line-height: 1.2;
}

.tx-38 {
  font-size: 2.375rem;
}

.tx-16 {
  font-size: 1rem;
  line-height: 1.5;
}

.tx-13 {
  font-size: 0.8125rem;
}

.leading-normal {
  line-height: 1.6;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.bold {
  font-weight: 600;
}

/* Button styling to match original */
.btn-action {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin: 20px 0;
  min-width: 200px;
}

.btn-outline-pronto {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
  background: transparent !important;
}

.btn-outline-pronto:hover {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.btn-outline-pronto:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* Responsive Design matching original */
@media (max-width: 991.98px) {
  .tx-46 {
    font-size: 2.5rem;
  }
  
  .tx-38 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .tx-46 {
    font-size: 2rem;
  }
  
  .tx-38 {
    font-size: 1.75rem;
  }
  
  .tx-16 {
    font-size: 0.95rem;
  }
  
  .about-main {
    padding: 40px 0;
  }
  
  .btn-action {
    padding: 10px 20px;
    font-size: 0.9rem;
    min-width: 180px;
  }
  
  .invoice-platform::before {
    left: 30px;
    width: calc(100% - 60px);
  }
  
  .mobile-logo {
    max-width: 320px;
  }
}

@media (max-width: 575.98px) {
  .tx-46 {
    font-size: 1.75rem;
  }
  
  .tx-38 {
    font-size: 1.5rem;
  }
  
  .tx-16 {
    font-size: 0.9rem;
  }
  
  .tx-13 {
    font-size: 0.75rem;
  }
  
  .about-main {
    padding: 30px 0;
  }
  
  .btn-action {
    padding: 8px 16px;
    font-size: 0.85rem;
    min-width: 160px;
  }
  
  .invoice-platform::before {
    left: 20px;
    width: calc(100% - 40px);
    height: 12px;
  }
  
  .mobile-logo {
    max-width: 350px;
  }
}

/* Header Styles - Clean White Design */
.pronto-header {
  background-color: #fff !important;
  background: #fff !important;
  border-bottom: 1px solid #ededf5;
  z-index: 1025 !important;
  width: 100% !important;
  height: 64px;
  box-shadow: 0px 7px 26px rgba(154, 154, 204, 0.1);
  position: sticky;
  top: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.main-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.header-logo {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.header-logo:hover {
  transform: scale(1.05);
}

.mobile-logo {
  transition: all 0.3s ease;
}

.main-header-right {
  display: flex;
  align-items: center;
}

.btn-outline-pronto {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
  background: transparent !important;
  padding: 6px 16px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-outline-pronto:hover {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.btn-outline-pronto:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* Responsive Design */
@media (max-width: 992px) {
  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .pronto-header {
    height: 60px;
  }
  
  .btn-outline-pronto {
    padding: 5px 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .btn-outline-pronto {
    padding: 4px 10px !important;
    font-size: 12px !important;
  }
  
  .mobile-logo {
    max-width: 200px !important;
  }
  
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Global Styles for Standalone Homepage */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  min-height: 100vh;
}

.App {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Utility classes */
.text-center {
  text-align: center !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.w-100 {
  width: 100% !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Responsive utilities */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Animation for smooth transitions */
* {
  transition: all 0.3s ease;
}

/* Focus styles for accessibility */
button:focus,
a:focus {
  outline: 2px solid #6c5ffc;
  outline-offset: 2px;
}


/*# sourceMappingURL=main.654ec7c3396c520122ed.css.map*/