@charset "UTF-8";.custom-solutions-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.custom-solution-card{display:flex;align-items:stretch;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,0.25);flex:0 1 calc(50% - 12px);min-width:320px;min-height:420px}.custom-solution-card--single{flex:0 1 calc(50% - 12px)}.custom-solution-image{flex:0 0 42%;background-size:cover;background-position:center}.custom-solution-content{flex:1;background-image:linear-gradient(rgba(15,20,45,0.85),rgba(15,20,45,0.85)),var(--content-bg);background-size:cover;background-position:center;padding:40px 32px;display:flex;flex-direction:column;justify-content:center}.custom-solution-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.custom-solution-bar{display:inline-block;width:3px;height:18px;background:#e2453f;border-radius:0;flex-shrink:0}.custom-solution-number{color:#e2453f;font-size:15px;font-weight:700}.custom-solution-title{color:#fff;font-size:18px;font-weight:700;margin:0 0 12px 0}.custom-solution-desc{color:rgba(255,255,255,0.85);font-size:14px;line-height:1.6;margin:0 0 16px 0}.custom-solution-link{color:#e2453f;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.custom-solution-link:hover{text-decoration:underline}.custom-solution-arrow{transition:transform 0.2s ease}.custom-solution-link:hover .custom-solution-arrow{transform:translateX(3px)}@media (max-width:767px){.custom-solution-card,.custom-solution-card--single{flex:1 1 100%;min-width:0;flex-direction:column;min-height:0}.custom-solution-image{flex:0 0 200px}}
