/* /services/branding — 4-step order path */
.rv-visually-hidden { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.rv-eyebrow { display: inline-block; background: rgba(255,255,255,.14); color: #ffd18a; font-size: .8rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.rv-hero--brand { text-align: start; margin-top: 0; }
.rv-hero__row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: center; }
.rv-hero--brand h1 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.3rem); margin-bottom: .6rem; }
.rv-hero--brand .rv-hero__sub { margin: 0 0 1.4rem; max-width: none; }
.rv-hero--brand .rv-hero__sub b { color: #ffd18a; }
.rv-hero__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.rv-stats--brand { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.rv-btn--outline { background: #fff; color: var(--rv-primary); border-color: var(--rv-primary); }
.rv-btn--outline:hover { background: var(--rv-bg); color: var(--rv-primary); }
.rv-btn--ghost { background: transparent; color: var(--rv-text-muted); }
.rv-btn--ghost:hover { color: var(--rv-primary); }
/* progress */
.rv-progress { position: relative; list-style: none; margin: 18px auto 6px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 640px; counter-reset: s; }
.rv-progress::before { content: ''; position: absolute; top: 15px; inset-inline: 12.5%; height: 3px; background: #e6e6e6; border-radius: 2px; }
.rv-progress::after { content: ''; position: absolute; top: 15px; inset-inline-start: 12.5%; width: calc(75% * var(--rv-progress, 0) / 100); height: 3px; background: var(--rv-primary); border-radius: 2px; transition: width .3s; }
.rv-progress__step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: .78rem; color: #8a8886; }
.rv-progress__dot { width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 2px solid #d5d5d5; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; }
.rv-progress__step.is-done .rv-progress__dot, .rv-progress__step.is-current .rv-progress__dot { border-color: var(--rv-primary); color: var(--rv-primary); }
.rv-progress__step.is-done .rv-progress__dot { background: var(--rv-primary); color: #fff; }
.rv-progress__step.is-current { color: var(--rv-primary); font-weight: 700; }
.rv-progress__step.is-current .rv-progress__dot { box-shadow: 0 0 0 4px rgba(102,0,153,.15); }
/* packages */
.rv-grid--pk { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.rv-pkg { position: relative; display: flex; flex-direction: column; gap: 10px; background: #fff; border: 2px solid var(--rv-border); border-radius: var(--rv-r-lg); padding: 26px 20px 20px; cursor: pointer; transition: border-color .15s, box-shadow .15s, transform .15s; }
.rv-pkg:hover { border-color: #b87cd6; transform: translateY(-2px); }
.rv-pkg--popular { border-color: #c9a6e0; box-shadow: var(--rv-sh-md); }
.rv-pkg:has(input:checked) { border-color: var(--rv-primary); box-shadow: 0 0 0 4px rgba(102,0,153,.12), var(--rv-sh-lg); }
.rv-pkg--static { cursor: default; }
.rv-pkg--static:hover { transform: none; }
.rv-pkg__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--rv-bg); color: var(--rv-primary); display: inline-flex; align-items: center; justify-content: center; }
.rv-pkg__name { font-size: 1.15rem; font-weight: 700; }
.rv-pkg__price { color: var(--rv-primary); } .rv-pkg__price b { font-size: 1.8rem; font-weight: 800; } .rv-pkg__price small { font-size: .85rem; }
.rv-pkg__features { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 6px; flex: 1; }
.rv-pkg__features li { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: #444; }
.rv-pkg__features svg { color: var(--rv-success); flex-shrink: 0; }
.rv-pkg__pick { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 2.7rem; border-radius: 999px; border: 1.5px solid var(--rv-primary); color: var(--rv-primary); font-weight: 700; font-size: .9rem; margin-top: 6px; }
.rv-pkg__check { width: 20px; height: 20px; border-radius: 50%; border: 2px solid currentColor; display: inline-flex; align-items: center; justify-content: center; }
.rv-pkg__check svg { opacity: 0; }
.rv-pkg:has(input:checked) .rv-pkg__pick { background: var(--rv-primary); color: #fff; }
.rv-pkg:has(input:checked) .rv-pkg__check { background: #fff; color: var(--rv-primary); border-color: #fff; }
.rv-pkg:has(input:checked) .rv-pkg__check svg { opacity: 1; }
.rv-pkg .rv-btn { margin-top: 6px; }
.rv-addons-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 28px 0 12px; padding: 18px 20px; background: var(--rv-muted-bg); border: 1px dashed #c9a6e0; border-radius: var(--rv-r-md); }
.rv-addons-bar h2 { font-size: 1.05rem; margin: 0 0 4px; } .rv-addons-bar h2 small { color: var(--rv-text-muted); font-weight: 500; font-size: .8rem; }
.rv-addons-bar p { margin: 0; color: var(--rv-text-muted); font-size: .88rem; }
.rv-count { background: var(--rv-accent); color: #fff; border-radius: 999px; min-width: 20px; height: 20px; font-size: .72rem; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; }
.rv-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.rv-chips--picked li { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--rv-border); border-radius: 999px; padding: 6px 12px; font-size: .84rem; }
.rv-chips--picked button { border: 0; background: none; color: #b5b5b5; cursor: pointer; display: inline-flex; padding: 0; }
.rv-chips--picked button:hover { color: #c0392b; }
.rv-sticky-total { position: sticky; bottom: 12px; margin-top: 20px; background: #fff; border: 1px solid var(--rv-border); border-radius: var(--rv-r-lg); box-shadow: var(--rv-sh-lg); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; z-index: 5; }
.rv-sticky-total__rows { display: grid; gap: 4px; font-size: .88rem; color: var(--rv-text-muted); min-width: 260px; }
.rv-sticky-total__rows > div { display: flex; justify-content: space-between; gap: 16px; }
.rv-sticky-total__grand { color: var(--rv-text); font-weight: 700; padding-top: 4px; border-top: 1px dashed var(--rv-border); }
.rv-sticky-total__grand b { color: var(--rv-primary); font-size: 1.15rem; }
.rv-row--discount, .rv-row--discount b, .rv-row--discount span:last-child { color: var(--rv-success); }
/* modal */
.rv-modal { position: fixed; inset: 0; z-index: 1300; display: flex; align-items: flex-end; justify-content: center; }
.rv-modal__backdrop { position: absolute; inset: 0; background: rgba(43,10,60,.55); }
.rv-modal__panel { position: relative; width: min(760px, 100%); max-height: 88vh; display: flex; flex-direction: column; background: #fff; border-radius: 24px 24px 0 0; box-shadow: var(--rv-sh-lg); animation: rv-up .25s ease-out; }
@keyframes rv-up { from { transform: translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.rv-modal__head, .rv-modal__foot { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--rv-border); }
.rv-modal__foot { border-bottom: 0; border-top: 1px solid var(--rv-border); }
.rv-modal__head h2 { font-size: 1.1rem; margin: 0; }
.rv-modal__close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--rv-border); background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.rv-modal__body { overflow-y: auto; padding: 16px 20px; }
.rv-bundle { width: 100%; display: flex; align-items: center; gap: 12px; text-align: start; background: linear-gradient(135deg, #f6f1fa, #fff); border: 1.5px solid #c9a6e0; border-radius: var(--rv-r-md); padding: 12px 14px; cursor: pointer; font-family: inherit; margin-bottom: 16px; }
.rv-bundle__icon { width: 40px; height: 40px; border-radius: 12px; background: var(--rv-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-bundle__text { flex: 1; display: flex; flex-direction: column; } .rv-bundle__text b { font-size: .95rem; } .rv-bundle__text small { color: var(--rv-text-muted); font-size: .78rem; }
.rv-bundle__cta { color: var(--rv-primary); font-weight: 700; font-size: .85rem; white-space: nowrap; }
.rv-bundle.is-on { border-color: var(--rv-success); } .rv-bundle.is-on .rv-bundle__icon { background: var(--rv-success); }
.rv-addon-group h3 { font-size: .9rem; color: var(--rv-text-muted); margin: 14px 0 8px; }
.rv-addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.rv-addon { display: flex; align-items: center; gap: 10px; border: 1px solid var(--rv-border); border-radius: var(--rv-r-sm); padding: 10px 12px; cursor: pointer; }
.rv-addon__box { width: 20px; height: 20px; border-radius: 6px; border: 2px solid #d5d5d5; display: inline-flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.rv-addon__name { flex: 1; font-size: .9rem; } .rv-addon__price { font-size: .82rem; color: var(--rv-primary); font-weight: 700; white-space: nowrap; }
.rv-addon:has(input:checked) { border-color: var(--rv-primary); background: var(--rv-bg); }
.rv-addon:has(input:checked) .rv-addon__box { background: var(--rv-primary); border-color: var(--rv-primary); }
/* questionnaire */
.rv-qprogress { height: 6px; background: #eee; border-radius: 3px; overflow: hidden; margin: 0 0 22px; }
.rv-qprogress span { display: block; height: 100%; background: linear-gradient(90deg, var(--rv-primary), var(--rv-accent)); transition: width .3s; }
.rv-q { border: 1px solid var(--rv-border); border-radius: var(--rv-r-md); padding: 18px 18px 16px; margin: 0 0 14px; background: #fff; }
.rv-q legend { font-weight: 700; padding: 0 6px; display: flex; align-items: center; gap: 8px; } .rv-q legend small { color: var(--rv-text-muted); font-weight: 500; }
.rv-q__num { width: 24px; height: 24px; border-radius: 50%; background: var(--rv-bg); color: var(--rv-primary); font-size: .78rem; display: inline-flex; align-items: center; justify-content: center; }
.rv-req { color: var(--rv-accent); }
.rv-q.is-invalid { border-color: #e05252; } .rv-q__error { color: #c0392b; font-size: .8rem; margin: 8px 0 0; }
.rv-input { width: 100%; border: 1px solid #cfcfcf; border-radius: var(--rv-r-sm); padding: .65rem .9rem; font: inherit; font-size: .95rem; color: var(--rv-text); background: #fff; margin-top: 8px; }
.rv-input:focus { outline: none; border-color: var(--rv-primary); box-shadow: 0 0 0 3px rgba(102,0,153,.12); }
.rv-radios { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 8px; }
.rv-radio { display: flex; gap: 10px; align-items: flex-start; border: 1px solid var(--rv-border); border-radius: var(--rv-r-sm); padding: 12px; cursor: pointer; }
.rv-radio__dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #cfcfcf; flex-shrink: 0; margin-top: 2px; }
.rv-radio span:last-child { display: flex; flex-direction: column; gap: 2px; } .rv-radio small { color: var(--rv-text-muted); font-size: .78rem; }
.rv-radio:has(input:checked) { border-color: var(--rv-primary); background: var(--rv-bg); } .rv-radio:has(input:checked) .rv-radio__dot { border: 5px solid var(--rv-primary); }
.rv-q .rv-chips { margin-top: 10px; }
.rv-chip { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #cfcfcf; border-radius: 999px; padding: 7px 14px; font-size: .88rem; cursor: pointer; background: #fff; font-family: inherit; color: var(--rv-text); }
.rv-chip:hover { border-color: #b87cd6; }
.rv-chip:has(input:checked), .rv-chip.is-on { background: var(--rv-primary); border-color: var(--rv-primary); color: #fff; }
.rv-chip--add small { color: var(--rv-primary); } .rv-chip--add.is-on small { color: #fff; }
.rv-colors { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.rv-color { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; font-size: .72rem; color: var(--rv-text-muted); }
.rv-color__swatch { width: 40px; height: 40px; border-radius: 50%; background: var(--c); border: 2px solid #fff; box-shadow: 0 0 0 1px #d5d5d5; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.rv-color__swatch svg { opacity: 0; filter: drop-shadow(0 0 2px rgba(0,0,0,.6)); }
.rv-color:has(input:checked) .rv-color__swatch { box-shadow: 0 0 0 3px var(--rv-primary); } .rv-color:has(input:checked) .rv-color__swatch svg { opacity: 1; }
.rv-qform__actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 8px; }
.rv-qform__actions .rv-btn--primary { margin-inline-start: auto; }
/* review */
.rv-review { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start; }
.rv-review__side { position: sticky; top: 90px; }
.rv-panel { background: #fff; border: 1px solid var(--rv-border); border-radius: var(--rv-r-md); padding: 16px 18px; margin-bottom: 14px; }
.rv-panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; } .rv-panel__head h2 { font-size: 1rem; margin: 0; } .rv-panel__head small { color: var(--rv-text-muted); font-weight: 500; }
.rv-link { color: var(--rv-primary); font-size: .84rem; font-weight: 700; text-decoration: underline; }
.rv-panel__row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dashed #f0f0f0; font-size: .92rem; }
.rv-panel__row:last-child { border-bottom: 0; }
.rv-panel__grand { font-size: 1.05rem; padding-top: 10px; } .rv-panel__grand b { color: var(--rv-primary); font-size: 1.3rem; }
.rv-muted { color: var(--rv-text-muted); font-size: .84rem; margin: 6px 0 0; }
.rv-answers { margin: 0; } .rv-answers div { display: grid; grid-template-columns: 150px 1fr; gap: 10px; padding: 6px 0; border-bottom: 1px dashed #f0f0f0; font-size: .9rem; } .rv-answers dt { color: var(--rv-text-muted); } .rv-answers dd { margin: 0; }
.rv-panel--suggest { border-style: dashed; border-color: #c9a6e0; background: var(--rv-muted-bg); }
.rv-panel--total { border-color: #c9a6e0; }
.rv-send { display: grid; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--rv-border); } .rv-send h3 { font-size: .95rem; margin: 0; } .rv-send .rv-input { margin-top: 0; }
.rv-send .rv-btn { width: 100%; }
.rv-sent { text-align: center; padding: 14px 0 4px; color: var(--rv-success); } .rv-sent h3 { margin: 8px 0 4px; color: var(--rv-text); } .rv-sent p { color: var(--rv-text-muted); font-size: .9rem; }
/* landing extras */
.rv-grid--feat { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rv-process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: p; }
.rv-process__step { background: #fff; border: 1px solid var(--rv-border); border-radius: var(--rv-r-md); padding: 20px 16px; text-align: center; }
.rv-process__num { width: 40px; height: 40px; border-radius: 50%; background: var(--rv-primary); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.rv-process h3 { font-size: 1rem; margin: 0 0 4px; } .rv-process p { font-size: .86rem; color: var(--rv-text-muted); margin: 0; line-height: 1.7; }
.rv-grid--test { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rv-quote { margin: 0; background: #fff; border: 1px solid var(--rv-border); border-radius: var(--rv-r-md); padding: 20px; position: relative; }
.rv-quote__mark { color: #e3d3ee; position: absolute; top: 12px; inset-inline-start: 14px; }
.rv-quote p { margin: 14px 0 12px; line-height: 1.8; color: #444; } .rv-quote footer { display: flex; flex-direction: column; } .rv-quote footer span { color: var(--rv-text-muted); font-size: .8rem; }
@media (max-width: 991px) { .rv-hero__row { grid-template-columns: 1fr; } .rv-grid--pk, .rv-grid--feat, .rv-grid--test { grid-template-columns: 1fr; } .rv-process { grid-template-columns: repeat(2, 1fr); } .rv-review { grid-template-columns: 1fr; } .rv-review__side { position: static; } .rv-sticky-total { flex-direction: column; align-items: stretch; } .rv-sticky-total .rv-btn { width: 100%; } }
@media (max-width: 575px) { .rv-radios, .rv-addon-grid { grid-template-columns: 1fr; } .rv-addons-bar { flex-direction: column; align-items: stretch; } .rv-answers div { grid-template-columns: 1fr; gap: 2px; } .rv-process { grid-template-columns: 1fr; } .rv-progress__label { font-size: .7rem; } }
/* the total bar floats only on phones; on desktop it sits in the flow so nothing gets covered */
@media (min-width: 992px) { .rv-sticky-total { position: static; } }
/* confirmation after sending */
.rv-sent { text-align: center; padding: 22px 16px 18px; margin-top: 14px; background: linear-gradient(180deg, #f2faf1 0%, #fff 70%); border: 1px solid #cfe9cb; border-radius: var(--rv-r-md); animation: rv-up .3s ease-out; }
.rv-sent__badge { width: 60px; height: 60px; border-radius: 50%; background: var(--rv-success); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 0 8px #e6f6e3; margin-bottom: 14px; }
.rv-sent h3 { font-size: 1.25rem; font-weight: 800; color: var(--rv-text); margin: 0 0 6px; }
.rv-sent__text { color: var(--rv-text-muted); font-size: .88rem; line-height: 1.8; margin: 0 auto 14px; max-width: 300px; }
.rv-sent__ref { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px dashed #b9dbb4; border-radius: 999px; padding: 6px 8px 6px 14px; margin-bottom: 16px; font-size: .84rem; color: var(--rv-text-muted); }
.rv-sent__ref code { font-family: inherit; font-weight: 800; color: var(--rv-primary); letter-spacing: .04em; }
.rv-sent__copy { border: 0; background: var(--rv-bg); color: var(--rv-primary); font: inherit; font-size: .76rem; font-weight: 700; border-radius: 999px; padding: 4px 10px; cursor: pointer; }
.rv-sent__copy:hover { background: #ead9f5; }
.rv-sent__wa { width: 100%; }
.rv-sent__back { display: inline-block; margin-top: 12px; font-size: .84rem; color: var(--rv-text-muted); text-decoration: underline; }
.rv-sent__back:hover { color: var(--rv-primary); }
/* landing sections: one rhythm — same card radius/border/padding, equal heights, text aligned start */
.rv-section .rv-sub { margin-bottom: 1.8rem; }
.rv-grid--feat, .rv-grid--test { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.rv-feat { display: flex; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid var(--rv-border); border-radius: var(--rv-r-md); padding: 20px; min-height: 124px; text-align: start; transition: transform .15s, box-shadow .15s; }
.rv-feat:hover { transform: translateY(-2px); box-shadow: var(--rv-sh-md); }
.rv-feat__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--rv-bg); color: var(--rv-primary); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-feat h3 { font-size: 1rem; font-weight: 700; margin: 2px 0 4px; }
.rv-feat p { font-size: .86rem; color: var(--rv-text-muted); margin: 0; line-height: 1.75; }
.rv-process { gap: 18px; position: relative; }
.rv-process__step { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 172px; padding: 22px 16px 18px; }
.rv-process__step::after { content: ''; position: absolute; top: 40px; inset-inline-start: -18px; width: 18px; height: 2px; background: #d9c7e6; }
.rv-process__step:first-child::after { display: none; }
.rv-process__num { width: 40px; height: 40px; margin-bottom: 12px; box-shadow: 0 0 0 6px var(--rv-bg); }
.rv-process h3 { font-size: 1rem; margin: 0 0 6px; }
.rv-process p { max-width: 220px; }
.rv-quote { display: flex; flex-direction: column; padding: 22px 20px 18px; min-height: 200px; }
.rv-quote__mark { display: none; }
.rv-quote__stars { color: var(--rv-gold); font-size: .95rem; letter-spacing: 2px; margin-bottom: 8px; }
.rv-quote p { flex: 1; margin: 0 0 16px; font-size: .95rem; line-height: 1.85; color: #3a3a3a; }
.rv-quote footer { flex-direction: row; align-items: center; gap: 10px; padding-top: 12px; border-top: 1px dashed var(--rv-border); }
.rv-quote__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--rv-primary); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-quote__who { display: flex; flex-direction: column; line-height: 1.3; } .rv-quote__who b { font-size: .92rem; } .rv-quote__who small { color: var(--rv-text-muted); font-size: .78rem; }
@media (max-width: 991px) { .rv-grid--feat, .rv-grid--test { grid-template-columns: repeat(2, minmax(0, 1fr)); } .rv-process__step::after { display: none; } }
@media (max-width: 575px) { .rv-grid--feat, .rv-grid--test { grid-template-columns: 1fr; } .rv-feat, .rv-quote, .rv-process__step { min-height: 0; } }
/* latest work (from /projects) */
.rv-grid--work { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rv-work { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--rv-border); border-radius: var(--rv-r-md); overflow: hidden; text-decoration: none; color: var(--rv-text); transition: transform .18s, box-shadow .18s; }
.rv-work:hover { transform: translateY(-3px); box-shadow: var(--rv-sh-lg); color: var(--rv-text); text-decoration: none; }
.rv-work__img { display: block; aspect-ratio: 4 / 3; background: #f1f1f1; overflow: hidden; }
.rv-work__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.rv-work:hover .rv-work__img img { transform: scale(1.04); }
.rv-work__body { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px 14px; }
.rv-work__body b { font-size: .95rem; } .rv-work__body small { color: var(--rv-text-muted); font-size: .78rem; }
.rv-work__more { text-align: center; margin: 1.6rem 0 0; }
@media (max-width: 991px) { .rv-grid--work { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .rv-grid--work { grid-template-columns: 1fr; } }
.rv-work__body b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* package badges sit on the left, opposite the icon */
.rv-pkg__badge { inset-inline-start: auto; inset-inline-end: 16px; top: 22px; font-size: .74rem; padding: 6px 12px; }
.rv-badge--pick { background: var(--rv-gold); color: #fff; }
/* breadcrumb + steps: inside the hero on the landing page, on a soft band on the other steps (no bare white strip) */
.rv-hero__top { display: flex; flex-direction: column; gap: 4px; margin-bottom: 1.6rem; }
.rv-hero__top .rv-breadcrumb { padding: 0; }
.rv-progress--light { margin: 4px auto 0; }
.rv-progress--light::before { background: rgba(255,255,255,.22); }
.rv-progress--light::after { background: #ffd18a; }
.rv-progress--light .rv-progress__step { color: rgba(255,255,255,.7); }
.rv-progress--light .rv-progress__dot { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); color: #fff; }
.rv-progress--light .rv-progress__step.is-current { color: #fff; }
.rv-progress--light .rv-progress__step.is-current .rv-progress__dot { background: #fff; color: var(--rv-primary); border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }
.rv-progress--light .rv-progress__step.is-done .rv-progress__dot { background: #ffd18a; border-color: #ffd18a; color: var(--rv-primary-dark); }
.rv-stepbar { background: var(--rv-bg); border-bottom: 1px solid #e9dff1; padding: 12px 0 14px; }
.rv-stepbar .rv-breadcrumb { padding: 0 0 4px; }
.rv-stepbar .rv-progress { margin-top: 4px; }
.rv-stepbar + .rv-section { padding-top: 2rem; }
/* testimonial cards: decorative quote, clear stars, readable avatar */
.rv-quote { position: relative; padding: 24px 22px 18px; border-radius: var(--rv-r-lg); background: #fff; box-shadow: var(--rv-sh-sm); }
.rv-quote__mark { display: block; position: absolute; top: 16px; inset-inline-end: 18px; inset-inline-start: auto; width: 34px; height: 34px; color: #e9dcf3; }
.rv-quote__stars { display: inline-flex; gap: 2px; font-size: .82rem; letter-spacing: 0; color: var(--rv-gold); margin-bottom: 12px; }
.rv-quote p { font-size: .95rem; line-height: 1.9; color: #3a3a3a; margin: 0 0 18px; }
.rv-quote__foot { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid #f0ebf4; font-size: 1rem; }
.rv-quote__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--rv-primary-soft), var(--rv-primary)); color: #fff; font-size: 1.05rem; font-weight: 800; line-height: 1; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 0 3px #f6f1fa; flex-shrink: 0; }
.rv-quote__who { display: flex; flex-direction: column; gap: 2px; }
.rv-quote__who b { font-size: .95rem; color: var(--rv-text); }
.rv-quote__who small { color: var(--rv-text-muted); font-size: .78rem; }
.rv-quote__verified { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 4px; font-size: .7rem; color: var(--rv-success); background: #eaf7e8; border-radius: 999px; padding: 4px 8px; white-space: nowrap; }
