.elementor-11005 .elementor-element.elementor-element-fae1857{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6e383c4 *//* Method 201A - PM10 & PM2.5 Cyclones */
.esc201a-page {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: #111827;
  background: #ffffff;
}

.esc201a-page * {
  box-sizing: border-box;
}

.esc201a-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */
.esc201a-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 78% 22%, rgba(59, 130, 246, 0.15), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #eef4fb 48%, #ffffff 100%);
}

.esc201a-hero::before {
  content: "";
  position: absolute;
  inset: auto -120px -180px auto;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.05);
}

.esc201a-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.esc201a-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.esc201a-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.esc201a-hero h1 span {
  color: #2563eb;
}

.esc201a-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #475569;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.02em;
}

.esc201a-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.esc201a-hero-tags span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.esc201a-hero-card {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
  backdrop-filter: blur(10px);
}

.esc201a-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
  overflow: hidden;
}

.esc201a-hero-image img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  padding: 24px;
}

.esc201a-hero-note {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
}

.esc201a-hero-note strong {
  font-size: 15px;
  font-weight: 900;
}

.esc201a-hero-note span {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
}

/* OVERVIEW */
.esc201a-overview {
  padding: 86px 0 90px;
  background: #ffffff;
}

.esc201a-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.esc201a-section-head > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.esc201a-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.esc201a-section-head p {
  margin: 16px 0 0;
  color: #64748b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.02em;
}

.esc201a-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.esc201a-product-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.esc201a-product-card:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}

.esc201a-product-card.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: 420px minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 1));
}

.esc201a-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  border-radius: 22px;
  background: #f8fafc;
  overflow: hidden;
}

.esc201a-product-card.is-featured .esc201a-product-img {
  min-height: 300px;
}

.esc201a-product-img img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  padding: 18px;
}

.esc201a-product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.esc201a-model {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.esc201a-product-body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.esc201a-product-body p {
  margin: 13px 0 0;
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.018em;
}

.esc201a-product-body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.esc201a-product-body li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.esc201a-product-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
}

/* METHOD */
.esc201a-method {
  padding: 0 0 92px;
  background: #ffffff;
}

.esc201a-method-box {
  padding: 42px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, #0f172a 0%, #1e293b 56%, #2563eb 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.esc201a-method-box > div:first-child span {
  display: inline-block;
  margin-bottom: 10px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.esc201a-method-box h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.esc201a-method-box > p {
  max-width: 880px;
  margin: 18px 0 0;
  color: #dbeafe;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: -0.018em;
}

.esc201a-method-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.esc201a-method-points div {
  padding: 20px;
  border: 1px solid rgba(191, 219, 254, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.esc201a-method-points strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.esc201a-method-points span {
  display: block;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  .esc201a-hero-grid {
    grid-template-columns: 1fr;
  }

  .esc201a-hero-card {
    max-width: 620px;
  }

  .esc201a-product-card,
  .esc201a-product-card.is-featured {
    grid-template-columns: 1fr;
  }

  .esc201a-product-img,
  .esc201a-product-card.is-featured .esc201a-product-img {
    min-height: 260px;
  }

  .esc201a-method-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .esc201a-container {
    width: min(100% - 28px, 1180px);
  }

  .esc201a-hero {
    padding: 68px 0 58px;
  }

  .esc201a-hero p {
    font-size: 16px;
  }

  .esc201a-hero-image {
    min-height: 260px;
  }

  .esc201a-hero-image img {
    height: 260px;
    padding: 16px;
  }

  .esc201a-overview {
    padding: 64px 0 68px;
  }

  .esc201a-product-grid {
    grid-template-columns: 1fr;
  }

  .esc201a-product-card {
    padding: 18px;
    border-radius: 24px;
  }

  .esc201a-product-body h3 {
    font-size: 20px;
  }

  .esc201a-method {
    padding-bottom: 68px;
  }

  .esc201a-method-box {
    padding: 30px 22px;
    border-radius: 28px;
  }

 
}/* End custom CSS */