/* =========================
   RESET
========================= */
* { 
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
}

/* =========================
   BASE
========================= */
body {
  font-family: 'Schibsted Grotesk', sans-serif;
  line-height: 1.5;
  background: #f2f4fc;
  color: #333;
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Schibsted Grotesk', sans-serif;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p, span {
  font-size: 1rem;
  line-height: 1.6;
  /*margin-bottom: 1em;*/
  max-width: 100%;
}

a {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
}

button, .lang-btn {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 5px 10px;
  cursor: pointer;
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


/* =========================
   HEADER
========================= */
/* Header Styles */
header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px 30px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo img {
  max-height: 50px;
  width: auto;
}

/* Navigation */
nav {
  display: flex;
  gap: 30px;
}

nav a {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease;
}

nav a:hover,
nav a.active {
  color: #0056b3;
}

/* Underline effect for active link */
nav a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007bff;
  border-radius: 2px;
}

/* Language Switcher */
#language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
}

#language-switcher img {
    width: 30px;
    height: auto;
}

.lang-btn {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border: none;
  background: #f0f4f8;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-btn.active,
.lang-btn:hover {
  background: #004aad;
  color: #fff;
}

/* Request Demo Button */
.request-demo {
  background: linear-gradient(90deg, #1f72ff, #a24ee9);
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  margin-left: 12px;
  transition: opacity 0.3s ease;
}

.request-demo:hover {
  opacity: 0.9;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}

/* =========================
   Services HERO
========================= */

.document-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-text-banner {
    width: 60%;
    display: inline-block;
}
section.services-hero {
    text-align: center;
    padding: 100px 0;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-text {
    width: 50%;
    display: inline-block;
}
section.services-hero .hero-buttons {
    display: inline;
}

a.discover-link ::before {
    background-color: #0065a0;
    padding: 20px;
    border-radius: 100px;
    font-size: 25px;
    color: #fff;
    object-fit: cover;
}

/* ===== Base Section ===== */
.process-section {
  background: #f9fafc;
  color: #333;
  font-family: 'Schibsted Grotesk', sans-serif;
      padding: 60px 0px;
      text-align: center;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #666;
  margin: 0 auto;
  padding:20px;
}

.services-grid-cards {
    display: grid;
    align-items: stretch;
    justify-content: space-around;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.services-grid-cards .card {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


/* ===== Section Wrapper ===== */
.analysis-section {
  padding: 4rem 1rem;
  background: linear-gradient(to right, #f4f6fa 30%, #eef6ff 100%);
  font-family: 'Schibsted Grotesk', sans-serif;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Grid Layout ===== */
.grid-layout {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .grid-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

/* ===== Left Content ===== */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;
}
.section-subtitle {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* ===== Feature List ===== */
.features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.feature-icon {
  padding: 0.5rem;
  border-radius: 0.5rem;
 
}
.feature-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #111;
   font-size: 20px;
}
.feature-text {
  font-size: 0.9rem;
  color: #666;
}

.analysis-section .features {
    padding: 0px;
    background: #ffffff00;
    text-align: left;
}
/* ===== Dashboard Card ===== */
.dashboard-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.dashboard-title {
  font-size: 1.5rem;
  font-weight: 700;
}

/* ===== Progress Bars ===== */
.progress-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.progress-item {
  background: #f4f5f7;
  padding: 1rem;
  border-radius: 0.75rem;
}
.progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.progress-bar {
  height: 0.5rem;
  background: #eaeef3;
  border-radius: 0.5rem;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 0.5rem;
}
.progress-fill.primary {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}
.progress-fill.secondary {
  background: linear-gradient(90deg, #10b981, #34d399);
}
.progress-fill.accent {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

/* ===== Footer Improvement ===== */
.improvement {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #10b981;
  font-size: 0.9rem;
  font-weight: 500;
}
.icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.icon.small {
  width: 18px;
  height: 18px;
}

/* ===== Icon Colors ===== */
.icon.primary { stroke: #3b82f6; }
.icon.secondary { stroke: #10b981; }
.icon.accent { stroke: #f59e0b; }
.icon.success { stroke: #10b981; }

.text-primary { color: #3b82f6; }
.text-success { color: #10b981; }
.text-accent { color: #f59e0b; }




/* General */
.ai-section {
  padding: 4rem 1rem;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header .badge {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 200, 150, 0.1);
  color: #0ea76b;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
}
.section-header .badge .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
}
.gradient-text {
  background: linear-gradient(to right, #0ea76b, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-header p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #666;
}


.ai-section .grid {
    grid-template-columns: 1fr 1fr;
} 

/* Card */
.ai-card {
  background: linear-gradient(to bottom right, rgba(0, 200, 150, 0.05), rgba(37, 99, 235, 0.05));
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.ai-card .card-icon {
  width: 48px;
  height: 48px;
  color: #0ea76b;
  margin-bottom: 1rem;
}
.ai-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ai-card p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.ai-card .card-footer {
  display: flex;
  align-items: center;
  color: #0ea76b;
  font-weight: 500;
}
.ai-card .card-footer .icon.small {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

/* List */
.ai-list .list-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 8px;
  transition: background 0.3s;
}
.ai-list .list-item:hover {
  background: rgba(0,0,0,0.05);
}
.ai-list .icon.small {
  width: 20px;
  height: 20px;
  color: #0ea76b;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.ai-list p {
  margin: 0;
  font-weight: 500;
  color: #333;
}

/* =========================
   HERO
========================= */
.hero {
  padding: 60px 0;
  background: linear-gradient(135deg, #f9fbff, #f3f6fb);
}

.hero .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
}

/* Left */
.hero-left {
  flex: 1;
  padding-right: 20px;
  min-width: 300px;
}

.hero-left h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #1f72ff, #a24ee9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-left .sub-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background-color: rgba(255,193,7,0.1);
    color: #0065a0;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.hero-left .desc {
  font-size: 1rem;
  color: #000;
  margin-bottom: 30px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}




.btn-gradient {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(90deg, #00f, #0ff);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
   box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
  overflow: visible;
}

.btn-gradient i {
  margin-left: 8px;
}

.btn-gradient::before,
.btn-gradient::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid #0ff;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
  z-index: -1;
}

.btn-gradient::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.btn-gradient:hover {
  opacity: 0.9;
}

.btn-outline {
  border: 2px solid #0245c5;
  color: #0245c5;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: #f0f4ff;
}

/* Right */
.hero-right {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.hero-right img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* Features Section */
.features {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.features .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d1b3e;
  line-height: 1.3;
}

.features .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards Grid */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}


.features-grid-cloud {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}

/* Individual Card */
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-icon img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #0d1b3e;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

/* Discover Link */
.discover-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f72ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.discover-link:hover {
  color: #a24ee9;
}

.features-section {
  padding: 60px 0;
  text-align: center;
  background: #f9fbff;
}

.features-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #004aad;
  margin-bottom: 10px;
}

.features-section .section-title span {
  color: #1f72ff;
}

.features-section .section-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.feature-card-smarter {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.feature-card-smarter:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-card-smarter .icon {
  font-size: 2rem;
  margin-bottom: 15px;
  width:100%;
}

.doc-section {
  padding: 60px 0;
  background: #fff;
}

.doc-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.doc-left {
  flex: 1;
  min-width: 300px;
}

.doc-left h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #002d62;
  margin-bottom: 15px;
}

.doc-left p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(90deg, #1f72ff, #0072ff);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #005ad4, #0051b8);
}

/* Right Side Card */
.doc-right {
  flex: 1;
  min-width: 300px;
}

.doc-card {
  background: linear-gradient(135deg, #fff, #fffbea);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.doc-card .icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #004aad;
}

.doc-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #002d62;
  margin-bottom: 10px;
}

.doc-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.doc-card .highlight {
  color: #058c42;
  font-weight: 600;
  font-size: 0.95rem;
}

.screenshots {
  padding: 4rem 0;
  background: linear-gradient(to right, rgba(108, 117, 125, 0.2), rgba(0, 123, 255, 0.05));
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #212529;
}

.section-header p {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 768px;
  margin: 1rem auto 0;
  line-height: 1.75;
}

.card.grid-1-2 .card-img {
    width: 90%;

}

.grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.section {
  padding: 4rem 0;
  background: linear-gradient(to right, rgba(108, 117, 125, 0.2), rgba(0, 123, 255, 0.05));
}

.cta-section {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background: linear-gradient(to right, #0056b3, #007bff);
  color: #fff;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 123, 255, 0.9);
  z-index: 1;
}

.cta-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.cta-container h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
}

.cta-container p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 2.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(to right, #6f42c1, #e83e8c);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-primary:active {
  transform: scale(0.95);
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background-color: #ffffff;
  color: #007bff;
  transform: scale(1.05);
}

.btn-secondary:active {
  transform: scale(0.95);
}

.btn svg {
  width: 1.25rem;
  height: 1.25rem;
}




/* Intelligent Management Section */
.intelligent-management {
  padding: 80px 20px;
  background: #f2f4fc;
  font-family: 'Schibsted Grotesk', sans-serif;
}

.intelligent-management .container {
  max-width: 1200px;
  margin: 0 auto;
}

.intelligent-management .content-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(16, 185, 129, 0.05));
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.intelligent-management .card-left {
  text-align: left;
}

.intelligent-management .card-left .icon-box svg {
  color: #6366f1;
  margin-bottom: 20px;
}

.intelligent-management .card-left h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #111827;
}

.intelligent-management .card-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

.intelligent-management .card-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.intelligent-management .card-right ul li {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  display: flex;
  align-items: center;
  gap:10px;
}



/* FAVORITE SECTION CSS - drop into your stylesheet */

/* Optional reset for the block */
.favorite-section { 
  padding: 4rem 1rem;
  background: linear-gradient(90deg, rgba(100,100,110,0.08), rgba(80,120,140,0.03));
  color: #0f1724; /* foreground */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* container */
.favorite-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  
}

/* intro */
.favorite-intro { margin-bottom: 2.5rem; }
.favorite-heading {
  font-size: 1.875rem; /* 3xl */
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.favorite-sub {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  color: #6b7280; /* muted text */
  line-height: 1.6;
}

/* grid */
.favorite-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .favorite-grid { grid-template-columns: repeat(2, 1fr); }
}

/* card */
.favorite-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,250,252,0.95));
  border-radius: 0.75rem;
  box-shadow: 0 6px 18px rgba(10, 15, 25, 0.06);
  transition: box-shadow .25s ease, transform .18s ease;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.04);
}
.favorite-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(10,15,25,0.12);
}

.card-inner { padding: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }

/* icon */
.card-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99,102,241,0.08); /* secondary-ish */
}
.card-icon.primary { background: rgba(59,130,246,0.08); }
.card-icon .icon { width: 1.75rem; height: 1.75rem; stroke: currentColor; fill: none; color: #374151; }

/* typography inside card */
.card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #0f1724;
}
.card-desc {
  color: #6b7280;
  font-size: 0.95rem;
  margin: 0;
  max-width: 30rem;
}

/* small utilities - adjust as needed */
.favorite-section .favorite-card + .favorite-card { /* spacing for stacked cards on small screens */ }



@media (max-width: 768px) {
  .intelligent-management .content-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .intelligent-management .card-right ul li {
    justify-content: center;
  }
}



/* Dynamic Analysis Section */
.dynamic-analysis-section {
  padding: 4rem 1rem;
  background: linear-gradient(90deg, rgba(120, 120, 160, 0.05), rgba(200, 200, 240, 0.03));
  font-family: Inter, Arial, sans-serif;
  color: #0f172a;
}

.dynamic-analysis-container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header */
.dynamic-analysis-header {
  text-align: center;
  margin-bottom: 3rem;
}
.dynamic-analysis-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.dynamic-analysis-sub {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 50rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid */
.dynamic-analysis-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .dynamic-analysis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .dynamic-analysis-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card */
.dynamic-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 6px 18px rgba(10, 15, 25, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.04);
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.dynamic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(10, 15, 25, 0.12);
}

.dynamic-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dynamic-icon {
  background: rgba(99, 102, 241, 0.08);
  padding: 0.75rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dynamic-icon .icon {
  width: 2rem;
  height: 2rem;
  stroke: currentColor;
  color: #4f46e5; /* secondary */
  fill:none;
}

.dynamic-card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.dynamic-card-desc {
  color: #6b7280;
  line-height: 1.6;
}



/* ===== Section & Layout ===== */
.star-section {
  padding: 4rem 0;
  background: linear-gradient(to right, rgba(0,123,255,0.05), rgba(255,193,7,0.05));
}
.star-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.star-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media(min-width:1024px){
  .star-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== Left Column ===== */
.star-left .star-title {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 1rem;
}
.star-left .star-text-large {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.star-left .star-text-medium {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 2rem;
}

/* ===== Features Boxes ===== */
.star-features .star-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  margin-bottom: 1rem;
}
.star-feature .star-icon {
  padding: 0.5rem;
  background: #e0e0e0;
  border-radius: 0.5rem;
}
.star-feature-title {
  font-weight: 600;
  color: #111;
  margin-bottom: 0.25rem;
}
.star-feature-desc {
  font-size: 0.875rem;
  color: #888;
}

/* ===== Right Column / Card ===== */
.star-right .star-card {
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff,#f0f0f0);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  padding: 2rem;
}
.star-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.star-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
}

/* ===== Stats ===== */
.star-stats .star-stat {
  background: #f8f8f8;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.star-stat span {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.star-stat-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111;
}
.star-stat-value {
  font-weight: bold;
  color: #007bff;
}
.star-success { color: #28a745; }
.star-accent { color: #ffc107; }
.star-stat-desc {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #888;
}

/* ===== Security ===== */
.star-security {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #28a745;
  font-weight: 500;
  font-size: 0.875rem;
}



/* ===== Section Layout ===== */
.guarantee-security-section {
  padding: 4rem 0;
}
.guarantee-security-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.guarantee-security-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.guarantee-security-title {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 2rem;
}

/* ===== Grid ===== */
.guarantee-security-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media(min-width:768px) {
  .guarantee-security-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Card ===== */
.guarantee-security-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
.guarantee-security-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 123, 255, 0.1); /* default primary bg */
}
.guarantee-security-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
}
.guarantee-security-card-desc {
  font-size: 0.875rem;
  color: #666;
}

/* ===== Individual Icon Backgrounds ===== */
.guarantee-security-card:nth-child(1) .guarantee-security-icon {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
}
.guarantee-security-card:nth-child(2) .guarantee-security-icon {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.guarantee-security-card:nth-child(3) .guarantee-security-icon {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}
.guarantee-security-svg {
  width: 1.5rem;
  height: 1.5rem;
}



/* ===== Section ===== */
.revolutionize-section {
  position: relative;
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #6c63ff, #9b59b6); /* fallback gradient if needed */
  overflow: hidden;
}

/* ===== Overlay ===== */
.revolutionize-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(155, 89, 182, 0.9); /* secondary / 90 */
  z-index: 0;
}

/* ===== Container ===== */
.revolutionize-container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

/* ===== Content ===== */
.revolutionize-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ===== Title & Text ===== */
.revolutionize-title {
  font-size: 2rem;
  font-weight: bold;
  color: #f0f0f0;
}
@media(min-width:1024px) {
  .revolutionize-title { font-size: 2.5rem; }
}

.revolutionize-text {
  font-size: 1.25rem;
  color: rgba(240, 240, 240, 0.9);
  line-height: 1.6;
}

/* ===== Buttons ===== */
.revolutionize-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}


@media(min-width:640px) {
  .revolutionize-buttons { flex-direction: row; }
}

.revolutionize-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary button */
.revolutionize-btn-primary {
  background-color: #fff;
  color: #333;
}
.revolutionize-btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}
.revolutionize-btn-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Secondary button */
.revolutionize-btn-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid #f0f0f0;
  backdrop-filter: blur(5px);
}
.revolutionize-btn-secondary:hover {
  background-color: #f0f0f0;
  color: #9b59b6;
  transform: scale(1.05);
}



/* ===== Section ===== */
.geolocation-banner-content {
    width: 65%;
    display: inline-block;
}

.geolocation-banner-section {
  position: relative;
  padding: 5rem 1rem;
  background: linear-gradient(to bottom right, rgba(255,193,7,0.05), rgba(255,255,255,0.05), rgba(0,123,255,0.05));
  overflow: hidden;
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay */
.geolocation-banner-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(255,193,7,0.1), transparent 60%);
  z-index: 0;
}

/* Container */
.geolocation-banner-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

/* Badge */
.geolocation-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: rgba(255,193,7,0.1);
  color: #0b6ca4;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.geolocation-banner-badge-icon {
  width: 1rem;
  height: 1rem;
}

/* Title */
.geolocation-banner-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media(min-width:1024px){
  .geolocation-banner-title { font-size: 3.5rem; }
}

/* Gradient text */
.geolocation-banner-gradient-text {
  background: linear-gradient(to right, #ffc107, #007bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
}

/* Paragraph */
.geolocation-banner-text {
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  color: #000;
  line-height: 1.6;
}

/* Buttons */
.geolocation-banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media(min-width:640px){
  .geolocation-banner-buttons { flex-direction: row; }
}

.geolocation-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary button */
.geolocation-banner-btn-primary {
  background: linear-gradient(to right, #ffc107, #007bff);
  color: #fff;
  box-shadow: 0 5px 15px rgba(255,193,7,0.3);
}
.geolocation-banner-btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,123,255,0.3);
}
.geolocation-banner-btn-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Secondary button */
.geolocation-banner-btn-secondary {
  background-color: rgba(255,255,255,0.2);
  color: #007bff;
  border: 2px solid #007bff;
  backdrop-filter: blur(5px);
}
.geolocation-banner-btn-secondary:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.05);
}



/* ===== Section ===== */
.real-time-section {
  padding: 4rem 1rem;
  background: #f9f9f9;
}

.real-time-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.real-time-header {
  text-align: center;
  margin-bottom: 4rem;
}
.real-time-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media(min-width:1024px){
  .real-time-title { font-size: 2.5rem; }
}
.real-time-subtitle {
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
}

/* Cards Row */
.real-time-cards-row {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media(min-width:768px){
  .real-time-cards-row { grid-template-columns: repeat(3, 1fr); }
}
.real-time-cards-row-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media(min-width:1024px){
  .real-time-cards-row-2 { grid-template-columns: repeat(4, 1fr); }
}

/* Card */
.real-time-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  padding: 1.5rem;
  text-align: center;
}
.real-time-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon wrapper */
.real-time-card-icon {
    width: 2rem;
    height: 2rem;
    color: #ffc107;
    fill: none;
    stroke: #ffc107;
}

.real-time-card-icon {
  width: 2rem;
  height: 2rem;
  color: #ffc107;
}

/* Circle icon for row 2 */
.real-time-card-icon-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.real-time-card-icon-inner {
    width: 1.5rem;
    height: 1.5rem;
    color: #007bff;
    fill: none;
    stroke: #007bff;
}

/* Card title */
.real-time-card-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}
.real-time-card:hover .real-time-card-title {
  color: #ffc107;
}

/* Card text */
.real-time-card-text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
}




/* Section */
.native-mobile-section {
  padding: 4rem 1rem;
  background: linear-gradient(to right, rgba(156,163,175,0.3), rgba(255,193,7,0.05));
}

.native-mobile-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.native-mobile-grid {
  display: grid;
  gap: 3rem;
}
@media(min-width:1024px){
  .native-mobile-grid { grid-template-columns: 1fr 1fr; align-items: center; }
}

/* Left Column */
.native-mobile-header {
  margin-bottom: 2rem;
}
.native-mobile-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,193,7,0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  color: #ffc107;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.native-mobile-tag-icon {
    width: 1rem;
    height: auto;
    fill: none;
    stroke: green;
}

.native-mobile-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media(min-width:1024px){
  .native-mobile-title { font-size: 2.5rem; }
}

.native-mobile-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #666;
}

/* Features */
.native-mobile-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.native-mobile-feature {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
}

.native-mobile-feature-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #28a745;
    flex-shrink: 0;
    margin-top: 0.125rem;
    stroke: green;
    background-color: transparent;
    fill: none;
}

/* Right Column Card */
.native-mobile-card {
  background: linear-gradient(to bottom right, rgba(255,193,7,0.05), rgba(0,123,255,0.05));
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.native-mobile-card-content {
  padding: 2rem;
}
.native-mobile-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.native-mobile-card-icon {
    width: 2rem;
    height: 2rem;
    color: #ffc107;
    fill: none;
    stroke: #ffc107;
    background-color: transparent;
}
.native-mobile-card-title {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Stats */
.native-mobile-card-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.native-mobile-stat {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.875rem;
}
.native-mobile-stat-value {
  font-weight: 700;
}
.native-mobile-stat-description {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #666;
}
.native-mobile-stat-icon {
    width: 25px;
    height: auto;
    stroke: green;
    fill: none;
}

/* GPS Info */
.native-mobile-gps {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffc107;
  margin-top: 1.5rem;
}

.native-mobile-gps-icon {
    width: 25px;
    height: 25px;
    stroke: #ffc107;
    fill: none;
    margin-top: -15px;
}


/* Section */
.applied-geolocation-section {
  padding: 4rem 1rem;
}

.applied-geolocation-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.applied-geolocation-header {
  text-align: center;
  margin-bottom: 4rem;
  gap: 1.5rem;
}
.applied-geolocation-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media(min-width:1024px){
  .applied-geolocation-title { font-size: 2.5rem; }
}
.applied-geolocation-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

/* Features Grid */
.applied-geolocation-grid {
  display: grid;
  gap: 2rem;
}
@media(min-width:768px){
  .applied-geolocation-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Feature Card */
.applied-geolocation-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(0,0,0,0.05));
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.applied-geolocation-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.applied-geolocation-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.applied-geolocation-card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.applied-geolocation-card-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

/* Badge */
.applied-geolocation-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.applied-geolocation-badge-icon {
    width: 20px;
    height: auto;
    fill: none;
    stroke: green;
}



/* Section */
.single-intuitive-section {
  padding: 4rem 1rem;
  background: linear-gradient(90deg, rgba(0,123,255,0.05), rgba(255,193,7,0.05));
}

.single-intuitive-container {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.single-intuitive-header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-intuitive-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media(min-width:1024px){
  .single-intuitive-title { font-size: 2.5rem; }
}

.single-intuitive-subtitle {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.6;
}

/* Grid */
.single-intuitive-grid {
  display: grid;
  gap: 2rem;
}
@media(min-width:768px){
  .single-intuitive-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Card */
.single-intuitive-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.single-intuitive-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,123,255,0.1);
  margin-bottom: 0.5rem;
}

.single-intuitive-card-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: green;
    fill: none;
}

.single-intuitive-card-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.single-intuitive-card-text {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}



.fleet-management-section {
  position: relative;
  padding: 4rem 1rem;
  background: linear-gradient(90deg, #FFB547, #FF7A18);
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.fleet-management-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 180, 71, 0.9), rgba(255, 122, 24, 0.9));
  z-index: 0;
}

.fleet-management-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  z-index: 1;
  padding: 0 1rem;
}

.fleet-management-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.fleet-management-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media(min-width:1024px){
  .fleet-management-title { font-size: 2.5rem; }
}

.fleet-management-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  line-height: 1.6;
}

.fleet-management-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

@media(min-width:640px){
  .fleet-management-buttons { flex-direction: row; }
}

.fleet-management-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 2.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.fleet-management-btn.primary {
  background: linear-gradient(90deg, #FFB547, #FF7A18);
  color: #fff;
}

.fleet-management-btn.primary:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.fleet-management-btn.secondary {
  border: 2px solid #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  backdrop-filter: blur(8px);
}

.fleet-management-btn.secondary:hover {
  transform: scale(1.05);
  background: #fff;
  color: #FF7A18;
}

.fleet-management-btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    stroke: currentColor;
    fill: none;
}


.contact-us-banners-section {
  position: relative;
  padding: 5rem 1rem;
  background: linear-gradient(135deg, rgba(0, 112, 244,0.05), rgba(255,255,255,0.05), rgba(255, 193, 7,0.05));
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-us-banners-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(0, 112, 244,0.1), transparent 70%, transparent 100%);
  z-index: 0;
}

.contact-us-banners-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  z-index: 1;
  padding: 0 1rem;
}

.contact-us-banners-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.contact-us-banners-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media(min-width:1024px){
  .contact-us-banners-title { font-size: 3.75rem; }
}

.contact-us-banners-gradient-text {
  background: linear-gradient(90deg, #FFB547, #FF7A18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
    line-height: 0px;
}

.contact-us-banners-subtitle {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
  color: #6B7280;
  line-height: 1.6;
}

.contact-us-banners-badge {
     width: 206px;
    height: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: rgba(16, 185, 129,0.1); /* green/10 */
  color: #10B981; /* success color */
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
}

.contact-us-banners-badge-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}




.multiple-contact-section {
  padding: 4rem 1rem;
}

.multiple-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.multiple-contact-header {
  text-align: center;
  margin-bottom: 4rem;
}

.multiple-contact-title {
  font-size: 2rem;
  font-weight: 700;
}

@media(min-width:1024px) {
  .multiple-contact-title { font-size: 2.5rem; }
}

.multiple-contact-subtitle {
  font-size: 1.125rem;
  color: #6B7280;
  max-width: 768px;
  margin: 0.5rem auto 0;
  line-height: 1.6;
}

.multiple-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media(min-width:768px) {
  .multiple-contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.multiple-contact-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05));
  border-radius: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.multiple-contact-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.multiple-contact-card-top {
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.multiple-contact-icon-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}

.multiple-contact-icon-bg.primary { background-color: rgba(0, 112, 244,0.1); }
.multiple-contact-icon-bg.secondary { background-color: rgba(244, 0, 128,0.1); }
.multiple-contact-icon-bg.success { background-color: rgba(16, 185, 129,0.1); }

.multiple-contact-icon {
  width: 2rem;
  height: 2rem;
  stroke: currentColor;
}

.multiple-contact-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.3s;
}

.multiple-contact-card:hover .multiple-contact-card-title.primary { color: #0070F4; }
.multiple-contact-card:hover .multiple-contact-card-title.secondary { color: #F40080; }
.multiple-contact-card:hover .multiple-contact-card-title.success { color: #10B981; }

.multiple-contact-card-text {
  font-size: 0.875rem;
  color: #6B7280;
}

.multiple-contact-card-bottom {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.multiple-contact-number {
  font-size: 1.125rem;
  font-weight: 600;
}

.multiple-contact-hours {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6B7280;
}

.multiple-contact-clock-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.multiple-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0.5rem;
  border: 2px solid #0070F4;
  background-color: rgba(255,255,255,0.8);
  color: #0070F4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.multiple-contact-button:hover {
  background-color: #0070F4;
  color: #fff;
  transform: scale(1.05);
}

.multiple-contact-arrow-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}


.personalized-contact-section {
  padding: 4rem 10px;
  background: linear-gradient(to right, rgba(107,114,128,0.3), rgba(0,112,244,0.05));
}

.personalized-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.personalized-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media(min-width:1024px) {
  .personalized-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.personalized-contact-header {
  margin-bottom: 2rem;
}

.personalized-contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.personalized-contact-subtitle {
  font-size: 1.125rem;
  color: #6B7280;
  line-height: 1.6;
}

.personalized-contact-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.personalized-contact-benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(6px);
}

.personalized-contact-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: green;
  fill: none;
  flex-shrink: 0;
  margin-top: 0.125rem;
  background: transparent;
}

.personalized-contact-demo {
  display: flex;
  justify-content: center;
}

.personalized-contact-demo-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05));
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  width: 100%;
}

.personalized-contact-demo-header {
  text-align: center;
  margin-bottom: 2rem;
}

.personalized-contact-demo-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.personalized-contact-demo-subtitle {
  font-size: 1rem;
  color: #6B7280;
}

.personalized-contact-demo-info {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    margin-bottom: 2rem;
    flex-direction: column;
}

.personalized-contact-demo-item {
  text-align: center;
  background: #F3F4F6;
  border-radius: 0.75rem;
  padding: 1rem;
}

.personalized-contact-demo-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0070F4;
}

.personalized-contact-demo-label {
  font-size: 0.875rem;
  color: #6B7280;
}

.personalized-contact-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  background: linear-gradient(90deg, #0070F4, #F40080);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.personalized-contact-demo-button:hover {
  transform: scale(1.05);
}

.personalized-contact-demo-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #fff;
  fill: none;
  background: transparent; 
}


.support-included-section {
  padding: 4rem 1rem;
}

.support-included-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
}

.support-included-header {
  text-align: center;
  margin-bottom: 4rem;
}

.support-included-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.support-included-subtitle {
  font-size: 1.125rem;
  color: #6B7280;
  line-height: 1.6;
}

.support-included-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media(min-width:768px) {
  .support-included-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.support-included-card {
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05));
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.support-included-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.support-included-icon-wrapper {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #F3F4F6;
  fill:none;
}

.support-included-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
  color: #0070F4;
}

.support-included-card-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.support-included-card-subtitle {
  font-size: 0.875rem;
  color: #6B7280;
  line-height: 1.4;
}



.support-included-spanish-company-section {
  padding: 4rem 1rem;
  background: linear-gradient(90deg, rgba(236, 72, 153,0.05), rgba(59,130,246,0.05));
}

.support-included-spanish-company-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.support-included-spanish-company-header {
  margin-bottom: 3rem;
}

.support-included-spanish-company-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.support-included-spanish-company-subtitle {
  font-size: 1.125rem;
  color: #6B7280;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
}

.support-included-spanish-company-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 640px;
  margin: 0 auto;
}

@media(min-width:768px) {
  .support-included-spanish-company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.support-included-spanish-company-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.support-included-spanish-company-item-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.support-included-spanish-company-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  color: #3B82F6; /* default blue for icons, adjust per icon if needed */
  fill:none;
}

.support-included-spanish-company-item-title {
  font-weight: 500;
}

.support-included-spanish-company-item-subtitle {
  font-size: 0.875rem;
  color: #6B7280;
}


.digital-transformation-section {
  position: relative;
  padding: 4rem 1rem;
  background: linear-gradient(90deg, #3B82F6, #EC4899); /* Example hero gradient */
  overflow: hidden;
}

.digital-transformation-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(59, 130, 246, 0.9); /* semi-transparent overlay */
  z-index: 0;
}

.digital-transformation-container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  z-index: 1;
}

.digital-transformation-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.digital-transformation-title {
  font-size: 2rem;
  font-weight: 700;
  color: #F9FAFB; /* primary-foreground */
}

.digital-transformation-subtitle {
  font-size: 1.25rem;
  color: rgba(249, 250, 251, 0.9);
  line-height: 1.6;
}

.digital-transformation-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

@media(min-width: 640px) {
  .digital-transformation-buttons {
    flex-direction: row;
  }
}

.digital-transformation-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2.5rem;
  height: 3.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.digital-transformation-btn svg.digital-transformation-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  fill:none;
}

.digital-transformation-btn-call {
  background: linear-gradient(to right, #EC4899, #3B82F6);
  color: #F9FAFB;
}

.digital-transformation-btn-call:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.digital-transformation-btn-whatsapp {
  background: rgba(249, 250, 251, 0.1);
  color: #F9FAFB;
  border: 2px solid #F9FAFB;
  backdrop-filter: blur(4px);
}

.digital-transformation-btn-whatsapp:hover {
  background: #F9FAFB;
  color: #3B82F6;
  transform: scale(1.05);
}

/* =========================
   FOOTER
========================= */
footer {
    color: #6c757d;
    background: linear-gradient(to bottom, #f1f5f9, rgba(108, 117, 125, 0.05));
    border-top: 1px solid #dee2e6;
    padding: 3rem 1rem;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer-logo-text .primary-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #007bff;
}

.footer-logo-text .sub-name {
  font-size: 0.875rem;
  color: #212529;
  margin-top: -0.25rem;
}

.footer-links, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a, .footer-contact a {
  font-size: 0.875rem;
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover, .footer-contact a:hover {
  color: #212529;
}

.footer-heading {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  color: #6c757d;
  transition: color 0.3s ease;
  flex-shrink: 0;
}

.footer-contact a:hover svg {
  color: #007bff;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  color: #6c757d;
  gap: 0.5rem;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  header {
    padding: 12px 20px;
  }

  nav {
    display: none;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  #language-switcher {
    flex-direction: row;
  }

  .hero {
    padding: 40px 0;
  }

      .hero .container {
        flex-direction: column;
        text-align: left;
        padding: 20px;
    }

  .hero-left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .hero-left h1 {
    font-size: 40px;
  }

  .features {
    padding: 60px 0;
  }

  .features .section-title {
    font-size: 32px;
  }

  .features-section {
    padding: 40px 0;
  }

  .features-section .section-title {
    font-size: 32px;
  }

  .doc-section {
    padding: 40px 0;
  }

  .screenshots {
    padding: 3rem 0;
  }

  .section {
    padding: 3rem 0;
  }

  .cta-section {
    padding: 3rem 1rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  /* Responsive font sizes */
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.125rem; }
  h6 { font-size: 1rem; }
  p, span, a, button, .lang-btn {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-bottom {
    flex-direction: row;
    width: 1250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
}

  .cta-buttons {
    flex-direction: row;
  }
  
  
  .card.grid-1-2 {
    display: block;
  }
  
  
}

@media (min-width: 1024px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-1-2 {
    grid-column: span 2;
  }

  .grid-2-cols {
    grid-template-columns: 1fr 1fr;
  }
}

.card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: linear-gradient(to top left, #ffffff, #f9f9f9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 25px;
}

.card.grid-1-2 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-img {
  position: relative;
  overflow: hidden;
  height: auto;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.3s ease;
}

.card:hover .card-img img {
  transform: scale(1.05);
}

.card-content {
  padding: 1.5rem;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.card-header-icon {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
}

.card-description {
  color: #6c757d;
  line-height: 1.6;
}

.features-title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #212529;
  text-transform: uppercase;
  margin-top: 1rem;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin:10px 0px;
}

.features-list li {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
    padding: 3px 0px;
    flex-direction: row;
}

.features-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #007bff;
  border-radius: 50%;
  display: inline-block;
}

.icon {
  width: 48px;
  height: 48px;
  color: #28a745;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #28a745;
  margin-top: 0.25rem;
}

.feature h4 {
  margin: 0;
  font-weight: 600;
  color: #212529;
}

.feature p {
  margin: 0.25rem 0 1rem;
  color: #6c757d;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.success-text {
  color: #28a745;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 480px) {
    
    .personalized-contact-grid {
    display: flex !important;
    
    flex-direction: column;
}

.personalized-contact-demo-info {
    display: flex;
    flex-direction: column;
}
    header {
    justify-content: space-between;
    }
    
  .hero-left h1 {
    font-size: 32px;
  }

  .features .section-title {
    font-size: 28px;
  }

  .features-section .section-title {
    font-size: 28px;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .cta-container h2 {
    font-size: 1.75rem;
  }

  .btn {
    padding: 0 2rem;
    height: 3rem;
  }
  
  a.request-demo {
    display: none;
}

.card.grid-1-2 {
    display: block;
  }
  
  .card.grid-1-2 .card-img {
    width: 100%;
}

.services-grid-cards {
    grid-template-columns: 1fr;
}


section.services-hero .hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-section .grid {
    grid-template-columns: 1fr;
}


.features-grid {
  grid-template-columns:  1fr;
}


.features-grid-cloud {
    display: grid;
    grid-template-columns:  1fr;
}
}