.Blog-module__OhCOoG__blog{padding-bottom:120px}.Blog-module__OhCOoG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:100px 0;display:flex;position:relative;overflow:hidden}.Blog-module__OhCOoG__heroContent{z-index:2;max-width:900px}.Blog-module__OhCOoG__heroBg{z-index:1;opacity:.15;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Blog-module__OhCOoG__heroTitle{background:linear-gradient(to bottom,var(--foreground)0%,var(--text-muted)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3.5rem;font-weight:800;line-height:1.2}.Blog-module__OhCOoG__heroSubtitle{color:var(--text-muted);max-width:700px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.Blog-module__OhCOoG__filters{justify-content:center;padding-bottom:60px;display:flex}.Blog-module__OhCOoG__filterList{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.Blog-module__OhCOoG__filterBtn{background:var(--accent);border:1px solid var(--border);color:var(--text-muted);border-radius:100px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s}.Blog-module__OhCOoG__filterBtn:hover,.Blog-module__OhCOoG__filterBtnActive{background:var(--btn-bg);color:var(--btn-color);border-color:var(--btn-border)}[data-theme=dark] .Blog-module__OhCOoG__filterBtn:hover,[data-theme=dark] .Blog-module__OhCOoG__filterBtnActive{border-color:var(--btn-hover-border)}.Blog-module__OhCOoG__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;margin-top:40px;display:grid}.Blog-module__OhCOoG__articleLink{color:inherit;text-decoration:none;display:block}.Blog-module__OhCOoG__blogCard{background:var(--accent);border:1px solid var(--border);border-radius:32px;flex-direction:column;height:100%;padding:40px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.Blog-module__OhCOoG__blogCard:hover{border-color:var(--border-hover);background:var(--background);transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.Blog-module__OhCOoG__cardCategory{letter-spacing:.05em;color:var(--text-muted);margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:block}.Blog-module__OhCOoG__blogCard h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.Blog-module__OhCOoG__blogCard p{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;line-height:1.6}.Blog-module__OhCOoG__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.Blog-module__OhCOoG__tags{gap:10px;display:flex}.Blog-module__OhCOoG__tag{color:var(--text-muted);font-size:.8rem;font-weight:500}.Blog-module__OhCOoG__readMore{color:var(--foreground);align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.Blog-module__OhCOoG__newsletter{margin-top:120px}.Blog-module__OhCOoG__newsletterInner{background:var(--accent);color:var(--foreground);text-align:center;border-radius:60px;padding:100px 60px;position:relative;overflow:hidden}.Blog-module__OhCOoG__newsletterContent{z-index:2;max-width:600px;margin:0 auto;position:relative}.Blog-module__OhCOoG__newsletterContent h2{margin-bottom:1.5rem;font-size:2.5rem}.Blog-module__OhCOoG__newsletterContent p{opacity:.7;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.Blog-module__OhCOoG__newsletterForm{gap:12px;max-width:500px;margin:0 auto;display:flex}.Blog-module__OhCOoG__input{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:100px;outline:none;flex:1;padding:18px 24px;font-size:1rem;transition:all .2s}.Blog-module__OhCOoG__input:focus{border-color:var(--border-hover)}.Blog-module__OhCOoG__input::placeholder{color:inherit;opacity:.5}.Blog-module__OhCOoG__inputError{animation:.4s cubic-bezier(.36,.07,.19,.97) both Blog-module__OhCOoG__shake;background:#ff4d4d0d!important;border-color:#ff4d4d!important}.Blog-module__OhCOoG__formContainer{flex-direction:column;flex:1;gap:8px;display:flex}.Blog-module__OhCOoG__errorMessage{color:#ff4d4d;align-items:center;gap:4px;margin-left:20px;font-size:.8rem;font-weight:500;animation:.3s forwards Blog-module__OhCOoG__fadeInError;display:flex}.Blog-module__OhCOoG__successMessage{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:100px;margin-top:20px;padding:15px;font-size:.9rem;font-weight:600;animation:.5s forwards Blog-module__OhCOoG__fadeIn}[data-theme=dark] .Blog-module__OhCOoG__successMessage{color:#4ade80;background:#22c55e26}@keyframes Blog-module__OhCOoG__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}@keyframes Blog-module__OhCOoG__fadeInError{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes Blog-module__OhCOoG__fadeIn{0%{opacity:0}to{opacity:1}}.Blog-module__OhCOoG__submitBtn{background:var(--btn-bg);color:var(--btn-color);border:1px solid var(--btn-border);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;min-width:140px;padding:0 32px;font-weight:700;transition:all .3s;display:flex}.Blog-module__OhCOoG__submitBtn:disabled{opacity:.8;cursor:not-allowed}.Blog-module__OhCOoG__loadingSpinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite Blog-module__OhCOoG__spin}@keyframes Blog-module__OhCOoG__spin{to{transform:rotate(360deg)}}[data-theme=dark] .Blog-module__OhCOoG__submitBtn{background:var(--btn-bg);color:var(--btn-color);border-color:var(--btn-border)}.Blog-module__OhCOoG__submitBtn:hover{background:var(--btn-hover-bg);border-color:var(--btn-hover-border);transform:translateY(-2px)}@media (max-width:1024px){.Blog-module__OhCOoG__heroTitle{font-size:2.8rem}}@media (max-width:768px){.Blog-module__OhCOoG__newsletterInner{border-radius:40px;padding:60px 30px}.Blog-module__OhCOoG__newsletterForm{flex-direction:column}.Blog-module__OhCOoG__submitBtn{padding:18px}.Blog-module__OhCOoG__heroTitle{font-size:2.2rem}.Blog-module__OhCOoG__blogGrid{grid-template-columns:1fr}}
