/* Event Country - Safety & Trust page */
:root {
  --ecx-orange: #ff7a00;
  --ecx-orange-dark: #db5f00;
  --ecx-ink: #111827;
  --ecx-muted: #64748b;
  --ecx-line: rgba(15, 23, 42, 0.10);
  --ecx-soft: #fff7ef;
  --ecx-bg: #f8fafc;
  --ecx-card: #ffffff;
}

.ecx-safety-body {
  background: var(--ecx-bg);
  color: var(--ecx-ink);
}

.ecx-safety-wrap {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.ecx-safety-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 86px 0 58px;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 122, 0, 0.22), transparent 34%),
    linear-gradient(135deg, #121826 0%, #202b43 55%, #ff7a00 170%);
  color: #ffffff;
}

.ecx-safety-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.86)),
    url("/assets/img/generated/ec-image-fallback.svg") center right 8% / min(420px, 48vw) no-repeat;
  opacity: 0.9;
}

.ecx-safety-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 42px;
  align-items: center;
}

.ecx-safety-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.35rem, 6vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 900;
  max-width: 780px;
}

.ecx-safety-copy p {
  margin: 0;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.ecx-safety-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: var(--ecx-orange);
}

.ecx-safety-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255, 122, 0, 0.14);
}

.ecx-safety-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ecx-safety-actions a,
.ecx-safety-final-cta a {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-decoration: none;
}

.ecx-safety-primary,
.ecx-safety-final-cta a {
  color: #ffffff;
  background: linear-gradient(135deg, var(--ecx-orange), var(--ecx-orange-dark));
  box-shadow: 0 18px 42px rgba(255, 122, 0, 0.28);
}

.ecx-safety-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
}

.ecx-safety-panel {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.ecx-safety-panel-icon {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: #ffffff;
  color: var(--ecx-orange);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.ecx-safety-panel strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ecx-safety-panel p,
.ecx-safety-panel li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.ecx-safety-panel ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ecx-safety-panel li {
  position: relative;
  padding-left: 24px;
}

.ecx-safety-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: 900;
}

.ecx-safety-strip {
  width: min(1180px, calc(100% - 34px));
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ecx-safety-strip article {
  background: #ffffff;
  border: 1px solid var(--ecx-line);
  border-radius: 6px;
  padding: 22px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.11);
}

.ecx-safety-strip strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.ecx-safety-strip span {
  color: var(--ecx-muted);
  line-height: 1.55;
}

.ecx-safety-section {
  padding: 78px 0 0;
}

.ecx-safety-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.ecx-safety-section-head span {
  display: block;
  color: var(--ecx-orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  margin-bottom: 9px;
}

.ecx-safety-section-head h2,
.ecx-safety-box h2,
.ecx-safety-report h2,
.ecx-safety-final-cta h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
  font-weight: 900;
}

.ecx-safety-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ecx-safety-card-grid article,
.ecx-safety-box,
.ecx-safety-policy-grid a,
.ecx-safety-form,
.ecx-safety-faq {
  background: var(--ecx-card);
  border: 1px solid var(--ecx-line);
  border-radius: 6px;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.06);
}

.ecx-safety-card-grid article {
  padding: 24px;
}

.ecx-safety-card-grid article > span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--ecx-soft);
  color: var(--ecx-orange);
  font-weight: 900;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.ecx-safety-card-grid h3 {
  margin: 0 0 9px;
  font-size: 1.1rem;
}

.ecx-safety-card-grid p,
.ecx-safety-box li,
.ecx-safety-policy-grid span,
.ecx-safety-report p,
.ecx-safety-faq p,
.ecx-safety-final-cta p {
  color: var(--ecx-muted);
  line-height: 1.65;
}

.ecx-safety-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 78px;
}

.ecx-safety-box {
  padding: 28px;
}

.ecx-safety-box-dark {
  background: #111827;
  color: #ffffff;
}

.ecx-safety-box-dark li {
  color: rgba(255, 255, 255, 0.78);
}

.ecx-safety-checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 14px;
}

.ecx-safety-checklist li {
  position: relative;
  padding-left: 30px;
}

.ecx-safety-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  background: var(--ecx-soft);
  color: var(--ecx-orange);
  display: inline-grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 900;
}

.ecx-safety-box-dark .ecx-safety-checklist li::before {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ecx-safety-policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ecx-safety-policy-grid a {
  padding: 22px;
  text-decoration: none;
  color: var(--ecx-ink);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ecx-safety-policy-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 0, 0.42);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
}

.ecx-safety-policy-grid strong {
  display: block;
  margin-bottom: 8px;
}

.ecx-safety-report {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 22px;
  align-items: start;
}

.ecx-safety-note {
  margin-top: 20px;
  padding: 16px;
  border-radius: 6px;
  background: #fff7ef;
  border: 1px solid rgba(255, 122, 0, 0.25);
  color: #9a4a00;
  line-height: 1.6;
  font-weight: 700;
}

.ecx-safety-form {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ecx-safety-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
  color: var(--ecx-ink);
  font-size: 0.92rem;
}

.ecx-safety-form input,
.ecx-safety-form select,
.ecx-safety-form textarea {
  width: 100%;
  border: 1px solid var(--ecx-line);
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
  background: #ffffff;
}

.ecx-safety-form input:focus,
.ecx-safety-form select:focus,
.ecx-safety-form textarea:focus {
  border-color: rgba(255, 122, 0, 0.54);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.10);
}

.ecx-safety-form-wide,
.ecx-safety-form button,
.ecx-safety-form-message {
  grid-column: 1 / -1;
}

.ecx-safety-form button {
  border: 0;
  border-radius: 6px;
  min-height: 50px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ecx-orange), var(--ecx-orange-dark));
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(255, 122, 0, 0.24);
}

.ecx-safety-form-message {
  margin: -2px 0 0;
  color: var(--ecx-muted);
  line-height: 1.55;
}

.ecx-safety-faq-section {
  padding-top: 78px;
}

.ecx-safety-faq-list {
  display: grid;
  gap: 12px;
}

.ecx-safety-faq {
  overflow: hidden;
}

.ecx-safety-faq button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ecx-ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
}

.ecx-safety-faq button::after {
  content: "+";
  color: var(--ecx-orange);
  font-size: 1.4rem;
  line-height: 1;
}

.ecx-safety-faq.active button::after {
  content: "−";
}

.ecx-safety-faq p {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
}

.ecx-safety-faq.active p {
  display: block;
}

.ecx-safety-final-cta {
  margin-top: 80px;
  padding: 70px 0;
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 122, 0, 0.20), transparent 34%),
    #111827;
  color: #ffffff;
  text-align: center;
}

.ecx-safety-final-cta p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 620px;
  margin: 16px auto 24px;
}

@media (max-width: 1060px) {
  .ecx-safety-hero-grid,
  .ecx-safety-report {
    grid-template-columns: 1fr;
  }

  .ecx-safety-panel {
    max-width: 620px;
  }

  .ecx-safety-card-grid,
  .ecx-safety-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecx-safety-policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .ecx-safety-hero {
    min-height: auto;
    padding: 62px 0 46px;
  }

  .ecx-safety-strip,
  .ecx-safety-card-grid,
  .ecx-safety-two-col,
  .ecx-safety-policy-grid,
  .ecx-safety-form {
    grid-template-columns: 1fr;
  }

  .ecx-safety-strip {
    margin-top: 18px;
  }

  .ecx-safety-section-head {
    display: block;
  }

  .ecx-safety-section,
  .ecx-safety-two-col,
  .ecx-safety-report,
  .ecx-safety-faq-section {
    padding-top: 52px;
    margin-top: 0;
  }

  .ecx-safety-actions a {
    width: 100%;
  }
}
