.printigly-stories-section{padding:70px 0;background:#f8f9fa}.stories-header{text-align:center;margin-bottom:50px}.stories-title{font-size:30px;font-weight:800;color:#1a1a2e;margin-bottom:12px}.stories-title i{color:var(--printigly-primary,#FF6B35);margin-right:10px}.stories-subtitle{font-size:16px;color:#666;max-width:500px;margin:0 auto}.stories-grid{display:flex;flex-direction:column;gap:40px;max-width:1000px;margin:0 auto}.story-card{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgb(0 0 0 / .06);border:1px solid rgb(0 0 0 / .04);transition:box-shadow 0.3s,transform 0.3s}.story-card:hover{box-shadow:0 12px 40px rgb(0 0 0 / .1);transform:translateY(-3px)}.story-card--reversed{direction:rtl}.story-card--reversed>*{direction:ltr}.story-card__image{position:relative;overflow:hidden;min-height:320px}.story-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s}.story-card:hover .story-card__image img{transform:scale(1.05)}.story-card__tag{position:absolute;top:16px;left:16px;background:var(--printigly-primary,#FF6B35);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:50px;text-transform:uppercase;letter-spacing:.5px}.story-card--reversed .story-card__tag{left:auto;right:16px}.story-card__content{padding:36px 32px;display:flex;flex-direction:column;justify-content:center}.story-card__customer{display:flex;align-items:center;gap:12px;margin-bottom:18px}.story-card__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;flex-shrink:0}.story-card__name{display:block;font-size:14px;font-weight:700;color:#1a1a2e}.story-card__role{display:block;font-size:12px;color:#888;margin-top:1px}.story-card__title{font-size:20px;font-weight:800;color:#1a1a2e;line-height:1.35;margin-bottom:14px}.story-card__text{font-size:14px;color:#555;line-height:1.7;margin-bottom:18px}.story-card__text p{margin:0 0 10px}.story-card__text p:last-child{margin-bottom:0}.story-card__result{display:inline-flex;align-items:center;gap:8px;background:rgb(48 173 110 / .08);color:#27905c;font-size:13px;font-weight:700;padding:10px 18px;border-radius:10px;margin-bottom:16px;border:1px solid rgb(48 173 110 / .15)}.story-card__result i{font-size:14px}.story-card__specs{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.story-spec{background:#f4f5f7;border-radius:8px;padding:8px 14px;font-size:12px}.story-spec__label{color:#888;font-weight:600;margin-right:4px}.story-spec__value{color:#1a1a2e;font-weight:700}@media (max-width:768px){.printigly-stories-section{padding:50px 16px}.stories-title{font-size:24px}.story-card{grid-template-columns:1fr}.story-card--reversed{direction:ltr}.story-card__image{min-height:220px}.story-card__content{padding:24px 20px}.story-card__title{font-size:18px}}@media (max-width:480px){.stories-title{font-size:20px}.story-card__image{min-height:180px}.story-card__content{padding:20px 16px}.story-card__specs{gap:6px}.story-spec{padding:6px 10px;font-size:11px}}