.hero-section{position:relative;min-height:100vh;background:linear-gradient(135deg,#fff1f2,#fce7f3,#dbeafe);overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(80px);mix-blend-mode:multiply;animation:float 8s ease-in-out infinite;pointer-events:none}.blob1{top:80px;left:40px;width:300px;height:300px;background:#fda4af;opacity:.3}.blob2{top:160px;right:40px;width:400px;height:400px;background:#f9a8d4;opacity:.3;animation-delay:2s}.blob3{bottom:-32px;left:33%;width:400px;height:400px;background:#93c5fd;opacity:.3;animation-delay:4s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-20px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}nav{position:relative;z-index:10;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d}.logo{font-size:24px;font-weight:700;background:linear-gradient(to right,#e11d48,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-left:85px}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{color:#374151;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover,.nav-links a:focus{color:#e11d48;outline:2px solid #e11d48;outline-offset:4px}.container{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:20px 32px 128px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-content{display:flex;flex-direction:column;gap:32px}.badge{display:inline-block;width:fit-content;padding:8px 16px;background:#ffefe6;color:#be123c;border-radius:9999px;font-size:14px;font-weight:600}.hero-title{font-size:60px;font-weight:700;line-height:1.1;margin:0}.gradient-text{background:linear-gradient(to right,#e11d48,#db2777,#be123c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-subtitle{color:#1f2937;font-size:xx-large}.hero-description{font-size:20px;color:#4b5563;line-height:1.6}.description-highlight{color:#e11d48;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:32px}.stat-card{text-align:center;padding:24px;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.stat-card:hover,.stat-card:focus-within{transform:translateY(-8px);box-shadow:0 20px 25px -5px #00000026}.stat-number{font-size:36px;font-weight:700;color:#e11d48}.stat-card:nth-child(2) .stat-number{color:#db2777}.stat-label{font-size:14px;color:#4b5563;margin-top:8px;font-weight:500}.cta-buttons{display:flex;gap:16px;padding-top:32px}.btn{padding:16px 32px;border-radius:9999px;font-weight:600;font-size:16px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;text-decoration:none}.btn:focus{outline:3px solid #e11d48;outline-offset:4px}.btn-primary{background:linear-gradient(to right,#e11d48,#db2777);color:#fff}.btn-primary:hover,.btn-primary:focus{transform:scale(1.05);box-shadow:0 20px 25px -5px #e11d4866}.btn-secondary{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e11d48;border:2px solid #fecdd3}.btn-secondary:hover,.btn-secondary:focus{background:#ffe4e6;transform:scale(1.05)}.profile-section{position:relative;width:384px;height:384px;margin:0 auto}.profile-circle{position:absolute;border-radius:50%}.circle-outer{inset:0;background:linear-gradient(135deg,#f472b6,#ec4899);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.circle-middle{inset:16px;background:linear-gradient(135deg,#fda4af,#f9a8d4)}.circle-inner{inset:32px;background:#fff;box-shadow:0 25px 50px -12px #00000040;display:flex;align-items:center;justify-content:center}.profile-icon-wrapper{width:192px;height:192px;background:linear-gradient(135deg,#fecdd3,#fbcfe8);border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-icon{width:96px;height:96px;color:#e11d48}.floating-badge{position:absolute;background:#fff;padding:16px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;animation:floatBadge 3s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.badge-top{top:-16px;right:-16px}.badge-bottom{bottom:-16px;left:-16px;animation-delay:1.5s}.icon{width:32px;height:32px}.icon-rose{color:#fb7185}.icon-pink{color:#f472b6}@media (prefers-contrast: high){.hero-section{background:#fff}.blob{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;gap:48px}.hero-title{font-size:48px}.profile-section{width:320px;height:320px}.nav-links{gap:16px}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn{justify-content:center;width:100%}.hero-title{font-size:36px}nav{flex-direction:column;gap:16px;padding:16px}.logo{margin-left:0}.nav-links{flex-wrap:wrap;justify-content:center}.hero-content{gap:20px}.badge{font-size:12px;padding:6px 12px}}@media (max-width: 640px){.container{padding:10px 16px 60px}nav{padding:16px 20px}.logo{margin-left:0}}@media (max-width: 480px){.hero-title{font-size:28px}.title-subtitle{font-size:large}.hero-description{font-size:16px}.stat-card{padding:16px}.stat-number{font-size:28px}.stat-label{font-size:12px}}
