.share-section{position:relative;width:100%;margin:0;padding:0}
.share-background{position:relative;background:#F6F6F7}
.share-content{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;padding:0 20px}
.share-stats{display:flex;align-items:center;gap:30px}
.stats-number h3{font-size:3rem;font-weight:bold;color:#333;margin:0;line-height:1}
.social-buttons{display:flex;gap:15px;align-items:center}
.social-button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;transition:all 0.3s ease;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.social-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.social-icon{width:26px;height:26px}
.facebook-button:hover{background:linear-gradient(135deg,#1877f2 0%,#42a5f5 100%);border-color:#1877f2}
.facebook-button:hover .social-icon{fill:white}
.twitter-button:hover{background:linear-gradient(135deg,#000000 0%,#424242 100%);border-color:#000000}
.twitter-button:hover .social-icon path{fill:#fff}
.pinterest-button:hover{background:linear-gradient(135deg,#E60023 0%,#f44336 100%);border-color:#E60023}
.pinterest-button:hover .social-icon{fill:white}
.email-button:hover{background:linear-gradient(135deg,#EA4335 0%,#ff5722 100%);border-color:#EA4335}
.email-button:hover .social-icon{fill:white}
.qr-button:hover{background:linear-gradient(135deg,#333333 0%,#666666 100%);border-color:#333333}
.qr-button:hover .social-icon{fill:white}
.angular-1920{display:block;width:100%;height:auto}
.angular-1920.upper{position:absolute;top:0;left:0;z-index:1}
.angular-1920.lower{position:absolute;bottom:0;left:0;z-index:1}
.angular-1920 path{fill:#F6F6F7}
.ultrathink-social{position:relative;overflow:hidden;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}
.ultrathink-social{box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.ultrathink-social:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.2)}
.ultrathink-qr:hover{animation:pulse 0.6s ease-in-out}
@keyframes pulse{0%{transform:translateY(-3px) scale(1)}
50%{transform:translateY(-3px) scale(1.1)}
100%{transform:translateY(-3px) scale(1)}
}@media (max-width:768px){.share-stats{flex-direction:column;gap:20px;text-align:center}
.stats-number h3{font-size:2.5rem}
.social-buttons{gap:12px}
.social-button{width:44px;height:44px}
.social-icon{width:24px;height:24px}
}@media (max-width:480px){.share-content{padding:0 15px}
.social-buttons{gap:10px;flex-wrap:wrap;justify-content:center}
.social-button{width:40px;height:40px}
.social-icon{width:22px;height:22px}
}