/* Crenvilo Yasmureth — brand, header, scroll, logo safety */
:root {
  --brand-navy: #0b2740;
  --brand-teal: #1a7a6d;
  --brand-ink: #16324a;
  --brand-mist: #e8f4f1;
  --brand-paper: #f3f6f8;
  --header-offset: 96px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  color: var(--brand-ink);
  background: var(--brand-paper);
}

/* Logo: icon + single-line wordmark */
.brand-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.brand-logo-svg {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: block;
}

.brand-logo-text {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--brand-navy);
  text-transform: uppercase;
}

.header-v5 .brand-logo-text,
#sticked-menu .brand-logo-text {
  color: var(--brand-navy);
}

.footer .brand-logo-text {
  color: #fff;
  font-size: 12px;
}

.footer .brand-logo-svg {
  width: 32px;
  height: 32px;
}

/* Header single-row layout */
.header.header-v5 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
}

.header.header-v5 .logo,
.header-v5.stuck .logo,
.sticky-wrapper .header-v5 .logo,
.sticky-wrapper .header-v5.stuck .logo {
  float: none !important;
  display: flex !important;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  width: auto !important;
  max-width: 52%;
  margin: 0;
  padding: 8px 0;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}

.header.header-v5 .logo .brand-logo,
.header-v5.stuck .logo .brand-logo {
  display: inline-flex !important;
  visibility: visible !important;
}

.header.header-v5 .navi-desktop-site {
  float: none !important;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.header.header-v5 .navi-level-1 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 0;
  white-space: nowrap;
}

.header.header-v5 .navi-level-1 > li {
  float: none !important;
  display: inline-flex;
  flex-shrink: 0;
}

.header.header-v5 .navi-level-1 > li > a {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 28px 10px !important;
}

#sticked-menu.is-sticky,
#sticked-menu.sticky,
.header.is-sticky {
  z-index: 999;
}

.section-anchor {
  scroll-margin-top: var(--header-offset);
}

/* Static info blocks replacing forms / removed UI */
.info-static-block {
  color: #dce6ee;
}

.info-static-block .info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.info-static-block .info-ico {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.info-static-block h4 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 16px;
}

.info-static-block p,
.info-static-block a {
  color: #c5d3de;
  margin: 0;
}

.info-static-block a:hover {
  color: #fff;
}

.resource-svg-wrap,
.principle-svg-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}

.item-experts .resource-svg-wrap svg,
.principle-item svg {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

.guide-card-ico {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.top-bar .left-top-bar p {
  margin-right: 18px;
}

.right-top-bar .access-note {
  color: #c5d3de;
  margin: 0;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .header.header-v5 .navi-level-1 > li > a {
    padding: 28px 7px !important;
    font-size: 11px;
  }
  .brand-logo-text {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .brand-logo-svg {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}

@media (max-width: 991px) {
  .header.header-v5 .navi-desktop-site {
    display: none !important;
  }
  .header.header-v5 .logo,
  .header-v5.stuck .logo {
    max-width: 100%;
    width: 100% !important;
    justify-content: space-between;
  }
  .header.header-v5 .logo .brand-logo {
    float: none;
    order: 1;
  }
  .header.header-v5 .logo .mm-toggle {
    float: none;
    order: 2;
    margin-left: auto;
  }
  .brand-logo-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .brand-logo-text {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  .brand-logo-svg {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}
