@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.card-container{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#263a2a 0%,#10b981 52%,#263a2a 100%) border-box;border:3px solid #0000;border-radius:24px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.card{flex-direction:column;align-items:center;padding:30px 20px;display:flex}.tabs{background:#f0f2f5;border-radius:30px;width:100%;margin-bottom:25px;padding:5px;display:flex}.tab-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:25px;flex:1;padding:10px 15px;font-size:14px;font-weight:600;transition:all .3s}.tab-btn.active{color:#333;background:#fff;box-shadow:0 2px 10px #0000000d}.profile-section{text-align:center;margin-bottom:20px}.profile-img{color:#555;background:#eef2f5;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 15px;font-size:36px;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.profile-img img{object-fit:cover;width:100%;height:100%}.profile-name{color:#222;text-transform:uppercase;margin-bottom:5px;font-family:Cinzel,serif;font-size:24px;font-weight:700}.profile-desc{letter-spacing:.8px;color:#626771;white-space:nowrap;justify-content:center;align-items:center;gap:12px;width:100%;max-width:360px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;font-weight:400;line-height:1.5;display:flex}.profile-desc:before,.profile-desc:after{content:"";background:#b8bbc0;flex:1;height:1px}.action-buttons{gap:15px;margin-bottom:30px;display:flex}.action-btn{color:#333;cursor:pointer;background:#f0f2f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;text-decoration:none;transition:background .3s;display:flex}.action-btn:hover{background:#e4e6e9}.links-grid{grid-template-columns:repeat(3,1fr);align-content:start;gap:20px;width:100%;min-height:295px;display:grid}.link-item{color:#333;flex-direction:column;align-items:center;gap:8px;text-decoration:none;transition:transform .2s;display:flex}.link-item:hover{transform:translateY(-3px)}.icon-wrapper{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex;box-shadow:0 4px 10px #0000001a}.link-item span{text-align:center;font-size:12px;font-weight:500}.website{background:linear-gradient(45deg,#3b5998,#00aced)}.linkedin{background:#007bb5}.twitter{background:#000}.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.threads{background:#000}.whatsapp{background:#25d366}.youtube{background:#b00}.facebook{background:#3b5998}.email{background:#dd4b39}
