.site-main{display:flex;min-height:calc(100vh - var(--site-footer-height, 64px));flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0}@media (max-width:768px){.site-main{padding:2rem}}.hero-container{position:relative;z-index:10;max-width:64rem}.hero-container,.hero-inner{width:100%;display:flex;flex-direction:column;align-items:center}.hero-inner{gap:1.5rem;margin-bottom:4rem;justify-content:center}.hero-avatar{width:170px;height:170px;border:3px solid var(--foreground)}@media (max-width:480px){.hero-avatar{width:120px;height:120px}}.scroll-button{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(16px + env(safe-area-inset-bottom));display:flex;justify-content:center;z-index:60}.main__scroll{background:transparent;border:none;display:inline-flex;align-items:center;gap:10px;color:var(--foreground);cursor:pointer;padding:8px 12px;border-radius:999px;transition:transform .18s ease,opacity .18s ease}.main__scroll:hover{transform:translateY(-4px);opacity:.95}.main__scroll-box{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.02)}.main__scroll-text{font-size:.9rem;letter-spacing:.6px;text-transform:uppercase;opacity:.9}.hero{width:100%;display:flex;align-items:center;justify-content:space-between;padding:60px 80px;gap:40px;color:#fff;flex-wrap:wrap}.hero-left{flex:1 1 50%;min-width:260px}.hero-title{font-size:3rem;font-weight:600;margin-bottom:20px}..hero-badge{display:block;width:100%;margin:0 0 20px;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;opacity:.9}..hero-badge,.hero-badge,.hero-title,.intro-text{text-align:center}a.hero-button{text-decoration:none}.cv-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px;justify-content:center}.hero-button{display:inline-flex;align-items:center;justify-content:space-between;gap:.85rem;width:fit-content;min-width:178px;min-height:48px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.06);color:#ffffff;font-weight:700;font-size:.92rem;line-height:1;padding:.42rem .48rem .42rem 1.15rem;white-space:nowrap;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.14);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.hero-button:hover{transform:translateY(-3px);border-color:#ffffff;background:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 32px rgba(0,0,0,.28)}.hero-button:focus-visible{outline:3px solid rgba(255,255,255,.34);outline-offset:4px}.hero-button:active{transform:translateY(-1px)}.hero-button-icon,.hero-button-label{position:relative;z-index:1}.hero-button-icon{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:50%;background:#ffffff;color:#050505;transition:transform .25s ease,background .25s ease}.hero-button-icon svg{width:18px;height:18px;stroke-width:2.2}.hero-button:hover .hero-button-icon{transform:translateX(3px);background:#f2f2f2}.hero-button--down:hover .hero-button-icon{transform:translateY(3px)}.cta-outline{background-color:#1f2937;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-size:1rem}.hero-right{flex:0 0 340px}.hero-oval,.hero-right{display:flex;justify-content:center;align-items:center}.hero-oval{width:340px;height:440px}.hero-oval img{width:300px;height:400px;object-fit:cover;border-radius:50%/40%;box-shadow:0 0 20px rgba(255,255,255,.1)}@media (max-width:768px){.hero{flex-direction:column;padding:36px 20px;gap:24px}.hero-left{text-align:center}.hero-left,.hero-right{flex-basis:auto;width:100%}.hero-oval{width:220px;height:300px}.hero-oval img{width:200px;height:260px}.hero-title{font-size:2rem}}