.hero{background:linear-gradient(180deg,#ffffff 0,#f9f5ff);padding:110px 0 120px;position:relative;overflow:hidden}.hero-container{max-width:1300px;margin:0 auto;padding:0 20px}.hero-content{display:flex;gap:60px;align-items:center}.hero-text{flex:1;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;background:rgba(160,83,207,.1);color:#A053CF;padding:8px 15px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:20px}.pulse-dot{display:inline-block;width:8px;height:8px;background:#A053CF;border-radius:50%;margin-right:10px;animation:pulse 1.5s infinite}.hero-title{font-size:60px;font-weight:700;line-height:1.2;margin-bottom:25px;color:#1a202c}.title-line{display:block}.highlight{background:linear-gradient(90deg,#A053CF,#EF59A5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:3rem}.highlight,.word-animation{position:relative;display:inline-block}.word-animation{width:120px;height:70px;vertical-align:top}.word{position:absolute;width:100%;left:-35px;top:7px;font-weight:700;opacity:0;font-size:2rem;animation:wordSwitch 9s infinite;color:#EF59A5;background:transparent;-webkit-text-fill-color:#EF59A5}.word:first-child{animation-delay:0s}.word:nth-child(2){animation-delay:3s}.word:nth-child(3){animation-delay:6s}.hero-description{font-size:18px;line-height:1.6;color:#4a5568;max-width:500px;margin-bottom:40px}.hero-cta{display:flex;gap:15px;margin-bottom:50px}.cta-primary{background:linear-gradient(90deg,#A053CF,#EF59A5);color:white;border:none;padding:16px 30px;font-size:16px;font-weight:600;border-radius:9999px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 15px rgba(160,83,207,.3)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(160,83,207,.4)}.cta-secondary{background:white;color:#A053CF;border:2px solid #e2e8f0;padding:16px 30px;font-size:16px;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{border-color:#A053CF;background:rgba(160,83,207,.05)}.hero-stats{display:flex;gap:30px}.stat-item{position:relative}.stat-item:after{content:"";position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:1px;height:30px;background:#E2E8F0}.stat-item:last-child:after{display:none}.stat-number{font-size:32px;font-weight:700;color:#A053CF;line-height:1}.stat-label{font-size:14px;color:#718096;margin-top:5px}.hero-visual{flex:1;position:relative;min-height:500px}.resume-card{position:relative;width:100%;max-width:400px;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.1);transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:all .5s ease;z-index:2}.resume-card:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(5deg) scale(1.03)}.resume-card img{width:100%;height:auto;display:block}.card-highlight{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(160,83,207,.2),rgba(239,89,165,.1));z-index:5;pointer-events:none}.abstract-shape{top:20px}.abstract-shape,.abstract-shape-second{position:absolute;right:25px;z-index:1;animation:float 8s ease-in-out infinite}.abstract-shape-second{bottom:110px;width:200px}.abstract-shape-third{position:absolute;right:25px;z-index:1;animation:float 8s ease-in-out infinite;bottom:-10px;width:200px}.floating-features{position:absolute;bottom:0;left:0;display:flex;gap:15px;z-index:3}.feature-bubble{background:white;padding:12px 20px;border-radius:50px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);animation:float 6s ease-in-out infinite}.feature-bubble:first-child{animation-delay:.5s}.feature-bubble:nth-child(2){animation-delay:1s}.feature-bubble:nth-child(3){animation-delay:1.5s}.feature-bubble .icon{color:#A053CF;font-size:16px}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes wordSwitch{0%{transform:translateY(30px);opacity:0}10%{transform:translateY(0);opacity:1}30%{transform:translateY(0);opacity:1}40%{transform:translateY(-30px);opacity:0}to{transform:translateY(-30px);opacity:0}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:1200px){.hero-title{font-size:54px}.hero-content{gap:40px}}@media (max-width:992px){.hero-content{flex-direction:column;text-align:center}.hero-description{margin-left:auto;margin-right:auto}.hero-cta,.hero-stats{justify-content:center}.hero-visual{margin-top:50px;min-height:auto}.floating-features{position:relative;justify-content:center;margin-top:30px}}@media (max-width:768px){.hero{padding:110px 0}.hero-title{font-size:42px}.word-animation{height:50px}.hero-cta{flex-direction:column}.resume-card{max-width:400px}}@media (max-width:576px){.hero-title{font-size:36px}.hero-description{font-size:16px}.stat-number{font-size:24px}}