/*
 * Product Development: no icons/graphics.
 * Black → dark-purple gradient cards with white text only.
 */
.product-development-box,
.product-development-box.second,
.product-development-box.last {
  background: linear-gradient(165deg, #050505 0%, #12081f 45%, #2a1548 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  padding: 48px 40px !important;
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
}
.product-development-box::before,
.product-development-box::after {
  display: none !important;
  content: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}
.product-development-box > img,
.prod-box-img,
.prod-box-img-copy,
.product-development-box .prod-box-img,
.product-development-box .prod-box-img-copy {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
.text-box-prod {
  color: #fff !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
}
.product-development-grid {
  margin-top: 64px !important;
  align-items: stretch;
}

/* Nested tags must keep the same type size as the English wrappers */
.hero-text strong,
.hero-text-sub strong,
.embedded-heading--nw strong,
.embedded-content-nw strong,
.grid-heading-nw strong,
.grid-paragraph-nw strong,
.faq-heading--nw strong,
.faq-que-nw strong,
.faq-ans strong,
.faq-ans-nw strong,
.rust-heading strong,
.rust-paragraph strong,
.product-development strong,
.text-box-prod strong,
.pcb-heading strong,
.pcb-text strong,
.pcb-text-copy strong,
.mech-heading strong,
.mech-text strong,
.about-us-hero-hdn strong,
.heading-6 strong,
.text-block-5 strong,
.text-block-22 strong,
.text-span-4,
.contact-heading strong,
.repair-heading-main strong,
.repair-hero-lead strong,
.services-heading-main strong,
.text-block-21 .gradient-text,
.text-block-21 strong {
  font-size: inherit !important;
}

/* Keep header above full-bleed hero overlays so the hamburger receives clicks */
.navbar.w-nav {
  z-index: 2000;
}
.menu-button-2 {
  position: relative;
  z-index: 2001;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
}

/* Nav: larger type, room between items, hover pad reserved so layout does not shift */
.nav-menu {
  align-items: center !important;
  gap: 10px;
}
.nav-link {
  min-width: 0 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  padding: 16px 24px !important;
  font-size: 18px !important;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
}
.nav-link:hover,
.nav-link.w--current {
  padding: 16px 24px !important;
  background-size: 100% 100% !important;
}
.language-main-wrapper {
  margin-left: 16px;
  padding: 16px 10px;
}
@media screen and (min-width: 992px) {
  .nav-menu {
    flex: 1 1 auto;
    justify-content: center !important;
  }
}
@media screen and (min-width: 1920px) {
  .nav-menu {
    gap: 14px;
  }
  .nav-link {
    font-size: 22px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 18px 28px !important;
  }
  .nav-link:hover,
  .nav-link.w--current {
    padding: 18px 28px !important;
  }
}
@media screen and (max-width: 991px) {
  .nav-menu {
    gap: 0;
  }
  .nav-link {
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal;
    text-align: center;
  }
}

/* Appliance Repair page */
.repair-hero-section .content-wrapper {
  padding-bottom: 8px !important;
}
.repair-heading-main {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}
.repair-hero-lead {
  color: #fff;
  text-align: center;
  max-width: 42rem;
  margin: 1rem auto 0;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
}
.repair-intro-band {
  padding-bottom: 56px;
}
.repair-intro-inner.content-wrapper-product,
.repair-intro-inner {
  padding-top: 48px !important;
  padding-bottom: 8px;
}
.repair-intro-copy {
  color: #fff;
  max-width: 52rem;
  margin: 1.5rem 0 0;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.repair-pillars-grid {
  margin-top: 48px !important;
}
.repair-pillars-grid .text-box-prod {
  color: #e85d2c !important;
  font-weight: 600;
  text-align: center;
}
.repair-machines-section,
.repair-process-section,
.repair-promise-section {
  background: #0a0a0a;
  padding: 96px 0;
  position: relative;
}
.repair-process-section {
  background: linear-gradient(165deg, #0a0612 0%, #140a22 50%, #1a0f2e 100%);
}
.repair-cta-section,
.repair-emergency-section {
  background: #0a0a0a !important;
  padding: 88px 0 110px;
  position: relative;
  border-top: none;
}
.repair-cta-section::before,
.repair-emergency-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: min(36rem, 72%);
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #9b4dff 0%, #e85d2c 100%);
}
.repair-section-head {
  max-width: 40rem;
  margin-bottom: 48px;
}
.repair-section-lead {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 1rem;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
}
.repair-machines-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.repair-machine-card {
  background: linear-gradient(165deg, #050505 0%, #12081f 45%, #2a1548 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 28px 26px 30px;
}
.repair-machine-title {
  color: #e85d2c;
  margin: 0 0 16px;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}
.repair-machine-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.86);
  font-family: Baijamjuree, sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
}
.repair-machine-list li + li {
  margin-top: 0.35rem;
}
.repair-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.repair-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
}
.repair-step-num {
  font-family: Baijamjuree, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #9b4dff 0%, #e85d2c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.repair-step-title {
  color: #e85d2c;
  margin: 0 0 8px;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.repair-step-copy {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-family: Baijamjuree, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.repair-promise-card {
  max-width: 48rem;
  margin: 0 auto;
  padding: 40px 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid transparent;
  border-image: linear-gradient(180deg, #9b4dff, #e85d2c) 1;
  background: linear-gradient(165deg, #050505 0%, #12081f 55%, #1d1033 100%);
}
.repair-promise-card--compact {
  text-align: center;
  padding: 32px 28px;
}
.repair-coverage-label {
  color: #e85d2c;
  margin: 0 0 14px;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.repair-coverage-regions {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.55;
}
.repair-hours {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-family: Baijamjuree, sans-serif;
}
.repair-hours p {
  margin: 0;
}
.repair-hours-label {
  color: #e85d2c;
  margin-bottom: 12px !important;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.repair-hours-days {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.4;
}
.repair-hours-time {
  margin-top: 6px !important;
  color: #e85d2c;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.repair-hours-closed {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.repair-cta-inner {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.repair-emergency-heading,
.repair-emergency-heading.pcb-heading,
.repair-emergency-heading .gradient-text {
  color: #c41212 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #c41212 !important;
}
.repair-emergency-copy {
  color: #fff;
  margin: 1.25rem auto 0;
  max-width: 34rem;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.55;
}
.repair-emergency-copy span {
  display: block;
}
.repair-emergency-copy span + span {
  margin-top: 0.45rem;
}
.repair-brand-accent {
  display: inline-block;
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.repair-intro-inner .product-development {
  letter-spacing: -0.01em;
}
.repair-contact-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.repair-contact-link {
  color: #fff;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 2px;
}
.repair-contact-link:hover {
  border-bottom-color: #fff;
}
@media screen and (max-width: 991px) {
  .repair-machines-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .repair-heading-main {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .repair-machines-grid {
    grid-template-columns: 1fr;
  }
  .repair-machines-section,
  .repair-process-section,
  .repair-promise-section,
  .repair-cta-section {
    padding: 64px 0;
  }
  .repair-promise-card {
    padding: 28px 22px;
  }
}

.bb-html-fragment { display: contents; }

.nav-drawer-backdrop {
  display: none;
}

/* FAQ: one tiled pattern on the full section; keep content under the code bleed */
.faq-section {
  padding-top: 12rem !important;
  z-index: 1;
  background-color: #1d1d1d;
  background-image: url('../images/image-8.png'), url('../images/Noise-Effect.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}
.faq-section .color-overlay,
.faq-section .noice-effect-overlay,
.faq-section .faq-overlay-img {
  display: none;
}
.container-large.faq-container {
  z-index: 1 !important;
}
.faq-wrapper-1 {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem !important;
  margin-bottom: 80px !important;
  gap: 16px !important;
  grid-row-gap: 16px !important;
}
.arrow-faq {
  display: none !important;
}
.accordion-toggle {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.accordion-question.faq-question {
  width: 100%;
  box-sizing: border-box;
  height: auto !important;
  min-height: 72px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.accordion-toggle .faq-answers,
.accordion-toggle .faq-answers-new,
.accordion-toggle .w-dropdown-list {
  display: none;
  background: transparent !important;
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 12px !important;
  padding-bottom: 16px !important;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}
.accordion-toggle.is-open .faq-answers,
.accordion-toggle.is-open .faq-answers-new,
.accordion-toggle .faq-answers.w--open,
.accordion-toggle .faq-answers-new.w--open,
.accordion-toggle .w-dropdown-list.w--open {
  display: block !important;
  background: transparent !important;
}
.accordion-toggle.is-open {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.faq-ans, .faq-ans strong, .faq-ans-nw, .faq-ans-nw strong { color: #fff !important; }
.accordion-toggle, .faq-items { width: 100%; max-width: 100%; box-sizing: border-box; }
.faq-que-nw,
.faq-que-nw strong {
  color: #fff !important;
}

/* Home What We Do: gradient divider between boards/text and icon row */
.section-3 .embedded-container-nw {
  position: relative;
  padding-top: 28px;
}
.section-3 .embedded-container-nw::before {
  content: "";
  display: block;
  height: 3px;
  width: min(100%, 920px);
  margin: 0 auto 48px;
  background: linear-gradient(90deg, #9b4dff 0%, #e85d2c 100%);
  border-radius: 2px;
}

/* Product Development: hide the duplicate white H2 and pull cards up */
.services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) > .product-development {
  display: none !important;
}
.services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) {
  padding-top: 56px !important;
  padding-bottom: 110px !important;
}

.faq-m-break,
.hero-pt-break {
  display: none;
}

.section-9 .values-trailing-row {
  display: none !important;
}

/* Our Values: heading scale + gradient on the second word */
.section-9 .text-block-21 {
  font-size: 61.5px !important;
  font-weight: 600 !important;
  line-height: 112% !important;
}

html, body, .page-wrapper {
  max-width: 100%;
  overflow-x: clip;
  background-color: #1d1d1d;
}

/* Footer: logo left, links in two even rows */
.footer-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.15rem;
}
.footer-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.75rem 3.5rem;
}
.footer-nav-row .footer-links {
  font-size: 20px !important;
  line-height: 1.4 !important;
  padding: 0.35rem 0;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .footer-nav-row .footer-links {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-group,
  .footer-nav-row {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* Contact: direct details, no form */
.contact-page {
  padding-bottom: 120px;
}
.contact-direct {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.contact-heading-block {
  display: inline-block;
  max-width: 100%;
}
.contact-rule {
  width: 100%;
  height: 3px;
  margin: 16px 0 56px;
  border-radius: 2px;
  background: linear-gradient(90deg, #9b4dff 0%, #e85d2c 100%);
}
.contact-kicker {
  margin: 0;
  color: #c4b5e0;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-section-label {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.contact-kicker--spaced {
  margin-top: 48px;
}
.contact-phone {
  display: block;
  margin: 12px 0 10px;
  color: #fff;
  font-family: Baijamjuree, sans-serif;
  font-size: clamp(1.85rem, 5.5vw, 3.1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-decoration: none;
}
.contact-phone:hover {
  color: #fff;
}
.contact-whatsapp {
  display: inline-block;
  color: #e85d2c;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 93, 44, 0.45);
  padding-bottom: 2px;
}
.contact-whatsapp:hover {
  border-bottom-color: #e85d2c;
}
.contact-email {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}
.contact-meta > :last-child {
  text-align: right;
  justify-self: end;
}
.contact-meta-line {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: Baijamjuree, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}
.contact-meta-time {
  margin: 6px 0 0;
  color: #e85d2c;
  font-family: Baijamjuree, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding-bottom: 80px;
  }
  .contact-meta {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .contact-meta > :last-child {
    text-align: center;
    justify-self: stretch;
  }
}

.firmware-section .image-17,
.psb-section .image-16 {
  width: 100% !important;
  max-width: 462px !important;
  height: auto !important;
  display: block;
}
.firmware-section .w-layout-grid.grid > div:last-child,
.psb-section .w-layout-grid.grid > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-form-done, .w-form-fail { display: none; }
.w-form-done.is-visible, .w-form-fail.is-visible { display: block; }

/* About: more space between nav and H1 */
.section-8 .about-us-hero-hdn {
  margin-top: 220px !important;
  padding-top: 24px;
}

/* Home: code image aligns with the paragraph and overlaps FAQ */
.rust-section {
  overflow: visible !important;
  position: relative;
  z-index: 3;
}
.coding-img-blk {
  overflow: visible !important;
  z-index: 4;
  max-height: none;
  padding-top: 0 !important;
  top: 17.5rem !important;
  bottom: -10rem !important;
}
.rust-coding-img {
  max-height: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}
@media screen and (max-width: 991px) {
  .coding-img-blk {
    top: 12rem !important;
    bottom: -6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .coding-img-blk {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    right: auto !important;
  }
  .rust-content-wrapper {
    max-width: 100%;
  }
  .rust-paragraph {
    max-width: 100% !important;
  }
  .faq-section {
    padding-top: 4rem !important;
  }
}

@keyframes bb-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.hero-section, .embedded-section, .section-3, .rust-section, .faq-section,
.services-hero-section, .psb-section, .mechanical-eng-section, .firmware-section,
.repair-machines-section, .repair-process-section, .repair-promise-section, .repair-cta-section,
.section-8, .section-7, .section-9, .section-10, .promotion-section {
  animation: bb-fade-up 0.7s ease both;
}

/* ========== Responsive: 1279px ========== */
@media screen and (max-width: 1279px) {
  .hero-text-wrapper {
    gap: 2rem !important;
  }
  .hero-text {
    margin-bottom: 0.35rem;
    line-height: 1.28 !important;
  }
  html[lang="pt"] .hero-text {
    line-height: 1.45 !important;
    padding-top: 0.22em;
    padding-bottom: 0.22em;
  }
  .hero-text-sub {
    margin-top: 0.75rem !important;
    line-height: 1.35 !important;
  }
  .hero-pt-break {
    display: block;
  }

  .rust-paragraph {
    max-width: 20.15rem !important;
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  .rust-content-wrapper {
    max-width: none;
  }
  .coding-img-blk {
    width: 70% !important;
    right: 0 !important;
    left: auto !important;
  }

  .section-7 .text-block-8 {
    max-width: 22rem !important;
    width: min(22rem, 42%) !important;
  }

  .embedded-grid-nw .image-13 {
    margin-bottom: 1.5rem;
  }
  .grid-heading-nw {
    margin-top: 1rem !important;
  }

  .embedded-grid-nw {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 3.5rem !important;
    margin-top: 64px !important;
  }
  .embedded-grid-nw .div-block-23 {
    text-align: center;
  }
  .grid-heading-nw,
  .grid-paragraph-nw {
    margin-left: 0 !important;
    max-width: 40rem !important;
    margin-right: auto;
    margin-left: auto !important;
  }
  .grid-heading-nw {
    font-size: 1.55rem !important;
  }
  .grid-paragraph-nw {
    font-size: 1.2rem !important;
  }
  .grid-line-nw,
  .grid-line {
    display: none !important;
  }

  .product-development-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 1.5rem !important;
    justify-items: center;
  }
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) .product-development-box,
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) .product-development-box.second,
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) .product-development-box.last {
    width: 66% !important;
    max-width: 66% !important;
    margin-top: 0 !important;
    padding: 36px 32px !important;
  }
  .text-box-prod {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .repair-machines-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  .repair-machine-title {
    font-size: 1.4rem !important;
  }
  .repair-machine-list {
    font-size: 1.08rem !important;
  }

  .accordion-toggle .faq-answers,
  .accordion-toggle .faq-answers-new,
  .accordion-toggle .w-dropdown-list,
  .faq-answers,
  .faq-answers-new {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .faq-ans,
  .faq-ans-nw,
  .faq-ans strong,
  .faq-ans-nw strong {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.55 !important;
  }
  .faq-que-nw,
  .faq-que-nw strong {
    font-size: 1.4rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }
  .accordion-question.faq-question {
    height: auto !important;
    min-height: 4.5rem;
    align-items: flex-start !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }
}

/* ========== Responsive: 990px and below (hamburger drawer) ========== */
@media screen and (max-width: 990px) {
  .navbar.w-nav,
  .navbar .container-large,
  .navbar .nav-div {
    overflow: visible !important;
  }
  .w-nav[data-collapse='medium'] .w-nav-button,
  .menu-button-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2002;
  }
  .w-nav[data-collapse='medium'] .w-nav-menu,
  .nav-menu.w-nav-menu,
  .nav-menu {
    display: none !important;
    flex: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 0.5rem;
    position: fixed !important;
    top: 0;
    right: 0;
    left: auto;
    width: min(20rem, 86vw);
    height: 100vh;
    margin: 0;
    padding: 5.5rem 1.75rem 2rem;
    background: #000 !important;
    transform: none;
    z-index: 2001;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .w-nav[data-collapse='medium'] .nav-menu.is-open,
  .nav-menu.w-nav-menu.is-open,
  .nav-menu.is-open {
    display: flex !important;
  }
  .nav-drawer-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2000;
  }
  .nav-drawer-backdrop.is-open {
    display: block;
  }
  .nav-link,
  .nav-link:hover,
  .nav-link.w--current {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.85rem 0 !important;
    font-size: 1.25rem !important;
    color: #fff !important;
    text-align: left !important;
    white-space: normal;
    background-image: none !important;
    background-color: transparent !important;
    text-indent: 0 !important;
  }
  .nav-link.w--current {
    color: #f76700 !important;
  }
  .menu-button-2.w--open {
    background-color: #000 !important;
    color: #f76700 !important;
  }
  .menu-button-2.w--open .w-icon-nav-menu,
  .menu-button-2.w--open .w-icon-nav-menu:before {
    color: #f76700 !important;
  }
  .language-main-wrapper {
    margin: 1rem 0 0 !important;
    padding: 0.5rem 0 !important;
  }

  .services-heading-main {
    padding-bottom: 2.25rem !important;
    margin-bottom: 0.75rem;
  }
  .services-hero-section .content-wrapper {
    padding-bottom: 1.75rem !important;
  }
  .product-development-grid {
    grid-template-columns: 1fr 1fr !important;
    margin-top: 2.75rem !important;
    justify-items: stretch;
    gap: 1.25rem !important;
  }
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) .product-development-box,
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) .product-development-box.second,
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) .product-development-box.last {
    width: 100% !important;
    max-width: 100% !important;
  }
  .product-development-box.last {
    margin-top: 0 !important;
  }

  .repair-machines-section {
    padding-bottom: 2.25rem !important;
  }
  .repair-process-section {
    padding-top: 2.25rem !important;
  }

  .repair-hero-lead {
    margin-bottom: 0.35rem !important;
    padding-bottom: 0;
  }
  .repair-hero-section .content-wrapper {
    padding-bottom: 0.35rem !important;
  }
  .repair-hero-section.services-hero-section {
    padding-bottom: 0;
  }
  .repair-intro-band.services-boxes-wrapper {
    margin-top: 12px !important;
  }

  .embedded-grid-nw {
    grid-template-columns: 1fr !important;
  }

  .embedded-content-nw,
  .rust-paragraph,
  .pcb-text,
  .pcb-text-copy,
  .mech-text,
  .grid-paragraph-nw,
  .text-block-5,
  .text-block-8,
  .repair-intro-copy,
  .repair-hero-lead {
    font-size: 1.2rem !important;
    line-height: 1.55 !important;
  }

  .rust-heading {
    padding-bottom: 1.1rem;
  }
  .rust-paragraph {
    max-width: min(30rem, 48%) !important;
    font-size: 1.35rem !important;
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
  }
  .rust-content-wrapper {
    max-width: 48%;
  }
  .coding-img-blk {
    width: 48% !important;
    left: auto !important;
    right: 12% !important;
    top: 10rem !important;
    overflow: hidden !important;
  }
  .rust-coding-img {
    object-position: top left !important;
  }

  .hero-img-wrapper,
  .image-19 {
    height: 56vh !important;
    max-height: 34rem !important;
  }
  .hero-text-wrapper {
    gap: 0.85rem !important;
    padding-top: 2.25rem !important;
    padding-bottom: 1.75rem !important;
  }
  .hero-text {
    margin-bottom: 0.15rem;
  }
  .hero-text-sub {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    max-width: 42rem;
    margin-top: 0.35rem !important;
  }
  html[lang="pt"] .hero-text-sub {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
  }
  .hero-pt-break {
    display: block;
  }

  .section-3 .emb-row {
    flex-direction: column !important;
    align-items: center !important;
    top: 0 !important;
  }
  .section-3 .emb-row .w-col,
  .section-3 .emb-row .column,
  .section-3 .emb-row [class*="w-col"] {
    width: 100% !important;
  }
  .section-3 .embed-img,
  .section-3 .hide-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: min(28rem, 86%);
  }
  .section-3 .embedded-main-content-nw {
    margin-left: 0 !important;
    text-align: center;
    padding: 1.25rem 1.5rem 0;
  }
  .section-3 .embedded-heading--nw {
    margin-bottom: 1.5rem !important;
  }
  .section-3 .embedded-heading--nw,
  .section-3 .embedded-content-nw {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 40rem !important;
  }
  .section-3 .embedded-content-nw {
    margin-bottom: 1.1rem;
  }

  .psb-section .pcb-text,
  .firmware-section .pcb-text-copy,
  .mech-text {
    max-width: 100% !important;
    width: 100% !important;
  }
  .firmware-section .w-layout-grid.grid,
  .psb-section .w-layout-grid.grid {
    column-gap: 2.75rem !important;
    row-gap: 2rem !important;
  }
  .firmware-section .image-17,
  .psb-section .image-16 {
    max-width: 22rem !important;
  }

  .section-9 .text-block-21 {
    font-size: 40px !important;
  }
  .section-9 .div-block-11 {
    flex-direction: column !important;
    flex-wrap: nowrap;
    align-items: flex-start !important;
    gap: 0.65rem;
  }
  .section-9 .text-block-22,
  .section-9 .text-span-4 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
    text-align: left !important;
    width: 100% !important;
  }
  .section-9 .text-block-12 {
    width: 100% !important;
    max-width: 38rem !important;
    font-size: 1.25rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .embedded-grid-nw .image-13 {
    margin-bottom: 1.35rem;
  }
  .grid-heading-nw {
    margin-top: 0.85rem !important;
  }

  .section-8 .div-block-11 {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.5rem;
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 1.85rem !important;
  }
  .section-8 .text-block-5 {
    width: auto !important;
    max-width: 34rem !important;
    flex: 1 1 auto;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .section-8 .gradient-text._10 {
    flex: 0 0 auto;
    margin: 0 !important;
    font-size: 4.25rem !important;
    line-height: 1 !important;
  }
  .section-8 .div-block-10 {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100%;
    margin-top: 0;
  }
  .section-7 {
    overflow: hidden;
  }
  .section-7 > .hero-img-blk {
    display: none !important;
  }
  .section-7 .div-block-15 {
    position: relative !important;
    inset: auto !important;
    bottom: auto !important;
    padding: 3rem 1.5rem 4rem;
  }
  .section-7 .text-block-8 {
    width: 100% !important;
    max-width: 45rem;
    margin: 0 auto 1.75rem !important;
    color: #f76700 !important;
    font-size: 1.35rem !important;
  }
  .section-7 .heading-6 {
    width: 100% !important;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-9 .div-block-10-copy {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    margin-top: 1.15rem;
  }
  .section-9 .div-block-11 {
    flex-wrap: wrap;
  }
}

/* ========== Responsive: 479px ========== */
@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 10px !important;
    padding: 0 !important;
  }
  .navbar .container-large {
    max-width: 100% !important;
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }
  .logo,
  .nav-div img.logo,
  .w-nav-brand img {
    width: 40px !important;
    height: auto !important;
  }
  .hero-section,
  .hero-img-blk.new-hero-section {
    max-height: none;
    padding-bottom: 0 !important;
  }
  .hero-img-wrapper,
  .image-19 {
    height: auto !important;
    min-height: 26.5rem !important;
    max-height: none !important;
    object-fit: cover;
  }
  .hero-text-wrapper {
    justify-content: flex-start !important;
    padding-top: 6.85rem !important;
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
    padding-bottom: 2.85rem !important;
    margin-top: 0 !important;
    gap: 0.95rem !important;
  }
  .hero-text {
    font-size: clamp(1.45rem, 6.8vw, 1.85rem) !important;
    line-height: 1.15 !important;
    max-width: 18ch;
  }
  html[lang="pt"] .hero-text-wrapper {
    padding-top: 7.15rem !important;
  }
  html[lang="pt"] .hero-text {
    max-width: none;
    font-size: clamp(1.35rem, 6.2vw, 1.7rem) !important;
  }
  .hero-pt-break {
    display: block;
  }
  .hero-text-sub {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    padding-right: 0.35rem !important;
    max-width: 100%;
    margin-bottom: 0.35rem;
  }
  .section-3 {
    padding-top: 0.75rem !important;
  }
  .section-3 .w-row,
  .section-3 .emb-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .section-8,
  .section-7,
  .section-9,
  .hero-section,
  .rust-section,
  .faq-section,
  .footer,
  .repair-emergency-section,
  .repair-cta-section,
  .services-hero-section,
  .page-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section-8 .about-us-hero-hdn {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 5.25rem !important;
    padding-top: 0 !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    text-align: center !important;
  }
  .section-8 .text-block-5 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
  }

  .services-heading-main {
    padding-top: 1.75rem !important;
    padding-bottom: 1.5rem !important;
  }
  .services-boxes-wrapper .content-wrapper-product:not(.repair-intro-inner) {
    padding-top: 2.75rem !important;
  }
  .product-development {
    font-size: 2rem !important;
    line-height: 1.15 !important;
    margin-bottom: 1.25rem !important;
    padding-bottom: 0.5rem;
  }
  .product-development-grid {
    grid-template-columns: 1fr !important;
    margin-top: 1.75rem !important;
    gap: 1.15rem !important;
    justify-items: center;
  }
  .product-development-box,
  .product-development-box.second,
  .product-development-box.last {
    width: 92% !important;
    max-width: 92% !important;
    padding: 1.4rem 1.15rem !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .text-box-prod {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.55 !important;
  }

  .mech-heading,
  .firmware-section .pcb-heading {
    margin-bottom: 0 !important;
  }
  .mechanical-eng-section .content-wrapper-mech-eng,
  .mechanical-eng-section .mech-heading,
  .mechanical-eng-section .mech-text {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mechanical-eng-section .content-wrapper-mech-eng {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    align-items: flex-start !important;
  }
  .mech-text {
    width: 100% !important;
    margin-top: 1.75rem !important;
  }
  .firmware-section .pcb-text-copy,
  .pcb-text-copy {
    margin-top: 1.75rem !important;
  }
  .psb-section .content-wrapper-pcb,
  .firmware-section .firmware-content-wrapper {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
  .psb-section .pcb-text {
    margin-top: 1.75rem !important;
    max-width: 100% !important;
  }
  .psb-section .grid,
  .firmware-section .grid {
    gap: 2.25rem !important;
  }
  .psb-section .image-16 {
    margin-top: 0.5rem;
  }

  .section-3 .gradient-blk,
  .section-3 .line-nw,
  .section-3 .column-2.hide-col,
  .section-3 .embed-img,
  .section-3 .hide-img,
  .section-3 .emb-row .w-col-7 {
    display: none !important;
  }
  .embedded-heading--nw {
    font-size: clamp(2rem, 10vw, 2.6rem) !important;
    text-align: center !important;
  }
  .embedded-content-nw {
    max-width: 100% !important;
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
  .embedded-main-content-nw {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0 1.15rem;
    text-align: left !important;
  }
  .section-3 .embedded-container-nw::before {
    width: calc(100% - 2.3rem);
    max-width: none;
    margin: 0 1.15rem 2rem;
  }

  .embedded-grid-nw {
    gap: 3.25rem !important;
    margin-top: 2.5rem !important;
    padding: 0 1.15rem 2rem;
  }
  .grid-heading-nw {
    font-size: 1.2rem !important;
  }
  .grid-paragraph-nw {
    font-size: 0.98rem !important;
    max-width: 100% !important;
    padding: 0 0.25rem;
  }

  .faq-m-break {
    display: block;
  }
  .que-block {
    align-items: flex-start !important;
    position: relative;
  }
  .faq-que-nw,
  .faq-que-nw strong {
    flex: 1;
    min-width: 0;
    padding-right: 2.25rem;
    white-space: normal !important;
    overflow-wrap: break-word;
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
  }
  .icon-closed-nw,
  .icon-nw {
    position: absolute !important;
    inset: auto 0 auto auto !important;
    top: 2px !important;
    right: 0 !important;
    flex-shrink: 0;
  }
  .accordion-question.faq-question {
    height: auto !important;
    padding: 16px 14px !important;
    min-height: 0 !important;
    align-items: flex-start !important;
  }
  .accordion-toggle .faq-answers,
  .accordion-toggle .faq-answers-new,
  .faq-answers,
  .faq-answers-new {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .faq-ans,
  .faq-ans-nw,
  .faq-ans strong,
  .faq-ans-nw strong {
    font-size: 0.92rem !important;
  }

  .footer,
  .footer .overlay-footer,
  .footer .overlay-footer-texture {
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    right: 0;
  }
  .footer {
    overflow-x: clip;
    box-sizing: border-box;
  }
  .footer .container-large.footer-container {
    max-width: 100%;
    width: 100%;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
  }
  .footer-wrapper {
    margin-top: 2rem !important;
  }
  .content-wrapper-top-footer img {
    width: 40px !important;
    height: auto !important;
  }
  .content-wrapper-top-footer {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left;
    gap: 1.75rem;
  }
  .footer-nav-group,
  .footer-nav-row {
    width: 100%;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .footer-nav-row {
    flex-direction: column;
    gap: 0.85rem !important;
  }
  .footer-nav-row .footer-links {
    font-size: 1.1rem !important;
    line-height: 1.45 !important;
    white-space: normal;
    text-align: left;
  }
  .terms {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 0.75rem;
    padding-bottom: 2.5rem;
  }
  .footer-content-last {
    max-width: 100%;
    white-space: normal;
  }

  .repair-machines-grid {
    grid-template-columns: 1fr !important;
  }

  .rust-heading,
  .rust-paragraph {
    max-width: 100% !important;
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
    text-align: left !important;
  }
  .rust-paragraph {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  .rust-content-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .repair-intro-inner {
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }
  .repair-intro-inner .product-development {
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .section-9 .text-block-21 {
    font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
    text-align: center;
  }
  .section-9 .text-block-21-copy {
    text-align: center;
  }
  .section-9 .div-block-11 {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
  }
  .section-9 .div-block-10-copy {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 1px;
  }
  .section-9 .text-block-22,
  .section-9 .text-span-4,
  .section-9 .text-block-12 {
    text-align: left !important;
    justify-self: start;
  }
  .section-9 .text-block-22,
  .section-9 .text-span-4 {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
  }
  .section-9 .text-block-12 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.12rem !important;
    line-height: 1.5 !important;
  }
  .section-8 .div-block-11 {
    flex-flow: column !important;
    align-items: center !important;
    padding-bottom: 1.75rem !important;
    margin-bottom: 1.5rem !important;
  }
  .section-8 .text-block-5 {
    padding-bottom: 0.85rem;
  }
  .repair-emergency-heading {
    font-size: clamp(1.55rem, 7.5vw, 2rem) !important;
    padding: 0 1.25rem;
    line-height: 1.15 !important;
  }
  .repair-emergency-copy {
    max-width: 18.5rem;
    padding: 0 1.5rem;
    margin: 1.1rem auto 0;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .repair-emergency-copy span {
    display: inline;
  }
  .repair-emergency-copy span + span {
    margin-top: 0;
  }
  .repair-emergency-copy span + span::before {
    content: " ";
  }
  .section-7 > .hero-img-blk {
    display: none !important;
  }
  .section-7 .div-block-15 {
    padding-top: 0.35rem;
    padding-bottom: 2.75rem;
  }
  .section-7 .text-block-8 {
    margin-top: 0 !important;
    margin-bottom: 1.65rem !important;
    color: #f76700 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
    text-align: left !important;
  }
  .section-7 .heading-6 {
    text-align: left !important;
    padding-bottom: 1.25rem;
  }
  .section-7 .div-block-14 {
    margin-top: 0.25rem !important;
  }
  .section-7 .heading-6 {
    width: 100% !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
  }
  .section-7 .div-block-15 {
    position: relative !important;
    inset: auto !important;
    bottom: auto !important;
  }
}
