:root{--product-primary-color:#00827f;--product-primary-light:#00a09d;--product-primary-dark:#006663;--product-secondary-color:#2f73e1;--product-accent-light:#4a8bf5;--product-accent-dark:#1d5bbf;--product-font-body:"Inter",sans-serif;--product-font-heading:"IBM Plex Sans",sans-serif;--product-font-subheading:"Nunito Sans",sans-serif;--product-font-special:"Work Sans",sans-serif;--product-font-light:300;--product-font-regular:400;--product-font-medium:500;--product-font-semibold:600;--product-font-bold:700}.product-container{background:#ffffff;color:#1a1a1a;font-family:var(--product-font-body);line-height:1.6}.product-container-inner{max-width:1400px;margin:0 auto;padding:0 2rem}.product-justified{text-align:left;hyphens:auto}.product-highlight{background:linear-gradient(135deg,var(--product-primary-color),var(--product-secondary-color),#fdcc2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.product-hero{padding:6rem 0 4rem;position:relative;background:#ffffff;overflow:hidden}.product-hero-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.floating-shape{position:absolute;border-radius:50%;opacity:.1;animation:float 15s ease-in-out infinite}.shape-1{width:300px;height:300px;top:-150px;left:-150px;animation-delay:0s}.shape-2{width:200px;height:200px;bottom:-100px;right:10%;animation-delay:5s}.shape-3{width:150px;height:150px;top:30%;right:-75px;animation-delay:10s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(20px) rotate(-5deg)}}.product-container-inner{display:grid}.product-container-inner,.product-container-inner-contact{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.product-hero-content{position:relative;z-index:2;max-width:650px}.product-badge{display:inline-flex;align-items:center;background:rgba(0,130,127,.1);color:var(--product-primary-color);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:var(--product-font-medium);margin-bottom:1.5rem;border:1px solid rgba(0,130,127,.2);animation:badgeSlideIn .8s ease-out forwards;opacity:0;transform:translateY(-20px)}.product-main-title{font-family:var(--product-font-heading);font-size:2.8rem;font-weight:var(--product-font-bold);line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.product-title-line{animation:slideInUp .8s ease-out forwards;animation-delay:.2s}.product-title-line,.product-title-line-adhyayan{display:block;opacity:0;transform:translateY(20px)}.product-title-line-adhyayan{animation:slideInUp .8s ease-out forwards;background:linear-gradient(135deg,var(--product-primary-color),var(--product-secondary-color),#fdcc2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation-delay:.4s}.product-hero-subtitle{font-size:1.25rem;color:black;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .8s forwards;opacity:0;transform:translateY(20px);line-height:1.7}.product-hero-actions{display:flex;gap:1rem;margin-bottom:3rem;animation:actionsSlideIn .8s ease-out 1s forwards;opacity:0;transform:translateY(20px)}.product-button{padding:.875rem 2rem;border-radius:.5rem;font-weight:var(--product-font-medium);font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.product-button.primary{background:var(--product-primary-color);color:white;box-shadow:0 4px 6px rgba(0,130,127,.2)}.product-button.primary:hover{background:var(--product-primary-dark);transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,130,127,.3)}.product-button.secondary{background:transparent;color:var(--product-primary-color);border:1px solid var(--product-primary-color)}.product-button.secondary:hover{background:rgba(0,130,127,.05)}.product-hero-stats{display:flex;gap:2rem;animation:statsSlideIn .8s ease-out 1.2s forwards;opacity:0;transform:translateY(20px)}.stat{text-align:center}.stat-number{font-size:1.875rem;font-weight:var(--product-font-bold);color:black;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:black}.product-hero-visual{position:relative;z-index:2;width:100%;animation:visualSlideIn 1s ease-out .5s forwards;opacity:0;transform:translateX(50px)}.dashboard-preview{background:white;border-radius:1rem;box-shadow:0 20px 25px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.dashboard-preview:hover{transform:scale(1.02);box-shadow:0 25px 35px rgba(0,0,0,.15)}.browser-window{background:white}.browser-controls{display:flex;padding:1rem;background:#f8fafc}.browser-dot{width:12px;height:12px;border-radius:50%;margin-right:.5rem;animation:dotPulse 2s ease-in-out infinite}.browser-dot:first-child{background:#ef4444;animation-delay:0s}.browser-dot:nth-child(2){background:#f59e0b;animation-delay:.2s}.browser-dot:nth-child(3){background:#10b981;animation-delay:.4s}.dashboard-content{padding:1.5rem}.dashboard-header{margin-bottom:1.5rem}.dashboard-title{font-weight:var(--product-font-semibold);color:#1e293b}.dashboard-text-animate{display:inline-block;animation:titleGlow 3s ease-in-out infinite alternate}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.metric-card{background:#f8fafc;padding:1rem;border-radius:.5rem;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease;animation:metricSlideIn .6s ease-out forwards;opacity:0;transform:translateY(20px)}.metric-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,130,127,.1)}.metric-card-1{animation-delay:1.5s}.metric-card-2{animation-delay:1.7s}.metric-card-3{animation-delay:1.9s}.metric-card-4{animation-delay:2.1s}.metric-value{font-size:1.5rem;font-weight:var(--product-font-bold);color:var(--product-primary-color);margin-bottom:.25rem}.metric-label{font-size:.75rem;color:black}.chart-area{display:flex;align-items:flex-end;height:100px;gap:.5rem;padding:1rem;background:#f1f5f9;border-radius:.5rem}.chart-bar{flex:1;background:var(--product-primary-color);border-radius:4px 4px 0 0;opacity:.7;transition:all .3s ease;animation:chartGrow .8s ease-out forwards;height:0}.chart-bar:hover{opacity:1;transform:scaleY(1.1)}.chart-bar-1{animation-delay:2.3s}.chart-bar-2{animation-delay:2.5s}.chart-bar-3{animation-delay:2.7s}.chart-bar-4{animation-delay:2.9s}.chart-bar-5{animation-delay:3.1s}.product-section{padding:5rem 0;opacity:0;transform:translateY(30px);transition:all .8s ease-out;background:#ffffff}.product-section.animate-in{opacity:1;transform:translateY(0)}.product-section:last-child{border-bottom:none}.product-section .product-container-inner{display:block}.product-section-title{font-family:var(--product-font-heading);font-size:2.5rem;font-weight:var(--product-font-bold);margin-bottom:2rem;text-align:center;letter-spacing:-.01em;animation:titleSlideIn .6s ease-out forwards}.animate-in .product-section-title{animation:titleSlideIn .6s ease-out .2s forwards;opacity:0;transform:translateY(20px)}.product-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.animate-in .product-feature-card{animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}.animate-in .product-feature-card:first-child{animation-delay:.1s}.animate-in .product-feature-card:nth-child(2){animation-delay:.2s}.animate-in .product-feature-card:nth-child(3){animation-delay:.3s}.product-feature-card{padding:2rem;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .3s ease;background:#ffffff}.feature-icon{font-size:2.5rem;margin-bottom:1rem;animation:iconBounce 2s ease-in-out infinite}.product-feature-card h3{font-family:var(--product-font-heading);font-size:1.5rem;font-weight:var(--product-font-semibold);margin-bottom:1rem;color:#1e293b}.product-feature-card p{color:black;margin-bottom:1.5rem;line-height:1.6}.product-feature-list{list-style-type:none;padding-left:0}.product-feature-list li{color:black;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative;animation:listItemSlideIn .5s ease-out forwards;opacity:0;transform:translateX(-20px)}.animate-in .product-feature-list li:first-child{animation-delay:.5s}.animate-in .product-feature-list li:nth-child(2){animation-delay:.7s}.animate-in .product-feature-list li:nth-child(3){animation-delay:.9s}.product-feature-list li:before{content:"•";color:var(--product-primary-color);font-weight:700;position:absolute;left:0}.difference-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.difference-text{padding-right:2rem}.difference-text p{color:black}.product-benefits-list{list-style-type:none;padding-left:0;margin-top:1.5rem}.product-benefits-list li{color:black;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative;animation:benefitSlideIn .5s ease-out forwards;opacity:0;transform:translateX(-20px)}.animate-in .product-benefits-list li:first-child{animation-delay:.6s}.animate-in .product-benefits-list li:nth-child(2){animation-delay:.8s}.animate-in .product-benefits-list li:nth-child(3){animation-delay:1s}.animate-in .product-benefits-list li:nth-child(4){animation-delay:1.2s}.product-benefits-list li:before{content:"✓";color:var(--product-primary-color);font-weight:700;position:absolute;left:0}.difference-visual{position:relative;height:300px}.visual-container{position:relative;width:100%;height:100%;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.data-point{position:absolute;background:white;padding:1rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:center;min-width:100px;border:1px solid #e2e8f0;transition:all .3s ease;animation:dataPointFloat .8s ease-out forwards;opacity:0;transform:scale(.8)}.data-point:hover{transform:scale(1.05);box-shadow:0 8px 15px rgba(0,130,127,.15)}.animate-in .data-point-1{animation-delay:.3s}.animate-in .data-point-2{animation-delay:.5s}.animate-in .data-point-3{animation-delay:.7s}.data-value{font-size:1.5rem;font-weight:var(--product-font-bold);color:var(--product-primary-color);animation:valueCountUp 2s ease-out infinite}.data-label{font-size:.875rem;color:black}.data-pulse{position:absolute;top:-5px;right:-5px;width:10px;height:10px;background:var(--product-primary-color);border-radius:50%;animation:pulseRing 2s ease-out infinite}.connection-line{background-image:radial-gradient(circle at center,var(--product-primary-light) 1px,transparent 1px);background-size:10px 10px;opacity:.3;animation:connectionFlow 10s linear infinite}.connection-line,.floating-nodes{position:absolute;top:0;left:0;width:100%;height:100%}.floating-nodes{pointer-events:none}.node{position:absolute;width:4px;height:4px;background:var(--product-primary-color);border-radius:50%;opacity:.6;animation:nodeFloat 15s linear infinite}.node-1{top:20%;left:10%;animation-delay:0s}.node-2{top:60%;left:80%;animation-delay:3s}.node-3{top:80%;left:20%;animation-delay:6s}.node-4{top:30%;right:10%;animation-delay:9s}.stakeholders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.animate-in .stakeholder-card{animation:cardSlideUp .6s ease-out forwards;opacity:0;transform:translateY(40px)}.animate-in .stakeholder-card:first-child{animation-delay:.2s}.animate-in .stakeholder-card:nth-child(2){animation-delay:.4s}.animate-in .stakeholder-card:nth-child(3){animation-delay:.6s}.stakeholder-card{padding:2rem;border:1px solid #e2e8f0;border-radius:.75rem;text-align:center;transition:all .3s ease;background:#ffffff}.stakeholder-avatar{font-size:3rem;margin-bottom:1.5rem;animation:avatarBounce 3s ease-in-out infinite}.stakeholder-card h3{font-family:var(--product-font-heading);font-size:1.5rem;font-weight:var(--product-font-semibold);margin-bottom:1rem;color:#1e293b}.stakeholder-card p{color:black;line-height:1.6}.product-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin:3rem 0}.animate-in .product-testimonial-card{animation:testimonialSlideIn .8s ease-out forwards;opacity:0;transform:translateY(30px) rotateX(10deg)}.animate-in .product-testimonial-card:first-child{animation-delay:.2s}.animate-in .product-testimonial-card:nth-child(2){animation-delay:.4s}.product-testimonial-card{padding:2.5rem;background:#ffffff;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.05);position:relative;border:1px solid #e2e8f0;transition:all .3s ease}.product-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,130,127,.1)}.testimonial-quote{position:absolute;top:1.5rem;left:1.5rem;font-size:4rem;color:var(--product-primary-light);opacity:.2;line-height:1;animation:quoteFloat 4s ease-in-out infinite}.product-testimonial-text{color:black;line-height:1.6;margin-bottom:1.5rem;font-style:italic;position:relative;z-index:1}.product-testimonial-author{border-top:1px solid #e2e8f0;padding-top:1.5rem}.author-name{font-weight:var(--product-font-semibold);color:#1e293b;margin-bottom:.25rem}.author-title{font-size:.875rem;color:black}.product-cta{padding:5rem 0;background:#ffffff;text-align:center;border-top:1px solid #e2e8f0}.cta-content{max-width:800px;margin:0 auto}.animate-in .cta-content{animation:ctaSlideIn .8s ease-out forwards;opacity:0;transform:translateY(30px)}.cta-subtitle{font-size:1.1rem;color:black;margin-bottom:2.5rem;line-height:1.7}.cta-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.cta-button{padding:1rem 2rem;border-radius:.5rem;font-weight:var(--product-font-medium);font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.cta-button.primary{background:var(--product-primary-color);color:white;box-shadow:0 4px 6px rgba(0,130,127,.2)}.cta-button.primary:hover{background:var(--product-primary-dark);transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,130,127,.3)}.cta-button.secondary{background:transparent;color:var(--product-primary-color);border:1px solid var(--product-primary-color)}.cta-button.secondary:hover{background:rgba(0,130,127,.05)}.product-contact-info{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.product-contact-item{color:black;font-weight:var(--product-font-medium)}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes titleSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes badgeSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes actionsSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes statsSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes visualSlideIn{to{opacity:1;transform:translateX(0)}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes titleGlow{0%{color:#1e293b}to{color:var(--product-primary-color)}}@keyframes metricSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes chartGrow{to{height:var(--target-height,60%)}}.chart-bar-1{--target-height:60%}.chart-bar-2{--target-height:75%}.chart-bar-3{--target-height:90%}.chart-bar-4{--target-height:65%}.chart-bar-5{--target-height:80%}@keyframes iconBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes listItemSlideIn{to{opacity:1;transform:translateX(0)}}@keyframes benefitSlideIn{to{opacity:1;transform:translateX(0)}}@keyframes dataPointFloat{to{opacity:1;transform:scale(1)}}@keyframes valueCountUp{0%,90%{transform:scale(1)}95%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes pulseRing{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}@keyframes connectionFlow{0%{background-position:0 0}to{background-position:10px 10px}}@keyframes nodeFloat{0%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}to{transform:translateY(0) rotate(1turn)}}@keyframes cardSlideUp{to{opacity:1;transform:translateY(0)}}@keyframes avatarBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes testimonialSlideIn{to{opacity:1;transform:translateY(0) rotateX(0deg)}}@keyframes quoteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes ctaSlideIn{to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.product-hero .product-container-inner{grid-template-columns:1fr;gap:3rem}.product-hero{padding:4rem 0}.product-hero-visual{width:100%;transform:translateX(0)}.product-main-title{font-size:2.5rem}.difference-content{grid-template-columns:1fr;gap:2rem}.difference-text{padding-right:0}.difference-visual{height:250px}}@media (max-width:768px){.product-container-inner{padding:0 1.5rem}.product-main-title,.product-section-title{font-size:2rem}.product-hero-actions{flex-direction:column}.product-hero-stats{justify-content:space-between;flex-wrap:wrap;gap:1rem}.stat{flex:1;min-width:100px}.cta-actions{flex-direction:column;align-items:center}.dashboard-grid,.product-features-grid,.product-testimonials-grid,.stakeholders-grid{grid-template-columns:1fr}.data-point{min-width:80px;padding:.75rem}.data-value{font-size:1.25rem}.difference-visual{height:200px}}@media (max-width:480px){.product-main-title,.product-section-title{font-size:1.75rem}.product-hero-subtitle{font-size:1.125rem}.product-feature-card,.product-testimonial-card,.stakeholder-card{padding:1.5rem}.product-hero-stats{gap:.5rem}.stat-number{font-size:1.5rem}.data-point{min-width:70px;padding:.5rem}.data-value{font-size:1rem}.data-label{font-size:.75rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}