.hero{position:relative;min-height:calc(100vh - 162px);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6rem 1.5rem 4rem;background:radial-gradient(circle at center,#10b98126,#0b0f1900 50%)}.hero__glow{position:absolute;width:500px;height:500px;border-radius:50%;pointer-events:none;filter:blur(120px);z-index:0}.hero__glow--left{top:-100px;left:-100px;background:radial-gradient(circle,rgba(16,185,129,.12) 0%,transparent 70%)}.hero__glow--right{bottom:-100px;right:-100px;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%)}.hero__inner{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:120px 1fr 1fr 40px;grid-template-rows:auto auto;align-items:center;gap:0 2rem;min-height:580px}.hero__bg-name{position:absolute;top:33%;left:50%;transform:translate(-50%,-52%);width:100%;text-align:center;pointer-events:none;z-index:0;display:flex;flex-direction:column;line-height:.88;gap:0}.hero__bg-name span{font-family:var(--font-family-2);font-size:clamp(5rem,14vw,12rem);font-weight:900;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.06);text-transform:uppercase;user-select:none}.hero__stats{grid-column:1;grid-row:1;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.6rem;z-index:2}.hero__stat{display:flex;align-items:flex-start;gap:.6rem}.hero__stat-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-1);margin-top:.4rem;flex-shrink:0;box-shadow:0 0 8px #10b98199}.hero__stat-link{display:flex;flex-direction:column;text-decoration:none;transition:all .2s ease}.hero__stat-link:hover .hero__stat-value{color:var(--brand-1-light)}.hero__stat-link:hover .hero__stat-label{color:var(--text-primary)}.hero__stat-value{display:block;font-family:var(--font-family-2);font-size:1.5rem;font-weight:800;color:var(--text-primary);line-height:1}.hero__stat-label{display:block;font-size:.72rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem}.hero__photo-wrap{grid-column:2;grid-row:1;position:relative;display:flex;justify-content:center;align-items:flex-end;z-index:2;height:520px}.hero__photo{width:350px;height:350px;object-fit:cover;object-position:center top;border-radius:20px 20px 0 0;display:block;-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%);filter:grayscale(100%) contrast(115%)}.hero__code{position:absolute;bottom:0;left:-20px;background:#0b0f19d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);border-radius:10px;padding:.8rem 1rem;z-index:-1;width:100%;box-shadow:0 8px 32px #0006;transition:box-shadow .4s ease,transform .4s ease;will-change:transform}.hero__code pre{margin:0;font-family:var(--font-mono);font-size:.6rem;line-height:1.5;color:#34d399d9;white-space:pre-wrap;word-break:break-word}.hero__content{grid-column:3;grid-row:1;z-index:2;padding-left:1rem}.hero__eyebrow{font-family:var(--font-mono);font-size:.8rem;color:var(--brand-1);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem}.hero__title{font-family:var(--font-family-2);font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--text-primary);line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.02em}.hero__name-highlight{color:var(--brand-1-light);text-shadow:0 0 30px rgba(52,211,153,.35)}.hero__desc{font-size:1rem;color:var(--text-secondary);line-height:1.65;margin-bottom:2.5rem;max-width:340px}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.8rem;border-radius:50px;font-family:var(--font-family-2);font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn--primary{background:var(--brand-1);color:#fff;box-shadow:0 4px 20px #10b98159}.btn--primary:hover{background:var(--brand-1-light);transform:translateY(-2px);box-shadow:0 8px 25px #34d39973;color:#fff}.btn--ghost{background:transparent;color:var(--text-primary);border:1.5px solid rgba(255,255,255,.2);backdrop-filter:blur(6px)}.btn--ghost:hover{border-color:var(--brand-1-light);color:var(--brand-1-light);transform:translateY(-2px)}.hero__tagline{grid-column:4;grid-row:1;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-family:var(--font-family-2);font-size:.8rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--text-secondary);opacity:.5;user-select:none;white-space:nowrap;z-index:2}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;grid-template-rows:auto;text-align:center;gap:2rem;min-height:unset}.hero__bg-name span{font-size:clamp(4rem,16vw,7rem);text-wrap-mode:wrap;text-emphasis-style:open;word-break:break-word}.hero__stats{grid-column:1;grid-row:3;flex-direction:row;justify-content:center;gap:2rem}.hero__stat{flex-direction:column;align-items:center;text-align:center}.hero__stat-dot{margin-top:0;margin-bottom:.3rem}.hero__photo-wrap{grid-column:1;grid-row:1;height:360px}.hero__photo{width:220px;height:235px}.hero__code{display:none}.hero__content{grid-column:1;grid-row:2;padding-left:0}.hero__desc{margin-left:auto;margin-right:auto}.hero__cta{justify-content:center}.hero__tagline{display:none}}.blog-card[data-astro-cid-f45vxlzk]{transition:var(--transition-ease);overflow:hidden;height:100%;display:flex;flex-direction:column}.blog-card[data-astro-cid-f45vxlzk]:hover{transform:translateY(-4px);border-color:#10b9814d;box-shadow:0 10px 30px #10b9811a}.blog-card__content[data-astro-cid-f45vxlzk]{display:flex;flex-direction:column;height:100%}.blog-card__image-container[data-astro-cid-f45vxlzk]{width:100%;height:200px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.blog-card__image[data-astro-cid-f45vxlzk]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card[data-astro-cid-f45vxlzk]:hover .blog-card__image[data-astro-cid-f45vxlzk]{transform:scale(1.05)}.blog-card__body[data-astro-cid-f45vxlzk]{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-card__tag[data-astro-cid-f45vxlzk]{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--brand-1-light);letter-spacing:.05em;margin-bottom:.5rem}.blog-card__title[data-astro-cid-f45vxlzk]{font-size:1.25rem;line-height:1.4;margin-bottom:.75rem}.blog-card__title[data-astro-cid-f45vxlzk] a[data-astro-cid-f45vxlzk]{color:var(--text-primary)}.blog-card__title[data-astro-cid-f45vxlzk] a[data-astro-cid-f45vxlzk]:hover{color:var(--brand-1-light)}.blog-card__meta[data-astro-cid-f45vxlzk]{display:flex;gap:.5rem;align-items:center;font-size:.8rem;color:var(--text-secondary);margin-bottom:1rem;opacity:.8}.blog-card__divider[data-astro-cid-f45vxlzk]{opacity:.3}.blog-card__description[data-astro-cid-f45vxlzk]{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.blog-card__link[data-astro-cid-f45vxlzk]{font-weight:600;font-size:.9rem;color:var(--brand-1-light);display:inline-flex;align-items:center;gap:.25rem;align-self:flex-start}.blog-card__link[data-astro-cid-f45vxlzk] .arrow[data-astro-cid-f45vxlzk]{transition:transform .2s ease}.blog-card__link[data-astro-cid-f45vxlzk]:hover .arrow[data-astro-cid-f45vxlzk]{transform:translate(4px)}.contact-section{padding:6rem 1.5rem;text-align:center;background:radial-gradient(ellipse at center bottom,rgba(16,185,129,.04) 0%,transparent 60%)}.contact-inner{max-width:700px;margin:0 auto}.contact-heading{font-family:var(--font-family-1);font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--text-primary);margin:0 0 .75rem;line-height:1.2}.contact-subtitle{font-family:var(--font-family-2);font-size:1.15rem;color:var(--text-secondary);margin:0 0 3rem;opacity:.8}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.06);background:#ffffff08;text-decoration:none;transition:var(--transition-ease);min-width:100px}.contact-link:hover{background:#10b98114;border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 8px 30px #10b98126}.contact-link-icon{width:36px;height:36px;object-fit:contain;filter:brightness(.9);transition:filter .3s ease,transform .3s ease}.contact-link:hover .contact-link-icon{filter:brightness(1.1) drop-shadow(0 2px 8px rgba(16,185,129,.4));transform:scale(1.1)}.contact-link-label{font-family:var(--font-family-2);font-size:.8rem;font-weight:500;color:var(--text-secondary);transition:color .3s ease}.contact-link:hover .contact-link-label{color:var(--brand-1-light)}@media(max-width:480px){.contact-links{gap:1rem}.contact-link{padding:1rem;min-width:80px}.contact-link-icon{width:28px;height:28px}}.home-section[data-astro-cid-j7pv25f6]{position:relative;overflow:hidden}.section-content[data-astro-cid-j7pv25f6]{margin-top:3.5rem}.section-footer[data-astro-cid-j7pv25f6]{display:flex;justify-content:center;margin-top:3rem}.posts-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.btn[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-family:var(--font-family-2);font-weight:600;border-radius:var(--border-radius);transition:var(--transition-ease);cursor:pointer;font-size:.95rem}.btn--outline[data-astro-cid-j7pv25f6]{color:var(--brand-1-light);border:2px solid rgba(16,185,129,.4);background:transparent}.btn--outline[data-astro-cid-j7pv25f6]:hover{background:#10b98114;border-color:var(--brand-1-light);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 4px 15px #10b98126}.bg-dots[data-astro-cid-j7pv25f6]{background-image:radial-gradient(rgba(16,185,129,.07) 1px,transparent 1px);background-size:24px 24px}.bg-gradient-radial[data-astro-cid-j7pv25f6]{background:radial-gradient(circle at center,rgba(22,30,46,.5) 0%,transparent 70%)}@media(max-width:768px){.posts-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}}
