.protection-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(240, 200, 90, 0.18), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(65, 111, 196, 0.2), transparent 28%),
    linear-gradient(180deg, #07101f 0%, #0a1428 48%, #0b1527 100%);
  color: #eff4ff;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

.protection-shell {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 108px 18px 40px;
  display: grid;
  gap: 22px;
}

.protection-center-hero {
  display: none;
}

.protection-center-card {
  min-width: 0;
  min-height: 220px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 48px rgba(25, 54, 102, 0.12);
  display: grid;
  align-content: start;
  gap: 14px;
}

.protection-center-card-light {
  background:
    linear-gradient(145deg, rgba(250, 253, 255, 0.96), rgba(230, 239, 251, 0.86));
}

.protection-center-card-dark {
  color: #edf4ff;
  background:
    linear-gradient(180deg, rgba(20, 52, 99, 0.95), rgba(11, 30, 57, 0.93)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
}

.protection-center-eyebrow {
  margin: 0;
  color: #6b7a92;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.protection-center-card h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.04;
  color: #0f2649;
}

.protection-center-copy,
.protection-center-note {
  margin: 0;
  line-height: 1.65;
}

.protection-center-copy {
  color: #56677f;
  max-width: 62ch;
}

.protection-center-note {
  color: rgba(237, 244, 255, 0.74);
  max-width: 56ch;
}

.protection-center-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.protection-center-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(17, 54, 105, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: #173657;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.protection-center-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 54, 105, 0.28);
}

.protection-center-links a.is-primary {
  background: linear-gradient(135deg, #255fd6, #163f88);
  border-color: transparent;
  color: #f7fbff;
}

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

.protection-center-stats article {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.protection-center-stats span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(237, 244, 255, 0.62);
}

.protection-center-stats strong {
  font-size: 1.04rem;
  color: #f7fbff;
}

.center-card-title {
  display: grid;
  gap: 4px;
}

.center-card-title span {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 246, 255, 0.72);
}

.center-card-title strong {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.08;
  color: #f7fbff;
}

body[data-center-key="protection"] .protection-center-card-dark .center-card-title {
  display: none;
}

body[data-center-key="protection"] .protection-center-card-dark {
  padding-top: 20px;
}

.protection-hero,
.protection-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(12, 20, 38, 0.96), rgba(9, 16, 31, 0.92));
  box-shadow: 0 28px 64px rgba(3, 8, 16, 0.38);
}

.protection-hero::before,
.protection-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at top right, rgba(240, 200, 90, 0.16), transparent 26%);
}

.protection-hero {
  display: grid;
  align-content: start;
  min-height: clamp(620px, 82vh, 980px);
  padding: 18px 30px 28px;
  background: #050a14;
}

.protection-hero-copy,
.protection-hero-showcase {
  position: relative;
  z-index: 2;
}

.protection-hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  width: 100%;
  min-height: 100%;
}

.protection-hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.protection-hero-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.58) 0%, rgba(4, 10, 22, 0.2) 28%, rgba(4, 10, 22, 0.56) 72%, rgba(3, 8, 18, 0.84) 100%),
    linear-gradient(90deg, rgba(5, 11, 23, 0.54) 0%, transparent 30%, transparent 70%, rgba(5, 11, 23, 0.48) 100%);
}

.protection-hero-video-bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.protection-hero-video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 520ms ease;
}

.protection-hero-video.is-active {
  opacity: 1;
}

.protection-hero-video-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.protection-yocar-brand {
  display: none !important;
}

.protection-hero-video-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.protection-hero-video-dot.is-active {
  width: 28px;
  background: #f6d067;
  box-shadow: 0 0 0 1px rgba(246, 208, 103, 0.16);
}

.protection-hero-nav-wrap {
  display: flex;
  justify-content: flex-end;
  min-height: 32px;
  margin-top: -4px;
  padding-right: 18px;
}

.protection-hero-nav-bar {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  max-width: 100%;
}

.protection-hero-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 30px;
}

.protection-hero-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.protection-hero-nav a:hover,
.protection-hero-nav a.is-active {
  color: #f6d067;
  opacity: 1;
  transform: translateY(-1px);
}

.protection-hero-nav a:not(.is-active) {
  opacity: 0.92;
}

.protection-hero-socials {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 4px;
}

.protection-hero-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.protection-hero-social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(246, 208, 103, 0.46);
  background: rgba(246, 208, 103, 0.14);
  color: #f6d067;
}

.protection-hero-social-link svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.protection-hero-topline {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(320px, 1fr) minmax(250px, 340px);
  align-items: center;
  gap: 24px;
  min-height: 144px;
}

.protection-rhino-brand {
  width: min(186px, 100%);
  aspect-ratio: 1 / 1;
  background: url("./Rhino-byYocar-web.png") left top / contain no-repeat;
  filter: drop-shadow(0 12px 30px rgba(6, 18, 38, 0.34));
  transform-origin: center center;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.protection-rhino-brand:hover {
  transform: rotate(360deg) scale(1.04);
  filter: drop-shadow(0 18px 34px rgba(6, 18, 38, 0.4));
}

.protection-rhino-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: clamp(220px, 22vw, 340px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  background: url("./Rhino-byYocar-web.png") center center / contain no-repeat;
  filter: drop-shadow(0 24px 42px rgba(5, 12, 24, 0.42));
  opacity: 0.96;
  transform-origin: center center;
  pointer-events: none;
  animation: protectionRhinoSweep 4.8s ease-in-out infinite alternate;
}

@keyframes protectionRhinoSweep {
  0% {
    transform: translate(calc(-50% - 28px), -50%) rotate(-20deg) scale(0.96);
    filter: drop-shadow(0 18px 34px rgba(5, 12, 24, 0.32));
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.05);
    filter: drop-shadow(0 30px 48px rgba(5, 12, 24, 0.46));
  }
  100% {
    transform: translate(calc(-50% + 28px), -50%) rotate(20deg) scale(0.96);
    filter: drop-shadow(0 18px 34px rgba(5, 12, 24, 0.32));
  }
}

.protection-top-badge {
  width: min(600px, 100%);
  height: auto;
  object-fit: contain;
  justify-self: center;
  align-self: center;
  filter: drop-shadow(0 16px 30px rgba(6, 18, 38, 0.28));
}

.protection-yocar-brand {
  justify-self: end;
  align-self: center;
  width: min(468px, 100%);
  aspect-ratio: 3.8 / 1;
  margin-top: 0;
  background: url("./yocar logo beyaz.png") right center / contain no-repeat;
  filter: drop-shadow(0 14px 26px rgba(5, 15, 32, 0.34));
}

.protection-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.protection-hero-badges span,
.protection-panel-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(240, 245, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
}

.protection-hero-showcase {
  display: grid;
  gap: 16px;
  width: min(920px, 100%);
  margin-top: auto;
}

.protection-visual-panel {
  padding: 8px 0 0;
}

.protection-hero-image-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: min(920px, 100%);
  min-height: clamp(250px, 24vw, 390px);
  aspect-ratio: 16 / 5.6;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 20px 42px rgba(4, 10, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.protection-hero-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.protection-visual-image-card {
  width: 100%;
  max-width: none;
}

.protection-visual-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 560ms ease;
}

.protection-visual-slide.is-active {
  opacity: 1;
}

.protection-visual-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.protection-visual-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.protection-visual-dot.is-active {
  width: 26px;
  background: #f6d067;
  box-shadow: 0 0 0 1px rgba(246, 208, 103, 0.18);
}

.protection-hero-card,
.protection-hero-stats article,
.protection-solution-card,
.protection-spotlight-panel,
.protection-flow-card,
.protection-roadmap-grid article,
.protection-page-card,
.protection-faq-item {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.protection-hero-card {
  padding: 18px 20px;
  display: grid;
  gap: 8px;
  max-width: 680px;
}

.protection-hero-card strong {
  font-size: 1.08rem;
}

.protection-hero-card p,
.protection-spotlight-copy,
.protection-flow-card p,
.protection-roadmap-grid article p,
.protection-solution-card p,
.protection-page-card p,
.protection-faq-item p {
  margin: 0;
  color: rgba(226, 234, 245, 0.78);
  line-height: 1.7;
}

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

.protection-hero-stats article {
  padding: 16px;
  display: grid;
  gap: 6px;
}

.protection-hero-stats span {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(214, 225, 242, 0.64);
}

.protection-hero-stats strong {
  font-size: 1.08rem;
}

.protection-panel {
  padding: 26px;
}

.protection-panel h2,
.protection-spotlight-panel h3,
.protection-page-card h3 {
  margin: 0;
}

.protection-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.protection-panel-head h2 {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  line-height: 1.1;
}

.protection-kicker,
.protection-spotlight-kicker,
.protection-page-note {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 200, 90, 0.78);
}

.protection-flow-grid,
.protection-roadmap-grid,
.protection-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

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

.protection-solution-card,
.protection-flow-card,
.protection-roadmap-grid article,
.protection-page-card {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.protection-solution-card {
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.protection-solutions-panel {
  padding-top: 18px;
}

.protection-solution-media {
  margin: 0;
  position: relative;
  min-height: clamp(280px, 28vw, 420px);
  aspect-ratio: 16 / 9.8;
}

.protection-solution-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.protection-solution-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.04) 0%, rgba(5, 10, 18, 0.16) 40%, rgba(5, 10, 18, 0.78) 78%, rgba(5, 10, 18, 0.94) 100%);
}

.protection-solution-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 26px 26px 24px;
}

.protection-solution-overlay h3 {
  margin: 0;
  font-size: clamp(1.45rem, 1.9vw, 1.96rem);
  line-height: 1.02;
  color: #ffffff;
}

.protection-solution-overlay p {
  margin: 0;
  color: rgba(244, 248, 255, 0.94);
  line-height: 1.58;
  font-size: 1.02rem;
}

.protection-card-index,
.protection-flow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(240, 200, 90, 0.14);
  color: #f0c85a;
  font-weight: 800;
}

.protection-solution-card h3,
.protection-flow-card h3,
.protection-roadmap-grid article strong {
  margin: 0;
  font-size: 1.12rem;
}

.protection-spotlight-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.protection-spotlight-points li {
  position: relative;
  padding-left: 16px;
  color: rgba(237, 242, 250, 0.86);
}

.protection-spotlight-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f0c85a;
}

.protection-spotlight {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.2fr);
  gap: 16px;
}

.protection-spotlight-tabs {
  display: grid;
  gap: 12px;
}

.protection-spotlight-tab {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  color: #edf4ff;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.protection-spotlight-tab:hover,
.protection-spotlight-tab.is-active {
  transform: translateX(3px);
  border-color: rgba(240, 200, 90, 0.42);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(240, 200, 90, 0.06));
}

.protection-spotlight-panel {
  padding: 28px;
  min-height: 280px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.protection-spotlight-panel[data-accent="gold"] {
  box-shadow: inset 0 0 0 1px rgba(240, 200, 90, 0.18);
}

.protection-spotlight-panel[data-accent="blue"] {
  box-shadow: inset 0 0 0 1px rgba(85, 132, 230, 0.2);
}

.protection-spotlight-panel[data-accent="silver"] {
  box-shadow: inset 0 0 0 1px rgba(209, 219, 235, 0.18);
}

.protection-spotlight-panel[data-accent="red"] {
  box-shadow: inset 0 0 0 1px rgba(214, 92, 92, 0.22);
}

.protection-contact-panel {
  padding-bottom: 30px;
}

.protection-contact-head {
  margin-bottom: 22px;
}

.protection-contact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.protection-contact-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 220px;
  align-content: start;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(4, 10, 22, 0.18);
  backdrop-filter: blur(14px);
}

.protection-contact-heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.protection-contact-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f0c85a;
  flex: 0 0 auto;
}

.protection-contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.protection-contact-label {
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 200, 90, 0.84);
}

.protection-contact-card p,
.protection-contact-card a {
  margin: 0;
  color: #f7fbff;
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.65;
  align-self: start;
}

.protection-contact-card a:hover {
  color: #f6d067;
}

.protection-contact-card-hours {
  gap: 14px;
}

.protection-hours-list {
  display: grid;
  gap: 8px;
}

.protection-hours-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.protection-hours-line strong {
  color: #ffffff;
  font-size: 0.98rem;
}

.protection-hours-line span {
  color: rgba(244, 248, 255, 0.86);
  font-size: 0.94rem;
  text-align: right;
}

.protection-hours-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.protection-hours-line.is-closed span {
  color: #f6b3b3;
}

.protection-form-panel {
  padding-bottom: 32px;
}

.protection-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
  align-items: stretch;
}

.protection-contact-form {
  display: grid;
  gap: 18px;
}

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

.protection-form-field {
  display: grid;
  gap: 10px;
}

.protection-form-field span {
  color: rgba(244, 248, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 700;
}

.protection-form-field input,
.protection-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  color: #f7fbff;
  padding: 15px 16px;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.protection-form-field input::placeholder,
.protection-form-field textarea::placeholder {
  color: rgba(226, 234, 245, 0.48);
}

.protection-form-field input:focus,
.protection-form-field textarea:focus {
  border-color: rgba(246, 208, 103, 0.52);
  box-shadow: 0 0 0 4px rgba(246, 208, 103, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.05);
}

.protection-form-field textarea {
  min-height: 168px;
  resize: vertical;
}

.protection-form-field-message {
  grid-column: 1 / -1;
}

.protection-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.protection-form-consent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 248, 255, 0.88);
  font-size: 0.94rem;
  line-height: 1.45;
}

.protection-form-consent input {
  width: 18px;
  height: 18px;
  accent-color: #f0c85a;
}

.protection-form-submit {
  border: 0;
  border-radius: 999px;
  padding: 13px 26px;
  background: linear-gradient(135deg, #f6d067 0%, #deaa2a 100%);
  color: #0a1428;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(222, 170, 42, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.protection-form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(222, 170, 42, 0.28);
  filter: brightness(1.02);
}

.protection-map-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(4, 10, 22, 0.18);
  backdrop-filter: blur(14px);
}

.protection-map-frame {
  overflow: hidden;
  border-radius: 20px;
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.protection-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
  display: block;
}

.protection-map-copy {
  display: grid;
  gap: 10px;
}

.protection-map-copy strong {
  color: #ffffff;
  font-size: 1.16rem;
}

.protection-map-copy p {
  margin: 0;
  color: rgba(244, 248, 255, 0.88);
  line-height: 1.6;
}

.protection-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.protection-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6d067 0%, #deaa2a 100%);
  color: #0a1428;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(222, 170, 42, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.protection-map-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(222, 170, 42, 0.24);
  filter: brightness(1.02);
}

.protection-map-link.is-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f3f7ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.protection-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 16px;
}

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

.protection-page-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: rgba(237, 242, 250, 0.86);
}

.protection-page-card strong {
  font-size: 1.08rem;
}

.protection-faq-list {
  display: grid;
  gap: 14px;
}

.protection-faq-item {
  padding: 18px 20px;
}

.protection-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.04rem;
  font-weight: 800;
  color: #f3f7ff;
}

.protection-faq-item summary::-webkit-details-marker {
  display: none;
}

.protection-faq-item[open] summary {
  margin-bottom: 10px;
  color: #f6d067;
}

.protection-roadmap {
  margin-bottom: 14px;
}

@media (max-width: 1240px) {
  .protection-center-hero {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@media (max-width: 1040px) {
  .protection-shell {
    padding: 96px 14px 28px;
  }

  .protection-hero {
    padding: 22px;
    min-height: clamp(560px, 76vh, 860px);
  }

  .protection-hero-nav-wrap {
    padding-right: 12px;
  }

  .protection-hero-video-dots {
    bottom: 20px;
  }

  .protection-hero-topline {
    grid-template-columns: minmax(108px, 148px) minmax(190px, 1fr) minmax(190px, 260px);
    min-height: 112px;
  }

  .protection-rhino-brand {
    width: min(148px, 100%);
  }

  .protection-top-badge {
    width: min(460px, 100%);
  }

  .protection-yocar-brand {
    width: min(332px, 100%);
    margin-top: 0;
  }

  .protection-rhino-preview {
    width: clamp(190px, 24vw, 260px);
  }

  .protection-hero-nav {
    gap: 10px 18px;
  }

  .protection-hero-nav a {
    font-size: 1rem;
  }

  .protection-hero-nav-bar {
    gap: 14px;
  }

  .protection-hero-social-link {
    width: 38px;
    height: 38px;
  }

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

}

@media (max-width: 720px) {
  .protection-center-card {
    min-height: auto;
    padding: 20px;
    border-radius: 24px;
  }

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

  .protection-shell {
    padding: 86px 10px 22px;
  }

  .protection-hero,
  .protection-panel {
    border-radius: 24px;
    padding: 18px;
  }

  .protection-hero-nav-wrap {
    justify-content: flex-start;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .protection-hero-nav-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .protection-hero-nav {
    justify-content: flex-start;
    gap: 8px 14px;
  }

  .protection-hero-nav a {
    font-size: 0.92rem;
  }

  .protection-hero-socials {
    padding-left: 0;
  }

  .protection-hero-social-link {
    width: 36px;
    height: 36px;
  }

  .protection-hero-video-dots {
    bottom: 14px;
    gap: 8px;
  }

  .protection-hero-video-dot {
    width: 9px;
    height: 9px;
  }

  .protection-hero-video-dot.is-active {
    width: 22px;
  }

  .protection-hero-topline {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
  }

  .protection-rhino-brand {
    width: min(132px, 42%);
  }

  .protection-top-badge {
    width: min(320px, 100%);
    justify-self: start;
  }

  .protection-yocar-brand {
    justify-self: start;
    width: min(270px, 82%);
    margin-top: 0;
  }

  .protection-rhino-preview {
    width: clamp(170px, 44vw, 230px);
  }

  .protection-hero-showcase {
    width: 100%;
  }

  .protection-visual-panel {
    padding: 4px 0 0;
  }

  .protection-visual-dots {
    bottom: 12px;
    gap: 8px;
  }

  .protection-visual-dot {
    width: 9px;
    height: 9px;
  }

  .protection-visual-dot.is-active {
    width: 22px;
  }

  .protection-solution-media {
    min-height: 240px;
  }

  .protection-solution-overlay {
    padding: 20px 20px 18px;
  }

  .protection-solution-overlay h3 {
    font-size: 1.28rem;
  }

  .protection-solution-overlay p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .protection-hero-stats,
  .protection-solution-grid,
  .protection-flow-grid,
  .protection-roadmap-grid,
  .protection-mini-grid,
  .protection-contact-grid {
    grid-template-columns: 1fr;
  }

  .protection-form-footer {
    align-items: flex-start;
  }

  .protection-map-frame,
  .protection-map-frame iframe {
    min-height: 260px;
  }

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