.main-blog{padding:3rem 0;background-color:#fff}.main-blog__container{max-width:1400px;margin:0 auto}.blog-hero{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:3rem;overflow:hidden}.blog-hero__image{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center}.blog-hero__image img{width:100%;height:100%;display:block;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.blog-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3);z-index:2;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.blog-hero__content{max-width:900px;width:100%;text-align:center;color:#fff;z-index:3}.blog-hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin:0 0 1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5),0 0 20px rgba(0,0,0,.3);letter-spacing:-.02em}.blog-hero__description{font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.6;color:#fffffff2;text-shadow:1px 1px 4px rgba(0,0,0,.5);max-width:800px;margin:0 auto}.blog-header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:2px solid rgba(var(--color-foreground),.1)}.blog-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin:0 0 1rem;color:rgb(var(--color-foreground));letter-spacing:-.02em}.blog-description{font-size:1.25rem;line-height:1.6;color:rgba(var(--color-foreground),.7);max-width:800px;margin:0 auto}.blog-layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media screen and (min-width: 990px){.blog-layout{grid-template-columns:1fr 320px;gap:4rem}}.blog-main{min-width:0}.blog-list{display:flex;flex-direction:column;gap:0;padding-left:2rem}.blog-list-item{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1);transition:background-color .2s ease}.blog-list-item:hover{background-color:rgba(var(--color-foreground),.02)}.blog-list-item:last-child{border-bottom:none}.blog-list-item__image{flex-shrink:0;width:200px;height:150px;border-radius:8px;overflow:hidden;background:rgba(var(--color-foreground),.05);display:block}.blog-list-item__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.blog-list-item:hover .blog-list-item__image img{transform:scale(1.05)}.blog-list-item__content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.blog-list-item__header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.8125rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.blog-list-item__date{color:rgba(var(--color-foreground),.6)}.blog-list-item__read-time{color:rgba(var(--color-foreground),.5)}.blog-list-item__read-time:before{content:"\2022";margin-right:1rem;color:rgba(var(--color-foreground),.4)}.blog-list-item__title{font-size:1.75rem;font-weight:800;line-height:1.3;margin:0 0 .75rem;color:rgb(var(--color-foreground))}.blog-list-item__title a{color:inherit;text-decoration:none;transition:color .2s ease}.blog-list-item__title a:hover{color:rgb(var(--color-base-accent-1))}.blog-list-item__excerpt{font-size:1rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0}.blog-cta-item{margin:2rem 0;border-top:2px solid rgba(var(--color-foreground),.1);border-bottom:2px solid rgba(var(--color-foreground),.1);padding:3rem 0 3rem 2rem;display:block!important;visibility:visible!important;opacity:1!important}.blog-cta-item__content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#0e1b4d0d,#2563eb0d);border-radius:16px;border:2px solid rgba(var(--color-base-accent-1),.2)}.blog-cta-item__image{margin-bottom:2rem;max-width:400px;width:100%;border-radius:12px;overflow:hidden}.blog-cta-item__image img{width:100%;height:auto;display:block}.blog-cta-item__text{max-width:600px}.blog-cta-item__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;line-height:1.2;margin:0 0 1rem;color:rgb(var(--color-foreground))}.blog-cta-item__description{font-size:1.125rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0 0 2rem}.blog-cta-item__button{display:inline-flex;align-items:center;gap:.5rem;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:100px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #2563eb80;position:relative;overflow:hidden}.blog-cta-item__button--shiny:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:blog-cta-shine 3s ease-in-out 1s infinite}@keyframes blog-cta-shine{0%{left:-100%}20%{left:100%}to{left:100%}}.blog-cta-item__button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #2563ebb3}.blog-cta-item__button:hover:before{animation-play-state:paused}.blog-sidebar{position:sticky;top:120px;height:fit-content;max-height:none;overflow-y:visible}.blog-sidebar-widget{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.blog-sidebar-title{font-size:1rem;font-weight:700;margin:0 0 1rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.05em}.blog-sidebar-menu{list-style:none;padding:0;margin:0}.blog-sidebar-menu-item{margin-bottom:.5rem}.blog-sidebar-menu-item:last-child{margin-bottom:0}.blog-sidebar-menu-link{font-size:.9375rem;color:rgba(var(--color-foreground),.8);text-decoration:none;transition:color .2s ease;display:block;padding:.5rem 0}.blog-sidebar-menu-link:hover{color:rgb(var(--color-base-accent-1))}.blog-sidebar-text{font-size:.9375rem;line-height:1.6;color:rgba(var(--color-foreground),.7)}.blog-sidebar-cta{background:linear-gradient(135deg,#0e1b4d,#1a2d6b);border:none;padding:2rem}.blog-sidebar-cta__content{text-align:center;color:#fff}.blog-sidebar-cta__heading{font-size:1.25rem;font-weight:800;margin:0 0 1rem;line-height:1.3;color:#fff}.blog-sidebar-cta__text{font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem;color:#ffffffe6}.blog-sidebar-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:100px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66;width:100%;position:relative;overflow:hidden}.blog-sidebar-cta__button--shiny:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:blog-sidebar-shine 3s ease-in-out 1s infinite}@keyframes blog-sidebar-shine{0%{left:-100%}20%{left:100%}to{left:100%}}.blog-sidebar-cta__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb99}.blog-sidebar-cta__button:hover:before{animation-play-state:paused}.blog-pagination{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(var(--color-foreground),.1);padding-left:2rem}@media screen and (max-width: 989px){.blog-layout{grid-template-columns:1fr;gap:3rem}.blog-sidebar{position:static;order:2}.blog-main{order:1}}@media screen and (max-width: 749px){.blog-hero__image{min-height:40vh}.blog-hero__overlay{padding:3rem 1.5rem}.blog-hero__title{margin-bottom:1rem}.blog-hero__description{font-size:1rem}.main-blog{padding:2rem 0}.main-blog__container{padding:0 1.5rem}.blog-header{margin-bottom:3rem;padding-bottom:1.5rem}.blog-title{font-size:2rem}.blog-description{font-size:1rem}.blog-list{padding-left:0}.blog-list-item{flex-direction:column;gap:1rem;padding:1.5rem 0}.blog-list-item__image{width:100%;height:200px}.blog-list-item__title{font-size:1.375rem}.blog-list-item__excerpt{font-size:.9375rem}.blog-list-item__header{font-size:.75rem}.blog-cta-item{padding:2rem 0;margin:1.5rem 0}.blog-cta-item__content{padding:2rem 1.5rem}.blog-cta-item__title{font-size:1.5rem}.blog-cta-item__description{font-size:1rem}.blog-pagination{padding-left:0}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/section-main-blog.css.map */
