/* Smart Control Brasil — Xyron Robotics */
/* Origem: templates/institutional/eitech/pages/xyron-robotics.html (Fase 1) */

.scb-xyron-hero-bg {
  background-image: url(../img/all-images/bg/hero-bg4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xyron-product-catalog {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.xyron-product-section {
  background: #ffffff;
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(26, 16, 51, 0.05);
  padding: 36px 28px 40px;
}

.xyron-product-section:nth-child(even) {
  background: linear-gradient(180deg, #f8f6fc 0%, #ffffff 100%);
}

.xyron-product-hero {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 36px;
}

.xyron-product-section--media-right .xyron-product-media {
  order: 2;
}

.xyron-product-section--media-right .xyron-product-content {
  order: 1;
}

.xyron-product-media img {
  border-radius: 18px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.xyron-product-content h3 {
  color: #1a1033;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.xyron-product-content p {
  color: #4a4560;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.xyron-product-content p:last-of-type {
  margin-bottom: 0;
}

.xyron-product-block-title {
  color: #1a1033;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}

.xyron-product-features-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 32px;
}

.xyron-product-features-grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xyron-product-features-grid--cols-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xyron-product-card {
  background: #ffffff;
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(26, 16, 51, 0.05);
  height: 100%;
  padding: 22px 20px;
}

.xyron-product-section:nth-child(even) .xyron-product-card {
  background: #ffffff;
}

.xyron-product-card__icon {
  align-items: center;
  background: rgba(88, 56, 168, 0.1);
  border-radius: 12px;
  color: #5838a8;
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  margin-bottom: 14px;
  width: 42px;
}

.xyron-product-card h4 {
  color: #1a1033;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.xyron-product-card p {
  color: #5c6670;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.xyron-product-specs {
  background: #ffffff;
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(26, 16, 51, 0.05);
  margin-bottom: 32px;
  overflow: hidden;
}

.xyron-product-specs__title {
  background: linear-gradient(90deg, #5838a8 0%, #3d5afe 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 16px 22px;
}

.xyron-product-specs__list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.xyron-product-specs__item {
  border-bottom: 1px solid rgba(88, 56, 168, 0.08);
  border-right: 1px solid rgba(88, 56, 168, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 20px;
}

.xyron-product-specs__item:nth-child(2n) {
  border-right: none;
}

.xyron-product-specs__item:nth-last-child(-n+2) {
  border-bottom: none;
}

.xyron-product-specs__label {
  color: #5838a8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.xyron-product-specs__value {
  color: #1a1033;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.xyron-product-applications {
  margin-bottom: 28px;
}

.xyron-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.xyron-product-tags__tag {
  background: rgba(88, 56, 168, 0.08);
  border: 1px solid rgba(88, 56, 168, 0.16);
  border-radius: 999px;
  color: #3d2d6b;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
}

.xyron-product-cta {
  border-top: 1px solid rgba(88, 56, 168, 0.1);
  padding-top: 28px;
  text-align: center;
}

@media (max-width: 991px) {
  .xyron-product-features-grid,
  .xyron-product-features-grid--cols-3,
  .xyron-product-features-grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xyron-product-section {
    padding: 24px 16px 28px;
  }

  .xyron-product-hero {
    grid-template-columns: 1fr;
  }

  .xyron-product-section--media-right .xyron-product-media,
  .xyron-product-section--media-right .xyron-product-content {
    order: unset;
  }

  .xyron-product-features-grid,
  .xyron-product-features-grid--cols-3,
  .xyron-product-features-grid--cols-4 {
    grid-template-columns: 1fr;
  }

  .xyron-product-specs__list {
    grid-template-columns: 1fr;
  }

  .xyron-product-specs__item {
    border-right: none;
  }

  .xyron-product-specs__item:not(:last-child) {
    border-bottom: 1px solid rgba(88, 56, 168, 0.08);
  }

  .xyron-product-specs__item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(88, 56, 168, 0.08);
  }

  .xyron-product-specs__item:last-child {
    border-bottom: none;
  }
}



.xyron-page .xyron-contrast-section,
.xyron-page .xyron-contrast-section h1,
.xyron-page .xyron-contrast-section h2,
.xyron-page .xyron-contrast-section h3,
.xyron-page .xyron-contrast-section h4,
.xyron-page .xyron-contrast-section h5,
.xyron-page .xyron-contrast-section h6,
.xyron-page .xyron-contrast-section p,
.xyron-page .xyron-contrast-section li,
.xyron-page .xyron-contrast-section span,
.xyron-page .xyron-contrast-section strong,
.xyron-page .xyron-contrast-section a,
.xyron-page .xyron-contrast-section div {
  color: #ffffff !important;
}

.xyron-page .xyron-contrast-section img {
  color: initial;
}

/* LIRO / LittleBot service detail refinements */
.xyron-detail-page .inner-page-hero-area {
  min-height: 360px;
}

.xyron-detail-page .inner-header h1 {
  letter-spacing: 0;
}

.xyron-detail-page .inner-header a,
.xyron-detail-page .inner-header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.xyron-detail-page .xyron-service-detail {
  background: #ffffff;
}

.xyron-detail-page .service-widget-sidebar {
  background: linear-gradient(180deg, #f5f2ff 0%, #eef2ff 100%);
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(26, 16, 51, 0.08);
  padding: 18px;
}

.xyron-detail-page .service-widget-sidebar h3 {
  color: #160f2f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.xyron-detail-page .service-widget-sidebar .search-area,
.xyron-detail-page .service-widget-sidebar .category-list-area,
.xyron-detail-page .service-widget-sidebar .tags-area,
.xyron-detail-page .service-widget-sidebar .contact-boxarea {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(88, 56, 168, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(26, 16, 51, 0.04);
  padding: 22px;
}

.xyron-detail-page .service-widget-sidebar .search-area form input {
  border: 1px solid rgba(88, 56, 168, 0.08);
  border-radius: 10px;
  padding: 17px 46px 17px 16px;
}

.xyron-detail-page .service-widget-sidebar .search-area form button {
  align-items: center;
  background: #6d4bfb;
  border-radius: 9px;
  color: #ffffff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  right: 7px;
  top: 7px;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 38px;
}

.xyron-detail-page .service-widget-sidebar .search-area form button:hover,
.xyron-detail-page .service-widget-sidebar .search-area form button:focus-visible {
  background: #5838a8;
  transform: translateY(-1px);
}

.xyron-detail-page .service-widget-sidebar .category-list-area ul li {
  margin-top: 12px;
}

.xyron-detail-page .service-widget-sidebar .category-list-area ul li a {
  border: 1px solid rgba(88, 56, 168, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(26, 16, 51, 0.04);
  min-height: 58px;
  padding: 17px 18px;
  transform: translateY(0);
}

.xyron-detail-page .service-widget-sidebar .category-list-area ul li a span {
  align-items: center;
  background: rgba(109, 75, 251, 0.1);
  border-radius: 50%;
  color: #6d4bfb;
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  margin-left: 14px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 30px;
}

.xyron-detail-page .service-widget-sidebar .category-list-area ul li a:hover,
.xyron-detail-page .service-widget-sidebar .category-list-area ul li a:focus-visible,
.xyron-detail-page .service-widget-sidebar .category-list-area ul li a.is-active {
  background: #6d4bfb;
  color: #ffffff;
  transform: translateY(-2px);
}

.xyron-detail-page .service-widget-sidebar .category-list-area ul li a:hover span,
.xyron-detail-page .service-widget-sidebar .category-list-area ul li a:focus-visible span,
.xyron-detail-page .service-widget-sidebar .category-list-area ul li a.is-active span {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transform: translateX(2px);
}

.xyron-detail-page .service-widget-sidebar .category-list-area ul li a::after,
.xyron-detail-page .service-widget-sidebar .tags-area ul li a::after {
  display: none;
}

.xyron-detail-page .service-widget-sidebar .tags-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.xyron-detail-page .service-widget-sidebar .tags-area ul li a {
  border: 1px solid rgba(88, 56, 168, 0.08);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 10px 13px;
}

.xyron-detail-page .service-widget-sidebar .tags-area ul li a:hover,
.xyron-detail-page .service-widget-sidebar .tags-area ul li a:focus-visible {
  background: #6d4bfb;
  color: #ffffff;
}

.xyron-detail-page .service-widget-sidebar .contact-boxarea p {
  color: #4d5870;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.xyron-detail-page .service-widget-sidebar .contact-boxarea .vl-btn2 {
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  white-space: normal;
}

.xyron-detail-page .service2-widget-sidebar {
  padding-left: 44px;
}

.xyron-detail-page .service2-widget-sidebar > .img1:first-child img,
.xyron-detail-page .service2-widget-sidebar .row .img1 img {
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(26, 16, 51, 0.08);
  display: block;
  object-fit: cover;
  width: 100%;
}

.xyron-detail-page .service2-widget-sidebar > .img1:first-child img {
  max-height: 430px;
}

.xyron-detail-page .service2-widget-sidebar h2,
.xyron-detail-page .service2-widget-sidebar h3 {
  color: #160f2f;
  font-size: 31px;
  line-height: 1.2;
  margin-bottom: 0;
}

.xyron-detail-page .service2-widget-sidebar p {
  color: #4d5870;
  font-size: 17px;
  line-height: 1.75;
}

.xyron-detail-page .service2-widget-sidebar .list {
  margin: 0;
}

.xyron-detail-page .service2-widget-sidebar .list li {
  align-items: flex-start;
  background: #f6f4ff;
  border: 1px solid rgba(88, 56, 168, 0.08);
  border-radius: 12px;
  display: flex;
  gap: 10px;
  line-height: 1.45;
  margin-top: 14px;
  min-height: 58px;
  padding: 14px 16px;
}

.xyron-detail-page .service2-widget-sidebar .list li img {
  flex: 0 0 20px;
  margin: 1px 0 0;
}

.xyron-detail-page .service2-widget-sidebar .pera-box {
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(26, 16, 51, 0.08);
  padding: 26px 28px 26px 34px;
}

.xyron-detail-page .service2-widget-sidebar .pera-box::after {
  border-radius: 14px 0 0 14px;
  width: 7px;
}

.xyron-detail-page .service2-widget-sidebar .pera-box h4 {
  color: #160f2f;
  line-height: 1.25;
}

.xyron-detail-page .faq-widget-area .accordion .space24 {
  height: 14px;
}

.xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item {
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(26, 16, 51, 0.07);
  overflow: hidden;
}

.xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button {
  border-radius: 14px;
  font-size: 19px;
  line-height: 1.35;
  padding: 22px 62px 22px 22px;
  text-transform: none;
}

.xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button::before {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
  border-radius: 14px 14px 0 0;
  padding: 22px 62px 18px 22px;
}

.xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item .accordion-body p {
  line-height: 1.7;
  padding: 0 24px 24px;
}

.xyron-detail-page .xyron-related-robots .service1-boxarea {
  border: 1px solid rgba(88, 56, 168, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
}

.xyron-detail-page .xyron-related-robots .service1-boxarea > a {
  line-height: 1.3;
}

.xyron-detail-page .xyron-related-robots .service1-boxarea p {
  flex: 1;
  line-height: 1.65;
}

.xyron-detail-page .xyron-related-robots .service1-boxarea:hover,
.xyron-detail-page .xyron-related-robots .service1-boxarea:focus-within {
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .xyron-detail-page .service-widget-sidebar {
    margin-bottom: 34px;
    position: static;
  }

  .xyron-detail-page .service2-widget-sidebar {
    margin-top: 0;
    padding-left: 0;
  }

  .xyron-detail-page .xyron-related-robots .service1-boxarea {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .xyron-detail-page .inner-page-hero-area {
    min-height: 300px;
  }

  .xyron-detail-page .inner-header a,
  .xyron-detail-page .inner-header span {
    gap: 6px;
  }

  .xyron-detail-page .service-widget-sidebar {
    border-radius: 14px;
    padding: 14px;
  }

  .xyron-detail-page .service-widget-sidebar .search-area,
  .xyron-detail-page .service-widget-sidebar .category-list-area,
  .xyron-detail-page .service-widget-sidebar .tags-area,
  .xyron-detail-page .service-widget-sidebar .contact-boxarea {
    padding: 18px;
  }

  .xyron-detail-page .service-widget-sidebar .category-list-area ul li a {
    font-size: 16px;
    line-height: 1.25;
    min-height: 54px;
    padding: 15px 14px;
  }

  .xyron-detail-page .service2-widget-sidebar h2,
  .xyron-detail-page .service2-widget-sidebar h3 {
    font-size: 27px;
  }

  .xyron-detail-page .service2-widget-sidebar p {
    font-size: 16px;
  }

  .xyron-detail-page .service2-widget-sidebar .list li {
    font-size: 16px;
    min-height: auto;
  }

  .xyron-detail-page .service2-widget-sidebar .pera-box {
    padding: 22px 20px 22px 28px;
  }

  .xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button {
    font-size: 17px;
    line-height: 1.4;
    padding: 20px 58px 20px 18px;
  }

  .xyron-detail-page .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
    padding: 20px 58px 16px 18px;
  }

  .xyron-detail-page .xyron-related-robots .service1-boxarea {
    padding: 22px;
  }
}

/* Xyron overview page */
.xyron-overview-page .features3-section-area {
  scroll-margin-top: 110px;
}

.xyron-overview-page .xyron-robot-showcase {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.xyron-overview-page .xyron-robot-row {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(26, 16, 51, 0.08);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 38%) 1fr;
  overflow: hidden;
  padding: 28px;
}

.xyron-overview-page .xyron-robot-row__media {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #f7f6ff 0%, #eef4ff 100%);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.xyron-overview-page .xyron-robot-row--reverse .xyron-robot-row__media {
  order: 2;
}

.xyron-overview-page .xyron-robot-row--reverse .xyron-robot-row__content {
  order: 1;
}

.xyron-overview-page .xyron-robot-row__media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.xyron-overview-page .xyron-robot-row__content h3 {
  color: #160f2f;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}

.xyron-overview-page .xyron-robot-row__content p {
  color: #4f4961;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.xyron-overview-page .xyron-overview-badge {
  background: rgba(88, 56, 168, 0.1);
  border-radius: 999px;
  color: #5838a8;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 14px;
}

.xyron-overview-page .xyron-robot-row__bullets {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.xyron-overview-page .xyron-robot-row__bullets li {
  align-items: flex-start;
  color: #28213d;
  display: flex;
  font-size: 16px;
  gap: 10px;
  line-height: 1.55;
}

.xyron-overview-page .xyron-robot-row__bullets li i {
  color: #5838a8;
  flex: 0 0 auto;
  font-size: 14px;
  margin-top: 5px;
}

.xyron-overview-page .xyron-process-section {
  background: #f7f8fc;
  position: relative;
}

.xyron-overview-page .xyron-process-section .heading p {
  color: #4f4961;
  line-height: 1.75;
}

.xyron-overview-page .xyron-process-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xyron-overview-page .xyron-process-card {
  background: #ffffff;
  border: 1px solid rgba(88, 56, 168, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(26, 16, 51, 0.07);
  min-height: 220px;
  padding: 30px;
}

.xyron-overview-page .xyron-process-card span {
  align-items: center;
  background: #5838a8;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  margin-bottom: 22px;
  width: 44px;
}

.xyron-overview-page .xyron-process-card h3 {
  color: #160f2f;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.xyron-overview-page .xyron-process-card p {
  color: #4f4961;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .xyron-overview-page .xyron-robot-row {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .xyron-overview-page .xyron-robot-row__media {
    aspect-ratio: 16 / 9;
  }

  .xyron-overview-page .xyron-robot-row--reverse .xyron-robot-row__media,
  .xyron-overview-page .xyron-robot-row--reverse .xyron-robot-row__content {
    order: initial;
  }

  .xyron-overview-page .xyron-process-grid {
    grid-template-columns: 1fr;
  }

  .xyron-overview-page .xyron-process-card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .xyron-overview-page .xyron-robot-showcase {
    gap: 22px;
  }

  .xyron-overview-page .xyron-robot-row {
    border-radius: 14px;
    padding: 18px;
  }

  .xyron-overview-page .xyron-robot-row__media {
    border-radius: 12px;
    padding: 18px;
  }

  .xyron-overview-page .xyron-robot-row__content h3 {
    font-size: 26px;
  }

  .xyron-overview-page .xyron-robot-row__content p,
  .xyron-overview-page .xyron-robot-row__bullets li {
    font-size: 15px;
  }

  .xyron-overview-page .xyron-process-card {
    border-radius: 14px;
    padding: 24px;
  }

  .xyron-overview-page .xyron-process-card h3 {
    font-size: 21px;
  }
}

