:root {
  --ognisal-ink: #002B5C;
  --ognisal-blue: #003A70;
  --ognisal-navy: #0A4A8A;
  --ognisal-steel: #1B6AA8;
  --ognisal-sky: #009FE3;
  --ognisal-sky-hover: #007AB8;
  --ognisal-lead: #FFD6A5;
  --ognisal-cyan: #A8C4DE;
  --ognisal-mist: #D8E6F4;
  --ognisal-surface: #EAF1F8;
  --ognisal-panel: #003A70;
}

.content-panel p,
.content-panel .page-list li,
.content-panel .page-feature-lead,
.scope-split__panel > p,
.scope-split__panel .dot-list li,
.page-overlap__panel p,
.page-intro__frame p,
.page-intro__text p,
.benefit-card p,
.step-card p,
.flow-scheme__node p,
.page-highlight p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  text-wrap: pretty;
}

.benefit-grid--icons-centered .benefit-card p {
  text-align: center;
  hyphens: manual;
  text-wrap: wrap;
}

.page-banner {
  position: relative;
  overflow: hidden;
  background-color: var(--ognisal-ink);
  padding: 3.5rem 1rem 3rem;
}

.page-banner__bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(0, 43, 92, 0.88), rgba(0, 58, 112, 0.92)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23009FE3' stroke-width='0.6' opacity='0.55'%3E%3Cpath d='M10 10h40v30H10zM70 10h40v30H70zM10 70h40v30H10zM70 70h40v30H70z'/%3E%3Cpath d='M30 10v90M90 10v90M10 30h100M10 90h100'/%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3Ccircle cx='90' cy='30' r='4'/%3E%3Ccircle cx='30' cy='90' r='4'/%3E%3Ccircle cx='90' cy='90' r='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}

.page-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.page-banner__title {
  font-family: Raleway, Open Sans, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}

.page-kicker {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #009FE3;
  margin-bottom: 0.75rem;
}

.page-heading {
  font-family: Raleway, Open Sans, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  color: #003A70;
  margin-bottom: 0;
  line-height: 1.25;
}

.page-lead {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.65;
}

.page-body {
  background: #EAF1F8;
}

.page-intro {
  background: #fff;
  padding: 3rem 0;
}

.page-intro__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .page-intro__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .page-intro__grid--reverse {
    direction: rtl;
  }

  .page-intro__grid--reverse > * {
    direction: ltr;
  }
}

.page-intro__text p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

.page-intro__text p:last-child {
  margin-bottom: 0;
}

.page-intro__grid--framed {
  align-items: stretch;
  gap: 1.5rem;
}

@media (min-width: 960px) {
  .page-intro__grid--framed {
    gap: 2rem;
  }
}

.page-intro__frame {
  background: #fff;
  border: 1px solid rgba(102, 170, 221, 0.45);
  padding: 1.5rem 1.35rem;
  box-shadow: 0 4px 16px rgba(0, 58, 112, 0.06);
  height: 100%;
}

@media (min-width: 640px) {
  .page-intro__frame {
    padding: 1.75rem 1.75rem;
  }
}

.page-intro__media {
  display: flex;
  min-height: 100%;
}

.page-intro__media .foto-slot {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.flow-scheme,
.flow-scheme--grid {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0 1.25rem;
}

.flow-scheme__col {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.flow-scheme__node {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(102, 170, 221, 0.45);
}

.flow-scheme__node-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #009FE3;
  color: #fff;
}

.flow-scheme__node-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-scheme__node p {
  margin: 0;
  padding-top: 0.2rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #374151;
}

@media (min-width: 768px) {
  .flow-scheme--grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.benefit-grid--icons-centered .benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.benefit-grid--icons-centered .benefit-card__icon {
  width: auto;
  height: auto;
  margin: 0 0 1rem;
  padding: 0;
  background: transparent;
  color: #FFD6A5;
}

.benefit-grid--icons-centered .benefit-card__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 1.5;
}

.page-band--dark .benefit-grid--icons-centered .benefit-card__icon {
  background: transparent;
  color: #FFD6A5;
}

.page-band--muted .benefit-grid--icons-centered .benefit-card__icon,
.page-band--white .benefit-grid--icons-centered .benefit-card__icon {
  color: #003A70;
}

.page-band--muted .page-feature-lead,
.page-band--white .page-feature-lead {
  margin: 0 0 1.5rem;
  max-width: 46rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: #003A70;
}

.benefit-card__icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-band--dark .page-feature-lead {
  margin: 0 0 1.5rem;
  max-width: 46rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: #FFD6A5;
}

.page-band--dark .benefit-grid--3 {
  margin-top: 0;
}

@media (min-width: 960px) {
  .page-band--dark .benefit-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-overlap-section {
  overflow: visible;
  background: #fff;
  padding: 4.5rem 0 5.5rem;
}

.page-overlap-section__inner {
  overflow: visible;
}

.page-overlap {
  position: relative;
  overflow: visible;
}

.page-overlap__photo {
  width: 100%;
}

.page-overlap__photo .foto-slot {
  border: none;
  min-height: 18rem;
}

.page-overlap__panel {
  background: #003A70;
  color: #fff;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 58, 112, 0.22);
}

.page-overlap__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFD6A5;
}

.page-overlap__panel h2 {
  margin: 0 0 1rem;
  font-family: Raleway, Open Sans, sans-serif;
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.page-overlap__panel p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

.page-overlap__panel p:last-child {
  margin-bottom: 0;
}

.page-overlap__lead {
  color: #FFD6A5 !important;
  font-weight: 600;
}

@media (min-width: 640px) {
  .page-overlap__panel {
    padding: 2rem 2.15rem;
  }
}

@media (min-width: 1024px) {
  .page-overlap-section {
    padding: 5.5rem 0 6.5rem;
  }

  .page-overlap-section__inner {
    overflow: visible;
  }

  .page-overlap__photo {
    width: calc(100% + 6.5rem);
    margin-left: -5rem;
  }

  .page-overlap__photo .foto-slot {
    min-height: 44rem;
  }

  .page-overlap--left .page-overlap__panel {
    position: absolute;
    left: 1.25rem;
    top: 2.5rem;
    bottom: 2.5rem;
    transform: none;
    width: min(52%, 38rem);
    padding: 2.35rem 2.4rem;
    z-index: 2;
    box-sizing: border-box;
    overflow: auto;
  }

  .page-overlap__photo--xl {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .page-overlap__photo--xl .foto-slot {
    min-height: 52rem;
  }

  .page-overlap--right .page-overlap__panel {
    position: absolute;
    right: 1.25rem;
    left: auto;
    top: 2.5rem;
    bottom: 2.5rem;
    transform: none;
    width: min(52%, 38rem);
    padding: 2.35rem 2.4rem;
    z-index: 2;
    box-sizing: border-box;
    overflow: auto;
  }

  .page-overlap--hang-left .page-overlap__photo {
    width: 82%;
    margin-left: auto;
    margin-right: 0;
  }

  .page-overlap--hang-left .page-overlap__photo .foto-slot {
    min-height: 36rem;
  }

  .page-overlap--hang-left .page-overlap__panel {
    left: 0;
    top: -2.5rem;
    bottom: auto;
    width: min(48%, 34rem);
    max-height: none;
    overflow: visible;
  }
}

.page-overlap__panel--light {
  background: #fff;
  color: #374151;
  border: 1px solid rgba(102, 170, 221, 0.45);
  box-shadow: 0 12px 32px rgba(0, 58, 112, 0.12);
}

.page-overlap__panel--light h2 {
  color: #003A70;
}

.page-overlap__panel--light p {
  color: #4b5563;
}

.page-overlap__kicker--dark {
  color: #009FE3;
}

.page-overlap__lead--dark {
  color: #003A70 !important;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .page-overlap__panel {
    margin: -1.5rem 1rem 0;
    position: relative;
    z-index: 2;
  }

  .page-overlap__photo--xl .foto-slot {
    min-height: 22rem;
  }
}

.scope-split {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

.scope-split__photo .foto-slot {
  border: none;
  min-height: 14rem;
  height: 100%;
}

.scope-split__panel {
  border: 1px solid rgba(102, 170, 221, 0.45);
  background: #fff;
  padding: 1.35rem 1.25rem;
  max-width: 36rem;
}

.scope-split__panel > p {
  margin: 0 0 0.85rem;
  line-height: 1.65;
  color: #4b5563;
}

.scope-split__panel > p:last-child {
  margin-bottom: 0;
}

.scope-split__panel > p.scope-split__note {
  margin-top: 1.35rem;
  margin-bottom: 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(0, 58, 112, 0.12);
}

.scope-split__panel.scope-split__panel--dark {
  background: #002B5C;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 43, 92, 0.28);
}

.scope-split__panel.scope-split__panel--dark > p {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 500;
}

.scope-split__panel.scope-split__panel--dark .dot-list li {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.55;
}

.scope-split__panel.scope-split__panel--dark .dot-list li::before {
  background: #FFD6A5;
}

.dot-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.dot-list li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.55rem;
  line-height: 1.55;
  color: #374151;
  font-size: 0.975rem;
}

.dot-list li:last-child {
  margin-bottom: 0;
}

.dot-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #003A70;
}

@media (min-width: 768px) {
  .scope-split {
    grid-template-columns: minmax(7.5rem, 11rem) minmax(0, 36rem);
    gap: 1.5rem;
    justify-content: start;
  }

  .scope-split--photo-right {
    grid-template-columns: minmax(0, 36rem) minmax(7.5rem, 11rem);
  }

  .scope-split--photo-extend-right .scope-split__photo {
    width: 300%;
    max-width: none;
    margin-right: -200%;
  }

  .scope-split--photo-extend-right .scope-split__photo .foto-slot {
    min-height: 22rem;
    height: 100%;
  }

  .scope-split--photo-extend-300 .scope-split__photo {
    width: 400%;
    max-width: none;
    margin-left: -300%;
    margin-right: 0;
  }

  .scope-split--photo-right.scope-split--photo-extend-300 .scope-split__photo {
    margin-left: 0;
    margin-right: -300%;
  }

  .scope-split--photo-extend-300 .scope-split__photo .foto-slot {
    min-height: 22rem;
    height: 100%;
  }

  .page-band:has(.scope-split--photo-extend-right),
  .page-band:has(.scope-split--photo-extend-300) {
    overflow: hidden;
  }

  .scope-split__photo .foto-slot {
    min-height: 100%;
  }
}

.page-band {
  padding: 3rem 0;
}

.page-band--white {
  background: #fff;
}

.page-band--muted {
  background: #EAF1F8;
}

.page-band--dark {
  background: linear-gradient(135deg, #003A70 0%, #002B5C 100%);
  color: #fff;
}

.page-band--dark .page-section-title,
.page-band--dark h3 {
  color: #fff;
}

.page-band--dark p,
.page-band--dark li {
  color: rgba(255, 255, 255, 0.88);
}

.page-band--dark .scope-split__panel:not(.scope-split__panel--dark) {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.page-band--dark .scope-split__panel:not(.scope-split__panel--dark) > p,
.page-band--dark .scope-split__panel:not(.scope-split__panel--dark) .dot-list li {
  color: #1f2937;
}

.page-band--dark .scope-split__panel:not(.scope-split__panel--dark) .dot-list li::before {
  background: #003A70;
}

.page-band__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .page-band__inner {
    padding: 0 1.5rem;
  }
}

.page-section-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #009FE3;
  margin-bottom: 0.5rem;
}

.page-band--dark .page-section-label {
  color: #FFD6A5;
}

.page-section-title {
  font-family: Raleway, Open Sans, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  color: #003A70;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.page-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .page-split {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .page-split--reverse .page-split__media {
    order: -1;
  }
}

.page-split__body p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

.page-split__body h3 {
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003A70;
  margin: 0 0 0.75rem;
}

.page-highlight {
  border-left: 4px solid #009FE3;
  background: linear-gradient(90deg, rgba(102, 170, 221, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1.25rem 1.5rem;
  border-radius: 0;
  margin: 1.5rem 0;
}

.page-highlight p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #374151;
}

.benefit-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .benefit-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  background: #fff;
  border: 1px solid rgba(102, 170, 221, 0.35);
  border-radius: 0;
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 58, 112, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 58, 112, 0.1);
}

.page-band--dark .content-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.page-band--dark .benefit-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #009FE3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.benefit-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
}

.page-band--dark .benefit-card p {
  color: rgba(255, 255, 255, 0.9);
}

.steps-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .steps-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step-card {
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 1.5rem 1.25rem 1.25rem;
  border-top: 4px solid #009FE3;
  box-shadow: 0 2px 12px rgba(0, 58, 112, 0.08);
}

.step-card__num {
  font-family: Raleway, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(102, 170, 221, 0.35);
  margin-bottom: 0.5rem;
}

.step-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
}

.content-panel {
  background: #fff;
  border-radius: 0;
  padding: 1.75rem;
  border: 1px solid rgba(102, 170, 221, 0.25);
  box-shadow: 0 4px 16px rgba(0, 58, 112, 0.06);
}

.content-panel p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

.content-panel p:last-child {
  margin-bottom: 0;
}

.content-panel.content-panel--dark {
  background: #003A70;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 43, 92, 0.28);
}

.content-panel.content-panel--dark p {
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 400;
}

.content-panel.content-panel--dark .content-panel__lead {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.55;
}

.content-panel.content-panel--dark .content-panel__close {
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 214, 165, 0.45);
  color: #FFD6A5;
  font-weight: 600;
}

.page-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #4b5563;
}

.page-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #009FE3;
  font-weight: 700;
}

.page-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .page-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .page-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.page-card {
  border-top: 4px solid #003A70;
  background: #fff;
  padding: 1.35rem;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 58, 112, 0.07);
  transition: transform 0.2s ease;
}

.page-card:hover {
  transform: translateY(-3px);
}

.page-card h4 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #003A70;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.page-card p {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.55;
  color: #4b5563;
}

.page-card a {
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #003A70;
}

.page-card a:hover {
  color: #009FE3;
}

.foto-slot {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #EAF1F8;
  border: 1px dashed #009FE3;
  min-height: 12rem;
}

.foto-slot--tall {
  min-height: 18rem;
}

.foto-slot--wide {
  min-height: 14rem;
}

.foto-slot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.foto-slot__placeholder {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
  color: #003A70;
}

.foto-slot__file {
  font-family: ui-monospace, monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #003A70;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.35rem 0.75rem;
  border-radius: 0;
}

.foto-slot.is-loaded .foto-slot__placeholder {
  display: none;
}

.page-photo-band {
  padding: 0;
  background: #fff;
}

.page-photo-band .foto-slot {
  border-radius: 0;
  border-left: none;
  border-right: none;
  min-height: 16rem;
}

@media (min-width: 768px) {
  .page-photo-band .foto-slot {
    min-height: 22rem;
  }
}

.team-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-card {
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(102, 170, 221, 0.3);
  box-shadow: 0 4px 16px rgba(0, 58, 112, 0.06);
}

.team-card .foto-slot {
  border-radius: 0;
  border: none;
  border-bottom: 1px dashed #009FE3;
  min-height: 10rem;
}

.team-card__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.team-card h3 {
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003A70;
  margin: 0 0 0.25rem;
}

.team-card .team-role {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #009FE3;
  margin-bottom: 0.75rem;
}

.team-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 0.75rem;
}

.team-card p:last-child {
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-box {
  background: #fff;
  border-radius: 0;
  padding: 1.75rem;
  border: 1px solid rgba(102, 170, 221, 0.3);
  box-shadow: 0 4px 16px rgba(0, 58, 112, 0.06);
}

.contact-box h3 {
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003A70;
  margin: 0 0 1rem;
}

.contact-map {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(102, 170, 221, 0.3);
  box-shadow: 0 4px 16px rgba(0, 58, 112, 0.06);
  overflow: hidden;
  min-height: 400px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 400px;
  min-height: 400px;
  border: 0;
}

.contact-map__link {
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  border-top: 1px solid rgba(102, 170, 221, 0.2);
  background: #EAF1F8;
}

.contact-map__link a {
  color: #003A70;
  font-weight: 600;
  text-decoration: none;
}

.contact-map__link a:hover {
  color: #009FE3;
}

.contact-map--wide {
  margin-top: 2rem;
}

.contact-form--light {
  margin: 0;
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(102, 170, 221, 0.3);
  box-shadow: 0 4px 16px rgba(0, 58, 112, 0.06);
}

.contact-form--light .contact-form__field {
  color: #003A70;
}

.contact-form--light .contact-form__field input,
.contact-form--light .contact-form__field textarea {
  border: 1px solid rgba(0, 58, 112, 0.2);
  background: #EAF1F8;
}

.contact-form--light .contact-form__consent {
  color: #4b5563;
}

.contact-form--light .contact-form__status.is-ok {
  color: #003A70;
}

.contact-form--light .contact-form__status.is-error {
  color: #b91c1c;
}

.contact-form__captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
}

.contact-form__captcha .contact-form__field {
  flex: 1 1 12rem;
  min-width: 10rem;
}

.contact-form__captcha input {
  max-width: 8rem;
}

.contact-form__captcha-refresh {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  background: transparent;
  color: #FFD6A5;
  padding: 0.7rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
}

.contact-form__captcha-refresh:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.contact-form--light .contact-form__captcha-refresh {
  border-color: rgba(0, 58, 112, 0.25);
  color: #003A70;
}

.contact-form--light .contact-form__captcha-refresh:hover {
  background: #EAF1F8;
  color: #009FE3;
}

.page-cta {
  background: linear-gradient(135deg, #003A70 0%, #002B5C 100%);
  padding: 3.5rem 1rem;
  text-align: center;
}

.page-cta h2 {
  font-family: Raleway, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #fff;
}

.page-cta p {
  margin: 1rem auto 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.page-cta a {
  display: inline-block;
  margin-top: 1.5rem;
  border-radius: 0;
  background: #009FE3;
  padding: 0.8rem 2.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.page-cta--with-form {
  text-align: left;
}

.page-cta--with-form > .mx-auto {
  text-align: center;
}

.contact-form {
  width: min(40rem, 100%);
  margin: 2rem auto 0;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-form__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__field em {
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: #fff;
  color: #1f2937;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-weight: 400;
  font-size: 0.9375rem;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: 2px solid #009FE3;
  outline-offset: 1px;
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 7.5rem;
}

.contact-form__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.contact-form__consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.contact-form__consent input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-form button[type="submit"] {
  display: inline-block;
  margin-top: 1.25rem;
  border: 0;
  border-radius: 0;
  background: #009FE3;
  padding: 0.85rem 2.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.contact-form button[type="submit"]:hover {
  background: #007AB8;
}

.contact-form button[type="submit"]:disabled {
  opacity: 0.65;
  cursor: wait;
}

.contact-form__status {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.contact-form__status.is-ok {
  color: #FFD6A5;
}

.contact-form__status.is-error {
  color: #fecaca;
}

.contact-form__alt {
  margin: 1.1rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
}

.contact-form__alt a {
  margin: 0;
  padding: 0;
  background: none;
  color: #FFD6A5;
  font-weight: 600;
  text-decoration: underline;
}

.contact-form__alt a:hover {
  background: none;
  color: #fff;
}

.page-cta a:hover {
  background: #fff;
  color: #003A70;
  transform: translateY(-1px);
}

.page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.page-cta__actions a {
  margin-top: 0;
}

.page-cta a.page-cta__secondary {
  background: transparent;
  border: 2px solid #FFD6A5;
  color: #FFD6A5;
}

.page-cta a.page-cta__secondary:hover {
  background: #FFD6A5;
  border-color: #FFD6A5;
  color: #002B5C;
}

.page-cta__inactive {
  display: inline-block;
  margin-top: 0;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  cursor: not-allowed;
  user-select: none;
}

.section-cta {
  margin-top: 1.75rem;
  text-align: center;
}

.section-cta a {
  display: inline-block;
  border-radius: 0;
  background: #1d4e7a;
  padding: 1rem 2.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFD6A5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(29, 78, 122, 0.28);
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.section-cta a:hover {
  background: #163d5f;
  color: #FFE4C4;
  transform: translateY(-2px);
}
