.fms-back-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 60;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #006b3c;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 63, 35, .24);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.fms-back-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fms-back-top:hover {
  background: #004f2d;
}
.fms-nav-toggle,
.fms-language-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 107, 60, .28);
  border-radius: 8px;
  background: #fff;
  color: var(--green2, #004f2d);
  display: none;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 79, 45, .08);
}
.fms-nav-toggle {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.fms-language-toggle {
  display: grid;
}
.fms-language-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}
.language-switcher.fms-language-enhanced {
  position: relative;
  flex: none;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.language-switcher.fms-language-enhanced > .language-icon {
  display: none !important;
}
.fms-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  min-width: 142px;
  display: none;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(0, 107, 60, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 63, 35, .16);
}
.language-switcher.is-open .fms-lang-menu {
  display: grid;
}
.fms-lang-menu .lang-option {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 12px;
  border-radius: 7px;
  text-align: left;
  color: #315846;
  background: transparent;
  white-space: nowrap;
}
.fms-lang-menu .lang-option.active {
  background: var(--green, #006b3c) !important;
  color: #fff !important;
}
.fms-mobile-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 70;
  display: none;
  border-top: 1px solid rgba(0, 107, 60, .12);
  border-bottom: 1px solid rgba(0, 107, 60, .16);
  background: rgba(247, 251, 248, .98);
  box-shadow: 0 18px 36px rgba(0, 63, 35, .16);
}
.fms-mobile-menu.is-open {
  display: block;
}
.fms-mobile-menu-inner {
  width: min(1120px, calc(100% - 28px));
  margin: auto;
  padding: 12px 0 16px;
  display: grid;
  gap: 8px;
}
.fms-mobile-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 13px;
  background: #fff;
  color: var(--green2, #004f2d);
  font-weight: 800;
  border: 1px solid rgba(0, 107, 60, .12);
}
.fms-mobile-menu a:hover {
  background: #eef6f1;
}
.fms-mobile-menu .quote-btn,
.fms-mobile-menu .fms-mobile-quote {
  justify-content: center;
  background: var(--green, #006b3c);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 107, 60, .16);
}
.fms-mobile-menu .quote-btn:hover,
.fms-mobile-menu .fms-mobile-quote:hover {
  background: var(--green2, #004f2d);
  color: #fff;
}
main .hero .actions,
main .hero a.btn,
main .cta-band,
main .quick-quote {
  display: none !important;
}
main .btn[href*="quote"],
main .btn[href*="contact"],
main .quick-links a[href*="quote"],
main .quick-links a[href*="contact"],
main .seo-links a[href*="quote"],
main .seo-links a[href*="contact"],
main .side a[href*="quote"],
main .side a[href*="contact"],
main .quote-panel .btn,
main .product-action[href*="quote"],
main .product-action[href*="contact"],
main .solution-action[href*="quote"],
main .solution-action[href*="contact"],
main .area-action[href*="quote"],
main .area-action[href*="contact"] {
  display: none !important;
}
main p:has(> a.btn[href*="quote"]),
main p:has(> a.btn[href*="contact"]),
main p:has(> a[href*="quote"]:only-child),
main p:has(> a[href*="contact"]:only-child) {
  display: none !important;
}
main .contact p:has(a[href*="contact"]),
main .contact p:has(a[href*="quote"]) {
  display: none !important;
}
main .quick-links,
main .seo-links {
  gap: 8px;
}
main .quick-links:empty,
main .seo-links:empty {
  display: none !important;
}
.fms-content-cta-hidden {
  display: none !important;
}
.fms-content-card-hidden {
  display: none !important;
}
.fms-soft-quote-note {
  margin-top: 14px;
  color: #6d8276;
  font-size: 13px;
  line-height: 1.6;
}
.hero .fms-soft-quote-note {
  color: rgba(255, 255, 255, .78);
}
.fms-footer {
  padding: 30px 0;
  background: #003d23;
  color: #c9dfd1;
  font-size: 13px;
}
.fms-footer-grid {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}
.fms-footer h2,
.fms-footer h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.fms-footer p {
  margin: 0 0 8px;
  line-height: 1.65;
}
.fms-footer a {
  color: #dcece3;
  text-decoration: none;
}
.fms-footer a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
.fms-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.fms-footer-note {
  grid-column: 1 / -1;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #91b49e;
  font-size: 12px;
}
.area-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.area-card {
  position: relative;
  min-height: 285px;
  border: 1px solid var(--line, #bfd6c7);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
}
.area-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green, #006b3c), var(--kraft, #c48734));
}
.area-kicker {
  color: #6b7a72;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.area-card h2 {
  margin: 0;
  color: var(--green2, #004f2d);
  font-size: 24px;
  line-height: 1.22;
}
.area-card p {
  margin: 0;
  color: #4f685b;
}
.area-meta {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  font-size: 13px;
}
.area-meta strong {
  color: var(--green2, #004f2d);
}
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}
.area-tags span {
  border-radius: 999px;
  background: #eef6f1;
  color: #315846;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
}
.area-card .area-action {
  align-self: flex-start;
  margin-top: 4px;
  border-radius: 8px;
  background: var(--green, #006b3c);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
}
.fms-ai-consultant {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 65;
  font-family: inherit;
}
.fms-ai-toggle {
  min-width: 0;
  min-height: 104px;
  border: 0;
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--green2, #004f2d);
  cursor: pointer;
  font: inherit;
  transition: transform .18s ease;
}
.fms-ai-toggle:hover,
.fms-ai-toggle:focus-visible {
  transform: scale(1.03);
  outline: none;
}
.fms-ai-bubble {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 107, 60, .18);
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: var(--green2, #004f2d);
  box-shadow: 0 10px 24px rgba(0, 63, 35, .16);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.fms-ai-bubble-dots {
  height: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: -2px 0 -3px;
  pointer-events: none;
}
.fms-ai-bubble-dots i {
  display: block;
  border: 1px solid rgba(0, 107, 60, .18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 63, 35, .1);
}
.fms-ai-bubble-dots i:nth-child(1) {
  width: 10px;
  height: 10px;
}
.fms-ai-bubble-dots i:nth-child(2) {
  width: 7px;
  height: 7px;
}
.fms-ai-bubble-dots i:nth-child(3) {
  width: 4px;
  height: 4px;
}
.fms-ai-avatar {
  width: 64px;
  height: 64px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 107, 60, .18);
  border-radius: 50%;
  background: #f6fbf7;
  box-shadow: 0 12px 28px rgba(0, 63, 35, .24);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.fms-ai-toggle:hover .fms-ai-avatar,
.fms-ai-toggle:focus-visible .fms-ai-avatar {
  transform: scale(1.05);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 63, 35, .28);
}
.fms-ai-avatar img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}
.fms-ai-panel {
  position: absolute;
  right: 0;
  bottom: 122px;
  width: 360px;
  max-width: calc(100vw - 32px);
  overflow: hidden;
  border: 1px solid rgba(0, 107, 60, .18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink, #123322);
  box-shadow: 0 18px 44px rgba(0, 63, 35, .22);
}
.fms-ai-head {
  min-height: 62px;
  padding: 14px 14px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  background: #eef6f1;
  border-bottom: 1px solid rgba(0, 107, 60, .12);
}
.fms-ai-head strong,
.fms-ai-head span {
  display: block;
}
.fms-ai-head strong {
  color: var(--green2, #004f2d);
  font-size: 15px;
  line-height: 1.25;
}
.fms-ai-head span {
  margin-top: 3px;
  color: #587164;
  font-size: 12px;
  line-height: 1.35;
}
.fms-ai-close {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 107, 60, .16);
  border-radius: 8px;
  background: #fff;
  color: var(--green2, #004f2d);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.fms-ai-messages {
  max-height: 230px;
  padding: 14px;
  overflow: auto;
  display: grid;
  gap: 10px;
  background: #fbfdfb;
}
.fms-ai-message {
  width: fit-content;
  max-width: 88%;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.55;
}
.fms-ai-message-bot {
  background: #eef6f1;
  color: #264b39;
  border: 1px solid rgba(0, 107, 60, .11);
}
.fms-ai-thinking {
  min-width: 54px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fms-ai-thinking span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green, #006b3c);
  opacity: .42;
  animation: fms-ai-dot-bounce 1s ease-in-out infinite;
}
.fms-ai-thinking span:nth-child(2) {
  animation-delay: .14s;
}
.fms-ai-thinking span:nth-child(3) {
  animation-delay: .28s;
}
@keyframes fms-ai-dot-bounce {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: .38;
  }
  40% {
    transform: translateY(-5px);
    opacity: .9;
  }
}
.fms-ai-message-user {
  justify-self: end;
  background: var(--green, #006b3c);
  color: #fff;
}
.fms-ai-topics {
  padding: 0 14px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  background: #fbfdfb;
}
.fms-ai-topics button {
  border: 1px solid rgba(0, 107, 60, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--green2, #004f2d);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.fms-ai-form {
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  border-top: 1px solid rgba(0, 107, 60, .1);
  background: #fff;
}
.fms-ai-form input {
  min-width: 0;
  height: 40px;
  border: 1px solid var(--line, #bfd6c7);
  border-radius: 8px;
  padding: 0 11px;
  color: var(--ink, #123322);
  outline: none;
}
.fms-ai-form input:focus {
  border-color: var(--green, #006b3c);
  box-shadow: 0 0 0 3px rgba(0, 107, 60, .1);
}
.fms-ai-form button,
.fms-ai-quote {
  border: 0;
  border-radius: 8px;
  background: var(--green, #006b3c);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.fms-ai-form button {
  min-width: 58px;
  height: 40px;
  padding: 0 12px;
}
.fms-ai-quote {
  width: calc(100% - 28px);
  min-height: 42px;
  margin: 0 14px 14px;
  padding: 10px 12px;
}
.fms-ai-form button:hover,
.fms-ai-quote:hover {
  background: var(--green2, #004f2d);
}
@media (max-width: 980px) {
  header {
    position: sticky;
    top: 0;
  }
  header .nav {
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px !important;
    padding: 8px 0 !important;
    flex-wrap: nowrap !important;
  }
  header .nav > .brand {
    margin: 0 !important;
    min-width: 0;
    justify-content: center;
    gap: 8px;
  }
  header .nav > .brand img,
  header .nav > .brand .brand-logo {
    width: 42px !important;
    height: 42px !important;
    flex: none;
  }
  header .nav > .brand span {
    min-width: 0;
  }
  header .nav > .brand b {
    display: block;
    max-width: min(52vw, 260px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px !important;
  }
  header .nav > .brand small {
    display: none !important;
  }
  header .nav > .links,
  header .nav > .quote-btn {
    display: none !important;
  }
  header .nav > .language-switcher {
    justify-self: end;
    order: initial !important;
  }
  .fms-nav-toggle {
    display: grid;
    justify-self: start;
  }
  .fms-language-toggle,
  .fms-nav-toggle {
    width: 42px;
    height: 42px;
  }
  .fms-lang-menu {
    top: calc(100% + 9px);
    right: 0;
  }
  .area-cards {
    grid-template-columns: 1fr;
  }
  .area-card {
    min-height: auto;
  }
  .fms-back-top {
    right: 16px;
    bottom: 18px;
    width: 42px;
    height: 42px;
  }
  .fms-ai-consultant {
    right: 16px;
    bottom: 72px;
  }
  .fms-ai-panel {
    width: min(90vw, 360px);
    max-height: calc(100vh - 150px);
  }
  .fms-ai-messages {
    max-height: min(220px, calc(100vh - 378px));
  }
  .fms-ai-toggle {
    min-height: 88px;
    gap: 7px;
    padding: 3px;
  }
  .fms-ai-bubble {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .fms-ai-bubble-dots {
    height: 12px;
    gap: 1px;
  }
  .fms-ai-bubble-dots i:nth-child(1) {
    width: 9px;
    height: 9px;
  }
  .fms-ai-bubble-dots i:nth-child(2) {
    width: 6px;
    height: 6px;
  }
  .fms-ai-bubble-dots i:nth-child(3) {
    width: 4px;
    height: 4px;
  }
  .fms-ai-avatar {
    width: 52px;
    height: 52px;
  }
  .fms-ai-avatar img {
    width: 48px;
    height: 48px;
  }
  .fms-ai-panel {
    bottom: 102px;
  }
  .fms-footer-grid {
    width: min(100% - 28px, 1120px);
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fms-footer-note {
    grid-column: auto;
  }
}
