.elementor-1078 .elementor-element.elementor-element-4988fef{--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-1078 .elementor-element.elementor-element-f31c325{--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-63dc81d *//* =========================================================
   AGIBOT A2-W - TEKIO ROBOTICS
========================================================= */

.tekio-a2w-page,
.tekio-a2w-page * {
  box-sizing: border-box;
}

.tekio-a2w-page {
  width: 100%;
  background: #ffffff;
  color: #0b0d10;
  font-family: inherit;
}

.tekio-a2w-page section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tekio-a2w-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 28px;
}

.tekio-a2w-section-kicker,
.tekio-a2w-section-title span,
.tekio-a2w-eyebrow,
.tekio-a2w-split-content span,
.tekio-a2w-cta span {
  display: inline-block;
  color: #3CAEC1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tekio-a2w-section-title {
  max-width: 920px;
  margin-bottom: 54px;
}

.tekio-a2w-section-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tekio-a2w-section-title.light h2,
.tekio-a2w-section-title.light p {
  color: #ffffff;
}

.tekio-a2w-section-title h2,
.tekio-a2w-intro-text h2,
.tekio-a2w-split-content h2,
.tekio-a2w-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-a2w-section-title p,
.tekio-a2w-intro-text p,
.tekio-a2w-split-content p,
.tekio-a2w-cta p {
  margin: 24px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}


/* HERO */

.tekio-a2w-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #070707;
}

.tekio-a2w-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(60,174,193,0.22), transparent 26%),
    linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.62) 42%, rgba(0,0,0,0.12) 100%),
    url("https://www.agibot.com/public/static/index/en/images/proA2WOne-img.png") right 12% center / auto 86% no-repeat,
    #070707;
}

.tekio-a2w-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 135px 28px 90px;
}

.tekio-a2w-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 132px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.tekio-a2w-hero p {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 20px;
  line-height: 1.65;
}

.tekio-a2w-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.tekio-a2w-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-a2w-intro {
  padding: 105px 0;
  background: #ffffff;
}

.tekio-a2w-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.tekio-a2w-intro-visual {
  min-height: 620px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(60,174,193,0.16), transparent 58%),
    #f5f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tekio-a2w-intro-visual img {
  max-height: 610px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}


/* SPEC SUMMARY */

.tekio-a2w-spec-summary {
  padding: 105px 0;
  background: #071014;
}

.tekio-a2w-spec-summary .tekio-a2w-section-title.light p {
  color: rgba(255,255,255,0.68);
}

.tekio-a2w-spec-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.tekio-a2w-spec-grid article {
  min-height: 180px;
  padding: 26px;
  border-radius: 24px;
  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-a2w-spec-grid strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.tekio-a2w-spec-grid span {
  margin-top: 12px;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.45;
}


/* SPLITS */

.tekio-a2w-split-section {
  background: #ffffff;
}

.tekio-a2w-split-section.dark {
  background: #050505;
}

.tekio-a2w-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 760px;
}

.tekio-a2w-split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.tekio-a2w-split.reverse .tekio-a2w-split-image {
  order: 2;
}

.tekio-a2w-split-image {
  min-height: 620px;
  overflow: hidden;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tekio-a2w-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tekio-a2w-split-content {
  padding: 90px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #050505;
}

.tekio-a2w-split-content.light {
  background: #ffffff;
}

.tekio-a2w-split-content h2 {
  color: #ffffff;
}

.tekio-a2w-split-content.light h2 {
  color: #0b0d10;
}

.tekio-a2w-split-content p {
  color: rgba(255,255,255,0.70);
  max-width: 650px;
}

.tekio-a2w-split-content.light p {
  color: #667085;
}

.tekio-a2w-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.tekio-a2w-chip-list span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.tekio-a2w-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.tekio-a2w-feature-list div {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
}

.tekio-a2w-feature-list h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
}

.tekio-a2w-feature-list p {
  margin: 0;
  font-size: 14px;
}


/* DEPLOYMENT */

.tekio-a2w-deployment {
  padding: 105px 0;
  background: #ffffff;
}

.tekio-a2w-deployment-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.tekio-a2w-deployment-cards {
  display: grid;
  gap: 18px;
}

.tekio-a2w-deployment-cards article {
  padding: 30px;
  border-radius: 26px;
  background: #f5f7f8;
  border: 1px solid rgba(12,20,28,0.08);
}

.tekio-a2w-deployment-cards strong {
  display: block;
  color: #0b0d10;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.tekio-a2w-deployment-cards span {
  display: block;
  margin-top: 10px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}


/* ATOMIC CAPABILITIES */

.tekio-a2w-capabilities {
  padding: 105px 0;
  background: #f5f7f8;
}

.tekio-a2w-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tekio-a2w-capability-grid article {
  min-height: 310px;
  padding: 30px;
  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-a2w-capability-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(60,174,193,0.55);
  box-shadow: 0 28px 70px rgba(16,24,40,0.12);
}

.tekio-a2w-capability-grid article > 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-a2w-capability-grid h3 {
  margin: 0 0 14px;
  color: #0b0d10;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tekio-a2w-capability-grid p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}


/* SAFETY */

.tekio-a2w-safety {
  padding: 105px 0;
  background: #071014;
}

.tekio-a2w-safety .tekio-a2w-section-title.light p {
  color: rgba(255,255,255,0.68);
}

.tekio-a2w-safety-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.tekio-a2w-safety-image {
  min-height: 540px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.10);
}

.tekio-a2w-safety-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tekio-a2w-safety-content {
  display: grid;
  gap: 18px;
}

.tekio-a2w-safety-content article {
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
}

.tekio-a2w-safety-content strong {
  display: block;
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.tekio-a2w-safety-content h3 {
  margin: 18px 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.tekio-a2w-safety-content p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.65;
}


/* MAINTENANCE */

.tekio-a2w-maintenance {
  padding: 105px 0;
  background: #ffffff;
}

.tekio-a2w-maintenance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.tekio-a2w-maintenance-image {
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background: #050505;
}

.tekio-a2w-maintenance-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tekio-a2w-maintenance-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.tekio-a2w-maintenance-list div {
  padding: 22px;
  border-radius: 22px;
  background: #f5f7f8;
  border: 1px solid rgba(12,20,28,0.08);
}

.tekio-a2w-maintenance-list strong {
  display: block;
  color: #0b0d10;
  font-size: 22px;
  line-height: 1;
}

.tekio-a2w-maintenance-list span {
  display: block;
  margin-top: 10px;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}


/* USE CASES */

.tekio-a2w-usecases {
  padding: 105px 0;
  background: #f5f7f8;
}

.tekio-a2w-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tekio-a2w-usecase-grid article {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  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-a2w-usecase-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(60,174,193,0.55);
  box-shadow: 0 28px 70px rgba(16,24,40,0.12);
}

.tekio-a2w-usecase-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.tekio-a2w-usecase-grid h3 {
  margin: 26px 26px 12px;
  color: #0b0d10;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.tekio-a2w-usecase-grid p {
  margin: 0 26px 28px;
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}


/* SPECS TABLE */

.tekio-a2w-specs {
  padding: 105px 0;
  background: #ffffff;
}

.tekio-a2w-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(12,20,28,0.08);
}

.tekio-a2w-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #ffffff;
}

.tekio-a2w-table th,
.tekio-a2w-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-a2w-table tr:last-child th,
.tekio-a2w-table tr:last-child td {
  border-bottom: 0;
}

.tekio-a2w-table th {
  width: 34%;
  color: #0b0d10;
  font-weight: 900;
  background: #f5f7f8;
}

.tekio-a2w-table td {
  color: #667085;
}


/* CTA */

.tekio-a2w-cta {
  padding: 110px 0;
  background: #3CAEC1;
  text-align: center;
}

.tekio-a2w-cta span {
  color: rgba(255,255,255,0.86);
}

.tekio-a2w-cta h2 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.tekio-a2w-cta p {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.84);
}

.tekio-a2w-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-a2w-cta a:hover {
  background: #0b0d10;
  color: #ffffff !important;
  transform: translateY(-2px);
}


/* RESPONSIVE */

@media (max-width: 1180px) {
  .tekio-a2w-spec-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tekio-a2w-capability-grid,
  .tekio-a2w-usecase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tekio-a2w-deployment-grid,
  .tekio-a2w-safety-grid,
  .tekio-a2w-maintenance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .tekio-a2w-intro-grid,
  .tekio-a2w-split,
  .tekio-a2w-split.reverse {
    grid-template-columns: 1fr;
  }

  .tekio-a2w-split.reverse .tekio-a2w-split-image {
    order: 0;
  }

  .tekio-a2w-split-content {
    padding: 60px 28px;
  }

  .tekio-a2w-split-image {
    min-height: 420px;
  }

  .tekio-a2w-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.72) 100%),
      url("https://www.agibot.com/public/static/index/en/images/proA2WOne-img.png") right bottom / auto 68% no-repeat,
      #070707;
  }
}

@media (max-width: 680px) {
  .tekio-a2w-container {
    padding: 0 18px;
  }

  .tekio-a2w-hero-content {
    padding: 110px 18px 70px;
  }

  .tekio-a2w-hero {
    min-height: 78vh;
  }

  .tekio-a2w-hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .tekio-a2w-hero p {
    font-size: 17px;
  }

  .tekio-a2w-intro,
  .tekio-a2w-spec-summary,
  .tekio-a2w-deployment,
  .tekio-a2w-capabilities,
  .tekio-a2w-safety,
  .tekio-a2w-maintenance,
  .tekio-a2w-usecases,
  .tekio-a2w-specs,
  .tekio-a2w-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tekio-a2w-section-title h2,
  .tekio-a2w-intro-text h2,
  .tekio-a2w-split-content h2,
  .tekio-a2w-cta h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .tekio-a2w-spec-grid,
  .tekio-a2w-capability-grid,
  .tekio-a2w-usecase-grid,
  .tekio-a2w-maintenance-list {
    grid-template-columns: 1fr;
  }

  .tekio-a2w-intro-visual {
    min-height: 420px;
  }

  .tekio-a2w-intro-visual img {
    max-height: 420px;
  }

  .tekio-a2w-safety-image,
  .tekio-a2w-maintenance-image {
    min-height: 360px;
  }

  .tekio-a2w-usecase-grid img {
    height: 240px;
  }

  .tekio-a2w-table th,
  .tekio-a2w-table td {
    padding: 16px;
  }
}/* End custom CSS */