.rt-write-review .page-hero{position:relative;padding-top:calc(var(--header-h) + clamp(48px, 8vw, 90px));padding-bottom:clamp(60px,8vw,100px);overflow:hidden}.rt-write-review .crumbs{display:flex;align-items:center;gap:9px;font-family:var(--f-mono);font-size:12px;text-transform:uppercase;color:var(--muted);margin-bottom:26px}.rt-write-review .crumbs a{color:var(--muted);transition:color .2s}.rt-write-review .crumbs a:hover{color:var(--teal)}.rt-write-review .crumbs span.sep{color:var(--border)}.rt-write-review .crumbs span.here{color:var(--teal)}.rt-write-review .wrev-wrap{position:relative;z-index:1;max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(0,620px) minmax(0,420px);align-items:center;justify-content:center;gap:clamp(32px,5vw,64px)}.rt-write-review .wrev-main{min-width:0}.rt-write-review .wrev-aside{min-width:0;display:flex;justify-content:center}.rt-write-review .wrev-viz{margin-inline:0}@media (max-width:980px){.rt-write-review .wrev-wrap{grid-template-columns:minmax(0,620px);max-width:620px}.rt-write-review .wrev-aside{display:none}}.rt-write-review .wrev-card{padding:clamp(28px,4vw,44px)}.rt-write-review .wrev-step{display:flex;flex-direction:column;gap:20px}.rt-write-review .wrev-eyebrow{font-family:var(--f-mono);font-size:12px;text-transform:uppercase;color:var(--teal);margin:0}.rt-write-review .wrev-title{font-size:clamp(1.5rem,3vw,2rem);color:var(--heading);margin:2px 0 0}.rt-write-review .wrev-sub{color:var(--muted);font-size:15px;max-width:48ch;margin:0}.rt-write-review .wrev-notice{margin:0;padding:12px 14px;border-radius:10px;background:rgba(0,229,199,.08);border:1px solid rgba(0,229,199,.3);color:var(--heading);font-size:13.5px}.rt-write-review .wrev-fineprint{margin:0;font-size:13px;color:var(--muted)}.rt-write-review .wrev-fineprint a{color:var(--teal)}.rt-write-review .wrev-thanks{align-items:flex-start}.rt-write-review .wrev-check{position:relative;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(0,229,199,.12);border:1px solid rgba(0,229,199,.4);color:var(--teal)}.rt-write-review .wrev-check svg{width:30px;height:30px;position:relative;z-index:1;animation:wrev-draw .5s ease-out both}.rt-write-review .wrev-check-ring{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(0,229,199,.5);animation:wrev-ring 1.6s ease-out .1s both}.rt-write-review .wrev-check-ring--2{animation-delay:.45s}@keyframes wrev-ring{0%{transform:scale(1);opacity:.7}to{transform:scale(2.1);opacity:0}}@keyframes wrev-draw{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.rt-write-review .wrev-next{list-style:none;margin:0;padding:0;display:grid;gap:10px}.rt-write-review .wrev-next li{display:flex;align-items:flex-start;gap:10px;color:var(--body);font-size:14.5px}.rt-write-review .wrev-next-dot{flex:none;width:6px;height:6px;margin-top:7px;border-radius:50%;background:var(--teal)}.rt-write-review .wrev-thanks-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.rt-write-review .wrev-home-link{text-decoration:none;width:auto}.rt-write-review .wrev-secondary-link{color:var(--muted);font-size:14px;text-decoration:none}.rt-write-review .wrev-secondary-link:hover{color:var(--teal)}@media (prefers-reduced-motion:reduce){.rt-write-review .wrev-check svg,.rt-write-review .wrev-check-ring{animation:none}.rt-write-review .wrev-check-ring{opacity:0}}