/* =========================================================
   LEGAL HERO — SECTION
========================================================= */

.en-legal-hero {
  position: relative;
  padding: 150px 20px 70px;
  background:
    radial-gradient(circle at 50% 100%, rgba(242,166,66,.08), transparent 36%),
    #050507;
  overflow: hidden;
}

/* =========================================================
   LEGAL HERO — CARD
========================================================= */

/* =========================================================
   LEGAL HERO — CARD
========================================================= */

.en-legal-hero__card {
  position: relative;
  width: min(100%, 1640px);
  min-height: 560px;
  margin: 0 auto;
  padding: 92px 40px 74px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 26px;
  border: 1px solid rgb(47 47 47);

  background:
    linear-gradient(
      180deg,
      rgba(5, 7, 9, .60) 0%,
      rgba(5, 7, 9, .70) 45%,
      rgb(5 7 9 / 0%) 100%
    ),
    var(--legal-hero-bg);

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .025),
    0 30px 90px rgba(0, 0, 0, .50);
}

/* =========================================================
   LEGAL HERO — OVERLAY
========================================================= */

.en-legal-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    radial-gradient(circle at 50% 56%, rgba(242,166,66,.12), transparent 26%),
    radial-gradient(circle at 80% 30%, rgba(242,166,66,.10), transparent 22%),
    linear-gradient(90deg, rgba(5,7,9,.58), transparent 42%, rgba(5,7,9,.46));

  pointer-events: none;
}

/* =========================================================
   LEGAL HERO — INNER BORDER
========================================================= */

.en-legal-hero__card::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;

  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.045);

  pointer-events: none;
}

.en-legal-hero__card > * {
  position: relative;
  z-index: 3;
}

/* =========================================================
   LEGAL HERO — BADGE
========================================================= */

.en-legal-hero__badge {
  margin-bottom: 54px;
  padding: 14px 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  border-radius: 999px;
  border: 1px solid rgba(242,166,66,.52);

  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(145deg, rgba(22,24,30,.82), rgba(6,7,10,.86));

  color: #f2a642;

  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.08),
    inset 0 -8px 18px rgba(0,0,0,.54),
    0 14px 34px rgba(0,0,0,.38),
    0 0 28px rgba(242,166,66,.10);
}

.en-legal-hero__badge-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.en-legal-hero__badge svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   LEGAL HERO — TITLE
========================================================= */

.en-legal-hero h1 {
  margin: 0;

  color: #fff;

  text-align: center;
  text-transform: uppercase;

  font-size: clamp(38px, 4.8vw, 76px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: .045em;

  text-shadow:
    0 8px 28px rgba(0,0,0,.52),
    0 0 28px rgba(255,255,255,.05);
}

.en-legal-hero h1 span {
  display: inline-block;
  margin-top: 10px;
  color: #f2a642;
  font-weight: 900;
}

/* =========================================================
   LEGAL HERO — TITLE LINE
========================================================= */

.en-legal-hero__line {
  width: 92px;
  height: 1px;
  margin: 34px auto 30px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #f2a642,
      transparent
    );

  box-shadow:
    0 0 18px rgba(242,166,66,.35);
}

/* =========================================================
   LEGAL HERO — TEXT
========================================================= */

.en-legal-hero p {
  margin: 0 0 44px;

  color: rgba(255,255,255,.78);

  text-align: center;

  font-size: clamp(18px, 1.5vw, 25px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .035em;

  text-shadow: 0 4px 18px rgba(0,0,0,.58);
}

/* =========================================================
   LEGAL HERO — BREADCRUMB
========================================================= */

.en-legal-breadcrumb {
  min-height: 66px;
  padding: 0 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);

  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.08), transparent 34%),
    rgba(5,7,9,.64);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.06),
    inset 0 -8px 18px rgba(0,0,0,.42),
    0 12px 34px rgba(0,0,0,.35);
}

.en-legal-breadcrumb a,
.en-legal-breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: rgba(255,255,255,.78);

  text-decoration: none;

  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.en-legal-breadcrumb a:hover,
.en-legal-breadcrumb span:last-child {
  color: #f2a642;
}

.en-legal-breadcrumb svg {
  width: 20px;
  height: 20px;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   LEGAL HERO — RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .en-legal-hero {
    padding-top: 130px;
  }

  .en-legal-hero__card {
    min-height: 500px;
    padding: 72px 32px 58px;
  }

  .en-legal-hero__badge {
    margin-bottom: 42px;
  }
}

@media (max-width: 768px) {
  .en-legal-hero {
    padding: 112px 14px 52px;
  }

  .en-legal-hero__card {
    min-height: 440px;
    border-radius: 22px;
    padding: 58px 22px 46px;
  }

  .en-legal-hero__badge {
    margin-bottom: 34px;
    padding: 12px 22px;
    font-size: 12px;
  }

  .en-legal-hero p {
    margin-bottom: 34px;
  }

  .en-legal-breadcrumb {
    min-height: auto;
    padding: 17px 20px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .en-legal-breadcrumb a,
  .en-legal-breadcrumb span {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .en-legal-hero__card {
    min-height: 390px;
    padding: 46px 18px 38px;
  }

  .en-legal-hero h1 {
    font-size: 36px;
    letter-spacing: .035em;
  }

  .en-legal-hero__line {
    margin: 26px auto 24px;
  }

  .en-legal-hero p br {
    display: none;
  }
}


/* =========================================================
   LEGAL CONTENT — SECTION
========================================================= */

.en-legal-content {
  padding: 35px 20px 100px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242,166,66,.07), transparent 34%),
    #050507;
}

.en-legal-content__wrap {
  width: min(100%, 1640px);
  margin: 0 auto;
}

/* =========================================================
   LEGAL INTRO
========================================================= */

.en-legal-intro-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 50px 56px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 88% 22%, rgba(242,166,66,.13), transparent 30%),
    linear-gradient(135deg, rgba(18,18,20,.92), rgba(5,7,9,.96));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 24px 70px rgba(0,0,0,.36);
}

.en-legal-intro-glow {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(242,166,66,.14);
  filter: blur(58px);
}

.en-legal-section-tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 22px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(242,166,66,.36);
  background: rgba(242,166,66,.07);
  color: #f2a642;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.en-legal-intro-card h2 {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.08;
  font-weight: 600;
}

.en-legal-intro-card h2 span {
  display: block;
  color: #f2a642;
  font-weight: 900;
}

/* =========================================================
   LEGAL LIST
========================================================= */

.en-legal-grid {
  display: grid;
  gap: 24px;
}

/* =========================================================
   LEGAL CARD
========================================================= */

.en-legal-card {
  position: relative;
  overflow: hidden;

  min-height: 210px;
  padding: 36px 44px 36px 132px;

  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);

  background:
    radial-gradient(circle at 100% 0%, rgba(242,166,66,.08), transparent 30%),
    linear-gradient(145deg, rgba(22,22,24,.86), rgba(6,7,10,.96));

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.018),
    0 18px 48px rgba(0,0,0,.28);

  transition:
    transform .32s ease,
    border-color .32s ease,
    box-shadow .32s ease,
    background .32s ease;
}

.en-legal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242,166,66,.32);
  box-shadow:
    inset 0 0 0 1px rgba(242,166,66,.035),
    0 26px 62px rgba(0,0,0,.38),
    0 0 32px rgba(242,166,66,.08);
}

.en-legal-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(242,166,66,.08);
  filter: blur(38px);
  pointer-events: none;
}

/* =========================================================
   PREMIUM NUMBER
========================================================= */

.en-legal-number {
  position: absolute;
  top: 36px;
  left: 38px;

  width: 58px;
  height: 58px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #f2a642;

  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;

  border: 1px solid rgba(255,255,255,.10);

  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(145deg, rgba(22,24,30,.96), rgba(6,7,10,.98));

  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.08),
    inset 0 -10px 22px rgba(0,0,0,.68),
    0 14px 30px rgba(0,0,0,.42),
    0 0 28px rgba(242,166,66,.18);

  overflow: hidden;

  transition:
    transform .32s ease,
    color .32s ease,
    border-color .32s ease,
    box-shadow .32s ease;
}

.en-legal-number::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background:
    radial-gradient(circle, rgba(242,166,66,.38), rgba(242,166,66,.12) 45%, transparent 72%);
  filter: blur(11px);
  opacity: .9;
}

.en-legal-number::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 70%;
  height: 180%;
  transform: rotate(24deg);
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
  opacity: .55;
}

.en-legal-card:hover .en-legal-number {
  transform: translateY(-3px) scale(1.05);
  color: #fff;
  border-color: rgba(242,166,66,.52);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.10),
    inset 0 -10px 22px rgba(0,0,0,.72),
    0 18px 38px rgba(0,0,0,.48),
    0 0 36px rgba(242,166,66,.22);
}

/* =========================================================
   LEGAL TEXT
========================================================= */

.en-legal-card h3 {
  position: relative;
  margin: 0 0 28px;

  color: #fff;

  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.en-legal-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 52px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      #f2a642,
      rgba(242,166,66,0)
    );
}

.en-legal-card p {
  margin: 0;
  max-width: 1040px;

  color: rgba(255,255,255,.68);

  font-size: 16px;
  line-height: 1.78;
  font-weight: 500;
}

.en-legal-card p + p {
  margin-top: 18px;
}

.en-legal-location {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .en-legal-content__wrap {
    width: min(100%, 960px);
  }

  .en-legal-card {
    padding: 34px 34px 34px 118px;
  }

  .en-legal-number {
    left: 34px;
  }
}

@media (max-width: 768px) {
  .en-legal-content {
    padding: 24px 14px 70px;
  }

  .en-legal-intro-card {
    padding: 34px 24px;
    border-radius: 20px;
  }

  .en-legal-card {
    padding: 30px 24px;
  }

  .en-legal-number {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 24px;
  }

  .en-legal-card h3 {
    font-size: 22px;
  }

  .en-legal-card p {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .en-legal-card {
    border-radius: 18px;
    padding: 26px 20px;
  }

  .en-legal-number {
    width: 52px;
    height: 52px;
    font-size: 13px;
  }

  .en-legal-card h3 {
    font-size: 20px;
  }
}