:root{--rt-accent:#497cad;--rt-accent-light:#eef3f8;--rt-text:#2b2b2c;--rt-muted:#6d6c6d;--rt-border:#e8eaed;--rt-card-bg:#fff;--rt-star:#fbbc05;--rt-radius:20px;--rt-shadow-rest:0 4px 20px rgba(43,43,44,.06);--rt-shadow-hover:0 16px 40px rgba(43,43,44,.12)}.rt-section{max-width:1200px;width:100%}.rt-header{margin-bottom:40px;text-align:center}.rt-eyebrow{align-items:center;background:var(--rt-accent-light);border-radius:100px;color:var(--rt-accent);display:inline-flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.12em;margin-bottom:16px;padding:6px 16px;text-transform:uppercase}.rt-eyebrow svg{flex-shrink:0}.rt-title{color:var(--rt-text);font-size:clamp(22px,3vw,30px);font-weight:600;letter-spacing:-.025em;line-height:1.2}.rt-subtitle{color:var(--rt-muted);font-size:15px;font-weight:300;margin-top:10px}.rt-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}.rt-card{animation:rt-rise .5s ease forwards;background:var(--rt-card-bg);border:1px solid var(--rt-border);border-radius:var(--rt-radius);box-shadow:var(--rt-shadow-rest);color:inherit;display:flex;flex-direction:column;gap:0;opacity:0;overflow:hidden;padding:28px 28px 24px;position:relative;text-decoration:none;transform:translateY(18px);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.rt-card:first-child{animation-delay:.08s}.rt-card:nth-child(2){animation-delay:.18s}@keyframes rt-rise{to{opacity:1;transform:translateY(0)}}.rt-card:focus-visible{outline:2px solid var(--rt-accent);outline-offset:3px}.rt-card:before{background:linear-gradient(90deg,var(--rt-accent) 0,transparent 100%);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease}.rt-card__top{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:22px}.rt-brand{align-items:center;display:inline-flex;font-size:19px;font-weight:600;gap:0;letter-spacing:-.02em;line-height:1}.rt-brand--google .g-b{color:#4285f4}.rt-brand--google .g-r{color:#ea4335}.rt-brand--google .g-y{color:#fbbc05}.rt-brand--google .g-g{color:#34a853}.rt-brand--pe{color:#2d4a7a}.rt-cta{align-items:center;background:var(--rt-accent-light);border-radius:100px;color:var(--rt-accent);display:inline-flex;flex-shrink:0;font-size:12px;font-weight:600;gap:5px;padding:5px 12px;transition:background .2s;white-space:nowrap}.rt-grid{margin:0 auto;max-width:900px}.rt-cta svg{flex-shrink:0}.rt-rating{align-items:baseline;display:flex;gap:10px;margin-bottom:12px}.rt-score{color:var(--rt-text);font-size:44px;font-weight:600;letter-spacing:-.04em;line-height:1}.rt-stars-col{display:flex;flex-direction:column;gap:4px}.rt-stars{display:flex;gap:2px}.rt-star{fill:var(--rt-star);height:18px;width:18px}.rt-star--empty{fill:#e0e0e0}.rt-bar-track{background:#f0f0f0;border-radius:4px;height:4px;overflow:hidden;width:96px}.rt-bar-fill{background:linear-gradient(90deg,var(--rt-star) 0,#f5a623 100%);border-radius:4px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1) .4s;width:0}.rt-card.rt-animated .rt-bar-fill{width:var(--fill,96%)}.rt-meta{color:var(--rt-muted);font-size:14px;line-height:1.5;margin-top:6px}.rt-seal-wrap{display:flex;flex:1;flex-direction:column;justify-content:flex-end}.rt-seal-label{color:var(--rt-muted);font-size:13px;font-weight:300;margin-bottom:12px}.rt-seal-row{align-items:center;display:flex;gap:16px}.rt-seal-img{border:0;display:block;height:auto;width:110px}.rt-seal-text{color:var(--rt-muted);font-size:13px;line-height:1.5}.rt-seal-text strong{color:#2d4a7a;display:block;font-size:20px;font-weight:600;letter-spacing:-.02em}.rt-footer{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:28px}.rt-badge{align-items:center;color:var(--rt-muted);display:inline-flex;font-size:13px;font-weight:500;gap:7px}.rt-badge svg{color:var(--rt-accent)}.rt-divider{background:var(--rt-border);height:16px;width:1px}@media (max-width:720px){.rt-grid{grid-template-columns:1fr}.rt-score{font-size:36px}}@media (max-width:480px){.rt-card{padding:22px 20px 20px}.rt-card__top{margin-bottom:16px}}