/* WUHAN SUNFULL B2B enterprise navigation and home banner, 2026-07-22. */
body.fp-page .fp-header {
  height: 82px !important;
  background: rgba(255, 255, 255, .985) !important;
  border-bottom: 1px solid #dbe3eb !important;
  box-shadow: 0 8px 26px rgba(14, 32, 50, .07) !important;
}

body.fp-page .fp-header-row {
  max-width: 1440px !important;
  height: 82px !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 34px !important;
}

body.fp-page .fp-logo {
  position: relative;
  display: inline-flex !important;
  width: 220px;
  max-width: 220px;
  align-items: center;
  line-height: 0;
}

body.fp-page .fp-logo .fp-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

body.fp-page .footer-logo { width: 240px; max-width: 240px; margin-bottom: 18px; }

body.fp-page .fp-logo small {
  flex-basis: 100%;
  margin-top: 5px;
  color: #667789;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
}

body.fp-page .fp-nav {
  height: 82px !important;
  gap: 18px !important;
  justify-content: center !important;
  align-items: center !important;
}

body.fp-page .fp-nav a {
  height: 82px !important;
  color: #203347 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.fp-page .fp-nav-group {
  position: relative;
  height: 82px;
  display: flex;
  align-items: center;
}

body.fp-page .fp-nav-group > .fp-nav-link {
  padding-right: 17px !important;
}

body.fp-page .fp-submenu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

body.fp-page .fp-submenu-toggle span {
  position: absolute;
  left: 6px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #667789;
  border-bottom: 2px solid #667789;
  transform: rotate(45deg);
  transition: transform .18s ease, top .18s ease;
}

body.fp-page .fp-nav-group.is-open .fp-submenu-toggle span {
  top: 15px;
  transform: rotate(225deg);
}

body.fp-page .fp-submenu {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 30;
  width: 258px;
  display: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #dce4eb;
  border-top: 3px solid #f28719;
  box-shadow: 0 22px 48px rgba(11, 30, 48, .16);
  transform: translateX(-50%);
}

body.fp-page .fp-nav-group:hover > .fp-submenu,
body.fp-page .fp-nav-group:focus-within > .fp-submenu,
body.fp-page .fp-nav-group.is-open > .fp-submenu {
  display: block;
}

body.fp-page .fp-submenu a {
  height: auto !important;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 9px 12px !important;
  border-bottom: 1px solid #edf1f4;
  color: #263b50 !important;
  font-size: 13px !important;
  line-height: 1.35;
}

body.fp-page .fp-submenu a:last-child { border-bottom: 0; }
body.fp-page .fp-submenu a:hover,
body.fp-page .fp-submenu a:focus-visible {
  background: #f6f8fa;
  color: #d86f09 !important;
}

body.fp-page .fp-submenu a::after { display: none !important; }

body.fp-page .fp-actions a {
  min-height: 42px !important;
  padding: 0 17px !important;
}

body.fp-page.fp-home .fp-home-banner {
  position: relative;
  height: clamp(590px, calc(100svh - 150px), 680px) !important;
  min-height: 590px !important;
  max-height: 680px !important;
  overflow: hidden;
  background: #111b26 !important;
}

body.fp-page.fp-home .fp-home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 13, 22, .18) !important;
}

body.fp-page.fp-home .fp-hero-picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-stage {
  position: relative;
  z-index: 2;
  min-height: 100% !important;
  height: 100%;
  display: flex !important;
  align-items: center;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-copy {
  width: min(760px, 58vw);
  max-width: 760px !important;
  padding: 24px 0 18px;
}

body.fp-page.fp-home .fp-home-banner .fp-kicker {
  margin-bottom: 17px;
  color: #ff9b3d !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
}

body.fp-page.fp-home .fp-home-banner h1 {
  max-width: 760px !important;
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: 58px !important;
  line-height: 1.04 !important;
  text-wrap: balance;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .34);
}

body.fp-page.fp-home .fp-home-banner p {
  max-width: 690px !important;
  margin: 0 !important;
  color: #e8eef4 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
}

body.fp-page.fp-home .fp-home-banner .fp-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-btn,
body.fp-page.fp-home .fp-home-banner .fp-hero-contact,
body.fp-page.fp-home .fp-home-banner .fp-hero-whatsapp {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-btn {
  background: #f28719 !important;
  border-color: #f28719 !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(242, 135, 25, .28) !important;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-contact {
  background: #fff !important;
  border-color: #fff !important;
  color: #14283c !important;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-whatsapp {
  background: rgba(8, 28, 23, .54) !important;
  border-color: #58c58c !important;
  color: #fff !important;
}

body.fp-page.fp-home .fp-hero-credentials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  color: #dce5ed;
  font-size: 12px;
  font-weight: 800;
}

body.fp-page.fp-home .fp-hero-credentials span {
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, .36);
}

body.fp-page.fp-home .fp-hero-credentials span:first-child {
  padding-left: 0;
  border-left: 0;
}

body.fp-page.fp-home .fp-hero-credentials b {
  color: #fff;
  font-size: 15px;
}

body.fp-page.fp-home .fp-hero-service-bar {
  background: #fff;
  border-bottom: 1px solid #dce4eb;
}

body.fp-page.fp-home .fp-hero-service-bar .fp-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 24px;
  padding-bottom: 24px;
}

body.fp-page.fp-home .fp-hero-service-bar .fp-shell > div {
  min-width: 0;
  padding: 0 24px;
  border-left: 1px solid #dce4eb;
}

body.fp-page.fp-home .fp-hero-service-bar .fp-shell > div:first-child {
  padding-left: 0;
  border-left: 0;
}

body.fp-page.fp-home .fp-hero-service-bar b {
  display: block;
  margin-bottom: 5px;
  color: #13283d;
  font-size: 14px;
}

body.fp-page.fp-home .fp-hero-service-bar span {
  display: block;
  color: #657486;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1240px) {
  body.fp-page .fp-header-row { gap: 20px !important; }
  body.fp-page .fp-nav { gap: 12px !important; }
  body.fp-page .fp-nav a { font-size: 12px !important; }
  body.fp-page .fp-actions .fp-action-whatsapp { display: none !important; }
}

@media (max-width: 1080px) {
  body.fp-page .fp-header,
  body.fp-page .fp-header-row { height: 70px !important; }

  body.fp-page .fp-header-row {
    grid-template-columns: 1fr auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.fp-page .fp-logo { width: 176px; max-width: 176px; }
  body.fp-page .fp-actions { display: none !important; }
  body.fp-page .fp-menu-button {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.fp-page .fp-nav {
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px 20px 20px !important;
    background: #fff !important;
    border-bottom: 1px solid #dce4eb !important;
    box-shadow: 0 22px 44px rgba(10, 28, 46, .16) !important;
  }

  body.fp-page .fp-header.fp-menu-open .fp-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 30px !important;
  }

  body.fp-page .fp-nav a {
    min-height: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid #edf1f4 !important;
    font-size: 14px !important;
  }

  body.fp-page .fp-nav-group {
    height: auto;
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: start;
    border-bottom: 1px solid #edf1f4;
  }

  body.fp-page .fp-nav-group > .fp-nav-link {
    width: 100%;
    padding-right: 8px !important;
    border-bottom: 0 !important;
  }

  body.fp-page .fp-submenu-toggle {
    position: relative;
    top: auto;
    right: auto;
    width: 48px;
    height: 48px;
    border-left: 1px solid #edf1f4;
    transform: none;
  }

  body.fp-page .fp-submenu-toggle span {
    left: 19px;
    top: 17px;
  }

  body.fp-page .fp-nav-group.is-open .fp-submenu-toggle span { top: 21px; }

  body.fp-page .fp-nav-group:hover > .fp-submenu,
  body.fp-page .fp-nav-group:focus-within > .fp-submenu { display: none; }

  body.fp-page .fp-nav-group.is-open > .fp-submenu {
    position: static;
    width: 100%;
    grid-column: 1 / -1;
    display: grid;
    padding: 5px 12px 10px;
    background: #f6f8fa;
    border: 0;
    border-top: 1px solid #e4eaf0;
    box-shadow: none;
    transform: none;
  }

  body.fp-page .fp-submenu a {
    min-height: 42px !important;
    height: auto !important;
    padding: 9px 10px !important;
    font-size: 13px !important;
  }

  body.fp-page .fp-nav a::after { display: none !important; }
  body.fp-page .fp-nav-mobile-actions {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    padding-top: 12px;
  }

  body.fp-page .fp-nav-mobile-actions a {
    min-height: 46px !important;
    justify-content: center !important;
    border: 1px solid #178556 !important;
    color: #0d7047 !important;
  }

  body.fp-page .fp-nav-mobile-actions a:last-child {
    border-color: #f28719 !important;
    background: #f28719 !important;
    color: #fff !important;
  }
}

@media (max-width: 700px) {
  body.fp-page .fp-header.fp-menu-open .fp-nav { grid-template-columns: 1fr !important; }
  body.fp-page.fp-home .fp-home-banner {
    height: calc(100svh - 118px) !important;
    min-height: 650px !important;
    max-height: 720px !important;
  }

  body.fp-page.fp-home .fp-home-banner::before { background: rgba(4, 11, 18, .22) !important; }
  body.fp-page.fp-home .fp-home-banner .fp-hero-media { object-position: center; }

  body.fp-page.fp-home .fp-home-banner .fp-hero-stage {
    align-items: flex-start !important;
    padding-top: 48px;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-copy {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
  }

  body.fp-page.fp-home .fp-home-banner h1 {
    margin-bottom: 16px !important;
    font-size: 39px !important;
    line-height: 1.07 !important;
  }

  body.fp-page.fp-home .fp-home-banner p {
    max-width: 96% !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-btn { grid-column: 1 / -1; }

  body.fp-page.fp-home .fp-home-banner .fp-hero-btn,
  body.fp-page.fp-home .fp-home-banner .fp-hero-contact,
  body.fp-page.fp-home .fp-home-banner .fp-hero-whatsapp {
    min-height: 46px;
    padding: 0 13px;
    font-size: 13px;
  }

  body.fp-page.fp-home .fp-hero-credentials { display: none; }

  body.fp-page.fp-home .fp-hero-service-bar .fp-shell {
    grid-template-columns: 1fr 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body.fp-page.fp-home .fp-hero-service-bar .fp-shell > div {
    padding: 12px 13px;
    border-top: 1px solid #dce4eb;
    border-left: 1px solid #dce4eb;
  }

  body.fp-page.fp-home .fp-hero-service-bar .fp-shell > div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  body.fp-page.fp-home .fp-hero-service-bar .fp-shell > div:nth-child(-n + 2) { border-top: 0; }
}

/* Company identity, content hubs and article system. */
body.fp-page .fp-company-contact {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

body.fp-page .fp-company-contact a,
body.fp-page .fp-company-contact p {
  display: block;
  margin: 0 0 8px;
  color: #cbd6e0;
  font-size: 12px;
  line-height: 1.55;
}

body.fp-page .fp-rfq-direct-contact {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #dce4ea;
}

body.fp-page .fp-rfq-direct-contact strong { margin-bottom: 3px; color: #10283d; }
body.fp-page .fp-rfq-direct-contact a { color: #125b93; font-size: 13px; font-weight: 800; }
body.fp-page .fp-rfq-direct-contact p { margin: 5px 0 0; color: #68798a; font-size: 12px; line-height: 1.6; }

body.fp-page .fp-company-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #dce7ed;
}

body.fp-page .fp-company-hero picture,
body.fp-page .fp-company-hero picture::after,
body.fp-page .fp-company-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.fp-page .fp-company-hero picture::after {
  content: "";
  background: linear-gradient(90deg, rgba(237, 243, 247, .98) 0%, rgba(237, 243, 247, .9) 38%, rgba(237, 243, 247, .12) 70%);
}

body.fp-page .fp-company-hero picture img { object-fit: cover; object-position: center; }

body.fp-page .fp-company-hero > .fp-shell {
  position: relative;
  z-index: 2;
  width: 100%;
}

body.fp-page .fp-company-hero h1 {
  max-width: 650px;
  margin: 18px 0;
  color: #0d2237;
  font-size: 52px;
  line-height: 1.05;
  text-wrap: balance;
}

body.fp-page .fp-company-hero p {
  max-width: 640px;
  color: #4b5e70;
  font-size: 18px;
  line-height: 1.65;
}

body.fp-page .fp-company-hero .fp-breadcrumb,
body.fp-page .fp-company-hero .fp-breadcrumb a { color: #5a6d7e; }

body.fp-page .fp-company-hero .fp-hero-actions { display: flex; gap: 12px; margin-top: 28px; }
body.fp-page .fp-company-hero .fp-hero-btn,
body.fp-page .fp-company-hero .fp-hero-whatsapp {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #f28719;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 900;
}

body.fp-page .fp-company-hero .fp-hero-btn { background: #f28719; color: #fff; }
body.fp-page .fp-company-hero .fp-hero-whatsapp { border-color: #188754; background: #fff; color: #0d7047; }

body.fp-page .fp-company-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr);
  gap: 72px;
  align-items: center;
}

body.fp-page .fp-company-intro h2,
body.fp-page .fp-company-contact-band h2 { margin: 10px 0 20px; font-size: 38px; line-height: 1.12; }
body.fp-page .fp-company-intro p { color: #586a7c; font-size: 16px; line-height: 1.78; }
body.fp-page .fp-company-intro figure { margin: 0; overflow: hidden; background: #eef2f5; border-radius: 6px; box-shadow: 0 20px 50px rgba(12, 36, 56, .1); }
body.fp-page .fp-company-intro figure img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
body.fp-page .fp-company-intro figcaption { padding: 14px 18px; color: #0d7047; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.fp-page .fp-company-actions { display: flex; gap: 12px; margin-top: 26px; }
body.fp-page .fp-company-actions a,
body.fp-page .fp-resource-hub-cta a,
body.fp-page .fp-company-contact-band button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #123b5c;
  border-radius: 3px;
  background: #123b5c;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
body.fp-page .fp-company-actions a:last-child { background: #fff; color: #123b5c; }

body.fp-page .fp-division-band { background: #f2f5f7; }
body.fp-page .fp-principle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
body.fp-page .fp-principle-grid article { padding: 28px; background: #fff; border-top: 3px solid #f28719; box-shadow: 0 14px 35px rgba(16, 42, 64, .07); }
body.fp-page .fp-principle-grid h3 { margin: 0 0 12px; font-size: 18px; }
body.fp-page .fp-principle-grid p { margin: 0; color: #647587; font-size: 14px; line-height: 1.65; }

body.fp-page .fp-company-contact-band { padding: 76px 0; background: #10283d; color: #fff; }
body.fp-page .fp-company-contact-band .fp-shell { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 80px; align-items: center; }
body.fp-page .fp-company-contact-band p { color: #c9d5df; line-height: 1.7; }
body.fp-page .fp-company-contact-band address { display: grid; gap: 12px; padding-left: 34px; border-left: 1px solid rgba(255, 255, 255, .22); font-style: normal; }
body.fp-page .fp-company-contact-band address strong { font-size: 20px; }
body.fp-page .fp-company-contact-band address a,
body.fp-page .fp-company-contact-band address span { color: #d9e3ea; line-height: 1.65; }

body.fp-page .fp-content-hub-hero,
body.fp-page .fp-article-hero {
  position: relative;
  overflow: hidden;
  background: #10283d url("generated/site01-image2-quality-banner-1600x720.webp") center / cover no-repeat;
  color: #fff;
}

body.fp-page .fp-content-hub-hero::before,
body.fp-page .fp-article-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 25, 41, .97), rgba(8, 25, 41, .74) 58%, rgba(8, 25, 41, .46)); }
body.fp-page .fp-content-hub-hero .fp-shell,
body.fp-page .fp-article-hero .fp-shell { position: relative; z-index: 1; }
body.fp-page .fp-content-hub-hero { padding: 92px 0 96px; }
body.fp-page .fp-content-hub-hero h1 { max-width: 840px; margin: 15px 0; color: #fff !important; font-size: 48px; line-height: 1.08; text-shadow: 0 2px 16px rgba(0, 0, 0, .24); }
body.fp-page .fp-content-hub-hero p { max-width: 730px; margin: 0; color: #dbe5ec; font-size: 18px; line-height: 1.65; }
body.fp-page .fp-content-hub-hero .fp-breadcrumb,
body.fp-page .fp-content-hub-hero .fp-breadcrumb a,
body.fp-page .fp-article-hero .fp-breadcrumb,
body.fp-page .fp-article-hero .fp-breadcrumb a { color: #c6d3dd; }

body.fp-page .fp-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
body.fp-page .fp-insight-card { min-width: 0; background: #fff; border: 1px solid #dfe6ec; border-radius: 6px; overflow: hidden; box-shadow: 0 15px 38px rgba(18, 43, 64, .07); }
body.fp-page .fp-insight-card a { height: 100%; display: flex; flex-direction: column; padding-bottom: 24px; color: inherit; }
body.fp-page .fp-insight-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
body.fp-page .fp-insight-card span { margin: 22px 24px 8px; color: #d86f09; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
body.fp-page .fp-insight-card h3 { margin: 0 24px 11px; font-size: 20px; line-height: 1.32; }
body.fp-page .fp-insight-card p { flex: 1; margin: 0 24px 18px; color: #657587; font-size: 14px; line-height: 1.65; }
body.fp-page .fp-insight-card b { margin: 0 24px; color: #12538a; font-size: 13px; }

body.fp-page .fp-resource-band + .fp-resource-band { margin-top: 70px; padding-top: 60px; border-top: 1px solid #dfe5ea; }
body.fp-page .fp-resource-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.fp-page .fp-resource-link-grid > a { padding: 28px; background: #fff; border: 1px solid #dfe5ea; border-left: 4px solid #f28719; border-radius: 4px; color: inherit; }
body.fp-page .fp-resource-link-grid span { display: block; margin-bottom: 10px; color: #d86f09; font-size: 11px; font-weight: 900; text-transform: uppercase; }
body.fp-page .fp-resource-link-grid strong { display: block; font-size: 19px; line-height: 1.35; }
body.fp-page .fp-resource-link-grid p { margin: 12px 0 0; color: #657587; font-size: 14px; line-height: 1.65; }
body.fp-page .fp-resource-hub-cta { margin-top: 70px; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 38px 42px; background: #f1f5f7; border-left: 4px solid #12538a; }
body.fp-page .fp-resource-hub-cta h2 { margin: 8px 0 6px; font-size: 26px; }
body.fp-page .fp-resource-hub-cta p { margin: 0; color: #657587; }

body.fp-page .fp-article-hero { padding: 72px 0 74px; }
body.fp-page .fp-article-hero .fp-shell { max-width: 1040px; }
body.fp-page .fp-article-hero h1 { max-width: 900px; margin: 14px 0 17px; color: #fff !important; font-size: 46px; line-height: 1.08; text-shadow: 0 2px 16px rgba(0, 0, 0, .24); text-wrap: balance; }
body.fp-page .fp-article-hero p { max-width: 820px; margin: 0; color: #dce6ed; font-size: 17px; line-height: 1.65; }
body.fp-page .fp-article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 23px; color: #bdcad5; font-size: 12px; }
body.fp-page .fp-article-meta a { color: #fff; font-weight: 800; }
body.fp-page .fp-article-section { background: #fff; }
body.fp-page .fp-article-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; gap: 64px; align-items: start; }
body.fp-page .fp-article-body { min-width: 0; color: #33495d; font-size: 16px; line-height: 1.78; }
body.fp-page .fp-article-body h2 { margin: 42px 0 13px; color: #10283d; font-size: 29px; line-height: 1.25; }
body.fp-page .fp-article-body h3 { margin: 26px 0 8px; color: #19364f; font-size: 20px; }
body.fp-page .fp-article-body p { margin: 0 0 17px; }
body.fp-page .fp-direct-answer { margin-bottom: 38px; padding: 24px 26px; background: #fff4e8; border-left: 4px solid #f28719; }
body.fp-page .fp-direct-answer strong { display: block; margin-bottom: 8px; color: #a94f00; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
body.fp-page .fp-direct-answer p { margin: 0; color: #263f55; font-size: 17px; font-weight: 700; }
body.fp-page .fp-guide-checklist { display: grid; gap: 9px; padding: 0; list-style: none; }
body.fp-page .fp-guide-checklist li { position: relative; padding: 12px 16px 12px 42px; background: #f3f6f8; }
body.fp-page .fp-guide-checklist li::before { content: ""; position: absolute; left: 17px; top: 17px; width: 8px; height: 4px; border-left: 2px solid #188754; border-bottom: 2px solid #188754; transform: rotate(-45deg); }
body.fp-page .fp-article-table-wrap { overflow-x: auto; margin: 20px 0 28px; }
body.fp-page .fp-article-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
body.fp-page .fp-article-table-wrap th,
body.fp-page .fp-article-table-wrap td { padding: 15px; border: 1px solid #dce4ea; text-align: left; vertical-align: top; }
body.fp-page .fp-article-table-wrap th { background: #10283d; color: #fff; }
body.fp-page .fp-source-list { padding-left: 20px; }
body.fp-page .fp-source-list a { color: #125b93; text-decoration: underline; text-underline-offset: 3px; }
body.fp-page .fp-related-reading { margin-top: 42px; padding: 24px 0; border-top: 1px solid #dfe5ea; border-bottom: 1px solid #dfe5ea; }
body.fp-page .fp-related-reading span { display: block; margin-bottom: 10px; color: #6b7b8b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
body.fp-page .fp-related-reading a { display: block; margin-top: 7px; color: #125b93; font-weight: 800; }
body.fp-page .fp-article-author { margin-top: 34px; padding: 22px 24px; background: #f3f6f8; }
body.fp-page .fp-article-author p { margin: 6px 0 0; color: #667789; font-size: 13px; line-height: 1.6; }
body.fp-page .fp-article-aside { position: sticky; top: 108px; padding: 27px; background: #f3f6f8; border-top: 4px solid #f28719; }
body.fp-page .fp-article-aside h2 { margin: 10px 0 12px; font-size: 24px; line-height: 1.25; }
body.fp-page .fp-article-aside p { color: #68798a; font-size: 14px; line-height: 1.65; }
body.fp-page .fp-article-aside button,
body.fp-page .fp-article-aside > a { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; margin-top: 10px; border: 1px solid #f28719; border-radius: 3px; background: #f28719; color: #fff; font-size: 13px; font-weight: 900; text-align: center; }
body.fp-page .fp-article-aside > a { border-color: #12538a; background: #fff; color: #12538a; }
body.fp-page .fp-article-aside > a.fp-whatsapp { border-color: #188754; color: #0d7047; }

body.fp-page .fp-inline-cta { display: inline-flex; margin-top: 22px; color: #125b93; font-size: 14px; font-weight: 900; }

/* Buyer article decision tools, 2026-08-12. */
body.fp-page .fp-article-body a:not(.fp-inline-cta) { color: #125b93; }
body.fp-page .fp-article-jump {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  margin: 0 0 40px;
  border: 1px solid #dce4ea;
  background: #f7f9fa;
}
body.fp-page .fp-article-jump > * { min-height: 64px; display: flex; align-items: center; padding: 12px 14px; border-right: 1px solid #dce4ea; }
body.fp-page .fp-article-jump > *:last-child { border-right: 0; }
body.fp-page .fp-article-jump span { background: #10283d; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
body.fp-page .fp-article-jump a { color: #23455f; font-size: 12px; font-weight: 800; line-height: 1.35; }
body.fp-page .fp-article-note { margin: 28px 0; padding: 22px 24px; border: 1px solid #dce4ea; border-left: 4px solid #125b93; background: #f4f7f9; }
body.fp-page .fp-article-note b { display: block; margin-bottom: 7px; color: #10283d; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
body.fp-page .fp-article-note p { margin: 0; }
body.fp-page .fp-field-protocol,
body.fp-page .fp-packaging-map,
body.fp-page .fp-change-flow,
body.fp-page .fp-receiving-status { display: grid; gap: 12px; margin: 0 0 40px; }
body.fp-page .fp-field-protocol { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.fp-page .fp-field-protocol > div { min-height: 166px; padding: 22px; border-top: 3px solid #125b93; background: #f3f6f8; }
body.fp-page .fp-field-protocol span,
body.fp-page .fp-packaging-map b,
body.fp-page .fp-change-flow span,
body.fp-page .fp-receiving-status span { display: block; margin-bottom: 12px; color: #d86f09; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
body.fp-page .fp-field-protocol strong,
body.fp-page .fp-change-flow b,
body.fp-page .fp-receiving-status b { display: block; color: #10283d; font-size: 16px; line-height: 1.3; }
body.fp-page .fp-field-protocol p { margin: 9px 0 0; color: #617386; font-size: 13px; line-height: 1.55; }
body.fp-page .fp-packaging-map { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 15px; background: #10283d; }
body.fp-page .fp-packaging-map > div { min-height: 120px; padding: 20px; border: 1px solid rgba(255,255,255,.16); }
body.fp-page .fp-packaging-map b { color: #f59a36; }
body.fp-page .fp-packaging-map span { display: block; color: #dce6ed; font-size: 13px; line-height: 1.5; }
body.fp-page .fp-change-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); }
body.fp-page .fp-change-flow > div { position: relative; min-height: 132px; padding: 20px; border: 1px solid #dce4ea; background: #fff; }
body.fp-page .fp-change-flow > div:not(:last-child)::after { content: ""; position: absolute; right: -9px; top: 50%; z-index: 2; width: 16px; height: 16px; border-top: 2px solid #f28719; border-right: 2px solid #f28719; background: #fff; transform: translateY(-50%) rotate(45deg); }
body.fp-page .fp-change-flow small,
body.fp-page .fp-receiving-status small { display: block; margin-top: 8px; color: #66798b; font-size: 12px; line-height: 1.5; }
body.fp-page .fp-receiving-status { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.fp-page .fp-receiving-status > div { min-height: 140px; padding: 23px; border: 1px solid #dce4ea; border-top: 4px solid #7b8792; background: #f7f9fa; }
body.fp-page .fp-receiving-status .status-review { border-top-color: #f28719; }
body.fp-page .fp-receiving-status .status-release { border-top-color: #188754; }
body.fp-page .fp-numbered-process { display: grid; gap: 12px; padding: 0; counter-reset: process; list-style: none; }
body.fp-page .fp-numbered-process li { position: relative; padding: 18px 20px 18px 64px; border: 1px solid #dce4ea; background: #f7f9fa; }
body.fp-page .fp-numbered-process li::before { counter-increment: process; content: counter(process, decimal-leading-zero); position: absolute; left: 18px; top: 17px; color: #d86f09; font-size: 18px; font-weight: 900; }
body.fp-page .fp-numbered-process strong { color: #10283d; }

@media (max-width: 1080px) {
  body.fp-page .fp-company-intro { grid-template-columns: 1fr 380px; gap: 38px; }
  body.fp-page .fp-principle-grid { grid-template-columns: 1fr 1fr; }
  body.fp-page .fp-article-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 34px; }
  body.fp-page .fp-insight-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body.fp-page .fp-company-hero { min-height: 620px; align-items: flex-start; padding-top: 46px; }
  body.fp-page .fp-company-hero picture::after { background: linear-gradient(180deg, rgba(237, 243, 247, .98) 0%, rgba(237, 243, 247, .88) 55%, rgba(237, 243, 247, .12)); }
  body.fp-page .fp-company-hero h1,
  body.fp-page .fp-content-hub-hero h1,
  body.fp-page .fp-article-hero h1 { font-size: 36px; }
  body.fp-page .fp-company-hero p,
  body.fp-page .fp-content-hub-hero p { font-size: 15px; }
  body.fp-page .fp-company-intro,
  body.fp-page .fp-company-contact-band .fp-shell,
  body.fp-page .fp-article-layout { grid-template-columns: 1fr; gap: 34px; }
  body.fp-page .fp-company-intro h2,
  body.fp-page .fp-company-contact-band h2 { font-size: 31px; }
  body.fp-page .fp-company-contact-band address { padding: 24px 0 0; border-top: 1px solid rgba(255, 255, 255, .22); border-left: 0; }
  body.fp-page .fp-principle-grid,
  body.fp-page .fp-insight-grid,
  body.fp-page .fp-resource-link-grid { grid-template-columns: 1fr; }
  body.fp-page .fp-company-actions,
  body.fp-page .fp-company-hero .fp-hero-actions { flex-direction: column; align-items: stretch; }
  body.fp-page .fp-company-actions a,
  body.fp-page .fp-company-hero .fp-hero-btn,
  body.fp-page .fp-company-hero .fp-hero-whatsapp { width: 100%; }
  body.fp-page .fp-content-hub-hero { padding: 68px 0 72px; }
  body.fp-page .fp-resource-hub-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  body.fp-page .fp-article-hero { padding: 58px 0 60px; }
  body.fp-page .fp-article-body { font-size: 15px; }
  body.fp-page .fp-article-body h2 { font-size: 25px; }
  body.fp-page .fp-article-aside { position: static; }
  body.fp-page .fp-article-jump { grid-template-columns: 1fr 1fr; }
  body.fp-page .fp-article-jump span { grid-column: 1 / -1; }
  body.fp-page .fp-article-jump > * { border-bottom: 1px solid #dce4ea; }
  body.fp-page .fp-field-protocol,
  body.fp-page .fp-packaging-map,
  body.fp-page .fp-change-flow { grid-template-columns: 1fr 1fr; }
  body.fp-page .fp-change-flow > div::after { display: none; }
  body.fp-page .fp-receiving-status { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  body.fp-page .fp-field-protocol,
  body.fp-page .fp-packaging-map,
  body.fp-page .fp-change-flow { grid-template-columns: 1fr; }
  body.fp-page .fp-article-jump { grid-template-columns: 1fr; }
  body.fp-page .fp-article-jump span { grid-column: auto; }
  body.fp-page .fp-article-jump > * { min-height: 52px; border-right: 0; }
}

/* Enterprise footer refresh, 2026-08-11. */
body.fp-page .fp-footer {
  position: relative;
  overflow: hidden;
  background: #071522 !important;
  border: 0 !important;
  color: #b8c5d1 !important;
}

body.fp-page .fp-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #f28719;
}

body.fp-page .fp-footer .fp-shell {
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 0 !important;
}

body.fp-page .fp-footer .fp-subscribe {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 72px;
  align-items: center;
  padding-top: 54px !important;
  padding-bottom: 50px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(184, 197, 209, .22) !important;
}

body.fp-page .fp-footer .fp-subscribe > div:first-child {
  max-width: 690px;
}

body.fp-page .fp-footer .fp-subscribe .fp-kicker {
  display: block;
  margin-bottom: 12px;
  color: #f6a23d !important;
}

body.fp-page .fp-footer .fp-subscribe h2 {
  max-width: 650px;
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 32px !important;
  line-height: 40px !important;
}

body.fp-page .fp-footer .fp-subscribe > div:first-child p {
  max-width: 620px;
  margin: 0;
  color: #aebdca !important;
  font-size: 15px !important;
  line-height: 24px !important;
}

body.fp-page .fp-footer .fp-quick-contact-panel {
  min-width: 0;
  padding: 2px 0 2px 38px !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(184, 197, 209, .28) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.fp-page .fp-footer .fp-quick-contact-panel > span {
  display: block;
  margin: 0 0 8px;
  color: #f6a23d !important;
  font-family: var(--title);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

body.fp-page .fp-footer .fp-quick-contact-panel > strong {
  display: block;
  color: #fff;
  font-family: var(--title);
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

body.fp-page .fp-footer .fp-quick-contact-panel > p {
  max-width: 410px;
  margin: 8px 0 20px;
  color: #aebdca !important;
}

body.fp-page .fp-footer-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.fp-page .fp-footer-cta-actions button,
body.fp-page .fp-footer-cta-actions a {
  display: inline-flex !important;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 16px;
  border-radius: 0 !important;
  font-family: var(--title) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  text-align: center;
  text-transform: uppercase;
}

body.fp-page .fp-footer-cta-actions button {
  border: 1px solid #f28719 !important;
  background: #f28719 !important;
  color: #fff !important;
}

body.fp-page .fp-footer-cta-actions .fp-footer-whatsapp {
  border: 1px solid rgba(255, 255, 255, .52) !important;
  background: transparent !important;
  color: #fff !important;
}

body.fp-page .fp-footer-cta-actions button:hover,
body.fp-page .fp-footer-cta-actions button:focus-visible {
  border-color: #ffad4d !important;
  background: #ffad4d !important;
}

body.fp-page .fp-footer-cta-actions .fp-footer-whatsapp:hover,
body.fp-page .fp-footer-cta-actions .fp-footer-whatsapp:focus-visible {
  border-color: #28a96b !important;
  background: #137e4c !important;
}

body.fp-page .fp-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(135px, .8fr)) minmax(245px, 1.1fr);
  gap: 42px;
  padding-top: 52px !important;
  padding-bottom: 46px !important;
  border: 0 !important;
}

body.fp-page .fp-footer-grid > div {
  min-width: 0;
  background: transparent !important;
}

body.fp-page .fp-footer-grid > div:not(:first-child) {
  padding-left: 24px;
  border-left: 1px solid rgba(184, 197, 209, .14);
}

body.fp-page .fp-footer .footer-logo {
  display: inline-flex;
  width: min(100%, 250px);
  margin: 0 0 24px !important;
}

body.fp-page .fp-footer .footer-logo .fp-logo-image {
  width: 250px !important;
  max-width: 100%;
  height: auto !important;
}

body.fp-page .fp-footer-grid > div:first-child > p {
  max-width: 330px;
  margin: 0;
  color: #aebdca !important;
  line-height: 23px !important;
}

body.fp-page .fp-footer-grid h3 {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

body.fp-page .fp-footer-grid > div > a:not(.footer-logo) {
  display: flex;
  min-height: 32px;
  align-items: center;
  margin: 0 !important;
  color: #b8c5d1 !important;
  line-height: 20px;
  transition: color .18s ease, transform .18s ease;
}

body.fp-page .fp-footer-grid > div > a:not(.footer-logo):hover,
body.fp-page .fp-footer-grid > div > a:not(.footer-logo):focus-visible {
  color: #fff !important;
  transform: translateX(3px);
}

body.fp-page .fp-footer .fp-company-contact {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(184, 197, 209, .18);
}

body.fp-page .fp-footer .fp-company-contact a {
  display: block;
  margin: 0 !important;
  color: #fff !important;
  font-weight: 600;
  line-height: 21px;
}

body.fp-page .fp-footer .fp-company-contact p {
  margin: 6px 0 0;
  color: #94a7b8 !important;
  font-size: 12px !important;
  line-height: 19px !important;
}

body.fp-page .fp-footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 20px !important;
  padding-bottom: 22px !important;
  border-top: 1px solid rgba(184, 197, 209, .22) !important;
  color: #8194a5 !important;
  font-size: 12px;
  line-height: 18px;
}

body.fp-page .fp-footer-bottom span:nth-child(2) { text-align: center; }
body.fp-page .fp-footer-bottom span:last-child { text-align: right; }

@media (max-width: 1100px) and (min-width: 761px) {
  body.fp-page .fp-footer .fp-subscribe {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 40px;
  }

  body.fp-page .fp-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  body.fp-page .fp-footer-grid > div:first-child {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    grid-column: 1 / -1;
    gap: 34px;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(184, 197, 209, .18);
  }

  body.fp-page .fp-footer .footer-logo { margin-bottom: 0 !important; }
  body.fp-page .fp-footer-grid > div:nth-child(2) { padding-left: 0; border-left: 0; }
}

@media (max-width: 760px) {
  body.fp-page .fp-footer .fp-shell {
    width: calc(100% - 36px);
  }

  body.fp-page .fp-footer .fp-subscribe {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 42px !important;
    padding-bottom: 36px !important;
  }

  body.fp-page .fp-footer .fp-subscribe h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  body.fp-page .fp-footer .fp-quick-contact-panel {
    padding: 26px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(184, 197, 209, .22) !important;
  }

  body.fp-page .fp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  body.fp-page .fp-footer-grid > div:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  body.fp-page .fp-footer-grid > div:first-child,
  body.fp-page .fp-footer-grid > div:nth-child(4),
  body.fp-page .fp-footer-grid > div:nth-child(5) {
    grid-column: 1 / -1;
  }

  body.fp-page .fp-footer-grid > div:first-child {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(184, 197, 209, .18);
  }

  body.fp-page .fp-footer-grid > div:nth-child(2),
  body.fp-page .fp-footer-grid > div:nth-child(3) {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  body.fp-page .fp-footer-grid > div:nth-child(2) { padding-right: 18px; }

  body.fp-page .fp-footer-grid > div:nth-child(3) {
    padding-left: 18px;
    border-left: 1px solid rgba(184, 197, 209, .18);
  }

  body.fp-page .fp-footer-grid > div:nth-child(4) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    padding: 28px 0;
    border-top: 1px solid rgba(184, 197, 209, .18);
  }

  body.fp-page .fp-footer-grid > div:nth-child(4) h3 { grid-column: 1 / -1; }

  body.fp-page .fp-footer-grid > div:nth-child(5) {
    padding-top: 28px;
    border-top: 1px solid rgba(184, 197, 209, .18);
  }

  body.fp-page .fp-footer .footer-logo {
    width: 240px;
    margin-bottom: 20px !important;
  }

  body.fp-page .fp-footer-bottom {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-top: 18px !important;
    padding-bottom: 20px !important;
  }

  body.fp-page .fp-footer-bottom span,
  body.fp-page .fp-footer-bottom span:nth-child(2),
  body.fp-page .fp-footer-bottom span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  body.fp-page .fp-footer-grid > div > a:not(.footer-logo) { transition: none; }
}

/* TVH-inspired enterprise typography and McGill-inspired home banner, 2026-08-11. */
@font-face {
  font-family: "WS Roboto";
  src: url("fonts/roboto-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "WS Roboto Condensed";
  src: url("fonts/roboto-condensed-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

body.fp-page {
  --body: "WS Roboto", Roboto, Arial, sans-serif;
  --title: "WS Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-family: var(--body) !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  color: #303030;
}

body.fp-page *,
body.fp-page *::before,
body.fp-page *::after { letter-spacing: 0 !important; }

body.fp-page button,
body.fp-page input,
body.fp-page select,
body.fp-page textarea { font-family: var(--body) !important; }

body.fp-page h1,
body.fp-page h2,
body.fp-page h3,
body.fp-page h4,
body.fp-page h5,
body.fp-page h6,
body.fp-page .h1,
body.fp-page .h2,
body.fp-page .h3 {
  font-family: var(--title) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

body.fp-page .fp-main h1 {
  font-size: 27px !important;
  line-height: 40px !important;
}

body.fp-page .fp-main h2,
body.fp-page .fp-footer h2 {
  font-size: 22px !important;
  line-height: 32px !important;
}

body.fp-page .fp-main h3,
body.fp-page .fp-footer h3 {
  font-size: 18px !important;
  line-height: 24px !important;
}

body.fp-page .fp-main h4,
body.fp-page .fp-footer h4 {
  font-size: 16px !important;
  line-height: 24px !important;
}

body.fp-page .fp-main p,
body.fp-page .fp-footer p,
body.fp-page .fp-main li,
body.fp-page .fp-footer li {
  font-family: var(--body) !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

body.fp-page .fp-nav a,
body.fp-page .fp-submenu a {
  font-family: var(--body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
}

body.fp-page .fp-actions a,
body.fp-page .fp-main button,
body.fp-page .fp-main .btn,
body.fp-page .fp-main .fp-add,
body.fp-page .fp-main [type="submit"],
body.fp-page .fp-footer button {
  font-family: var(--title) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  text-transform: uppercase;
}

body.fp-page .fp-kicker,
body.fp-page .eyebrow,
body.fp-page .form-label {
  font-family: var(--title) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-transform: uppercase;
}

body.fp-page .fp-breadcrumb,
body.fp-page .breadcrumb {
  font-family: var(--body) !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

body.fp-page .fp-product-title {
  font-family: var(--title) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  text-transform: none;
}

body.fp-page .fp-main .fp-buybox h1 { line-height: 36px !important; }

body.fp-page .fp-main .fp-company-hero h1,
body.fp-page .fp-main .fp-content-hub-hero h1,
body.fp-page .fp-main .fp-article-hero h1,
body.fp-page .fp-main .fp-landing-hero-copy h1 {
  font-size: 36px !important;
  line-height: 44px !important;
}

body.fp-page .fp-main .fp-company-hero p,
body.fp-page .fp-main .fp-content-hub-hero p,
body.fp-page .fp-main .fp-article-hero p,
body.fp-page .fp-main .fp-landing-hero-copy p {
  font-size: 16px !important;
  line-height: 24px !important;
}

body.fp-page .fp-main .fp-article-body,
body.fp-page .fp-main .fp-article-body p,
body.fp-page .fp-main .fp-article-body li {
  font-size: 14px !important;
  line-height: 21px !important;
}

body.fp-page.fp-home .fp-home-banner {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  isolation: isolate;
  background: #07111c !important;
}

body.fp-page.fp-home .fp-home-banner::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(3, 10, 18, .52), rgba(3, 10, 18, .67)) !important;
}

body.fp-page.fp-home .fp-hero-slides,
body.fp-page.fp-home .fp-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.fp-page.fp-home .fp-hero-slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.018);
  transition: opacity .8s ease, visibility .8s ease, transform 7s ease;
}

body.fp-page.fp-home .fp-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

body.fp-page.fp-home .fp-home-banner .fp-hero-media {
  object-position: center center;
  filter: saturate(.88) contrast(1.04);
}

body.fp-page.fp-home .fp-home-banner .fp-hero-stage {
  z-index: 2;
  min-height: 600px !important;
  height: 600px !important;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 64px;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-copy {
  width: min(1040px, 88vw);
  max-width: 1040px !important;
  padding: 0;
  text-align: center;
}

body.fp-page.fp-home .fp-home-banner .fp-kicker {
  display: block;
  margin-bottom: 16px;
  color: #ff9b3d !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
}

body.fp-page.fp-home .fp-main .fp-home-banner h1.fp-home-title {
  max-width: 1040px !important;
  margin: 0 auto 18px !important;
  color: #fff !important;
  font-size: 64px !important;
  line-height: 68px !important;
  text-align: center;
  text-transform: none;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .52);
}

body.fp-page.fp-home .fp-main .fp-home-banner .fp-hero-copy > p {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 30px !important;
  text-align: center;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .56);
}

body.fp-page.fp-home .fp-home-banner .fp-hero-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-btn,
body.fp-page.fp-home .fp-home-banner .fp-hero-whatsapp {
  min-width: 190px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 2px !important;
  font-family: var(--title) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  text-transform: uppercase;
}

body.fp-page.fp-home .fp-home-banner .fp-hero-whatsapp {
  border-color: #fff !important;
  background: #fff !important;
  color: #10283d !important;
}

body.fp-page.fp-home .fp-hero-credentials { display: none !important; }

body.fp-page.fp-home .fp-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(-50%);
}

body.fp-page.fp-home .fp-hero-dots button {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: #fff;
  opacity: .72;
  cursor: pointer;
  transition: background-color .2s ease, opacity .2s ease, transform .2s ease;
}

body.fp-page.fp-home .fp-hero-dots button[aria-current="true"] {
  border-color: #f28719;
  background: #f28719;
  opacity: 1;
  transform: scale(1.16);
}

body.fp-page.fp-home .fp-hero-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 1240px) {
  body.fp-page .fp-nav a { font-size: 13px !important; }
  body.fp-page.fp-home .fp-main .fp-home-banner h1.fp-home-title {
    font-size: 52px !important;
    line-height: 58px !important;
  }
}

@media (max-width: 760px) {
  body.fp-page .fp-main h1,
  body.fp-page .fp-main .fp-company-hero h1,
  body.fp-page .fp-main .fp-content-hub-hero h1,
  body.fp-page .fp-main .fp-article-hero h1,
  body.fp-page .fp-main .fp-landing-hero-copy h1 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  body.fp-page .fp-main h2,
  body.fp-page .fp-footer h2 {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  body.fp-page.fp-home .fp-home-banner {
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }

  body.fp-page.fp-home .fp-home-banner::before {
    background: linear-gradient(180deg, rgba(3, 10, 18, .52), rgba(3, 10, 18, .72)) !important;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-stage {
    min-height: 480px !important;
    height: 480px !important;
    align-items: center !important;
    padding: 28px 16px 56px;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-copy {
    width: 100%;
    max-width: 100% !important;
  }

  body.fp-page.fp-home .fp-home-banner .fp-kicker {
    margin-bottom: 10px;
    font-size: 11px !important;
    line-height: 16px !important;
  }

  body.fp-page.fp-home .fp-main .fp-home-banner h1.fp-home-title {
    margin-bottom: 13px !important;
    font-size: 36px !important;
    line-height: 43px !important;
  }

  body.fp-page.fp-home .fp-main .fp-home-banner .fp-hero-copy > p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 25px !important;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-btn,
  body.fp-page.fp-home .fp-home-banner .fp-hero-whatsapp {
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px !important;
    line-height: 12px !important;
  }

  body.fp-page.fp-home .fp-home-banner .fp-hero-btn { grid-column: auto; }
  body.fp-page.fp-home .fp-hero-dots { bottom: 20px; }
  body.fp-page.fp-home .fp-hero-dots button { width: 8px; height: 8px; min-width: 8px; min-height: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  body.fp-page.fp-home .fp-hero-slide { transition: none; }
}
