/* SixSX SellAuth integration layer. Original design lives in style.css. */
.sixsx-inner-page{min-height:60vh;padding:140px 7% 100px;background:transparent;color:#fff;}
.sixsx-inner-card{max-width:1100px;margin:0 auto;padding:48px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(7,10,16,.72);backdrop-filter:blur(16px);}
.sixsx-inner-card h1{font-size:clamp(36px,6vw,72px);margin:0 0 16px;}
.sixsx-inner-card p{color:rgba(255,255,255,.65);font-size:17px;line-height:1.7;}

/* SixSX Vouches carousel — styled to match the product cards. */
.vouches-section{padding:96px 6% 72px;position:relative;overflow:hidden}
.vouches-wrap{max-width:1180px;margin:0 auto}
.vouches-head{text-align:center;margin:0 auto 34px;max-width:720px}
.vouches-head h2{margin:8px 0 12px;font-size:clamp(34px,5vw,58px);letter-spacing:-.04em}
.vouches-head p{margin:0;color:rgba(255,255,255,.58);font-size:16px}
.vouches-stage{position:relative;min-height:285px;display:flex;align-items:stretch;justify-content:center;overflow:visible}
.vouch-card{position:absolute!important;inset:0;max-width:820px;width:min(820px,100%);margin:auto;opacity:0;visibility:hidden;transform:translate3d(105%,0,0) scale(.98);transition:transform .62s cubic-bezier(.22,.61,.36,1),opacity .42s ease,visibility 0s linear .62s;pointer-events:none}
.vouch-card.is-active{position:relative!important;inset:auto;opacity:1;visibility:visible;transform:translate3d(0,0,0) scale(1);transition:transform .62s cubic-bezier(.22,.61,.36,1),opacity .42s ease;pointer-events:auto}
.vouch-card.is-leaving-left{transform:translate3d(-110%,0,0) rotate(-1deg) scale(.97);opacity:0;visibility:hidden}
.vouch-card.is-leaving-right{transform:translate3d(110%,0,0) rotate(1deg) scale(.97);opacity:0;visibility:hidden}
.vouch-stars{display:flex;gap:3px;margin:6px 0 18px;font-size:17px}
.vouch-star{color:rgba(255,255,255,.14)}
.vouch-star.is-filled{color:var(--blue,#4ea1ff);text-shadow:0 0 18px rgba(78,161,255,.35)}
.vouch-card blockquote{margin:0 0 28px;color:rgba(255,255,255,.9);font-size:clamp(17px,2vw,22px);line-height:1.65;letter-spacing:-.01em}
.vouch-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}
.vouch-author{display:flex;align-items:center;gap:11px}.vouch-author span:last-child{display:flex;flex-direction:column;gap:2px}.vouch-author strong{font-size:14px}.vouch-author small{font-size:11px;color:rgba(255,255,255,.42)}
.vouch-avatar{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-weight:800;color:#fff}
.vouch-count{font-size:11px;color:rgba(255,255,255,.38);font-weight:700;letter-spacing:.08em}
.vouches-dots{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:24px}.vouch-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.18);cursor:pointer;transition:all .25s ease}.vouch-dot.is-active{width:22px;border-radius:99px;background:var(--blue,#4ea1ff);box-shadow:0 0 14px rgba(78,161,255,.28)}
@media(max-width:700px){.vouches-section{padding:72px 5% 56px}.vouch-card{padding:24px!important}.vouches-stage{min-height:335px}.vouch-card blockquote{font-size:16px;line-height:1.55}.vouch-footer{align-items:flex-start}.vouch-count{display:none}}
@media(prefers-reduced-motion:reduce){.vouch-card{transition:none}.vouch-dot{transition:none}}

.vouches-carousel{position:relative;display:flex;align-items:center;gap:14px;width:100%;max-width:920px;margin:0 auto}.vouches-carousel .vouches-stage{flex:1;min-width:0}.vouch-arrow{width:48px;height:48px;flex:0 0 48px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.035);color:#fff;font-size:32px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.vouch-arrow:hover{transform:translateY(-2px);border-color:rgba(78,161,255,.45);background:rgba(78,161,255,.08)}.vouch-arrow:focus-visible{outline:2px solid #4ea1ff;outline-offset:3px}@media(max-width:700px){.vouches-carousel{gap:8px}.vouch-arrow{width:42px;height:42px;flex-basis:42px;font-size:28px}}@media(prefers-reduced-motion:reduce){.vouch-arrow{transition:none}}
