.read-hero-wrap{max-width:800px;min-height:420px;margin:0 auto 48px;position:relative}@keyframes readFloatTL{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-10px)rotate(-9deg)}}@keyframes readFloatBL{0%,to{transform:translateY(0)rotate(-6deg)}50%{transform:translateY(-10px)rotate(-7deg)}}@keyframes readFloatC{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 8px))}}@keyframes readFloatTR{0%,to{transform:translateY(0)rotate(6deg)}50%{transform:translateY(-10px)rotate(6deg)}}@keyframes readFloatBR{0%,to{transform:translateY(0)rotate(5deg)}50%{transform:translateY(-10px)rotate(5deg)}}.read-float-card{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:16px 20px;animation-duration:6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;display:flex;position:absolute;box-shadow:0 12px 40px #0000001f,0 4px 16px #0000000f}.read-float-card-tl{z-index:2;width:130px;animation-name:readFloatTL;animation-delay:0s;top:0;left:0}.read-float-card-bl{z-index:2;width:120px;animation-name:readFloatBL;animation-delay:.4s;bottom:24px;left:-16px}.read-float-card-tr{z-index:2;width:100px;animation-name:readFloatTR;animation-delay:.6s;top:12px;right:-24px}.read-float-card-br{z-index:2;width:140px;animation-name:readFloatBR;animation-delay:.8s;bottom:28px;right:8px}.read-float-card-center{z-index:1;width:540px;max-width:95%;min-height:300px;animation-name:readFloatC;animation-delay:.2s;top:50%;left:50%;overflow:hidden}.read-float-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.read-float-value{color:var(--blue);font-size:20px;font-weight:800}.read-float-sublabel{color:var(--text-muted);font-size:11px}.read-float-num{color:var(--text);letter-spacing:-.5px;font-size:24px;font-weight:800}.read-float-chart{flex-direction:row;align-items:flex-end;gap:6px;height:70px;padding:12px 16px}.read-chart-bar{background:linear-gradient(180deg, var(--blue) 0%, var(--blue-bright) 100%);border-radius:4px 4px 0 0;width:12px;min-height:8px;animation:6s ease-in-out infinite readFloatTR}.read-hero-center-img{object-fit:contain;width:100%;height:100%}.read-hero-placeholder{background:linear-gradient(135deg,#f8faff 0%,#eef2ff 100%);border-radius:16px;flex-direction:column;width:100%;height:100%;min-height:280px;padding:20px;display:none}.read-hero-placeholder.show{display:flex}.read-placeholder-header{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.read-placeholder-badge{background:var(--blue);color:var(--white);border-radius:6px;padding:2px 8px;font-size:10px}.read-placeholder-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.read-placeholder-cell{border:1px solid var(--border);background:#fffc;border-radius:8px}.read-placeholder-chart{background:linear-gradient(#1e3dbf1a 0%,#0000 100%);grid-column:span 3;min-height:80px}.read-feature-section{background:var(--light-bg);padding:96px 0 120px;overflow:hidden}.read-feature-pin-wrapper{flex-direction:column;min-height:100vh;display:flex}.read-feature-header{justify-content:space-between;align-items:flex-end;gap:48px;max-width:1280px;margin:0 auto 48px;padding:0 24px;display:flex}.read-feature-header-left{flex:1;min-width:0}.read-feature-header-left .section-badge{margin-bottom:16px}.read-feature-header-left .section-headline{margin-bottom:12px}.read-feature-sub{color:var(--text-muted);max-width:540px;font-size:18px;line-height:1.65}.read-feature-header-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:20px;display:flex}.read-feature-tabs-wrap{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.read-feature-tab{border:1.5px solid var(--border);background:var(--white);color:var(--text-mid);cursor:pointer;border-radius:100px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .25s}.read-feature-tab:hover{color:var(--text);background:#f8faff;border-color:#c7d2fe}.read-feature-tab.active{background:var(--blue);border-color:var(--blue);color:var(--white)}.read-feature-nav{gap:10px;display:flex}.read-feature-prev,.read-feature-next{background:var(--white);color:#4b5563;cursor:pointer;border:1.5px solid #d4dbe8;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:border-color .2s,color .2s,background .2s;display:flex}.read-feature-prev:hover,.read-feature-next:hover{border-color:var(--blue);color:var(--blue);background:#eef4ff}.read-feature-progress{gap:8px;display:flex}.read-progress-dot{cursor:pointer;background:0 0;border:1.5px solid #bfcad8;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.read-progress-dot:hover{border-color:var(--blue);background:#c7d2fe}.read-progress-dot.active{background:var(--blue);border-color:var(--blue);width:24px}.read-feature-carousel-wrap{flex-direction:column;flex:1;justify-content:flex-start;display:flex;overflow:hidden}.read-feature-track{align-items:stretch;gap:0;width:max-content;height:max-content;padding:0 17.5vw;display:flex}.read-feature-card{box-sizing:border-box;transform-origin:50%;flex:0 0 50vw;padding:0 12px;display:flex}.read-feature-card .read-feature-card-inner{opacity:.97;transition:opacity .5s,transform .5s;transform:translateY(8px)}.read-feature-card.in-view{flex:0 0 50vw}.read-feature-card.in-view .read-feature-card-inner{opacity:1;transform:translateY(0)}.read-feature-card-inner{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex:1;grid-template-columns:1fr 1.1fr;align-items:center;gap:64px;min-height:420px;padding:40px 48px;transition:box-shadow .3s,transform .3s;display:grid;box-shadow:0 4px 24px #00000014,0 2px 8px #0000000a}.read-feature-card-inner:hover{box-shadow:0 12px 48px #0000001a,0 4px 16px #0000000f}.read-feature-content{min-width:0}.read-feature-card-title{color:var(--text);letter-spacing:-.5px;margin-bottom:16px;font-size:28px;font-weight:800;line-height:1.25}.read-feature-card-desc{color:var(--text-muted);font-size:18px;line-height:1.7}.read-feature-visual{min-width:0}.read-visual-container{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(135deg,#f8faff 0%,#eef2ff 100%);padding:24px;position:relative}.read-visual-placeholder{border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex;position:relative;overflow:hidden}.read-feature-img{object-fit:contain;object-position:center;border-radius:12px;width:100%;height:auto;max-height:320px;transition:transform .4s;display:block}.read-visual-container:hover .read-feature-img{transform:scale(1.02)}.read-placeholder-fallback{min-height:240px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:none}.read-placeholder-fallback.show{display:flex}.read-placeholder-blocks{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.read-placeholder-block{border:1px solid var(--border);background:#ffffffe6;border-radius:12px;height:100px;transition:transform .3s,box-shadow .3s}.read-visual-container:hover .read-placeholder-block{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.read-placeholder-lines{flex-direction:column;gap:8px;display:flex}.read-placeholder-lines span{background:#0000000f;border-radius:6px;width:100%;height:10px;display:block}.read-placeholder-lines span:first-child{width:100%}.read-placeholder-lines span:nth-child(2){width:85%}.read-placeholder-lines span:nth-child(3){width:95%}.read-placeholder-lines span:nth-child(4){width:70%}.read-placeholder-lines span:nth-child(5){width:90%}.read-visual-callouts{z-index:2;flex-direction:column;gap:10px;display:flex;position:absolute;top:12px;right:12px}.read-callout{white-space:nowrap;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex;box-shadow:0 4px 16px #0000001f}.read-callout--yellow{background:var(--white);border:2px solid #f5a623}.read-callout--yellow .read-callout-num{color:#f5a623;border:2px solid #f5a623;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:inline-flex}.read-callout--orange{background:var(--white);border:2px solid #ea580c}.read-callout--orange .read-callout-num{color:#ea580c;border:2px solid #ea580c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:inline-flex}.read-callout--blue{background:var(--white);border:2px solid var(--blue)}.read-callout--blue .read-callout-num{color:var(--blue);font-size:16px;font-weight:800}.read-callout-num{flex-shrink:0}.read-callout-label{color:var(--text);font-size:12px;font-weight:600}.read-visual-footer{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #ea580c33;border-radius:12px;padding:16px 20px}.read-visual-footer strong{color:var(--text);margin-bottom:8px;font-size:14px;display:block}.read-visual-footer p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.read-placeholder-score{color:var(--blue);font-size:56px;font-weight:900;line-height:1}.read-summary-placeholder{flex-direction:column;gap:12px;width:100%;display:flex}.read-summary-placeholder .read-summary-line{background:#00000014;border-radius:6px;width:100%;height:12px}.read-summary-placeholder .read-summary-line.short{width:70%}.read-sources-placeholder{flex-direction:column;gap:12px;display:flex}.read-source-item{border:1px solid var(--border);background:#fffc;border-radius:8px;height:40px}.read-amendment-placeholder{flex-direction:column;gap:12px;display:flex}.read-amendment-item{color:var(--text-mid);align-items:center;gap:10px;font-size:14px;display:flex}.read-amendment-dot{background:var(--blue);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width<=1024px){.read-feature-header{flex-direction:column;align-items:stretch}.read-feature-header-right{flex-flow:wrap;align-items:flex-start;gap:16px}.read-feature-tabs-wrap{justify-content:flex-start}.read-feature-card-inner{grid-template-columns:1fr;gap:40px;padding:32px 24px}.read-feature-content{order:1}.read-feature-visual{order:0}.read-feature-track{padding:0 10vw}.read-feature-card,.read-feature-card.in-view{flex:0 0 80vw;min-width:80vw}.read-feature-img{max-height:280px}}@media (width<=768px){.read-feature-section{padding:64px 0 80px}.read-visual-placeholder{min-height:180px}.read-feature-img{max-height:240px}.read-feature-tabs-wrap{gap:8px}.read-feature-tab{padding:8px 14px;font-size:12px}.read-feature-card-title{font-size:22px}.read-feature-card-desc{font-size:16px}.read-feature-card-inner{min-height:auto}.read-visual-callouts{top:8px;right:8px}.read-callout{padding:8px 12px;font-size:11px}}@media (width<=900px){.read-float-card-tl,.read-float-card-bl,.read-float-card-tr,.read-float-card-br{display:none}.read-float-card-center{width:320px;min-height:260px}}@media (width<=768px){.read-hero-wrap{min-height:320px}.read-float-card-center{width:280px;min-height:220px}}.flow-hero-ctas .btn-ghost{color:var(--blue);border-color:var(--blue);background:var(--white)}.flow-hero-ctas .btn-ghost:hover{color:var(--white);background:var(--blue);border-color:var(--blue)}
