/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./src/app/components/header.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header-nav {
  width: 100%;
  height: 72px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.header-nav.is-sticky {
  box-shadow: 0 12px 30px rgba(27, 26, 26, 0.08);
  background: rgba(248, 248, 248, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.header-container {
  width: 100%;
  max-width: 1480px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 0;
}

.logo-text {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 29px;
  line-height: 133.193%;
  letter-spacing: -0.287px;
  color: #1B1A1A;
}
.logo-text .logo-bold {
  font-weight: 500;
}
.logo-text .logo-light {
  font-weight: 300;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-item {
  margin: 0;
}

.nav-link {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.nav-link:hover {
  opacity: 0.7;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-waitlist {
  display: flex;
  padding: 12px 19px 13px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #1975F9;
  color: #FFF;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-waitlist:hover {
  background: #0d5fdb;
}

.btn-demo {
  display: flex;
  padding: 12px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1B1A1A;
  background: transparent;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-demo:hover {
  background: #1B1A1A;
  color: #FFF;
}

@media (max-width: 991px) {
  .header-nav-list {
    display: none;
  }
  .header-container {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .header-actions {
    gap: 8px;
  }
  .btn-waitlist,
  .btn-demo {
    font-size: 14px;
    padding: 10px 16px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./src/app/components/footer.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer-section {
  width: 100%;
  padding: 0 180px 116px 180px;
  background: #FBFCFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container {
  width: 100%;
  max-width: 1152px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-top: 0;
}

.footer-brand {
  flex: 1 1;
  max-width: 482px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 23px;
}

.footer-logo {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 133.193%;
  letter-spacing: -0.287px;
  color: #1B1A1A;
}
.footer-logo .logo-bold {
  font-weight: 500;
}
.footer-logo .logo-light {
  font-weight: 300;
}

.footer-description {
  color: #3D3A3A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 17px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-heading {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.footer-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  padding: 3px 0 0 0;
  margin: 0;
}
.footer-list li {
  display: flex;
  align-items: center;
}
.footer-list a {
  color: #3D3A3A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-list a:hover {
  color: #1975F9;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #1B1A1A;
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-link:hover {
  color: #1975F9;
  transform: translateY(-2px);
}
.social-link svg {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  padding-top: 0;
}

.footer-copyright {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  margin: 0;
}

@media (max-width: 1400px) {
  .footer-section {
    padding: 0 80px 80px 80px;
  }
}
@media (max-width: 1200px) {
  .footer-section {
    padding: 0 60px 60px 60px;
  }
  .footer-links {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-section {
    padding: 0 40px 60px 40px;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer-brand {
    max-width: 100%;
  }
  .footer-links {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-section {
    padding: 0 32px 48px 32px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer-column {
    min-width: 120px;
  }
}
@media (max-width: 576px) {
  .footer-section {
    padding: 0 16px 40px 16px;
  }
  .footer-content {
    gap: 32px;
  }
  .footer-brand {
    gap: 16px;
  }
  .footer-logo {
    font-size: 24px;
  }
  .footer-description {
    font-size: 13px;
    line-height: 140%;
  }
  .footer-links {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .footer-column {
    width: 100%;
  }
  .footer-list {
    gap: 8px;
  }
  .footer-copyright {
    font-size: 13px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./src/app/page.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.home-main {
  background: #F8F8F8;
}

.hero-section {
  width: 100%;
  min-height: calc(100vh - 72px);
  background: linear-gradient(rgba(248, 248, 248, 0.95), rgba(248, 248, 248, 0.95)), url("https://api.builder.io/api/v1/image/assets/TEMP/8febd70ee0c02e631a8882fd5a3fcb036db6d354?width=20415");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 80px 16px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  max-width: 887px;
  text-align: center;
}

.hero-title {
  color: #1B1A1A;
  text-align: center;
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 133.193%;
  letter-spacing: -0.56px;
  margin: 0;
}

.hero-subtitle {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 777px;
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-hero-waitlist {
  display: flex;
  padding: 14px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #1975F9;
  color: #FFF;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-hero-waitlist:hover {
  background: #0d5fdb;
  color: #FFF;
}

.btn-hero-demo {
  display: flex;
  padding: 14px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1B1A1A;
  background: transparent;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-hero-demo:hover {
  background: #1B1A1A;
  color: #FFF;
}

.hero-dashboard {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

.dashboard-overlay {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: rgba(12, 0, 32, 0.1);
  box-shadow: 0 81px 32px 0 rgba(12, 0, 32, 0.01), 0 46px 27px 0 rgba(12, 0, 32, 0.02), 0 20px 20px 0 rgba(12, 0, 32, 0.03), 0 5px 11px 0 rgba(12, 0, 32, 0.04);
}

.dashboard-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.dashboard-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.hero-pagination {
  display: flex;
  align-items: center;
  gap: 6.728px;
  margin-top: 24px;
}

.pagination-dot {
  width: 54.662px;
  height: 8.41px;
  border-radius: 84.096px;
  background: #FFF;
  transition: background 0.3s ease;
}
.pagination-dot.active {
  background: #1975F9;
}

.features-section {
  width: 100%;
  padding: 43.5px 16px;
  background: #FBFCFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-container {
  width: 100%;
  max-width: 1230px;
  display: flex;
  align-items: flex-start;
  gap: 81px;
  justify-content: center;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1;
  max-width: 362px;
}

.feature-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.feature-title {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.126px;
  margin: 0;
}

.feature-description {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
  margin: 0;
}

@media (max-width: 991px) {
  .hero-section {
    padding: 60px 16px 80px;
    min-height: auto;
  }
  .hero-title {
    font-size: 42px;
    letter-spacing: -0.42px;
  }
  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .features-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .feature-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
  .hero-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-actions {
    width: 100%;
  }
  .btn-hero-waitlist,
  .btn-hero-demo {
    flex: 1 1;
    min-width: 140px;
  }
  .features-container {
    gap: 32px;
  }
  .feature-title {
    font-size: 17px;
  }
  .feature-description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .hero-section {
    padding: 40px 16px 60px;
  }
  .hero-title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
  .hero-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .btn-hero-waitlist,
  .btn-hero-demo {
    font-size: 15px;
    padding: 12px 18px;
  }
  .pagination-dot {
    width: 40px;
    height: 6px;
  }
  .features-section {
    padding: 32px 16px;
  }
  .features-container {
    gap: 28px;
  }
  .feature-title {
    font-size: 16px;
    line-height: 24px;
  }
  .feature-description {
    font-size: 14px;
    line-height: 21px;
  }
}
.roady-section {
  width: 100%;
  min-height: 1183px;
  background: #FBFCFF;
  padding: 67px 16px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.roady-header {
  display: flex;
  width: 100%;
  max-width: 776px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.roady-category {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}

.roady-logo {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 53px;
  line-height: 133.193%;
  letter-spacing: -0.535px;
  color: #1975F9;
}
.roady-logo .logo-bold {
  font-weight: 500;
}
.roady-logo .logo-light {
  font-weight: 300;
}

.roady-subtitle {
  width: 100%;
  max-width: 594px;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.roady-dashboard-container {
  width: 100%;
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.roady-dashboard {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFB 93.99%);
  box-shadow: 0 0.597px 0.597px -0.937px rgba(0, 0, 0, 0.04), 0 1.811px 1.811px -1.875px rgba(0, 0, 0, 0.04), 0 4.787px 4.787px -2.812px rgba(0, 0, 0, 0.04), 0 15px 15px -3.75px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(75, 85, 99, 0.1);
  padding: 16px;
  overflow: hidden;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.dashboard-title-section {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dashboard-title {
  color: #1B1A1A;
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133.193%;
  letter-spacing: -0.24px;
  margin: 0;
}

.dashboard-subtitle {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 133.193%;
  letter-spacing: -0.16px;
  margin: 0;
}

.dashboard-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-export {
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #E1E4EA;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
  color: #525866;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-export:hover {
  background: #F5F7FA;
}

.btn-add-fleet {
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #0A58E4;
  border: none;
  color: #FFF;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-add-fleet:hover {
  background: #0847b8;
}

.fleet-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #E3E8EF;
  background: #FFF;
}

.fleet-table {
  width: 100%;
  border-collapse: collapse;
}
.fleet-table th {
  padding: 12px 20px 12px 30px;
  text-align: left;
  color: #181B25;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  border-top: 1px solid #E3E8EF;
  border-bottom: 1px solid #E3E8EF;
  background: #FFF;
}
.fleet-table td {
  padding: 12px 20px 12px 30px;
  color: #181B25;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-top: 1px solid #E3E8EF;
  border-bottom: 1px solid #E3E8EF;
}
.fleet-table tbody tr {
  transition: background 0.2s ease;
}
.fleet-table tbody tr:hover {
  background: #FAFAFB;
}

.fleet-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fleet-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #E3E8EF;
}

.status-badge {
  display: inline-flex;
  padding: 4px 8px 4px 4px;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid #E1E4EA;
  background: #FFF;
  color: #525866;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.status-badge::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14C4.6862 14 2 11.3138 2 8C2 4.6862 4.6862 2 8 2C11.3138 2 14 4.6862 14 8C14 11.3138 11.3138 14 8 14ZM7.4018 10.4L11.6438 6.1574L10.7954 5.309L7.4018 8.7032L5.7044 7.0058L4.856 7.8542L7.4018 10.4Z' fill='%231FC16B'/%3E%3C/svg%3E") no-repeat center;
}

.roady-tabs {
  display: flex;
  width: 100%;
  max-width: 1248px;
  padding: 0 64px;
  gap: 32px;
  align-items: flex-start;
}

.tab-item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tab-divider {
  width: 100%;
  height: 2px;
  background: #ECEBED;
  border-radius: 2px;
}
.tab-divider.active {
  background: #1975F9;
}

.tab-title {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.tab-title.inactive {
  opacity: 0.4;
}

.tab-description {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.tab-description.inactive {
  opacity: 0.4;
}

@media (max-width: 1200px) {
  .roady-tabs {
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .roady-logo {
    font-size: 42px;
  }
  .roady-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .roady-tabs {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .roady-section {
    padding: 40px 16px 60px;
  }
  .roady-logo {
    font-size: 36px;
  }
  .roady-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .dashboard-title {
    font-size: 20px;
  }
  .dashboard-actions {
    width: 100%;
  }
  .dashboard-actions button {
    flex: 1 1;
  }
  .fleet-table th, .fleet-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .roady-logo {
    font-size: 32px;
  }
  .roady-category {
    font-size: 14px;
  }
  .tab-title {
    font-size: 18px;
  }
  .tab-description {
    font-size: 14px;
    line-height: 21px;
  }
}
.traily-section {
  width: 100%;
  min-height: 1183px;
  background: #FBFCFF;
  padding: 67px 16px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.traily-header {
  display: flex;
  width: 100%;
  max-width: 776px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.traily-category {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}

.traily-logo {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 53px;
  line-height: 133.193%;
  letter-spacing: -0.535px;
  color: #FF7A37;
}
.traily-logo .logo-bold {
  font-weight: 500;
}
.traily-logo .logo-light {
  font-weight: 300;
}

.traily-subtitle {
  width: 100%;
  max-width: 594px;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.traily-dashboard-container {
  width: 100%;
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.traily-dashboard {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFB 93.99%);
  box-shadow: 0 0.597px 0.597px -0.937px rgba(0, 0, 0, 0.04), 0 1.811px 1.811px -1.875px rgba(0, 0, 0, 0.04), 0 4.787px 4.787px -2.812px rgba(0, 0, 0, 0.04), 0 15px 15px -3.75px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(75, 85, 99, 0.1);
  padding: 16px;
  overflow: hidden;
}

.asset-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #E3E8EF;
  background: #FFF;
  margin-top: 24px;
}

.asset-table {
  width: 100%;
  border-collapse: collapse;
}
.asset-table th {
  padding: 12px 20px;
  text-align: left;
  color: #181B25;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  border-top: 1px solid #E3E8EF;
  border-bottom: 1px solid #E3E8EF;
  background: #FFF;
}
.asset-table td {
  padding: 12px 20px;
  color: #181B25;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-top: 1px solid #E3E8EF;
  border-bottom: 1px solid #E3E8EF;
}
.asset-table tbody tr {
  transition: background 0.2s ease;
}
.asset-table tbody tr:hover {
  background: #FAFAFB;
}
.asset-table tbody tr.highlighted {
  background: #F1F4F7;
}

.btn-add-asset {
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FF7A37;
  border: none;
  color: #FFF;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-add-asset:hover {
  background: #e66828;
}

.status-badge.active::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3' fill='%231FC16B'/%3E%3C/svg%3E") no-repeat center;
}

.status-badge.inactive::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3' fill='%23FB3748'/%3E%3C/svg%3E") no-repeat center;
}

.traily-tabs {
  display: flex;
  width: 100%;
  max-width: 1248px;
  padding: 0 64px;
  gap: 32px;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .traily-tabs {
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .traily-logo {
    font-size: 42px;
  }
  .traily-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .traily-tabs {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .traily-section {
    padding: 40px 16px 60px;
  }
  .traily-logo {
    font-size: 36px;
  }
  .traily-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .asset-table th, .asset-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .traily-logo {
    font-size: 32px;
  }
  .traily-category {
    font-size: 14px;
  }
}
.wrenchly-section {
  width: 100%;
  min-height: 1183px;
  background: #FBFCFF;
  padding: 67px 16px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.wrenchly-header {
  display: flex;
  width: 100%;
  max-width: 776px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.wrenchly-category {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}

.wrenchly-logo {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 53px;
  line-height: 133.193%;
  letter-spacing: -0.535px;
  color: #8B45F2;
}
.wrenchly-logo .logo-bold {
  font-weight: 500;
}
.wrenchly-logo .logo-light {
  font-weight: 300;
}

.wrenchly-subtitle {
  width: 100%;
  max-width: 594px;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.wrenchly-dashboard-container {
  width: 100%;
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.wrenchly-dashboard {
  width: 100%;
  min-height: 592px;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFB 93.99%);
  box-shadow: 0 0.597px 0.597px -0.937px rgba(0, 0, 0, 0.04), 0 1.811px 1.811px -1.875px rgba(0, 0, 0, 0.04), 0 4.787px 4.787px -2.812px rgba(0, 0, 0, 0.04), 0 15px 15px -3.75px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(75, 85, 99, 0.1);
  padding: 33px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.pattern-left,
.pattern-right {
  position: absolute;
  width: auto;
  height: 254px;
  opacity: 0.8;
  pointer-events: none;
}

.pattern-left {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.pattern-right {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.phone-mockup {
  width: 375px;
  position: relative;
  z-index: 2;
}

.phone-frame {
  width: 375px;
  border-radius: 28px;
  border: 4px solid #E5E5E5;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.phone-statusbar {
  display: flex;
  width: 100%;
  padding: 13px 16px 13px 32px;
  justify-content: space-between;
  align-items: center;
  background: #8B45F2;
  height: 48px;
}

.statusbar-time {
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.statusbar-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-content {
  padding: 16px;
  background: #FFF;
  min-height: 656px;
}

.work-orders-header {
  margin-bottom: 24px;
}

.work-orders-title {
  color: #1F2937;
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 4px 0;
}

.work-orders-subtitle {
  width: 257px;
  color: #4B5563;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.work-orders-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.work-order-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 11px;
  border-radius: 12px;
  position: relative;
}
.work-order-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #E1E4EA;
}
.work-order-item:first-child::before {
  display: none;
}

.work-order-info {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.work-order-date {
  color: #0E121B;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
  margin: 0;
}

.work-order-name {
  color: #0E121B;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.096px;
  margin: 0;
}

.work-order-details {
  color: #525866;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.work-order-assignee {
  color: #525866;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.work-order-assignee strong {
  font-weight: 600;
}

.work-order-badge {
  display: flex;
  padding: 2px 8px 2px 2px;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.work-order-badge::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
}
.work-order-badge.in-progress {
  background: #FFECC0;
  color: #624C18;
}
.work-order-badge.in-progress::before {
  background: #624C18;
}
.work-order-badge.completed {
  background: #C2F5DA;
  color: #0B4627;
}
.work-order-badge.completed::before {
  background: #0B4627;
}
.work-order-badge.pending {
  background: #FFD5C0;
  color: #682F12;
}
.work-order-badge.pending::before {
  background: #682F12;
}

.phone-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  background: #FFF;
  box-shadow: 0 0 28px 0 rgba(170, 170, 170, 0.2);
  height: 89px;
}

.nav-item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 23px 0 22px 0;
  cursor: pointer;
}
.nav-item.active .nav-label {
  color: #8B45F2;
}

.nav-icon {
  width: 24px;
  height: 24px;
  background: #8B45F2;
  border-radius: 4px;
}

.nav-label {
  color: #979BA3;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.wrenchly-tabs {
  display: flex;
  width: 100%;
  max-width: 1248px;
  padding: 0 64px;
  gap: 32px;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .wrenchly-tabs {
    padding: 0 32px;
  }
  .wrenchly-dashboard {
    padding: 33px 32px;
  }
}
@media (max-width: 991px) {
  .wrenchly-logo {
    font-size: 42px;
  }
  .wrenchly-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .wrenchly-tabs {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }
  .wrenchly-dashboard {
    padding: 33px 16px;
  }
  .pattern-left,
  .pattern-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrenchly-section {
    padding: 40px 16px 60px;
  }
  .wrenchly-logo {
    font-size: 36px;
  }
  .wrenchly-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .phone-mockup,
  .phone-frame {
    width: 100%;
    max-width: 375px;
  }
}
@media (max-width: 576px) {
  .wrenchly-logo {
    font-size: 32px;
  }
  .wrenchly-category {
    font-size: 14px;
  }
  .wrenchly-dashboard {
    min-height: auto;
    padding: 24px 16px;
  }
}
.cta-section {
  width: 100%;
  padding: 56px 52px 58px 52px;
  background: #FBFCFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cta-container {
  width: 100%;
  max-width: 1408px;
  height: 800px;
  border-radius: 16px;
  background: radial-gradient(85.9% 61.49% at 50% 50%, #1975F9 0%, #1975F9 100%);
  box-shadow: 0 0.597px 0.597px -0.937px rgba(0, 0, 0, 0.04), 0 1.811px 1.811px -1.875px rgba(0, 0, 0, 0.04), 0 4.787px 4.787px -2.812px rgba(0, 0, 0, 0.04), 0 15px 15px -3.75px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(75, 85, 99, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  max-width: 887px;
  text-align: center;
  padding: 80px 20px;
}

.cta-title {
  color: #1B1A1A;
  text-align: center;
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 133.193%;
  letter-spacing: -0.48px;
  margin: 0;
}

.cta-subtitle {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-cta-primary {
  display: flex;
  padding: 14px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #1975F9;
  color: #FFF;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-cta-primary:hover {
  background: #0d5fdb;
  color: #FFF;
}

.btn-cta-secondary {
  display: flex;
  padding: 14px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1B1A1A;
  background: transparent;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-cta-secondary:hover {
  background: #1B1A1A;
  color: #FFF;
}

.cta-mockups {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  padding: 100px 20px;
  pointer-events: none;
}

.mockup-item {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #E3E8EF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0.95;
  transition: transform 0.3s ease;
}
.mockup-item:hover {
  transform: translateY(-5px);
}
.mockup-item img {
  width: 100%;
  height: auto;
  display: block;
}

.mockup-map {
  grid-column: 1;
  grid-row: 1/3;
  max-width: 295px;
  align-self: center;
  justify-self: start;
  margin-left: 0;
  transform: rotate(-5deg);
}

.mockup-chart {
  grid-column: 2;
  grid-row: 2/3;
  max-width: 309px;
  align-self: end;
  justify-self: center;
  padding: 18px;
  transform: rotate(-6deg);
}

.mockup-phone-work {
  grid-column: 3;
  grid-row: 1/3;
  max-width: 295px;
  align-self: center;
  justify-self: center;
}

.mockup-alerts {
  grid-column: 4;
  grid-row: 1/2;
  max-width: 309px;
  align-self: start;
  justify-self: end;
  padding: 18px;
  transform: rotate(5deg);
}

.chart-header,
.alerts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0F0F0;
}
.chart-header h3,
.alerts-header h3 {
  color: #404040;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.chart-header button,
.alerts-header button {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #E1E4EA;
  background: #FFF;
  color: #525866;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.chart-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.donut-chart {
  max-width: 193px;
  height: auto;
}

.chart-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chart-number {
  color: #0A0A0A;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.chart-label {
  color: #737373;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 3px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #737373;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid;
}
.legend-dot.blue {
  border-color: #1975F9;
}
.legend-dot.orange {
  border-color: #FF7A37;
}
.legend-dot.purple {
  border-color: #8B45F2;
}
.legend-dot.navy {
  border-color: #082C5F;
}

.phone-preview {
  padding: 16px;
  background: #8B45F2;
  border-radius: 22px 22px 0 0;
}

.phone-header {
  color: #FFF;
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.work-order-preview {
  background: #FFF;
  border-radius: 12px;
  padding: 12px;
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #E1E4EA;
  font-size: 11px;
}
.order-row:last-child {
  border-bottom: none;
}
.order-row span:first-child {
  color: #0E121B;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

.badge-progress,
.badge-completed,
.badge-pending {
  padding: 2px 8px;
  border-radius: 999px;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 500;
}

.badge-progress {
  background: #FFECC0;
  color: #624C18;
}

.badge-completed {
  background: #C2F5DA;
  color: #0B4627;
}

.badge-pending {
  background: #FFD5C0;
  color: #682F12;
}

.alert-item {
  padding: 12px 16px;
  border-left: 3px solid;
  margin-bottom: 8px;
}
.alert-item h4 {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 4px 0;
}
.alert-item p {
  color: #0A0A0A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.71px;
  margin: 0 0 4px 0;
}
.alert-item span {
  color: #A3A3A3;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.alert-blue {
  border-left-color: #3B82F6;
  background: #F3F7FF;
}

.alert-green {
  border-left-color: #1FC16B;
  background: #FFF;
}

@media (max-width: 1400px) {
  .cta-mockups {
    display: none;
  }
  .cta-container {
    height: auto;
    padding: 80px 40px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    padding: 40px 20px;
  }
  .cta-title {
    font-size: 36px;
  }
  .cta-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .cta-content {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .cta-title {
    font-size: 32px;
  }
  .cta-title br {
    display: none;
  }
  .cta-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .cta-subtitle br {
    display: none;
  }
  .cta-actions {
    width: 100%;
    flex-direction: column;
  }
  .cta-actions a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cta-section {
    padding: 32px 16px;
  }
  .cta-title {
    font-size: 28px;
  }
  .cta-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .cta-content {
    padding: 40px 16px;
  }
  .btn-cta-primary,
  .btn-cta-secondary {
    font-size: 15px;
    padding: 12px 18px;
  }
}
