@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(-10px) rotate(-3deg)}}@keyframes morphBlob{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}}.hero[data-astro-cid-dhfotatx]{padding:var(--spacing-4xl) 0 var(--spacing-3xl);margin-bottom:1rem;position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:var(--spacing-2xl);align-items:center}.hero-content[data-astro-cid-dhfotatx]{max-width:100%}.hero-visual[data-astro-cid-dhfotatx]{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.gradient-blob[data-astro-cid-dhfotatx]{width:400px;height:400px;background:radial-gradient(circle at center,var(--color-accent),var(--color-accent-secondary));opacity:.25;animation:float 8s ease-in-out infinite,morphBlob 10s ease-in-out infinite;filter:blur(40px);will-change:transform}@media(max-width:1024px){.hero[data-astro-cid-dhfotatx]{grid-template-columns:1fr;padding:var(--spacing-3xl) 0 var(--spacing-2xl)}.hero-visual[data-astro-cid-dhfotatx]{display:none}}@media(max-width:768px){.hero[data-astro-cid-dhfotatx]{padding:var(--spacing-2xl) 0}}.hero-badge[data-astro-cid-dhfotatx]{display:inline-flex;gap:0;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:8px;overflow:hidden;margin-bottom:1.5rem;animation:slideInUp .6s var(--ease-out-expo)}.badge-accent[data-astro-cid-dhfotatx]{width:4px;background:linear-gradient(180deg,#f59e0b,#fb923c);animation:accent-shimmer 3s ease-in-out infinite}.badge-content[data-astro-cid-dhfotatx]{display:flex;flex-direction:column;gap:2px;padding:8px 16px}.badge-company[data-astro-cid-dhfotatx]{display:flex;align-items:center;gap:6px;font-family:Bricolage Grotesque,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.02em;color:#f59e0b;text-transform:uppercase}.company-icon[data-astro-cid-dhfotatx]{color:#f59e0b;flex-shrink:0}.badge-role[data-astro-cid-dhfotatx]{font-family:Geist,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.04em;color:#64748b;text-transform:uppercase;line-height:1.2}[data-astro-cid-dhfotatx][data-theme=dark] .hero-badge[data-astro-cid-dhfotatx]{background:#f59e0b0d;border-color:#f59e0b26}[data-astro-cid-dhfotatx][data-theme=dark] .badge-accent[data-astro-cid-dhfotatx]{background:linear-gradient(180deg,#fbbf24,#f59e0b)}[data-astro-cid-dhfotatx][data-theme=dark] .badge-company[data-astro-cid-dhfotatx],[data-astro-cid-dhfotatx][data-theme=dark] .company-icon[data-astro-cid-dhfotatx]{color:#fbbf24}[data-astro-cid-dhfotatx][data-theme=dark] .badge-role[data-astro-cid-dhfotatx]{color:#94a3b8}@keyframes accent-shimmer{0%,to{opacity:1}50%{opacity:.6}}.hero[data-astro-cid-dhfotatx] h1[data-astro-cid-dhfotatx]{animation:slideInUp .6s var(--ease-out-expo) .1s both}.tagline[data-astro-cid-dhfotatx]{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--color-text-light);margin-bottom:1.5rem;font-weight:500;animation:slideInUp .6s var(--ease-out-expo) .2s both}.intro[data-astro-cid-dhfotatx]{font-size:1.15rem;line-height:1.8;max-width:800px;color:var(--color-text-light);margin-bottom:2.5rem;animation:slideInUp .6s var(--ease-out-expo) .3s both}.intro[data-astro-cid-dhfotatx] strong[data-astro-cid-dhfotatx]{color:var(--color-text);font-weight:600}.section-header[data-astro-cid-dhfotatx]{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.section-number[data-astro-cid-dhfotatx]{font-family:Bricolage Grotesque,sans-serif;font-size:3rem;font-weight:800;color:var(--color-text-lighter);line-height:1;opacity:.4;transition:all .3s var(--ease-out-expo)}.section-header[data-astro-cid-dhfotatx]:hover .section-number[data-astro-cid-dhfotatx]{opacity:.8;transform:translate(-4px)}.section-header[data-astro-cid-dhfotatx] h2[data-astro-cid-dhfotatx]{margin:0}.impact[data-astro-cid-dhfotatx]{margin-top:0;margin-bottom:6rem}.impact-grid[data-astro-cid-dhfotatx]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.impact-card[data-astro-cid-dhfotatx]{padding:2rem 0;background:transparent;border-radius:0;border:none;border-bottom:2px solid var(--color-border);box-shadow:none;transition:all .4s var(--ease-out-expo);animation:scaleIn .6s var(--ease-out-expo) both;position:relative}.impact-card[data-astro-cid-dhfotatx]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-secondary));transition:width .5s var(--ease-out-expo)}.impact-card[data-astro-cid-dhfotatx]:hover{transform:translate(12px) rotate(.5deg)}.impact-card[data-astro-cid-dhfotatx]:hover:after{width:100%}.card-icon[data-astro-cid-dhfotatx]{font-size:2.5rem;margin-bottom:1rem;display:inline-block;transition:all .4s var(--ease-spring)}.impact-card[data-astro-cid-dhfotatx]:hover .card-icon[data-astro-cid-dhfotatx]{transform:scale(1.15) rotate(-5deg)}.impact-card[data-astro-cid-dhfotatx] h3[data-astro-cid-dhfotatx]{margin-bottom:1rem;font-size:1.35rem}.impact-card[data-astro-cid-dhfotatx] ul[data-astro-cid-dhfotatx]{margin-left:0;list-style:none}.impact-card[data-astro-cid-dhfotatx] li[data-astro-cid-dhfotatx]{padding-left:1.5rem;position:relative;margin-bottom:.75rem;color:var(--color-text-light);line-height:1.6}.impact-card[data-astro-cid-dhfotatx] li[data-astro-cid-dhfotatx]:before{content:"→";position:absolute;left:0;color:var(--color-accent);font-weight:700}.impact-card[data-astro-cid-dhfotatx] strong[data-astro-cid-dhfotatx]{color:var(--color-text);font-weight:600}.philosophy[data-astro-cid-dhfotatx]{margin-bottom:6rem;padding:3rem 0;background:transparent;border-radius:0;border:none;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.philosophy-text[data-astro-cid-dhfotatx]{font-size:1.15rem;line-height:1.8;margin-bottom:2.5rem;max-width:900px}.philosophy-text[data-astro-cid-dhfotatx] strong[data-astro-cid-dhfotatx]{color:var(--color-text);font-weight:600}.principles[data-astro-cid-dhfotatx]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.principle[data-astro-cid-dhfotatx]{background:transparent;border-radius:0;border-left:2px solid var(--color-border);padding:1.5rem 0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:all .4s var(--ease-out-expo);position:relative}.principle[data-astro-cid-dhfotatx]:before{content:"";position:absolute;left:-2px;top:0;width:2px;height:0;background:linear-gradient(180deg,var(--color-accent),var(--color-accent-secondary));transition:height .4s var(--ease-out-expo)}.principle[data-astro-cid-dhfotatx]:hover{transform:translate(8px);border-left-color:transparent}.principle[data-astro-cid-dhfotatx]:hover:before{height:100%}.principle[data-astro-cid-dhfotatx] strong[data-astro-cid-dhfotatx]{color:var(--color-text);font-size:1.05rem;font-weight:600}.principle[data-astro-cid-dhfotatx] span[data-astro-cid-dhfotatx]{color:var(--color-text-light);font-size:.95rem}.cta[data-astro-cid-dhfotatx]{margin:5rem 0;text-align:center}.cta-content[data-astro-cid-dhfotatx]{padding:4rem 0;background:transparent;border-radius:0;color:var(--color-text);box-shadow:none;border-top:1px solid var(--color-border)}.cta-content[data-astro-cid-dhfotatx] h3[data-astro-cid-dhfotatx]{color:var(--color-text);font-size:2rem;margin-bottom:1rem}.cta-content[data-astro-cid-dhfotatx] p[data-astro-cid-dhfotatx]{color:var(--color-text-light);font-size:1.15rem;margin-bottom:2rem}.cta-buttons[data-astro-cid-dhfotatx]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button[data-astro-cid-dhfotatx],.button-secondary[data-astro-cid-dhfotatx]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .4s var(--ease-out-expo);text-decoration:none;cursor:pointer;position:relative;overflow:hidden}.button[data-astro-cid-dhfotatx] svg[data-astro-cid-dhfotatx],.button-secondary[data-astro-cid-dhfotatx] svg[data-astro-cid-dhfotatx]{transition:transform .4s var(--ease-out-expo)}.button[data-astro-cid-dhfotatx]{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent)}.button[data-astro-cid-dhfotatx]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.button[data-astro-cid-dhfotatx]:hover{transform:translateY(-3px);background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff;text-decoration:none;box-shadow:0 8px 20px -4px #e85d544d}.button[data-astro-cid-dhfotatx]:hover:before{left:100%}.button[data-astro-cid-dhfotatx]:hover svg[data-astro-cid-dhfotatx]{transform:translate(4px)}.button-secondary[data-astro-cid-dhfotatx]{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.button-secondary[data-astro-cid-dhfotatx]:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text);text-decoration:none;transform:translateY(-3px);box-shadow:0 8px 20px -4px #18181b33}.button-secondary[data-astro-cid-dhfotatx]:hover svg[data-astro-cid-dhfotatx]{transform:translate(4px)}@media(max-width:768px){.hero[data-astro-cid-dhfotatx]{padding:2rem 0}.section-header[data-astro-cid-dhfotatx]{flex-direction:column;align-items:flex-start;gap:.5rem}.section-number[data-astro-cid-dhfotatx]{font-size:2rem}.impact-grid[data-astro-cid-dhfotatx]{grid-template-columns:1fr}.philosophy[data-astro-cid-dhfotatx]{padding:2rem 1.5rem}.principles[data-astro-cid-dhfotatx]{grid-template-columns:1fr}.cta-content[data-astro-cid-dhfotatx]{padding:3rem 1.5rem}.cta-buttons[data-astro-cid-dhfotatx]{flex-direction:column;align-items:center}.button[data-astro-cid-dhfotatx],.button-secondary[data-astro-cid-dhfotatx]{width:100%;max-width:300px}}
