.icon-btn:where(.astro-2SEEQQYZ){display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--theme-button-border-radius);cursor:pointer;transition:all .3s ease;text-decoration:none;outline:none}.icon-btn--small:where(.astro-2SEEQQYZ){width:2.5rem;height:2.5rem;padding:.5rem}.icon-btn--medium:where(.astro-2SEEQQYZ){width:3rem;height:3rem;padding:.75rem}.icon-btn--large:where(.astro-2SEEQQYZ){width:3.5rem;height:3.5rem;padding:1rem}.icon-btn--icon-only:where(.astro-2SEEQQYZ){width:auto;height:auto;min-width:auto;min-height:auto}.icon-btn--primary:where(.astro-2SEEQQYZ){background-color:var(--theme-primary);color:var(--theme-on-primary)}.icon-btn--primary:where(.astro-2SEEQQYZ):hover{background-color:var(--theme-primary-hover)}.icon-btn--outline:where(.astro-2SEEQQYZ){background-color:transparent;color:var(--theme-primary);border:2px solid var(--theme-primary)}.icon-btn--outline:where(.astro-2SEEQQYZ):hover{background-color:var(--theme-primary);color:var(--theme-on-primary)}.icon-btn--ghost:where(.astro-2SEEQQYZ){background-color:transparent;color:var(--theme-on-bg)}.icon-btn--ghost:where(.astro-2SEEQQYZ):hover{background-color:var(--theme-bg-secondary)}.icon-btn--icon-only:where(.astro-2SEEQQYZ){background-color:transparent;color:var(--theme-on-bg);border:none;border-radius:0;padding:0}.icon-btn--icon-only:where(.astro-2SEEQQYZ):hover{background-color:transparent;color:var(--theme-primary)}.icon-btn:where(.astro-2SEEQQYZ) svg{width:1.5rem;height:1.5rem}.icon-btn--small:where(.astro-2SEEQQYZ) svg{width:1.25rem;height:1.25rem}.icon-btn--large:where(.astro-2SEEQQYZ) svg{width:1.75rem;height:1.75rem}.hero-section__section:where(.astro-R4ODLOSI){margin:var(--section-margin) auto;min-height:clamp(90vh,100vw,calc(100vh - var(--navbar-height)));display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;position:relative}.hero-section__text:where(.astro-R4ODLOSI){justify-self:center;max-width:28rem;position:relative;z-index:2}.hero-content:where(.astro-R4ODLOSI){animation:fadeInUp .8s ease-out}.hero-title:where(.astro-R4ODLOSI){font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.name-line:where(.astro-R4ODLOSI){display:block;background:linear-gradient(135deg,var(--theme-on-bg) 0%,var(--theme-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.name-line:where(.astro-R4ODLOSI):hover{transform:translate(4px)}.hero-description:where(.astro-R4ODLOSI){font-size:1.125rem;line-height:1.6;margin-bottom:1rem;color:var(--theme-on-bg-secondary);font-weight:400;animation:fadeInUp .8s ease-out .2s both}.hero-btns__container:where(.astro-R4ODLOSI){display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s both;justify-content:flex-start}.social-btn:where(.astro-R4ODLOSI){transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.linkedin-btn:where(.astro-R4ODLOSI):hover{color:#0077b5!important;transform:translateY(-2px)}.github-btn:where(.astro-R4ODLOSI):hover{color:#24292e!important;transform:translateY(-2px)}.twitter-btn:where(.astro-R4ODLOSI):hover{color:#1da1f2!important;transform:translateY(-2px)}.hero-section__image:where(.astro-R4ODLOSI){display:flex;justify-content:center;align-items:center;position:relative}.image-container:where(.astro-R4ODLOSI){position:relative;width:100%;max-width:500px;animation:fadeInRight .8s ease-out .6s both}.hero-image:where(.astro-R4ODLOSI){width:100%;height:auto;max-height:80vh;object-fit:cover;border-radius:var(--theme-shape-radius);box-shadow:0 20px 40px #0000001a;transition:all .3s ease}.hero-image:where(.astro-R4ODLOSI):hover{transform:scale(1.02);box-shadow:0 25px 50px #00000026}.image-overlay:where(.astro-R4ODLOSI){position:absolute;inset:0;background:linear-gradient(135deg,rgba(var(--theme-primary-rgb),.1) 0%,transparent 100%);border-radius:var(--theme-shape-radius);pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.hero-section__section:where(.astro-R4ODLOSI){gap:2rem}}@media (max-width: 768px){.hero-section__section:where(.astro-R4ODLOSI){grid-template-columns:1fr;gap:2rem;text-align:center}.hero-section__text:where(.astro-R4ODLOSI){max-width:100%}.hero-btns__container:where(.astro-R4ODLOSI){justify-content:center}.name-line:where(.astro-R4ODLOSI):hover{transform:none}.image-container:where(.astro-R4ODLOSI){max-width:400px}}@media (max-width: 480px){.hero-title:where(.astro-R4ODLOSI){font-size:clamp(2rem,8vw,3rem)}.hero-description:where(.astro-R4ODLOSI){font-size:1rem}.hero-btns__container:where(.astro-R4ODLOSI){gap:1rem}}.feature-card__card:where(.astro-Y34IGPPC){background-color:var(--theme-surface-1);color:var(--theme-on-surface-1);border-radius:var(--theme-shape-radius)}.feature-card__link:where(.astro-Y34IGPPC){display:block;text-decoration:none}.featured-card__content:where(.astro-Y34IGPPC){padding:1rem 1rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:hidden}.featured-card__content:where(.astro-Y34IGPPC) picture:where(.astro-Y34IGPPC){width:100%;height:100%}.feature-card__card:where(.astro-Y34IGPPC) .feature-card__img:where(.astro-Y34IGPPC){--image-shadow: 0 -.5rem 1rem rgba(138, 138, 138, .12);margin:0 auto;width:clamp(60%,70%,390px);height:auto;object-fit:cover;box-shadow:var(--image-shadow);transform:translateY(.5rem);transition:transform var(--theme-transition)}.feature-card__card:where(.astro-Y34IGPPC):hover .feature-card__img:where(.astro-Y34IGPPC){transform:translateY(0)}.feature-card__title:where(.astro-Y34IGPPC){font-family:var(--theme-font-family-sans)}.feature-card__section:where(.astro-M3SS5RFM){margin:var(--section-margin) auto}.feature-card__grid:where(.astro-M3SS5RFM){display:grid;grid-template-columns:repeat(2,1fr);gap:var(--theme-grid-gap)}@media (max-width: 768px){.feature-card__grid:where(.astro-M3SS5RFM){grid-template-columns:1fr}}
