/* [project]/app/globals.css [app-client] (css) */
body {
  color: #171a20;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 5000px) {
  body {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body {
    min-width: 320px;
    margin-left: 0;
    font-size: 14px;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

h3, h4, h5 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: initial;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

button {
  font-size: 1rem;
  font-weight: bold;
}

input, textarea {
  color: #171a20;
  font-size: 1rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }
}

header {
  z-index: 1000;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #aeb0b2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 950px;
  max-width: calc(100vw - 190px);
  padding: 0 40px 0 0;
  display: flex;
  position: fixed;
  top: 0;
}

@media (max-width: 1950px) {
  header {
    min-width: 0;
    max-width: calc(100vw - 190px);
  }
}

@media (max-width: 1550px) {
  header {
    min-width: 0;
    max-width: 1335px;
  }
}

@media (max-width: 768px) {
  header {
    width: 100%;
    min-width: 0;
    padding: 10px 25px;
  }
}

.logo img {
  width: auto;
  height: 30px;
  margin: 0 50px;
  transition: all .3s;
}

@media (max-width: 2200px) {
  header .logo-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .logo {
    margin: 0;
    position: absolute;
    left: 48%;
    transform: translateX(-48%);
  }

  .logo img {
    height: 25px;
  }
}

.hamburger {
  cursor: pointer;
  font-size: 24px;
  display: none;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}

.breadcrumb {
  color: #aeb0b2;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  font-size: .912em;
  list-style: none;
  display: flex;
}

.breadcrumb ol {
  padding: 0;
}

.breadcrumb li {
  align-items: center;
  display: inline-flex;
}

.breadcrumb .title {
  font-weight: bold;
}

.breadcrumb a {
  color: #171a20;
  margin: 0 5px;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb a:hover {
  color: #374151;
}

.breadcrumb span {
  color: #171a20;
}

@media (max-width: 768px) {
  .breadcrumb, .breadcrumb ol {
    padding: 0;
  }
}

.dashboard-main-content {
  margin-left: 190px;
}

.menu-container {
  z-index: 1001;
  background-color: #f4f4f4;
  width: 170px;
  height: 100%;
  padding: 10px;
  font-size: .8em;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  box-shadow: 2px 0 5px #0000001a;
}

.menu-container--collapsed .menu-links, .menu-container--collapsed .rapid-quote-btn {
  display: none;
}

.menu-container--collapsed {
  box-shadow: none;
  background-color: #0000;
}

.sidebar-logo-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 2px;
  display: flex;
}

.sidebar-menu-btn {
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  display: flex;
}

.sidebar-menu-btn img {
  width: 22px;
  height: 22px;
  margin: 0;
  display: block;
}

.menu-container .logo img {
  width: auto;
  height: 34px;
  margin: 0;
  transition: all .3s;
}

.menu-container .menu-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-container .menu-links li {
  margin-bottom: 20px;
}

.menu-container .menu-links a {
  color: #333;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 40px;
  text-decoration: none;
  display: flex;
}

.menu-container .menu-links a span {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-container .menu-links a:hover {
  background-color: #aeb0b233;
}

.menu-container .dropdown {
  margin-top: 10px;
}

.menu-container .dropdown a {
  color: #555;
  margin: 0 0 0 16px;
  display: block;
}

.menu-container .dropdown a:hover {
  background-color: #aeb0b233;
}

.userdropdown {
  z-index: 999;
  background: #fff;
  width: auto;
  min-width: 300px;
  padding: 10px 0;
  font-size: .912em;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 8px #00000026;
}

.userdropdown svg {
  flex-shrink: 0;
}

.userdropdown a {
  color: inherit;
  align-items: center;
  gap: 8px;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
}

.userdropdown a:hover {
  font-weight: bold;
}

.dropdown-container {
  z-index: 998;
  background: #fff;
  border-top: 1px solid #ddd;
  width: 100vw;
  padding: 15px 20px;
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  box-shadow: 0 4px 6px #0000001a;
}

.mobile-menu {
  z-index: 99999;
  background-color: #fff;
  width: 80%;
  height: 100%;
  padding: 20px;
  font-size: 1em;
  list-style: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.sign-in-link {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #ddd;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin: 20px;
  padding: 20px 0 0;
  font-size: 1rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.sign-in-link a {
  color: #333;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

.sign-in-mobilelink {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 75%;
  margin: 20px;
  font-size: 1em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.sign-in-mobilelink a {
  color: #333;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

.sign-in-mobilelink .item {
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  display: flex;
}

@media (max-width: 768px) {
  .menu-container {
    display: none;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .toggle-submenu {
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    margin-right: 20px;
    display: flex;
    position: relative;
  }

  .toggle-submenu a {
    color: #333;
    padding: 10px;
    text-decoration: none;
    display: block;
  }

  .mobile-dropdown {
    border-bottom: 1px solid #ddd;
    width: auto;
    padding: 10px 0;
    display: none;
  }

  .mobile-dropdown a {
    color: #333;
    padding: 10px;
    display: block;
  }

  .close-menu {
    cursor: pointer;
    padding: 0 10px 15px;
    font-size: 15px;
  }
}

.header__icon-list {
  gap: 10px;
  margin: 0 10px;
  display: flex;
  position: relative;
}

.header__icon-list li {
  display: inline-flex;
  position: relative;
}

.header__icon-list .userlink {
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s ease-in-out;
  display: inline-flex;
  position: relative;
}

.header__icon-list svg {
  stroke: #000;
  transition: stroke .3s ease-in-out, transform .2s ease-in-out;
}

.header__icon-list .userlink:hover {
  background-color: #171a2014;
}

.header__icon-list a:hover svg {
  stroke: #171a20;
  transform: scale(1.1);
}

.header__icon-list .header__cart-count {
  color: #fff;
  background: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: -2px;
  right: -2px;
}

.header__icon-list .cart-progress-container {
  z-index: 99;
  text-align: center;
  background: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.header__icon-list .cart-progress-container .upload-spinner {
  border: 6px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: 1s linear infinite spin;
  box-shadow: 0 0 20px #0003;
}

.header__icon-list .quotation a:hover {
  color: #fff;
  background-color: #374151;
}

@media (max-width: 768px) {
  .header__icon-list {
    display: none;
  }
}

.header__contact-manager {
  color: #333;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  font-size: .8em;
  display: flex;
}

.header__contact-manager a.contact-phone {
  color: #171a20;
  text-decoration: none;
}

.header__contact-manager span.contact-wechat {
  cursor: pointer;
}

.header__contact-manager svg {
  stroke: #171a20;
}

@media (max-width: 768px) {
  .header__contact-manager {
    display: none;
  }
}

.body-container {
  margin: 84px 0 0;
}

@media (max-width: 768px) {
  .body-container {
    margin: 58px 0 0;
  }
}

.banner {
  color: #fff;
  text-align: left;
  background-image: url("/banner.webp");
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding: 50px 20px;
  display: flex;
}

.banner:before {
  content: "";
  z-index: 0;
  background: #00000059;
  position: absolute;
  inset: 0;
}

.banner {
  position: relative;
}

.banner .content {
  z-index: 1;
  max-width: 750px;
  margin: 0 0 0 30px;
  position: relative;
}

.banner .banner-badge {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: #ffffff40;
  border-radius: 8px;
  margin: 0 0 20px;
  padding: 8px 16px;
  font-size: .95rem;
  font-weight: 700;
  display: inline-block;
}

.banner h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.banner p {
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 300;
}

.banner .features {
  color: #fff;
  margin: 20px 0 10px;
  font-size: 1rem;
}

.banner .feature {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  min-width: 250px;
  margin: 15px 0;
  display: flex;
}

.banner .feature span {
  font-size: 1rem;
}

.banner .features-text-only .feature {
  color: #fff;
  min-width: auto;
  margin: 10px 0;
  font-size: 1rem;
}

.banner .features-text-only .feature strong {
  font-weight: 700;
}

.banner .quotation-rapid {
  margin: 24px 0 16px;
  color: #fff !important;
  background-color: #c00000 !important;
}

.banner .quotation-rapid:hover {
  background-color: #c00000 !important;
}

.banner .remark-confidential {
  color: #fffc;
  margin: 0;
  font-size: .85rem;
}

.banner .remarks {
  color: #fff;
  margin: 0;
}

.banner .remark {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  margin: 0;
  display: flex;
}

.banner .remark span {
  font-size: .912em;
}

.banner .quotation {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px 30px;
  font-size: 1rem;
  transition: background-color .3s, transform .3s;
}

.banner .quotation:hover {
  background-color: #c00000;
  transform: translateY(-3px);
}

#btfoxconnzone {
  cursor: pointer;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 20px 0 0 5px;
  padding: 15px 30px;
  font-size: 1rem;
  transition: all .3s;
}

#btfoxconnzone:hover {
  transform: translateY(-3px);
}

.banner .brand-list {
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 15px 0;
  display: flex;
}

.banner .brand img {
  max-width: 100%;
  height: 23px;
}

.robotics {
  color: #000;
  background-image: url("/XMAKE_Consumer-Products.webp");
}

.robotics .features {
  color: #000;
  margin: 20px 0 10px;
  font-size: 1rem;
}

.robotics .quotation {
  color: #fff;
  cursor: pointer;
  background-color: #171a20;
  border: none;
  border-radius: 4px;
  margin: 20px 0;
  padding: 15px 30px;
  font-size: 1rem;
  transition: background-color .3s, transform .3s;
}

.robotics .quotation:hover {
  background-color: #374151;
  transform: translateY(-3px);
}

.robotics .brand img {
  max-width: 100%;
  height: 18px;
  margin: 0 15px 0 0;
}

.medical {
  color: #000;
  background-image: url("/XMAKE_Medical-Products-1.webp");
}

.medical .features {
  color: #000;
  margin: 20px 0 10px;
  font-size: 1rem;
}

.medical .quotation {
  color: #fff;
  cursor: pointer;
  background-color: #171a20;
  border: none;
  border-radius: 4px;
  margin: 20px 0;
  padding: 15px 30px;
  font-size: 1rem;
  transition: background-color .3s, transform .3s;
}

.medical .quotation:hover {
  background-color: #374151;
  transform: translateY(-3px);
}

.medical .brand img {
  max-width: 100%;
  height: 18px;
  margin: 0 15px 0 0;
}

.our-story {
  background-image: url("/XMAKE_Who-we-are.webp");
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.our-story.content {
  margin: 0;
}

.investor {
  background-image: url("/XMAKE_Our-Investor.webp");
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.investor .content {
  margin: 0;
}

.careers {
  background-image: url("/XMAKE-Craft-the-Tomorrow-Together.webp");
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  padding: 50px;
  display: flex;
}

.careers .content {
  margin: 0;
}

.contact-us {
  background-image: url("/XMAKE_Contact-Us_02.webp");
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  padding: 50px;
  display: flex;
}

.contact-us .contactregion {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
  margin: 30px 0;
  padding: 15px 20px;
  font-weight: bold;
}

.streamline {
  background-image: url("/xmake-map-01.webp");
  height: 350px;
}

.streamline h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.streamline p {
  font-size: .875rem;
}

.streamline .quotation {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px 30px;
  font-size: 1rem;
  transition: background-color .3s, transform .3s;
}

.streamline .quotation:hover {
  background-color: #c00000;
  transform: translateY(-3px);
}

.future {
  color: #fff;
  background-color: #c00000;
  background-image: url("/the-future-of-xmake.webp");
  justify-content: flex-end;
  align-items: center;
  height: 350px;
  margin: 80px 0;
  padding: 80px 20px;
  display: flex;
}

.future .content {
  z-index: 1;
  max-width: 750px;
  margin: 0 0 0 30px;
  position: relative;
}

.future h1 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .banner {
    color: #fff;
    text-align: left;
    background-image: url("/banner_mobile.webp");
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 40px 20px;
    display: flex;
    position: relative;
  }

  .banner .content {
    z-index: 1;
    width: 85%;
    margin: 0;
    position: relative;
  }

  .banner .banner-badge {
    text-align: center;
    width: 100%;
    font-size: .8rem;
  }

  .banner h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .banner p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .banner .features {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .banner .feature {
    align-items: center;
    width: 48%;
    margin: 5px;
    display: flex;
  }

  .banner .features-text-only .feature {
    width: 100%;
  }

  .banner .feature svg {
    margin-right: 10px;
  }

  .banner .features span {
    font-size: 1rem;
  }

  .banner button {
    width: 100%;
    margin-bottom: 5px;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .banner .brand-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .banner .brand {
    text-align: center;
  }

  .banner .brand img {
    max-width: 100%;
    height: 20px;
  }

  #btfoxconnzone {
    cursor: pointer;
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0;
    padding: 15px 30px;
    font-size: 1rem;
    transition: all .3s;
  }

  .robotics {
    color: #000;
    background-image: url("/XMAKE_Medical-Devices_Mobile.webp");
    background-position: center bottom -100px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    height: 700px;
    padding: 0 20px;
    display: flex;
  }

  .robotics .features, .robotics .brand-list {
    display: none;
  }

  .robotics .content {
    z-index: 1;
    width: 85%;
    margin: 0;
    padding-top: 40px;
    position: relative;
  }

  .robotics .quotation {
    margin: 200px auto;
  }

  .medical {
    color: #000;
    background-image: url("/XMAKE_Medical-Devices_Mobile.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    height: 700px;
    padding: 0 20px;
    display: flex;
  }

  .medical .features, .medical .brand-list {
    display: none;
  }

  .medical .content {
    z-index: 1;
    width: 85%;
    margin: 0;
    padding-top: 40px;
    position: relative;
  }

  .medical .quotation {
    margin: 200px auto;
  }

  .our-story {
    background-image: url("/XMAKE_Who-we-are.webp");
    justify-content: center;
    align-items: center;
    height: 350px;
    display: flex;
  }

  .investor {
    background-image: url("/XMAKE_Our-Investor.webp");
    justify-content: center;
    align-items: center;
    height: 350px;
    display: flex;
  }

  .careers {
    background-image: url("/XMAKE-Craft-the-Tomorrow-Together.webp");
    justify-content: center;
    align-items: center;
    height: 350px;
    display: flex;
  }

  .contact-us {
    background-image: url("/XMAKE_Contact-Us_02.webp");
    justify-content: space-between;
    align-items: center;
    padding: 150px 0;
    display: flex;
  }

  .contact-us .contactregion {
    text-align: center;
    width: 88%;
    margin-top: 30px;
    padding: 15px 20px;
  }

  .streamline {
    background-image: url("/xmake-map-01.webp");
  }

  .future {
    background-color: #c00000;
    background-image: none;
  }

  .future h2 {
    text-align: center;
    margin: 30px 0 50px;
  }
}

.prod-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #f2f2f2 !important;
}

.prod-container h2 {
  text-align: center;
  margin: 0 0 80px;
}

.prod-container .grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  display: flex;
}

.prod-container .card {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  width: calc(23% - 30px);
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.prod-container .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px #0003;
}

.prod-container .card img {
  object-fit: cover;
  width: 100%;
  height: 50%;
}

.prod-container .card-content {
  padding: 15px;
}

.prod-container .card h3, .prod-container .card h4 {
  margin: 0 0 10px;
}

.prod-container .card p {
  color: #666;
  margin-bottom: 10px;
  font-size: .912em;
}

.prod-container .learn-more {
  color: #000;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.prod-container .learn-more:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .prod-container .card {
    width: calc(48% - 30px);
  }
}

@media (max-width: 768px) {
  .prod-container {
    padding: 60px 15px;
  }

  .prod-container .grid {
    gap: 15px;
  }

  .prod-container .card {
    min-width: 400px;
  }

  .prod-container .card img {
    height: 220px;
  }

  .prod-container .card-content {
    padding: 10px;
  }
}

.a-container {
  text-align: left;
  padding: 50px 50px 0;
}

.a-container .strength-section {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 50px 0;
  padding: 20px;
  display: flex;
}

.a-container .text-content {
  max-width: 45%;
}

.a-container .header-image {
  object-fit: cover;
  width: 48%;
}

.a-container .stats-table {
  justify-content: space-between;
  margin: 30px 0 0;
  display: flex;
}

.a-container .stat {
  text-align: center;
}

.a-container .stat-number {
  font-size: 1.5em;
  font-weight: bold;
}

.a-container .stat-label {
  color: #777;
  margin-top: 5px;
  font-size: 1em;
}

.a-container .item {
  margin-bottom: 20px;
}

.a-container .outstory {
  margin: 0 0 50px;
  padding: 0 0 20px;
}

.lib-cta-section {
  text-align: center;
  background: #f8f9fa;
  padding: 60px 50px 80px;
}

.lib-cta-section h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.lib-cta-section p {
  color: #555;
  max-width: 640px;
  margin: 0 auto 12px;
  line-height: 1.7;
}

.lib-cta-section p:last-of-type {
  margin-bottom: 28px;
}

.lib-cta-btn {
  color: #fff;
  cursor: pointer;
  background: #171a20;
  border: none;
  border-radius: 6px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .3s;
}

.lib-cta-btn:hover {
  background: #374151;
}

@media (max-width: 768px) {
  .lib-cta-section {
    padding: 40px 24px 60px;
  }

  .lib-cta-section h3 {
    font-size: 1.35rem;
  }

  .mobile-top {
    text-align: left;
    padding: 0 50px;
  }

  .a-container .strength-section {
    flex-direction: column;
    align-items: center;
  }

  .a-container .text-content {
    max-width: 100%;
  }

  .a-container .header-image {
    width: 100%;
    margin-top: 20px;
  }

  .a-container .stats-table {
    align-items: center;
    gap: 10px;
  }
}

.a1-container {
  text-align: left;
  margin: 50px 0;
  font-size: .912em;
}

.a1-container .strength-section {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  display: flex;
}

.a1-container .text-content {
  max-width: 45%;
}

.a1-container .text-content .item-content {
  margin: 20px 0 0;
}

.a1-container .header-image {
  object-fit: cover;
  width: 48%;
}

@media (max-width: 768px) {
  .a1-container .strength-section {
    flex-direction: column;
    align-items: center;
  }

  .a1-container .text-content {
    text-align: center;
    max-width: 100%;
  }

  .a1-container .header-image {
    width: 100%;
    margin-top: 20px;
  }
}

.b-container {
  max-width: 1400px;
  margin: 0 auto;
}

.b-container h2 {
  text-align: center;
  margin: 0 0 80px;
}

.b-container .maincontent {
  display: flex;
}

.b-container .sectors {
  flex-direction: column;
  width: 25%;
  margin-right: 0;
  display: flex;
}

.b-container .sector {
  cursor: pointer;
  text-align: center;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  font-weight: bold;
  transition: color .3s, background-color .3s;
  display: flex;
}

.b-container .sector:hover {
  color: #171a20;
  background-color: #171a2014;
}

.b-container .sector.active {
  color: #c00000;
  background-color: #ffe9de;
}

.b-container .content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 10px 10px 0;
  flex: 1;
  margin-left: 0;
}

.b-container p {
  margin-bottom: 20px;
  font-size: .912em;
}

.b-container .item-image {
  width: 100%;
}

.b-container .textremark {
  padding: 50px;
  overflow-y: auto;
}

.b-container .features {
  color: #000;
  margin: 30px 0 10px;
  font-size: .912em;
}

.b-container .features .item-title {
  text-transform: uppercase;
  font-weight: bold;
}

.b-container .feature {
  flex: calc(33.33% - 20px);
  align-items: start;
  gap: 10px;
  min-width: 250px;
  margin: 10px 0;
  display: flex;
}

.b-container .feature svg {
  margin: 7px 0;
}

@media (max-width: 768px) {
  .b-container {
    margin: 0 auto;
    padding: 80px 20px 50px;
  }

  .b-container .sector {
    cursor: pointer;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    width: 80px;
    padding: 50px 10px;
    font-weight: bold;
    transition: color .3s, background-color .3s;
    display: flex;
  }

  .b-container .textremark {
    padding: 20px;
    overflow-y: auto;
  }
}

.b-container-2 {
  margin: 0 auto;
  padding: 50px;
}

.b-container-2 h2 {
  text-align: center;
  margin: 0 0 80px;
}

.b-container-2 .maincontainer {
  justify-content: space-between;
  display: flex;
}

.b-container-2 .maincontent {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.b-container-2 .sectors {
  flex-direction: column;
  width: 30%;
  margin-right: 0;
  font-size: .912em;
  display: flex;
}

.b-container-2 .sector {
  cursor: pointer;
  text-align: center;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-weight: bold;
  transition: color .3s, background-color .3s;
  display: flex;
}

.b-container-2 .sector:hover {
  color: #171a20;
  background-color: #171a2014;
}

.b-container-2 .sector.active {
  color: #fff;
  background-color: #171a20;
}

.b-container-2 .content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 10px 10px 0;
  flex: 1;
  margin-left: 0;
  box-shadow: 0 4px 8px #0000001a;
}

.b-container-2 p {
  color: #666;
  margin-bottom: 20px;
  font-size: .912em;
}

.b-container-2 .item-image {
  width: 100%;
}

.b-container-2 .textremark {
  padding: 0 50px;
  overflow-y: auto;
}

.b-container-2 .features {
  color: #000;
  margin: 30px 0 10px;
  font-size: .912em;
}

.b-container-2 .features .item-title {
  text-transform: uppercase;
  font-weight: bold;
}

.b-container-2 .feature {
  flex: calc(33.33% - 20px);
  align-items: start;
  gap: 10px;
  min-width: 250px;
  margin: 10px 0;
  display: flex;
}

.b-container-2 .feature svg {
  margin: 7px 0;
}

.b-container-2 .vm-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  display: flex;
}

.b-container-2 .vm-card {
  text-align: left;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 45%;
  overflow: hidden;
  box-shadow: 0 4px 10px #0000000d;
}

.b-container-2 .vm-image img {
  width: 100%;
  height: auto;
  display: block;
}

.b-container-2 .vm-text {
  padding: 20px 25px;
}

.b-container-2 .vm-text h3 {
  color: #222;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.b-container-2 .vm-text p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .b-container-2 {
    margin: 0 auto;
    padding: 50px 20px;
  }

  .b-container-2 .maincontainer {
    flex-direction: column;
  }

  .b-container-2 .maincontent, .b-container-2 .vm-card {
    width: 100%;
  }
}

.b-container-2.cnc-material-selection {
  max-width: 1400px;
}

.b-container-2.cnc-material-selection .cnc-material-board {
  background: #fff;
  border: 1px solid #c9c9c9;
}

.b-container-2.cnc-material-selection .cnc-material-board-header {
  grid-template-columns: 1fr 1fr;
  min-height: 60px;
  display: grid;
}

.b-container-2.cnc-material-selection .cnc-material-board-title {
  color: #d40000;
  border-right: 1px solid #c9c9c9;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.b-container-2.cnc-material-selection .cnc-material-board-title svg {
  flex: none;
}

.b-container-2.cnc-material-selection .cnc-material-board-stripe {
  background-image: repeating-linear-gradient(135deg, #0000 0 16px, #cfcfcf 16px 18px);
}

.b-container-2.cnc-material-selection .maincontainer {
  border-top: 1px solid #c9c9c9;
  gap: 0;
}

.b-container-2.cnc-material-selection .maincontent {
  border-right: 1px solid #c9c9c9;
  width: 50%;
}

.b-container-2.cnc-material-selection .maincontent:last-child {
  border-right: none;
}

.b-container-2.cnc-material-selection .sectors {
  flex-shrink: 0;
  width: 180px;
  max-height: 720px;
  font-size: 13px;
  overflow-y: auto;
}

.b-container-2.cnc-material-selection .sector {
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: 1px solid #c9c9c9;
  border-top: none;
  border-left: none;
  height: 72px;
  padding: 0 8px;
  font-weight: 700;
  line-height: 72px;
  display: block;
  overflow: hidden;
}

.b-container-2.cnc-material-selection .sector.active {
  color: #d40000;
  background: #fff;
}

.b-container-2.cnc-material-selection .content {
  box-shadow: none;
  background: #fff;
  border: none;
  border-radius: 0;
}

.b-container-2.cnc-material-selection .item .header-image {
  object-fit: cover;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  height: 260px;
  display: block;
}

.b-container-2.cnc-material-selection .textremark {
  padding: 14px 18px 10px;
}

.b-container-2.cnc-material-selection .textremark h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.b-container-2.cnc-material-selection .textremark p {
  color: #2d3640;
  margin-bottom: 0;
  line-height: 1.45;
}

.body-container .b-container-2.cnc-material-selection {
  display: block;
}

.body-container .b-container-2.cnc-material-selection:not(#materials-showcase-root):not(#sheet-metal-showcase-root):not(#post-processing-showcase-root):not(#surface-treatment-showcase-root) {
  display: none !important;
}

#post-processing-showcase-root .post-surface-unified-header {
  grid-template-columns: 1fr 1fr;
  min-height: 60px;
  display: grid;
}

#post-processing-showcase-root .post-surface-unified-header .cnc-material-board-title:last-child {
  border-right: none;
}

#post-processing-showcase-root .post-surface-unified-stripe {
  width: 100%;
  display: block;
}

@media (max-width: 1024px) {
  .b-container-2.cnc-material-selection .maincontainer {
    flex-direction: column;
  }

  .b-container-2.cnc-material-selection .maincontent {
    border-bottom: 1px solid #c9c9c9;
    border-right: none;
    width: 100%;
  }

  .b-container-2.cnc-material-selection .maincontent:last-child {
    border-bottom: none;
  }
}

.b-container-3 {
  margin: 0 auto;
  padding: 30px 50px 80px;
}

.b-container-3 h2 {
  text-align: center;
  margin: 0 0 80px;
}

.b-container-3 .maincontent {
  display: flex;
}

.b-container-3 .sectors {
  flex-direction: column;
  width: 25%;
  margin-right: 0;
  display: flex;
}

.b-container-3 .sector {
  cursor: pointer;
  text-align: center;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-weight: bold;
  transition: color .3s, background-color .3s;
  display: flex;
}

.b-container-3 .sector:hover {
  color: #171a20;
  background-color: #171a2014;
}

.b-container-3 .sector.active {
  color: #fff;
  background-color: #171a20;
  border-color: #171a20;
}

.b-container-3 .content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 10px;
  flex: 1;
  margin-left: 0;
  box-shadow: 0 4px 8px #0000001a;
}

.b-container-3 p {
  color: #666;
  margin-bottom: 10px;
  font-size: .912em;
}

.b-container-3 .item-image {
  width: 100%;
}

.b-container-3 .textremark {
  padding: 30px 50px 50px;
  overflow-y: auto;
}

.b-container-3 .features {
  color: #000;
  margin: 30px 0 10px;
  font-size: .912em;
}

.b-container-3 .features .item-title {
  text-transform: uppercase;
  font-weight: bold;
}

.b-container-3 .feature {
  flex: calc(33.33% - 20px);
  align-items: start;
  gap: 10px;
  min-width: 250px;
  margin: 10px 0;
  display: flex;
}

.b-container-3 .feature svg {
  margin: 7px 0;
}

.c-container-5-items {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #f2f2f2 !important;
}

.c-container-5-items h2 {
  text-align: center;
  margin: 0 0 80px;
}

.c-container-5-items .grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  display: flex;
}

.c-container-5-items .card {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: calc(16% - 30px);
  padding: 25px 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.c-container-5-items .card img {
  object-fit: cover;
}

.c-container-5-items .card-content {
  text-align: center;
  padding: 15px;
}

.c-container-5-items .card .title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.c-container-5-items .card div {
  color: #666;
  margin-bottom: 10px;
  font-size: .912em;
}

.c-container-5-items .learn-more {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  text-decoration: none;
}

.c-container-5-items .learn-more:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .c-container-5-items .card {
    width: calc(48% - 30px);
  }
}

.c-container-3-items {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 20px 50px;
}

.c-container-3-items h2 {
  text-align: center;
  margin: 0 0 80px;
}

.c-container-3-items .grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  display: flex;
}

.c-container-3-items .card {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(28% - 30px);
  padding: 0;
  font-size: .9rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.c-container-3-items .card img {
  object-fit: cover;
  max-width: 100%;
  max-height: 350px;
  display: block;
}

.c-container-3-items .icon-img {
  height: 50px;
  margin: 25px auto 0;
}

.c-container-3-items .hr-icon-img {
  height: 120px;
  margin: 25px auto 0;
}

.c-container-3-items .card-content {
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px 30px;
  display: flex;
}

.c-container-3-items .card h3, .c-container-3-items .card h4 {
  margin: 0 0 20px;
}

.c-container-3-items .card div {
  margin-bottom: 10px;
}

.c-container-3-items .card .features {
  margin-top: auto;
}

.c-container-3-items .card .title {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  min-width: 250px;
  margin: 20px 0 0;
  font-weight: bold;
  display: flex;
}

.c-container-3-items .card .feature {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  min-width: 250px;
  margin: 15px 0;
  display: flex;
}

.c-container-3-items .card .feature span {
  font-size: .9rem;
}

.c-container-3-items .learn-more {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  text-decoration: none;
}

.c-container-3-items .learn-more:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .c-container-3-items .card {
    width: calc(48% - 30px);
  }
}

@media (max-width: 768px) {
  .c-container-3-items .card {
    width: 100%;
  }
}

.industry-why-choose {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px 60px;
}

.industry-why-choose h2 {
  text-align: center;
  margin: 0 0 56px;
  font-size: 1.75rem;
}

.industry-why-choose .why-choose-list {
  flex-direction: column;
  gap: 56px;
  display: flex;
}

.industry-why-choose .why-choose-item {
  align-items: center;
  gap: 48px;
  display: flex;
}

.industry-why-choose .why-choose-item-right {
  flex-direction: row-reverse;
}

.industry-why-choose .why-choose-img {
  flex: 0 0 42%;
  max-width: 420px;
}

.industry-why-choose .why-choose-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.industry-why-choose .why-choose-content {
  flex: 1;
  min-width: 0;
}

.industry-why-choose .why-choose-content h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.industry-why-choose .why-choose-content p {
  color: #374151;
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .industry-why-choose {
    padding: 50px 20px 40px;
  }

  .industry-why-choose .why-choose-list {
    gap: 40px;
  }

  .industry-why-choose .why-choose-item, .industry-why-choose .why-choose-item-right {
    flex-direction: column;
    gap: 20px;
  }

  .industry-why-choose .why-choose-img {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.d-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 20px;
  font-size: 1em;
  background-color: #f2f2f2 !important;
}

.d-container h2 {
  text-align: center;
}

.d-container .content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-container .features {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 50px;
  display: grid;
}

.d-container .features .feature-item {
  align-items: flex-start;
  gap: 15px;
  display: flex;
}

.d-container .features .feature-item img {
  width: 50px;
  height: auto;
}

.d-container .features h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.d-container .features p {
  color: #555;
  margin: 5px 0 0;
}

.demo-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 20px;
}

.demo-container h2 {
  text-align: center;
}

.demo-container .content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-container .gallery {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 100%;
  padding: 50px;
  display: grid;
}

.demo-container .gallery-item {
  border-radius: 10px;
  transition: transform .3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.demo-container .gallery-item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.demo-container .gallery-item:hover {
  transform: scale(1.05);
}

.timeline-container {
  color: #1a1a1a;
  background-color: #fff;
  max-width: 1120px;
  margin: auto;
  padding: 60px 40px 0;
}

.timeline-container h2 {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}

.timeline-container .timeline-item {
  align-items: flex-start;
  padding: 0 0 50px;
  display: flex;
  position: relative;
}

.timeline-container .timeline-dot {
  z-index: 1;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 30px;
  position: relative;
}

.timeline-container .timeline-dot.filled {
  background-color: #444;
}

.timeline-container .timeline-item:before {
  content: "";
  z-index: 0;
  background-color: #ccc;
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 9px;
}

.timeline-container .timeline-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.timeline-container .timeline-content {
  align-items: flex-start;
  display: flex;
}

.timeline-container .timeline-content h3 {
  margin: 0 0 15px;
  font-weight: 600;
}

.timeline-container .timeline-content p {
  color: #333;
  max-width: 900px;
  line-height: 1.6;
}

.trusted-container {
  text-align: center;
  padding: 60px 30px;
  background-color: #f2f2f2 !important;
}

.trusted-container h2 {
  color: #333;
  margin-bottom: 80px;
  font-weight: 700;
}

.trusted-container .feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px 60px;
  max-width: 1100px;
  margin: 0 auto 50px;
  display: grid;
}

.trusted-container .feature-item {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  display: flex;
}

.trusted-container .feature-item svg {
  margin: 0 15px 0 0;
}

.trusted-container .checkmark {
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  border-radius: 50%;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.trusted-container .logo-grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin: 80px 0 0;
  display: flex;
}

.trusted-container .logo-grid img {
  object-fit: contain;
  height: 25px;
}

.stats-container {
  background-color: #171a20;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 60px 20px;
  display: flex;
}

.stats-container .stat-item {
  text-align: center;
  color: #fff;
  width: 300px;
}

.stats-container .stat-item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.stats-container .stat-item .number {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
}

.stats-container .stat-item .label {
  color: #aeb0b2;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .stats-container {
    gap: 20px;
    padding: 40px 10px;
  }

  .stats-container .stat-item {
    width: 45%;
  }

  .stats-container .stat-item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .stats-container .stat-item .number {
    font-size: 1.5em;
  }

  .stats-container .stat-item .label {
    font-size: .912em;
  }
}

.investors-section {
  text-align: center;
  background-color: #f7f7f7;
  padding: 60px 20px 80px;
}

.investors-section h2 {
  margin-bottom: 80px;
}

.investors-section .investor-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.investors-section .investor-card {
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 12px 20px;
  transition: transform .3s;
  display: inline-flex;
  box-shadow: 0 4px 12px #0000000d;
}

.investors-section .investor-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  display: block;
}

.faq-container {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.faq-container h2 {
  text-align: center;
  color: #333;
  margin: 50px;
  font-weight: bold;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  transition: background .3s;
}

.faq-item:hover {
  background: #f5f5f5;
}

.faq-question {
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-weight: bold;
  transition: background .3s;
  display: flex;
}

.faq-question:hover {
  background: #0000000d;
}

.faq-question .icon {
  text-align: center;
  width: 24px;
  font-weight: bold;
  transition: transform .3s, color .3s;
}

.faq-answer {
  padding: 20px 50px;
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  opacity: 1;
  max-height: 200px;
}

.foot-banner {
  background-image: url("/part-collection.webp");
  background-position: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.foot-banner .h3 {
  text-align: center;
  margin: 0 0 80px;
}

.foot-banner .learn-more {
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.foot-banner .learn-more:hover {
  text-decoration: underline;
}

.foot-banner .learn-more a {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #171a20;
  border-radius: 5px;
  height: 25px;
  margin: 10px 0;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.foot-banner .learn-more a:hover {
  color: #fff;
  background-color: #374151;
}

.foot-banner .remarks {
  margin: 10px 0 0;
}

.foot-banner .remark {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  margin: 0;
  display: flex;
}

.foot-banner .remark span {
  font-size: .912em;
}

@media (max-width: 768px) {
  .foot-banner {
    width: 100%;
  }

  .foot-banner h3 {
    font-size: 1.2em;
  }
}

.foot-container {
  background-color: #171a20;
  flex-direction: column;
  margin: 0;
  padding: 30px 50px 10px;
  display: flex;
}

.foot-container .foot-logo {
  align-items: flex-start;
  margin: 0 0 30px;
  display: flex;
}

.foot-container .foot-logo img {
  vertical-align: top;
  width: auto;
  height: 30px;
  transition: all .3s;
}

.foot-container .horizontal-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.foot-container .address .title {
  margin: 10px 0;
}

.foot-container .address p {
  margin: 0 0 30px;
}

.foot-container .horizontal-layout > div {
  width: 22%;
  padding: 30px;
}

.foot-container .title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 1em;
  font-weight: bold;
}

.foot-container p, .foot-container ul li {
  color: #aeb0b2;
  margin-bottom: 10px;
  font-size: .8em;
}

.foot-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.foot-container .footer {
  border-top: 1px solid #aeb0b2;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
  padding: 15px 0;
  display: flex;
}

.foot-container .footer p {
  margin: 0;
  font-size: .8em;
}

.foot-container a {
  color: #aeb0b2;
  text-decoration: none;
}

.foot-container a:hover {
  text-decoration: underline;
}

.foot-container .address, .foot-container .services, .foot-container .industries, .foot-container .resources, .foot-container .company {
  margin: 0;
  padding: 10px;
  color: #aeb0b2 !important;
}

@media (max-width: 768px) {
  .foot-container {
    background-color: #171a20;
    margin: 0;
    padding: 20px 0 0;
  }

  .foot-container .title {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 1em;
    font-weight: bold;
  }

  .foot-container .address p {
    margin: 0 0 10px;
  }

  .foot-container .horizontal-layout {
    flex-direction: column;
    display: flex;
  }

  .foot-container .horizontal-layout > div {
    width: 100%;
    padding: 10px 25px;
  }

  .foot-container .footer p {
    font-size: 1em;
  }

  .foot-container .address, .foot-container .services, .foot-container .industries, .foot-container .resources, .foot-container .company {
    margin: 0;
    padding: 0;
    color: #aeb0b2 !important;
  }

  #webterms {
    display: none;
  }
}

.customer-say {
  background-color: #f2f2f2 !important;
}

.customer-say .icon-img {
  margin: 50px auto 20px;
}

.overlay {
  z-index: 900;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay.active {
  display: block;
}

.process-nav {
  justify-content: center;
  align-items: center;
  padding: 0 30px 20px;
  font-size: .8em;
  display: flex;
  position: relative;
}

.process-nav .process-item {
  cursor: pointer;
  color: #171a20;
  border-bottom: 1px solid #aeb0b2;
  align-items: center;
  width: 30%;
  padding: 10px;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.process-nav .process-item a {
  color: #171a20;
  font-weight: normal;
  text-decoration: none;
}

.process-nav .process-item a:hover {
  text-decoration: underline;
}

.process-nav .process-item img {
  width: 40px;
  height: 40px;
  margin: 0 15px;
}

.process-nav .process-item.active {
  color: #171a20;
  border-bottom: 2px solid #171a20;
  font-weight: bold;
}

.process-nav .process-item.active a {
  color: #171a20;
  font-weight: bold;
}

@media (max-width: 768px) {
  .process-nav {
    display: none;
  }
}

.prodorder-container {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1400px;
  margin: 120px auto 100px;
  display: flex;
}

.prodorder-container .product-description {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.prodorder-container .product-description #product-customized {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.prodorder-container .product-description #product-customized > .upload-container, .prodorder-container .product-description #product-customized > .product-file-edit {
  flex: 1;
  min-height: 700px;
}

.prodorder-container .product-info {
  flex-direction: column;
  display: flex;
}

.prodorder-container .product-info #dvprodcontainer {
  flex: 1;
}

.prodorder-container .product-gallery {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.prodorder-container .thumbnail-container {
  flex-direction: column;
  width: 76px;
  height: 650px;
  margin: 0 5px 0 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prodorder-container .thumbnail {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 75px;
  height: auto;
  margin-bottom: 10px;
  transition: border-color .3s;
  position: relative;
}

.prodorder-container .thumbnail:hover {
  border-color: #aeb0b2;
}

.prodorder-container .thumbnail.active {
  border-color: #666;
}

.prodorder-container .scroll-up, .prodorder-container .scroll-down {
  color: #ccc;
  cursor: pointer;
  z-index: 10;
  background-color: #f8f9fa;
  border: none;
  width: 75px;
  margin: 0 5px 0 10px;
  padding: 5px;
  font-size: 16px;
  position: absolute;
}

.prodorder-container .scroll-up {
  top: 0;
}

.prodorder-container .scroll-down {
  bottom: 0;
}

.prodorder-container .scroll-up:disabled, .prodorder-container .scroll-down:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.prodorder-container .main-image {
  width: 660px;
  min-height: 660px;
}

.prodorder-container .main-image img {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.prodorder-container .upload-progress-container {
  z-index: 99;
  text-align: center;
  background: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.prodorder-container .upload-progress-container .upload-spinner {
  border: 6px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: 1s linear infinite spin;
  box-shadow: 0 0 20px #0003;
}

.prodorder-container .upload-progress-container .upload-hint-text {
  color: #d97706;
  padding: 20px;
  font-size: .8em;
}

.prodorder-container .upload-container {
  text-align: center;
  color: #000;
  cursor: pointer;
  border: 2px dashed #ccc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: .8em;
  transition: border-color .3s;
  display: flex;
  position: relative;
  background-color: #f2f2f2 !important;
}

.prodorder-container .upload-container:hover {
  border-color: #171a20;
}

.prodorder-container .upload-container .upload-text-1 {
  width: 70%;
  font-weight: bold;
}

.prodorder-container .upload-container .upload-formats-box {
  box-sizing: border-box;
  border: 1px dashed #ccc;
  width: 80%;
  margin: 10px 0 0;
  padding: 20px;
}

.prodorder-container .upload-container .upload-formats-box .upload-text-2 {
  margin: 0;
}

.prodorder-container .upload-container .upload-formats-box .upload-text-2:not(:first-child) {
  margin-top: 8px;
}

.prodorder-container .upload-container .upload-text-2 {
  text-align: left;
  opacity: .5;
  width: 80%;
  margin: 10px 0 0;
}

.prodorder-container .upload-container button {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 4px;
  padding: 15px 90px;
  font-size: 1em;
  transition: background-color .3s;
}

.prodorder-container .upload-container button:hover {
  background-color: #c00000;
}

.prodorder-container .product-file-edit {
  text-align: center;
  color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.prodorder-container .product-file-edit .btn-addmoreproduct {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #c00000;
  border-radius: 4px;
  width: 99%;
  margin-right: 0;
  padding: 10px 55px;
  font-size: .8em;
  font-weight: normal;
  transition: background-color .3s;
}

.prodorder-container .product-file-edit .btn-addmoreproduct:hover {
  background-color: #b91c1c;
}

.prodorder-container .product-file-edit .upload-button {
  color: #000;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 99%;
  margin: 2px 0 3px;
  padding: 10px 55px;
  font-size: .8em;
  font-weight: normal;
  transition: background-color .3s;
}

.prodorder-container .product-file-edit .upload-button:hover {
  background-color: #aeb0b2;
}

.prodorder-container .product-file-edit .fileoption {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 10px 0 0;
  padding: 15px 0 0 25px;
  font-size: 12.99px;
}

.prodorder-container .product-file-edit .fileoption li:first-child {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
  position: relative;
}

.prodorder-container .product-file-edit .fileoption li {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}

.prodorder-container .product-file-container {
  text-align: center;
  color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.prodorder-container .product-file-container iframe, #viewer-3dview, #viewer-img, .prodorder-container .product-file-container .file-viewer {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 500px;
  min-height: 400px;
}

.prodorder-container .product-file-container .file-viewer canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.prodorder-container .cart-3d-viewer {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.prodorder-container .cart-3d-viewer .threejs-container {
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
}

.prodorder-container .cart-3d-viewer .file-info {
  color: #4b5563;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: 10px;
  padding: 0 6px;
  font-size: 13px;
  line-height: 1.3;
  display: flex;
}

.prodorder-container .cart-3d-viewer .file-info .file-name {
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
  overflow: hidden;
}

.prodorder-container .cart-3d-viewer .file-info .file-name.file-name--multi {
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.prodorder-container .cart-3d-viewer .file-info .file-name .file-name-multi {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  max-width: 100%;
  display: flex;
}

.prodorder-container .cart-3d-viewer .file-info .file-name .file-name-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.prodorder-container .cart-3d-viewer .file-info .file-type {
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
}

.prodorder-container .cart-3d-viewer .loading-overlay, .prodorder-container .cart-3d-viewer .error-overlay {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0;
}

.prodorder-container .cart-3d-viewer .loading-overlay {
  background: #ffffffb8;
  border-radius: 12px;
}

.prodorder-container .cart-3d-viewer .error-overlay {
  background: #ffffffe0;
  border-radius: 12px;
}

.prodorder-container .cart-3d-viewer .loading-spinner {
  border: 4px solid #e5e7eb;
  border-top-color: #2196f3;
  border-radius: 50%;
  flex: none;
  width: 46px;
  height: 46px;
  animation: 1.05s linear infinite spin, 1.3s ease-in-out infinite loadingPulse;
  box-shadow: 0 8px 22px #2196f32e;
}

.prodorder-container .cart-3d-viewer .loading-card {
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(#fffffffa 0%, #f8fafcfa 100%);
  border: 1px solid #e5e7ebd9;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
  box-shadow: 0 18px 45px #0206171f;
}

.prodorder-container .cart-3d-viewer .loading-message {
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
  display: flex;
}

.prodorder-container .cart-3d-viewer .loading-title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.prodorder-container .cart-3d-viewer .loading-subtitle {
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.prodorder-container .cart-3d-viewer .loading-overlay {
  -webkit-backdrop-filter: blur(10px);
  background: #ffffffa6;
  border-radius: 12px;
}

@keyframes loadingPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

.prodorder-container .cart-3d-viewer .error-message {
  color: #b91c1c;
  text-align: center;
  background: #b91c1c0f;
  border: 1px solid #b91c1c2e;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .prodorder-container .cart-3d-viewer .threejs-container {
    border-radius: 10px;
  }
}

.prodorder-container .viewer-file-hint-text {
  text-align: center;
  color: #000;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.prodorder-container .viewer-file-hint-text div {
  margin: 0 0 10px;
}

.prodorder-container .viewer-file-hint-text .alert-info {
  color: gray;
}

.prodorder-container .product-info {
  flex-direction: column;
  width: 58%;
  font-size: .8em;
  display: flex;
  position: relative;
}

.prodorder-container .product-info h1 {
  color: #333;
  margin: 0 0 25px;
  font-size: 1em;
  font-weight: bold;
}

.prodorder-container .product-info .titleoption {
  cursor: pointer;
  width: 100%;
  padding: 10px 5px;
  font-size: 1em;
  font-weight: bold;
}

.prodorder-container .product-info .product-price {
  font-size: 20px;
  font-weight: bold;
}

.prodorder-container .product-info .product-summary {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
}

.prodorder-container .product-info .product-summary .price-line {
  justify-content: space-between;
  margin: 10px 0;
  padding: 3px;
  display: flex;
}

.prodorder-container .product-info .product-summary .price-value {
  font-weight: normal;
}

.prodorder-container .product-info .product-summary .import-price-value {
  font-weight: bold;
}

.prodorder-container .product-info .product-summary .alert-text {
  color: #d97706;
  margin: 20px 0 10px;
  font-size: 1em;
}

.prodorder-container .product-info .product-summary .order-summary {
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
  padding: 10px 0 0;
}

.prodorder-container .product-info .product-summary .order-summary .edit-button {
  cursor: pointer;
  color: #fff;
  text-transform: none;
  background-color: #646464;
  border: 1px solid #666;
  border-radius: 4px;
  margin-left: 5px;
  padding: 2px 8px;
  font-size: .912em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.prodorder-container .product-info .product-summary .order-summary .edit-button:hover {
  background-color: #171a20;
}

.prodorder-container .product-info .product-options {
  margin-top: 0;
}

.prodorder-container .product-info .product-options .option {
  margin-bottom: 10px;
}

.prodorder-container .product-info .product-label {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  display: flex;
}

.prodorder-container .product-info .option select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px 5px;
}

.prodorder-container .product-info .option .product-parameters {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 15px 0 0;
  list-style-type: none;
}

.prodorder-container .product-info .option .product-parameters li {
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.prodorder-container .product-info .option .product-parameters li:before {
  color: #333;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.prodorder-container .product-info .product-actions {
  margin: 20px 0 10px;
}

.prodorder-container .product-info .product-actions button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 0;
  padding: 10px 25px;
  transition: background-color .3s;
}

.prodorder-container .product-info .product-actions button:hover {
  background-color: #aeb0b2;
}

.prodorder-container .product-info .product-actions .button-cart {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #dc2626;
  border-radius: 4px;
  width: 100%;
  margin-right: 0;
  padding: 10px 55px;
  font-size: 1em;
  transition: background-color .3s;
}

.prodorder-container .product-info .product-actions .button-cart:hover {
  background-color: #c00000;
}

.prodorder-container .product-info .product-actions .button-submit {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  margin-top: 5px;
  margin-right: 0;
  padding: 10px 55px;
  font-size: 1em;
  transition: background-color .3s;
}

.prodorder-container .product-info .product-actions .button-submit:hover {
  background-color: #aeb0b2;
}

.prodorder-container .product-info .option .service-submit-btn, .prodorder-container .product-info .pcb-form-row .service-submit-btn {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #c00000;
  border-radius: 4px;
  width: 100%;
  margin-top: 0;
  padding: 10px 55px;
  font-size: 1em;
  transition: background-color .3s;
}

.prodorder-container .product-info .option .service-submit-btn:hover, .prodorder-container .product-info .pcb-form-row .service-submit-btn:hover {
  background-color: #b91c1c;
}

.prodorder-container .product-info .option input[type="number"] {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 82%;
  height: 36px;
  margin: 0;
  font-size: 1em;
}

.prodorder-container .product-info #dvprodqty.option {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px 12px;
  display: grid;
}

.prodorder-container .product-info #dvprodqty .product-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.prodorder-container .product-info #dvprodqty .quantity-button {
  margin: 0;
}

.prodorder-container .product-info #dvprodqty #txtprodqty {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.prodorder-container .product-info .option .quantity-button {
  color: #000;
  cursor: pointer;
  background-color: #e8e7e7;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 1em;
  transition: background-color .3s;
}

.prodorder-container .product-info .option textarea {
  resize: vertical;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 80px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  transition: border-color .3s;
}

.prodorder-container .product-info .option input[type="text"] {
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  width: 100%;
  margin: 0 5px 0 0;
  padding: 10px;
  font-size: 1em;
  transition: border-color .3s;
}

.prodorder-container .product-info .option .upload-button {
  color: #000;
  cursor: pointer;
  background-color: #e8e7e7;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 1em;
  transition: background-color .3s;
}

.prodorder-container .product-info .option .upload-button:hover {
  background-color: #aeb0b2;
}

.prodorder-container .product-info .selectoption-container {
  width: 100%;
  position: relative;
}

.prodorder-container .product-info .selectoption-container:after {
  content: "";
  pointer-events: none;
  border-top: 6px solid #666;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.prodorder-container .product-info .selectoption-container input {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 4px;
  width: 100%;
  padding: 2px 24px 2px 5px;
  font-size: 12.99px;
}

.prodorder-container .product-info .selectoption-container input[type="checkbox"] {
  width: auto;
}

.prodorder-container .product-info .prodoption-dropdown {
  z-index: 99999999;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 350px;
  font-size: 12.99px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
}

.prodorder-container .product-info .prodoption-dropdown--material, .prodorder-container .product-info .prodoption-dropdown--postprocess {
  z-index: 99999999;
  background: #fff;
  border: 1px solid #d0d0d0;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  max-height: 320px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-body, .prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-body {
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden auto;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar {
  width: 8px;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-body::-webkit-scrollbar {
  width: 8px;
}

.prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-body:before {
  content: none;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-header {
  color: #fff;
  z-index: 2;
  background: #333;
  flex-shrink: 0;
  grid-template-columns: 2fr 1fr 1fr 1fr 3fr;
  gap: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: sticky;
  top: 0;
}

.prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-header {
  color: #fff;
  z-index: 2;
  background: #333;
  flex-shrink: 0;
  grid-template-columns: 2fr 1fr 3fr;
  gap: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: sticky;
  top: 0;
}

.prodorder-container .product-info .prodoption-dropdown--material .prodoption-dropdown-header > span, .prodorder-container .product-info .prodoption-dropdown--postprocess .prodoption-dropdown-header > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.prodorder-container .product-info .prodoption-dropdown--material .group {
  z-index: 1;
  background: linear-gradient(to right, #0000 25%, #00000014 25% calc(25% + 1px), #0000 calc(25% + 1px) 37.5%, #00000014 37.5% calc(37.5% + 1px), #0000 calc(37.5% + 1px) 50%, #00000014 50% calc(50% + 1px), #0000 calc(50% + 1px) 62.5%, #00000014 62.5% calc(62.5% + 1px), #0000 calc(62.5% + 1px)), #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.prodorder-container .product-info .prodoption-dropdown--material .group .group-more-icon, .modal .prodoption-dropdown--material .group .group-more-icon {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.prodorder-container .product-info .prodoption-dropdown--material .group-option {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(to right, #0000 25%, #00000014 25% calc(25% + 1px), #0000 calc(25% + 1px) 37.5%, #00000014 37.5% calc(37.5% + 1px), #0000 calc(37.5% + 1px) 50%, #00000014 50% calc(50% + 1px), #0000 calc(50% + 1px) 62.5%, #00000014 62.5% calc(62.5% + 1px), #0000 calc(62.5% + 1px));
  border-bottom: 1px solid #f0f0f0;
  grid-template-columns: 2fr 1fr 1fr 1fr 3fr;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.prodorder-container .product-info .prodoption-dropdown--postprocess .group-option {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(to right, #0000 33.333%, #00000014 33.333% calc(33.333% + 1px), #0000 calc(33.333% + 1px) 50%, #00000014 50% calc(50% + 1px), #0000 calc(50% + 1px));
  border-bottom: 1px solid #f0f0f0;
  grid-template-columns: 2fr 1fr 3fr;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.prodorder-container .product-info .prodoption-dropdown--material .group-option:last-child, .prodorder-container .product-info .prodoption-dropdown--postprocess .group-option:last-child {
  border-bottom: none;
}

.prodorder-container .product-info .prodoption-dropdown--material .group-option:hover, .prodorder-container .product-info .prodoption-dropdown--postprocess .group-option:hover {
  background-color: #e8f4ff;
}

.prodorder-container .product-info .prodoption-dropdown--material .material-col, .prodorder-container .product-info .prodoption-dropdown--postprocess .material-col {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.prodorder-container .product-info .prodoption-dropdown--material .material-col--name, .prodorder-container .product-info .prodoption-dropdown--postprocess .material-col--name {
  font-weight: 500;
}

.prodorder-container .product-info .prodoption-dropdown--material .material-col--cost, .prodorder-container .product-info .prodoption-dropdown--postprocess .material-col--cost {
  text-align: start;
  color: #666;
}

.prodorder-container .product-info .prodoption-dropdown--material .material-col--strength, .prodorder-container .product-info .prodoption-dropdown--material .material-col--application, .prodorder-container .product-info .prodoption-dropdown--material .material-col--hardness, .prodorder-container .product-info .prodoption-dropdown--postprocess .material-col--application {
  color: #555;
  font-size: 12px;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment {
  z-index: 99999999;
  background: #fff;
  border: 1px solid #d0d0d0;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  max-height: 320px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-body {
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden auto;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-body::-webkit-scrollbar {
  width: 8px;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-header {
  color: #fff;
  z-index: 2;
  background: #333;
  flex-shrink: 0;
  grid-template-columns: 2fr 1fr 1fr 3fr;
  gap: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: sticky;
  top: 0;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .prodoption-dropdown-header > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .group-option {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(to right, #0000 28.57%, #00000014 28.57% calc(28.57% + 1px), #0000 calc(28.57% + 1px) 42.86%, #00000014 42.86% calc(42.86% + 1px), #0000 calc(42.86% + 1px) 57.14%, #00000014 57.14% calc(57.14% + 1px), #0000 calc(57.14% + 1px));
  border-bottom: 1px solid #f0f0f0;
  grid-template-columns: 2fr 1fr 1fr 3fr;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .group-option:last-child {
  border-bottom: none;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .group-option:hover {
  background-color: #e8f4ff;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .material-col {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .material-col--name {
  font-weight: 500;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .material-col--cost {
  text-align: start;
  color: #666;
}

.prodorder-container .product-info .prodoption-dropdown--surface-treatment .material-col--thickness, .prodorder-container .product-info .prodoption-dropdown--surface-treatment .material-col--description {
  color: #555;
  font-size: 12px;
}

.prodorder-container .product-info .material-dropdown-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.prodorder-container .product-info .material-dropdown-table td {
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 6px 10px;
}

.prodorder-container .product-info .material-dropdown-table tr.group td {
  background-color: #f7f7f7;
  font-weight: bold;
}

.prodorder-container .product-info .material-dropdown-table tr.group-option:hover td {
  background-color: #f1f1f1;
}

.prodorder-container .product-info .prodoption-dropdown .group {
  background-color: #f7f7f7;
  padding: 8px 0 8px 5px;
  font-weight: bold;
}

.prodorder-container .product-info .prodoption-dropdown .group-option {
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px 0;
}

.prodorder-container .product-info .prodoption-dropdown .group-option:hover {
  background-color: #f1f1f1;
}

.prodorder-container .product-info .prodoption-dropdown .option {
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 0 8px 10px;
  display: flex;
}

.prodorder-container .product-info .prodoption-dropdown .option img {
  height: 50px;
  margin-right: 10px;
}

.prodorder-container .product-info .prodoption-dropdown .option:hover {
  background-color: #f1f1f1;
}

.prodorder-container .product-info .prodoption-dropdown .no-match {
  color: #999;
  padding: 8px 0 8px 5px;
}

.prodorder-container .product-info .pcb-section {
  border-radius: 6px;
  margin-top: 16px;
  overflow: hidden;
}

.prodorder-container .product-info .pcb-section-header {
  cursor: pointer;
  color: #333;
  text-align: left;
  background: #f8f8f8;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.prodorder-container .product-info .pcb-section-title {
  flex: 1;
}

.prodorder-container .product-info .pcb-section-arrow {
  color: #666;
  font-size: 12px;
  transition: transform .2s;
}

.prodorder-container .product-info .pcb-section-body {
  padding: 12px 14px 16px;
}

.prodorder-container .product-info .pcb-spec-scroll {
  max-height: 70vh;
  padding-right: 4px;
  overflow: hidden auto;
}

.prodorder-container .product-info .pcb-spec-scroll::-webkit-scrollbar {
  width: 6px;
}

.prodorder-container .product-info .pcb-spec-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.prodorder-container .product-info .pcb-spec-scroll::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

.prodorder-container .product-info .pcb-spec-scroll::-webkit-scrollbar-thumb:hover {
  background: #aeb0b2;
}

.prodorder-container .product-info .pcb-form-row {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.prodorder-container .product-info .pcb-form-row:last-child {
  margin-bottom: 0;
}

.prodorder-container .product-info .pcb-form-label {
  color: #333;
  flex: 0 0 140px;
  padding-top: 6px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-form-control {
  flex: 1;
  min-width: 0;
}

.prodorder-container .product-info .pcb-help-icon {
  color: #666;
  cursor: help;
  background: #ddd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  font-size: 11px;
  display: inline-flex;
}

.prodorder-container .product-info .pcb-form-hint {
  color: #666;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
}

.prodorder-container .product-info .pcb-form-link {
  color: #1a73e8;
  margin-left: 8px;
  font-size: 12px;
  text-decoration: none;
}

.prodorder-container .product-info .pcb-form-link:hover {
  text-decoration: underline;
}

.prodorder-container .product-info .pcb-chip-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.prodorder-container .product-info .pcb-chip-row.pcb-material-row {
  flex-wrap: wrap;
}

.prodorder-container .product-info .pcb-chip-row.pcb-chip-grid {
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  display: grid;
}

.prodorder-container .product-info .pcb-chip, .prodorder-container .product-info .pcb-chip-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 18px 8px 14px;
  font-size: 12px;
  display: inline-flex;
  position: relative;
}

.prodorder-container .product-info .pcb-chip:before, .prodorder-container .product-info .pcb-chip-btn:before {
  content: "";
  pointer-events: none;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.prodorder-container .product-info .pcb-chip:hover, .prodorder-container .product-info .pcb-chip-btn:hover {
  background: #f5f5f5;
  border-color: #aeb0b2;
}

.prodorder-container .product-info .pcb-chip--selected, .prodorder-container .product-info .pcb-chip-btn.pcb-chip--selected {
  background: #fffef7;
  border: 1px solid #c9a227;
  box-shadow: 0 0 0 1px #c9a227;
}

.prodorder-container .product-info .pcb-chip--selected:after, .prodorder-container .product-info .pcb-chip-btn.pcb-chip--selected:after {
  content: "✓";
  color: #c9a227;
  text-align: center;
  pointer-events: none;
  width: 14px;
  height: 14px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.prodorder-container .product-info .pcb-chip-text {
  padding-right: 4px;
  display: inline-block;
}

.prodorder-container .product-info .pcb-swatch {
  vertical-align: middle;
  border-radius: 2px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
}

.prodorder-container .product-info .pcb-drill-arrow {
  color: #666;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 11px;
}

.prodorder-container .product-info .pcb-diff-designs-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.prodorder-container .product-info .pcb-number-group {
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}

.prodorder-container .product-info .pcb-btn-minus, .prodorder-container .product-info .pcb-btn-plus {
  color: #fff;
  cursor: pointer;
  background: #d32f2f;
  border: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.prodorder-container .product-info .pcb-btn-minus:hover, .prodorder-container .product-info .pcb-btn-plus:hover {
  background: #374151;
}

.prodorder-container .product-info .pcb-number-input {
  text-align: center;
  border: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 48px;
  height: 32px;
  font-size: 14px;
}

.prodorder-container .product-info .pcb-size-group {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.prodorder-container .product-info .pcb-size-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 64px;
  padding: 6px 10px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-size-x {
  color: #666;
  font-size: 14px;
}

.prodorder-container .product-info .pcb-unit-group {
  gap: 4px;
  margin-left: 4px;
  display: inline-flex;
}

.prodorder-container .product-info .pcb-unit-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-unit-btn:hover {
  background: #f5f5f5;
}

.prodorder-container .product-info .pcb-unit-btn--selected {
  color: #333;
  background: #fffef7;
  border-color: #c9a227;
}

.prodorder-container .product-info .pcb-qty-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 70px;
  padding: 6px 10px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-unit-text {
  color: #666;
  margin-left: 8px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 120px;
  padding: 6px 10px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-breakaway-wrap {
  min-width: 140px;
  max-width: 200px;
  position: relative;
}

.prodorder-container .product-info .pcb-breakaway-input {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  display: flex;
}

.prodorder-container .product-info .pcb-breakaway-wrap--open .pcb-breakaway-input, .prodorder-container .product-info .pcb-breakaway-input:focus {
  border-color: #c62828;
  outline: none;
  box-shadow: 0 0 0 1px #c62828;
}

.prodorder-container .product-info .pcb-breakaway-value {
  text-align: left;
  flex: 1;
}

.prodorder-container .product-info .pcb-breakaway-arrow {
  color: #666;
  margin-left: 8px;
  font-size: 10px;
}

.prodorder-container .product-info .pcb-breakaway-dropdown {
  z-index: 9999;
  background: #fff;
  border: 1px solid #c62828;
  border-radius: 4px;
  max-height: 200px;
  margin-top: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px #0000001a;
}

.prodorder-container .product-info .pcb-breakaway-option {
  color: #000;
  cursor: pointer;
  align-items: center;
  padding: 8px 10px;
  font-size: 13px;
  display: flex;
}

.prodorder-container .product-info .pcb-breakaway-option:hover {
  background: #f5f5f5;
}

.prodorder-container .product-info .pcb-breakaway-option--selected {
  font-weight: 500;
}

.prodorder-container .product-info .pcb-breakaway-check {
  color: #c00000;
  flex-shrink: 0;
  margin-right: 8px;
  font-weight: bold;
}

.prodorder-container .product-info .pcb-text-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 240px;
  padding: 6px 10px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-textarea {
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  min-height: 72px;
  padding: 8px 10px;
  font-size: 13px;
}

.prodorder-container .product-info .pcb-chip-row.pcb-inline-with-link {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.prodorder-container .product-info .pcb-case-display {
  color: #c00000;
  margin-left: 4px;
  font-size: 12px;
  text-decoration: none;
}

.prodorder-container .product-info .pcb-case-display:hover {
  text-decoration: underline;
}

.prodorder-container .product-info .pcb-spec-section {
  margin-top: 12px;
}

.prodorder-container .product-info .product-hint {
  color: #666;
  margin-top: 4px;
  font-size: 12px;
}

.prodorder-container .upload-progress-container .upload-spinner {
  border-radius: 50% !important;
}

.prodorder-container .product-info .product-actions .button-cart, .prodorder-container .upload-container button {
  color: #fff !important;
  background-color: #c00000 !important;
  border-color: #dc2626 !important;
}

.prodorder-container .product-info .product-actions .button-cart:hover, .prodorder-container .upload-container button:hover {
  background-color: #c00000 !important;
  border-color: #c00000 !important;
}

.prodorder-container .product-description {
  box-sizing: border-box;
  background: #fff;
  margin-top: 24px;
}

.prodorder-container .product-info {
  box-sizing: border-box;
  background: #fff;
  margin-top: 24px !important;
}

.prodorder-container .product-info .product-label, .prodorder-container .product-info .product-options .option .product-label {
  color: #374151;
}

.prodorder-container .product-info .selectoption-container input, .prodorder-container .product-info .option input[type="text"], .prodorder-container .product-info .option input[type="number"], .prodorder-container .product-info .option textarea, .prodorder-container .product-info .option select {
  background-color: #f9fafb;
  border-color: #e5e7eb;
}

.prodorder-container .product-info .option .quantity-button {
  color: #333;
  background-color: #e5e7eb !important;
}

.prodorder-container .product-info .option .quantity-button:hover {
  background-color: #d1d5db !important;
}

.prodorder-container .product-info .product-summary {
  background: #fafafa;
  border-color: #e5e7eb;
}

.prodorder-container .upload-container.upload-container--home {
  display: block;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
  min-height: 0 !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.prodorder-container .service-upload-shell.page-marketing.layout-alt {
  background: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.prodorder-container .service-upload-progress {
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.prodorder-container .upload-container {
  border-color: #e5e7eb;
  background-color: #fafbfc !important;
}

.prodorder-container .product-file-container, .prodorder-container .product-file-edit {
  border-color: #e5e7eb;
}

.prodorder-container .viewer-file-hint-text {
  border: 1px solid #e5e7eb;
  background-color: #f9fafb !important;
}

.select-box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
}

.select-box .box-option {
  text-align: center;
  cursor: pointer;
  flex: 1;
  padding: 10px 15px;
}

.select-box .box-option:hover {
  color: #171a20;
}

.select-box .box-option:first-child {
  border-radius: 20px 0 0 20px;
}

.select-box .box-option:last-child {
  border-radius: 0 20px 20px 0;
}

.select-box .box-option.selectitem {
  background-color: #f0f0f0;
  border-color: #555;
}

.order-summary {
  width: 100%;
  margin-top: 60px;
}

.price-section p {
  margin: 10px 0;
  font-size: 15px;
}

.price-section p span {
  float: right;
}

.total-price {
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .prodorder-container {
    flex-direction: column;
    margin: 10px 30px 100px;
    padding: 5px 0;
    display: flex;
  }

  .prodorder-container .product-description {
    width: 100%;
  }

  .prodorder-container .product-info {
    width: 96%;
    padding: 30px 0 0;
  }

  .prodorder-container .product-info .option input[type="number"] {
    width: 60%;
  }

  .prodorder-container .product-info #dvprodqty #txtprodqty {
    width: 100%;
  }
}

.print-banner {
  color: #000;
  text-align: left;
  background-image: url("/Custom-Precision-3D-Printing-Service.webp");
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.print-banner .content {
  z-index: 1;
  max-width: 750px;
  margin: 0 0 0 30px;
  position: relative;
}

.print-banner h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.print-banner p {
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 300;
}

.print-banner .features {
  margin: 20px 0 10px;
  font-size: 1rem;
}

.print-banner .feature {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  min-width: 250px;
  margin: 15px 0;
  display: flex;
}

.print-banner .feature span {
  font-size: 1rem;
}

.print-banner .remarks {
  color: #fff;
  margin: 0;
}

.print-banner .remark {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  margin: 0;
  display: flex;
}

.print-banner .remark span {
  font-size: .912em;
}

@media (max-width: 768px) {
  .print-banner {
    color: #000;
    text-align: left;
    background-image: url("/3D-Printing-Service_Mobile.webp");
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 40px 20px;
    display: flex;
    position: relative;
  }

  .print-banner .content {
    z-index: 1;
    width: 85%;
    margin: 0;
    position: relative;
  }

  .print-banner h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .print-banner p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .print-banner .features {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .print-banner .feature {
    align-items: center;
    width: 48%;
    margin: 5px;
    display: flex;
  }

  .print-banner .feature svg {
    margin-right: 10px;
  }

  .print-banner .features span {
    font-size: 1rem;
  }
}

.cnc-banner {
  color: #000;
  text-align: left;
  background-image: url("/XMAKE-CNC-Machining-Service.webp");
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.cnc-banner .content {
  z-index: 1;
  max-width: 750px;
  margin: 0 0 0 30px;
  position: relative;
}

.cnc-banner h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.cnc-banner p {
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 300;
}

.cnc-banner .features {
  margin: 20px 0 10px;
  font-size: 1rem;
}

.cnc-banner .feature {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  min-width: 250px;
  margin: 15px 0;
  display: flex;
}

.cnc-banner .feature span {
  font-size: 1rem;
}

.cnc-banner .remarks {
  color: #fff;
  margin: 0;
}

.cnc-banner .remark {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  margin: 0;
  display: flex;
}

.cnc-banner .remark span {
  font-size: .912em;
}

@media (max-width: 768px) {
  .cnc-banner {
    color: #000;
    text-align: left;
    background-image: url("/XMAKE-CNC-Machining_Mobile_02.webp");
    background-position: top;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 520px;
    padding: 50px 20px;
    display: flex;
    position: relative;
  }

  .cnc-banner .content {
    z-index: 1;
    width: 85%;
    margin: 0;
    position: relative;
  }

  .cnc-banner h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .cnc-banner p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .cnc-banner .features {
    display: none;
  }

  .cnc-banner .feature {
    align-items: center;
    width: 48%;
    margin: 5px;
    display: flex;
  }

  .cnc-banner .feature svg {
    margin-right: 10px;
  }

  .cnc-banner .features span {
    font-size: 1rem;
  }
}

.injection-banner {
  color: #000;
  text-align: left;
  background-image: url("/XMAKE_Injection-Molding_04.webp");
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.injection-banner .content {
  z-index: 1;
  max-width: 750px;
  margin: 0 0 0 30px;
  position: relative;
}

.injection-banner h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.injection-banner p {
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 300;
}

.injection-banner .features {
  margin: 20px 0 10px;
  font-size: 1rem;
}

.injection-banner .feature {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  min-width: 250px;
  margin: 15px 0;
  display: flex;
}

.injection-banner .feature span {
  font-size: 1rem;
}

.injection-banner .remarks {
  color: #fff;
  margin: 0;
}

.injection-banner .remark {
  flex: calc(33.33% - 20px);
  align-items: center;
  gap: 10px;
  margin: 0;
  display: flex;
}

.injection-banner .remark span {
  font-size: .912em;
}

@media (max-width: 768px) {
  .injection-banner {
    color: #000;
    text-align: left;
    background-image: url("/XMAKE-Injection-Molding_Mobile.webp");
    background-position: top;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 520px;
    padding: 50px 20px;
    display: flex;
    position: relative;
  }

  .injection-banner .content {
    z-index: 1;
    width: 85%;
    margin: 0;
    position: relative;
  }

  .injection-banner h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .injection-banner p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .injection-banner .features {
    display: none;
  }

  .injection-banner .feature {
    align-items: center;
    width: 48%;
    margin: 5px;
    display: flex;
  }

  .injection-banner .feature svg {
    margin-right: 10px;
  }

  .injection-banner .features span {
    font-size: 1rem;
  }
}

.login-modal {
  background: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
}

.login-modal .modal-content {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  width: 350px;
  padding: 20px 50px;
  position: relative;
  box-shadow: 0 4px 10px #0003;
  z-index: 100000 !important;
}

.login-modal .close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.login-modal h2 {
  color: #222;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}

.login-modal form {
  text-align: left;
}

.login-modal label {
  color: #333;
  margin: 10px 0 5px;
  font-size: .912em;
  display: block;
}

.login-modal input {
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: .912em;
  transition: all .3s ease-in-out;
}

.login-modal input:focus {
  background: #fff;
  border-color: #000;
  outline: none;
}

.login-modal .options {
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
  font-size: .912em;
  display: flex;
}

.login-modal .stay-signed-in {
  color: #333;
  cursor: pointer;
  align-items: center;
  margin: 0;
  display: flex;
}

.login-modal .stay-signed-in input {
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 25px;
  margin: 0 0 0 -5px;
  padding: 0;
  font-size: 1em;
  transition: all .3s ease-in-out;
}

.login-modal .forgot-password {
  color: #333;
  padding: 0;
  font-size: .912em;
  text-decoration: none;
}

.login-modal .forgot-password:hover {
  text-decoration: underline;
}

.login-modal .login-btn {
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  font-size: .912em;
  font-weight: bold;
  transition: all .3s;
}

.login-modal .login-btn:hover {
  background: #c00000;
}

.login-modal .social-login button {
  color: #333;
  cursor: pointer;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  font-size: .912em;
  font-weight: bold;
  transition: all .3s;
}

.login-modal .social-login button:hover {
  color: #fff;
  background: #171a20;
}

.login-modal .social-login {
  margin: 15px 0;
}

.login-modal .new-customer {
  font-size: .912em;
}

.login-modal .new-customer a {
  color: #000;
  text-decoration: underline;
}

.login-modal .divider {
  text-align: center;
  align-items: center;
  margin: 20px 0 10px;
  display: flex;
}

.login-modal .divider:before, .login-modal .divider:after {
  content: "";
  border-bottom: 1px solid #ddd;
  flex: 1;
  margin: 0 10px;
}

.login-modal .divider span {
  color: #666;
  font-size: .912em;
  font-weight: bold;
}

.login-modal .terms {
  color: #666;
  text-align: left;
  margin: 20px 0 10px;
  font-size: 12px;
  line-height: 1.5;
}

.login-modal .notice {
  color: #666;
  text-align: left;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.5;
}

.login-modal .terms a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.login-modal .terms a:hover {
  text-decoration: underline;
}

.login-modal .alert-info {
  color: #d8000c;
  text-align: left;
  background: #ffecec;
  border: 1px solid #d8000c;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: none;
}

.login-modal #login-otc {
  text-align: left;
  display: none;
}

.login-modal .code-container {
  align-items: center;
  gap: 10px;
  display: flex;
}

.login-modal .code-container input {
  flex: 1;
}

.login-modal #login-otc .item-alert {
  color: green;
  margin-top: 5px;
  font-size: .8em;
  display: none;
}

.login-modal .send-code-btn {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 5px;
  padding: 9px 30px;
  font-size: .912em;
  transition: all .3s;
}

.login-modal .send-code-btn:hover {
  background: #c00000;
}

.login-modal .send-code-btn:disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.login-container {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1em;
  display: flex;
}

.login-container .modal-content {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  width: 450px;
  padding: 20px 50px;
  position: relative;
}

.login-container .close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.login-container h2 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: normal;
}

.login-container form {
  text-align: left;
}

.login-container label {
  color: #333;
  margin: 10px 0 5px;
  font-size: .912em;
  display: block;
}

.login-container input {
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: .912em;
  transition: all .3s ease-in-out;
}

.login-container input:focus {
  background: #fff;
  border-color: #000;
  outline: none;
}

.login-container .options {
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
  font-size: .912em;
  display: flex;
}

.login-container .stay-signed-in {
  color: #333;
  cursor: pointer;
  align-items: center;
  margin: 0;
  display: flex;
}

.login-container .stay-signed-in input {
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 25px;
  margin: 0 0 0 -5px;
  padding: 0;
  font-size: 1em;
  transition: all .3s ease-in-out;
}

.login-container .forgot-password {
  color: #333;
  padding: 0;
  font-size: .912em;
  text-decoration: none;
}

.login-container .forgot-password:hover {
  text-decoration: underline;
}

.login-container .login-btn {
  color: #fff;
  cursor: pointer;
  background: #c00000;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  font-size: .912em;
  font-weight: bold;
  transition: all .3s;
}

.login-container .login-btn:hover {
  background: #b91c1c;
}

.login-container .social-login button {
  color: #333;
  cursor: pointer;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  font-size: .912em;
  font-weight: bold;
  transition: all .3s;
}

.login-container .social-login button:hover {
  color: #fff;
  background: #171a20;
}

.login-container .social-login {
  margin: 15px 0;
}

.login-container .new-customer {
  font-size: .912em;
}

.login-container .new-customer a {
  color: #000;
  text-decoration: underline;
}

.login-container .divider {
  text-align: center;
  align-items: center;
  margin: 20px 0 10px;
  display: flex;
}

.login-container .divider:before, .login-container .divider:after {
  content: "";
  border-bottom: 1px solid #ddd;
  flex: 1;
  margin: 0 10px;
}

.login-container .divider span {
  color: #666;
  font-size: .912em;
  font-weight: bold;
}

.login-container .terms {
  color: #666;
  text-align: left;
  margin: 20px 0 10px;
  font-size: 12px;
  line-height: 1.5;
}

.login-container .notice {
  color: #666;
  text-align: left;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.5;
}

.login-container .terms a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.login-container .terms a:hover {
  text-decoration: underline;
}

.login-container .alert-info {
  color: #d8000c;
  text-align: left;
  background: #ffecec;
  border: 1px solid #d8000c;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: none;
}

.login-container #login-otc {
  text-align: left;
  display: none;
}

.login-container .code-container {
  align-items: center;
  gap: 10px;
  display: flex;
}

.login-container .code-container input {
  flex: 1;
}

.login-container #login-otc .item-alert {
  color: green;
  margin-top: 5px;
  font-size: .912em;
  display: none;
}

.login-container .send-code-btn {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: .912em;
  transition: all .3s;
}

.login-container .send-code-btn:hover {
  background: #c00000;
}

.login-container .send-code-btn:disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.forgot-container {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px 50px 80px;
  font-size: .912em;
  display: flex;
}

.forgot-container .form-content {
  text-align: center;
  width: 450px;
}

.forgot-container h2 {
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: normal;
}

.forgot-container .input-group {
  text-align: left;
  margin-bottom: 15px;
}

.forgot-container label {
  margin-bottom: 5px;
  display: block;
}

.forgot-container input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 1em;
}

.forgot-container .btn {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  font-size: 1em;
}

.forgot-container .btn:hover {
  background: #374151;
}

.forgot-container .hidden {
  display: none;
}

.forgot-container .resend {
  color: gray;
  cursor: pointer;
  margin-top: 10px;
  font-size: 13px;
}

.forgot-container .back-link {
  color: gray;
  margin-top: 15px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.forgot-container .back-link:hover {
  text-decoration: underline;
}

.forgot-container .remember-password {
  text-align: center;
  margin-top: 15px;
}

.forgot-container .remember-password p {
  color: #666;
  font-size: 1em;
}

.forgot-container .remember-password a {
  color: #666;
  font-size: 1em;
  text-decoration: none;
}

.forgot-container .remember-password a:hover {
  text-decoration: underline;
}

.forgot-container .alert-info {
  color: #d8000c;
  text-align: left;
  background: #ffecec;
  border: 1px solid #d8000c;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 10px;
  font-size: 14px;
  display: none;
}

.register-full-page {
  background-color: #f5f5f5;
  height: 100vh;
  min-height: 100vh;
  font-size: .912em;
  display: flex;
  overflow: hidden;
}

.register-hero {
  color: #fff;
  background-color: #171a20;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 40px 32px;
  display: flex;
}

.register-hero-inner {
  max-width: 360px;
  margin: auto 0;
}

.register-hero-logo {
  margin-bottom: 32px;
}

.register-hero-logo img {
  width: auto;
  height: 44px;
}

.register-hero-kicker {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 1.1rem;
}

.accent-red {
  color: #c00000;
}

.accent-strong {
  font-weight: 700;
}

.register-hero-list {
  margin: 0 0 20px;
  padding: 0;
  font-size: .95rem;
  list-style: none;
}

.register-hero-list li + li {
  margin-top: 6px;
}

.register-hero-cta {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 999px;
  margin: 8px 0 10px;
  padding: 10px 28px;
  font-size: .95rem;
  font-weight: 600;
  transition: background-color .15s, transform .12s, box-shadow .12s;
  display: inline-block;
}

.register-hero-cta:hover {
  background-color: #c00000;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px #c0000066;
}

.register-hero-note {
  color: #ffffffbf;
  margin: 6px 0 0;
  font-size: .8rem;
}

.register-main {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 32px 120px 32px 40px;
  display: flex;
}

.register-main-header {
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: .9rem;
  display: flex;
}

.register-signin-link {
  cursor: pointer;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: .9rem;
}

.register-signin-link:hover {
  background-color: #f2f2f2;
}

.register-card {
  max-width: 560px;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0 auto 0 0;
  padding: 0;
}

.register-card h2 {
  margin: 0 0 4px;
  font-size: 1.5rem;
}

.register-card-subtitle {
  color: #4b5563;
  margin: 0 0 20px;
  font-size: .95rem;
}

.register-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 20px;
  display: grid;
}

.register-form-grid .input-group {
  text-align: left;
}

.register-form-grid .input-group--full {
  grid-column: 1 / -1;
}

.register-form-grid label {
  margin-bottom: 4px;
  font-size: .9rem;
  display: block;
}

.register-form-grid input, .register-form-grid select {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  padding: 9px 10px;
  font-size: .95rem;
}

.register-form-grid input:focus, .register-form-grid select:focus {
  border-color: #c00000;
  outline: none;
  box-shadow: 0 0 0 1px #c0000066;
}

.register-form-actions {
  margin-top: 12px;
}

.register-terms {
  color: #6b7280;
  margin: 16px 0 0;
  font-size: .9rem;
}

.register-terms a {
  color: #2563eb;
  text-decoration: underline;
}

.register-terms a:hover {
  color: #1d4ed8;
}

.register-card .btn {
  color: #fff;
  cursor: pointer;
  background: #c00000;
  border: none;
  border-radius: 999px;
  width: 100%;
  margin-top: 4px;
  padding: 12px;
  font-size: .98rem;
  font-weight: 600;
  transition: transform .12s, box-shadow .12s, background-color .12s;
}

.register-card .btn:hover {
  background: #c00000;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px #c0000059;
}

@media (max-width: 960px) {
  .register-full-page {
    flex-direction: column;
  }

  .register-hero {
    width: 100%;
    padding: 24px 20px 16px;
  }

  .register-hero-inner {
    max-width: 100%;
  }

  .register-main {
    padding: 24px 16px 32px;
  }

  .register-card {
    max-width: 100%;
    padding: 24px 20px;
  }

  .register-form-grid {
    grid-template-columns: 1fr;
  }
}

.register-container .hidden {
  display: none;
}

.register-container .resend {
  color: gray;
  cursor: pointer;
  margin-top: 10px;
}

.register-container .back-link {
  color: gray;
  margin-top: 15px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.register-container .back-link:hover {
  text-decoration: underline;
}

.register-container .code-container {
  align-items: center;
  gap: 10px;
  display: flex;
}

.register-container .code-container input {
  flex: 1;
}

.register-container .send-code-btn {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 1em;
  transition: all .3s;
}

.register-container .send-code-btn:hover {
  background: #c00000;
}

.register-container .send-code-btn:disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.register-container .remember-password {
  text-align: center;
  margin-top: 15px;
}

.register-container .remember-password p {
  color: #666;
  font-size: 1em;
}

.register-container .remember-password a {
  color: #666;
  font-size: 1em;
  text-decoration: none;
}

.register-container .remember-password a:hover {
  text-decoration: underline;
}

.register-container .alert-info {
  color: #d8000c;
  text-align: left;
  background: #ffecec;
  border: 1px solid #d8000c;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 10px;
  font-size: 1em;
  display: none;
}

.register-container .item-alert {
  color: green;
  margin-top: 5px;
  font-size: 1em;
  display: none;
}

.register-container .success-box {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 500px;
  margin: 50px auto;
  padding: 50px;
}

.captcha-model {
  z-index: 99999;
  background: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.captcha-model .modal-content {
  text-align: center;
  z-index: 10000;
  background: #fff;
  border-radius: 8px;
  width: 350px;
  padding: 20px 50px;
  position: relative;
  box-shadow: 0 4px 10px #0003;
}

.captcha-model .close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.captcha-model h2 {
  color: #222;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}

.captcha-model form {
  text-align: left;
}

.captcha-model label {
  color: #333;
  margin: 10px 0 5px;
  font-size: .912em;
  display: block;
}

.captcha-model input {
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: .912em;
  transition: all .3s ease-in-out;
}

.captcha-model input:focus {
  background: #fff;
  border-color: #000;
  outline: none;
}

.captcha-model .options {
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
  font-size: .912em;
  display: flex;
}

.captcha-model .confirm-btn {
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  font-size: .912em;
  font-weight: bold;
  transition: all .3s;
}

.captcha-model .confirm-btn:hover {
  background: #c00000;
}

.captcha-model .divider {
  text-align: center;
  align-items: center;
  margin: 20px 0 10px;
  display: flex;
}

.captcha-model .divider:before, .captcha-model .divider:after {
  content: "";
  border-bottom: 1px solid #ddd;
  flex: 1;
  margin: 0 10px;
}

.captcha-model .divider span {
  color: #666;
  font-size: .912em;
  font-weight: bold;
}

.captcha-model .alert-info {
  color: #d8000c;
  text-align: left;
  background: #ffecec;
  border: 1px solid #d8000c;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: none;
}

.content-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
  font-size: .912em;
}

.content-container h2 {
  text-align: center;
  margin: 20px 0 50px;
}

.content-container h5 {
  margin: 20px 0;
}

.content-container h6 {
  margin: 10px 0;
}

.content-container p {
  font-size: 1em;
}

.content-container .item-title {
  margin: 10px 0;
  font-weight: bold;
}

.content-container .icon-img {
  max-width: 100%;
  height: auto;
  margin: 30px auto 0;
  display: block;
}

.account-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px 20px;
  font-size: .875em;
}

@media (max-width: 768px) {
  .account-container {
    padding: 0 15px 20px;
    font-size: 1em;
  }
}

.account-container .breadcrumb {
  margin-bottom: 16px;
  padding: 8px 0;
}

.order-detail-page .breadcrumb {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.account-container .breadcrumb ol {
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.account-container .breadcrumb li {
  align-items: center;
  display: inline-flex;
}

.account-container .breadcrumb a {
  color: #171a20;
  text-decoration: none;
}

.account-container .breadcrumb a:hover {
  text-decoration: underline;
}

.account-container .breadcrumb span {
  color: #374151;
}

.account-container .breadcrumb li:last-child span {
  color: #111827;
  font-weight: 500;
}

.order-detail-panels {
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px 24px;
  margin-bottom: 24px;
  display: grid;
}

@media (max-width: 1024px) {
  .order-detail-panels {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .order-detail-panels {
    grid-template-columns: 1fr;
  }
}

.order-detail-panel {
  background: #fff;
  padding: 16px 20px;
}

.order-detail-panel-title {
  color: #111827;
  margin: 0 0 16px;
  font-size: 1.05em;
  font-weight: 700;
}

.order-detail-panel-progress {
  grid-column: span 1;
}

.order-detail-panel-progress .order-progress-cell {
  vertical-align: middle;
}

.order-detail-panel-progress .order-progress-stepper {
  --order-progress-bulb-icon-inactive: url("/lightbulb.svg");
  --order-progress-bulb-icon-active: url("/lightbulb_active.svg");
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 60px;
  padding: 0 0 4px;
  display: flex;
  position: relative;
}

.order-detail-panel-progress .order-progress-stepper:before {
  content: "";
  z-index: 0;
  background-color: #d3d3d3;
  height: 2px;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
}

.order-detail-panel-progress .order-progress-stepper:after {
  content: "";
  width: var(--progress-done-width, 0%);
  z-index: 0;
  background-color: #00e000;
  height: 2px;
  position: absolute;
  top: 32px;
  left: 0;
}

.order-detail-panel-progress .order-progress-step {
  white-space: normal;
  z-index: 1;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 2px;
  min-width: 60px;
  font-size: .85em;
  display: flex;
  position: relative;
}

.order-detail-panel-progress .order-progress-step:after {
  content: "";
  z-index: 1;
  background-color: #d3d3d3;
  width: 2px;
  height: 11px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.order-detail-panel-progress .order-progress-step.done:after {
  background-color: #00e000;
}

.order-detail-panel-progress .order-progress-step .order-progress-dot {
  box-sizing: border-box;
  background-color: #0000;
  background-image: var(--order-progress-bulb-icon-inactive);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.order-detail-panel-progress .order-progress-step.done .order-progress-dot {
  background-image: var(--order-progress-bulb-icon-active);
}

.order-detail-panel-progress .order-progress-step .order-progress-label {
  color: #4d4d4d;
  margin-top: 12px;
  line-height: 1.25;
}

.order-detail-panel-progress .order-progress-step.done .order-progress-label {
  color: #4d4d4d;
}

.order-detail-panel-progress .order-progress-step .order-progress-date {
  color: #4d4d4d;
  margin-top: 2px;
  font-size: .8em;
}

.order-detail-panel-progress .order-progress-step.done .order-progress-date {
  color: #4d4d4d;
}

.order-detail-fields {
  margin: 0;
  padding: 0;
}

.order-detail-field {
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: .9em;
  display: flex;
}

.order-detail-field:last-child {
  margin-bottom: 0;
}

.order-detail-field dt {
  color: #6b7280;
  text-align: left;
  flex: 0 0 140px;
  margin: 0;
}

.order-detail-field dd {
  color: #111827;
  text-align: left;
  flex: 1;
  min-width: 0;
  margin: 0;
}

.order-detail-products {
  margin-top: 24px;
}

.order-detail-products-title {
  color: #111827;
  margin: 0 0 12px;
  font-size: 1em;
  font-weight: 600;
}

.order-detail-products .flexigrid {
  margin: 0;
}

.order-detail-products .flexigrid th {
  text-transform: none;
}

.order-detail-products .flexigrid .bDiv {
  max-height: 270px;
  overflow: auto;
}

.order-detail-products .flexigrid .bDiv table {
  min-height: 0;
}

.order-detail-product-name {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.order-detail-product-id {
  color: #171a20;
  font-weight: 500;
}

.order-detail-attachment {
  color: #171a20;
  text-decoration: none;
}

.order-detail-attachment:hover {
  text-decoration: underline;
}

.toolbar-container {
  margin: 0 auto;
  padding: 0 50px;
  font-size: .912em;
}

@media (max-width: 768px) {
  .toolbar-container {
    padding: 0 15px;
    font-size: 1em;
  }
}

.toolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  display: flex;
}

.toolbar .item-title {
  font-size: .912em;
}

.toolbar .query-container {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  display: flex;
}

.toolbar .search-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 225px;
  padding: 8px 10px;
  font-size: .912em;
  transition: border-color .2s;
}

.toolbar .search-box:focus {
  border-color: #007bff;
  outline: none;
}

.toolbar .search-btn {
  color: #fff;
  cursor: pointer;
  background-color: #646464;
  border: none;
  border-radius: 4px;
  padding: 7px 16px;
  font-size: .912em;
  transition: background-color .2s;
}

.toolbar .search-btn:hover {
  background-color: #171a20;
}

.toolbar .multi-select {
  width: 225px;
  font-size: .912em;
  position: relative;
}

.toolbar .multi-select .selected {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  overflow: hidden;
}

.toolbar .multi-select .checkbox-list {
  z-index: 99;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 282px;
  padding: 8px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 8px #0000001a;
}

.toolbar .multi-select .checkbox-list label {
  cursor: pointer;
  margin-bottom: 6px;
  padding: 5px 0;
  display: block;
}

.toolbar .multi-select .checkbox-list input[type="checkbox"] {
  margin-right: 6px;
}

.toolbar .batchopera-wrapper {
  align-items: center;
  gap: 5px;
  display: flex;
  position: relative;
}

.toolbar .batchopera {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 5px 35px;
  font-size: .912em;
  display: flex;
}

.toolbar .batchopera-container:hover .batchopera-menu {
  display: block;
}

.toolbar .batchopera-menu {
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 120px;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 8px #0000001a;
}

.toolbar .batchopera-menu button {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 8px;
  font-size: .912em;
  font-weight: normal;
}

.toolbar .batchopera-menu button:hover {
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .toolbar {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    display: flex;
  }

  .breadcrumb, .query-container {
    width: 100%;
  }

  .query-container {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    display: flex;
  }

  .multi-select {
    flex: auto;
    min-width: 200px;
  }

  #order-selected-status, .search-box {
    width: 70%;
  }
}

.flexigrid {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: .912em;
  overflow-x: auto;
}

.flexigrid .hDiv {
  overflow-x: hidden;
}

.flexigrid .bDiv {
  overflow-x: auto !important;
}

.flexigrid table {
  border-collapse: collapse;
  width: 100%;
}

.flexigrid th {
  text-transform: uppercase;
  background-color: #f2f2f2;
  font-weight: normal;
}

.flexigrid th, .flexigrid td {
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  border-bottom: 1px solid #eee;
  padding: 10px;
  line-height: 1.6;
}

.order-container #orderlist thead th, .order-container #orderlist thead th div {
  text-align: center;
}

.flexigrid td div {
  margin: 5px 0;
}

.flexigrid .pDiv {
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  justify-content: flex-end;
  padding: 5px 15px;
  font-size: 14px;
  display: flex;
}

.flexigrid .p-area {
  align-items: center;
  gap: 6px;
  font-size: .912em;
  display: flex;
}

.flexigrid .p-area a {
  text-align: center;
  cursor: pointer;
  color: #333;
  -webkit-user-select: none;
  user-select: none;
  background: #eee;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
}

.flexigrid .p-area a :hover {
  color: #fff;
  background: #171a20;
}

.flexigrid .p-area input[type="text"] {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 40px;
  height: 25px;
  margin: 0 5px;
  font-size: 1em;
}

.flexigrid .p-area select {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 28px;
  padding: 4px 8px;
}

.flexigrid .bt-link {
  cursor: pointer;
  transition: all .2s;
  display: block;
}

.flexigrid .cart-action-btn {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #646464;
  border: none;
  border-radius: 4px;
  min-width: 80px;
  max-width: 80px;
  margin: 8px auto;
  padding: 7px 8px;
  font-size: .95em;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.flexigrid .cart-action-btn:hover {
  background-color: #171a20;
}

.flexigrid .imp-bt-link {
  cursor: pointer;
  color: #fff;
  background-color: #646464;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.flexigrid .imp-bt-link:hover {
  background-color: #171a20;
}

.flexigrid .product-list-img-ssl {
  max-width: 60px;
  max-height: 60px;
}

.flexigrid div.bDiv table tr.erow {
  background-color: #f9f9f9;
}

.flexigrid div.bDiv table tr {
  background-color: #fff;
}

.flexigrid .cart-attachments-cell {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.flexigrid .cart-attachment-add-icon {
  cursor: pointer;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.flexigrid .cart-attachment-add-icon:hover {
  color: #333;
  background-color: #f0f0f0;
}

.flexigrid .cart-attachment-list {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.flexigrid .cart-attachment-item {
  align-items: center;
  gap: 6px;
  max-width: 100%;
  font-size: .85em;
  display: inline-flex;
}

.flexigrid .cart-attachment-filename {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.flexigrid .cart-attachment-remove {
  text-align: center;
  color: #fff;
  cursor: pointer;
  visibility: hidden;
  pointer-events: none;
  background: #c00000;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}

.flexigrid .cart-attachment-item:hover .cart-attachment-remove {
  visibility: visible;
  pointer-events: auto;
}

.flexigrid .cart-attachment-remove:hover {
  background: #b71c1c;
}

.flexigrid .icon-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flexigrid .item-progress-container {
  z-index: 99;
  text-align: center;
  background: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flexigrid .item-progress-container .upload-spinner {
  border: 6px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite spin;
  box-shadow: 0 0 20px #0003;
}

.flexigrid .order-number-cell {
  padding: 8px 10px;
}

.flexigrid .order-number-link {
  font-size: .95em;
  display: block;
}

.flexigrid .order-number-link:hover {
  text-decoration: underline;
}

.flexigrid .order-number-date {
  color: #666;
  margin-top: 4px;
  font-size: .85em;
}

.flexigrid .order-progress-cell {
  vertical-align: middle;
}

.flexigrid .order-progress-stepper {
  --order-progress-bulb-icon-inactive: url("/lightbulb.svg");
  --order-progress-bulb-icon-active: url("/lightbulb_active.svg");
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 60px;
  padding: 0 0 4px;
  display: flex;
  position: relative;
}

.flexigrid .order-progress-stepper:before {
  content: "";
  z-index: 0;
  background-color: #d3d3d3;
  height: 2px;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
}

.flexigrid .order-progress-stepper:after {
  content: "";
  width: var(--progress-done-width, 0%);
  z-index: 0;
  background-color: #00e000;
  height: 2px;
  position: absolute;
  top: 36px;
  left: 0;
}

.flexigrid .order-progress-step {
  white-space: normal;
  z-index: 1;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 2px;
  min-width: 0;
  font-size: .8em;
  display: flex;
  position: relative;
}

.flexigrid .order-progress-step:after {
  content: "";
  z-index: 1;
  background-color: #d3d3d3;
  width: 2px;
  height: 11px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.flexigrid .order-progress-step.done:after {
  background-color: #00e000;
}

.flexigrid .order-progress-step .order-progress-dot {
  box-sizing: border-box;
  background-color: #0000;
  background-image: var(--order-progress-bulb-icon-inactive);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.flexigrid .order-progress-step.done .order-progress-dot {
  background-image: var(--order-progress-bulb-icon-active);
}

.flexigrid .order-progress-step .order-progress-label {
  color: #4d4d4d;
  margin-top: 12px;
  line-height: 1.25;
}

.flexigrid .order-progress-step.done .order-progress-label {
  color: #4d4d4d;
}

.flexigrid .order-progress-step .order-progress-date {
  color: #4d4d4d;
  margin-top: 2px;
  font-size: .8em;
}

.flexigrid .order-progress-step.done .order-progress-date {
  color: #4d4d4d;
}

.flexigrid .order-actions-cell {
  padding: 8px;
}

.flexigrid .order-action-btn--pay {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #00b050;
  border: none;
  border-radius: 4px;
  min-width: 80px;
  max-width: 80px;
  margin: 4px auto 6px;
  padding: 7px 8px;
  font-size: .9em;
  font-weight: 700;
  transition: background-color .15s;
  display: block;
}

.flexigrid .order-action-btn--pay:hover {
  background-color: #15803d;
}

.flexigrid .order-action-btn--delete {
  color: #b91c1c;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  font-size: .9em;
  text-decoration: underline;
  display: block;
}

@media screen and (max-width: 768px) {
  .flexigrid table, .flexigrid thead, .flexigrid tbody, .flexigrid tr, .flexigrid th, .flexigrid td {
    font-size: 1em;
    display: block !important;
  }

  .flexigrid thead {
    display: none !important;
  }

  .flexigrid tr {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
  }

  .flexigrid td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
  }

  .flexigrid td:before {
    content: attr(data-label);
    color: #555;
    font-weight: bold;
  }
}

.orderdetail-container {
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 20px;
  font-size: .912em;
  display: flex;
}

.orderdetail-container .orderinfo-item {
  flex: calc(25% - 20px);
  max-width: 270px;
  padding: 15px 5px;
}

.orderdetail-container .orderinfo-item div {
  margin: 3px 0 0;
}

.orderdetail-container .orderinfo-item .title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: bold;
}

.orderdetail-container .orderinfo-item .label {
  color: gray;
  min-width: 90px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.orderdetail-container .orderinfo-item .totalamt {
  font-size: 1.15em;
  font-weight: bold;
}

.orderdetail-container .order-progress {
  min-width: 535px;
}

.orderdetail-container .shipaddress p {
  margin: 0;
  font-size: 1em;
}

@media (max-width: 768px) {
  .orderdetail-container .orderinfo-item {
    flex: 100%;
  }

  .orderdetail-container .order-progress {
    min-width: 90%;
  }
}

.account-wrapper {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 25px;
  font-size: .912em;
}

.account-wrapper h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px;
  font-weight: normal;
}

.account-wrapper h3 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: bold;
}

.account-wrapper .account-content {
  text-align: center;
  margin: 0 0 100px;
}

.account-wrapper .account-section {
  border-top: 1px solid #ccc;
  margin-bottom: 25px;
}

.account-wrapper .account-section .item {
  margin-top: 15px;
}

.account-wrapper .account-grid {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.account-wrapper .field {
  flex: 350px;
}

.account-wrapper .field .shipaddress-item {
  border-top: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
}

.account-wrapper .field label {
  color: gray;
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: 600;
  display: block;
}

.account-wrapper .field p {
  margin: 0;
  font-size: 1em;
}

.account-wrapper .account-profile-details .field-half {
  flex: 40%;
  min-width: 140px;
}

.account-wrapper .profile-email-change {
  color: #007bff;
  margin-top: 6px;
  font-size: .9em;
  text-decoration: none;
  display: inline-block;
}

.account-wrapper .profile-email-change:hover {
  text-decoration: underline;
}

.account-wrapper .btn {
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
}

.account-wrapper .btn-link {
  color: #007bff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 2px;
  font-size: 1em;
}

.account-wrapper .btn-link:hover {
  text-decoration: underline;
}

.account-wrapper .btn-danger {
  color: #fff;
  background-color: #dc3545;
}

.account-wrapper .btn-danger:hover {
  background-color: #374151;
}

@media (max-width: 600px) {
  .account-wrapper .account-grid {
    flex-direction: column;
    gap: 12px;
  }

  .account-wrapper .field {
    flex: auto;
  }

  .account-wrapper .btn {
    width: 100%;
    margin-top: 12px;
  }

  .account-wrapper .billing-cards {
    flex-direction: column;
    gap: 16px;
  }

  .account-wrapper .billing-card-add {
    width: 100%;
    min-height: 160px;
  }

  .account-wrapper .billing-card-item {
    min-width: 0;
    max-width: none;
  }
}

.modal {
  z-index: 100000;
  box-sizing: border-box;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: .875em;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal[style*="block"] {
  display: flex !important;
}

.modal .modal-content {
  z-index: 100001;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
  font-size: .912em;
  position: relative;
  box-shadow: 0 0 20px #00000026;
}

.modal .modal-content .item {
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  display: inline-flex;
}

.modal .close-modal {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal .modal-content h3 {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.2em;
  font-weight: normal;
}

.modal .modal-content label {
  color: gray;
  margin-top: 12px;
  font-size: 1em;
  display: block;
}

.modal .modal-content input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  font-size: 1em;
}

.modal .modal-content select {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  font-size: 1em;
}

.modal .modal-content .checkbox-wrapper {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.modal .modal-content .checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.modal .modal-content .custom-checkbox {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  transition: all .2s ease-in-out;
  position: relative;
}

.modal .modal-content .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #1e90ff;
  border-color: #4f46e5;
}

.modal .modal-content .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 3px;
  transform: rotate(45deg);
}

.modal .modal-content .label-text {
  color: #333;
  line-height: 1.4;
}

.modal .modal-content .form-profile-fields .field {
  margin-bottom: 16px;
}

.modal .modal-content .form-profile-fields .form-row-half {
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.modal .modal-content .form-profile-fields .form-row-half .field {
  flex: 1;
  margin-bottom: 0;
}

.modal .modal-content .form-profile-fields .profile-email-change {
  color: #007bff;
  margin-top: 6px;
  font-size: .9em;
  text-decoration: none;
  display: inline-block;
}

.modal .modal-content .form-profile-fields .profile-email-change:hover {
  text-decoration: underline;
}

.modal .modal-content .btn {
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  font-size: 1em;
}

.modal .modal-content .btn-other {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1em;
  font-weight: normal;
  transition: background-color .3s;
}

.modal .modal-content .btn-other:hover {
  background-color: #aeb0b2;
}

.modal .modal-content.shipping-address-modal {
  max-width: 480px;
}

.modal .modal-content.account-profile-modal {
  max-width: 520px;
}

.modal .modal-content.new-card-modal {
  max-width: 480px;
}

.modal .modal-content.new-card-modal .new-card-modal-title {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 600;
}

.modal .modal-content.new-card-modal .new-card-billing {
  background: #f8f9fa;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: .9rem;
  display: flex;
}

.modal .modal-content.new-card-modal .new-card-billing-label {
  color: #333;
  font-weight: 600;
}

.modal .modal-content.new-card-modal .new-card-billing-address {
  color: #555;
  flex: 1;
  min-width: 0;
}

.modal .modal-content.new-card-modal .new-card-billing-change {
  color: #171a20;
  white-space: nowrap;
  text-decoration: none;
}

.modal .modal-content.new-card-modal .new-card-billing-change:hover {
  color: #374151;
  text-decoration: underline;
}

.modal .modal-content.new-card-modal .new-card-form .field {
  margin-bottom: 16px;
}

.modal .modal-content.new-card-modal .new-card-form .form-row-half {
  gap: 12px;
  display: flex;
}

.modal .modal-content.new-card-modal .new-card-form .form-row-half .field {
  flex: 1;
  margin-bottom: 16px;
}

.modal .modal-content.new-card-modal .new-card-accept {
  color: #666;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: .9rem;
  display: flex;
}

.modal .modal-content.new-card-modal .new-card-logos {
  align-items: center;
  gap: 12px;
  display: flex;
}

.modal .modal-content.new-card-modal .card-logo {
  color: #555;
  background: #f0f0f0;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: .75rem;
  font-weight: 600;
}

.modal .modal-content.new-card-modal .new-card-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.modal .modal-content.new-card-modal .btn-outline {
  color: #171a20;
  cursor: pointer;
  background: #fff;
  border: 1px solid #171a20;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 1rem;
}

.modal .modal-content.new-card-modal .btn-outline:hover {
  color: #374151;
  background: #f5f5f5;
  border-color: #374151;
}

.modal .modal-content.new-card-modal .btn-primary {
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 1rem;
}

.modal .modal-content.new-card-modal .btn-primary:hover {
  background: #b91c1c;
}

.account-wrapper .billing-cards {
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 4px;
  display: flex;
}

.account-wrapper .billing-card-add {
  cursor: pointer;
  background: #fff;
  border: 1px solid #aeb0b259;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 180px;
  min-height: 200px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 1px 3px #0000000f;
}

.account-wrapper .billing-card-add:hover {
  border-color: #171a2066;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000014;
}

.account-wrapper .billing-card-add-icon {
  color: #fff;
  background: #dc2626;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.account-wrapper .billing-card-add-label {
  color: #171a20;
  font-size: 1em;
  font-weight: 600;
}

.account-wrapper .billing-card-item {
  background: #fff;
  border: 1px solid #aeb0b259;
  border-radius: 12px;
  flex: 1;
  min-width: 300px;
  max-width: 420px;
  padding: 22px;
  transition: box-shadow .2s, border-color .2s;
  box-shadow: 0 1px 3px #0000000f;
}

.account-wrapper .billing-card-item:hover {
  border-color: #aeb0b280;
  box-shadow: 0 4px 12px #0000000f;
}

.account-wrapper .billing-card-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  display: flex;
}

.account-wrapper .billing-card-title {
  color: #171a20;
  font-size: 1em;
  font-weight: 600;
}

.account-wrapper .billing-card-brand {
  color: #374151;
  letter-spacing: .06em;
  font-size: .7rem;
  font-weight: 700;
}

.account-wrapper .billing-card-exp {
  color: gray;
  margin: 0 0 14px;
  font-size: .9em;
}

.account-wrapper .billing-card-field {
  color: #333;
  margin: 0 0 10px;
  font-size: .9em;
}

.account-wrapper .billing-card-field strong {
  color: gray;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
}

.account-wrapper .billing-card-address {
  white-space: pre-line;
  color: #555;
  margin-top: 2px;
  line-height: 1.45;
  display: block;
}

.account-wrapper .billing-card-actions {
  border-top: 1px solid #aeb0b24d;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 16px;
  display: flex;
}

.account-wrapper .billing-card-btn {
  color: #374151;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aeb0b2;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: .9em;
  font-weight: 500;
  transition: border-color .2s, color .2s, background .2s;
}

.account-wrapper .billing-card-btn:hover:not(:disabled) {
  color: #171a20;
  background: #fafbfc;
  border-color: #171a20;
}

.account-wrapper .billing-card-btn:disabled {
  opacity: .65;
  cursor: default;
  color: gray;
}

.modal .modal-content.billing-modal {
  flex-direction: column;
  width: 520px;
  max-width: 520px;
  max-height: 90vh;
  display: flex;
  overflow: hidden;
}

.billing-modal .billing-modal-scroll {
  flex: 1;
  min-height: 0;
  padding-right: 4px;
  overflow-y: auto;
}

.billing-modal .billing-modal-scroll::-webkit-scrollbar {
  width: 6px;
}

.billing-modal .billing-modal-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.billing-modal .billing-modal-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.billing-modal .billing-modal-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.billing-modal .billing-shipping-section {
  margin-bottom: 24px;
}

.billing-modal .billing-section-title {
  text-transform: none;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 1.2em;
  font-weight: normal;
  display: flex;
}

.billing-modal .billing-section-check {
  color: #fff;
  background: #22c55e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
}

.billing-modal .billing-shipping-address {
  margin-top: 8px;
}

.billing-modal .billing-payment-methods {
  gap: 24px;
  margin-bottom: 20px;
  display: flex;
}

.billing-modal .billing-radio {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-size: 1em;
  display: flex;
}

.billing-modal .billing-radio input {
  width: auto;
  margin: 0;
}

.billing-modal .billing-address-section {
  margin-bottom: 20px;
}

.billing-modal .billing-address-label {
  margin-bottom: 8px;
  font-size: 1em;
}

.billing-modal .billing-change-link {
  color: #2563eb;
  text-decoration: none;
}

.billing-modal .billing-change-link:hover {
  text-decoration: underline;
}

.billing-modal .billing-address-detail {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 12px;
  font-size: .95em;
  line-height: 1.6;
}

.billing-modal .billing-po-input-wrapper {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.billing-modal .billing-po-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  padding: 8px 12px;
  font-size: 1em;
}

.billing-modal .billing-po-counter {
  color: #666;
  white-space: nowrap;
  font-size: .9em;
}

.billing-modal .billing-upload-zone {
  text-align: center;
  cursor: pointer;
  border: 2px dashed #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 32px;
  transition: border-color .2s, background .2s;
}

.billing-modal .billing-upload-zone:hover {
  background: #f8fafc;
  border-color: #171a20;
}

.billing-modal .billing-upload-zone > div:first-of-type {
  margin-bottom: 8px;
}

.billing-modal .billing-browse-link {
  color: #171a20;
  text-decoration: none;
}

.billing-modal .billing-browse-link:hover {
  text-decoration: underline;
}

.billing-modal .billing-upload-formats {
  color: #666;
  margin-bottom: 16px;
  font-size: .9em;
}

.billing-modal .billing-upload-or {
  margin: 16px 0;
  position: relative;
}

.billing-modal .billing-upload-or:before {
  content: "";
  background: #ddd;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.billing-modal .billing-upload-or span {
  color: #666;
  background: #fff;
  padding: 0 12px;
  position: relative;
}

.billing-modal .billing-email-link {
  color: #171a20;
  text-decoration: none;
}

.billing-modal .billing-email-link:hover {
  text-decoration: underline;
}

.billing-modal .billing-next-btn {
  color: #fff;
  cursor: pointer;
  background: #171a20;
  border: none;
  border-radius: 6px;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  font-size: 1em;
  font-weight: 500;
}

.billing-modal .billing-next-btn:hover {
  background: #374151;
}

.billing-modal .billing-next-btn:disabled {
  cursor: not-allowed;
  background: #9ca3af;
}

.billing-modal .billing-next-btn:disabled:hover {
  background: #9ca3af;
}

.billing-modal .billing-next-step {
  margin-top: 16px;
  font-size: 1em;
  font-weight: 600;
}

.billing-modal .billing-card-form {
  margin-bottom: 20px;
}

.billing-modal .billing-card-field {
  margin-bottom: 16px;
}

.billing-modal .billing-card-field label {
  color: #333;
  margin-bottom: 6px;
  font-size: .95em;
  display: block;
}

.billing-modal .billing-card-field input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px 12px;
  font-size: 1em;
}

.billing-modal .billing-card-row {
  gap: 16px;
  display: flex;
}

.billing-modal .billing-card-row .billing-card-field {
  flex: 1;
}

.billing-modal .billing-card-options {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  display: flex;
}

.billing-modal .billing-checkbox {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-size: 1em;
  display: flex;
}

.billing-modal .billing-checkbox input {
  width: auto;
  margin: 0;
}

.billing-modal .billing-card-accepted {
  color: #666;
  font-size: .9em;
}

.billing-modal .billing-card-logos {
  margin-left: 6px;
  font-weight: 500;
}

.billing-modal .billing-recaptcha {
  margin: 16px 0;
}

.billing-modal .billing-add-po-link {
  color: #171a20;
  margin-top: 8px;
  font-size: .95em;
  text-decoration: none;
  display: inline-block;
}

.billing-modal .billing-add-po-link:hover {
  text-decoration: underline;
}

.billing-modal .billing-review-section {
  border-top: 1px solid #e5e7eb;
  margin-top: 24px;
  padding-top: 24px;
}

.billing-modal .billing-review-terms {
  color: #374151;
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1.6;
}

.billing-modal .billing-terms-link {
  color: #171a20;
  text-decoration: underline;
}

.billing-modal .billing-terms-link:hover {
  text-decoration: underline;
}

.billing-modal .billing-complete-row {
  align-items: center;
  gap: 16px;
  display: flex;
}

.billing-modal .billing-complete-btn {
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  background: #171a20;
  border: none;
  border-radius: 6px;
  height: 44px;
  padding: 0 24px;
  font-size: 1em;
  font-weight: 500;
}

.billing-modal .billing-complete-btn:hover {
  background: #374151;
}

.billing-modal .billing-complete-link {
  color: #171a20;
  box-sizing: border-box;
  border: 1px solid #171a20;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  font-size: 1em;
  text-decoration: none;
  display: inline-flex;
}

.billing-modal .billing-complete-link:hover {
  background: #eff6ff;
  text-decoration: underline;
}

.modal .modal-content.billto-modal {
  width: 100%;
  max-width: 560px;
}

.billto-modal .billto-title {
  text-align: center;
  color: #333;
  text-transform: none;
  margin: 0 0 24px;
  font-size: 1.4em;
  font-weight: 600;
}

.billto-modal .billto-table {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}

.billto-modal .billto-table-header {
  color: #374151;
  background: #f9fafb;
  padding: 12px 16px;
  font-size: .95em;
  font-weight: 600;
  display: flex;
}

.billto-modal .billto-col-recipient {
  flex: 0 0 180px;
}

.billto-modal .billto-col-address {
  flex: 1;
}

.billto-modal .billto-col-actions {
  flex: 0 0 110px;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  display: flex;
}

.billto-modal .billto-table-row {
  border-top: 1px solid #e5e7eb;
  align-items: center;
  padding: 14px 16px;
  transition: background .2s;
  display: flex;
}

.billto-modal .billto-table-row:hover {
  background: #f9fafb;
}

.billto-modal .billto-table-row.selected {
  background: #eff6ff;
}

.billto-modal .billto-radio {
  cursor: pointer;
  align-items: center;
  gap: 16px;
  font-weight: normal;
  display: flex;
}

.billto-modal .billto-radio input {
  accent-color: #171a20;
  flex-shrink: 0;
  width: auto;
  margin: 0;
}

.billto-modal .billto-radio span {
  margin-left: 16px;
}

.billto-modal .billto-action-link {
  color: #171a20;
  font-size: .9em;
  text-decoration: none;
}

.billto-modal .billto-action-link:hover {
  text-decoration: underline;
}

.billto-modal .billto-action-sep {
  color: #94a3b8;
  font-size: .9em;
}

.billto-modal .billto-buttons-row {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.billto-modal .billto-new-address-btn {
  color: #374151;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1em;
}

.billto-modal .billto-new-address-btn:hover {
  background: #e5e7eb;
}

.billto-modal .billto-use-address-btn {
  color: #fff;
  cursor: pointer;
  background: #171a20;
  border: none;
  border-radius: 6px;
  margin: 40px auto 0;
  padding: 12px 32px;
  font-size: 1em;
  font-weight: 500;
  display: block;
}

.billto-modal .billto-use-address-btn:hover {
  background: #374151;
}

.modal .modal-content.new-address-modal {
  width: 100%;
  max-width: 480px;
}

.new-address-modal .new-address-title {
  color: #333;
  font-size: 1.25em;
  font-weight: 600;
}

.new-address-modal .new-address-form label {
  color: #4b5563;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: .95em;
  display: block;
}

.new-address-modal .new-address-form label:first-of-type {
  margin-top: 0;
}

.new-address-modal .new-address-form input, .new-address-modal .new-address-form select {
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  font-size: 1em;
}

.new-address-modal .new-address-form select {
  appearance: auto;
  cursor: pointer;
}

.new-address-modal .new-address-phone-wrapper {
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.new-address-modal .new-address-phone-wrapper .new-address-phone-code {
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 80px;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  font-size: 1em;
  line-height: 38px;
  width: 80px !important;
}

.new-address-modal .new-address-phone-input-wrap {
  flex: 1;
  min-width: 0;
}

.new-address-modal .new-address-phone-input-wrap .new-address-phone-number {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 8px 12px;
}

.new-address-modal .new-address-submit-btn {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 6px;
  width: 100%;
  margin-top: 24px;
  padding: 12px;
  font-size: 1em;
  font-weight: 500;
}

.new-address-modal .new-address-submit-btn:hover {
  background: #1d4ed8;
}

.modal .modal-content.shipping-address-modal .shipping-address-form .phone-input-wrapper {
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.modal .modal-content.shipping-address-modal .shipping-address-form .phone-code-select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  width: 100px;
  padding: 8px 10px;
  font-size: 1em;
}

.modal .modal-content.shipping-address-modal .shipping-address-form .phone-number-input {
  flex: 1;
  min-width: 0;
}

.modal .modal-content.shipping-address-modal .shipping-address-form textarea {
  margin-top: 4px;
}

.modal .alert-info {
  color: #d8000c;
  text-align: left;
  background: #ffecec;
  border: 1px solid #d8000c;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: none;
}

.modal .shipaddress-container {
  max-height: 500px;
  margin-bottom: 25px;
  overflow: auto;
}

.modal .shipaddress-container .field {
  cursor: pointer;
  transition: background-color .2s;
}

.modal .shipaddress-container .field:hover {
  background-color: #f0f0f0;
}

.modal .shipaddress-container .field.selected {
  background-color: #d0ebff;
}

.modal .shipaddress-container .shipaddress-item {
  border-top: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.modal .shipaddress-container .shipaddress-item label {
  color: gray;
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: 600;
  display: block;
}

.modal .shipaddress-container .shipaddress-item p {
  margin: 0;
  font-size: 1em;
}

.modal .shipaddress-container .shipaddress-item .btn-link {
  color: #007bff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 2px;
  font-size: 1em;
}

.aluminum-alloy-modal {
  max-height: 85vh;
  overflow: auto;
  max-width: 960px !important;
}

.aluminum-alloy-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.aluminum-alloy-table th, .aluminum-alloy-table td {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px 10px;
}

.aluminum-alloy-table thead th {
  color: #333;
  background: #f7f7f7;
  font-weight: 600;
}

.aluminum-alloy-table .sub-header th {
  font-size: 12px;
  font-weight: 500;
}

.aluminum-alloy-table .category-row .category-title {
  background: #e8e8e8;
  padding: 10px;
  font-weight: bold;
}

.aluminum-alloy-table .category-desc td {
  color: #666;
  background: #fafafa;
  padding: 6px 10px;
  font-size: 12px;
}

.aluminum-alloy-table .info-icon {
  color: #007bff;
  cursor: help;
  font-size: 12px;
}

.aluminum-alloy-table .rating {
  color: #888;
  letter-spacing: 1px;
}

.aluminum-alloy-table .corrosion-rating {
  vertical-align: middle;
  align-items: center;
  gap: 3px;
  margin-right: 6px;
  display: inline-flex;
}

.aluminum-alloy-table .corrosion-dot {
  box-sizing: border-box;
  background: none;
  border: 1px solid #8a8a8a;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.aluminum-alloy-table .corrosion-dot.is-filled {
  background: #6f6f6f;
  border-color: #6f6f6f;
}

@media (max-width: 600px) {
  .modal .modal-content {
    width: 80%;
    margin: 50px auto;
  }
}

#loading-overlay, #loading-api {
  z-index: 99999999;
  background: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

#dvaskdialog {
  min-height: 150px !important;
}

.spinner {
  border: 5px solid #fff;
  border-top-color: #0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#alert-overlay {
  z-index: 999999;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.alert-error {
  color: #b71c1c;
  background-color: #fdecea;
  border-radius: 8px;
  max-width: 600px;
  padding: 20px 25px;
  font-size: .875em;
  font-weight: 500;
  box-shadow: 0 4px 15px #0003;
}

.alert-warning {
  color: #e65100;
  background-color: #fff8e1;
  border-left-color: #ff9800;
  border-radius: 8px;
  max-width: 400px;
  padding: 20px 25px;
  font-size: .875em;
  font-weight: 500;
  box-shadow: 0 4px 15px #0003;
}

.alert-success {
  background-color: #e8f5e9;
  border-left-color: #4caf50;
  border-radius: 8px;
  max-width: 400px;
  padding: 20px 25px;
  font-size: .875em;
  font-weight: 500;
  box-shadow: 0 4px 15px #0003;
}

.order-progress-bar {
  padding: 10px 0;
  font-size: 12px;
}

.progress-steps {
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.progress-steps:before {
  content: "";
  z-index: 1;
  background: #e0e0e0;
  border-radius: 2px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.step {
  z-index: 2;
  text-align: center;
  color: #999;
  flex: 1;
  margin: 28px 0 0;
  font-size: .912em;
  position: relative;
}

.step:before {
  content: "";
  background: #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 auto 4px;
  transition: all .3s;
  display: block;
}

.step.active {
  color: #4caf50;
}

.step.active:before {
  background: #4caf50;
  box-shadow: 0 0 0 4px #4caf5026;
}

.step.current {
  font-weight: bold;
  position: relative;
}

.step .timestamp {
  color: #999;
  margin-top: 0;
  font-size: 1em;
}

.step.active .timestamp, .step.current .timestamp {
  color: #4caf50;
}

.qty-input {
  width: 50px;
  padding: 5px;
  font-size: 1em;
}

.ui-dialog {
  z-index: 99999;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0;
  font-size: .875em;
  position: fixed;
  box-shadow: 0 8px 24px #0000004d;
}

.ui-dialog .ui-dialog-titlebar {
  color: #fff;
  background: #dc2626;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 15px;
  font-weight: bold;
}

.ui-dialog .ui-dialog-title {
  font-size: 1em;
}

.ui-dialog .ui-dialog-titlebar-close {
  color: #fff;
  border: none;
}

.ui-dialog .ui-dialog-content {
  padding: 10px 20px 0;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: right;
  background: #f9f9f9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 5px 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #dc2626;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: .912em;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #b91c1c;
}

.ui-dialog .ui-dialog-buttonpane .button-submit {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #dc2626;
  border-radius: 4px;
  margin-right: 10px;
  font-size: .912em;
  transition: background-color .3s;
}

.ui-dialog .ui-dialog-buttonpane .button-submit:hover {
  background-color: #b91c1c;
}

.ui-dialog .ui-dialog-buttonpane .button-other {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 5px;
  font-size: .912em;
  font-weight: normal;
  transition: background-color .3s;
}

.ui-dialog .ui-dialog-buttonpane .button-other:hover, .button-other:hover {
  background-color: #aeb0b2;
}

.ui-widget-overlay {
  background: #00000080;
}

.cart-container {
  justify-content: flex-end;
  margin: 10px 0;
  font-size: .912em;
  display: flex;
}

.cart-container .address-container {
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  margin-right: 20px;
  padding: 20px 20px 10px;
  box-shadow: 0 2px 10px #0000001a;
}

.cart-container .address-header {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  display: flex;
}

.cart-container .address-header .edit-button {
  cursor: pointer;
  color: #fff;
  text-transform: none;
  background-color: #646464;
  border: 1px solid #666;
  border-radius: 4px;
  margin-left: 5px;
  padding: 2px 8px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.cart-container .address-header .edit-button:hover {
  background-color: #171a20;
}

.cart-container .shipaddress {
  margin-bottom: 25px;
}

.cart-container .shipaddress p {
  margin: 0;
  font-size: 1em;
}

.cart-container .address-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-container .address-item .address-label {
  text-align: left;
  width: 100px;
}

.cart-container .address-item .address-value {
  text-align: left;
}

.cart-container .address-item select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 300px;
  padding: 5px;
}

.cart-container .cart-summary {
  background-color: #fff;
  border-radius: 8px;
  width: 520px;
  padding: 10px 20px;
  box-shadow: 0 2px 10px #0000001a;
}

.cart-container .cart-summary .price-line {
  justify-content: space-between;
  margin: 10px 0;
  padding: 3px;
  display: flex;
}

.cart-container .price-line .price-label {
  text-align: left;
  text-transform: uppercase;
}

.cart-container .price-line .price-value {
  text-align: right;
}

.cart-container .order-totalprice .price-value {
  font-weight: bold;
}

.cart-page {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 10px auto;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.cart-page .address-container {
  width: 40%;
}

.cart-page .part-use-container {
  width: 50%;
}

.cart-page .address-header {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  display: flex;
}

.cart-page .address-header .edit-button {
  cursor: pointer;
  color: #fff;
  text-transform: none;
  background-color: #646464;
  border: 1px solid #666;
  border-radius: 4px;
  margin-left: 5px;
  padding: 2px 8px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.cart-page .address-header .edit-button:hover {
  background-color: #171a20;
}

.cart-page .shipaddress {
  margin-bottom: 25px;
}

.cart-page .part-use-classification-header {
  color: #333;
  margin-bottom: 8px;
  font-size: 1em;
}

.cart-page .part-use-classification-desc {
  color: #666;
  margin: 0 0 16px;
  font-size: .9em;
}

.cart-page .part-use-options {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.cart-page .part-use-option {
  cursor: pointer;
  background-color: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 8px;
  flex: 1;
  align-items: flex-start;
  gap: 16px;
  min-width: 200px;
  padding: 16px;
  transition: all .2s;
  display: flex;
}

.cart-page .part-use-option:hover {
  background-color: #eee;
  border-color: #ccc;
}

.cart-page .part-use-option.selected {
  background-color: #c000000f;
  border-color: #c00000;
}

.cart-page .part-use-option-icon {
  flex-shrink: 0;
}

.cart-page .part-use-option-icon.part-use-icon-prototype, .cart-page .part-use-option-icon.part-use-icon-prototype svg {
  color: #c00000;
}

.cart-page .part-use-option-icon.part-use-icon-commercial {
  color: #666;
}

.cart-page .part-use-option.selected .part-use-option-title, .cart-page .part-use-option.selected .part-use-icon-commercial, .cart-page .part-use-option.selected .part-use-icon-commercial svg {
  color: #c00000;
}

.cart-page .part-use-option-content {
  flex: 1;
}

.cart-page .part-use-option-title {
  color: #333;
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 600;
}

.cart-page .part-use-option-desc {
  color: #666;
  font-size: .85em;
  line-height: 1.4;
}

.cart-page .shipaddress p {
  margin: 0;
  font-size: 1em;
}

.cart-page .address-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-page .address-item .address-label {
  text-align: left;
  width: 100px;
}

.cart-page .address-item .address-value {
  text-align: left;
}

.cart-page .address-item select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 300px;
  padding: 5px;
}

.cart-page .cart-summary {
  background-color: #fff;
  border-radius: 8px;
  width: 50%;
  padding: 10px 20px;
  box-shadow: 0 2px 10px #0000001a;
}

.cart-page .cart-summary .price-line {
  justify-content: space-between;
  margin: 10px 0;
  padding: 3px;
  display: flex;
}

.cart-page .price-line .price-label {
  text-align: left;
  text-transform: uppercase;
}

.cart-page .price-line .price-value {
  text-align: right;
}

.cart-page .order-totalprice .price-value {
  font-weight: bold;
}

.cart-opera-container {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  margin: 10px auto;
  padding-bottom: 30px;
  font-size: .912em;
  transition: all .3s;
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-opera-container.fixed {
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 15px;
  position: fixed;
  bottom: 0;
}

.cart-opera-container.fixed .cart-summary-part-a {
  display: none;
}

.cart-opera-container.absolute {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}

.cart-opera-container .alert-text {
  margin: 25px 10px;
  font-size: 1em;
}

.cart-opera-container .toolbar-container {
  justify-content: flex-end;
  align-self: flex-end;
  gap: 10px;
  padding: 10px 0 0 10px;
  font-size: 1em;
  display: flex;
}

.cart-opera-container .project-name-row {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.cart-opera-container .project-name-label {
  white-space: nowrap;
  font-weight: 600;
}

.cart-opera-container .required-mark {
  color: #c00000;
}

.cart-opera-container .project-name-input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  padding: 8px 10px;
}

.cart-opera-container .toolbar-container .button-submit {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: 1px solid #dc2626;
  border-radius: 4px;
  height: 42px;
  margin-right: 0;
  padding: 10px 55px;
  font-size: 1em;
  line-height: 22px;
  transition: background-color .3s;
}

.cart-opera-container .toolbar-container .button-submit:hover {
  background-color: #b91c1c;
}

.cart-opera-container .toolbar-container .button-other {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: 42px;
  margin-right: 0;
  padding: 10px 55px;
  font-size: 1em;
  line-height: 22px;
  transition: background-color .3s;
}

.cart-opera-container .toolbar-container .button-other:hover {
  background-color: #aeb0b2;
}

.expand-text {
  cursor: pointer;
}

.expand-text:hover {
  color: #171a20;
  text-decoration: underline;
}

.alert-text {
  color: #d97706;
  margin: 20px 0 10px 5px;
  font-size: .912em;
}

.expand-text {
  color: #898989;
}

.title-span {
  margin: 20px 0;
  font-size: 1em;
}

.learn-more {
  margin: 10px 0 0;
}

.product-gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 100%;
  padding: 10px;
  display: grid;
}

.product-gallery .gallery-item {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.product-gallery .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px #00000026;
}

.product-gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.product-gallery .gallery-item h2 {
  color: #333;
  text-align: left;
  margin: 10px 10px 5px;
  font-size: .8em;
  font-weight: normal;
}

.product-gallery .gallery-item .price {
  color: #666;
  text-align: left;
  margin: 10px 10px 0;
  font-size: .912em;
  font-weight: bold;
}

.product-gallery .gallery-item .action-bar {
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  display: flex;
}

.product-gallery .gallery-item .download {
  color: #666;
  text-align: left;
  border: 1px solid #666;
  border-radius: 4px;
  margin: 5px 10px;
  padding: 2px 3px;
  font-size: .8em;
}

.product-gallery .gallery-item .download a {
  color: #666;
}

.product-gallery .gallery-item .addtocart {
  color: #fff;
  text-align: left;
  background-color: #c00000;
  border: 1px solid #c00000;
  border-radius: 4px;
  margin: 5px 10px;
  padding: 2px 8px;
  font-size: .8em;
}

.product-gallery .gallery-item .addtocart a {
  color: #fff;
}

.loading {
  text-align: center;
  color: #666;
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 16px;
  transition: all .3s;
  box-shadow: 0 1px 3px #0000000d;
}

.more-button-container {
  text-align: center;
  margin: 15px 0 10px;
}

.more-button {
  color: #4f4f4f;
  cursor: pointer;
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color .3s;
}

.more-button:hover {
  background-color: #aeb0b2;
}

.product-list-img {
  cursor: pointer;
  max-width: 70px;
}

.pay-model {
  font-size: .912em;
}

.pay-model .com-options {
  margin-top: 15px;
}

.pay-model .com-options .option {
  margin-bottom: 15px;
}

.pay-model .com-options .title-span {
  margin-bottom: 25px;
}

.pay-model .com-options .title-item {
  width: 100px;
  margin-bottom: 5px;
  display: inline-block;
}

.pay-model .com-options .center-item {
  justify-content: center;
  display: flex;
}

.pay-model .com-options .a-option {
  border-bottom: 1px solid #ccc;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px;
  display: flex;
}

.pay-model .com-options .a-title-span {
  width: 120px;
  font-size: 14px;
  display: inline-block;
}

.pay-model .com-options .pay-step {
  margin: 25px 0;
  font-weight: bold;
}

.pay-model .com-options .pay-method {
  height: 32px;
  margin: 30px 0 0;
}

.pay-model .com-options .pay-option {
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom-style: none;
  margin: 0 10px 0 0;
  padding: 15px 50px;
}

.pay-model .com-options .pay-amount {
  font-weight: bold;
}

.pay-model .com-options li {
  margin: 15px;
}

.pay-model .pay-container {
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 10px 10px 30px;
}

.btn-main {
  color: #fff;
  cursor: pointer;
  background-color: #c00000;
  border: none;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 8px 25px;
  font-weight: 600;
  transition: background-color .3s, box-shadow .3s;
  display: inline-block;
  box-shadow: 0 2px 4px #00000026;
}

.btn-main:hover {
  background: #b91c1c;
  box-shadow: 0 4px 8px #0003;
}

.btn-main:disabled {
  color: #666;
  cursor: not-allowed;
  box-shadow: none;
  background-color: #ccc;
}

#btn-addmoreproductincart {
  color: #fff;
  cursor: pointer;
  background-color: #646464;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 30px;
  font-size: .912em;
  font-weight: normal;
  transition: background-color .3s;
}

#btn-addmoreproductincart:hover {
  background-color: #374151;
}

.btn-icon {
  cursor: pointer;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 5px 0 0 15px;
  display: inline-flex;
}

.btn-icon:hover {
  color: #333;
  background-color: #f0f0f0;
}

#popup {
  overflow: hidden;
}

#popup iframe {
  zoom: 1;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 1em;
  transform: none;
}

.opera-dialog .com-options {
  margin: 15px 0;
}

.opera-dialog .com-options .title-item {
  width: 100px;
  margin-bottom: 5px;
  display: inline-block;
}

.opera-dialog .com-options input {
  padding: 5px 8px;
}

.editform-container {
  flex-wrap: wrap;
  margin: 0 0 20px;
  font-size: .912em;
  display: flex;
}

.editform-container .ef-item {
  width: 50%;
}

.editform-container .ef-item div {
  align-items: center;
  margin: 10px 0 0;
  display: flex;
}

.editform-container .ef-item .label {
  color: gray;
  min-width: 90px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.editform-container .ef-item .remark {
  color: gray;
  margin: 0 0 0 10px;
  display: inline-block;
}

.editform-container .ef-item .text-input {
  width: calc(100% - 150px);
  max-width: 395px;
  padding: 5px;
}

.editform-container .ef-item .dropdown-list {
  cursor: pointer;
  width: calc(100% - 135px);
  max-width: 410px;
  padding: 5px 2px;
}

.editform-container .ef-item .normal-bt {
  cursor: pointer;
  color: #fff;
  background-color: #646464;
  border: none;
  border-radius: 3px;
  margin: 0 0 0 3px;
  padding: 5px 10px;
  transition: background-color .2s;
}

.editform-container .ef-item .normal-bt:hover {
  background-color: #171a20;
}

.editform-container .ef-item .totalamt {
  font-size: 1.15em;
  font-weight: bold;
}

.editform-container .long-ef-item {
  width: 100%;
}

.editform-container .long-ef-item .long-text-input {
  width: calc(100% - 150px);
  padding: 5px;
}

.editform-container .order-progress {
  min-width: 550px;
}

.editform-container .shipaddress p {
  margin: 0;
  font-size: 1em;
}

@media (max-width: 768px) {
  .editform-container .ef-item {
    flex: 100%;
  }

  .editform-container .order-progress {
    min-width: 90%;
  }
}

.invoicedetail-container {
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 20px;
  font-size: .912em;
  display: flex;
}

.invoicedetail-container .invoiceinfo-item {
  flex: calc(30% - 20px);
  padding: 15px 5px;
}

.invoicedetail-container .invoiceinfo-item div {
  margin: 3px 0 0;
}

.invoicedetail-container .invoiceinfo-item .title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: bold;
}

.invoicedetail-container .invoiceinfo-item .label {
  color: gray;
  min-width: 90px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.invoicedetail-container .invoiceinfo-item .totalamt {
  font-size: 1.15em;
  font-weight: bold;
}

.invoicedetail-container .shipaddress p {
  margin: 0;
  font-size: 1em;
}

@media (max-width: 768px) {
  .invoicedetail-container .invoiceinfo-item {
    flex: 100%;
  }
}

.modal .product-options {
  margin-top: 0;
}

.modal .product-options .option {
  margin-bottom: 20px;
}

.modal .product-options .product-label {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px;
  display: flex;
}

.modal .product-options .selectoption-container {
  width: 100%;
  position: relative;
}

.modal .product-options .selectoption-container:after {
  content: "";
  pointer-events: none;
  border-top: 6px solid #666;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.modal .product-options .selectoption-container input {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 4px;
  width: 100%;
  padding: 2px 24px 2px 5px;
  font-size: 12.99px;
}

.modal .product-options .selectoption-container input[type="checkbox"] {
  width: auto;
}

.modal .product-options .prodoption-dropdown {
  z-index: 99999999;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 350px;
  font-size: 12.99px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px #00000026;
}

.modal .product-options .prodoption-dropdown--material {
  z-index: 99999999;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  max-height: 320px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-body {
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden auto;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar {
  width: 8px;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-body:before {
  content: none;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-header {
  color: #fff;
  z-index: 2;
  background: #333;
  border-radius: 6px 6px 0 0;
  flex-shrink: 0;
  grid-template-columns: 2fr 1fr 1fr 1fr 3fr;
  gap: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: sticky;
  top: 0;
}

.modal .product-options .prodoption-dropdown--material .prodoption-dropdown-header > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.modal .product-options .prodoption-dropdown--material .group {
  z-index: 1;
  background: linear-gradient(to right, #0000 25%, #00000014 25% calc(25% + 1px), #0000 calc(25% + 1px) 37.5%, #00000014 37.5% calc(37.5% + 1px), #0000 calc(37.5% + 1px) 50%, #00000014 50% calc(50% + 1px), #0000 calc(50% + 1px) 62.5%, #00000014 62.5% calc(62.5% + 1px), #0000 calc(62.5% + 1px)), #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.modal .product-options .prodoption-dropdown--material .group .group-more-icon {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.modal .product-options .prodoption-dropdown--material .group-option {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(to right, #0000 25%, #00000014 25% calc(25% + 1px), #0000 calc(25% + 1px) 37.5%, #00000014 37.5% calc(37.5% + 1px), #0000 calc(37.5% + 1px) 50%, #00000014 50% calc(50% + 1px), #0000 calc(50% + 1px) 62.5%, #00000014 62.5% calc(62.5% + 1px), #0000 calc(62.5% + 1px));
  border-bottom: 1px solid #f0f0f0;
  grid-template-columns: 2fr 1fr 1fr 1fr 3fr;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.modal .product-options .prodoption-dropdown--material .group-option:last-child {
  border-bottom: none;
}

.modal .product-options .prodoption-dropdown--material .group-option:hover {
  background-color: #e8f4ff;
}

.modal .product-options .prodoption-dropdown--material .material-col {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.modal .product-options .prodoption-dropdown--material .material-col--name {
  font-weight: 500;
}

.modal .product-options .prodoption-dropdown--material .material-col--cost {
  text-align: start;
  color: #666;
}

.modal .product-options .prodoption-dropdown--material .material-col--strength, .modal .product-options .prodoption-dropdown--material .material-col--application, .modal .product-options .prodoption-dropdown--material .material-col--hardness {
  color: #555;
  font-size: 12px;
}

.modal .product-options .prodoption-dropdown--postprocess {
  z-index: 99999999;
  background: #fff;
  border: 1px solid #d0d0d0;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  max-height: 320px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.modal .product-options .prodoption-dropdown--postprocess .prodoption-dropdown-body {
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden auto;
}

.modal .product-options .prodoption-dropdown--postprocess .prodoption-dropdown-header {
  color: #fff;
  z-index: 2;
  background: #333;
  flex-shrink: 0;
  grid-template-columns: 2fr 1fr 3fr;
  gap: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: sticky;
  top: 0;
}

.modal .product-options .prodoption-dropdown--postprocess .prodoption-dropdown-header > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.modal .product-options .prodoption-dropdown--postprocess .group-option {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(to right, #0000 33.333%, #00000014 33.333% calc(33.333% + 1px), #0000 calc(33.333% + 1px) 50%, #00000014 50% calc(50% + 1px), #0000 calc(50% + 1px));
  border-bottom: 1px solid #f0f0f0;
  grid-template-columns: 2fr 1fr 3fr;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.modal .product-options .prodoption-dropdown--postprocess .group-option:last-child {
  border-bottom: none;
}

.modal .product-options .prodoption-dropdown--postprocess .group-option:hover {
  background-color: #e8f4ff;
}

.modal .product-options .prodoption-dropdown--postprocess .material-col {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.modal .product-options .prodoption-dropdown--postprocess .material-col--name {
  font-weight: 500;
}

.modal .product-options .prodoption-dropdown--postprocess .material-col--cost {
  text-align: start;
  color: #666;
}

.modal .product-options .prodoption-dropdown--postprocess .material-col--application {
  color: #555;
  font-size: 12px;
}

.modal .product-options .prodoption-dropdown--surface-treatment {
  z-index: 99999999;
  background: #fff;
  border: 1px solid #d0d0d0;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  max-height: 320px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.modal .product-options .prodoption-dropdown--surface-treatment .prodoption-dropdown-body {
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden auto;
}

.modal .product-options .prodoption-dropdown--surface-treatment .prodoption-dropdown-header {
  color: #fff;
  z-index: 2;
  background: #333;
  flex-shrink: 0;
  grid-template-columns: 2fr 1fr 1fr 3fr;
  gap: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  position: sticky;
  top: 0;
}

.modal .product-options .prodoption-dropdown--surface-treatment .prodoption-dropdown-header > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.modal .product-options .prodoption-dropdown--surface-treatment .group-option {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(to right, #0000 28.57%, #00000014 28.57% calc(28.57% + 1px), #0000 calc(28.57% + 1px) 42.86%, #00000014 42.86% calc(42.86% + 1px), #0000 calc(42.86% + 1px) 57.14%, #00000014 57.14% calc(57.14% + 1px), #0000 calc(57.14% + 1px));
  border-bottom: 1px solid #f0f0f0;
  grid-template-columns: 2fr 1fr 1fr 3fr;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.modal .product-options .prodoption-dropdown--surface-treatment .group-option:last-child {
  border-bottom: none;
}

.modal .product-options .prodoption-dropdown--surface-treatment .group-option:hover {
  background-color: #e8f4ff;
}

.modal .product-options .prodoption-dropdown--surface-treatment .material-col {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.modal .product-options .prodoption-dropdown--surface-treatment .material-col--name {
  font-weight: 500;
}

.modal .product-options .prodoption-dropdown--surface-treatment .material-col--cost {
  text-align: start;
  color: #666;
}

.modal .product-options .prodoption-dropdown--surface-treatment .material-col--thickness, .modal .product-options .prodoption-dropdown--surface-treatment .material-col--description {
  color: #555;
  font-size: 12px;
}

.modal .product-options .prodoption-dropdown .group {
  background-color: #f7f7f7;
  padding: 8px 0 8px 5px;
  font-weight: bold;
}

.modal .product-options .prodoption-dropdown .group-option {
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px 0 8px 20px;
}

.modal .product-options .prodoption-dropdown .group-option:hover {
  background-color: #f1f1f1;
}

.modal .product-options .prodoption-dropdown .option {
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 0 8px 10px;
  display: flex;
}

.modal .product-options .prodoption-dropdown .option img {
  height: 50px;
  margin-right: 10px;
}

.modal .product-options .prodoption-dropdown .option:hover {
  background-color: #f1f1f1;
}

.modal .product-options .prodoption-dropdown .no-match {
  color: #999;
  padding: 8px 0 8px 5px;
}

.modal .product-options select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px 5px;
}

.modal .product-options textarea {
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-family: inherit;
}

.modal .product-options input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}

#modal-editprodfeature .modal-content {
  flex-direction: column;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  display: flex;
  overflow: hidden;
}

#modal-editprodfeature .product-options {
  min-height: calc(95vh - 100px);
  padding-right: 10px;
  overflow: hidden auto;
}

#modal-editprodfeature .product-options::-webkit-scrollbar {
  width: 8px;
}

#modal-editprodfeature .product-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#modal-editprodfeature .product-options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#modal-editprodfeature .product-options::-webkit-scrollbar-thumb:hover {
  background: #aeb0b2;
}

#dvprodcontainer {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 1024px) {
  .timeline-section .how-works-row .timeline-item {
    width: calc(50% - 12px) !important;
  }
}

@media (max-width: 600px) {
  .timeline-section .how-works-row .timeline-item {
    min-width: 0;
    width: 100% !important;
  }
}

.industries-page .faq-item, .industries-page .faq-question {
  border-radius: 6px;
}

@media (max-width: 768px) {
  .page-marketing .faq-container {
    padding: 48px 20px;
  }

  .page-marketing .faq-container h2 {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }

  .page-marketing .faq-question {
    padding: 16px 18px;
    font-size: .9375rem;
  }

  .page-marketing .faq-answer {
    padding: 0 18px 16px;
  }
}

@media (max-width: 900px) {
  .page-marketing.layout-alt .toolkit-feature-three-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-marketing.layout-alt .toolkit-feature-img {
    max-width: 100%;
  }

  .page-marketing.layout-alt .toolkit-param-label {
    width: 90px;
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .page-marketing.layout-alt .how-work-journey-table {
    max-width: 100%;
  }

  .page-marketing.layout-alt .how-work-journey-steps {
    grid-template-columns: 1fr;
  }

  .page-marketing.layout-alt .how-work-journey-step {
    border-top: 1px solid #d1d5db;
    border-left: none;
  }

  .page-marketing.layout-alt .how-work-journey-step:first-child {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .page-marketing.layout-alt .how-work-with-us {
    padding: 56px 20px 64px;
  }

  .page-marketing.layout-alt .how-work-grid {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .page-marketing.layout-alt .capabilities-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-marketing.layout-alt .industries-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .page-marketing.layout-alt .hero-center.hero-two-col {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 56px 24px;
  }

  .page-marketing.layout-alt .hero-two-col .hero-center-inner {
    text-align: center;
  }

  .page-marketing.layout-alt .hero-right {
    order: -1;
  }

  .page-marketing.layout-alt .faq-columns {
    grid-template-columns: 1fr;
  }

  .page-marketing.layout-alt .cta-split {
    text-align: center;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-marketing.layout-alt .industries-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .page-marketing.layout-alt .capabilities-list, .page-marketing.layout-alt .industries-cards {
    grid-template-columns: 1fr;
  }
}

.nav-icon--active, .topbar-nav__item--active .nav-icon--default, .topbar-nav__item:hover .nav-icon--default {
  display: none;
}

.aerospace-zapier .zap-stats-inner, .automotive-zapier .zap-stats-inner, .consumer-zapier .zap-stats-inner, .pharmaceutical-zapier .zap-stats-inner, .electronics-zapier .zap-stats-inner, .industrial-zapier .zap-stats-inner {
  z-index: 1;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.aerospace-zapier .zap-features-inner, .automotive-zapier .zap-features-inner, .consumer-zapier .zap-features-inner, .pharmaceutical-zapier .zap-features-inner, .electronics-zapier .zap-features-inner, .industrial-zapier .zap-features-inner {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

@media (max-width: 1024px) {
  .aerospace-zapier .zap-toolkit-cards, .aerospace-zapier .zap-explore-grid, .automotive-zapier .zap-toolkit-cards, .automotive-zapier .zap-explore-grid, .consumer-zapier .zap-toolkit-cards, .consumer-zapier .zap-explore-grid, .pharmaceutical-zapier .zap-toolkit-cards, .pharmaceutical-zapier .zap-explore-grid, .electronics-zapier .zap-toolkit-cards, .electronics-zapier .zap-explore-grid, .industrial-zapier .zap-toolkit-cards, .industrial-zapier .zap-explore-grid, .aerospace-zapier .zap-stats-grid, .automotive-zapier .zap-stats-grid, .consumer-zapier .zap-stats-grid, .pharmaceutical-zapier .zap-stats-grid, .electronics-zapier .zap-stats-grid, .industrial-zapier .zap-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aerospace-zapier .zap-why-grid, .automotive-zapier .zap-why-grid, .consumer-zapier .zap-why-grid, .pharmaceutical-zapier .zap-why-grid, .electronics-zapier .zap-why-grid, .industrial-zapier .zap-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .aerospace-zapier .zap-hero, .automotive-zapier .zap-hero, .consumer-zapier .zap-hero, .pharmaceutical-zapier .zap-hero, .electronics-zapier .zap-hero, .industrial-zapier .zap-hero {
    padding: 56px 24px 48px;
  }

  .aerospace-zapier .zap-hero h1, .automotive-zapier .zap-hero h1, .consumer-zapier .zap-hero h1, .pharmaceutical-zapier .zap-hero h1, .electronics-zapier .zap-hero h1, .industrial-zapier .zap-hero h1 {
    font-size: 1.75rem;
  }

  .aerospace-zapier .zap-toolkit, .aerospace-zapier .zap-featured, .aerospace-zapier .zap-stats, .aerospace-zapier .zap-explore, .aerospace-zapier .zap-features, .aerospace-zapier .zap-why, .aerospace-zapier .zap-cta-box, .automotive-zapier .zap-toolkit, .automotive-zapier .zap-featured, .automotive-zapier .zap-stats, .automotive-zapier .zap-explore, .automotive-zapier .zap-features, .automotive-zapier .zap-why, .automotive-zapier .zap-cta-box, .consumer-zapier .zap-toolkit, .consumer-zapier .zap-featured, .consumer-zapier .zap-stats, .consumer-zapier .zap-explore, .consumer-zapier .zap-features, .consumer-zapier .zap-why, .consumer-zapier .zap-cta-box, .pharmaceutical-zapier .zap-toolkit, .pharmaceutical-zapier .zap-featured, .pharmaceutical-zapier .zap-stats, .pharmaceutical-zapier .zap-explore, .pharmaceutical-zapier .zap-features, .pharmaceutical-zapier .zap-why, .pharmaceutical-zapier .zap-cta-box, .electronics-zapier .zap-toolkit, .electronics-zapier .zap-featured, .electronics-zapier .zap-stats, .electronics-zapier .zap-explore, .electronics-zapier .zap-features, .electronics-zapier .zap-why, .electronics-zapier .zap-cta-box, .industrial-zapier .zap-toolkit, .industrial-zapier .zap-featured, .industrial-zapier .zap-stats, .industrial-zapier .zap-explore, .industrial-zapier .zap-features, .industrial-zapier .zap-why, .industrial-zapier .zap-cta-box {
    padding: 56px 24px;
  }

  .aerospace-zapier .zap-features-inner, .automotive-zapier .zap-features-inner, .consumer-zapier .zap-features-inner, .pharmaceutical-zapier .zap-features-inner, .electronics-zapier .zap-features-inner, .industrial-zapier .zap-features-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .aerospace-zapier .zap-feature-col:first-child, .automotive-zapier .zap-feature-col:first-child, .consumer-zapier .zap-feature-col:first-child, .pharmaceutical-zapier .zap-feature-col:first-child, .electronics-zapier .zap-feature-col:first-child, .industrial-zapier .zap-feature-col:first-child {
    border-right: none;
    border-bottom: 1px solid var(--zap-border);
    padding-bottom: 32px;
    padding-right: 0;
  }

  .aerospace-zapier .zap-feature-col:last-child, .automotive-zapier .zap-feature-col:last-child, .consumer-zapier .zap-feature-col:last-child, .pharmaceutical-zapier .zap-feature-col:last-child, .electronics-zapier .zap-feature-col:last-child, .industrial-zapier .zap-feature-col:last-child {
    padding-top: 32px;
    padding-left: 0;
  }

  .aerospace-zapier .zap-toolkit-cards, .aerospace-zapier .zap-explore-grid, .automotive-zapier .zap-toolkit-cards, .automotive-zapier .zap-explore-grid, .consumer-zapier .zap-toolkit-cards, .consumer-zapier .zap-explore-grid, .pharmaceutical-zapier .zap-toolkit-cards, .pharmaceutical-zapier .zap-explore-grid, .electronics-zapier .zap-toolkit-cards, .electronics-zapier .zap-explore-grid, .industrial-zapier .zap-toolkit-cards, .industrial-zapier .zap-explore-grid, .aerospace-zapier .zap-stats-grid, .automotive-zapier .zap-stats-grid, .consumer-zapier .zap-stats-grid, .pharmaceutical-zapier .zap-stats-grid, .electronics-zapier .zap-stats-grid, .industrial-zapier .zap-stats-grid {
    grid-template-columns: 1fr;
  }

  .aerospace-zapier .zap-trusted-logos, .automotive-zapier .zap-trusted-logos, .consumer-zapier .zap-trusted-logos, .pharmaceutical-zapier .zap-trusted-logos, .electronics-zapier .zap-trusted-logos, .industrial-zapier .zap-trusted-logos {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .about-zapier .about-mission-story-grid {
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-2x2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-2x2 .about-grid-card {
    border-bottom: 1px solid #e5e7eb !important;
    border-right: none !important;
  }

  .about-zapier .about-grid-2x2 .about-grid-card:last-child {
    border-bottom: none !important;
  }

  .about-zapier .about-grid-1x3 {
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-1x3 .about-grid-card {
    border-right: none !important;
  }

  .about-zapier .about-grid-1x4 {
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-1x4 .about-grid-card {
    border-bottom: 1px solid #e5e7eb !important;
    border-right: none !important;
  }

  .about-zapier .about-grid-1x4 .about-grid-card:last-child {
    border-bottom: none !important;
  }
}

@media (max-width: 768px) {
  .about-zapier .zap-frame {
    padding: 0 20px;
  }

  .about-zapier .about-hero {
    padding: 48px 0 40px;
  }

  .about-zapier .about-hero-title {
    font-size: 1.375rem;
  }

  .about-zapier .about-cta {
    margin: 0 -20px;
    padding: 48px 20px;
  }
}

@media (max-width: 900px) {
  .about-zapier .careers-zap-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .about-zapier .careers-zap-tab:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .about-zapier .careers-zap-tabs {
    grid-template-columns: 1fr;
  }

  .about-zapier .careers-zap-tab {
    border-bottom: 1px solid #e5e7eb;
    border-right: none !important;
  }

  .about-zapier .careers-zap-tab:last-child {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .about-zapier.contact-us-page .contact-form-row-2col {
    grid-template-columns: 1fr;
  }

  .about-zapier.contact-us-page .contact-form {
    padding: 28px 20px 36px;
  }
}

@media (max-width: 900px) {
  .company-values-row {
    grid-template-columns: 1fr 1fr;
  }

  .company-value-cell:nth-child(2n) {
    border-right: none;
  }

  .company-value-cell:nth-child(n+3) {
    border-bottom: 1px solid #e5e7eb;
  }

  .company-cta-bar-inner {
    text-align: center;
    flex-direction: column;
  }

  .company-careers-split {
    grid-template-columns: 1fr;
  }

  .company-careers-sidebar {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
    flex-wrap: wrap;
    display: flex;
  }

  .company-careers-sidebar button {
    border-bottom: none;
    border-right: 1px solid #e5e7eb;
    flex: 1;
    min-width: 140px;
  }

  .company-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .company-alt-frame {
    padding: 0 20px 48px;
  }

  .company-alt-hero {
    padding-left: 20px;
  }

  .company-alt-title {
    font-size: 1.375rem;
  }

  .company-values-row {
    grid-template-columns: 1fr;
  }

  .company-value-cell {
    border-bottom: 1px solid #e5e7eb;
    border-right: none !important;
  }

  .company-value-cell:last-child {
    border-bottom: none;
  }

  .company-careers-sidebar {
    flex-direction: column;
  }

  .company-careers-sidebar button {
    border-bottom: 1px solid #e5e7eb;
    min-width: 0;
    border-right: none !important;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: var(--rich-black);
    --foreground: var(--tesla-white);
  }
}

html::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

.page-marketing .banner {
  min-height: 420px;
  padding: 60px 40px;
}

.page-marketing .banner .content {
  max-width: 640px;
}

.page-marketing .banner .banner-badge {
  background: #171a2033;
  border-radius: 6px;
  padding: 8px 16px;
}

.page-marketing .banner .features-text-only .feature {
  border-bottom: 1px solid #ffffff26;
  padding: 8px 0;
}

.page-marketing .banner .features-text-only .feature:last-of-type {
  border-bottom: none;
}

.page-marketing .prod-container {
  padding: 80px 40px;
  background: #fafbfc !important;
}

.page-marketing .prod-container .card {
  border: 1px solid #aeb0b233;
  border-radius: 12px;
  transition: box-shadow .25s, border-color .25s;
  box-shadow: 0 1px 3px #0000000f;
}

.page-marketing .prod-container .card:hover {
  border-color: #171a204d;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px #00000014;
}

.page-marketing .prod-container .learn-more {
  color: #171a20;
}

.page-marketing .prod-container .learn-more:hover {
  color: #374151;
}

.page-marketing .stats-container {
  border-radius: 0;
  padding: 48px 40px;
}

.page-marketing .stats-container .stat-item {
  border-right: 1px solid #fff3;
  padding: 0 32px;
}

.page-marketing .stats-container .stat-item:last-child {
  border-right: none;
}

.page-marketing .a-container {
  padding: 60px 40px;
}

.page-marketing .a-container .strength-section {
  border-bottom: 1px solid #aeb0b24d;
  padding: 48px 0;
}

.page-marketing .a-container .strength-section:last-of-type {
  border-bottom: none;
}

.page-marketing .b-container .maincontent {
  background: #fff;
  border: 1px solid #aeb0b233;
  border-radius: 12px;
  padding: 24px;
}

.timeline-section .how-works-row {
  flex-flow: wrap !important;
  justify-content: center !important;
  gap: 24px !important;
  display: flex !important;
}

.timeline-section .how-works-row .timeline-item {
  box-sizing: border-box;
  min-width: 220px;
  max-width: 280px;
  width: calc(25% - 18px) !important;
}

@media (max-width: 1024px) {
  .timeline-section .how-works-row .timeline-item {
    width: calc(50% - 12px) !important;
  }
}

@media (max-width: 600px) {
  .timeline-section .how-works-row .timeline-item {
    min-width: 0;
    width: 100% !important;
  }
}

.page-marketing .c-container-5-items .card {
  border: 1px solid #aeb0b226;
  border-radius: 12px;
  box-shadow: 0 1px 3px #0000000f;
}

.page-marketing .c-container-5-items .card:hover {
  border-color: #171a2033;
}

.page-marketing .c-container-3-items .card {
  border: 1px solid #aeb0b226;
  border-radius: 12px;
  box-shadow: 0 1px 3px #0000000f;
}

.page-marketing .c-container-3-items .card .feature svg circle {
  fill: #171a20 !important;
}

.page-marketing .customer-say {
  background: #fafbfc !important;
}

.page-marketing .customer-say .card {
  border: 1px solid #aeb0b226;
  border-radius: 12px;
}

.page-marketing .faq-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 40px;
}

.page-marketing .faq-container h2 {
  letter-spacing: -.02em;
  color: #171a20;
  text-align: center;
  margin: 0 0 40px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.page-marketing .faq-item {
  background: #fff;
  border: 1px solid #aeb0b233;
  border-radius: 10px;
  margin-bottom: 12px;
  transition: box-shadow .25s, border-color .25s;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000000a;
}

.industries-page .faq-item, .industries-page .faq-question {
  border-radius: 6px;
}

.page-marketing .faq-item:hover {
  border-color: #171a2026;
  box-shadow: 0 2px 8px #0000000f;
}

.page-marketing .faq-item:last-child {
  margin-bottom: 0;
}

.page-marketing .faq-question {
  color: #171a20;
  border-radius: 10px;
  gap: 16px;
  padding: 18px 24px;
  font-size: 1rem;
  font-weight: 600;
}

.page-marketing .faq-question .icon {
  color: #374151;
  background: #171a200f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
}

.page-marketing .faq-item:hover .faq-question .icon {
  background: #171a201a;
}

.page-marketing .faq-answer {
  color: #4b5563;
  padding: 0 24px 20px 68px;
  font-size: .9375rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .page-marketing .faq-container {
    padding: 48px 20px;
  }

  .page-marketing .faq-container h2 {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }

  .page-marketing .faq-question {
    padding: 16px 18px;
    font-size: .9375rem;
  }

  .page-marketing .faq-answer {
    padding: 0 18px 16px;
  }
}

.page-marketing .foot-banner {
  padding: 60px 40px;
}

.page-marketing .foot-banner .learn-more a {
  border-radius: 4px;
  padding: 14px 32px;
  font-weight: 600;
}

.page-marketing .content-container {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-marketing .vm-card {
  border: 1px solid #aeb0b233;
  border-radius: 12px;
  overflow: hidden;
}

.page-marketing .streamline, .page-marketing .future {
  border-radius: 0;
}

.page-marketing .prod-container h2, .page-marketing .c-container-5-items h2, .page-marketing .c-container-3-items h2, .page-marketing .b-container h2 {
  letter-spacing: -.02em;
  font-size: 1.75rem;
  line-height: 1.3;
}

.page-marketing.layout-alt .hero-trusted {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 48px 64px;
}

.page-marketing.layout-alt .hero-trusted-headline {
  box-sizing: border-box;
  align-items: center;
  gap: 24px;
  width: 100vw;
  margin: 0 0 40px calc(50% - 50vw);
  display: flex;
}

.page-marketing.layout-alt .hero-trusted-title {
  text-align: left;
  color: #374151;
  flex-shrink: 0;
  margin: 0;
  padding: 0 24px 0 0;
  font-size: .9375rem;
  font-weight: 500;
}

.page-marketing.layout-alt .hero-trusted-logos {
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  gap: 32px 40px;
  max-width: 1300px;
  margin: auto auto 40px;
  display: grid;
}

.page-marketing.layout-alt .hero-trusted-logo {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.page-marketing.layout-alt .hero-trusted-logo img {
  object-fit: contain;
  filter: grayscale();
  opacity: .9;
  width: 100%;
}

.page-marketing.layout-alt .hero-trusted-stats {
  margin-top: 40px;
}

.page-marketing.layout-alt .hero-trusted-stats .stat-num {
  font-size: 2rem;
}

.page-marketing.layout-alt .hero-trusted-stats .stat-label {
  font-size: .8rem;
}

.page-marketing.layout-alt .toolkit-strip {
  background: #fff;
  padding: 32px 0 0;
}

.page-marketing.layout-alt .toolkit-label {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #6b7280;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.page-marketing.layout-alt .toolkit-dot {
  background: #dc2626;
  border-radius: 999px;
  width: 8px;
  height: 8px;
}

.page-marketing.layout-alt .toolkit-tabs {
  border-top: 1px solid #e5e7eb;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0 auto;
  display: flex;
}

.page-marketing.layout-alt .toolkit-tab {
  color: #4b5563;
  cursor: default;
  white-space: nowrap;
  background: none;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-left: none;
  padding: 10px 22px;
  font-size: .875rem;
  font-weight: 500;
  position: relative;
}

.page-marketing.layout-alt .toolkit-tab:last-of-type {
  border-right: 1px solid #e5e7eb;
}

.page-marketing.layout-alt .toolkit-tab:first-of-type {
  border-left: 1px solid #e5e7eb;
}

.page-marketing.layout-alt .toolkit-tab-active {
  color: #dc2626;
  border-bottom: none;
}

.page-marketing.layout-alt .toolkit-tab-active:after {
  content: "";
  background: #dc2626;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-marketing.layout-alt .toolkit-feature-three-col {
  background: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 48px 56px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 48px 64px;
  display: grid;
}

.page-marketing.layout-alt .toolkit-feature-col {
  min-width: 0;
}

.page-marketing.layout-alt .toolkit-feature-title {
  color: #171a20;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 48px 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.page-marketing.layout-alt .toolkit-feature-desc {
  color: #374151;
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.page-marketing.layout-alt .toolkit-feature-learn-more {
  color: #dc2626;
  margin-top: 8px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.page-marketing.layout-alt .toolkit-feature-learn-more:hover {
  text-decoration: underline;
}

.page-marketing.layout-alt .toolkit-feature-btn {
  color: #fff;
  background: #dc2626;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: inline-block;
}

.page-marketing.layout-alt .toolkit-feature-btn:hover {
  color: #fff;
  background: #b91c1c;
}

.page-marketing.layout-alt .toolkit-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-marketing.layout-alt .toolkit-feature-list li {
  color: #374151;
  margin-bottom: 14px;
  padding-left: 28px;
  font-size: 1rem;
  line-height: 1.55;
  position: relative;
}

.page-marketing.layout-alt .toolkit-feature-list li:before {
  content: "✓";
  color: #171a20;
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.page-marketing.layout-alt .toolkit-feature-list li:last-child {
  margin-bottom: 0;
}

.page-marketing.layout-alt .toolkit-feature-img {
  object-fit: contain;
  width: 100%;
  max-width: 420px;
  height: auto;
}

.page-marketing.layout-alt .toolkit-feature-params {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-marketing.layout-alt .toolkit-feature-params li {
  color: #374151;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
}

.page-marketing.layout-alt .toolkit-param-dot {
  background: #767676;
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.page-marketing.layout-alt .toolkit-param-label {
  color: #767676;
  min-width: 92px;
}

.page-marketing.layout-alt .toolkit-param-value {
  color: #767676;
}

.page-marketing.layout-alt .toolkit-feature-params li:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-marketing.layout-alt .toolkit-feature-three-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-marketing.layout-alt .toolkit-feature-img {
    max-width: 100%;
  }

  .page-marketing.layout-alt .toolkit-param-label {
    width: 90px;
    min-width: 0;
  }
}

.page-marketing.layout-alt .how-work-with-us {
  text-align: center;
  background: #f3f4f8;
  padding: 72px 40px 80px;
}

.page-marketing.layout-alt .how-work-title {
  margin-bottom: 32px;
}

.page-marketing.layout-alt .how-work-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 48px;
  max-width: 1100px;
  margin: 0 auto 32px;
  display: flex;
}

.page-marketing.layout-alt .how-work-item {
  flex: 220px;
  max-width: 260px;
}

.page-marketing.layout-alt .how-work-icon {
  opacity: .8;
  border: 2px solid;
  border-radius: 999px;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}

.page-marketing.layout-alt .how-work-icon-blue {
  color: #60a5fa;
}

.page-marketing.layout-alt .how-work-icon-teal {
  color: #2dd4bf;
}

.page-marketing.layout-alt .how-work-icon-green {
  color: #4ade80;
}

.page-marketing.layout-alt .how-work-icon-lime {
  color: #a3e635;
}

.page-marketing.layout-alt .how-work-icon-red {
  color: #dc2626;
}

.page-marketing.layout-alt .how-work-journey {
  text-align: center;
}

.page-marketing.layout-alt .how-work-journey-table {
  border: 1px solid #d1d5db;
  max-width: 1040px;
  margin: 0 auto 40px;
}

.page-marketing.layout-alt .how-work-journey-header {
  border-bottom: 1px solid #d1d5db;
  grid-template-columns: 1fr 3fr;
  display: grid;
}

.page-marketing.layout-alt .how-work-journey-steps {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.page-marketing.layout-alt .how-work-journey-header-left {
  text-align: left;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: .8125rem;
  font-weight: 800;
}

.page-marketing.layout-alt .how-work-journey-header-stripe {
  background: repeating-linear-gradient(135deg, #d1d5db 0 1px, #fff0 1px 14px);
  border-left: 1px solid #d1d5db;
}

.page-marketing.layout-alt .how-work-journey-step {
  text-align: center;
  border-left: 1px solid #d1d5db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 118px;
  padding: 28px 18px 22px;
  display: flex;
}

.page-marketing.layout-alt .how-work-journey-step:first-child {
  border-left: none;
}

.page-marketing.layout-alt .how-work-journey-step h3 {
  color: #111827;
  margin: 0 0 10px;
  font-size: .8125rem;
  font-weight: 700;
}

.page-marketing.layout-alt .how-work-journey-step p {
  color: #4b5563;
  margin: 0;
  font-size: .75rem;
  line-height: 1.55;
}

.page-marketing.layout-alt .how-work-journey-icon {
  opacity: 1;
  box-sizing: border-box;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin: 0 0 20px;
}

.page-marketing.layout-alt .how-work-journey-cta {
  justify-content: center;
  display: flex;
}

.page-marketing.layout-alt .how-work-journey-explore-btn {
  color: #dc2626;
  cursor: pointer;
  background: none;
  border: 2px solid #dc2626;
  border-radius: 9999px;
  padding: 10px 34px;
  font-size: .875rem;
  font-weight: 700;
}

.page-marketing.layout-alt .how-work-journey-explore-btn:hover {
  background: #dc262614;
}

@media (max-width: 900px) {
  .page-marketing.layout-alt .how-work-journey-table {
    max-width: 100%;
  }

  .page-marketing.layout-alt .how-work-journey-steps {
    grid-template-columns: 1fr;
  }

  .page-marketing.layout-alt .how-work-journey-step {
    border-top: 1px solid #d1d5db;
    border-left: none;
  }

  .page-marketing.layout-alt .how-work-journey-step:first-child {
    border-top: none;
  }
}

.page-marketing.layout-alt .how-work-item h3 {
  color: #111827;
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
}

.page-marketing.layout-alt .how-work-item p {
  color: #4b5563;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.page-marketing.layout-alt .how-work-cta {
  margin-top: 8px;
}

.page-marketing.layout-alt .how-work-btn {
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 768px) {
  .page-marketing.layout-alt .how-work-with-us {
    padding: 56px 20px 64px;
  }

  .page-marketing.layout-alt .how-work-grid {
    gap: 24px;
  }
}

.page-marketing.layout-alt .hero-center {
  box-sizing: border-box;
  color: #171a20;
  width: 100vw;
  max-width: 100vw;
  min-height: 480px;
  margin-left: calc(50% - 50vw);
  padding: 0;
  position: static;
}

.page-marketing.layout-alt .hero-center.hero-two-col {
  border-bottom: none;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 48px;
  max-width: 1400px;
  margin: auto;
  padding: 80px 48px 32px;
  display: grid;
}

.page-marketing.layout-alt .hero-two-col .hero-center-inner {
  text-align: left;
  width: 100%;
  max-width: 520px;
}

.page-marketing.layout-alt .hero-two-col .hero-right {
  width: 100%;
  max-width: 520px;
}

.page-marketing.layout-alt .hero-title-above-card {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #171a20;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  padding: 8px 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}

.page-marketing.layout-alt .hero-title-above-card.hero-title-underline:after {
  margin-left: auto;
  margin-right: auto;
}

.page-marketing.layout-alt .hero-center-inner.hero-card, .page-marketing.layout-alt .hero-upload-card {
  box-shadow: none;
  background: #fff;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
  padding: 60px 20px;
}

.page-marketing.layout-alt .hero-card .hero-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #171a20;
  border-radius: 10px;
  margin: 0 0 10px;
  padding: 12px 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}

.page-marketing.layout-alt .hero-upload-heading {
  color: #171a20;
  text-align: center;
  margin: 0 0 20px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
}

.page-marketing.layout-alt .hero-upload-placeholder {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.page-marketing.layout-alt .hero-upload-placeholder-img {
  vertical-align: middle;
  object-fit: contain;
  width: 60%;
  height: auto;
  display: block;
}

.page-marketing.layout-alt .hero-file-types-box {
  border: 1px dashed #e5e7eb;
  border-radius: 8px;
  margin: 0 0 20px;
  padding: 12px;
}

.page-marketing.layout-alt .hero-file-types-box .hero-file-types {
  color: #6b7280;
  text-align: left;
  margin: 0 0 12px;
  padding-left: 1.25rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.55;
  list-style: outside;
}

.page-marketing.layout-alt .hero-file-types-box .hero-file-types li:last-child {
  margin-bottom: 0;
}

.page-marketing.layout-alt .hero-file-types {
  color: #6b7280;
  margin: 0 0 16px;
  padding-left: 1.25rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.55;
  list-style: outside;
}

.page-marketing.layout-alt .hero-file-types li {
  margin-bottom: 8px;
}

.page-marketing.layout-alt .hero-upload-card .hero-disclaimer {
  text-align: center;
  margin: 0 0 20px;
  font-style: italic;
}

.page-marketing.layout-alt .hero-file-types-box .hero-disclaimer {
  text-align: center;
  color: #9ca3af;
  margin: 0;
  padding-top: 4px;
  font-size: 1.2rem;
  font-style: italic;
}

.page-marketing.layout-alt .hero-upload-btn {
  color: #fff;
  cursor: pointer;
  background: #c00000;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s, transform .2s;
  display: inline-flex;
}

.page-marketing.layout-alt .hero-upload-btn:hover {
  background: #a00000;
  transform: translateY(-1px);
}

.page-marketing.layout-alt .hero-upload-icon {
  flex-shrink: 0;
}

.page-marketing.layout-alt .hero-title-accent {
  color: #c00000;
}

.page-marketing.layout-alt .hero-feature-list {
  color: #374151;
  margin: 0 0 28px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  list-style: none;
}

.page-marketing.layout-alt .hero-feature-list li {
  margin-bottom: 10px;
}

.page-marketing.layout-alt .hero-feature-list strong {
  font-weight: 700;
}

.page-marketing.layout-alt .hero-cta-rapid {
  color: #fff;
  cursor: pointer;
  background: #c00000;
  border: none;
  border-radius: 4px;
  max-width: 280px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s, transform .2s;
  display: block;
}

.page-marketing.layout-alt .hero-cta-rapid:hover {
  background: #c00000;
  transform: translateY(-1px);
}

.page-marketing.layout-alt .hero-disclaimer {
  color: #9ca3af;
  margin: 20px 0 0;
  font-size: .8125rem;
}

.page-marketing.layout-alt .hero-right-caption {
  color: #171a20;
  text-align: center;
  margin: 0 0 80px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.page-marketing.layout-alt .hero-right-img {
  object-fit: contain;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.page-marketing.layout-alt .capabilities-strip {
  background: #f5f6f8;
  padding: 72px 40px;
}

.page-marketing.layout-alt .section-title {
  text-align: center;
  color: #171a20;
  margin: 0 0 48px;
  font-size: 1.75rem;
  font-weight: 700;
}

.page-marketing.layout-alt .capabilities-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.page-marketing.layout-alt .capability-item {
  text-align: center;
  color: #171a20;
  background: #fff;
  border: 1px solid #0000000f;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: flex;
}

.page-marketing.layout-alt .capability-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px #0000001a;
}

.page-marketing.layout-alt .capability-img-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  width: 100%;
  max-height: 160px;
  margin-bottom: 16px;
  overflow: hidden;
}

.page-marketing.layout-alt .capability-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-marketing.layout-alt .capability-title {
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 700;
}

.page-marketing.layout-alt .capability-desc {
  color: #4b5563;
  flex: 1;
  margin-bottom: 12px;
  font-size: .9rem;
  line-height: 1.5;
}

.page-marketing.layout-alt .capability-link {
  color: #171a20;
  font-size: .95rem;
  font-weight: 600;
}

.page-marketing.layout-alt .stats-and-two-col {
  background: #fff;
  padding: 72px 40px;
}

.page-marketing.layout-alt .stats-logos-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px 56px;
  margin-bottom: 48px;
  display: flex;
}

.page-marketing.layout-alt .stats-logo {
  justify-content: center;
  align-items: center;
  height: 28px;
  display: flex;
}

.page-marketing.layout-alt .stats-logo img {
  object-fit: contain;
  filter: grayscale();
  opacity: .85;
  width: auto;
  max-width: 90px;
  max-height: 28px;
}

.page-marketing.layout-alt .stats-row {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1300px;
  margin: 0 200px;
  display: grid;
}

.page-marketing.layout-alt .stat-item {
  text-align: center;
}

.page-marketing.layout-alt .stat-num {
  color: #6b7280;
  letter-spacing: -.02em;
  font-size: 3rem;
  display: block;
}

.page-marketing.layout-alt .stat-label {
  color: #6b7280;
  margin-top: 4px;
  font-size: .95rem;
  display: block;
}

.page-marketing.layout-alt .industries-grid {
  background: #0b0b0f;
  padding: 0;
}

.page-marketing.layout-alt .industries-explore {
  color: #f9fafb;
}

.page-marketing.layout-alt .industries-strip-label {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f97316;
  background: #0b0b0f;
  border-bottom: 1px solid #f973164d;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.page-marketing.layout-alt .industries-strip-dot {
  background: #f97316;
  width: 20px;
  height: 2px;
}

.page-marketing.layout-alt .industries-explore-cards {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
}

.page-marketing.layout-alt .industry-card {
  color: inherit;
  background: #111827;
  border-left: 1px solid #262626;
  border-right: 1px solid #262626;
  flex-direction: column;
  gap: 10px;
  padding: 32px 28px 28px;
  text-decoration: none;
  display: flex;
}

.page-marketing.layout-alt .industry-card:first-of-type {
  border-left-color: #0000;
}

.page-marketing.layout-alt .industry-card:last-of-type {
  border-right-color: #0000;
}

.page-marketing.layout-alt .industry-card-icon {
  background: #f97316;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
}

.page-marketing.layout-alt .industry-card h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.page-marketing.layout-alt .industry-card p {
  color: #d1d5db;
  flex: 1;
  margin: 0 0 8px;
  font-size: .9rem;
  line-height: 1.6;
}

.page-marketing.layout-alt .industry-card .card-link {
  color: #f97316;
  align-items: center;
  gap: 4px;
  font-size: .9rem;
  font-weight: 600;
  display: inline-flex;
}

.page-marketing.layout-alt .timeline-section {
  background: #fff;
  padding: 72px 40px;
}

.page-marketing.layout-alt .timeline-item {
  background: #f8f9fb;
  border: 1px solid #0000000f;
  border-radius: 16px;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  overflow: hidden;
}

.page-marketing.layout-alt .timeline-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #00000014;
}

.page-marketing.layout-alt .timeline-marker {
  padding: 16px 20px 0;
}

.page-marketing.layout-alt .timeline-num {
  color: #fff;
  background: #c00000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
}

.page-marketing.layout-alt .timeline-content {
  padding: 16px 20px 24px;
}

.page-marketing.layout-alt .timeline-content img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-height: 120px;
  margin-bottom: 14px;
}

.page-marketing.layout-alt .timeline-content h3 {
  color: #171a20;
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.page-marketing.layout-alt .timeline-content p {
  color: #4b5563;
  margin: 0;
  font-size: .9rem;
  line-height: 1.6;
}

.page-marketing.layout-alt .timeline-cta {
  text-align: center;
  margin-top: 24px;
}

.page-marketing.layout-alt .btn-primary {
  color: #fff;
  cursor: pointer;
  background: #c00000;
  border: none;
  border-radius: 4px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s, transform .2s;
}

.page-marketing.layout-alt .btn-primary:hover {
  background: #b91c1c;
  transform: translateY(-2px);
}

.page-marketing.layout-alt .faq-two-col {
  text-align: center;
  background: #f5f6f8;
  padding: 72px 40px 80px;
}

.page-marketing.layout-alt .faq-single .section-title {
  margin-bottom: 32px;
}

.page-marketing.layout-alt .faq-card {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.page-marketing.layout-alt .faq-row {
  border-bottom: 1px solid #0000004d;
}

.page-marketing.layout-alt .faq-row:last-of-type {
  border-bottom: none;
}

.page-marketing.layout-alt .faq-row-q {
  text-align: left;
  color: #111827;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 18px 24px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.page-marketing.layout-alt .faq-icon {
  color: #f97316;
  background: none;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  display: inline-flex;
}

.page-marketing.layout-alt .faq-row-a {
  color: #4b5563;
  padding: 0 24px 18px 44px;
  font-size: .95rem;
  line-height: 1.7;
}

.page-marketing.layout-alt .cta-split {
  color: #fff;
  background: #171a20;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 56px 40px;
  display: grid;
}

.page-marketing.layout-alt .cta-split-text h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 1.75rem;
}

.page-marketing.layout-alt .cta-split-text p {
  opacity: .9;
  margin: 0;
  font-size: 1rem;
}

.page-marketing.layout-alt .cta-btn {
  color: #171a20;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 600;
  transition: opacity .2s, transform .2s;
}

.page-marketing.layout-alt .cta-btn:hover {
  opacity: .95;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .page-marketing.layout-alt .capabilities-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-marketing.layout-alt .industries-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .page-marketing.layout-alt .hero-center.hero-two-col {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 56px 24px;
  }

  .page-marketing.layout-alt .hero-two-col .hero-center-inner {
    text-align: center;
  }

  .page-marketing.layout-alt .hero-right {
    order: -1;
  }

  .page-marketing.layout-alt .faq-columns {
    grid-template-columns: 1fr;
  }

  .page-marketing.layout-alt .cta-split {
    text-align: center;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-marketing.layout-alt .industries-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .page-marketing.layout-alt .capabilities-list, .page-marketing.layout-alt .industries-cards {
    grid-template-columns: 1fr;
  }
}

.btn-confirm, .btn-primary-action, button.btn-confirm, a.btn-confirm, input[type="submit"].btn-confirm {
  border-color: #c00000;
  color: #fff !important;
  background-color: #c00000 !important;
}

.btn-confirm:hover, .btn-primary-action:hover, button.btn-confirm:hover, a.btn-confirm:hover, input[type="submit"].btn-confirm:hover {
  color: #fff !important;
  background-color: #c00000 !important;
}

.topbar-header {
  border-color: #e2e8f0;
  padding-left: 0;
  padding-right: 0;
}

.topbar-inner {
  justify-content: space-between;
  align-items: stretch;
  width: 1400px;
  margin: 0 auto;
  display: flex;
}

.topbar-contact-btn {
  color: #fff;
  letter-spacing: .02em;
  background-color: #c00000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, transform .15s;
  display: inline-flex;
}

.topbar-contact-btn:hover {
  color: #fff;
  background-color: #c00000;
}

.topbar-nav {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 2px;
  flex-wrap: nowrap;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  min-width: 0;
  margin-left: 0;
  display: grid;
  overflow: hidden;
}

.topbar-nav__item {
  color: #444;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid #e5e5e5;
  padding: 0 1px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: block;
}

.topbar-nav__item:last-child {
  border-right: none;
}

.topbar-nav__tile {
  background-color: #fff;
  height: 100%;
  display: flex;
}

.topbar-nav__tile-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 14px 8px;
  display: flex;
}

.topbar-nav__item:hover .topbar-nav__tile-inner, .topbar-nav__item--active .topbar-nav__tile-inner {
  color: #c00000;
  background-color: #ffe9de;
}

.topbar-nav__item--active .topbar-nav__label {
  text-decoration: underline;
}

.topbar-nav__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  display: flex;
}

.nav-icon {
  display: block;
}

.nav-icon--active, .topbar-nav__item--active .nav-icon--default, .topbar-nav__item:hover .nav-icon--default {
  display: none;
}

.topbar-nav__item--active .nav-icon--active, .topbar-nav__item:hover .nav-icon--active {
  display: block;
}

.topbar-nav__label {
  font-size: .78rem;
  line-height: 1.2;
}

.topbar-right .userlink:has(.topbar-signin-text) {
  color: #c00000;
  letter-spacing: .02em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: inline-flex;
}

.topbar-signin-text {
  color: inherit;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 600;
}

.topbar-right {
  border-right: 1px solid #e5e5e5;
  align-self: stretch;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.topbar-right .header__contact-manager.contact-us-btn {
  align-self: center;
}

.aerospace-zapier, .automotive-zapier, .consumer-zapier, .pharmaceutical-zapier, .electronics-zapier, .industrial-zapier {
  --zap-accent: #dc2626;
  --zap-text: #111827;
  --zap-muted: #6b7280;
  --zap-border: #e5e7eb;
  --zap-line: #e8eaed;
}

.aerospace-zapier .zap-frame, .automotive-zapier .zap-frame, .consumer-zapier .zap-frame, .pharmaceutical-zapier .zap-frame, .electronics-zapier .zap-frame, .industrial-zapier .zap-frame {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.aerospace-zapier .zap-frame:before, .aerospace-zapier .zap-frame:after, .automotive-zapier .zap-frame:before, .automotive-zapier .zap-frame:after, .consumer-zapier .zap-frame:before, .consumer-zapier .zap-frame:after, .pharmaceutical-zapier .zap-frame:before, .pharmaceutical-zapier .zap-frame:after, .electronics-zapier .zap-frame:before, .electronics-zapier .zap-frame:after, .industrial-zapier .zap-frame:before, .industrial-zapier .zap-frame:after {
  content: "";
  background: var(--zap-line);
  z-index: 1;
  pointer-events: none;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.aerospace-zapier .zap-frame:before, .automotive-zapier .zap-frame:before, .consumer-zapier .zap-frame:before, .pharmaceutical-zapier .zap-frame:before, .electronics-zapier .zap-frame:before, .industrial-zapier .zap-frame:before {
  left: 0;
}

.aerospace-zapier .zap-frame:after, .automotive-zapier .zap-frame:after, .consumer-zapier .zap-frame:after, .pharmaceutical-zapier .zap-frame:after, .electronics-zapier .zap-frame:after, .industrial-zapier .zap-frame:after {
  right: 0;
}

.aerospace-zapier .zap-section-divider, .automotive-zapier .zap-section-divider, .consumer-zapier .zap-section-divider, .pharmaceutical-zapier .zap-section-divider, .electronics-zapier .zap-section-divider, .industrial-zapier .zap-section-divider {
  position: relative;
}

.aerospace-zapier .zap-section-divider:before, .automotive-zapier .zap-section-divider:before, .consumer-zapier .zap-section-divider:before, .pharmaceutical-zapier .zap-section-divider:before, .electronics-zapier .zap-section-divider:before, .industrial-zapier .zap-section-divider:before {
  content: "";
  background: var(--zap-line);
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aerospace-zapier .zap-hero, .automotive-zapier .zap-hero, .consumer-zapier .zap-hero, .pharmaceutical-zapier .zap-hero, .electronics-zapier .zap-hero, .industrial-zapier .zap-hero {
  text-align: center;
  background: #fff;
  padding: 80px 40px 64px;
}

.aerospace-zapier .zap-hero-inner, .automotive-zapier .zap-hero-inner, .consumer-zapier .zap-hero-inner, .pharmaceutical-zapier .zap-hero-inner, .electronics-zapier .zap-hero-inner, .industrial-zapier .zap-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.aerospace-zapier .zap-hero h1, .automotive-zapier .zap-hero h1, .consumer-zapier .zap-hero h1, .pharmaceutical-zapier .zap-hero h1, .electronics-zapier .zap-hero h1, .industrial-zapier .zap-hero h1 {
  letter-spacing: -.03em;
  color: var(--zap-text);
  margin: 0 0 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.aerospace-zapier .zap-hero-sub, .automotive-zapier .zap-hero-sub, .consumer-zapier .zap-hero-sub, .pharmaceutical-zapier .zap-hero-sub, .electronics-zapier .zap-hero-sub, .industrial-zapier .zap-hero-sub {
  color: var(--zap-muted);
  margin: 0 0 32px;
  font-size: 1.25rem;
  line-height: 1.6;
}

.aerospace-zapier .zap-hero-cta, .automotive-zapier .zap-hero-cta, .consumer-zapier .zap-hero-cta, .pharmaceutical-zapier .zap-hero-cta, .electronics-zapier .zap-hero-cta, .industrial-zapier .zap-hero-cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.aerospace-zapier .zap-btn-primary, .automotive-zapier .zap-btn-primary, .consumer-zapier .zap-btn-primary, .pharmaceutical-zapier .zap-btn-primary, .electronics-zapier .zap-btn-primary, .industrial-zapier .zap-btn-primary {
  background: var(--zap-accent);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity .2s, transform .2s;
}

.aerospace-zapier .zap-btn-primary:hover, .automotive-zapier .zap-btn-primary:hover, .consumer-zapier .zap-btn-primary:hover, .pharmaceutical-zapier .zap-btn-primary:hover, .electronics-zapier .zap-btn-primary:hover, .industrial-zapier .zap-btn-primary:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.aerospace-zapier .zap-btn-secondary, .automotive-zapier .zap-btn-secondary, .consumer-zapier .zap-btn-secondary, .pharmaceutical-zapier .zap-btn-secondary, .electronics-zapier .zap-btn-secondary, .industrial-zapier .zap-btn-secondary {
  color: var(--zap-text);
  border: 2px solid var(--zap-border);
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  transition: border-color .2s, background .2s;
}

.aerospace-zapier .zap-btn-secondary:hover, .automotive-zapier .zap-btn-secondary:hover, .consumer-zapier .zap-btn-secondary:hover, .pharmaceutical-zapier .zap-btn-secondary:hover, .electronics-zapier .zap-btn-secondary:hover, .industrial-zapier .zap-btn-secondary:hover {
  border-color: var(--zap-text);
  background: #f9fafb;
}

.aerospace-zapier .zap-trusted, .automotive-zapier .zap-trusted, .consumer-zapier .zap-trusted, .pharmaceutical-zapier .zap-trusted, .electronics-zapier .zap-trusted, .industrial-zapier .zap-trusted {
  background: #fff;
  padding: 32px 40px 48px;
}

.aerospace-zapier .zap-trusted-inner, .automotive-zapier .zap-trusted-inner, .consumer-zapier .zap-trusted-inner, .pharmaceutical-zapier .zap-trusted-inner, .electronics-zapier .zap-trusted-inner, .industrial-zapier .zap-trusted-inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.aerospace-zapier .zap-trusted-label, .automotive-zapier .zap-trusted-label, .consumer-zapier .zap-trusted-label, .pharmaceutical-zapier .zap-trusted-label, .electronics-zapier .zap-trusted-label, .industrial-zapier .zap-trusted-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--zap-muted);
  margin-bottom: 24px;
  font-size: .75rem;
  font-weight: 500;
  display: block;
}

.aerospace-zapier .zap-trusted-logos, .automotive-zapier .zap-trusted-logos, .consumer-zapier .zap-trusted-logos, .pharmaceutical-zapier .zap-trusted-logos, .electronics-zapier .zap-trusted-logos, .industrial-zapier .zap-trusted-logos {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
  display: flex;
}

.aerospace-zapier .zap-trusted-logos img, .automotive-zapier .zap-trusted-logos img, .consumer-zapier .zap-trusted-logos img, .pharmaceutical-zapier .zap-trusted-logos img, .electronics-zapier .zap-trusted-logos img, .industrial-zapier .zap-trusted-logos img {
  object-fit: contain;
  filter: grayscale();
  opacity: .7;
  max-width: 100px;
  height: 28px;
}

.aerospace-zapier .zap-toolkit, .automotive-zapier .zap-toolkit, .consumer-zapier .zap-toolkit, .pharmaceutical-zapier .zap-toolkit, .electronics-zapier .zap-toolkit, .industrial-zapier .zap-toolkit {
  padding: 72px 40px;
  position: relative;
}

.aerospace-zapier .zap-toolkit:after, .automotive-zapier .zap-toolkit:after, .consumer-zapier .zap-toolkit:after, .pharmaceutical-zapier .zap-toolkit:after, .electronics-zapier .zap-toolkit:after, .industrial-zapier .zap-toolkit:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: #f9fafb;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aerospace-zapier .zap-toolkit h2, .aerospace-zapier .zap-toolkit-cards, .automotive-zapier .zap-toolkit h2, .automotive-zapier .zap-toolkit-cards, .consumer-zapier .zap-toolkit h2, .consumer-zapier .zap-toolkit-cards, .pharmaceutical-zapier .zap-toolkit h2, .pharmaceutical-zapier .zap-toolkit-cards, .electronics-zapier .zap-toolkit h2, .electronics-zapier .zap-toolkit-cards, .industrial-zapier .zap-toolkit h2, .industrial-zapier .zap-toolkit-cards {
  z-index: 1;
  position: relative;
}

.aerospace-zapier .zap-toolkit h2, .automotive-zapier .zap-toolkit h2, .consumer-zapier .zap-toolkit h2, .pharmaceutical-zapier .zap-toolkit h2, .electronics-zapier .zap-toolkit h2, .industrial-zapier .zap-toolkit h2 {
  color: var(--zap-text);
  text-align: center;
  margin: 0 0 48px;
  font-size: 1.75rem;
  font-weight: 700;
}

.aerospace-zapier .zap-toolkit-cards, .automotive-zapier .zap-toolkit-cards, .consumer-zapier .zap-toolkit-cards, .pharmaceutical-zapier .zap-toolkit-cards, .electronics-zapier .zap-toolkit-cards, .industrial-zapier .zap-toolkit-cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.aerospace-zapier .zap-toolkit-card, .automotive-zapier .zap-toolkit-card, .consumer-zapier .zap-toolkit-card, .pharmaceutical-zapier .zap-toolkit-card, .electronics-zapier .zap-toolkit-card, .industrial-zapier .zap-toolkit-card {
  border: 1px solid var(--zap-border);
  background: #f9fafb;
  border-radius: 6px;
  padding: 28px 24px;
  transition: box-shadow .25s;
}

.aerospace-zapier .zap-toolkit-card:hover, .automotive-zapier .zap-toolkit-card:hover, .consumer-zapier .zap-toolkit-card:hover, .pharmaceutical-zapier .zap-toolkit-card:hover, .electronics-zapier .zap-toolkit-card:hover, .industrial-zapier .zap-toolkit-card:hover {
  box-shadow: 0 4px 16px #0000000f;
}

.aerospace-zapier .zap-toolkit-card h3, .automotive-zapier .zap-toolkit-card h3, .consumer-zapier .zap-toolkit-card h3, .pharmaceutical-zapier .zap-toolkit-card h3, .electronics-zapier .zap-toolkit-card h3, .industrial-zapier .zap-toolkit-card h3 {
  color: var(--zap-text);
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

.aerospace-zapier .zap-toolkit-card p, .automotive-zapier .zap-toolkit-card p, .consumer-zapier .zap-toolkit-card p, .pharmaceutical-zapier .zap-toolkit-card p, .electronics-zapier .zap-toolkit-card p, .industrial-zapier .zap-toolkit-card p {
  color: var(--zap-muted);
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.aerospace-zapier .zap-featured, .automotive-zapier .zap-featured, .consumer-zapier .zap-featured, .pharmaceutical-zapier .zap-featured, .electronics-zapier .zap-featured, .industrial-zapier .zap-featured {
  background: #fff;
  padding: 72px 40px;
}

.aerospace-zapier .zap-featured-inner, .automotive-zapier .zap-featured-inner, .consumer-zapier .zap-featured-inner, .pharmaceutical-zapier .zap-featured-inner, .electronics-zapier .zap-featured-inner, .industrial-zapier .zap-featured-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.aerospace-zapier .zap-featured h2, .automotive-zapier .zap-featured h2, .consumer-zapier .zap-featured h2, .pharmaceutical-zapier .zap-featured h2, .electronics-zapier .zap-featured h2, .industrial-zapier .zap-featured h2 {
  color: var(--zap-text);
  margin: 0 0 24px;
  font-size: 1.75rem;
  font-weight: 700;
}

.aerospace-zapier .zap-featured p, .automotive-zapier .zap-featured p, .consumer-zapier .zap-featured p, .pharmaceutical-zapier .zap-featured p, .electronics-zapier .zap-featured p, .industrial-zapier .zap-featured p {
  color: var(--zap-muted);
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.aerospace-zapier .zap-stats, .automotive-zapier .zap-stats, .consumer-zapier .zap-stats, .pharmaceutical-zapier .zap-stats, .electronics-zapier .zap-stats, .industrial-zapier .zap-stats {
  padding: 72px 40px;
  position: relative;
}

.aerospace-zapier .zap-stats:after, .automotive-zapier .zap-stats:after, .consumer-zapier .zap-stats:after, .pharmaceutical-zapier .zap-stats:after, .electronics-zapier .zap-stats:after, .industrial-zapier .zap-stats:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: #f9fafb;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aerospace-zapier .zap-stats-inner, .automotive-zapier .zap-stats-inner, .consumer-zapier .zap-stats-inner, .pharmaceutical-zapier .zap-stats-inner, .electronics-zapier .zap-stats-inner, .industrial-zapier .zap-stats-inner {
  z-index: 1;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.aerospace-zapier .zap-stats h2, .automotive-zapier .zap-stats h2, .consumer-zapier .zap-stats h2, .pharmaceutical-zapier .zap-stats h2, .electronics-zapier .zap-stats h2, .industrial-zapier .zap-stats h2 {
  color: var(--zap-text);
  margin: 0 0 48px;
  font-size: 1.75rem;
  font-weight: 700;
}

.aerospace-zapier .zap-stats-grid, .automotive-zapier .zap-stats-grid, .consumer-zapier .zap-stats-grid, .pharmaceutical-zapier .zap-stats-grid, .electronics-zapier .zap-stats-grid, .industrial-zapier .zap-stats-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  display: grid;
}

.aerospace-zapier .zap-stat, .automotive-zapier .zap-stat, .consumer-zapier .zap-stat, .pharmaceutical-zapier .zap-stat, .electronics-zapier .zap-stat, .industrial-zapier .zap-stat {
  text-align: center;
}

.aerospace-zapier .zap-stat-num, .automotive-zapier .zap-stat-num, .consumer-zapier .zap-stat-num, .pharmaceutical-zapier .zap-stat-num, .electronics-zapier .zap-stat-num, .industrial-zapier .zap-stat-num {
  color: var(--zap-text);
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 800;
  display: block;
}

.aerospace-zapier .zap-stat-label, .automotive-zapier .zap-stat-label, .consumer-zapier .zap-stat-label, .pharmaceutical-zapier .zap-stat-label, .electronics-zapier .zap-stat-label, .industrial-zapier .zap-stat-label {
  color: var(--zap-muted);
  margin-top: 4px;
  font-size: .9rem;
  display: block;
}

.aerospace-zapier .zap-explore, .automotive-zapier .zap-explore, .consumer-zapier .zap-explore, .pharmaceutical-zapier .zap-explore, .electronics-zapier .zap-explore, .industrial-zapier .zap-explore {
  background: #fff;
  padding: 72px 40px;
}

.aerospace-zapier .zap-section-label, .automotive-zapier .zap-section-label, .consumer-zapier .zap-section-label, .pharmaceutical-zapier .zap-section-label, .electronics-zapier .zap-section-label, .industrial-zapier .zap-section-label {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--zap-accent);
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

.aerospace-zapier .zap-explore h2, .automotive-zapier .zap-explore h2, .consumer-zapier .zap-explore h2, .pharmaceutical-zapier .zap-explore h2, .electronics-zapier .zap-explore h2, .industrial-zapier .zap-explore h2 {
  color: var(--zap-text);
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
  font-size: 1.5rem;
  font-weight: 700;
}

.aerospace-zapier .zap-explore-grid, .automotive-zapier .zap-explore-grid, .consumer-zapier .zap-explore-grid, .pharmaceutical-zapier .zap-explore-grid, .electronics-zapier .zap-explore-grid, .industrial-zapier .zap-explore-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.aerospace-zapier .zap-explore-card, .automotive-zapier .zap-explore-card, .consumer-zapier .zap-explore-card, .pharmaceutical-zapier .zap-explore-card, .electronics-zapier .zap-explore-card, .industrial-zapier .zap-explore-card {
  border: 1px solid var(--zap-border);
  color: inherit;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 28px 24px;
  text-decoration: none;
  transition: box-shadow .25s, border-color .25s;
  display: block;
}

.aerospace-zapier .zap-explore-card:hover, .automotive-zapier .zap-explore-card:hover, .consumer-zapier .zap-explore-card:hover, .pharmaceutical-zapier .zap-explore-card:hover, .electronics-zapier .zap-explore-card:hover, .industrial-zapier .zap-explore-card:hover {
  border-color: var(--zap-accent);
  box-shadow: 0 4px 16px #0000000f;
}

.aerospace-zapier .zap-explore-card-icon, .automotive-zapier .zap-explore-card-icon, .consumer-zapier .zap-explore-card-icon, .pharmaceutical-zapier .zap-explore-card-icon, .electronics-zapier .zap-explore-card-icon, .industrial-zapier .zap-explore-card-icon {
  width: 48px;
  height: 48px;
  color: var(--zap-accent);
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  display: flex;
}

.aerospace-zapier .zap-explore-card-icon.zap-explore-icon-circle, .automotive-zapier .zap-explore-card-icon.zap-explore-icon-circle, .consumer-zapier .zap-explore-card-icon.zap-explore-icon-circle, .pharmaceutical-zapier .zap-explore-card-icon.zap-explore-icon-circle, .electronics-zapier .zap-explore-card-icon.zap-explore-icon-circle, .industrial-zapier .zap-explore-card-icon.zap-explore-icon-circle {
  background: var(--zap-accent);
  color: #fff;
  border-radius: 50%;
}

.aerospace-zapier .zap-explore-card-icon.zap-explore-icon-circle svg, .automotive-zapier .zap-explore-card-icon.zap-explore-icon-circle svg, .consumer-zapier .zap-explore-card-icon.zap-explore-icon-circle svg, .pharmaceutical-zapier .zap-explore-card-icon.zap-explore-icon-circle svg, .electronics-zapier .zap-explore-card-icon.zap-explore-icon-circle svg, .industrial-zapier .zap-explore-card-icon.zap-explore-icon-circle svg {
  width: 24px;
  height: 24px;
}

.aerospace-zapier .zap-explore-card-icon svg, .automotive-zapier .zap-explore-card-icon svg, .consumer-zapier .zap-explore-card-icon svg, .pharmaceutical-zapier .zap-explore-card-icon svg, .electronics-zapier .zap-explore-card-icon svg, .industrial-zapier .zap-explore-card-icon svg {
  width: 100%;
  height: 100%;
}

.aerospace-zapier .zap-explore-card h3, .automotive-zapier .zap-explore-card h3, .consumer-zapier .zap-explore-card h3, .pharmaceutical-zapier .zap-explore-card h3, .electronics-zapier .zap-explore-card h3, .industrial-zapier .zap-explore-card h3 {
  color: var(--zap-text);
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

.aerospace-zapier .zap-explore-card p, .automotive-zapier .zap-explore-card p, .consumer-zapier .zap-explore-card p, .pharmaceutical-zapier .zap-explore-card p, .electronics-zapier .zap-explore-card p, .industrial-zapier .zap-explore-card p {
  color: var(--zap-muted);
  margin: 0 0 16px;
  font-size: .9375rem;
  line-height: 1.6;
}

.aerospace-zapier .zap-explore-link, .automotive-zapier .zap-explore-link, .consumer-zapier .zap-explore-link, .pharmaceutical-zapier .zap-explore-link, .electronics-zapier .zap-explore-link, .industrial-zapier .zap-explore-link {
  color: var(--zap-accent);
  font-size: .9rem;
  font-weight: 600;
}

.aerospace-zapier .zap-features, .automotive-zapier .zap-features, .consumer-zapier .zap-features, .pharmaceutical-zapier .zap-features, .electronics-zapier .zap-features, .industrial-zapier .zap-features {
  padding: 72px 40px;
  position: relative;
}

.aerospace-zapier .zap-features:after, .automotive-zapier .zap-features:after, .consumer-zapier .zap-features:after, .pharmaceutical-zapier .zap-features:after, .electronics-zapier .zap-features:after, .industrial-zapier .zap-features:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: #f9fafb;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aerospace-zapier .zap-features-inner, .automotive-zapier .zap-features-inner, .consumer-zapier .zap-features-inner, .pharmaceutical-zapier .zap-features-inner, .electronics-zapier .zap-features-inner, .industrial-zapier .zap-features-inner {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

.aerospace-zapier .zap-feature-col:first-child, .automotive-zapier .zap-feature-col:first-child, .consumer-zapier .zap-feature-col:first-child, .pharmaceutical-zapier .zap-feature-col:first-child, .electronics-zapier .zap-feature-col:first-child, .industrial-zapier .zap-feature-col:first-child {
  border-right: 1px solid var(--zap-border);
  padding-right: 32px;
}

.aerospace-zapier .zap-feature-col:last-child, .automotive-zapier .zap-feature-col:last-child, .consumer-zapier .zap-feature-col:last-child, .pharmaceutical-zapier .zap-feature-col:last-child, .electronics-zapier .zap-feature-col:last-child, .industrial-zapier .zap-feature-col:last-child {
  padding-left: 32px;
}

.aerospace-zapier .zap-feature-col h2, .automotive-zapier .zap-feature-col h2, .consumer-zapier .zap-feature-col h2, .pharmaceutical-zapier .zap-feature-col h2, .electronics-zapier .zap-feature-col h2, .industrial-zapier .zap-feature-col h2 {
  color: var(--zap-text);
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: 700;
}

.aerospace-zapier .zap-feature-col p, .automotive-zapier .zap-feature-col p, .consumer-zapier .zap-feature-col p, .pharmaceutical-zapier .zap-feature-col p, .electronics-zapier .zap-feature-col p, .industrial-zapier .zap-feature-col p {
  color: var(--zap-muted);
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.aerospace-zapier .zap-feature-col ul, .automotive-zapier .zap-feature-col ul, .consumer-zapier .zap-feature-col ul, .pharmaceutical-zapier .zap-feature-col ul, .electronics-zapier .zap-feature-col ul, .industrial-zapier .zap-feature-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aerospace-zapier .zap-feature-col li, .automotive-zapier .zap-feature-col li, .consumer-zapier .zap-feature-col li, .pharmaceutical-zapier .zap-feature-col li, .electronics-zapier .zap-feature-col li, .industrial-zapier .zap-feature-col li {
  color: var(--zap-text);
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

.aerospace-zapier .zap-feature-col li:before, .automotive-zapier .zap-feature-col li:before, .consumer-zapier .zap-feature-col li:before, .pharmaceutical-zapier .zap-feature-col li:before, .electronics-zapier .zap-feature-col li:before, .industrial-zapier .zap-feature-col li:before {
  content: "✓";
  color: var(--zap-accent);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.aerospace-zapier .zap-why, .automotive-zapier .zap-why, .consumer-zapier .zap-why, .pharmaceutical-zapier .zap-why, .electronics-zapier .zap-why, .industrial-zapier .zap-why {
  background: #fff;
  padding: 72px 40px;
}

.aerospace-zapier .zap-why h2, .automotive-zapier .zap-why h2, .consumer-zapier .zap-why h2, .pharmaceutical-zapier .zap-why h2, .electronics-zapier .zap-why h2, .industrial-zapier .zap-why h2 {
  color: var(--zap-text);
  text-align: center;
  margin: 0 0 48px;
  font-size: 1.75rem;
  font-weight: 700;
}

.aerospace-zapier .zap-why-grid, .automotive-zapier .zap-why-grid, .consumer-zapier .zap-why-grid, .pharmaceutical-zapier .zap-why-grid, .electronics-zapier .zap-why-grid, .industrial-zapier .zap-why-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.aerospace-zapier .zap-why-card, .automotive-zapier .zap-why-card, .consumer-zapier .zap-why-card, .pharmaceutical-zapier .zap-why-card, .electronics-zapier .zap-why-card, .industrial-zapier .zap-why-card {
  border: 1px solid var(--zap-border);
  border-radius: 6px;
  padding: 32px 28px;
  transition: box-shadow .25s;
}

.aerospace-zapier .zap-why-card:hover, .automotive-zapier .zap-why-card:hover, .consumer-zapier .zap-why-card:hover, .pharmaceutical-zapier .zap-why-card:hover, .electronics-zapier .zap-why-card:hover, .industrial-zapier .zap-why-card:hover {
  box-shadow: 0 4px 16px #0000000f;
}

.aerospace-zapier .zap-why-card h3, .automotive-zapier .zap-why-card h3, .consumer-zapier .zap-why-card h3, .pharmaceutical-zapier .zap-why-card h3, .electronics-zapier .zap-why-card h3, .industrial-zapier .zap-why-card h3 {
  color: var(--zap-text);
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 600;
}

.aerospace-zapier .zap-why-card p, .automotive-zapier .zap-why-card p, .consumer-zapier .zap-why-card p, .pharmaceutical-zapier .zap-why-card p, .electronics-zapier .zap-why-card p, .industrial-zapier .zap-why-card p {
  color: var(--zap-muted);
  margin: 0;
  font-size: .9375rem;
  line-height: 1.65;
}

.aerospace-zapier .zap-cta-box, .automotive-zapier .zap-cta-box, .consumer-zapier .zap-cta-box, .pharmaceutical-zapier .zap-cta-box, .electronics-zapier .zap-cta-box, .industrial-zapier .zap-cta-box {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: #111827;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 72px 40px;
}

.aerospace-zapier .zap-cta-inner, .automotive-zapier .zap-cta-inner, .consumer-zapier .zap-cta-inner, .pharmaceutical-zapier .zap-cta-inner, .electronics-zapier .zap-cta-inner, .industrial-zapier .zap-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.aerospace-zapier .zap-cta-box h2, .automotive-zapier .zap-cta-box h2, .consumer-zapier .zap-cta-box h2, .pharmaceutical-zapier .zap-cta-box h2, .electronics-zapier .zap-cta-box h2, .industrial-zapier .zap-cta-box h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 1.75rem;
  font-weight: 700;
}

.aerospace-zapier .zap-cta-box p, .automotive-zapier .zap-cta-box p, .consumer-zapier .zap-cta-box p, .pharmaceutical-zapier .zap-cta-box p, .electronics-zapier .zap-cta-box p, .industrial-zapier .zap-cta-box p {
  color: #ffffffe6;
  margin: 0 0 32px;
  font-size: 1.125rem;
}

.aerospace-zapier .zap-cta-btns, .automotive-zapier .zap-cta-btns, .consumer-zapier .zap-cta-btns, .pharmaceutical-zapier .zap-cta-btns, .electronics-zapier .zap-cta-btns, .industrial-zapier .zap-cta-btns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.aerospace-zapier .zap-cta-box .zap-btn-primary, .automotive-zapier .zap-cta-box .zap-btn-primary, .consumer-zapier .zap-cta-box .zap-btn-primary, .pharmaceutical-zapier .zap-cta-box .zap-btn-primary, .electronics-zapier .zap-cta-box .zap-btn-primary, .industrial-zapier .zap-cta-box .zap-btn-primary {
  color: #111827;
  background: #fff;
}

.aerospace-zapier .zap-cta-box .zap-btn-primary:hover, .automotive-zapier .zap-cta-box .zap-btn-primary:hover, .consumer-zapier .zap-cta-box .zap-btn-primary:hover, .pharmaceutical-zapier .zap-cta-box .zap-btn-primary:hover, .electronics-zapier .zap-cta-box .zap-btn-primary:hover, .industrial-zapier .zap-cta-box .zap-btn-primary:hover {
  background: #f3f4f6;
}

.aerospace-zapier .zap-cta-box .zap-btn-secondary, .automotive-zapier .zap-cta-box .zap-btn-secondary, .consumer-zapier .zap-cta-box .zap-btn-secondary, .pharmaceutical-zapier .zap-cta-box .zap-btn-secondary, .electronics-zapier .zap-cta-box .zap-btn-secondary, .industrial-zapier .zap-cta-box .zap-btn-secondary {
  color: #fff;
  background: none;
  border-color: #fff9;
}

.aerospace-zapier .zap-cta-box .zap-btn-secondary:hover, .automotive-zapier .zap-cta-box .zap-btn-secondary:hover, .consumer-zapier .zap-cta-box .zap-btn-secondary:hover, .pharmaceutical-zapier .zap-cta-box .zap-btn-secondary:hover, .electronics-zapier .zap-cta-box .zap-btn-secondary:hover, .industrial-zapier .zap-cta-box .zap-btn-secondary:hover {
  background: #ffffff1a;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .aerospace-zapier .zap-toolkit-cards, .aerospace-zapier .zap-explore-grid, .automotive-zapier .zap-toolkit-cards, .automotive-zapier .zap-explore-grid, .consumer-zapier .zap-toolkit-cards, .consumer-zapier .zap-explore-grid, .pharmaceutical-zapier .zap-toolkit-cards, .pharmaceutical-zapier .zap-explore-grid, .electronics-zapier .zap-toolkit-cards, .electronics-zapier .zap-explore-grid, .industrial-zapier .zap-toolkit-cards, .industrial-zapier .zap-explore-grid, .aerospace-zapier .zap-stats-grid, .automotive-zapier .zap-stats-grid, .consumer-zapier .zap-stats-grid, .pharmaceutical-zapier .zap-stats-grid, .electronics-zapier .zap-stats-grid, .industrial-zapier .zap-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aerospace-zapier .zap-why-grid, .automotive-zapier .zap-why-grid, .consumer-zapier .zap-why-grid, .pharmaceutical-zapier .zap-why-grid, .electronics-zapier .zap-why-grid, .industrial-zapier .zap-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .aerospace-zapier .zap-hero, .automotive-zapier .zap-hero, .consumer-zapier .zap-hero, .pharmaceutical-zapier .zap-hero, .electronics-zapier .zap-hero, .industrial-zapier .zap-hero {
    padding: 56px 24px 48px;
  }

  .aerospace-zapier .zap-hero h1, .automotive-zapier .zap-hero h1, .consumer-zapier .zap-hero h1, .pharmaceutical-zapier .zap-hero h1, .electronics-zapier .zap-hero h1, .industrial-zapier .zap-hero h1 {
    font-size: 1.75rem;
  }

  .aerospace-zapier .zap-toolkit, .aerospace-zapier .zap-featured, .aerospace-zapier .zap-stats, .aerospace-zapier .zap-explore, .aerospace-zapier .zap-features, .aerospace-zapier .zap-why, .aerospace-zapier .zap-cta-box, .automotive-zapier .zap-toolkit, .automotive-zapier .zap-featured, .automotive-zapier .zap-stats, .automotive-zapier .zap-explore, .automotive-zapier .zap-features, .automotive-zapier .zap-why, .automotive-zapier .zap-cta-box, .consumer-zapier .zap-toolkit, .consumer-zapier .zap-featured, .consumer-zapier .zap-stats, .consumer-zapier .zap-explore, .consumer-zapier .zap-features, .consumer-zapier .zap-why, .consumer-zapier .zap-cta-box, .pharmaceutical-zapier .zap-toolkit, .pharmaceutical-zapier .zap-featured, .pharmaceutical-zapier .zap-stats, .pharmaceutical-zapier .zap-explore, .pharmaceutical-zapier .zap-features, .pharmaceutical-zapier .zap-why, .pharmaceutical-zapier .zap-cta-box, .electronics-zapier .zap-toolkit, .electronics-zapier .zap-featured, .electronics-zapier .zap-stats, .electronics-zapier .zap-explore, .electronics-zapier .zap-features, .electronics-zapier .zap-why, .electronics-zapier .zap-cta-box, .industrial-zapier .zap-toolkit, .industrial-zapier .zap-featured, .industrial-zapier .zap-stats, .industrial-zapier .zap-explore, .industrial-zapier .zap-features, .industrial-zapier .zap-why, .industrial-zapier .zap-cta-box {
    padding: 56px 24px;
  }

  .aerospace-zapier .zap-features-inner, .automotive-zapier .zap-features-inner, .consumer-zapier .zap-features-inner, .pharmaceutical-zapier .zap-features-inner, .electronics-zapier .zap-features-inner, .industrial-zapier .zap-features-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .aerospace-zapier .zap-feature-col:first-child, .automotive-zapier .zap-feature-col:first-child, .consumer-zapier .zap-feature-col:first-child, .pharmaceutical-zapier .zap-feature-col:first-child, .electronics-zapier .zap-feature-col:first-child, .industrial-zapier .zap-feature-col:first-child {
    border-right: none;
    border-bottom: 1px solid var(--zap-border);
    padding-bottom: 32px;
    padding-right: 0;
  }

  .aerospace-zapier .zap-feature-col:last-child, .automotive-zapier .zap-feature-col:last-child, .consumer-zapier .zap-feature-col:last-child, .pharmaceutical-zapier .zap-feature-col:last-child, .electronics-zapier .zap-feature-col:last-child, .industrial-zapier .zap-feature-col:last-child {
    padding-top: 32px;
    padding-left: 0;
  }

  .aerospace-zapier .zap-toolkit-cards, .aerospace-zapier .zap-explore-grid, .automotive-zapier .zap-toolkit-cards, .automotive-zapier .zap-explore-grid, .consumer-zapier .zap-toolkit-cards, .consumer-zapier .zap-explore-grid, .pharmaceutical-zapier .zap-toolkit-cards, .pharmaceutical-zapier .zap-explore-grid, .electronics-zapier .zap-toolkit-cards, .electronics-zapier .zap-explore-grid, .industrial-zapier .zap-toolkit-cards, .industrial-zapier .zap-explore-grid, .aerospace-zapier .zap-stats-grid, .automotive-zapier .zap-stats-grid, .consumer-zapier .zap-stats-grid, .pharmaceutical-zapier .zap-stats-grid, .electronics-zapier .zap-stats-grid, .industrial-zapier .zap-stats-grid {
    grid-template-columns: 1fr;
  }

  .aerospace-zapier .zap-trusted-logos, .automotive-zapier .zap-trusted-logos, .consumer-zapier .zap-trusted-logos, .pharmaceutical-zapier .zap-trusted-logos, .electronics-zapier .zap-trusted-logos, .industrial-zapier .zap-trusted-logos {
    gap: 24px;
  }
}

.home-zapier {
  --zap-line: #e8eaed;
}

.home-zapier .zap-frame {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.home-zapier .zap-frame:before, .home-zapier .zap-frame:after {
  content: "";
  background: var(--zap-line);
  z-index: 1;
  pointer-events: none;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.home-zapier .zap-frame:before {
  left: 0;
}

.home-zapier .zap-frame:after {
  right: 0;
}

.home-zapier .zap-frame .hero-center {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.home-zapier .zap-section-divider {
  position: relative;
}

.home-zapier .zap-section-divider:before {
  content: "";
  background: var(--zap-line);
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-zapier .hero-trusted.zap-section-divider:before {
  display: none;
}

.page-marketing.layout-alt .hero-trusted-headline:before {
  content: "";
  background: var(--zap-line);
  flex: none;
  align-self: center;
  width: clamp(55px, 50vw - 600px, 9999px);
  height: 1px;
}

.page-marketing.layout-alt .hero-trusted-headline:after {
  content: "";
  background: var(--zap-line);
  flex: 1;
  align-self: center;
  min-width: 0;
  height: 1px;
}

.home-zapier .home-zap-bg-full {
  position: relative;
}

.home-zapier .how-work-with-us.home-zap-bg-full:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: #f3f4f8;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-zapier .how-work-with-us .how-work-title, .home-zapier .how-work-with-us .how-work-grid, .home-zapier .how-work-with-us .how-work-cta, .home-zapier .how-work-with-us .how-work-journey {
  z-index: 1;
  position: relative;
}

.home-zapier .faq-two-col.home-zap-bg-full:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-zapier .faq-two-col .section-title, .home-zapier .faq-two-col .faq-card {
  z-index: 1;
  position: relative;
}

.about-zapier .zap-frame {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.about-zapier .zap-frame:before, .about-zapier .zap-frame:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: #e5e7eb;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.about-zapier .zap-frame:before {
  left: 0;
}

.about-zapier .zap-frame:after {
  right: 0;
}

.about-zapier .about-hero {
  text-align: center;
  padding: 72px 0 56px;
}

.about-zapier .about-hero-badge {
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
}

.about-zapier .about-hero-title {
  color: #171a20;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-zapier .about-mission-story {
  padding: 56px 0;
}

.about-zapier .about-mission-story-grid {
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

.about-zapier .about-section-badge {
  color: #dc2626;
  margin: 0 0 16px;
  font-size: .9375rem;
  font-weight: 600;
}

.about-zapier .about-section-badge-center {
  text-align: center;
  margin-bottom: 32px;
  display: block;
}

.about-zapier .about-mission-col p, .about-zapier .about-story-col p {
  color: #374151;
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.about-zapier .about-mission-col p:last-child, .about-zapier .about-story-col p:last-child {
  margin-bottom: 0;
}

.about-zapier .about-grid {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000f;
}

.about-zapier .about-grid-2x2 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.about-zapier .about-grid-1x3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.about-zapier .about-grid-1x4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-zapier .about-grid-1x4 .about-grid-card:nth-child(4n) {
  border-right: none;
}

.about-zapier .about-grid-card {
  text-align: center;
  cursor: default;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  padding: 32px 28px;
  transition: background .2s, border-color .2s;
}

.about-zapier .about-grid-2x2 .about-grid-card {
  cursor: pointer;
}

.about-zapier .about-grid-2x2 .about-grid-card:nth-child(2n) {
  border-right: none;
}

.about-zapier .about-grid-2x2 .about-grid-card:nth-child(n+3) {
  border-bottom: none;
}

.about-zapier .about-grid-1x3 .about-grid-card:nth-child(3n) {
  border-right: none;
}

.about-zapier .about-grid-card:hover.about-grid-card-active, .about-zapier .about-grid-2x2 .about-grid-card:hover {
  background: #fafbfc;
}

.about-zapier .about-grid-card-active {
  box-shadow: inset 0 0 0 1px #dc262633;
  background: #fef2f2 !important;
  border-color: #fecaca !important;
}

.about-zapier .about-grid-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  display: block;
}

.about-zapier .about-grid-icon-target {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23dc2626' stroke-width='2' fill='none'/%3E%3Ccircle cx='12' cy='12' r='6' fill='%23dc2626'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23fff'/%3E%3C/svg%3E");
}

.about-zapier .about-grid-icon-lightning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
}

.about-zapier .about-grid-icon-ribbon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2'%3E%3Cpath d='M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z'/%3E%3Cline x1='4' y1='22' x2='4' y2='15'/%3E%3C/svg%3E");
}

.about-zapier .about-grid-icon-partnership {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.about-zapier .about-grid-card h3 {
  color: #171a20;
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 700;
}

.about-zapier .about-grid-card p {
  color: #4b5563;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.55;
}

.about-zapier .about-core-values, .about-zapier .about-capabilities {
  padding: 56px 0;
}

.about-zapier.our-story-page .about-core-values .about-grid {
  margin-top: 32px;
}

.about-zapier.our-story-page .our-story-value-icon {
  background: var(--zap-accent, #dc2626);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: inline-flex;
}

.about-zapier.our-story-page .our-story-value-icon svg {
  width: 24px;
  height: 24px;
}

.about-zapier .about-cta {
  color: #fff;
  text-align: center;
  background: #374151;
  border-radius: 0;
  margin: 0 -48px;
  padding: 64px 48px;
}

.about-zapier .about-cta h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
}

.about-zapier .about-cta p {
  opacity: .9;
  margin: 0 0 28px;
  font-size: 1rem;
}

.about-zapier .about-cta-btns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.about-zapier .about-cta-btn {
  cursor: pointer;
  border-radius: 4px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
}

.about-zapier .about-cta-primary {
  color: #171a20;
  background: #fff;
  border: 2px solid #171a20;
}

.about-zapier .about-cta-primary:hover {
  background: #f3f4f6;
}

.about-zapier .about-cta-secondary {
  color: #fff;
  background: #171a20;
  border: 2px solid #fff;
}

.about-zapier .about-cta-secondary:hover {
  background: #1f2937;
}

.about-zapier .zap-section-divider {
  position: relative;
}

.about-zapier .zap-section-divider:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: #e5e7eb;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .about-zapier .about-mission-story-grid {
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-2x2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-2x2 .about-grid-card {
    border-bottom: 1px solid #e5e7eb !important;
    border-right: none !important;
  }

  .about-zapier .about-grid-2x2 .about-grid-card:last-child {
    border-bottom: none !important;
  }

  .about-zapier .about-grid-1x3 {
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-1x3 .about-grid-card {
    border-right: none !important;
  }

  .about-zapier .about-grid-1x4 {
    grid-template-columns: 1fr;
  }

  .about-zapier .about-grid-1x4 .about-grid-card {
    border-bottom: 1px solid #e5e7eb !important;
    border-right: none !important;
  }

  .about-zapier .about-grid-1x4 .about-grid-card:last-child {
    border-bottom: none !important;
  }
}

@media (max-width: 768px) {
  .about-zapier .zap-frame {
    padding: 0 20px;
  }

  .about-zapier .about-hero {
    padding: 48px 0 40px;
  }

  .about-zapier .about-hero-title {
    font-size: 1.375rem;
  }

  .about-zapier .about-cta {
    margin: 0 -20px;
    padding: 48px 20px;
  }
}

.about-zapier .careers-zap-grid {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000f;
}

.about-zapier .careers-zap-tabs {
  border-bottom: 1px solid #e5e7eb;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.about-zapier .careers-zap-tab {
  color: #4b5563;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: none;
  border-right: 1px solid #e5e7eb;
  padding: 18px 16px;
  font-size: .9375rem;
  font-weight: 500;
  transition: background .2s, color .2s;
}

.about-zapier .careers-zap-tab:last-child {
  border-right: none;
}

.about-zapier .careers-zap-tab:hover {
  color: #171a20;
  background: #fafbfc;
}

.about-zapier .careers-zap-tab.active {
  color: #dc2626;
  background: #fef2f2;
  font-weight: 600;
}

.about-zapier .careers-zap-content {
  padding: 32px 40px 40px;
}

.about-zapier .careers-zap-panel h3 {
  color: #171a20;
  border-bottom: 1px solid #e5e7eb;
  margin: 0 0 20px;
  padding-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
}

.about-zapier .careers-zap-panel p {
  color: #374151;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.about-zapier .careers-zap-panel p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .about-zapier .careers-zap-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .about-zapier .careers-zap-tab:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .about-zapier .careers-zap-tabs {
    grid-template-columns: 1fr;
  }

  .about-zapier .careers-zap-tab {
    border-bottom: 1px solid #e5e7eb;
    border-right: none !important;
  }

  .about-zapier .careers-zap-tab:last-child {
    border-bottom: none;
  }
}

.about-zapier .contact-zap-hero-extra {
  color: #171a20;
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: 600;
}

.about-zapier .contact-zap-faq-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000f;
}

.about-zapier .contact-zap-faq-item {
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
}

.about-zapier .contact-zap-faq-item:last-child {
  border-bottom: none;
}

.about-zapier .contact-zap-faq-q {
  color: #171a20;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: none;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s;
  display: flex;
}

.about-zapier .contact-zap-faq-q:hover {
  background: #fafbfc;
}

.about-zapier .contact-zap-faq-q .icon {
  color: #dc2626;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.about-zapier .contact-zap-faq-a {
  padding: 0 24px 20px calc(36px + 1.25rem);
}

.about-zapier .contact-zap-faq-a p {
  color: #4b5563;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.about-zapier.contact-us-page .contact-us-hero-title {
  color: #dc2626;
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: 700;
}

.about-zapier.contact-us-page .contact-us-hero-subtitle {
  color: #4b5563;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}

.about-zapier.contact-us-page .contact-info-section {
  padding: 56px 0;
}

.about-zapier.contact-us-page .contact-info-grid .about-grid-card {
  cursor: default;
}

.about-zapier.contact-us-page .contact-info-card {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-zapier.contact-us-page .contact-info-icon {
  background: #dc2626;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: inline-flex;
}

.about-zapier.contact-us-page .contact-info-icon svg {
  width: 24px;
  height: 24px;
}

.about-zapier.contact-us-page .contact-info-card h3 {
  color: #171a20;
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: 700;
}

.about-zapier.contact-us-page .contact-info-card p {
  color: #4b5563;
  margin: 0 0 4px;
  font-size: .9375rem;
  line-height: 1.5;
}

.about-zapier.contact-us-page .contact-info-card p:last-child {
  margin-bottom: 0;
}

.about-zapier.contact-us-page .contact-form-section {
  padding: 56px 0;
}

.about-zapier.contact-us-page .contact-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 36px 48px;
  box-shadow: 0 1px 3px #0000000f;
}

.about-zapier.contact-us-page .contact-form-row {
  margin-bottom: 20px;
}

.about-zapier.contact-us-page .contact-form-row:last-of-type {
  margin-bottom: 24px;
}

.about-zapier.contact-us-page .contact-form-row-2col {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.about-zapier.contact-us-page .contact-form-field {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.about-zapier.contact-us-page .contact-form-label {
  color: #171a20;
  margin-bottom: 8px;
  font-size: .9375rem;
  font-weight: 600;
  display: block;
}

.about-zapier.contact-us-page .contact-form-input, .about-zapier.contact-us-page .contact-form-select, .about-zapier.contact-us-page .contact-form-textarea {
  color: #171a20;
  box-sizing: border-box;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  transition: border-color .2s, background .2s;
}

.about-zapier.contact-us-page .contact-form-input:focus, .about-zapier.contact-us-page .contact-form-select:focus, .about-zapier.contact-us-page .contact-form-textarea:focus {
  background: #fff;
  border-color: #dc2626;
  outline: none;
}

.about-zapier.contact-us-page .contact-form-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.about-zapier.contact-us-page .contact-form-textarea {
  resize: vertical;
  min-height: 120px;
}

.about-zapier.contact-us-page .contact-form-submit {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s;
}

.about-zapier.contact-us-page .contact-form-submit:hover {
  background: #b91c1c;
}

@media (max-width: 600px) {
  .about-zapier.contact-us-page .contact-form-row-2col {
    grid-template-columns: 1fr;
  }

  .about-zapier.contact-us-page .contact-form {
    padding: 28px 20px 36px;
  }
}

.company-alt-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 64px;
  position: relative;
}

.company-alt-frame:before, .company-alt-frame:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: #e8eaed;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.company-alt-frame:before {
  left: 0;
}

.company-alt-frame:after {
  right: 0;
}

.company-alt-divider {
  position: relative;
}

.company-alt-divider:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: #e8eaed;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.company-alt-hero {
  border-left: 4px solid #dc2626;
  margin-bottom: 0;
  padding: 56px 0 48px 28px;
}

.company-alt-badge {
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 12px;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.company-alt-title {
  color: #171a20;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.company-alt-block {
  border-bottom: 1px solid #e5e7eb;
  padding: 40px 0;
}

.company-alt-block:last-of-type {
  border-bottom: 1px solid #e5e7eb;
}

.company-alt-block-title {
  color: #dc2626;
  margin: 0 0 16px;
  font-size: 1.125rem;
  font-weight: 700;
}

.company-alt-block p {
  color: #374151;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.company-alt-block p:last-child {
  margin-bottom: 0;
}

.company-alt-section {
  padding: 48px 0;
}

.company-alt-section-title {
  color: #dc2626;
  text-align: center;
  margin: 0 0 24px;
  font-size: 1.125rem;
  font-weight: 700;
}

.company-values-row {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  overflow: hidden;
}

.company-value-cell {
  text-align: center;
  border-right: 1px solid #e5e7eb;
  padding: 28px 20px;
}

.company-value-cell:last-child {
  border-right: none;
}

.company-value-cell h3 {
  color: #171a20;
  margin: 0 0 10px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.company-value-cell p {
  color: #4b5563;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.5;
}

.company-cap-list {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.company-cap-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 28px;
}

.company-cap-item:last-child {
  border-bottom: none;
}

.company-cap-item h3 {
  color: #171a20;
  margin: 0 0 8px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.company-cap-item p {
  color: #4b5563;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.55;
}

.company-cta-bar {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 48px;
  padding: 40px 32px;
}

.company-cta-bar-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.company-cta-text h2 {
  color: #171a20;
  margin: 0 0 6px;
  font-size: 1.375rem;
  font-weight: 700;
}

.company-cta-text p {
  color: #4b5563;
  margin: 0;
  font-size: 1rem;
}

.company-cta-btns {
  flex-shrink: 0;
  gap: 12px;
  display: flex;
}

.company-cta-btn {
  cursor: pointer;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: .9375rem;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
}

.company-cta-primary {
  color: #fff;
  background: #171a20;
  border: 2px solid #171a20;
}

.company-cta-primary:hover {
  background: #374151;
  border-color: #374151;
}

.company-cta-secondary {
  color: #171a20;
  background: #fff;
  border: 2px solid #e5e7eb;
}

.company-cta-secondary:hover {
  color: #171a20;
  border-color: #171a20;
}

.company-careers-split {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  grid-template-columns: 220px 1fr;
  min-height: 320px;
  display: grid;
  overflow: hidden;
}

.company-careers-sidebar {
  border-right: 1px solid #e5e7eb;
  padding: 0;
}

.company-careers-sidebar button {
  color: #4b5563;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  width: 100%;
  padding: 16px 20px;
  font-size: .9375rem;
  font-weight: 500;
  transition: background .2s, color .2s;
  display: block;
}

.company-careers-sidebar button:last-child {
  border-bottom: none;
}

.company-careers-sidebar button:hover {
  color: #171a20;
  background: #f9fafb;
}

.company-careers-sidebar button.active {
  color: #dc2626;
  background: #fef2f2;
  font-weight: 600;
}

.company-careers-main {
  padding: 32px 36px;
  overflow: auto;
}

.company-careers-main h3 {
  color: #171a20;
  border-bottom: 1px solid #e5e7eb;
  margin: 0 0 20px;
  padding-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
}

.company-careers-main p {
  color: #374151;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.company-careers-main p:last-child {
  margin-bottom: 0;
}

.company-faq-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.company-faq-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 24px;
}

.company-faq-card h3 {
  color: #171a20;
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.company-faq-card p {
  color: #4b5563;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .company-values-row {
    grid-template-columns: 1fr 1fr;
  }

  .company-value-cell:nth-child(2n) {
    border-right: none;
  }

  .company-value-cell:nth-child(n+3) {
    border-bottom: 1px solid #e5e7eb;
  }

  .company-cta-bar-inner {
    text-align: center;
    flex-direction: column;
  }

  .company-careers-split {
    grid-template-columns: 1fr;
  }

  .company-careers-sidebar {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
    flex-wrap: wrap;
    display: flex;
  }

  .company-careers-sidebar button {
    border-bottom: none;
    border-right: 1px solid #e5e7eb;
    flex: 1;
    min-width: 140px;
  }

  .company-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .company-alt-frame {
    padding: 0 20px 48px;
  }

  .company-alt-hero {
    padding-left: 20px;
  }

  .company-alt-title {
    font-size: 1.375rem;
  }

  .company-values-row {
    grid-template-columns: 1fr;
  }

  .company-value-cell {
    border-bottom: 1px solid #e5e7eb;
    border-right: none !important;
  }

  .company-value-cell:last-child {
    border-bottom: none;
  }

  .company-careers-sidebar {
    flex-direction: column;
  }

  .company-careers-sidebar button {
    border-bottom: 1px solid #e5e7eb;
    min-width: 0;
    border-right: none !important;
  }
}

:root {
  --brand-primary: #171a20;
  --brand-primary-hover: #374151;
  --active-red: #c00000;
  --active-red-hover: #c00000;
  --rich-black: #171a20;
  --cool-gray: #aeb0b2;
  --tesla-white: #fff;
  --background: var(--tesla-white);
  --foreground: var(--rich-black);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: var(--rich-black);
    --foreground: var(--tesla-white);
  }
}

html, body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/