.ecl-page,
.ecl-page * {
  box-sizing: border-box;
}

.ecl-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #020617;
  color: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ecl-page a {
  color: inherit;
  text-decoration: none;
}

.ecl-page svg {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
  flex: 0 0 auto;
}

.ecl-bg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(90px);
}

.ecl-bg-one {
  top: -180px;
  left: 50%;
  width: 760px;
  height: 560px;
  transform: translateX(-50%);
  background: rgba(34, 211, 238, 0.13);
}

.ecl-bg-two {
  right: -140px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  background: rgba(37, 99, 235, 0.14);
}

.ecl-container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ecl-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.84);
  backdrop-filter: blur(18px);
}

.ecl-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 0;
}

.ecl-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ecl-logo-image {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.ecl-logo-image img {
  display: block;
  width: auto;
  height: 44px;
  max-width: min(100%, 280px);
}

.ecl-logo-subtitle {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.2;
}

.ecl-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ecl-nav a {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.ecl-nav a:hover {
  color: #67e8f9;
}

.ecl-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #020617 !important;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 900;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ecl-nav-cta:hover {
  background: #cffafe;
  transform: translateY(-1px);
}

.ecl-menu-button {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 10px 12px;
  font-weight: 800;
}

.ecl-mobile-nav {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 16px 18px;
}

.ecl-mobile-nav a {
  display: block;
  border-radius: 14px;
  padding: 10px 12px;
  color: #cbd5e1;
  font-weight: 700;
}

.ecl-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
  padding: 96px 0 76px;
}

.ecl-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 24px;
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.1);
  color: #a5f3fc;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
}

.ecl-hero h1,
.ecl-section-head h2,
.ecl-about-copy h2,
.ecl-cta h2 {
  margin: 0;
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.ecl-hero h1 {
  max-width: 840px;
  font-size: clamp(46px, 7vw, 78px);
}

.ecl-hero-copy > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: #cbd5e1;
  font-size: 19px;
  line-height: 1.8;
}

.ecl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.ecl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 950;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ecl-button:hover {
  transform: translateY(-1px);
}

.ecl-button-primary {
  background: #67e8f9;
  color: #020617 !important;
}

.ecl-button-primary:hover {
  background: #a5f3fc;
}

.ecl-button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

.ecl-button-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
}

.ecl-hero-visual {
  position: relative;
  border-radius: 34px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.36);
}

.ecl-hero-visual:before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 42px;
  background: rgba(34, 211, 238, 0.18);
  filter: blur(42px);
}

.ecl-dashboard {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(15, 23, 42, 0.94);
  padding: 24px;
}

.ecl-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.ecl-dashboard-head span {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 800;
}

.ecl-dashboard-head strong {
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.12);
  color: #6ee7b7;
  padding: 5px 11px;
  font-size: 12px;
}

.ecl-dashboard-list {
  display: grid;
  gap: 14px;
}

.ecl-dashboard-list article {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  padding: 16px;
}

.ecl-dashboard-list svg,
.ecl-card > svg {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(103, 232, 249, 0.1);
  color: #67e8f9;
  padding: 12px;
}

.ecl-dashboard-list h3,
.ecl-card h3,
.ecl-solution h3,
.ecl-contact-card h3 {
  margin: 0;
  color: #fff;
  font-weight: 950;
}

.ecl-dashboard-list p,
.ecl-card p,
.ecl-solution p,
.ecl-contact-card p,
.ecl-about-copy p,
.ecl-cta p,
.ecl-footer p {
  margin: 0;
  color: #94a3b8;
}

.ecl-dashboard-list p {
  margin-top: 4px;
  font-size: 14px;
}

.ecl-section {
  padding: 68px 0;
}

.ecl-section-head {
  max-width: 790px;
  margin-bottom: 40px;
}

.ecl-section-head span,
.ecl-about-copy span,
.ecl-cta span {
  display: inline-block;
  margin-bottom: 14px;
  color: #67e8f9;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ecl-section-head h2,
.ecl-about-copy h2,
.ecl-cta h2 {
  font-size: clamp(36px, 4.8vw, 56px);
}

.ecl-section-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.ecl-section-row > div {
  max-width: 760px;
}

.ecl-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ecl-card {
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ecl-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.ecl-card h3 {
  margin-top: 22px;
  font-size: 21px;
}

.ecl-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.65;
}

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

.ecl-stats article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.62);
  padding: 24px;
  text-align: center;
}

.ecl-stats strong,
.ecl-stats span {
  display: block;
}

.ecl-stats strong {
  color: #fff;
  font-size: 30px;
  font-weight: 950;
}

.ecl-stats span {
  margin-top: 6px;
  color: #94a3b8;
  font-size: 14px;
}

.ecl-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ecl-solution {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  padding: 30px;
}

.ecl-solution span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.11);
  color: #a5f3fc;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecl-solution h3 {
  margin-top: 25px;
  font-size: 26px;
  line-height: 1.08;
}

.ecl-solution p {
  margin-top: 16px;
  line-height: 1.7;
}

.ecl-solution i {
  display: block;
  width: 66px;
  height: 4px;
  margin-top: 30px;
  border-radius: 99px;
  background: #67e8f9;
  transition: width 0.2s ease;
}

.ecl-solution:hover i {
  width: 100px;
}

.ecl-about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.ecl-about-copy {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.05);
  padding: 34px;
}

.ecl-about-copy p {
  margin-top: 22px;
  color: #cbd5e1;
  line-height: 1.78;
}

.ecl-checks {
  display: grid;
  gap: 13px;
}

.ecl-checks article {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.62);
  padding: 17px;
  color: #e2e8f0;
  font-weight: 800;
}

.ecl-checks svg {
  color: #67e8f9;
}

.ecl-cta {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 32px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 34px;
  background: #67e8f9;
  color: #020617;
  padding: 46px;
}

.ecl-cta span,
.ecl-cta h2,
.ecl-cta p {
  color: #020617;
}

.ecl-cta p {
  margin-top: 20px;
  max-width: 760px;
  color: #334155;
  font-size: 18px;
  line-height: 1.7;
}

.ecl-contact-card {
  border-radius: 28px;
  background: #020617;
  padding: 26px;
  color: #fff;
}

.ecl-contact-card > svg {
  color: #67e8f9;
  width: 30px;
  height: 30px;
}

.ecl-contact-card h3 {
  margin-top: 10px;
  font-size: 22px;
}

.ecl-contact-card p {
  margin-top: 14px;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.65;
}

.ecl-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 22px;
  border-radius: 999px;
  background: #fff;
  color: #020617 !important;
  padding: 13px 16px;
  font-weight: 950;
}

.ecl-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 42px 0;
}

.ecl-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 0.7fr;
  gap: 38px;
}

.ecl-footer p {
  max-width: 390px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.65;
}

.ecl-footer .ecl-logo-image img {
  height: 40px;
  max-width: 260px;
}

.ecl-footer h4 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 16px;
}

.ecl-footer a,
.ecl-footer span {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 14px;
}

.ecl-footer a:hover {
  color: #67e8f9;
}

@media (max-width: 980px) {
  .ecl-nav,
  .ecl-nav-cta {
    display: none;
  }

  .ecl-menu-button {
    display: inline-flex;
  }

  .ecl-mobile-nav.ecl-open {
    display: block;
  }

  .ecl-hero,
  .ecl-about,
  .ecl-cta {
    grid-template-columns: 1fr;
  }

  .ecl-service-grid,
  .ecl-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecl-solution-grid,
  .ecl-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ecl-section-row {
    display: block;
  }

  .ecl-section-row .ecl-button {
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .ecl-container {
    width: min(100% - 24px, 1180px);
  }

  .ecl-hero {
    gap: 36px;
    padding: 56px 0 38px;
  }

  .ecl-actions,
  .ecl-button {
    width: 100%;
  }

  .ecl-service-grid,
  .ecl-stats,
  .ecl-solution-grid,
  .ecl-footer-grid {
    grid-template-columns: 1fr;
  }

  .ecl-section {
    padding: 46px 0;
  }

  .ecl-dashboard,
  .ecl-about-copy,
  .ecl-cta,
  .ecl-contact-card {
    padding: 22px;
  }

  .ecl-hero-visual {
    padding: 12px;
  }

  .ecl-logo-subtitle {
    display: none;
  }

  .ecl-logo-image img {
    height: 36px;
    max-width: 220px;
  }
}

/* Bilingual content helpers */
.ecl-page em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #94a3b8;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ecl-page p span,
.ecl-card p span,
.ecl-solution p span,
.ecl-about-copy p span,
.ecl-cta p span,
.ecl-footer p span {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
}
