/* French shared framework fixes for localized pages. */
.fr-hero h1,
.i18n-hero h1 {
  color: #fff;
  letter-spacing: 0;
}

.fr-hero .fr-kicker,
.i18n-hero .i18n-kicker {
  color: #37e287;
}

.site-header .nav-cta,
.site-header .btn-primary,
.site-header .quote,
.fr-actions .btn,
.fr-rfq .btn {
  white-space: nowrap;
}

.fr-page .site-header .container,
.fr-page .header-inner {
  max-width: 1180px;
}

.fr-page .main-nav > ul {
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  max-width: 100%;
}

.fr-page .main-nav {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100vw - 220px);
}

.fr-page .main-nav > ul > li > a,
.fr-page .nav-cta,
.fr-page .lang-current {
  white-space: nowrap;
}

.fr-page .main-nav > ul > li > a {
  font-size: 13px;
}

.fr-page .nav-cta {
  min-width: 92px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
}

.fr-page .lang-toggle-btn {
  min-width: 58px;
  padding-left: 10px;
  padding-right: 10px;
}

.fr-hero {
  background: #071426;
  color: #fff;
  padding: 76px 0;
}

.fr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 48px;
  align-items: center;
}

.fr-hero p {
  color: #d6e3ef;
  font-size: 18px;
  line-height: 1.7;
}

.fr-hero-img {
  width: 100%;
  max-height: 420px;
  border-radius: 10px;
  object-fit: cover;
  background: #0d2237;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.btn.primary {
  background: #06a957;
  color: #fff;
  box-shadow: 0 14px 28px rgba(6, 169, 87, .22);
}

.btn.secondary {
  background: #fff;
  color: #0b5d92;
}

.btn.ghost {
  background: #0b65a3;
  color: #fff;
}

.fr-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

.fr-section {
  padding: 70px 0;
}

.fr-panel,
.fr-card,
.fr-rfq {
  background: #fff;
  border: 1px solid #dde7f1;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 31, 51, .06);
}

.fr-panel {
  padding: 34px;
  margin-bottom: 28px;
}

.fr-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.fr-card {
  padding: 28px;
}

.fr-card.strong {
  border-left: 4px solid #06a957;
}

.fr-panel h2,
.fr-split h2,
.fr-rfq h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.fr-panel p,
.fr-card p,
.fr-rfq p,
.fr-split p,
.fr-card li {
  color: #5c6a7e;
  line-height: 1.72;
}

.fr-kicker {
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 10px;
}

.fr-spec-list {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  margin: 0;
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  overflow: hidden;
}

.fr-spec-row {
  display: contents;
}

.fr-spec-row dt,
.fr-spec-row dd {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #e1e8f0;
  overflow-wrap: anywhere;
}

.fr-spec-row dt {
  font-weight: 800;
  background: #f2f6fb;
  color: #182235;
}

.fr-spec-row dd {
  color: #26364b;
}

.fr-spec-row:last-child dt,
.fr-spec-row:last-child dd {
  border-bottom: 0;
}

.fr-checkgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 28px;
}

.fr-checkgrid div {
  background: #f7fafc;
  border: 1px solid #dfe8f1;
  border-radius: 8px;
  padding: 18px;
}

.fr-checkgrid b {
  display: block;
  color: #182235;
  margin-bottom: 8px;
}

.fr-checkgrid span {
  color: #5c6a7e;
  line-height: 1.6;
}

.fr-rfq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  margin: 36px 0;
  background: #09233b;
  color: #fff;
}

.fr-page .conversion-strip,
.fr-page .conversion-card,
.fr-page .resource-conversion {
  overflow: hidden;
}

.fr-page .conversion-strip a,
.fr-page .conversion-strip button,
.fr-page .resource-conversion a,
.fr-page .resource-conversion button {
  white-space: normal;
  text-align: center;
}

.fr-page .lp-why-icon {
  color: #07a95a;
  font-size: 0;
  line-height: 1;
}

.fr-page .lp-why-icon svg {
  display: block;
  width: 34px;
  height: 34px;
}

.fr-rfq h2 {
  color: #fff;
}

.fr-rfq p {
  color: #d7e5f2;
}

.fr-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.fr-actions.compact {
  margin-top: 0;
  justify-content: flex-end;
}

.fr-faq details {
  background: #fff;
  border: 1px solid #dfe8f1;
  border-radius: 8px;
  margin: 12px 0;
  padding: 18px;
}

.fr-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.fr-legal {
  max-width: 860px;
}

@media (max-width: 768px) {
  .fr-page {
    overflow-x: hidden;
  }

  .fr-page .site-header {
    position: sticky;
    top: 0;
    z-index: 120;
    background: #fff;
  }

  .fr-page .main-nav {
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: none;
    width: 100%;
    max-width: none;
    overflow-y: auto;
    background: #fff;
    padding: 26px 18px 112px;
    box-shadow: 0 20px 40px rgba(7, 20, 38, .14);
  }

  .fr-page .main-nav.show {
    display: block;
  }

  .fr-page .main-nav > ul {
    display: block;
    margin: 0;
    padding: 0;
  }

  .fr-page .main-nav > ul > li {
    border-bottom: 1px solid #e6edf5;
  }

  .fr-page .main-nav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: 13px 4px;
    color: #132036;
    font-size: 20px;
    line-height: 1.25;
  }

  .fr-page .main-nav .nav-cta {
    width: 100%;
    margin-top: 18px;
    justify-content: center;
  }

  .fr-page .dropdown,
  .fr-page .prod-dropdown,
  .fr-page .mega-menu,
  .fr-page .dropdown-menu,
  .fr-page .submenu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    display: none;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .fr-page li.open > .dropdown,
  .fr-page li.open > .prod-dropdown,
  .fr-page li.open > .mega-menu,
  .fr-page li.open > .dropdown-menu,
  .fr-page li.open > .submenu {
    display: block !important;
  }

  .fr-page .prod-dropdown {
    background: #f5f9fc;
    border-radius: 10px;
    margin: 0 0 12px;
    padding: 12px;
  }

  .fr-page .prod-dropdown a,
  .fr-page .dropdown a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .fr-page .prod-flyout {
    position: static !important;
    display: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    box-shadow: none;
    margin: 8px 0 0;
  }

  .fr-page .prod-has-fly.open > .prod-flyout {
    display: block !important;
  }

  .fr-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fr-section {
    padding: 44px 0;
  }

  .fr-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fr-hero h1,
  .i18n-hero h1 {
    font-size: 32px;
    line-height: 1.13;
  }

  .fr-panel {
    padding: 24px;
  }

  .fr-split,
  .fr-hero-grid,
  .fr-rfq {
    grid-template-columns: 1fr;
  }

  .fr-hero-img {
    max-height: 300px;
  }

  .fr-checkgrid {
    grid-template-columns: 1fr;
  }

  .fr-actions.compact {
    justify-content: flex-start;
  }

  .fr-spec-list {
    display: block;
  }

  .fr-spec-row {
    display: block;
    border-bottom: 1px solid #e1e8f0;
  }

  .fr-spec-row:last-child {
    border-bottom: 0;
  }

  .fr-spec-row dt,
  .fr-spec-row dd {
    display: block;
    border: 0;
  }

  .fr-spec-row dd {
    padding-top: 0;
  }

  .support-popup,
  .support-popup-active .support-popup,
  body.support-popup-active .support-popup {
    display: none !important;
  }

  .mobile-sticky-cta,
  #mobileStickyCta {
    display: grid !important;
  }

  .mobile-sticky-cta a,
  #mobileStickyCta a,
  .support-popup-cta {
    white-space: nowrap;
    font-size: 15px;
  }

  .fr-page .conversion-strip,
  .fr-page .resource-conversion {
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
  }
}
