.protection-page {
  --protection-orange: var(--media-orange-light, #ff7402);
  --protection-orange-dark: var(--media-orange-dark, #ff3600);
  --protection-black: var(--media-black, #050505);
  --protection-surface: #0c0c0c;
  --protection-white: #ffffff;
  background: var(--protection-black);
}

.protection-page .media-header__link.is-current {
  color: #ffffff;
  background: rgba(255, 116, 2, 0.09);
}

.protection-page .media-header__mobile-link.is-current {
  border-color: rgba(255, 116, 2, 0.24);
  background: rgba(255, 116, 2, 0.09);
}

.protection-main {
  overflow: hidden;
  background: var(--protection-black);
}

.protection-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.protection-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.protection-hero__image,
.protection-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.protection-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.protection-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 46%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(0deg, var(--protection-black) 0%, transparent 26%);
}

.protection-hero__inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 82px 20px 106px;
}

.protection-hero__content {
  max-width: 760px;
}

.protection-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--protection-orange), var(--protection-orange-dark));
  box-shadow: 0 9px 22px rgba(255, 54, 0, 0.22);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.protection-hero h1 {
  max-width: 730px;
  margin: 22px 0 19px;
  color: #ffffff;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.protection-hero__content > p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.17rem);
  font-weight: 400;
  line-height: 1.75;
}

.protection-button {
  min-height: 52px;
  margin-top: 30px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--protection-orange), var(--protection-orange-dark));
  box-shadow:
    0 13px 26px rgba(255, 54, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.protection-button:hover {
  color: #ffffff;
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow:
    0 16px 30px rgba(255, 54, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.protection-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.protection-button .material-symbols-rounded {
  font-size: 19px;
}

.protection-intro {
  position: relative;
  padding: 92px 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 116, 2, 0.09), transparent 25rem),
    var(--protection-black);
}

.protection-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 70px;
}

.protection-section-label {
  display: inline-block;
  color: var(--protection-orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.protection-intro__heading h2,
.protection-options__heading h2,
.protection-contact__content h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.protection-intro__copy {
  padding-top: 27px;
}

.protection-intro__copy p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  line-height: 1.85;
}

.protection-intro__copy p:last-child {
  margin-bottom: 0;
}

.protection-options {
  padding: 92px 20px;
  color: #ffffff;
  background:
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  scroll-margin-top: 82px;
}

.protection-options__heading {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.protection-options__heading > p {
  max-width: 650px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.7;
}

.protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.protection-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.protection-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 116, 2, 0.055);
  content: "";
  pointer-events: none;
}

.protection-card:hover {
  border-color: rgba(255, 116, 2, 0.28);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.protection-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, var(--protection-orange), var(--protection-orange-dark));
  box-shadow: 0 12px 24px rgba(255, 54, 0, 0.2);
}

.protection-card__icon .material-symbols-rounded {
  font-size: 27px;
}

.protection-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
}

.protection-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.82rem;
  line-height: 1.7;
}

.protection-options__note {
  max-width: 850px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  line-height: 1.65;
  text-align: center;
}

.protection-contact {
  padding: 25px 20px 104px;
  color: #ffffff;
  background: var(--protection-black);
}

.protection-contact__box {
  position: relative;
  padding: 42px;
  border: 1px solid rgba(255, 116, 2, 0.24);
  border-radius: 26px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 116, 2, 0.2), transparent 28rem),
    linear-gradient(145deg, #141414, #0a0a0a);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.protection-contact__box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--protection-orange), var(--protection-orange-dark));
  content: "";
}

.protection-contact__icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, var(--protection-orange), var(--protection-orange-dark));
  box-shadow: 0 14px 28px rgba(255, 54, 0, 0.24);
}

.protection-contact__icon .material-symbols-rounded {
  font-size: 33px;
}

.protection-contact__content h2 {
  max-width: 650px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.protection-contact__content p {
  max-width: 700px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.7;
}

.protection-contact__button {
  min-width: 205px;
  margin: 0;
  flex: 0 0 auto;
}

.protection-contact__button.is-disabled {
  cursor: not-allowed;
  filter: grayscale(0.55);
  opacity: 0.62;
  box-shadow: none;
}

.protection-contact__button.is-disabled:hover {
  filter: grayscale(0.55);
  transform: none;
}

@media (max-width: 980px) {
  .protection-intro__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .protection-intro__copy {
    max-width: 760px;
    padding-top: 0;
  }

  .protection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .protection-contact__box {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .protection-contact__button {
    width: 100%;
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .protection-hero {
    min-height: 540px;
  }

  .protection-hero__image {
    object-position: 58% center;
  }

  .protection-hero__overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.58)),
      linear-gradient(0deg, var(--protection-black) 0%, transparent 38%);
  }

  .protection-hero__inner {
    padding: 68px 18px 86px;
  }

  .protection-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .protection-intro,
  .protection-options {
    padding: 68px 16px;
  }

  .protection-grid {
    grid-template-columns: 1fr;
  }

  .protection-card {
    min-height: 0;
  }

  .protection-contact {
    padding: 18px 16px 78px;
  }

  .protection-contact__box {
    padding: 30px 24px;
    grid-template-columns: 1fr;
  }

  .protection-contact__icon {
    width: 58px;
    height: 58px;
  }

  .protection-contact__button {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .protection-hero .protection-button {
    width: 100%;
  }

  .protection-intro__heading h2,
  .protection-options__heading h2 {
    font-size: 2rem;
  }

  .protection-card {
    padding: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .protection-page *,
  .protection-page *::before,
  .protection-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
