/* Start custom CSS for html, class: .elementor-element-9cff46a */.la-hero-section {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 80px 24px 60px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.la-hero-section *, .la-hero-section *::before, .la-hero-section *::after {
  box-sizing: border-box;
}
.la-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  .la-hero-container {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
  }
}
.la-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f0f7ff;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 24px;
}
.la-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #0099a8;
  border-radius: 50%;
}
.la-badge-text {
  font-size: 0.825rem;
  font-weight: 600;
  color: #1a365d;
  letter-spacing: 0.02em;
}
.la-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a365d; 
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 20px 0;
}
@media (min-width: 640px) {
  .la-hero-content h1 { font-size: 3.25rem; }
}
.la-hero-lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 40px 0;
}
.la-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .la-hero-actions { flex-direction: row; flex-wrap: wrap; }
}
.la-hero-actions a {
  display: inline-block;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.btn-la-primary {
  background-color: #0099a8;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 153, 168, 0.25);
}
.btn-la-primary:hover { background-color: #00808c; transform: translateY(-1px); }
.btn-la-secondary {
  background-color: #1a365d;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.12);
}
.btn-la-secondary:hover { background-color: #122642; transform: translateY(-1px); }

.la-hero-graphic-box {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.la-graphic-accent {
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #f0f7ff; 
  border: 2px solid #e2e8f0;
  border-radius: 24px;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-3deg);
}
.la-image-viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(26, 54, 93, 0.15);
  border: 4px solid #ffffff;
}
.la-image-viewport .la-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 460px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04f5843 */.la-indications-section {
  box-sizing: border-box;
  padding: 80px 24px;
  background-color: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.la-indications-section *, .la-indications-section *::before, .la-indications-section *::after {
  box-sizing: border-box;
}
.la-indications-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .la-indications-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
.la-indications-left h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.la-indications-left p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}
.la-grid-subbox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.la-grid-subbox h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 24px 0;
}
.la-indications-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.la-indications-list li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
}
.la-indications-list li:last-child {
  margin-bottom: 0;
}
.la-indications-list li::before {
  content: "✓";
  color: #0099a8;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e264c75 *//* =========================================================
   CSS MODULE FOR SECTION 3: 24-HOUR PROCESS
   ========================================================= */
.lbrless-timeline-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.lbrless-timeline-section *, 
.lbrless-timeline-section *::before, 
.lbrless-timeline-section *::after {
  box-sizing: border-box;
}
.lbrless-timeline-section .lbrless-container {
  max-width: 1200px;
  margin: 0 auto;
}
.lbrless-timeline-section .lbrless-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.lbrless-timeline-section .lbrless-section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.lbrless-timeline-section .lbrless-section-header p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.lbrless-timeline-section .lbrless-timeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 640px) {
  .lbrless-timeline-section .lbrless-timeline-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .lbrless-timeline-section .lbrless-timeline-grid { grid-template-columns: repeat(4, 1fr); }
}
.lbrless-timeline-section .lbrless-timeline-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}
.lbrless-timeline-section .lbrless-step-badge {
  width: 44px;
  height: 44px;
  background-color: #0099a8;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 24px;
}
.lbrless-timeline-section .lbrless-step-dark {
  background-color: #1a365d;
}
.lbrless-timeline-section .lbrless-timeline-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.lbrless-timeline-section .lbrless-timeline-card p {
  font-size: 0.925rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-885d7eb *//* =========================================================
   SECTION 4: LABORLESS FAQ ACCORDION SHEET (RESET DRIVEN)
   ========================================================= */
.lbl-qa-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff !important; /* Forces total layout background safety */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.lbl-qa-section *, 
.lbl-qa-section *::before, 
.lbl-qa-section *::after {
  box-sizing: border-box;
}

.lbl-qa-container {
  max-width: 850px;
  margin: 0 auto;
}

.lbl-qa-header {
  text-align: center;
  margin-bottom: 52px;
}

.lbl-qa-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d !important;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.lbl-qa-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569 !important;
  margin: 0;
}

.lbl-accordion-group {
  border-top: 1px solid #e2e8f0 !important;
}

.lbl-accordion-item {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* TOTAL TRIGGER ACCENT SAFEGUARD RE-ROUTING */
.lbl-panel-trigger,
.lbl-panel-trigger:focus,
.lbl-panel-trigger:active,
.lbl-panel-trigger:visited {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: left !important;
  padding: 24px 8px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important; /* Drops iOS flashing overlay fields */
}

/* MOBILE WRAPPING LOGIC FOR LONG QUESTIONS */
.lbl-trigger-text {
  display: block !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding-right: 24px !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #1a365d !important;
  line-height: 1.4 !important;
  transition: color 0.15s ease-in-out !important;
}

.lbl-panel-icon {
  flex-shrink: 0 !important;
  display: inline-block !important;
  font-size: 1.4rem !important;
  color: #64748b !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  transition: color 0.15s ease-in-out !important;
}

/* BRAND COLOR HOVER SYSTEM ENFORCEMENT */
.lbl-panel-trigger:hover .lbl-trigger-text {
  color: #0099a8 !important; /* Active brand clinical teal */
}
.lbl-panel-trigger:hover .lbl-panel-icon {
  color: #0099a8 !important;
}

/* EXPANDED ACTIVE CONTAINER SYSTEM FORCING */
.lbl-accordion-item.active .lbl-trigger-text {
  color: #0099a8 !important;
}
.lbl-accordion-item.active .lbl-panel-icon {
  color: #0099a8 !important;
}

/* Fluid Expansion Window Drawer Layer mechanics */
.lbl-panel-content {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff !important;
  transition: max-height 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.lbl-content-inner {
  padding: 0 8px 24px 8px !important;
  background-color: #ffffff !important;
}

.lbl-content-inner p {
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin: 0 !important;
}/* End custom CSS */