/* --- győztesek / dobogó aloldal stílusai (újrafelhasználható) --- */
.section-gyoztesek-title { background-color: #b8e5fa; }
.section-gyoztesek-title h1 { font-size: 37px; font-weight: bold; }

.gyoztesek-intro { color: #003766; font-size: 20px; text-align: center; }
.gyoztesek-intro .container { max-width: 860px; }

.v1-group { text-align: center; }
.v1-group:nth-child(even) { background-color: #f1faff; }
.v1-group h2 { text-align: center; font-weight: bold; margin-bottom: 26px; }
.v1-photo { width: 100%; max-width: 600px; margin: 0 auto 40px; }
.v1-photo img { width: 100%; height: auto; display: block; }

.podium-graphic { display: flex; justify-content: center; align-items: flex-end; gap: 18px; max-width: 900px; margin: 0 auto; }
.pg-col { flex: 1 1 0; max-width: 280px; }
.pg-col.r1 { order: 2; } .pg-col.r2 { order: 1; } .pg-col.r3 { order: 3; }
.pg-info { margin-bottom: 14px; }
.pg-team { font-size: 22px; font-weight: bold; color: #003766; }
.pg-school { font-size: 20px; color: #345; line-height: 1.35; }
.pg-bar { position: relative; border-radius: 14px 14px 0 0; background: linear-gradient(180deg,#00aeef 0%,#389cfe 100%); display: flex; align-items: center; justify-content: center; }
.pg-col.r1 .pg-bar { height: 170px; } .pg-col.r2 .pg-bar { height: 120px; } .pg-col.r3 .pg-bar { height: 90px; }
.pg-roman { color: #fff; font-size: 52px; font-weight: bold; line-height: 1; letter-spacing: 1px; }
.pg-col.r3 .pg-roman { font-size: 40px; }

.v1-rtl { display:inline-block; margin-top: 34px; background:#BB1DD3; color:#fff; border-radius:30px; padding:16px 38px; }
.v1-rtl .l { font-size:16px; font-weight:bold; letter-spacing:.5px; text-transform:uppercase; opacity:.9; }
.v1-rtl .t { font-size:22px; font-weight:bold; }
.v1-rtl .s { font-size:20px; }

@media (max-width: 767px){
  .podium-graphic{ flex-direction: column; align-items: stretch; gap: 22px; max-width: 360px; }
  .pg-col,.pg-col.r1,.pg-col.r2,.pg-col.r3{ order: 0; max-width: none; }
  .pg-bar,.pg-col.r1 .pg-bar,.pg-col.r2 .pg-bar,.pg-col.r3 .pg-bar{ height: 60px; border-radius:14px; }
  .pg-roman,.pg-col.r3 .pg-roman{ font-size: 30px; }
}
