.stories{color:#1a1a1a;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.stories-hero{text-align:center;background:linear-gradient(135deg,#f8f9fb 0%,#eef2f7 100%);margin-bottom:60px;padding:90px 20px;position:relative;overflow:hidden}.stories-hero:before{content:"";background:linear-gradient(90deg,#ec4899,#f43f5e,#3b82f6,#1d4ed8);height:4px;position:absolute;top:0;left:0;right:0}.stories-hero h1{color:#1a1a1a;margin:0 0 16px;font-size:3.2rem;font-weight:700;line-height:1.2;display:inline-block;position:relative}.stories-hero h1:after{content:"";background:#ec4899;border-radius:2px;width:80px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.stories-hero p{color:#4b5563;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.7}.stories-content{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid}.story-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;height:100%;padding:30px;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000008}.story-card:hover{border-color:#ec4899;transform:translateY(-5px);box-shadow:0 10px 30px #ec48991a}.story-card h3{color:#1a1a1a;margin:0 0 16px;font-size:1.4rem;font-weight:600;line-height:1.3}.story-text{color:#4a5568;flex-grow:1;margin-bottom:20px;font-size:1.05rem;line-height:1.7}.story-name{color:#6b7280;border-top:1px solid #e5e7eb;margin-top:auto;padding-top:16px;font-size:.95rem;font-weight:500}.stories-cta{text-align:center;background:linear-gradient(135deg,#f8f9fb 0%,#eef2f7 100%);border-radius:12px;max-width:1100px;margin:60px auto;padding:90px 20px}.stories-cta h2{color:#1a1a1a;margin:0 0 16px;font-size:2.2rem;font-weight:700}.stories-cta p{color:#4b5563;max-width:700px;margin:0 auto 30px;font-size:1.1rem;line-height:1.7}.stories-cta button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec4899,#3b82f6);border:none;border-radius:8px;padding:14px 32px;font-size:1.05rem;font-weight:600;transition:all .3s}.stories-cta button:hover{background:linear-gradient(135deg,#db2777,#2563eb);transform:translateY(-2px);box-shadow:0 4px 15px #ec48994d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.story-card{opacity:0;animation:.6s ease-out forwards fadeIn}.story-card:first-child{animation-delay:.1s}.story-card:nth-child(2){animation-delay:.2s}.story-card:nth-child(3){animation-delay:.3s}.story-card:nth-child(4){animation-delay:.4s}.story-card:nth-child(5){animation-delay:.5s}.story-card:nth-child(6){animation-delay:.6s}@media (max-width:1024px){.stories-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stories-hero{padding:60px 20px}.stories-hero h1{font-size:2.2rem}.stories-content{grid-template-columns:1fr;max-width:600px;margin:0 auto}.stories-cta{margin:40px 20px;padding:60px 20px}.stories-cta h2{font-size:1.8rem}}
