@font-face {
  font-family: 'FLMNTYekanBakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FLMNTYekanBakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FLMNTYekanBakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FLMNTYekanBakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FLMNTYekanBakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FLMNTYekanBakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.flmnt-page {
  margin: 0;
  background: #fff;
}

.flmnt-home {
  --flmnt-black: #181B1F;
  --flmnt-green: #6BCF3F;
  --flmnt-green-dark: #3F8F2F;
  --flmnt-white: #FFFFFF;
  --flmnt-soft: #F3F4F6;
  --flmnt-soft-2: #F8FAF9;
  --flmnt-border: #E5E7EB;
  --flmnt-muted: #6B7280;
  --flmnt-blue: #2F80ED;
  --flmnt-radius-sm: 14px;
  --flmnt-radius: 18px;
  --flmnt-radius-lg: 24px;
  --flmnt-shadow: 0 14px 40px rgba(24, 27, 31, 0.06);
  direction: rtl;
  text-align: right;
  color: var(--flmnt-black);
  background: var(--flmnt-white);
  min-height: 100vh;
  overflow-x: clip;
  font-family: 'FLMNTYekanBakh', Arial, sans-serif;
}

.flmnt-home,
.flmnt-home * {
  box-sizing: border-box;
  font-family: 'FLMNTYekanBakh', Arial, sans-serif !important;
}

.flmnt-home h1,
.flmnt-home h2,
.flmnt-home h3,
.flmnt-home p,
.flmnt-home ul,
.flmnt-home ol,
.flmnt-home figure {
  margin: 0;
}

.flmnt-home a {
  color: inherit;
  text-decoration: none;
}

.flmnt-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.flmnt-home button,
.flmnt-home input,
.flmnt-home textarea,
.flmnt-home select {
  font: inherit;
}

.flmnt-home button {
  cursor: pointer;
}

.flmnt-home svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.flmnt-home :focus-visible {
  outline: 3px solid rgba(107, 207, 63, 0.42);
  outline-offset: 3px;
  border-radius: 12px;
}

.flmnt-wrap {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding-inline: 32px;
}

.flmnt-topbar {
  height: 34px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(229, 231, 235, .9);
  color: #3f454c;
  font-size: 13px;
}

.flmnt-topbar__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.flmnt-topbar__check {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 99px;
  background: rgba(107, 207, 63, .14);
  color: var(--flmnt-green-dark);
  position: relative;
}

.flmnt-topbar__check::before {
  content: "";
  width: 5px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
}

.flmnt-topbar__brand {
  color: #248145;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
}

.flmnt-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 74px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229, 231, 235, .9);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.flmnt-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(24, 27, 31, .08);
  border-color: rgba(229, 231, 235, .62);
}

.flmnt-header__inner {
  width: min(100%, 1320px);
  height: 100%;
  margin-inline: auto;
  padding-inline: 32px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.flmnt-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 144px;
}

.flmnt-logo__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--flmnt-green-dark);
}

.flmnt-logo__mark svg {
  width: 38px;
  height: 38px;
}

.flmnt-logo__text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.flmnt-logo__text strong {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.flmnt-logo__text small {
  font-size: 14px;
  font-weight: 700;
  color: #101317;
  direction: ltr;
  text-align: right;
}

.flmnt-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.flmnt-nav__item {
  font-size: 14px;
  font-weight: 700;
  color: #262a30;
  white-space: nowrap;
  transition: color 180ms ease;
}

.flmnt-nav__item:hover {
  color: var(--flmnt-green-dark);
}

.flmnt-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.flmnt-icon-btn,
.flmnt-mobile-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #22262c;
  background: transparent;
  border: 0;
  border-radius: 12px;
  transition: background-color 180ms ease, color 180ms ease;
}

.flmnt-icon-btn:hover,
.flmnt-mobile-toggle:hover {
  background: var(--flmnt-soft);
  color: var(--flmnt-green-dark);
}

.flmnt-cart-btn {
  position: relative;
}

.flmnt-cart-btn__badge {
  position: absolute;
  top: 4px;
  inset-inline-end: 3px;
  min-width: 17px;
  height: 17px;
  padding-inline: 4px;
  display: inline-grid;
  place-items: center;
  border-radius: 99px;
  background: var(--flmnt-green-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border: 2px solid #fff;
}

.flmnt-consult-btn {
  height: 40px;
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  background: var(--flmnt-green-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(63, 143, 47, .22);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.flmnt-consult-btn svg {
  width: 18px;
  height: 18px;
}

.flmnt-consult-btn:hover {
  background: #347d29;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(63, 143, 47, .28);
}

.flmnt-mobile-toggle {
  display: none;
  gap: 4px;
}

.flmnt-mobile-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.flmnt-hero {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 48%, rgba(107, 207, 63, .12), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(63, 143, 47, .07), transparent 37%),
    linear-gradient(180deg, #fff 0%, #fff 70%, #fbfcfb 100%);
  border-bottom: 1px solid rgba(229, 231, 235, .35);
}

.flmnt-hero__inner {
  width: 100%;
  max-width: none;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  align-items: stretch;
  gap: 0;
  padding: 0;
}

.flmnt-hero__content {
  order: 1;
  width: min(100%, 640px);
  max-width: 640px;
  align-self: center;
  justify-self: center;
  padding-inline: 48px 32px;
}

.flmnt-hero__visual {
  order: 2;
  position: relative;
  min-height: 430px;
  height: 430px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}

.flmnt-hero__visual::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 72%;
  inset-inline-start: 4%;
  top: 14%;
  border-radius: 999px;
  background: rgba(107, 207, 63, .07);
  filter: blur(34px);
}

.flmnt-hero__image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 48% 52%;
  margin: 0;
}

.flmnt-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--flmnt-green-dark);
  font-weight: 800;
  font-size: 14px;
}

.flmnt-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--flmnt-green);
  box-shadow: 0 0 0 6px rgba(107, 207, 63, .16);
}

.flmnt-hero__title {
  font-size: clamp(45px, 4.35vw, 66px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.055em;
  color: #101317;
}

.flmnt-hero__highlight {
  color: var(--flmnt-green-dark);
}

.flmnt-hero__text {
  max-width: 610px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 2.05;
  color: #4B5563;
}

.flmnt-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.flmnt-btn {
  height: 52px;
  padding-inline: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.flmnt-btn svg {
  width: 20px;
  height: 20px;
}

.flmnt-btn--primary {
  background: var(--flmnt-green-dark);
  color: #fff;
  min-width: 218px;
  box-shadow: 0 16px 30px rgba(63, 143, 47, .24);
}

.flmnt-btn--primary:hover {
  transform: translateY(-2px);
  background: #347d29;
  box-shadow: 0 18px 36px rgba(63, 143, 47, .3);
}

.flmnt-btn--outline {
  background: #fff;
  color: var(--flmnt-black);
  border: 1px solid rgba(190, 196, 204, .95);
  min-width: 238px;
}

.flmnt-btn--outline:hover {
  border-color: rgba(63, 143, 47, .42);
  color: var(--flmnt-green-dark);
}

.flmnt-services {
  margin-top: -8px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.flmnt-service-card {
  min-height: 122px;
  padding: 20px 16px 17px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: var(--flmnt-radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--flmnt-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flmnt-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 207, 63, .46);
  box-shadow: 0 18px 44px rgba(24, 27, 31, .08);
}

.flmnt-service-card__icon {
  width: 34px;
  height: 34px;
  color: #171b1f;
  display: grid;
  place-items: center;
}

.flmnt-service-card__icon svg {
  width: 32px;
  height: 32px;
}

.flmnt-service-card__title {
  font-size: 15px;
  font-weight: 900;
  color: #171b1f;
}

.flmnt-service-card__text {
  font-size: 12px;
  font-weight: 700;
  color: var(--flmnt-muted);
}

.flmnt-section-head {
  display: grid;
  gap: 8px;
}

.flmnt-section-head--center {
  text-align: center;
  justify-items: center;
}

.flmnt-section-head h2,
.flmnt-finder__content h2,
.flmnt-esun__content h2,
.flmnt-expertise__content h2 {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #12161b;
}

.flmnt-section-head p,
.flmnt-finder__content > p,
.flmnt-esun__content > p,
.flmnt-expertise__content > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--flmnt-muted);
}

.flmnt-materials {
  padding-top: 28px;
}

.flmnt-materials__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.flmnt-material-card {
  min-height: 238px;
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 27, 31, .05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flmnt-material-card:hover {
  transform: translateY(-3px);
  border-color: rgba(107, 207, 63, .48);
  box-shadow: 0 16px 36px rgba(24, 27, 31, .075);
}

.flmnt-material-card__image {
  width: 138px;
  height: 96px;
  object-fit: contain;
  margin-bottom: 6px;
}

.flmnt-material-card__title {
  font-size: 17px;
  font-weight: 900;
  color: #12161b;
  direction: ltr;
  text-align: center;
}

.flmnt-material-card__desc {
  min-height: 36px;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.65;
  color: var(--flmnt-muted);
}

.flmnt-badge {
  margin-top: auto;
  min-height: 24px;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(107, 207, 63, .13);
  color: var(--flmnt-green-dark);
  font-size: 11px;
  font-weight: 900;
}

.flmnt-material-card__link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #14181d;
  font-size: 12px;
  font-weight: 900;
}

.flmnt-material-card__link::before,
.flmnt-view-all::before,
.flmnt-engineering__intro a::before,
.flmnt-guide-card__link::before {
  content: "‹";
  color: var(--flmnt-green-dark);
  font-size: 18px;
  line-height: 1;
}

.flmnt-finder {
  padding-top: 22px;
}

.flmnt-finder__panel {
  min-height: 178px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.flmnt-finder__content,
.flmnt-finder-result {
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: var(--flmnt-radius-lg);
  background: #fff;
  box-shadow: var(--flmnt-shadow);
}

.flmnt-finder__content {
  padding: 22px 26px;
}

.flmnt-finder__chips {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.flmnt-finder-chip {
  min-height: 38px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(229, 231, 235, .98);
  border-radius: 10px;
  background: #fff;
  color: #373e47;
  font-size: 12px;
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flmnt-finder-chip::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: rgba(24, 27, 31, .05);
  border-radius: 4px;
  border: 1px solid rgba(24, 27, 31, .08);
}

.flmnt-finder-chip:hover,
.flmnt-finder-chip.is-active {
  border-color: rgba(107, 207, 63, .55);
  background: rgba(107, 207, 63, .105);
  color: var(--flmnt-green-dark);
  box-shadow: 0 8px 20px rgba(63, 143, 47, .09);
}

.flmnt-finder-result {
  position: relative;
  overflow: hidden;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 182px;
  align-items: center;
  background:
    radial-gradient(circle at 16% 40%, rgba(107,207,63,.16), transparent 38%),
    #fff;
}

.flmnt-finder-result__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 900;
  color: #252b32;
}

.flmnt-finder-result__title {
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.25;
  font-weight: 900;
  color: #12161b;
  direction: ltr;
  text-align: right;
}

.flmnt-finder-result__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--flmnt-muted);
}

.flmnt-finder-result__btn {
  height: 42px;
  margin-top: 17px;
  padding-inline: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--flmnt-green-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(63, 143, 47, .2);
}

.flmnt-finder-result img {
  width: 180px;
  height: 145px;
  object-fit: contain;
  justify-self: end;
  transform: rotate(-2deg);
}

.flmnt-products,
.flmnt-esun,
.flmnt-engineering,
.flmnt-guides,
.flmnt-logistics,
.flmnt-expertise {
  padding-top: 26px;
}

.flmnt-products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.flmnt-view-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--flmnt-green-dark);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.flmnt-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.flmnt-product-card {
  padding: 16px;
  border: 1px solid rgba(229, 231, 235, .98);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 27, 31, .05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flmnt-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(107, 207, 63, .42);
  box-shadow: 0 16px 38px rgba(24, 27, 31, .075);
}

.flmnt-product-card__media {
  height: 126px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8faf9 100%);
}

.flmnt-product-card__media img {
  width: 180px;
  height: 120px;
  object-fit: contain;
}

.flmnt-product-card__title {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 900;
  color: #171b1f;
}

.flmnt-product-card__specs {
  margin-top: 2px;
  color: var(--flmnt-muted);
  font-size: 12px;
  line-height: 1.5;
  direction: ltr;
  text-align: right;
}

.flmnt-product-card__price {
  margin-top: 10px;
  color: #111417;
  font-size: 18px;
  font-weight: 900;
}

.flmnt-product-card__price span {
  font-size: 12px;
  font-weight: 800;
  color: #4b5563;
}

.flmnt-product-card__button {
  width: 100%;
  height: 42px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: var(--flmnt-green-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(63, 143, 47, .2);
  transition: background-color 180ms ease, transform 180ms ease;
}

.flmnt-product-card__button svg {
  width: 18px;
  height: 18px;
}

.flmnt-product-card__button:hover {
  background: #347d29;
  transform: translateY(-1px);
}

.flmnt-product-card__button.is-added {
  background: #2f7b27;
}

.flmnt-product-card__meta {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid rgba(229, 231, 235, .92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.flmnt-product-card__link {
  color: #525b66;
  font-size: 12px;
  font-weight: 800;
  transition: color 180ms ease;
}

.flmnt-product-card__link:hover {
  color: var(--flmnt-green-dark);
}

.flmnt-esun__shell {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 226px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(214, 230, 217, .9);
  border-radius: var(--flmnt-radius-lg);
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.72)),
    radial-gradient(circle at 15% 45%, rgba(107,207,63,.16), transparent 35%),
    #f8fbf8;
  box-shadow: var(--flmnt-shadow);
}

.flmnt-esun__brand {
  min-height: 168px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: visible;
  border-radius: 20px;
}

.flmnt-esun__brand-logo {
  flex: 1 1 46%;
  min-width: 0;
}

.flmnt-esun__brand-logo img {
  width: 100%;
  max-height: 106px;
  object-fit: contain;
}

.flmnt-esun__brand-spool {
  flex: 0 0 190px;
  width: 190px;
  height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(24, 27, 31, .08));
}

.flmnt-esun__content p {
  max-width: 680px;
  margin-top: 8px;
}

.flmnt-esun__features {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.flmnt-esun-feature {
  min-height: 70px;
  padding: 12px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  column-gap: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(229, 231, 235, .76);
}

.flmnt-esun-feature span {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--flmnt-green-dark);
  border-radius: 99px;
  background: rgba(107, 207, 63, .13);
}

.flmnt-esun-feature strong {
  align-self: end;
  font-size: 14px;
  font-weight: 900;
}

.flmnt-esun-feature small {
  align-self: start;
  color: var(--flmnt-muted);
  font-size: 11px;
  font-weight: 700;
}

.flmnt-engineering__shell {
  padding: 24px;
  display: grid;
  grid-template-columns: 192px 1fr;
  gap: 20px;
  border-radius: var(--flmnt-radius-lg);
  background:
    radial-gradient(circle at 20% 10%, rgba(107,207,63,.12), transparent 28%),
    linear-gradient(135deg, #101317 0%, #181d22 100%);
  color: #fff;
  box-shadow: 0 18px 50px rgba(17, 20, 23, .18);
}

.flmnt-engineering__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.flmnt-engineering__intro h2 {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 900;
  color: #fff;
}

.flmnt-engineering__intro a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--flmnt-green);
  font-size: 13px;
  font-weight: 900;
}

.flmnt-engineering__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.flmnt-engineering-card {
  min-height: 132px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: #1b2026;
  isolation: isolate;
}

.flmnt-engineering-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.72) 100%);
  z-index: -1;
}

.flmnt-engineering-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 220ms ease;
}

.flmnt-engineering-card:hover img {
  transform: scale(1.045);
}

.flmnt-engineering-card div {
  position: absolute;
  inset-inline: 12px;
  bottom: 12px;
  display: grid;
  gap: 2px;
}

.flmnt-engineering-card h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  direction: ltr;
  text-align: right;
}

.flmnt-engineering-card p {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}

.flmnt-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flmnt-guide-card {
  min-height: 142px;
  padding: 14px;
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(229, 231, 235, .98);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 27, 31, .045);
  transition: transform 180ms ease, border-color 180ms ease;
}

.flmnt-guide-card:hover {
  transform: translateY(-3px);
  border-color: rgba(107, 207, 63, .42);
}

.flmnt-guide-card__image {
  width: 148px;
  height: 108px;
  object-fit: cover;
  border-radius: 14px;
}

.flmnt-guide-card__title {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 900;
  color: #171b1f;
}

.flmnt-guide-card__text {
  margin-top: 6px;
  color: var(--flmnt-muted);
  font-size: 12px;
  line-height: 1.75;
}

.flmnt-guide-card__link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--flmnt-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.flmnt-logistics {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.flmnt-logistics__item {
  min-height: 76px;
  padding: 10px;
  display: grid;
  place-items: center;
  gap: 7px;
  text-align: center;
  border: 1px solid rgba(229, 231, 235, .96);
  border-radius: 16px;
  background: #fff;
  color: #262c33;
}

.flmnt-logistics__item svg {
  width: 29px;
  height: 29px;
  color: #252b32;
}

.flmnt-logistics__item strong {
  font-size: 13px;
  font-weight: 900;
}

.flmnt-expertise__shell {
  min-height: 232px;
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, .98);
  border-radius: var(--flmnt-radius-lg);
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
    #f7f9fa;
  box-shadow: var(--flmnt-shadow);
}

.flmnt-expertise__illustration {
  min-height: 168px;
  opacity: .86;
}

.flmnt-expertise__illustration img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
}

.flmnt-expertise__content p {
  max-width: 720px;
  margin-top: 8px;
}

.flmnt-expertise__checks {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.flmnt-check-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
}

.flmnt-check-item > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  background: rgba(107, 207, 63, .16);
  color: var(--flmnt-green-dark);
}

.flmnt-check-item > span::before {
  content: "";
  width: 7px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
}

.flmnt-check-item strong {
  display: block;
  color: #15191e;
  font-size: 13px;
  font-weight: 900;
}

.flmnt-check-item small {
  display: block;
  margin-top: 3px;
  color: var(--flmnt-muted);
  font-size: 11px;
  font-weight: 700;
}

.flmnt-footer {
  margin-top: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(107,207,63,.10), transparent 28%),
    linear-gradient(135deg, #101317 0%, #181B1F 100%);
  color: rgba(255, 255, 255, .78);
}

.flmnt-footer__inner {
  padding-top: 44px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: 1.2fr 1fr .86fr .92fr;
  gap: 42px;
}

.flmnt-logo--footer {
  color: #fff;
}

.flmnt-logo--footer .flmnt-logo__text strong,
.flmnt-logo--footer .flmnt-logo__text small {
  color: #fff;
}

.flmnt-footer__brand p {
  max-width: 330px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, .7);
}

.flmnt-footer__socials {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.flmnt-footer__socials a {
  height: 34px;
  padding-inline: 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease;
}

.flmnt-footer__socials a:hover,
.flmnt-footer__links a:hover {
  color: #fff;
  background: rgba(107, 207, 63, .16);
}

.flmnt-footer__column h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 900;
}

.flmnt-footer__links,
.flmnt-footer__contact {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.flmnt-footer__links a,
.flmnt-footer__contact li {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.7;
  border-radius: 9px;
  transition: color 180ms ease, background-color 180ms ease;
}

.flmnt-footer__links a {
  padding-inline: 2px 8px;
}

.flmnt-footer__bottom {
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1200px) {
  .flmnt-wrap,
  .flmnt-header__inner,
  .flmnt-topbar__inner { padding-inline: 24px; }
  .flmnt-nav { gap: 17px; }
  .flmnt-hero { min-height: 405px; }
  .flmnt-hero__inner { min-height: 405px; grid-template-columns: minmax(0, 49%) minmax(0, 51%); }
  .flmnt-hero__visual { min-height: 405px; height: 405px; }
  .flmnt-hero__content { padding-inline: 34px 24px; }
  .flmnt-materials__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .flmnt-engineering__shell { grid-template-columns: 1fr; }
  .flmnt-engineering__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flmnt-guide-card { grid-template-columns: 126px 1fr; }
  .flmnt-guide-card__image { width: 126px; }
}

@media (max-width: 992px) {
  .flmnt-header { height: 66px; }
  .flmnt-mobile-toggle { display: inline-grid; }
  .flmnt-header__inner { gap: 14px; }
  .flmnt-logo { margin-inline: auto; min-width: 0; }
  .flmnt-logo__text strong { font-size: 18px; }
  .flmnt-logo__text small { font-size: 12px; }
  .flmnt-nav {
    position: fixed;
    top: 100px;
    inset-inline: 18px;
    z-index: 60;
    display: none;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--flmnt-border);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(24,27,31,.15);
  }
  .flmnt-header.is-menu-open .flmnt-nav { display: flex; }
  .flmnt-nav__item { padding: 13px 12px; border-radius: 10px; }
  .flmnt-nav__item:hover { background: rgba(107,207,63,.1); }
  .flmnt-consult-btn,
  .flmnt-header-actions__user,
  .flmnt-header-actions > .flmnt-icon-btn:first-child { display: none; }
  .flmnt-hero, .flmnt-hero__inner { min-height: auto; }
  .flmnt-hero__inner { grid-template-columns: 1fr; padding-top: 34px; padding-bottom: 28px; }
  .flmnt-hero__content { order: 1; justify-self: stretch; width: 100%; max-width: none; padding-inline: 24px; text-align: center; }
  .flmnt-hero__visual { order: 2; min-height: 320px; height: 320px; justify-content: center; margin-top: 22px; }
  .flmnt-hero__image { margin: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center; }
  .flmnt-hero__actions { justify-content: center; }
  .flmnt-services { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
  .flmnt-finder__panel,
  .flmnt-esun__shell,
  .flmnt-expertise__shell { grid-template-columns: 1fr; }
  .flmnt-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flmnt-esun__brand img { height: 170px; }
  .flmnt-guides__grid { grid-template-columns: 1fr; }
  .flmnt-logistics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .flmnt-expertise__checks { grid-template-columns: 1fr; }
  .flmnt-footer__inner { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 768px) {
  .flmnt-esun__brand { flex-direction: column; gap: 8px; }
  .flmnt-esun__brand-logo img { max-height: 76px; }
  .flmnt-esun__brand-spool { width: 150px; height: 128px; flex-basis: auto; }

  .flmnt-wrap,
  .flmnt-header__inner,
  .flmnt-topbar__inner { padding-inline: 16px; }
  .flmnt-topbar { height: 32px; font-size: 12px; }
  .flmnt-topbar__brand { font-size: 16px; }
  .flmnt-logo__mark { width: 36px; height: 36px; }
  .flmnt-logo__mark svg { width: 33px; height: 33px; }
  .flmnt-hero__title { font-size: clamp(34px, 10vw, 48px); }
  .flmnt-hero__text { font-size: 14px; line-height: 1.9; }
  .flmnt-btn { width: 100%; min-width: 0; }
  .flmnt-hero__visual { min-height: 248px; height: 248px; }
  .flmnt-services { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .flmnt-service-card { min-height: 108px; padding: 16px 12px; }
  .flmnt-materials__grid { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .flmnt-material-card { flex: 0 0 168px; scroll-snap-align: start; }
  .flmnt-finder__chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flmnt-finder-result { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .flmnt-finder-result__title { text-align: center; }
  .flmnt-products__head { align-items: flex-start; }
  .flmnt-products__grid { grid-template-columns: 1fr; }
  .flmnt-esun__features { grid-template-columns: 1fr; }
  .flmnt-engineering__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .flmnt-guide-card { grid-template-columns: 1fr; }
  .flmnt-guide-card__image { width: 100%; height: 170px; }
  .flmnt-logistics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flmnt-footer__inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 576px) {
  .flmnt-header-actions { gap: 4px; }
  .flmnt-icon-btn, .flmnt-mobile-toggle { width: 38px; height: 38px; }
  .flmnt-logo { gap: 6px; }
  .flmnt-logo__text small { display: none; }
  .flmnt-hero__actions { gap: 10px; }
  .flmnt-section-head h2,
  .flmnt-finder__content h2,
  .flmnt-esun__content h2,
  .flmnt-expertise__content h2 { font-size: 23px; }
  .flmnt-services { grid-template-columns: 1fr 1fr; }
  .flmnt-finder__content, .flmnt-finder-result, .flmnt-esun__shell, .flmnt-expertise__shell { padding: 18px; border-radius: 18px; }
  .flmnt-finder__chips { grid-template-columns: 1fr; }
  .flmnt-engineering__shell { padding: 18px; }
  .flmnt-engineering__grid { grid-template-columns: 1fr; }
  .flmnt-products__head { flex-direction: column; gap: 8px; }
  .flmnt-logistics__item strong { font-size: 12px; }
}


/* Filamenter WordPress hard fixes: keep green buttons readable and service cards layered correctly. */
.flmnt-home .flmnt-btn--primary,
.flmnt-home .flmnt-btn--primary svg,
.flmnt-home .flmnt-consult-btn,
.flmnt-home .flmnt-consult-btn svg,
.flmnt-home .flmnt-product-card__button,
.flmnt-home .flmnt-product-card__button svg {
  color: #fff !important;
  fill: currentColor !important;
}

.flmnt-home .flmnt-service-card {
  position: relative;
  z-index: 9;
}


/* WordPress dynamic menu output keeps the original nav spacing. */
.flmnt-home .flmnt-nav__list {
  display: flex;
  align-items: center;
  gap: 29px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flmnt-home .flmnt-nav__list li {
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .flmnt-home .flmnt-nav__list { gap: 17px; }
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-nav__list {
    display: grid;
    gap: 6px;
  }
}
