:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b83570 */.ft-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;
}
.ft-hero-section *, .ft-hero-section *::before, .ft-hero-section *::after {
  box-sizing: border-box;
}
.ft-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ft-hero-container {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
  }
}
.ft-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;
}
.ft-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #0099a8;
  border-radius: 50%;
}
.ft-badge-text {
  font-size: 0.825rem;
  font-weight: 600;
  color: #1a365d;
  letter-spacing: 0.02em;
}
.ft-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) {
  .ft-hero-content h1 { font-size: 3.25rem; }
}
.ft-hero-lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 40px 0;
}
.ft-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .ft-hero-actions { flex-direction: row; flex-wrap: wrap; }
}
.ft-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-ft-primary {
  background-color: #0099a8;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 153, 168, 0.25);
}
.btn-ft-primary:hover { background-color: #00808c; transform: translateY(-1px); }
.btn-ft-secondary {
  background-color: #1a365d;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.12);
}
.btn-ft-secondary:hover { background-color: #122642; transform: translateY(-1px); }

/* ADVANCED LAYOUT FRAME */
.ft-hero-graphic-box {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-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);
}
.ft-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;
}
.ft-image-viewport .ft-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-8a567b7 */.ft-comparison-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #f0f7ff; /* Soft Ice Blue */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.ft-comparison-section *, .ft-comparison-section *::before, .ft-comparison-section *::after {
  box-sizing: border-box;
}
.ft-comp-container {
  max-width: 1000px;
  margin: 0 auto;
}
.ft-comp-header {
  text-align: center;
  margin-bottom: 56px;
}
.ft-comp-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.ft-comp-header p {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
.ft-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px -3px rgba(26, 54, 93, 0.04);
}
.ft-comparison-table th {
  background-color: #1a365d;
  color: #ffffff;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  width: 40%;
}
.ft-comparison-table th:first-child {
  background-color: #122642;
  width: 20%;
}
.ft-comparison-table td {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #334155;
  vertical-align: top;
}
.ft-comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.ft-feat-title {
  font-weight: 700;
  color: #1a365d;
  background-color: #f8fafc;
}

/* MOBILE RESTRUCTURING */
@media (max-width: 768px) {
  .ft-comparison-table, .ft-comparison-table tbody, .ft-comparison-table tr, .ft-comparison-table td { 
    display: block; 
    width: 100%; 
  }
  .ft-comparison-table thead { display: none; }
  .ft-comparison-table tr {
    border-bottom: 2px solid #cbd5e1;
    padding: 16px 0;
    background-color: #ffffff;
  }
  .ft-comparison-table tr:last-child { border-bottom: none; }
  .ft-comparison-table td {
    padding: 10px 20px;
    border-bottom: none;
    position: relative;
    padding-left: 45%;
    text-align: left;
  }
  .ft-comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    width: 40%;
    font-weight: 700;
    color: #64748b;
    font-size: 0.85rem;
    text-transform: uppercase;
  }
  .ft-comparison-table .ft-feat-title {
    background-color: #e0f2fe;
    color: #0369a1;
    padding: 8px 20px;
    font-size: 1rem;
    padding-left: 20px;
  }
  .ft-comparison-table .ft-feat-title::before { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62d0872 */.ft-steps-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.ft-steps-section *, .ft-steps-section *::before, .ft-steps-section *::after {
  box-sizing: border-box;
}
.ft-steps-container {
  max-width: 1200px;
  margin: 0 auto;
}
.ft-steps-header {
  text-align: center;
  margin-bottom: 56px;
}
.ft-steps-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.ft-steps-header p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.ft-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 640px) {
  .ft-steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .ft-steps-grid { grid-template-columns: repeat(4, 1fr); }
}
.ft-step-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);
}
.ft-step-num {
  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;
}
.ft-step-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.ft-step-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-4ca632e *//* =========================================================
   SECTION 4: CARE LOGISTICS ACCORDION (TOTAL THEME OVERRIDE)
   ========================================================= */
.ft-logistics-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.ft-logistics-section *, .ft-logistics-section *::before, .ft-logistics-section *::after {
  box-sizing: border-box;
}
.ft-faq-shield {
  max-width: 850px;
  margin: 0 auto;
}
.ft-faq-header {
  text-align: center;
  margin-bottom: 52px;
}
.ft-faq-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d !important;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.ft-faq-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569 !important;
  margin: 0;
}
.ft-group-wrapper {
  border-top: 1px solid #e2e8f0 !important;
}
.ft-item-box {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.ft-panel-trigger,
.ft-panel-trigger:focus,
.ft-panel-trigger:active,
.ft-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;
}
.ft-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;
}
.ft-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;
}
.ft-panel-trigger:hover .ft-trigger-text { color: #0099a8 !important; }
.ft-panel-trigger:hover .ft-icon { color: #0099a8 !important; }
.ft-item-box.active .ft-trigger-text { color: #0099a8 !important; }
.ft-item-box.active .ft-icon { color: #0099a8 !important; }
.ft-panel-content {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff !important;
  transition: max-height 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.ft-content-inner {
  padding: 0 8px 24px 8px !important;
  background-color: #ffffff !important;
}
.ft-content-inner p {
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin: 0 !important;
}/* End custom CSS */