:root{--text-primary: #1A1A1A;--text-secondary: #64748B;--text-muted: #94A3B8;--bg-light: #F8FAFC;--bg-card: #FFFFFF;--border-color: #E2E8F0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--gradient-orange: linear-gradient(135deg, #FF6B35 0%, #F59E0B 100%);--gradient-blue: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);--gradient-card: linear-gradient(145deg, #FFFFFF 0%, #F8FAFC 100%)}.vcard-contact-section{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:linear-gradient(180deg,#f5f8fc,#e7ecf5,#dae2ed,#e7ecf5,#f5f8fc);background-size:100% 400%;animation:subtleGradientShift 120s ease-in-out infinite;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}@keyframes subtleGradientShift{0%{background-position:0% 0%}50%{background-position:0% 100%}to{background-position:0% 0%}}.vcard-contact-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 50%,rgba(79,110,229,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,107,53,.06) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(124,58,237,.06) 0%,transparent 50%);animation:professionalMove 180s ease-in-out infinite}@keyframes professionalMove{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-10%,-10%) rotate(120deg)}66%{transform:translate(10%,-10%) rotate(240deg)}}.vcard-contact-section .animated-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.15}.vcard-contact-section .vcard-container{max-width:var(--section-max-width);margin:0 auto;padding:0 20px;width:100%;position:relative;z-index:1}.vcard-contact-section .contact-card{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 20px 40px #00000014,0 0 0 1px #ffffff1a;padding:40px 32px 48px;text-align:center;position:relative;overflow:hidden}.vcard-contact-section .contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-orange);border-radius:24px 24px 0 0}.vcard-contact-section .company-badge{display:inline-flex;align-items:center;justify-content:center;width:120px;height:80px;background:#f8fafccc;border:2px solid rgba(226,232,240,.5);border-radius:16px;margin-bottom:20px;position:relative;overflow:hidden;transition:all .3s ease}.vcard-contact-section .company-badge:hover{border-color:var(--primary-orange);background:#ffffffe6;transform:translateY(-2px);box-shadow:var(--shadow-md)}.vcard-contact-section .company-badge img{width:100px;height:70px;object-fit:contain;transition:transform .3s ease}.vcard-contact-section .company-badge:hover img{transform:scale(1.05)}.vcard-contact-section .profile-photo{width:140px;height:140px;margin:0 auto;position:relative;border-radius:50%;background:var(--gradient-orange);border:3px solid rgba(255,255,255,.8)}.vcard-contact-section .profile-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.8);box-shadow:var(--shadow-lg);transition:transform .3s ease}.vcard-contact-section .profile-photo img:hover{transform:scale(1.05)}.vcard-contact-section .profile-photo:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:var(--gradient-orange);z-index:-1;opacity:0;transition:opacity .3s ease}.vcard-contact-section .profile-photo:hover:after{opacity:1}.vcard-contact-section .contact-name{font-size:32px;font-weight:700;color:var(--text-primary);margin-bottom:8px;margin-top:8px;letter-spacing:-.025em;line-height:1.2}.vcard-contact-section .contact-title{font-size:18px;font-weight:600;background:var(--gradient-orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;line-height:1.4}.vcard-contact-section .contact-bio{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px;font-style:italic;max-width:300px;margin-left:auto;margin-right:auto}.vcard-contact-section .contact-info-compact{background:linear-gradient(135deg,#f8fafcf2,#f1f5f9fa);border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:20px;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a}.vcard-contact-section .info-compact-item{display:flex;align-items:center;text-decoration:none;padding:8px 0;transition:all .2s ease;position:relative}.vcard-contact-section .info-compact-item:not(:last-child){margin-bottom:12px;padding-bottom:20px;border-bottom:1px solid rgba(226,232,240,.5)}.vcard-contact-section .info-compact-item:hover{transform:translate(4px)}.vcard-contact-section .info-compact-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;transition:all .2s ease}.vcard-contact-section .info-compact-icon svg{width:25px;height:25px;fill:var(--primary-orange);transition:transform .2s ease}.vcard-contact-section .info-compact-item:hover .info-compact-icon svg{transform:scale(1.1)}.vcard-contact-section .info-compact-value{font-size:14px;color:var(--text-primary);line-height:1.4;word-break:break-word;transition:color .2s ease}.vcard-contact-section .info-compact-item:hover .info-compact-value{color:var(--primary-orange)}.vcard-contact-section .qr-code-container{margin-top:24px;position:relative}.vcard-contact-section .qr-toggle-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#ff6b351a,#f59e0b1a);border:1px solid rgba(255,107,53,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:600;color:var(--primary-orange)}.vcard-contact-section .qr-toggle-btn:hover{background:linear-gradient(135deg,#ff6b3526,#f59e0b26);transform:translateY(-2px);box-shadow:0 4px 12px #ff6b351a}.vcard-contact-section .qr-icon svg{width:20px;height:20px;fill:var(--primary-orange)}.vcard-contact-section .qr-code-wrapper{display:none;margin-top:16px}.vcard-contact-section .qr-code-container.expanded .qr-code-wrapper{display:block}.vcard-contact-section .qr-code-container.expanded .qr-toggle-btn{background:var(--gradient-orange);color:#fff;border-color:var(--primary-orange)}.vcard-contact-section .qr-code-container.expanded .qr-icon svg{fill:#fff}.vcard-contact-section .qr-code-container.expanded .qr-label{color:#fff}.vcard-contact-section .qr-code-image{width:200px;height:200px;margin:0 auto;display:block;border-radius:12px;box-shadow:0 4px 16px #0000001a}.vcard-contact-section .qr-code-hint{text-align:center;font-size:12px;color:var(--text-muted);margin-top:12px;font-style:italic}.vcard-contact-section .contact-info{text-align:left;margin-bottom:32px;display:flex;flex-direction:column;gap:16px}.vcard-contact-section .info-item{display:flex;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#f8fafce6,#f1f5f9f2);border:1px solid rgba(226,232,240,.8);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 4px #00000005}.vcard-contact-section .info-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,107,53,.08) 50%,transparent 100%);transition:left .5s ease}.vcard-contact-section .info-item:hover{transform:translate(4px);border-color:#ff6b354d;background:linear-gradient(135deg,#fffffff2,#fef3efe6);box-shadow:0 8px 16px #ff6b3514}.vcard-contact-section .info-item:hover:before{left:0}.vcard-contact-section .info-icon{width:48px;height:48px;background:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;transition:all .3s ease;position:relative;z-index:1}.vcard-contact-section .info-item:hover .info-icon{background:var(--primary-orange);border-color:var(--primary-orange);transform:scale(1.1)}.vcard-contact-section .info-icon svg{width:20px;height:20px;fill:var(--text-secondary);transition:fill .3s ease}.vcard-contact-section .info-item:hover .info-icon svg{fill:#fff}.vcard-contact-section .info-content{flex-grow:1;min-width:0;position:relative;z-index:1}.vcard-contact-section .info-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-weight:600}.vcard-contact-section .info-value{font-size:16px;color:var(--text-primary);font-weight:500;line-height:1.4;word-break:break-word;transition:color .2s ease}.vcard-contact-section .info-item:hover .info-value{color:var(--primary-orange)}.vcard-contact-section .social-links{margin-top:32px;display:flex;flex-direction:column;gap:12px}.vcard-contact-section .social-link{display:flex;align-items:center;text-decoration:none;padding:18px 24px;background:#fff;border:1px solid var(--border-color);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.vcard-contact-section .social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-blue);opacity:.08;transition:left .4s ease}.vcard-contact-section .social-link:hover{border-color:var(--accent-blue);transform:translate(8px) translateY(-2px);box-shadow:var(--shadow-lg)}.vcard-contact-section .social-link:hover:before{left:0}.vcard-contact-section .social-link-icon{width:40px;height:40px;margin-right:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--bg-light);border-radius:10px;transition:all .3s ease;position:relative;z-index:1}.vcard-contact-section .social-link:hover .social-link-icon{background:var(--accent-blue);transform:scale(1.1) rotate(5deg)}.vcard-contact-section .social-link-icon svg{width:32px;height:32px;fill:var(--accent-blue);transition:fill .3s ease}.vcard-contact-section .social-link:hover .social-link-icon svg{fill:#fff}.vcard-contact-section .social-link-label{font-size:16px;color:var(--text-primary);font-weight:600;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;z-index:1;transition:color .3s ease}.vcard-contact-section .social-link:hover .social-link-label{color:var(--accent-blue)}.vcard-contact-section .error-state{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:24px;padding:48px 32px;text-align:center;box-shadow:var(--shadow-lg)}.vcard-contact-section .error-icon{width:80px;height:80px;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:var(--shadow-md)}.vcard-contact-section .error-icon svg{width:32px;height:32px;fill:#ef4444}.vcard-contact-section .error-title{font-size:24px;font-weight:700;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.025em}.vcard-contact-section .error-message{color:var(--text-secondary);line-height:1.6;font-size:16px}@media (max-width: 480px){.vcard-contact-section .info-compact-value{font-size:12px}.vcard-contact-section .info-compact-icon{margin-right:7px}.vcard-contact-section .contact-info-compact{padding:12px}.vcard-contact-section .vcard-container{padding:0 16px}.vcard-contact-section .contact-card,.vcard-contact-section .error-state{padding:32px 24px 40px;border-radius:20px}.vcard-contact-section .profile-photo{width:100px;height:100px;margin-bottom:20px}.vcard-contact-section .contact-name{font-size:28px}.vcard-contact-section .contact-title{font-size:16px}.vcard-contact-section .info-item{padding:14px 16px;border-radius:12px}.vcard-contact-section .info-icon{width:44px;height:44px;border-radius:10px}.vcard-contact-section .info-icon svg{width:18px;height:18px}.vcard-contact-section .info-label{font-size:11px}.vcard-contact-section .info-value{font-size:15px}.vcard-contact-section .social-link{padding:16px 20px;border-radius:12px}.vcard-contact-section .social-link-icon{width:36px;height:36px;margin-right:12px;border-radius:8px}.vcard-contact-section .social-link-icon svg{width:25px;height:25px}.vcard-contact-section .social-link-label{font-size:15px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.vcard-contact-section .contact-card{animation:fadeInUp .6s ease-out}.vcard-contact-section .info-item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.vcard-contact-section .info-item:nth-child(1){animation-delay:.1s}.vcard-contact-section .info-item:nth-child(2){animation-delay:.2s}.vcard-contact-section .info-item:nth-child(3){animation-delay:.3s}.vcard-contact-section .info-item:nth-child(4){animation-delay:.4s}.vcard-contact-section .social-link{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.vcard-contact-section .social-link:nth-child(1){animation-delay:.5s}.vcard-contact-section .social-link:nth-child(2){animation-delay:.6s}.vcard-contact-section .social-link:nth-child(3){animation-delay:.7s}
/*# sourceMappingURL=/cdn/shop/t/15/assets/card-contact.css.map */
