.hlsg-section{
  --hlsg-kicker-color:#a51f2c;
  --hlsg-section-title-color:#16243a;
  --hlsg-section-text-color:#667085;
  --hlsg-card-title-color:#16243a;
  --hlsg-card-text-color:#667085;
  --hlsg-link-color:#a51f2c;
  --hlsg-kicker-size:12px;
  --hlsg-section-title-size:40px;
  --hlsg-section-title-size-mobile:28px;
  --hlsg-section-text-size:16px;
  --hlsg-section-text-size-mobile:14px;
  --hlsg-card-title-size:21px;
  --hlsg-card-title-size-mobile:20px;
  --hlsg-card-text-size:14px;
  --hlsg-card-text-size-mobile:14px;
  --hlsg-link-size:13px;
  --hlsg-link-size-mobile:13px;
  --hlsg-kicker-weight:700;
  --hlsg-section-title-weight:700;
  --hlsg-section-text-weight:400;
  --hlsg-card-title-weight:700;
  --hlsg-card-text-weight:400;
  --hlsg-link-weight:700;
  background:#fff;
  padding:68px 20px;
  font-family:inherit;
  color:#1d2939;
}
.hlsg-wrap{width:min(1240px,100%);margin:0 auto}
.hlsg-head{max-width:800px;margin:0 0 30px}
.hlsg-kicker{display:inline-block;margin-bottom:10px;font-size:var(--hlsg-kicker-size);font-weight:var(--hlsg-kicker-weight);letter-spacing:.13em;color:var(--hlsg-kicker-color)}
.hlsg-head h2{margin:0;color:var(--hlsg-section-title-color);font-size:var(--hlsg-section-title-size);line-height:1.1;letter-spacing:-.03em;font-weight:var(--hlsg-section-title-weight)}
.hlsg-head p{margin:13px 0 0;max-width:720px;color:var(--hlsg-section-text-color);font-size:var(--hlsg-section-text-size);font-weight:var(--hlsg-section-text-weight);line-height:1.65}

/* Masaüstü: tam 3 kolon */
.hlsg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.hlsg-card{position:relative;min-width:0;background:#fff;border:1px solid #e6e9ef;border-radius:20px;overflow:hidden;box-shadow:0 8px 28px rgba(16,24,40,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.hlsg-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(16,24,40,.10);border-color:#d9dee7}
.hlsg-media{position:relative;display:block;overflow:hidden;background:#f2f4f7;aspect-ratio:3/2}
.hlsg-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.hlsg-card:hover .hlsg-img{transform:scale(1.035)}
.hlsg-empty-media{display:grid;place-items:center;width:100%;height:100%;color:#98a2b3;background:linear-gradient(135deg,#f7f8fa,#eef1f5)}
.hlsg-empty-media svg{width:54px;height:54px}
.hlsg-body{padding:21px 21px 22px}
.hlsg-body h3{margin:0 0 9px;color:var(--hlsg-card-title-color);font-size:var(--hlsg-card-title-size);font-weight:var(--hlsg-card-title-weight);line-height:1.22;letter-spacing:-.02em}
.hlsg-body h3 a{color:inherit;text-decoration:none}
.hlsg-body p{margin:0 0 17px;color:var(--hlsg-card-text-color);font-size:var(--hlsg-card-text-size);font-weight:var(--hlsg-card-text-weight);line-height:1.58}
.hlsg-link{display:inline-flex;align-items:center;gap:9px;color:var(--hlsg-link-color);text-decoration:none;font-size:var(--hlsg-link-size);font-weight:var(--hlsg-link-weight)}
.hlsg-link span{font-size:1.35em;line-height:1;transition:transform .2s ease}
.hlsg-link:hover span{transform:translateX(3px)}

/* Tablet: 2 kolon */
@media(max-width:1024px){
  .hlsg-section{padding:54px 18px}
  .hlsg-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
}

/* Mobil: 1 kart = 1 kolon */
@media(max-width:640px){
  .hlsg-section{padding:42px 0}
  .hlsg-wrap{width:100%;max-width:none}
  .hlsg-head{margin-bottom:20px}
  .hlsg-head h2{font-size:var(--hlsg-section-title-size-mobile)}
  .hlsg-head p{font-size:var(--hlsg-section-text-size-mobile);line-height:1.55}
  .hlsg-grid{width:100%;grid-template-columns:minmax(0,1fr);gap:16px}
  .hlsg-card{width:100%;max-width:none;border-radius:16px;box-shadow:0 5px 18px rgba(16,24,40,.055)}
  .hlsg-media{aspect-ratio:16/10}
  .hlsg-body{padding:18px 17px 19px}
  .hlsg-body h3{font-size:var(--hlsg-card-title-size-mobile);margin-bottom:8px}
  .hlsg-body p{font-size:var(--hlsg-card-text-size-mobile);line-height:1.5;margin-bottom:14px}
  .hlsg-link{font-size:var(--hlsg-link-size-mobile);gap:7px}
}
@media(prefers-reduced-motion:reduce){.hlsg-card,.hlsg-img,.hlsg-link span{transition:none}}
