@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap");.home-stories-grid{display:grid;grid-template-columns:1fr;gap:26px;max-width:880px;margin:0 auto}@media (min-width:768px){.home-stories-grid{grid-template-columns:repeat(2,1fr)}}.home-story-card{display:flex;flex-direction:column;height:100%;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:29px 26px;box-shadow:0 4px 16px -8px rgba(15,23,42,.08);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-story-card:hover{transform:translateY(-4px);border-color:rgba(2,132,207,.3);box-shadow:0 20px 40px -16px rgba(2,132,207,.25)}.home-story-card--has-logo{padding-top:6px}.home-story-logo{display:flex;align-items:center;margin-bottom:13px}.home-story-logo img{max-width:240px;max-height:80px;width:auto;height:auto;object-fit:contain}.home-story-logo-fallback{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:#0f172a;line-height:1.3}.home-story-meta{display:flex;align-items:center;gap:8px;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#0284cf;margin-bottom:16px}.home-story-meta span:nth-child(2){color:#94a3b8;font-weight:400}.home-story-headline{font-family:Playfair Display,serif;color:#0f172a;font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:10px}.home-story-stats{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:22px;padding-top:10px;border-top:1px solid #eef2f7}.home-story-stat{flex:1 1 112px;background:linear-gradient(180deg,#f0f9ff,#f8fafc);border:1px solid #e0f2fe;border-radius:11px;padding:13px}.home-story-stat-value{font-family:Playfair Display,serif;font-size:clamp(1.125rem,2vw,1.3rem);font-weight:700;color:#0284cf;line-height:1.2;margin-bottom:3px}.home-story-stat-label{font-size:.75rem;color:#64748b;line-height:1.4}.home-story-cta{display:inline-flex;align-items:center;gap:8px;margin-top:auto;font-size:.875rem;font-weight:700;color:#0284cf;transition:gap .3s ease,color .3s ease}.home-story-card:hover .home-story-cta{gap:12px;color:#0369a1}.home-story-cta-arrow{display:inline-block;transition:transform .3s ease}.home-story-card:hover .home-story-cta-arrow{transform:translateX(2px)}