*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:20px 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700;color:#e63946}.hero{padding:80px 0;text-align:center;background:linear-gradient(135deg,#ff9a9e,#fad0c4);position:relative;overflow:hidden}.hero-content{position:relative;z-index:10}.hero h1{font-size:3rem;margin-bottom:20px;color:#333}.hero p{font-size:1.2rem;max-width:700px;margin:0 auto 30px;color:#555}.cta-button{display:inline-block;background-color:#e63946;color:white;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(230,57,70,.3)}.cta-button:hover{background-color:#d62828;transform:translateY(-2px)}.secondary-link{display:inline-block;margin-left:20px;color:#333;text-decoration:none;font-weight:500}.secondary-link:hover{text-decoration:underline}.animated-beam-container{position:relative;max-width:700px;margin:60px auto 40px;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.integration-row{justify-content:space-around;width:100%;margin-bottom:40px}.integration-row,.logo-circle{display:flex;align-items:center}.logo-circle{width:90px;height:90px;background:white;border-radius:50%;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.15);padding:18px;transition:all .3s ease;position:relative;z-index:10}.logo-circle:hover{transform:scale(1.15);box-shadow:0 12px 40px rgba(230,57,70,.3)}.logo-circle img{width:100%;height:auto}.center-pipe{position:relative;z-index:10}.pipe-icon{width:120px;height:120px;background:linear-gradient(135deg,#e63946,#f472b6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px rgba(230,57,70,.5);color:white;font-size:3rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 12px 40px rgba(230,57,70,.5)}50%{transform:scale(1.05);box-shadow:0 16px 50px rgba(230,57,70,.7)}}.beam-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.beam-path{fill:none;stroke:url(#beamGradient);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(230,57,70,.6))}.beam-path.animated{stroke-dasharray:20 10;animation:beamFlow 1.5s linear infinite}@keyframes beamFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-30}}.beam-path:nth-child(2){animation-delay:.5s;opacity:.7}.beam-path:nth-child(3){animation-delay:1s;opacity:.5}.stats{padding:80px 0;background-color:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;text-align:center}.stat-item h3{font-size:3rem;color:#e63946;margin-bottom:10px}.stat-item p{font-size:1.1rem;color:#666}.features{padding:100px 0;background-color:#f8f9fa}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:20px}.section-header p{font-size:1.2rem;color:#666;max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.feature-card{background:white;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:20px;color:#e63946}.feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#333}.feature-card p{color:#666;margin-bottom:20px}.feature-link{color:#e63946;text-decoration:none;font-weight:500}.feature-link:hover{text-decoration:underline}.testimonials{padding:100px 0;background-color:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.testimonial-card{background:#f8f9fa;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.testimonial-text{font-style:italic;margin-bottom:20px;color:#555}.author-avatar,.testimonial-author{display:flex;align-items:center}.author-avatar{width:50px;height:50px;border-radius:50%;background-color:#e63946;justify-content:center;color:white;font-weight:700;margin-right:15px}.author-info h4{color:#333;margin-bottom:5px}.author-info p{color:#666;font-size:.9rem}.cta-section{padding:100px 0;text-align:center;background:linear-gradient(135deg,#ff9a9e,#fad0c4)}.cta-section h2{font-size:2.5rem;margin-bottom:20px;color:#333}.cta-section p{font-size:1.2rem;max-width:700px;margin:0 auto 30px;color:#555}.footer{background-color:#333;color:white;padding:30px 0;text-align:center}@media (max-width:768px){.features-grid,.integration-row,.stats-grid,.testimonial-grid{grid-template-columns:1fr}.hero h1{font-size:2.2rem}.cta-button,.secondary-link{display:block;margin:10px auto}.logo-circle{width:70px;height:70px}.pipe-icon{width:90px;height:90px;font-size:2rem}.animated-beam-container{height:500px}}