/* Start custom CSS for html, class: .elementor-element-2e086a8 *//* Main Safety Page */
.safety-page {
  width: 100%;
  background: #f7f4fb;
  color: #2b2035;
  font-family: inherit;
  overflow: hidden;
}

/* Hero */
.safety-hero {
  background: linear-gradient(135deg, #391f56 0%, #604580 55%, #8fc24d 100%);
  padding: 90px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.safety-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,0.12), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(143,194,77,0.25), transparent 35%);
  pointer-events: none;
}

.safety-hero__content {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.safety-hero__logo {
  width: 260px;
  max-width: 85%;
  margin-bottom: 28px;
}

.safety-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 14px;
  margin: 0 0 12px;
  color: #8fc24d;
}

.safety-hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  margin: 0 0 26px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #ffffff;
}

.safety-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto 16px;
  color: rgba(255,255,255,0.92);
}

/* General Rules Section */
.safety-general {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 50px;
}

.safety-section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.safety-section-heading h2 {
  font-size: clamp(34px, 5vw, 56px);
  margin: 0 0 14px;
  color: #391f56;
  font-weight: 900;
  letter-spacing: -1px;
}

.safety-section-heading p {
  font-size: 18px;
  line-height: 1.6;
  color: #5f526b;
  margin: 0;
}

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

.safety-rule-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(57, 31, 86, 0.1);
  border: 1px solid rgba(57, 31, 86, 0.08);
  min-height: 170px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.safety-rule-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(57, 31, 86, 0.16);
}

.safety-rule-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8fc24d;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 18px;
}

.safety-rule-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #3b3046;
}

/* Department Accordions */
.safety-departments {
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 20px 70px;
}

.safety-accordion {
  background: #ffffff;
  border-radius: 26px;
  margin-bottom: 22px;
  box-shadow: 0 14px 35px rgba(57, 31, 86, 0.12);
  border: 1px solid rgba(57, 31, 86, 0.08);
  overflow: hidden;
}

.safety-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #391f56;
  color: #ffffff;
  position: relative;
}

.safety-accordion summary::-webkit-details-marker {
  display: none;
}

.safety-accordion summary::after {
  content: "+";
  margin-left: auto;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  color: #8fc24d;
  transition: transform 0.25s ease;
}

.safety-accordion[open] summary::after {
  content: "−";
}

.safety-accordion summary img {
  width: 150px;
  max-height: 68px;
  object-fit: contain;
  flex-shrink: 0;
}

.safety-accordion summary span {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.5px;
}

.safety-accordion__content {
  padding: 34px 38px 38px;
  background: #ffffff;
}

.safety-intro {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.65;
  color: #5f526b;
  max-width: 900px;
}

.safety-accordion__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 42px;
}

.safety-accordion__content li {
  position: relative;
  break-inside: avoid;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 16.5px;
  line-height: 1.55;
  color: #3b3046;
}

.safety-accordion__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #8fc24d;
  font-weight: 900;
}

/* Final Notice */
.safety-notice {
  max-width: 1000px;
  margin: 0 auto 90px;
  padding: 48px 42px;
  background: linear-gradient(135deg, #8fc24d, #73a936);
  color: #ffffff;
  border-radius: 34px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(57, 31, 86, 0.16);
}

.safety-notice h2 {
  font-size: clamp(32px, 5vw, 54px);
  margin: 0 0 18px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #ffffff;
}

.safety-notice p {
  max-width: 780px;
  margin: 0 auto 14px;
  font-size: 18px;
  line-height: 1.65;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .safety-rules-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .safety-hero {
    padding: 75px 20px;
  }

  .safety-accordion__content ul {
    columns: 1;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .safety-hero {
    padding: 65px 18px;
  }

  .safety-hero__logo {
    width: 220px;
  }

  .safety-hero p {
    font-size: 16px;
  }

  .safety-general {
    padding: 60px 18px 35px;
  }

  .safety-rules-grid {
    grid-template-columns: 1fr;
  }

  .safety-rule-card {
    min-height: auto;
  }

  .safety-departments {
    padding: 25px 18px 55px;
  }

  .safety-accordion summary {
    padding: 22px 20px;
    gap: 16px;
  }

  .safety-accordion summary img {
    width: 105px;
    max-height: 56px;
  }

  .safety-accordion summary span {
    font-size: 21px;
  }

  .safety-accordion summary::after {
    font-size: 30px;
  }

  .safety-accordion__content {
    padding: 26px 24px 30px;
  }

  .safety-intro {
    font-size: 16px;
  }

  .safety-accordion__content li {
    font-size: 16px;
  }

  .safety-notice {
    margin: 0 18px 65px;
    padding: 38px 24px;
    border-radius: 26px;
  }

  .safety-notice p {
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 430px) {
  .safety-accordion summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .safety-accordion summary::after {
    position: absolute;
    right: 22px;
    top: 24px;
  }

  .safety-accordion summary img {
    width: 135px;
  }
}/* End custom CSS */