/* RFSoftwareSolution — Ürünler sayfası modern grid */

.ur-hero {
    background: linear-gradient(135deg, #0f4c81 0%, #1a6cb0 50%, #16a085 100%);
    color: #fff;
    padding: 80px 0 60px;
    text-align: center;
}
.ur-hero h1 { font-size: 42px; font-weight: 900; margin: 0 0 12px; letter-spacing: -1px; }
.ur-hero p { font-size: 18px; opacity: 0.9; max-width: 760px; margin: 0 auto; }

.ur-stats { background: #fff; padding: 32px 0; border-bottom: 1px solid #eaeef2; }
.ur-stat-item { text-align: center; }
.ur-stat-number { font-size: 38px; font-weight: 900; color: #0f4c81; line-height: 1; }
.ur-stat-label { font-size: 13px; color: #647689; text-transform: uppercase; letter-spacing: 2px; margin-top: 6px; }

.ur-grid { background: #f5f8fb; padding: 48px 0 80px; }
.ur-cell { display: flex; margin-bottom: 28px; }

.ur-card {
    background: #fff;
    border: 1px solid #eaeef2;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(15,76,129,0.06);
}
.ur-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15,76,129,0.18);
    border-color: #0f4c81;
}

.ur-img-link { display: block; text-decoration: none; }
.ur-img-wrap {
    background: #fff;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f4f8;
}
.ur-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .35s ease;
}
.ur-card:hover .ur-img-wrap img { transform: scale(1.04); }

.ur-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }

.ur-paket {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #16a085;
    margin-bottom: 10px;
}

.ur-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2332;
    line-height: 1.35;
    margin: 0 0 18px;
    min-height: 50px;
}
.ur-title a { color: inherit; text-decoration: none; }
.ur-title a:hover { color: #0f4c81; text-decoration: none; }

.ur-actions { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.ur-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    border: 0;
}
.ur-btn-primary { background: #0f4c81; color: #fff; }
.ur-btn-primary:hover { background: #16a085; color: #fff; text-decoration: none; transform: translateY(-2px); }
.ur-btn-warning { background: #f0b500; color: #1a2332; }
.ur-btn-warning:hover { background: #d4a017; color: #1a2332; text-decoration: none; transform: translateY(-2px); }

@media (max-width: 768px) {
    .ur-hero { padding: 48px 0 36px; }
    .ur-hero h1 { font-size: 28px; }
    .ur-hero p { font-size: 15px; }
    .ur-stat-number { font-size: 28px; }
    .ur-img-wrap { height: 180px; }
    .ur-title { min-height: auto; }
}
