* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: #000;
  color: #f6f6f6;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body { overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

.rr-page { background: #000; }

.rr-wrap {
  width: min(1320px, calc(100vw - 80px));
  margin: 0 auto;
}

.rr-hero {
  background: #000;
  padding: 40px 0 54px;
}

.rr-brand {
  margin-bottom: 58px;
}

.rr-logo {
  width: min(760px, 64vw);
  height: auto;
}

.rr-hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.rr-copy h1 {
  margin: 0;
  color: #f7f7f7;
  font-size: clamp(46px, 4.65vw, 72px);
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.rr-copy h1 span {
  color: #f20d18;
}

.rr-rule {
  width: 86px;
  height: 2px;
  margin: 38px 0 30px;
  background: #f20d18;
}

.rr-copy p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.rr-copy strong {
  color: #fff;
  font-weight: 700;
}

.rr-actions {
  display: flex;
  gap: 22px;
  margin-top: 34px;
}

.rr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  height: 58px;
  padding: 0 28px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 15px;
  font-weight: 700;
}

.rr-button-primary {
  border: 1px solid #f20d18;
  background: rgba(242,13,24,.03);
  color: #fff;
}

.rr-button-primary span {
  margin-left: 24px;
  color: #f20d18;
  font-size: 24px;
}

.rr-button-secondary {
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.015);
  color: rgba(255,255,255,.78);
}

.rr-map-panel {
  height: 520px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.025),
    0 28px 86px rgba(0,0,0,.78);
}

.rr-map-image {
  width: 170%;
  max-width: none;
  height: auto;
  transform: translate(-21.5%, -8%);
}

.rr-proof {
  background: #000;
  border-top: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.11);
  padding: 28px 0 30px;
}

.rr-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rr-proof-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  min-height: 112px;
  padding: 0 30px;
  border-right: 1px solid #f20d18;
}

.rr-proof-item:first-child { padding-left: 0; }
.rr-proof-item:last-child { border-right: none; padding-right: 0; }

.rr-proof-item h2 {
  margin: 0 0 8px;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rr-proof-item p {
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 16px;
  line-height: 1.45;
}

.rr-icon {
  width: 46px;
  height: 46px;
  position: relative;
  opacity: .9;
}

.rr-icon-bars::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 7px;
  height: 17px;
  border: 2px solid rgba(255,255,255,.82);
  box-shadow:
    14px -11px 0 -2px #000,
    14px -11px 0 0 rgba(255,255,255,.82),
    28px -26px 0 -2px #000,
    28px -26px 0 0 rgba(255,255,255,.82);
}

.rr-icon-scale::before {
  content: "⚖";
  color: rgba(255,255,255,.86);
  font-size: 40px;
  line-height: 46px;
}

.rr-icon-target::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid rgba(255,255,255,.86);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px #000, inset 0 0 0 14px rgba(255,255,255,.68);
}

.rr-icon-target::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 2px;
  height: 46px;
  background: rgba(255,255,255,.7);
}

.rr-icon-il::before {
  content: "";
  position: absolute;
  inset: 1px 8px 1px 5px;
  border: 2px solid rgba(255,255,255,.82);
  clip-path: polygon(25% 0%, 80% 4%, 86% 20%, 75% 31%, 80% 48%, 65% 69%, 58% 100%, 33% 88%, 30% 62%, 16% 48%, 25% 32%, 12% 18%);
}

.rr-bottom-line {
  background: #000;
  padding: 22px 0 26px;
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.rr-bottom-line span {
  color: #f20d18;
}

.rr-section {
  width: min(1320px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 78px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  background: #000;
}

.rr-two {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 58px;
  align-items: center;
}

.rr-reverse {
  direction: rtl;
}

.rr-reverse > * {
  direction: ltr;
}

.rr-section-copy {
  max-width: 710px;
}

.rr-wide {
  max-width: 980px;
}

.rr-label {
  margin-bottom: 16px;
  color: #f20d18;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.rr-section h2,
.rr-close h2 {
  margin: 0 0 18px;
  color: #f6f6f6;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.10;
  letter-spacing: -.045em;
}

.rr-section p,
.rr-close p {
  color: rgba(255,255,255,.66);
  font-size: 18px;
  line-height: 1.55;
}

.rr-section img,
.rr-image-grid img {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 28px 80px rgba(0,0,0,.66);
}

.rr-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 38px;
}

.rr-close {
  background: #000;
  text-align: center;
  padding: 82px 40px 94px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.rr-close-logo {
  width: min(430px, 74vw);
  margin: 0 auto 28px;
}

.rr-close p {
  max-width: 760px;
  margin: 0 auto 30px;
}

@media (max-width: 980px) {
  .rr-wrap,
  .rr-section {
    width: min(100vw - 40px, 760px);
  }

  .rr-logo {
    width: min(640px, 92vw);
  }

  .rr-hero-grid,
  .rr-two,
  .rr-image-grid {
    grid-template-columns: 1fr;
  }

  .rr-map-panel {
    height: 380px;
  }

  .rr-map-image {
    width: 190%;
    transform: translate(-29%, -8%);
  }

  .rr-proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }

  .rr-proof-item:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .rr-hero {
    padding-top: 28px;
  }

  .rr-copy h1 {
    font-size: 40px;
  }

  .rr-actions {
    flex-direction: column;
  }

  .rr-button {
    width: 100%;
  }

  .rr-map-panel {
    height: 270px;
  }

  .rr-map-image {
    width: 220%;
    transform: translate(-35%, -7%);
  }

  .rr-proof-grid {
    grid-template-columns: 1fr;
  }

  .rr-proof-item {
    border-right: none;
    border-bottom: 1px solid rgba(242,13,24,.65);
    padding: 0 0 24px;
  }

  .rr-proof-item:last-child {
    border-bottom: none;
  }
}


/* =====================================================
   FINAL CLEANUPS 20260521
   Remove secondary hero CTA, fix IL icon, improve footer logo
   ===================================================== */

.rr-actions {
  gap: 0;
}

.rr-icon-il-svg {
  width: 46px;
  height: 46px;
  display: block;
}

.rr-icon-il::before,
.rr-icon-il::after {
  display: none !important;
}

.rr-close-logo {
  width: min(520px, 78vw) !important;
  opacity: .96;
}

.rr-close p {
  max-width: 620px;
}


/* RouteReveal final clean TM stabilization */

.rr-clean-tagline .rr-route {
  color: #ffffff;
}

.rr-clean-tagline .rr-reveal {
  color: #e50914;
}

.rr-clean-tm {
  display: inline-block;
  font-size: 0.32em;
  line-height: 1;
  vertical-align: super;
  margin-left: 1px;
  color: #ffffff;
  transform: translateY(-0.08em);
}

.rr-footer-disclosure {
  width: 100%;
  text-align: center;
  margin: 26px auto 18px;
  padding: 0 24px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,0.46);
  letter-spacing: 0.01em;
}
