.footer-pro {
  background: linear-gradient(180deg, #10304b 0%, #0a1f33 100%);
  color: #d7e3f1;
  padding: 0;
}

#footer-3.footer-pro {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 28px;
  box-sizing: border-box;
}

.footer-pro a {
  color: #e3f0ff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

#footer-3.footer-pro a:visited {
  color: #e3f0ff;
}

#footer-3.footer-pro a:hover,
#footer-3.footer-pro a:focus,
#footer-3.footer-pro a:active {
  color: #9fd0ff !important;
  opacity: 1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-pro a:focus-visible,
.footer-pro summary:focus-visible {
  outline: 2px solid #9dd0ff;
  outline-offset: 2px;
  border-radius: 4px;
}

.footer-pro-top {
  padding: 32px 0;
  border-bottom: 1px solid rgba(73, 128, 179, 0.38);
}

.footer-pro-cta {
  background: linear-gradient(145deg, rgba(16, 48, 75, 0.88) 0%, rgba(10, 31, 51, 0.88) 100%);
  border: 1px solid rgba(73, 128, 179, 0.45);
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.footer-pro-eyebrow {
  margin: 0 0 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #92c6fb;
  font-weight: 700;
}

.footer-pro-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.28;
}

.footer-pro-subtitle {
  margin: 7px 0 0;
  color: #bed0e3;
  max-width: 780px;
  line-height: 1.48;
}

.footer-pro-cta-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-pro-btn {
  min-width: 170px;
  text-align: center;
  font-weight: 700;
}

.footer-pro-btn.secondary {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #ffffff !important;
}

.footer-pro-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.14) !important;
}

.footer-pro-main {
  padding: 48px 0 36px;
}

.footer-pro-brand {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-pro-brand img {
  height: 38px;
  width: 120px;
}

.footer-pro-address {
  margin: 0 0 11px;
  line-height: 1.7;
  font-size: 1.02rem;
  color: #d0e0f1;
}

.footer-pro-contact,
.footer-pro-links,
.footer-pro-kpis {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-pro-contact li {
  margin-bottom: 5px;
}

.footer-pro-contact a {
  font-size: 1.01rem;
  font-weight: 500;
}

.footer-pro-chips {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-pro-chips span {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(107, 166, 219, 0.35);
  background: rgba(14, 40, 64, 0.5);
  color: #d2e7ff;
  font-size: 0.76rem;
  font-weight: 600;
}

.footer-pro-kpis {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.footer-pro-kpis li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
}

.footer-pro-kpis li + li::before {
  content: "|";
  color: rgba(213, 230, 245, 0.45);
  margin-right: 4px;
}

.footer-pro-kpis span {
  color: #b8d1ea;
  font-size: 0.79rem;
  white-space: nowrap;
}

.footer-pro-kpis strong {
  color: #f5fbff;
  font-size: 0.79rem;
  font-weight: 700;
  white-space: nowrap;
}

.footer-pro-col {
  color: #ceddef;
}

.footer-pro-main .row {
  align-items: flex-start;
  row-gap: 18px;
}

.footer-pro-accordion {
  border: 0;
  margin: 0;
}

.footer-pro-accordion > summary {
  list-style: none;
  display: block;
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: 0.012em;
  cursor: default;
  position: relative;
  line-height: 1.25;
}

.footer-pro-accordion > summary::-webkit-details-marker {
  display: none;
}

.footer-pro-links li {
  margin-bottom: 9px;
}

.footer-pro-links a {
  color: #d8e8f9;
  opacity: 0.96;
  font-size: 1rem;
  line-height: 1.38;
}

.footer-pro-bottom {
  border-top: 1px solid rgba(73, 128, 179, 0.38);
  padding: 16px 0 20px;
}

.footer-pro-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  flex-wrap: wrap;
}

.footer-pro-bottom-inner p {
  margin: 0;
  color: #c5d8eb;
  font-size: 0.92rem;
}

.footer-pro-legal-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.footer-pro-legal-inline a {
  color: #ecf6ff;
  font-size: 0.9rem;
}

.footer-pro-legal-inline a + a::before {
  content: "|";
  color: rgba(213, 230, 245, 0.48);
  margin-right: 8px;
}

@media (min-width: 768px) {
  .footer-pro-accordion > summary {
    pointer-events: none;
  }

  .footer-pro-accordion > ul {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .footer-pro-links-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 38px;
    row-gap: 0;
  }

  .footer-pro-links-grid > .footer-pro-col {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-pro-links-grid .footer-pro-accordion {
    width: 100%;
    margin: 0;
  }

  .footer-pro-links-grid .footer-pro-accordion > summary {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .footer-pro-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-pro-cta-actions {
    justify-content: flex-start;
  }

  .footer-pro-main {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .footer-pro-eyebrow,
  .footer-pro-subtitle,
  .footer-pro-chips,
  .footer-pro-kpis,
  .footer-pro-mobile-hide {
    display: none !important;
  }

  .footer-pro-main {
    padding: 24px 0 14px;
  }

  .footer-pro-address {
    line-height: 1.6;
    margin-bottom: 7px;
    font-size: 1rem;
  }

  .footer-pro-contact li {
    margin-bottom: 3px;
  }

  .footer-pro-accordion {
    border-top: 1px solid rgba(98, 152, 201, 0.22);
    padding-top: 10px;
  }

  .footer-pro-accordion > summary {
    margin-bottom: 0;
    padding: 0 28px 10px 0;
    font-size: 1rem;
    cursor: pointer;
  }

  .footer-pro-accordion > summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: -1px;
    color: #d7ebff;
    font-size: 1.2rem;
    line-height: 1;
  }

  .footer-pro-accordion[open] > summary::after {
    content: "-";
  }

  .footer-pro-accordion > ul {
    display: none;
    padding: 8px 0 1px;
  }

  .footer-pro-accordion[open] > ul {
    display: block;
  }

  .footer-pro-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .footer-pro-legal-inline {
    order: 3;
    gap: 3px;
  }
}

@media (max-width: 575.98px) {
  #footer-3.footer-pro {
    margin-top: 20px;
  }

  .footer-pro-top {
    padding: 22px 0;
  }

  .footer-pro-title {
    font-size: 1.06rem;
    line-height: 1.35;
  }

  .footer-pro-cta {
    padding: 14px;
    gap: 10px;
  }

  .footer-pro-btn {
    min-width: 136px;
  }
}
