.rtgr-section {
  --rtgr-bg: #f7f9fd;
  --rtgr-ink: #071429;
  --rtgr-orange: #ff5a1f;
  --rtgr-violet: #7c3cff;
  --rtgr-blue: #1769ff;
  position: relative;
  overflow: hidden;
  padding: 78px 28px 58px;
  color: var(--rtgr-ink);
  background:
    radial-gradient(circle at 62% 60%, rgba(23,105,255,.08), transparent 31%),
    radial-gradient(circle at 32% 0%, rgba(255,90,31,.06), transparent 25%),
    var(--rtgr-bg);
  font-family: Montserrat, Inter, Arial, sans-serif;
}
.rtgr-inner { position: relative; z-index: 2; width: 100%; max-width: 1540px; margin: 0 auto; }
.rtgr-main { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(620px,1.42fr); gap: 64px; align-items: center; }
.rtgr-copy { position: relative; padding: 0 0 12px; }
.rtgr-eyebrow { margin: 15px 0 25px; color: #0647a7; font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .2em; }
.rtgr-heading { margin: 0; color: var(--rtgr-ink); font-size: 62px; line-height: 1.08; letter-spacing: -.045em; font-weight: 800; }
.rtgr-gradient { color: var(--rtgr-orange); background: linear-gradient(100deg,var(--rtgr-orange) 0%,#ff7b19 35%,#d633bb 67%,var(--rtgr-violet) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.rtgr-description { max-width: 610px; margin: 25px 0 31px; color: #586981; font: 500 17px/1.65 Inter, Arial, sans-serif; }
.rtgr-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.rtgr-button,.rtgr-text-link { display: inline-flex; align-items: center; justify-content: center; gap: 22px; text-decoration: none !important; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.rtgr-button { min-height: 56px; padding: 0 25px; color: #fff !important; border-radius: 9px; background: linear-gradient(100deg,#ff4c17,#ff671f); box-shadow: 0 13px 28px rgba(255,77,23,.18); }
.rtgr-text-link { color: #064eb5 !important; }
.rtgr-button:hover,.rtgr-text-link:hover { transform: translateY(-2px); }

.rtgr-medal { position: relative; width: 126px; height: 104px; display: grid; place-items: center; color: #bd7715; filter: drop-shadow(0 6px 6px rgba(170,102,0,.17)); }
.rtgr-medal strong { position: relative; z-index: 2; font: 800 54px/1 Georgia,serif; background: linear-gradient(#fff3a5,#bc6d06); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.rtgr-medal small { position: absolute; bottom: 4px; left: 54px; font-size: 20px; color: #c47b10; }
.rtgr-laurel { position: absolute; top: 16px; font: 400 65px/1 Georgia,serif; color: #cb8a22; transform: scaleX(.55); }
.rtgr-laurel-left { left: 5px; transform: scaleX(.55) rotate(180deg); }
.rtgr-laurel-right { right: 5px; }

.rtgr-proof { position: relative; overflow: visible; border-radius: 13px; background: #fff; box-shadow: 0 16px 40px rgba(15,39,78,.13); }
.rtgr-browser-bar { height: 34px; padding-left: 19px; display: flex; align-items: center; gap: 9px; border-radius: 13px 13px 0 0; background: linear-gradient(110deg,#303642,#1d2534); }
.rtgr-browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #d9dfe7; }
.rtgr-board-image { display: block; width: 100%; height: auto; border-radius: 0 0 13px 13px; }
.rtgr-highlight-first:after { content: ''; position: absolute; z-index: 3; left: 5.2%; top: 35.5%; width: 16.1%; height: 60.5%; pointer-events: none; border: 2px solid rgba(190,58,235,.48); border-radius: 11px; box-shadow: 0 0 15px rgba(128,40,255,.62),0 0 32px rgba(255,86,31,.28); }
.rtgr-mobile-proof { display: none; }

.rtgr-metrics { margin-top: 29px; min-height: 133px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border: 1px solid #e2e8f1; border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 15px 36px rgba(17,44,83,.09); }
.rtgr-metric { min-width: 0; min-height: 75px; padding: 10px 37px; display: flex; align-items: center; gap: 22px; border-right: 1px solid #dbe2ec; }
.rtgr-metric:last-child { border-right: 0; }
.rtgr-metric-icon { flex: 0 0 66px; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; font-size: 29px; }
.rtgr-metric-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; }
.rtgr-metric-icon img { display: block; width: 38px; height: 38px; max-width: 100%; margin: 0; object-fit: contain; }
.rtgr-metric-copy { min-width: 0; }
.rtgr-metric-copy>div { display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.rtgr-metric-copy strong { font-size: 39px; line-height: 1.1; letter-spacing: -.035em; }
.rtgr-metric-copy span { color: #40536d; font-size: 17px; }
.rtgr-metric-copy small { display: block; margin-top: 8px; color: #263a56; font-size: 15px; line-height: 1.3; white-space: nowrap; }
.rtgr-accent-orange .rtgr-metric-icon { color: var(--rtgr-orange); background: #fff0e9; }.rtgr-accent-orange strong { color: var(--rtgr-orange); }
.rtgr-accent-violet .rtgr-metric-icon { color: var(--rtgr-violet); background: #f0eaff; }.rtgr-accent-violet strong { color: var(--rtgr-violet); }
.rtgr-accent-blue .rtgr-metric-icon { color: var(--rtgr-blue); background: #e8f0ff; }.rtgr-accent-blue strong { color: var(--rtgr-blue); }
.rtgr-accent-green .rtgr-metric-icon { color: #08a77b; background: #e2f8f2; }.rtgr-accent-green strong { color: #07956f; font-size: 28px; white-space: nowrap; }

.rtgr-circuit { position: absolute; z-index: 1; pointer-events: none; opacity: .45; }
.rtgr-circuit i { position: absolute; display: block; height: 1px; border-top: 1px solid currentColor; }
.rtgr-circuit i:after { content:''; position:absolute; right:-3px; top:-4px; width:7px; height:7px; border:1px solid currentColor; border-radius:50%; background:var(--rtgr-bg); }
.rtgr-circuit-top { top: 26px; left: 24%; width: 300px; height: 140px; color: var(--rtgr-orange); transform: rotate(24deg); }
.rtgr-circuit-top i:nth-child(1) { width: 220px; top: 10px; left: 0; }.rtgr-circuit-top i:nth-child(2) { width: 180px; top: 32px; left: 30px; }.rtgr-circuit-top i:nth-child(3) { width: 142px; top: 54px; left: 60px; }
.rtgr-circuit-side { right:-45px; top:52%; width:210px; height:100px; color:var(--rtgr-violet); transform:rotate(-13deg); }.rtgr-circuit-side i:nth-child(1){width:190px;top:16px}.rtgr-circuit-side i:nth-child(2){width:150px;top:42px;left:30px}

@media (max-width: 1200px) {
  .rtgr-main { grid-template-columns: .82fr 1.18fr; gap: 42px; }
  .rtgr-heading { font-size: 50px; }
  .rtgr-metric { padding: 10px 20px; gap: 15px; }
  .rtgr-metric-icon { flex-basis: 54px; width:54px; height:54px; }
	.rtgr-metric-icon img { width:34px; height:34px; }
  .rtgr-metric-copy strong { font-size: 31px; }
  .rtgr-accent-green .rtgr-metric-copy strong { font-size: 23px; }
}
@media (max-width: 900px) {
  .rtgr-section { padding: 64px 22px 48px; }
  .rtgr-main { grid-template-columns: 1fr; }
  .rtgr-copy { text-align: center; }
  .rtgr-medal { margin: 0 auto; }
  .rtgr-description { margin-left:auto; margin-right:auto; }
  .rtgr-actions { justify-content:center; }
  .rtgr-metrics { grid-template-columns: repeat(2,1fr); }
  .rtgr-metric:nth-child(2) { border-right:0; }
  .rtgr-metric:nth-child(-n+2) { border-bottom:1px solid #dbe2ec; }
}
@media (max-width: 620px) {
  .rtgr-heading { font-size: 40px; line-height:1.12; }
  .rtgr-description { font-size:15px; }
  .rtgr-actions { flex-direction:column; gap:20px; }
  .rtgr-button { width:100%; }
  .rtgr-board-image { display:none; }
  .rtgr-highlight-first:after { display:none; }
  .rtgr-browser-bar { height:31px; }
  .rtgr-mobile-proof { position:relative; display:flex; min-height:330px; padding:50px 24px 24px; flex-direction:column; align-items:center; text-align:center; border-radius:0 0 13px 13px; background:#fff; }
  .rtgr-mobile-rank { position:absolute; top:0; left:18px; width:46px; height:53px; padding-top:10px; color:#fff; font-weight:900; font-size:20px; background:#e7b63e; clip-path:polygon(0 0,100% 0,100% 78%,50% 100%,0 78%); }
  .rtgr-mobile-rocket { margin:13px 0 6px; font-size:42px; }
  .rtgr-mobile-proof>strong { font-size:24px; }
  .rtgr-verified { margin:17px 0 10px; padding:7px 13px; color:#078f6b; border-radius:99px; background:#e0f8f1; font-size:13px; font-weight:800; }
  .rtgr-mobile-proof p { margin:5px 0 20px; color:#596a80; }
  .rtgr-mobile-score { width:100%; padding-top:18px; border-top:1px solid #e3e8ef; }.rtgr-mobile-score b{color:#00a67a;font-size:32px}.rtgr-mobile-score span{margin-left:8px;color:#5b6b7f;font-size:13px}
  .rtgr-metrics { grid-template-columns:1fr; }
  .rtgr-metric,.rtgr-metric:nth-child(2) { border-right:0; border-bottom:1px solid #dbe2ec; padding:18px 24px; }
  .rtgr-metric:last-child { border-bottom:0; }
  .rtgr-metric-copy small { white-space:normal; }
  .rtgr-circuit-top { left:45%; opacity:.25; }
}
