.cine-cs-detail{padding:8rem 0;position:relative;background:#000;color:#fff;overflow:hidden}.cine-cs-container{max-width:1200px;margin:0 auto;padding:0 5%}.cine-cs-overview{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:8rem}.cine-cs-info-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);padding:3rem;border-radius:32px;backdrop-filter:blur(20px)}.cine-cs-label{color:var(--primary-color,#6366f1);text-transform:uppercase;letter-spacing:2px;font-weight:700;font-size:.85rem;margin-bottom:1rem;display:block}.cine-cs-title-main{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:2rem;font-weight:800}.cine-cs-summary{font-size:1.25rem;color:hsla(0,0%,100%,.7);line-height:1.7}.cine-cs-image-wrapper{position:relative;height:500px;border-radius:40px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,.6)}.cine-cs-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cine-cs-narrative{display:flex;flex-direction:column;gap:12rem}.cine-cs-section{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:flex-start}.cine-cs-section.reversed{grid-template-columns:1.2fr 1fr;direction:rtl}.cine-cs-section.reversed .cine-cs-text-box{direction:ltr}.cine-cs-sticky-headline{position:sticky;top:100px}.cine-cs-num{font-size:6rem;font-weight:900;color:hsla(0,0%,100%,.05);line-height:.8;margin-bottom:1rem}.cine-cs-heading{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cine-cs-text-box{font-size:1.15rem;line-height:1.8;color:hsla(0,0%,100%,.8)}.cine-cs-text-box b{color:#fff;display:block;font-size:1.3rem;margin-bottom:.5rem;margin-top:2rem}.cine-cs-text-box b:first-child{margin-top:0}.cine-cs-text-box p{margin-bottom:1.5rem;color:#c6c6c6}.cine-cs-text-box table{width:100%;margin:4rem 0;border-collapse:collapse;border-radius:20px;overflow:hidden;background:hsla(0,0%,100%,.02);box-shadow:0 20px 40px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.08)}.cine-cs-text-box th{background:hsla(0,0%,100%,.04);color:var(--primary-color,#6366f1);font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:.8rem;padding:1.5rem 2rem;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}.cine-cs-text-box td{padding:1.5rem 2rem;color:hsla(0,0%,100%,.8);border-bottom:1px solid hsla(0,0%,100%,.04);font-size:1.05rem;line-height:1.6}.cine-cs-text-box tr:last-child td{border-bottom:none}.cine-cs-text-box tr:nth-child(2n){background:hsla(0,0%,100%,.01)}.cine-cs-text-box tr:hover td{background:hsla(0,0%,100%,.03);color:#fff;transition:all .3s ease}.table-wrapper{width:100%;overflow-x:auto;margin:3rem 0}@media (max-width:768px){.cine-cs-text-box table{min-width:650px}}.cine-cs-results{background:radial-gradient(circle at top right,rgba(99,102,241,.1),transparent);padding:6rem 0;margin-top:10rem;border-top:1px solid hsla(0,0%,100%,.05)}.cine-cs-grid-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.cine-cs-result-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);padding:3rem;border-radius:24px;text-align:center;transition:transform .4s ease}.cine-cs-result-card:hover{transform:translateY(-10px);border-color:var(--primary-color,#6366f1)}.cine-cs-result-val{display:block;font-size:3.5rem;font-weight:800;color:var(--primary-color,#6366f1);margin-bottom:1rem}.cine-cs-result-label{font-size:1.1rem;color:hsla(0,0%,100%,.6)}.cine-cs-impact-header{text-align:center;margin-bottom:2rem}.cine-cs-industry-tag{text-align:center;color:hsla(0,0%,100%,.5);font-size:.9rem;letter-spacing:1px;text-transform:uppercase;margin-top:.5rem}.cine-cs-timeline-section{padding:6rem 0;margin-bottom:6rem;border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05)}.cine-cs-timeline-header{text-align:center;margin-bottom:4rem}.cine-cs-timeline{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.cine-cs-timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,var(--primary-color,#6366f1) 15%,var(--primary-color,#6366f1) 85%,transparent);transform:translateX(-50%)}.cine-cs-timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.cine-cs-timeline-item.left{flex-direction:row;padding-right:calc(50% + 2rem);justify-content:flex-end}.cine-cs-timeline-item.right{flex-direction:row-reverse;padding-left:calc(50% + 2rem);justify-content:flex-end}.cine-cs-timeline-dot{position:absolute;left:50%;transform:translateX(-50%);width:40px;height:40px;border-radius:50%;background:var(--primary-color,#6366f1);display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 20px rgba(99,102,241,.4)}.cine-cs-timeline-step{color:#fff;font-weight:800;font-size:.9rem}.cine-cs-timeline-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);padding:1.5rem 2rem;border-radius:16px;backdrop-filter:blur(10px);transition:border-color .3s ease,transform .3s ease}.cine-cs-timeline-card:hover{border-color:var(--primary-color,#6366f1);transform:translateY(-2px)}.cine-cs-timeline-duration{color:var(--primary-color,#6366f1);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;display:block;margin-bottom:.5rem}.cine-cs-timeline-phase{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.cine-cs-quick-facts{display:flex;justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid hsla(0,0%,100%,.05);flex-wrap:wrap}.cine-cs-fact{text-align:center}.cine-cs-fact-label{display:block;color:var(--primary-color,#6366f1);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.cine-cs-fact-value{display:block;color:hsla(0,0%,100%,.8);font-size:1rem;font-weight:500}.cine-cs-business-impact{padding:6rem 0;margin-top:6rem;background:radial-gradient(ellipse at center,rgba(99,102,241,.08),transparent 70%)}.cine-cs-impact-banner{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:32px;padding:4rem;text-align:center;backdrop-filter:blur(20px);position:relative;overflow:hidden}.cine-cs-impact-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--primary-color,#6366f1),transparent)}.cine-cs-impact-text{font-size:1.4rem;line-height:1.7;color:hsla(0,0%,100%,.85);max-width:700px;margin:1.5rem auto 2.5rem;font-weight:400}.cine-cs-impact-cta{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.cine-cs-cta-btn{display:inline-block;padding:1rem 2.5rem;background:var(--primary-color,#6366f1);color:#fff;font-weight:700;font-size:1rem;border-radius:12px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;letter-spacing:.5px}.cine-cs-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(99,102,241,.3)}.cine-cs-cta-link{color:var(--primary-color,#6366f1);font-weight:600;font-size:1rem;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.cine-cs-cta-link:hover{border-bottom-color:var(--primary-color,#6366f1)}@media (max-width:1024px){.cine-cs-overview,.cine-cs-section{grid-template-columns:1fr;gap:3rem}.cine-cs-section.reversed{grid-template-columns:1fr}.cine-cs-sticky-headline{position:relative;top:0}.cine-cs-image-wrapper{height:350px}.cine-cs-impact-banner{padding:2.5rem 1.5rem}.cine-cs-impact-text{font-size:1.15rem}}@media (max-width:768px){.cine-cs-timeline-line{left:20px}.cine-cs-timeline-item.left,.cine-cs-timeline-item.right{flex-direction:row;padding-right:0;padding-left:60px;justify-content:flex-start}.cine-cs-timeline-item.right{flex-direction:row}.cine-cs-timeline-dot{left:20px;width:32px;height:32px}.cine-cs-timeline-step{font-size:.75rem}.cine-cs-timeline-card{padding:1rem 1.25rem}.cine-cs-quick-facts{gap:1.5rem}.cine-cs-result-val{font-size:2.5rem}}