/* RC16.1 — acabamento visual da Vitrine de Serviços. */
.rpr-svc-store{--rpr-blue:#0b74d8;--rpr-ink:#121d4a;--rpr-muted:#566078;--rpr-line:#d8e0eb;--rpr-green:#25b870;--rpr-yellow:#ffc400;--rpr-soft:#f6f8fc;font-family:inherit;color:var(--rpr-ink);width:100%;max-width:1440px;margin-inline:auto;padding:10px 0 44px;box-sizing:border-box}
.rpr-svc-store *{box-sizing:border-box}
.rpr-svc-hero{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:0 0 28px}.rpr-svc-hero>div{width:100%}.rpr-svc-kicker{display:inline-block;font-size:12px;font-weight:850;letter-spacing:.13em;color:var(--rpr-blue);margin-bottom:5px}.rpr-svc-hero h2{max-width:980px;font-size:clamp(34px,4.4vw,56px);line-height:1.03;letter-spacing:-.04em;margin:4px 0 12px;color:var(--rpr-ink);text-wrap:balance}.rpr-svc-hero p{font-size:17px;line-height:1.62;color:var(--rpr-muted);max-width:900px;margin:0}
.rpr-svc-tools{display:flex;gap:14px;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:26px}.rpr-svc-search{flex:1 1 320px;max-width:430px}.rpr-svc-search input{width:100%;min-width:0;padding:13px 15px;border:1px solid var(--rpr-line);border-radius:12px;background:#fff;color:var(--rpr-ink);outline:none;min-height:48px}.rpr-svc-search input:focus{border-color:var(--rpr-blue);box-shadow:0 0 0 3px rgba(11,116,216,.12)}.rpr-svc-filters{display:flex;gap:8px;flex-wrap:wrap}.rpr-svc-filters button{border:1px solid var(--rpr-line);background:#fff;color:var(--rpr-ink);padding:10px 14px;border-radius:999px;font-weight:750;cursor:pointer;min-height:42px}.rpr-svc-filters button:hover{border-color:#aab8cb}.rpr-svc-filters button.is-active{background:var(--rpr-ink);border-color:var(--rpr-ink);color:#fff}
.rpr-svc-grid{display:grid;grid-template-columns:repeat(var(--rpr-svc-cols,3),minmax(0,1fr));gap:24px;align-items:stretch}.rpr-svc-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--rpr-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(18,29,74,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-width:0}.rpr-svc-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(18,29,74,.105)}.rpr-svc-card.is-featured{border:2px solid var(--rpr-blue)}.rpr-svc-badge{position:absolute;z-index:2;left:0;right:0;top:0;background:var(--rpr-blue);color:#fff;text-align:center;padding:10px 12px;font-weight:850;font-size:13px;letter-spacing:.01em}.rpr-svc-badge+.rpr-svc-media{margin-top:38px}.rpr-svc-media{aspect-ratio:1/1;background:var(--rpr-soft);overflow:hidden}.rpr-svc-media img{display:block;width:100%;height:100%;object-fit:cover}.rpr-svc-fallback{width:100%;height:100%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 20% 20%,#167de6,#121d4a 70%);color:#fff}.rpr-svc-fallback span{font-size:34px;font-weight:900;letter-spacing:.09em}.rpr-svc-fallback small{opacity:.82;margin-top:6px}.rpr-svc-body{display:flex;flex-direction:column;flex:1;padding:24px}.rpr-svc-body h3{font-size:clamp(21px,2vw,25px);line-height:1.16;margin:0 0 12px;color:var(--rpr-ink)}.rpr-svc-desc{color:var(--rpr-muted);line-height:1.58;margin:0 0 18px}.rpr-svc-body ul{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:9px}.rpr-svc-body li{position:relative;padding-left:25px;color:#35405c;line-height:1.45}.rpr-svc-body li:before{content:'✓';position:absolute;left:0;color:var(--rpr-green);font-weight:900}.rpr-svc-price{margin-top:auto;padding:12px 0 17px;display:grid;grid-template-columns:auto 1fr;align-items:end;column-gap:8px}.rpr-svc-price del{grid-column:1/-1;color:#7b8497;font-size:13px}.rpr-svc-price span{font-size:13px;color:#58627a}.rpr-svc-price strong{font-size:30px;line-height:1;color:var(--rpr-blue)}.rpr-svc-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:50px;border-radius:11px;background:var(--rpr-blue);color:#fff!important;text-decoration:none!important;font-weight:900;transition:filter .2s ease,transform .2s ease}.rpr-svc-card.is-featured .rpr-svc-btn{background:var(--rpr-yellow);color:#111!important}.rpr-svc-btn:hover{filter:brightness(.95);transform:translateY(-1px)}.rpr-svc-btn-secondary{width:auto;min-width:220px;padding:0 22px}.rpr-svc-unavailable{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px dashed var(--rpr-line);border-radius:11px;color:var(--rpr-muted);font-weight:700}.rpr-svc-final{margin-top:38px;border-radius:20px;background:#121d4a;color:#fff;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;z-index:1}.rpr-svc-final>div{min-width:0}.rpr-svc-final h3{margin:0 0 6px;color:#fff;font-size:26px;line-height:1.15}.rpr-svc-final p{margin:0;opacity:.84;line-height:1.55}.rpr-svc-final .rpr-svc-btn{background:#fff;color:#121d4a!important;flex:0 0 auto}.rpr-svc-empty,.rpr-svc-no-results{border:1px solid var(--rpr-line);border-radius:16px;padding:26px;background:#fff;color:var(--rpr-muted)}.rpr-svc-single{max-width:470px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Integração com temas WordPress: somente nas páginas que realmente contêm o shortcode. */
body.rpr-service-storefront-page #secondary,body.rpr-service-storefront-page .widget-area,body.rpr-service-storefront-page aside.sidebar,body.rpr-service-storefront-page .site-sidebar,body.rpr-service-storefront-page .content-sidebar,body.rpr-service-storefront-page .sidebar-primary{display:none!important}
body.rpr-service-storefront-page #primary,body.rpr-service-storefront-page .content-area,body.rpr-service-storefront-page .site-main,body.rpr-service-storefront-page main.site-main{width:100%!important;max-width:none!important;float:none!important;grid-column:1/-1!important;margin-left:auto!important;margin-right:auto!important}
body.rpr-service-storefront-page .site-content,body.rpr-service-storefront-page .content-wrapper,body.rpr-service-storefront-page .container,body.rpr-service-storefront-page .site-inner{max-width:none!important}
body.rpr-service-storefront-page .entry-content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body.rpr-service-storefront-page .entry-title{display:none!important}
body.rpr-service-storefront-page .entry-content>.rpr-svc-store,body.rpr-service-storefront-page .rpr-svc-store{width:min(1440px,calc(100vw - 48px));max-width:1440px;margin-left:auto!important;margin-right:auto!important}
body.rpr-service-storefront-page .site-content{overflow:visible!important}

@media(max-width:1100px){.rpr-svc-grid{grid-template-columns:repeat(min(2,var(--rpr-svc-cols,3)),minmax(0,1fr))}.rpr-svc-store{padding-bottom:36px}}
@media(max-width:760px){body.rpr-service-storefront-page .entry-content>.rpr-svc-store,body.rpr-service-storefront-page .rpr-svc-store{width:min(100%,calc(100vw - 28px))}.rpr-svc-store{padding-top:4px;padding-bottom:80px}.rpr-svc-hero{margin-bottom:22px}.rpr-svc-hero h2{font-size:clamp(32px,10vw,42px);line-height:1.06;margin-bottom:10px}.rpr-svc-hero p{font-size:16px;line-height:1.55}.rpr-svc-grid{grid-template-columns:1fr}.rpr-svc-tools{align-items:stretch;margin-bottom:20px}.rpr-svc-search{max-width:none;flex-basis:100%}.rpr-svc-filters{overflow-x:auto;flex-wrap:nowrap;padding:1px 0 6px;scrollbar-width:thin}.rpr-svc-filters button{white-space:nowrap}.rpr-svc-final{display:block;padding:24px 20px;margin-top:28px}.rpr-svc-final h3{font-size:23px}.rpr-svc-final .rpr-svc-btn{margin-top:18px;width:100%;min-width:0}.rpr-svc-body{padding:20px}.rpr-svc-price strong{font-size:28px}}
@media(max-width:420px){body.rpr-service-storefront-page .entry-content>.rpr-svc-store,body.rpr-service-storefront-page .rpr-svc-store{width:min(100%,calc(100vw - 20px))}.rpr-svc-card{border-radius:15px}.rpr-svc-media{aspect-ratio:1/1}.rpr-svc-body{padding:18px}.rpr-svc-hero h2{font-size:32px}.rpr-svc-empty,.rpr-svc-no-results{padding:20px}.rpr-svc-final{border-radius:16px}}
