@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);body{font-family:"Roboto",sans-serif}.hero-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px;max-width:800px;margin:0 auto;padding:60px 20px;font-family:inherit;color:#000}.hero-image-container{position:relative;z-index:-1;margin-bottom:5px}.profile-photo{width:150px;height:150px;object-fit:cover;object-position:top center;border-radius:50%;border:6px solid #f4f6f8;box-shadow:0 15px 35px rgb(0 0 0 / .1);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.profile-photo:hover{transform:translateY(-8px) scale(1.03);border-color:#fff;box-shadow:0 25px 50px rgb(0 115 230 / .25)}.hero-content{width:100%;max-width:700px}.hero-label{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:3px;color:#555;margin-bottom:15px;border-bottom:2px solid #0b1c2c;display:inline-block;padding-bottom:4px}.hero-name{margin:0 0 10px 0;line-height:1.1;font-size:4.5rem;font-weight:900;color:#000;font-family:'Times New Roman',serif}.hero-job{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:20px}.creator-badge{display:inline-block;background:#eef2f6;color:#111;padding:6px 16px;border-radius:30px;font-size:1.1em;font-weight:700;margin-bottom:20px;border:1px solid #ddd}.creator-link{text-decoration:none;color:#0056b3;font-weight:800}.hero-typing{font-size:1.3rem;color:#444;margin-bottom:20px;font-weight:500;min-height:1.4em}.hero-bio{font-size:1.1rem;line-height:1.6;color:#1a1a1a;margin-bottom:30px;font-weight:500;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap}.premium-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#0b1c2c;color:#fff!important;padding:12px 30px;border-radius:4px;border:2px solid #0b1c2c;font-weight:600;font-size:1rem;text-decoration:none;transition:all 0.3s ease}.premium-btn:hover{background-color:#fff0;color:#0b1c2c!important;transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .1)}.social-row{display:flex;gap:15px;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#f0f0f0;color:#111;transition:all 0.3s ease;text-decoration:none}.social-icon svg{width:22px;height:22px;fill:currentColor}.social-icon:hover{background-color:#0b1c2c;color:#fff;transform:scale(1.1)}.astra-cursor{border-right:3px solid #000;animation:blink 1s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@media (max-width:600px){.hero-wrapper{padding:30px 15px;gap:15px}.creator-badge{font-size:.9rem}.profile-photo{width:160px;height:160px;border-width:4px}.hero-name{font-size:2.8rem;margin-bottom:5px}.hero-job{font-size:1rem;margin-bottom:15px;line-height:1.4}.hero-typing{font-size:1.1rem;margin-bottom:15px}.hero-bio{font-size:.95rem;margin-bottom:25px}.hero-actions{gap:20px}.premium-btn{width:100%}}