:root {
  --rp-bg: #f4f7fb;
  --rp-surface: #ffffff;
  --rp-ink: #0d1a32;
  --rp-muted: #657086;
  --rp-line: #dce5f2;
  --rp-blue: #1464f4;
  --rp-blue-dark: #0647bd;
  --rp-navy: #08182e;
  --rp-green: #31c77b;
  --rp-green-soft: #e8fbf1;
  --rp-red: #ff6464;
  --rp-warm: #fff6e6;
  --rp-page: min(1360px, calc(100vw - 48px));
  --rp-shadow: 0 28px 80px rgba(18, 42, 80, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  overflow-x: clip;
  margin: 0;
  color: var(--rp-ink);
  background: var(--rp-bg);
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.rp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - 1360px) / 2));
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 229, 242, .72);
  backdrop-filter: blur(18px);
  transition: box-shadow .24s ease, background .24s ease;
}
.rp-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 10px 36px rgba(22, 50, 90, .09); }
.rp-brand, .rp-nav, .rp-header-actions, .rp-hero-actions, .rp-hero-notes { display: flex; align-items: center; }
.rp-brand { gap: 11px; font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.rp-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--rp-blue);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(20, 100, 244, .25);
  font-size: 20px;
}
.rp-nav { justify-content: center; gap: 28px; color: #4f5d73; font-size: 14px; font-weight: 700; }
.rp-nav a, .rp-link { transition: color .18s ease; }
.rp-nav a:hover, .rp-link:hover, .rp-footer a:hover { color: var(--rp-blue); }
.rp-header-actions { justify-content: flex-end; gap: 16px; }
.rp-link { font-size: 14px; font-weight: 800; }

.rp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.rp-btn:hover { transform: translateY(-2px); }
.rp-btn-primary { color: #fff; background: var(--rp-blue); box-shadow: 0 13px 30px rgba(20, 100, 244, .24); }
.rp-btn-primary:hover { background: var(--rp-blue-dark); box-shadow: 0 16px 36px rgba(20, 100, 244, .3); }
.rp-btn-secondary { color: var(--rp-ink); background: #fff; border-color: var(--rp-line); }
.rp-btn-secondary:hover { border-color: #a9bde0; box-shadow: 0 10px 24px rgba(20, 50, 90, .08); }
.rp-btn-light { color: var(--rp-blue-dark); background: #fff; box-shadow: 0 14px 34px rgba(0, 0, 0, .14); }
.rp-btn-large { min-height: 54px; padding: 0 25px; font-size: 16px; }
.rp-btn-block { width: 100%; min-height: 56px; font-size: 16px; }

.rp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(480px, .92fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  width: var(--rp-page);
  min-height: 770px;
  margin: 0 auto;
  padding: 78px 0 82px;
}
.rp-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -72px;
  right: 0;
  width: 58vw;
  height: 680px;
  background: radial-gradient(circle at 50% 50%, rgba(20,100,244,.14), rgba(49,199,123,.06) 43%, transparent 72%);
  filter: blur(2px);
}
.rp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 12px;
  color: #176541;
  background: var(--rp-green-soft);
  border: 1px solid #c6efd9;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.rp-kicker i, .rp-live i { width: 8px; height: 8px; background: var(--rp-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(49,199,123,.13); }
.rp-hero h1 { max-width: 720px; margin: 0; font-size: clamp(50px, 5.25vw, 78px); line-height: .98; letter-spacing: -.065em; }
.rp-hero-product { display: block; margin-bottom: 16px; color: var(--rp-blue); font-size: clamp(24px, 2vw, 32px); line-height: 1.08; letter-spacing: -.035em; }
.rp-hero h1 em { color: var(--rp-blue); font-style: normal; }
.rp-hero-copy > p { max-width: 680px; margin: 28px 0 0; color: var(--rp-muted); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; }
.rp-hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.rp-hero-notes { flex-wrap: wrap; gap: 9px 16px; margin-top: 22px; color: #4e5b70; font-size: 13px; font-weight: 700; }
.rp-hero-notes span { display: inline-flex; align-items: center; gap: 6px; }
.rp-hero-notes b { color: #13935a; }

.rp-price-radar {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(194, 209, 231, .84);
  border-radius: 28px;
  box-shadow: var(--rp-shadow);
}
.rp-price-radar::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(20,100,244,.16), transparent 70%);
}
.rp-price-radar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image: linear-gradient(rgba(20,100,244,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(20,100,244,.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}
.rp-radar-top, .rp-price-your, .rp-price-action { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.rp-radar-top { padding-bottom: 22px; border-bottom: 1px solid var(--rp-line); }
.rp-radar-top > div { display: grid; gap: 4px; }
.rp-live { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 8px; color: #1d764e; font-size: 12px; font-weight: 800; }
.rp-radar-top strong { font-size: 18px; }
.rp-radar-top small, .rp-price-market small, .rp-opportunity small, .rp-price-action small { color: var(--rp-muted); }
.rp-ozon-badge { padding: 11px 13px; color: #fff; background: var(--rp-blue); border-radius: 12px; font-weight: 900; }
.rp-price-market { position: relative; z-index: 1; display: grid; margin: 24px 0 12px; padding: 24px; background: var(--rp-navy); border-radius: 20px; color: #fff; }
.rp-price-market span { color: #afbdd1; font-size: 13px; font-weight: 700; }
.rp-price-market strong { margin-top: 8px; font-size: 48px; letter-spacing: -.05em; }
.rp-price-market small { margin-top: 2px; color: #93a3bb; }
.rp-price-your { gap: 12px; margin-top: 12px; }
.rp-price-your > div { flex: 1; padding: 18px; border: 1px solid var(--rp-line); border-radius: 17px; }
.rp-price-your span { display: block; color: var(--rp-muted); font-size: 12px; font-weight: 700; }
.rp-price-your strong { display: block; margin-top: 7px; font-size: 25px; }
.rp-opportunity { background: var(--rp-green-soft); border-color: #bfe9d2 !important; }
.rp-opportunity strong { color: #07844a; }
.rp-price-action { gap: 13px; margin-top: 16px; padding: 16px; background: #edf4ff; border: 1px solid #cadaf8; border-radius: 17px; }
.rp-action-icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: #fff; background: var(--rp-blue); border-radius: 12px; font-size: 22px; }
.rp-price-action > div { display: grid; gap: 3px; margin-right: auto; }
.rp-action-status { padding: 7px 9px; color: var(--rp-blue-dark); background: #fff; border: 1px solid #c8d7f0; border-radius: 999px; font-size: 11px; font-weight: 900; }
.rp-price-radar > p { position: relative; z-index: 1; margin: 15px 2px 0; color: #8a94a6; font-size: 10px; line-height: 1.45; }

.rp-signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: var(--rp-page);
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--rp-line);
  border-radius: 20px;
  box-shadow: 0 16px 46px rgba(20, 50, 90, .07);
}
.rp-signal-strip div { padding: 25px 26px; border-right: 1px solid var(--rp-line); }
.rp-signal-strip div:last-child { border-right: 0; }
.rp-signal-strip strong, .rp-signal-strip span { display: block; }
.rp-signal-strip strong { margin-bottom: 6px; font-size: 20px; }
.rp-signal-strip span { color: var(--rp-muted); font-size: 13px; }

.rp-section { width: var(--rp-page); margin: 0 auto; padding: clamp(78px, 8vw, 124px) 0; }
.rp-section-head { max-width: 790px; margin: 0 auto 46px; text-align: center; }
.rp-section-head-wide { max-width: 920px; }
.rp-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--rp-blue); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.rp-eyebrow-light { color: #70a8ff; }
.rp-section h2, .rp-final-cta h2 { margin: 0; font-size: clamp(34px, 4.1vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.rp-section-head p, .rp-case-copy > p, .rp-ecosystem-copy > p { margin: 18px auto 0; color: var(--rp-muted); font-size: 18px; line-height: 1.58; }

.rp-pain-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.rp-pain-grid article { position: relative; overflow: hidden; min-height: 230px; padding: 26px; background: #fff; border: 1px solid var(--rp-line); border-radius: 22px; }
.rp-pain-grid article::after { content: ""; position: absolute; right: -45px; bottom: -70px; width: 150px; height: 150px; border: 22px solid rgba(20,100,244,.045); border-radius: 50%; }
.rp-pain-grid .rp-pain-main { grid-row: span 2; padding: 32px; background: var(--rp-navy); border-color: var(--rp-navy); color: #fff; }
.rp-pain-main::after { width: 260px !important; height: 260px !important; border-color: rgba(49,199,123,.1) !important; }
.rp-card-number { color: #8ca0bd; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.rp-pain-grid h3 { position: relative; z-index: 1; margin: 24px 0 11px; font-size: 22px; line-height: 1.18; }
.rp-pain-main h3 { max-width: 390px; margin-top: 44px; font-size: 33px; letter-spacing: -.035em; }
.rp-pain-grid p { position: relative; z-index: 1; margin: 0; color: var(--rp-muted); line-height: 1.58; }
.rp-pain-main p { max-width: 420px; color: #acb9cb; }
.rp-lost-margin { position: absolute; z-index: 1; right: 26px; bottom: 26px; left: 26px; display: grid; padding: 21px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); border-radius: 17px; }
.rp-lost-margin span, .rp-lost-margin small { color: #aebdd0; font-size: 12px; }
.rp-lost-margin strong { margin: 5px 0 2px; color: #ff8c8c; font-size: 36px; }

.rp-workflow { width: min(1440px, calc(100vw - 28px)); padding: clamp(72px, 7vw, 106px) max(24px, calc((100% - 1300px) / 2)); color: #fff; background: var(--rp-navy); border-radius: 34px; }
.rp-workflow .rp-section-head p { color: #a7b5c9; }
.rp-steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; overflow: visible; list-style: none; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.rp-steps li { position: relative; min-height: 310px; padding: 27px; background: #0d213d; }
.rp-steps li:nth-child(1) { z-index: 4; }
.rp-steps li:nth-child(2) { z-index: 3; }
.rp-steps li:nth-child(3) { z-index: 2; }
.rp-steps li:nth-child(4) { z-index: 1; }
.rp-steps li:first-child { border-radius: 21px 0 0 21px; }
.rp-steps li:last-child { border-radius: 0 21px 21px 0; }
.rp-steps li::after { content: "→"; position: absolute; z-index: 5; top: 50%; right: -18px; display: grid; place-items: center; width: 36px; height: 36px; color: var(--rp-blue); background: #fff; border: 4px solid var(--rp-navy); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.2); font-weight: 900; transform: translateY(-50%); }
.rp-steps li:last-child::after { display: none; }
.rp-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--rp-blue); border-radius: 13px; font-size: 14px; font-weight: 900; }
.rp-steps div { margin-top: 48px; }
.rp-steps small { color: #74aaff; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rp-steps h3 { margin: 10px 0 12px; font-size: 21px; line-height: 1.2; }
.rp-steps p { margin: 0; color: #a7b5c9; font-size: 14px; line-height: 1.55; }
.rp-workflow-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 24px; color: #a7b5c9; font-size: 14px; }

.rp-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.rp-benefit { min-height: 305px; padding: 26px; background: #fff; border: 1px solid var(--rp-line); border-radius: 22px; transition: transform .22s ease, box-shadow .22s ease; }
.rp-benefit:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(25,55,100,.1); }
.rp-benefit-accent { color: #fff; background: var(--rp-blue); border-color: var(--rp-blue); }
.rp-benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--rp-blue); background: #edf4ff; border-radius: 14px; font-size: 24px; font-weight: 800; }
.rp-benefit-accent .rp-benefit-icon { color: #fff; background: rgba(255,255,255,.16); }
.rp-benefit h3 { margin: 60px 0 12px; font-size: 23px; line-height: 1.22; }
.rp-benefit p { margin: 0; color: var(--rp-muted); line-height: 1.58; }
.rp-benefit-accent p { color: #dce8ff; }

.rp-case { display: grid; grid-template-columns: minmax(0, 1fr) minmax(560px, 1.08fr); gap: clamp(38px, 5vw, 72px); align-items: center; }
.rp-case-copy .rp-eyebrow { margin-bottom: 14px; }
.rp-case-copy h2 { max-width: 650px; font-size: clamp(34px, 3.3vw, 50px); line-height: 1.08; }
.rp-case-copy > p { margin-left: 0; }
.rp-case-result { display: grid; margin-top: 30px; padding: 23px; background: var(--rp-green-soft); border: 1px solid #bde9d1; border-radius: 18px; }
.rp-case-result span, .rp-case-result small { color: #3a795c; font-size: 12px; font-weight: 700; }
.rp-case-result strong { margin: 5px 0 1px; color: #07834a; font-size: 42px; letter-spacing: -.04em; }
.rp-case-copy .rp-disclaimer { color: #8a94a6; font-size: 11px; }
.rp-case-board { display: grid; gap: 8px; padding: 26px; background: #fff; border: 1px solid var(--rp-line); border-radius: 26px; box-shadow: 0 24px 64px rgba(22,50,90,.1); }
.rp-case-row { display: grid; grid-template-columns: .75fr 1fr 1fr 1.25fr; gap: 14px; align-items: center; padding: 22px; border-radius: 18px; }
.rp-case-row > span { width: fit-content; padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.rp-case-row div { display: grid; gap: 5px; }
.rp-case-row small { color: var(--rp-muted); }
.rp-case-row strong { font-size: 17px; }
.rp-case-row b { font-size: 13px; line-height: 1.45; }
.rp-case-before { background: #fff4f3; border: 1px solid #ffd6d1; }
.rp-case-before > span { color: #a34242; background: #ffe1de; }
.rp-case-before b { color: #9e4f4f; }
.rp-case-after { background: var(--rp-green-soft); border: 1px solid #bde9d1; }
.rp-case-after > span { color: #11754a; background: #cdf3de; }
.rp-case-after b { color: #277553; }
.rp-case-arrow { display: grid; place-items: center; width: 34px; height: 34px; margin: -5px auto; color: #fff; background: var(--rp-blue); border: 4px solid #fff; border-radius: 50%; font-weight: 900; }

.rp-compare { padding-top: 52px; }
.rp-compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rp-compare-grid article { padding: 32px; background: #fff; border: 1px solid var(--rp-line); border-radius: 24px; }
.rp-compare-grid article > span { display: inline-block; padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.rp-compare-without > span { color: #9a5050; background: #fff0ef; }
.rp-compare-with > span { color: #0e7547; background: var(--rp-green-soft); }
.rp-compare-grid h3 { margin: 25px 0 24px; font-size: 27px; letter-spacing: -.025em; }
.rp-compare-grid ul, .rp-price-copy ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.rp-compare-grid li, .rp-price-copy li { position: relative; padding-left: 31px; color: #4f5d72; line-height: 1.45; }
.rp-compare-grid li::before, .rp-price-copy li::before { position: absolute; left: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; font-size: 12px; font-weight: 900; }
.rp-compare-without li::before { content: "×"; color: #a94d4d; background: #fff0ef; }
.rp-compare-with li::before, .rp-price-copy li::before { content: "✓"; color: #0f8450; background: var(--rp-green-soft); }

.rp-ecosystem { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(38px, 4.5vw, 62px); align-items: center; width: min(1440px, calc(100vw - 28px)); padding: clamp(68px, 7vw, 104px) max(24px, calc((100% - 1300px) / 2)); color: #fff; background: linear-gradient(135deg, #0a1930, #102d56); border-radius: 34px; }
.rp-ecosystem-copy h2 { font-size: clamp(34px, 3.35vw, 49px); line-height: 1.08; }
.rp-ecosystem-copy > p { margin-left: 0; color: #aebbd0; }
.rp-ecosystem-copy .rp-btn { margin-top: 30px; }
.rp-tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.rp-tool-grid div { display: grid; min-height: 165px; padding: 21px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }
.rp-tool-grid span { color: #74aaff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.rp-tool-grid strong { align-self: end; margin-top: 26px; font-size: 18px; }
.rp-tool-grid small { margin-top: 5px; color: #aebbd0; line-height: 1.4; }

.rp-pricing { padding-bottom: 54px; }
.rp-price-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: #fff; border: 1px solid #cddbf0; border-radius: 28px; box-shadow: 0 25px 70px rgba(22,50,90,.11); }
.rp-price-copy { padding: clamp(34px, 5vw, 64px); }
.rp-price-copy h2 { font-size: clamp(35px, 4vw, 54px); }
.rp-price-copy h2 strong { color: var(--rp-blue); white-space: nowrap; }
.rp-price-copy h2 small { color: var(--rp-muted); font-size: 18px; font-weight: 600; letter-spacing: 0; }
.rp-price-copy > p { max-width: 620px; margin: 18px 0 30px; color: var(--rp-muted); font-size: 18px; line-height: 1.5; }
.rp-price-cta { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 62px); color: #fff; background: var(--rp-navy); }
.rp-price-cta > span { width: fit-content; padding: 7px 10px; color: #075c36; background: #bff1d5; border-radius: 999px; font-size: 12px; font-weight: 900; }
.rp-price-cta > strong { margin-top: 24px; font-size: 30px; letter-spacing: -.03em; }
.rp-price-cta > p { margin: 10px 0 28px; color: #aebbd0; line-height: 1.55; }
.rp-price-cta > small { margin-top: 13px; color: #8899b1; text-align: center; }

.rp-faq { display: grid; max-width: 980px; margin: 0 auto; border-top: 1px solid var(--rp-line); }
.rp-faq details { border-bottom: 1px solid var(--rp-line); }
.rp-faq summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.rp-faq summary::-webkit-details-marker { display: none; }
.rp-faq summary::after { content: "+"; position: absolute; top: 18px; right: 0; display: grid; place-items: center; width: 34px; height: 34px; color: var(--rp-blue); background: #eaf2ff; border-radius: 10px; font-size: 22px; }
.rp-faq details[open] summary::after { content: "−"; color: #fff; background: var(--rp-blue); }
.rp-faq p { max-width: 820px; margin: -7px 0 24px; color: var(--rp-muted); line-height: 1.6; }

.rp-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; width: min(1440px, calc(100vw - 28px)); margin: 0 auto 28px; padding: clamp(42px, 6vw, 78px) max(24px, calc((100% - 1300px) / 2)); color: #fff; background: var(--rp-blue); border-radius: 34px; }
.rp-final-cta > div:first-child { flex: 1 1 auto; max-width: 980px; }
.rp-final-cta h2 { max-width: 940px; font-size: clamp(36px, 3.75vw, 54px); line-height: 1.07; }
.rp-final-cta > div:first-child > span { display: inline-block; margin-bottom: 12px; color: #cfe0ff; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.rp-final-cta > div:last-child { display: grid; gap: 14px; min-width: 250px; }
.rp-support-link { color: #d8e6ff; font-size: 13px; font-weight: 700; text-align: center; }
.rp-support-link:hover { color: #fff; }

.rp-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: var(--rp-page); margin: 0 auto; padding: 32px 0 40px; color: var(--rp-muted); }
.rp-footer > div { display: grid; gap: 5px; }
.rp-footer strong { color: var(--rp-ink); font-size: 18px; }
.rp-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; font-size: 13px; }

.rp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.rp-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --rp-page: min(100% - 36px, 980px); }
  .rp-nav { display: none; }
  .rp-hero { grid-template-columns: 1fr 440px; gap: 32px; min-height: auto; padding: 70px 0; }
  .rp-hero h1 { font-size: clamp(46px, 6vw, 65px); }
  .rp-price-radar { padding: 20px; }
  .rp-pain-grid { grid-template-columns: 1fr 1fr; }
  .rp-pain-grid .rp-pain-main { grid-column: 1 / -1; grid-row: auto; min-height: 440px; }
  .rp-steps { grid-template-columns: repeat(2, 1fr); }
  .rp-steps li:first-child { border-radius: 21px 0 0 0; }
  .rp-steps li:nth-child(2) { border-radius: 0 21px 0 0; }
  .rp-steps li:nth-child(3) { border-radius: 0 0 0 21px; }
  .rp-steps li:last-child { border-radius: 0 0 21px 0; }
  .rp-steps li:nth-child(2)::after { top: auto; right: 50%; bottom: -18px; transform: translateX(50%) rotate(90deg); }
  .rp-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .rp-benefit { min-height: 250px; }
  .rp-benefit h3 { margin-top: 38px; }
  .rp-case { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --rp-page: calc(100% - 28px); }
  .rp-header { grid-template-columns: 1fr auto; min-height: 66px; padding: 10px 14px; }
  .rp-brand { font-size: 19px; }
  .rp-brand-mark { width: 34px; height: 34px; font-size: 17px; }
  .rp-header-actions .rp-link { display: none; }
  .rp-header .rp-btn { min-height: 42px; padding: 0 14px; font-size: 12px; }
  .rp-hero { grid-template-columns: 1fr; padding: 56px 0 62px; }
  .rp-hero::before { right: 0; width: 100%; }
  .rp-hero h1 { max-width: 700px; font-size: clamp(43px, 11vw, 66px); }
  .rp-price-radar { max-width: 580px; width: 100%; margin: 6px auto 0; }
  .rp-signal-strip { grid-template-columns: repeat(2, 1fr); }
  .rp-signal-strip div:nth-child(2) { border-right: 0; }
  .rp-signal-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--rp-line); }
  .rp-section { padding: 78px 0; }
  .rp-workflow, .rp-ecosystem, .rp-final-cta { width: calc(100% - 16px); border-radius: 26px; }
  .rp-ecosystem { grid-template-columns: 1fr; }
  .rp-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rp-price-card { grid-template-columns: 1fr; }
  .rp-compare-grid { grid-template-columns: 1fr; }
  .rp-case-row { grid-template-columns: 1fr 1fr; }
  .rp-case-row > span, .rp-case-row > b { grid-column: 1 / -1; }
  .rp-final-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
  .rp-final-cta > div:last-child { width: 100%; }
  .rp-footer { align-items: flex-start; flex-direction: column; }
  .rp-footer nav { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .rp-header-actions .rp-btn { padding: 0 11px; }
  .rp-hero { padding-top: 42px; }
  .rp-kicker { font-size: 11px; }
  .rp-hero h1 { font-size: 43px; }
  .rp-hero-product { margin-bottom: 12px; font-size: 22px; }
  .rp-hero-copy > p { margin-top: 22px; font-size: 17px; }
  .rp-hero-actions { display: grid; }
  .rp-btn-large { width: 100%; }
  .rp-hero-notes { display: grid; }
  .rp-price-radar { padding: 15px; border-radius: 22px; }
  .rp-price-market { padding: 20px; }
  .rp-price-market strong { font-size: 40px; }
  .rp-price-your { align-items: stretch; flex-direction: column; }
  .rp-action-status { display: none; }
  .rp-signal-strip div { padding: 20px 16px; }
  .rp-signal-strip strong { font-size: 17px; }
  .rp-section h2, .rp-final-cta h2 { font-size: 34px; }
  .rp-section-head p { font-size: 16px; }
  .rp-pain-grid, .rp-benefit-grid { grid-template-columns: 1fr; }
  .rp-pain-grid .rp-pain-main { grid-column: auto; min-height: 470px; }
  .rp-pain-main h3 { font-size: 28px; }
  .rp-workflow { padding-inline: 14px; }
  .rp-steps { grid-template-columns: 1fr; }
  .rp-steps li { min-height: 250px; }
  .rp-steps li,
  .rp-steps li:first-child,
  .rp-steps li:nth-child(2),
  .rp-steps li:nth-child(3),
  .rp-steps li:last-child { border-radius: 0; }
  .rp-steps li:first-child { border-radius: 21px 21px 0 0; }
  .rp-steps li:last-child { border-radius: 0 0 21px 21px; }
  .rp-steps li::after { top: auto; right: 50%; bottom: -13px; transform: translateX(50%) rotate(90deg); }
  .rp-steps li:nth-child(2)::after { display: grid; }
  .rp-steps div { margin-top: 34px; }
  .rp-workflow-cta { align-items: stretch; flex-direction: column; }
  .rp-benefit { min-height: auto; }
  .rp-case-board { padding: 14px; }
  .rp-case-row { grid-template-columns: 1fr; padding: 18px; }
  .rp-case-row > span, .rp-case-row > b { grid-column: auto; }
  .rp-compare-grid article { padding: 24px; }
  .rp-tool-grid { grid-template-columns: 1fr; }
  .rp-tool-grid div { min-height: 140px; }
  .rp-price-copy, .rp-price-cta { padding: 27px 22px; }
  .rp-price-copy h2 small { display: block; margin-top: 8px; }
  .rp-final-cta { padding: 46px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rp-reveal { opacity: 1; transform: none; }
}
