.sa-sector-hub {
  --sa-hub-navy: #063b5b;
  --sa-hub-blue: #087cac;
  --sa-hub-aqua: #00aabc;
  --sa-hub-ink: #163b4f;
  --sa-hub-muted: #506d7d;
  --sa-hub-line: #cee2ea;
  --sa-hub-surface: #f1f8fb;
  color: var(--sa-hub-ink);
  font-size: 1rem;
  line-height: 1.65;
}

.sa-sector-hub,
.sa-sector-hub * {
  box-sizing: border-box;
}

.sa-sector-hub a {
  text-decoration: none;
}

.sa-sector-hub__hero {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(120deg, #033d5c 0%, #075d80 57%, #087ca0 100%);
}

/* Astra aplică padding de conținut pe mobil înaintea primului bloc. Pentru
   hub-urile de sector, hero-ul este primul bloc și trebuie să atingă headerul. */
@media (max-width: 921px) {
  body:has(.sa-sector-hub__hero) #primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.sa-sector-hub__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 90px) 0;
}

.sa-sector-hub__eyebrow,
.sa-sector-hub__section-label,
.sa-sector-hub__card-club {
  margin: 0 0 9px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sa-sector-hub__eyebrow {
  color: #a8eff2;
}

.sa-sector-hub__hero h1,
.sa-sector-hub h2,
.sa-sector-hub h3 {
  margin-top: 0;
  letter-spacing: -.025em;
}

.sa-sector-hub__hero h1 {
  max-width: 15ch;
  margin-bottom: 18px;
  color: #fff !important;
  font-size: clamp(2.1rem, 4.3vw, 4.05rem);
  line-height: 1.05;
}

.sa-sector-hub__hero-copy {
  max-width: 59ch;
  margin: 0;
  color: #e5f8fc;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
}

.sa-sector-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

.sa-sector-hub__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 !important;
  padding: 11px 19px !important;
  border: 1px solid transparent;
  border-radius: 999px !important;
  font: inherit;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sa-sector-hub__button--light {
  background: #fff;
  color: var(--sa-hub-navy) !important;
}

.sa-sector-hub__button--light:hover,
.sa-sector-hub__button--light:focus-visible {
  background: #d9f7f8;
  color: #033a58 !important;
}

.sa-sector-hub__button--outline {
  border-color: rgba(255, 255, 255, .75);
  background: transparent;
  color: #fff !important;
}

.sa-sector-hub__button--outline:hover,
.sa-sector-hub__button--outline:focus-visible {
  background: rgba(255, 255, 255, .14);
  color: #fff !important;
}

.sa-sector-hub__button--primary {
  background: var(--sa-hub-blue);
  color: #fff !important;
}

.sa-sector-hub__button--primary:hover,
.sa-sector-hub__button--primary:focus-visible {
  background: #056388;
  color: #fff !important;
}

.sa-sector-hub__button:hover {
  box-shadow: 0 9px 20px rgba(2, 48, 74, .18);
  transform: translateY(-1px);
}

.sa-sector-hub__button:focus-visible,
.sa-sector-hub summary:focus-visible {
  outline: 3px solid #69d7df;
  outline-offset: 3px;
}

.sa-sector-hub__map {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin: 0;
  border: 1px solid rgba(219, 247, 250, .75);
  border-radius: 22px;
  background: #e3f4f7;
  box-shadow: 0 18px 42px rgba(0, 35, 54, .24);
}

.sa-sector-hub__map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.sa-sector-hub__map > br {
  display: none !important;
}

.sa-sector-hub__section {
  width: min(1180px, calc(100% - 48px));
  margin: clamp(42px, 6vw, 72px) auto;
}

.sa-sector-hub__section-label,
.sa-sector-hub__card-club {
  color: #08779f;
}

.sa-sector-hub__section h2 {
  margin-bottom: 10px;
  color: var(--sa-hub-navy);
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  line-height: 1.17;
}

.sa-sector-hub__intro {
  max-width: 74ch;
  margin: 0;
  color: var(--sa-hub-muted);
}

.sa-sector-hub__location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.sa-sector-hub__location-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--sa-hub-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 61, 88, .08);
}

.sa-sector-hub__location-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #dceef3;
}

.sa-sector-hub__location-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.sa-sector-hub__location-card h3 {
  margin-bottom: 11px;
  color: var(--sa-hub-navy);
  font-size: 1.27rem;
  line-height: 1.25;
}

.sa-sector-hub__location-card-body > p:not(.sa-sector-hub__card-club) {
  margin: 0 0 15px;
  color: #426273;
}

.sa-sector-hub__location-meta {
  display: grid;
  gap: 9px;
  margin: 0 0 21px;
  padding: 0;
  color: #416170;
  font-size: .92rem;
  list-style: none;
}

.sa-sector-hub__location-meta li {
  position: relative;
  padding-left: 21px;
}

.sa-sector-hub__location-meta li::before {
  position: absolute;
  top: .03em;
  left: 0;
  color: var(--sa-hub-aqua);
  content: '\2713';
  font-weight: 900;
}

.sa-sector-hub__location-meta strong {
  color: #214b60;
}

.sa-sector-hub__location-card .sa-sector-hub__button {
  align-self: flex-start;
  margin-top: auto !important;
}

.sa-sector-hub__context-grid,
.sa-sector-hub__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.sa-sector-hub__context-card,
.sa-sector-hub__choice-card {
  padding: clamp(22px, 3.2vw, 32px);
  border: 1px solid var(--sa-hub-line);
  border-radius: 18px;
  background: var(--sa-hub-surface);
}

.sa-sector-hub__context-card h3,
.sa-sector-hub__choice-card h3 {
  margin-bottom: 10px;
  color: var(--sa-hub-navy);
  font-size: 1.22rem;
  line-height: 1.3;
}

.sa-sector-hub__context-card p,
.sa-sector-hub__choice-card p {
  margin: 0;
  color: #416170;
}

.sa-sector-hub__transport-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sa-sector-hub__text-link {
  color: #05688f !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.sa-sector-hub__text-link:hover,
.sa-sector-hub__text-link:focus-visible {
  color: #033f60 !important;
}

.sa-sector-hub__choice-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-sector-hub__choice-list li {
  position: relative;
  padding: 0 0 12px 28px;
  border-bottom: 1px solid var(--sa-hub-line);
  color: #416170;
}

.sa-sector-hub__choice-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sa-sector-hub__choice-list li::before {
  position: absolute;
  top: .04em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sa-hub-blue);
  color: #fff;
  content: '\2713';
  font-size: .7rem;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.sa-sector-hub__faq {
  margin-top: 22px;
  border-top: 1px solid var(--sa-hub-line);
}

.sa-sector-hub__faq details {
  border-bottom: 1px solid var(--sa-hub-line);
  padding: 16px 0;
}

.sa-sector-hub__faq summary {
  cursor: pointer;
  color: var(--sa-hub-navy);
  font-weight: 800;
}

.sa-sector-hub__faq p {
  max-width: 78ch;
  margin: 10px 0 0;
  color: var(--sa-hub-muted);
}

.sa-sector-hub__final {
  width: min(1180px, calc(100% - 48px));
  margin: clamp(42px, 6vw, 72px) auto 0;
  padding: clamp(28px, 4.5vw, 48px);
  border-radius: 22px;
  background: linear-gradient(120deg, #e0f6f7, #edf8fc);
  text-align: center;
}

.sa-sector-hub__final h2 {
  margin-bottom: 10px;
  color: var(--sa-hub-navy);
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.2;
}

.sa-sector-hub__final p {
  max-width: 67ch;
  margin: 0 auto 21px;
  color: var(--sa-hub-muted);
}

@media (max-width: 980px) {
  .sa-sector-hub__hero-inner {
    grid-template-columns: 1fr;
  }

  .sa-sector-hub__hero h1 {
    max-width: 18ch;
  }

  .sa-sector-hub__map {
    min-height: 250px;
  }

  .sa-sector-hub__map img {
    min-height: 250px;
  }

  .sa-sector-hub__location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .sa-sector-hub__hero-inner,
  .sa-sector-hub__section,
  .sa-sector-hub__final {
    width: min(100% - 32px, 1180px);
  }

  .sa-sector-hub__hero-inner {
    padding: 40px 0;
  }

  .sa-sector-hub__actions,
  .sa-sector-hub__button {
    width: 100%;
  }

  .sa-sector-hub__map,
  .sa-sector-hub__map img {
    min-height: 210px;
  }

  .sa-sector-hub__location-grid,
  .sa-sector-hub__context-grid,
  .sa-sector-hub__choice-grid {
    grid-template-columns: 1fr;
  }

  .sa-sector-hub__location-card-body,
  .sa-sector-hub__context-card,
  .sa-sector-hub__choice-card {
    padding: 20px;
  }

  .sa-sector-hub__final {
    padding: 28px 20px;
  }
}
