/* Start custom CSS for shortcode, class: .elementor-element-ab7d0cf *//* ========== OVERVIEW – CONTROL TOWER UNDER LOAD ========== */

.fleet-ai-overview-control {
  padding: 7rem 6rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  font-family: 'Lato', sans-serif;
}

.overview-shell {
  max-width: 1280px;
  margin: auto;
}

/* HEADER */
.overview-head {
  max-width: 900px;
  margin-bottom: 5rem;
}

.overview-chip {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 40px;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  color: #fff;
  font-size: .7rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 1.8rem;
}

.overview-head h3 {
  font-size: 2.2rem;
  font-weight:900;
  color: #555;
  line-height: 1.15;
}

/* GRID */
.overview-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 6rem;
}

/* STORY */
.overview-story p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #334155;
  margin-bottom: 1.6rem;
}

.overview-warning {
  margin-top: 3rem;
  padding: 2.2rem 2.6rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #fdf2f8, #eef2ff);
  font-size: 1.1rem;
  font-weight: 700;
  color: #020617;
}

.overview-warning span {
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SIGNAL VISUAL */
.overview-signal {
  position: relative;
  padding-left: 3.5rem;
}

.signal-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #8e48bb, #2177d2);
  border-radius: 5px;
}

.signal-node {
  background: #ffffff;
  border-radius: 22px;
  padding: 2.4rem 2.8rem;
  box-shadow: 0 30px 70px rgba(0,0,0,.14);
  margin-bottom: 2.6rem;
  position: relative;
}

.signal-node::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #8e48bb;
  border-radius: 50%;
  transform: translateY(-50%);
}

.signal-node span {
  display: block;
  font-size: .75rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: #64748b;
  margin-bottom: .6rem;
}

.signal-node strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: #020617;
}

/* STATES */
.signal-node.delay::before {
  background: #2177d2;
}

.signal-node.risk {
  background: linear-gradient(135deg, #fff1f2, #fef2f2);
}

.signal-node.risk::before {
  background: #dc2626;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .overview-head h2 {
    font-size: 2.4rem;
  }

  .overview-signal {
    padding-left: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-83dcf0a *//* ========== OVERVIEW – CONTROL TOWER (BOOTSTRAP SAFE) ========== */

.fleet-ai-overview-control-scope {
  font-family: 'Lato', sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 7rem 6rem;
}

/* SHELL */
.fleet-ai-overview-control-scope .overview-shell {
  max-width: 1280px;
  margin: auto;
}

/* HEADER */
.fleet-ai-overview-control-scope .overview-head h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #555;
}

/* STORY */
.fleet-ai-overview-control-scope .overview-story p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #334155;
  margin-bottom: 1.6rem;
}

/* WARNING BOX */
.fleet-ai-overview-control-scope .overview-warning {
  margin-top: 3rem;
  padding: 2.2rem 2.6rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #fdf2f8, #eef2ff);
  font-size: 1.1rem;
  font-weight: 700;
  color: #020617;
}

.fleet-ai-overview-control-scope .overview-warning span {
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SIGNAL VISUAL */
.fleet-ai-overview-control-scope .overview-signal {
  position: relative;
  padding-left: 3.5rem;
}

.fleet-ai-overview-control-scope .signal-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #8e48bb, #2177d2);
  border-radius: 5px;
}

/* SIGNAL NODE */
.fleet-ai-overview-control-scope .signal-node {
  background: #ffffff;
  border-radius: 22px;
  padding: 2.4rem 2.8rem;
  box-shadow: 0 30px 70px rgba(0,0,0,.14);
  margin-bottom: 2.6rem;
  position: relative;
}

.fleet-ai-overview-control-scope .signal-node::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #8e48bb;
  border-radius: 50%;
  transform: translateY(-50%);
}

.fleet-ai-overview-control-scope .signal-node span {
  display: block;
  font-size: .75rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: #64748b;
  margin-bottom: .6rem;
}

.fleet-ai-overview-control-scope .signal-node strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: #020617;
}

/* STATES */
.fleet-ai-overview-control-scope .signal-node.delay::before {
  background: #2177d2;
}

.fleet-ai-overview-control-scope .signal-node.risk {
  background: linear-gradient(135deg, #fff1f2, #fef2f2);
}

.fleet-ai-overview-control-scope .signal-node.risk::before {
  background: #dc2626;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fleet-ai-overview-control-scope {
    padding: 5rem 3rem;
  }

  .fleet-ai-overview-control-scope .overview-signal {
    padding-left: 2.2rem;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .fleet-ai-overview-control-scope {
    padding: 4rem 1.5rem;
  }

  .fleet-ai-overview-control-scope .overview-head h3 {
    font-size: 1.9rem;
  }

  .fleet-ai-overview-control-scope .signal-node strong {
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-de437a4 *//* ========== AI SOLUTION – BOOTSTRAP SAFE & ISOLATED ========== */

.fleet-ai-solution-scope {
  font-family: 'Lato', sans-serif;
  background: linear-gradient(135deg, #8e48bb 0%, #1a1445 60%, #2177d2 100%);
  padding: 5rem 0;
}

/* PANEL */
.fleet-ai-solution-scope .fleet-ai-system-wrapper {
  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-solution-scope .fleet-ai-system-left h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.fleet-ai-solution-scope .fleet-ai-system-left p {
  font-size: 1.3rem;
  color: #e5e7eb;
}

/* RIGHT FLOW */
.fleet-ai-solution-scope .fleet-ai-system-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.fleet-ai-solution-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-solution-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-solution-scope .fleet-ai-node p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

/* OUTCOME */
.fleet-ai-solution-scope .fleet-ai-outcome {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
}

.fleet-ai-solution-scope .fleet-ai-outcome p {
  font-size: 1.1rem;
  color: #1f2937;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fleet-ai-solution-scope .fleet-ai-system-wrapper {
    padding: 3rem 2rem;
  }

  .fleet-ai-solution-scope .fleet-ai-system-left h4 {
    font-size: 1.5rem;
  }

  .fleet-ai-solution-scope .fleet-ai-system-left p {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .fleet-ai-solution-scope .fleet-ai-node {
    padding: 1.3rem 1.4rem;
  }

  .fleet-ai-solution-scope .fleet-ai-node span {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-edfcefa *//* ===== 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.45rem;
  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-d1a24af *//* ===== SOLUTION SECTION (ISOLATED & RESPONSIVE) ===== */

.solution-v2 {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: 'Lato', sans-serif;
  color: #020617;
  padding: 5rem 0;
}

/* Header */
.solution-v2 .solution-title {
  font-size: 2.3rem;
  font-weight: 900;
  color: #555;
}

.solution-v2 .solution-subtitle {
  max-width: 720px;
  margin: 1rem auto 0;
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
}

/* Cards */
.solution-v2 .solution-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.3rem;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
  height: 100%;
}

.solution-v2 .solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(0,0,0,.15);
}

.solution-v2 .solution-card h5 {
  font-weight: 800;
  color: #555;
  margin-bottom: .8rem;
}

.solution-v2 .solution-card p {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Outcome */
.solution-v2 .solution-outcome {
  max-width: 900px;
  margin: 4rem auto 0;
  background: #ffffff;
  padding: 2.8rem 3.2rem;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0,0,0,.1);
  font-size: 1.1rem;
  line-height: 1.9;
  border-left: 6px solid #8e48bb;
}

/* Tablet */
@media (max-width: 992px) {
  .solution-v2 {
    padding: 4rem 1.5rem;
  }

  .solution-v2 .solution-title {
    font-size: 2.1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .solution-v2 {
    padding: 3.5rem 1rem;
  }

  .solution-v2 .solution-title {
    font-size: 1.9rem;
  }

  .solution-v2 .solution-subtitle {
    font-size: 1.05rem;
  }

  .solution-v2 .solution-outcome {
    padding: 2.2rem 1.6rem;
    text-align: center;
    border-left: none;
    border-top: 5px solid #8e48bb;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6cf7a31 *//* ========== RESULTS SECTION (BOOTSTRAP SAFE) ========== */

.fleet-ai-results-scope {
  font-family: 'Lato', sans-serif;
  background: linear-gradient(135deg, #8e48bb 0%, #1a1445 60%, #2177d2 100%);
}

/* PANEL */
.fleet-ai-results-scope .fleet-ai-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-ai-results-scope .fleet-ai-results-left h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.fleet-ai-results-scope .fleet-ai-results-left p {
  font-size: 1.3rem;
  color: #e5e7eb;
}

/* RIGHT LIST */
.fleet-ai-results-scope .fleet-ai-results-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.fleet-ai-results-scope .fleet-ai-results-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-results-scope .fleet-ai-results-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-results-scope .fleet-ai-results-node p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

/* OUTCOME */
.fleet-ai-results-scope .fleet-ai-results-outcome {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
}

.fleet-ai-results-scope .fleet-ai-results-outcome p {
  margin: 0;
  font-size: 1.1rem;
  color: #1f2937;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fleet-ai-results-scope .fleet-ai-results-panel {
    padding: 3rem 2rem;
  }

  .fleet-ai-results-scope .fleet-ai-results-left h4 {
    font-size: 2rem;
  }

  .fleet-ai-results-scope .fleet-ai-results-left p {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .fleet-ai-results-scope .fleet-ai-results-node {
    padding: 1.3rem 1.4rem;
  }

  .fleet-ai-results-scope .fleet-ai-results-node span {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7567824 *//* ============== ULTIMATE BUSINESS IMPACT ============== */

.fleet-impact-ultimate {
  font-family: 'Lato', sans-serif;
  padding: 7rem 6rem;
  background:
    radial-gradient(circle at top, #1e1b4b, #020617 60%);
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
}

/* HEADER */
.impact-top {
  max-width: 1000px;
  margin-bottom: 6rem;
}

.impact-badge {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #c084fc;
  margin-bottom: 1rem;
}

.impact-top h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.impact-top p {
  font-size: 1.25rem;
  color: #9ca3af;
}

/* GRID */
.impact-pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 3rem;
  margin-bottom: 7rem;
}

/* PILLAR */
.impact-pillar {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  padding: 3.2rem;
  box-shadow: 0 40px 120px rgba(0,0,0,.7);
  position: relative;
  transition: transform .4s ease;
}

/* Gradient Frame */
.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;
}

.impact-pillar:hover {
  transform: translateY(-10px);
}

/* HEAD */
.pillar-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.pillar-icon {
  font-size: 2.5rem;
}

.impact-pillar h4 {
  font-size: 1.5rem;
  font-weight: 800;
}

.impact-pillar p {
  font-size: 1.1rem;
  color: #c7d2fe;
  line-height: 1.6;
}

/* STATEMENT */
.impact-statement {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 4rem 4.5rem;
  border-radius: 40px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
  color: #020617;
  font-size: 1.45rem;
  font-weight: 600;
}

/* Glow */
.statement-glow {
  position: absolute;
  inset: -3px;
  border-radius: 42px;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  opacity: .25;
  z-index: -1;
}

.impact-statement strong {
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .impact-top h2 {
    font-size: 2.4rem;
  }
  .impact-statement {
    padding: 2.5rem;
    font-size: 1.15rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-154890d *//* ============== ULTIMATE BUSINESS IMPACT (SCOPED) ============== */

.fleet-impact-ultimate-scope {
  font-family: 'Lato', sans-serif;
  padding: 7rem 6rem;
  background: radial-gradient(circle at top, #1e1b4b, #020617 60%);
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
}

/* HEADER */
.fleet-impact-ultimate-scope .impact-top {
  max-width: 1000px;
  margin: 0 auto 6rem;
}

.fleet-impact-ultimate-scope .impact-badge {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #c084fc;
  margin-bottom: 1rem;
}

.fleet-impact-ultimate-scope .impact-top h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.fleet-impact-ultimate-scope .impact-top p {
  font-size: 1.25rem;
  color: #9ca3af;
}

/* GRID — Bootstrap-safe */
.fleet-impact-ultimate-scope .impact-pillar-grid {
  margin-bottom: 7rem;
}

/* PILLAR */
.fleet-impact-ultimate-scope .impact-pillar {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  padding: 3.2rem;
  box-shadow: 0 40px 120px rgba(0,0,0,.7);
  position: relative;
  transition: transform .4s ease;
  height: 100%;
}

.fleet-impact-ultimate-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-ultimate-scope .impact-pillar:hover {
  transform: translateY(-10px);
}

/* HEAD */
.fleet-impact-ultimate-scope .pillar-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.fleet-impact-ultimate-scope .impact-pillar h4 {
  font-size: 1.5rem;
  font-weight: 800;
}

.fleet-impact-ultimate-scope .impact-pillar p {
  font-size: 1.1rem;
  color: #c7d2fe;
  line-height: 1.6;
}

/* STATEMENT */
.fleet-impact-ultimate-scope .impact-statement {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 4rem 4.5rem;
  border-radius: 40px;
  background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
  color: #020617;
  font-size: 1.45rem;
  font-weight: 600;
}

.fleet-impact-ultimate-scope .statement-glow {
  position: absolute;
  inset: -3px;
  border-radius: 42px;
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  opacity: .25;
  z-index: -1;
}

.fleet-impact-ultimate-scope .impact-statement strong {
  background: linear-gradient(135deg, #8e48bb, #2177d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* RESPONSIVE — isolated */
@media (max-width: 992px) {
  .fleet-impact-ultimate-scope {
    padding: 5rem 3rem;
  }
}

@media (max-width: 768px) {
  .fleet-impact-ultimate-scope {
    padding: 4rem 1.5rem;
  }

  .fleet-impact-ultimate-scope .impact-top h2 {
    font-size: 2rem;
  }

  .fleet-impact-ultimate-scope .impact-top p {
    font-size: 1.1rem;
  }

  .fleet-impact-ultimate-scope .impact-pillar {
    padding: 2.5rem;
  }

  .fleet-impact-ultimate-scope .impact-statement {
    padding: 2.5rem;
    font-size: 1.15rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-da755f4 *//* ===== 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;

  /* Gradient */
  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 */