.en-page-hero {
  position: relative;
  padding: 150px 0 84px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5, 15, 24, 0.96), rgba(23, 37, 84, 0.88)),
    var(--navy);
  overflow: hidden;
}

.en-page-hero::after {
  content: "ALLIANCE";
  position: absolute;
  right: -30px;
  bottom: -40px;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Newsreader", serif;
  font-size: clamp(100px, 20vw, 260px);
  white-space: nowrap;
  pointer-events: none;
}

.en-page-hero .a-wrap {
  position: relative;
  z-index: 1;
}

.en-page-hero .a-kicker {
  color: #9ab5ff;
}

.en-page-hero h1 {
  max-width: 900px;
  margin: 18px 0 0;
  font-family: "Newsreader", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.en-page-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.9;
}

.en-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.en-stat {
  min-height: 190px;
  padding: 34px 26px 22px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.en-stat:not(:first-child) {
  padding-left: 26px;
}

.en-stat:last-child {
  border-right: 0;
}

.en-stat strong {
  display: block;
  font-family: "Newsreader", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.en-stat small {
  display: block;
  max-width: 190px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.65;
}

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

.en-buyer-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.night .en-buyer-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.en-buyer-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.night .en-buyer-card small {
  color: #87a8ff;
}

.en-buyer-card h3 {
  margin: 0 0 10px;
  font-family: "Newsreader", serif;
  font-size: 26px;
  font-weight: 400;
}

.en-buyer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.night .en-buyer-card p {
  color: rgba(255, 255, 255, 0.62);
}

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

.en-proof-card {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.en-proof-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 0.5s, opacity 0.5s;
}

.en-proof-card:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.en-proof-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
  background: linear-gradient(to top, rgba(5, 15, 24, 0.96), rgba(5, 15, 24, 0.5));
}

.en-proof-body small {
  display: block;
  margin-bottom: 8px;
  color: #9ab5ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.en-proof-body b {
  display: block;
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.en-proof-body p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.en-factory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.en-factory-card {
  display: block;
  padding: 34px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 0.3s, border-color 0.3s;
}

.en-factory-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.38);
}

.en-factory-card small {
  display: block;
  margin-bottom: 10px;
  color: #87a8ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.en-factory-card b {
  display: block;
  font-family: "Newsreader", serif;
  font-size: 30px;
  font-weight: 400;
}

.en-factory-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

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

.en-service-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.en-service-card span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.en-service-card h3 {
  margin: 28px 0 10px;
  font-size: 21px;
}

.en-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.night .a-step p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

.en-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.en-contact-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.en-contact-card b {
  display: block;
  margin-bottom: 8px;
  color: #9ab5ff;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.en-contact-card p,
.en-contact-card a {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.en-qr {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.en-form-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 60px;
  align-items: start;
}

.en-form {
  display: grid;
  gap: 18px;
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(23, 27, 31, 0.08);
}

.en-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.en-form input,
.en-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: var(--ice);
  color: var(--ink);
  font: inherit;
}

.en-form textarea {
  min-height: 140px;
  resize: vertical;
}

.en-cta {
  padding: 90px 0;
  color: #fff;
  text-align: center;
  background: var(--blue);
}

.en-cta h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
}

.en-cta p {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.76);
}

.en-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
}

.en-story-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.en-story-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.en-story-copy .a-kicker {
  margin-bottom: 14px;
}

.en-story-copy h2 {
  margin: 0 0 18px;
  font-family: "Newsreader", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.12;
}

.en-story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.en-story-copy b {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 14px;
}

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

.en-entity-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.en-entity-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 24px;
  background: var(--blue);
}

.en-entity-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.en-entity-card h3 {
  margin: 0 0 10px;
  font-family: "Newsreader", serif;
  font-size: 26px;
  font-weight: 400;
}

.en-entity-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.en-entity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.en-entity-tags span {
  padding: 5px 9px;
  color: var(--ink);
  font-size: 11px;
  border: 1px solid var(--line);
}

.night .en-entity-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.night .en-entity-card small {
  color: #87a8ff;
}

.night .en-entity-card p {
  color: rgba(255, 255, 255, 0.62);
}

.night .en-entity-tags span {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 900px) {
  .en-page-hero {
    padding: 120px 0 64px;
  }

  .en-buyer-grid,
  .en-proof-grid,
  .en-services-grid,
  .en-entity-grid {
    grid-template-columns: 1fr;
  }

  .en-factory-grid,
  .en-contact-grid {
    grid-template-columns: 1fr;
  }

  .en-form-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .en-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .en-story-media {
    min-height: 300px;
  }
}

@media (max-width: 700px) {
  .en-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .en-stat,
  .en-stat:not(:first-child),
  .en-stat:nth-child(2) {
    min-height: 150px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .en-stat:nth-child(odd) {
    padding-right: 18px;
  }

  .en-stat:nth-child(even) {
    padding-left: 18px;
  }
}
