.en-hm-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  align-items: center;
  color: #fff;
  background: #0c1014;
}

.en-hm-hero-media,
.en-hm-hero-shade {
  position: absolute;
  inset: 0;
}

.en-hm-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
  animation: en-hm-pan 26s ease-in-out infinite alternate;
}

.en-hm-hero-shade {
  background:
    linear-gradient(105deg, rgba(6, 11, 15, .94) 0%, rgba(6, 11, 15, .82) 36%, rgba(6, 11, 15, .3) 64%, rgba(6, 11, 15, .18) 100%),
    linear-gradient(180deg, rgba(6, 11, 15, .28), rgba(6, 11, 15, .55));
}

.en-hm-hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(80px, 13vh, 150px);
}

.en-hm-brand {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
}

.en-hm-hero h1 {
  max-width: 15ch;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.en-hm-hero h1 span {
  border-bottom: 2px solid rgba(255, 255, 255, .55);
}

.en-hm-lead {
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.en-hm-hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 26px;
}

.en-hm-hero-tabs a {
  padding-block: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}

.en-hm-hero-tabs a:hover,
.en-hm-hero-tabs a:focus-visible {
  border-color: #baf23a;
  color: #baf23a;
}

.en-hm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.en-hm-button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 2px;
  color: #fff;
  background: rgba(6, 11, 15, .2);
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.en-hm-button:hover,
.en-hm-button:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-1px);
}

.en-hm-button-light {
  border-color: #fff;
  color: #0c1014;
  background: #fff;
}

.en-hm-button-light:hover,
.en-hm-button-light:focus-visible {
  color: #0c1014;
  background: #baf23a;
}

.en-hm-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  list-style: none;
}

.en-hm-platforms,
.en-hm-projects,
.en-hm-faq {
  padding: clamp(80px, 10vw, 140px) 0;
  background: #fafbfb;
}

.en-hm-section-head {
  max-width: 850px;
}

.en-hm-section-head > span,
.en-hm-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #2f6b56;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.en-hm-section-head h2,
.en-hm-chapter h2,
.en-hm-pricing h2,
.en-hm-final h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.7vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.en-hm-section-head p,
.en-hm-chapter p,
.en-hm-pricing p {
  max-width: 780px;
  margin: 24px 0 0;
  color: #5e6a75;
  font-size: 1.08rem;
}

.en-hm-platform-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 34px 90px rgba(8, 12, 16, .17);
}

.en-hm-platform-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: clamp(28px, 4vw, 48px);
  flex-direction: column;
  color: #fff;
  background: #0a0e12;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}

.en-hm-platform-card:hover,
.en-hm-platform-card:focus-visible {
  z-index: 1;
  background: #111a1d;
  transform: translateY(-4px);
}

.en-hm-platform-card::before {
  position: absolute;
  inset: 0;
  opacity: .28;
  background: radial-gradient(circle at 85% 12%, var(--platform-colour), transparent 38%);
  content: "";
}

.en-hm-platform-card-ps { --platform-colour: #baf23a; }
.en-hm-platform-card-wp { --platform-colour: #67a8ff; }
.en-hm-platform-card-sh { --platform-colour: #9be37f; }

.en-hm-platform-card > * {
  position: relative;
}

.en-hm-platform-code {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #baf23a;
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.en-hm-platform-card small {
  margin-top: 38px;
  color: #baf23a;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.en-hm-platform-card h3 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
}

.en-hm-platform-card p {
  margin: 20px 0 28px;
  color: #c8d1d4;
}

.en-hm-platform-card strong {
  margin-top: auto;
  color: #fff;
}

.en-hm-keywords {
  color: #fff;
  background: #0a0e12;
}

.en-hm-chapter {
  padding: clamp(80px, 10vw, 140px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.en-hm-chapter-grid {
  display: grid;
  grid-template-columns: 100px minmax(0, 880px);
  gap: 40px;
}

.en-hm-chapter-number {
  color: #baf23a;
  font-weight: 900;
  letter-spacing: .14em;
}

.en-hm-chapter .en-hm-eyebrow {
  color: #baf23a;
}

.en-hm-chapter p {
  color: #bec9cc;
}

.en-hm-text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 30px;
}

.en-hm-text-links a,
.en-hm-inline-cta {
  border-bottom: 1px solid currentColor;
  color: #baf23a;
  font-weight: 800;
  text-decoration: none;
}

.en-hm-process {
  padding: clamp(80px, 10vw, 140px) 0;
  color: #fff;
  background: #15201b;
}

.en-hm-section-head-light > span { color: #baf23a; }

.en-hm-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 55px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
}

.en-hm-steps li {
  padding: 28px 22px 0 0;
}

.en-hm-steps li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.en-hm-steps span {
  display: block;
  margin-bottom: 35px;
  color: #baf23a;
  font-size: .78rem;
  font-weight: 900;
}

.en-hm-steps strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.en-hm-steps p {
  color: #bdc9c3;
}

.en-hm-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 50px;
  background: #dce2e1;
}

.en-hm-project-grid a {
  display: grid;
  min-height: 180px;
  padding: 34px;
  align-content: end;
  background: #fff;
  text-decoration: none;
  transition: background .2s ease;
}

.en-hm-project-grid a:hover { background: #f0f5f2; }
.en-hm-project-grid strong { font-size: 1.25rem; }
.en-hm-project-grid span { color: #5e6a75; }
.en-hm-inline-cta { display: inline-flex; margin-top: 34px; color: #2f6b56; }

.en-hm-pricing {
  padding: clamp(80px, 10vw, 140px) 0;
  background: #eef2ef;
}

.en-hm-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, .6fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.en-hm-price-card {
  display: grid;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 20px;
  color: #fff;
  background: #0c1014;
  box-shadow: 0 30px 80px rgba(8, 12, 16, .18);
}

.en-hm-price-card > span {
  color: #baf23a;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.en-hm-price-card strong {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1;
}

.en-hm-price-card strong + p { margin: 7px 0 28px; color: #aeb9bc; }
.en-hm-price-card small { font-family: inherit; font-size: 1rem; }

.en-hm-price-card a {
  margin-top: 30px;
  padding: 14px 17px;
  color: #0c1014;
  background: #baf23a;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.en-hm-faq-grid {
  display: grid;
  gap: 1px;
  margin-top: 45px;
  background: #dce2e1;
}

.en-hm-faq-grid details { background: #fff; }
.en-hm-faq-grid summary { padding: 23px 26px; font-weight: 900; cursor: pointer; }
.en-hm-faq-grid p { margin: 0; padding: 0 26px 24px; color: #5e6a75; }

.en-hm-final {
  padding: clamp(72px, 9vw, 110px) 0;
  color: #fff;
  background: #0c1014;
}

.en-hm-final-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.en-hm-final-inner > div > span {
  color: #baf23a;
  font-weight: 900;
}

.en-hm-final h2 {
  max-width: 670px;
  margin-top: 10px;
}

.en-hm-final .en-hm-actions {
  flex-shrink: 0;
}

@keyframes en-hm-pan {
  from { transform: scale(1.03); }
  to { transform: scale(1.08) translateX(-1%); }
}

@media (max-width: 900px) {
  .en-hm-platform-tabs { grid-template-columns: 1fr; }
  .en-hm-platform-card { min-height: 360px; }
  .en-hm-steps { grid-template-columns: 1fr 1fr; border-top: 0; }
  .en-hm-steps li,
  .en-hm-steps li + li { padding: 24px; border: 1px solid rgba(255, 255, 255, .16); }
  .en-hm-steps span { margin-bottom: 22px; }
  .en-hm-pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .en-hm-hero {
    min-height: calc(100svh - 68px);
  }

  .en-hm-hero-media img {
    object-position: 58% center;
  }

  .en-hm-hero-shade {
    background: linear-gradient(100deg, rgba(6, 11, 15, .94), rgba(6, 11, 15, .58));
  }

  .en-hm-hero h1 { font-size: clamp(2.55rem, 12.5vw, 4.2rem); }
  .en-hm-actions { display: grid; }
  .en-hm-button { width: 100%; }
  .en-hm-trust { display: grid; gap: 8px; }
  .en-hm-chapter-grid { grid-template-columns: 1fr; gap: 18px; }
  .en-hm-project-grid,
  .en-hm-steps { grid-template-columns: 1fr; }
  .en-hm-final-inner { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .en-hm-hero-media img { animation: none; }
}
