.ts-section{background:var(--bg-alt);padding:48px 0;padding-left:max(1rem,calc((100vw - 80rem)/2 + 1.5rem));overflow:hidden;position:relative}.ts-content{display:flex;gap:0;align-items:stretch}.ts-left{width:var(--ts-left-width, 420px);flex-shrink:0;padding-right:32px;display:flex;flex-direction:column}.ts-title{margin-top:8px}.ts-br-lg{display:none}@media (min-width:1024px){.ts-br-lg{display:inline}}.ts-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:10px}.ts-h2{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-.015em;color:var(--text);margin:0 0 24px}.ts-desc{font-size:16px;line-height:1.6;color:var(--text-2);margin:0 0 24px}.ts-nav{display:flex;gap:12px;margin-top:auto}.ts-nav-btn{width:56px;height:56px;border-radius:50%;border:0;background:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .4s ease,box-shadow .4s ease;box-shadow:0 2px 8px #00000026;color:#fff;font-size:20px}.ts-nav-btn:hover{background:var(--accent-hover);box-shadow:0 4px 16px #0003}.ts-nav-btn:active:not(:disabled){background:var(--accent-hover);box-shadow:0 2px 6px #00000026;transition:background-color .1s ease,box-shadow .1s ease}.ts-nav-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.ts-nav-btn i{color:#fff;font-size:20px}.ts-pause-btn{width:56px;height:56px;border-radius:50%;border:2px solid var(--accent);background:0 0;color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .4s ease,box-shadow .4s ease;font-size:18px}.ts-pause-btn:hover{background:var(--accent-dim);box-shadow:0 4px 16px #0000001f}.ts-right{flex:1;min-width:0;position:relative}.ts-carousel{position:relative;height:var(--ts-card-height, 580px);overflow:visible}.ts-carousel-card{position:absolute;bottom:0;left:0;box-shadow:0 8px 32px #0000000f;background:var(--card-bg);border:1px solid var(--accent);border-radius:30px;padding:28px;width:var(--ts-card-width, 380px);height:var(--ts-card-height, 580px);display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.ts-carousel-card.carousel-ready{transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),filter .5s cubic-bezier(.4,0,.2,1)}@keyframes tsProgressFill{0%{width:0}to{width:100%}}.ts-carousel-card.progress-active:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:var(--accent);z-index:3;border-radius:0 0 30px 30px;animation:tsProgressFill var(--progress-duration, 8s) linear forwards}.ts-carousel-card.progress-paused:after{animation-play-state:paused}.ts-quote-icon{font-size:40px;color:var(--accent);margin-bottom:8px;margin-left:-4px;line-height:1;flex-shrink:0}.ts-quote{font-weight:600;font-size:16px;line-height:1.6;color:var(--text);flex:1;margin:0}.ts-author-block{margin-top:auto;padding-top:14px}.ts-author-block-flex{display:flex;align-items:center;gap:14px}.ts-author-name{font-weight:700;font-size:16px;line-height:1.4;color:var(--text);margin:0!important}.ts-author-role{font-weight:400;font-size:13px;line-height:1.5;color:var(--text-3);margin-top:2px}.ts-author-logo{height:36px;width:auto;max-width:160px;margin:14px 0 0!important;display:block;object-fit:contain}.ts-author-logo-invert{filter:invert(1)}.ts-author-avatar{width:56px!important;height:56px!important;border-radius:50%;object-fit:cover;flex-shrink:0}@media (min-width:1281px){.ts-section:after{content:"";position:absolute;top:0;right:0;bottom:0;width:max(0px,calc((100vw - 80rem)/2 + 2rem));background:linear-gradient(to right,transparent,var(--bg-alt));z-index:10;pointer-events:none}}@media (max-width:1023px){.ts-section{padding:48px 0;overflow-x:clip;overflow-y:visible}.ts-content{flex-direction:column}.ts-left{width:100%;padding:0 1rem;margin-bottom:40px}.ts-right{width:100%;overflow:visible;padding-left:1rem}.ts-nav{margin-top:20px}.ts-nav-btn{width:44px;height:44px}.ts-nav-btn i{font-size:16px}.ts-nav .ts-pause-btn{width:44px;height:44px;font-size:14px}}@media (max-width:520px){.ts-right{padding-left:0}.ts-carousel{height:calc(var(--ts-card-height, 580px) + 340px - 100vw)}.ts-carousel-card{width:calc(100vw - 40px);left:20px;height:100%;border-radius:20px;padding:24px 24px 32px;overflow:hidden}.ts-quote-icon{font-size:32px}.ts-quote{font-size:14px;line-height:1.55}.ts-author-name{font-size:14px}.ts-author-role{font-size:11px}.ts-author-logo{max-height:30px;max-width:130px;margin-top:6px}}