.hero-checklist{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.3rem}.hero-checklist li{position:relative;padding-left:1.5rem;color:var(--ink-soft);font-size:.86rem;font-weight:600;white-space:nowrap}.hero-checklist li::before{content:"";position:absolute;left:0;top:.12em;width:1.05rem;height:1.05rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E7D50' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat}@media (max-width:720px){.hero-checklist{justify-content:center}}.whyus{overflow:hidden}.whyus-squiggle{top:2.4rem;left:4%;width:56px;height:70px}.whyus-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(1.2rem,3vw,2.2rem) clamp(2rem,5vw,4.5rem);grid-template-areas:"text media" "features media";align-items:start}.whyus-grid .whyus-copy--text{grid-area:text;align-self:end}.whyus-grid .whyus-copy--features{grid-area:features}.whyus-grid .whyus-media{grid-area:media;align-self:center}.whyus-copy .eyebrow{margin-bottom:1rem}.whyus-copy h2{font-size:clamp(2rem,4.2vw,3.2rem)}.whyus-copy .lead{margin:1.2rem 0 1.9rem;max-width:44ch}.whyus-card{margin-top:1.3rem;background:var(--surface);border:1px solid var(--hairline);border-radius:1.3rem;box-shadow:var(--shadow-lift);padding:.5rem 1rem;transform:rotate(-.6deg)}.whyus-checklist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr}.whyus-checklist li{display:flex;align-items:center;gap:.6rem;padding:.62rem .3rem;color:var(--ink);font-weight:600;font-size:.88rem;line-height:1.2;border-bottom:1px solid var(--hairline)}.whyus-checklist li:nth-last-child(-n+2){border-bottom:none}.whyus-checklist li:nth-child(odd){padding-right:.7rem;border-right:1px solid var(--hairline)}.whyus-checklist li:nth-child(2n){padding-left:.7rem}.wu-ic{flex:0 0 auto;display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:.5rem;background:var(--lime-bright);color:var(--green-ink)}.wu-ic svg{width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.whyus-cta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.3rem;margin-top:1.9rem}.whyus-note{font-family:var(--font-util);font-size:.74rem;font-weight:500;letter-spacing:.04em;color:var(--muted)}.whyus-media{position:relative;display:flex;justify-content:center}.whyus-frame{position:relative;margin:0;width:min(330px,82%)}.whyus-frame::before{content:"";position:absolute;inset:-1.1rem;z-index:-1;background:linear-gradient(135deg,var(--sky-soft) 0,var(--cyan-bright) 130%);border-radius:calc(var(--radius-lg) + .6rem);transform:rotate(-3deg)}.whyus-video img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top center;display:block;border-radius:var(--radius-lg);border:6px solid var(--surface);box-shadow:var(--shadow-lift)}.whyus-tape{position:absolute;top:-1.1rem;left:-1rem;z-index:2}.whyus-stat{position:absolute;right:-1.4rem;bottom:-1.4rem;z-index:2;display:flex;align-items:center;gap:.7rem;max-width:15rem;background:var(--surface);border-radius:var(--radius);padding:.85rem 1.05rem;box-shadow:var(--shadow-lift);transform:rotate(-2deg)}.whyus-stat b{font-family:var(--font-display);font-weight:700;font-size:1.9rem;line-height:1;color:var(--green);letter-spacing:-.02em}.whyus-stat span{font-size:.78rem;line-height:1.3;color:var(--ink-soft);font-weight:500}@media (max-width:900px){.whyus-grid{grid-template-columns:1fr;grid-template-areas:"text" "media" "features"}.whyus-grid .whyus-copy--text{align-self:auto}.whyus-media{margin-top:1rem}}@media (max-width:480px){.whyus-stat{right:-.6rem;max-width:13rem}}@media (max-width:640px){.whyus-grid{display:flex;flex-direction:column}.whyus-copy .lead{margin-bottom:0}.whyus-card{margin-top:1.1rem;padding:.2rem .75rem;transform:none;border-radius:1.1rem}.whyus-checklist li{gap:.55rem;padding:.6rem .2rem;font-size:clamp(.74rem,3.1vw,.85rem);line-height:1.16}.whyus-checklist li:nth-child(odd){padding-right:.55rem}.whyus-checklist li:nth-child(2n){padding-left:.55rem}.wu-ic{width:1.55rem;height:1.55rem;border-radius:.45rem}.wu-ic svg{width:.86rem;height:.86rem}.whyus-cta{justify-content:center;text-align:center;margin-top:1.35rem}.whyus-cta .btn,.whyus-note{width:100%}.whyus-media{margin-top:1.5rem;margin-bottom:2rem;width:100%}.whyus-frame{width:min(300px,78%)}.whyus-tape{top:-1.05rem;left:50%;transform:translateX(-50%) rotate(-2deg);font-size:.72rem}.whyus-stat{right:50%;bottom:-1.15rem;transform:translateX(50%) rotate(-2deg);max-width:14rem;padding:.75rem .9rem}.whyus-stat b{font-size:1.65rem}}.portfolio{overflow:hidden}.pf-star{top:2.2rem;right:6%;width:34px;height:34px;color:var(--gold-deep)}.pf-squig{bottom:1rem;left:3%;width:52px;height:66px}.pf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.pf-card{position:relative;margin:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sticker);background:var(--surface);border:4px solid var(--surface);transition:transform .2s,box-shadow .2s}.pf-card:nth-child(3n+1){transform:rotate(-1.4deg)}.pf-card:nth-child(3n+2){transform:rotate(1deg)}.pf-card:nth-child(3n){transform:rotate(-.6deg)}.pf-card:hover{transform:rotate(0) translateY(-4px) scale(1.02);box-shadow:var(--shadow-lift);z-index:1}.pf-card img{display:block;width:100%;height:auto;aspect-ratio:593/544;object-fit:cover}.pf-tape{position:absolute;top:.7rem;left:.7rem;z-index:1}.pf-cta{margin-top:clamp(2.4rem,4.5vw,3.4rem);text-align:center}@media (max-width:1100px){.pf-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.pf-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:640px){.pf-grid{display:flex;grid-template-columns:none;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-inline:calc(-1 * var(--gutter));padding:.4rem var(--gutter) 1rem;scrollbar-width:none}.pf-grid::-webkit-scrollbar{display:none}.pf-card{flex:0 0 66%;scroll-snap-align:center;transform:rotate(0)!important}.pf-card:hover{transform:rotate(0) translateY(-4px)!important}}.pricing{--pc-fg:#fff;--pc-fg-soft:rgba(255,255,255,.72);--pc-fg-desc:#c9c7c0;--pc-fg-muted:rgba(255,255,255,.55);--pc-fg-faint:rgba(255,255,255,.5);--pc-line:rgba(255,255,255,.08)}.pricing .price-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:76rem}.pricing .price-card{background:var(--char-2);border:1px solid var(--pc-line)}.pricing .price-card--pop{border-color:transparent;transform:translateY(-.4rem)}@media (max-width:980px){.pricing .price-grid{grid-template-columns:repeat(2,1fr);max-width:44rem}.pricing .price-card--pop{transform:none}}.pricing .pc-kicker{color:var(--pc-fg-faint)}.pricing .pc-amt{color:var(--pc-fg)}.pricing .pc-anchor,.pricing .pc-unit{color:var(--pc-fg-muted)}.pricing .pc-desc,.pricing .pc-list li{color:var(--pc-fg-desc)}.pricing .pc-note{color:var(--pc-fg-faint)}.price-guarantee{display:flex;align-items:center;justify-content:center;gap:.8rem;max-width:34rem;margin:clamp(2rem,4vw,2.8rem) auto 0;padding:.95rem 1.3rem;border-radius:var(--radius-lg);background:var(--char-2);border:1px solid var(--pc-line);font-size:.92rem;line-height:1.5;color:var(--pc-fg-desc);text-align:left}.price-guarantee b{color:var(--pc-fg)}.price-guarantee svg{width:30px;height:30px;flex:0 0 auto;fill:none;stroke:var(--lime-bright);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pricing-help{margin-top:clamp(1.2rem,2.5vw,1.6rem);text-align:center;color:var(--pc-fg-soft)}.pricing-help a{color:var(--pc-fg);font-weight:600;text-decoration:underline;text-underline-offset:3px}.pricing-help a:hover{color:var(--lime-bright)}.whyus-video{position:relative;display:block;border-radius:var(--radius-lg)}.whyus-video .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:var(--shadow-lift);transition:transform .2s}.whyus-video .play::before{content:"";position:absolute;inset:0;border-radius:50%;animation:3s ease-out infinite wa-ring;pointer-events:none}.whyus-video .play svg{width:24px;height:24px;margin-left:3px}.whyus-video:hover .play{transform:translate(-50%,-50%) scale(1.1)}.process{overflow:hidden}.process-arrow{top:2.4rem;right:5%;width:44px;height:52px;transform:scaleX(-1)}@media (max-width:820px){.process-arrow{display:none}}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.ps-card{position:relative;padding:2rem 1.6rem 1.8rem;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sticker);border:4px solid var(--surface);transition:transform .2s,box-shadow .2s}.ps-card:nth-child(odd){transform:rotate(-1deg)}.ps-card:nth-child(2n){transform:rotate(1deg)}.ps-card:hover{transform:rotate(0) translateY(-4px);box-shadow:var(--shadow-lift)}.ps-num{display:block;font-family:var(--font-display);font-weight:700;font-size:clamp(2.4rem,4vw,3.2rem);line-height:1;color:var(--lime-bright);-webkit-text-stroke:1.5px var(--green-ink);margin-bottom:1rem}.ps-title{margin:0 0 .5rem;font-size:1.1rem}.ps-text{margin:0;color:var(--ink-soft);font-size:.95rem;line-height:1.5}.ps-day{position:absolute;top:-.85rem;left:1.2rem;z-index:1;font-size:.68rem;background:var(--cream-2);color:var(--ink)}.ps-day.tape--gold{background:var(--gold);color:#4a370a}.ps-ic{position:absolute;top:1.7rem;right:1.5rem;width:38px;height:38px;color:var(--green)}.ps-ic path{stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.process-cta{margin-top:clamp(2.4rem,4.5vw,3.4rem);text-align:center}.process-note{display:block;margin-top:.9rem;font-family:var(--font-util);font-size:.74rem;font-weight:500;letter-spacing:.06em;color:var(--muted)}@media (min-width:821px){.process-flow{gap:2.6rem;align-items:start}.process-flow .ps-card:nth-child(2n){margin-top:2rem}.process-flow .ps-card:not(:last-child)::after{content:"";position:absolute;top:42%;right:-2.7rem;width:2.8rem;height:1.8rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 24' fill='none' stroke='%237B7769' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 16 C 18 5, 40 5, 55 13' stroke-dasharray='4 5'/%3E%3Cpath d='M47 7 L 57 14 L 46 19'/%3E%3C/svg%3E") center/contain no-repeat}}@media (max-width:820px){.process-grid{grid-template-columns:repeat(2,1fr)}.cta-band-arrow{display:none}}@media (max-width:480px){.process-grid{grid-template-columns:1fr}.ps-card:nth-child(2n),.ps-card:nth-child(odd){transform:none}}.cta-band{position:relative;text-align:center;overflow:hidden}.cta-band-arrow{left:clamp(1rem,6vw,4rem);top:clamp(1.2rem,4vw,2.2rem);width:44px;height:52px}.cta-band-inner{max-width:46rem;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:1.7rem;position:relative;z-index:1}.cta-band-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}@media (max-width:560px){.cta-band-actions{flex-direction:column;align-items:stretch;width:100%}.cta-band-actions .btn{width:100%}}.btn.no-arr::after{content:none}.btn--light .ic-wa{color:var(--wa)}.band-peek{position:absolute;margin:0;z-index:0;pointer-events:none}.band-peek img{width:100%;border-radius:1rem;border:4px solid rgba(255,255,255,.92);box-shadow:var(--shadow-lift);display:block}.band-peek--l{left:-3.4rem;bottom:-3rem;width:min(230px,17vw);transform:rotate(7deg)}.band-peek--r{right:-3.2rem;top:-2.8rem;width:min(230px,17vw);transform:rotate(-8deg)}@media (max-width:1100px){.band-peek{display:none}}.band-chips{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem .8rem;margin:.5rem 0 0;padding:0}.band-chips .tape{transform:rotate(-2deg)}.band-chips li:nth-child(2n){transform:rotate(2deg)}.band-chips li::before{content:"✓ ";font-weight:700}.reviews{overflow:hidden}.rv-star{top:2.2rem;right:6%;width:32px;height:32px;color:var(--gold)}@media (max-width:820px){.rv-star{display:none}}.reviews .mark.gold.on-dark::after{background:var(--gold)}.rv-summary{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin:-.6rem 0 clamp(2.2rem,4vw,3rem)}.rv-sum{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-family:var(--font-util);font-size:.78rem;font-weight:600;color:#fff;padding:.55rem .95rem;border-radius:var(--radius-pill);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16)}.rv-sum-stars{color:var(--gold);letter-spacing:.08em}.rv-wall{columns:3;column-gap:1.4rem;margin-bottom:clamp(3rem,6vw,4.5rem)}.rv-shot{break-inside:avoid;margin:0 0 1.4rem;overflow:hidden;background:#fff;border-radius:.9rem;box-shadow:var(--shadow-sticker);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#050505;transition:transform .2s,box-shadow .2s}.rv-shot:nth-child(3n+1){transform:rotate(-.8deg)}.rv-shot:nth-child(3n+2){transform:rotate(.7deg)}.rv-shot:nth-child(3n){transform:rotate(-.4deg)}.rv-shot:hover{transform:rotate(0) translateY(-4px);box-shadow:var(--shadow-lift)}.rv-ava{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border-radius:50%;overflow:hidden;color:#fff;font-weight:700;font-size:.9rem;letter-spacing:.02em}.rv-ava.sm{width:28px;height:28px;font-size:.66rem}.rv-ava img{width:100%;height:100%;object-fit:cover}.rv-ava.a1{background:#8e67d6}.rv-ava.a2{background:#069c86}.rv-ava.a3{background:#5c9ce6}.rv-ava.a4{background:#e0806b}.rv-ava.a5{background:#c2185b}.rv-ava.a6{background:#d99a26}.rv-ava.a7{background:#5b7db1}.rv-tp{padding:1.15rem 1.2rem 1rem}.tp-head{display:flex;align-items:center;gap:.7rem}.tp-id{display:flex;flex-direction:column;line-height:1.25;min-width:0}.tp-id b{font-size:.92rem;color:#1b1b21}.tp-id span{font-size:.76rem;color:#6c6c85}.tp-date{margin-left:auto;font-size:.76rem;color:#6c6c85;white-space:nowrap}.tp-stars{display:flex;gap:.22rem;margin:.85rem 0 .7rem}.tp-stars i{width:22px;height:22px;background:#00b67a;display:grid;place-items:center}.tp-stars i::before{content:"★";color:#fff;font-size:.8rem;font-style:normal;line-height:1}.tp-title{margin:0 0 .3rem;font-weight:700;font-size:.95rem;line-height:1.35;color:#1b1b21}.tp-body{margin:0;font-size:.87rem;line-height:1.5;color:#2b2b33}.tp-exp{display:block;margin-top:.7rem;font-size:.72rem;color:#6c6c85}.tp-brand{display:flex;align-items:center;gap:.35rem;margin-top:.75rem;padding-top:.7rem;border-top:1px solid #ececf1;font-size:.8rem;font-weight:700;color:#191919}.tp-brand::before{content:"★";display:grid;place-items:center;width:16px;height:16px;background:#00b67a;color:#fff;font-size:.62rem}.rv-wa{background:#efe7de}.wa-head{display:flex;align-items:center;gap:.65rem;background:#008069;color:#fff;padding:.65rem .85rem}.wa-head .rv-ava{width:34px;height:34px;font-size:.82rem}.wa-id{display:flex;flex-direction:column;line-height:1.25;min-width:0}.wa-id b{font-size:.9rem}.wa-id span{font-size:.72rem;opacity:.85}.wa-dots{margin-left:auto;font-size:1.1rem;font-weight:700;opacity:.9}.wa-body{display:flex;flex-direction:column;gap:.45rem;padding:.85rem .8rem 1rem;background:radial-gradient(rgba(0,0,0,.028) 1px,transparent 1.2px) 0 0/14px 14px}.wa-day{align-self:center;margin-bottom:.15rem;background:#fff;color:#54656f;font-size:.66rem;font-weight:600;padding:.28rem .6rem;border-radius:.45rem;box-shadow:0 1px 1px rgba(0,0,0,.06)}.wa-msg{position:relative;max-width:88%;padding:.5rem .6rem .38rem;border-radius:.55rem;font-size:.84rem;line-height:1.42;box-shadow:0 1px 1px rgba(0,0,0,.08)}.wa-msg p{margin:0;display:inline}.wa-msg.in{align-self:flex-start;background:#fff;border-top-left-radius:.15rem}.wa-msg.out{align-self:flex-end;background:#d9fdd3;border-top-right-radius:.15rem}.wa-meta{display:inline-flex;align-items:center;gap:.2rem;float:right;margin:.6rem 0 0 .5rem;font-size:.62rem;color:#667781}.wa-meta svg{width:15px;height:9px;fill:none;stroke:#53BDEB;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rv-fb,.rv-gg{padding:1rem 1.1rem}.fb-head{display:flex;align-items:center;gap:.65rem}.fb-id{display:flex;flex-direction:column;line-height:1.3;min-width:0}.fb-id b{font-size:.92rem;color:#050505}.fb-id span{display:inline-flex;align-items:center;gap:.25rem;font-size:.76rem;color:#65676b}.fb-globe{width:12px;height:12px;fill:none;stroke:#65676B;stroke-width:2}.fb-dots{margin-left:auto;color:#65676b;font-weight:700;letter-spacing:.08em}.fb-text{margin:.75rem 0 .6rem;font-size:.9rem;line-height:1.45;color:#050505}.fb-meta{display:flex;align-items:center;gap:.35rem;padding-bottom:.55rem;border-bottom:1px solid #e4e6eb;font-size:.8rem;color:#65676b}.fb-reacts{display:inline-flex}.fb-reacts i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;border:2px solid #fff;font-style:normal}.fb-reacts i+i{margin-left:-4px}.fb-reacts svg{width:10px;height:10px;fill:#fff}.r-like{background:#1b74e4}.r-love{background:#f33e58}.fb-com{margin-left:auto}.fb-actions{display:flex;justify-content:space-around;padding-top:.5rem;color:#65676b;font-weight:600;font-size:.82rem}.fb-comment{display:flex;gap:.5rem;margin-top:.85rem}.fb-comment.lone{margin-top:0}.fb-cm-body{min-width:0}.fb-bubble{display:block;background:#f0f2f5;border-radius:1rem;padding:.5rem .75rem;font-size:.85rem;line-height:1.4;color:#050505}.fb-bubble b{display:block;font-size:.8rem}.fb-sub{display:block;margin:.25rem 0 0 .75rem;font-size:.72rem;font-weight:600;color:#65676b}.rv-cm{padding:.95rem 1rem}.gg-stars{display:flex;align-items:center;gap:.55rem;margin:.7rem 0 .5rem;color:#fbbc04;font-size:.9rem;letter-spacing:.12em}.gg-when{color:#70757a;font-size:.78rem;letter-spacing:0}.gg-body{margin:0;font-size:.88rem;line-height:1.5;color:#3c4043}.gg-brand{display:flex;align-items:center;gap:.4rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid #e8eaed;font-size:.78rem;color:#70757a}.gg-brand svg{width:15px;height:15px;flex:0 0 auto}.rv-stat{background:var(--red);color:#fff;padding:1.5rem 1.4rem 1.6rem;font-family:var(--font-body)}.rv-stat b{display:block;font-family:var(--font-display);font-weight:700;line-height:1;font-size:clamp(2.6rem,4vw,3.4rem);letter-spacing:-.02em}.rv-stat p{margin:.7rem 0 0;font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.92)}.rv-cta-card{background:var(--lime-bright);color:var(--green-ink);padding:1.5rem 1.4rem;font-family:var(--font-body)}.rv-cta-card p{margin:0 0 1.1rem;font-size:1rem;line-height:1.55}.rv-cta-card p b{font-weight:700}.rv-cta-card .btn{width:100%}@media (max-width:1000px){.rv-wall{columns:2}}@media (max-width:620px){.pricing .price-grid{grid-template-columns:1fr;max-width:26rem}.rv-wall{columns:1;max-width:26rem;margin-inline:auto}.rv-shot:nth-child(3n),.rv-shot:nth-child(3n+1),.rv-shot:nth-child(3n+2){transform:none}.rv-shot:hover{transform:translateY(-4px)}}.results-head{margin-top:clamp(2rem,4vw,3rem)}.rs-wall{columns:3;column-gap:1.5rem;max-width:66rem;margin-inline:auto}.rs-card{break-inside:avoid;margin:0 0 1.5rem;background:#fff;border-radius:.9rem;overflow:hidden;box-shadow:var(--shadow-sticker);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#050505;transition:transform .2s,box-shadow .2s}.rs-card:nth-child(3n+1){transform:rotate(-.7deg)}.rs-card:nth-child(3n+2){transform:rotate(.6deg)}.rs-card:nth-child(3n){transform:rotate(-.3deg)}.rs-card:hover{transform:rotate(0) translateY(-5px);box-shadow:var(--shadow-lift)}.rs-head{display:flex;align-items:center;gap:.6rem;padding:.95rem 1rem .15rem}.rs-head .rv-ava{width:38px;height:38px;font-size:.82rem}.rs-id{display:flex;flex-direction:column;line-height:1.3;min-width:0}.rs-id b{font-size:.9rem;color:#050505}.rs-id span{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:#65676b}.rs-more{margin-left:auto;color:#65676b;font-weight:700;letter-spacing:.06em;align-self:flex-start}.rs-text{margin:.7rem 0 .8rem;padding:0 1rem;font-size:.9rem;line-height:1.5;color:#1c1e21}.rs-text i{font-style:italic}.rs-shot{margin:0;background:#f7f8fa;border-top:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb}.rs-shot img{display:block;width:100%;height:auto}.rs-meta{display:flex;align-items:center;gap:.4rem;padding:.7rem 1rem .55rem;font-size:.8rem;color:#65676b}.rs-meta .fb-com{margin-left:auto}.rs-actions{display:flex;justify-content:space-around;margin:0 1rem;padding:.5rem 0 .7rem;border-top:1px solid #e4e6eb;color:#65676b;font-weight:600;font-size:.84rem}.results-note{max-width:46rem;margin:clamp(1.6rem,3vw,2.4rem) auto 0;text-align:center;font-family:var(--font-util);font-size:.74rem;font-weight:500;color:rgba(255,255,255,.5)}@media (max-width:1000px){.rs-wall{columns:2}}@media (max-width:640px){.rs-wall{columns:1;max-width:26rem}.rs-card:nth-child(3n),.rs-card:nth-child(3n+1),.rs-card:nth-child(3n+2){transform:none}.rs-card:hover{transform:translateY(-5px)}}.reviews .cases-stage{margin-top:clamp(2.5rem,5vw,4rem)}.f-connect{max-width:280px}.f-connect-cta .btn{white-space:nowrap}@media (max-width:700px){.f-connect{max-width:none}}.f-badges{display:flex;align-items:center;gap:1rem;margin-top:1.2rem;flex-wrap:wrap}.f-badges .f-cert{margin-top:0;width:auto;height:22px;transform:none;opacity:.92}.f-trustpilot{--fp-fg:var(--surface);display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;color:var(--fp-fg);padding:.4rem .75rem;border:1px solid var(--char-3);border-radius:var(--radius);white-space:nowrap}.f-tp-stars{color:var(--gold);letter-spacing:.05em}