.idx-products-new{padding:4rem 0;background:#F8F9FA}
.idx-products-new .title{color:#0A0A0A;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.75rem}
.idx-products-new .info{color:#6B7280;font-size:1.125rem;text-align:center;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}
.jtk-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.jtk-product-card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;overflow:hidden;transition:all .25s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}
.jtk-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.12);border-color:#FF4D00}
.jtk-product-card__img{overflow:hidden;background:#F5F5F5}
.jtk-product-card__img img{width:100%;height:220px;object-fit:cover;transition:transform .4s ease;display:block}
.jtk-product-card:hover .jtk-product-card__img img{transform:scale(1.06)}
.jtk-product-card__body{padding:1.25rem 1.5rem;flex:1;display:flex;flex-direction:column}
.jtk-product-card__body h3{font-size:1.125rem;font-weight:700;color:#0A0A0A;margin-bottom:.5rem;line-height:1.3}
.jtk-product-card__price{font-size:1.25rem;font-weight:800;color:#FF4D00;margin-bottom:.5rem}
.jtk-product-card__body p{font-size:.875rem;color:#6B7280;line-height:1.6;margin-bottom:.75rem;flex:1}
.jtk-product-card__link{font-size:.875rem;font-weight:600;color:#FF4D00;display:inline-flex;align-items:center;gap:.375rem;transition:gap .25s ease}
.jtk-product-card:hover .jtk-product-card__link{gap:.75rem}
@media(max-width:1024px){.jtk-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.jtk-product-grid{grid-template-columns:1fr}.idx-products-new{padding:2.5rem 0}.idx-products-new .title{font-size:1.75rem}}

/* BLOG SECTION */
.idx-blog{padding:4rem 0;background:#fff}
.idx-blog .title{color:#0A0A0A;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.75rem}
.idx-blog .info{color:#6B7280;font-size:1.125rem;text-align:center;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}
.jtk-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.jtk-blog-card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;overflow:hidden;transition:all .25s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}
.jtk-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.12);border-color:#FF4D00}
.jtk-blog-card__img{overflow:hidden;background:#F5F5F5;height:200px}
.jtk-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.jtk-blog-card:hover img{transform:scale(1.06)}
.jtk-blog-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#F5F5F5 0%,#E5E5E5 100%)}
.jtk-blog-card__body{padding:1.25rem 1.5rem;flex:1;display:flex;flex-direction:column}
.jtk-blog-card__date{font-size:.75rem;color:#9CA3AF;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}
.jtk-blog-card__body h3{font-size:1.125rem;font-weight:700;color:#0A0A0A;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.jtk-blog-card__body p{font-size:.875rem;color:#6B7280;line-height:1.6;margin-bottom:.75rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.jtk-blog-card__link{font-size:.875rem;font-weight:600;color:#FF4D00;display:inline-flex;align-items:center;gap:.375rem;transition:gap .25s ease}
.jtk-blog-card:hover .jtk-blog-card__link{gap:.75rem}
.jtk-blog-footer{text-align:center;margin-top:2.5rem}
.jtk-blog-btn{background:#0A0A0A!important;color:#fff!important;border-color:#0A0A0A!important;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;border-radius:4px;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s ease;text-decoration:none}
.jtk-blog-btn:hover{background:#FF4D00!important;border-color:#FF4D00!important;color:#fff!important;transform:translateY(-1px)}
@media(max-width:1024px){.jtk-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.jtk-blog-grid{grid-template-columns:1fr}.idx-blog{padding:2.5rem 0}.idx-blog .title{font-size:1.75rem}}
