@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.newsletter-post__container{max-width:800px;margin:0 auto;padding:2rem 1rem;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.7;color:#333;animation:fadeIn .6s ease-in-out;font-weight:400}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.newsletter-post__header{margin-bottom:3rem;text-align:center;border-bottom:3px solid var(--main-color,#44c0c9);padding-bottom:2rem;position:relative}.newsletter-post__header::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--main-color,#44c0c9),#149ecc);border-radius:2px}.newsletter-post__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.2;margin-bottom:1rem;color:#1a1a1a;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(0,0,0,5%)}.newsletter-post__meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1rem;color:var(--grey-color,#8e8e8e);margin-bottom:1.5rem;flex-wrap:wrap}.newsletter-post__date{font-weight:500;display:flex;align-items:center;gap:.5rem;color:var(--grey-color,#8e8e8e)}.newsletter-post__date::before{content:'';width:12px;height:12px;background:var(--main-color,#44c0c9);border-radius:50%;opacity:.6}.newsletter-post__reading-time{display:flex;align-items:center;gap:.5rem;background:rgba(68,192,201,8%);padding:.25rem .75rem;border-radius:20px;font-size:.9rem;color:var(--main-color,#44c0c9);font-weight:500;border:1px solid rgba(68,192,201,.2)}.newsletter-post__reading-time::before{content:'';width:8px;height:8px;background:var(--main-color,#44c0c9);border-radius:50%;opacity:.7}.newsletter-post__description{font-size:1.25rem;line-height:1.5;color:#666;font-style:italic;max-width:600px;margin:0 auto;padding:1rem;background:linear-gradient(135deg,rgba(68,192,201,5%) 0%,rgba(68,192,201,.1) 100%);border-radius:8px;border-left:4px solid var(--main-color,#44c0c9)}.newsletter-post__content{font-size:1.125rem;line-height:1.5;margin-bottom:1em;animation:slideUp .8s ease-out .2s both}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.newsletter-post__content h1,.newsletter-post__content h2,.newsletter-post__content h3,.newsletter-post__content h4,.newsletter-post__content h5,.newsletter-post__content h6{margin-top:2.5rem;margin-bottom:1rem;font-weight:600;line-height:1.3;color:#1a1a1a;scroll-margin-top:100px}.newsletter-post__content h1{font-size:2rem;border-bottom:2px solid var(--main-color,#44c0c9);padding-bottom:.5rem;position:relative}.newsletter-post__content h1::after{content:'';position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--main-color,#44c0c9),#149ecc)}.newsletter-post__content h2{font-size:1.75rem;color:var(--main-color,#44c0c9);position:relative;padding-left:1rem}.newsletter-post__content h2::before{content:'';position:absolute;left:0;top:.5rem;bottom:.5rem;width:4px;background:var(--main-color,#44c0c9);border-radius:2px}.newsletter-post__content h3{font-size:1.5rem;color:#2a2a2a}.newsletter-post__content h4{font-size:1.25rem;color:#3a3a3a}.newsletter-post__content p{margin:0 0 1em !important;text-align:justify;hyphens:auto;line-height:1.5 !important}.newsletter-post__content ul,.newsletter-post__content ol{margin-bottom:1.5rem;padding-left:2rem}.newsletter-post__content li{margin-bottom:.5rem;position:relative}.newsletter-post__content ul li::marker{color:var(--main-color,#44c0c9);font-weight:700}.newsletter-post__content blockquote{border-left:4px solid var(--main-color,#44c0c9);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666;background:linear-gradient(135deg,rgba(68,192,201,5%) 0%,rgba(68,192,201,.1) 100%);padding:1.5rem;border-radius:0 8px 8px 0;position:relative}.newsletter-post__content code{background-color:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9em;color:#e83e8c;border:1px solid #e1e5e9}.newsletter-post__content pre{background-color:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9rem;line-height:1.5;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative}.newsletter-post__content pre::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--main-color,#44c0c9),#149ecc);border-radius:8px 8px 0 0}.newsletter-post__content pre code{background:0 0;padding:0;color:inherit;border:none}.newsletter-post__content a{color:var(--main-color,#44c0c9);text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease;position:relative}.newsletter-post__content a:hover{border-bottom-color:var(--main-color,#44c0c9);color:#149ecc}.newsletter-post__content strong{font-weight:600;color:#1a1a1a}.newsletter-post__content em{font-style:italic;color:#666}.newsletter-post__content figure{margin:2rem 0;text-align:center;position:relative}.newsletter-post__content figure img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);transition:all .4s ease;cursor:pointer}.newsletter-post__content figure img:hover{transform:scale(1.02)translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.18)}.newsletter-post__content figcaption{margin-top:.75rem;font-size:.9rem;color:#666;font-style:italic;padding:.5rem;background:rgba(68,192,201,5%);border-radius:4px}@media(max-width:768px){.newsletter-post__container{padding:1rem .75rem}.newsletter-post__header{margin-bottom:2rem;padding-bottom:1.5rem}.newsletter-post__title{font-size:2rem}.newsletter-post__meta{flex-direction:column;gap:.5rem}.newsletter-post__description{font-size:1.1rem;padding:.75rem}.newsletter-post__content{font-size:1rem}.newsletter-post__content h1{font-size:1.75rem}.newsletter-post__content h2{font-size:1.5rem}.newsletter-post__content h3{font-size:1.25rem}.newsletter-post__content blockquote{padding:1rem;margin:1.5rem 0}.newsletter-post__content pre{padding:1rem;font-size:.8rem}.newsletter-post__content ul,.newsletter-post__content ol{padding-left:1.5rem}.newsletter-post__content figure img:hover{transform:none}}@media(max-width:480px){.newsletter-post__container{padding:.75rem .5rem}.newsletter-post__title{font-size:1.75rem}.newsletter-post__content{font-size:.95rem}.newsletter-post__content h1{font-size:1.5rem}.newsletter-post__content h2{font-size:1.25rem}.newsletter-post__content h3{font-size:1.1rem}.newsletter-post__content p{text-align:left}}#home__newsletter{width:100%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:2.5rem 1rem 2rem;text-align:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}#home__newsletter h2{font-size:1.8rem;margin:0 0 .8rem;font-weight:600;color:#2c3e50;letter-spacing:-.01em}.home__newsletter_text{max-width:500px;padding:0 0 1.2rem;position:relative;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.5;color:#5a6c7d;font-style:normal;font-weight:400}@media(max-width:768px){.home__newsletter_text{font-size:1rem;max-width:100%;padding:0 1rem 1.2rem}}#home__newsletter_sign_up{margin:.8rem 0 0}#home__newsletter_sign_up a{background:0 0;border-bottom:none}#home__newsletter_sign_up a span{background-color:var(--main-color);padding:.75rem 1.5rem;font-size:.95rem;color:#fff;font-weight:500;border-radius:6px;box-shadow:0 2px 4px rgba(68,192,201,.2);transition:all .2s ease;display:inline-block;text-decoration:none;letter-spacing:.01em}#home__newsletter_sign_up a span:hover{background-color:#149ecc;box-shadow:0 4px 8px rgba(68,192,201,.3);transform:translateY(-1px);transition:all .2s ease}#home__newsletter .newsletter-embed{max-width:100%;width:480px;height:150px;border:1px solid #eee;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,6%)}@media(max-width:520px){#home__newsletter .newsletter-embed{width:100%;height:200px}}.newsletter-post__container .pagination{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5}.newsletter-post__container .pagination_buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}.newsletter-post__container .pagination__button,.newsletter-post__container a.pagination__button{padding:.75rem 1.5rem;background-color:var(--main-color,#44c0c9);color:#fff;border-radius:6px;font-weight:500;text-decoration:none;transition:all .2s ease;border:none;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif}.newsletter-post__container .pagination__button:hover,.newsletter-post__container a.pagination__button:hover{background-color:#149ecc;transform:translateY(-1px);box-shadow:0 4px 8px rgba(68,192,201,.3)}.newsletter-post__container .pagination__button.button_disabled{background-color:#e5e5e5;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.newsletter-post__container .pagination__button.button_here{background-color:#149ecc;font-weight:600}.newsletter-post__container .pagination_archive{text-align:center;margin-top:1.5rem}.newsletter-post__container .pagination_archive a{color:var(--main-color,#44c0c9);text-decoration:none;font-weight:500}.newsletter-post__container .pagination_archive a:hover{text-decoration:underline}@media(max-width:768px){.newsletter-post__container .pagination__number{display:none !important}.newsletter-post__container .pagination_buttons{gap:.25rem}.newsletter-post__container .pagination__button,.newsletter-post__container a.pagination__button{padding:.5rem 1rem;font-size:.9rem}}