.she-page {
  background-color: var(--color-bg-dark);
  color: var(--color-text-main);
  overflow-x: hidden;
}

.she-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 40px,
    rgba(212, 175, 55, 0.018) 40px,
    rgba(212, 175, 55, 0.018) 41px
  );
  pointer-events: none;
  z-index: 0;
}

.she-page .container {
  position: relative;
  z-index: 1;
}

.she-page .page-header {
  background-color: var(--color-bg-dark);
  position: relative;
  overflow: hidden;
}

.she-page .page-header::after {
  content: "SHE";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-heading);
  font-size: 18rem;
  font-weight: 800;
  color: rgba(212, 175, 55, 0.03);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.she-banner {
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 64px 0;
}

.she-banner-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 56px;
  align-items: start;
}

.she-shield {
  flex-shrink: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.she-shield svg {
  width: 80px;
  height: 80px;
}

.she-shield-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-weight: 700;
  text-align: center;
}

.she-banner-body h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  color: var(--color-text-main);
  margin-bottom: 16px;
}

.she-banner-body p {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  max-width: 760px;
}

.she-banner-body p:last-child {
  margin-bottom: 0;
}

.she-section {
  padding: 100px 0;
  position: relative;
}

.she-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 48px;
}

.she-label::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--color-accent);
}

.she-achieve-header {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 72px;
}

.she-achieve-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  color: var(--color-text-main);
}

.she-achieve-header h2 span {
  color: var(--color-accent);
}

.she-achieve-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-text-muted);
  padding-top: 8px;
}

.she-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.she-point {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 36px 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.09);
  position: relative;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
  overflow: hidden;
}

.she-point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: rgba(212, 175, 55, 0.05);
  transition: width 0.4s ease;
}

.she-point:hover {
  background: rgba(212, 175, 55, 0.03);
  border-color: rgba(212, 175, 55, 0.28);
  transform: translateX(4px);
}

.she-point:hover::after {
  width: 3px;
  background: var(--color-accent);
}

.she-point-num {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.22);
  flex-shrink: 0;
  width: 52px;
  text-align: right;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
  transition:
    -webkit-text-stroke 0.35s ease,
    color 0.35s ease;
}

.she-point:hover .she-point-num {
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.6);
}

.she-point-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 8px;
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

.she-point:hover .she-point-text {
  color: rgba(255, 255, 255, 0.9);
}

/* Last item (point 10) — span full width if odd total */
.she-point:last-child:nth-child(odd) {
  grid-column: span 2;
}

.she-tagline-section {
  padding: 80px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.she-tagline-words {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.she-tagline-word {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.3);
  padding: 0 28px;
  transition:
    color 0.3s ease,
    -webkit-text-stroke 0.3s ease;
  cursor: default;
}

.she-tagline-word:hover {
  color: var(--color-accent);
  -webkit-text-stroke: 0;
}

.she-tagline-dot {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--color-accent);
  line-height: 1;
  align-self: center;
  padding-bottom: 4px;
}

.she-sign-section {
  padding: 0 0 100px;
}

.she-sign-block {
  background: #000000;
  border: 1px solid rgba(212, 175, 55, 0.2);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 56px;
  position: relative;
  min-width: 380px;
}

.she-sign-block::before {
  content: "APPROVED BY";
  position: absolute;
  top: -1px;
  left: 48px;
  background: var(--color-accent);
  color: var(--color-bg-dark);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  padding: 4px 12px;
  text-transform: uppercase;
}

.she-sign-img-wrapper {
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.she-sign-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.she-sign-line {
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 16px;
}

.she-sign-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 4px;
}

.she-sign-title {
  font-size: 0.8rem;
  color: var(--color-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.she-sign-date {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .she-achieve-header,
  .she-banner-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .she-points {
    grid-template-columns: 1fr;
  }

  .she-point:last-child:nth-child(odd) {
    grid-column: span 1;
  }

  .she-tagline-words {
    gap: 12px 0;
  }

  .she-sign-block {
    min-width: unset;
    width: 100%;
    padding: 40px 28px;
  }
}

@media (max-width: 600px) {
  .she-section {
    padding: 64px 0;
  }

  .she-tagline-word {
    padding: 0 12px;
  }
}
