.Hero-module__Z8hQ_W__hero{min-height:calc(100vh - 70px);padding:var(--space-20)0;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__background{z-index:0;position:absolute;inset:0;overflow:hidden}.Hero-module__Z8hQ_W__gradient1,.Hero-module__Z8hQ_W__gradient2,.Hero-module__Z8hQ_W__gradient3{filter:blur(80px);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute}.Hero-module__Z8hQ_W__gradient1{background:var(--color-primary);width:600px;height:600px;animation-delay:0s;top:-200px;left:-200px}.Hero-module__Z8hQ_W__gradient2{background:var(--color-secondary);width:500px;height:500px;animation-delay:5s;bottom:-150px;right:-150px}.Hero-module__Z8hQ_W__gradient3{background:var(--color-accent);width:400px;height:400px;animation-delay:10s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-50px,50px)scale(.9)}}.Hero-module__Z8hQ_W__container{z-index:1;gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.Hero-module__Z8hQ_W__content{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.Hero-module__Z8hQ_W__contentVisible{opacity:1;transform:translateY(0)}.Hero-module__Z8hQ_W__title{font-size:var(--font-size-6xl);font-weight:var(--font-weight-black);margin-bottom:var(--space-6);line-height:1.1}.Hero-module__Z8hQ_W__subtitle{font-size:var(--font-size-xl);line-height:var(--line-height-relaxed);color:var(--color-text-secondary);margin-bottom:var(--space-8);max-width:600px}.Hero-module__Z8hQ_W__cta{gap:var(--space-4);margin-bottom:var(--space-12);flex-wrap:wrap;display:flex}.Hero-module__Z8hQ_W__stats{gap:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--color-border);grid-template-columns:repeat(3,1fr);display:grid}.Hero-module__Z8hQ_W__stat{text-align:center}.Hero-module__Z8hQ_W__statValue{font-family:var(--font-display);font-size:var(--font-size-4xl);font-weight:var(--font-weight-black);background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__statLabel{font-size:var(--font-size-sm);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}.Hero-module__Z8hQ_W__illustration{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1) .2s;transform:translateY(30px)scale(.95)}.Hero-module__Z8hQ_W__illustrationVisible{opacity:1;transform:translateY(0)scale(1)}.Hero-module__Z8hQ_W__expressionCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-10);box-shadow:var(--shadow-2xl);animation:6s ease-in-out infinite Hero-module__Z8hQ_W__cardFloat;position:relative}@keyframes Hero-module__Z8hQ_W__cardFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}.Hero-module__Z8hQ_W__expressionCard:before{content:"";background:var(--gradient-primary);border-radius:var(--radius-2xl);z-index:-1;opacity:.5;filter:blur(20px);position:absolute;inset:-2px}.Hero-module__Z8hQ_W__expressionText{font-family:var(--font-display);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-4);line-height:var(--line-height-tight);-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__expressionMeaning{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);color:var(--color-text-secondary)}@media (max-width:1024px){.Hero-module__Z8hQ_W__container{gap:var(--space-12);grid-template-columns:1fr}.Hero-module__Z8hQ_W__title{font-size:var(--font-size-5xl)}.Hero-module__Z8hQ_W__illustration{order:-1}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding:var(--space-12)0}.Hero-module__Z8hQ_W__title{font-size:var(--font-size-4xl)}.Hero-module__Z8hQ_W__subtitle{font-size:var(--font-size-lg)}.Hero-module__Z8hQ_W__cta{flex-direction:column}.Hero-module__Z8hQ_W__cta a{width:100%}.Hero-module__Z8hQ_W__stats{gap:var(--space-4);grid-template-columns:1fr}.Hero-module__Z8hQ_W__expressionCard{padding:var(--space-6)}.Hero-module__Z8hQ_W__expressionText{font-size:var(--font-size-2xl)}.Hero-module__Z8hQ_W__expressionMeaning{font-size:var(--font-size-base)}}
.FeaturedExpressions-module__nAqmca__section{padding:var(--space-20)0;background:var(--gradient-surface)}.FeaturedExpressions-module__nAqmca__header{text-align:center;margin-bottom:var(--space-12)}.FeaturedExpressions-module__nAqmca__title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-black);margin-bottom:var(--space-4)}.FeaturedExpressions-module__nAqmca__subtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.FeaturedExpressions-module__nAqmca__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));display:grid}.FeaturedExpressions-module__nAqmca__skeleton{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);height:280px;animation:2s ease-in-out infinite FeaturedExpressions-module__nAqmca__pulse}@media (max-width:768px){.FeaturedExpressions-module__nAqmca__section{padding:var(--space-12)0}.FeaturedExpressions-module__nAqmca__title{font-size:var(--font-size-3xl)}.FeaturedExpressions-module__nAqmca__grid{gap:var(--space-4);grid-template-columns:1fr}}
