.elementor-1073 .elementor-element.elementor-element-0314a82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1073 .elementor-element.elementor-element-ff65e82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6d82e9d *//* =========================================================
   AGIBOT A2 LITE - TEKIO ROBOTICS
========================================================= */

.tekio-a2lite-page,
.tekio-a2lite-page * {
  box-sizing: border-box;
}

.tekio-a2lite-page {
  width: 100%;
  background: #ffffff;
  color: #0b0d10;
  font-family: inherit;
}

.tekio-a2lite-page section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tekio-a2lite-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 28px;
}

.tekio-a2lite-section-kicker,
.tekio-a2lite-section-title span,
.tekio-a2lite-intro-card span,
.tekio-a2lite-split-content span,
.tekio-a2lite-iron-content span,
.tekio-a2lite-cta span {
  display: inline-block;
  color: #3CAEC1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tekio-a2lite-section-title {
  max-width: 900px;
  margin-bottom: 52px;
}

.tekio-a2lite-section-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tekio-a2lite-section-title h2,
.tekio-a2lite-intro-text h2,
.tekio-a2lite-split-content h2,
.tekio-a2lite-iron-content h2,
.tekio-a2lite-battery h2,
.tekio-a2lite-cta h2 {
  margin: 16px 0 0;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 850;
  color: #0b0d10;
}

.tekio-a2lite-section-title p,
.tekio-a2lite-intro-text p,
.tekio-a2lite-split-content p,
.tekio-a2lite-iron-content p,
.tekio-a2lite-battery p,
.tekio-a2lite-cta p {
  margin: 24px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}


/* HERO */

.tekio-a2lite-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #080706;
}

.tekio-a2lite-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.52) 40%, rgba(0,0,0,0.10) 100%),
    url("https://www.agibot.com/public/static/index/en/images/A2_Pro/banner.jpg") center center / cover no-repeat;
  transform: scale(1.01);
}

.tekio-a2lite-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 130px 28px 90px;
}

.tekio-a2lite-eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  color: #3CAEC1;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tekio-a2lite-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 132px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.tekio-a2lite-hero p {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 20px;
  line-height: 1.65;
}

.tekio-a2lite-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.tekio-a2lite-hero-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  backdrop-filter: blur(10px);
}


/* INTRO */

.tekio-a2lite-intro {
  padding: 100px 0;
  background: #ffffff;
}

.tekio-a2lite-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 52px;
  align-items: center;
}

.tekio-a2lite-intro-card {
  padding: 36px;
  border-radius: 30px;
  background: #f5f7f8;
  border: 1px solid rgba(12,20,28,0.08);
}

.tekio-a2lite-intro-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tekio-a2lite-intro-card li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(12,20,28,0.08);
  color: #101828;
  font-size: 17px;
  font-weight: 750;
}

.tekio-a2lite-intro-card li:last-child {
  border-bottom: 0;
}


/* FEATURES */

.tekio-a2lite-features {
  padding: 100px 0;
  background: #f5f7f8;
}

.tekio-a2lite-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tekio-a2lite-feature-card {
  min-height: 300px;
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(12,20,28,0.08);
  box-shadow: 0 18px 45px rgba(16,24,40,0.04);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.tekio-a2lite-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(60,174,193,0.55);
  box-shadow: 0 28px 70px rgba(16,24,40,0.12);
}

.tekio-a2lite-feature-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-radius: 999px;
  background: rgba(60,174,193,0.12);
  color: #3CAEC1;
  font-weight: 900;
}

.tekio-a2lite-feature-card h3 {
  margin: 0 0 14px;
  color: #0b0d10;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.tekio-a2lite-feature-card p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}


/* IMAGE SPLITS */

.tekio-a2lite-image-section {
  background: #ffffff;
}

.tekio-a2lite-image-section.dark {
  background: #050505;
}

.tekio-a2lite-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 760px;
}

.tekio-a2lite-split.reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.tekio-a2lite-split.reverse .tekio-a2lite-split-image {
  order: 2;
}

.tekio-a2lite-split-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.tekio-a2lite-split-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tekio-a2lite-split-content {
  padding: 90px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #050505;
}

.tekio-a2lite-split-content.light {
  background: #ffffff;
}

.tekio-a2lite-split-content h2 {
  color: #ffffff;
}

.tekio-a2lite-split-content.light h2 {
  color: #0b0d10;
}

.tekio-a2lite-split-content p {
  color: rgba(255,255,255,0.70);
  max-width: 640px;
}

.tekio-a2lite-split-content.light p {
  color: #667085;
}

.tekio-a2lite-split-content a {
  width: fit-content;
  margin-top: 32px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b0d10 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.7px;
  transition: all 0.24s ease;
}

.tekio-a2lite-split-content a:hover {
  background: #3CAEC1;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.tekio-a2lite-skill-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.tekio-a2lite-skill-list div {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
}

.tekio-a2lite-skill-list h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
}

.tekio-a2lite-skill-list p {
  margin: 0;
  font-size: 14px;
}


/* IRON WARRIOR */

.tekio-a2lite-iron {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
}

.tekio-a2lite-iron-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.42) 48%, rgba(0,0,0,0.08) 100%),
    url("https://www.agibot.com/public/static/index/en/images/A2_Pro/A2Pro_four-bj.jpg") center center / cover no-repeat;
}

.tekio-a2lite-iron-content {
  position: relative;
  z-index: 2;
}

.tekio-a2lite-iron-content h2 {
  color: #ffffff;
  max-width: 720px;
}

.tekio-a2lite-iron-content p {
  color: rgba(255,255,255,0.72);
  max-width: 650px;
}


/* RELIABILITY */

.tekio-a2lite-reliability {
  padding: 100px 0;
  background: #ffffff;
}

.tekio-a2lite-reliability-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.tekio-a2lite-reliability-cards {
  display: grid;
  gap: 18px;
}

.tekio-a2lite-reliability-cards article {
  padding: 30px;
  border-radius: 26px;
  background: #f5f7f8;
  border: 1px solid rgba(12,20,28,0.08);
}

.tekio-a2lite-reliability-cards strong {
  display: block;
  color: #0b0d10;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.tekio-a2lite-reliability-cards span {
  display: block;
  margin-top: 10px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}


/* BATTERY */

.tekio-a2lite-battery {
  padding: 100px 0;
  background: #071014;
}

.tekio-a2lite-battery-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 18px;
  align-items: stretch;
}

.tekio-a2lite-battery h2 {
  color: #ffffff;
}

.tekio-a2lite-battery p {
  color: rgba(255,255,255,0.68);
  max-width: 620px;
}

.tekio-a2lite-battery-card {
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tekio-a2lite-battery-card strong {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.tekio-a2lite-battery-card span {
  margin-top: 12px;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.5;
}


/* PACKAGE */

.tekio-a2lite-package {
  padding: 100px 0;
  background: #f5f7f8;
}

.tekio-a2lite-package-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

.tekio-a2lite-package-grid article {
  min-height: 210px;
  padding: 24px 16px;
  background: #ffffff;
  border: 1px solid rgba(12,20,28,0.08);
  border-radius: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tekio-a2lite-package-grid img {
  max-width: 74px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 18px;
  opacity: 0.78;
}

.tekio-a2lite-package-grid h3 {
  margin: 0;
  color: #0b0d10;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.tekio-a2lite-package-grid p {
  margin: 8px 0 0;
  color: #3CAEC1;
  font-weight: 900;
}


/* SPECS */

.tekio-a2lite-specs {
  padding: 100px 0;
  background: #ffffff;
}

.tekio-a2lite-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(12,20,28,0.08);
}

.tekio-a2lite-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #ffffff;
}

.tekio-a2lite-table th,
.tekio-a2lite-table td {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(12,20,28,0.08);
  text-align: left;
  font-size: 15px;
  line-height: 1.45;
}

.tekio-a2lite-table tr:last-child th,
.tekio-a2lite-table tr:last-child td {
  border-bottom: 0;
}

.tekio-a2lite-table th {
  width: 34%;
  color: #0b0d10;
  font-weight: 900;
  background: #f5f7f8;
}

.tekio-a2lite-table td {
  color: #667085;
}


/* CTA */

.tekio-a2lite-cta {
  padding: 110px 0;
  background: #3CAEC1;
  text-align: center;
}

.tekio-a2lite-cta span {
  color: rgba(255,255,255,0.86);
}

.tekio-a2lite-cta h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.tekio-a2lite-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.84);
}

.tekio-a2lite-cta a {
  display: inline-flex;
  margin-top: 34px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b0d10 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.8px;
  transition: all 0.24s ease;
}

.tekio-a2lite-cta a:hover {
  background: #0b0d10;
  color: #ffffff !important;
  transform: translateY(-2px);
}


/* RESPONSIVE */

@media (max-width: 1180px) {
  .tekio-a2lite-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tekio-a2lite-package-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .tekio-a2lite-battery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tekio-a2lite-battery-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .tekio-a2lite-intro-grid,
  .tekio-a2lite-reliability-grid {
    grid-template-columns: 1fr;
  }

  .tekio-a2lite-split,
  .tekio-a2lite-split.reverse {
    grid-template-columns: 1fr;
  }

  .tekio-a2lite-split.reverse .tekio-a2lite-split-image {
    order: 0;
  }

  .tekio-a2lite-split-content {
    padding: 60px 28px;
  }

  .tekio-a2lite-split-image {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .tekio-a2lite-container {
    padding: 0 18px;
  }

  .tekio-a2lite-hero-content {
    padding: 110px 18px 70px;
  }

  .tekio-a2lite-hero {
    min-height: 78vh;
  }

  .tekio-a2lite-hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .tekio-a2lite-hero p {
    font-size: 17px;
  }

  .tekio-a2lite-intro,
  .tekio-a2lite-features,
  .tekio-a2lite-reliability,
  .tekio-a2lite-battery,
  .tekio-a2lite-package,
  .tekio-a2lite-specs,
  .tekio-a2lite-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tekio-a2lite-feature-grid,
  .tekio-a2lite-package-grid,
  .tekio-a2lite-battery-grid {
    grid-template-columns: 1fr;
  }

  .tekio-a2lite-feature-card,
  .tekio-a2lite-intro-card,
  .tekio-a2lite-reliability-cards article,
  .tekio-a2lite-battery-card {
    padding: 24px;
  }

  .tekio-a2lite-section-title h2,
  .tekio-a2lite-intro-text h2,
  .tekio-a2lite-split-content h2,
  .tekio-a2lite-iron-content h2,
  .tekio-a2lite-battery h2,
  .tekio-a2lite-cta h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .tekio-a2lite-iron {
    min-height: 620px;
  }

  .tekio-a2lite-table th,
  .tekio-a2lite-table td {
    padding: 16px;
  }
}/* End custom CSS */