:root{--eck-primary:#e77e23;--eck-primary-rgb:231,126,35;--eck-ink:#141414;--eck-muted:#6b6b6b;--eck-white:#ffffff;--eck-gray:#f5f6f7;--eck-soft-bg:#f3f4f6;--eck-border:#e6e6e6;--eck-footer-bg:#080602;--eck-footer-muted:#999999;--eck-ribbon:#e11d48;--eck-font:Poppins,system-ui,sans-serif;--eck-radius:10px;--eck-radius-sm:6px;--eck-shadow:none;--eck-shadow-soft:none;--eck-soft:#e6e6e6;--eck-tint:#f5f6f7;--eck-accent:#e77e23;--eck-ink-muted:#6b6b6b}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--eck-font);font-size:15px;line-height:1.7;color:var(--eck-ink);background:var(--eck-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--eck-ink);text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease}a:hover{color:var(--eck-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--eck-font);font-weight:700;line-height:1.25;color:var(--eck-ink);margin-top:0}p{margin-top:0;color:var(--eck-muted)}.text-theme{color:var(--eck-primary)}.eck-container{width:100%;max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px}.eck-section{padding:90px 0;position:relative}.eck-section--gray,.eck-section--tint{background:var(--eck-soft-bg)}.eck-section--ink{background:var(--eck-ink);color:var(--eck-white)}.eck-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:none;color:var(--eck-primary);margin-bottom:12px}.eck-eyebrow__dot{width:7px;height:7px;border-radius:50%;background:var(--eck-primary)}.eck-section-title{font-size:36px;letter-spacing:-.3px;margin-bottom:12px}.eck-section-lead{font-size:16px;max-width:620px;margin-bottom:0}.eck-section-head{margin-bottom:40px}.eck-section-head--center{text-align:center}.eck-section-head--center .eck-section-lead{margin-left:auto;margin-right:auto}.eck-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 22px;border-radius:var(--eck-radius-sm);font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;line-height:1;box-shadow:none}.eck-btn--sm{min-height:38px;padding:8px 16px;font-size:13px}.eck-btn--primary{background:var(--eck-primary);color:var(--eck-white);border-color:var(--eck-primary)}.eck-btn--primary:hover{background:#d46f18;border-color:#d46f18;color:var(--eck-white)}.eck-btn--ghost{background:0 0;color:var(--eck-ink);border-color:var(--eck-border)}.eck-btn--ghost:hover{border-color:var(--eck-ink);color:var(--eck-ink);background:var(--eck-soft-bg)}.eck-btn--ink{background:var(--eck-ink);color:var(--eck-white);border-color:var(--eck-ink)}.eck-btn--ink:hover{background:var(--eck-primary);border-color:var(--eck-primary);color:var(--eck-white)}.eck-btn--light{background:var(--eck-white);color:var(--eck-ink);border-color:var(--eck-white)}.eck-btn--light:hover{background:var(--eck-primary);border-color:var(--eck-primary);color:var(--eck-white)}.eck-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:4px 9px;border-radius:var(--eck-radius-sm);background:var(--eck-soft-bg);color:var(--eck-ink);border:1px solid var(--eck-border)}.eck-badge--premium{background:var(--eck-ink);border-color:var(--eck-ink);color:var(--eck-white)}.eck-badge--soon{background:#fff4e5;border-color:#ffd59a;color:#8a5400}.eck-badge--free{background:#ffe4e8;border-color:#fecdd3;color:#9f1239}.eck-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:var(--eck-radius-sm);border:1px solid var(--eck-border);background:var(--eck-white);font-size:13px;font-weight:600;color:var(--eck-muted);cursor:pointer}.eck-chip.is-active,.eck-chip:hover{background:var(--eck-primary);color:var(--eck-white);border-color:var(--eck-primary)}@media (max-width:767px){.eck-section{padding:64px 0}.eck-section-title{font-size:28px}}.eck-header{position:absolute;top:0;left:0;right:0;z-index:1000;padding:18px 0;transition:background-color .25s ease,box-shadow .25s ease,padding .25s ease}.eck-header.is-sticky{position:fixed;background:#fff;border-bottom:1px solid var(--eck-border);box-shadow:none;padding:10px 0}.eck-header .navbar{padding:0}.eck-header__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}.eck-header .navbar-collapse{flex-grow:1}.eck-header .navbar-brand{display:inline-flex;align-items:center;font-size:22px;line-height:1;color:var(--eck-ink)}.eck-header .navbar-brand:hover{color:var(--eck-ink)}.eck-logo{display:inline-flex;align-items:baseline;letter-spacing:-.3px}.eck-logo__eck{font-weight:800;color:var(--eck-primary);text-transform:uppercase}.eck-logo__themes{font-weight:500;color:var(--eck-ink)}.eck-header .navbar-brand:hover .eck-logo__eck{color:var(--eck-primary)}.eck-header .navbar-brand:hover .eck-logo__themes{color:var(--eck-ink)}.eck-header .navbar-toggler{border:0;box-shadow:none;color:var(--eck-ink);font-size:22px;padding:4px 8px}.eck-header .navbar-nav{align-items:center;gap:2px}.eck-header .nav-link{padding:10px 14px!important;font-size:14px;font-weight:600;color:var(--eck-ink)!important;display:inline-flex;align-items:center;gap:6px}.eck-header .nav-link i{font-size:10px;opacity:.7}.eck-header .nav-link.show,.eck-header .nav-link:focus,.eck-header .nav-link:hover{color:var(--eck-primary)!important}.eck-header .nav-link.purchase{margin-left:8px;padding:10px 18px!important;border-radius:var(--eck-radius-sm);background:var(--eck-primary);color:#fff!important}.eck-header .nav-link.purchase:focus,.eck-header .nav-link.purchase:hover{background:var(--eck-ink);color:#fff!important}.eck-header .dropdown-toggle::after{display:none}.eck-header .dropdown-menu{margin-top:8px;padding:8px;min-width:230px;border:1px solid var(--eck-border);border-radius:var(--eck-radius);box-shadow:none;background:#fff}.eck-header .dropdown-item{border-radius:10px;padding:10px 12px;font-size:13px;font-weight:600;color:var(--eck-ink)}.eck-header .dropdown-item:focus,.eck-header .dropdown-item:hover{background:var(--eck-gray);color:var(--eck-primary)}.eck-header .dropdown-item span{display:block}@media (max-width:991.98px){.eck-header .navbar-collapse{margin-top:12px;padding:14px;background:#fff;border:1px solid rgba(8,6,2,.08);border-radius:16px}.eck-header .navbar-nav{align-items:stretch}.eck-header .nav-link.purchase{margin-left:0;justify-content:center}.eck-header .dropdown-menu{box-shadow:none;border:0;margin-top:0;padding:4px 0 4px 12px}}.eck-hero,.eck-page-hero{position:relative;overflow:hidden;background:#000;color:rgba(255,255,255,.78);border-bottom:0;isolation:isolate}.eck-hero>:not(.eck-atmosphere),.eck-page-hero>:not(.eck-atmosphere){position:relative;z-index:2}.eck-atmosphere{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.eck-atmosphere__grain{position:absolute;inset:0;z-index:3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E")}.eck-atmosphere__grid{position:absolute;inset:0;z-index:1;opacity:1;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px}.eck-atmosphere__orbs{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.eck-atmosphere__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:0;will-change:transform,opacity;animation:eck-orb-in 3s ease forwards}.eck-atmosphere__orb--1{width:400px;height:400px;top:20%;left:10%;background:radial-gradient(circle,rgba(231,126,35,.2509803922),transparent);animation-delay:0s}.eck-atmosphere__orb--2{width:300px;height:300px;top:60%;right:15%;background:radial-gradient(circle,rgba(200,100,30,.2509803922),transparent);animation-delay:.5s}.eck-atmosphere__orb--3{width:500px;height:500px;bottom:10%;left:40%;background:radial-gradient(circle,rgba(231,126,35,.1882352941),transparent);animation-delay:1s}@keyframes eck-orb-in{to{opacity:1}}.eck-atmosphere__floats{position:absolute;inset:0;z-index:2}.eck-atmosphere__float{position:absolute;width:2px;height:2px;border-radius:50%;background:rgba(255,255,255,.35);opacity:.75;will-change:transform}.eck-atmosphere__float--ring{width:10px;height:10px;background:0 0;border:1px solid rgba(255,255,255,.22);border-radius:50%}@media (prefers-reduced-motion:reduce){.eck-atmosphere__float,.eck-atmosphere__orb{transition:none!important;animation:none!important}.eck-atmosphere__orb{opacity:1}}.eck-hero{padding:118px 0 48px;text-align:center}.eck-hero__grid{display:block;max-width:620px;margin:0 auto}.eck-hero .eck-eyebrow{color:rgba(255,255,255,.7);font-size:12px;margin-bottom:10px}.eck-hero__title{font-size:36px;letter-spacing:-.4px;margin-bottom:14px;line-height:1.25;color:#fff}.eck-hero__title span{color:var(--eck-primary)}.eck-hero__lead{font-size:15px;max-width:480px;margin:0 auto 22px;line-height:1.7;color:rgba(255,255,255,.58)}.eck-hero__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:0}.eck-hero__actions .eck-btn{min-height:42px;padding:10px 18px;font-size:13px}.eck-hero .eck-btn--ghost{color:#fff;border-color:rgba(255,255,255,.28);background:0 0}.eck-hero .eck-btn--ghost:focus,.eck-hero .eck-btn--ghost:hover{background:#fff;border-color:#fff;color:#000}.eck-hero__preview{max-width:920px;margin:48px auto 0}.eck-page-hero{padding:128px 0 56px}.eck-page-hero h1{font-size:34px;margin-bottom:12px;line-height:1.25;color:#fff;max-width:720px}.eck-page-hero p{max-width:560px;margin-bottom:0;font-size:15px;line-height:1.7;color:rgba(255,255,255,.58)}.eck-page-hero a{color:#fff}.eck-page-hero a:focus,.eck-page-hero a:hover{color:var(--eck-primary)}.eck-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:10px;list-style:none;margin:0 0 20px;padding:0;font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.5)}.eck-breadcrumb a{color:rgba(255,255,255,.62)}.eck-breadcrumb a:focus,.eck-breadcrumb a:hover{color:#fff}.eck-breadcrumb li+li::before{content:"/";margin-right:10px;color:rgba(255,255,255,.28)}.eck-header:not(.is-sticky) .eck-logo__themes,.eck-header:not(.is-sticky) .navbar-brand:focus .eck-logo__themes,.eck-header:not(.is-sticky) .navbar-brand:hover .eck-logo__themes{color:#fff}.eck-header:not(.is-sticky) .navbar-brand:focus .eck-logo__eck,.eck-header:not(.is-sticky) .navbar-brand:hover .eck-logo__eck{color:var(--eck-primary)}.eck-header:not(.is-sticky) .nav-link{color:rgba(255,255,255,.82)!important}.eck-header:not(.is-sticky) .nav-link.show,.eck-header:not(.is-sticky) .nav-link:focus,.eck-header:not(.is-sticky) .nav-link:hover{color:var(--eck-primary)!important}.eck-header:not(.is-sticky) .nav-link.purchase{color:#fff!important}.eck-header:not(.is-sticky) .nav-link.purchase:focus,.eck-header:not(.is-sticky) .nav-link.purchase:hover{background:#fff;color:#000!important}.eck-header:not(.is-sticky) .navbar-toggler{color:#fff}@media (max-width:991.98px){.eck-header:not(.is-sticky) .navbar-collapse{background:#050505;border-color:rgba(255,255,255,.1)}.eck-header:not(.is-sticky) .dropdown-menu{background:0 0}.eck-header:not(.is-sticky) .dropdown-item{color:rgba(255,255,255,.85)}.eck-header:not(.is-sticky) .dropdown-item:focus,.eck-header:not(.is-sticky) .dropdown-item:hover{background:rgba(255,255,255,.06);color:var(--eck-primary)}}@media (max-width:991px){.eck-hero{padding:104px 0 40px}.eck-hero__title{font-size:28px}.eck-page-hero{padding:112px 0 44px}.eck-page-hero h1{font-size:28px}.eck-breadcrumb{margin-bottom:16px;font-size:12px}}.eck-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.eck-card-grid--3{grid-template-columns:repeat(2,1fr)}.eck-card-grid--2{grid-template-columns:repeat(2,1fr)}.eck-card-grid--free-single{grid-template-columns:minmax(0,560px);justify-content:start}.eck-download-count{display:inline;font-size:13px;font-weight:500;color:var(--eck-muted)}.eck-product-card--soon .eck-product-card__media{cursor:pointer}.eck-product-card--soon .eck-product-card__title a{color:var(--eck-ink)}.eck-product-card--soon .eck-product-card__title a:hover{color:var(--eck-primary)}.eck-product-card--soon .eck-product-card__title{margin-bottom:18px}.eck-blog-card,.eck-freebie-card,.eck-product-card{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:none}.eck-blog-card:hover,.eck-freebie-card:hover,.eck-product-card:hover{border-color:#d0d0d0}.eck-blog-card__media,.eck-freebie-card__media,.eck-product-card__media{position:relative;display:block;aspect-ratio:16/10;background:var(--eck-soft-bg);overflow:hidden;border-bottom:1px solid var(--eck-border)}.eck-blog-card__media img,.eck-freebie-card__media img,.eck-product-card__media img{width:100%;height:100%;object-fit:cover;object-position:top center}.eck-product-card__tag{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;padding:5px 10px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#fff;background:var(--eck-ink);border-radius:var(--eck-radius-sm)}.eck-product-card__tag--soon{background:#c47a12}.eck-freebie-card__badges,.eck-product-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}.eck-ribbon{position:absolute;top:0;right:0;width:110px;height:110px;overflow:hidden;z-index:3;pointer-events:none}.eck-ribbon span{position:absolute;display:block;width:150px;padding:7px 0;background:var(--eck-ribbon);color:#fff;font-size:11px;font-weight:800;letter-spacing:1.2px;text-align:center;text-transform:uppercase;right:-38px;top:22px;transform:rotate(45deg)}.eck-blog-card__body,.eck-freebie-card__body,.eck-product-card__body{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1}.eck-blog-card__title,.eck-freebie-card__title,.eck-product-card__title{font-size:20px;font-weight:700;line-height:1.35;margin-bottom:18px}.eck-blog-card__title a,.eck-freebie-card__title a,.eck-product-card__title a{color:var(--eck-ink)}.eck-freebie-card__title a:hover,.eck-product-card__title a:hover{color:var(--eck-primary)}.eck-blog-card__excerpt,.eck-freebie-card__text,.eck-product-card__text{font-size:14px;margin-bottom:16px;flex:1}.eck-blog-card__meta,.eck-freebie-card__meta,.eck-product-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.eck-product-card__foot{margin-top:auto;padding-top:16px;border-top:1px solid var(--eck-border);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.eck-product-card__price{font-size:14px;color:var(--eck-muted)}.eck-product-card__price strong{color:var(--eck-ink);font-weight:700}.eck-freebie-card__actions,.eck-product-card__actions{display:flex;gap:8px;flex-wrap:wrap}.eck-feature{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:28px 24px;height:100%;box-shadow:none;text-align:center}.eck-feature__icon{width:56px;height:56px;border-radius:50%;background:rgba(231,126,35,.12);border:0;display:inline-flex;align-items:center;justify-content:center;color:var(--eck-primary);margin-bottom:18px;font-size:20px}.eck-feature h3{font-size:18px;margin-bottom:8px}.eck-feature p{font-size:14px;margin-bottom:0}.eck-audience{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:28px;height:100%}.eck-audience h3{font-size:18px;margin-bottom:8px}.eck-audience p{margin-bottom:0;font-size:14px}.eck-quote{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:22px;height:100%}.eck-quote p{font-size:15px;color:var(--eck-ink);margin-bottom:16px}.eck-quote__author{font-size:13px;font-weight:700;color:var(--eck-ink)}.eck-quote__role{display:block;font-size:12px;font-weight:500;color:var(--eck-muted)}.eck-preview-frame{border-radius:var(--eck-radius);overflow:hidden;border:1px solid var(--eck-border);background:#fff}.eck-preview-frame__bar{display:flex;align-items:center;gap:6px;padding:10px 12px;background:var(--eck-soft-bg);border-bottom:1px solid var(--eck-border)}.eck-preview-frame__bar i{width:8px;height:8px;border-radius:50%;display:block;background:#cfcfcf}.eck-preview-frame__body{aspect-ratio:16/11;overflow:hidden;background:var(--eck-gray)}.eck-preview-frame__body img{width:100%;height:100%;object-fit:cover;object-position:top center}@media (max-width:767px){.eck-card-grid,.eck-card-grid--2,.eck-card-grid--3{grid-template-columns:1fr}.eck-freebie-card__title,.eck-product-card__title{font-size:18px}}.eck-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.eck-cta{background:var(--eck-ink);color:var(--eck-white);border-radius:var(--eck-radius);padding:48px 40px;display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:center;text-align:left}.eck-cta--center{display:block;text-align:center}.eck-cta--center .eck-cta__actions{justify-content:center;margin-top:22px}.eck-cta h2{color:var(--eck-white);font-size:30px;margin-bottom:10px}.eck-cta p{color:rgba(255,255,255,.72);margin-bottom:0}.eck-cta__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.eck-cta .eck-btn--ghost{color:#fff;border-color:rgba(255,255,255,.35);background:0 0}.eck-cta .eck-btn--ghost:hover{background:#fff;color:var(--eck-ink);border-color:#fff}.eck-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.eck-trust-item{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:22px}.eck-trust-item h3{font-size:17px;margin-bottom:8px}.eck-trust-item p{margin-bottom:0;font-size:14px}.eck-contact--email{display:flex;justify-content:center}.eck-contact__card{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:36px 32px;max-width:520px;width:100%;text-align:center}.eck-contact__icon{width:52px;height:52px;margin:0 auto 16px;border-radius:12px;background:rgba(231,126,35,.12);color:var(--eck-primary);display:inline-flex;align-items:center;justify-content:center;font-size:20px}.eck-contact__title{margin:0 0 10px;font-size:22px}.eck-contact__text{margin:0 0 16px;font-size:15px;color:var(--eck-muted)}.eck-contact__mail{display:inline-block;font-size:20px;font-weight:700;color:var(--eck-ink);margin-bottom:22px}.eck-contact__mail:focus,.eck-contact__mail:hover{color:var(--eck-primary)}.eck-contact__actions{display:flex;justify-content:center}@media (max-width:991px){.eck-cta,.eck-trust-grid{grid-template-columns:1fr}.eck-cta__actions{justify-content:flex-start}}.eck-product-detail{padding-bottom:20px}.eck-product-detail__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:32px;align-items:start}.eck-product-gallery{background:#fff;border:1px solid var(--eck-border);border-radius:var(--eck-radius);overflow:hidden}.eck-product-gallery__main{position:relative;aspect-ratio:16/10;background:var(--eck-soft-bg);overflow:hidden}.eck-product-gallery__main img{width:100%;height:100%;object-fit:cover;object-position:top center}.eck-product-gallery__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px;border-top:1px solid var(--eck-border);background:#fff}.eck-product-gallery__thumbs span{display:block;aspect-ratio:16/10;border-radius:8px;overflow:hidden;border:1px solid var(--eck-border);background:var(--eck-soft-bg)}.eck-product-gallery__thumbs img{width:100%;height:100%;object-fit:cover;object-position:top center}.eck-product-buybox{background:#fff;border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:26px 24px;position:sticky;top:96px}.eck-product-buybox__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.eck-product-buybox__title{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-.3px;line-height:1.25}.eck-product-buybox__lead{margin:0 0 18px;font-size:15px;line-height:1.7;color:var(--eck-muted)}.eck-product-buybox__price{display:flex;align-items:baseline;gap:10px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--eck-border)}.eck-product-buybox__price strong{font-size:32px;font-weight:800;color:var(--eck-ink);line-height:1}.eck-product-buybox__price span{font-size:13px;font-weight:600;color:var(--eck-muted)}.eck-product-buybox__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.eck-product-buybox__actions .eck-btn{width:100%}.eck-product-buybox__meta{list-style:none;margin:0;padding:0}.eck-product-buybox__meta li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--eck-border);font-size:13px}.eck-product-buybox__meta span:first-child{color:var(--eck-muted);font-weight:600}.eck-product-buybox__meta span:last-child{color:var(--eck-ink);font-weight:700;text-align:right}.eck-product-block{margin-top:40px}.eck-product-block__head{margin-bottom:22px}.eck-product-block__head h2{margin:0 0 8px;font-size:26px}.eck-product-block__head p{margin:0;max-width:640px;color:var(--eck-muted)}.eck-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.eck-feature-card{background:#fff;border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:22px 20px;height:100%}.eck-feature-card__icon{width:42px;height:42px;border-radius:10px;background:rgba(231,126,35,.12);color:var(--eck-primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:16px}.eck-feature-card h3{margin:0 0 8px;font-size:16px}.eck-feature-card p{margin:0;font-size:14px;color:var(--eck-muted);line-height:1.65}.eck-product-specs{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.eck-product-specs__box{background:#fff;border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:22px}.eck-product-specs__box h3{margin:0 0 14px;font-size:16px}.eck-check-list{list-style:none;margin:0;padding:0}.eck-check-list li{position:relative;padding-left:28px;margin-bottom:10px;font-size:14px;font-weight:500;color:var(--eck-ink)}.eck-check-list li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:1px;color:var(--eck-primary);font-size:12px}.eck-spec-table{width:100%;border-collapse:collapse}.eck-spec-table tr+tr td,.eck-spec-table tr+tr th{border-top:1px solid var(--eck-border)}.eck-spec-table td,.eck-spec-table th{padding:12px 0;font-size:14px;text-align:left;vertical-align:top}.eck-spec-table th{width:42%;color:var(--eck-muted);font-weight:600}.eck-spec-table td{color:var(--eck-ink);font-weight:700}.eck-product-catalog__intro{max-width:720px;margin-bottom:36px}.eck-product-catalog__intro h2{margin:0 0 10px;font-size:28px}.eck-product-catalog__intro p{margin:0;color:var(--eck-muted)}@media (max-width:991px){.eck-feature-grid,.eck-product-detail__layout,.eck-product-specs{grid-template-columns:1fr}.eck-product-buybox{position:static}.eck-feature-grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.eck-feature-grid{grid-template-columns:1fr}.eck-product-buybox__title{font-size:24px}}.eck-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:start}.eck-blog-main{min-width:0}.eck-blog-card{border-color:var(--eck-border);background:#fff}.eck-blog-card:hover{border-color:rgba(231,126,35,.45)}.eck-blog-card__media{aspect-ratio:16/9;border-bottom:0}.eck-blog-card__media::after{content:"";position:absolute;inset:0;background:rgba(8,6,2,.04);pointer-events:none}.eck-blog-card__cat{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:6px;background:var(--eck-primary);color:#fff;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.eck-blog-card__body{padding:20px 22px 22px}.eck-blog-card__meta{gap:14px;margin-bottom:12px;font-size:12px;font-weight:600;color:var(--eck-muted)}.eck-blog-card__meta i{margin-right:5px;font-size:12px;color:var(--eck-primary)}.eck-blog-card__title{font-size:18px;font-weight:700;line-height:1.4;margin-bottom:10px}.eck-blog-card__title a:focus,.eck-blog-card__title a:hover{color:var(--eck-primary)}.eck-blog-card__excerpt{margin-bottom:16px;font-size:14px;line-height:1.7;color:var(--eck-muted)}.eck-blog-card__more{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--eck-ink)}.eck-blog-card__more i{font-size:11px;color:var(--eck-primary)}.eck-blog-card__more:focus,.eck-blog-card__more:hover{color:var(--eck-primary)}.eck-blog-article{background:var(--eck-white);border:1px solid var(--eck-soft);border-radius:var(--eck-radius);padding:28px}.eck-blog-article__cover{margin:-28px -28px 22px;border-bottom:1px solid var(--eck-border);overflow:hidden;border-radius:var(--eck-radius) var(--eck-radius) 0 0}.eck-blog-article__cover img{width:100%;aspect-ratio:16/9;object-fit:cover}.eck-blog-article h3{font-size:18px;margin-top:22px;margin-bottom:8px}.eck-pick{border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:18px;margin:22px 0;background:#fff}.eck-pick__grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}.eck-pick__media{border:1px solid var(--eck-border);border-radius:var(--eck-radius-sm);overflow:hidden;background:var(--eck-soft-bg)}.eck-pick__media img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top center}.eck-pick--roundup .eck-pick__media img{aspect-ratio:16/9;max-height:420px;object-fit:cover}.eck-pick__label{display:inline-flex;margin-bottom:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--eck-primary)}.eck-pick__title{font-size:18px!important;margin-top:0!important;margin-bottom:8px!important}.eck-pick__meta{font-size:13px;color:var(--eck-muted);margin-bottom:10px}.eck-pick__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}@media (max-width:767px){.eck-pick__grid{grid-template-columns:1fr}}.eck-blog-article__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;font-weight:600;color:var(--eck-ink-muted);margin-bottom:18px}.eck-blog-article h1{font-size:34px;margin-bottom:18px}.eck-blog-article h2{font-size:22px;margin-top:28px;margin-bottom:12px}.eck-blog-article li,.eck-blog-article p{font-size:16px;color:var(--eck-ink-muted)}.eck-blog-article ul{padding-left:20px;margin-bottom:16px}.eck-blog-article a{color:var(--eck-primary);font-weight:600}.eck-blog-article a.eck-btn{font-weight:600}.eck-blog-article a.eck-btn--primary,.eck-blog-article a.eck-btn--primary:hover{color:#fff}.eck-blog-article a.eck-btn--ghost{color:var(--eck-ink)}.eck-blog-article a.eck-btn--ghost:hover{color:var(--eck-ink)}.eck-blog-article a.eck-btn--ink,.eck-blog-article a.eck-btn--ink:hover{color:#fff}.eck-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:96px}.eck-sidebar__cta{background:#080602;border-radius:var(--eck-radius);padding:22px 20px;color:rgba(255,255,255,.72)}.eck-sidebar__cta-label{display:inline-flex;margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--eck-primary)}.eck-sidebar__cta-title{margin:0 0 8px;font-size:20px;font-weight:800;color:#fff}.eck-sidebar__cta-text{margin:0 0 16px;font-size:13px;line-height:1.65;color:rgba(255,255,255,.65)}.eck-sidebar__cta-actions{display:flex;flex-wrap:wrap;gap:8px}.eck-sidebar__cta .eck-btn--sm{min-height:38px;padding:8px 14px}.eck-sidebar__box{background:var(--eck-white);border:1px solid var(--eck-border);border-radius:var(--eck-radius);padding:20px}.eck-sidebar__heading{position:relative;margin:0 0 16px;padding-bottom:12px;font-size:14px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:var(--eck-ink)}.eck-sidebar__heading::after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:var(--eck-primary)}.eck-sidebar__cats,.eck-sidebar__list,.eck-sidebar__posts,.eck-sidebar__products{list-style:none;margin:0;padding:0}.eck-sidebar__cats li+li{margin-top:4px}.eck-sidebar__cats a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:600;color:var(--eck-ink);background:0 0}.eck-sidebar__cats a i{font-size:11px;color:var(--eck-muted)}.eck-sidebar__cats a:focus,.eck-sidebar__cats a:hover{background:var(--eck-soft-bg);color:var(--eck-primary)}.eck-sidebar__cats a:focus i,.eck-sidebar__cats a:hover i{color:var(--eck-primary)}.eck-sidebar__posts li+li{margin-top:14px;padding-top:14px;border-top:1px solid var(--eck-border)}.eck-sidebar__post{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}.eck-sidebar__post-media{display:block;width:72px;height:56px;border-radius:8px;overflow:hidden;background:var(--eck-soft-bg);border:1px solid var(--eck-border)}.eck-sidebar__post-media img{width:100%;height:100%;object-fit:cover;object-position:top center}.eck-sidebar__post-title{display:block;font-size:13px;font-weight:700;line-height:1.4;color:var(--eck-ink);margin-bottom:4px}.eck-sidebar__post-date{display:block;font-size:12px;font-weight:500;color:var(--eck-muted)}.eck-sidebar__post:focus .eck-sidebar__post-title,.eck-sidebar__post:hover .eck-sidebar__post-title{color:var(--eck-primary)}.eck-sidebar__products li+li{margin-top:8px}.eck-sidebar__products a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--eck-border);border-radius:8px;background:var(--eck-soft-bg)}.eck-sidebar__product-name{font-size:13px;font-weight:700;color:var(--eck-ink)}.eck-sidebar__products a:focus,.eck-sidebar__products a:hover{border-color:rgba(231,126,35,.4);background:#fff}.eck-sidebar__products a:focus .eck-sidebar__product-name,.eck-sidebar__products a:hover .eck-sidebar__product-name{color:var(--eck-primary)}.eck-sidebar__products .eck-badge{margin:0}.eck-sidebar__list li{margin-bottom:10px}.eck-sidebar__list a{font-size:14px;font-weight:600;color:var(--eck-ink-muted)}.eck-sidebar__list a:hover{color:var(--eck-ink)}.eck-related{margin-top:28px}.eck-related h3{font-size:18px;margin-bottom:16px}.eck-pagination{display:flex;gap:8px;margin-top:28px}.eck-pagination a,.eck-pagination span{min-width:38px;height:38px;border-radius:var(--eck-radius-sm);border:1px solid var(--eck-soft);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--eck-white);color:var(--eck-ink)}.eck-pagination .is-active{background:var(--eck-primary);border-color:var(--eck-primary);color:#fff}@media (max-width:991px){.eck-blog-layout{grid-template-columns:1fr}.eck-sidebar{position:static}}.eck-footer{position:relative;overflow:hidden;isolation:isolate;background:#000;color:rgba(255,255,255,.72);padding:0 0 28px;margin-top:0}.eck-footer>:not(.eck-atmosphere){position:relative;z-index:2}.eck-footer .eck-atmosphere__orb--1{background:radial-gradient(circle,rgba(231,126,35,.1568627451),transparent)}.eck-footer .eck-atmosphere__orb--2{background:radial-gradient(circle,rgba(200,100,30,.1333333333),transparent)}.eck-footer .eck-atmosphere__orb--3{background:radial-gradient(circle,rgba(231,126,35,.1019607843),transparent)}.eck-footer .eck-atmosphere__grid{opacity:.55}.eck-footer .eck-atmosphere__float{opacity:.4}.eck-footer a{color:rgba(255,255,255,.72)}.eck-footer a:focus,.eck-footer a:hover{color:#fff}.eck-footer__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;padding:48px 0;border-bottom:1px solid rgba(255,255,255,.1)}.eck-footer__cta-copy{max-width:560px}.eck-footer__cta-title{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-.3px;color:#fff;line-height:1.25}.eck-footer__cta-lead{margin:0;font-size:15px;color:rgba(255,255,255,.65);line-height:1.7}.eck-footer__cta-actions{display:flex;flex-wrap:wrap;gap:12px}.eck-btn--footer{background:0 0;border-color:rgba(255,255,255,.22);color:#fff}.eck-btn--footer:focus,.eck-btn--footer:hover{background:#fff;border-color:#fff;color:#000}.eck-footer__grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:36px 28px;padding:48px 0 40px}.eck-footer__brand{display:inline-flex;align-items:center;font-size:22px;line-height:1;margin-bottom:16px}.eck-footer__brand .eck-logo__eck{color:var(--eck-primary)}.eck-footer__brand .eck-logo__themes{color:#fff;font-weight:500}.eck-footer__brand:focus,.eck-footer__brand:hover{color:inherit}.eck-footer__brand:focus .eck-logo__eck,.eck-footer__brand:hover .eck-logo__eck{color:var(--eck-primary)}.eck-footer__brand:focus .eck-logo__themes,.eck-footer__brand:hover .eck-logo__themes{color:#fff}.eck-footer__text{font-size:14px;line-height:1.75;color:rgba(255,255,255,.62);margin:0 0 22px;max-width:320px}.eck-footer__social{display:flex;flex-wrap:wrap;gap:10px}.eck-footer__social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.75);font-size:15px}.eck-footer__social a:focus,.eck-footer__social a:hover{border-color:var(--eck-primary);background:var(--eck-primary);color:#fff}.eck-footer h4{color:#fff;font-size:13px;font-weight:700;margin:6px 0 18px;text-transform:uppercase;letter-spacing:1px}.eck-footer ul{list-style:none;margin:0;padding:0}.eck-footer li{margin-bottom:10px}.eck-footer li a{font-size:14px;font-weight:500}.eck-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;color:rgba(255,255,255,.55)}@media (max-width:991px){.eck-footer__cta{padding:40px 0}.eck-footer__cta-title{font-size:24px}.eck-footer__grid{grid-template-columns:1fr 1fr;padding:40px 0 32px}.eck-footer__brand-col{grid-column:1/-1}}@media (max-width:575px){.eck-footer__cta-actions{width:100%}.eck-footer__cta-actions .eck-btn{flex:1 1 auto}.eck-footer__grid{grid-template-columns:1fr;gap:28px}}