/* What People Say — isolated component styles.  All selectors use psm-* so
   historical home-page rules cannot alter this component. */
/* RETIRED HOME LAYOUT: retained for reference. home-people-say.css now owns all visible partial styling.
#people-say.psm-media-section{--psm-ink:#101a36;--psm-purple:#673ab7;--psm-gold:#e7a23e;box-sizing:border-box;padding:29px 0 12px;background:#fff;color:var(--psm-ink);font-family:Inter,"Noto Sans Devanagari",Arial,sans-serif}
#people-say .psm-media-shell{width:min(100% - 52px,1240px);margin:auto}
#people-say .psm-media-heading{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 0 35px}
#people-say .psm-heading-mark{display:block;margin:0 0 3px;color:var(--psm-gold);font-size:19px;line-height:1}
#people-say .psm-media-heading h2{margin:0;color:#111b36;font-size:44px;font-weight:800;letter-spacing:-1.7px;line-height:1.08}
#people-say .psm-media-heading h2 span{color:#6941c6}
#people-say .psm-heading-rule{width:59px;height:2px;margin:11px 0 13px;background:linear-gradient(90deg,transparent,#edb960,transparent)}
#people-say .psm-media-heading p{max-width:600px;margin:0;color:#667085;font-size:14px;line-height:1.55}
#people-say .psm-all-button{position:absolute;right:0;bottom:2px;display:inline-flex;align-items:center;gap:13px;min-height:40px;padding:0 21px;border:1.5px solid #8052d2;border-radius:999px;background:#fff;color:#6233b7;font:700 12px/1 Inter,Arial,sans-serif;text-decoration:none;transition:.18s ease}
#people-say .psm-all-button:hover{background:#6a3fc1;color:#fff;transform:translateY(-1px)}
#people-say .psm-all-button--disabled,#people-say .psm-all-button--disabled:hover{border-color:#c7bddf;background:#f6f4fa;color:#9a8bbd;cursor:not-allowed;transform:none;opacity:.8}
#people-say .psm-carousel-wrap{position:relative;padding:0 0 1px}
#people-say .psm-carousel{overflow:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}
#people-say .psm-carousel::-webkit-scrollbar{display:none}
#people-say .psm-carousel-track{display:flex;align-items:stretch;gap:12px;width:max-content;min-width:100%}
#people-say .psm-story{position:relative;display:flex;flex:0 0 188px;flex-direction:column;width:188px;min-height:312px;overflow:hidden;border:1px solid #e7e8ec;border-radius:8px;background:#fff;box-shadow:0 2px 5px rgba(16,24,40,.08);scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease}
#people-say .psm-story:hover{transform:translateY(-4px);box-shadow:0 13px 24px rgba(16,24,40,.13)}
#people-say .psm-story--featured{display:block;flex-basis:405px;width:405px;min-height:312px;border-color:#dbe0e9;background:#071427;color:#fff}
#people-say .psm-story-image{position:relative;flex:none;width:100%;height:140px;overflow:hidden;background:#e8eaf0;cursor:default}
#people-say .psm-story-image.js-people-video{cursor:pointer}
#people-say .psm-story-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}
#people-say .psm-story:hover .psm-story-image img{transform:scale(1.045)}
#people-say .psm-story--featured .psm-story-image{position:absolute;inset:0;width:100%;height:100%}
#people-say .psm-story-shade{display:none;position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,9,23,.02) 25%,rgba(1,9,23,.92) 100%)}
#people-say .psm-story--featured .psm-story-shade{display:block}
#people-say .psm-date{position:absolute;z-index:2;top:10px;left:10px;display:grid;place-content:center;width:43px;height:60px;padding:3px;border-radius:5px;background:rgba(255,255,255,.96);box-shadow:0 2px 7px rgba(0,0,0,.12);color:#1c2842;text-align:center;font-style:normal}
#people-say .psm-date strong{font-size:18px;line-height:.95;font-weight:800}.psm-date span{font-size:9px;font-weight:700;line-height:1.28}.psm-date small{font-size:8px;line-height:1.1;color:#5d687a}
#people-say .psm-featured-label{position:absolute;z-index:2;top:16px;left:15px;padding:5px 9px;border-radius:5px;background:#6331bd;color:#fff;font-size:9px;font-weight:800;line-height:1}
#people-say .psm-story--featured .psm-date{top:141px;left:15px;width:48px;height:66px;background:rgba(9,17,32,.84);border:1px solid rgba(255,255,255,.5);box-shadow:none;color:#fff}.psm-story--featured .psm-date small{color:#fff}
#people-say .psm-play{position:absolute;z-index:2;right:10px;bottom:9px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:rgba(255,255,255,.94);color:var(--psm-accent);font-size:15px;box-shadow:0 2px 7px rgba(0,0,0,.18)}
#people-say .psm-story-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:11px 12px 10px}
#people-say .psm-topic{display:inline-flex;margin-bottom:7px;padding:4px 8px;border-radius:4px;background:var(--psm-accent);color:#fff;font-size:8px;font-weight:800;letter-spacing:.03em;line-height:1;text-transform:uppercase}
#people-say .psm-story-copy h3{display:-webkit-box;overflow:hidden;margin:0 0 7px;color:#17213a;font-size:14px;font-weight:800;letter-spacing:-.27px;line-height:1.33;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#people-say .psm-story-copy p{display:-webkit-box;overflow:hidden;margin:0;color:#6b7280;font-size:10px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}
#people-say .psm-read{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:10px;border:0;background:transparent;color:var(--psm-accent);font:800 10px/1 Inter,Arial,sans-serif;text-decoration:none}.psm-read:hover{filter:brightness(.8)}.psm-read--disabled{color:#98a2b3}
#people-say .psm-video-actions{display:flex;align-items:center;gap:6px;margin-top:9px}#people-say .psm-video-actions a,#people-say .psm-video-actions button{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:24px;height:24px;padding:0;border:1px solid #e2e5eb;border-radius:50%;background:#fff;color:var(--psm-accent);font-size:11px;text-decoration:none}#people-say .psm-video-actions span{font-size:8px;font-weight:800}#people-say .psm-video-actions a:first-child{width:auto;padding:0 7px;border-radius:999px}#people-say .psm-video-actions a:hover,#people-say .psm-video-actions button:hover{border-color:var(--psm-accent);background:var(--psm-accent);color:#fff}
#people-say .psm-story--featured .psm-story-copy{position:absolute;z-index:2;right:0;bottom:27px;left:0;display:block;padding:0 20px;color:#fff}.psm-story--featured .psm-topic{margin-bottom:11px;background:rgba(255,255,255,.16)}.psm-story--featured .psm-story-copy h3{margin:0 0 8px;color:#fff;font-size:23px;line-height:1.18;-webkit-line-clamp:2}.psm-story--featured .psm-story-copy p{color:rgba(255,255,255,.9);font-size:11px;line-height:1.48;-webkit-line-clamp:2}.psm-story--featured .psm-read{margin-top:12px;padding:9px 17px;border-radius:5px;background:#6634bc;color:#fff;font-size:10px}
#people-say .psm-featured-bottom{position:absolute;z-index:3;right:18px;bottom:12px;left:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.8);font-size:9px}.psm-featured-bottom i{color:#ed4e6d}
#people-say .psm-carousel-nav{position:absolute;z-index:5;top:50%;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#823fae;box-shadow:0 4px 12px rgba(32,20,62,.17);font-size:19px;transform:translateY(-50%);transition:.18s ease}.psm-carousel-nav:hover{background:#6c3fc3;color:#fff}.psm-carousel-nav--left{left:-20px}.psm-carousel-nav--right{right:-20px}
*/
#people-say .psm-lightbox{position:fixed;z-index:2147483000;inset:0;display:none;place-items:center;padding:20px;background:rgba(3,8,17,.9)}#people-say .psm-lightbox.is-open{display:grid}.psm-player-wrap{width:min(100%,1050px);overflow:hidden;background:#000;box-shadow:0 20px 70px rgba(0,0,0,.5)}.people-say-player,.people-say-youtube-player{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000}.psm-close{position:absolute;z-index:1;top:16px;right:16px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#17213a}
.psm-modal{overflow:hidden;border:0;border-radius:16px;font-family:Inter,"Noto Sans Devanagari",Arial,sans-serif}.psm-modal-head{padding:28px 30px 18px;background:linear-gradient(130deg,#bd4212,#f36f21);color:#fff;text-align:center}.psm-modal-head i{font-size:26px}.psm-modal-head h4{margin:5px 0;font-weight:800}.psm-modal-head p{margin:0;font-size:13px;opacity:.88}.psm-access-tabs{display:flex;gap:6px;padding:18px 24px 0}.psm-access-tabs button{flex:1;padding:9px;border:0;border-radius:6px;background:#fff1e8;color:#c65518;font-weight:700}.psm-access-tabs button.is-active{background:#f36f21;color:#fff}.psm-access-panel{display:none;padding:20px 28px 28px}.psm-access-panel.is-active{display:block}.psm-access-panel label{display:grid;gap:5px;margin:0 0 12px;color:#344054;font-size:12px;font-weight:700}.psm-access-panel input{width:100%;height:39px;padding:8px 10px;border:1px solid #d8dce5;border-radius:6px;color:#17213a;font:400 13px Inter,Arial,sans-serif}.psm-access-panel form>button,.psm-submit{width:100%;min-height:41px;border:0;border-radius:7px;background:#f36f21;color:#fff;font-weight:800}.psm-access-status{display:block;margin:8px 0 0;color:#b42318;font-size:12px}.psm-access-status.is-success,.psm-access-status.is-valid{color:#027a48}.psm-upload-fields{display:grid;gap:14px;padding:24px 30px 30px}.psm-file{position:relative;display:grid;place-items:center;gap:5px;min-height:125px;padding:16px;border:1px dashed #f3a276;border-radius:10px;background:#fff8f3;color:#c65518;text-align:center;cursor:pointer}.psm-file i,.psm-file strong,.psm-file small{pointer-events:none}.psm-file i{font-size:25px}.psm-file strong{font-size:13px}.psm-file small{color:#667085;font-size:11px}.psm-file input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.psm-file--photo{min-height:80px}.psm-consent{color:#475467;font-size:12px}.people-say-video-preview{width:100%;border-radius:8px;background:#000}
/* public-dynamic-runtime.css puts Bootstrap's backdrop at 2147483600.
   Keep these dialogs above it, otherwise the backdrop blocks every control. */
body #peopleSayAccessModal.modal,body #peopleSayUploadModal.modal{z-index:2147483646!important;pointer-events:auto!important}body #peopleSayAccessModal .modal-dialog,body #peopleSayUploadModal .modal-dialog,body #peopleSayAccessModal .modal-content,body #peopleSayUploadModal .modal-content{pointer-events:auto!important;opacity:1!important;filter:none!important}
.psm-toast{position:fixed;z-index:2147483647;top:24px;right:24px;display:flex;align-items:flex-start;gap:10px;width:min(390px,calc(100vw - 32px));padding:14px;border-radius:12px;background:#fff;box-shadow:0 16px 40px rgba(16,24,40,.22);color:#344054;font:600 13px/1.45 Inter,"Noto Sans Devanagari",Arial,sans-serif;animation:psmToastIn .25s ease-out}.psm-toast>i{margin-top:1px;font-size:18px}.psm-toast span{flex:1}.psm-toast button{border:0}.psm-toast__action{align-self:center;padding:7px 12px!important;border-radius:7px!important;background:#f36f21!important;color:#fff!important;font:800 12px/1 Inter,"Noto Sans Devanagari",Arial,sans-serif!important}.psm-toast__close{padding:1px!important;background:transparent!important;color:#667085!important}.psm-toast--success{border-left:4px solid #12b76a}.psm-toast--success>i{color:#12b76a}.psm-toast--error{border-left:4px solid #f04438}.psm-toast--error>i{color:#f04438}.psm-toast.is-closing{opacity:0;transform:translateY(-10px);transition:.2s ease}@keyframes psmToastIn{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
.psm-join-notice{position:fixed;z-index:2147483647;inset:0;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.52);font-family:Inter,"Noto Sans Devanagari",Arial,sans-serif}.psm-join-notice__card{position:relative;width:min(100%,470px);padding:38px 40px 34px;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.3);text-align:center}.psm-join-notice__card>i{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 15px;border-radius:50%;background:#fff1e8;color:#f36f21;font-size:27px}.psm-join-notice h3{margin:0 0 10px;color:#1d2939;font-size:24px;font-weight:800}.psm-join-notice p{margin:0 auto 22px;color:#667085;font-size:14px;line-height:1.6}.psm-join-notice__primary{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 22px;border:0;border-radius:8px;background:#f36f21;color:#fff;font-weight:800}.psm-join-notice__close{position:absolute;top:13px;right:13px;border:0;background:transparent;color:#667085}
/* Retired responsive card rules; the modal-only adjustments remain active. */
/*
@media(max-width:991px){#people-say .psm-story{flex-basis:210px;width:210px}#people-say .psm-story--featured{flex-basis:360px;width:360px}#people-say .psm-media-heading h2{font-size:38px}}
@media(max-width:767px){#people-say.psm-media-section{padding-top:25px}#people-say .psm-media-shell{width:calc(100% - 28px)}#people-say .psm-media-heading{margin-bottom:23px}#people-say .psm-media-heading h2{font-size:31px}#people-say .psm-media-heading p{padding:0 5px;font-size:12px}#people-say .psm-all-button{position:static;margin-top:16px}#people-say .psm-carousel{overflow-x:auto}#people-say .psm-story{flex-basis:78vw;width:78vw}#people-say .psm-story--featured{flex-basis:84vw;width:84vw;min-height:330px}#people-say .psm-carousel-nav{display:none}}
*/
@media(max-width:767px){.psm-upload-fields{padding:18px}.psm-modal-head{padding:23px 20px 16px}}
