body.home-technical-blueprint {
  --ink: #10283b;
  --muted: #536a7c;
  --line: #b9ccda;
  --soft: #edf5f9;
  --brand: #075d91;
  --brand-2: #0879b8;
  --accent: #e48a24;
  --white: #f9fcfe;
  --max: 1240px;
  color: var(--ink);
  background-color: #f8fbfd;
  background-image:
    linear-gradient(rgba(11, 117, 170, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 117, 170, .045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.home-technical-blueprint .topbar {
  background: #075d91;
  color: #f4fbff;
}

.home-technical-blueprint .nav {
  background: rgba(248, 252, 254, .96);
  border-bottom: 1px solid #9eb9ca;
  box-shadow: 0 8px 26px rgba(7, 93, 145, .06);
}

.home-technical-blueprint .brand strong {
  color: #075d91;
  font-size: 24px;
}

.home-technical-blueprint .brand span {
  color: #536a7c;
}

.home-technical-blueprint .nav-links {
  gap: 14px;
}

.home-technical-blueprint .nav-links a {
  color: #17384f;
  font-size: 14px;
  font-weight: 700;
}

.home-technical-blueprint .nav-links a:last-child {
  padding: 10px 15px;
  border: 1px solid #075d91;
  border-radius: 3px;
  color: #075d91;
}

.home-technical-blueprint .hero {
  min-height: 650px;
  align-items: center;
  color: #10283b;
  border-bottom: 1px solid #b9ccda;
  background:
    linear-gradient(90deg, rgba(247, 251, 253, .98) 0%, rgba(238, 247, 251, .94) 52%, rgba(234, 243, 247, .48) 72%),
    url("../images/sample-panel-01.jpg") 92% center / 52% auto no-repeat;
}

.home-technical-blueprint .hero-inner {
  padding: 84px 0;
}

.home-technical-blueprint .hero .eyebrow {
  color: #0879b8;
}

.home-technical-blueprint .hero h1 {
  max-width: 680px;
  color: #073f63;
  font-size: clamp(40px, 5vw, 64px);
}

.home-technical-blueprint .hero p {
  max-width: 630px;
  color: #36566b;
}

.home-technical-blueprint .btn {
  border-radius: 3px;
}

.home-technical-blueprint .btn.primary {
  background: #075d91;
}

.home-technical-blueprint .btn.primary:hover {
  background: #064b74;
}

.home-technical-blueprint .btn.secondary {
  border: 1px solid #075d91;
  color: #075d91;
}

.home-technical-blueprint .btn.ghost {
  border-color: #7894a7;
  color: #264b63;
}

.home-technical-blueprint .hero-stats {
  max-width: 780px;
  margin-top: 54px;
  border-color: #aec4d2;
  background: #aec4d2;
}

.home-technical-blueprint .hero-stats div {
  padding: 18px;
  background: rgba(248, 252, 254, .96);
}

.home-technical-blueprint .hero-stats strong {
  color: #075d91;
  font-size: 21px;
}

.home-technical-blueprint .hero-stats span {
  color: #536a7c;
  font-size: 13px;
}

.home-technical-blueprint .section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(185, 204, 218, .72);
}

.home-technical-blueprint .section.alt {
  background: rgba(234, 243, 248, .88);
}

.home-technical-blueprint .eyebrow {
  color: #0879b8;
  font-size: 12px;
}

.home-technical-blueprint .section-head {
  margin-bottom: 36px;
}

.home-technical-blueprint .section-head h2,
.home-technical-blueprint .content h2 {
  color: #073f63;
  font-size: clamp(28px, 3vw, 42px);
}

.home-technical-blueprint .card,
.home-technical-blueprint .photo,
.home-technical-blueprint .step {
  border-radius: 2px;
}

.home-technical-blueprint .card {
  border-color: #b9ccda;
  box-shadow: 0 12px 28px rgba(7, 93, 145, .06);
}

.home-technical-blueprint .card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-technical-blueprint .step {
  border-color: #b9ccda;
  border-left: 5px solid #0879b8;
}

.home-technical-blueprint .step:before {
  border-radius: 2px;
  background: #075d91;
  color: #fff;
}

.home-technical-blueprint .tag {
  border: 1px solid #9db8c9;
  border-radius: 2px;
  background: #f5fafc;
  color: #294e65;
}

.home-technical-blueprint .spec-table {
  border-color: #9eb9ca;
  background: rgba(255, 255, 255, .92);
}

.home-technical-blueprint .spec-table th {
  background: #075d91;
  color: #fff;
}

.home-technical-blueprint .spec-table td {
  color: #36566b;
}

.home-technical-blueprint .faq-item {
  padding: 22px 0;
  border-color: #b9ccda;
}

.home-technical-blueprint .faq-item h3 {
  color: #073f63;
}

.home-technical-blueprint .footer {
  border-top: 4px solid #e48a24;
  background: #073f63;
}

.home-technical-blueprint a,
.home-technical-blueprint button {
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-technical-blueprint .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(7, 93, 145, .12);
}

@media (prefers-reduced-motion: reduce) {
  .home-technical-blueprint a,
  .home-technical-blueprint button,
  .home-technical-blueprint .card {
    transition: none;
  }
}

@media (max-width: 900px) {
  .home-technical-blueprint .nav-links {
    background: #f8fcfe;
  }

  .home-technical-blueprint .nav-links a:last-child {
    border: 0;
    padding: 0;
  }

  .home-technical-blueprint .hero {
    min-height: 700px;
    background:
      linear-gradient(180deg, rgba(247, 251, 253, .99) 0%, rgba(238, 247, 251, .96) 66%, rgba(234, 243, 247, .72) 100%),
      url("../images/sample-panel-01.jpg") center bottom / 100% auto no-repeat;
  }

  .home-technical-blueprint .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .home-technical-blueprint {
    overflow-x: hidden;
  }

  .home-technical-blueprint .topbar .container {
    display: grid;
    gap: 2px;
  }

  .home-technical-blueprint .hero-inner {
    padding: 62px 0 48px;
  }

  .home-technical-blueprint .hero h1 {
    font-size: 34px;
    line-height: 1.24;
  }

  .home-technical-blueprint .hero p {
    font-size: 16px;
  }

  .home-technical-blueprint .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-technical-blueprint .hero-actions .btn {
    width: 100%;
  }

  .home-technical-blueprint .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .home-technical-blueprint .section {
    padding: 62px 0;
  }
}
