@charset "utf-8";
.about-hero-section {
  background-color: #f0f7ff;
  padding: 50px 0 60px 0;
  border-bottom: 1px solid #d1e9ff;
}
.about-hero-title-wrap {
  border-bottom: none;
  margin-bottom: 25px;
}
.about-hero-title {
  font-size: 46px;
  font-weight: 800;
  color: #082542;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
}
.about-hq-img {
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.origin-story-card {
  padding: 40px 30px;
}
.origin-story-card.border-orange {
  border-top: 4px solid #e67e22;
}
.origin-story-card.border-blue {
  border-top: 4px solid #00a8ff;
}
.origin-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}
.origin-icon.orange {
  color: #e67e22;
}
.origin-icon.blue {
  color: #00a8ff;
}
.origin-title {
  font-size: 26px;
  color: #082542;
  margin-top: 0;
  margin-bottom: 15px;
}
.origin-text {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}
.origin-text a {
  color: #00a8ff;
  font-weight: bold;
  text-decoration: underline;
}
.human-element-section {
  padding: 80px 0;
}
.human-portrait-wrap {
  position: relative;
  flex: 1;
  max-width: 400px;
}
.human-portrait-glow {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 168, 255, 0.15);
  filter: blur(35px);
  border-radius: 12px;
  z-index: 0;
  pointer-events: none;
}
.human-portrait-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 168, 255, 0.15);
  position: relative;
  z-index: 1;
  display: block;
}
.human-text-wrap {
  flex: 1.3;
}
.human-h3 {
  color: #00a8ff;
  font-size: 32px;
  margin-bottom: 20px;
  border-bottom: none;
}
.human-lead-text {
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}
.human-val-row {
  justify-content: flex-start;
  gap: 20px;
  margin-top: 45px;
  border-top: none;
  padding: 0;
}
.human-val-card {
  flex: none;
  width: 170px;
  padding: 25px 15px;
}
.safety-cell-section {
  background-color: #f4f7f9;
  padding: 80px 0;
  border-bottom: 1px solid #e1e8ed;
}
.safety-cell-title {
  font-size: 38px;
  color: #082542;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
}
.safety-cell-text {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}
.safety-cell-text a {
  color: #00a8ff;
  font-weight: bold;
  text-decoration: underline;
}
.safety-img-card {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border: none;
}
.fleet-section {
  padding: 80px 0;
}
.fleet-header-wrap {
  text-align: left;
  border-left: 5px solid #00a8ff;
  padding-left: 20px;
  margin-bottom: 40px;
}
.fleet-header-title {
  color: #ffffff !important;
  font-size: 36px !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fleet-header-sub {
  color: #a0b2c6;
  font-size: 21px;
  margin: 0;
  max-width: 800px;
  line-height: 1.5;
}
.fleet-hero-img-wrap {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
.fleet-hero-caption {
  font-size: 18px;
  padding: 15px 20px;
}
.fleet-cards-wrap {
  margin-top: 40px;
  gap: 30px;
}
.fleet-phase-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  padding: 35px;
}
.fleet-phase-card.phase-1 {
  border-left: 4px solid #00a8ff;
}
.fleet-phase-card.phase-2 {
  border-left: 4px solid #e67e22;
}
.fleet-phase-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
.fleet-phase-title.blue {
  color: #00a8ff;
}
.fleet-phase-title.orange {
  color: #e67e22;
}
.fleet-phase-text {
  color: #e2e8f0 !important;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.fleet-phase-text a {
  color: #00a8ff !important;
  font-weight: bold;
  text-decoration: underline;
}
.trust-section {
  padding: 80px 0;
}
.trust-box {
  background: #ffffff;
  border: 1px solid #e1e8ed;
  text-align: center;
  padding: 50px 40px;
  margin: 0 auto;
  max-width: 950px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.trust-icon-circle {
  width: 70px;
  height: 70px;
  font-size: 32px;
  margin: 0 auto 25px auto;
  background: #082542;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.trust-title {
  color: #082542;
  font-size: 34px;
  margin-top: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.trust-text {
  font-size: 21px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.trust-btn-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.trust-btn {
  font-size: 18px;
  padding: 12px 25px;
}
/* Prts */
.parts-hero-title {
  margin-bottom: 10px;
}
.parts-hero-subtitle {
  color: #00a8ff;
  font-size: 1.2rem;
  margin-top: 0;
  font-weight: 500;
  border-bottom: none;
}
.parts-lead-text {
  text-align: center;
  max-width: 900px;
  margin: 30px auto;
}
.upgrade-callout-dark {
  margin-top: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left-color: #082542;
}
.upgrade-callout-dark h3 {
  font-size: 24px;
}
.upgrade-callout-dark p {
  font-size: 18px;
}
.upgrade-callout-dark .fa-toolbox {
  color: #082542;
  margin-right: 10px;
}
.parts-checklist-subnote {
  font-size: 0.9em;
  color: #777;
}
.parts-section-h2 {
  border-bottom: 3px solid #00a8ff;
  margin-bottom: 30px;
}
.parts-tech-table-text {
  text-align: center;
  margin-bottom: 30px;
}
.warranty-highlight-box {
  margin-top: 0;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.warranty-highlight-box h3 {
  font-size: 26px;
}
.warranty-highlight-box p {
  font-size: 20px;
  line-height: 1.6;
}
.human-portrait-img-shadow {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.parts-h2-dark {
  font-size: 34px;
  color: #082542;
  margin-top: 0;
  margin-bottom: 20px;
}
.parts-p-text {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}
.sla-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sla-lead-text {
  font-size: 22px;
  max-width: 900px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}
.sla-lead-text.bottom {
  margin-bottom: 50px;
}
.sla-cta-prompt {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
}
.sla-cta-btn {
  padding: 20px 40px;
  font-size: 20px;
  background: #00a8ff;
  color: #082542 !important;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 168, 255, 0.4);
}
.sla-cta-btn i {
  color: #082542 !important;
}
@media screen and (max-width: 768px) {
  .human-portrait-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .human-val-row {
    justify-content: center;
  }
}