/* SprayTech Ag theme overrides on top of Webflow reference styles */

.site-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
.site-logo-img--footer {
  height: 44px;
  max-width: 240px;
}

/* Footer nav — mobile/tablet: row 1 full-width Contact, then 2 columns per row */
@media (max-width: 991px) {
  .footer_nav_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    align-items: start;
  }
  .footer_nav_grid .footer-left {
    grid-column: 1 / -1;
    max-width: none;
  }
}

.desktop-nav_brand {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
@media (max-width: 575px) {
  .site-logo-img {
    height: 32px;
    max-width: 180px;
  }
}

.site-logo-text {
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #b20c13;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.site-logo-text span {
  color: #1a1a1a;
  font-weight: 500;
}

.sta-nav-dropdown {
  position: static;
}
.sta-nav-parent {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
}
.sta-nav-parent .meganav_toggle-arrow {
  width: 14px;
  height: 14px;
  color: #b20c13;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}
.sta-nav-parent .meganav_toggle-arrow svg {
  display: block;
}
.meganav_dropdown-toggle.w--open {
  color: #b20c13;
}
.meganav_dropdown-toggle.w--open .meganav_toggle-arrow {
  transform: rotate(180deg);
}
.sta-navigation-wrapper {
  overflow: visible;
  position: relative;
}
.sta-nav-desktop .meganav_dropdown {
  position: static;
}
@media (min-width: 992px) {
  .sta-meganav-flyout {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    margin-top: 0;
    padding-top: 0.75rem;
  }
  .sta-meganav-flyout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.75rem;
  }
  .sta-meganav-flyout .sta-meganav-panel {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    background: transparent;
  }
  .sta-meganav-flyout .sta-meganav-panel.is-active {
    display: block !important;
  }
  .sta-meganav-flyout .sta-meganav-panel.product.is-active {
    display: flex !important;
  }
  .sta-meganav-flyout .meganav_dropdown-container {
    box-shadow: 0 2px 5px rgba(58, 58, 58, 0.05);
  }
}
.sta-nav-desktop .meganav_right-nav {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.sta-nav-desktop .meganav_tab-pane {
  display: none;
  width: 100%;
}
.sta-nav-desktop .meganav_tab-pane.w--tab-active {
  display: block;
}
.sta-nav-desktop .meganav_tab-pane[hidden] {
  display: none !important;
}
.sta-nav-desktop .meganav_link-list-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.sta-nav-desktop .meganav_dropdown-list.product .meganav_link-list-wrapper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sta-nav-desktop .meganav_dropdown-content.airborne .meganav_sub-content .meganav_link-list-wrapper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sta-nav-desktop .meganav_icon {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sta-nav-desktop .meganav_nav-link {
  text-decoration: none;
}
.sta-nav-desktop .meganav_left-nav {
  background-color: #f0f4f8;
  width: 280px;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  flex-shrink: 0;
}
.sta-nav-desktop .meganav_nav-link {
  border: 2px solid #fff;
  background-color: transparent;
  color: #0b0e20;
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: flex;
}
.sta-nav-desktop .meganav_nav-link:hover {
  color: #df1b23;
}
.sta-nav-desktop .meganav_nav-link.w--current {
  background-color: #fff;
  color: #df1b23;
}
.sta-nav-desktop .meganav_header-tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.sta-nav-desktop .meganav_tabs {
  background-color: #fff;
  display: flex;
  flex: 1;
  min-width: 0;
}
.sta-nav-desktop .meganav_dropdown-container {
  background-color: #fff;
  width: 100%;
}
.sta-nav-desktop .meganav_dropdown-list.product .meganav_link-list-wrapper {
  grid-column-gap: 4%;
  grid-row-gap: 1.5rem;
  padding-top: 1.8rem;
}
.sta-nav-desktop .meganav_link-item.vertical {
  text-align: center;
  position: relative;
}
.sta-nav-desktop .meganav_thumbnail-tag.featured {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0b0e20;
}
.sta-nav-desktop .meganav_dropdown-content.airborne {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  gap: 0.5rem;
  padding-top: 1.8rem;
}
.sta-nav-desktop .meganav_dropdown-content.airborne .meganav_link-block {
  flex: 0 0 250px;
  max-width: 250px;
  text-decoration: none;
  color: inherit;
}
.sta-nav-desktop .meganav_divider {
  background-color: #e5e7eb;
  width: 1px;
  margin: 0 1rem;
  flex-shrink: 0;
}
.sta-nav-desktop .meganav_dropdown-content.airborne .meganav_sub-content {
  flex: 1;
  min-width: 0;
}
.sta-nav-desktop .meganav_dropdown-content.airborne .meganav_sub-content .meganav_thumbnail-tag {
  margin-bottom: 1.3rem;
  font-size: 1rem;
  font-weight: 600;
}
.sta-nav-desktop .meganav_dropdown-list.product .meganav_thumbnail {
  object-fit: contain;
  max-height: 5rem;
}
.sta-nav-desktop .meganav_dropdown-content.airborne .meganav_link-block-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .sta-meganav-flyout {
    display: none !important;
  }
}

.sta-nav-desktop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Mobile floating nav + overlay panel */
.sta-mobile-nav-trigger {
  display: none;
}
.sta-mobile-nav-backdrop,
.sta-mobile-nav-panel {
  display: none;
}

@media (max-width: 991px) {
  body.sta-nav-open {
    overflow: hidden;
  }

  /* Override Webflow: .desktop-nav{display:none} hides our mobile header */
  .sta-navigation-wrapper .desktop-nav {
    display: flex !important;
    width: 100%;
    position: relative;
    background: transparent;
  }

  .sta-navigation-bar {
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    z-index: 1002;
    padding: 0 4%;
    pointer-events: none;
  }
  .sta-navigation-wrapper {
    pointer-events: auto;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
  .desktop-nav_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 1rem;
    min-height: 56px;
  }
  .desktop-nav_menu,
  .desktop-nav_right {
    display: none !important;
  }
  .desktop-nav_left {
    flex: 1;
    min-width: 0;
  }
  .sta-mobile-nav-trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #1a1a1a !important;
    flex-shrink: 0;
  }
  .sta-mobile-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sta-mobile-nav-icon--open {
    flex-direction: column;
    width: 24px;
    gap: 5px;
  }
  .sta-mobile-nav-icon--open .menu-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #1a1a1a;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .sta-mobile-nav-icon--close {
    display: none;
  }
  .sta-mobile-nav-trigger.open .sta-mobile-nav-icon--open {
    display: none;
  }
  .sta-mobile-nav-trigger.open .sta-mobile-nav-icon--close {
    display: flex;
  }

  .sta-mobile-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .sta-mobile-nav-backdrop.open {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .sta-navigation-wrapper.sta-nav-expanded {
    border-radius: 12px 12px 0 0;
    box-shadow: none;
  }

  .sta-mobile-nav-panel {
    display: none;
    flex-direction: column;
    position: fixed;
    left: 4%;
    right: 4%;
    top: calc(1rem + 56px + 0.7rem);
    z-index: 1001;
    max-height: calc(100vh - 1rem - 56px - 1rem);
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 24px 48px rgba(32, 53, 90, 0.12);
    overflow: hidden;
  }
  .sta-mobile-nav-panel.open {
    display: flex;
    animation: staMobileNavIn 0.28s ease;
  }
  @keyframes staMobileNavIn {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .sta-mobile-nav-scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sta-mobile-nav-group {
    border-bottom: 1px solid #eee;
  }
  .sta-mobile-nav-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 1.25rem 1rem;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    text-align: left;
  }
  .sta-mobile-nav-chevron {
    display: flex;
    align-items: center;
    color: #b20c13;
    transition: transform 0.25s ease;
  }
  .sta-mobile-nav-group.open .sta-mobile-nav-chevron {
    transform: rotate(180deg);
  }
  .sta-mobile-nav-sub {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
  }
  .sta-mobile-nav-group.open .sta-mobile-nav-sub {
    grid-template-rows: 1fr;
  }
  .sta-mobile-nav-sub-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 1rem 0.75rem;
  }
  .sta-mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0.85rem 0;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    border-bottom: 1px solid #f0f0f0;
  }
  .sta-mobile-nav-link:last-child {
    border-bottom: none;
  }
  .sta-mobile-nav-link-arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #b20c13;
  }
  .sta-mobile-nav-toplink {
    display: block;
    padding: 1.25rem 1rem;
    color: #b20c13;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
  }
  .sta-mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 1rem;
    border-top: 1px solid #eee;
    background: #fff;
    flex-shrink: 0;
  }
  .sta-mobile-nav-actions .button {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .sta-mobile-nav-actions .button.is-secondary {
    background: #fff;
    color: #b20c13;
    border: 1px solid #b20c13;
  }

  .main-wrapper {
    padding-top: 5.5rem;
  }

  .home-hero-banner-grid,
  .sta-hero-banner-grid { grid-template-columns: 1fr 1fr !important; }
  .sta-tech-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .hero-wrapper { grid-template-columns: 1fr !important; }
}
@media (max-width: 575px) {
  .home-hero-banner-grid,
  .sta-hero-banner-grid { grid-template-columns: 1fr !important; }
  .sta-tech-grid { grid-template-columns: 1fr !important; }
}

.sta-hero-banner {
  background: #fff;
}
.sta-tech-section {
  margin-top: -100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .sta-tech-section {
    margin-top: -48px;
  }
}
.sta-hero-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.sta-hero-banner-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  text-decoration: none;
  transition: background .2s ease;
}
.sta-hero-banner-item:hover {
  background: #fafafa;
}
.sta-hero-banner-icon {
  width: 91px;
  height: 91px;
  object-fit: contain;
  flex-shrink: 0;
}
.sta-hero-banner-text {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #666;
}
.sta-hero-banner-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}

.sta-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sta-tech-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  min-height: 360px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sta-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
}
.sta-tech-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.sta-tech-card:hover img {
  transform: scale(1.04);
}
.sta-tech-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,0) 70%);
}
.sta-tech-card-title {
  margin: 0 0 10px;
  max-width: 85%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.sta-tech-card-text {
  margin: 0 0 14px;
  max-width: 85%;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
}
.sta-tech-card-link {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.sta-tech-card:hover .sta-tech-card-link {
  color: #f5c6c8;
}

.sta-hero-fallback {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.section_hero .section_background video.my-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sta-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.sta-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.sta-product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sta-product-card-body {
  padding: 20px;
}
.sta-product-card-body h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.sta-product-card-body p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.sta-news-card {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.sta-news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.sta-news-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sta-news-card-body h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}
.sta-news-card-body p {
  margin: 0 0 12px;
  color: #666;
  font-size: 14px;
  flex: 1;
}
.sta-news-card .text-button {
  color: #b20c13;
  font-weight: 600;
  font-size: 14px;
}

.sta-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .sta-contact-grid {
    grid-template-columns: 1fr;
  }
}

.sta-contact-info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.sta-contact-info-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.sta-contact-info-item a {
  color: #b20c13;
  text-decoration: none;
}

.sta-inquiry-form .form-input,
.sta-inquiry-form .form-select,
.sta-inquiry-form textarea.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background: #fff;
}
.sta-inquiry-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
}
.sta-inquiry-form .required {
  color: #b20c13;
}
.sta-inquiry-form-msg {
  margin-top: 12px;
  font-size: 14px;
}
.sta-inquiry-form-msg.success { color: #2e7d32; }
.sta-inquiry-form-msg.error { color: #b20c13; }
.sta-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.sta-page-content {
  padding: 60px 0;
}
.sta-page-content .editor img {
  max-width: 100%;
  height: auto;
}

.sta-breadcrumb {
  padding: 16px 0;
  font-size: 14px;
  color: #666;
}
.sta-breadcrumb a {
  color: #b20c13;
  text-decoration: none;
}

.sta-article-list li {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.sta-article-list a {
  display: flex;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
.sta-article-list img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .sta-article-list a { flex-direction: column; }
  .sta-article-list img { width: 100%; height: 160px; }
}

.sta-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .sta-product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .sta-product-grid { grid-template-columns: 1fr; }
}

.sta-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .sta-news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .sta-news-grid { grid-template-columns: 1fr; }
}

.top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #b20c13;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(178,12,19,.4);
}
.top-btn.visible { display: flex; }

/* Careers page */
.sta-careers-hero .section_background,
.sta-events-hero .section_background {
  background: linear-gradient(135deg, #1a2a3a 0%, #2d4a5e 50%, #3d6b7a 100%);
}
.sta-careers-content {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-events-content,
.sta-media-content,
.sta-use-cases-content,
.sta-case-studies-content,
.sta-blog-content {
  background: #fff;
  padding-bottom: 4rem;
  padding-top: 0;
}
.sta-list-page-header .section-header h1 {
  margin: 0;
}
.sta-list-page-header .section_header-detail {
  margin: 0;
}
.sta-careers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}
.sta-jobs-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #b20c13;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}
.sta-careers-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sta-career-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, box-shadow .2s;
}
.sta-career-card:hover {
  border-color: #b20c13;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.sta-career-card-title {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
}
.sta-career-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.sta-career-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
}
.sta-career-meta-item img {
  opacity: .7;
}
.sta-career-card-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fce8e9;
  color: #b20c13;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

/* Events page */
.sta-events-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sta-event-card {
  display: flex;
  gap: 24px;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, box-shadow .2s;
}
.sta-event-card:hover {
  border-color: #b20c13;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.sta-event-card-thumb {
  flex-shrink: 0;
  width: 280px;
}
.sta-event-card-thumb img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}
.sta-event-card-placeholder {
  width: 100%;
  min-height: 180px;
  background: linear-gradient(135deg, #e8eef2 0%, #d0dde5 100%);
}
.sta-event-card-body {
  flex: 1;
  padding: 24px 28px 24px 0;
  position: relative;
}
.sta-event-card-title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a4a6e;
}
.sta-event-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.sta-event-meta-sep {
  color: #999;
}
.sta-event-location {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.sta-event-card-excerpt {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding-right: 48px;
}
.sta-event-card-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fce8e9;
  color: #b20c13;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sta-event-card {
    flex-direction: column;
  }
  .sta-event-card-thumb {
    width: 100%;
  }
  .sta-event-card-body {
    padding: 20px;
  }
  .sta-event-card-excerpt {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .sta-career-card {
    padding: 20px;
  }
}

/* APC2 / AutoPilot Console product page */
.sta-apc2-hero-bg {
  background: linear-gradient(135deg, #0f1c2e 0%, #1a3a4a 50%, #2d5a4a 100%);
}
.sta-apc2-hero-title {
  font-size: 2.75rem !important;
}
.sta-apc2-stats {
  background: #fff;
  padding: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.sta-apc2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  overflow: hidden;
}
.sta-apc2-stat {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid #eee;
}
.sta-apc2-stat:last-child {
  border-right: none;
}
.sta-apc2-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #b20c13;
  margin-bottom: 4px;
}
.sta-apc2-stat-label {
  font-size: 14px;
  color: #666;
}
.sta-apc2-intro {
  text-align: center;
  margin-bottom: 40px;
}
.sta-apc2-product-image {
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}
.sta-apc2-product-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.sta-apc2-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.sta-apc2-feature-card {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 24px;
}
.sta-apc2-feature-card h3 {
  margin: 0 0 8px;
}
.sta-apc2-feature-card p {
  margin: 0;
  font-size: 14px;
}
.sta-apc2-section {
  margin-bottom: 48px;
}
.sta-apc2-section h2 {
  margin-bottom: 8px;
}
.sta-apc2-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.sta-apc2-option-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px;
}
.sta-apc2-option-card h3 {
  margin: 0 0 8px;
}
.sta-apc2-modes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.sta-apc2-mode-tag {
  display: inline-block;
  padding: 10px 18px;
  background: #f0f0f0;
  border-radius: 24px;
  font-size: 14px;
  color: #333;
}
.sta-apc2-body {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .sta-apc2-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .sta-apc2-stat:nth-child(2) { border-right: none; }
  .sta-apc2-stat:nth-child(1),
  .sta-apc2-stat:nth-child(2) { border-bottom: 1px solid #eee; }
  .sta-apc2-features-grid { grid-template-columns: repeat(2, 1fr); }
  .sta-apc2-options-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .sta-apc2-stats-grid { grid-template-columns: 1fr; }
  .sta-apc2-stat { border-right: none !important; border-bottom: 1px solid #eee; }
  .sta-apc2-stat:last-child { border-bottom: none; }
  .sta-apc2-features-grid { grid-template-columns: 1fr; }
  .sta-apc2-hero-title { font-size: 2rem !important; }
}

.sta-product-hero {
  position: relative;
  overflow: hidden;
}
.sta-product-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sta-product-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 32, 0.35) 0%, rgba(11, 14, 32, 0.75) 100%);
}
.sta-product-hero .hero_content {
  position: relative;
  z-index: 2;
}
.sta-product-hero-video,
.sta-product-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sta-product-hero-image {
  background-size: cover;
  background-position: center;
}
.sta-product-hero-fallback {
  background: linear-gradient(135deg, #1a2035 0%, #0b0e20 100%);
}
.sta-product-hero-kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}
.sta-product-subnav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.sta-product-subnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}
.sta-product-subnav-title {
  font-weight: 600;
  color: #0b0e20;
}
.sta-product-subnav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.sta-product-subnav-links a {
  color: #0b0e20;
  text-decoration: none;
  font-weight: 500;
}
.sta-product-subnav-links a:hover {
  color: #df1b23;
}
.sta-product-stats {
  background: #0b0e20;
  color: #fff;
  padding: 2rem 0;
}
.sta-product-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.sta-product-stat {
  text-align: center;
  padding: 0.5rem;
}
.sta-product-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}
.sta-product-stat-value span {
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 0.15rem;
}
.sta-product-stat-label {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}
.sta-product-intro {
  text-align: center;
  margin-bottom: 3rem;
}
.sta-product-intro-body {
  margin-top: 1rem;
  line-height: 1.7;
}
.sta-product-section {
  padding: 2.5rem 0;
  border-top: 1px solid #e5e7eb;
}
.sta-product-section.is-alt {
  background: #f8fafc;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.sta-product-section h2 {
  margin-bottom: 1rem;
}
.sta-product-section-body {
  max-width: 52rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.sta-product-section-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.sta-product-section-images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.sta-product-cta {
  margin-top: 3rem;
  padding: 2.5rem;
  text-align: center;
  background: #f0f4f8;
  border-radius: 12px;
}
.sta-product-cta p {
  margin: 0.75rem 0 1.5rem;
}
@media (max-width: 991px) {
  .sta-product-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .sta-product-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sta-product-subnav-inner { flex-direction: column; align-items: flex-start; }
}

/* Airborne category landing page */
.sta-airborne-content {
  padding-top: 48px;
  padding-bottom: 64px;
}
.sta-airborne-intro {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
.sta-airborne-intro-body {
  margin: 0 0 12px;
  line-height: 1.7;
}
.sta-airborne-intro-cta {
  margin: 16px 0 0;
  font-weight: 600;
}
.sta-airborne-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}
.sta-airborne-spotlight-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.sta-airborne-spotlight-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sta-airborne-spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.sta-airborne-spotlight-card:hover .sta-airborne-spotlight-media img {
  transform: scale(1.03);
}
.sta-airborne-spotlight-body {
  padding: 24px;
}
.sta-airborne-spotlight-body h2 {
  margin: 0 0 8px;
}
.sta-airborne-spotlight-body p {
  margin: 0 0 16px;
}
.sta-airborne-section {
  margin-bottom: 64px;
}
.sta-airborne-section-lead {
  margin: 12px auto 32px;
  text-align: center;
}
.sta-airborne-featured-tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 24px 0 32px;
  border-bottom: 1px solid #e5e5e5;
}
.sta-airborne-featured-tab {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0 0 12px;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  border-bottom: 2px solid #333;
  margin-bottom: -1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.sta-airborne-featured-tab:hover {
  color: #df1b23;
}
.sta-airborne-featured-tab.is-active {
  color: #df1b23;
  border-bottom-color: #df1b23;
}
.sta-airborne-featured-panel {
  display: none;
}
.sta-airborne-featured-panel.is-active {
  display: block;
}
.sta-airborne-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}
.sta-airborne-featured-grid.is-mapping {
  grid-template-columns: repeat(2, minmax(0, 160px));
  justify-content: center;
  max-width: 420px;
}
.sta-airborne-featured-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.sta-airborne-featured-card:hover .text-button {
  color: #b20c13;
}
.sta-airborne-featured-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  max-height: 120px;
  margin-bottom: 12px;
}
.sta-airborne-featured-card img {
  width: auto;
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
}
.sta-airborne-featured-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.sta-airborne-featured-card-body h3 {
  margin: 0;
}
.sta-airborne-field-section .sta-airborne-section-lead {
  max-width: 720px;
}
.sta-airborne-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.sta-airborne-field-card {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 28px 24px;
  min-height: 220px;
}
.sta-airborne-field-title {
  margin: 0 0 12px;
  font-weight: 600;
  color: #1a1a2e;
}
.sta-airborne-field-summary {
  margin: 0;
  line-height: 1.65;
  flex: 1;
}
.sta-airborne-field-author {
  margin: 16px 0 0;
  font-size: 14px;
  color: #888;
}
.sta-airborne-field-more {
  margin-top: 28px;
}
.sta-airborne-videos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.sta-airborne-video-card {
  background: #f7f7f8;
  border-radius: 12px;
  padding: 24px;
}
.sta-airborne-video-card h3 {
  margin: 0 0 10px;
}
.sta-airborne-video-card p {
  margin: 0;
}
.sta-airborne-video-author {
  margin: 12px 0 0;
  font-size: 14px;
  color: #888;
}
.sta-airborne-compare {
  overflow-x: auto;
  border: 1px solid #eee;
  border-radius: 12px;
}
.sta-airborne-compare-head,
.sta-airborne-compare-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(160px, 1fr));
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
}
.sta-airborne-compare-head {
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.sta-airborne-compare-row:nth-child(even) {
  background: #fcfcfd;
}
.sta-airborne-compare-row + .sta-airborne-compare-row {
  border-top: 1px solid #eee;
}
.sta-airborne-compare-label {
  font-weight: 600;
  color: #333;
}
.sta-airborne-compare-product {
  text-align: center;
}
.sta-airborne-compare-product img {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}
.sta-airborne-compare-value {
  text-align: center;
}
.sta-airborne-compare-value strong {
  display: block;
  font-size: 1.25rem;
}
.sta-airborne-compare-value span {
  display: block;
  font-size: 13px;
  color: #666;
}
.sta-airborne-faq {
  width: 100%;
  max-width: none;
  margin: 0;
}
.sta-airborne-cta {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .sta-airborne-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 480px; }
}
@media (max-width: 991px) {
  .sta-airborne-spotlight-grid { grid-template-columns: 1fr; }
  .sta-airborne-field-grid,
  .sta-airborne-videos-grid { grid-template-columns: 1fr; }
  .sta-airborne-compare-head,
  .sta-airborne-compare-row {
    grid-template-columns: minmax(140px, 1fr) repeat(3, minmax(120px, 1fr));
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .sta-airborne-featured-grid,
  .sta-airborne-featured-grid.is-mapping { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .sta-airborne-compare-head,
  .sta-airborne-compare-row {
    min-width: 720px;
  }
}

/* Landborne category landing page */
.sta-landborne-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 520px;
  overflow: hidden;
}
.sta-landborne-content {
  padding-top: 48px;
  padding-bottom: 64px;
}
.sta-landborne-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}
.sta-landborne-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.sta-landborne-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sta-landborne-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.sta-landborne-card:hover .sta-landborne-card-media img {
  transform: scale(1.03);
}
.sta-landborne-card-body {
  padding: 24px;
}
.sta-landborne-card-body h3 {
  margin: 0 0 8px;
}
.sta-landborne-card-body p {
  margin: 0 0 16px;
}
.sta-landborne-cta-block {
  grid-column: 1 / -1;
  text-align: center;
  padding: 32px 24px;
  background: #f7f7f8;
  border-radius: 12px;
}
.sta-landborne-cta-block h3 {
  margin: 0 0 12px;
}
.sta-landborne-section {
  margin-bottom: 32px;
}
.sta-landborne-compare {
  overflow-x: auto;
  border: 1px solid #eee;
  border-radius: 12px;
}
.sta-landborne-compare-head,
.sta-landborne-compare-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(2, minmax(160px, 1fr));
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
}
.sta-landborne-compare-head {
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.sta-landborne-compare-row:nth-child(even) {
  background: #fcfcfd;
}
.sta-landborne-compare-row + .sta-landborne-compare-row {
  border-top: 1px solid #eee;
}
.sta-landborne-compare-label {
  font-weight: 600;
  color: #333;
}
.sta-landborne-compare-product {
  text-align: center;
}
.sta-landborne-compare-product img {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}
.sta-landborne-compare-price {
  margin: 0 0 12px;
  font-size: 14px;
}
.sta-landborne-compare-value {
  text-align: center;
}
.sta-landborne-compare-value strong {
  display: block;
  font-size: 1.25rem;
}
.sta-landborne-compare-value span {
  display: block;
  font-size: 13px;
  color: #666;
}
@media (max-width: 991px) {
  .sta-landborne-grid { grid-template-columns: 1fr; }
  .sta-landborne-compare-head,
  .sta-landborne-compare-row {
    grid-template-columns: minmax(140px, 1fr) repeat(2, minmax(120px, 1fr));
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .sta-landborne-compare-head,
  .sta-landborne-compare-row {
    min-width: 560px;
  }
}

/* Smart Farm ecosystem (homepage) */
.sta-ecosystem-section .section-header.product {
  position: relative;
  z-index: 30;
  padding-bottom: 8px;
}
.sta-ecosystem-icon-bar {
  margin-top: 28px;
  gap: 8px;
}
.sta-ecosystem-pin-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.sta-ecosystem-section .tooltip_pin {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.94);
  color: #b20c13;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.sta-ecosystem-section .tooltip_pin svg {
  width: 14px;
  height: 14px;
}
.sta-ecosystem-section .tooltip_pin:hover,
.sta-ecosystem-section .tooltip.is-active .tooltip_pin {
  transform: scale(1.08);
  background-color: #fff;
}
.sta-ecosystem-section .tooltip_circle {
  border-radius: 50%;
  animation: sta-ecosystem-breathing 2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes sta-ecosystem-breathing {
  0%, 100% { transform: scale(1); opacity: 0.45; }
  50% { transform: scale(2); opacity: 0; }
}
.sta-ecosystem-section .tooltip_content.ecosystem {
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translateY(12px);
  opacity: 0;
}
.sta-ecosystem-section .tooltip.is-active .tooltip_content.ecosystem,
.sta-ecosystem-section .tooltip:hover .tooltip_content.ecosystem {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.sta-ecosystem-section .tooltip.rover {
  top: auto;
  bottom: 6%;
  left: 37%;
}
.sta-ecosystem-section .tooltip.remotesensingdrone {
  z-index: 40;
}
@media (max-width: 991px) {
  .sta-ecosystem-section.heome-wide.ecosystem-heigh {
    aspect-ratio: auto;
    min-height: 520px;
    padding-top: 3rem;
  }
  .sta-ecosystem-icon-bar {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .sta-ecosystem-icon-bar .line {
    display: none;
  }
  .sta-ecosystem-icon-bar .icon-top-down-wrapper {
    width: 30%;
    min-width: 88px;
  }
}
@media (max-width: 575px) {
  .sta-ecosystem-section .tooltip_content.ecosystem {
    width: 180px;
    height: 140px;
    top: -155px;
  }
}

/* Homepage news feed tabs */
.sta-home-news-section .video_list_tab.homepage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.sta-home-news-section .filter-button.video-type {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 12px 16px 14px;
  font-size: 1.125rem;
  color: #333;
  font-family: inherit;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.sta-home-news-section .filter-button.video-type.w--current {
  color: #b20c13;
  border-bottom-color: #b20c13;
}
.sta-home-news-section .w-tab-pane {
  display: none !important;
}
.sta-home-news-section .w-tab-pane.w--tab-active {
  display: block !important;
}
.sta-home-news-section .video_list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sta-home-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.sta-home-news-card .resource-card_image.vid.homepage-news {
  overflow: hidden;
}
.sta-home-news-card .blog-card_thumbnail-img.homepage-news {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.sta-home-news-card:hover .blog-card_thumbnail-img.homepage-news {
  transform: scale(1.03);
}
.sta-home-news-card-placeholder {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #e8e8e8;
}
.sta-home-news-card .content_box.background-color-lightgrey {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 18px;
  min-height: 170px;
}
.sta-home-news-card .content_wrapper.homepage-news {
  margin-bottom: 16px;
}
.sta-home-news-title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #1a1a1a;
}
.sta-home-news-summary {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}
.sta-home-news-section .text-style-2lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sta-home-news-title.text-style-2lines {
  -webkit-line-clamp: 2;
}
.sta-home-news-summary.text-style-2lines {
  -webkit-line-clamp: 2;
}
.sta-home-news-section .text-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b20c13;
  font-weight: 600;
  font-size: 15px;
}
.sta-home-news-section .button-icon {
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
}
.sta-home-news-empty {
  padding: 48px 0;
  color: #888;
}
@media (max-width: 991px) {
  .sta-home-news-section .video_list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sta-home-news-section .video_list_tab.homepage {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .sta-home-news-section .video_list-grid {
    grid-template-columns: 1fr;
  }
  .sta-home-news-section .video_list_tab.homepage {
    grid-template-columns: 1fr 1fr;
  }
  .sta-home-news-section .filter-button.video-type {
    font-size: 1rem;
    padding: 10px 8px 12px;
  }
}

/* FAQ accordion (homepage, airborne, FAQ page) */
.sta-home-faq-section .sta-home-faq-list {
  padding-bottom: 48px;
}
[data-home-faq] {
  width: 100%;
  max-width: none;
  margin: 0;
}
[data-home-faq] .faq_item-list.homepage-faq,
[data-home-faq] .acc-item.homepage-faq.w-dropdown,
[data-home-faq] .acc-head.homepage-faq {
  max-height: none;
  overflow: visible;
  width: 100%;
}
[data-home-faq] .acc-item.homepage-faq.w-dropdown {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  position: relative;
}
[data-home-faq] .acc-head.homepage-faq {
  border: none;
  background: #fff;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 1rem;
  border-bottom: 1px solid #e5e5e5;
}
[data-home-faq] .dropdown-faq-answer.w-dropdown-list {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: none !important;
  width: 100%;
  min-width: 0;
  max-height: none;
  overflow: visible;
  background-color: #ececec;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem;
}
[data-home-faq] .dropdown-faq-answer.w-dropdown-list.w--open {
  display: block !important;
}
[data-home-faq] .acc-head.w--open .toggle-arrow {
  transform: rotate(180deg);
}
[data-home-faq] .toggle-arrow {
  flex: none;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
[data-home-faq] .text-multi-lines {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
[data-home-faq] .homepage-faq-answer .text-color-grey {
  line-height: 1.6;
  font-size: 15px;
}

/* Homepage Local Support */
.sta-home-support-section .sta-home-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 60px 0;
}
.sta-home-support-section .sta-home-support-media,
.sta-home-support-section .sta-home-support-content {
  max-width: none;
}
.sta-home-support-section .sta-home-support-map {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.sta-home-support-section .sta-home-support-list {
  margin: 0 0 28px;
  padding-left: 1.25rem;
}
.sta-home-support-section .list-red-bullet li::marker {
  color: #b20c13;
}
.sta-home-support-section .heading-style-h3 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .sta-home-support-section .sta-home-support-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }
}

/* Homepage customer stories */
.sta-customer-stories-section .sta-customer-stories-grid {
  padding-bottom: 48px;
}
.sta-story-card {
  border: none;
  padding: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  width: 100%;
}
.sta-story-card .resource-card_image.vid {
  position: relative;
  overflow: hidden;
}
.sta-story-card .blog-card_thumbnail-img.new {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sta-story-card .lightbox_play {
  position: absolute;
  z-index: 2;
}
.sta-story-card .resource-card_header p {
  margin: 8px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}
.sta-story-card .text-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b20c13;
  font-weight: 600;
  font-size: 15px;
}
.sta-story-card .button-icon {
  width: 11px;
  height: 11px;
  display: flex;
}
.sta-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.sta-video-modal[hidden] {
  display: none;
}
.sta-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.sta-video-modal-dialog {
  position: relative;
  width: min(940px, 100%);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.sta-video-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.sta-video-modal-frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.sta-video-modal-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991px) {
  .sta-customer-stories-section ._3col-grid.stagger_wrapper.mobile1x1.homepage {
    grid-template-columns: 1fr;
  }
}

/* Homepage featured products & services */
.sta-featured-services-section .sta-featured-services-grid {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 16px;
  align-items: stretch;
  padding-bottom: 48px;
}
.sta-featured-services-section .sta-featured-services-main,
.sta-featured-services-section .sta-featured-services-side {
  min-width: 0;
}
.sta-featured-services-section .sta-featured-services-main .product-card {
  height: 100%;
}
.sta-featured-services-section .sta-featured-services-side {
  display: grid;
  grid-template-rows: 1.4fr 0.9fr;
  gap: 16px;
  height: 100%;
  position: relative;
}
.sta-featured-services-section .sta-featured-services-side .product-card {
  min-height: 0;
  height: 100%;
}
.sta-featured-services-section .product-card {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sta-featured-services-section .sta-featured-card-drone {
  min-height: 670px;
}
.sta-featured-services-section .sta-featured-card-apc2 {
  overflow: hidden;
  justify-content: flex-start;
  align-self: start;
  height: calc(100% - 60px);
  max-height: calc(100% - 60px);
  position: relative;
  z-index: 1;
}
.sta-featured-services-section .sta-featured-card-apc2 .product-content {
  flex-shrink: 0;
}
.sta-featured-services-section .sta-featured-apc2-image-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 4px;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}
.sta-featured-services-section .sta-featured-card-apc2 .homepage-product-image {
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  object-fit: contain;
}
.sta-featured-services-section .sta-featured-card-services {
  justify-content: space-between;
  overflow: visible;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.sta-featured-services-section .sta-featured-card-services .product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-width: 100%;
}
.sta-featured-services-section .sta-featured-card-services .button {
  margin-top: auto;
  flex-shrink: 0;
  width: auto;
  align-self: flex-start;
  position: relative;
  z-index: 3;
}
.sta-featured-services-section .product-content {
  position: relative;
  z-index: 2;
  max-width: 58%;
}
.sta-featured-card-drone .product-content {
  padding-bottom: 180px;
}
.sta-featured-services-section .sta-featured-bullets {
  margin: 0 0 20px;
  padding-left: 1.25rem;
}
.sta-featured-services-section .list-red-bullet li::marker {
  color: #b20c13;
}
.sta-featured-services-section .sta-featured-drone-image {
  position: absolute;
  right: calc(-8% + 80px);
  bottom: 0;
  width: min(72%, 32rem);
  max-width: none;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.sta-featured-card-services .product-content,
.sta-featured-card-apc2 .product-content {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sta-featured-services-section .sta-featured-services-grid {
    grid-template-columns: 1fr;
  }
  .sta-featured-services-section .sta-featured-services-side {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .sta-featured-services-section .sta-featured-services-side .product-card {
    height: auto;
  }
  .sta-featured-services-section .sta-featured-card-drone {
    min-height: 420px;
  }
  .sta-featured-services-section .sta-featured-card-apc2 .homepage-product-image {
    width: 90%;
    max-width: 90%;
    max-height: 90%;
  }
  .sta-featured-services-section .product-content {
    max-width: 100%;
  }
  .sta-featured-card-drone .product-content {
    padding-bottom: 0;
  }
  .sta-featured-services-section .sta-featured-drone-image {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 24px;
  }
}

/* Homepage practical solutions bento grid */
.sta-practical-solutions {
  padding-bottom: 16px;
}
.sta-featured-services-section .sta-featured-products-block {
  margin-top: 16px;
  padding-top: 48px;
}
.sta-practical-solutions-header .heading-style-h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 400;
}
.sta-practical-solutions-crops {
  font-size: 0.9375rem;
  color: #666;
}
.sta-practical-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 48px;
}
.sta-practical-solutions-grid .sta-solution-card {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height: 220px;
  cursor: default;
}
.sta-practical-solutions-grid .sta-solution-card--hero {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  min-height: 496px;
}
.sta-practical-solutions-grid .sta-solution-card--side {
  min-height: 240px;
}
.sta-practical-solutions-grid .sta-solution-card--bottom {
  min-height: 240px;
}
.sta-practical-solutions-grid .nano-card-text.home-solution {
  z-index: 3;
}
.sta-practical-solutions-grid .overlay {
  z-index: 2;
}
.sta-practical-solutions-grid .image-fill.home-solution {
  z-index: 1;
}
.sta-practical-solutions-grid .sta-solution-card--hero .feature-video_bg,
.sta-practical-solutions-grid .sta-solution-card--hero .sta-solution-video {
  z-index: 1;
}
.sta-practical-solutions-grid .sta-solution-card--hero .w-background-video {
  height: 100%;
  position: absolute;
  inset: 0;
}
.sta-practical-solutions-grid .sta-solution-card-desc {
  margin: 0;
}
@media (max-width: 991px) {
  .sta-practical-solutions-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sta-practical-solutions-grid .sta-solution-card--hero {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 360px;
  }
  .sta-practical-solutions-grid .sta-solution-card--side,
  .sta-practical-solutions-grid .sta-solution-card--bottom {
    min-height: 220px;
  }
}
@media (max-width: 575px) {
  .sta-practical-solutions-grid {
    grid-template-columns: 1fr;
  }
  .sta-practical-solutions-grid .sta-solution-card--hero {
    min-height: 320px;
  }
  .sta-practical-solutions-grid .sta-solution-card-desc {
    display: none;
  }
}

/* Homepage block spacing — match Technology section header rhythm (~90px between blocks) */
.sta-featured-services-section,
.sta-customer-stories-section,
.sta-home-support-section,
.sta-home-news-section,
.sta-home-faq-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sta-featured-services-section .sta-featured-services-grid,
.sta-customer-stories-section .sta-customer-stories-grid {
  padding-bottom: 0;
}
.sta-customer-stories-section > .container-large > .padding-large,
.sta-home-news-section > .container-large > .padding-large,
.sta-home-faq-section > .container-large > .padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sta-home-support-section .sta-home-support-grid {
  padding: 0;
}
@media (max-width: 991px) {
  .sta-featured-services-section,
  .sta-customer-stories-section,
  .sta-home-support-section,
  .sta-home-news-section,
  .sta-home-faq-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sta-customer-stories-section > .container-large > .padding-large,
  .sta-home-news-section > .container-large > .padding-large,
  .sta-home-faq-section > .container-large > .padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* About Us / Contact / Support page hero */
.main-wrapper > .sta-about-hero:first-child,
.main-wrapper > .sta-contact-hero:first-child,
.main-wrapper > .sta-support-inner-hero:first-child,
.main-wrapper > .sta-network-inner-hero:first-child,
.main-wrapper > .sta-partner-inner-hero:first-child,
.main-wrapper > .sta-careers-inner-hero:first-child,
.main-wrapper > .sta-field-operations-inner-hero:first-child,
.main-wrapper > .sta-trainings-inner-hero:first-child,
.main-wrapper > .sta-download-center-inner-hero:first-child,
.main-wrapper > .sta-landborne-inner-hero:first-child,
.main-wrapper > .sta-legal-hero:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .main-wrapper:has(> .sta-about-hero:first-child),
  .main-wrapper:has(> .sta-contact-hero:first-child),
  .main-wrapper:has(> .sta-support-inner-hero:first-child),
  .main-wrapper:has(> .sta-network-inner-hero:first-child),
  .main-wrapper:has(> .sta-partner-inner-hero:first-child),
  .main-wrapper:has(> .sta-careers-inner-hero:first-child),
  .main-wrapper:has(> .sta-field-operations-inner-hero:first-child),
  .main-wrapper:has(> .sta-trainings-inner-hero:first-child),
  .main-wrapper:has(> .sta-download-center-inner-hero:first-child),
  .main-wrapper:has(> .sta-landborne-inner-hero:first-child),
  .main-wrapper:has(> .sta-legal-hero:first-child) {
    padding-top: 0;
  }
}
.sta-legal-content {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.sta-legal-body h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.sta-legal-body h3,
.sta-legal-body h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.sta-legal-body h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.sta-legal-body p,
.sta-legal-body li {
  line-height: 1.7;
}
.sta-legal-body ul {
  padding-left: 1.25rem;
}
.sta-legal-body a {
  text-decoration: underline;
}
.sta-field-operations-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-field-operations-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-trainings-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-trainings-content {
  padding-bottom: 4rem;
}
.sta-trainings-content .section-header.vertical h2 {
  margin: 0;
}
.sta-download-center-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-download-center-inner-hero .inner-hero_content h1 {
  margin: 0;
}
.sta-download-center-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-download-center-content .fs-cmsfilter_active {
  background-color: #fafbff;
  color: #df1b23;
}
.sta-download-center-content .toggle-arrow.red,
.sta-download-center-content .toggle-arrow-2 {
  transition: transform 0.3s ease;
}
.sta-download-center-content .toggle-arrow.red.rotate,
.sta-download-center-content .toggle-arrow-2.rotate {
  transform: rotate(180deg);
}
.sta-download-center-content .acc-body,
.sta-download-center-content .acc-body-2 {
  overflow: hidden;
}
.sta-download-center-content .sta-download-acc-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: inherit;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.sta-download-center-content .filter-button {
  display: flex;
}
.sta-download-product-panel[hidden] {
  display: none !important;
}
.sta-drone-safety-grid,
.sta-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.sta-videos-tabs.video_list_tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  grid-template-columns: none;
  grid-template-rows: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sta-videos-tabs .sta-video-tab {
  flex: 1 1 0;
  white-space: nowrap;
  min-width: 0;
  justify-content: center;
}
.sta-drone-filter.is-active,
.sta-video-tab.is-active {
  background-color: #df1b23;
  color: #fff;
}
.sta-faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.sta-faq-tab {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid transparent;
  font: inherit;
}
.sta-faq-tab.w--current {
  color: #df1b23;
  border-bottom-color: #df1b23;
}
.sta-faq-panel[hidden] {
  display: none !important;
}
.sta-faq-section {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.sta-faq-section .tabs-menu.faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
}
.sta-faq-section .faq_tab_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
  color: inherit;
  font: inherit;
}
.sta-faq-section .faq_tab_link.w--current {
  color: #df1b23;
}
.sta-faq-section .faq_tab_link .button-icon {
  flex: none;
  width: 11px;
  margin-left: 1rem;
}
.sta-faq-section .faq_heading {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}
.sta-faq-section .faq_item-group + .faq_item-group {
  margin-top: 2rem;
}
.sta-faq-section .acc-item {
  border-bottom: 1px solid #e5e5e5;
}
.sta-faq-section .acc-head.faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
}
.sta-faq-section .faq_question {
  flex: 1;
  font-weight: 500;
  line-height: 1.5;
}
.sta-faq-section .acc-head.faq .toggle-arrow {
  flex: none;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.sta-faq-section .acc-item.is-open .toggle-arrow {
  transform: rotate(180deg);
}
.sta-faq-section .acc-body.faq {
  display: none;
  padding: 0 0 1.25rem;
}
.sta-faq-section .acc-item.is-open .acc-body.faq {
  display: block;
}
.sta-faq-section .acc-body.faq .w-richtext {
  color: #666;
  line-height: 1.7;
}
.sta-faq-section .acc-body.faq .w-richtext p {
  margin: 0 0 0.75rem;
}
.sta-faq-section .acc-body.faq .w-richtext p:last-child,
.sta-faq-section .acc-body.faq .w-richtext ul:last-child,
.sta-faq-section .acc-body.faq .w-richtext ol:last-child {
  margin-bottom: 0;
}
.sta-faq-section .acc-body.faq .w-richtext a {
  color: #df1b23;
}
.sta-faq-page-content [data-home-faq] {
  width: 100%;
  max-width: none;
  margin: 0 0 1.5rem;
}
.sta-faq-page-content .faq_item-group {
  margin-bottom: 2rem;
}
.sta-faq-page-content .faq_heading {
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  .sta-drone-safety-grid,
  .sta-videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .sta-drone-safety-grid,
  .sta-videos-grid {
    grid-template-columns: 1fr;
  }
}
.sta-careers-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-partner-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-partner-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-partner-content .space_heading h2 {
  margin: 0;
}
.sta-partner-content p {
  color: var(--text-color--text-secondary, #666);
}
.sta-network-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-network-map {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-network-map .code-embed {
  min-height: 720px;
}
.sta-network-map #storerocket-widget {
  min-height: 720px;
}
.sta-support-inner-hero.inner-hero_section {
  padding-top: 0;
  min-height: 600px;
  overflow: hidden;
}
.sta-support-inner-hero .inner-hero_content h1 {
  margin: 0;
}
.sta-support-content .repair-card .text-button {
  margin-top: auto;
}
.sta-support-content .repair_card-title h3 {
  margin: 0;
}
.sta-about-hero,
.sta-contact-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}
.sta-about-hero-image,
.sta-contact-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.sta-about-hero-overlay,
.sta-contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.12) 100%);
}
.sta-about-hero-inner,
.sta-contact-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 7rem 0 5.5rem;
}
.sta-about-hero-kicker,
.sta-contact-hero-kicker {
  margin: 0 0 12px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  opacity: 0.92;
}
.sta-about-hero-title,
.sta-contact-hero-title {
  margin: 0 0 16px;
  font-size: 3.5rem;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
}
.sta-about-hero-lead,
.sta-contact-hero-lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
.sta-about-intro.section {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}
.sta-about-intro-inner {
  max-width: 52rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.sta-about-intro-title {
  margin: 0;
  text-align: left;
}
.sta-about-intro-kicker {
  margin-bottom: 24px;
}
.sta-about-intro-copy {
  margin: 0;
  text-align: left;
  line-height: 1.7;
}
.sta-about-intro-copy p {
  margin: 0 0 16px;
}
.sta-about-intro-copy p:last-child {
  margin-bottom: 0;
}
.sta-about-section-lead {
  margin: 12px auto 32px;
  text-align: center;
}
.sta-about-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.sta-about-why-content {
  align-self: center;
  padding: 8px 0;
}
.sta-about-why-media {
  min-height: 620px;
  height: 100%;
  justify-self: start;
  width: 100%;
}
.sta-about-why-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.sta-about-solutions-image,
.sta-about-network-map {
  width: 100%;
  height: auto;
  display: block;
}
.sta-about-why-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.sta-about-why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.sta-about-why-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.sta-about-why-item h3 {
  margin: 0 0 6px;
}
.sta-about-why-item p {
  margin: 0;
}
.sta-about-why.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-about-why-grid.padding-large {
  padding-left: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.sta-about-products.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sta-about-products > .container-large > .padding-large {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.sta-about-product-header {
  margin: 0 auto 32px;
}
.sta-about-product-header h2 {
  margin-bottom: 12px;
}
.sta-about-product-header p {
  margin: 0;
}
.sta-about-ecosystem.section {
  padding-top: 4rem;
}
.sta-about-ecosystem .section-header {
  margin-bottom: calc(2rem + 20px);
}
.sta-about-ecosystem .eco-card_header p {
  margin: 0;
}
.sta-about-solutions.section {
  padding-top: 4rem;
}
.sta-about-solutions > .container-large > .padding-large {
  padding-top: 1.5rem;
}
.sta-about-solutions-image-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.sta-about-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 32px;
}
.sta-about-timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sta-about-timeline .about-timeline_top-img-wrapper {
  width: 100%;
  margin-bottom: 16px;
}
.sta-about-timeline .about-timeline_img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}
.sta-about-timeline .about-timeline_progress-wrapper {
  width: 100%;
  margin-bottom: 16px;
}
.sta-about-evolution.section {
  padding-bottom: 4rem;
}
.sta-about-evolution > .container-large > .padding-large {
  padding-bottom: 1.5rem;
}
.sta-about-values.section {
  padding-top: 4rem;
}
.sta-about-values > .container-large > .padding-large {
  padding-top: 1.5rem;
}
.sta-about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.sta-about-value-card {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
}
.sta-about-value-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.sta-about-value-overlay h3 {
  margin: 0;
}
.sta-about-network-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: center;
}
.sta-about-network-content {
  max-width: none;
}
.sta-about-network-media {
  width: 100%;
}
@media (max-width: 991px) {
  .sta-about-intro.section {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .sta-about-intro-inner {
    max-width: none;
  }
  .sta-about-hero-inner,
  .sta-contact-hero-inner {
    padding: 96px 0 72px;
  }
  .sta-about-hero-title,
  .sta-contact-hero-title {
    font-size: 2.5rem;
  }
  .sta-support-inner-hero.inner-hero_section,
  .sta-download-center-inner-hero.inner-hero_section {
    min-height: 480px;
  }
  .sta-about-why-grid,
  .sta-about-network-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sta-about-why-media {
    min-height: 420px;
  }
  .sta-about-why-image {
    min-height: 420px;
  }
  .sta-about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sta-about-timeline {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .sta-about-hero,
  .sta-contact-hero {
    min-height: 360px;
  }
  .sta-about-hero-inner,
  .sta-contact-hero-inner {
    padding: 80px 0 64px;
  }
  .sta-about-hero-title,
  .sta-contact-hero-title {
    font-size: 2rem;
  }
  .sta-about-hero-lead,
  .sta-contact-hero-lead {
    font-size: 1rem;
  }
  .sta-support-inner-hero.inner-hero_section,
  .sta-download-center-inner-hero.inner-hero_section {
    min-height: 420px;
  }
  .sta-support-inner-hero .doc_hero_img,
  .sta-download-center-inner-hero .doc_hero_img {
    width: 100%;
    margin-right: 0;
  }
  .sta-about-values-grid {
    grid-template-columns: 1fr;
  }
}
