/* Start custom CSS for shortcode, class: .elementor-element-ca7a36e *//* ===== OVERVIEW – BOOTSTRAP SAFE ===== */

.fleet-overview-scope {
  background: #ffffff;
  font-family: 'Lato', sans-serif;
}

/* TEXT */
.fleet-overview-scope .fleet-overview-text h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 2rem;
  color: #555;
}

.fleet-overview-scope .fleet-overview-text p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #334155;
  max-width: 640px;
}

.fleet-overview-scope .fleet-overview-emphasis {
  margin-top: 3rem;
  padding: 2.6rem 3rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
  font-size: 1.1rem;
  font-weight: 700;
  color: #020617;
  box-shadow: 0 25px 55px rgba(0,0,0,.12);
}

/* CARDS */
.fleet-overview-scope .fleet-overview-cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.fleet-overview-scope .fleet-overview-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 2.8rem 3rem;
  box-shadow: 0 30px 70px rgba(0,0,0,.12);
  border-left: 6px solid #e5e7eb;
}

.fleet-overview-scope .fleet-overview-card.highlight {
  border-left-color: #8e48bb;
  background: linear-gradient(135deg, #faf5ff, #ffffff);
}

.fleet-overview-scope .fleet-overview-card h4 {
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: .75rem;
  color: #020617;
}

.fleet-overview-scope .fleet-overview-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fleet-overview-scope .fleet-overview-text h2 {
    font-size: 2.1rem;
  }

  .fleet-overview-scope .fleet-overview-emphasis {
    padding: 2.2rem;
  }
}

@media (max-width: 576px) {
  .fleet-overview-scope .fleet-overview-card {
    padding: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cda40a9 *//* ===== AI CHALLENGE – BOOTSTRAP SAFE ===== */

.fleet-ai-scope {
  background: linear-gradient(135deg, #8e48bb 0%, #1a1445 60%, #2177d2 100%);
  font-family: 'Lato', sans-serif;
}

/* PANEL */
.fleet-ai-scope .fleet-ai-panel {
  background: linear-gradient(135deg, #8e48bb 0%, #1a1445 60%, #2177d2 100%);
  border-radius: 32px;
  padding: 4rem;
  color: #ffffff;
  box-shadow: 0 60px 120px rgba(0,0,0,.35);
}

/* LEFT */
.fleet-ai-scope .fleet-ai-left h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.fleet-ai-scope .fleet-ai-left p {
  font-size: 1.25rem;
  color: #e5e7eb;
}

/* OUTCOME */
.fleet-ai-scope .fleet-ai-outcome {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
}

.fleet-ai-scope .fleet-ai-outcome p {
  font-size: 1.1rem;
  color: #1f2937;
  margin: 0;
}

/* RIGHT */
.fleet-ai-scope .fleet-ai-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.fleet-ai-scope .fleet-ai-node {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.6rem 1.8rem;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border-left: 4px solid rgba(142,72,187,.5);
  backdrop-filter: blur(6px);
}

.fleet-ai-scope .fleet-ai-node span {
  font-size: 1.3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fleet-ai-scope .fleet-ai-node p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fleet-ai-scope .fleet-ai-panel {
    padding: 3rem 2rem;
  }

  .fleet-ai-scope .fleet-ai-left h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .fleet-ai-scope .fleet-ai-node {
    padding: 1.4rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-94359b8 *//* ===== THE SOLUTION – REFINED WHITE DESIGN ===== */

.solution-orchestration {
  background:
    radial-gradient(circle at 15% 20%, rgba(142,72,187,.12), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(33,119,210,.12), transparent 40%);
  padding: 7rem 6rem;
  font-family: 'Lato', sans-serif;
  color: #020617;
}

.solution-wrapper {
  max-width: 1300px;
  margin: auto;
}

/* Header */
.solution-head {
  max-width: 800px;
  margin-bottom: 3.2rem;
 
}

.solution-head h2 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .01em;
  margin-bottom: 0.rem;
  color: #555;
}

.solution-head p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #475569;
}

/* Cards */
.solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.1rem;
}

.solution-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 3rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 28px 60px rgba(0,0,0,.12);
  transition: transform .35s ease, box-shadow .35s ease;
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 45px 90px rgba(0,0,0,.18);
}

.solution-card.highlight {
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
  border: none;
}

.card-icon {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}

.solution-card h4 {
  font-size: 1.20rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #020617;
}

.solution-card p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
}

/* Outcome */
.solution-outcome {
  margin-top: 6.5rem;
  padding: 3.5rem 4rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
  border-left: 6px solid #8e48bb;
  box-shadow: 0 30px 65px rgba(0,0,0,.12);
}

.solution-outcome strong {
  display: block;
  font-size: .85rem;
  letter-spacing: .25em;
  font-weight: 900;
  color: #8e48bb;
  margin-bottom: 1rem;
}

.solution-outcome p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #020617;
}

/* Responsive */
@media (max-width: 992px) {
  .solution-head h2 {
    font-size: 2.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3373b61 *//* ===== THE SOLUTION – BOOTSTRAP SAFE ===== */

.solution-scope {
  font-family: 'Lato', sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(142,72,187,.12), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(33,119,210,.12), transparent 40%);
  color: #020617;
}

/* Header */
.solution-scope .solution-head {
  max-width: 800px;
}

.solution-scope .solution-head h2 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #555;
  margin-bottom: 1rem;
}

.solution-scope .solution-head p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #475569;
}

/* Cards */
.solution-scope .solution-card {
  height: 100%;
  background: #ffffff;
  border-radius: 28px;
  padding: 3rem 2.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 28px 60px rgba(0,0,0,.12);
  transition: transform .35s ease, box-shadow .35s ease;
}

.solution-scope .solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 45px 90px rgba(0,0,0,.18);
}

.solution-scope .solution-card h4 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #020617;
  margin: 0;
}

/* Outcome */
.solution-scope .solution-outcome {
  padding: 3rem 3.5rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
  border-left: 6px solid #8e48bb;
  box-shadow: 0 30px 65px rgba(0,0,0,.12);
}

.solution-scope .solution-outcome p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #020617;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .solution-scope .solution-head h2 {
    font-size: 2.1rem;
  }

  .solution-scope .solution-outcome {
    padding: 2.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c5cc0cf *//* ===== FLEET RESULTS – BOOTSTRAP SAFE ===== */

.fleet-results-scope {
  font-family: 'Lato', sans-serif;
  background: linear-gradient(135deg, #8e48bb 0%, #1a1445 60%, #2177d2 100%);
}

/* Panel */
.fleet-results-panel {
  background: linear-gradient(135deg, #8e48bb 0%, #1a1445 60%, #2177d2 100%);
  border-radius: 32px;
  padding: 4rem;
  color: #ffffff;
  box-shadow: 0 60px 120px rgba(0,0,0,.35);
}

/* Left */
.fleet-results-left h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.fleet-results-left p {
  font-size: 1.3rem;
  color: #e5e7eb;
}

.fleet-results-outcome {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
}

.fleet-results-outcome p {
  font-size: 1.1rem;
  color: #1f2937;
  margin: 0;
}

/* Right list */
.fleet-results-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.fleet-results-item {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.6rem 1.8rem;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border-left: 4px solid rgba(142,72,187,.5);
  backdrop-filter: blur(6px);
}

.fleet-results-item span {
  font-size: 1.3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fleet-results-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .fleet-results-panel {
    padding: 3rem 2rem;
  }

  .fleet-results-left h4 {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7c3dab8 *//* ===== IMPACT SECTION – BOOTSTRAP SAFE ===== */

.fleet-impact-scope {
  font-family: 'Lato', sans-serif;
  background: radial-gradient(circle at top, #1e1b4b, #020617 60%);
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
}

/* Header */
.fleet-impact-scope .impact-top {
  max-width: 1000px;
}

.fleet-impact-scope .impact-badge {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #c084fc;
  margin-bottom: 1rem;
}

.fleet-impact-scope h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.fleet-impact-scope .impact-top p {
  font-size: 1.25rem;
  color: #9ca3af;
}

/* Pillars */
.fleet-impact-scope .impact-pillar {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  padding: 3rem;
  box-shadow: 0 40px 120px rgba(0,0,0,.7);
  position: relative;
  height: 100%;
  transition: transform .4s ease;
}

.fleet-impact-scope .impact-pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.fleet-impact-scope .impact-pillar:hover {
  transform: translateY(-10px);
}

.fleet-impact-scope .impact-pillar h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.fleet-impact-scope .impact-pillar p {
  font-size: 1.1rem;
  color: #c7d2fe;
  line-height: 1.6;
}

/* Statement */
.fleet-impact-scope .impact-statement {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 4rem;
  border-radius: 40px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
  color: #020617;
  font-size: 1.45rem;
  font-weight: 600;
}

.fleet-impact-scope .statement-glow {
  position: absolute;
  inset: -3px;
  border-radius: 42px;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  opacity: .25;
  z-index: -1;
}

/* Responsive */
@media (max-width: 768px) {
  .fleet-impact-scope h2 {
    font-size: 2rem;
  }

  .fleet-impact-scope .impact-statement {
    padding: 2.5rem;
    font-size: 1.15rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae42fe0 *//* ===== SOLUTION CTA SECTION ===== */

.solution-cta {
  padding: 6rem 6rem;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
}

.solution-cta-wrapper {
  max-width: 1300px;
  margin: auto;
  background: linear-gradient(135deg, #2f2f2f, #1f2933);
  border-radius: 28px;
  padding: 3.8rem 4.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 35px 80px rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
  transition: box-shadow .35s ease, transform .35s ease;
}

/* Accent stripe */
.solution-cta-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #8e48bb, #2177d2);
}

/* Hover polish */
.solution-cta-wrapper:hover {
  transform: translateY(-4px);
  box-shadow:
    0 45px 100px rgba(0,0,0,.25),
    0 0 0 1px rgba(255,255,255,.05);
}

/* Content */
.cta-content {
  max-width: 780px;
}

.cta-content h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: .8rem;
  line-height: 1.35;
}

.cta-content p {
  font-size: 1.25rem;
  color: #cbd5e1;
  letter-spacing: .02em;
}

/* CTA Action */
.cta-action {
  flex-shrink: 0;
}

/* Button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .95rem 2.4rem;
  font-size: 1.20rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  box-shadow: 0 12px 30px rgba(33,119,210,.35);
  transition: all .3s ease;
}

.cta-btn span {
  transition: transform .3s ease;
}

/* Hover */
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(33,119,210,.45);
  color: #ffffff;
}

.cta-btn:hover span {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .solution-cta {
    padding: 5rem 2.5rem;
  }

  .solution-cta-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
    padding: 3.2rem 3rem;
  }

  .cta-content h3 {
    font-size: 1.7rem;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cta-content h3 {
    font-size: 1.5rem;
  }

  .cta-content p {
    font-size: .95rem;
  }
}/* End custom CSS */