.hero-section[data-astro-cid-bbe6dxrz]{min-height:calc(100vh - 200px);display:flex;align-items:center;padding:4rem 0;position:relative}.hero-section[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:-10%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,var(--primary-400) 0%,transparent 70%);opacity:.1;border-radius:50%;pointer-events:none;animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.15}}.hero-grid[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr 1.2fr;gap:5rem}}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;align-items:center;order:2}@media (min-width: 1024px){.hero-image-wrapper[data-astro-cid-bbe6dxrz]{order:1}}.hero-image[data-astro-cid-bbe6dxrz]{width:100%;max-width:400px;height:auto;border-radius:20px;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;transition:transform .5s cubic-bezier(.34,1.56,.64,1),box-shadow .5s ease}.hero-image[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0003,0 0 0 1px #0000000d}.darkmode .hero-image[data-astro-cid-bbe6dxrz]{box-shadow:0 10px 40px #0006,0 0 0 1px #ffffff1a}.darkmode .hero-image[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff26}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:1.5rem;order:1;text-align:center}@media (min-width: 768px){.hero-content[data-astro-cid-bbe6dxrz]{text-align:left}}@media (min-width: 1024px){.hero-content[data-astro-cid-bbe6dxrz]{order:2}}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin:0;letter-spacing:-.02em}.text-gradient[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--pink-accent-200) 0%,var(--primary-400) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 6s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.darkmode .text-gradient{background:linear-gradient(135deg,var(--pink-accent-200) 0%,var(--secondary-200) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--primary-400);margin:0;opacity:.9}.darkmode .hero-subtitle[data-astro-cid-bbe6dxrz]{color:var(--secondary-200)}.hero-description[data-astro-cid-bbe6dxrz]{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:var(--font-color);opacity:.8;margin:0;max-width:600px}.hero-buttons[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;justify-content:center}@media (min-width: 768px){.hero-buttons[data-astro-cid-bbe6dxrz]{justify-content:flex-start}}.hero-button[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-button[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,0));opacity:0;transition:opacity .3s ease}.hero-button[data-astro-cid-bbe6dxrz]:hover:before{opacity:1}.hero-button[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.hero-button[data-astro-cid-bbe6dxrz]:active{transform:translateY(0)}.hero-button[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:1.25rem;height:1.25rem;transition:transform .3s ease}.hero-button[data-astro-cid-bbe6dxrz]:hover svg[data-astro-cid-bbe6dxrz]{transform:scale(1.1)}.hero-button-github[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--primary-300),var(--primary-400));color:#fff;box-shadow:0 4px 12px #8a65f54d}.hero-button-github[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #8a65f566}.hero-button-linkedin[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--secondary-200),var(--secondary-400));color:#fff;box-shadow:0 4px 12px #4fc0e84d}.hero-button-linkedin[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #4fc0e866}.hero-button-youtube[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--pink-accent-200),var(--pink-accent-300));color:#fff;box-shadow:0 4px 12px #d970a54d}.hero-button-youtube[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #d970a566}.darkmode .hero-button[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #0006}.darkmode .hero-button-github[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #8a65f580}.darkmode .hero-button-linkedin[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #4fc0e880}.darkmode .hero-button-youtube[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 8px 24px #d970a580}
