:root{--click-to-view-text:"点击查看大图"}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}p{margin-bottom:1rem;color:#666}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary.large{padding:16px 32px;font-size:1.1rem}.btn-submit{display:inline-flex;align-items:center;gap:.5rem;padding:10px 20px;border-radius:20px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;background:#ffe739;color:#333;font-size:1rem}.btn-submit:hover{background:#ffed4a;transform:translateY(-1px);color:#333}.btn-secondary{background:transparent;color:#667eea;border-color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.cta-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease}.cta-btn:hover{opacity:.9;transform:translateY(-1px)}.language-switcher{background:rgba(102,126,234,.1);color:#667eea;border:1px solid #667eea;padding:6px 12px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-right:1rem}.language-switcher:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.98);z-index:1000;border-bottom:1px solid #e9ecef}.nav{justify-content:space-between;padding:1rem 0}.logo,.nav{display:flex;align-items:center}.logo{gap:.5rem;font-size:1.5rem;font-weight:700}.logo a{text-decoration:none;color:#667eea}.logo a,.nav-menu{display:flex;align-items:center}.nav-menu{gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#667eea}.user-group-nav{position:relative;display:inline-block}.user-group-label{color:#333;text-decoration:none;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.user-group-label:hover{color:#667eea;background:rgba(102,126,234,.1)}.qr-code-tooltip{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1001;min-width:180px;text-align:center}.user-group-nav:hover .qr-code-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(10px)}.qr-code-tooltip:before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.qr-code-tooltip p{margin:.5rem 0 0;color:#666;font-size:.85rem}.mobile-user-group{border-top:1px solid rgba(0,0,0,.1);padding:1rem 1.5rem;text-align:center}.mobile-user-group span{display:block;color:#333;font-weight:500;margin-bottom:1rem;font-size:.9rem}.mobile-qr-code{display:flex;flex-direction:column;align-items:center}.mobile-qr-code p{margin:.5rem 0 0;color:#666;font-size:.8rem}.mobile-nav{display:none}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-text{text-align:left}.hero-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:1200px;margin-bottom:2rem}.hero-tags{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.tag-item{display:inline-block;padding:.5rem 1rem;background:rgba(102,126,234,.1);color:#667eea;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(102,126,234,.2)}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle-text{font-size:1.5rem;font-weight:400;color:#666}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem}.hero-features{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.feature-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:8px;border:1px solid #e9ecef}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.dashboard-mockup{background:#fff;border-radius:12px;border:2px solid #e9ecef;width:400px;overflow:hidden;animation:float 6s ease-in-out infinite}.mockup-header{background:#f8f9fa;padding:1rem;border-bottom:1px solid #e9ecef;display:flex;align-items:center;justify-content:space-between}.dots{display:flex;gap:.5rem}.dots span{width:12px;height:12px;border-radius:50%;background:#dee2e6}.dots span:first-child{background:#ff5f56}.dots span:nth-child(2){background:#ffbd2e}.dots span:nth-child(3){background:#27ca3f}.mockup-title{font-weight:600;color:#495057}.mockup-content{padding:2rem}.chart-placeholder{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-direction:column}.chart-title{font-size:1rem;color:#667eea;font-weight:600;margin-bottom:1rem}.chart-bars{display:flex;gap:.5rem;align-items:end}.bar{width:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;animation:grow 2s ease-in-out infinite alternate}.bar:nth-child(2){animation-delay:.2s}.bar:nth-child(3){animation-delay:.4s}.bar:nth-child(4){animation-delay:.6s}.report-preview{display:flex;flex-direction:column;gap:.5rem}.preview-line{height:8px;background:#e9ecef;border-radius:4px}.preview-line.short{width:60%}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.view-more-btn{display:inline-block;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease;margin-top:1rem}.view-more-btn:hover{background:#5a6fd8;transform:translateY(-2px);color:#fff}.case-studies-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e9ecef}.features{padding:80px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;transition:transform .3s ease,border-color .3s ease;border:2px solid #f0f0f0}.feature-card:hover{transform:translateY(-3px);border-color:#667eea}.feature-card h3{margin-bottom:1rem;color:#333}.feature-card ul{list-style:none}.feature-card li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.feature-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.pricing{padding:60px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.pricing-card{max-width:500px;margin:0 auto;background:#fff;border-radius:16px;border:2px solid #e9ecef;overflow:hidden;position:relative}.pricing-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;text-align:center}.pricing-header h3{font-size:1.5rem;margin-bottom:1rem}.price{display:flex;align-items:baseline;justify-content:center;gap:.5rem}.currency{font-size:1.5rem;font-weight:600}.amount{font-size:4rem;font-weight:700}.period{font-size:1.2rem;opacity:.8}.price-description{margin-top:1rem;font-size:.9rem;color:#fff;opacity:.9;line-height:1.4;max-width:400px;margin-left:auto;margin-right:auto}.pricing-features{padding:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.pricing-features .feature-item{display:inline-block;padding:.5rem 1rem;background:#f8f9fa;border-radius:20px;font-size:.9rem;color:#666;border:1px solid #e9ecef}.value-proposition{background:#f8f9fa;padding:1rem 1.5rem;text-align:center}.value-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,gold,#ffed4e);color:#333;padding:.5rem 1rem;border-radius:20px;font-weight:600}.process{padding:80px 0;background:#fff}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;position:relative}.step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;position:relative;z-index:2}.step-content h3{margin-bottom:1rem;color:#333}.step-content p{color:#666;margin-bottom:1rem}.scenarios{padding:80px 0;background:#f8f9fa}.scenarios-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.scenario-card{background:#fff;padding:2rem;border-radius:12px;border:2px solid #f0f0f0;transition:transform .3s ease,border-color .3s ease}.scenario-card:hover{transform:translateY(-3px);border-color:#667eea}.scenario-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.scenario-icon i{font-size:1.5rem;color:#fff}.scenario-card h3{margin-bottom:1rem;color:#333}.scenario-card ul{list-style:none}.scenario-card li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.scenario-card li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700}.case-studies{padding:120px 0 80px;background:#fff}.case-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.case-item{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;border:2px solid #f0f0f0;transition:transform .3s ease,border-color .3s ease;cursor:pointer}.case-item:hover{transform:translateY(-3px);border-color:#667eea}.case-image{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1.5rem;background:#f8f9fa;cursor:pointer;position:relative}.case-image:after{content:var(--click-to-view-text);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.case-image:hover:after{opacity:1}.case-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.case-item:hover .case-image img{transform:scale(1.05)}.case-item h3{margin-bottom:.5rem;color:#333;font-size:1.1rem}.case-item p{color:#666;font-size:.9rem;line-height:1.4;margin:0}.report-contents{text-align:center;margin-top:3rem}.report-contents h3{margin-bottom:.5rem;color:#333}.report-subtitle{margin-bottom:2rem;color:#666;font-size:.9rem;font-style:italic}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;max-width:800px;margin:0 auto}.content-item{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e9ecef;transition:transform .3s ease,border-color .3s ease}.content-item:hover{transform:translateY(-2px);border-color:#667eea}.content-item i{color:#667eea;font-size:1.2rem}.content-item span{color:#333;font-weight:500}.guarantees{padding:80px 0;background:#f8f9fa}.guarantees-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.guarantee-card{background:#fff;padding:2rem;border-radius:12px;border:2px solid #f0f0f0;transition:transform .3s ease,border-color .3s ease}.guarantee-card:hover{transform:translateY(-3px);border-color:#28a745}.guarantee-icon{width:60px;height:60px;background:linear-gradient(135deg,#28a745,#20c997);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.guarantee-icon i{font-size:1.5rem;color:#fff}.guarantee-card h3{margin-bottom:1rem;color:#333}.guarantee-card ul{list-style:none}.guarantee-card li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.guarantee-card li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.cta{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9)}.cta-buttons{margin-bottom:3rem}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9)}.contact-item i{color:hsla(0,0%,100%,.7)}.why-choose{padding:80px 0;background:#fff;text-align:center}.why-choose h2{margin-bottom:3rem;color:#333}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.reason-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef;transition:transform .3s ease,border-color .3s ease}.reason-item:hover{transform:translateY(-2px);border-color:#28a745}.reason-item i{color:#28a745;font-size:1.5rem;flex-shrink:0}.reason-item h3{color:#333;margin-bottom:.5rem}.reason-item p{color:#666;margin:0}.section-header .subscribe-section{text-align:center;margin-top:1.5rem;margin-bottom:0;padding:0}.subscribe-section{text-align:center;margin-top:3rem;padding:2rem 0}.subscribe-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 32px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.subscribe-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.subscribe-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:2000}.subscribe-modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.3)}.subscribe-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;line-height:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.subscribe-modal-close:hover{color:#333}.subscribe-modal-header{text-align:center;margin-bottom:1.5rem}.subscribe-modal-header h3{color:#333;font-size:1.5rem;margin:0}.subscribe-modal-body{text-align:center}.qr-code-container{margin-bottom:1rem}.qr-code-container img{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.subscribe-modal-desc{color:#666;font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.subscribe-modal-footer{text-align:center}@media (max-width:768px){.subscribe-modal-content{padding:1.5rem}.qr-code-container img{width:150px;height:150px}.subscribe-btn{padding:14px 28px;font-size:1rem}}.footer{background:#2c3e50;color:#fff;padding:40px 0 20px;text-align:center}.footer-content{margin-bottom:2rem}.footer-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo i{font-size:2rem;color:#667eea}.footer-content p{color:hsla(0,0%,100%,.7)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1rem}.footer-bottom p{color:hsla(0,0%,100%,.5);margin:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes grow{0%{transform:scaleY(.5)}to{transform:scaleY(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width:768px){.container{padding:0 20px}body{padding-top:80px}.hero{padding:60px 0}.case-studies{padding:60px 0 80px}.hero-content{grid-template-columns:1fr;gap:1.5rem}.hero-content,.hero-text{text-align:center}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle-text{font-size:1.1rem;font-weight:400}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.hero-features{gap:.75rem;margin-bottom:1rem}.hero-features .feature-item{padding:.5rem 1rem;font-size:.85rem}.dashboard-mockup{width:300px;margin:0 auto}.header{padding:.5rem 0}.nav{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.logo{font-size:1.1rem;flex-shrink:0}.logo img{width:24px;height:24px}.desktop-menu{display:none}.mobile-nav{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.mobile-cta{padding:.4rem .75rem;font-size:.75rem;border-radius:16px;background:#667eea;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;white-space:nowrap}.mobile-cta:hover{background:#5a6fd8;color:#fff}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0}.hamburger-line{width:20px;height:2px;background:#333;margin:2px 0;transition:all .3s ease;border-radius:2px}.hamburger-line.active:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1000;animation:fadeIn .3s ease}.mobile-menu{position:absolute;top:70px;right:20px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);padding:1rem 0;min-width:180px;animation:slideDown .3s ease}.mobile-menu a{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .3s ease}.mobile-menu a:hover{background:#f8f9fa;color:#667eea}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.case-studies,.cta,.features,.guarantees,.pricing,.process,.scenarios,.why-choose{padding:60px 0}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1.75rem;margin-bottom:.75rem}.section-header p{font-size:1rem}.case-grid,.features-grid,.guarantees-grid,.scenarios-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-card,.guarantee-card,.scenario-card{padding:1.25rem}.feature-card h3,.guarantee-card h3,.scenario-card h3{font-size:1.1rem;margin-bottom:.75rem}.case-item{text-align:center;padding:1.5rem;margin:.5rem;-webkit-tap-highlight-color:rgba(102,126,234,.1);touch-action:manipulation}.case-item:active{transform:translateY(-1px);border-color:#667eea;background:#f8f9ff}.case-item h3{font-size:1rem;margin:.75rem 0 .5rem;pointer-events:none}.case-item p{font-size:.85rem;line-height:1.4}.case-image,.case-item p{pointer-events:none}.pricing-card{max-width:100%;margin:0 1rem}.pricing-header{padding:1.25rem}.pricing-header h3{font-size:1.25rem;margin-bottom:.75rem}.price .amount{font-size:3rem}.price-description{font-size:.85rem;margin-top:.75rem}.pricing-features{padding:1.25rem;gap:.5rem}.pricing-features .feature-item{padding:.4rem .8rem;font-size:.8rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}.step{text-align:center;padding:1.5rem}.step-number{width:50px;height:50px;font-size:1.25rem;margin:0 auto 1rem}.cta-content h2{font-size:1.5rem;margin-bottom:1rem}.cta-content p{font-size:1rem;margin-bottom:1.5rem}.contact-info{flex-direction:column;gap:1rem}.reasons-grid{grid-template-columns:1fr}.dashboard-mockup{width:320px}h1{font-size:2.5rem}.cta-content h2,.section-header h2,h2{font-size:2rem}}@media (max-width:480px){.container{padding:0 15px}body{padding-top:70px}.case-studies,.hero{padding:40px 0}.hero-title{font-size:1.75rem;line-height:1.1}.hero-subtitle-text{font-size:1rem;font-weight:400}.hero-subtitle{font-size:.9rem;margin-bottom:1.25rem}.hero-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.hero-features .feature-item{padding:.4rem .8rem;font-size:.8rem;min-width:100px;flex:0 0 auto}.dashboard-mockup{width:260px}.header{padding:.5rem 0}.nav{justify-content:space-between;align-items:center;gap:.5rem}.logo{font-size:1.1rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:.5rem}.nav-menu a{font-size:.8rem;padding:.4rem .6rem}.cta-btn{padding:.4rem .8rem;font-size:.8rem}.case-studies,.cta,.features,.guarantees,.pricing,.process,.scenarios,.why-choose{padding:40px 0}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.5rem;margin-bottom:.5rem}.section-header p{font-size:.9rem}.case-grid,.features-grid,.guarantees-grid,.scenarios-grid{grid-template-columns:1fr;gap:1rem}.case-item{padding:2rem 1.5rem;margin:.75rem 0;min-height:120px}.case-item:active{transform:scale(.98);transition:transform .1s ease}.hero-header{flex-direction:column;gap:1rem;text-align:center}.hero-tags{flex-direction:column;align-items:center;gap:.5rem}.tag-item{font-size:.8rem;padding:.4rem .8rem}.pricing-card{margin:0}.case-studies-footer{margin-top:2rem;padding-top:1.5rem}.view-more-btn{padding:.6rem 1.2rem;font-size:.9rem}.modal-content{width:98%;margin:1% auto;max-height:98vh}.modal-header{padding:.75rem}.modal-header h3{font-size:1.1rem}.modal-body{padding:.25rem;min-height:200px}.nav-btn{width:35px;height:35px;font-size:1rem}.image-container img{border-radius:4px}}.modal{display:flex;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);animation:fadeIn .3s ease}.modal-content{position:relative;margin:2% auto;width:90%;max-width:1200px;max-height:95vh;background:#fff;border-radius:12px;overflow:hidden;animation:slideIn .3s ease;display:flex;flex-direction:column}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.modal-header h3{margin:0;color:#333;font-size:1.5rem}.close{position:absolute;top:1rem;right:1.5rem;color:#aaa;font-size:2rem;font-weight:700;cursor:pointer;z-index:2001;transition:color .3s ease}.close:hover{color:#333}.modal-body{padding:1rem;flex:1 1;min-height:300px;overflow:hidden}.image-container,.modal-body{position:relative;display:flex;align-items:center;justify-content:center}.image-container{width:100%;height:100%}.image-container img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:block;transition:opacity .3s ease}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(102,126,234,.9);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:2001}.nav-btn:hover{background:#667eea;transform:translateY(-50%) scale(1.1)}.prev-btn{left:1rem}.next-btn{right:1rem}.modal-footer{padding:1rem 2rem;border-top:1px solid #e9ecef;background:#f8f9fa;text-align:center}.image-counter{color:#666;font-size:.9rem}.loading-container,.no-images-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#666}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p,.no-images-container p{margin:0;font-size:1rem;color:#666}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.modal-content{width:95%;margin:2% auto;max-height:96vh}.modal-header{padding:1rem}.modal-header h3{font-size:1.2rem}.modal-body{padding:.5rem;min-height:250px}.nav-btn{width:40px;height:40px;font-size:1.2rem}.prev-btn{left:.5rem}.next-btn{right:.5rem}.close{top:.5rem;right:1rem;font-size:1.5rem}.modal-footer{padding:.5rem 1rem}.loading-container,.no-images-container{min-height:150px}.loading-spinner{width:30px;height:30px;border-width:3px}.loading-container p,.no-images-container p{font-size:.9rem}}