:root {
  --ecf-orange: #f36f21;
  --ecf-orange-dark: #d8530b;
  --ecf-red: #df1f26;
  --ecf-black: #0d0e10;
  --ecf-ink: #1b1d21;
  --ecf-grey-900: #24272c;
  --ecf-grey-700: #555b64;
  --ecf-grey-500: #838a94;
  --ecf-grey-300: #d8dbe0;
  --ecf-grey-200: #e8eaed;
  --ecf-grey-100: #f4f5f6;
  --ecf-white: #ffffff;
  --ecf-container: 1240px;
  --ecf-radius: 4px;
  --ecf-shadow: 0 20px 60px rgba(13, 14, 16, 0.09);
  --ecf-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.ecf-site {
  margin: 0;
  background: var(--ecf-white);
  color: var(--ecf-ink);
  font-family: var(--ecf-font);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.ecf-menu-open {
  overflow: hidden;
}

.ecf-site a {
  color: inherit;
  text-decoration: none;
}

.ecf-site img {
  display: block;
  max-width: 100%;
}

.ecf-site button,
.ecf-site input,
.ecf-site select {
  font: inherit;
}

.ecf-site button,
.ecf-site a {
  -webkit-tap-highlight-color: transparent;
}

.ecf-container {
  width: min(calc(100% - 48px), var(--ecf-container));
  margin-inline: auto;
}

.ecf-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
  padding: 10px 14px;
  color: #fff !important;
  background: #000;
  transform: translateY(-150%);
}

.ecf-skip:focus {
  transform: translateY(0);
}

.ecf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ecf-orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ecf-eyebrow::before {
  width: 28px;
  height: 3px;
  background: currentColor;
  content: "";
}

.ecf-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--ecf-radius);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ecf-btn:hover,
.ecf-btn:focus-visible {
  transform: translateY(-2px);
}

.ecf-btn-primary {
  color: #fff !important;
  background: var(--ecf-orange);
  border-color: var(--ecf-orange);
}

.ecf-btn-primary:hover,
.ecf-btn-primary:focus-visible {
  background: var(--ecf-orange-dark);
  border-color: var(--ecf-orange-dark);
}

.ecf-btn-outline {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
}

.ecf-btn-outline:hover,
.ecf-btn-outline:focus-visible {
  background: #fff;
  color: var(--ecf-black) !important;
}

.ecf-btn-light {
  color: var(--ecf-black) !important;
  background: #fff;
}

.ecf-btn-dark {
  color: #fff !important;
  background: var(--ecf-black);
}

.ecf-btn-ghost {
  color: var(--ecf-ink) !important;
  background: var(--ecf-grey-100);
  border-color: var(--ecf-grey-200);
}

.ecf-btn-small {
  min-height: 43px;
  padding: 10px 15px;
  font-size: 13px;
}

.ecf-text-link {
  color: var(--ecf-orange-dark) !important;
  font-weight: 800;
}

.ecf-header {
  position: relative;
  z-index: 1000;
  background: #fff;
}

.ecf-topbar {
  color: rgba(255, 255, 255, 0.82);
  background: var(--ecf-black);
  font-size: 12px;
  font-weight: 600;
}

.ecf-topbar-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ecf-topbar-inner > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ecf-topbar a:hover,
.ecf-topbar a:focus-visible {
  color: #fff;
}

.ecf-nav-wrap {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--ecf-grey-200);
  transition: box-shadow 0.2s ease;
}

.ecf-header.is-scrolled .ecf-nav-wrap {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ecf-nav {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ecf-logo {
  display: block;
  width: 244px;
  flex: 0 0 auto;
}

.ecf-logo img {
  width: 100%;
  height: auto;
}

.ecf-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--ecf-black);
  font-size: 14px;
  font-weight: 750;
}

.ecf-menu > a:not(.ecf-nav-cta),
.ecf-dropdown-toggle {
  position: relative;
  padding: 31px 0;
}

.ecf-menu > a:not(.ecf-nav-cta)::after,
.ecf-dropdown-toggle::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  background: var(--ecf-orange);
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ecf-menu > a:not(.ecf-nav-cta):hover::after,
.ecf-menu > a:not(.ecf-nav-cta):focus-visible::after,
.ecf-dropdown:hover .ecf-dropdown-toggle::after,
.ecf-dropdown-toggle:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.ecf-nav-cta {
  padding: 12px 18px;
  color: #fff !important;
  background: var(--ecf-orange);
  border-radius: var(--ecf-radius);
}

.ecf-dropdown {
  position: relative;
}

.ecf-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: inherit;
  background: transparent;
  font-weight: inherit;
  cursor: pointer;
}

.ecf-dropdown-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  display: grid;
  width: 390px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--ecf-grey-200);
  box-shadow: var(--ecf-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ecf-dropdown:hover .ecf-dropdown-menu,
.ecf-dropdown:focus-within .ecf-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ecf-dropdown-menu a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--ecf-grey-100);
}

.ecf-dropdown-menu a:hover,
.ecf-dropdown-menu a:focus-visible {
  color: var(--ecf-orange-dark);
  background: #fff7f1;
}

.ecf-dropdown-menu small {
  display: inline-grid;
  min-width: 28px;
  height: 24px;
  place-items: center;
  color: var(--ecf-grey-700);
  background: var(--ecf-grey-100);
  border-radius: 100px;
}

.ecf-dropdown-menu .ecf-dropdown-all {
  color: #fff;
  background: var(--ecf-black);
}

.ecf-dropdown-menu .ecf-dropdown-all:hover,
.ecf-dropdown-menu .ecf-dropdown-all:focus-visible {
  color: #fff;
  background: var(--ecf-orange-dark);
}

.ecf-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--ecf-grey-200);
  background: #fff;
}

.ecf-menu-toggle > span:not(.screen-reader-text) {
  width: 22px;
  height: 2px;
  background: var(--ecf-black);
}

.ecf-main {
  min-height: 60vh;
}

.ecf-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(13, 14, 16, 0.99) 0%, rgba(13, 14, 16, 0.96) 56%, rgba(13, 14, 16, 0.84) 100%),
    repeating-linear-gradient(90deg, transparent 0, transparent 89px, rgba(255, 255, 255, 0.08) 90px);
}

.ecf-hero::before {
  position: absolute;
  top: -120px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 100px solid rgba(243, 111, 33, 0.1);
  border-radius: 50%;
  content: "";
}

.ecf-hero-grid {
  position: relative;
  display: grid;
  min-height: 650px;
  align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 70px;
  padding-block: 86px;
}

.ecf-hero .ecf-eyebrow,
.ecf-cta-band .ecf-eyebrow {
  color: #ff9a5d;
}

.ecf-hero h1 {
  max-width: 800px;
  margin: 22px 0;
  font-size: clamp(46px, 5vw, 75px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ecf-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
  line-height: 1.65;
}

.ecf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ecf-hero-meta {
  display: grid;
  max-width: 720px;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ecf-hero-meta span {
  display: grid;
  gap: 3px;
  padding: 20px 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.ecf-hero-meta strong {
  color: #fff;
  font-size: 22px;
}

.ecf-hero-visual {
  position: relative;
  min-height: 480px;
}

.ecf-hero-mark {
  position: absolute;
  right: 15px;
  bottom: -15px;
  color: var(--ecf-orange);
  font-size: 300px;
  font-weight: 950;
  letter-spacing: -0.12em;
  line-height: 0.7;
  opacity: 0.93;
}

.ecf-structure-card {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 250px;
  height: 115px;
  align-items: flex-end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ecf-structure-card::after {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  border-top: 3px solid var(--ecf-orange);
  border-right: 3px solid var(--ecf-orange);
  content: "";
}

.ecf-structure-one {
  top: 35px;
  left: 15px;
}

.ecf-structure-two {
  top: 178px;
  left: 96px;
}

.ecf-structure-three {
  top: 321px;
  left: 15px;
}

.ecf-trustbar {
  color: #fff;
  background: var(--ecf-orange);
}

.ecf-trust-grid {
  display: grid;
  min-height: 74px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}

.ecf-trust-grid span {
  position: relative;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ecf-trust-grid span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.36);
  content: "";
  transform: translateY(-50%);
}

.ecf-section {
  padding-block: 96px;
}

.ecf-section-muted {
  background: var(--ecf-grey-100);
}

.ecf-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.ecf-section-heading h2,
.ecf-about-panel h2,
.ecf-cta-band h2,
.ecf-specs-grid h2,
.ecf-contact-card h2 {
  margin: 11px 0 0;
  color: var(--ecf-black);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.ecf-section-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--ecf-grey-700);
}

.ecf-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ecf-grey-300);
  border-left: 1px solid var(--ecf-grey-300);
}

.ecf-category-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--ecf-grey-300);
  border-bottom: 1px solid var(--ecf-grey-300);
  background: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ecf-category-card:hover,
.ecf-category-card:focus-visible {
  z-index: 2;
  color: #fff;
  background: var(--ecf-black);
  transform: translateY(-4px);
}

.ecf-category-index {
  color: var(--ecf-orange);
  font-size: 12px;
  font-weight: 900;
}

.ecf-category-card h3 {
  max-width: 280px;
  margin: 42px 0 8px;
  font-size: 23px;
  line-height: 1.15;
}

.ecf-category-card p {
  margin: 0;
  color: var(--ecf-grey-500);
  font-size: 13px;
}

.ecf-category-card .ecf-arrow {
  position: absolute;
  right: 28px;
  bottom: 24px;
  color: var(--ecf-orange);
  font-size: 28px;
}

.ecf-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ecf-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ecf-grey-200);
  box-shadow: 0 9px 28px rgba(20, 23, 28, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ecf-product-card:hover {
  border-color: #c6c9ce;
  box-shadow: 0 18px 48px rgba(20, 23, 28, 0.11);
  transform: translateY(-5px);
}

.ecf-product-card[hidden] {
  display: none !important;
}

.ecf-product-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #fafafa, #eceef1);
}

.ecf-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
  transition: transform 0.35s ease;
}

.ecf-product-card:hover .ecf-product-image img {
  transform: scale(1.035);
}

.ecf-product-category {
  position: absolute;
  top: 13px;
  left: 13px;
  max-width: calc(100% - 26px);
  padding: 6px 9px;
  color: #fff;
  background: rgba(13, 14, 16, 0.86);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ecf-product-body {
  display: flex;
  min-height: 250px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.ecf-product-body h3 {
  margin: 0 0 11px;
  color: var(--ecf-black);
  font-size: 18px;
  line-height: 1.25;
}

.ecf-product-body h3 a:hover,
.ecf-product-body h3 a:focus-visible {
  color: var(--ecf-orange-dark);
}

.ecf-product-body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 20px;
  color: var(--ecf-grey-700);
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ecf-product-actions {
  display: grid;
  margin-top: auto;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8px;
}

.ecf-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
}

.ecf-about-panel {
  padding-left: 28px;
  border-left: 8px solid var(--ecf-orange);
}

.ecf-about-copy {
  color: var(--ecf-grey-700);
  font-size: 18px;
}

.ecf-about-copy p:first-child {
  margin-top: 0;
}

.ecf-cta-band {
  padding-block: 72px;
  color: #fff;
  background: var(--ecf-orange);
}

.ecf-cta-band h2 {
  color: #fff;
}

.ecf-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ecf-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ecf-page-hero {
  padding-block: 76px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(13, 14, 16, 0.99), rgba(13, 14, 16, 0.9)),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255, 255, 255, 0.06) 80px);
}

.ecf-page-hero .ecf-eyebrow {
  color: #ff9a5d;
}

.ecf-page-hero h1 {
  max-width: 970px;
  margin: 16px 0 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.ecf-page-hero p {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.67);
}

.ecf-catalog-section {
  padding-top: 48px;
}

.ecf-catalog-tools {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  align-items: center;
  margin-bottom: 34px;
  padding: 16px;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, 0.35fr) auto;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--ecf-grey-200);
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.06);
}

.ecf-catalog-tools input,
.ecf-catalog-tools select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid var(--ecf-grey-300);
  border-radius: 0;
  color: var(--ecf-ink);
  background: #fff;
  outline: none;
}

.ecf-catalog-tools input:focus,
.ecf-catalog-tools select:focus {
  border-color: var(--ecf-orange);
  box-shadow: 0 0 0 3px rgba(243, 111, 33, 0.14);
}

.ecf-results-count {
  min-width: 140px;
  color: var(--ecf-grey-700);
  font-size: 12px;
  text-align: right;
}

.ecf-results-count strong {
  color: var(--ecf-orange-dark);
  font-size: 22px;
}

.ecf-no-results {
  padding: 70px 20px;
  border: 1px dashed var(--ecf-grey-300);
  color: var(--ecf-grey-700);
  text-align: center;
}

.ecf-product-detail {
  padding-block: 36px 86px;
}

.ecf-breadcrumbs {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: var(--ecf-grey-700);
  font-size: 12px;
  white-space: nowrap;
}

.ecf-breadcrumbs > * {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ecf-breadcrumbs a:hover {
  color: var(--ecf-orange-dark);
}

.ecf-product-detail-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 68px;
}

.ecf-product-detail-image {
  min-height: 560px;
  display: grid;
  place-items: center;
  background: var(--ecf-grey-100);
  border: 1px solid var(--ecf-grey-200);
}

.ecf-product-detail-image img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  padding: 28px;
}

.ecf-product-detail-copy {
  padding-top: 24px;
}

.ecf-product-detail-copy h1 {
  margin: 17px 0 22px;
  color: var(--ecf-black);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.ecf-product-lead {
  color: var(--ecf-grey-700);
  font-size: 18px;
}

.ecf-product-quote-box {
  margin-top: 36px;
  padding: 25px;
  border-left: 5px solid var(--ecf-orange);
  background: var(--ecf-grey-100);
}

.ecf-product-quote-box strong {
  color: var(--ecf-black);
  font-size: 20px;
}

.ecf-product-quote-box p {
  color: var(--ecf-grey-700);
  font-size: 14px;
}

.ecf-specs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 70px;
}

.ecf-technical-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.ecf-technical-list > div {
  display: grid;
  align-items: start;
  padding: 13px 0;
  grid-template-columns: 28px 1fr;
  border-bottom: 1px solid var(--ecf-grey-300);
}

.ecf-technical-list span {
  color: var(--ecf-orange-dark);
  font-weight: 900;
}

.ecf-technical-list p {
  margin: 0;
}

.ecf-spec-table {
  align-self: start;
  background: #fff;
  border-top: 5px solid var(--ecf-black);
}

.ecf-spec-table > div {
  display: grid;
  padding: 18px 20px;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  border-bottom: 1px solid var(--ecf-grey-200);
}

.ecf-spec-table span {
  color: var(--ecf-grey-700);
  font-size: 13px;
}

.ecf-spec-table strong {
  overflow-wrap: anywhere;
}

.ecf-page-content {
  padding-top: 72px;
}

.ecf-prose {
  max-width: 980px;
}

.ecf-prose h2 {
  margin: 56px 0 16px;
  color: var(--ecf-black);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.ecf-prose h3 {
  margin: 30px 0 10px;
  color: var(--ecf-black);
  font-size: 20px;
}

.ecf-prose p,
.ecf-prose li {
  color: #444a53;
}

.ecf-prose a:not(.ecf-btn) {
  color: var(--ecf-orange-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ecf-legal-intro {
  margin-bottom: 50px;
  padding: 32px;
  border-left: 7px solid var(--ecf-orange);
  background: var(--ecf-grey-100);
}

.ecf-legal-intro h2 {
  margin-top: 15px;
}

.ecf-legal-intro p:last-child {
  margin-bottom: 0;
  font-size: 18px;
}

.ecf-info-grid {
  display: grid;
  margin-block: 45px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ecf-grey-300);
  border: 1px solid var(--ecf-grey-300);
}

.ecf-info-grid > div {
  padding: 28px;
  background: #fff;
}

.ecf-info-grid span {
  color: var(--ecf-orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.ecf-info-grid h3 {
  margin-top: 25px;
}

.ecf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ecf-contact-card {
  padding: 42px;
  border: 1px solid var(--ecf-grey-200);
  background: #fff;
}

.ecf-contact-primary {
  color: #fff;
  background: var(--ecf-black);
  border-color: var(--ecf-black);
}

.ecf-contact-primary h2 {
  color: #fff;
}

.ecf-contact-primary > p {
  color: rgba(255, 255, 255, 0.68);
}

.ecf-contact-card h3 {
  margin-top: 0;
  font-size: 28px;
}

.ecf-contact-card dl {
  margin: 0;
}

.ecf-contact-card dl > div {
  display: grid;
  padding: 15px 0;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid var(--ecf-grey-200);
}

.ecf-contact-card dt {
  color: var(--ecf-grey-500);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecf-contact-card dd {
  margin: 0;
  color: var(--ecf-ink);
  font-weight: 700;
}

.ecf-contact-card dd a:hover {
  color: var(--ecf-orange-dark);
}

.ecf-contact-note {
  display: grid;
  margin-top: 22px;
  padding: 24px;
  grid-template-columns: 180px 1fr;
  border: 1px solid var(--ecf-grey-200);
}

.ecf-contact-note p {
  margin: 0;
}

.ecf-footer {
  color: rgba(255, 255, 255, 0.68);
  background: var(--ecf-black);
}

.ecf-footer-grid {
  display: grid;
  padding-block: 72px;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 60px;
}

.ecf-footer-logo {
  width: 240px;
  margin-bottom: 24px;
}

.ecf-footer-grid p {
  max-width: 390px;
  font-size: 13px;
}

.ecf-footer-company {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.52);
}

.ecf-footer-grid h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ecf-footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.ecf-footer-grid a {
  padding: 6px 0;
  font-size: 13px;
}

.ecf-footer-grid a:hover,
.ecf-footer-grid a:focus-visible {
  color: var(--ecf-orange);
}

.ecf-footer-bottom {
  padding-block: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.ecf-whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 900;
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 8px 16px 8px 8px;
  color: #fff !important;
  background: #1f9d55;
  border-radius: 100px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.ecf-whatsapp-float > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 10px;
}

.ecf-cookie {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 950;
  display: flex;
  width: min(620px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  color: #fff;
  background: #15171a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--ecf-shadow);
}

.ecf-cookie[hidden] {
  display: none;
}

.ecf-cookie p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

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

.ecf-cookie-actions a {
  color: #ff9a5d;
  font-size: 12px;
  font-weight: 700;
}

.ecf-cookie-actions button {
  min-height: 40px;
  padding: 8px 13px;
  border: 0;
  color: #fff;
  background: var(--ecf-orange);
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .ecf-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ecf-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
    gap: 30px;
  }

  .ecf-structure-card {
    width: 220px;
  }

  .ecf-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 35px;
  }
}

@media (max-width: 980px) {
  .ecf-container {
    width: min(calc(100% - 40px), var(--ecf-container));
  }

  .ecf-topbar-inner > span {
    display: none;
  }

  .ecf-topbar-inner {
    justify-content: center;
  }

  .ecf-nav {
    min-height: 76px;
  }

  .ecf-logo {
    width: 210px;
  }

  .ecf-menu-toggle {
    display: flex;
  }

  .ecf-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    align-items: stretch;
    padding: 20px;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-top: 1px solid var(--ecf-grey-200);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
  }

  .ecf-menu.is-open {
    display: flex;
  }

  .ecf-menu > a:not(.ecf-nav-cta),
  .ecf-dropdown-toggle {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    padding: 14px 4px;
    border-bottom: 1px solid var(--ecf-grey-200);
  }

  .ecf-menu > a::after,
  .ecf-dropdown-toggle::after {
    display: none;
  }

  .ecf-nav-cta {
    margin-top: 16px;
    text-align: center;
  }

  .ecf-dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 8px 0 8px 12px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .ecf-dropdown:hover .ecf-dropdown-menu,
  .ecf-dropdown:focus-within .ecf-dropdown-menu {
    transform: none;
  }

  .ecf-dropdown.is-open .ecf-dropdown-menu {
    display: grid;
  }

  .ecf-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 72px;
  }

  .ecf-hero-copy {
    position: relative;
    z-index: 3;
  }

  .ecf-hero-visual {
    display: none;
  }

  .ecf-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 10px;
  }

  .ecf-trust-grid span:nth-child(3)::before {
    display: none;
  }

  .ecf-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecf-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecf-about-grid,
  .ecf-product-detail-grid,
  .ecf-specs-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ecf-product-detail-image {
    min-height: 440px;
  }

  .ecf-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ecf-cta-actions {
    justify-content: flex-start;
  }

  .ecf-catalog-tools {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.5fr);
  }

  .ecf-results-count {
    grid-column: 1 / -1;
    text-align: left;
  }

  .ecf-info-grid {
    grid-template-columns: 1fr;
  }

  .ecf-contact-grid {
    grid-template-columns: 1fr;
  }

  .ecf-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .ecf-container {
    width: min(calc(100% - 30px), var(--ecf-container));
  }

  .ecf-topbar {
    font-size: 11px;
  }

  .ecf-topbar-inner > div {
    width: 100%;
    justify-content: space-between;
  }

  .ecf-topbar-inner > div > span {
    display: none;
  }

  .ecf-logo {
    width: 182px;
  }

  .ecf-hero-grid {
    padding-block: 58px;
  }

  .ecf-hero h1 {
    font-size: clamp(40px, 12vw, 55px);
  }

  .ecf-hero-copy > p {
    font-size: 16px;
  }

  .ecf-hero-actions,
  .ecf-hero-actions .ecf-btn {
    width: 100%;
  }

  .ecf-hero-meta {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .ecf-hero-meta span {
    grid-template-columns: 70px 1fr;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ecf-trust-grid {
    grid-template-columns: 1fr;
  }

  .ecf-trust-grid span + span::before {
    top: 0;
    right: 30%;
    left: 30%;
    width: auto;
    height: 1px;
    transform: none;
  }

  .ecf-trust-grid span:nth-child(3)::before {
    display: block;
  }

  .ecf-section {
    padding-block: 68px;
  }

  .ecf-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
  }

  .ecf-section-heading h2,
  .ecf-about-panel h2,
  .ecf-cta-band h2,
  .ecf-specs-grid h2,
  .ecf-contact-card h2 {
    font-size: 36px;
  }

  .ecf-category-grid,
  .ecf-products-grid {
    grid-template-columns: 1fr;
  }

  .ecf-category-card {
    min-height: 180px;
  }

  .ecf-category-card h3 {
    margin-top: 30px;
  }

  .ecf-product-body {
    min-height: 0;
  }

  .ecf-product-actions {
    grid-template-columns: 1fr 1fr;
  }

  .ecf-about-grid {
    gap: 35px;
  }

  .ecf-cta-actions,
  .ecf-cta-actions .ecf-btn,
  .ecf-cta-inner > .ecf-btn {
    width: 100%;
  }

  .ecf-page-hero {
    padding-block: 58px;
  }

  .ecf-page-hero h1 {
    font-size: 42px;
  }

  .ecf-catalog-tools {
    position: static;
    grid-template-columns: 1fr;
  }

  .ecf-results-count {
    grid-column: auto;
  }

  .ecf-product-detail {
    padding-top: 22px;
  }

  .ecf-breadcrumbs {
    margin-bottom: 22px;
  }

  .ecf-product-detail-image {
    min-height: 310px;
  }

  .ecf-product-detail-image img {
    max-height: 360px;
    padding: 18px;
  }

  .ecf-product-detail-copy {
    padding-top: 0;
  }

  .ecf-product-detail-copy h1 {
    font-size: 41px;
  }

  .ecf-product-quote-box {
    margin-top: 28px;
    padding: 20px;
  }

  .ecf-product-quote-box .ecf-btn {
    width: 100%;
    text-align: center;
  }

  .ecf-spec-table > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ecf-page-content {
    padding-top: 50px;
  }

  .ecf-prose h2 {
    margin-top: 42px;
    font-size: 25px;
  }

  .ecf-legal-intro,
  .ecf-contact-card {
    padding: 24px;
  }

  .ecf-contact-card dl > div,
  .ecf-contact-note {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ecf-contact-note {
    gap: 8px;
  }

  .ecf-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 56px;
  }

  .ecf-cookie {
    right: 15px;
    bottom: 76px;
    width: calc(100% - 30px);
    align-items: stretch;
    flex-direction: column;
  }

  .ecf-cookie-actions {
    justify-content: space-between;
  }

  .ecf-whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .ecf-topbar,
  .ecf-nav,
  .ecf-footer,
  .ecf-whatsapp-float,
  .ecf-cookie,
  .ecf-product-actions,
  .ecf-cta-band {
    display: none !important;
  }

  .ecf-section,
  .ecf-product-detail,
  .ecf-page-hero {
    padding-block: 24px;
  }

  .ecf-page-hero {
    color: #000;
    background: #fff;
  }
}


/* v1.1.0 — product technical content */
.ecf-product-description-section {
  padding-block: 56px;
}

.ecf-product-description-rich {
  max-width: 980px;
}

.ecf-product-description-rich h2,
.ecf-variants-wrap h2 {
  margin: 8px 0 18px;
  font-size: clamp(26px, 3vw, 38px);
}

.ecf-product-description-rich p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ecf-muted, #4b5563);
}

.ecf-variants-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px;
  background: #fff;
}

.ecf-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ecf-variants-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.ecf-variants-table th,
.ecf-variants-table td {
  padding: 13px 15px;
  text-align: left;
  border-bottom: 1px solid #eceff3;
  white-space: nowrap;
}

.ecf-variants-table th {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6b7280;
  background: #f8fafc;
}

.ecf-variants-table td:first-child,
.ecf-variants-table td:nth-child(2) {
  font-weight: 700;
}

.ecf-product-image img,
.ecf-product-detail-image img {
  object-fit: contain;
  background: #fff;
}

@media (max-width: 760px) {
  .ecf-variants-wrap { padding: 18px; }
  .ecf-product-description-rich p { font-size: 16px; }
}

/* v1.3: no fake product placeholder. This state is visible only until the local Media Library import finishes. */
.ecf-image-pending{
  display:flex;
  width:100%;
  min-height:260px;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:#f5f6f7;
  color:#7a7f87;
  font-size:14px;
  font-weight:700;
  text-align:center;
}
.ecf-product-detail-image .ecf-image-pending{min-height:520px;font-size:16px}


/* v1.6.0 — hero cu imagini de produs și secțiune cofrare */
.ecf-structure-card {
  overflow: hidden;
  height: 132px;
  padding: 0;
  background: rgba(255,255,255,.08);
}
.ecf-structure-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .86;
}
.ecf-structure-card span {
  position: relative;
  z-index: 3;
  display: inline-flex;
  margin: 0 0 12px 12px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(13,14,16,.84);
  letter-spacing: .13em;
}
.ecf-structure-card::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(13,14,16,.72) 100%);
  content: "";
}
.ecf-structure-card::after { z-index: 4; }
.ecf-formwork-focus {
  background: #111214;
  color: #fff;
}
.ecf-formwork-focus-grid {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr);
  gap: 70px;
  align-items: center;
}
.ecf-formwork-focus h2 {
  max-width: 850px;
  margin: 16px 0 24px;
  font-size: clamp(34px,4vw,58px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.ecf-formwork-focus p {
  max-width: 900px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
}
.ecf-formwork-keywords {
  display: grid;
  gap: 10px;
}
.ecf-formwork-keywords span {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  font-size: 14px;
  font-weight: 800;
}
.ecf-btn-outline-dark {
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background: transparent;
}
.ecf-btn-outline-dark:hover { border-color: var(--ecf-orange); color: #fff; }
@media (max-width: 900px) {
  .ecf-formwork-focus-grid { grid-template-columns: 1fr; gap: 35px; }
}
