/* Process page specific styles */
.process-page {
  font-family: 'Muli', Arial, sans-serif;
  color: #0c1c2c;
  background: #f7f9fb;
}

.process-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.process-nav {
  background: #ffffff;
  border-bottom: 1px solid #e3e7ed;
  position: sticky;
  top: 0;
  z-index: 5;
}

.process-nav .process-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.process-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.process-brand img {
  width: 160px;
  height: auto;
  display: block;
}

.process-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.process-links a {
  color: #0c1c2c;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.process-links a:hover,
.process-links a:focus {
  color: #004775;
}

.process-links .is-active {
  color: rgb(103, 179, 227);
}

.process-cta {
  padding: 10px 14px;
  border: 2px solid #004775;
  color: #004775;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.process-banner {
  background: #374759;
  color: #ffffff;
  padding: 30px 0;
  border-bottom: 1px solid #2d3a49;
  margin-bottom: 32px;
}

.process-banner-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-banner-item {
  background: transparent;
  border: none;
  padding: 12px 4px;
}

.process-banner-item h2 {
  margin: 0;
  padding-bottom: 6px;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
}

.process-banner-item p {
  margin: 5px 0 0;
  font-size: 15px;
  color: #e5eef8;
  line-height: 1.5;
}

.process-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  align-items: start;
  padding-bottom: 48px;
}

.process-article {
  background: #ffffff;
  border: 1px solid #e1e6ec;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(6, 29, 54, 0.06);
}

.process-article h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0c1c2c;
  font-size: 20px;
  font-weight: 700;
}

.process-article h1 {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #0c1c2c;
}

.process-article img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 12px 0 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.process-article ol {
  padding-left: 20px;
  line-height: 1.6;
}

.process-article ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}

.process-article ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.process-article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23374759'/%3E%3Cpath d='M5 9.2L7.4 11.6L13 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.process-article li + li {
  margin-top: 8px;
}

.contact-inline-list {
  margin: 4px 0 0;
  padding: 0;
}

.contact-section-spacer {
  margin-top: 28px;
  display: block;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 60%;
  max-width: 480px;
  padding: 10px;
  border: 1px solid #d8dce2;
  border-radius: 6px;
  font-family: inherit;
  font-size: 16px;
}

.contact-form textarea {
  width: 100%;
}

.contact-form .btn {
  border: 2px solid #0c1c2c;
  background: transparent;
  color: #0c1c2c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 0;
  padding: 12px 18px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.contact-form .btn:hover,
.contact-form .btn:focus {
  background: #0c1c2c;
  color: #ffffff;
}

.process-note {
  margin-top: 18px;
  background: #f0f4f9;
  border-left: 4px solid #004775;
  padding: 12px 14px;
  border-radius: 8px;
}

.process-sidebar {
  display: grid;
  gap: 20px;
}

.process-testimonial {
  background: #f2f5f8;
  border-bottom: 1px solid #dfe4ea;
  padding: 26px 0;
  margin-bottom: 18px;
}

.process-testimonial .process-shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-testimonial blockquote {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #0f2438;
}

.process-testimonial .quote-author {
  font-weight: 700;
  color: #0f2438;
}

.process-card {
  background: #ffffff;
  border: 1px solid #e1e6ec;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(6, 29, 54, 0.06);
  text-align: center;
}

.process-card h3 {
  margin: 0 0 8px;
  color: #0c1c2c;
}

.process-card p {
  margin: 4px 0;
  line-height: 1.5;
}

.process-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 10px auto;
}

.process-card .phone {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.process-card .cta-link {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 14px;
  background: #004775;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
}

.process-card .cta-link:hover,
.process-card .cta-link:focus {
  background: #063d63;
}

.process-footer {
  background: #f2f4f7;
  border-top: 1px solid #dfe4ea;
  padding: 32px 0 48px;
  color: #1f2f3f;
  font-size: 15px;
}

.process-footer .process-shell {
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.footer-card h3 {
  margin: 0 0 8px;
  font-size: 1.2em;
  font-weight: 500;
  color: #0f2438;
}

.footer-card p {
  margin: 6px 0;
  line-height: 1.6;
}

.footer-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(12, 28, 44, 0.08);
}

.footer-contact-links a {
  color: #0f2438;
  text-decoration: none;
  font-weight: 700;
}

.footer-contact-links a:hover,
.footer-contact-links a:focus {
  color: #004775;
}

.footer-bottom {
  margin-top: 18px;
  text-align: center;
  color: #4b5e70;
  font-size: 14px;
}

@media (max-width: 900px) {
  .process-banner-items {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .process-nav .process-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .process-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-card,
  .process-article {
    transition: none;
  }
}
