.r2r-page {
  --r2r-ink: #101824;
  --r2r-ink-soft: #344152;
  --r2r-navy: #0b1323;
  --r2r-navy-light: #14213a;
  --r2r-gold: #d4ad35;
  --r2r-gold-bright: #f1c84a;
  --r2r-rust: #d9673d;
  --r2r-paper: #f7f4ed;
  --r2r-white: #ffffff;
  --r2r-line: rgba(16, 24, 36, 0.14);
  background: var(--r2r-paper);
  color: var(--r2r-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin-top: -1.5rem;
  overflow: hidden;
}

.r2r-page *,
.r2r-page *::before,
.r2r-page *::after {
  box-sizing: border-box;
}

.r2r-page h1,
.r2r-page h2,
.r2r-page h3,
.r2r-page p,
.r2r-page figure,
.r2r-page ol,
.r2r-page ul,
.r2r-page dl {
  margin-top: 0;
}

.r2r-page h1,
.r2r-page h2,
.r2r-page h3 {
  color: inherit;
  letter-spacing: -0.035em;
}

.r2r-page h2 {
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  line-height: 1.02;
}

.r2r-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.r2r-hero {
  position: relative;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 173, 53, 0.16), transparent 28rem),
    linear-gradient(135deg, #0b1323 0%, #121f37 100%);
  color: var(--r2r-white);
}

.r2r-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 85%);
  pointer-events: none;
}

.r2r-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.35fr);
  gap: 58px;
  align-items: center;
}

.r2r-eyebrow,
.r2r-kicker {
  color: var(--r2r-gold-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.r2r-eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}

.r2r-eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--r2r-gold-bright);
}

.r2r-hero h1 {
  margin-bottom: 26px;
  color: var(--r2r-white);
  font-size: clamp(3.25rem, 5.8vw, 6.4rem);
  font-weight: 760;
  line-height: 0.95;
}

.r2r-hero h1 em {
  color: var(--r2r-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.r2r-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: #ccd5e2;
  font-size: 1.12rem;
  line-height: 1.72;
}

.r2r-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.r2r-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.r2r-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.r2r-button-primary,
.r2r-button-primary:link {
  color: #101824;
  background: var(--r2r-gold-bright);
}

.r2r-button-primary:hover {
  color: #101824;
  background: #ffd968;
}

.r2r-button-secondary,
.r2r-button-secondary:link {
  color: var(--r2r-white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.04);
}

.r2r-button-secondary:hover {
  color: var(--r2r-white);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.09);
}

.r2r-market-note {
  margin: 15px 0 0;
  color: #93a2b7;
  font-size: 0.82rem;
}

.r2r-hero-visual {
  margin: 0 -160px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: #0b1221;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  transform: perspective(1400px) rotateY(-4deg);
}

.r2r-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.r2r-window-bar {
  display: flex;
  height: 34px;
  padding: 0 12px;
  align-items: center;
  gap: 7px;
  color: #8391a6;
  background: #101929;
  font-size: 0.68rem;
}

.r2r-window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39455a;
}

.r2r-window-bar span:first-child { background: #dc6447; }
.r2r-window-bar span:nth-child(2) { background: #d2a83a; }
.r2r-window-bar span:nth-child(3) { background: #5da46b; }

.r2r-window-bar strong {
  margin-left: 7px;
  font-weight: 500;
}

.r2r-hero-visual figcaption,
.r2r-product-shot figcaption,
.r2r-details-shot figcaption {
  padding: 10px 14px;
  color: #8796ab;
  background: #101929;
  font-size: 0.74rem;
}

.r2r-facts {
  border-bottom: 1px solid var(--r2r-line);
  background: #ffffff;
}

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

.r2r-facts-grid div {
  padding: 24px 28px;
  border-left: 1px solid var(--r2r-line);
}

.r2r-facts-grid div:last-child {
  border-right: 1px solid var(--r2r-line);
}

.r2r-facts-grid span,
.r2r-facts-grid strong {
  display: block;
}

.r2r-facts-grid span {
  margin-bottom: 3px;
  color: #7b8491;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.r2r-facts-grid strong {
  color: var(--r2r-ink);
  font-size: 1rem;
}

.r2r-section {
  padding: 106px 0;
}

.r2r-kicker {
  margin-bottom: 16px;
  color: #a47c00;
}

.r2r-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 110px;
  align-items: start;
}

.r2r-intro h2 {
  margin-bottom: 0;
}

.r2r-intro-grid > div:last-child {
  padding-top: 42px;
  color: var(--r2r-ink-soft);
  font-size: 1.08rem;
}

.r2r-intro-grid > div:last-child p:last-child {
  margin-bottom: 0;
}

.r2r-dark {
  position: relative;
  color: var(--r2r-white);
  background: var(--r2r-navy);
}

.r2r-dark::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 360px;
  height: 360px;
  border: 72px solid rgba(212, 173, 53, 0.07);
  border-radius: 50%;
  content: "";
}

.r2r-section-heading {
  max-width: 780px;
  margin-bottom: 54px;
}

.r2r-section-heading h2 {
  margin-bottom: 18px;
}

.r2r-section-heading > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: #667181;
  font-size: 1.05rem;
}

.r2r-section-heading-light h2 {
  color: var(--r2r-white);
}

.r2r-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.r2r-feature-card {
  min-height: 260px;
  padding: 28px;
  background: #111b2e;
}

.r2r-feature-number {
  display: block;
  margin-bottom: 56px;
  color: var(--r2r-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
}

.r2r-feature-card h3 {
  margin-bottom: 12px;
  color: var(--r2r-white);
  font-size: 1.2rem;
}

.r2r-feature-card p {
  margin-bottom: 0;
  color: #aab6c7;
  font-size: 0.94rem;
}

.r2r-feature-card-wide {
  display: flex;
  grid-column: 1 / -1;
  min-height: auto;
  align-items: flex-start;
  gap: 36px;
  background: #17243b;
}

.r2r-feature-card-wide .r2r-feature-number {
  margin: 3px 0 0;
}

.r2r-feature-card-wide p {
  max-width: 760px;
}

.r2r-workflow {
  background: #ffffff;
}

.r2r-product-shot {
  margin: 0 0 42px;
  border: 1px solid var(--r2r-line);
  border-radius: 8px;
  background: var(--r2r-navy);
  box-shadow: 0 26px 55px rgba(30, 39, 53, 0.16);
  overflow: hidden;
}

.r2r-product-shot img,
.r2r-details-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.r2r-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 0;
  list-style: none;
}

.r2r-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.r2r-steps li > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--r2r-ink);
  background: var(--r2r-gold-bright);
  font-weight: 800;
}

.r2r-steps strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.r2r-steps p {
  margin-bottom: 0;
  color: #687382;
  font-size: 0.9rem;
}

.r2r-parameters {
  background: #ede8dc;
}

.r2r-parameters-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 100px;
  align-items: center;
}

.r2r-parameter-copy h2 {
  margin-bottom: 22px;
}

.r2r-parameter-copy > p:not(.r2r-kicker) {
  max-width: 590px;
  color: #566171;
  font-size: 1.05rem;
}

.r2r-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.r2r-pill-list li {
  padding: 8px 13px;
  border: 1px solid rgba(16, 24, 36, 0.17);
  border-radius: 999px;
  color: #344152;
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  font-weight: 650;
}

.r2r-parameter-panel {
  padding: 10px;
  border: 1px solid #26334b;
  border-radius: 8px;
  color: #eaf0f7;
  background: var(--r2r-navy);
  box-shadow: 0 28px 50px rgba(34, 37, 43, 0.22);
}

.r2r-parameter-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  min-height: 59px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
}

.r2r-panel-head {
  min-height: 44px;
  color: #8290a5;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.r2r-parameter-row strong {
  color: #f0f4fa;
  font-weight: 600;
}

.r2r-parameter-row .r2r-match {
  color: #57d88c;
}

.r2r-parameter-row .r2r-difference {
  color: #ff7893;
}

.r2r-panel-key {
  display: flex;
  padding: 16px 18px 8px;
  gap: 20px;
  color: #9aa8bb;
  font-size: 0.75rem;
}

.r2r-panel-key i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
}

.r2r-key-match { background: #57d88c; }
.r2r-key-difference { background: #ff7893; }

.r2r-videos {
  background: #ffffff;
}

.r2r-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.r2r-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 7px;
  background: var(--r2r-navy);
  box-shadow: 0 20px 38px rgba(16, 24, 36, 0.14);
  overflow: hidden;
}

.r2r-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.r2r-video-label {
  margin: 20px 0 4px;
  color: #a47c00;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.r2r-video-grid h3 {
  color: var(--r2r-ink);
  font-size: 1.32rem;
}

.r2r-details {
  border-top: 1px solid var(--r2r-line);
}

.r2r-details-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 68px;
  align-items: center;
}

.r2r-details h2 {
  margin-bottom: 34px;
}

.r2r-detail-list {
  margin-bottom: 0;
}

.r2r-detail-list div {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid var(--r2r-line);
  justify-content: space-between;
  gap: 20px;
}

.r2r-detail-list dt,
.r2r-detail-list dd {
  margin-bottom: 0;
}

.r2r-detail-list dt {
  color: #737d8a;
  font-size: 0.84rem;
  font-weight: 500;
}

.r2r-detail-list dd {
  color: var(--r2r-ink);
  font-size: 0.86rem;
  font-weight: 750;
  text-align: right;
}

.r2r-details-shot {
  margin: 0;
  border: 1px solid var(--r2r-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(16, 24, 36, 0.12);
  overflow: hidden;
}

.r2r-final-cta {
  padding: 86px 0;
  color: var(--r2r-white);
  background:
    linear-gradient(90deg, rgba(241, 200, 74, 0.06) 1px, transparent 1px),
    var(--r2r-navy);
  background-size: 48px 48px;
}

.r2r-final-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.r2r-final-cta h2 {
  margin-bottom: 16px;
  color: var(--r2r-white);
}

.r2r-final-cta p:not(.r2r-kicker) {
  max-width: 700px;
  margin-bottom: 0;
  color: #aeb9c8;
}

.r2r-final-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.r2r-legal-link,
.r2r-legal-link:link {
  color: #d7deea;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.r2r-legal-link:hover {
  color: var(--r2r-gold-bright);
}

.r2r-footer {
  padding: 22px 0;
  color: #7f8ca0;
  background: #070d18;
}

.r2r-footer p {
  max-width: 1000px;
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .r2r-hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
  }

  .r2r-hero-visual {
    margin-right: -80px;
  }
}

@media (max-width: 991px) {
  .r2r-hero {
    padding-top: 72px;
  }

  .r2r-hero-grid,
  .r2r-intro-grid,
  .r2r-parameters-grid,
  .r2r-details-grid,
  .r2r-final-cta-inner {
    grid-template-columns: 1fr;
  }

  .r2r-hero-grid {
    gap: 48px;
  }

  .r2r-hero-copy {
    max-width: 760px;
  }

  .r2r-hero-visual {
    margin-right: -90px;
    transform: none;
  }

  .r2r-intro-grid,
  .r2r-parameters-grid,
  .r2r-details-grid,
  .r2r-final-cta-inner {
    gap: 48px;
  }

  .r2r-intro-grid > div:last-child {
    padding-top: 0;
  }

  .r2r-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .r2r-feature-card-wide {
    grid-column: 1 / -1;
  }

  .r2r-details-shot {
    order: -1;
  }

  .r2r-final-actions {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .r2r-shell {
    width: min(100% - 28px, 1180px);
  }

  .r2r-hero {
    padding: 54px 0 48px;
  }

  .r2r-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.2rem);
  }

  .r2r-lead {
    font-size: 1rem;
  }

  .r2r-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .r2r-button {
    width: 100%;
  }

  .r2r-hero-visual {
    margin-right: 0;
  }

  .r2r-window-bar {
    display: none;
  }

  .r2r-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .r2r-facts-grid div {
    padding: 18px 14px;
    border-bottom: 1px solid var(--r2r-line);
  }

  .r2r-facts-grid div:nth-child(odd) {
    border-left: 0;
  }

  .r2r-facts-grid div:nth-child(even) {
    border-right: 0;
  }

  .r2r-section {
    padding: 72px 0;
  }

  .r2r-section-heading {
    margin-bottom: 38px;
  }

  .r2r-page h2 {
    font-size: clamp(2rem, 11vw, 3.25rem);
  }

  .r2r-feature-grid,
  .r2r-steps,
  .r2r-video-grid {
    grid-template-columns: 1fr;
  }

  .r2r-feature-card {
    min-height: auto;
  }

  .r2r-feature-number {
    margin-bottom: 32px;
  }

  .r2r-feature-card-wide {
    grid-column: auto;
  }

  .r2r-steps {
    gap: 24px;
  }

  .r2r-parameter-row {
    padding: 0 10px;
    gap: 6px;
    font-size: 0.78rem;
  }

  .r2r-panel-key {
    flex-wrap: wrap;
  }

  .r2r-details-grid {
    gap: 36px;
  }

  .r2r-details-shot figcaption,
  .r2r-product-shot figcaption,
  .r2r-hero-visual figcaption {
    display: none;
  }

  .r2r-final-cta {
    padding: 68px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .r2r-button {
    transition: none;
  }
}
